/* ✅ 1. Hide header/footer container */
.container.flex.justify-between {
  display: none !important;
}

/* ✅ 2. Hide mobile phone link */
a[aria-label="mobile"] {
  display: none !important;
}

/* ✅ 3. Hide default Saudi Business Center block */
a[aria-label="Saudi Business Center"] {
  display: none !important;
}

/* ✅ 4. Hide contact numbers and email text, keep icons only */
.flex.items-center.justify-center.flex-wrap.gap-5 span {
  display: none !important;
}

/* ✅ 5. Prepare footer rights container (JS injects new content) */
.text-sm.footer-rights {
  font-size: 0 !important; /* Clear old text */
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  text-align: center !important;
  cursor: default !important;
}
.store-footer h3 {
    font-size: 0rem!important;
    font-weight: 700;
    line-height: 1.75rem;
    margin-bottom: .75rem;
}
.lg\:-mt-\[45px\].relative.z-\[1\].lg\:col-\[2\] {
  display: none !important;
}

/* اخفاء مدى  */
    .md\:block
Specificity: (0,1,0)
 {
    display: none!important;
    }
/* توسيط footer  */
@media (min-width: 768px) {
  .md\:flex {
    display: block !important; /* or inline-block / unset / whatever you prefer */
  }

  .lg\:grid-cols-3 {
    grid-template-columns: none !important;
  }
}


.top-navbar {
    border-bottom: 1px solid hsla(0, 0%, 93%, .349);
    display: flex
;
    min-height: 40px!important;
    padding-bottom: .2rem!important;
    padding-top: .2rem!important;
}

/* Centered logo sizing */
/* ✅ Logo wrapper sizing */
.navbar-brand {
  min-width: 100px !important;
  max-width: 125px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  position: relative !important;
  height: 100% !important; /* match header height */
}

/* ✅ Logo image */
.logo-normal {
  height: auto !important;
  max-height: 80px !important;  /* adjust if needed */
  width: auto !important;
  display: block !important;
  margin: 0 auto !important;
}

/* ✅ Center brand horizontally only */
.flex.items-stretch.justify-between.relative .navbar-brand {
  position: absolute !important;
  left: 50% !important;
  top: 0 !important;
  transform: translateX(-50%) !important; /* horizontal centering only */
  height: 100% !important;
  display: flex !important;
  align-items: center !important; /* vertical centering via flex */
  margin: 0 !important;
  z-index: 1 !important;
}

/* ✅ Fix header height across states */
.main-nav-container .inner,
.main-nav-container.fixed-header .inner,
.main-nav-container.fixed-pinned .inner {
  top: 0 !important;
  transform: none !important;
  height: 90px !important;          /* stable height */
  display: flex !important;
  align-items: center !important;
  overflow: visible !important;
  z-index: 1000 !important;
}

/* ✅ Remove forced space above header */
.store-header {
  min-height: auto !important;
  height: auto !important;
}

/* ✅ Prevent body from being pushed down unnecessarily */
@media (max-width: 1024px) {
  body {
    padding-top: 0 !important;
  }
}


.footer-list a {
  display: block;
  background-color: #efeef7 !important;
  justify-content: center !important;
  /* line-height: 1.15 !important; */
  border-radius: 0.7rem !important;
 width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  transition: background-color 0.3s ease; /* smooth effect */
}

/* On hover (when cursor is over the link) */
.footer-list a:hover {
  background-color: #dcd9f0 !important; /* lighter/darker shade */
}

/* On active (when clicking/holding down) */
.footer-list a:active {
  background-color: #c0bbeb !important; /* pressed state */
}

/* Optional: On focus (for keyboard navigation) */
.footer-list a:focus {
  background-color: #c0bbeb !important;
  outline: none; /* removes default outline */
}

.store-footer__inner {
  padding-bottom: 50px !important;
}
.product-card__image img {
  border-radius: 0.5rem !important;
}

.product-card__addToCart__btn salla-button button  {
  border-radius: 0.5rem !important;
}
.salla-button .s-button-btn {
  border-radius: 0.5rem !important;
}
.s-button-primary  {
  border-radius: 0.5rem !important;
}
.s-button-btn  {
  border-radius: 0.5rem !important;
}
.salla-button {
  border-radius: 0.5rem !important;
}
.button {
  border-radius: 0.5rem !important;
}


.main-nav-container {
  background-color: var(--header-bg);
  color: #aca9f2;
      border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
          margin-bottom: -6px !important;
        z-index: 999 !important; 
}

.main-nav-container .inner {
  background-color: var(--header-bg);
  color: #aca9f2;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
      margin-bottom: -6px !important;
        z-index: 999 !important; 
}
.store-header {
    z-index: 1000 !important; 

}  

.store-sliderbanner {
  margin-top: -15px !important;   /* pulls the slider upward */
    z-index: 888 !important; 
}  



.product-card {
    background-color: var(--product-bg);
    display: flex
;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition-duration: .3s;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
      border-radius: 30px !important;
}

.product-card__image {
  background-color: transparent !important;
  flex-shrink: 0;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 30px !important;
}

.s-block {
/*     margin-top: 0rem!important;  */
}

.pt-3 {
    padding-top: .2rem!important;
}


.footer-is-custom .store-footer .contact-icon,
.footer-is-custom .store-footer .contact-social,
.footer-is-custom .store-footer .social-link {
  border: none !important;
  opacity: .7;
}

