/* Add custom CSS styles below */ 
.product-entry .btn--wishlist button {
    border-style: none;
    bottom: 0;
    height: 30px;
    left: 0;
    margin: 0;
    right: 0;
    top: 0;
    width: 30px;
    z-index: 1;
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    font-size: 0;
    --tw-text-opacity: 1;
    color: #0e0f0f;
    color: rgba(14, 15, 15, var(--tw-text-opacity, 1));
    display: none;
}

.product-entry-btns_hover .product_addCart_mob button {
    background-color: #414042;
    background-color: #006a33;
    border-radius: 0;
    border-style: none;
    font-size: 12px;
    padding-bottom: .25rem;
    padding-top: .25rem;
    top: 3px;
    --tw-text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}



.saji_titles, .saji_titles-global {
    margin-bottom: -1.5rem;
    text-align: center;
    z-index: 1;
}
.bg-\[var\(--data-bg-barrier\)\] {
    background-color: var(--data-bg-barrier);
    margin-top: 4rem;
}





/*عرض ترويجي للمنتج*/
.product-entry .promotion-badge, .single-product-section-home .promotion-badge, #quickview-card-details-popup .promotion-badge, .product_page .promotion-badge {
    border-color: #ffffff00 !important;
    color: #00681c;
    background: #ffffff;
    border-radius: 0px 0px 5px 5px;
    margin-right: -7px;
}











/* ===== Royal "ملكي" Badge (Gold + Shimmer + Glow) ===== */
:root{
  --royal-gold-1:#F6E27A; /* highlight */
  --royal-gold-2:#FDB931; /* mid */
  --royal-gold-3:#B88700; /* deep */
  --royal-gold-4:#7A5B00; /* shadow */
  --royal-text:#1e1500;
}

/* قوّيّنا المحددات بنفس اللي عطيتني إياها */
.product-entry .promotion-badge.is-royal,
.single-product-section-home .promotion-badge.is-royal,
#quickview-card-details-popup .promotion-badge.is-royal,
.product_page .promotion-badge.is-royal {
  display: inline-flex;
  align-items: center;
  gap: .4em;
  padding: .45rem .8rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: .50rem;
  line-height: 1;
  color: var(--royal-text) !important;
  border: 1px solid rgba(0,0,0,.18) !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.35);
  box-shadow:
    0 4px 12px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.45),
    inset 0 -1px 0 rgba(0,0,0,.15);
  background:
    linear-gradient(160deg,
      var(--royal-gold-1) 0%,
      #fff2b3 12%,
      var(--royal-gold-2) 35%,
      var(--royal-gold-3) 60%,
      var(--royal-gold-2) 78%,
      var(--royal-gold-4) 100%) !important;
  overflow: hidden;
  isolation: isolate;
  animation: royal-glow 3.8s ease-in-out infinite;
}


/* وميض شلالي */
.product-entry .promotion-badge.is-royal::after,
.single-product-section-home .promotion-badge.is-royal::after,
#quickview-card-details-popup .promotion-badge.is-royal::after,
.product_page .promotion-badge.is-royal::after {
  content: "";
  position: absolute;
  inset: -40% -120%;
  background:
    linear-gradient(75deg,
      rgba(255,255,255,0) 30%,
      rgba(255,255,255,.75) 46%,
      rgba(255,255,255,0) 62%);
  transform: translateX(-65%) rotate(8deg);
  animation: royal-shimmer 2.6s linear infinite;
  mix-blend-mode: screen;
  pointer-events: none;
}

/* توهج نبضي */
@keyframes royal-glow {
  0%,100% { box-shadow:
    0 4px 12px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.45),
    inset 0 -1px 0 rgba(0,0,0,.15);
    filter: saturate(1);
  }
  50% { box-shadow:
    0 6px 18px rgba(184,135,0,.35),
    inset 0 1px 0 rgba(255,255,255,.6),
    inset 0 -1px 0 rgba(0,0,0,.2);
    filter: saturate(1.15);
  }
}

/* حركة الوميض */
@keyframes royal-shimmer {
  0%   { transform: translateX(-65%) rotate(8deg); opacity:.0; }
  10%  { opacity:.95; }
  35%  { transform: translateX(65%) rotate(8deg); }
  45%  { opacity:.0; }
  100% { transform: translateX(65%) rotate(8deg); opacity:.0; }
}

