/* =========================================================
   Norel Store Luxe — full store / cart / checkout redesign
   Black stage + logo steel accents
   ========================================================= */
body.store-luxe{
  --luxe-ink:#f2ede4;
  --luxe-mute:#9c907d;
  --luxe-logo:#a89a83;
  --luxe-deep:#a89a83;
  --luxe-line:color-mix(in srgb, #a89a83 34%, #15120e);
  --luxe-panel:rgba(28,28,31,.94);
  --luxe-black:#15120e;
  --luxe-opt:#9c907d;
  --luxe-opt-hot:#f2ede4;
  color:var(--luxe-ink);
  background:var(--luxe-black)!important;
  overflow-x:hidden;
}
body.store-luxe::before{
  content:"";
  position:fixed;inset:0;z-index:0;pointer-events:none;
  background:
    radial-gradient(980px 460px at 18% -8%,rgba(129,104,78,.16),transparent 56%),
    radial-gradient(760px 420px at 92% 8%,rgba(99,76,54,.14),transparent 54%),
    linear-gradient(180deg,#15120e,#15120e 48%,#15120e);
}
body.store-luxe::after{
  content:"";
  position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.42;
  background-image:
    linear-gradient(rgba(129,104,78,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(129,104,78,.035) 1px,transparent 1px);
  background-size:56px 56px;
  mask-image:radial-gradient(ellipse at center,black 28%,transparent 76%);
}
.store-orb{
  position:fixed;border-radius:50%;pointer-events:none;z-index:0;
  filter:blur(46px);mix-blend-mode:screen;opacity:.5;
}
.store-orb.a{width:340px;height:340px;top:12%;right:6%;background:rgba(129,104,78,.2);animation:luxeOrb 12s ease-in-out infinite alternate}
.store-orb.b{width:280px;height:280px;bottom:8%;left:4%;background:rgba(99,76,54,.18);animation:luxeOrb 15s ease-in-out infinite alternate-reverse}
@keyframes luxeOrb{from{transform:translate(0,0) scale(1)}to{transform:translate(-28px,22px) scale(1.08)}}
@keyframes luxeRise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@keyframes luxePulse{0%,100%{box-shadow:0 0 0 0 rgba(129,104,78,.0)}50%{box-shadow:0 0 0 10px rgba(129,104,78,.08)}}

body.store-luxe .sidebar,
body.store-luxe .store-main,
body.store-luxe .floating-cart{position:relative;z-index:1}
body.store-luxe .store-main{
  width:100%!important;max-width:none!important;
  padding:106px 36px 56px!important;
  display:flex;flex-direction:column;gap:20px;
  transition:transform .45s cubic-bezier(.22,.8,.28,1),filter .45s ease,opacity .45s ease;
  transform-origin:50% 20%;
}
body.store-luxe.cart-open,
body.store-luxe.checkout-open{overflow:hidden}
body.store-luxe.cart-open .store-main,
body.store-luxe.checkout-open .store-main{
  transform:scale(.972);
  filter:brightness(.78) saturate(.92);
}
body.store-luxe .topbar,
body.store-luxe .store-home-btn{display:none!important}

/* ---- Hero: brand first, one composition ---- */
body.store-luxe .store-luxe-hero,
body.store-luxe .store-hero.store-luxe-hero{
  position:relative;
  min-height:min(58vh,520px);
  display:grid!important;
  grid-template-columns:1.15fr .85fr;
  gap:28px;
  align-items:center;
  text-align:start!important;
  padding:42px 40px!important;
  margin:0!important;
  border:1px solid var(--luxe-line)!important;
  border-radius:28px!important;
  overflow:hidden!important;
  background:
    linear-gradient(135deg,rgba(48,40,32,.94),rgba(48,40,32,.96)),
    radial-gradient(600px 280px at 100% 0%,rgba(129,104,78,.18),transparent 60%)!important;
  box-shadow:0 24px 70px rgba(0,0,0,.35)!important;
  animation:luxeRise .6s ease both;
}
body.store-luxe .store-luxe-hero::before{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(90deg,transparent,rgba(129,104,78,.06),transparent);
  transform:translateX(-130%);
  animation:luxeShine 8s ease-in-out infinite;
  pointer-events:none;
}
@keyframes luxeShine{0%{transform:translateX(-130%)}40%,100%{transform:translateX(130%)}}
body.store-luxe .store-hero-copy{position:relative;z-index:1;max-width:560px}
body.store-luxe .store-brand{
  margin:0 0 14px;
  font-family:'Tajawal','Cairo',sans-serif!important;
  font-size:clamp(3rem,6.4vw,4.7rem);
  font-weight:700;
  line-height:.9;
  letter-spacing:-.045em;
  background:linear-gradient(118deg,#f2ede4 8%,#ddd2be 34%,var(--luxe-logo) 62%,var(--luxe-deep));
  -webkit-background-clip:text;background-clip:text;color:transparent;
  animation:luxeBrandIn .7s cubic-bezier(.22,.8,.28,1) both;
  text-shadow:0 0 40px rgba(129,104,78,.12);
}
body.store-luxe .store-brand span{
  background:linear-gradient(120deg,#fff,var(--luxe-logo));
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
body.store-luxe .store-title-block{
  position:relative;
  margin:0 0 14px;
  animation:luxeRise .65s ease .08s both;
}
body.store-luxe .store-luxe-hero h1{
  margin:0!important;
  font-family:'Tajawal','Cairo',sans-serif!important;
  font-size:clamp(1.45rem,2.6vw,1.95rem)!important;
  font-weight:600!important;
  letter-spacing:.01em;
  color:#f2ede4!important;
  background:none!important;
  -webkit-background-clip:initial!important;
  background-clip:initial!important;
}
body.store-luxe .store-title-line{
  display:block;
  width:72px;height:3px;margin-top:12px;border-radius:999px;
  background:linear-gradient(90deg,var(--luxe-logo),transparent);
  transform-origin:right center;
  animation:luxeLineDraw .8s cubic-bezier(.22,.8,.28,1) .2s both;
}
html[dir="ltr"] body.store-luxe .store-title-line{transform-origin:left center}
body.store-luxe .store-lead{
  margin:0!important;
  max-width:40ch;
  color:var(--luxe-mute)!important;
  font-size:1.02rem!important;
  line-height:1.8!important;
  animation:luxeRise .7s ease .16s both;
}
@keyframes luxeBrandIn{
  from{opacity:0;transform:translateY(22px) scale(.96);filter:blur(6px)}
  to{opacity:1;transform:none;filter:none}
}
@keyframes luxeLineDraw{
  from{transform:scaleX(0);opacity:0}
  to{transform:scaleX(1);opacity:1}
}
body.store-luxe .store-hero-actions{
  display:flex;flex-wrap:wrap;gap:10px;margin-top:22px;
}
body.store-luxe .store-cta{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:46px;padding:0 20px;border-radius:13px;
  font-weight:700;text-decoration:none;border:0;cursor:pointer;
  font-family:inherit;transition:transform .18s ease,box-shadow .18s ease;
}
body.store-luxe .store-cta:hover{transform:translateY(-2px)}
body.store-luxe .store-cta.primary{
  background:linear-gradient(180deg,#26211a,#1e1a14);
  color:#ffffff;box-shadow:0 14px 34px rgba(129,104,78,.18);
  border:1px solid rgba(129,104,78,.35);
  position:relative;overflow:hidden;
}
body.store-luxe .store-cta.primary::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(105deg,transparent 35%,rgba(255,255,255,.28) 50%,transparent 65%);
  transform:translateX(-120%);
}
body.store-luxe .store-cta.primary:hover::after{animation:luxeShineSweep .75s ease}
body.store-luxe .store-cta.ghost{
  border:1px solid rgba(129,104,78,.3);
  background:rgba(255,255,255,.03);color:#ffffff;
}
body.store-luxe .store-hero-mark{
  position:relative;z-index:1;
  display:grid;place-items:center;
  min-height:280px;
  animation:luxeRise .75s ease .12s both;
}
body.store-luxe .store-hero-mark img{
  position:relative;z-index:2;
  width:min(250px,56vw);height:min(250px,56vw);
  border-radius:50%;object-fit:cover;
  border:1px solid rgba(129,104,78,.32);
  box-shadow:0 28px 80px rgba(0,0,0,.45),0 0 60px rgba(129,104,78,.18);
  animation:luxeFloatLogo 5.5s ease-in-out infinite;
}
body.store-luxe .mark-ring{
  position:absolute;border-radius:50%;pointer-events:none;
  border:1px solid rgba(129,104,78,.18);
}
body.store-luxe .mark-ring.r1{
  inset:10% 8%;
  animation:luxeSpinSoft 14s linear infinite;
  box-shadow:inset 0 0 40px rgba(129,104,78,.05);
}
body.store-luxe .mark-ring.r2{
  inset:2% 0;
  border-style:dashed;border-color:rgba(129,104,78,.14);
  animation:luxeSpinSoft 22s linear infinite reverse;
}
@keyframes luxeFloatLogo{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-10px)}
}
@keyframes luxeSpinSoft{to{transform:rotate(360deg)}}
body.store-luxe .store-badge,
body.store-luxe .store-stats-line{display:none!important}

/* ---- Tools ---- */
/* ---- Tools sticky ---- */
body.store-luxe .store-tools-sticky{
  position:sticky;top:78px;z-index:40;
  padding-bottom:4px;
}
body.store-luxe .store-luxe-tools{
  display:grid!important;
  grid-template-columns:188px 220px minmax(0,1fr)!important;
  gap:12px!important;
  padding:12px!important;
  border:1px solid var(--luxe-line)!important;
  border-radius:18px!important;
  background:rgba(48,40,32,.86)!important;
  backdrop-filter:blur(14px);
  margin:0!important;max-width:none!important;width:100%!important;
  animation:luxeRise .65s ease both;
  box-shadow:0 12px 36px rgba(0,0,0,.22);
}

/* Currency segmented control — dark steel, no bright fill */
body.store-luxe .currency-switch{
  position:relative!important;
  width:auto!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:0!important;
  padding:4px!important;
  height:52px!important;
  border-radius:14px!important;
  border:1px solid rgba(143,115,108,.32)!important;
  background:#15120e!important;
  overflow:hidden;
}
body.store-luxe .currency-glider{
  position:absolute;top:4px;bottom:4px;width:calc(50% - 4px);
  inset-inline-start:4px;
  border-radius:11px;
  background:rgba(143,115,108,.1);
  border:1px solid rgba(129,104,78,.45);
  box-shadow:inset 0 -2px 0 var(--luxe-logo);
  transition:inset-inline-start .38s cubic-bezier(.22,.8,.28,1);
  z-index:0;pointer-events:none;
  box-sizing:border-box;
}
body.store-luxe .currency-switch[data-cur="USD"] .currency-glider{
  inset-inline-start:calc(50%);
}
body.store-luxe .currency-switch.currency-pop .currency-glider{
  animation:luxeGliderPop .38s ease;
}
@keyframes luxeGliderPop{
  0%{filter:brightness(1)}
  40%{filter:brightness(1.12)}
  100%{filter:brightness(1)}
}
body.store-luxe .currency-switch button{
  position:relative;z-index:1;
  height:100%!important;min-height:0!important;
  border:0!important;border-radius:11px!important;
  background:transparent!important;
  color:var(--luxe-opt)!important;
  display:flex!important;flex-direction:column;align-items:center;justify-content:center;
  gap:1px;padding:0!important;cursor:pointer;
  font-weight:600!important;transition:color .25s ease!important;
  box-shadow:none!important;transform:none!important;
}
body.store-luxe .currency-switch button b{
  font-size:1rem;line-height:1;font-weight:700;
}
body.store-luxe .currency-switch button span{
  font-size:.62rem;letter-spacing:.06em;opacity:.85;
}
body.store-luxe .currency-switch button.active{
  background:transparent!important;
  color:var(--luxe-opt-hot)!important;
  border-color:transparent!important;
  box-shadow:none!important;
  transform:none!important;
}
body.store-luxe .currency-switch button:not(.active):hover{color:#9c907d!important}
body.store-luxe .store-luxe-tools select,
body.store-luxe .store-search-wrap,
body.store-luxe .store-luxe-tools input{
  height:52px!important;border-radius:13px!important;
  border:1px solid rgba(129,104,78,.2)!important;
  background:#1e1a14!important;color:var(--luxe-ink)!important;
  font-weight:600!important;font-size:.9rem!important;
  transition:border-color .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease!important;
}
body.store-luxe .store-luxe-tools select:focus,
body.store-luxe .store-search-wrap:focus-within{
  border-color:rgba(129,104,78,.45)!important;
  box-shadow:0 0 0 3px rgba(129,104,78,.1);
}
body.store-luxe .store-search-wrap{
  display:flex!important;align-items:center!important;gap:8px;padding:0 12px 0 4px!important;
}
body.store-luxe .store-search-icon{
  width:18px;height:18px;flex:0 0 auto;color:var(--luxe-logo);opacity:.8;margin-inline-start:10px;
}
body.store-luxe .store-search-wrap input{
  flex:1;border:0!important;background:transparent!important;outline:0;padding-inline:6px 12px!important;height:100%!important;
}
body.store-luxe .store-section-head{
  display:flex;align-items:flex-end;justify-content:space-between;gap:16px;
  margin:6px 0 2px;animation:luxeRise .55s ease both;
}
body.store-luxe .store-section-head h2{
  margin:0 0 4px;font-family:'Tajawal','Cairo',sans-serif!important;
  font-size:1.35rem;color:#c2b6a1;font-weight:700;
}
body.store-luxe .store-section-head p{
  margin:0;color:var(--luxe-mute);font-size:.88rem;
}
body.store-luxe .store-count{
  margin:0!important;color:var(--luxe-mute)!important;font-weight:600;
  padding:8px 12px;border-radius:999px;
  border:1px solid rgba(129,104,78,.16);
  background:rgba(255,255,255,.02);
  white-space:nowrap;
}
body.store-luxe .store-count b{color:var(--luxe-logo)!important}
body.store-luxe .products-grid.currency-flash .product-price strong{
  animation:luxePriceFlash .45s ease;
}
@keyframes luxePriceFlash{
  0%{opacity:.35;transform:translateY(4px)}
  100%{opacity:1;transform:none}
}

/* ---- Products ---- */
body.store-luxe .store-luxe-grid,
body.store-luxe .products-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fill,minmax(320px,1fr))!important;
  gap:18px!important;width:100%!important;max-width:none!important;
  margin:0!important;justify-content:stretch!important;justify-items:stretch!important;
  align-items:stretch!important;
  border-radius:20px;
  transition:box-shadow .45s ease,background .45s ease;
}
body.store-luxe .products-grid.grid-focus{
  box-shadow:0 0 0 1px rgba(129,104,78,.28),0 0 48px rgba(129,104,78,.1);
  background:rgba(129,104,78,.03);
}
body.store-luxe .product-card{
  width:100%!important;height:100%!important;min-height:0!important;padding:0!important;
  border-radius:22px!important;
  border:1px solid rgba(129,104,78,.18)!important;
  background:linear-gradient(180deg,#1e1a14,#15120e)!important;
  box-shadow:0 18px 48px rgba(0,0,0,.3)!important;
  overflow:visible!important;
  display:flex!important;flex-direction:column!important;
  position:relative!important;
  transition:transform .35s cubic-bezier(.22,.8,.28,1),border-color .25s ease,box-shadow .35s ease!important;
  animation:luxeCardIn .65s cubic-bezier(.22,.8,.28,1) both;
  z-index:1;
}
body.store-luxe .product-card:hover{
  z-index:30;
}
body.store-luxe .product-card > .product-top-line,
body.store-luxe .product-card > .product-visual,
body.store-luxe .product-card > .product-body{
  border-radius:inherit;
}
body.store-luxe .product-card > .product-visual{
  border-radius:22px 22px 0 0;
  overflow:hidden;
}
body.store-luxe .product-card > .product-body{
  border-radius:0 0 22px 22px;
  overflow:hidden;
  background:linear-gradient(180deg,#1e1a14,#15120e);
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
}
body.store-luxe .product-card:nth-child(1){animation-delay:.04s}
body.store-luxe .product-card:nth-child(2){animation-delay:.09s}
body.store-luxe .product-card:nth-child(3){animation-delay:.14s}
body.store-luxe .product-card:nth-child(4){animation-delay:.19s}
body.store-luxe .product-card:nth-child(5){animation-delay:.24s}
body.store-luxe .product-card:nth-child(6){animation-delay:.29s}
body.store-luxe .product-card:hover,
body.store-luxe .product-card.selected{
  transform:translateY(-8px)!important;
  border-color:rgba(129,104,78,.55)!important;
  box-shadow:0 28px 70px rgba(0,0,0,.42),0 0 0 1px rgba(129,104,78,.18),0 0 40px rgba(129,104,78,.1)!important;
}
body.store-luxe .product-card.added-pulse{
  animation:luxeAdded .7s cubic-bezier(.22,.8,.28,1)!important;
}
body.store-luxe .product-visual{
  height:148px;flex:0 0 148px;display:grid;place-items:center;position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 28% 20%,rgba(129,104,78,.26),transparent 46%),
    radial-gradient(circle at 82% 78%,rgba(99,76,54,.2),transparent 42%),
    linear-gradient(160deg,#26211a,#15120e);
  border-bottom:1px solid rgba(129,104,78,.1);
  transition:background .35s ease;
}
body.store-luxe .product-card[data-bot-type="music"] .product-visual{
  background:
    radial-gradient(circle at 22% 18%,rgba(208,200,196,.34),transparent 48%),
    radial-gradient(circle at 86% 76%,rgba(125,101,94,.28),transparent 44%),
    linear-gradient(155deg,#26211a,#15120e);
}
body.store-luxe .product-card[data-bot-type="system"] .product-visual{
  background:
    radial-gradient(circle at 30% 20%,rgba(129,104,78,.3),transparent 46%),
    radial-gradient(circle at 78% 80%,rgba(99,76,54,.32),transparent 42%),
    linear-gradient(160deg,#26211a,#15120e);
}
body.store-luxe .product-card[data-bot-type="voice"] .product-visual{
  background:
    radial-gradient(circle at 25% 25%,rgba(205,166,154,.32),transparent 48%),
    radial-gradient(circle at 80% 70%,rgba(101,81,76,.26),transparent 44%),
    linear-gradient(150deg,#1e1a14,#15120e);
}
body.store-luxe .product-card[data-bot-type="tickets"] .product-visual{
  background:
    radial-gradient(circle at 28% 18%,rgba(220,177,165,.3),transparent 46%),
    radial-gradient(circle at 84% 78%,rgba(142,115,107,.24),transparent 42%),
    linear-gradient(165deg,#1e1a14,#15120e);
}
body.store-luxe .product-card[data-bot-type="bank"] .product-visual{
  background:
    radial-gradient(circle at 26% 22%,rgba(207,199,195,.28),transparent 48%),
    radial-gradient(circle at 82% 74%,rgba(157,127,118,.22),transparent 44%),
    linear-gradient(158deg,#26211a,#15120e);
}
body.store-luxe .product-card[data-bot-type="game"] .product-visual{
  background:
    radial-gradient(circle at 30% 16%,rgba(214,173,161,.28),transparent 48%),
    radial-gradient(circle at 78% 82%,rgba(110,88,82,.24),transparent 42%),
    linear-gradient(162deg,#26211a,#15120e);
}
body.store-luxe .product-card[data-bot-type="groups"] .product-visual{
  background:
    radial-gradient(circle at 28% 22%,rgba(208,168,157,.3),transparent 48%),
    radial-gradient(circle at 80% 76%,rgba(124,100,93,.24),transparent 42%),
    linear-gradient(160deg,#1e1a14,#15120e);
}
body.store-luxe .product-card[data-bot-type="temprooms"] .product-visual{
  background:
    radial-gradient(circle at 26% 18%,rgba(196,188,184,.28),transparent 48%),
    radial-gradient(circle at 84% 78%,rgba(133,107,100,.26),transparent 42%),
    linear-gradient(158deg,#26211a,#15120e);
}
body.store-luxe .product-card[data-bot-type="bot"] .product-visual{
  background:
    radial-gradient(circle at 28% 20%,rgba(129,104,78,.26),transparent 46%),
    radial-gradient(circle at 82% 78%,rgba(99,76,54,.2),transparent 42%),
    linear-gradient(160deg,#26211a,#15120e);
}
body.store-luxe .product-visual::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(105deg,transparent 35%,rgba(255,255,255,.08) 50%,transparent 65%);
  transform:translateX(-120%);
  transition:none;
}
body.store-luxe .product-card:hover .product-visual::after{
  animation:luxeShineSweep .85s ease;
}
body.store-luxe .product-visual .product-icon{
  width:88px!important;height:88px!important;min-width:88px!important;
  border-radius:24px!important;
  background:rgba(48,40,32,.55)!important;
  border:1px solid rgba(129,104,78,.22)!important;
  color:var(--luxe-logo)!important;
  display:grid!important;place-items:center!important;
  box-shadow:0 16px 36px rgba(0,0,0,.35),0 0 28px rgba(129,104,78,.1)!important;
  transition:transform .35s cubic-bezier(.22,.8,.28,1),box-shadow .35s ease!important;
}
body.store-luxe .product-card:hover .product-icon{
  transform:translateY(-4px) scale(1.06)!important;
  box-shadow:0 20px 44px rgba(0,0,0,.45),0 0 36px rgba(129,104,78,.22)!important;
}
@keyframes luxeCardIn{
  from{opacity:0;transform:translateY(24px) scale(.97)}
  to{opacity:1;transform:none}
}
@keyframes luxeAdded{
  0%{transform:scale(1)}
  35%{transform:scale(1.03);box-shadow:0 0 0 0 rgba(129,104,78,.35)}
  70%{box-shadow:0 0 0 16px rgba(129,104,78,0)}
  100%{transform:scale(1)}
}
@keyframes luxeShineSweep{from{transform:translateX(-120%)}to{transform:translateX(120%)}}
body.store-luxe .product-visual .store-ui-icon{width:36px!important;height:36px!important;color:var(--luxe-logo)!important}
body.store-luxe .product-visual .sant-bot-icon,
body.store-luxe .product-visual .store-bot-badge,
body.store-luxe .product-visual .product-icon img{
  width:68px!important;height:68px!important;max-width:calc(100% - 10px)!important;max-height:calc(100% - 10px)!important;
  object-fit:contain!important;object-position:center!important;display:block!important;
  box-sizing:border-box!important;padding:3px!important;border-radius:0!important;
  filter:none!important;opacity:1!important;visibility:visible!important;transform:none!important;
}
body.store-luxe .product-body{padding:18px!important;display:flex;flex-direction:column;gap:12px;flex:1}
body.store-luxe .product-head h3{
  margin:0!important;font-size:1.12rem!important;color:#c2b6a1!important;
  font-family:'Tajawal','Cairo',sans-serif!important;
}
body.store-luxe .product-head span{
  display:inline-flex!important;margin-top:8px;
  padding:5px 10px!important;border-radius:999px!important;
  background:rgba(129,104,78,.1)!important;border:1px solid rgba(129,104,78,.22)!important;
  color:var(--luxe-logo)!important;font-size:.7rem!important;
}
body.store-luxe .product-card p{margin:0!important;min-height:0!important;color:var(--luxe-mute)!important;line-height:1.75!important;font-size:.88rem!important}
body.store-luxe .product-meta{height:auto!important;color:var(--luxe-mute)!important;font-size:.78rem!important}
body.store-luxe .product-card select,
body.store-luxe .music-qty button,
body.store-luxe .music-qty input{
  background:#1e1a14!important;border:1px solid rgba(129,104,78,.2)!important;color:var(--luxe-ink)!important;border-radius:12px!important;
}
body.store-luxe .product-bottom{
  margin-top:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  direction:ltr!important;
}
body.store-luxe .product-bottom > button{order:1}
body.store-luxe .product-bottom .product-price{
  order:2;
  text-align:right!important;
  margin-inline-start:auto!important;
}
body.store-luxe .product-bottom > button{
  min-height:44px;padding:0 18px;border:1px solid rgba(129,104,78,.4)!important;border-radius:12px!important;
  background:linear-gradient(180deg,#26211a,#1e1a14)!important;
  color:#ffffff!important;font-weight:700!important;cursor:pointer;
  box-shadow:0 10px 24px rgba(129,104,78,.16);
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease!important;
}
body.store-luxe .product-bottom > button:active{transform:scale(.96)!important}
body.store-luxe .product-bottom > button.is-added{
  filter:brightness(1.08);
  box-shadow:0 0 0 0 rgba(129,104,78,.35),0 10px 24px rgba(129,104,78,.22)!important;
  animation:luxeBtnAdded .55s ease;
}
@keyframes luxeBtnAdded{
  0%{transform:scale(1)}
  40%{transform:scale(1.05)}
  100%{transform:scale(1)}
}
body.store-luxe .product-price strong{color:var(--luxe-logo)!important;font-size:1.15rem!important}
body.store-luxe .product-price small{color:var(--luxe-mute)!important}
body.store-luxe .product-top-line{background:linear-gradient(90deg,transparent,var(--luxe-logo),transparent)!important}

/* Hover details button — top left */
body.store-luxe .product-hover-preview{
  position:absolute;
  top:14px;
  left:14px;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translate(-6px,-8px) scale(.96);
  transition:opacity .25s ease,transform .28s cubic-bezier(.22,.8,.28,1),visibility .25s ease;
  z-index:40;
}
body.store-luxe .product-card:hover .product-hover-preview,
body.store-luxe .product-card:focus-within .product-hover-preview{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translate(0,0) scale(1);
}
body.store-luxe .product-hover-btn{
  appearance:none;
  min-height:40px;
  padding:0 16px;
  border-radius:12px;
  border:1px solid color-mix(in srgb,#a89a83 45%,#15120e);
  background:#1e1a14;
  color:#f2ede4;
  font:inherit;
  font-size:.82rem;
  font-weight:700;
  cursor:pointer;
  box-shadow:0 12px 28px rgba(0,0,0,.35),0 0 0 1px rgba(129,104,78,.12);
  white-space:nowrap;
}
body.store-luxe .product-hover-btn:hover{
  background:#26211a;
  border-color:#a89a83;
  color:#fff;
}
@media (max-width:720px){
  body.store-luxe .product-hover-preview{
    top:10px;left:10px;
  }
}

/* ---- Orders ---- */
body.store-luxe .store-luxe-orders{
  border:1px solid var(--luxe-line)!important;border-radius:20px!important;
  padding:22px!important;background:rgba(48,40,32,.7)!important;margin:0!important;max-width:none!important;
}
body.store-luxe .store-luxe-orders header{margin-bottom:14px}
body.store-luxe .store-luxe-orders h2{
  margin:0 0 6px;font-family:'Tajawal','Cairo',sans-serif!important;color:#c2b6a1!important;
  position:relative;display:inline-block;
}
body.store-luxe .store-luxe-orders h2::after{
  content:"";display:block;width:48px;height:2px;margin-top:8px;border-radius:999px;
  background:linear-gradient(90deg,var(--luxe-logo),transparent);
}
body.store-luxe .store-luxe-orders header p{margin:0;color:var(--luxe-mute)}
body.store-luxe .order-row{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:14px 16px;margin-bottom:10px;border-radius:14px;
  border:1px solid rgba(129,104,78,.14);background:rgba(255,255,255,.02);
  animation:luxeRise .45s ease both;
  animation-delay:calc(var(--i, 0) * .06s);
}
body.store-luxe .order-row .status-pill{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:28px;padding:0 12px;border-radius:999px;
  font-size:.72rem;font-weight:700;letter-spacing:.02em;
  border:1px solid transparent;
}
body.store-luxe .order-row .status-pill.is-approved{
  color:#c2b6a1;background:rgba(70,150,100,.14);border-color:rgba(100,180,130,.3);
}
body.store-luxe .order-row .status-pill.is-pending{
  color:#ffffff;background:rgba(129,104,78,.12);border-color:rgba(129,104,78,.28);
}
body.store-luxe .order-row .status-pill.is-rejected{
  color:#ef7f73;background:rgba(180,80,80,.12);border-color:rgba(200,100,100,.28);
}

/* ---- Floating cart ---- */
body.store-luxe .store-luxe-fab{
  position:fixed!important;z-index:80!important;
  right:auto!important;left:28px!important;bottom:28px!important;
  width:62px!important;height:62px!important;border-radius:18px!important;
  border:1px solid rgba(129,104,78,.28)!important;
  background:linear-gradient(160deg,#1e1a14,#15120e)!important;
  color:var(--luxe-logo)!important;
  box-shadow:
    0 16px 40px rgba(0,0,0,.45),
    0 0 0 1px rgba(129,104,78,.1)!important;
  display:grid!important;place-items:center!important;
  cursor:pointer;
  overflow:visible!important;
  padding:0!important;
  transition:transform .28s cubic-bezier(.22,.8,.28,1),box-shadow .28s ease,opacity .3s ease,border-color .25s ease;
}
body.store-luxe .store-luxe-fab:hover{
  transform:translateY(-4px) scale(1.05);
  border-color:rgba(129,104,78,.5)!important;
  box-shadow:0 20px 48px rgba(0,0,0,.5),0 0 28px rgba(129,104,78,.14)!important;
}
body.store-luxe.cart-open .store-luxe-fab{opacity:0;transform:scale(.85);pointer-events:none}
body.store-luxe .fab-cart-icon{
  width:40px;height:40px;object-fit:contain;display:block;
  position:absolute;inset:0;margin:auto;z-index:1;
  border-radius:0;
  mix-blend-mode:screen;
  filter:drop-shadow(0 2px 10px rgba(255,255,255,.15));
  pointer-events:none;
  transform:none;
}
body.store-luxe .fab-ring,
body.store-luxe .fab-corners{display:none!important}
body.store-luxe .store-luxe-fab b,
body.store-luxe .store-luxe-fab .fab-badge{
  position:absolute!important;
  top:-10px!important;
  right:-10px!important;
  left:auto!important;
  inset-inline:auto -10px!important;
  min-width:24px!important;
  height:24px!important;
  padding:0 6px!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  background:#e05b5b!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:1!important;
  border:2px solid #15120e!important;
  box-shadow:0 6px 14px rgba(228,87,87,.5)!important;
  z-index:5!important;
  pointer-events:none;
  transform-origin:center;
  overflow:visible!important;
}
body.store-luxe .store-luxe-fab .fab-badge.is-empty{
  opacity:0!important;
  transform:scale(.5)!important;
  visibility:hidden!important;
}
body.store-luxe .store-luxe-fab .fab-badge:not(.is-empty){
  opacity:1!important;
  visibility:visible!important;
}
body.store-luxe .store-luxe-fab b.count-bump,
body.store-luxe .store-luxe-fab .fab-badge.count-bump{
  animation:luxeCountBump .45s cubic-bezier(.22,.8,.28,1);
}
body.store-luxe .store-luxe-fab .fab-badge.notify-pulse{
  animation:luxeNotifyPulse .7s cubic-bezier(.22,.8,.28,1);
}
body.store-luxe .store-luxe-fab.fab-bump{animation:luxeFabBump .45s cubic-bezier(.22,.8,.28,1)}
body.store-luxe .store-luxe-fab.fab-notify{animation:luxeFabNotify .65s cubic-bezier(.22,.8,.28,1)}
@keyframes luxeCountBump{
  0%{transform:scale(.55)}
  55%{transform:scale(1.22)}
  100%{transform:scale(1)}
}
@keyframes luxeNotifyPulse{
  0%{transform:scale(.6);box-shadow:0 0 0 0 rgba(228,87,87,.7)!important}
  45%{transform:scale(1.28);box-shadow:0 0 0 12px rgba(228,87,87,0)!important}
  100%{transform:scale(1);box-shadow:0 8px 18px rgba(228,87,87,.5)!important}
}
@keyframes luxeFabBump{
  0%{transform:scale(1)}
  40%{transform:scale(1.08)}
  100%{transform:scale(1)}
}
@keyframes luxeFabNotify{
  0%{transform:scale(1)}
  30%{transform:scale(1.1)}
  55%{transform:scale(.97)}
  100%{transform:scale(1)}
}

body.store-luxe .cart-empty-luxe,
body.store-luxe .orders-empty-luxe{
  text-align:center;padding:36px 18px!important;min-height:200px!important;
  display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:8px;
}
body.store-luxe .cart-empty-luxe::before,
body.store-luxe .orders-empty-luxe::before{
  display:none!important;content:none!important;
}
body.store-luxe .orders-empty-icon{
  width:72px;height:72px;border-radius:20px;margin-bottom:10px;
  display:grid;place-items:center;
  border:1px solid rgba(129,104,78,.22);
  background:rgba(129,104,78,.06);
}
body.store-luxe .orders-empty-icon img{
  width:42px;height:42px;object-fit:contain;display:block;
  mix-blend-mode:screen;
}
body.store-luxe .cart-empty-luxe h3,
body.store-luxe .orders-empty-luxe h3{
  margin:0;color:#c2b6a1;font-family:'Tajawal','Cairo',sans-serif;font-size:1.15rem;
}
body.store-luxe .cart-empty-luxe p,
body.store-luxe .orders-empty-luxe p{
  margin:0;max-width:28ch;color:var(--luxe-mute);line-height:1.7;font-size:.9rem;
}
body.store-luxe .cart-empty-cta,
body.store-luxe .orders-empty-cta{
  margin-top:12px;min-height:42px;padding:0 18px;border:0;border-radius:12px;cursor:pointer;
  background:linear-gradient(180deg,#26211a,#1e1a14);
  color:#ffffff;font-weight:700;font-family:inherit;
  border:1px solid rgba(129,104,78,.35);
  box-shadow:0 10px 24px rgba(129,104,78,.16);
  transition:transform .18s ease;
}
body.store-luxe .cart-empty-cta:hover,
body.store-luxe .orders-empty-cta:hover{transform:translateY(-2px)}

/* ---- Cart drawer open / close ---- */
body.store-luxe .cart-drawer{
  position:fixed!important;inset:0!important;
  z-index:12000!important;
  display:flex!important;
  justify-content:flex-end!important;
  align-items:stretch!important;
  background:transparent!important;
  backdrop-filter:none!important;
  pointer-events:none;
  visibility:hidden;
}
body.store-luxe .cart-drawer.hidden{display:none!important;visibility:hidden}
body.store-luxe .cart-drawer.is-open,
body.store-luxe .cart-drawer.is-closing{
  display:flex!important;
  pointer-events:auto;
  visibility:visible;
}
body.store-luxe .cart-backdrop{
  position:absolute!important;inset:0!important;z-index:0!important;
  background:rgba(48,40,32,.55)!important;
  backdrop-filter:blur(0px) saturate(1);
  opacity:0;
  transition:opacity .48s ease,backdrop-filter .48s ease;
}
body.store-luxe .cart-drawer.is-open .cart-backdrop{
  opacity:1;
  backdrop-filter:blur(14px) saturate(1.05);
}
body.store-luxe .cart-drawer.is-closing .cart-backdrop{
  opacity:0;
  backdrop-filter:blur(0) saturate(1);
  transition:opacity .4s ease,backdrop-filter .4s ease;
}
body.store-luxe .store-luxe-cart{
  position:relative!important;z-index:1!important;
  width:min(430px,94vw)!important;
  height:100%!important;
  background:
    radial-gradient(420px 180px at 100% 0%,rgba(129,104,78,.14),transparent 60%),
    linear-gradient(180deg,#15120e,#15120e)!important;
  border:1px solid rgba(129,104,78,.28)!important;
  border-radius:0 28px 28px 0!important;
  box-shadow:28px 0 90px rgba(0,0,0,.55),0 0 60px rgba(129,104,78,.06)!important;
  padding:0!important;
  display:flex!important;flex-direction:column!important;
  overflow:hidden!important;
  transform:translate3d(-112%,0,0) scale(.94);
  opacity:0;
  filter:blur(6px);
  transition:
    transform .55s cubic-bezier(.16,1,.3,1),
    opacity .4s ease,
    filter .45s ease,
    box-shadow .55s ease;
  will-change:transform,opacity,filter;
}
html[dir="ltr"] body.store-luxe .store-luxe-cart{
  border-radius:28px 0 0 28px!important;
  box-shadow:-28px 0 90px rgba(0,0,0,.55),0 0 60px rgba(129,104,78,.06)!important;
  transform:translate3d(112%,0,0) scale(.94);
}
body.store-luxe .cart-drawer.is-open .store-luxe-cart{
  transform:translate3d(0,0,0) scale(1)!important;
  opacity:1;
  filter:blur(0);
  box-shadow:32px 0 100px rgba(0,0,0,.58),0 0 70px rgba(129,104,78,.1)!important;
}
html[dir="ltr"] body.store-luxe .cart-drawer.is-open .store-luxe-cart{
  box-shadow:-32px 0 100px rgba(0,0,0,.58),0 0 70px rgba(129,104,78,.1)!important;
}
body.store-luxe .cart-drawer.is-closing .store-luxe-cart{
  transform:translate3d(-108%,0,0) scale(.96);
  opacity:0;
  filter:blur(4px);
  transition:
    transform .42s cubic-bezier(.4,0,.7,.2),
    opacity .32s ease,
    filter .32s ease;
}
html[dir="ltr"] body.store-luxe .cart-drawer.is-closing .store-luxe-cart{
  transform:translate3d(108%,0,0) scale(.96);
}
body.store-luxe .store-luxe-cart::before{
  content:"";position:absolute;inset:0 0 0 auto;width:2px;
  background:linear-gradient(180deg,transparent,var(--luxe-logo),transparent);
  opacity:.55;pointer-events:none;
}
html[dir="ltr"] body.store-luxe .store-luxe-cart::before{inset:0 auto 0 0}
body.store-luxe .store-luxe-cart::after{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(105deg,transparent 40%,rgba(255,255,255,.05) 50%,transparent 60%);
  transform:translateX(-130%);
  opacity:0;
}
body.store-luxe .cart-drawer.is-open .store-luxe-cart::after{
  opacity:1;
  animation:luxeCartSheen .9s ease .15s both;
}
@keyframes luxeCartSheen{from{transform:translateX(-130%)}to{transform:translateX(130%)}}
body.store-luxe .store-luxe-cart .cart-head{
  display:flex!important;align-items:center!important;justify-content:space-between!important;
  gap:12px;padding:18px 18px 16px!important;height:auto!important;
  border-bottom:1px solid rgba(129,104,78,.12)!important;
  background:transparent!important;
  opacity:0;transform:translateY(10px);
  transition:opacity .35s ease .12s,transform .4s cubic-bezier(.16,1,.3,1) .12s;
}
body.store-luxe .cart-drawer.is-open .store-luxe-cart .cart-head{
  opacity:1;transform:none;
}
body.store-luxe .cart-head-title{
  display:flex;align-items:center;gap:10px;min-width:0;
}
body.store-luxe .cart-head-badge{
  min-width:22px;height:22px;padding:0 7px;border-radius:999px;
  display:inline-grid;place-items:center;
  background:var(--luxe-logo);color:#f2ede4;
  font-size:.72rem;font-weight:700;line-height:1;
}
body.store-luxe .cart-head-badge.is-empty{opacity:.35}
body.store-luxe .store-luxe-cart .cart-head h3{
  margin:0!important;
  font-family:'Tajawal','Cairo',sans-serif!important;
  font-size:1.15rem!important;
  font-weight:700!important;
  color:#c2b6a1!important;
}
body.store-luxe .cart-head-bag{
  width:22px;height:22px;color:var(--luxe-logo);display:grid;place-items:center;
}
body.store-luxe .cart-head-bag svg{width:20px;height:20px}
body.store-luxe .store-luxe-cart .cart-head > button#cartClose{
  width:38px;height:38px;border-radius:999px;border:1px solid rgba(129,104,78,.22);
  background:rgba(255,255,255,.03);color:#f2ede4;font-size:1.25rem;cursor:pointer;
  transition:transform .2s ease,background .2s ease,border-color .2s ease;
}
body.store-luxe .store-luxe-cart .cart-head > button#cartClose:hover{
  transform:rotate(90deg);background:rgba(129,104,78,.1);border-color:rgba(129,104,78,.4);
}
body.store-luxe .cart-drawer.is-open .cart-item{
  animation:luxeCartItemIn .5s cubic-bezier(.16,1,.3,1) both;
}
body.store-luxe .cart-drawer.is-open .cart-item:nth-child(1){animation-delay:.14s}
body.store-luxe .cart-drawer.is-open .cart-item:nth-child(2){animation-delay:.2s}
body.store-luxe .cart-drawer.is-open .cart-item:nth-child(3){animation-delay:.26s}
body.store-luxe .cart-drawer.is-open .cart-item:nth-child(4){animation-delay:.32s}
body.store-luxe .cart-drawer.is-open .cart-item:nth-child(5){animation-delay:.38s}
body.store-luxe .cart-drawer.is-open .cart-summary-footer{
  animation:luxeRise .5s ease .22s both;
}
body.store-luxe .cart-drawer.is-open .cart-empty-luxe{
  animation:luxeRise .45s ease .16s both;
}
@keyframes luxeCartItemIn{
  from{opacity:0;transform:translateX(-18px) scale(.98)}
  to{opacity:1;transform:none}
}
html[dir="ltr"] body.store-luxe .cart-drawer.is-open .cart-item{
  animation-name:luxeCartItemInLtr;
}
@keyframes luxeCartItemInLtr{
  from{opacity:0;transform:translateX(18px) scale(.98)}
  to{opacity:1;transform:none}
}
body.store-luxe .cart-items{
  flex:1;overflow:auto;padding:14px 16px 8px!important;display:flex;flex-direction:column;gap:12px;
}
body.store-luxe .cart-item{
  display:block!important;padding:0!important;border:0!important;background:transparent!important;
}
body.store-luxe .cart-item-main{
  display:grid;
  grid-template-columns:56px minmax(0,1fr) auto;
  gap:12px;
  align-items:start;
  padding:14px 14px 12px;
  border-radius:18px;
  border:1px solid rgba(129,104,78,.16);
  background:color-mix(in srgb,#a89a83 6%,#1e1a14);
}
body.store-luxe .cart-product-thumb{
  width:56px;height:56px;border-radius:14px;overflow:hidden;
  background:#15120e;border:1px solid rgba(129,104,78,.2);
  flex:0 0 auto;
}
body.store-luxe .cart-thumb-img{
  width:100%;height:100%;object-fit:contain;display:block;padding:6px;background:#1e1a14;
}
body.store-luxe .cart-thumb-logo{
  object-fit:contain;padding:8px;background:#1e1a14;
}
body.store-luxe .cart-product-info{
  min-width:0;display:flex;flex-direction:column;align-items:center;gap:8px;
  text-align:center;
}
body.store-luxe .cart-product-info strong{
  display:block;color:#c2b6a1;font-size:.95rem;font-weight:700;line-height:1.35;
  width:100%;text-align:start;
}
body.store-luxe .cart-item-pill{
  display:inline-flex;align-items:center;align-self:flex-start;min-height:24px;padding:0 10px;border-radius:999px;
  background:rgba(129,104,78,.14);color:#c2b6a1;font-size:.72rem;font-weight:600;
  border:1px solid rgba(129,104,78,.18);
}
body.store-luxe .cart-qty{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  margin-top:4px;align-self:center;
  min-width:96px;
  padding-inline-end:6px;
}
body.store-luxe .cart-qty-btn{
  width:34px;height:34px;border-radius:11px;border:1px solid rgba(129,104,78,.28);
  background:rgba(48,40,32,.75);color:#f2ede4;font-size:1.15rem;font-weight:700;
  cursor:pointer;display:grid;place-items:center;line-height:1;flex:0 0 34px;
  transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;
}
body.store-luxe .cart-qty-btn:hover{background:rgba(129,104,78,.18);border-color:rgba(129,104,78,.45);color:#fff}
body.store-luxe .cart-qty-btn.cart-qty-tap{animation:cartQtyTap .28s cubic-bezier(.22,.8,.28,1)}
body.store-luxe .cart-qty-btn:last-child{
  margin-inline-start:-2px;
  transform:translateX(-2px);
}
body.store-luxe .cart-qty-btn:last-child:hover{
  transform:translateX(-2px);
  background:rgba(129,104,78,.18);border-color:rgba(129,104,78,.45);color:#fff;
}
body.store-luxe .cart-qty-btn:last-child.cart-qty-tap{
  animation:cartQtyTapLeft .28s cubic-bezier(.22,.8,.28,1);
}
body.store-luxe .cart-qty em{
  min-width:22px;text-align:center;font-style:normal;font-weight:700;color:#c2b6a1;font-size:1.05rem;
  line-height:1;flex:0 0 auto;display:inline-block;
  transform-origin:center;
}
body.store-luxe .cart-qty em.cart-qty-pop[data-dir="up"]{animation:cartQtyUp .34s cubic-bezier(.22,.8,.28,1)}
body.store-luxe .cart-qty em.cart-qty-pop[data-dir="down"]{animation:cartQtyDown .34s cubic-bezier(.22,.8,.28,1)}
body.store-luxe .cart-qty.cart-qty-shake{animation:cartQtyShake .34s ease}
body.store-luxe .cart-item-price{
  color:#c2b6a1!important;font-size:.98rem!important;font-weight:700!important;white-space:nowrap;
  display:inline-block;transform-origin:center;
}
body.store-luxe .cart-item-price.cart-price-pop{animation:cartPricePop .38s cubic-bezier(.22,.8,.28,1)}
body.store-luxe .cart-item.cart-item-soft .cart-item-main{animation:cartItemSoft .42s cubic-bezier(.22,.8,.28,1)}
body.store-luxe .cart-item-side{
  display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;
  gap:18px;min-height:56px;padding-top:2px;
}
body.store-luxe .cart-total.final strong.cart-total-pop,
body.store-luxe #cartTotal.cart-total-pop{animation:cartTotalPop .36s cubic-bezier(.22,.8,.28,1);display:inline-block}
@keyframes cartQtyTap{
  0%{transform:scale(1)}
  40%{transform:scale(.86);background:rgba(129,104,78,.22);border-color:rgba(129,104,78,.5)}
  100%{transform:scale(1)}
}
@keyframes cartQtyTapLeft{
  0%{transform:translateX(-2px) scale(1)}
  40%{transform:translateX(-2px) scale(.86);background:rgba(129,104,78,.22);border-color:rgba(129,104,78,.5)}
  100%{transform:translateX(-2px) scale(1)}
}
@keyframes cartQtyUp{
  0%{transform:translateY(8px) scale(.86);opacity:.35}
  55%{transform:translateY(-2px) scale(1.12);opacity:1}
  100%{transform:translateY(0) scale(1);opacity:1}
}
@keyframes cartQtyDown{
  0%{transform:translateY(-8px) scale(.86);opacity:.35}
  55%{transform:translateY(2px) scale(1.12);opacity:1}
  100%{transform:translateY(0) scale(1);opacity:1}
}
@keyframes cartQtyShake{
  0%,100%{transform:translateX(0)}
  25%{transform:translateX(-3px)}
  50%{transform:translateX(3px)}
  75%{transform:translateX(-2px)}
}
@keyframes cartPricePop{
  0%{transform:scale(1);color:#c2b6a1}
  45%{transform:scale(1.08);color:#c6b9a2}
  100%{transform:scale(1);color:#c2b6a1}
}
@keyframes cartItemSoft{
  0%{box-shadow:0 0 0 0 rgba(129,104,78,0)}
  40%{box-shadow:0 0 0 1px rgba(129,104,78,.28),0 10px 28px rgba(129,104,78,.08)}
  100%{box-shadow:0 0 0 0 rgba(129,104,78,0)}
}
@keyframes cartTotalPop{
  0%{transform:scale(1)}
  45%{transform:scale(1.06);color:#c6b9a2}
  100%{transform:scale(1)}
}
body.store-luxe .cart-item-remove{
  width:34px;height:34px;border:0;border-radius:10px;cursor:pointer;
  background:transparent;color:#9c907d;display:grid;place-items:center;padding:0;
}
body.store-luxe .cart-item-remove svg{width:18px;height:18px}
body.store-luxe .cart-item-remove:hover{color:#e08a8a;background:rgba(224,107,107,.08)}
body.store-luxe .cart-clear-btn{
  align-self:center;margin:6px 0 4px;border:0;background:transparent;cursor:pointer;
  color:#9c907d;font-weight:600;font-size:.86rem;padding:8px 12px;border-radius:10px;
}
body.store-luxe .cart-clear-btn:hover{color:#c2b6a1;background:rgba(129,104,78,.08)}
body.store-luxe .cart-summary-footer{
  padding:14px 16px 18px!important;
  border-top:1px solid rgba(129,104,78,.12)!important;
  background:rgba(0,0,0,.18)!important;
}
body.store-luxe .cart-total{
  display:flex!important;align-items:center!important;justify-content:space-between!important;
  margin-bottom:12px!important;color:#c2b6a1!important;font-weight:600;
}
body.store-luxe .cart-total.final strong,
body.store-luxe .cart-total.final span{color:#c2b6a1!important;font-size:1.12rem!important;font-weight:700}
body.store-luxe .cart-total.final strong{color:#c2b6a1!important;background:none!important}
body.store-luxe .checkout-btn.bank,
body.store-luxe .checkout-wide-btn,
body.store-luxe .cart-checkout-btn{
  width:100%!important;min-height:52px!important;margin-top:0!important;
  border:0!important;border-radius:999px!important;
  background:linear-gradient(145deg,#c6b9a2,#a89a83)!important;
  color:#15120e!important;font-weight:700!important;font-size:1rem!important;
  box-shadow:0 14px 34px rgba(129,104,78,.22)!important;cursor:pointer;
  display:flex!important;align-items:center!important;justify-content:center!important;gap:10px;
}
body.store-luxe .cart-checkout-btn em{font-style:normal;font-size:1.1rem;line-height:1}
body.store-luxe .cart-secure-note{
  margin:10px 0 0;text-align:center;color:#9c907d;font-size:.78rem;font-weight:500;
}

/* ---- Checkout sheet (payment RIGHT + summary LEFT like reference) ---- */
body.store-luxe .checkout-overlay{
  position:fixed!important;inset:0!important;
  z-index:12100!important;
  padding:40px 32px!important;
  background:rgba(48,40,32,.84)!important;
  backdrop-filter:blur(18px);
  opacity:0;visibility:hidden;pointer-events:none;
  transition:opacity .38s ease,visibility .38s ease;
  overflow:auto;
}
body.store-luxe .checkout-overlay.hidden{display:none!important}
body.store-luxe .checkout-overlay.is-open,
body.store-luxe .checkout-overlay.is-closing{
  display:block!important;pointer-events:auto;visibility:visible;
}
body.store-luxe .checkout-overlay.is-open{opacity:1}
body.store-luxe .checkout-overlay.is-closing{opacity:0}
body.store-luxe .checkout-blur{display:none}

body.store-luxe .checkout-sheet,
body.store-luxe .store-luxe-checkout{
  width:min(1180px,100%)!important;
  margin:0 auto!important;
  direction:ltr!important; /* physical: summary left, payment right */
  transform:translateY(24px) scale(.985);
  opacity:0;
  transition:transform .45s cubic-bezier(.22,.8,.28,1),opacity .4s ease;
}
body.store-luxe .checkout-overlay.is-open .checkout-sheet,
body.store-luxe .checkout-overlay.is-open .store-luxe-checkout{
  transform:none;opacity:1;
}
body.store-luxe .checkout-overlay.is-closing .checkout-sheet{
  transform:translateY(16px) scale(.99);opacity:0;
}

body.store-luxe .checkout-sheet-head{
  direction:rtl;
  display:flex;align-items:flex-start;justify-content:space-between;gap:20px;
  margin-bottom:28px;padding-inline:6px;
}
body.store-luxe .checkout-sheet-titles{text-align:right}
body.store-luxe .checkout-sheet-head h2{
  margin:0 0 8px;font-family:'Tajawal','Cairo',sans-serif;
  font-size:clamp(1.85rem,3.2vw,2.35rem);color:#f2ede4;font-weight:700;line-height:1.2;
}
body.store-luxe .checkout-sheet-head p{margin:0;color:var(--luxe-mute);font-size:1rem}
body.store-luxe .checkout-sheet-close{
  width:44px;height:44px;border-radius:14px;border:1px solid rgba(129,104,78,.22);
  background:rgba(48,40,32,.92);color:#ffffff;font-size:1.45rem;cursor:pointer;
  flex:0 0 auto;
}

body.store-luxe .checkout-sheet-grid{
  display:grid!important;
  /* left = summary, right = payment */
  grid-template-columns:minmax(360px,.92fr) minmax(460px,1.28fr)!important;
  gap:28px!important;
  align-items:stretch!important;
}

body.store-luxe .checkout-summary-card,
body.store-luxe .checkout-pay-card{
  direction:rtl;
  background:linear-gradient(180deg,#1e1a14,#15120e)!important;
  border:1px solid rgba(129,104,78,.2)!important;
  border-radius:26px!important;
  box-shadow:0 28px 80px rgba(0,0,0,.42)!important;
  padding:28px 26px!important;
  min-height:560px;
}

body.store-luxe .checkout-summary-card h3,
body.store-luxe .checkout-pay-title h3{
  margin:0;font-family:'Tajawal','Cairo',sans-serif;color:#c2b6a1;font-size:1.22rem;font-weight:700;
}
body.store-luxe .checkout-summary-items{
  display:flex;flex-direction:column;gap:12px;margin:20px 0 18px;
  max-height:260px;overflow:auto;
}
body.store-luxe .checkout-summary-items .cart-item,
body.store-luxe .checkout-summary-items .checkout-cart-item{
  display:block!important;padding:0!important;border:0!important;background:transparent!important;
  margin-bottom:10px;
}
body.store-luxe .checkout-summary-items .cart-item-main{
  grid-template-columns:48px minmax(0,1fr) auto;
  padding:12px;
}
body.store-luxe .checkout-summary-items .cart-qty,
body.store-luxe .checkout-summary-items .cart-item-remove{display:none!important}
body.store-luxe .checkout-summary-items .cart-product-thumb{width:48px;height:48px;border-radius:12px}

body.store-luxe .checkout-coupon{margin-bottom:16px}
body.store-luxe .checkout-coupon-label{
  display:block;margin-bottom:10px;color:var(--luxe-mute);font-size:.8rem;font-weight:600;
}
body.store-luxe .checkout-coupon-row{display:flex;gap:10px}
body.store-luxe .checkout-coupon-row input,
body.store-luxe .checkout-server-field input,
body.store-luxe .checkout-bank-panel input:not([type="file"]){
  flex:1;height:48px;border-radius:14px;padding:0 14px;
  border:1px solid rgba(129,104,78,.2)!important;
  background:#1e1a14!important;color:var(--luxe-ink)!important;font-weight:500;
}
body.store-luxe .checkout-coupon-btn{
  height:48px;padding:0 18px;border-radius:14px;border:1px solid rgba(129,104,78,.25);
  background:rgba(129,104,78,.1);color:#ffffff;font-weight:700;cursor:pointer;white-space:nowrap;
}
body.store-luxe .checkout-server-field{
  display:grid;gap:8px;margin-bottom:12px;color:var(--luxe-mute);font-size:.8rem;font-weight:600;
}

body.store-luxe .checkout-totals{
  margin-top:18px;padding-top:16px;border-top:1px solid rgba(129,104,78,.12);
  display:grid;gap:12px;
}
body.store-luxe .checkout-totals > div{
  display:flex;align-items:center;justify-content:space-between;color:var(--luxe-mute);font-weight:600;
}
body.store-luxe .checkout-totals .fee-free{color:#7fd3ac;font-weight:700}
body.store-luxe .checkout-grand{
  margin-top:6px;padding-top:12px;border-top:1px dashed rgba(129,104,78,.16);
  color:#c2b6a1!important;font-size:1.2rem!important;
}
body.store-luxe .checkout-grand strong{color:var(--luxe-logo)!important;font-size:1.35rem}

body.store-luxe .checkout-confirm-btn{
  width:100%;min-height:56px;margin-top:20px;border:1px solid rgba(129,104,78,.35);border-radius:16px;cursor:pointer;
  background:linear-gradient(180deg,#26211a,#1e1a14);
  color:#ffffff;font-weight:700;font-size:1.05rem;font-family:inherit;
  box-shadow:0 14px 34px rgba(129,104,78,.16);
  transition:transform .18s ease,filter .18s ease;
}
body.store-luxe .checkout-confirm-btn:hover{transform:translateY(-2px);filter:brightness(1.05)}
body.store-luxe .checkout-secure-note{
  margin:14px 0 0;text-align:center;color:var(--luxe-mute);font-size:.8rem;font-weight:500;
}

body.store-luxe .checkout-pay-title{
  display:flex;align-items:center;gap:12px;margin-bottom:22px;
}
body.store-luxe .checkout-pay-title b{
  width:30px;height:30px;border-radius:999px;display:grid;place-items:center;
  background:#1e1a14;border:1px solid rgba(129,104,78,.4);color:var(--luxe-logo);font-size:.88rem;
}
body.store-luxe .checkout-pay-list{display:grid;gap:14px}
body.store-luxe .checkout-pay-option{
  width:100%;display:grid;grid-template-columns:22px 1fr auto;gap:14px;align-items:center;
  text-align:start;padding:20px 18px;border-radius:18px;cursor:pointer;
  border:1px solid rgba(143,115,108,.22);
  background:rgba(255,255,255,.015);color:var(--luxe-opt);font-family:inherit;
  min-height:84px;
  transition:border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease;
}
body.store-luxe .checkout-pay-option:hover{
  border-color:rgba(129,104,78,.4);color:#9c907d;
}
body.store-luxe .checkout-pay-option.active{
  border-color:rgba(129,104,78,.55);
  background:rgba(143,115,108,.08);
  color:var(--luxe-opt-hot);
  box-shadow:inset 0 -2px 0 var(--luxe-logo);
}
body.store-luxe .pay-radio{
  width:18px;height:18px;border-radius:50%;
  border:2px solid rgba(143,115,108,.55);position:relative;
}
body.store-luxe .checkout-pay-option.active .pay-radio{border-color:var(--luxe-logo)}
body.store-luxe .checkout-pay-option.active .pay-radio::after{
  content:"";position:absolute;inset:4px;border-radius:50%;background:var(--luxe-logo);
}
body.store-luxe .pay-copy{display:grid;gap:5px}
body.store-luxe .checkout-pay-option .pay-copy strong{color:inherit;font-size:1.02rem;transition:color .2s ease}
body.store-luxe .checkout-pay-option.active .pay-copy strong{color:var(--luxe-opt-hot)}
body.store-luxe .pay-copy small{color:var(--luxe-mute);font-size:.8rem}
body.store-luxe .pay-brands{display:flex;gap:8px;align-items:center}
body.store-luxe .pay-brands .pb{
  min-width:38px;height:24px;padding:0 7px;border-radius:7px;
  display:grid;place-items:center;font-size:.6rem;font-weight:700;font-style:normal;
  background:#1e1a14;border:1px solid rgba(129,104,78,.25);color:#ffffff;
}
body.store-luxe .pay-brands .pb.visa{color:#a89a83}
body.store-luxe .pay-bank-ico{
  width:38px;height:38px;border-radius:11px;
  background:rgba(129,104,78,.1);border:1px solid rgba(129,104,78,.2);
  position:relative;
}
body.store-luxe .pay-bank-ico::before{
  content:"";position:absolute;inset:11px 9px 9px;
  border:2px solid var(--luxe-logo);border-radius:3px;opacity:.75;
}

body.store-luxe .checkout-bank-panel{
  margin-top:18px;padding:16px;border-radius:18px;
  border:1px solid rgba(129,104,78,.16);background:rgba(255,255,255,.02);
  display:grid;gap:12px;
}
body.store-luxe .checkout-bank-panel.hidden{display:none!important}
body.store-luxe .checkout-bank-panel .bank-info-box{
  padding:0;border-radius:16px;line-height:1.6;color:var(--luxe-mute);
  border:1px solid rgba(129,104,78,.2);background:#1e1a14;overflow:hidden;
}
body.store-luxe .checkout-bank-panel input[type="file"]{color:var(--luxe-mute);font-size:.8rem}
body.store-luxe .bank-transfer-total{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:16px 18px;background:rgba(129,104,78,.08);border-bottom:1px solid rgba(129,104,78,.18);
}
body.store-luxe .bank-transfer-total span{font-size:.82rem;font-weight:600;color:var(--luxe-mute)}
body.store-luxe .bank-transfer-total strong{color:var(--luxe-logo);font-size:1rem;direction:ltr}
body.store-luxe .bank-accounts-list{display:grid}
body.store-luxe .bank-account-holder-notice{
  margin:12px 14px 0;padding:13px 15px;border:1px solid rgba(129,104,78,.34);
  border-radius:12px;background:rgba(129,104,78,.1);display:flex;align-items:center;
  justify-content:space-between;gap:12px;color:#f2ede4;
}
body.store-luxe .bank-account-holder-notice span{color:var(--luxe-logo);font-size:.74rem;font-weight:700}
body.store-luxe .bank-account-holder-notice strong{font-size:.86rem;font-weight:700;text-align:end}
body.store-luxe .bank-account-card{padding:17px 18px;border-bottom:1px solid rgba(129,104,78,.14)}
body.store-luxe .bank-account-card:last-child{border-bottom:0}
body.store-luxe .bank-account-card h4{
  margin:0 0 11px;color:var(--luxe-logo);font-size:.88rem;font-weight:700;letter-spacing:.02em;
}
body.store-luxe .bank-account-row{
  min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:14px;
}
body.store-luxe .bank-account-row>span{color:var(--luxe-mute);font-size:.76rem;font-weight:500}
body.store-luxe .bank-account-row>div{display:flex;align-items:center;justify-content:flex-end;gap:9px;min-width:0}
body.store-luxe .bank-account-row b{
  color:#f2ede4;font-size:.84rem;font-weight:600;overflow-wrap:anywhere;text-align:left;
}
body.store-luxe .bank-copy-btn{
  min-width:48px;height:30px;padding:0 9px;border-radius:8px;cursor:pointer;font-family:inherit;
  border:1px solid rgba(129,104,78,.38);background:rgba(129,104,78,.12);color:#c2b6a1;font-size:.72rem;font-weight:700;
  transition:background .18s ease,border-color .18s ease,color .18s ease;
}
body.store-luxe .bank-copy-btn:hover,body.store-luxe .bank-copy-btn.copied{
  background:rgba(129,104,78,.24);border-color:var(--luxe-logo);color:#fff;
}
@media (max-width:560px){
  body.store-luxe .bank-account-holder-notice{align-items:flex-start;flex-direction:column}
  body.store-luxe .bank-account-row{align-items:flex-start;flex-direction:column;gap:5px;padding:5px 0}
  body.store-luxe .bank-account-row>div{width:100%;justify-content:space-between}
  body.store-luxe .bank-account-row b{font-size:.75rem}
}

@media (max-width:980px){
  body.store-luxe .checkout-sheet-grid{grid-template-columns:1fr!important;gap:18px!important}
  body.store-luxe .checkout-overlay{padding:18px 14px!important}
  body.store-luxe .checkout-summary-card,
  body.store-luxe .checkout-pay-card{min-height:0;padding:22px 18px!important}
}
body.store-luxe .checkout-main-card,
body.store-luxe .store-luxe-side{
  background:linear-gradient(180deg,#1e1a14,#15120e)!important;
  border:1px solid rgba(129,104,78,.22)!important;
  border-radius:24px!important;
  box-shadow:0 28px 80px rgba(0,0,0,.45)!important;
  padding:22px!important;
}
body.store-luxe .checkout-steps{
  display:flex!important;align-items:center!important;justify-content:center!important;
  gap:10px!important;margin:0 0 22px!important;height:auto!important;
}
body.store-luxe .checkout-step{
  display:flex!important;align-items:center!important;gap:8px!important;
  padding:8px 12px;border-radius:999px;
  border:1px solid rgba(129,104,78,.14);color:var(--luxe-mute);font-weight:600;font-size:.8rem;
}
body.store-luxe .checkout-step b{
  width:26px;height:26px;border-radius:50%;display:grid;place-items:center;
  background:#1e1a14;color:#9c907d;font-size:.75rem;
}
body.store-luxe .checkout-step.active{
  border-color:rgba(129,104,78,.45);color:var(--luxe-opt-hot);
  background:rgba(143,115,108,.08);
  box-shadow:inset 0 -2px 0 var(--luxe-logo);
}
body.store-luxe .checkout-step.active b{
  background:#26211a;color:var(--luxe-logo);border:1px solid rgba(129,104,78,.45);
}
body.store-luxe .checkout-steps > i{
  width:28px;height:1px;background:rgba(129,104,78,.2);
}
body.store-luxe .checkout-panel-head{margin-bottom:18px;text-align:center}
body.store-luxe .checkout-panel-head small{color:var(--luxe-logo);font-weight:700}
body.store-luxe .checkout-panel-head h3{
  margin:6px 0;font-family:'Tajawal','Cairo',sans-serif!important;font-size:1.6rem;color:#c2b6a1;
}
body.store-luxe .checkout-panel-head p{margin:0;color:var(--luxe-mute);line-height:1.7}
body.store-luxe .billing-grid{
  display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;
}
body.store-luxe .billing-grid label{
  display:grid;gap:6px;color:var(--luxe-mute);font-size:.8rem;font-weight:600;
}
body.store-luxe .billing-grid label.wide{grid-column:1/-1}
body.store-luxe .billing-grid label.highlight span{color:var(--luxe-logo)}
body.store-luxe .billing-grid input,
body.store-luxe .billing-grid select,
body.store-luxe #transactionId,
body.store-luxe #receiptFile{
  height:46px;border-radius:12px;padding:0 14px;
  border:1px solid rgba(129,104,78,.2)!important;
  background:#1e1a14!important;color:var(--luxe-ink)!important;font-weight:500;
}
body.store-luxe .billing-grid label.highlight input{
  border-color:rgba(129,104,78,.4)!important;
  box-shadow:0 0 0 3px rgba(129,104,78,.08);
}
body.store-luxe .payment-option{
  display:flex!important;align-items:center!important;gap:12px!important;
  padding:16px!important;margin-bottom:10px;border-radius:16px!important;
  border:1px solid rgba(143,115,108,.22)!important;background:rgba(255,255,255,.015)!important;
  color:var(--luxe-opt)!important;cursor:pointer;
}
body.store-luxe .payment-option.active{
  border-color:rgba(129,104,78,.5)!important;
  background:rgba(143,115,108,.08)!important;
  color:var(--luxe-opt-hot)!important;
  box-shadow:inset 0 -2px 0 var(--luxe-logo)!important;
}
body.store-luxe .pay-logo{
  width:64px;height:64px;margin:12px auto;border-radius:18px;
  display:grid;place-items:center;
  background:linear-gradient(145deg,rgba(129,104,78,.2),rgba(99,76,54,.12));
  border:1px solid rgba(129,104,78,.25);color:var(--luxe-logo);font-weight:700;font-size:1.4rem;
}
body.store-luxe .checkout-back-btn{
  margin-top:12px;min-height:42px;padding:0 16px;border-radius:12px;
  border:1px solid rgba(129,104,78,.22);background:transparent;color:#ffffff;font-weight:600;cursor:pointer;
}
body.store-luxe .store-luxe-side .cart-head{
  display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:12px;
}
body.store-luxe .store-luxe-side .cart-head small{color:var(--luxe-logo);font-weight:700}
body.store-luxe .store-luxe-side .cart-head h3{margin:4px 0 0;font-family:'Tajawal','Cairo',sans-serif!important}
body.store-luxe .bank-info-box{
  padding:14px;border-radius:14px;margin-bottom:12px;
  border:1px solid rgba(129,104,78,.18);background:rgba(129,104,78,.05);
  color:var(--luxe-mute);line-height:1.9;
}

body.store-luxe .sant-empty-state,
body.store-luxe .empty-bots{
  min-height:180px!important;border-radius:16px!important;
}

body.store-luxe.light{
  --luxe-ink:#1e1a14;--luxe-mute:#a89a83;--luxe-black:#26211a;
}
body.store-luxe.light::before{background:linear-gradient(180deg,#15120e,#1e1a14)!important}
body.store-luxe.light .store-luxe-hero,
body.store-luxe.light .product-card,
body.store-luxe.light .store-luxe-tools,
body.store-luxe.light .store-luxe-orders,
body.store-luxe.light .store-luxe-cart,
body.store-luxe.light .checkout-main-card,
body.store-luxe.light .store-luxe-side{background:#fff!important}

@media (max-width:980px){
  body.store-luxe .store-luxe-hero{grid-template-columns:1fr;text-align:center;min-height:auto;padding:28px 22px!important}
  body.store-luxe .store-hero-copy{max-width:none;margin-inline:auto}
  body.store-luxe .store-lead{margin-inline:auto!important}
  body.store-luxe .store-hero-actions{justify-content:center}
  body.store-luxe .store-luxe-tools{grid-template-columns:1fr!important}
  body.store-luxe .store-section-head{flex-direction:column;align-items:flex-start}
  body.store-luxe .checkout-sheet-grid{grid-template-columns:1fr!important;gap:18px!important}
  body.store-luxe .checkout-overlay{padding:18px 16px!important}
  body.store-luxe .checkout-summary-card,
  body.store-luxe .checkout-pay-card{min-height:0}
  body.store-luxe .store-main{padding:96px 18px 40px!important}
  body.store-luxe .store-luxe-fab{left:18px!important;bottom:18px!important}
}
@media (max-width:560px){
  body.store-luxe .products-grid{grid-template-columns:1fr!important}
  body.store-luxe .store-brand{font-size:2.6rem}
  body.store-luxe .store-title-line{margin-inline:auto}
  body.store-luxe.cart-open .store-main,
  body.store-luxe.checkout-open .store-main{transform:none;filter:none}
}
@media (prefers-reduced-motion:reduce){
  body.store-luxe *,
  body.store-luxe *::before,
  body.store-luxe *::after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
}