.w-8 {
width: 1rem!important;
}

.h-8 {
/* height: .7rem!important; */
display: none !important;
}

/*  منتجات متحركة بعرض الشاشة محسنة - زيادة ارتفاع الصورة   */
.s-block--hero-slider .swiper-slide {
  height: 24rem!important;
  position: relative;
  --tw-bg-opacity: 1;
  background-color: #f7f7f5;
  background-color: rgba(247,247,245,var(--tw-bg-opacity,1));
}

/*  بنر بعرض الشاشة + منتجات متحركة -تقليل المسافة فوق اسهم التحري*/
.s-block--special-products-slider .s-slider-block__title-nav {
  bottom: -10px!important;   
  }
.s-slider-block__title {
  align-items: center;
  display: block!important;
  justify-content: space-between;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.s-block--best-offers .s-slider-block__title-right, salla-products-slider .s-slider-block__title-right {
  border-bottom: 2px solid #414042;
  border-bottom: 2px solid #fff!important;
  padding-bottom: 20px;
}
/*منتجات متحركة بخلفية - تقليل ارتفاع الصورة   */
.s-block--slider-with-bg .slider-bg {
  background-position: 50%;
  background-size: cover;
  height: 22rem!important;
  position: relative;
}
/*منتجات متحركة بخلفية - تقليل المساحة تحتها   */
.s-block--slider-with-bg {
  padding-bottom: 0.3rem!important;
}
/*١:١ منتجات + منتج مميز - جعلها   */
.product-card--horizontal .product-card__image {
  flex: none;
    flex-shrink: 0;
  height: auto;
  min-height: 10rem!important;
  width: 10rem!important;
}
products-lookbook__gallery {
    height: auto;
    min-height: 22rem !important;
}
.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;

}
@media (max-width: 767px) {
  .products-lookbook__item {
    border: 0;
    flex: 0 0 100%;
    height: auto;
    min-height: 22rem !important;

  }
}
/* Apply only on large screens (≥ 1024px) */
@media (min-width: 1024px) {
  #mobile-menu {
    width: 90% !important;
    height: auto;
    max-height: 100% !important;
    margin: 0 auto !important;       /* center horizontally */
  }

  #mobile-menu .main-menu {
    line-height: 5px !important;     /* tighter spacing between lines */
    row-gap: 0px !important;         /* minimal gap between wrapped lines */
  }


  /* Default items: inline/wrapping */
  #mobile-menu .main-menu > li {
    flex: 0 0 auto !important;
  }

  #mobile-menu .main-menu > li {
    text-align: center !important;
  }
      .main-menu li.root-level>a {
        font-weight: 700;
        padding-bottom: 1.2rem!important;
        padding-top: 0;
    }
}

.products-lookbook__img {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  overflow: hidden !important; /* ensures child images/content respect the rounding */
  margin-left: -22px;
}
  .products-lookbook.mobile-slider .swiper-slide {
    flex: 0 0 80% !important;
    height: auto !important;
  }
.rounded-lg {
    border-radius: 30px!important;
}

.lazy.object-cover.mx-auto.w-40.h-40.rounded-full.group-hover\:scale-110.duration-400.loaded {

  margin: 0.5rem!important;
  width: 90px!important;
  height: 90px!important;
  text-align: center!important;
}

.mt-6.text-base.font-semibold.leading-7.tracking-tight.text-store-text-primary {
  line-height: 1.0 !important; /* tighter spacing, adjust as needed */
  margin-top: 0.5rem!important;
  margin-bottom: 0.5rem!important;
  font-size: 0.8rem!important;
  color: #aca9f2!important;
}




/* إخفاء عدد المتبقي من الصفحة الرئيسية  */
.s-product-card-content-pie {
    display: none !important;
}

/* تعديل تخطيط الشبكة لجعل الصور تظهر صفين في الجوال */
.banner-container {
  display: grid !important;
  grid-template-columns: repeat(1, 1fr) !important; /* الافتراضي: صورة واحدة في كل صف */
  gap: 10px !important;
  width: 100% !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
}

