/* assets/dist/css-3cc4332c72981d70.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/chicona-typography.css */
/* Chicona V15 — original fonts + soft weights + product-page cards
   Goal: keep the original/old font families, reduce heavy weights, and make
   product.html related/same-vendor cards match the shared ProductCard style. */

html body,
body.chicona-unified{
  font-weight:400;
  letter-spacing:0;
  -webkit-font-smoothing:antialiased;
  text-rendering:geometricPrecision;
}

/* Remove heavy/bold look across all pages while keeping hierarchy readable. */
body.chicona-unified :is(
  b,strong,
  .font-bold,.font-semibold,.font-extrabold,.font-black,
  .fw-bold,.fw-semibold,
  h1,h2,h3,h4,h5,h6,
  th,label,
  .logo,.brand,.title,.section-title,
  .unified-hero-title,.unified-section-title,.unified-kicker,
  .p-title,.product-title,.card-title,
  .acc-head,.modal-title
){
  font-weight:500;
  letter-spacing:0;
}

body.chicona-unified :is(
  h1,.unified-hero-title,.page-title
){
  font-weight:560;
  line-height:1.35;
}
body.chicona-unified :is(
  h2,h3,.unified-section-title,.section-title
){
  font-weight:520;
  line-height:1.4;
}
body.chicona-unified :is(
  p,li,a,button,input,select,textarea,span,div
){
  letter-spacing:0;
}

/* Buttons should look soft, not heavy. */
body.chicona-unified :is(
  button,.btn,.add-btn,.view-btn,.toggle-btn,.size-chip,
  input[type="submit"],a[role="button"]
){
  font-weight:450;
}

/* Prices stay clear but not extra-bold. */
body.chicona-unified :is(
  .price,.price-main,.cart-choice-price,.product-price,.price-row,.p-meta .price
){
  font-weight:560;
  letter-spacing:0;
}
body.chicona-unified :is(.old,.price-old){font-weight:400;}

/* Badges and small labels: calm weight. */
body.chicona-unified :is(
  .tag-left,.tag-right,.tag-right-bxgy,.tag-bxgy,
  .offer-badge,.promo-badge,.badge,.swatch-name
){
  font-weight:450;
  letter-spacing:0;
}

/* Product cards globally: same calm typography everywhere. */
html body.chicona-unified .product-card :is(.p-title,.product-title,h3,.title){
  font-weight:500;
  letter-spacing:0;
}
html body.chicona-unified .product-card :is(.price,.p-price){font-weight:560;}
html body.chicona-unified .product-card :is(.add-btn,.view-btn,.btn-add,button[data-id]){font-weight:450;}

/* ===== product.html related / same-vendor rows =====
   Override V10/V11/V12 fixed heights so bottom cards are exactly the shared
   ProductCard structure: square image + flexible body + horizontal slider. */
body[data-page-name="product"] #likeRow,
body[data-page-name="product"] #vendorRow{
  display:flex;
  flex-wrap:nowrap;
  align-items:stretch;
  gap:14px;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-behavior:smooth;
  scroll-snap-type:x proximity;
  padding:8px 44px 16px;
  scrollbar-width:thin;
}

body[data-page-name="product"] .hbtn[data-target="#likeRow"],
body[data-page-name="product"] .hbtn[data-target="#vendorRow"]{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  z-index:5;
}

body[data-page-name="product"] #likeRow .product-card,
body[data-page-name="product"] #vendorRow .product-card{
  flex:0 0 230px;
  width:230px;
  min-width:230px;
  max-width:230px;
  height:auto;
  min-height:0;
  max-height:none;
  display:flex;
  flex-direction:column;
  border-radius:15px;
  overflow:hidden;
  scroll-snap-align:start;
  border-color:#eee3d2;
  background:#fff;
}

body[data-page-name="product"] #likeRow .product-card > .relative,
body[data-page-name="product"] #vendorRow .product-card > .relative,
body[data-page-name="product"] #likeRow .product-card > a:first-of-type,
body[data-page-name="product"] #vendorRow .product-card > a:first-of-type,
body[data-page-name="product"] #likeRow .product-card .product-media,
body[data-page-name="product"] #vendorRow .product-card .product-media,
body[data-page-name="product"] #likeRow .product-card .p-media,
body[data-page-name="product"] #vendorRow .product-card .p-media,
body[data-page-name="product"] #likeRow .product-card .img-wrap,
body[data-page-name="product"] #vendorRow .product-card .img-wrap{
  position:relative;
  display:block;
  width:100%;
  height:auto;
  min-height:0;
  max-height:none;
  flex:0 0 auto;
  aspect-ratio:1/1;
  overflow:hidden;
  background:#f8fafc;
  border-radius:0;
}

body[data-page-name="product"] #likeRow .product-card > .relative > a,
body[data-page-name="product"] #vendorRow .product-card > .relative > a,
body[data-page-name="product"] #likeRow .product-card > a:first-of-type,
body[data-page-name="product"] #vendorRow .product-card > a:first-of-type{
  display:block;
  width:100%;
  height:100%;
}

body[data-page-name="product"] #likeRow .product-card img.p-img,
body[data-page-name="product"] #vendorRow .product-card img.p-img,
body[data-page-name="product"] #likeRow .product-card .p-img,
body[data-page-name="product"] #vendorRow .product-card .p-img,
body[data-page-name="product"] #likeRow .product-card .product-img,
body[data-page-name="product"] #vendorRow .product-card .product-img,
body[data-page-name="product"] #likeRow .product-card .product-image,
body[data-page-name="product"] #vendorRow .product-card .product-image{
  display:block;
  width:100%;
  height:100%;
  aspect-ratio:auto;
  object-fit:cover;
  object-position:center;
  background:#f8fafc;
}

body[data-page-name="product"] #likeRow .product-card .p-body,
body[data-page-name="product"] #vendorRow .product-card .p-body,
body[data-page-name="product"] #likeRow .product-card .product-body,
body[data-page-name="product"] #vendorRow .product-card .product-body,
body[data-page-name="product"] #likeRow .product-card [class*="p-body"],
body[data-page-name="product"] #vendorRow .product-card [class*="p-body"]{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
  height:auto;
  min-height:132px;
  max-height:none;
  padding:10px;
  gap:6px;
  overflow:visible;
}

body[data-page-name="product"] #likeRow .product-card :is(.p-title,.product-title,h3,.title),
body[data-page-name="product"] #vendorRow .product-card :is(.p-title,.product-title,h3,.title){
  display:-webkit-box;
  -webkit-line-clamp:2;
  line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:2.55em;
  max-height:2.55em;
  margin:0;
  text-align:center;
  font-size:clamp(13.5px,3.45vw,15.5px);
  line-height:1.28;
  font-weight:500;
}



body[data-page-name="product"] #likeRow .product-card :is(.p-meta,.product-price,.price-row),
body[data-page-name="product"] #vendorRow .product-card :is(.p-meta,.product-price,.price-row){
  min-height:35px;
  height:35px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0;
  text-align:center;
}

body[data-page-name="product"] #likeRow .product-card :is(.add-btn,.btn-add,button[data-id],.view-btn),
body[data-page-name="product"] #vendorRow .product-card :is(.add-btn,.btn-add,button[data-id],.view-btn){
  min-height:35px;
  height:auto;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:auto;
  border-radius:11px;
  font-size:clamp(12.8px,3.3vw,14.5px);
  font-weight:450;
}

body[data-page-name="product"] main.container > section.section:has(#likeRow),
body[data-page-name="product"] main.container > section.section:has(#vendorRow){
  overflow:hidden;
  padding:20px 18px 18px;
}

@media (max-width:767px){
  body[data-page-name="product"] #likeRow,
  body[data-page-name="product"] #vendorRow{
    gap:12px;
    padding:8px 38px 14px 6px;
    scroll-snap-type:x mandatory;
  }
  body[data-page-name="product"] #likeRow .product-card,
  body[data-page-name="product"] #vendorRow .product-card{
    flex-basis:188px;
    width:188px;
    min-width:188px;
    max-width:188px;
    height:auto;
    min-height:0;
    max-height:none;
    border-radius:13px;
  }
  body[data-page-name="product"] #likeRow .product-card .p-body,
  body[data-page-name="product"] #vendorRow .product-card .p-body,
  body[data-page-name="product"] #likeRow .product-card .product-body,
  body[data-page-name="product"] #vendorRow .product-card .product-body,
  body[data-page-name="product"] #likeRow .product-card [class*="p-body"],
  body[data-page-name="product"] #vendorRow .product-card [class*="p-body"]{
    min-height:126px;
    padding:9px;
    gap:5px;
  }
  body[data-page-name="product"] #likeRow .product-card :is(.p-title,.product-title,h3,.title),
  body[data-page-name="product"] #vendorRow .product-card :is(.p-title,.product-title,h3,.title){
    font-size:12.8px;
    line-height:1.28;
  }
  body[data-page-name="product"] #likeRow .product-card :is(.price,.p-price),
  body[data-page-name="product"] #vendorRow .product-card :is(.price,.p-price){font-size:14.8px;}
  body[data-page-name="product"] #likeRow .product-card :is(.add-btn,.btn-add,button[data-id],.view-btn),
  body[data-page-name="product"] #vendorRow .product-card :is(.add-btn,.btn-add,button[data-id],.view-btn){
    min-height:32px;
    font-size:12px;
  }
}


/* V15: do not change the old/original font family at all.
   Only reduce boldness. Keep logo/headline/body fonts coming from the existing page CSS. */
body.chicona-unified :is(.font-extrabold,.font-black,.font-bold){font-weight:500;}
body.chicona-unified :is(.font-semibold,strong,b){font-weight:500;}
body.chicona-unified :is(.font-medium){font-weight:450;}

/* V15: remove the color/image selector dots from the related product cards on product.html only. */
body[data-page-name="product"] #likeRow .product-card :is(.swatches,.pc-swatches,.product-swatches,.colors-row),
body[data-page-name="product"] #vendorRow .product-card :is(.swatches,.pc-swatches,.product-swatches,.colors-row){
  display:none;
  height:0;
  min-height:0;
  margin:0;
  padding:0;
  overflow:hidden;
}

