body.index .store-header {
    position: static;
}
.store-header i {
    color: #231F20 !important;
}
#mainnav {
    height: unset !important;
}
.main-nav-container .mobile-menu ul li a {
    color: #231F20;
}
.navbar-brand img {
    max-height: 7rem;
    scale: 1.5;
    z-index: -1;
}

/* Landing-page */
.main-banner-0 h1,
.main-banner-0 p {
    color: #fff !important;
}
@media (max-width: 576px) {
  .main-banner-0 .h-\[85vh\] {
      height: 50vh;
  }
}

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

/* Offers */
.furnitur_offer {margin-top: 5%;}
.furnitur_offer .s-count-down-wrapper .s-count-down-list .s-count-down-item .s-count-down-item-value {
	background: unset;
	border: 1px solid var(--color-primary);
}
.not-show .product-name {
    max-width: 90%;
}
@media (min-width: 1024px) {
    .swiper-slide-visible.swiper-slide-active salla-add-product-button {
        width: 50%;
        margin-top: 4%;
    }
    .swiper-slide-visible.swiper-slide-active a {
        width: 50%;
    }
}

.rooms h1 {
    color: #fff;
}

/* 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: 60vh;
    }
}

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

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

/* products */
.s-product-card-content-footer {
    justify-content: center;
}

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

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

/* Footer */
footer img[alt="VANITY PALETTE"] {
    width: 140px;
}
#mc-embedded-subscribe {
    background: #fff;
    color: var(--color-primary) !important;
}
#mc-embedded-subscribe:hover {
    opacity: 0.7;
}
/* 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;
    }
}