salla-comments .s-comments-product {
    background-color: #405b82 !important;
}






body {
  
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
  background-color: #405b82;
}

.banner--fixed img {
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background: transparent;
}

p.ql-align-justify a {
    color: #FEB404;
}

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

.s-block__title h2,
.s-slider-block__title h2 {
    color: #fdb100;
}

.s-button-primary-outline {
    background-color: var(--color-primary);
    color: #fff;
}

/* قسم المميزات */
.s-block--features {
    padding: 50px 0;
    text-align: center;
    background-color: transparent; /* بيج فاتح للقسم */
}

/* كل بطاقة ميزة */
.s-block--features__item {
    background: #fdf8f1; /* بيج أنيق */
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: 
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
    border: 2px solid #d4af37; /* ذهبي */
    position: relative;
    overflow: hidden;
}

/* تأثير لمعان خفيف */
.s-block--features__item::before {
    content: "";
    position: absolute;
    top: -100%;
    left: -100%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 215, 100, 0.18),
        transparent
    );
    transition: all 0.6s ease;
}

/* Hover حركي */
.s-block--features__item:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
    border-color: #c9a227;
}

.s-block--features__item:hover::before {
    top: 0;
    left: 0;
}

/* الأيقونة الدائرية */
.s-block--features__item .feature-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d4af37, #f1c75b);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease;
}

/* حركة الأيقونة عند hover */
.s-block--features__item:hover .feature-icon {
    transform: rotate(6deg) scale(1.1);
}

/* الأيقونة نفسها */
.s-block--features__item .feature-icon i {
    font-size: 30px;
    color: #ffffff;
}

/* عنوان الميزة */
.s-block--features__item h2 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #7a5a14; /* بني ذهبي */
}

/* وصف الميزة */
.s-block--features__item p {
    font-size: 15px;
    color: #5f5a50;
    line-height: 1.7;
}

/* موبايل */
@media (max-width: 600px) {
    .s-block--features__item {
        padding: 26px 18px;
    }

    .s-block--features__item h2 {
        font-size: 18px;
    }

    .s-block--features__item p {
        font-size: 14px;
    }

    .s-block--features__item .feature-icon {
        width: 60px;
        height: 60px;
    }

    .s-block--features__item .feature-icon i {
        font-size: 26px;
    }
}


/* ---------- Variables ---------- */
:root {
    --asali-navy: #405b82;
    --asali-gold: #fdb100;
    --footer-bg-dark: #283A50;
    /* تكملة لدرجات الكحلي */
    --text-light: #f3f6f8;
    --muted: #cdd6df;
}

/* ---------- Footer base ---------- */
.store-footer__inner {
    background: linear-gradient(180deg, var(--footer-bg-dark) 0%, var(--asali-navy) 100%);
    color: var(--text-light);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    direction: rtl;
    background: linear-gradient(180deg, #405b82 0%, var(--asali-navy) 100%);
    color: var(--text-light);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    direction: rtl;
    border-top: 2px solid #fdb100;
    border-radius: 20px 20px 0 0 !important;

}

/* optional subtle honeycomb pattern (uses CSS only, low opacity) */
.store-footer__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.01) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.06;
    pointer-events: none;
}

/* container grid tweaks */
.store-footer__inner .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* headings */
.store-footer__inner h3,
.store-footer__inner .s-contacts-title {
    color: var(--asali-gold);
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 12px;
    letter-spacing: 0.4px;
}

/* description paragraph */
.store-footer__inner .max-w-sm p,
.store-footer__inner p {
    color: rgba(243, 246, 248, 0.95);
    font-size: 14px;
    line-height: 1.75;
    margin: 0 0 12px;
}

/* trust badge wrapper */
.s-trust-badges-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}

.s-trust-badges-content .s-trust-badges-label {
    display: block;
    color: var(--muted);
    font-size: 12px;
}

.s-trust-badges-content .s-trust-badges-number {
    display: block;
    color: var(--text-light);
    font-weight: 700;
    margin-top: 2px;
    font-size: 13px;
}

/* menu links */
.s-menu-footer-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.s-menu-footer-item {
    color: rgba(243, 246, 248, 0.95);
    font-size: 14px;
    transition: color 0.22s ease, transform 0.18s ease;
}

.s-menu-footer-item:hover {
    color: var(--asali-gold);
    transform: translateX(-6px);
}

/* contacts list */
.s-contacts-list-vertical {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.s-contacts-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text-light);
    text-decoration: none;
    padding: 6px 0;
    transition: transform 0.22s ease, color 0.22s ease;
}

.s-contacts-item:hover {
    transform: translateX(-6px);
    color: var(--asali-gold);
}

