/* Add custom CSS styles below */ 

li:has(img[src="https://cdn.salla.network/cdn-cgi/image/fit=scale-down,width=58,height=58,onerror=redirect,format=auto/images/payment/cod_mini.png"]){
    display:none !important
}
/* 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;
  }
}