/* احترام تقليل الحركة */
@media (prefers-reduced-motion: reduce) {
  .product-entry .promotion-badge.is-royal,
  .single-product-section-home .promotion-badge.is-royal,
  #quickview-card-details-popup .promotion-badge.is-royal,
  .product_page .promotion-badge.is-royal { animation: none; }
  .product-entry .promotion-badge.is-royal::after,
  .single-product-section-home .promotion-badge.is-royal::after,
  #quickview-card-details-popup .promotion-badge.is-royal::after,
  .product_page .promotion-badge.is-royal::after { animation: none; opacity:.25; }
}

/* (اختياري) لو تبغى تثبيت الشارة أعلى-يمين RTL
.product-entry .promotion-badge.is-royal,
.single-product-section-home .promotion-badge.is-royal,
#quickview-card-details-popup .promotion-badge.is-royal,
.product_page .promotion-badge.is-royal {
  position: absolute; inset: 10px 10px auto auto;
}
*/


.rtl\:right-2:where([dir=rtl],[dir=rtl] *) {
    right: 0.5rem;
    top: 0rem;
}




.p-1 {
    padding: 0.00rem;
}



.text-\[var\(--product-subtitle-color\)\] {
    color: #8f8d34;
}










/* الزر */
.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    background-color: #006a33;
    border-radius: 14px;
    color: #fff;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease, transform 0.2s cubic-bezier(0.4, 0, 1, 1);
    box-shadow: 0px 0px 0px 1px #086e00;
}

/* لمعة متحركة */
.s-button-element:not(:disabled):not([loading])::after {
  content: "";
  position: absolute;
  top: -100%;
  left: -50%;
  width: 200%;
  height: 300%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transform: rotate(25deg);
  animation: shineMove 3s infinite;
  opacity: 0.7;
  pointer-events: none;
}

/* تأثير عند hover */
.s-button-element:not(:disabled):not([loading]):hover {
  background-color: #00994d; /* أخضر أفتح عند المرور */
  transform: scale(1.03);
}

/* حركة اللمعة */
@keyframes shineMove {
  0%   { transform: translateX(-120%) rotate(25deg); }
  100% { transform: translateX(120%) rotate(25deg); }
}















a.logo-normal.footer-logo.lazy.bg-contain.bg-no-repeat.bg-center.w-\[var\(--footer-w-logo-mob\)\].lg\:w-\[var\(--footer-w-logo\)\].h-\[var\(--footer-h-logo-mob\)\].lg\:h-\[var\(--footer-h-logo\)\].entered.loaded {
    background-size: 8rem;
}

a.social-link.border.border-dashed.rounded.w-8.h-8.justify-center.flex.items-center.transition.duration-300.text-sm.text-\[var\(--footer-color\)\].dark\:text-\[var\(--footer-color-dark\)\].border-\[var\(--footer-color\)\].dark\:border-\[var\(--footer-color-dark\)\].saji-anime-item {
    background-color: #fff500;
    color: #000000;
}

.backdrop-blur-md {
    --tw-backdrop-blur: blur(0px);
    }
    
    
    
    





    
    
    
.\[\&_\.is-active\]\:\!bg-primary .is-active {
    background-color: #414042 !important;
    background-color: #006a33 !important;
}







/* زر إضافة للسلة — ناعم + رديوس + إضاءة داخلية */
body.products_is_rounded .product-entry .product_addCart_mob button {
    --c: #008d44;
    --c-soft: rgb(0 105 50 / 85%);
    --c-glow: rgb(0 165 79);
    position: relative;
    overflow: hidden;
    padding: 6px 6px;
    border: 0px solid var(--c);
    border-radius: 9999px;
    background: radial-gradient(120% 180% at 50% 120%, rgba(0, 106, 51, .18) 0%, rgba(0, 106, 51, 0) 60%);
    color: #00ff7b;
    font-weight: 700;
    letter-spacing: .5px;
    cursor: pointer;
    box-shadow: inset 0 0 20px 12px rgb(0 91 43), inset 0 0 12px 12px rgb(0 0 0 / 95%);
    transition: transform .2s ease, color .25s ease, background .25s ease, box-shadow .25s ease;
    will-change: transform, box-shadow, background;
}

