/* Add custom CSS styles below */ 
.NG-hero-section .wrapper {
    left: 0;
    right: unset;
    max-width: 55%;
    align-items: center;
    text-align: center;
}
.NG-hero-section .swiper.s-slider-container .swiper-slide:not(:first-child) {
display:none;}

.NG-marquee-banner .discount-content .discount-text {
    filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.55));
    max-width: 71%;
    text-wrap: auto;
    line-height: normal;
      margin-bottom: 2rem;
}


@media (max-width:767px){
.NG-categories .card-back-overlay {
    opacity: 0;
}
}



.NG-main-banner .text-wrapper h1 {
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.7));
      line-height: normal;
}
.NG-main-banner .text-wrapper.container{
    max-width: 36%;
    margin-left: 5%;
    margin-right: auto;
}

@media (min-width:767px){
.NG-hero-section .wrapper {
    left: 10%;
    max-width: 30%;
}
.NG-marquee-banner .discount-content .discount-text {
    max-width: 250px;
}}