/* عند العرض على الجوال، تغيير التصميم ليكون صورتين في كل صف */
@media (max-width: 768px) {
  .banner-container {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.s-block--images-grid.s-block--animate {
  width: 95% !important;
  margin: 0 auto !important; /* centers it horizontally */
}


/* تعطيل القواعد التي كانت تتسبب في مشاكل الترتيب */
.s-block--banners .banner-entry:nth-child(5n+1),
.has-2-photos .banner-entry:nth-child(n),
.has-4-photos .banner-entry:nth-child(n),
.has-5-photos .banner-entry:nth-child(n+4) {
  grid-column: unset !important; /* إزالة التأثير الذي كان يجعل بعض الصور تمتد عبر العمودين */
}


salla-add-product-button[width="wide"] {
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    border: 1px solid #394867 !important;

    background-color: #6c609f !important;
    color: #fff !important;
    text-color: #fff !important;
    border-radius: 0.5rem !important;
    text-size: 0.6rem !important;
    padding: 0 !important;
    cursor: pointer !important;
    transition: transform 0.1s, box-shadow 0.1s !important;
    box-shadow: 3px 3px 0 white, 5px 5px 0 black !important;
    text-align: center !important;
}

/* Back copy: Violet duplicate behind */
.s-slider-block__display-all::after {
  content: '';
  position: absolute;
  bottom: 4px!important;   /* offset down */
  right: 4px!important;  /* offset right */
  width: 100%;
  height: 100%;

  background-color: #ceccf7;             /* Violet background */
  border: 2px solid #b9aee9;             /* Same border color */
  border-radius: 8px;                    /* Match front button */
  z-index: -1;                           /* Behind */
}

/* Front: White button */
.s-slider-block__display-all {
  position: relative !important;
  display: inlin !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #ffffff !important;
  color: #9686b9 !important;
  font-weight: bold !important;
  font-size: 0.8rem !important;
  line-height: 2re !important;
  text-align: center !important;
  border: 2px solid #b9aee9 !important;
  border-radius: 8px !important;
  padding-right: 1rem !important;
  cursor: pointer !important;
  z-index: 1 !important;
  padding-bottom: 0.7rem !important;
}






/* =========================
css from old them
   ========================= */
/* =========================
   Bottom Navbar (REPLACEMENT)
   ========================= */
#custom-bottom-navbar {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 64px !important;                 /* stable height */
background: rgba(255, 255, 255, 0.25) !important; /* semi-transparent white */
backdrop-filter: blur(10px) !important;           /* 🔥 blur effect */
-webkit-backdrop-filter: blur(10px) !important;   /* Safari support */
opacity: 1 !important;                            /* keep modal itself fully visible */

  border-top: 1px solid #eee !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-around !important;
  z-index: 1 !important;

  /* stop the “elevate/lift” jump */
  transform: translateY(0) !important;
  transition: none !important;

  /* iOS safe area */
  padding: 6px 10px calc(env(safe-area-inset-bottom, 0px) + 6px) 10px !important;
}

/* If your JS toggles .cbn-hidden, fully hide it off-screen */
#custom-bottom-navbar.cbn-hidden {
  transform: translateY(110%) !important;
  transition: transform 200ms ease !important;
}

/* Items */
#custom-bottom-navbar .cbn-item {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 44px !important;
  min-height: 44px !important;
  text-decoration: none !important;
  color: inherit !important;
}

#custom-bottom-navbar .cbn-item i { line-height: 1 !important; }

/* Badges */
#custom-bottom-navbar .cart-count-badge {
  background-color: #aca9f2 !important;
  color: #fff !important;
  border-radius: 999px !important;
  min-width: 18px !important;
  height: 18px !important;
  padding: 0 4px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  position: absolute !important;
  top: -10px !important;
  right: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#custom-bottom-navbar .total-amount-badge {
  color: #aca9f2 !important;
  font-size: 11px !important;
  position: absolute !important;
  bottom: -15px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  white-space: nowrap !important;
}




  #custom-bottom-navbar {
    height: 70px !important;
    left: 10px !important;
    right: 10px !important;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 10px) !important;
    width: calc(100% - 20px) !important;
background: rgba(255, 255, 255, 0.20) !important; /* lighter transparency */
backdrop-filter: blur(15px) saturate(150%) !important;
-webkit-backdrop-filter: blur(15px) saturate(150%) !important;
opacity: 1 !important;                          
    border-radius: 28px !important;
    padding: 0 !important;
    transition: none !important;  /* prevents jump on scroll up */
  }


/* =========================
   Payment Methods Section (inserted by JS)
   ========================= */
.certificate-text-container {
  display: flex;
  line-height: 1.2;
  font-size: 0.650rem;

  justify-content: center;
}
/* ========== Footer Rights Custom Styling ========== */
.footer-is-custom .store-footer .contact-icon {
  font-size: 20px !important;   /* set size */
  color: #595380 !important;    /* set icon color */
  height: 3rem;
}
.footer-is-custom .store-footer .social-link {
  font-size: 24px !important;   /* icon size */
  color: #595380 !important;    /* icon color */
  border: none !important;      /* remove border if any */
  box-shadow: none !important;  /* remove shadow if added by theme */
  height: 3rem;
}
.footer-is-custom .store-footer .icons-row {
  display: flex;
  justify-content: center; /* center in footer */
  align-items: center;
  flex-wrap: wrap;         /* allow wrapping if needed */
  gap: 8px;               /* space between icons */
  background-color: #b094da;
    border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding-bottom: 90px!important;
  margin-bottom: -70px!important;
  margin-top: 5px!important;
}
.footer-rights-first-line {
    display: inline-flex !important
;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    background: #f2edf9 !important;
}
.footer-is-custom .store-footer .store-footer__contacts-row {
  display: none !important;
}












/* Container */
.text-sm.footer-rights {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  text-align: center !important;
}

/* First line (حقوق النص + icon on the right) */
.footer-rights-first-line {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}

.footer-rights-first-line span {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #837bb5 !important;
}

.footer-rights-first-line img {
  width: 26px !important;
  height: 26px !important;
  object-fit: contain !important;
}

/* Second line (منصة الأعمال + icon left) */
.footer-rights-second-line {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  text-decoration: none !important;
}

.footer-rights-second-line span {
  font-size: 11px !important;
  color: #4f1386 !important;
}

.footer-rights-second-line img {
  width: 36.82px !important;
  height: 28px !important;
  object-fit: contain !important;
}

.space-x-2>:not([hidden])~:not([hidden]) {
   display: none!important;
}

.payment-methods {
  list-style: none;
  margin: 0;
  padding: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
  
}