/* طبقة توهج داخلية أقوى تُفعّل عند الهوفر */
body.products_is_rounded .product-entry .product_addCart_mob button::before {
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(120% 120% at 50% 20%, rgba(255,255,255,.20), transparent 55%),
    radial-gradient(80% 80% at 50% 70%, rgba(0,106,51,.25), transparent 60%);
  opacity: .35;
  transition: opacity .25s ease;
  pointer-events: none;
}

/* لمعة مائلة متحركة (shine) */
body.products_is_rounded .product-entry .product_addCart_mob button::after {
  content: "";
  position: absolute; top: -150%; left: -40%;
  width: 40%; height: 400%;
  transform: rotate(25deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent);
  animation: btn-shine 3.5s linear infinite;
  pointer-events: none;
  opacity: .6;
}

/* Hover: امتلاء تدريجي وإضاءة داخلية أقوى */
body.products_is_rounded .product-entry .product_addCart_mob button:hover {
  color: #fff;
  background: linear-gradient(180deg, #0aa65a 0%, #006a33 100%);
  box-shadow:
    inset 0 0 26px var(--c-glow),
    0 0 22px rgba(0,106,51,.45),
    0 0 44px rgba(0,106,51,.35);
  transform: translateY(-1px);
}
body.products_is_rounded .product-entry .product_addCart_mob button:hover::before {
  opacity: .65;
}

/* Active/Focus */
body.products_is_rounded .product-entry .product_addCart_mob button:active {
  transform: translateY(0);
  box-shadow:
    inset 0 0 30px var(--c-glow),
    0 0 18px rgba(0,106,51,.35);
}
body.products_is_rounded .product-entry .product_addCart_mob button:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(0,106,51,.25),
    inset 0 0 26px var(--c-glow),
    0 0 22px rgba(0,106,51,.45);
}

/* حركة اللمعة */
@keyframes btn-shine {
  0%   { transform: translateX(-120%) rotate(25deg); }
  100% { transform: translateX(320%) rotate(25deg); }
}




/**************  قائمة المستخدم — نيون خفيف الأداء  **************/
.\[\&_\.s-user-menu-inline\]\:gap-3 .s-user-menu-inline{
  --neo: #006a33;

  position: relative;
  border-radius:14px;
  padding-top:10px;
  border:2px solid var(--neo);
  background: transparent;
  /* ظل ثابت خفيف فقط */
  box-shadow: 0 0 8px rgba(0,106,51,.25);
}

/* وهج داخلي (opacity فقط) */
.\[\&_\.s-user-menu-inline\]\:gap-3 .s-user-menu-inline::before{
  content:"";
  position:absolute; inset:4px;
  border-radius: inherit;
  background: radial-gradient(90% 70% at 50% 30%, rgba(0,106,51,.18), transparent 60%);
  opacity:.4;
  animation: neonOpacity 2.4s ease-in-out infinite;
  pointer-events:none;
}

/* حلقة خارجية ناعمة (scale + opacity فقط) */
.\[\&_\.s-user-menu-inline\]\:gap-3 .s-user-menu-inline::after{
  content:"";
  position:absolute; inset:-5px;
  border-radius: inherit;
  border:2px solid var(--neo);
  opacity:.15;
  transform: scale(1);
  animation: neonRing 3s ease-in-out infinite;
  pointer-events:none;
}

/**************  الحركات الخفيفة  **************/
@keyframes neonOpacity{
  0%,100%{ opacity:.35; }
  50%    { opacity:.6;  }
}
@keyframes neonRing{
  0%,100%{ opacity:.12; transform: scale(1); }
  50%    { opacity:.28; transform: scale(1.03); }
}

/**************  احترام تفضيل تقليل الحركة  **************/
@media (prefers-reduced-motion: reduce){
  body.products_is_rounded .product-entry .product_addCart_mob button::before,
  body.products_is_rounded .product-entry .product_addCart_mob button::after,
  .\[\&_\.s-user-menu-inline\]\:gap-3 .s-user-menu-inline::before,
  .\[\&_\.s-user-menu-inline\]\:gap-3 .s-user-menu-inline::after{
    animation: none !important;
    opacity: .35;
    transform: none;
  }
}