/* Add custom CSS styles below */ 
.s-product-card-image .s-product-card-image-cover {
    object-fit: cover;
}

button.s-infinite-scroll-btn.s-button-btn.s-button-primary {
    color: wheat;
}

.s-product-card-price {
    display: none;
}

@media (max-width: 768px) {
    .special-category .categories-wrapper {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: 330px;
    }
     .s-product-card-content-title {
        font-size: 14px !important;
    }
    
}

.categories-wrapper .category-item {
    border: 1px solid #1f88456b;
}

.special-category .category-content {
    background-color: #ffffffb0;
    padding: 8px 16px;
}

.special-category .category-content h3 {
    font-size: x-large;
}
/* Temp hide price and cart */
.special-category .category-arrow {
    display: none !important;
}
form.form.product-form {
    display: none;
}
div[id*=product] .main-content div:has(i.sicon-sar) {
    display: none;
}
salla-cart-summary {
    display: none;
}
/* end Temp hide price and cart */

.s-product-card-entry {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border: 1px solid #0000001f;
    margin: 1px;
}