body[data-page-name="product"] #likeRow .product-card .p-body,
body[data-page-name="product"] #vendorRow .product-card .p-body,
body[data-page-name="product"] #likeRow .product-card .product-body,
body[data-page-name="product"] #vendorRow .product-card .product-body,
body[data-page-name="product"] #likeRow .product-card [class*="p-body"],
body[data-page-name="product"] #vendorRow .product-card [class*="p-body"]{
  min-height:112px;
}

/* assets/css/chicona-components.css */
/* ===== assets/css/chicona-fixes-v3.css ===== */
/* Chicona fixes v3: fallback utilities, modal confirm, SEO accessibility helpers. */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.hidden{display:none}.block{display:block}.inline-flex{display:inline-flex}.flex{display:flex}.grid{display:grid}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-wrap{flex-wrap:wrap}.text-center{text-align:center}.relative{position:relative}.sticky{position:sticky}.top-0{top:0}.z-40{z-index:40}.w-full{width:100%}.min-h-screen{min-height:100vh}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.border{border:1px solid rgba(17,24,39,.12)}.bg-white{background:#fff}.text-white{color:#fff}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.opacity-50{opacity:.5}.pointer-events-none{pointer-events:none}.overflow-hidden{overflow:hidden}
.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}
.chicona-confirm-overlay{position:fixed;inset:0;z-index:var(--z-modal-overlay,2000);background:rgba(17,24,39,.42);display:none;align-items:center;justify-content:center;padding:18px;backdrop-filter:blur(4px)}.chicona-confirm-overlay.show{display:flex}.chicona-confirm-card{width:min(420px,100%);background:#fff;border:1px solid rgba(200,155,60,.25);box-shadow:0 22px 70px rgba(17,24,39,.22);border-radius:22px;padding:20px;direction:inherit}.chicona-confirm-title{font-weight:900;font-size:1.1rem;margin-bottom:.45rem;color:#171717}.chicona-confirm-message{color:#555;line-height:1.8}.chicona-confirm-actions{display:flex;gap:.65rem;justify-content:flex-end;margin-top:1.2rem}.chicona-confirm-btn{border:1px solid rgba(17,24,39,.13);background:#fff;border-radius:14px;padding:.7rem 1rem;font-weight:800;cursor:pointer}.chicona-confirm-btn.primary{background:linear-gradient(135deg,#111827,#2b2115);color:#fff;border-color:#111827}.chicona-confirm-btn:focus{outline:3px solid rgba(200,155,60,.28);outline-offset:2px}
.chicona-cdn-warning{position:fixed;left:12px;right:12px;bottom:12px;z-index:var(--z-toast,3000);background:#fff8e6;border:1px solid #f0c46b;color:#573b00;border-radius:14px;padding:.8rem 1rem;box-shadow:0 10px 30px rgba(0,0,0,.12);font-weight:700;display:none}.chicona-cdn-warning.show{display:block}
@media (min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:flex{display:flex}.lg\:hidden{display:none}}
@media (min-width:768px){.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}}


/* V4: homepage product cards now follow the same visual contract as listing pages. */
html body.chicona-unified .products-grid-home#specialRow,
html body.chicona-unified #specialRow.products-grid-home{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
@media (min-width:700px){html body.chicona-unified #specialRow.products-grid-home{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}}
@media (min-width:1100px){html body.chicona-unified #specialRow.products-grid-home{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;}}
html body.chicona-unified #specialRow .product-card{
  width:auto;
  max-width:none;
  flex:initial;
  border:1px solid #eee;
  border-radius:1rem;
  background:#fff;
  box-shadow:0 1px 2px rgba(15,23,42,.035);
}
html body.chicona-unified #specialRow .product-card:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 28px rgba(15,23,42,.10);
  border-color:var(--gold,#C89B3C);
  background:#fffefb;
}
html body.chicona-unified #specialRow .product-card .add-btn,
html body.chicona-unified #specialRow .product-card button[data-id]{
  min-height:34px;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:auto;
  padding:.48rem .65rem;
  border-radius:.75rem;
  border:1px solid #e5e7eb;
  background:#fff;
  color:#111827;
  font-weight:600;
}
html body.chicona-unified #specialRow .product-card .add-btn:hover,
html body.chicona-unified #specialRow .product-card button[data-id]:hover{
  border-color:var(--gold,#C89B3C);
  background:#fff8e8;
  color:#111827;
}
html body.chicona-unified .unified-hero-title{
  margin:0;
  font-size:clamp(1.7rem,4vw,2.4rem);
  line-height:1.2;
  font-weight:850;
  color:#111827;
}


/* ===== assets/css/chicona-fixes-v5.css ===== */
/* Chicona V5 fixes: local utilities + homepage review cards + product card polish */
/* Tailwind-lite additions used by pages after removing CDN dependency */
.min-w-0{min-width:0}.min-w-\[200px\]{min-width:200px}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mt-8{margin-top:2rem}.pb-8{padding-bottom:2rem}.pb-10{padding-bottom:2.5rem}.pt-8{padding-top:2rem}.w-8{width:2rem}.h-8{height:2rem}.max-w-xl{max-width:36rem}.text-neutral-500{color:#737373}.text-neutral-600{color:#525252}.text-neutral-800{color:#262626}.text-\[15px\]{font-size:15px}.text-\[var\(--gold\)\]{color:var(--gold)}.w-\[92vw\]{width:92vw}.z-\[90\]{z-index:90}.focus\:outline-none:focus{outline:none}.focus\:ring-2:focus{box-shadow:0 0 0 2px rgba(200,155,60,.35)}.focus\:ring-\[var\(--gold\)\]:focus{box-shadow:0 0 0 2px var(--gold)}.hover\:bg-neutral-100:hover{background:#f5f5f5}.me-2{margin-inline-end:.5rem}.ms-auto{margin-inline-start:auto}
@media (min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:rounded-2xl{border-radius:1rem}.sm\:w-\[56vw\]{width:56vw}}
@media (min-width:768px){.md\:-mt-12{margin-top:-3rem}.md\:mt-2{margin-top:.5rem}.md\:mt-4{margin-top:1rem}.md\:mt-8{margin-top:2rem}.md\:p-6{padding:1.5rem}.md\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.md\:py-8{padding-top:2rem;padding-bottom:2rem}.md\:gap-3{gap:.75rem}.md\:gap-6{gap:1.5rem}.md\:gap-8{gap:2rem}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:items-start{align-items:flex-start}.md\:ms-auto{margin-inline-start:auto}.md\:w-auto{width:auto}.md\:w-\[28rem\]{width:28rem}.md\:text-right{text-align:right}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:col-span-2{grid-column:span 2/span 2}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media (min-width:1024px){.lg\:hidden{display:none}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}.lg\:text-6xl{font-size:3.75rem;line-height:1}}
@media (min-width:1280px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}

/* Homepage review cards: stop long comments from escaping/clipping */
.reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;align-items:stretch}
.reviews-grid .review-card{width:100%;max-width:none;min-height:220px;aspect-ratio:auto;margin:0;padding:18px;border-radius:22px;display:flex;flex-direction:column;align-items:stretch;text-align:start;overflow:hidden;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.07);border:1px solid rgba(200,155,60,.20)}
.reviews-grid .review-stars{color:#c89b3c;font-size:1rem;line-height:1;letter-spacing:.08em;margin-bottom:.75rem;white-space:nowrap;text-align:start}
.reviews-grid .review-text{display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;max-height:7.6em;margin:0;color:#374151;font-size:.95rem;line-height:1.52;overflow-wrap:anywhere;word-break:break-word;text-align:start}
.reviews-grid .review-user{display:flex;align-items:center;gap:.75rem;margin-top:auto;padding-top:1rem;min-width:0;text-align:start}
.reviews-grid .review-user>div{min-width:0;max-width:100%}.reviews-grid .review-avatar{width:42px;height:42px;flex:0 0 42px;border-radius:999px;object-fit:cover;overflow:hidden}.reviews-grid .review-name{font-size:.9rem;font-weight:800;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reviews-grid .review-date{font-size:.75rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:.15rem}
@media (max-width:900px){.reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reviews-grid .review-card{min-height:210px}}
@media (max-width:560px){.reviews-grid{grid-template-columns:1fr;gap:.9rem}.reviews-grid .review-card{min-height:auto;padding:15px}.reviews-grid .review-text{-webkit-line-clamp:4;line-clamp:4;font-size:.92rem}}


/* ===== Chicona V6 footer + homepage reviews fixes ===== */
/* Footer: remove stray bullets and rebuild layout without depending on Tailwind CDN. */
#site-footer footer{
  margin-top:clamp(2rem,4vw,4rem);
  padding:0;
  text-align:initial;
  color:#5f6470;
  background:linear-gradient(180deg,#fff 0%,#fffaf4 100%);
  border-top:1px solid rgba(200,155,60,.18);
}
#site-footer .footer-wrap{
  max-width:80rem;
  margin-inline:auto;
  padding:clamp(1.5rem,3vw,2.3rem) clamp(1rem,3vw,1.5rem);
}
#site-footer ul,
#site-footer ol{
  list-style:none;
  margin:0;
  padding:0;
}
#site-footer li{list-style:none;margin:0;padding:0;}
#site-footer li::marker{content:"";font-size:0;color:transparent;}
#site-footer .footer-desktop{
  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;
}
#site-footer .footer-mobile{display:none;}
#site-footer h3,
#site-footer h4{
  margin:0 0 .75rem;
  color:#1f2937;
  font-weight:850;
  line-height:1.25;
}
#site-footer p{margin:0;line-height:1.9;}
#site-footer .footer-link{
  color:#5f6470;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:.25rem;
  max-width:100%;
  overflow-wrap:anywhere;
}
#site-footer .footer-link:hover{color:var(--gold,#c89b3c);}
#site-footer [data-footer-phone],
#site-footer [data-footer-email]{direction:ltr;unicode-bidi:embed;}
#site-footer .social-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  border:1px solid #e5e7eb;
  border-radius:.8rem;
  background:#fff;
  color:#5f6470;
  margin-inline:.15rem;
}
#site-footer .social-btn:hover{border-color:var(--gold,#c89b3c);color:var(--gold,#c89b3c);background:#fffaf4;}
#site-footer .footer-desktop > div,
#site-footer .footer-mobile > div{min-width:0;}
#site-footer .footer-desktop ul,
#site-footer .footer-mobile ul{display:grid;gap:.45rem;}
#site-footer .footer-wrap > .mt-6,
#site-footer .footer-wrap > .md\:mt-8{
  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;
  text-align:inherit;
}
@media (max-width:767px){
  #site-footer .footer-desktop{display:none;}
  #site-footer .footer-mobile{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;}
  #site-footer .footer-wrap > .mt-6,
  #site-footer .footer-wrap > .md\:mt-8{justify-content:center;text-align:center;}
}
@media (max-width:520px){
  #site-footer .footer-mobile{grid-template-columns:1fr;}
}

