/* Add custom CSS styles below */ 
.NG-categories .card-back-overlay {
    opacity: 0;
}
.NG-marquee-banner .discount-content {
    padding-bottom: 2rem;
}
@media (min-width: 768px){
.card.group.sal-animate:first-child {
    grid-column: 2;
}}
@media (max-width: 768px){
.NG-categories .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.NG-categories .card-inner {
    height: 200px;
}
/*.NG-hero-section-0 .swiper.s-slider-container .swiper-slide {
    height: 50vh;
}*/
.NG-hero-section .swiper.s-slider-container .swiper-slide .block-title{
    width: 260px;
}}

.store-footer .footer-description p {
    color: #ffffff;
}
.s-trust-badges-wrapper {
    display: none;
    filter: invert(1);
}