.payment-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;

}

.payment-icon {
  width: 42px;
  height: auto;
  object-fit: contain;
  background: #fff !important;
  shadow: 2px 1px 1 #fff !important;
      border-radius: 9px !important;

}
.scroll-to-top {
    /* border-radius: 50%; */
    /* -webkit-border-radius: 50%; */
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    /* bottom: 70px; */
    /* cursor: pointer; */
    /* display: none; */
    filter: alpha(opacity=0);
    height: 46px;
    position: fixed;
    text-align: center;
    /* width: 46px; */
    z-index: 9;
    left: 10px!important;
}
.scroll-to-top:after {
    background: var(--bg-primary);
    border: 0px solid var(--bg-primary)!important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #aca9f2;
    content: "";
    cursor: pointer;
    display: block;
    font-family: sallaicons;
    font-size: 20px;
    height: 46px;
    left: 0!important;
    line-height: 38px;
    position: absolute;
    text-align: center;
    top: 0px!important;
  
    width: 46px;
    z-index: -1;
}
.scroll-to-top.left {
  display: block;
  position: absolute;
  bottom: 90px !important;
  opacity: 0.6 !important; /* 60% transparent */
}

.s-search-modal {
    display: none !important;
}
.s-.s-search-modal {
    max-width: 90%;
    margin: auto;
    display: none!important;
}

.s-search-input {
    display: none!important;
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    font-size: 16px;
    padding: 10px;
    height: 40px;
}
.header-btn__icon.icon.sicon-search {
  display: none !important;
}
.header-btn__icon {
  display: none !important;
}

.search-icon {
    display: none!important;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.search-icon svg {
    fill: #ceccf7;
    width: 32px;
    height: 32px;
}


/* =========================
   Search Modal (JS builds markup; these are safe refinements)
   ========================= */
#searchModal { /* default closed by JS; kept for safety */
  display: none;
}

#searchModal .search-modal-content {
  max-width: 640px;
  width: 80%;
  border-radius: 25px;
}

#searchModal .search-input {
  font-size: 16px;
}

#searchModal .search-btn {
  border: none;
  border-radius: 20px;
  background: #ceccf7;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* =========================
   Icon classes you’re swapping to (ensure they render nicely)
   ========================= */
/* ========== MENU ICON → layout-grid (ed14) ========== */
.sicon-menu:before {
  content: "\ed14" !important;   /* layout-grid */
  font-family: 'sallaicons' !important;
  font-size: 1.6rem;             /* adjust size */
  color: inherit;                /* inherits text color */
}

/* ========== USER ICON → user-heart (f073) ========== */
.sicon-user:before {
  content: "\f073" !important;   /* user-heart */
  font-family: 'sallaicons' !important;
  font-size: 1.6rem;
  color: inherit;
}

/* ========== CART ICON → gifts (ec5e) ========== */
/* Replace cart icons */
.sicon-cart:before,
.s-cart-summary-icon:before {
  content: "\e94e" !important;   /* gifts */
  font-family: 'sallaicons' !important;
  font-size: 1.6rem !important;
  color: inherit !important;
}

/* Replace shopping icon */
.sicon-shopping:before {
  content: "\e94e" !important;   /* gifts */
  font-family: 'sallaicons' !important;
  font-size: 1.6rem !important;
  color: inherit !important;
}

.sicon-person-bowtie-suspenders:before {
  content: "\ee31";
  font-family: 'sallaicons' !important;
  font-size: 24px;
  color: #9d99ef!important;
  /* 🔥 shadow effect for the glyph */
text-shadow: 
    1px 1px 0 #fff;  /* sharp shadow, no blur */
}

.sicon-heart-rate:before {
  content: "\eca0";
  font-family: 'sallaicons' !important;
  /* 🔥 shadow effect for the glyph */
text-shadow: 
    1px 1px 0 #fff;  /* sharp shadow, no blur */
}

.s-cart-summary-icon:before {
  content: "\ef82";
  font-family: 'sallaicons' !important;
  font-size: inherit;
  /* 🔥 shadow effect for the glyph */
text-shadow: 
    1px 1px 0 #fff;  /* sharp shadow, no blur */
}

/* Make all sallaicons look crisp in the bar */
#custom-bottom-navbar [class*=" sicon-"], 
#custom-bottom-navbar [class^="sicon-"] {
  line-height: 1 !important;
  font-family: 'sallaicons' !important;
  font-size: 16px;
  color: #9d99ef!important;
  /* 🔥 shadow effect for the glyph */
text-shadow: 
    1px 1px 0 #fff;  /* sharp shadow, no blur */
}










salla-cart-summary.ml-4.rtl\:ml-\[unset\].rtl\:mr-4.hydrated {
    order: 3;
    margin-right: 6px;
        display: none!important;
}



.index .btn--wishlist {
    display: none !important;
}


.header-icon-button .icon {
    position: relative;
    display: inline-flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: #fff;
    font-size: 1.125rem;
    line-height: 1;
    box-shadow: 0 0 8px rgba(157,153,239,0.8);
}




.product-single .sticky-product-bar salla-add-product-button salla-button .s-button-btn {
  position: static !important;
  inset: 0 !important;
  display: grid !important;
  place-items: center !important;            /* center children */
background: rgb(255 255 255 / 0%) !important;
  opacity: 1 !important;                     /* don't fade children */
  filter: none !important;
  transform: none !important;
  z-index: 2147483601 !important;            /* below the card */
  pointer-events: auto !important;           
  align-self: center !important;             /* grid center */
  justify-self: center !important;           /* grid center */
}