/* Homepage reviews: real card layout, centered cards, no clipped escaping text. */
.reviews-section .home-container{max-width:1120px;margin-inline:auto;}
.reviews-grid{
  width:100%;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),360px));
  gap:1.25rem;
  justify-content:center;
  align-items:stretch;
  margin-top:1.25rem;
  direction:inherit;
}
.reviews-grid .review-card{
  width:100%;
  max-width:360px;
  min-height:0;
  height:auto;
  aspect-ratio:auto;
  margin:0;
  padding:1.25rem;
  border-radius:22px;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  justify-content:flex-start;
  text-align:start;
  overflow:visible;
  background:#fff;
  box-shadow:0 14px 34px rgba(15,23,42,.08);
  border:1px solid rgba(200,155,60,.24);
}
.reviews-grid .review-stars{
  color:#c89b3c;
  font-size:1rem;
  line-height:1;
  letter-spacing:.08em;
  margin:0 0 .95rem;
  white-space:nowrap;
  text-align:start;
  direction:ltr;
}
.reviews-grid .review-text{
  display:block;
  overflow:visible;
  max-height:none;
  margin:0;
  color:#374151;
  font-size:.96rem;
  line-height:1.75;
  overflow-wrap:anywhere;
  word-break:break-word;
  white-space:normal;
  text-align:start;
}
.reviews-grid .review-user{
  display:flex;
  align-items:center;
  gap:.75rem;
  margin-top:auto;
  padding-top:1.1rem;
  min-width:0;
  text-align:start;
}
.reviews-grid .review-user > div{min-width:0;flex:1 1 auto;max-width:100%;}
.reviews-grid .review-avatar{
  width:44px;
  height:44px;
  flex:0 0 44px;
  border-radius:999px;
  object-fit:cover;
  overflow:hidden;
}
.reviews-grid .review-name{
  font-size:.9rem;
  font-weight:850;
  line-height:1.35;
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
  overflow-wrap:anywhere;
  word-break:break-word;
  color:#111827;
}
.reviews-grid .review-date{
  font-size:.78rem;
  color:#6b7280;
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
  margin-top:.2rem;
}
@media (max-width:560px){
  .reviews-grid{grid-template-columns:1fr;gap:.95rem;}
  .reviews-grid .review-card{max-width:none;padding:1rem;}
}


/* ===== assets/css/chicona-fixes-v7.css ===== */
/* Chicona V7: homepage review media + anti-flicker stability */
.reviews-grid .review-card{
  overflow:hidden;
  padding:0;
  min-height:0;
}
.reviews-grid .review-media{
  width:100%;
  aspect-ratio:4/3;
  background:#f8f3ea;
  overflow:hidden;
  border-bottom:1px solid rgba(200,155,60,.18);
}
.reviews-grid .review-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.reviews-grid .review-stars,
.reviews-grid .review-text,
.reviews-grid .review-user{
  margin-inline:1.25rem;
}
.reviews-grid .review-stars{margin-top:1.15rem;}
.reviews-grid .review-user{margin-bottom:1.15rem;}
.reviews-grid .review-text{
  overflow:visible;
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:break-word;
}
.reviews-grid .review-name,
.reviews-grid .review-date{overflow-wrap:anywhere;word-break:break-word;}
@media (max-width:560px){
  .reviews-grid .review-stars,
  .reviews-grid .review-text,
  .reviews-grid .review-user{margin-inline:1rem;}
}


/* ===== assets/css/chicona-interaction-stability-v9.css ===== */
/* Chicona V9 interaction stability
   Fixes intermittent product hover/click issues caused by moving hover transforms,
   hidden overlays, and decorative badges taking pointer focus. */

