.index .store-header i, .index .store-header .dark .da-tm {
    color: #fff !important ;
}
.index .store-header .s-cart-summary-count{
    background-color: #fff;
    color: #1E2C18;
}

.index .store-header .fixed-header .s-cart-summary-count{
    background-color: #1E2C18;
    color: #fff
}
.index .store-header .fixed-header i, .index .store-header .fixed-header .dark .da-tm {
    color: #1E2C18 !important ;
}

.index .store-header .navbar-brand img {
    filter: brightness(100);
}

.index .store-header .fixed-header .navbar-brand img {
    filter: none;
}

.index .store-header .s-cart-summary-total {
    color: #fff !important;
}

.index .store-header .fixed-header .s-cart-summary-total {
    color: #1E2C18 !important;
}

.s-block__title {
    align-items: center;
    justify-content: center;
}
[dir=rtl] .s-block__title .right-side {
    padding-left: 0rem;
}
.s-block__title {
    color: #1E2C18;
    text-align:center;
}

[dir=rtl] .s-block__title .right-side {
    padding-left: 0rem;
}

.s-product-card-entry {
    border-radius: 5px;
    background-color: #fff;
    padding: 0;
}

.s-product-card-content-main {
    padding-right: .37rem;
    padding-left: .37rem
}

.s-product-card-content-sub {
    padding: .37rem
}

.s-product-card-entry salla-button .s-button-btn {
    border-radius: 0;
    background-color: #1E2C18;
    border: 0
}

.s-product-card-entry salla-button .s-button-btn .s-button-text {
    color: #fff
}

.s-slider-block__title h2 {
    color: #1E2C18
}

.s-products-list-vertical-cards {
    gap: 15px
}

.s-button-text .sicon-shopping-bag {
    display: none
}
.s-product-card-content-footer .s-button-btn {
    border-radius:9px 0px 9px 0px !important ;
}

.s-product-card-content {
    padding-left: 1rem;
    padding-right: 1rem
}

.s-product-card-content-main {
    padding-bottom: 0;
    justify-content: center
}

.s-product-card-content-sub {
    margin-bottom: .5rem;
    justify-content: center
}

.s-product-card-content-title a {
    text-align: center;
    color: #1E2C18;
    font-size: .8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.s-block__title {
    flex-direction: column
}

[dir=rtl] .s-product-card-content-pie {
    display: none
}

[dir=rtl] .s-product-card-special .s-product-card-content-main,[dir=rtl] special .s-product-card-content-sub {
    padding-left: 0
}

[dir=rtl] .s-product-card-content-extra-padding {
    padding-left: 0;
    padding-right: 0
}

.s-block--special-products .tabs {
    display: none
}

[dir=rtl] .s-product-card-vertical .s-product-card-wishlist-btn {
    left: 0
}

.s-product-card-vertical .s-product-card-wishlist-btn {
    top: .12rem
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
    background-color: #ffffff40!important;
    border-radius: 0 16px 16px 0!important;
    color: #1E2C18
}

.s-product-card-price {
    color: #1E2C18
}

.s-slider-block__title {
    justify-content: center
}

.s-slider-block__title-right:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0
}

.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0
}

salla-slider.s-products-slider-slider {
    margin-bottom: 2.5rem
}

.s-slider-block__title {
    justify-content: center;
    display: flex;
    flex-direction: column
}

.s-slider-block__display-all {
    color: #fff;
    background-color:#1E2C18;
    padding: 2px 12px;
    margin-top: .6rem;
}

.s-product-card-vertical .s-product-card-image {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 8px
}

.s-product-card-image::before {
    background: #fff;
    color: #fff
}

.s-product-card-content-subtitle {
    text-align: center;
}
.dan-products .s-product-card-content-subtitle {
    color: #fff
}
.s-product-card-content-sub {
    display: flex;
    align-items: center;
    flex-direction: column
}

.s-product-card-promotion-title {
    background-color: #1E2C18;
}

.s-product-card-entry salla-button .s-button-btn:hover {
    background-color: #1E2C18;
    color: #fff
}

@media(max-width: 600px) {
    .s-products-slider-card {
        max-width:190px
    }
}

.s-product-card-content-main {
    padding-bottom: 0;
    justify-content: center
}

.s-product-card-fit-height .s-product-card-image {
    height: 12rem
}


.s-product-card-entry{    
    position: relative;
    display: flex;
    height: 100%;
    justify-content: space-between;
    border-radius: .75rem;
    --tw-bg-opacity: 1;
    background: none!important;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 300ms;
}
.s-product-card-entry::before{
    content: '';
    position: absolute;
    top: 92%;
    left: 0;
    height: 65%;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    transform: translateY(-90%);
    z-index: 0;
    box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.1);
    border: 1px solid #004f5420
}
.s-product-card-image {
    background: none !important;
}
[dir="rtl"] .s-product-card-rating {
    left: 0rem;
}
.s-product-card-rating {
    border-radius: 0px 10px 10px 0px;
}
.s-slider-block__display-all::after, .s-block__display-all::after {
    display: none;
}
.dan-products {
    background-color: #9E795A
    }
    
    .dan-products .s-product-card-content-main {
        order: 2;
    }
    .dan-products .s-product-card-content-sub.justify-center {
        order: 3;
    }
    .dan-products .s-product-card-content-footer {
        order: 1;
        width: 80%;
        
    }
