.index .app-inner.bg-white.relative.\33 xl\:container.flex.flex-col.min-h-full {
    max-width: unset;
    margin: 0;
    padding: 0;

}
.index,.app-inner,.main-wrapper {
    background: #fff7ef;
}


:root {
    --main-color: #582f28;
    --second-color: #f0d2b6;
    --white-color: #fff;
    --normal-box-shadow: rgb(0,0,0,0.3) 1px 2px 3px;
}


.s-block {
    margin-block: 2rem;
}



.s-product-card-entry .s-product-card-actions .s-button-primary, .s-product-card-entry .s-product-card-actions .s-product-card-wishlist-btn button {
    background-color: var(--second-color) !important;
    color: var(--main-color) !important;
}

.banner--fixed img {
    background-color: transparent;
    border-radius: 0px !important;
}

/** features code ***/
section.s-block.s-block--features .s-block--features__item {
    background-color: transparent !important;
    row-gap: 5px;
    box-shadow: none !important;
    position: relative;
    padding: 0;
}
@media (min-width: 1024px) {
    section.s-block.s-block--features .s-block--features__item:not(:last-of-type):before {
   position: absolute;
    content: '';
    width: 3px;
    height: 30px;
    background: var(--main-color) !important;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
} 
}
.s-block--features__item h2 {
    font-size: 17px;
    color: var(--main-color);
}
.s-block--features__item p {
   display:none;
}
.s-block--features__item .feature-icon {
    background: var(--main-color);
    height: 8rem;
    width: 8rem;
}

.s-block--features__item .feature-icon i:before {
    content: '';
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
.s-block--features__item .feature-icon .sicon-store2:before {
    background-image: url(https://i.ibb.co/3Y4zf2Hh/image.png);
}

.s-block--features__item .feature-icon .sicon-shipping-fast:before {
    background-image: url(https://i.ibb.co/SwrF613d/image.png);
}
.s-block--features__item .feature-icon .sicon-fire:before {
    background-image: url(https://i.ibb.co/7x5jCC20/image.png);
}

@media (max-width: 992px) {

    section.s-block.s-block--features .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    
    .s-block--features__item:first-child {
        grid-column: span 1 / span 1;
    }
    .s-block--features__item h2 {
    font-size: 15px;
    color: var(--main-color);
}

}

@media (max-width: 992px) {


    .store-footer__inner * {
        text-align: center;
        justify-content: center;
    }
    
}


body.index .s-block__title h2, body.index .s-reviews-header, body.index .s-slider-block__title h2 {
    color: var(--main-color);
}

.s-block__title h2:before, .s-slider-block__title h2:before {
    position: absolute;
    content: '';
    height: 5px;
    width: 20%;
    border-radius: 5px;
    background: var(--main-color);
    bottom: -10px;
    transform: translateX(0%);
    transition: all .5s;
    z-index: -1;
}

.s-block__title h2:hover {
    color: var(--main-color);
}

.s-block__title h2:hover:before, .s-slider-block__title h2:hover:before {
    width: 100%;
    transition: all .5s;
}

.s-block__display-all, .s-reviews-display-all {
    background-color: var(--main-color);
    color: var(--white-color);
    opacity: 1;
    padding: 7px;
    border-radius: 50px;
    font-size: 12px;
}

.s-social-link a {
    color: var(--white-color);
    border: 0;
    transition: all .5s;
}

.s-social-link a:hover {
    transform: translateY(-10px);
    transition: all .5s;
}

a[href*="instagram"] {
    background: -o-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

a[href*="tiktok"] {
    background: -o-linear-gradient(330deg, #69c9d0, #000, #ee1d52);
    background: linear-gradient(120deg, #69c9d0, #000, #ee1d52);
}

a[href*="facebook"] {
    background: -o-linear-gradient(45deg, #3776f2, #00b1f7);
    background: linear-gradient(45deg, #3776f2, #00b1f7);
}

a[href*="youtube"] {
    background-color: #c4302b;
}
a[href*="snapchat"] {
    background-color: yellow;
    color: black;
}
a[href="https://twitter.com/bahriatna1"] {
    background-color: black;
}






salla-slider.photos-slider .swiper-slide {
    margin: 0;
    border-radius: 0 !important;
    width: 100% !important;
}
salla-slider.photos-slider .swiper-slide img {
    border-radius: 0 !important;
}

salla-slider.photos-slider .swiper {
    padding: 0 !important;
}