/* Add custom CSS styles below */ 
.NG-hero-section-0 .banner-wrapper[aria-label="2 / 3"],
.NG-hero-section-0 .banner-wrapper[aria-label="3 / 3"]{
    display: none;
}
.index .sticky .precentage.absolute{
    display: none;
}
/*.s-button-primary-outline {
    background-color: #4C2C51;
   color: #fff;
    fill: #fff;
}
.s-button-primary-outline:hover {
    background-color: #414042;
    color: #ff6767;
    fill: #ff6767;
}*/
@media (min-width: 768px){
.card.group: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-back-overlay {
    opacity: 0;
}}

footer .order-8.md\:order-none {
    display: none;
}
@media(max-width:768px){
.NG-hero-section-0 .swiper.s-slider-container .swiper-slide {
    background-position-x: 91% !important;
}
}