@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap');

/* Header */
body.index .store-header {
    position: static !important;
}
.navbar-brand img {
    max-height: 6rem;
}

/* fw */
section.s-block.s-block--photos-slider {
    margin-top: 0;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper,
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    padding: 0;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    width: 100%;
}
section.s-block.s-block--photos-slider .s-slider-block__title-nav {
  display: none;
}

/* 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: 110vh !important;
    }
    .details-sec .grid > div:nth-child(2) {
        height: 40vh;
    }
}

/* Fixed Banner Img */
.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 {
    margin-top: 5%;
}
.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;
}

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

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

/* Footer */
.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 > div:first-child {
    background-color: var(--color-primary) !important;
}
*/
.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;
    }
}

/* Hide previous/next slider arrows */
.s-slider-nav-arrow,
.s-slider-prev,
.s-slider-next {
  display: none !important;
}