/*powder collectaion*/
.index .dan-products custom-salla-product-card[id="1583806524"] a.flex-center:after {
    content: "";
    display:flex;
    width: 100%;
    height: 230px;
    z-index: 0;
    position:absolute;
    background-image: url(https://cdn.files.salla.network/homepage/261789414/b680a4be-63fe-46d1-94a3-0bb328c89db2.webp);
    background-size: 100%;
    background-position:center;
    background-repeat: no-repeat;
            border-radius: 4px

    
    }
    /*colored hair*/
    .index .dan-products custom-salla-product-card[id="868548272"] a.flex-center:after {
        content: "fffffffff";
        display:flex;
        width: 100%;
        height: 230px;
        z-index: 0;
        position:absolute;
        background-image:url(https://cdn.files.salla.network/homepage/261789414/5648881c-4b28-4c02-ac58-4ce5e97260bf.webp);
         background-size: 100%;
    background-position:center;
    background-repeat: no-repeat;
        border-radius: 4px
        }
/*complete hair*/
        .index .dan-products custom-salla-product-card[id="2119928015"] a.flex-center:after {
            content: "fffffffff";
            display:flex;
            width: 100%;
            height: 230px;
            z-index: 0;
            position:absolute;
            background-image: url(https://cdn.files.salla.network/homepage/261789414/db826bf1-06ff-4fef-917d-eb603a80ad73.webp);
             background-size: 100%;
    background-position:center;
    background-repeat: no-repeat;
                    border-radius: 4px

            }
            
.index .dan-products .s-product-card-entry::before {
    background: none;
}
.index .dan-products .s-product-card-content {
    color: #fff;
    margin-top:  1.1rem;
}
.index .dan-products .s-product-card-price {
    color: #fff;
}

.index .dan-products .s-product-card-content {
    padding: 0rem!important;
}
.s-product-card-content {
    padding: .2rem!important;
    width: 100%;
}
.testimonial__avatar{
    display: none;}
    .s-block--testimonials 
    .swiper-wrapper.s-slider-swiper-wrapper .flex{
        background-color:#8C6D4510;
        padding-top: 2rem;
        border-radius: 10px
    }
    .s-block--testimonials 
    .swiper-slide .bg-white {
        background-color: transparent;
    }
    .s-product-card-content-footer {
        width: 80%;
    }
.s-block--testimonials 
  .s-rating-stars-selected {
        fill: #8C1C1C;
    }

   .s-block--features.bg-gray-100 {
        background-color: transparent !important ;
    }
    .s-block--features .grid-cols-2 {
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
    .s-block--features .grid-cols-2 
    h4.text-base {
        font-size: .8rem;
    }
    
footer.store-footer {
    background-color:#1B2B11;
    color:#fff;
}
footer.store-footer
.s-social-link a {
    background-color: transparent;
}
footer.store-footer
.s-contacts-item {
    background-color: transparent;
    padding: 0rem;
}
    
footer.store-footer img.logo-light.foo {
    filter:brightness(100);
    height:80px !important;
    width: auto !important ;
}

.footer-vat.flex{
    flex-direction:column;
    justify-content:center;
    margin: auto;
}

.footer-vat.flex *{
    background-color: #fff;
     padding: 2px;
     color: #000;
     border-radius: 5px
 }
 .store-footer h3 {
    color: #fff;
}
.store-footer h3.s-contacts-title {
    display:none
}
.store-footer .footer-container {
    border-bottom-width: 0px;
}
.store-footer
.text-gray-400 {
    color: #fff;
}
.stock-ticker {
    background-color: #8C1C1C !important;
    font-size: 15px;
    overflow: hidden;
    user-select: none;
    --gap: 20px;
    display: flex;
    gap: var(--gap);
    color: #EFECEA;
    padding-top: .2rem;
    padding-bottom: .2rem;

  }
  
  .stock-ticker ul {
    list-style: none;
    flex-shrink: 0;
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--gap);
    animation: scroll 80s linear infinite;
  }
  
  .stock-ticker:hover ul {
    animation-play-state: paused;
  }
  
  @keyframes scroll {
    to {
      transform: translateX(calc(100% - var(--gap)));
    }
  }
  
  
  .stock-ticker .company,
  .stock-ticker .price {
    font-weight: bold;
  }
  
  .stock-ticker .price {
    margin-inline: 4px;
  }
  .dan-products .s-product-card-entry salla-button .s-button-btn {
    background-color: #8C1C1C;
    border: .01rem solid #fff
}
.s-contacts-icon svg {
    height: 1.25rem;
    width: 1.25rem;
}