/* Add custom CSS styles below */ 

.product-card__normal-cart .s-button-element {
  background-color: #d1af79;
  color: #fff;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .s-block--circle-links .swiper-slide img {
    width: 120px;
    height: 120px;
  }
  
  .s-block--circle-links .swiper-slide h3 {
    font-size: 14px;
  }

  .s-block--circle-links .swiper-slide.custom-width {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .s-block--circle-links .swiper-slide img {
    width: 80px;
    height: 80px;
  }
  
  .s-block--circle-links .swiper-slide h3 {
    font-size: 12px;
  }
}