/* Add custom CSS styles below */ 
.s-block--national-day::after {
opacity: 0.4;
}

    .s-block, .s-block--features-products .inner .col-products:not(:first-child) {
        margin-top: 1rem !important;
    }
    
        .s-block--categories, .testimonials-sec {
        background: #F8FAF9;
    }
    
    .s-block.s-block--national-day.aos-init.aos-animate {
    height: 400px;
    padding: 30px;
    
}

.banner-entry{
 background: #F8FAF9;
}

@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)) {
    .ps-footer__middle {
        background: 
color-mix(in srgb, var(--color-primary) 1%, transparent);
    }
}

.another-img {
    width: 100%;
    height: 0px;
    -o-object-fit: contain;
    object-fit: contain;
}