/* Product cards should not move away from the mouse. Shadow/color changes are stable. */
html body .product-card{
  position:relative;
  isolation:isolate;
  pointer-events:auto;
  transform:none;
  will-change:auto;
  transition:border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
html body .product-card:hover,
html body .product-card:focus-within{
  transform:none;
  border-color:var(--gold, #C89B3C);
  box-shadow:0 12px 28px rgba(15,23,42,.10);
  background:#fffefb;
}
html body .product-card .p-img,
html body .product-card img.p-img,
html body .product-card .product-img,
html body .product-card .product-image{
  transform:none;
  transition:transform .22s ease, opacity .18s ease;
}
@media (hover:hover) and (pointer:fine){
  html body .product-card:hover .p-img,
  html body .product-card:hover img.p-img,
  html body .product-card:hover .product-img,
  html body .product-card:hover .product-image{
    transform:scale(1.025);
  }
}

/* Keep clickable parts above media/backgrounds. */
html body .product-card > .relative,
html body .product-card .product-media,
html body .product-card .p-media,
html body .product-card .media,
html body .product-card .img-wrap,
html body .product-card .p-body,
html body .product-card .product-body{
  position:relative;
  z-index:1;
}
html body .product-card a,
html body .product-card button,
html body .product-card [role="button"]{
  position:relative;
  z-index:8;
  pointer-events:auto;
  touch-action:manipulation;
}
html body .product-card .add-btn,
html body .product-card .btn-add,
html body .product-card button[data-id],
html body .product-card button[data-index-add],
html body .product-card .view-btn{
  cursor:pointer;
  user-select:none;
  -webkit-user-select:none;
}
html body .product-card .add-btn:disabled,
html body .product-card .btn-add:disabled,
html body .product-card button[data-id]:disabled,
html body .product-card button[data-index-add]:disabled{
  cursor:wait;
  opacity:.72;
}

/* Decorative badges should not steal hover/click from image or button. */
html body .product-card :is(.tag-left,.tag-right,.tag-bxgy,.tag-right-bxgy,.offer-badge,.promo-badge,.product-card-main-badge,.product-card-featured-badge,.product-card-badge,.product-card-badges){
  pointer-events:none;
  z-index:6;
}

/* Hidden overlays must never block product cards/buttons. */
html body :is(.cart-choice-overlay,.cart-choice-panel,.cart-pick-mask,.cart-pick-panel,.modal-mask,.modal-panel,.modal-overlay,.vg-overlay):not(.active):not(.show){
  pointer-events:none;
}
html body :is(.cart-choice-overlay,.cart-pick-mask,.modal-mask,.modal-overlay,.vg-overlay).active,
html body :is(.cart-choice-overlay,.cart-pick-mask,.modal-mask,.modal-overlay,.vg-overlay).show{
  pointer-events:auto;
}
html body :is(.cart-choice-panel,.cart-pick-panel,.modal-panel).active,
html body :is(.cart-choice-panel,.cart-pick-panel,.modal-panel).show{
  pointer-events:none;
}
html body :is(.cart-choice-card,.cart-pick-card,.modal-card,.modal-content,.modal-panel > *, .cart-choice-panel > *, .cart-pick-panel > *){
  pointer-events:auto;
}

/* Horizontal rows: allow buttons/cards to receive pointer events reliably while keeping scroll. */
html body :is(.hscroll,.products-grid-home,.offers-grid-home,#grid,#specialRow){
  pointer-events:auto;
}


/* V29 unified product card badges
   One badge system for all product cards. Badges are decorative and never steal clicks. */
html body .product-card > .relative{
  position:relative;
  overflow:hidden;
}
html body .product-card .product-card-badges{
  position:absolute;
  top:9px;
  z-index:14;
  display:flex;
  flex-direction:column;
  gap:5px;
  max-width:calc(72% - 18px);
  pointer-events:none;
}
html body .product-card .product-card-badges-left{
  left:9px;
  right:auto;
  align-items:flex-start;
}
html[dir="rtl"] body .product-card .product-card-badges-left{
  left:9px;
  right:auto;
}
html body .product-card .product-card-badges-right{
  right:9px;
  left:auto;
  align-items:flex-end;
}
html[dir="rtl"] body .product-card .product-card-badges-right{
  right:9px;
  left:auto;
}
html body .product-card .product-card-badges .product-card-badge,
html body .product-card .product-card-badge{
  position:static;
  inset:auto;
  width:auto;
  max-width:100%;
  min-width:0;
  height:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:4px;
  padding:.25rem .48rem;
  border-radius:999px;
  font-size:9.5px;
  line-height:1;
  font-weight:650;
  letter-spacing:0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  pointer-events:none;
  border:1px solid rgba(255,255,255,.45);
  box-shadow:0 5px 14px rgba(15,23,42,.15);
}
html body .product-card .product-card-badge-discount,
html body .product-card .product-card-main-badge.product-card-badge{
  background:linear-gradient(135deg,#111827,#374151);
  color:#fff;
}
html body .product-card .product-card-badge-bxgy{
  background:linear-gradient(135deg,#C89B3C,#E7C878);
  color:#111827;
}
html body .product-card .product-card-badge-featured,
html body .product-card .product-card-featured-badge.product-card-badge{
  background:linear-gradient(135deg,#15803d,#22c55e);
  color:#fff;
}
html body .product-card .product-card-badge-new{
  background:linear-gradient(135deg,#fff7df,#f2d48b);
  color:#6b4f16;
  border-color:rgba(200,155,60,.42);
}
html body .product-card .product-card-badge-out{
  background:linear-gradient(135deg,#4b5563,#111827);
  color:#fff;
}
@media (max-width:640px){
  html body .product-card .product-card-badges{top:8px;gap:4px;max-width:calc(74% - 16px);}
  html body .product-card .product-card-badges-left{left:8px;}
  html body .product-card .product-card-badges-right{right:8px;}
  html body .product-card .product-card-badge{font-size:8.6px;padding:.22rem .40rem;}
}


/* 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/brand-page.css */

/* ===== assets/css/brand-page.css ===== */
/* ===== brand.html inline style 1 ===== */
.tag-right-bxgy{
  position:absolute; top:.55rem; inset-inline-end:.55rem;
  background:#111827; color:#fff; padding:.28rem .50rem;
  border-radius:.50rem; font-weight:800; font-size:11px; line-height:1;
  box-shadow:0 2px 6px rgba(0,0,0,.15);
  white-space:nowrap;
}

/* ===== brand.html inline style 2 ===== */
:root{
      --gold:#C89B3C;
      --white:#ffffff;
      --black:#111827;
    }
    /* ===== Sticky Nav ===== */
    #site-nav{position:sticky;top:0;z-index:var(--z-nav,1000);background:rgba(255,255,255,.82);;border-bottom:1px solid #eee}

    /* ===== Full-bleed Hero ===== */
    .hero-bleed{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw}
    .hero-full{position:relative;width:100%;min-height:58vh}
    @media (min-width:768px){.hero-full{min-height:66vh}}
    .hero-img-full{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:none}
    .hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.28) 45%,rgba(0,0,0,.1) 70%,transparent)}
    .hero-content{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:2rem;z-index:1}
    .hero-textbox{width:min(92vw,60rem);text-align:center;color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.35)}
    .hero-title{font-weight:900}
    .hero-sub{opacity:.95}
    .skel{position:relative;overflow:hidden}
    .skel::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.04),rgba(0,0,0,.08),rgba(0,0,0,.04));transform:translateX(-100%);animation:sk 1.2s infinite}
    @keyframes sk{to{transform:translateX(100%)}}

    /* ===== Controls ===== */
    .chip{--c:#e5e7eb;--bg:#fff;--tx:#111827;display:inline-flex;align-items:center;gap:.45rem;padding:.46rem .8rem;border:1px solid var(--c);border-radius:9999px;background:var(--bg);color:var(--tx);font-size:.9rem;cursor:pointer;user-select:none;transition:.18s}
    .chip input{display:none}
    .chip.active{border-color:var(--gold);background:#fff1bf;color:#111}
    .seg{display:inline-flex;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden}
    .seg button{padding:.45rem .7rem;font-size:.85rem}
    .seg button.active{background:#fff6e5;color:var(--gold);font-weight:600}

    /* ===== Product Card ===== */
    .product-card{position:relative;border:1px solid #eee;border-radius:1rem;background:#fff;overflow:hidden;transition:transform .18s,box-shadow .18s,border-color .18s}
    .product-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,0,0,.10);border-color:var(--gold);background:#fffefb}
    .p-img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#fff}
    .p-body{padding:.85rem .9rem 1rem}
    .p-title{font-weight:800;line-height:1.2;margin-bottom:.35rem}
    .p-meta{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-top:.4rem}
    .price{font-weight:900}
    .old{color:#9ca3af;text-decoration:line-through;margin-inline-start:.5rem;font-weight:600}
    .add-btn{margin-top:.5rem;width:100%;border:1px solid #e5e7eb;border-radius:.75rem;padding:.55rem .8rem;font-weight:700}
    .add-btn:hover{border-color:var(--gold);background:#fff8e8}

    /* Tags */
    .tag-left,.tag-right{position:absolute;top:.55rem;padding:.26rem .5rem;border-radius:.5rem;color:#fff;font-weight:800;font-size:11px;line-height:1;box-shadow:0 2px 6px rgba(0,0,0,.15)}
    .tag-left{left:.55rem;background:#ef4444}
    .tag-right{right:.55rem;background:#16a34a}

    /* Swatches (reserve height even if empty to align buttons) */
    .swatches{
      display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.55rem;
      min-height:22px; /* keeps cards same height even with no colors */
    }
    .swatch{width:18px;height:18px;border-radius:9999px;border:1px solid #e5e7eb;cursor:pointer;position:relative;background:#f3f4f6;overflow:hidden}
    .swatch[data-img]{background-size:cover;background-position:center}
    .swatch:focus{outline:2px solid var(--gold);outline-offset:2px}
    .swatch.active{box-shadow:0 0 0 2px #fff inset,0 0 0 2px var(--gold)}

    /* ===== Modal Filters/Sort ===== */
    .chip-btn{display:inline-flex;align-items:center;gap:.5rem;border:1px solid #e5e7eb;border-radius:999px;padding:.55rem .9rem;background:#fff;font-weight:700}
    .chip-btn:hover{border-color:var(--gold);background:#fff8e8}
    .chip-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;height:1.35rem;border-radius:999px;background:#111;color:#fff;font-size:.78rem;font-weight:700}
    .modal-mask{position:fixed;inset:0;background:rgba(0,0,0,.45);display:none;z-index:var(--z-modal-overlay,2000)}
    .modal-mask.active{display:block}
    .modal-panel{position:fixed;inset:0;display:none;place-items:center;z-index:var(--z-modal,2010)}
    .modal-panel.active{display:grid}
    .modal-card{width:min(92vw,720px);max-height:88vh;overflow:auto;background:#fff;border-radius:16px;box-shadow:0 24px 70px rgba(0,0,0,.24)}
    .modal-head{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #eee}
    .modal-body{padding:16px}
    .modal-foot{padding:12px 16px;border-top:1px solid #eee;display:flex;gap:8px;justify-content:flex-end}
    .field{display:grid;gap:6px;margin-bottom:12px;text-align:start}
    .field label{font-weight:700;font-size:.92rem}
    .field select,.field input{border:1px solid #e5e7eb;border-radius:12px;padding:.6rem .7rem;background:#fff;width:100%}
  
    /* ===== Cart Picker Modal ===== */
    .cart-modal-hidden{display:none}
    .cart-choice{border:1px solid #e5e7eb;border-radius:.85rem;padding:.5rem .75rem;font-weight:800;background:#fff;cursor:pointer}
    .cart-choice.active{border-color:#111827;background:#f9fafb;box-shadow:0 3px 10px rgba(0,0,0,.06)}
    .cart-color{width:32px;height:32px;border-radius:9999px;border:2px solid #fff;outline:2px solid #e5e7eb;box-shadow:0 1px 0 rgba(16,24,40,.04);cursor:pointer;background:#ddd}
    .cart-color.active{outline-color:#111827}
    .cart-color[data-img]{background-size:cover;background-position:center}

    /* ===== Cart Success Toast ===== */
    .cart-toast{
      position:fixed;
      inset-inline-start:50%;
      bottom:24px;
      transform:translateX(-50%) translateY(120%);
      width:min(430px, calc(100% - 24px));
      background:#fff;
      color:#111827;
      border:1px solid rgba(17,24,39,.08);
      border-radius:18px;
      box-shadow:0 18px 45px rgba(0,0,0,.18);
      padding:14px 15px;
      z-index:var(--z-toast,3000);
      opacity:0;
      pointer-events:none;
      transition:opacity .3s ease, transform .3s ease;
      direction:rtl;
    }
    .cart-toast.show{
      opacity:1;
      pointer-events:auto;
      transform:translateX(-50%) translateY(0);
    }
    .cart-toast.en{direction:ltr}
    .cart-toast-content{
      display:flex;
      align-items:center;
      gap:12px;
    }
    .cart-toast-icon{
      width:38px;
      height:38px;
      min-width:38px;
      border-radius:999px;
      display:grid;
      place-items:center;
      background:#16a34a;
      color:#fff;
      font-size:19px;
      font-weight:900;
      box-shadow:0 8px 18px rgba(22,163,74,.28);
    }
    .cart-toast-text{
      flex:1;
      min-width:0;
      text-align:start;
    }
    .cart-toast-title{
      font-weight:900;
      font-size:15px;
      line-height:1.35;
      margin-bottom:2px;
    }
    .cart-toast-message{
      color:#6b7280;
      font-size:13px;
      line-height:1.45;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .cart-toast-actions{
      display:flex;
      align-items:center;
      gap:8px;
    }
    .cart-toast-cart-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:34px;
      padding:7px 12px;
      border-radius:999px;
      background:#111827;
      color:#fff;
      font-size:12px;
      font-weight:800;
      text-decoration:none;
      white-space:nowrap;
      transition:transform .18s ease, opacity .18s ease;
    }
    .cart-toast-cart-btn:hover{transform:translateY(-1px);opacity:.92}
    .cart-toast-close{
      width:32px;
      height:32px;
      min-width:32px;
      border:0;
      border-radius:999px;
      background:#f3f4f6;
      color:#374151;
      cursor:pointer;
      display:grid;
      place-items:center;
      font-size:18px;
      line-height:1;
      transition:background .18s ease;
    }
    .cart-toast-close:hover{background:#e5e7eb}

    @media (max-width:480px){
      .cart-toast{
        bottom:14px;
        padding:12px;
        border-radius:16px;
      }
      .cart-toast-content{gap:10px}
      .cart-toast-icon{
        width:34px;
        height:34px;
        min-width:34px;
        font-size:17px;
      }
      .cart-toast-title{font-size:14px}
      .cart-toast-message{font-size:12px}
      .cart-toast-cart-btn{
        min-height:32px;
        padding:7px 10px;
        font-size:11px;
      }
      .cart-toast-close{
        width:30px;
        height:30px;
        min-width:30px;
      }
    }

/* ===== brand.html inline style 3 #chicona-final-card-tune ===== */
/* Final card tune: smaller, softer, square images, badges left/right */
.product-card{display:flex;flex-direction:column;height:100%;min-width:0;overflow:hidden;border-radius:15px;background:#fff;font-family:"Tajawal","Cairo",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;box-shadow:0 1px 2px rgba(15,23,42,.025);}
.product-card:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(15,23,42,.06);}
.product-card>.relative,.product-card>a:first-of-type,.product-card .product-media,.product-card .p-media,.product-card .media,.product-card .img-wrap{position:relative;display:block;width:100%;aspect-ratio:1/1;height:auto;min-height:0;max-height:none;flex:0 0 auto;overflow:hidden;background:#f8fafc;border-radius:0;}
.product-card>.relative>a,.product-card>a:first-of-type,.product-card .product-media>a,.product-card .p-media>a,.product-card .img-wrap>a{display:block;width:100%;height:100%;overflow:hidden;}
.product-card img.p-img,.product-card .p-img,.product-card .product-img,.product-card .product-image{display:block;width:100%;height:100%;aspect-ratio:auto;object-fit:cover;object-position:center;background:#f8fafc;}
.product-card .p-body,.product-card .product-body,.product-card [class*="p-body"]{display:flex;flex-direction:column;flex:1 1 auto;padding:10px;gap:6px;min-height:138px;}
.product-card .p-title,.product-card .product-title,.product-card h3,.product-card .title{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.55em;max-height:2.55em;margin:0;text-align:center;font-size:clamp(13.5px,3.45vw,15.5px);line-height:1.28;font-weight:650;letter-spacing:0;color:#111827;}
.product-card .swatches,.product-card .product-swatches,.product-card .colors-row{display:flex;align-items:center;justify-content:center;gap:6px;min-height:22px;height:22px;margin:0;overflow:hidden;}
.product-card .swatch{width:16px;height:16px;flex:0 0 auto;}
.product-card .p-meta,.product-card .product-price,.product-card .price-row{min-height:35px;height:35px;display:flex;align-items:center;justify-content:center;margin:0;text-align:center;}
.product-card .p-meta>div,.product-card .product-price>div,.product-card .price-row>div{width:100%;display:flex;align-items:center;justify-content:center;gap:5px;flex-wrap:wrap;}
.product-card .price{display:inline-flex;align-items:baseline;justify-content:center;white-space:nowrap;font-size:clamp(15.5px,3.75vw,18px);line-height:1.1;font-weight:650;color:#111827;}
.product-card .old,.product-card .price-old{display:inline-flex;align-items:center;white-space:nowrap;margin:0;font-size:clamp(10.5px,2.8vw,12.5px);line-height:1.1;font-weight:450;color:#9ca3af;text-decoration:line-through;}
.product-card .add-btn,.product-card .btn-add,.product-card button[data-id],.product-card .product-actions a,.product-card .product-actions button{min-height:35px;width:100%;display:flex;align-items:center;justify-content:center;margin-top:auto;white-space:nowrap;font-size:clamp(12.8px,3.3vw,14.5px);line-height:1.1;font-weight:650;border-radius:11px;}
.product-card :is(.tag-left,.tag-bxgy,.tag-right-bxgy,.offer-badge,.promo-badge),.product-card :is(.offer-badge[data-type="percent"],.offer-badge[data-type="fixed"],.promo-badge[data-type="percent"],.promo-badge[data-type="fixed"]){position:absolute;top:9px;left:9px;right:auto;inset-inline-start:auto;inset-inline-end:auto;z-index:12;width:auto;max-width:calc(50% - 12px);display:inline-flex;align-items:center;justify-content:center;padding:.25rem .48rem;border-radius:999px;font-size:9.5px;line-height:1;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:linear-gradient(135deg,#111827,#374151);color:#fff;border:1px solid rgba(255,255,255,.35);box-shadow:0 5px 14px rgba(15,23,42,.15);direction:inherit;}
.product-card .tag-right{position:absolute;top:9px;right:9px;left:auto;inset-inline-start:auto;inset-inline-end:auto;z-index:13;max-width:calc(50% - 12px);display:inline-flex;align-items:center;justify-content:center;padding:.25rem .48rem;border-radius:999px;font-size:9.5px;line-height:1;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;border:1px solid rgba(255,255,255,.35);box-shadow:0 5px 14px rgba(21,128,61,.15);}
@media (max-width:640px){.product-card{border-radius:13px}.product-card .p-body,.product-card .product-body,.product-card [class*="p-body"]{min-height:132px;padding:9px;gap:5px}.product-card .p-title,.product-card .product-title,.product-card h3,.product-card .title{font-size:13.5px;line-height:1.28;min-height:2.55em;max-height:2.55em}.product-card .p-meta,.product-card .product-price,.product-card .price-row{min-height:33px;height:33px}.product-card .price{font-size:15.5px}.product-card .old,.product-card .price-old{font-size:10.5px}.product-card .add-btn,.product-card .btn-add,.product-card button[data-id]{min-height:34px;font-size:12.8px}.product-card :is(.tag-left,.tag-bxgy,.tag-right-bxgy,.offer-badge,.promo-badge){top:8px;left:8px;padding:.23rem .42rem;font-size:9px}.product-card .tag-right{top:8px;right:8px;padding:.23rem .42rem;font-size:9px}}

/* ===== brand.html inline style 4 #chicona-final-compact-fix ===== */
/* Last-loaded compact fix: keeps product images square, smaller home cards, badges split left/right */
.product-card{position:relative;display:flex;flex-direction:column;height:100%;overflow:hidden;border-radius:14px;font-family:"Tajawal","Cairo",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;}
.product-card>.relative,.product-card>a:first-of-type,.product-card .product-media,.product-card .p-media,.product-card .media,.product-card .img-wrap{position:relative;display:block;width:100%;aspect-ratio:1/1;height:auto;overflow:hidden;background:#fafafa;}
.product-card>.relative>a,.product-card>a:first-of-type,.product-card .product-media>a,.product-card .p-media>a,.product-card .img-wrap>a{display:block;width:100%;height:100%;}
.product-card img.p-img,.product-card .p-img,.product-card .product-img,.product-card .product-image{width:100%;height:100%;display:block;object-fit:cover;object-position:center;background:#fafafa;}
.product-card .p-body,.product-card .product-body,.product-card [class*="p-body"]{display:flex;flex-direction:column;flex:1 1 auto;padding:8px;gap:5px;min-height:118px;}
.product-card .p-title,.product-card .product-title,.product-card h3,.product-card .title{font-size:clamp(12.2px,3.15vw,14px);line-height:1.28;font-weight:550;min-height:2.55em;max-height:2.55em;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-align:center;margin:0;color:#111827;letter-spacing:0;}
.product-card .swatches,.product-card .product-swatches,.product-card .colors-row{min-height:20px;height:20px;display:flex;align-items:center;justify-content:center;gap:5px;margin:0;overflow:hidden;}
.product-card .swatch{width:14px;height:14px;}
.product-card .p-meta,.product-card .product-price,.product-card .price-row{min-height:30px;height:30px;display:flex;align-items:center;justify-content:center;text-align:center;margin:0;}
.product-card .p-meta>div,.product-card .product-price>div,.product-card .price-row>div{display:flex;align-items:center;justify-content:center;gap:4px;flex-wrap:wrap;width:100%;}
.product-card .price{font-size:clamp(14px,3.35vw,16px);line-height:1.1;font-weight:600;white-space:nowrap;color:#111827;}
.product-card .old,.product-card .price-old{font-size:clamp(9.5px,2.45vw,11.5px);line-height:1.1;font-weight:400;white-space:nowrap;color:#9ca3af;text-decoration:line-through;margin:0;}
.product-card .add-btn,.product-card .btn-add,.product-card button[data-id],.product-card .product-actions a,.product-card .product-actions button,.product-card .view-btn{min-height:32px;font-size:clamp(11.8px,3vw,13px);font-weight:550;border-radius:10px;margin-top:auto;width:100%;display:flex;align-items:center;justify-content:center;white-space:nowrap;}
.product-card :is(.tag-left,.tag-bxgy,.tag-right-bxgy,.offer-badge,.promo-badge){position:absolute;top:8px;left:8px;right:auto;inset-inline-start:auto;inset-inline-end:auto;z-index:12;max-width:calc(50% - 12px);width:auto;display:inline-flex;align-items:center;justify-content:center;padding:.22rem .42rem;border-radius:999px;font-size:8.8px;line-height:1;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:linear-gradient(135deg,#111827,#374151);color:#fff;border:1px solid rgba(255,255,255,.35);box-shadow:0 5px 14px rgba(15,23,42,.15);}
.product-card .tag-right{position:absolute;top:8px;right:8px;left:auto;inset-inline-start:auto;inset-inline-end:auto;z-index:13;max-width:calc(50% - 12px);width:auto;display:inline-flex;align-items:center;justify-content:center;padding:.22rem .42rem;border-radius:999px;font-size:8.8px;line-height:1;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;border:1px solid rgba(255,255,255,.35);box-shadow:0 5px 14px rgba(21,128,61,.15);}
#specialRow .product-card{flex:0 0 clamp(145px,42vw,185px);max-width:clamp(145px,42vw,185px);}
@media (min-width:768px){#specialRow .product-card{flex-basis:clamp(165px,20vw,200px);max-width:clamp(165px,20vw,200px);}}
@media (max-width:640px){.product-card .p-body,.product-card .product-body,.product-card [class*="p-body"]{min-height:114px;padding:7px;gap:4px}.product-card .p-title,.product-card .product-title,.product-card h3,.product-card .title{font-size:12.2px}.product-card .price{font-size:14.2px}.product-card .old,.product-card .price-old{font-size:9.5px}.product-card .add-btn,.product-card .btn-add,.product-card button[data-id],.product-card .view-btn{min-height:31px;font-size:11.8px}.product-card :is(.tag-left,.tag-bxgy,.tag-right-bxgy,.offer-badge,.promo-badge){top:7px;left:7px;font-size:8.3px;padding:.2rem .36rem}.product-card .tag-right{top:7px;right:7px;font-size:8.3px;padding:.2rem .36rem}}


/* ===== Brand product component styles ===== */
/* Chicona V10 product-card and brand variant modal polish
   1) Equalizes all product cards on product.html horizontal rows.
   2) Makes brand.html color/size picker look and behave like the home page picker. */

/* ===== product.html: equal product-card sizing ===== */
body[data-page-name="product"] #likeRow,
body[data-page-name="product"] #vendorRow{
  align-items:stretch;
  gap:14px;
  padding:6px 4px 12px;
  scroll-padding-inline:8px;
}
body[data-page-name="product"] #likeRow .product-card,
body[data-page-name="product"] #vendorRow .product-card{
  flex:0 0 236px;
  width:236px;
  min-width:236px;
  max-width:236px;
  height:390px;
  min-height:390px;
  max-height:390px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-radius:16px;
}
body[data-page-name="product"] #likeRow .product-card > .relative,
body[data-page-name="product"] #vendorRow .product-card > .relative,
body[data-page-name="product"] #likeRow .product-card .product-media,
body[data-page-name="product"] #vendorRow .product-card .product-media{
  flex:0 0 236px;
  width:236px;
  height:236px;
  aspect-ratio:auto;
  overflow:hidden;
}
body[data-page-name="product"] #likeRow .product-card .p-img,
body[data-page-name="product"] #vendorRow .product-card .p-img,
body[data-page-name="product"] #likeRow .product-card img.p-img,
body[data-page-name="product"] #vendorRow .product-card img.p-img{
  width:100%;
  height:100%;
  aspect-ratio:auto;
  object-fit:cover;
}
body[data-page-name="product"] #likeRow .product-card .p-body,
body[data-page-name="product"] #vendorRow .product-card .p-body{
  flex:1 1 auto;
  height:154px;
  min-height:154px;
  max-height:154px;
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:10px;
  overflow:hidden;
}
body[data-page-name="product"] #likeRow .product-card .p-title,
body[data-page-name="product"] #vendorRow .product-card .p-title{
  flex:0 0 39px;
  min-height:39px;
  max-height:39px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  line-height:1.32;
  font-size:14.5px;
  text-align:center;
}
body[data-page-name="product"] #likeRow .product-card .pc-swatches,
body[data-page-name="product"] #vendorRow .product-card .pc-swatches,
body[data-page-name="product"] #likeRow .product-card .swatches,
body[data-page-name="product"] #vendorRow .product-card .swatches{
  flex:0 0 22px;
  height:22px;
  min-height:22px;
  max-height:22px;
  display:flex;
  justify-content:center;
  align-items:center;
  overflow:hidden;
  margin:0;
}
body[data-page-name="product"] #likeRow .product-card .p-meta,
body[data-page-name="product"] #vendorRow .product-card .p-meta{
  flex:0 0 31px;
  height:31px;
  min-height:31px;
  max-height:31px;
  margin:0;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
body[data-page-name="product"] #likeRow .product-card .add-btn,
body[data-page-name="product"] #vendorRow .product-card .add-btn{
  flex:0 0 36px;
  height:36px;
  min-height:36px;
  margin-top:auto;
}
@media (max-width:767px){
  body[data-page-name="product"] #likeRow,
  body[data-page-name="product"] #vendorRow{gap:11px;padding-inline:2px;}
  body[data-page-name="product"] #likeRow .product-card,
  body[data-page-name="product"] #vendorRow .product-card{
    flex-basis:178px;
    width:178px;
    min-width:178px;
    max-width:178px;
    height:326px;
    min-height:326px;
    max-height:326px;
    border-radius:14px;
  }
  body[data-page-name="product"] #likeRow .product-card > .relative,
  body[data-page-name="product"] #vendorRow .product-card > .relative{
    flex-basis:178px;
    width:178px;
    height:178px;
  }
  body[data-page-name="product"] #likeRow .product-card .p-body,
  body[data-page-name="product"] #vendorRow .product-card .p-body{
    height:148px;
    min-height:148px;
    max-height:148px;
    padding:9px;
    gap:5px;
  }
  body[data-page-name="product"] #likeRow .product-card .p-title,
  body[data-page-name="product"] #vendorRow .product-card .p-title{
    flex-basis:36px;
    min-height:36px;
    max-height:36px;
    font-size:13.2px;
  }
  body[data-page-name="product"] #likeRow .product-card .add-btn,
  body[data-page-name="product"] #vendorRow .product-card .add-btn{
    height:34px;
    min-height:34px;
    flex-basis:34px;
  }
}

/* ===== brand.html: picker modal like home page ===== */
body[data-page-name="brand"] #cartPickerModal:not(.cart-modal-hidden){
  display:block;
  position:fixed;
  inset:0;
  z-index:var(--z-modal,2010);
}
body[data-page-name="brand"] #cartPickerBackdrop{
  position:absolute;
  inset:0;
  background:rgba(2,6,23,.48);
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
}
body[data-page-name="brand"] #cartPickerModal > .absolute.inset-0.flex{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px;
  pointer-events:none;
}
body[data-page-name="brand"] #cartPickerModal > .absolute.inset-0.flex > div{
  pointer-events:auto;
  width:min(100%,520px);
  max-height:88vh;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid rgba(226,232,240,.95);
  border-radius:20px;
  background:#fff;
  box-shadow:0 18px 45px rgba(17,24,39,.10), 0 2px 10px rgba(17,24,39,.04);
}
body[data-page-name="brand"] #cartPickerModal .px-5.py-4.border-b{
  padding:14px 16px;
  border-bottom:1px solid #eef2f7;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
body[data-page-name="brand"] #cartPickerTitle{
  margin:0;
  font-size:16px;
  font-weight:800;
  color:#111827;
}
body[data-page-name="brand"] #cartPickerClose{
  width:auto;
  min-width:72px;
  height:34px;
  border:1px solid #e5e7eb;
  border-radius:10px;
  background:#fff;
  color:#111827;
  font-size:0;
}
body[data-page-name="brand"] #cartPickerClose::before{
  content:'إغلاق';
  font-size:13px;
  font-weight:700;
}
html[lang="en"] body[data-page-name="brand"] #cartPickerClose::before{content:'Close';}
body[data-page-name="brand"] #cartPickerModal .px-5.py-4.space-y-4{
  padding:16px;
  display:grid;
  gap:16px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}
body[data-page-name="brand"] #cartPickerModal .flex.gap-3.items-center{
  display:grid;
  grid-template-columns:74px minmax(0,1fr);
  gap:12px;
  align-items:center;
}
body[data-page-name="brand"] #cartPickerImg{
  width:74px;
  height:74px;
  flex:0 0 74px;
  object-fit:cover;
  border-radius:12px;
  border:1px solid #e5e7eb;
  background:#fff;
}
body[data-page-name="brand"] #cartPickerName{
  font-weight:800;
  line-height:1.35;
  color:#111827;
  display:-webkit-box;
  -webkit-line-clamp:2;
  line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
body[data-page-name="brand"] #cartPickerPrice{
  margin-top:4px;
  color:#111827;
  font-weight:700;
}
body[data-page-name="brand"] #cartPickerColorsBox.hidden,
body[data-page-name="brand"] #cartPickerSizesBox.hidden,
body[data-page-name="brand"] #cartPickerMsg.hidden{display:none;}
body[data-page-name="brand"] #cartPickerColorsLabel,
body[data-page-name="brand"] #cartPickerSizesLabel{
  font-size:13px;
  font-weight:800;
  color:#374151;
  margin:0 0 8px;
}
body[data-page-name="brand"] #cartPickerColors,
body[data-page-name="brand"] #cartPickerSizes{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
}
body[data-page-name="brand"] #cartPickerModal .cart-color-chip,
body[data-page-name="brand"] #cartPickerModal .cart-size-chip{
  border:1px solid #e5e7eb;
  border-radius:999px;
  background:#fff;
  padding:.48rem .75rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.45rem;
  min-height:36px;
  min-width:44px;
  font-weight:700;
  font-size:.9rem;
  cursor:pointer;
  color:#111827;
  transition:border-color .18s ease, background-color .18s ease, color .18s ease;
}
body[data-page-name="brand"] #cartPickerModal .cart-color-chip:hover,
body[data-page-name="brand"] #cartPickerModal .cart-size-chip:hover{
  border-color:#C89B3C;
  background:#fff8e8;
}
body[data-page-name="brand"] #cartPickerModal .cart-color-chip.active,
body[data-page-name="brand"] #cartPickerModal .cart-size-chip.active{
  border-color:#111827;
  background:#111827;
  color:#fff;
}
body[data-page-name="brand"] #cartPickerModal .cart-color-dot{
  width:18px;
  height:18px;
  flex:0 0 18px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  box-shadow:0 0 0 2px rgba(255,255,255,.7) inset;
  background:#ddd;
}
body[data-page-name="brand"] #cartPickerModal .cart-color-name{
  max-width:105px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
body[data-page-name="brand"] #cartPickerMsg{
  color:#b91c1c;
  font-size:13px;
  font-weight:700;
  min-height:18px;
}
body[data-page-name="brand"] #cartPickerModal .flex.justify-end.gap-2.pt-2{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  padding:12px 16px;
  margin:0 -16px -16px;
  border-top:1px solid #eef2f7;
}
body[data-page-name="brand"] #cartPickerCancel,
body[data-page-name="brand"] #cartPickerAdd{
  min-height:38px;
  border-radius:10px;
  padding:.5rem 1rem;
  font-weight:700;
}
body[data-page-name="brand"] #cartPickerAdd{
  background:#111827;
  color:#fff;
  border:1px solid #111827;
}
body[data-page-name="brand"] #cartPickerCancel{
  background:#fff;
  color:#111827;
  border:1px solid #e5e7eb;
}
@media (max-width:640px){
  body[data-page-name="brand"] #cartPickerModal > .absolute.inset-0.flex{
    align-items:flex-end;
    padding:0;
  }
  body[data-page-name="brand"] #cartPickerModal > .absolute.inset-0.flex > div{
    width:100%;
    max-height:88vh;
    border-radius:18px 18px 0 0;
  }
  body[data-page-name="brand"] #cartPickerImg{
    width:66px;
    height:66px;
  }
  body[data-page-name="brand"] #cartPickerModal .flex.gap-3.items-center{
    grid-template-columns:66px minmax(0,1fr);
  }
  body[data-page-name="brand"] #cartPickerModal .flex.justify-end.gap-2.pt-2{
    flex-wrap:wrap;
  }
  body[data-page-name="brand"] #cartPickerMsg{
    width:100%;
    text-align:center;
  }
  body[data-page-name="brand"] #cartPickerCancel,
  body[data-page-name="brand"] #cartPickerAdd{
    flex:1 1 0;
  }
}

