.sicon-menu:before {
    color: #fff;
}
.main-nav-container
i.text-black {
    color: #fff;
}
.main-nav-container
.sicon-sar:before {
    color: #fff;
}
.s-cart-summary-total {
    color: #fff;
}

/**fixed header**/
.main-nav-container.fixed-pinned.fixed-header
.sicon-menu:before {
    color: #000;
}
.main-nav-container.fixed-pinned.fixed-header
i.text-black {
    color: #000;
}
.main-nav-container.fixed-pinned.fixed-header
.sicon-sar:before {
    color: #000;
}
.main-nav-container.fixed-pinned.fixed-header
.s-cart-summary-total {
    color: #000;
}
.s-block--special-product .bg-white {
    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-block--special-product .bg-white::before{
    content: '';
    position: absolute;
    top: 93%;
    left: 0;
    height: 67%;
    width: 100%;
    background: #f9bebd53;
    border-radius: 5px;
    transform: translateY(-90%);
    z-index: -1;
    box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.1);
    border-radius: 8px;
    border: 1px solid #00000010
}
.s-block--special-product
h2.text-primary {
    color: #000;
    text-align: center;
    font-weight: 800;
}
.s-block--special-product p{
    color: #000;
    text-align: center;
}
.s-block--special-product
.special-price {
    justify-content:center 
}

.s-block--special-product .special-price .text-gray-400 {
    color: #000000;
}
.s-block--special-product .special-price .text-red-500 {
font-weight: 800 !important;
font-size: 20px;
}
.s-block--special-product
.tabs-wrapper .tabs__item
.translate-y-3 {
    transform: NONE;
}
.s-block--special-product
.tabs-wrapper .tabs__item
.translate-y-0 {
    transform: none;
}
.special-product .tabs-wrapper {
    min-height: 5rem;
    display: flex;
    flex-direction: row;
    max-height: 5rem;
    gap: 1rem;
    background-color:transparent;
    justify-content: center;
    margin-top: 2rem
}
div#special-product-tabs .tabs {
    display: none;
}
.tabs-wrapper .tabs__item {
    display: block;
}