.s-add-product-button-main {
    border-radius: 30px !important;
 
}

.s-add-product-button-with-quick-buy:not(.s-add-product-button-with-apple-pay) .s-add-product-button-main {
  border-radius: 0.5rem !important;
}

.s-add-product-button-main {
  border-radius: 0.5rem !important;
    overflow: hidden !important; /* ensures child elements respect the radius */
}

.bg-storeBG.p-5.rounded-md.rounded-b-none.flex.sm\:pb-0.product-price.product-price-bottom {
    background-color: #ecebf9 !important;
}


@media (max-width: 834px) {
/* Front: Sticky Add to Cart button */
.product-single .sticky-product-bar salla-add-product-button salla-button .s-button-btn {
    position: relative !important;
    inset: unset !important;          
    display: grid !important;
    place-items: center !important;
    background-color: transparent!important;   /* Front = White */
    color: #fff !important;              /* Violet text */
    font-weight: bold !important;
    font-size: 0.9rem !important;
    line-height: 1.25rem !important;

    border-radius: 10px !important;
    padding: 0.7rem 1.5rem !important;
    cursor: pointer !important;

    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    z-index: 2147483601 !important;
    pointer-events: auto !important;
    align-self: center !important;
    justify-self: center !important;
}

/* Back: copy behind sticky button */
.product-single .sticky-product-bar salla-add-product-button salla-button .s-button-btn::after {
    content: '';
    position: absolute;

    width: 100%;
    height: 100%;

background-color: transparent!important;

    border-radius: 10px;                   /* Match button */
    z-index: -1;                           /* Behind front button */
}


}





/* ===== FINAL MODAL FIX — Blur Backdrop, Clear Modal, Navbar Underneath ===== */

/* Backdrop (frosted glass background) */
body.modal-is-open .s-modal-overlay,
body.modal-is-open .s-overlay,
body.modal-is-open .s-modal-backdrop {
  position: fixed !important;
  inset: 0 !important;
  display: grid !important;
  place-items: center !important;
  background: rgba(255, 255, 255, 0.05) !important;   /* light frosted look */
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  z-index: 2147483600 !important;                     /* below modal */
  pointer-events: none !important;
}

/* Modal wrappers (stacking + centering) */
body.modal-is-open .s-login-modal,
body.modal-is-open .s-modal,
body.modal-is-open .s-modal-dialog,
body.modal-is-open .s-modal-window,
body.modal-is-open [role="dialog"] {
  position: relative !important;
  z-index: 2147483601 !important;                     /* ABOVE everything */
  background: transparent !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;                    /* clickable */
  margin: 0 auto !important;
  align-self: center !important;
  justify-self: center !important;
}

/* Modal card (clear white content) */
body.modal-is-open .s-login-modal .s-modal-body,
body.modal-is-open .s-modal-content {
  background: #fff !important;
  border-radius: 30px !important;
  width: 100% !important;              /* full responsive width */
  max-width: 640px !important;         /* prevent it from being too wide */
  max-height: 90vh !important;
  overflow-y: auto !important;
  padding: 35px !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.18) !important;
  opacity: 1 !important;
  filter: none !important;
}

/* Guarantee no blur on modal card */
body.modal-is-open .s-login-modal,
body.modal-is-open .s-modal-content,
body.modal-is-open .s-modal > * {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  opacity: 1 !important;
  filter: none !important;
}

/* Push bottom navbar under modal when open */
#custom-bottom-navbar { z-index: 1090 !important; }
body.modal-is-open #custom-bottom-navbar {
  z-index: 100 !important;   /* way lower than modal (3601) */
  pointer-events: none !important;
}













  
  /* ========== Bottom bar cart badges (number + SAR icon) ========== */
#custom-bottom-navbar .total-amount-badge {
  position: absolute !important;
  bottom: -12px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  white-space: nowrap !important;
  font-size: 11px !important;
  line-height: 1 !important;
  color: #aca9f2 !important;
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
    /* 🔥 shadow effect for the glyph */
text-shadow: 
    1px 1px 0 #fff;  /* sharp shadow, no blur */
}


#custom-bottom-navbar .total-amount-badge .amount-number {
  font-weight: 700 !important;
  color: inherit !important;
    /* 🔥 shadow effect for the glyph */
text-shadow: 
    1px 1px 0 #fff;  /* sharp shadow, no blur */
}

/* Salla SAR icon next to the number */
#custom-bottom-navbar .total-amount-badge .sicon-sar {
  font-family: 'sallaicons' !important;
  display: inline-block !important;
  font-size: 12px !important;
  line-height: 1 !important;
  color: inherit !important;
  margin-inline-start: 2px !important; /* RTL/LTR safe spacing */
  vertical-align: middle !important;
}

/* Count bubble (kept consistent with your theme) */
#custom-bottom-navbar .cart-count-badge {
  background-color: #aca9f2 !important;
  color: #fff !important;
  border-radius: 999px !important;
  min-width: 18px !important;
  height: 18px !important;
  padding: 0 4px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  position: absolute !important;
  top: -7px !important;
  right: 2px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
    /* 🔥 shadow effect for the glyph */
