#fullscreen-banner-0 {
    height: 899.9062px !important;
}
#fullscreen-banner-0 .swiper-slide {
    width: 100% !important;
}
#fullscreen-banner-0 salla-slider,
#fullscreen-banner-0 .swiper,
#fullscreen-banner-0 .swiper-slide,
#fullscreen-banner-0 .bg__image,
#fullscreen-banner-0 video {
    height: 100% !important;
}
@media (max-width: 768px) {
    #fullscreen-banner-0 {
        margin-bottom: 0 !important;
    }

    #categories-section {
        margin-top: 0 !important;
    }
}
@media (max-width: 768px) {
    #fullscreen-banner-0 {
        overflow: hidden !important;
    }
    #fullscreen-banner-0 .swiper,
    #fullscreen-banner-0 .s-slider-container {
        overflow: hidden !important;
    }
}
@media (max-width: 768px) {
    #fullscreen-banner-0 .has-overlay:after {
        display: none !important;
    }
}
#categories-section {
    background: #fff;
    border-radius: 40px 40px 0 0;
    padding: 60px 40px 0px;
    margin-top: -40px;
    position: relative;
    z-index: 2;
    direction: rtl;
    text-align: center;
}
#categories-section .cat-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
#categories-section .cat-divider {
    display: block;
    margin: 0 auto 12px;
    max-width: 180px;
    width: 100%;
}
#categories-section .cat-subtitle {
    font-size: 0.9rem;
    color: #000;
    margin: 0;
}
@media (max-width: 600px) {
    #categories-section {
        padding: 30px 16px 0px;
        border-radius: 28px 28px 0 0;
    }
}
    .lg\:py-8 {
        padding-top: 0rem;
        padding-bottom: 2rem;
    }
.carousel-slider .swiper-wrapper > div {
  background-color: var(--product-card-bg, transparent);
  box-shadow: 0 0 10px 0 black;
  height: 100%;
  border-radius: 12px !important;
  border: none !important;
}

.carousel-slider .swiper-wrapper > div {
    padding: 1rem;
    margin: 1rem;
}
#fullscreen-banner-0 .bg__image video {
    width: 100vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}
.s-slider-block__title h2 {
    position: relative;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    border-bottom: 3px solid #000;
    padding: 7px;
}
.banner--fixed img {
    background: transparent;
}
section.s-block.s-block--fixed-banner:nth-of-type(7) .container {
    max-width: 100%;
    padding: 0;
}
.footer_logo img {
    filter: brightness(0) invert(1);
}
#app .footer-no-bg .store-footer__inner, #app .store-footer.footer-no-bg {
    background-color: #111111 !important;
}