/* Add custom CSS styles below */ 
/* Image */
.min-h-full .simplified-products img{
 border-style:none;
}

/* Product card  primary buttons */
.min-h-full .s-block .product-card--primary-buttons{
 border-width:0px;
}

@media (max-width:470px){

 /* Product card  promotion */
 .min-h-full .s-block .product-card__promotion{
  font-size:11px;
 }


 /* Link */
 
   /* Button primary outline */
 .min-h-full .product-card__image .quickview-btn .s-button-primary-outline{
  visibility:hidden;
 }
 
 /* Button primary outline */
 .min-h-full .product-card__image .wishlist .s-button-primary-outline{
  visibility:hidden;
 }
}
/* Button primary outline */
.product-card__image .product-card__buttons .wishlist .heart-next-add-button .s-button-primary-outline{
 clear:both;
 visibility:hidden;
}

/* Button primary outline */
.product-card__image .product-card__buttons .quickview-btn .s-button-wrap .s-button-primary-outline{
 visibility:hidden;
 }
 
 
}