/* assets/dist/css-9c7b506e46a4f4f9.css */
/* assets/css/bundles/chicona-common.css */
/* ===== assets/css/site-loader.css ===== */
/* Chicona unified page loader */
:root{
  --chicona-loader-bg:#fffaf4;
  --chicona-loader-card:#ffffff;
  --chicona-loader-gold:#c89b3c;
  --chicona-loader-gold-soft:rgba(200,155,60,.22);
  --chicona-loader-text:#171717;
}

html.chicona-loading:not(.chicona-loader-mounted)::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:calc(var(--z-loader,4000) - 1);
  background:linear-gradient(180deg,#fffdf8 0%, var(--chicona-loader-bg) 100%);
}

html.chicona-loading:not(.chicona-loader-mounted)::after{
  content:"";
  position:fixed;
  top:50%;
  left:50%;
  width:48px;
  height:48px;
  margin:-24px 0 0 -24px;
  z-index:var(--z-loader,4000);
  border-radius:999px;
  border:3px solid var(--chicona-loader-gold-soft);
  border-top-color:var(--chicona-loader-gold);
  animation:chiconaLoaderSpin .82s linear infinite;
}

.site-loader{
  position:fixed;
  inset:0;
  z-index:var(--z-loader,4000);
  display:grid;
  place-items:center;
  padding:24px;
  background:
    radial-gradient(circle at 50% 35%, rgba(200,155,60,.10), transparent 34%),
    linear-gradient(180deg, #fffdf8 0%, var(--chicona-loader-bg) 100%);
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transition:opacity .32s ease, visibility .32s ease;
}

.site-loader.is-hidden{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}

.site-loader__card{
  min-width:min(260px, calc(100vw - 48px));
  max-width:320px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:14px;
  padding:28px 26px;
  border:1px solid rgba(200,155,60,.18);
  border-radius:28px;
  background:rgba(255,255,255,.86);
  box-shadow:0 24px 70px rgba(35,27,14,.10);
  backdrop-filter:blur(10px);
  text-align:center;
}

.site-loader__mark{
  width:62px;
  height:62px;
  border-radius:999px;
  position:relative;
  display:grid;
  place-items:center;
  background:linear-gradient(145deg, rgba(200,155,60,.16), rgba(255,255,255,.95));
  box-shadow:inset 0 0 0 1px rgba(200,155,60,.16);
}

.site-loader__mark::before{
  content:"";
  width:48px;
  height:48px;
  border-radius:999px;
  border:3px solid var(--chicona-loader-gold-soft);
  border-top-color:var(--chicona-loader-gold);
  animation:chiconaLoaderSpin .82s linear infinite;
}

.site-loader__mark::after{
  content:"C";
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  color:var(--chicona-loader-text);
  font-weight:800;
  font-size:18px;
  letter-spacing:.02em;
}

.site-loader__brand{
  font-weight:800;
  color:var(--chicona-loader-text);
  letter-spacing:.04em;
  line-height:1.2;
}

.site-loader__hint{
  width:92px;
  height:3px;
  border-radius:999px;
  overflow:hidden;
  background:rgba(200,155,60,.16);
  position:relative;
}

.site-loader__hint::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:42%;
  border-radius:inherit;
  background:var(--chicona-loader-gold);
  animation:chiconaLoaderSlide 1.05s ease-in-out infinite;
}

@keyframes chiconaLoaderSpin{to{transform:rotate(360deg)}}
@keyframes chiconaLoaderSlide{
  0%{transform:translateX(-115%)}
  50%{transform:translateX(80%)}
  100%{transform:translateX(240%)}
}

@media (max-width:430px){
  .site-loader{padding:18px;}
  .site-loader__card{min-width:min(230px, calc(100vw - 36px));padding:24px 20px;border-radius:24px;}
  .site-loader__mark{width:56px;height:56px;}
  .site-loader__mark::before{width:43px;height:43px;border-width:3px;}
}

@media (prefers-reduced-motion:reduce){
  .site-loader,
  .site-loader__mark::before,
  .site-loader__hint::before{
    animation:none!important;
    transition:none!important;
  }
}

/* Soft placeholders for real page images. They never block the global loader. */
img.chicona-img-placeholder,
.p-img,
.prod-img,
.hero-img-full,
.offer-hero-img,
.review-media img,
.rev-media img,
.bc-img{
  background-color:#fbf7ef;
  background-image:linear-gradient(100deg, rgba(255,255,255,0) 0%, rgba(200,155,60,.10) 45%, rgba(255,255,255,0) 80%);
  background-size:220% 100%;
}

img.chicona-img-loading{
  animation:chiconaImgPlaceholder 1.25s ease-in-out infinite;
}

img.chicona-img-loaded,
img.chicona-img-error{
  animation:none;
  background-image:none;
}

@keyframes chiconaImgPlaceholder{
  0%{background-position:120% 0;}
  100%{background-position:-120% 0;}
}

@media (prefers-reduced-motion:reduce){
  img.chicona-img-loading{animation:none!important;}
}