[id="special-product-tab-1"] h4{
    width: 80px;
    height: 80px;
    background-image: url(https://cdn.files.salla.network/homepage/1609838057/e999589a-e709-4545-ac4a-a8e8491d440b.webp);
align-content:center;
background-size: contain;
background-position: center;
        background-repeat:no-repeat

}

[id="special-product-tab-2"] h4{
   width: 80px;
    height: 80px;
    background-image: url(https://cdn.files.salla.network/homepage/1609838057/e999589a-e709-4545-ac4a-a8e8491d440b.webp);
    align-content:center;
    background-size: contain;
background-position: center;
        background-repeat:no-repeat


}

[id="special-product-tab-3"] h4{
    width: 80px;
    height: 80px;
    background-image: url(https://cdn.files.salla.network/homepage/1609838057/e999589a-e709-4545-ac4a-a8e8491d440b.webp);
    align-content:center;
    background-size: contain;
background-position: center;
    background-repeat:no-repeat

}
[id="special-product-tab-3"], [id="special-product-tab-2"], [id="special-product-tab-1"]{
text-align:center
}
.special-products-btn [aria-label="تفاصيل أكثر"]{
    display: none;
}

.special-products-btn {
    display:block
}
.special-product salla-add-product-button button {
    border-color: #000000;
    background-color: #f29c9b;
    color: #000000 !important;
    font-weight: 800 !important;
}
.stock-ticker {
    background-color: #000 !important;
    font-size: 15px;
  font-weight: 800 !important ;
    overflow: hidden;
    user-select: none;
    --gap: 30px;
    display: flex;
    gap: var(--gap);
    color: #fcf8d3;
    padding-top: .2rem;
    padding-bottom: .2rem;
  position:absolute;
  bottom: 40px

  }
  
  .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 .p_image{
  display:block;
  position:relative
}
@media (min-width: 768px) {
.md\:flex-row {
    flex-direction: column;
}

.md\:w-1\/2 {
    width: 100%;
}
.s-block--special-product .bg-white {
     width: 50%; 
}
}

.s-slider-block__title h2 {
    justify-content: center;
    text-align:center
}
.s-slider-block__title-right:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem;
}
.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem;
}
.s-slider-block__title p {
        text-align:center;
        color: #000;
        opacity: 100;

}



/*new*/

/* Card + content */
.testimonial-card {
    background: #aeaed730;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
    border: 1px solid #0e3c55;
    margin: 30px;
  }
  
  .testimonial-content {
    padding: 10px;
    cursor: pointer;
  }
  
  .testimonial-category {
    font-size: 1.2rem;
    font-weight: 700;
    color:  #856db0;
    margin-bottom: 15px;
  }
  
  .testimonial-comment {
    color: #000;
    line-height: 1.6;
    margin-bottom: 8px;
    font-size: 14px;
    white-space: break-spaces;
    text-align: start;
  }
  
  /* Before/After section */
  .before-after-section {
    position: relative;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    overflow: hidden;
  }
  
  .index .before-after-slider {
    position: relative;
    width: 100%;
    height: 18.5vw;
    overflow: hidden;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    cursor: grab;
    user-select: none;
    touch-action: none;
  }
  
  .before-after-slider:active,
  .before-after-slider.dragging {
    cursor: grabbing;
  }
  
  .before-image-container,
  .after-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .after-image-container {
    clip-path: inset(0 50% 0 0);
    transition: clip-path 0s ease;
  }
  
  .before-after-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  /* Slider handle */
  .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background: white;
    transform: translateX(-50%);
    z-index: 10;
  }
  
  .slider-line {
    width: 100%;
    height: 100%;
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
  }
  
  .slider-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  
  .before-after-slider:hover .slider-button {
    transform: translate(-50%, -50%) scale(1.1);
  }
  
  .before-after-slider.dragging .slider-button {
    transform: translate(-50%, -50%) scale(1.2);
  }
  
  .slider-icon {
    width: 12px;
    height: 12px;
    color: var(--primary-color);
  }
  
  /* Image labels */
  .image-label {
    position: absolute;
    top: 10px;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    color: white;
    background: var(--primary-color);
    backdrop-filter: blur(4px);
  }
  .before-label { left: 10px; }
  .after-label  { right: 10px; }
  
  /* Responsive tweaks */
  @media (max-width: 768px) {
    .index .before-after-slider { height: 250px; }
    .product-img {width: 88px;height: 88px; background-color: white; margin-left: 10px; border-radius: 3px}
    .testimonial-card { margin: 16px; }
    .testimonial-category { font-size: 1rem; }
  }
  
  
  .cart-arrow {
          width: 16px;
          height: 16px;
    margin-right: 5px
      }
  .testimonial-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* ÙŠØ®Ù„ÙŠ Ø§Ù„Ù…Ø³Ø§ÙØ§Øª Ø¨ÙŠÙ† Ø§Ù„Ù†Øµ Ùˆmini-product */
    height: 100%; /* Ø¶Ø±ÙˆØ±ÙŠ Ø¹Ù„Ø´Ø§Ù† Ø§Ù„ÙƒØ±Øª ÙƒÙ„Ù‡ ÙŠØ§Ø®Ø° Ù†ÙØ³ Ø§Ù„Ø§Ø±ØªÙØ§Ø¹ */
  }
  
  @media(min-width: 1024px)Â {
      .s-reviews-container .swiper-slide-active .s-reviews-testimonial:where([dir=rtl],[dir=rtl] *)Â {		
              padding-left: 0rem;
      }
  }
  .s-block--custom-testimonials .s-reviews-header-wrapper {
      justify-content: center;
  }
  
  .s-block--custom-testimonials h1.s-reviews-header{
      visibility:hidden;
  margin: 0px;
      font-size: 0px 
  
  }
  
  
  .s-block.s-block--testimonials:not(.angel-testimonials)
  .bg-white {
      background-color: transparent;
    box-shadow:none;
  }
  
  .s-block.s-block--testimonials:not(.angel-testimonials)
  .s-testimonials--slider--img{
    display:none
  }
  .s-block.s-block--testimonials:not(.angel-testimonials)
  p.text-base{
    display:none;
  }

  .s-slider-block__title {
    justify-content: center;
}
.s-block__title p {
    color: #000;
    white-space: normal;
}