shadow: 
    1px 1px 0 #fff;  /* sharp shadow, no blur */
}


/* Ensure icons inside navbar inherit the right color/size */
#custom-bottom-navbar i {
  line-height: 1 !important;
  color: inherit !important;
}

.s-user-menu-dropdown-list {
    padding: 0.5em 0.5rem 6rem!important;
}





/* share */
.s-social-share-icon svg {
    height: 1.8rem;
    width: 1.8rem;
    fill: #a998b6;
}

/* Styling for .s-social-share-btn */
.s-social-share-btn {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transform: scale(1.1) !important;
    height: 3rem !important; /* Matches height to .s-button-element */
    width: 58px !important; /* Adjust width for consistent appearance */
    margin: 0 !important;
    padding: 0 !important; /* Ensures no extra space inside */
}

}

.s-social-share-list > li {
    list-style: none;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.s-social-share-list.opened > li {
    opacity: .9;
}

.s-social-share-list > li > a {
    width: 50px;
    height: 50px;
    background-color: #deddf9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 35px;
    color: #907aa0;
}

.sms-icon {
    color: #907aa0;
}

.s-social-share-list {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    z-index: 10;
    width: auto;
    height: 40!important;
    overflow: visible;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    display: flex;
    flex-direction: row;
    gap: 10px;
    pointer-events: auto;
}

.s-social-share-list.opened {
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
}
.s-social-share-icon svg {
    height: 1.3rem;
    width: 1.3rem;
    fill: #a998b6 !important;
}

.s-social-share-btn {
    transform: scale(1.3);
}

#mobile-menu .main-menu li,
#mobile-menu .cloned-main-menu li {
  display: block !important;
  color: #a998b6 !important;
  border-bottom: 1px solid #f0effd !important;
}
#mobile-menu .main-menu li a,
#mobile-menu .cloned-main-menu li a {
  padding: 12px 20px !important;
  text-decoration: none !important;
  color: #a998b6 !important;
  font-weight: 600 !important;
}
.mm-spn.mm-spn--navbar.mm-spn--main:where([dir=rtl],[dir=rtl] *):after {
  display: none !important;
  content: none !important;
}

.text-gray-500.\!flex.items-center.gap-x-2 {
  background-color: #fcf7ff !important; 
}
.mm-spn span {
  background-color: #fcf7ff !important; 

}
.product-card__out-label
Specificity: (0,1,0)
 {
    background-clip: padding-box;
    border: 1px solid #ea5c5c;
    border-radius: 4px;
    color: #ea5c5c;
    display: block;
    font-size: 15px;
    font-weight: 600;
    left: 0;
    line-height: 16px;
    margin: 0 auto;
    padding: 7px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 45%;
    transform: rotate(-10deg);
    width: 120px;
}

.product-card__out-label {
    background-clip: padding-box;
    border: 1px solid #ea5c5c;
    border-radius: 4px;
    color: #ea5c5c;
    display: block;
    font-size: 15px;
    font-weight: 600;
    left: 0;
    line-height: 16px;
    margin: 0 auto;
    padding: 7px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 45%;
    transform: rotate(-10deg);
    width: 120px;

    /* White shadow */
    text-shadow: 1px 1px 0px #000;
}



/* Replace the add icon with arrow-up-right */
.sicon-add:before {
  content: "\e943"; /* arrow-up-right */
  font-family: 'sallaicons' !important;
  font-size: 18px; /* adjust as needed */
  color: #9d99ef !important;  /* or your theme color */
  text-shadow: 
    1px 1px 0 #fff; /* optional shadow */
}
@media (max-width: 767px) {
  .products-lookbook__item--card__point__button button {
    height: 26px;
    line-height: 20px;
    width: 26px;
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: none !important; /* hides it even though Tailwind forces block */
  }
}


  .sm\:text-4xl {
  padding-top: 20px!important;
  font-size: 1.6rem!important;      /* was 2.25rem */
  line-height: 2.25rem!important; /* was 2.5rem */
  }
  
  
  /* Darken the image when the out-of-stock label is shown */
.product-card__out-label ~ .product-card__image {
  filter: brightness(40%) !important; /* darkens image */
}

/* Target buttons with product-status="out" */
button[product-status="out"] {
  position: relative !important;
  opacity: 0.7 !important; /* faded look */
  pointer-events: none !important; /* not clickable */
}

/* Optional: add a diagonal cross line over the whole button */
button[product-status="out"]::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 40% !important;
  height: 2px !important;
  background-color: #dbd8f9 !important; /* cross color */
  transform: translate(-50%, -50%) rotate(-20deg) !important;
}

/* Special overlay ONLY for out-of-stock */
.product-card__promotion--out {
  background-color: rgba(128, 128, 128, 0.5) !important; /* gray, semi-transparent */
  color: #ceccf7 !important;
  font-size: 11px!important;
  font-weight: 600!important;;
}

.product-card--primary-buttons button i, .product-card--primary-buttons salla-button i {
background-color: #dbdaf7 !important;
  color: #fff !important;
}

.product-card--primary-buttons button, .product-card--primary-buttons salla-button {
  border-color: #414042 !important;
background-color: #ceccf7 !important;
  color: #fff !important;

}


  
  
  
  /* الشكل العام لكل الأيقونات */
.main-menu li a::before,
.main-menu li > span::before {
  content: "";
  display: inline-block;
  height: 40px !important;
min-width: 40px;
background-size: contain;

  background-repeat: no-repeat;
  background-position: center left;
  margin-inline-end: 6px;
}


