/* Header */
@media (min-width: 576px) {
    #big--menunavbig {
        padding-top: 0;
    }
    body.index .app-inner {
        position: absolute;
        width: 100%;
        z-index: 99;
    }
    body.index .app-inner #header > div > div {
        background-color: transparent;
    }
    body.index .app-inner #header a,
    body.index .app-inner #header button,
    body.index .app-inner #header path {
        color: #fff;
        stroke: #fff;
    }
    body.index .app-inner #header .sub-menu a {
        color: #000;
    }
}

/* Main Banner */
section.s-block.s-block--photos-slider {
  margin-top: 0;
}
section.s-block.s-block--photos-slider .container {
    max-width: 100%;
    padding: 0;
}
section.s-block.s-block--photos-slider .container .swiper-slide {
    padding: 0;
}

/* Cats */
section.special-advertising-banners .absolute {
    justify-content: start;
}
section.special-advertising-banners .absolute a {
    font-size: 22px;
}
section.special-advertising-banners .banner-hero .absolute {
    top: 12%;
    right: 20%;
}
section.special-advertising-banners .banner-hero .text-center a {
    padding: 1rem 2rem;
}
@media (max-width: 1024px) {
    section.special-advertising-banners .absolute a {
        font-size: 12px;
    }
    section.special-advertising-banners .banner-hero .absolute {
        top: 12%;
        right: 10%;
    }
    section.special-advertising-banners .banner-hero .text-center a {
        padding: 1rem 2rem;
        font-size: 18px;
    }
}
@media (max-width: 576px) {
    section.special-advertising-banners .banner-hero .absolute {
        top: 15%;
        right: 10%;
    }
    section.special-advertising-banners .banner-hero .text-center a {
        padding: 0.7rem 1.5rem;
        font-size: 14px;
    }
}

/* Products */
custom-salla-product-card {
    border: 2px solid #1E1E1E;
    border-radius: 16px;
}
@media (min-width: 1024px) {
    section.s-block.s-block--features-products .features-products-six {
        padding-right: 1rem;
    }
}

/* Footer */
footer.store-footer,
section.s-block-store-footer-data .\[background\:var\(--footer-bg\)\] {
    border-radius: 0;
    background: #272322;
}