/* ===== brand.html: shared cart choice modal (same component as home/products) ===== */
body[data-page-name="brand"] .cart-choice-overlay{
  position:fixed;
  inset:0;
  display:none;
  background:rgba(15,23,42,.48);
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
  z-index:var(--z-modal-overlay,2000);
}
body[data-page-name="brand"] .cart-choice-overlay.active{display:block;}
body[data-page-name="brand"] .cart-choice-panel{
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  padding:16px;
  z-index:var(--z-modal,2010);
  pointer-events:none;
}
body[data-page-name="brand"] .cart-choice-panel.active{display:flex;}
body[data-page-name="brand"] .cart-choice-card{
  pointer-events:auto;
  width:min(94vw,520px);
  max-height:92vh;
  overflow:hidden;
  background:#fff;
  color:#111827;
  border:1px solid #eef2f7;
  border-radius:20px;
  box-shadow:0 18px 45px rgba(17,24,39,.10), 0 2px 10px rgba(17,24,39,.04);
  display:flex;
  flex-direction:column;
  transform:translateY(8px) scale(.98);
  opacity:0;
  transition:transform .18s ease, opacity .18s ease;
}
body[data-page-name="brand"] .cart-choice-panel.active .cart-choice-card{
  transform:translateY(0) scale(1);
  opacity:1;
}
body[data-page-name="brand"] .cart-choice-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 16px;
  border-bottom:1px solid #eef2f7;
}
body[data-page-name="brand"] .cart-choice-head strong{
  font-size:16px;
  font-weight:800;
  color:#111827;
}
body[data-page-name="brand"] .cart-choice-body{
  padding:16px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}
