body.index .store-header {
    position: static;
}

/* Landing-page */
section.relative .text-center {
    text-align: start;
    margin-right: 5%;
}
.swiper-slide-visible.swiper-slide-active a {
    margin-right: 0 !important;
}
@media (min-width: 992px) {
    section.relative h1 {
        max-width: 90%;
        line-height: 1.5
    }
}
@media (max-width: 768px) {
    section.relative {
        height: 35vh;
    }
    section.relative .text-center {
        text-align: start;
        margin-right: 1%;
    }
    .swiper-slide-visible.swiper-slide-active a {
        font-size: 14px !important;
        padding: 12px 24px;
    }
    section.relative h1 {
        max-width: 70%;
    }
}

/* CATS */
.categories .container {
    max-width: 1600px;
}
.categories ul {
    justify-content: center;
    gap: 1rem;
    align-items: start;
}
@media (min-width: 992px) {
    .categories ul li {
        width: 150px;
    }
}
@media (max-width: 992px) {
    .categories ul li {
        margin-top: 1%;
    }
}

/* details-sec */
.details-sec .grid {
    height: 80vh !important;
}
@media (max-width: 768px) {
    .details-sec .grid {
        height: 120vh !important;
    }
    .details-sec .grid > div:nth-child(2) {
        height: 55vh;
    }
}

/* Fixed Banner Img */
.fixed-banner-img .relative .absolute {
    left: 0;
    width: 100%;
    margin-top: 3%;
    top: unset;
    bottom: 1rem;
}
.fixed-banner-img .container > .relative > div * {
    color: #fff !important;
    border-color: #fff;
}
.fixed-banner-img {
    margin-top: 5%;
}
@media (min-width: 992px) {
    .fixed-banner-img > div {
        flex-direction: row
    }
}

/* offers */
@media (max-width: 992px) {
  .update_offer_section .s-button-wide {
    background-color: #fff;
  }
}

/* Img Banner Text */
.img-banner-text > div > div:first-child {
    justify-content: center;
}

/* Features */
.features {
    margin-top: 5%;
}

/* Media */
.media .shape * {
    color: #fff;
}
.media > div {
  background-color: var(--color-primary);
}

/* Footer */
footer img[alt="omeemastore"] {
    filter: brightness(0) invert();
}
.store-footer > .relative * {
    color: #fff !important;
}
.store-footer .email_button {
    color: var(--color-primary) !important;
}
#mc-embedded-subscribe {
    background: #fff;
    color: var(--color-primary) !important;
}
#mc-embedded-subscribe:hover {
    opacity: 0.7;
}
.store-footer .s-contacts-list.s-contacts-list-vertical {
    align-items: center;
}
.outline-none {
    border: none;
}
/* Center LeVisa Footer for Mob */
@media (max-width: 992px) {
    .store-footer__inner > div * {
        justify-content: center;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
}