/* ===== assets/css/tailwind-lite-fallback.css ===== */
/* Chicona Tailwind-lite fallback: minimal utility coverage for the storefront when Tailwind CDN is slow/blocked. */
*,::before,::after{box-sizing:border-box}.hidden{display:none!important}.block{display:block!important}.inline-block{display:inline-block!important}.inline-flex{display:inline-flex!important}.flex{display:flex!important}.grid{display:grid!important}.contents{display:contents!important}.table{display:table!important}.table-header-group{display:table-header-group!important}.table-row{display:table-row!important}.table-cell{display:table-cell!important}
.relative{position:relative!important}.absolute{position:absolute!important}.fixed{position:fixed!important}.sticky{position:sticky!important}.inset-0{inset:0!important}.top-0{top:0!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.right-0{right:0!important}.z-40{z-index:40!important}.z-50{z-index:50!important}.z-\[70\]{z-index:70!important}.z-\[78\]{z-index:78!important}.z-\[80\]{z-index:80!important}.z-\[85\]{z-index:85!important}
.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:.75rem!important}.mt-4{margin-top:1rem!important}.mt-10{margin-top:2.5rem!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:.75rem!important}.mb-6{margin-bottom:1.5rem!important}.ml-1{margin-left:.25rem!important}.ml-2{margin-left:.5rem!important}.m-0{margin:0!important}
.w-full{width:100%!important}.h-full{height:100%!important}.min-h-screen{min-height:100vh!important}.max-w-md{max-width:28rem!important}.max-w-lg{max-width:32rem!important}.max-w-7xl{max-width:80rem!important}.flex-1{flex:1 1 0%!important}.flex-auto{flex:auto!important}.shrink-0{flex-shrink:0!important}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.col-span-full{grid-column:1/-1!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:.75rem!important}.gap-4{gap:1rem!important}.gap-6{gap:1.5rem!important}.space-y-1>*+*{margin-top:.25rem!important}.space-y-2>*+*{margin-top:.5rem!important}.space-y-4>*+*{margin-top:1rem!important}
.items-start{align-items:flex-start!important}.items-center{align-items:center!important}.items-end{align-items:flex-end!important}.justify-start{justify-content:flex-start!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.justify-end{justify-content:flex-end!important}.flex-col{flex-direction:column!important}.flex-row{flex-direction:row!important}.flex-wrap{flex-wrap:wrap!important}.place-items-center{place-items:center!important}
.overflow-hidden{overflow:hidden!important}.overflow-x-auto{overflow-x:auto!important}.rounded{border-radius:.25rem!important}.rounded-lg{border-radius:.5rem!important}.rounded-xl{border-radius:.75rem!important}.rounded-2xl{border-radius:1rem!important}.rounded-full{border-radius:9999px!important}.rounded-t-2xl{border-top-left-radius:1rem!important;border-top-right-radius:1rem!important}.border{border:1px solid #e5e7eb!important}.border-b{border-bottom:1px solid #e5e7eb!important}.border-neutral-300{border-color:#d4d4d4!important}.border-gray-100{border-color:#f3f4f6!important}
.bg-white{background:#fff!important}.bg-gray-50{background:#f9fafb!important}.bg-neutral-50{background:#fafafa!important}.bg-black\/40{background:rgba(0,0,0,.4)!important}.bg-\[var\(--white\)\]{background:var(--white)!important}.text-\[var\(--black\)\]{color:var(--black)!important}.text-white{color:#fff!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-start{text-align:start!important}.text-end{text-align:end!important}.align-middle{vertical-align:middle!important}
.text-xs{font-size:.75rem!important;line-height:1rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.font-medium{font-weight:500!important}.font-semibold{font-weight:600!important}.font-bold{font-weight:700!important}.font-extrabold{font-weight:800!important}.leading-7{line-height:1.75rem!important}.leading-8{line-height:2rem!important}
.p-2{padding:.5rem!important}.p-4{padding:1rem!important}.p-8{padding:2rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-1\.5{padding-top:.375rem!important;padding-bottom:.375rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-2\.5{padding-top:.625rem!important;padding-bottom:.625rem!important}.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-8{padding-top:2rem!important;padding-bottom:2rem!important}.pt-2{padding-top:.5rem!important}
.opacity-40{opacity:.4!important}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.underline{text-decoration:underline!important}.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)!important}.hover\:bg-neutral-50:hover{background:#fafafa!important}.hover\:underline:hover{text-decoration:underline!important}.disabled\:opacity-40:disabled{opacity:.4!important}
@media (max-width:767px){.md\:hidden{display:none!important}}
@media (min-width:768px){.md\:block{display:block!important}.md\:hidden{display:none!important}.md\:flex{display:flex!important}.md\:grid{display:grid!important}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.md\:px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.md\:text-2xl{font-size:1.5rem!important;line-height:2rem!important}.md\:text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}}
@media (min-width:1024px){.lg\:block{display:block!important}.lg\:flex{display:flex!important}.lg\:grid{display:grid!important}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.lg\:col-span-1{grid-column:span 1/span 1!important}.lg\:col-span-2{grid-column:span 2/span 2!important}.lg\:order-1{order:1!important}.lg\:order-2{order:2!important}}


/* assets/css/chicona-theme.css */
/* Chicona home-style unification v2
   هدف الملف: جعل كل الصفحات تحمل نفس روح الصفحة الرئيسية بدون تغيير منطق PocketBase/السلة. */
:root{
  --gold:#C89B3C;
  --home-gold:var(--theme-accent, var(--gold, #C89B3C));
  --home-black:#111827;
  --home-muted:#6b7280;
  --home-line:#eee7dd;
  --home-ivory:#fbf7f1;
  --home-cream:#f6efe5;
  --home-soft:#fffaf4;
  --home-shadow:0 18px 45px rgba(17,24,39,.08);
  --home-shadow-sm:0 10px 28px rgba(17,24,39,.06);
  --home-radius:22px;
  --home-radius-sm:16px;
}

html{scroll-behavior:smooth; background:#fff;}
body.chicona-unified{
  margin:0;
  min-height:100vh;
  color:var(--home-black);
  background:
    radial-gradient(circle at 10% 0%, rgba(200,155,60,.08), transparent 28rem),
    linear-gradient(180deg,#fff 0%,#fffaf4 42%,#fff 100%);
  font-family:var(--font-body,"Tajawal","Cairo",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.chicona-unified *{box-sizing:border-box;}
body.chicona-unified a{transition:color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;}
body.chicona-unified img{max-width:100%;}

/* Header / footer shell */
body.chicona-unified #site-nav{
  position:sticky;
  top:0;
  z-index:var(--z-nav,1000);
  overflow:visible;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(16px) saturate(145%);
  -webkit-backdrop-filter:blur(16px) saturate(145%);
  border-bottom:1px solid rgba(238,231,221,.9);
  box-shadow:0 8px 24px rgba(17,24,39,.035);
}
body.chicona-unified #site-footer{
  margin-top:42px;
  background:#fff;
  border-top:1px solid var(--home-line);
  box-shadow:0 -12px 35px rgba(17,24,39,.035);
}
body.chicona-unified #site-footer footer{border-color:transparent;}

/* General containers */
body.chicona-unified main,
body.chicona-unified .container-xl,
body.chicona-unified main.container,
body.chicona-unified main.max-w-7xl{
  position:relative;
}
body.chicona-unified .container-xl,
body.chicona-unified main.container,
body.chicona-unified .max-w-7xl{
  width:min(1180px, calc(100% - 32px));
  margin-inline:auto;
}
body.chicona-unified main.container,
body.chicona-unified main.container-xl,
body.chicona-unified main.max-w-7xl{
  padding-left:0;
  padding-right:0;
}

/* Unified page hero for pages without their own dynamic banner */
body.chicona-unified .unified-page-hero{
  position:relative;
  left:50%; right:50%;
  margin-inline:-50vw;
  width:100vw;
  overflow:hidden;
  isolation:isolate;
  border-bottom:1px solid var(--home-line);
  background:
    radial-gradient(circle at 13% 18%, rgba(200,155,60,.22), transparent 21rem),
    radial-gradient(circle at 84% 0%, rgba(250,232,227,.72), transparent 26rem),
    linear-gradient(135deg,#fffaf4 0%,#fbf7f1 46%,#fff 100%);
}
body.chicona-unified .unified-page-hero:before{
  content:"";
  position:absolute;
  inset:auto -8vw -50px -8vw;
  height:145px;
  background:linear-gradient(180deg,transparent,rgba(255,255,255,.95));
  pointer-events:none;
  z-index:-1;
}
body.chicona-unified .unified-page-hero-inner{
  width:min(1180px, calc(100% - 32px));
  margin-inline:auto;
  min-height:clamp(190px, 30vw, 320px);
  padding:clamp(32px, 6vw, 72px) 0 clamp(26px, 4.8vw, 58px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  gap:12px;
}
body.chicona-unified .unified-kicker,
body.chicona-unified .section-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  color:var(--home-gold);
  font-weight:800;
  font-size:.86rem;
  letter-spacing:.03em;
}
body.chicona-unified .unified-kicker:before,
body.chicona-unified .unified-kicker:after,
body.chicona-unified .section-kicker:before,
body.chicona-unified .section-kicker:after{
  content:"";
  width:34px;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--home-gold));
  opacity:.78;
}
body.chicona-unified .unified-kicker:after,
body.chicona-unified .section-kicker:after{background:linear-gradient(90deg,var(--home-gold),transparent);}
body.chicona-unified .unified-page-head{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}
body.chicona-unified .unified-page-head > *{margin:0;}
body.chicona-unified .unified-page-head h1,
body.chicona-unified .unified-page-hero h1{
  margin:0;
  color:var(--home-black);
  font-size:clamp(2rem,5vw,4.1rem);
  line-height:1.08;
  font-weight:850;
  letter-spacing:-.04em;
}
body.chicona-unified .unified-page-hero-subtitle{
  max-width:680px;
  color:#4b5563;
  font-size:clamp(.95rem,1.7vw,1.14rem);
  line-height:1.9;
  margin:0;
}
body.chicona-unified .unified-page-head .btn,
body.chicona-unified .unified-page-head button,
body.chicona-unified .lang-switch button{
  border:1px solid rgba(200,155,60,.30);
  background:rgba(255,255,255,.75);
  border-radius:999px;
  color:#5c4118;
  font-weight:800;
  box-shadow:0 8px 18px rgba(17,24,39,.05);
}
body.chicona-unified .unified-page-head .btn:hover,
body.chicona-unified .unified-page-head button:hover,
body.chicona-unified .lang-switch button:hover{transform:translateY(-1px);background:#fff8ea;}

/* Dynamic collection heroes (categories, brands, vendors, category, brand, subcategory) */
body.chicona-unified .hero-bleed{
  border-bottom:1px solid var(--home-line);
  background:var(--home-ivory);
}
body.chicona-unified .hero-full{
  min-height:clamp(320px, 55vh, 640px);
  background:
    radial-gradient(circle at 13% 14%, rgba(200,155,60,.23), transparent 24rem),
    linear-gradient(135deg,#fffaf4 0%,#f6efe5 46%,#fff 100%);
}
body.chicona-unified .hero-overlay{
  background:linear-gradient(90deg,rgba(255,250,244,.94),rgba(255,250,244,.62),rgba(255,250,244,.16));
}
html[dir="rtl"] body.chicona-unified .hero-overlay{background:linear-gradient(270deg,rgba(255,250,244,.94),rgba(255,250,244,.62),rgba(255,250,244,.16));}
body.chicona-unified .hero-textbox{
  color:var(--home-black);
  text-shadow:none;
  padding:clamp(18px,3vw,34px);
  border:1px solid rgba(238,231,221,.88);
  background:rgba(255,255,255,.62);
  border-radius:var(--home-radius);
  box-shadow:var(--home-shadow-sm);
  backdrop-filter:blur(7px);
  -webkit-backdrop-filter:blur(7px);
}
body.chicona-unified .hero-title{
  font-size:clamp(2rem,5vw,4.25rem);
  font-weight:850;
  letter-spacing:-.04em;
  color:var(--home-black);
}
body.chicona-unified .hero-sub{color:#4b5563;line-height:1.9;}

/* Home section language for all pages */
body.chicona-unified .section,
body.chicona-unified main > section:not(.home-hero):not(.home-section):not(.hero-bleed):not(.unified-page-hero),
body.chicona-unified .auth-wrap,
body.chicona-unified .login-wrap,
body.chicona-unified .card{
  border-radius:var(--home-radius);
}
body.chicona-unified .section{
  padding:28px 0;
  border-top:1px solid rgba(238,231,221,.78);
}
body.chicona-unified .section:first-of-type{border-top:0;}
body.chicona-unified main > section:not(.home-hero):not(.home-section):not(.hero-bleed):not(.unified-page-hero){
  background:rgba(255,255,255,.82);
  border:1px solid var(--home-line);
  box-shadow:var(--home-shadow-sm);
  overflow:hidden;
}
body.chicona-unified main > section + section:not(.home-section){margin-top:22px;}
body.chicona-unified body[data-page-name="products"] main > section:first-child,
body.chicona-unified[data-page-name="products"] main > section:first-child{
  position:relative;
  left:50%; right:50%;
  margin-inline:-50vw;
  width:100vw;
  border-radius:0;
  border-inline:0;
  border-top:0;
  background:
    radial-gradient(circle at 12% 12%, rgba(200,155,60,.20), transparent 21rem),
    linear-gradient(135deg,#fffaf4,#fbf7f1 54%,#fff);
  box-shadow:none;
}
body.chicona-unified[data-page-name="products"] main > section:first-child > div{width:min(1180px, calc(100% - 32px));}
body.chicona-unified[data-page-name="products"] #pageTitle{
  font-size:clamp(2rem,5vw,4.1rem);
  line-height:1.08;
  font-weight:850;
  letter-spacing:-.04em;
}
body.chicona-unified[data-page-name="products"] #pageSubtitle{font-size:1.05rem;color:#4b5563;}

/* Cards / panels */
body.chicona-unified .bg-white,
body.chicona-unified .auth-wrap,
body.chicona-unified .login-wrap,
body.chicona-unified .card,
body.chicona-unified .modal-card,
body.chicona-unified .addr-card,
body.chicona-unified #summaryCard,
body.chicona-unified aside > .border,
body.chicona-unified .border.overflow-hidden,
body.chicona-unified table,
body.chicona-unified .empty{
  border-color:var(--home-line);
}
body.chicona-unified .auth-wrap,
body.chicona-unified .login-wrap,
body.chicona-unified .card,
body.chicona-unified .modal-card,
body.chicona-unified #summaryCard,
body.chicona-unified aside > .border,
body.chicona-unified .border.overflow-hidden{
  background:rgba(255,255,255,.90);
  box-shadow:var(--home-shadow-sm);
  border-radius:var(--home-radius);
  border:1px solid var(--home-line);
  overflow:hidden;
}
body.chicona-unified .auth-wrap,
body.chicona-unified .login-wrap{padding:clamp(20px,3.2vw,34px);}
body.chicona-unified .auth-title,
body.chicona-unified .login-title,
body.chicona-unified h2{
  color:var(--home-black);
  letter-spacing:-.02em;
}
body.chicona-unified .muted,
body.chicona-unified .text-neutral-500,
body.chicona-unified .text-neutral-600,
body.chicona-unified .text-gray-500,
body.chicona-unified .text-gray-600{color:var(--home-muted);}

/* Buttons */
body.chicona-unified .btn,
body.chicona-unified .chip,
body.chicona-unified .chip-btn,
body.chicona-unified .add-btn,
body.chicona-unified button:not(.bc-ctrl):not(.hbtn):not(.icon-btn):not(.cart-toast-close):not(.sbCloseBtn){
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}
body.chicona-unified .btn,
body.chicona-unified .chip-btn,
body.chicona-unified .chip,
body.chicona-unified .add-btn,
body.chicona-unified .select{
  border-color:var(--home-line);
  border-radius:999px;
  background:#fff;
}
body.chicona-unified .btn:hover,
body.chicona-unified .chip-btn:hover,
body.chicona-unified .chip:hover,
body.chicona-unified .add-btn:hover{
  transform:translateY(-1px);
  border-color:rgba(200,155,60,.55);
  background:#fff8ea;
  box-shadow:0 10px 22px rgba(17,24,39,.06);
}
body.chicona-unified .btn-primary,
body.chicona-unified a.btn-primary,
body.chicona-unified button.btn-primary,
body.chicona-unified #btnLogin,
body.chicona-unified #btnRegister,
body.chicona-unified #checkoutBtn,
body.chicona-unified #checkoutBtnMobile,
body.chicona-unified .cart-toast-cart-btn{
  background:#111827;
  border-color:#111827;
  color:#fff;
  border-radius:999px;
  font-weight:850;
}
body.chicona-unified .btn-primary:hover,
body.chicona-unified a.btn-primary:hover,
body.chicona-unified button.btn-primary:hover,
body.chicona-unified #btnLogin:hover,
body.chicona-unified #btnRegister:hover,
body.chicona-unified #checkoutBtn:hover,
body.chicona-unified #checkoutBtnMobile:hover{
  background:#000;
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(17,24,39,.16);
}

/* Inputs / forms */
body.chicona-unified input,
body.chicona-unified select,
body.chicona-unified textarea,
body.chicona-unified .field input,
body.chicona-unified .field select,
body.chicona-unified .field textarea,
body.chicona-unified .search-input,
body.chicona-unified .sb-search,
body.chicona-unified #searchInputNav{
  border:1px solid var(--home-line);
  border-radius:999px;
  background:#fff;
  color:var(--home-black);
  box-shadow:0 1px 0 rgba(17,24,39,.02);
}
body.chicona-unified textarea{border-radius:18px;}
body.chicona-unified input:focus,
body.chicona-unified select:focus,
body.chicona-unified textarea:focus,
body.chicona-unified .search-input:focus{
  outline:none;
  border-color:rgba(200,155,60,.82);
  box-shadow:0 0 0 4px rgba(200,155,60,.12);
}

/* Tables */
body.chicona-unified table{background:#fff;border-collapse:separate;border-spacing:0;}
body.chicona-unified thead{background:#fffaf4;}
body.chicona-unified th{color:#5c4118;font-weight:850;}
body.chicona-unified td, body.chicona-unified th{border-color:var(--home-line);}

/* Product/category/brand/vendor cards: consistent luxury feel */
body.chicona-unified .product-card,
body.chicona-unified .cat-card,
body.chicona-unified .brand-card,
body.chicona-unified .vendor-card,
body.chicona-unified .sub-card,
body.chicona-unified .offer-card,
body.chicona-unified .review-card{
  border:1px solid var(--home-line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 26px rgba(17,24,39,.055);
  overflow:hidden;
}
body.chicona-unified .product-card:hover,
body.chicona-unified .cat-card:hover,
body.chicona-unified .brand-card:hover,
body.chicona-unified .vendor-card:hover,
body.chicona-unified .sub-card:hover,
body.chicona-unified .offer-card:hover,
body.chicona-unified .review-card:hover{
  transform:translateY(-4px);
  border-color:rgba(200,155,60,.58);
  box-shadow:var(--home-shadow);
  background:#fffefb;
}
body.chicona-unified .price,
body.chicona-unified .summary-total,
body.chicona-unified .cart-choice-price{color:var(--home-black);font-weight:900;}
body.chicona-unified .old{color:#a1a1aa;}
body.chicona-unified .tag-left,
body.chicona-unified .tag-right,
body.chicona-unified .tag-bxgy,
body.chicona-unified .badge{
  border-radius:999px;
  font-weight:850;
}

/* Offers */
body.chicona-unified .offer-hero{
  margin-top:24px;
  border-radius:var(--home-radius);
  border:1px solid var(--home-line);
  box-shadow:var(--home-shadow-sm);
  overflow:hidden;
}
body.chicona-unified .offer-hero-media{border-radius:var(--home-radius);overflow:hidden;}
body.chicona-unified .offer-hero-title{font-weight:900;letter-spacing:-.03em;}

/* Cart / checkout / order specific polish */
body.chicona-unified[data-page-name="cart"] main,
body.chicona-unified[data-page-name="checkout"] main,
body.chicona-unified[data-page-name="order"] main,
body.chicona-unified[data-page-name="orders"] main,
body.chicona-unified[data-page-name="profile"] main{
  padding-top:28px;
}
body.chicona-unified .sticky-summary{top:96px;}
body.chicona-unified .mobile-checkout{
  border-top:1px solid var(--home-line);
  box-shadow:0 -12px 30px rgba(17,24,39,.08);
}
body.chicona-unified .divider{background:var(--home-line);}
body.chicona-unified .kv,
body.chicona-unified .sum-line{border-color:var(--home-line);}

/* Auth pages */
body.chicona-unified .auth-table,
body.chicona-unified .login-table{
  border:1px solid var(--home-line);
  border-radius:18px;
  overflow:hidden;
  background:#fff;
}
body.chicona-unified .actions-row{gap:12px;}
body.chicona-unified .btn-google{border-radius:999px;background:#fff;}

/* Modal and toast */
body.chicona-unified .modal-mask,
body.chicona-unified .modal-overlay,
body.chicona-unified .cart-choice-overlay{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);}
body.chicona-unified .cart-toast-content,
body.chicona-unified .cart-choice-card{
  border:1px solid var(--home-line);
  border-radius:20px;
  box-shadow:var(--home-shadow);
}
body.chicona-unified .spinner{border-top-color:var(--home-gold);}

/* Utility pages without nav */
body.chicona-unified[data-page-name="oauth2-callback"],
body.chicona-unified[data-page-name="verify"],
body.chicona-unified[data-page-name="verify-gate"]{
  display:flex;
  min-height:100vh;
  align-items:center;
  justify-content:center;
  padding:20px;
}
body.chicona-unified[data-page-name="oauth2-callback"] main,
body.chicona-unified[data-page-name="verify"] main,
body.chicona-unified[data-page-name="verify-gate"] main{
  width:min(520px,100%);
  margin:0 auto;
}

/* Mobile */
@media (max-width: 767px){
  body.chicona-unified .container-xl,
  body.chicona-unified main.container,
  body.chicona-unified .max-w-7xl,
  body.chicona-unified .unified-page-hero-inner{
    width:min(100% - 22px,1180px);
  }
  body.chicona-unified .unified-page-hero-inner{min-height:190px;padding:30px 0;}
  body.chicona-unified .unified-page-head{gap:10px;}
  body.chicona-unified .unified-page-head h1,
  body.chicona-unified .unified-page-hero h1{font-size:clamp(1.75rem,9vw,2.5rem);}
  body.chicona-unified .unified-page-hero-subtitle{font-size:.92rem;line-height:1.75;}
  body.chicona-unified .unified-kicker:before,
  body.chicona-unified .unified-kicker:after,
  body.chicona-unified .section-kicker:before,
  body.chicona-unified .section-kicker:after{width:22px;}
  body.chicona-unified .hero-full{min-height:320px;}
  body.chicona-unified .hero-textbox{width:min(100%, calc(100vw - 34px));padding:18px;}
  body.chicona-unified main > section:not(.home-hero):not(.home-section):not(.hero-bleed):not(.unified-page-hero){border-radius:18px;}
  body.chicona-unified .auth-wrap,
  body.chicona-unified .login-wrap{padding:18px;}
}

/* Fix moved page-head wrappers inside the unified hero */
body.chicona-unified .unified-page-head .unified-moved-head{
  width:100%;
  max-width:820px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin:0;
  text-align:center;
}
body.chicona-unified .unified-page-head .unified-moved-head > div,
body.chicona-unified .unified-page-head .unified-moved-head .lang-switch{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
}
body.chicona-unified .unified-title-only{max-width:820px;}
body.chicona-unified .is-current-page{color:var(--home-gold);font-weight:850;}
body.chicona-unified .vg-card{
  background:#fff;
  border:1px solid var(--home-line);
  border-radius:22px;
  box-shadow:var(--home-shadow);
}
body.chicona-unified .vg-btn.primary{background:#111827;color:#fff;border-color:#111827;}
body.chicona-unified .unified-page-hero.unified-page-hero-compact .unified-page-hero-inner{
  min-height:clamp(160px, 22vw, 240px);
  padding:clamp(24px,4.2vw,48px) 0;
}

/* Home page only: keep the textual site logo in the nav black, without affecting shared nav colors elsewhere. */
body[data-page-name="index"] #site-nav .brand,
body[data-page-name="index"] #site-nav [data-app-brand],
body[data-page-name="index"] #site-nav [data-site-name]{
  color:#111827;
}

body[data-page-name="index"] #site-nav .brand:hover,
body[data-page-name="index"] #site-nav .brand:focus-visible{
  color:#111827;
}

/* assets/css/nav-page.css */
/* ===== nav.html inline style 1 ===== */
:root{
    --sb-w: 340px;
    --ease: cubic-bezier(.22,.61,.36,1);
    --gold: #d4a019;
    --accent: #0b1320;
    --muted: #6b7280;
    --bg: #fbfcfe;
    --glass: rgba(255,255,255,0.78);
    --soft-shadow: 0 12px 36px rgba(2,6,23,.10);
    --card-shadow: 0 8px 20px rgba(2,6,23,.06);
  }

  html[dir="ltr"]{ --sb-hide-shift: -110%; }
  html[dir="rtl"]{ --sb-hide-shift:  110%; }

  html[lang="en"] .i18n-ar{ display:none!important; }
  html[lang="ar"] .i18n-en{ display:none!important; }

  *{ box-sizing:border-box; }
  .nav{
    position:sticky; top:0; z-index:var(--z-nav,1000);
    background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(251,252,255,0.9));
    border-bottom:1px solid rgba(10,20,34,0.04);
    backdrop-filter: blur(8px) saturate(120%);
    transition:box-shadow .25s var(--ease), transform .25s var(--ease);
    box-shadow: 0 2px 8px rgba(2,6,23,.03);
  }
  .nav-row{ max-width:1280px; margin:0 auto; padding:.7rem 1rem;
    display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:.6rem; }
  .brand{ justify-self:center; font-weight:900; font-size:1.4rem; line-height:1; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; color:var(--accent); display:inline-block; transform:translateY(-2px) scale(.99); opacity:0; animation:brandIn .56s .08s forwards var(--ease); letter-spacing:.2px; }
  @keyframes brandIn{ to{ opacity:1; transform:translateY(0) scale(1);} }
  .left-cluster{ display:flex; align-items:center; gap:.6rem; justify-self:start; }
  .right-cluster{ display:flex; align-items:center; gap:.6rem; justify-self:end; }

  .icon-btn{ display:inline-flex; align-items:center; justify-content:center; width:46px; height:46px; border:1px solid rgba(10,20,34,0.04); border-radius:.9rem; transition:border-color .18s var(--ease), color .18s var(--ease), background .18s var(--ease), transform .12s ease, box-shadow .12s ease; background:linear-gradient(180deg, var(--bg), #ffffff); color:var(--accent); cursor:pointer; box-shadow: var(--card-shadow); }
  .icon-btn:hover{ border-color:rgba(212,160,25,.95); color:var(--gold); transform:translateY(-4px) scale(1.03); box-shadow:var(--soft-shadow); }
  .icon-btn:active{ transform:translateY(-1px) scale(.99); }
  .icon-24{ width:22px; height:22px; display:block; }

  .badge{ position:absolute; top:-6px; inset-inline-start:-6px; font-size:11px; background:#ef4444; color:#fff; border-radius:999px; padding:.18rem .44rem; display:none; align-items:center; justify-content:center; box-shadow:0 8px 24px rgba(239,68,68,.14); animation:badgePulse 1.8s infinite ease-in-out; transform-origin:center; }
  @keyframes badgePulse{ 0%{ transform:scale(1); opacity:1; } 60%{ transform:scale(1.06); opacity:.96; } 100%{ transform:scale(1); opacity:1; } }

  #accountWrap{ position:relative; }
  #accountMenu{ position:absolute; inset-inline-end:0; margin-top:.6rem; width:17rem; background:var(--glass); border:1px solid rgba(10,20,34,0.04); border-radius:1rem; box-shadow:0 18px 48px rgba(2,6,23,.12); padding:.3rem; display:none; z-index:calc(var(--z-nav,1000) + 10); transform-origin:top right; transform:translateY(-10px) scale(.96); opacity:0; transition:transform .26s cubic-bezier(.2,.8,.2,1), opacity .22s linear; backdrop-filter: blur(8px) saturate(120%); overflow:visible; }
  #accountMenu::before{ content:""; position:absolute; top:-8px; right:16px; width:12px; height:12px; background:var(--glass); transform:rotate(45deg); border-radius:2px; filter:drop-shadow(0 4px 10px rgba(2,6,23,.06)); }
  #accountMenu.visible{ display:block; transform:translateY(0) scale(1); opacity:1; }
  #accountMenu a, #accountMenu button{ display:block; width:100%; text-align:start; padding:.6rem .75rem; border-radius:.65rem; background:transparent; color:var(--accent); border:0; font-weight:700; }
  #accountMenu a:hover, #accountMenu button:hover{ background: linear-gradient(90deg, rgba(212,160,25,0.08), rgba(212,160,25,0.04)); color:var(--gold); transform:translateX(6px); }
  #accountMenu a:focus, #accountMenu button:focus{ outline: none; box-shadow: 0 6px 20px rgba(212,160,25,0.12); border-radius:.6rem; }

  .sb{ position:fixed; top:0; bottom:0; display:flex; flex-direction:column; height:100dvh; max-height:100dvh; inset-inline-start:0; width:var(--sb-w); background:linear-gradient(180deg,var(--bg),#fbfbfb); z-index:var(--z-drawer,1910); will-change:transform,opacity; transform:translateX(var(--sb-hide-shift)); opacity:0; transition:transform .36s var(--ease), opacity .28s var(--ease); border-inline-end:1px solid rgba(10,20,34,0.04); box-shadow: 0 30px 64px rgba(2,6,23,.12); overflow:hidden; }
  .sb.open{ transform:translateX(0); opacity:1; }
  .sb-overlay{ position:fixed; inset:0; background:rgba(2,6,23,0.44); backdrop-filter:saturate(120%) blur(5px); opacity:0; visibility:hidden; transition:opacity .28s var(--ease), visibility .28s var(--ease); z-index:var(--z-drawer-overlay,1900); }
  .sb-overlay.active{ opacity:1; visibility:visible; }
  .sb-head{ flex:0 0 auto; display:flex; align-items:center; justify-content:space-between; gap:.6rem; padding:1rem; border-bottom:1px solid rgba(10,20,34,0.03); }
  .sb-title{ font-weight:900; font-size:1.05rem; color:var(--accent); letter-spacing:.2px; }
  .sb-body{ flex:1 1 auto; min-height:0; padding:1rem; height:auto; overflow:auto; -webkit-overflow-scrolling:touch; }
  .sb-search{ width:100%; border:1px solid rgba(10,20,34,0.04); border-radius:999px; padding:.6rem .9rem; transition:box-shadow .18s var(--ease), border-color .18s var(--ease); box-shadow: 0 6px 18px rgba(16,24,40,.04); }
  .sb-search:focus{ outline:none; box-shadow:0 12px 36px rgba(16,24,40,.06); border-color:rgba(212,160,25,.95); }
  .lang-seg{ display:inline-flex; border:1px solid rgba(10,20,34,0.04); border-radius:999px; overflow:hidden; background:#fff; box-shadow: 0 6px 18px rgba(16,24,40,.03); }
  .lang-seg button{ padding:.42rem .72rem; font-size:.88rem; background:transparent; border:0; cursor:pointer; color:var(--muted); transition:background .18s var(--ease), color .18s var(--ease), transform .12s ease; }
  .lang-seg button:hover{ transform:translateY(-2px); }
  .lang-seg button.active{ background:linear-gradient(90deg, rgba(212,160,25,0.08), rgba(212,160,25,0.03)); color:var(--gold); font-weight:800; }
  .sb-link{ display:flex; align-items:center; gap:.6rem; border:1px solid rgba(10,20,34,0.03); border-radius:.75rem; padding:.56rem .65rem; color:var(--accent); text-decoration:none; transition:box-shadow .14s var(--ease), transform .14s var(--ease), border-color .14s var(--ease); background:linear-gradient(180deg, #fff,#fbfbfb); }
  .sb-link:hover{ border-color:rgba(212,160,25,.95); color:var(--gold); transform:translateX(6px); box-shadow:0 12px 36px rgba(15,23,42,.06); }

  details.sb-acc{ border:1px solid rgba(10,20,34,0.03); border-radius:.9rem; margin-top:.65rem; overflow:visible; background:linear-gradient(180deg,#fff,#fafafa); transition:box-shadow .18s var(--ease); box-shadow: 0 6px 18px rgba(2,6,23,.04); }
  details.sb-acc>summary{ list-style:none; display:flex; align-items:center; justify-content:space-between; cursor:pointer; padding:.72rem .8rem; font-weight:800; color:var(--accent); position:relative; }
  details.sb-acc>summary::-webkit-details-marker{ display:none; }
  details.sb-acc>summary .summary-title{ display:flex; gap:.5rem; align-items:center; }
  details.sb-acc>summary .summary-title svg{ opacity:.9; transform:translateY(0); transition:transform .24s var(--ease), opacity .22s var(--ease); }
  details.sb-acc>summary::after{ content:"▾"; font-size:.95rem; color:var(--muted); transform-origin:center; transition:transform .22s var(--ease), color .18s var(--ease), opacity .18s var(--ease); display:inline-block; margin-left:.35rem; }
  details.sb-acc[open]>summary{ background:linear-gradient(90deg, rgba(212,160,25,0.06), rgba(212,160,25,0.02)); color:var(--gold); }
  details.sb-acc[open]>summary::after{ transform:rotate(180deg) translateY(-1px); color:var(--gold); opacity:1; }
  details.sb-acc[open]{ box-shadow: 0 18px 42px rgba(2,6,23,.06); }

  .sb-acc-panel{ padding:.45rem .55rem .65rem; overflow:hidden; max-height:0; opacity:0; transform:translateY(6px); transition: max-height .34s var(--ease), opacity .28s var(--ease), transform .28s var(--ease); }
  details.sb-acc[open] > .sb-acc-panel{ opacity:1; transform:translateY(0); }

  .sb-item{ display:block; padding:.56rem .6rem; border-radius:.55rem; color:var(--accent); text-decoration:none; font-weight:700; transition: transform .14s var(--ease), background .14s var(--ease), color .14s var(--ease); }
  .sb-item:hover{ background:linear-gradient(90deg, rgba(212,160,25,0.06), rgba(212,160,25,0.02)); color:var(--gold); transform:translateX(6px); }

  .sb-more{ display:block; margin-top:.45rem; text-align:center; font-weight:800; border-radius:.55rem; padding:.5rem .6rem; color:var(--accent); text-decoration:none; background:transparent; }
  .sb-more:hover{ background:linear-gradient(90deg, rgba(250,246,234,1), rgba(255,255,255,1)); color:var(--gold); transform:translateY(-2px); }

  .nav-search{ display:none; }
  @media(min-width:1024px){
    .nav-search{ display:block; }
    .nav-search input{ width:22rem; max-width:28rem; border:1px solid rgba(10,20,34,0.04); border-radius:999px; padding:.55rem .9rem; transition:box-shadow .18s var(--ease); box-shadow: 0 8px 22px rgba(16,24,40,.04); }
    .nav-search input:focus{ outline:none; box-shadow:0 12px 36px rgba(16,24,40,.06); border-color:rgba(212,160,25,.95); }
  }

  .relative{ position:relative; }
  .text-sm{ font-size:.92rem; color:var(--muted); }
  .items-center{ display:flex; align-items:center; }
  .justify-between{ justify-content:space-between; }
  .flex{ display:flex; }
  .px-2{ padding-left:.5rem; padding-right:.5rem; }
  .py-2{ padding-top:.5rem; padding-bottom:.5rem; }
  :focus{ outline: 3px solid rgba(212,160,25,0.18); outline-offset:2px; border-radius:.5rem; }
  .list-loaded{ animation:fadeList .36s var(--ease); }
  @keyframes fadeList{ from{ opacity:0; transform:translateY(8px);} to{ opacity:1; transform:none;} }


  .app-brand-logo{width:34px;height:34px;border-radius:10px;object-fit:contain;background:#fff;margin-inline-end:.45rem;vertical-align:middle;display:inline-block;}
  .brand{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;}

  @media(max-width:420px){
    .sb{ width:92vw; }
    .brand{ font-size:1.28rem; }
  }

/* assets/css/contact-page.css */
/* ===== contact.html inline style 1 ===== */
:root{
      --black:#111827; --muted:#6b7280; --line:#e5e7eb; --gold:#C89B3C;
      --z-nav:1000; --z-overlay:20098; --z-drawer:20099; --z-dropdown:20120; --z-modal:20110;
    }
    body{ background:#fff; color:var(--black); -webkit-font-smoothing:antialiased; }
    .container-xl{ max-width:1200px; margin:0 auto; padding:1rem; }
    .muted{ color:var(--muted); }
    .btn{ border:1px solid var(--line); padding:.6rem .9rem; border-radius:.8rem; background:#fff; color:var(--black); transition:all .15s; }
    .btn:hover{ background:#f9fafb }
    .btn-primary{ background:#111827; color:#fff; border-color:#111827 }
    .field{ display:flex; flex-direction:column; gap:.35rem }
    .field input,.field textarea{ border:1px solid var(--line); border-radius:.7rem; padding:.7rem .8rem }
    .field input:focus,.field textarea:focus{ outline:none; border-color:#d1d5db; box-shadow:0 0 0 3px rgba(17,24,39,.08) }
    .err{ color:#b91c1c; font-size:.85rem; display:none }
    .show{ display:block  }
    /* Loader */
    #loader{ position:fixed; inset:0; display:none; align-items:center; justify-content:center; z-index:var(--z-loader,4000); background:rgba(255,255,255,.55); backdrop-filter:blur(3px) }
    #loader.active{ display:flex }
    .spinner{ width:56px; height:56px; border-radius:9999px; border:6px solid rgba(0,0,0,.06); border-top-color:var(--gold); animation:spin 900ms linear infinite }
    @keyframes spin{ to{ transform:rotate(360deg) } }
    /* Section dividers on large screens */
    .section{ padding:1rem 0; }
    .section + .section{ border-top:1px solid var(--line); }
    /* success banner (inline hint) */
    .banner{ display:none; padding:.75rem 1rem; border-radius:.65rem; background:#ecfdf5; color:#065f46; border:1px solid #a7f3d0; }
    .banner.show{ display:block; }

    /* ===== Modal ===== */
    .modal-overlay{
      position:fixed; inset:0; display:none; z-index:var(--z-modal);
      background:rgba(2,6,23,.46); backdrop-filter:saturate(120%) blur(4px);
      padding:1rem; /* keeps it off the exact edges on mobile */
    }
    .modal-overlay.show{
      display:grid; /* bullet-proof centering */
      place-items:center;
    }
    .modal{
      width:min(92vw,520px); background:#fff; border:1px solid #eef2f7; border-radius:1rem; padding:1rem;
      box-shadow:0 24px 64px rgba(2,6,23,.18);
      transform:translateY(10px) scale(.98); opacity:0; transition:transform .22s ease, opacity .2s ease;
      margin-inline:auto; /* ensure center in any layout context */
    }
    .modal-overlay.show .modal{ transform:translateY(0) scale(1); opacity:1; }
    .modal-head{ display:flex; align-items:center; justify-content:space-between; gap:.6rem; }
    .modal-title{ font-weight:800; font-size:1.05rem; }
    .modal-body{ color:#374151; margin-top:.35rem; }
    .modal-actions{ margin-top:.9rem; display:flex; justify-content:flex-end; gap:.5rem; }
    .icon-ok{ width:22px; height:22px; color:#10b981; }

    /* Sticky nav + safe stacking so dropdowns aren’t clipped */
    #site-nav{
      position:sticky; top:0; z-index:var(--z-nav);
      background:rgba(255,255,255,.82); border-bottom:1px solid #eee;
      overflow:visible ;
    }
    /* Ensure drawer & overlay sit above sticky nav */
    #sidebar{ z-index:var(--z-drawer) ; }
    #sbOverlay{ z-index:var(--z-overlay) ; }
    /* Account dropdowns/popovers above nav */
    .dropdown, .menu, .menu-panel, .popover, .account-menu,
    [role="menu"], [data-dropdown], [data-popover], [data-menu]{
      position:relative; z-index:var(--z-dropdown) ;
    }

/* assets/css/chicona-ui-system.css */
/* Chicona UI System — unified layering, dialogs, drawers, touch targets and safe areas. */
:root{
  --ui-nav-height:76px;
  --ui-nav-gap:12px;
  --z-content:1;
  --z-sticky:800;
  --z-maintenance:900;
  --z-nav:1000;
  --z-drawer-overlay:1900;
  --z-drawer:1910;
  --z-modal-overlay:2000;
  --z-modal:2010;
  --z-toast:3000;
  --z-loader:4000;
  --ui-safe-top:env(safe-area-inset-top,0px);
  --ui-safe-right:env(safe-area-inset-right,0px);
  --ui-safe-bottom:env(safe-area-inset-bottom,0px);
  --ui-safe-left:env(safe-area-inset-left,0px);
}

/* Utility/accessibility primitives */
.ui-sr-only{
  position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;
  overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;
}
[hidden]{display:none!important}
[aria-disabled="true"]{pointer-events:none;cursor:default}
html.ui-scroll-locked,body.ui-scroll-locked{overflow:hidden!important;overscroll-behavior:none}

/* Language must be exclusive; never show Arabic and English together. */
html[lang^="ar"] .i18n-en,html[dir="rtl"] .i18n-en{display:none!important}
html[lang^="en"] .i18n-ar,html[dir="ltr"] .i18n-ar{display:none!important}


/* Embedded nav paint guard. */
#site-nav{min-height:56px}
html:not(.nav-ready) #site-nav{visibility:hidden;opacity:0}
html.nav-ready #site-nav{visibility:visible;opacity:1;transition:opacity .12s ease}
html:not(.nav-ready) :is(#sidebar,#sbOverlay){display:none!important}

/* Navigation and drawer */
#site-nav,header.nav{z-index:var(--z-nav)!important}
#sbOverlay,.sb-overlay{z-index:var(--z-drawer-overlay)!important}
#sidebar,.sb{
  z-index:var(--z-drawer)!important;
  display:flex!important;
  flex-direction:column!important;
  height:100vh!important;
  height:100dvh!important;
  max-height:100dvh!important;
  overflow:hidden!important;
  padding-top:var(--ui-safe-top);
  padding-bottom:var(--ui-safe-bottom);
}
#sidebar .sb-head,.sb .sb-head{flex:0 0 auto}
#sidebar .sb-body,.sb .sb-body{
  flex:1 1 auto!important;
  min-height:0!important;
  height:auto!important;
  overflow-y:auto!important;
  overscroll-behavior:contain;
  padding-bottom:max(1rem,var(--ui-safe-bottom))!important;
}

/* Sticky summaries must clear the real dynamic nav height. */
.sticky-summary{top:calc(var(--ui-nav-height) + var(--ui-nav-gap))!important}

/* Maintenance notice participates in layout and stays below navigation/dialogs. */
.maintenance-banner{
  position:relative!important;
  inset:auto!important;
  z-index:var(--z-maintenance)!important;
  padding-top:max(.7rem,var(--ui-safe-top));
}

/* Unified dialog surfaces. Keep existing display/open classes intact. */
:is(#addrModal,#msgModal,#resetModal,#vModal,#reviewModal,#noticeModal,#authModal,#sizeModal,.modal,.ui-modal){
  z-index:var(--z-modal-overlay)!important;
  max-width:none;
}
:is(.modal-overlay,.modal-mask,.cart-choice-overlay,.cart-pick-mask,.vg-overlay,.ui-modal-backdrop){
  z-index:var(--z-modal-overlay)!important;
}
:is(.modal-panel,.cart-choice-panel,.cart-pick-panel,.ui-modal-positioner){
  z-index:var(--z-modal)!important;
}
:is(.modal-card,.modal-content,.cart-choice-card,.cart-pick-card,.ui-modal-card){
  max-height:calc(100dvh - max(2rem, var(--ui-safe-top) + var(--ui-safe-bottom)))!important;
  overflow-y:auto!important;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
}
.ui-modal-positioner{
  padding-top:max(1rem,var(--ui-safe-top))!important;
  padding-right:max(1rem,var(--ui-safe-right))!important;
  padding-bottom:max(1rem,var(--ui-safe-bottom))!important;
  padding-left:max(1rem,var(--ui-safe-left))!important;
}
#reviewModal .ui-modal-card,#reviewModal .modal-card{
  max-height:calc(100dvh - 2rem - var(--ui-safe-top) - var(--ui-safe-bottom))!important;
  overflow-y:auto!important;
}
#sizeModal .ui-modal-card,#sizeModal .modal-card{
  padding-bottom:var(--ui-safe-bottom);
}

/* Loaders are truly blocking and always above interactive UI. */
:is(#loader,#siteLoader,.site-loader,.page-loader,[data-page-loader]){
  z-index:var(--z-loader)!important;
  pointer-events:auto!important;
  overscroll-behavior:none;
}
:is(.toast,.cart-toast,.notice-toast,[role="status"].toast){z-index:var(--z-toast)!important}

/* Avoid invisible overlays intercepting clicks. */
:is(.modal-overlay,.modal-mask,.modal-panel,.cart-choice-overlay,.cart-choice-panel,.cart-pick-mask,.cart-pick-panel,.vg-overlay):not(.active):not(.show):not(.open){
  pointer-events:none!important;
}

/* Product-card touch targets and readable badges. */
.product-card :is(.add-btn,.btn-add,.view-btn,button[data-id],button[data-index-add],.product-actions a,.product-actions button){
  min-height:44px!important;
  font-size:clamp(13px,3.2vw,14px)!important;
  line-height:1.2!important;
  padding-block:.62rem!important;
}
.product-card :is(.tag-left,.tag-bxgy,.tag-right,.tag-right-bxgy,.offer-badge,.promo-badge,.badge){
  min-height:22px;
  font-size:clamp(10px,2.8vw,11.5px)!important;
  line-height:1.15!important;
  padding:.28rem .48rem!important;
}

/* Consistent minimum hit area for controls used as actions. */
:is(button,.btn,[role="button"]):not(.star):not(.gal-dot):not(.thumb){min-height:40px}
.icon-btn{min-width:44px;min-height:44px}

/* Placeholder contact/social links are hidden until valid settings arrive. */
a[data-ui-placeholder-link][aria-disabled="true"]{display:none!important}

/* Modal footers and bottom sheets respect iPhone/Android safe areas. */
.modal-foot,.cart-choice-foot,.cart-pick-foot{padding-bottom:max(1rem,var(--ui-safe-bottom))!important}

/* Short-screen safety. */
@media (max-height:620px){
  :is(.modal-card,.modal-content,.cart-choice-card,.cart-pick-card,.ui-modal-card){
    max-height:calc(100dvh - 1rem)!important;
    border-radius:14px!important;
  }
}
@media (max-width:640px){
  :root{--ui-nav-gap:8px}
  .sticky-summary{position:static!important;top:auto!important}
  :is(.modal-overlay,.modal-panel,.ui-modal-positioner){
    padding-right:max(.75rem,var(--ui-safe-right))!important;
    padding-left:max(.75rem,var(--ui-safe-left))!important;
  }
  .product-card :is(.add-btn,.btn-add,.view-btn,button[data-id],button[data-index-add]){min-height:44px!important;font-size:13px!important}
}

@media print{
  :is(#loader,#siteLoader,.site-loader,.modal,.modal-overlay,.modal-panel,.ui-modal,.toast,.cart-toast){display:none!important}
  .sticky-summary{position:static!important;top:auto!important}
}

/* ===== Integrated production refinements (formerly hotfix v2) ===== */
:root{
  --link-text:#6f4c12;
  --gold-text:#7a5314;
  --focus-ring:#8a621a;
}
a,a:link,a:visited{color:inherit;text-decoration:none;}
a:hover{color:var(--link-text);}
a:not(.icon-btn):not(.social-btn):not(.brand):not(.product-card a):focus-visible,
button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{
  outline:3px solid var(--focus-ring);outline-offset:3px;border-radius:8px;
}
.prose a,.legal-content a,.policy-content a,.footer-contact-list a,.inline-link,.section-link,.addr-manage{
  color:var(--link-text);font-weight:650;text-underline-offset:3px;
}
.prose a:hover,.legal-content a:hover,.policy-content a:hover,.inline-link:hover{filter:brightness(.82);}
.section-link,.unified-kicker,.hero-kicker,.footer-contact-label{color:var(--gold-text);}
.old,.price-old{text-decoration:line-through;}

/* Accessible product swatches: 44px touch area with an 18px visual dot. */
.product-card .pc-swatches{display:flex;align-items:center;justify-content:center;gap:2px;width:100%;min-height:44px;padding:0;overflow:hidden;}
.product-card .pc-swatches.no-swatches{visibility:hidden;}
.product-card button.pc-swatch{position:relative;display:inline-grid;place-items:center;width:40px;height:40px;min-width:40px;min-height:40px;flex:0 0 40px;padding:0;margin:0;border:0;border-radius:999px;background:transparent;appearance:none;}
.product-card button.pc-swatch::before{content:"";width:18px;height:18px;border-radius:999px;border:1px solid rgba(17,24,39,.22);background-color:var(--pc-swatch-color,#e5e7eb);background-image:var(--pc-swatch-image,none);background-size:cover;background-position:center;box-shadow:0 0 0 1px rgba(255,255,255,.92) inset;}
.product-card button.pc-swatch.active::before{box-shadow:0 0 0 2px #fff inset,0 0 0 2px var(--focus-ring);}
.product-card .pc-swatches-more{display:inline-grid;place-items:center;min-width:30px;height:30px;padding-inline:6px;border-radius:999px;background:#f4efe6;color:#5d451d;font-size:.75rem;font-weight:700;}

body[data-page-name="cart"] #cartItemsMobile:not(:empty){display:grid;visibility:visible;opacity:1;min-height:1px;}
body[data-page-name="cart"] #cartItemsMobile:empty{display:none;}
body[data-page-name="cart"] .cart-render-error{display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:12px;padding:12px;border:1px solid rgba(17,24,39,.09);border-radius:18px;background:#fff;}
body[data-page-name="cart"] .cart-render-error img{width:72px;height:72px;object-fit:cover;border-radius:14px;background:#f8fafc;}
body[data-page-name="cart"] .cart-render-error strong{display:block;color:#111827;line-height:1.45;overflow-wrap:anywhere;}

body[data-page-name="checkout"] #itemsList .line,body[data-page-name="order"] #itemsWrap .line{align-items:flex-start;}
body[data-page-name="checkout"] #itemsList .truncate,body[data-page-name="order"] #itemsWrap .truncate{white-space:normal;overflow:visible;text-overflow:clip;max-width:none;overflow-wrap:anywhere;line-height:1.45;}
@media(max-width:520px){
 body[data-page-name="checkout"] #itemsList .line,body[data-page-name="order"] #itemsWrap .line{display:grid;grid-template-columns:minmax(0,1fr);gap:10px;}
 body[data-page-name="checkout"] #itemsList .line>.shrink-0:last-child{justify-self:end;}
 body[data-page-name="order"] #itemsWrap .line>.text-sm.text-right{width:100%;text-align:start;padding-inline-start:92px;}
}

#site-footer .footer-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,.9fr) minmax(0,.9fr) minmax(0,1.15fr);gap:clamp(1.25rem,3vw,2.5rem);align-items:start;width:100%;}
#site-footer .footer-col{min-width:0;}#site-footer .footer-list{display:grid;gap:.48rem;}#site-footer .social-row{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;margin-top:.8rem;}
#site-footer .footer-bottom{margin-top:1.6rem;padding-top:1rem;border-top:1px solid rgba(200,155,60,.16);display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;}
@media(max-width:767px){
 #site-footer,#site-footer .footer-wrap,#site-footer .footer-grid,#site-footer .footer-col,#site-footer .footer-bottom{text-align:center;}
 #site-footer .footer-wrap{padding:28px 16px max(24px,env(safe-area-inset-bottom));}
 #site-footer .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 14px;}
 #site-footer .footer-brand-col,#site-footer .footer-col:last-child{grid-column:1/-1;}
 #site-footer .footer-desc{max-width:520px;margin-inline:auto;line-height:1.75;}
 #site-footer .footer-list{justify-items:center;gap:.45rem;}
 #site-footer .footer-contact-list li{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.25rem;width:100%;overflow-wrap:anywhere;}
 #site-footer .social-row{justify-content:center;}#site-footer .social-btn{width:44px;height:44px;border-radius:14px;}
 #site-footer .footer-bottom{flex-direction:column;justify-content:center;line-height:1.7;}
}
@media(max-width:480px){#site-footer .footer-grid{grid-template-columns:1fr;}#site-footer .footer-brand-col,#site-footer .footer-col:last-child{grid-column:auto;}#site-footer .footer-col{padding:0 8px;}}

@media(max-width:767px){
 body[data-page-name="index"] .home-hero-shell{min-height:0;height:clamp(500px,72svh,620px);max-height:620px;}
 body[data-page-name="index"] .bc-img{object-position:center 38%;}
 body[data-page-name="index"] .bc-grad{background:linear-gradient(180deg,rgba(255,250,244,.04) 0%,rgba(255,250,244,.20) 45%,rgba(255,250,244,.96) 100%);}
 body[data-page-name="index"] .bc-box{align-items:flex-end;justify-content:center;text-align:center;padding:14px 14px 58px;}
 body[data-page-name="index"] .bc-box>div{width:min(100%,560px);padding:16px 14px 18px;border-radius:22px;background:rgba(255,255,255,.84);border:1px solid rgba(200,155,60,.22);box-shadow:0 14px 34px rgba(17,24,39,.10);backdrop-filter:blur(8px);}
 body[data-page-name="index"] .hero-kicker{justify-content:center;margin-bottom:6px;font-size:.82rem;gap:8px;color:var(--gold-text);}
 body[data-page-name="index"] .hero-title{font-size:clamp(2rem,10vw,2.75rem);line-height:1.05;letter-spacing:-.025em;}
 body[data-page-name="index"] .hero-sub{margin:9px auto 0;max-width:34rem;font-size:.96rem;line-height:1.55;}
 body[data-page-name="index"] .hero-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:15px;}
 body[data-page-name="index"] .hero-btn{width:100%;min-width:0;min-height:46px;padding:.72rem .6rem;border-radius:12px;font-size:.96rem;white-space:nowrap;}
 body[data-page-name="index"] .bc-dots{bottom:16px;gap:8px;}body[data-page-name="index"] .bc-dot{width:9px;height:9px;min-height:9px;padding:0;}
}
@media(max-width:360px){body[data-page-name="index"] .home-hero-shell{height:520px;}body[data-page-name="index"] .hero-actions{grid-template-columns:1fr;}body[data-page-name="index"] .bc-box{padding-bottom:52px;}body[data-page-name="index"] .hero-btn{min-height:42px;}}