/* golden circular icon */
.s-contacts-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--asali-gold), #ffd36e);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(14, 27, 40, 0.45);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.s-contacts-item:hover .s-contacts-icon {
    transform: scale(1.06);
    box-shadow: 0 12px 28px rgba(14, 27, 40, 0.55);
}

.s-contacts-icon svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}

/* apps & payments area */
.salla-apps-icons,
.s-payments-list-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-start;
    margin-top: 8px;
}

.s-payments-list-item img {
    width: 58px;
    height: auto;
    border-radius: 8px;
    transition: transform 0.22s ease;
}

.s-payments-list-item img:hover {
    transform: translateY(-4px);
}

/* bottom row */
.store-footer__inner>.md\:flex,
.store-footer__inner .md\:flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    margin-top: 18px;
}

.store-footer__inner .copyright-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

.store-footer__inner .copyright-text a {
    color: var(--asali-gold);
    font-weight: 700;
    text-decoration: none;
}

/* small screens layout */
@media (max-width: 992px) {
    .store-footer__inner {
        padding: 40px 0;
    }
 .s-contacts-list-vertical, .store-footer__inner h3, .store-footer__inner .s-contacts-title , .s-menu-footer-list{
   
    text-align: center;
  }

  .store-footer__inner .max-w-sm p, .store-footer__inner p {
    text-align: center;
    display: flex;
  }
  .store-footer a {
    display: flow;
  }
   

    .salla-apps-icons,
    .s-payments-list-wrap {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 10px;
    }

    .s-trust-badges-wrapper {
        gap: 10px;
    }
}
.s-reviews-header, .s-slider-block__title h2 {
    color: #fdb100;
    font-size: 27px;
}
/* very small screens */
@media (max-width: 640px) {
    .store-footer__inner {
        padding: 30px 0;
    }

    .s-contacts-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .s-contacts-icon svg {
        width: 16px;
        height: 16px;
    }

    .s-menu-footer-item,
    .s-contacts-item span.unicode {
        font-size: 13px;
    }

    .s-products-slider-card {
        max-width: 180px;
    }.s-reviews-header, .s-slider-block__title h2 {
    font-size: 15px;
}
}

/* small decorative gold arc (optional) */
.store-footer__inner::after {
    content: "";
    position: absolute;
    left: -10%;
    bottom: -30%;
    width: 40%;
    height: 80%;
    background: radial-gradient(circle at 20% 80%, rgba(239, 165, 17, 0.10), transparent 25%);
    transform: rotate(-18deg);
    pointer-events: none;
    filter: blur(18px);
    opacity: 0.95;
}

.topnav-link-item.right-side,
.s-contacts-header {
    color: #fdb100;
    border-color: #fdb100;
}

.main-nav-container {
    background: #405b82;
}

.main-menu li.root-level>a,
i.header-btn__icon,
.s-cart-summary-total {
    color: #fdb100;
}

.main-menu li.root-level>a,
i.header-btn__icon {
    color: #fdb100;
    border-color: #fdb100;
}


  .footer-is-light .store-footer {
    background: transparent;
}



.copyright-text p {
    color: rgb(255 255 255);
}

section.s-block.container .s-block__title h2 {
    display: none;
}

salla-slider.photos-slider .swiper-slide {
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
    padding: 0;
}

[dir=rtl] salla-slider.photos-slider .swiper {
    padding: 0 !important;
}

.s-block {
    margin-top: 0;
}

.swiper-wrapper {
    padding: 0;
}

.mm-spn.mm-spn--navbar ul {
    background: #405b82;
}

.mm-spn.mm-spn--navbar.mm-spn--main {
    background: #344969;
}

.mm-spn li,
button.btn--close.close-mobile-menu.sicon-cancel.lg\:hidden,
.mm-spn.mm-spn--navbar.mm-spn--main:where([dir=rtl], [dir=rtl] *):after {
    color: #fdb100;
}





@media (min-width: 1024px) {
    .s-reviews-container .swiper-slide-active .s-reviews-testimonial:where([dir=rtl],[dir=rtl] *) {
        background-color: #fbfaf7;
        padding-left: 6rem;
    }
}
  
/* كرت التقييم */
.s-reviews-testimonial {
    background: #fdf8f1; /* بيج */
    border-radius: 20px;
    border: 2px solid #d4af37; /* ذهبي */
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: 
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* تأثير اللمعان */
.s-reviews-testimonial::before {
    content: "";
    position: absolute;
    top: -100%;
    left: -100%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 215, 100, 0.18),
        transparent
    );
    transition: all 0.6s ease;
}

/* Hover */
.s-reviews-testimonial:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
    border-color: #c9a227;
}

.s-reviews-testimonial:hover::before {
    top: 0;
    left: 0;
}