/* الرئيسية */
.main-menu a[aria-label="الرئيسية"]::before {
  background-image: url("https://i.ibb.co/4wv8ks75/Gifeit-logo-home.png");
}

/* اكسسوارات */
#\31 707619859 > span::before {
  background-image: url("https://cdn.salla.sa/KlDj/FYTZb72AIMwXp5ESFGJKy4LUKvWemwDIFBmUG2Lz.png");
}

/* بروشات */
.main-menu a[aria-label="pins | بروشات"]::before {
  background-image: url("https://cdn.salla.sa/KlDj/zAsfIOQ4Hm4tuFCy6UBQxKyPIYHGH21RfhZjau5Z.png");
}

/* أوراق */
#\32 4278045 > span::before {
  background-image: url("https://cdn.salla.sa/KlDj/H2XV5WYstDPPokj1RVMp5QQdEP8b62CEOI81Pa2K.png");
}

/* دفاتر */
.main-menu a[aria-label="دفاتر"]::before {
  background-image: url("https://cdn.salla.sa/KlDj/AzSKJkL74enfXJGuavfSwpaUlNm2SphqykuiatN8.png");
}

/* كروت */
.main-menu a[aria-label="كروت"]::before {
  background-image: url("https://cdn.salla.sa/KlDj/eSWOg0LpAxnnRskr6Anxhfw38jLOnIvgUFKItNu5.png");
}

/* للمطبخ */
.main-menu a[aria-label="للمطبخ"]::before {
  background-image: url("https://cdn.salla.sa/KlDj/qSBPxzln3x2hL8fenwZtkcz3j5KhGts2jXa0c8lS.png");
}


/* أدوات لمحبين القهوة */
.main-menu a[aria-label="أكواب و أدوات قهوة"]::before {
  background-image: url("https://cdn.salla.sa/KlDj/16FC8pgIpY7FdRtRTBVCJk6YQwKrTKSL2LXRFVlU.png");
}

/* للخريجين */
.main-menu a[aria-label="للخريجين"]::before {
  background-image: url("https://cdn.salla.sa/KlDj/q9suXEBRi5vZmvdkJH7uc8zIQFPyri8gikOgt4Kb.png");
}

/* للعرايس */
.main-menu a[aria-label="للعرايس"]::before {
  background-image: url("https://cdn.salla.sa/KlDj/aFaEqNyilFdaFSg586OS9Xtz9GDjJ4HL7E1LT9WG.png");
}

/* للمعلمين */
.main-menu a[aria-label="للمعلّمين"]::before {
  background-image: url("https://cdn.salla.sa/KlDj/a9rYDctYLs5VxWCXeg07XU752D1wu8mt371xZtoS.png");
}

/* رمضان / العيد */
.main-menu a[aria-label="رمضان / العيد"]::before {
  background-image: url("https://cdn.salla.sa/KlDj/WmDbVK8fPpbFsFWpfUDxdN00xR2lK3dIZVtyHUhC.png");
}

/* ديرتي دار السلام (اليوم الوطني / التأسيس) */
.main-menu a[aria-label="ديرتي دار السلام"]::before {
  background-image: url("https://cdn.salla.sa/KlDj/QWE9rQOjLlgg1vbLNQMAGuNW21BngR8O5y8u1KoE.png");
}

/* بوكسات */
.main-menu a[aria-label="بوكسات جاهزة"]::before {
  background-image: url("https://cdn.salla.sa/KlDj/96o1wCPCULhzv5UrfgkzdNjTSxtFgKA81yhTOTQt.png");
}

/* للصغار */
.main-menu a[aria-label="للصغار"]::before {
  background-image: url("https://cdn.salla.sa/KlDj/oVJp6Db3QGHvBGY17NDEoHQBHlnUXgOICLkQZFhZ.png");
}



/* اكسسوارات */
li[id="\"1707619859\""] > span::before {
  background-image: url("https://cdn.salla.sa/KlDj/FYTZb72AIMwXp5ESFGJKy4LUKvWemwDIFBmUG2Lz.png");
}

/* أوراق (تاخذ صورة دفاتر) */
li[id="\"24278045\""] > span::before {
  background-image: url("https://cdn.salla.sa/KlDj/AzSKJkL74enfXJGuavfSwpaUlNm2SphqykuiatN8.png");
}

/* للمنزل (تاخذ صورة المطبخ) */
li[id="\"932533532\""] > span::before {
  background-image: url("https://cdn.salla.sa/KlDj/qSBPxzln3x2hL8fenwZtkcz3j5KhGts2jXa0c8lS.png");
}

/* مناسبات (تاخذ صورة للخريجين) */
li[id="\"1081584406\""] > span::before {
  background-image: url("https://cdn.salla.sa/KlDj/q9suXEBRi5vZmvdkJH7uc8zIQFPyri8gikOgt4Kb.png");
}


/* Make .h-8 visible again */
.h-8 {
  display: none !important;
  height: 0.7rem !important;
}

/* Force footer contacts row to be visible */
.footer-is-custom .store-footer .store-footer__contacts-row {
  display: none !important;
  justify-content: center !important;
  align-items: center !important;
}



/* Icons row inside side menu */
.mm-ocd__content .icons-row {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 0 !important;
  border-top: 1px dashed #ddd !important;
  background: transparent !important;
  margin: 0 !important;
}

