/* Add custom CSS styles below */
.s-product-card-image img {
    height: 360px;
    width: 300px;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}
.s-product-card-entry {
    position: relative;
    display: flex
;
    height: auto;
  /*  justify-content: space-between; */
    border-radius: .75rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.s-product-card-vertical .s-product-card-wishlist-btn {
    
    top: 0.00001rem;
    right: 0.00001rem;
    opacity: 0;
}

.s-product-card-promotion-title {
    --tw-bg-opacity: 1;
    justify-content: center;
    background-color: rgba(153, 27, 27, 1);
    background-color: #fadadd;
    --tw-text-opacity: 1;
    color: #11111;
    background-color: #fadadd;
}

.s-products-list-wrapper {
    display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 10px;
  width: auto;
/* max-width: 300px; */
  margin: auto;
  
}

.s-products-list-wrapper img {

  width: auto;
  height: 260px;
  object-fit: cover;
/*  max-height: 360px; */
  }
}
@media (max-width: 600px) {
  .s-products-list-wrapper {
    width: 90%;        
    max-width: 100%;    
  }