/* Links */
/* Footer top region */
/* Footer middle region */
/* Footer bottom region */
/* Submit button */
/* Button variant 1 */
/* Button variant 1 - alternative */
/* Button variant 2 */
/* Button variant 2 - alternative*/
/* Box shadow colors */
/* Container colors */
/* Search colors */
/* Menu colors */
/** General **/
/** Mobile **/
/* Navigation colors */
.cooper-hunter-acs {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 25px;
}
.cooper-hunter-acs .views-row {
  position: relative;
  flex: 0 1 33.3333333%;
  padding: 15px;
}
@media (max-width: 992px) {
  .cooper-hunter-acs .views-row {
    flex: 0 1 50%;
  }
}
@media (max-width: 768px) {
  .cooper-hunter-acs .views-row {
    flex: 1 1 100%;
  }
}
.cooper-hunter-acs .views-row .media {
  margin-bottom: 25px;
  aspect-ratio: 1/1;
}
.cooper-hunter-acs .views-row a {
  display: block;
  color: var(--text_link_color);
  font-size: 17px;
  text-decoration: none;
  margin-bottom: 10px;
}
.cooper-hunter-acs .views-row a:hover, .cooper-hunter-acs .views-row a:focus {
  color: var(--text_link_hover_color);
}
.cooper-hunter-acs .views-row .price {
  color: #F47920;
  font-size: 17px;
  font-weight: 500;
}
.cooper-hunter-acs .more-link {
  width: 100%;
  text-align: center;
}
.cooper-hunter-acs .more-link a {
  cursor: pointer;
  display: inline-block;
  color: white;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  background-color: #F47920;
  padding: 12px 20px;
  border: 0;
  border-radius: 13px;
}
