/* Header */
body.index #mainnav:not(#mainnav.fixed-header) * {
  color: #fff !important;
}
body.index #mainnav:not(#mainnav.fixed-header) .sub-menu * {
  color: var(--color-primary) !important;
}
.navbar-brand img {
    max-height: 9rem;
}


/* Landing-page */
.main_banner-0 .head_img > div {
    padding: 0 !important;
    align-items: center;
}
.main_banner-0 .text-center {
    padding: 2.5rem 0;
    border-radius: 20px;
    margin-top: 10%;
}
.main_banner-0 .text-center button {
  color: #fff;
}
.main_banner-0 > div > div > div {
    margin-right: 5%;
}
.main_banner-0 .text-center button:hover span,
.main_banner-0 .text-center button:hover i {
    color: #000;
}
.main_banner-0 p {
    opacity: 1;
    font-weight: 400;
}
.main_banner-0 h1 {
    color: #fff;
}
@media (min-width: 1024px) {
    .main_banner-0 .lg\:h-\[95vh\] {
        height: 120vh;
    }
}
@media (min-width: 992px) {
    .main_banner-0 h1 {
        font-size: 54px !important;
    }
    .main_banner-0 p {
        font-size: 28px !important;
        margin: 2% auto;
        max-width: 600px;
        line-height: 1.6;
    }
    .main_banner-0 .w-fit {
        padding: 1rem 2rem;
    }
}
@media (max-width: 768px) {
    .main_banner-0 > div > div > div {
        max-width: 100%;
        width: 100%;
        margin: auto;
        margin-top: 35%;
        position: absolute;
        bottom: 0;
    }
    .main_banner-0 .text-center {
        align-items: center !important;
        text-align: center !important;
        background-image: linear-gradient(0deg, #ffffffaa, transparent)
    }
    .main_banner-0 h1 {
        font-size: 34px !important;
        padding-inline: 3rem;
        line-height: 3rem;
    }
    .main_banner-0 .w-fit,
    .main_banner-0 .w-fit span {
        font-size: 15px !important
    }
}

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

/* products */
.s-block--best-offers h2 {
    font-size: 34px;
}
@media (max-width: 992px) {
    .s-block--best-offers h2 {
        font-size: 22px;
    }
}

/* Fixed Banner Img */
.fixed-banner-img .relative .absolute {
    width: 100% !important;
    margin-top: 3%;
    right: 0;
    left: 0;
    bottom: 5%;
    top: unset;
}
.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
    }
}

/* 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);
}

/* img-banner-text */
@media (min-width: 992px) {
    .img-banner-text h1 {
        font-size: 36px !important;
    }
    .img-banner-text .text-center {
        width: 50% !important;
    }
}
@media (max-width: 992px) {
    .img-banner-text h1 {
        font-size: 16px !important;
        line-height: 2rem;
    }
}

/* Footer */
footer img[alt="auracasaa"] {
    height: 7rem !important;
    width: unset !important;
    filter: brightness(0) invert();
}
footer a:has(img[alt="auracasaa"]) {
    justify-content: center;
}
.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;
    }
}