.s-block.s-block--testimonials:not(.angel-testimonials) .flex.flex-col:after {
    content:"";
    position: absolute;
    width: 100px;
    height: 100px;
    left: 3px;
    top: 10vh;
    background-image: url(https://cdn.files.salla.network/homepage/1609838057/dcd0f2ab-8c9f-48c8-9c69-4a2b2c5c6ac5.webp);
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat;
    z-index: 1;
     animation: mymove 3s infinite;

}

@keyframes mymove {
    0%, 7% {
        transform: rotateZ(0);
    }

    15% {
        transform: rotateZ(-5deg);
    }

    20% {
        transform: rotateZ(5deg);
    }

    25% {
        transform: rotateZ(-5deg);
    }

    30% {
        transform: rotateZ(6deg);
    }

    40%, 100% {
        transform: rotateZ(0);
    }
}
.s-block__title {
    justify-content: center;
}


.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: #f9bebd53;
    border-radius: 10px;
    transform: translateY(-90%);
    z-index: 0;
    box-shadow: 0 0 15px -3px rgb(0 0 0 / .1);
    border: 1px solid #0e3c5520
}
.s-product-card-entry.no-bg {
    border: none;
}
.s-product-card-content-footer salla-add-product-button .s-button-primary {
    color: #000 !important;
}
.s-product-card-content-footer.rounded-2xl button, .s-product-card-content-footer.rounded-xl button {
    border-radius: 5px;
}
.s-product-card-content-footer
.s-button-primary {
    background-color: #f29c9b;
    border: 1px solid #000
}


.testimonial__avatar{
    display: none;}
    .s-block--testimonials.angel-testimonials  
    .swiper-wrapper.s-slider-swiper-wrapper .flex{
        background-color:#f9bebd30;
        padding-top: 2rem;
        border-radius: 10px
    }
    .s-block--testimonials.angel-testimonials  
    .swiper-slide .bg-white {
        background-color: transparent;
    }
.s-block--testimonials.angel-testimonials  
  .s-rating-stars-selected {
      fill: #f29c9b;
    }

    .store-footer__inner {
background-color: #fff;    }

.s-social-link a {
    border-radius: .5rem;
    background-color: #f9bebd30;
}
.s-contacts-item {
    background-color: #f9bebd30;
}
footer.store-footer:after {
    content: "";
    height: 50px;
    width: 100%;
    padding-bottom: 5rem;
    background-image: url(https://cdn.files.salla.network/homepage/1609838057/1603208e-2343-48fd-8281-6b4067531bbe.webp);
    background-size: 100%;
    display:flex;
    position:relative
    
}
.store-footer h3 {
    color: #f29c9b;
}
.store-footer .text-gray-400 {
    color: #000;
}
span.dev-link A{
    margin-left: .2rem
}

span.dev-link {
    display: inline-flex;
     font-size: 9px;
     margin: 0 0px;
     margin-top: px;
     margin-left: 0;
     color: #000000;
     opacity: .7;
     flex-direction: row-reverse;
    justify-content:center
 }

span.copyrights{
    text-align:center
}
.s-block-trust-faq-question {
    padding: 1rem !important;
}

.s-social-link:hover a[title=instagram] {
    background-color: #f9bebd30;
}

.s-social-link:hover a[title=snapchat] {
    background-color: #f9bebd30;
}

.s-social-link:hover a[title=youtube] {
    background-color: #f9bebd30;
}

.s-social-link:hover a[title=facebook] {
    background-color: #f9bebd30;
}