body[data-page-name="brand"] .cart-choice-product{
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px;
  border:1px solid #f1f5f9;
  border-radius:14px;
  background:#fafafa;
  margin-bottom:14px;
}
body[data-page-name="brand"] .cart-choice-img{
  width:74px;
  height:74px;
  object-fit:cover;
  border-radius:12px;
  border:1px solid #e5e7eb;
  background:#fff;
  flex:0 0 auto;
}
body[data-page-name="brand"] .cart-choice-title{
  font-weight:800;
  line-height:1.35;
  color:#111827;
  display:-webkit-box;
  -webkit-line-clamp:2;
  line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
body[data-page-name="brand"] .cart-choice-price{
  margin-top:4px;
  color:#111827;
  font-weight:700;
}
body[data-page-name="brand"] .cart-choice-label{
  font-size:13px;
  font-weight:800;
  color:#374151;
  margin:12px 0 8px;
}
body[data-page-name="brand"] .cart-choice-colors,
body[data-page-name="brand"] .cart-choice-sizes{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
}
body[data-page-name="brand"] .cart-color-chip,
body[data-page-name="brand"] .cart-size-chip{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:7px 11px;
  border:1px solid #e5e7eb;
  border-radius:999px;
  background:#fff;
  color:#111827;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  transition:.15s ease;
}
body[data-page-name="brand"] .cart-color-chip:hover,
body[data-page-name="brand"] .cart-size-chip:hover{
  border-color:#C89B3C;
  background:#fff8e8;
}
body[data-page-name="brand"] .cart-color-chip.active,
body[data-page-name="brand"] .cart-size-chip.active{
  border-color:#111827;
  background:#111827;
  color:#fff;
}
body[data-page-name="brand"] .cart-color-dot{
  width:18px;
  height:18px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  box-shadow:0 0 0 2px rgba(255,255,255,.7) inset;
  flex:0 0 auto;
  background:#ddd;
}
body[data-page-name="brand"] .cart-color-name{
  max-width:105px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
body[data-page-name="brand"] .cart-choice-foot{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  padding:13px 16px;
  border-top:1px solid #eef2f7;
}
body[data-page-name="brand"] .cart-choice-msg{
  margin-inline-end:auto;
  color:#b91c1c;
  font-size:13px;
  font-weight:700;
}
body[data-page-name="brand"] .cart-choice-foot button,
body[data-page-name="brand"] .cart-choice-head button{
  font-weight:700;
}
@media(max-width:520px){
  body[data-page-name="brand"] .cart-choice-panel{
    align-items:flex-end;
    padding:0;
  }
  body[data-page-name="brand"] .cart-choice-card{
    width:100%;
    max-height:88vh;
    border-radius:18px 18px 0 0;
  }
  body[data-page-name="brand"] .cart-choice-img{
    width:66px;
    height:66px;
  }
  body[data-page-name="brand"] .cart-choice-product{
    gap:10px;
  }
  body[data-page-name="brand"] .cart-choice-foot{
    flex-wrap:wrap;
  }
  body[data-page-name="brand"] .cart-choice-msg{
    width:100%;
    margin:0 0 4px;
    text-align:center;
  }
  body[data-page-name="brand"] .cart-choice-foot button{
    flex:1 1 0;
  }
}

/* assets/css/product-card-unified.css */
/* Unified product-card component. */
/* Chicona unified product cards — keep product cards consistent across all UI pages */
:root{
  --pc-card-bg:#ffffff;
  --pc-card-border:#eeeeee;
  --pc-text:#111827;
  --pc-muted:#9ca3af;
  --pc-gold:#C89B3C;
  --pc-feature:#16a34a;
}

body .product-card{
  position:relative;
  display:flex;
  flex-direction:column;
  height:100%;
  min-width:0;
  overflow:hidden;
  border:1px solid var(--pc-card-border);
  border-radius:1rem;
  background:var(--pc-card-bg);
  box-shadow:0 1px 2px rgba(15,23,42,.035);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
  font-family:"Tajawal","Cairo",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
}
body .product-card:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 28px rgba(15,23,42,.10);
  border-color:var(--pc-gold);
  background:#fffefb;
}

/* Product media: one square image area everywhere */
body .product-card > .relative,
body .product-card > a:first-of-type,
body .product-card .product-media,
body .product-card .p-media,
body .product-card .media,
body .product-card .img-wrap{
  position:relative;
  display:block;
  flex:0 0 auto;
  width:100%;
  aspect-ratio:1/1;
  height:auto;
  min-height:0;
  max-height:none;
  overflow:hidden;
  background:#fafafa;
  border-radius:0;
}
body .product-card > .relative > a,
body .product-card > a:first-of-type,
body .product-card .product-media > a,
body .product-card .p-media > a,
body .product-card .img-wrap > a{
  display:block;
  width:100%;
  height:100%;
  overflow:hidden;
}
body .product-card img.p-img,
body .product-card .p-img,
body .product-card img.product-img,
body .product-card .product-image{
  display:block;
  width:100%;
  height:100%;
  aspect-ratio:auto;
  object-fit:cover;
  object-position:center;
  background:#fafafa;
}

/* Product body layout */
body .product-card .p-body,
body .product-card .product-body,
body .product-card [class*="p-body"]{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
  padding:10px;
  gap:6px;
  min-height:132px;
}
body .product-card .p-title,
body .product-card .product-title,
body .product-card h3,
body .product-card .title{
  display:-webkit-box;
  -webkit-line-clamp:2;
  line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:2.55em;
  max-height:2.55em;
  margin:0;
  text-align:center;
  font-size:clamp(13px,3.25vw,15px);
  line-height:1.28;
  font-weight:600;
  letter-spacing:0;
  color:var(--pc-text);
}
body .product-card .swatches,
body .product-card .product-swatches,
body .product-card .colors-row{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  min-height:20px;
  height:20px;
  margin:0;
  overflow:hidden;
}
body .product-card .swatch{
  width:14px;
  height:14px;
  flex:0 0 auto;
}
body .product-card .p-meta,
body .product-card .product-price,
body .product-card .price-row{
  min-height:30px;
  height:30px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0;
  text-align:center;
}
body .product-card .p-meta > div,
body .product-card .product-price > div,
body .product-card .price-row > div{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:4px;
  flex-wrap:wrap;
}
body .product-card .price{
  display:inline-flex;
  align-items:baseline;
  justify-content:center;
  gap:4px;
  flex-wrap:wrap;
  white-space:nowrap;
  font-size:clamp(14.5px,3.45vw,16.5px);
  line-height:1.1;
  font-weight:650;
  color:var(--pc-text);
}
body .product-card .old,
body .product-card .price-old{
  display:inline-flex;
  align-items:center;
  white-space:nowrap;
  margin:0;
  margin-inline-start:4px;
  font-size:clamp(10px,2.5vw,12px);
  line-height:1.1;
  font-weight:450;
  color:var(--pc-muted);
  text-decoration:line-through;
}
body .product-card .add-btn,
body .product-card .btn-add,
body .product-card button[data-id],
body .product-card .product-actions a,
body .product-card .product-actions button,
body .product-card .view-btn{
  min-height:34px;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  margin-top:auto;
  padding:.48rem .65rem;
  white-space:nowrap;
  font-size:clamp(12.2px,3.1vw,13.8px);
  line-height:1.1;
  font-weight:600;
  border-radius:.75rem;
  border:1px solid #e5e7eb;
  background:#fff;
  color:var(--pc-text);
}
body .product-card .add-btn:hover,
body .product-card .btn-add:hover,
body .product-card button[data-id]:hover,
body .product-card .view-btn:hover{
  border-color:var(--pc-gold);
  background:#fff8e8;
}

/* Badges: offer/discount left, featured right. Never stack on top of each other. */
body .product-card :is(.tag-left,.tag-bxgy,.tag-right-bxgy,.offer-badge,.promo-badge){
  position:absolute;
  top:9px;
  left:9px;
  right:auto;
  inset-inline-start:auto;
  inset-inline-end:auto;
  z-index:12;
  width:auto;
  max-width:calc(50% - 12px);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:.25rem .48rem;
  border-radius:999px;
  font-size:9.5px;
  line-height:1;
  font-weight:650;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  background:linear-gradient(135deg,#111827,#374151);
  color:#fff;
  border:1px solid rgba(255,255,255,.35);
  box-shadow:0 5px 14px rgba(15,23,42,.15);
  direction:inherit;
}
body .product-card .tag-right{
  position:absolute;
  top:9px;
  right:9px;
  left:auto;
  inset-inline-start:auto;
  inset-inline-end:auto;
  z-index:13;
  max-width:calc(50% - 12px);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:.25rem .48rem;
  border-radius:999px;
  font-size:9.5px;
  line-height:1;
  font-weight:650;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  background:linear-gradient(135deg,#16a34a,#15803d);
  color:#fff;
  border:1px solid rgba(255,255,255,.35);
  box-shadow:0 5px 14px rgba(21,128,61,.15);
}
body .product-card:has(.tag-bxgy) .tag-left,
body .product-card:has(.tag-right-bxgy) .tag-left{
  display:none;
}

/* Home horizontal product row: same card design, controlled width */
body #specialRow .product-card{
  flex:0 0 clamp(165px,42vw,205px);
  max-width:clamp(165px,42vw,205px);
}
@media (min-width:768px){
  body #specialRow .product-card{
    flex-basis:clamp(185px,22vw,225px);
    max-width:clamp(185px,22vw,225px);
  }
}

@media (max-width:640px){
  body .product-card{border-radius:13px;}
  body .product-card .p-body,
  body .product-card .product-body,
  body .product-card [class*="p-body"]{min-height:126px;padding:9px;gap:5px;}
  body .product-card .p-title,
  body .product-card .product-title,
  body .product-card h3,
  body .product-card .title{font-size:12.8px;line-height:1.28;}
  body .product-card .price{font-size:14.8px;}
  body .product-card .old,
  body .product-card .price-old{font-size:10px;}
  body .product-card .add-btn,
  body .product-card .btn-add,
  body .product-card button[data-id],
  body .product-card .view-btn{min-height:32px;font-size:12px;}
  body .product-card :is(.tag-left,.tag-bxgy,.tag-right-bxgy,.offer-badge,.promo-badge){top:8px;left:8px;padding:.22rem .40rem;font-size:8.6px;}
  body .product-card .tag-right{top:8px;right:8px;padding:.22rem .40rem;font-size:8.6px;}
}

/* Phase 7 v2 hard unification: this is the only visual contract for product cards */
html body .product-card{
  position:relative;
  display:flex;
  flex-direction:column;
  height:100%;
  min-width:0;
  overflow:hidden;
  border:1px solid #eee;
  border-radius:1rem;
  background:#fff;
  box-shadow:0 1px 2px rgba(15,23,42,.035);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
  font-family:"Tajawal","Cairo",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
}
html body .product-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(15,23,42,.10);border-color:var(--gold,#C89B3C);background:#fffefb;}
html body .product-card > .relative{position:relative;display:block;width:100%;aspect-ratio:1/1;height:auto;overflow:hidden;background:#fafafa;flex:0 0 auto;border-radius:0;}
html body .product-card > .relative > a{display:block;width:100%;height:100%;overflow:hidden;}
html body .product-card img.p-img{display:block;width:100%;height:100%;aspect-ratio:auto;object-fit:cover;object-position:center;background:#fafafa;}
html body .product-card .p-body{display:flex;flex-direction:column;flex:1 1 auto;padding:10px;gap:6px;min-height:132px;}
html body .product-card .p-title{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.55em;max-height:2.55em;margin:0;text-align:center;font-size:clamp(13px,3.25vw,15px);line-height:1.28;font-weight:600;letter-spacing:0;color:#111827;text-decoration:none;}
html body .product-card .swatches{display:flex;align-items:center;justify-content:center;gap:5px;min-height:20px;height:20px;margin:0;overflow:hidden;}
html body .product-card .swatch{width:14px;height:14px;min-width:14px;min-height:14px;flex:0 0 auto;border-radius:999px;}
html body .product-card .p-meta{min-height:30px;height:30px;display:flex;align-items:center;justify-content:center;margin:0;text-align:center;}
html body .product-card .p-meta > div{width:100%;display:flex;align-items:center;justify-content:center;gap:4px;flex-wrap:wrap;}
html body .product-card .price{display:inline-flex;align-items:baseline;justify-content:center;white-space:nowrap;font-size:clamp(14.5px,3.45vw,16.5px);line-height:1.1;font-weight:650;color:#111827;}
html body .product-card .old{display:inline-flex;align-items:center;white-space:nowrap;margin:0;margin-inline-start:4px;font-size:clamp(10px,2.5vw,12px);line-height:1.1;font-weight:450;color:#9ca3af;text-decoration:line-through;}
html body .product-card .add-btn{min-height:34px;width:100%;display:flex;align-items:center;justify-content:center;gap:5px;margin-top:auto;padding:.48rem .65rem;white-space:nowrap;font-size:clamp(12.2px,3.1vw,13.8px);line-height:1.1;font-weight:600;border-radius:.75rem;border:1px solid #e5e7eb;background:#fff;color:#111827;}
html body .product-card .add-btn:hover{border-color:var(--gold,#C89B3C);background:#fff8e8;}
html body .product-card .product-card-main-badge,
html body .product-card :is(.tag-left,.tag-bxgy,.tag-right-bxgy,.offer-badge,.promo-badge){position:absolute;top:9px;left:9px;right:auto;inset-inline-start:auto;inset-inline-end:auto;z-index:12;width:auto;max-width:calc(50% - 12px);display:inline-flex;align-items:center;justify-content:center;padding:.25rem .48rem;border-radius:999px;font-size:9.5px;line-height:1;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:linear-gradient(135deg,#111827,#374151);color:#fff;border:1px solid rgba(255,255,255,.35);box-shadow:0 5px 14px rgba(15,23,42,.15);}
html body .product-card .product-card-featured-badge,
html body .product-card .tag-right{position:absolute;top:9px;right:9px;left:auto;inset-inline-start:auto;inset-inline-end:auto;z-index:13;width:auto;max-width:calc(50% - 12px);display:inline-flex;align-items:center;justify-content:center;padding:.25rem .48rem;border-radius:999px;font-size:9.5px;line-height:1;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;border:1px solid rgba(255,255,255,.35);box-shadow:0 5px 14px rgba(21,128,61,.15);}
html body .product-card:has(.tag-bxgy) .tag-left{display:none;}
html body .grid-prods{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;}
@media (min-width:768px){html body .grid-prods{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;}}
@media (min-width:1024px){html body .grid-prods{grid-template-columns:repeat(4,minmax(0,1fr));}}
html body #specialRow .product-card{flex:0 0 clamp(165px,42vw,205px);max-width:clamp(165px,42vw,205px);}
@media (min-width:768px){html body #specialRow .product-card{flex-basis:clamp(185px,22vw,225px);max-width:clamp(185px,22vw,225px);}}
@media (max-width:640px){
  html body .product-card{border-radius:13px;}
  html body .product-card .p-body{min-height:126px;padding:9px;gap:5px;}
  html body .product-card .p-title{font-size:12.8px;line-height:1.28;}
  html body .product-card .price{font-size:14.8px;}
  html body .product-card .old{font-size:10px;}
  html body .product-card .add-btn{min-height:32px;font-size:12px;}
  html body .product-card .product-card-main-badge,
  html body .product-card :is(.tag-left,.tag-bxgy,.tag-right-bxgy,.offer-badge,.promo-badge){top:8px;left:8px;padding:.22rem .40rem;font-size:8.6px;}
  html body .product-card .product-card-featured-badge,
  html body .product-card .tag-right{top:8px;right:8px;padding:.22rem .40rem;font-size:8.6px;}
}

/* Phase 7 v4: single swatch contract used by ProductCard.render() directly.
   Old per-page hydrators no longer target these swatches, so the look stays identical. */
html body .product-card .pc-swatches{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  min-height:20px;
  height:20px;
  margin:0;
  overflow:hidden;
}
html body .product-card .pc-swatches.no-swatches{
  visibility:hidden;
}
html body .product-card .pc-swatch,
html body .product-card .swatch.pc-swatch{
  width:14px;
  height:14px;
  min-width:14px;
  min-height:14px;
  flex:0 0 auto;
  border-radius:999px;
  border:1px solid rgba(17,24,39,.18);
  box-shadow:0 0 0 1px rgba(255,255,255,.9) inset;
  background-color:#e5e7eb;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  cursor:pointer;
  padding:0;
  outline:none;
}
html body .product-card .pc-swatch.active,
html body .product-card .swatch.pc-swatch.active{
  border-color:var(--gold,#C89B3C);
  box-shadow:0 0 0 2px rgba(255,255,255,.95) inset,0 0 0 1.5px var(--gold,#C89B3C);
}
@media (max-width:640px){
  html body .product-card .pc-swatch,
  html body .product-card .swatch.pc-swatch{
    width:13px;
    height:13px;
    min-width:13px;
    min-height:13px;
  }
}


/* 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;}}
