/* Add custom CSS styles below */ 
.s-block {
    margin-top: 0px;
    margin-bottom: 40px !important;
}
.s-product-card-entry .s-product-card-image {
    aspect-ratio: var(--product-card-image-aspect-ratio);
    height: auto;
    flex: non;
    background-color: transparent !important;
   }
.s-product-card-entry .s-product-card-actions .s-button-primary, .s-product-card-entry .s-product-card-actions .s-product-card-wishlist-btn button {
    background-color: #fff !important;
}
.parallax-content.in-view .parallax-item {
    transform: translateY(0);
    opacity: 1;
    margin-right: 20px;
    border: 1px solid;
}
    .s-product-card-entry{
    transform: translateY(0);
    opacity: 1;
    margin-right: 20px;
    border: 1px solid;
}
.s-products-list-filters-results, .s-products-list-vertical-cards {
    gap: 20px !important;
}