@media (max-width: 768px) {
.section-products .grid-cols-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr))!important;
  }
  
  .add_to_wishlist{
  display:none!important;
  }

  .product__add-to-cart-bottom .add_to_cart_button{
  margin-left:0!important;
      padding-left: 14px!important;
        padding-right: 14px!important;
        
  }
  
.product__add-to-cart-bottom .gap-3\.5 {
  gap: 0px !important;
}

}