/* Each icon in the row */
.mm-ocd__content .icons-row > * {
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 24px !important;   /* icon size */
  color: #9086bf !important;    /* icon color */
}

/* Hide unwanted icons */
.mm-ocd__content .icons-row .sicon-phone,
.mm-ocd__content .icons-row .sicon-iphone {
  display: none !important;
}

/* Footer list inside side menu */
.mm-ocd__content .footer-list {
  list-style: none !important;
  display: block !important;
  text-align: center !important;
  font-size: 10px !important;
  color: #9086bf !important;
  padding: 5px 0 15px !important;
  border-top: 1px dashed #ddd !important;
  background: transparent !important;
  margin: 0 !important;
  height: 10px !important; /* ✅ fixed height */
  line-height: 10px !important; /* ensures vertical alignment */
}

.mm-ocd__content .footer-list,
.mm-ocd__content .footer-list li,
.mm-ocd__content .footer-list a {
  font-size: 10px !important;
  line-height: 10px !important;
}


/* Footer list items inline */
.mm-ocd__content .footer-list li {
  display: inline-block !important;
  margin: 0 5px !important;
}

/* Remove menu arrow style from footer list items */
.mm-ocd__content .footer-list li::before {
  content: none !important;
  border: none !important;
}
.index .mm-ocd__content .anime-item {
  opacity: 1 !important;
}
.mm-ocd a[href="https://gifeit.com/redirect/pages/724170657"] {
  display: none !important;
}

.index .mm-ocd__content .mm-spn {
  height: calc(100% - (50px + 50px)) !important;
}

.mm-ocd__content .border {
  border-width: 0px!important;
  border-color: #ceccf7 !important;
  }
.s-block--faq .border {
  border-width: 1px !important;
  border-color: #ceccf7 !important;
  border-style: dashed !important; /* ✅ makes it dashed */
}
.s-block--faq {
  background-color: #f5f2fb!important;
}
.s-block--faq .text-store-text-primary
{
  font-size: 0.9rem;!important;
}


.product-card--primary-buttons button, .product-card--primary-buttons salla-button {
  border-color: #6c609f !important;
  background-color: #dbdaf7 !important;
  color: #fff !important;
}

salla-add-product-button[width="wide"] {
  position: relative !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border: 1.5px solid #8c84b9 !important;
  background-color: #dbdaf7 !important;
  color: #fff !important;
  text-color: #fff !important;
  border-radius: 0.5rem !important;
  text-size: 0.6rem !important;
  padding: !important;
  cursor: pointer !important;
  transition: transform 0.1s, box-shadow 0.1s !important;
  box-shadow: 5px 5px 0 -3px white, 4px 4px 0px 0px #8c84b9 !important;
  text-align: center !important;
}


/* Make text inside mini checkout button white */
.s-add-product-button-mini-checkout-content {
  color: #ffffff !important;   /* النص أبيض */
  font-weight: bold !important; /* زيادة وضوح */
}
.s-comments-item-wrapper {
  font-size: 0.75rem !important;
  line-height: 1.25rem !important;
  color: #8f86be !important;         /* بدل text-color */
  width: 90% !important;
  margin: 0 auto !important;         /* يخلي الـ div بالنص */
  text-align: center !important;     /* يخلي النص داخلها بالنص */
    background-color: #e6e5fb82 !important; /* خلفية بنفسجية شفافة */
  border-radius: 10px !important;         /* حواف ناعمة (إضافة شكل أجمل) */
}

[dir="rtl"] .s-comments-item-user-info-name {
  font-size: 0.75rem !important;
  color: #8c84b970 !important;
}

.s-reviews-summary-header-section {
  display: block !important;       /* يخليه يتصرف كبلوك */
  margin: 0 auto !important;       /* يخليه في الوسط */
  transform: scale(0.9) !important;/* يقلل الحجم 90% */
  transform-origin: center !important; /* يضمن أن التصغير من الوسط */
}
.s-comments-header.has-total {
  display: block !important;         
  margin: 0 auto !important;          /* يجيبها في النص أفقيًا */
  transform: scale(0.9) !important;   /* يصغرها لـ 90% */
  transform-origin: center !important;/* يخلي التصغير من الوسط */
  text-align: center !important;      /* يتأكد أن المحتوى داخلها في النص */
  text-color: #8f86be!important;
}
.s-reviews-summary-recommendation-percentage {
  font-size: 2.25rem !important;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
color: #f3bdf9 !important;
  text-align: center !important;
}
.s-reviews-summary-header-section.s-reviews-summary-recommendation-only p {
  font-size: 1rem!important;
  font-weight: 700;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: #8c84b9 !important;
  color: rgb(237, 165, 247);
  text-align: center !important;
}
.s-comments-count-label{
  font-size: 1rem!important;
  font-weight: 700;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: #8c84b9 !important;
  color: rgb(237, 165, 247);
  text-align: center !important;
}
@media (max-width: 768px) {
.product-card__full-image-actions .s-button-element,
.product-card__full-image-actions .s-button-btn {
  border-radius: 50% !important;    /* دائري */
  width: 3rem !important;           /* عرض */
  height: 3rem !important;          /* ارتفاع */
  display: flex !important;         /* توسيط المحتوى */
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;            /* يشيل الفراغ الداخلي */
}


}