/* المحتوى الداخلي */
.s-reviews-testimonial__inner {
    padding: 28px 24px;
}

/* صورة العميل */
.s-reviews-testimonial__avatar img {
    border-radius: 50%;
    border: 2px solid #d4af37;
    padding: 3px;
    background: #fff;
}

/* نص التقييم */
.s-reviews-testimonial__text p {
    font-size: 15px;
    line-height: 1.7;
    color: #5f5a50;
    margin-bottom: 14px;
}

/* اسم العميل */
.s-reviews-testimonial__info h2 {
    color: #7a5a14; /* بني ذهبي */
    font-weight: 800;
}

/* النجوم */
.s-reviews-testimonial__rating svg path {
    fill: #d4af37;
}

/* أيقونة الاقتباس */
.s-reviews-testimonial__icon {
    position: absolute;
    top: 16px;
    left: 16px;
    opacity: 0.15;
}

.s-reviews-testimonial__icon svg path {
    fill: #d4af37;
}

/* موبايل */
@media (max-width: 600px) {
    .s-reviews-testimonial__inner {
        padding: 22px 18px;
    }

    .s-reviews-testimonial__text p {
        font-size: 14px;
    }
}


.s-reviews-header-wrapper {
    display: flex;
    justify-content: center;
}


/*eng.haneen*/
custom-salla-product-card {
  position: relative;
  background-color: #f8f1dc;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 18px;
  overflow: hidden;
}



/* خلي المحتوى فوق الخلفية */
custom-salla-product-card > * {
  position: relative;
  z-index: 1;
}

/* خلي منطقة الصورة شفافة */
custom-salla-product-card .s-product-card-image {
  background: transparent !important;
}

.s-product-card-image img {
    background: transparent;
}


.s-product-card-content-subtitle,
.s-product-card-content-title a
{
  display: flex;
  justify-content: center;
  
}
.s-product-card-content-subtitle {
    font-weight: bolder;
  
   
    color: rgb(66 88 118);
}



.s-button-primary-outline.s-button-element {
  background-image: linear-gradient(
    135deg,
    #2f4668 0%,     /* أغمق شوية */
    #405b82 40%,    /* الدرجة الأساسية */
    #5f7aa3 70%,    /* أفتح شوية */
    #6f8fbf 100%    /* لمعة خفيفة */
  ) !important;

  background-color: transparent !important;
  border: none !important;
  color: #ffffff !important;

  border-radius: 18px;
  font-weight: 700;
  letter-spacing: 0.4px;


  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.25), /* أخف داخل */
    0 5px 12px rgba(64, 91, 130, 0.25);        /* أخف خارجي */
}


.s-button-primary-outline.s-button-element:hover {
  background-image: linear-gradient(
    135deg,
    #6f8fbf 0%,
    #5f7aa3 35%,
    #405b82 65%,
    #2f4668 100%
  ) !important;

  transform: translateY(-2px);
  box-shadow:
    inset 0 2px 4px rgba(255,255,255,0.35),
    0 14px 32px rgba(64, 91, 130, 0.45);
}

/* حواف ذهبية للكارت */
custom-salla-product-card {
  border: 2px solid #d4af37; /* لون ذهبي */
  border-radius: 18px;        /* حواف دائرية */
  overflow: hidden;           /* يخلي الحواف الدائرية واضحة */
  box-shadow: 0 6px 18px rgba(212, 175, 55, 0.3); /* لمسة فخمة للظل */
}

/* لو حابة الحواف فقط من غير الظل */
custom-salla-product-card {
  border: 2px solid #d4af37;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: none;
}

.s-product-card-horizontal .s-product-card-content-title a {
    display: FLEX;
}



/* توسيط قائمة المنتجات على الكمبيوتر والتابلت */
@media (min-width: 768px) {
    .s-products-list-wrapper.s-products-list-horizontal-cards {
        display: flex;
        justify-content: center;   /* توسيط في النص */
        align-items: stretch;
        gap: 24px;                /* مسافة بين المنتجات */
        flex-wrap: wrap;
    }

    .s-products-list-wrapper.s-products-list-horizontal-cards
    .s-product-card-entry {
        margin: 0 !important;     /* إلغاء أي هوامش جانبية */
    }
}

.md\:text-2xl , 

  .sm\:p-1{
        color: #f9f1dd;
       
}
.text-gray-500 {
    
    color: rgb(255 255 255);
}

  .s-breadcrumb-wrapper {
        color: #f9f1dd;
    
  }



      .sm\:pb-0 ,
  .p-5{
        background-color: #eaeaea;
      }
  .s-product-options-wrapper
  {
        background-color: #eaeaea;
      }