/* Add custom CSS styles below */ 
.dark section:nth-of-type(2) p,
.dark section:nth-of-type(2) h2,
.dark section:nth-of-type(2) h3 {
  color: #ffffff !important;
}

@media (max-width: 768px) {

    body.is-category-page .products-grid,
    body.is-category-page .s-products-listing {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    body.is-category-page custom-salla-product-card.s-product-card-entry {
        width: 100% !important;
        margin: 0 !important;
    }

    body.is-category-page custom-salla-product-card .s-product-card-image {
        width: 100% !important;
        height: auto !important;
    }

    body.is-category-page custom-salla-product-card .s-product-card-content {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        padding: 10px !important;
    }

    body.is-category-page custom-salla-product-card .s-product-card-content-title a {
        font-size: 0.9rem !important;
        line-height: 1.2 !important;
    }

    body.is-category-page custom-salla-product-card .s-product-card-price {
        font-size: 0.8rem !important;
        margin-top: 5px !important;
    }

    body.is-category-page custom-salla-product-card .pc-actions-contianer,
    body.is-category-page custom-salla-product-card .s-product-card-content-footer {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        gap: 5px !important;
        margin-top: 8px !important;
    }
}

body.pens-category .category-banner-bg h2,
body.pens-category .category-banner-bg p {
    color: #ffffff !important;
}

body.perfume-category .category-banner-bg h2,
body.perfume-category .category-banner-bg p {
    color: #ffffff !important;
}