@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800;900&family=Archivo+Narrow:wght@400;500;600;700&display=swap');
:root{--black:#080808;--white:#fff;--line:#e9e9e9;--muted:#6d6d6d;--soft:#f7f7f7;--pink:#fff1f4}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--black);background:#fff}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}img.logo{object-fit:contain}.topbar{position:sticky;top:0;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);z-index:20;border-bottom:1px solid var(--line);height:78px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 42px}.nav{display:flex;gap:32px;font-weight:800;font-size:14px;letter-spacing:.04em}.nav a{position:relative;padding:30px 0}.nav a:after{content:'';position:absolute;left:0;bottom:23px;width:0;height:1px;background:#000;transition:.35s}.nav a:hover:after{width:100%}.brand img{width:142px;height:46px}.actions{display:flex;gap:24px;justify-content:flex-end;font-weight:800;font-size:14px}.mega{position:absolute;top:78px;left:0;width:100%;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 22px 50px rgba(0,0,0,.08);padding:32px 42px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:35px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:.25s;z-index:19}.nav-item:hover .mega{opacity:1;visibility:visible;transform:translateY(0)}.mega h4{margin:0 0 14px;font-size:12px;letter-spacing:.14em}.mega a{display:block;padding:9px 0;color:#333}.mega-card{background:#f6f6f6;padding:26px;min-height:140px;display:flex;align-items:end;font-family:Georgia,serif;font-size:34px}.hero{min-height:78vh;display:grid;grid-template-columns:1fr 1fr;margin-top:0}.hero-panel{position:relative;min-height:78vh;overflow:hidden}.photo-a,.photo-b,.banner-photo{background:linear-gradient(135deg,#f5f5f5,#ddd)}.hero-panel:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 30% 10%,rgba(255,255,255,.7),transparent 33%),linear-gradient(135deg,#fff,#d7d7d7)}.hero-panel:nth-child(2):before{background:radial-gradient(circle at 70% 15%,rgba(255,255,255,.7),transparent 35%),linear-gradient(135deg,#e9e9e9,#fff)}.hero-content{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}.hero h1{font-family:Georgia,serif;font-size:clamp(48px,7vw,116px);line-height:.95;margin:0}.hero p{max-width:520px;margin:28px auto;font-size:17px}.btn{border:1px solid #000;background:#000;color:#fff;padding:15px 28px;letter-spacing:.06em;font-weight:800;cursor:pointer;transition:.25s}.btn:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(0,0,0,.14)}.btn.light{background:rgba(255,255,255,.82);color:#000}.category-strip{padding:25px 5vw;display:flex;justify-content:center;gap:40px;border-bottom:1px solid var(--line);overflow:auto}.cat{text-align:center;min-width:110px}.cat-bubble{width:72px;height:72px;border-radius:50%;background:#f1f1f1;margin:auto;transition:.35s}.cat:hover .cat-bubble{transform:translateY(-6px) scale(1.05);background:#e5e5e5}.cat span{display:block;margin-top:11px;font-weight:800;font-size:12px}.section{padding:85px 5vw}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:28px}.section h2{font-family:Georgia,serif;font-size:clamp(38px,5vw,76px);margin:0}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:34px}.product{cursor:pointer;animation:rise .5s both}.product-img{height:360px;background:#f1f1f1;transition:.35s;position:relative;overflow:hidden}.product-img:after{content:'Quick view';position:absolute;left:18px;bottom:18px;background:#fff;padding:11px 15px;font-size:12px;font-weight:800;opacity:0;transform:translateY(8px);transition:.25s}.product:hover .product-img{transform:translateY(-5px)}.product:hover .product-img:after{opacity:1;transform:translateY(0)}.product h3{font-size:14px;margin:16px 0 7px;text-transform:uppercase}.muted{color:var(--muted)}.marquee-wrap{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:28px 0;background:#fff}.marquee{display:flex;gap:18px;animation:scroll 28s linear infinite;width:max-content}.marquee:hover{animation-play-state:paused}.tile{width:270px;height:340px;background:linear-gradient(135deg,#f8f8f8,#dedede);display:flex;align-items:end;padding:18px;font-weight:800}.tile:nth-child(even){background:linear-gradient(135deg,#fff,#ececec)}@keyframes scroll{to{transform:translateX(-50%)}}@keyframes rise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.banner{height:420px;margin:70px 0;background:linear-gradient(120deg,#f4f4f4,#fff);display:flex;align-items:center;justify-content:center;text-align:center}.banner h2{font-family:Georgia,serif;font-size:70px;margin:0}.footer{border-top:1px solid var(--line);padding:55px 5vw;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:40px}.footer-logo{font-family:Georgia,serif;font-size:48px}.footer a{display:block;margin:11px 0;color:#333}.copyright{border-top:1px solid var(--line);padding:18px 5vw;color:#777;font-size:13px;display:flex;justify-content:space-between}.page{padding:90px 5vw;min-height:65vh}.shop-tools{display:flex;justify-content:space-between;align-items:center;margin-bottom:35px}.search-panel,.cart-panel{position:fixed;right:0;top:0;height:100%;width:min(470px,100%);background:#fff;z-index:40;box-shadow:-20px 0 60px rgba(0,0,0,.14);padding:32px;transform:translateX(105%);transition:.35s}.search-panel.open,.cart-panel.open{transform:translateX(0)}.close{float:right;background:none;border:0;font-size:28px;cursor:pointer}.field{width:100%;padding:16px;border:1px solid var(--line);margin:10px 0 18px}.product-detail{display:grid;grid-template-columns:1.2fr .8fr;gap:60px}.detail-img{height:640px;background:#f1f1f1}.sizes{display:flex;gap:10px;margin:22px 0}.size{border:1px solid var(--line);padding:13px 20px;cursor:pointer}.size.active{background:#000;color:#fff}.checkout{display:grid;grid-template-columns:1.1fr .9fr;gap:60px}.card{border:1px solid var(--line);padding:24px;background:#fff}.admin-grid{display:grid;grid-template-columns:280px 1fr;gap:28px}.admin-side{border:1px solid var(--line);padding:20px;height:max-content}.table{width:100%;border-collapse:collapse}.table td,.table th{border-bottom:1px solid var(--line);padding:12px;text-align:left}.popup{position:fixed;left:28px;bottom:28px;background:#fff;border:1px solid #000;box-shadow:0 22px 55px rgba(0,0,0,.16);padding:24px;z-index:50;width:min(390px,calc(100% - 56px));display:none}.popup.show{display:block;animation:rise .35s}.toast{position:fixed;bottom:24px;right:24px;background:#000;color:#fff;padding:14px 18px;z-index:60;display:none}.mobile{display:none}@media(max-width:850px){.topbar{height:auto;grid-template-columns:1fr auto;padding:16px 20px}.nav{display:none}.mobile{display:block}.brand img{width:120px}.actions{font-size:12px;gap:14px}.hero{grid-template-columns:1fr}.hero-panel{min-height:55vh}.grid{grid-template-columns:repeat(2,1fr);gap:18px}.product-img{height:260px}.footer{grid-template-columns:1fr}.copyright{display:block}.product-detail,.checkout,.admin-grid{grid-template-columns:1fr}.banner h2{font-size:44px}.section{padding:55px 5vw}.mega{display:none}}


/* --- Professional layout refinement v2 --- */
body{overflow-x:hidden}.topbar{height:86px!important;grid-template-columns:minmax(360px,1fr) auto minmax(360px,1fr)!important;padding:0 48px!important}.nav{align-items:center!important;height:100%!important;gap:34px!important}.nav a,.nav-item>a{display:flex!important;align-items:center!important;height:86px!important;padding:0!important;white-space:nowrap}.nav-item{height:86px;display:flex;align-items:center}.actions{align-items:center!important;height:86px!important;gap:24px!important}.actions a,.actions button{height:86px!important;display:flex!important;align-items:center!important}.brand{display:flex;align-items:center;justify-content:center;height:86px;padding:0 24px}.brand img{width:210px!important;height:58px!important;object-fit:contain;display:block;transform:scale(1.35);transform-origin:center}.nav a:after{bottom:24px!important}.mega{top:86px!important;padding:36px 5vw!important;grid-template-columns:1fr 1fr 1.15fr!important}.mega a{height:auto!important;display:block!important}.mega-card{border-radius:0;background:linear-gradient(135deg,#fafafa,#ededed);position:relative;overflow:hidden}.mega-card:after{content:'';position:absolute;inset:auto -20% -45% -20%;height:80%;background:radial-gradient(circle,rgba(0,0,0,.08),transparent 60%)}.hero-content h1,.banner h2,.page h1{animation:fadeUp .7s both}.hero-content p,.banner p,.page p{animation:fadeUp .85s both}.btn{animation:fadeUp 1s both}.footer{grid-template-columns:1.25fr 1fr 1fr 1fr!important;align-items:start!important;padding:70px 5vw 55px!important;background:#fff}.footer>*{min-width:0}.footer-logo{line-height:1;margin-bottom:18px}.footer h4{margin:0 0 18px;font-size:13px;letter-spacing:.08em;text-transform:uppercase}.footer p{max-width:320px;line-height:1.6}.footer a{margin:10px 0!important;line-height:1.4}.footer-newsletter{display:flex;gap:8px;margin-top:12px}.footer-newsletter input{border:1px solid #ddd;padding:13px;width:100%;min-width:0}.footer-newsletter button{border:1px solid #000;background:#000;color:#fff;padding:0 16px;font-weight:800}.copyright{align-items:center!important}.section,.page{animation:softReveal .45s both}.admin-grid{grid-template-columns:300px minmax(0,1fr)!important}.admin-side{position:sticky;top:110px;border-radius:0;background:#fff}.admin-side a{display:block;padding:12px 0;border-bottom:1px solid var(--line);font-weight:800}.admin-layout{display:grid;gap:24px}.admin-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admin-form .full{grid-column:1/-1}.admin-toolbar{display:flex;gap:12px;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-bottom:18px}.pill{border:1px solid #ddd;padding:9px 12px;background:#fff;font-size:12px;font-weight:800}.pill.on{background:#000;color:#fff;border-color:#000}.admin-product-name{font-weight:900;text-transform:uppercase}.price-drop{color:#9c1a1a;font-weight:900}.table input,.table select{width:100%;border:1px solid #ddd;padding:10px}.table button{border:1px solid #000;background:#fff;padding:10px 12px;font-weight:800;cursor:pointer}.table button:hover{background:#000;color:#fff}.hero{margin-top:0}.page{padding-top:120px}@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes softReveal{from{opacity:0}to{opacity:1}}
@media(max-width:980px){.topbar{grid-template-columns:1fr auto!important;padding:14px 20px!important;height:auto!important}.brand{height:auto;order:1;justify-content:flex-start;padding:0}.brand img{width:160px!important;height:44px!important;transform:scale(1.1)}.actions{height:auto!important;order:2;gap:14px}.actions a,.actions button{height:auto!important}.nav{grid-column:1/-1;order:3;display:flex!important;overflow:auto;width:100%;gap:22px;height:auto!important;padding-top:12px}.nav a,.nav-item>a,.nav-item{height:auto!important}.mega{display:none!important}.footer{grid-template-columns:1fr!important}.admin-form{grid-template-columns:1fr}.admin-grid{grid-template-columns:1fr!important}.admin-side{position:relative;top:auto}.page{padding-top:60px}}


/* User update: logo intro restored + clean photo banner with button only */
.intro-loader{
  position:fixed; inset:0; z-index:9999; background:#fff;
  display:flex; align-items:center; justify-content:center;
  transition:opacity .65s ease, visibility .65s ease;
}
.intro-loader img{width:min(380px,62vw); height:auto; object-fit:contain; animation:introLogo .95s cubic-bezier(.2,.8,.2,1) both;}
.intro-loader.hide{opacity:0; visibility:hidden; pointer-events:none;}
@keyframes introLogo{0%{opacity:0; transform:translateY(14px) scale(.96); filter:blur(5px)}100%{opacity:1; transform:none; filter:blur(0)}}
.banner.banner-photo{
  height:520px; margin:70px 0; position:relative; overflow:hidden;
  background:linear-gradient(120deg, rgba(255,255,255,.12), rgba(255,255,255,.48)), linear-gradient(135deg,#f1f1f1,#dcdcdc);
  background-size:cover; background-position:center;
}
.banner.banner-photo:before{
  content:""; position:absolute; inset:0;
  background:radial-gradient(circle at 50% 45%, rgba(255,255,255,.28), rgba(255,255,255,.08) 42%, rgba(0,0,0,.05));
}
.banner-overlay{position:relative; z-index:1; display:flex; align-items:center; justify-content:center; width:100%; height:100%;}
.banner-overlay .btn{font-size:15px; padding:18px 38px; letter-spacing:.1em;}
@media(max-width:850px){.banner.banner-photo{height:380px;margin:45px 0}.intro-loader img{width:min(280px,70vw)}}


/* --- Font system inspired by the reference layout --- */
:root{
  --font-main:"Barlow Condensed","Archivo Narrow","Arial Narrow","Helvetica Neue",Arial,sans-serif;
  --font-text:"Archivo Narrow","Barlow Condensed","Arial Narrow","Helvetica Neue",Arial,sans-serif;
}
body,
button,
input,
select,
textarea{
  font-family:var(--font-main)!important;
  letter-spacing:.015em;
}
.nav,
.actions,
.btn,
.cat span,
.product h3,
.mega h4,
.footer h4,
.table th,
.pill,
.admin-product-name,
.copyright,
.search-panel,
.cart-panel{
  font-family:var(--font-main)!important;
  font-weight:800!important;
  text-transform:uppercase;
  letter-spacing:.055em!important;
}
p,
.product-detail li,
.footer p,
.field,
.card,
.table td,
.checkout label,
.small-text{
  font-family:var(--font-text)!important;
  font-weight:400;
  letter-spacing:.01em;
  line-height:1.45;
}
.hero h1,
.section h2,
.banner h2,
.page h1,
.footer-logo,
.mega-card{
  font-family:var(--font-main)!important;
  font-weight:800!important;
  text-transform:uppercase;
  letter-spacing:.035em!important;
  line-height:.9;
}
.section h2,
.page h1{
  font-size:clamp(42px,5.5vw,88px)!important;
}
.hero h1{
  font-size:clamp(54px,7vw,118px)!important;
}
.footer-logo{
  text-transform:none;
  letter-spacing:.01em!important;
  font-size:54px!important;
  line-height:1!important;
}
.footer a{
  font-family:var(--font-text)!important;
  font-weight:500;
  letter-spacing:.015em;
}
.brand img{
  filter:contrast(1.05);
}

/* --- Admin photo upload + full product editor polish --- */
.admin-page .card h2{margin-top:0;font-size:28px;text-transform:uppercase;letter-spacing:.04em}
.upload-zone{position:relative;border:1px dashed #aaa;background:#fafafa;padding:22px;display:flex;align-items:center;gap:16px;transition:.25s;cursor:pointer}
.upload-zone:hover{background:#f2f2f2;border-color:#000}
.upload-zone input{position:absolute;inset:0;opacity:0;cursor:pointer}
.photo-preview{display:flex;gap:12px;flex-wrap:wrap;margin:14px 0}
.admin-thumb{width:110px;border:1px solid #eee;background:#fff;padding:7px;text-align:center;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.admin-thumb img{width:100%;height:120px;object-fit:cover;background:#f3f3f3;display:block;margin-bottom:7px}
.size-picker{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0 18px}
.admin-product-card{border:1px solid var(--line);padding:18px;margin-bottom:16px;background:#fff;transition:.25s}
.admin-product-card:hover{box-shadow:0 18px 50px rgba(0,0,0,.06);transform:translateY(-2px)}
.admin-product-top{display:grid;grid-template-columns:78px 1fr auto auto;gap:14px;align-items:center}
.admin-product-photo{width:78px;height:94px;background:#f1f1f1}
.admin-product-top button{border:1px solid #000;background:#fff;padding:12px 14px;font-weight:900;cursor:pointer;text-transform:uppercase;letter-spacing:.04em}
.admin-product-top button:hover{background:#000;color:#fff}
.product-editor{display:none;margin-top:18px;border-top:1px solid var(--line);padding-top:18px}
.product-editor.open{display:block;animation:fadeUp .28s both}
.product-thumbs{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}
.product-thumbs button{width:82px;height:98px;border:1px solid #ddd;background:#f3f3f3;cursor:pointer;opacity:.75;transition:.2s}
.product-thumbs button.active,.product-thumbs button:hover{opacity:1;border-color:#000;transform:translateY(-2px)}
.detail-img{background-size:cover!important;background-position:center!important}
@media(max-width:850px){.admin-product-top{grid-template-columns:70px 1fr}.admin-product-top button{grid-column:1/-1}.admin-form{grid-template-columns:1fr!important}.admin-thumb{width:92px}.admin-thumb img{height:105px}}


/* Final fix: text logo + clean cart icon */
.brand-text{
  font-family: 'Oswald','Arial Narrow',Arial,sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1;
  color:#080808;
  display:flex;
  align-items:center;
  justify-content:center;
  height:86px;
  padding:0 24px;
}
.brand-text:hover{opacity:.72}
.cart-icon-btn{
  border:0;
  background:transparent;
  height:86px;
  display:flex;
  align-items:center;
  gap:6px;
  cursor:pointer;
  font-weight:800;
  color:#080808;
  padding:0;
}
.cart-icon svg{
  width:22px;
  height:22px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.cart-icon-btn .cart-count{
  min-width:18px;
  height:18px;
  border:1px solid #080808;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  line-height:1;
}
@media(max-width:980px){
  .brand-text{height:auto;font-size:18px;justify-content:flex-start;padding:0;}
  .cart-icon-btn{height:auto;}
}


/* Logo restored + polished menu underline */
.topbar .brand{display:flex!important;align-items:center!important;justify-content:center!important;height:86px!important;padding:0 24px!important;}
.topbar .brand img{width:230px!important;height:62px!important;object-fit:contain!important;display:block!important;transform:none!important;}
.nav a:after{display:none!important;}
.nav > a::after,.nav-item > a::after{content:''!important;display:block!important;position:absolute!important;left:0!important;bottom:23px!important;width:0!important;height:1px!important;background:#080808!important;transition:width .28s ease!important;}
.nav > a:hover::after,.nav-item:hover > a::after{width:100%!important;}
.mega a::after{display:none!important;content:none!important;}
.mega a{position:relative;display:inline-block!important;width:auto!important;line-height:1.15!important;transition:opacity .2s ease, transform .2s ease!important;}
.mega a:hover{opacity:.62;transform:translateX(3px);}
.cart-icon-btn{height:86px!important;display:flex!important;align-items:center!important;}
@media(max-width:980px){.topbar .brand{height:auto!important;justify-content:center!important;padding:0!important}.topbar .brand img{width:170px!important;height:48px!important}.nav > a::after,.nav-item > a::after{bottom:-4px!important}.cart-icon-btn{height:auto!important}}

/* --- Mega menu final polish: clean columns, no promo blocks --- */
.compact-mega{
  grid-template-columns:repeat(2,minmax(260px,1fr))!important;
  gap:72px!important;
  align-items:start!important;
  padding:34px 5vw 38px!important;
}
.mega-block{min-width:0;}
.mega-block h4{
  margin:0 0 16px!important;
  font-size:12px!important;
  letter-spacing:.11em!important;
  text-transform:uppercase!important;
}
.mega-links{
  display:grid!important;
  grid-template-columns:repeat(2,max-content)!important;
  gap:12px 46px!important;
  align-items:start!important;
}
.mega .mega-links a{
  display:inline-flex!important;
  width:max-content!important;
  height:auto!important;
  padding:0 0 5px!important;
  white-space:nowrap!important;
  line-height:1.1!important;
  position:relative!important;
  font-family:var(--font-main)!important;
  font-weight:800!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
}
.mega .mega-links a:after{
  content:''!important;
  position:absolute!important;
  left:0!important;
  bottom:0!important;
  width:0!important;
  height:1px!important;
  background:#000!important;
  transition:width .22s ease!important;
}
.mega .mega-links a:hover:after{width:100%!important;}
.mega-card{display:none!important;}
@media(max-width:850px){.compact-mega{display:none!important}.mega-links{grid-template-columns:1fr!important}}

/* --- User requested fix: vertical dropdown options + premium intro + footer logo --- */
.compact-mega{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(220px,1fr))!important;
  gap:84px!important;
  align-items:start!important;
  padding:38px 7vw 42px!important;
}
.mega-block{min-width:0!important;}
.mega-block h4{margin:0 0 18px!important;font-size:13px!important;letter-spacing:.12em!important;}
.mega-links{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;align-items:start!important;}
.mega .mega-links a{
  display:block!important;
  width:max-content!important;
  max-width:100%!important;
  height:auto!important;
  padding:0 0 5px!important;
  white-space:nowrap!important;
  line-height:1.15!important;
  position:relative!important;
}
.mega .mega-links a:after{content:''!important;display:block!important;position:absolute!important;left:0!important;bottom:0!important;width:0!important;height:1px!important;background:#000!important;transition:width .22s ease!important;}
.mega .mega-links a:hover:after{width:100%!important;}
.footer-logo-img{width:220px;height:auto;display:block;margin-bottom:22px;object-fit:contain;}
.intro-loader{background:#fff!important;overflow:hidden;}
.intro-loader:before{content:'';position:absolute;inset:-25%;background:radial-gradient(circle at center,rgba(0,0,0,.05),transparent 36%);animation:introGlow 1.8s ease both;}
.intro-loader:after{content:'';position:absolute;left:50%;bottom:38%;width:0;height:1px;background:#000;transform:translateX(-50%);animation:introLine 1.35s .25s cubic-bezier(.22,1,.36,1) both;}
.intro-loader img{position:relative;z-index:1;animation:introLogoPremium 1.3s cubic-bezier(.22,1,.36,1) both!important;filter:contrast(1.1);}
@keyframes introLogoPremium{0%{opacity:0;transform:translateY(16px) scale(.94);filter:blur(8px)}55%{opacity:1;filter:blur(0)}100%{opacity:1;transform:translateY(0) scale(1)}}
@keyframes introLine{0%{width:0;opacity:0}35%{opacity:1}100%{width:180px;opacity:.75}}
@keyframes introGlow{0%{opacity:0;transform:scale(.85)}100%{opacity:1;transform:scale(1)}}
@media(min-width:1000px){
  .compact-mega.wide .mega-links,.mega-links.two-col{grid-template-columns:repeat(2,max-content)!important;gap:10px 48px!important;}
}
@media(max-width:850px){.compact-mega{display:none!important}.footer-logo-img{width:170px}}


/* Reverted original simple intro: show only once per browser tab/session */
.intro-loader{
  position:fixed!important; inset:0!important; z-index:9999!important; background:#fff!important;
  display:flex!important; align-items:center!important; justify-content:center!important;
  transition:opacity .65s ease, visibility .65s ease!important; overflow:hidden!important;
}
.intro-loader:before,.intro-loader:after{content:none!important;display:none!important;animation:none!important;}
.intro-loader img{width:min(380px,62vw)!important;height:auto!important;object-fit:contain!important;animation:introLogo .95s cubic-bezier(.2,.8,.2,1) both!important;filter:none!important;}
.intro-loader.hide{opacity:0!important;visibility:hidden!important;pointer-events:none!important;}
@keyframes introLogo{0%{opacity:0;transform:translateY(14px) scale(.96);filter:blur(5px)}100%{opacity:1;transform:none;filter:blur(0)}}

/* Correct quick view behavior */
.product{position:relative;display:block;}
.product-hit{display:block;}
.product-img:after{content:none!important;display:none!important;}
.quick-view-btn{position:absolute;left:18px;bottom:78px;background:#fff;border:1px solid #000;padding:11px 15px;font-size:12px;font-weight:900;letter-spacing:.06em;opacity:0;transform:translateY(8px);transition:.25s;cursor:pointer;z-index:2;}
.product:hover .quick-view-btn{opacity:1;transform:translateY(0);}
.quick-view-btn:hover{background:#000;color:#fff;}
.quick-modal{position:fixed;inset:0;z-index:10000;display:none;align-items:center;justify-content:center;padding:28px;}
.quick-modal.open{display:flex;}
.quick-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.35);backdrop-filter:blur(8px);}
.quick-dialog{position:relative;background:#fff;width:min(920px,96vw);max-height:90vh;overflow:auto;box-shadow:0 35px 90px rgba(0,0,0,.22);animation:quickIn .24s ease both;}
.quick-close{position:absolute;right:18px;top:14px;border:0;background:#fff;font-size:32px;line-height:1;cursor:pointer;z-index:3;}
.quick-grid{display:grid;grid-template-columns:1fr 1fr;min-height:560px;}
.quick-image{min-height:560px;background:#f1f1f1;}
.quick-info{padding:64px 52px;display:flex;flex-direction:column;justify-content:center;}
.quick-info h2{font-size:44px;line-height:.95;text-transform:uppercase;margin:0 0 16px;}
.quick-info .btn{display:inline-flex;align-items:center;justify-content:center;margin:8px 10px 0 0;text-align:center;}
@keyframes quickIn{from{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:none}}

/* Dropdown options must stay one item per line */
.mega-links{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;}
.mega .mega-links a{display:block!important;width:max-content!important;white-space:nowrap!important;}
@media(max-width:850px){.quick-grid{grid-template-columns:1fr}.quick-image{min-height:340px}.quick-info{padding:34px 24px}.quick-view-btn{opacity:1;transform:none;bottom:72px}}


/* --- Final polish: hero buttons only, menu labels, right action underline, simple fade intro --- */
.hero-buttons-only .hero-content{justify-content:center!important;}
.hero-buttons-only .hero-content h1,.hero-buttons-only .hero-content p{display:none!important;}
.hero-buttons-only .btn{min-width:180px;text-align:center;}

/* Mega menu group headings are labels, not links */
.mega-block h4{
  color:#8b8b8b!important;
  font-weight:600!important;
  font-size:11px!important;
  letter-spacing:.18em!important;
  margin-bottom:18px!important;
  cursor:default!important;
  opacity:.95!important;
}
.mega-block h4:after{
  content:'';
  display:block;
  width:28px;
  height:1px;
  background:#bdbdbd;
  margin-top:10px;
}
.mega .mega-links a{font-size:17px!important;margin:0!important;}

/* Apply the same clean underline animation to Search / Account / Admin / Cart */
.actions a,.actions button{
  position:relative!important;
  text-transform:uppercase!important;
  letter-spacing:.055em!important;
}
.actions a::after,.actions button::after{
  content:'';
  position:absolute;
  left:0;
  bottom:23px;
  width:0;
  height:1px;
  background:#080808;
  transition:width .28s ease;
}
.actions a:hover::after,.actions button:hover::after{width:100%;}
.cart-icon-btn::after{left:0!important;bottom:23px!important;}

/* Simple original intro: logo only, soft fade, no line/glow/blur */
.intro-loader{background:#fff!important;}
.intro-loader:before,.intro-loader:after{content:none!important;display:none!important;}
.intro-loader img{
  width:min(380px,62vw)!important;
  height:auto!important;
  animation:nitaSimpleFade .9s ease both!important;
  transform:none!important;
  filter:none!important;
}
@keyframes nitaSimpleFade{from{opacity:0}to{opacity:1}}
@media(max-width:980px){.actions a::after,.actions button::after{bottom:-4px}.hero-buttons-only{grid-template-columns:1fr 1fr!important;min-height:48vh}.hero-buttons-only .hero-panel{min-height:48vh}}
@media(max-width:650px){.hero-buttons-only{grid-template-columns:1fr!important}.hero-buttons-only .hero-panel{min-height:32vh}.hero-buttons-only .btn{min-width:160px}}

/* Checkout + discount + sale polish */
.checkout-page h1{font-family:Impact,'Arial Narrow',sans-serif;letter-spacing:.02em;text-transform:uppercase;font-size:clamp(44px,6vw,92px)}
.checkout-card,.order-summary-card{box-shadow:0 18px 55px rgba(0,0,0,.045);border-color:#e7e7e7}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.form-grid .full{grid-column:1/-1}.save-address{display:flex;align-items:center;gap:10px;margin:4px 0 28px;font-weight:800}.payment-option{display:flex;align-items:center;gap:10px;border:1px solid #ddd;padding:16px;margin:10px 0 12px;font-weight:800}.coming-soon-pay{background:#f7f7f7;border:1px solid #eee;padding:14px;margin-bottom:24px;color:#666}.summary-line{display:flex;justify-content:space-between;gap:20px;margin:13px 0}.summary-total{font-size:22px;font-weight:900;border-top:1px solid #000;padding-top:18px;margin-top:18px}.discount-good{color:#0a7a2d;font-weight:900}.discount-bad{color:#9c1a1a;font-weight:900}.product-img{position:relative}.sale-badge{position:absolute;top:14px;left:14px;background:#000;color:#fff;padding:8px 10px;font-size:11px;font-weight:900;letter-spacing:.08em;animation:pricePulse 1.5s ease-in-out infinite}.price-drop{position:relative}.price-drop:after{content:'';position:absolute;left:0;right:0;bottom:-3px;height:2px;background:#9c1a1a;transform-origin:left;animation:drawSale 1s both}@keyframes pricePulse{0%,100%{transform:scale(1)}50%{transform:scale(1.06)}}@keyframes drawSale{from{transform:scaleX(0)}to{transform:scaleX(1)}}
.first-order-mini{font-size:12px;color:#777;margin-top:8px}.popup h3{font-family:Impact,'Arial Narrow',sans-serif;text-transform:uppercase;letter-spacing:.04em;font-size:28px;margin:0 0 8px}.popup .code-preview{border:1px dashed #000;padding:12px;text-align:center;font-weight:900;letter-spacing:.18em;margin:14px 0;background:#fafafa}
@media(max-width:850px){.form-grid{grid-template-columns:1fr}.checkout-page{padding-top:70px}.checkout{gap:22px}.order-summary-card{order:-1}}

/* Required checkout validation polish */
.checkout-fields .field{margin-bottom:4px}
.field-error{display:none;color:#b00020;font-weight:800;font-size:12px;margin:0 0 12px 0;letter-spacing:.02em}
.field.invalid{border-color:#b00020!important;background:#fff7f7;box-shadow:0 0 0 3px rgba(176,0,32,.06)}
.field.invalid + .field-error{display:block}
.checkout-fields textarea.field{min-height:92px;margin-bottom:18px}

/* Admin coupon manager */
.coupon-builder{display:grid;grid-template-columns:1.2fr .8fr 1fr 1fr;gap:16px;align-items:end;margin-bottom:22px}
.coupon-builder .save-address{margin:0;align-self:center}
.coupon-list{display:grid;gap:12px;margin-top:18px}
.coupon-row{display:grid;grid-template-columns:1fr auto auto;gap:16px;align-items:center;border:1px solid #eee;padding:16px;background:#fff}
.coupon-code-pill{font-weight:900;letter-spacing:.12em;background:#f5f5f5;border:1px solid #ddd;padding:8px 10px;display:inline-block;margin-bottom:6px}
.coupon-meta{color:#666;font-size:13px;line-height:1.7}
.status-live{font-weight:900;color:#0a7a2d}.status-off{font-weight:900;color:#9c1a1a}
.btn.danger{background:#fff;color:#000;border-color:#000}.btn.danger:hover{background:#000;color:#fff}
@media(max-width:850px){.coupon-builder,.coupon-row{grid-template-columns:1fr}.coupon-row{gap:10px}}


/* Account page polish */
.account-page{padding-top:120px}.account-hero{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px;border-bottom:1px solid var(--line);padding-bottom:28px}.account-hero h1{font-size:clamp(42px,6vw,82px);margin:0;text-transform:uppercase;letter-spacing:.02em}.eyebrow{font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;margin:0 0 10px}.account-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.account-card h2,.danger-zone h2{margin-top:0;text-transform:uppercase;letter-spacing:.04em}.full-span{grid-column:1/-1}.disabled-field{background:#f7f7f7;color:#777;cursor:not-allowed}.account-order{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;border:1px solid var(--line);padding:16px;margin:10px 0;background:#fff}.order-status{display:inline-block;border:1px solid #000;padding:6px 10px;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.danger-zone{border-color:#111}.btn.danger{background:#9c1a1a;border-color:#9c1a1a;color:#fff;margin-left:10px}.login-card h1{font-size:clamp(42px,6vw,76px);margin:0 0 10px;text-transform:uppercase}.mini-note{font-size:13px;margin-top:16px}.account-auth{text-align:center;max-width:560px;margin:auto}.actions a[href="account.html"]{position:relative}
@media(max-width:850px){.account-page{padding-top:70px}.account-hero{align-items:flex-start;flex-direction:column}.account-grid{grid-template-columns:1fr}.full-span{grid-column:auto}.btn.danger{margin-left:0;margin-top:10px}.account-order{grid-template-columns:1fr}}


/* About page polish: use real logo + minimal professional story */
.about-page{padding-top:115px!important;}
.about-hero{max-width:980px;margin:0 auto 30px 0;}
.about-logo{width:min(420px,82vw);height:auto;display:block;margin:0 0 54px;object-fit:contain;}
.about-lead{max-width:920px;font-size:clamp(19px,2vw,26px)!important;line-height:1.72!important;font-weight:500;margin:0 0 32px!important;letter-spacing:.01em;}
.about-copy{max-width:780px;font-size:16px!important;line-height:1.9!important;color:#555;margin:0 0 34px!important;}
.about-signature{font-size:13px!important;letter-spacing:.18em;text-transform:uppercase;font-weight:900;margin-top:42px!important;}
@media(max-width:850px){.about-page{padding-top:75px!important}.about-logo{width:250px;margin-bottom:36px}.about-lead{font-size:19px!important}}


/* Admin customer list + account cleanup */
.clean-account-hero{align-items:flex-start!important;}
.customer-card{display:grid;grid-template-columns:1fr 260px;gap:24px;border:1px solid #ececec;background:#fff;padding:22px;margin:14px 0;box-shadow:0 14px 40px rgba(0,0,0,.035)}
.customer-card h3{font-size:24px;margin:0 0 12px;text-transform:uppercase;letter-spacing:.03em}
.customer-card p{margin:8px 0;line-height:1.55}.customer-stats{border-left:1px solid #eee;padding-left:22px}.customer-stats .pill{display:inline-block;margin-bottom:12px}.admin-side a[href="#customersBox"]{font-weight:900}
@media(max-width:850px){.customer-card{grid-template-columns:1fr}.customer-stats{border-left:0;border-top:1px solid #eee;padding-left:0;padding-top:18px}}

/* Sold out product treatment */
.product.sold-out .product-img,
.detail-img.sold-out-img,
.quick-image.sold-out-img{filter:grayscale(.35);}
.soldout-ribbon{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%) rotate(-8deg);background:#000;color:#fff;overflow:hidden;white-space:nowrap;padding:12px 0;z-index:3;pointer-events:none;box-shadow:0 12px 24px rgba(0,0,0,.18)}
.soldout-track{display:inline-block;min-width:200%;animation:soldOutScroll 10s linear infinite;font-weight:900;font-size:13px;letter-spacing:.18em;text-transform:uppercase}
@keyframes soldOutScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.soldout-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid #000;padding:9px 12px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin:8px 0 16px;background:#fff}
.admin-status-row{border:1px solid #eee;background:#fafafa;padding:15px;display:flex;gap:12px;align-items:center;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.admin-status-row input{width:18px;height:18px}
.btn.disabled,button:disabled{opacity:.45;cursor:not-allowed;transform:none!important;box-shadow:none!important}

/* --- Product availability status labels: in stock / coming soon / out of stock --- */
.stock-status{display:inline-flex;align-items:center;gap:10px;margin:10px 0 12px;font-weight:700;font-size:15px;letter-spacing:.01em}
.stock-status .stock-dot{width:9px;height:9px;border-radius:50%;display:inline-block;box-shadow:0 0 0 3px rgba(0,0,0,.04)}
.stock-status.in-stock{color:#2e7d23}.stock-status.in-stock .stock-dot{background:#2e7d23}
.stock-status.coming-soon{color:#b98200}.stock-status.coming-soon .stock-dot{background:#f0b429}
.stock-status.out-of-stock{color:#c62828}.stock-status.out-of-stock .stock-dot{background:#c62828}
.product .stock-status{font-size:14px;margin:8px 0 0}
.quick-info .stock-status,.product-detail .stock-status{font-size:16px;margin:6px 0 14px}
.admin-status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:8px}
.admin-status-option{border:1px solid #ddd;background:#fff;padding:12px 10px;cursor:pointer;font-weight:900;text-transform:uppercase;letter-spacing:.05em;font-size:12px;display:flex;align-items:center;justify-content:center;gap:8px;transition:.25s ease}
.admin-status-option input{accent-color:#000}.admin-status-option:has(input:checked){border-color:#000;background:#f5f5f5;box-shadow:inset 0 0 0 1px #000}
@media(max-width:700px){.admin-status-grid{grid-template-columns:1fr}}

/* --- Final visual polish: no content flash, price/status alignment, checkout, quick view --- */
body:not(.nita-ready) main,
body:not(.nita-ready) header,
body:not(.nita-ready) footer,
body:not(.nita-ready) .copyright{visibility:hidden;}
.intro-loader{z-index:99999!important;}
.product-price-row{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin:10px 0 8px;}
.product-price-row p,.product-price-row h3,.product-price-row h2{margin:0!important;}
.product-price-row .stock-status{margin:0!important;white-space:nowrap;}
.product .product-price-row{gap:14px;}
.product .stock-status{font-size:13px;margin:0!important;}
.product .stock-dot{width:10px!important;height:10px!important;}
.price-drop{color:#9d1118;font-weight:900;border-bottom:3px solid #9d1118;padding-bottom:2px;}
.product-img{position:relative;overflow:hidden;}
.product-img .product-img-layer{position:absolute;inset:0;background-size:cover;background-position:center;transition:opacity .35s ease, transform .55s ease;}
.product-img .product-img-secondary{opacity:0;}
.product:hover .product-img .product-img-primary{opacity:0;transform:scale(1.025);}
.product:hover .product-img .product-img-secondary{opacity:1;transform:scale(1.025);}
.quick-view-btn{left:50%!important;top:50%!important;bottom:auto!important;transform:translate(-50%,-50%) scale(.96)!important;z-index:5!important;white-space:nowrap;padding:15px 24px!important;background:rgba(255,255,255,.94)!important;backdrop-filter:blur(8px);}
.product:hover .quick-view-btn{opacity:1!important;transform:translate(-50%,-50%) scale(1)!important;}
.checkout-card.shopify-checkout{border:0!important;padding:0!important;box-shadow:none!important;}
.checkout-fields.shopify-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px 18px;}
.checkout-fields.shopify-fields .full{grid-column:1/-1;}
.checkout-fields.shopify-fields .field,
.checkout-fields.shopify-fields select{height:58px;border:1px solid #d8d8d8;border-radius:12px;padding:0 22px;font-size:17px;background:#fff;letter-spacing:0;text-transform:none;font-family:Arial, sans-serif;font-weight:500;}
.checkout-fields.shopify-fields textarea.field{height:116px;padding-top:18px;resize:vertical;}
.checkout-fields.shopify-fields .field::placeholder{color:#777;}
.save-address{display:flex!important;align-items:center;gap:14px;margin:22px 0 32px;font-size:17px;font-family:Arial,sans-serif;font-weight:500;text-transform:none;letter-spacing:0;}
.save-address input{width:22px;height:22px;accent-color:#000;}
.payment-option{border-radius:0!important;padding:22px!important;font-size:17px!important;}
.coming-soon-pay{background:#f7f7f7!important;border:1px solid #eee!important;padding:22px!important;font-size:16px!important;color:#555!important;}
.field.invalid{border-color:#c62828!important;box-shadow:0 0 0 3px rgba(198,40,40,.08)!important;}
@media(max-width:760px){.checkout-fields.shopify-fields{grid-template-columns:1fr}.product-price-row{align-items:flex-start}.quick-view-btn{opacity:1!important;}}

/* Final stability/admin-product fixes */
.product-price-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:10px}
.product-price-row .price-line{margin:0}
.old-price{text-decoration:line-through;margin-right:8px;color:#777}
.stock-status{display:inline-flex;align-items:center;gap:8px;font-weight:800;line-height:1;white-space:nowrap;font-size:14px}
.stock-dot{width:12px;height:12px;border-radius:50%;display:inline-block;background:currentColor;box-shadow:0 0 0 6px rgba(0,0,0,.04)}
.stock-status.in-stock{color:#2d7d26}.stock-status.coming-soon{color:#b98a00}.stock-status.out-of-stock{color:#b00020}
.product-img{position:relative;overflow:hidden;background:#eee}
.product-img-layer{position:absolute;inset:0;background-size:cover!important;background-position:center!important;transition:opacity .45s ease, transform .65s ease}
.product-img-primary{opacity:1}.product-img-secondary{opacity:0}.product:hover .product-img-primary{opacity:0}.product:hover .product-img-secondary{opacity:1;transform:scale(1.035)}
.quick-view-btn{position:absolute;left:50%;top:42%;transform:translate(-50%,-50%);z-index:4;opacity:0;transition:opacity .25s ease, transform .25s ease;white-space:nowrap}
.product:hover .quick-view-btn{opacity:1;transform:translate(-50%,-50%) scale(1.02)}
.admin-thumb.selectable-thumb{border:1px solid #ddd;background:white;cursor:pointer;padding:8px;text-align:center}
.admin-thumb.selected-main{border:2px solid #000;box-shadow:0 0 0 3px rgba(0,0,0,.08)}
.admin-thumb.selected-main span{font-weight:900;color:#000}
.photo-preview{display:flex;flex-wrap:wrap;gap:12px}.photo-preview .admin-thumb{width:112px}.photo-preview .admin-thumb img{width:100%;height:120px;object-fit:cover;background:#eee;display:block}
.product-editor.open{display:block}.product-editor{display:none}

/* Nita Style professional sign-in page + final admin photo polish */
.auth-page{padding-top:120px;min-height:100vh;background:#fff}
.auth-shell{display:grid;grid-template-columns:1fr 520px;gap:64px;align-items:center;max-width:1180px;margin:0 auto}
.auth-brand img{width:min(360px,80vw);height:auto;margin-bottom:42px}.auth-brand p{font-size:12px;text-transform:uppercase;letter-spacing:.18em;font-weight:900}.auth-brand h1{font-size:clamp(44px,6vw,92px);line-height:.95;margin:0 0 22px;text-transform:uppercase;letter-spacing:.01em}.auth-brand .muted{font-size:17px;line-height:1.8;max-width:590px}
.auth-card{border:1px solid #e7e7e7;background:#fff;padding:34px;box-shadow:0 18px 60px rgba(0,0,0,.055)}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;margin-bottom:24px;border:1px solid #111}.auth-tabs button{border:0;background:#fff;padding:15px;font-weight:900;letter-spacing:.1em;cursor:pointer}.auth-tabs button.active{background:#000;color:#fff}.auth-card label{display:block;font-weight:900;margin:16px 0 8px;text-transform:uppercase;font-size:12px;letter-spacing:.07em}.auth-card .field{height:56px}.auth-submit{width:100%;margin-top:22px}.auth-message{min-height:20px;color:#b00020;font-weight:800;margin-bottom:6px}.auth-card .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}.admin-product-card{position:relative}.admin-product-photo{background:#eee}.admin-thumb img{border:1px solid #eee}.admin-thumb.selected-main{outline:2px solid #000;outline-offset:2px}.cloud-offline .admin-page:before{content:'Cloud database offline: admin edits will not appear on other devices until Netlify Functions are active.';display:block;position:sticky;top:82px;z-index:10;background:#fff3f3;color:#b00020;border:1px solid #b00020;padding:14px 18px;font-weight:900;margin-bottom:18px}.product-thumbs{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.product-thumbs button{width:72px;height:88px;border:1px solid #ddd;background:#eee;cursor:pointer}.product-thumbs button.active{border:2px solid #000}.detail-img{min-height:620px;background:#eee}.quick-image{min-height:520px;background:#eee}
@media(max-width:900px){.auth-shell{grid-template-columns:1fr;gap:28px}.auth-page{padding-top:80px}.auth-brand img{width:250px;margin-bottom:25px}.auth-card{padding:24px}.auth-card .form-grid{grid-template-columns:1fr}.detail-img{min-height:440px}}


/* === Nita Style responsive format polish: 2026-06-04 === */
/* Home section rename + moving New Arrivals to the scrolling row */
.trending-section .section-head h2{text-transform:uppercase;}
.new-arrivals-scroll{padding:58px 0 36px;background:#fff;overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.new-arrivals-head{padding:0 5vw;margin-bottom:26px!important;align-items:center!important}
.new-arrivals-head h2{font-family:var(--font-main)!important;text-transform:uppercase!important;font-weight:900!important;letter-spacing:.035em!important;font-size:clamp(30px,3.4vw,52px)!important;line-height:.9!important;margin:0!important}
.product-marquee{display:flex;gap:28px;width:max-content;animation:scroll 42s linear infinite;padding:0 5vw 8px}
.product-marquee:hover{animation-play-state:paused}
.product-marquee .product{width:260px;min-width:260px;cursor:pointer;animation:none!important}
.product-marquee .product-img{height:330px}
.product-marquee .quick-view-btn{opacity:0}
.product-marquee .product:hover .quick-view-btn{opacity:1}
.product-marquee .product h3{font-size:16px;margin-top:14px}.product-marquee .product-price-row{font-size:14px}
.marquee-wrap{display:none!important}

/* Remove accidental blue colorway and improve all right-side nav links */
.actions a,.actions button,.actions button *,.cart-icon-btn,.cart-count{color:#080808!important;text-decoration:none!important;appearance:none!important;-webkit-appearance:none!important}
.actions a:visited,.actions button:visited{color:#080808!important}
.actions a:hover,.actions button:hover{color:#080808!important;opacity:.78!important}

/* Phone / tablet header: clean boutique layout instead of squeezed desktop */
@media(max-width:760px){
  body{overflow-x:hidden!important;}
  .topbar{position:sticky!important;top:0!important;height:auto!important;display:grid!important;grid-template-columns:1fr!important;grid-template-areas:'brand' 'actions' 'nav'!important;gap:0!important;padding:14px 18px 16px!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(14px)!important;}
  .topbar .brand{grid-area:brand!important;justify-content:center!important;height:auto!important;padding:0!important;margin:0 0 12px!important;}
  .topbar .brand img{width:min(245px,72vw)!important;height:auto!important;max-height:66px!important;}
  .actions{grid-area:actions!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:18px!important;flex-wrap:nowrap!important;width:100%!important;margin:0 0 13px!important;font-size:13px!important;letter-spacing:.055em!important;line-height:1!important;}
  .actions a,.actions button{font-size:13px!important;line-height:1!important;height:auto!important;padding:0!important;white-space:nowrap!important;color:#080808!important;}
  .actions a[href="login.html"],.actions a[href="account.html"]{max-width:none!important;}
  .cart-icon-btn{height:auto!important;gap:8px!important;}
  .cart-icon svg{width:20px!important;height:20px!important;}
  .cart-icon-btn .cart-count{font-size:10px!important;width:18px!important;height:18px!important;min-width:18px!important;}
  .nav{grid-area:nav!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:26px!important;overflow:visible!important;width:100%!important;padding:0!important;height:auto!important;}
  .nav > a,.nav-item > a{font-size:14px!important;padding:0 0 8px!important;letter-spacing:.055em!important;line-height:1!important;white-space:nowrap!important;color:#080808!important;}
  .nav-item{height:auto!important;}
  .nav > a::after,.nav-item > a::after{bottom:0!important;}
  .mega{display:none!important;}

  /* Home mobile spacing and font scaling */
  .hero.hero-buttons-only{grid-template-columns:1fr!important;min-height:auto!important;}
  .hero-buttons-only .hero-panel{min-height:235px!important;}
  .hero-content{padding:22px!important;}
  .hero-buttons-only .btn{min-width:178px!important;padding:15px 25px!important;font-size:14px!important;}
  .category-strip{gap:30px!important;justify-content:flex-start!important;padding:24px 24px!important;}
  .cat{min-width:90px!important}.cat-bubble{width:62px!important;height:62px!important}.cat span{font-size:12px!important;}
  .section{padding:50px 24px!important;}
  .section-head{align-items:center!important;margin-bottom:24px!important;}
  .section-head h2{font-size:clamp(38px,12vw,56px)!important;line-height:.88!important;}
  .section-head a{font-size:14px!important;}
  .grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px 18px!important;}
  .product-img{height:235px!important;}
  .product h3{font-size:15px!important;line-height:1.05!important;}
  .product-price-row{gap:10px!important;font-size:14px!important;align-items:center!important;}
  .product .stock-status{font-size:12px!important;gap:7px!important;}
  .product .stock-dot{width:9px!important;height:9px!important;box-shadow:0 0 0 4px rgba(0,0,0,.04)!important;}
  .quick-view-btn{opacity:1!important;top:50%!important;left:50%!important;font-size:12px!important;padding:12px 18px!important;color:#080808!important;border:1px solid #080808!important;background:rgba(255,255,255,.92)!important;}
  .new-arrivals-scroll{padding:44px 0 28px!important;}
  .new-arrivals-head{padding:0 24px!important;margin-bottom:20px!important;}
  .new-arrivals-head h2{font-size:clamp(30px,9vw,42px)!important;}
  .product-marquee{gap:18px!important;padding:0 24px!important;animation-duration:34s!important;}
  .product-marquee .product{width:190px!important;min-width:190px!important;}
  .product-marquee .product-img{height:240px!important;}
}

/* Product page: no zoomed layout on phone/tablet */
@media(max-width:760px){
  .page{padding:46px 24px!important;min-height:auto!important;}
  .product-detail{display:grid!important;grid-template-columns:1fr!important;gap:28px!important;}
  .detail-img{min-height:0!important;height:360px!important;width:100%!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:center!important;}
  .product-thumbs{gap:8px!important;overflow:auto!important;flex-wrap:nowrap!important;padding-bottom:8px!important;}
  .product-thumbs button{width:72px!important;min-width:72px!important;height:82px!important;}
  .product-detail h1{font-size:clamp(34px,11vw,52px)!important;line-height:.9!important;margin:8px 0 12px!important;}
  .product-detail p{font-size:17px!important;line-height:1.55!important;max-width:100%!important;}
  .product-detail .product-price-row h2{font-size:24px!important;}
  .product-detail .stock-status{font-size:14px!important;}
  .sizes{display:flex!important;gap:9px!important;overflow:auto!important;padding-bottom:8px!important;flex-wrap:nowrap!important;}
  .size{min-width:68px!important;text-align:center!important;padding:14px 18px!important;}
  .product-detail .btn{width:100%!important;margin:10px 0 0!important;text-align:center!important;display:block!important;}
}

/* Tablet polish */
@media(min-width:761px) and (max-width:1100px){
  .topbar{grid-template-columns:1fr auto 1fr!important;padding:0 28px!important;}
  .topbar .brand img{width:190px!important;}
  .nav{gap:22px!important}.actions{gap:18px!important;}
  .grid{grid-template-columns:repeat(3,1fr)!important;}
  .product-img{height:310px!important;}
  .section h2{font-size:64px!important;}
  .detail-img{height:540px!important;min-height:0!important;}
}

/* Keep all mobile interface text black, never browser/link blue */
@media(max-width:760px){a,a:visited,button{color:#080808!important}.price-drop{color:#9d1118!important}.stock-status.in-stock{color:#2d7d26!important}.stock-status.coming-soon{color:#b98a00!important}.stock-status.out-of-stock{color:#b00020!important}}

/* Final correction: make Trending Now title same size/style as New Arrivals */
.trending-section .section-head h2{
  font-family:var(--font-main)!important;
  text-transform:uppercase!important;
  font-weight:900!important;
  letter-spacing:.035em!important;
  font-size:clamp(30px,3.4vw,52px)!important;
  line-height:.9!important;
  margin:0!important;
}
@media(max-width:760px){
  .trending-section .section-head h2{
    font-size:clamp(30px,9vw,42px)!important;
    line-height:.9!important;
  }
}


/* === Nita Style admin section picker + homepage carousel polish === */
.trending-scroll{padding:58px 0 36px;background:#fff;overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.trending-head{padding:0 5vw;margin-bottom:26px!important;align-items:center!important}
.trending-head h2,.new-arrivals-head h2{font-family:var(--font-main,Inter,Arial,sans-serif)!important;text-transform:uppercase!important;font-weight:900!important;letter-spacing:.035em!important;font-size:clamp(30px,3.4vw,52px)!important;line-height:.9!important;margin:0!important}
.trending-scroll .product-marquee{display:flex!important;gap:28px!important;width:max-content!important;animation:scroll 42s linear infinite!important;padding:0 5vw 8px!important}
.trending-scroll .product-marquee .product,.new-arrivals-scroll .product-marquee .product{width:260px;min-width:260px;animation:none!important}
.trending-scroll .product-marquee .product-img,.new-arrivals-scroll .product-marquee .product-img{height:330px}
@media(max-width:760px){
  .trending-scroll,.new-arrivals-scroll{padding:44px 0 32px!important}
  .trending-head,.new-arrivals-head{padding:0 24px!important;margin-bottom:22px!important}
  .trending-head h2,.new-arrivals-head h2{font-size:clamp(30px,9vw,42px)!important}
  .trending-scroll .product-marquee,.new-arrivals-scroll .product-marquee{gap:18px!important;padding:0 24px 8px!important;animation-duration:34s!important}
  .trending-scroll .product-marquee .product,.new-arrivals-scroll .product-marquee .product{width:190px!important;min-width:190px!important}
  .trending-scroll .product-marquee .product-img,.new-arrivals-scroll .product-marquee .product-img{height:240px!important}
}

/* === Final mobile/tablet professional polish requested June 4 === */
html,body{max-width:100%;overflow-x:hidden!important;}
a,a:visited,button,button:visited{color:#080808!important;text-decoration:none!important;}
.btn,.btn:visited,.btn.light,.btn.light:visited{color:inherit!important;}
.btn:not(.light){color:#fff!important;background:#000!important;}
.btn.light{background:#fff!important;color:#080808!important;border:1px solid #080808!important;}

/* Trending and New Arrivals both become clean one-line carousel sections */
.trending-scroll,.new-arrivals-scroll{padding:58px 0 36px;background:#fff;overflow:hidden;border-top:1px solid var(--line);}
.trending-head,.new-arrivals-head{padding:0 5vw;margin-bottom:26px!important;display:flex;align-items:center;justify-content:space-between;}
.trending-head h2,.new-arrivals-head h2{font-family:var(--font-main)!important;text-transform:uppercase!important;font-weight:900!important;letter-spacing:.035em!important;font-size:clamp(30px,3.4vw,52px)!important;line-height:.9!important;margin:0!important;}
.trending-head a,.new-arrivals-head a{font-family:var(--font-text)!important;text-transform:none!important;font-weight:500!important;letter-spacing:0!important;color:#080808!important;}
.trending-scroll .product-marquee,.new-arrivals-scroll .product-marquee{display:flex!important;gap:28px!important;width:max-content!important;animation:scroll 42s linear infinite!important;padding:0 5vw 8px!important;}
.trending-scroll .product-marquee:hover,.new-arrivals-scroll .product-marquee:hover{animation-play-state:paused!important;}
.trending-scroll .product,.new-arrivals-scroll .product{width:260px!important;min-width:260px!important;animation:none!important;}
.trending-scroll .product-img,.new-arrivals-scroll .product-img{height:330px!important;}

/* Make quick view centered and never cover product text */
.product{position:relative;}
.product-img{position:relative;overflow:hidden;}
.quick-view-btn{left:50%!important;top:50%!important;bottom:auto!important;transform:translate(-50%,-50%) scale(.96)!important;z-index:6!important;opacity:0!important;white-space:nowrap!important;padding:13px 22px!important;background:rgba(255,255,255,.94)!important;border:1px solid #080808!important;color:#080808!important;backdrop-filter:blur(8px)!important;}
.product:hover .quick-view-btn{opacity:1!important;transform:translate(-50%,-50%) scale(1)!important;}

/* Cleaner auth page desktop/tablet */
.auth-page{max-width:1080px;margin:0 auto;padding-top:70px!important;}
.auth-page .brand img,.auth-page>img{max-width:310px!important;height:auto!important;display:block;margin:0 0 55px 0;}
.auth-card{max-width:560px;margin:30px 0 0;border:1px solid #e6e6e6;background:#fff;padding:30px!important;box-shadow:none!important;}
.auth-tabs{display:grid;grid-template-columns:1fr 1fr;border:1px solid #111;margin-bottom:24px;}
.auth-tabs button{height:58px;border:0;background:#fff!important;color:#080808!important;font-family:var(--font-main)!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important;}
.auth-tabs button.active{background:#000!important;color:#fff!important;}
.auth-card .field{height:54px;font-size:17px;}

/* Mobile and phone-specific layout: not tablet, no zoom, no blue links */
@media(max-width:760px){
  :root{--mobile-pad:20px;}
  body{font-size:15px!important;background:#fff!important;}
  .topbar{position:sticky!important;top:0!important;z-index:999!important;display:grid!important;grid-template-columns:1fr!important;grid-template-areas:'brand' 'actions' 'nav'!important;padding:18px var(--mobile-pad) 14px!important;background:rgba(255,255,255,.97)!important;border-bottom:1px solid #eee!important;box-shadow:0 4px 18px rgba(0,0,0,.03)!important;gap:0!important;}
  .topbar .brand{grid-area:brand!important;display:flex!important;justify-content:center!important;align-items:center!important;margin:0 0 14px!important;height:auto!important;padding:0!important;}
  .topbar .brand img{width:min(250px,70vw)!important;height:auto!important;max-height:66px!important;object-fit:contain!important;}
  .actions{grid-area:actions!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:22px!important;margin:0 0 15px!important;width:100%!important;}
  .actions a,.actions button,.cart-icon-btn{font-size:13px!important;line-height:1!important;font-weight:900!important;letter-spacing:.055em!important;text-transform:uppercase!important;color:#080808!important;background:transparent!important;padding:0!important;height:auto!important;border:0!important;white-space:nowrap!important;}
  .actions a:nth-child(2){max-width:none!important;}
  .cart-icon svg{width:19px!important;height:19px!important;stroke:#080808!important;}
  .cart-icon-btn .cart-count{width:18px!important;height:18px!important;min-width:18px!important;color:#080808!important;border-color:#080808!important;background:#fff!important;font-size:10px!important;}
  .nav{grid-area:nav!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:28px!important;padding:0!important;height:auto!important;overflow:visible!important;width:100%!important;}
  .nav>a,.nav-item>a{font-size:15px!important;line-height:1!important;font-weight:900!important;letter-spacing:.045em!important;padding:0 0 6px!important;color:#080808!important;white-space:nowrap!important;}
  .mega{display:none!important;}
  .nav > a::after,.nav-item > a::after,.actions a::after,.actions button::after{display:none!important;}
  
  .page{padding:34px var(--mobile-pad)!important;min-height:auto!important;}
  .section{padding:46px var(--mobile-pad)!important;}
  .hero.hero-buttons-only{display:grid!important;grid-template-columns:1fr!important;min-height:auto!important;margin-top:0!important;}
  .hero-buttons-only .hero-panel{min-height:280px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,#fff,#f1f1f1)!important;}
  .hero-buttons-only .hero-content{padding:0!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;}
  .hero-buttons-only .btn{min-width:190px!important;text-align:center!important;padding:16px 28px!important;font-size:14px!important;}
  .category-strip{display:flex!important;overflow-x:auto!important;gap:34px!important;justify-content:flex-start!important;padding:26px var(--mobile-pad)!important;-webkit-overflow-scrolling:touch!important;}
  .cat{min-width:92px!important;text-align:center!important;color:#080808!important;}
  .cat-bubble{width:70px!important;height:70px!important;margin:0 auto 13px!important;}
  .cat span{font-size:13px!important;}
  
  .trending-scroll,.new-arrivals-scroll{padding:42px 0 32px!important;}
  .trending-head,.new-arrivals-head{padding:0 var(--mobile-pad)!important;margin-bottom:22px!important;}
  .trending-head h2,.new-arrivals-head h2{font-size:clamp(31px,10vw,44px)!important;line-height:.92!important;}
  .trending-head a,.new-arrivals-head a{font-size:14px!important;color:#080808!important;}
  .trending-scroll .product-marquee,.new-arrivals-scroll .product-marquee{gap:18px!important;padding:0 var(--mobile-pad) 8px!important;animation-duration:34s!important;}
  .trending-scroll .product,.new-arrivals-scroll .product{width:188px!important;min-width:188px!important;}
  .trending-scroll .product-img,.new-arrivals-scroll .product-img{height:238px!important;}
  .grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:30px 18px!important;}
  .product-img{height:235px!important;}
  .product h3{font-size:16px!important;line-height:1.05!important;margin:14px 0 8px!important;}
  .product-price-row{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important;font-size:14px!important;}
  .product-price-row p,.product-price-row h2,.product-price-row h3{font-size:18px!important;margin:0!important;}
  .product .stock-status{font-size:12px!important;gap:6px!important;}
  .quick-view-btn{opacity:1!important;font-size:11px!important;padding:11px 16px!important;}
  .sale-badge{font-size:10px!important;padding:10px 14px!important;}
  
  /* Product page phone: compact, no horizontal overflow, unique size display handled by JS */
  .product-detail{display:grid!important;grid-template-columns:1fr!important;gap:24px!important;width:100%!important;overflow:hidden!important;}
  .detail-img{height:315px!important;min-height:0!important;width:100%!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:center!important;border:1px solid #eee!important;}
  .product-thumbs{display:flex!important;gap:8px!important;flex-wrap:nowrap!important;overflow-x:auto!important;padding-bottom:8px!important;max-width:100%!important;}
  .product-thumbs button{width:64px!important;min-width:64px!important;height:76px!important;}
  .product-detail h1{font-size:clamp(34px,11vw,48px)!important;line-height:.92!important;margin:8px 0 12px!important;word-break:break-word!important;}
  .product-detail p{font-size:17px!important;line-height:1.45!important;max-width:100%!important;overflow-wrap:anywhere!important;}
  .product-detail .muted{font-size:18px!important;}
  .product-detail .product-price-row{display:flex!important;align-items:center!important;gap:14px!important;margin:10px 0 18px!important;}
  .product-detail .product-price-row h2{font-size:24px!important;}
  .product-detail .stock-status{font-size:14px!important;margin:0!important;}
  .sizes{display:flex!important;gap:9px!important;overflow-x:auto!important;flex-wrap:nowrap!important;padding:0 0 8px!important;max-width:100%!important;}
  .size{min-width:64px!important;padding:14px 16px!important;text-align:center!important;font-size:15px!important;}
  .product-detail .btn{width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:12px 0 0!important;min-height:56px!important;}
  
  /* Quick View phone: modal fits screen and doesn't zoom/cut */
  .quick-modal{padding:16px!important;align-items:center!important;}
  .quick-dialog{width:100%!important;max-width:420px!important;max-height:86vh!important;overflow:auto!important;border:0!important;}
  .quick-grid{display:grid!important;grid-template-columns:1fr!important;min-height:auto!important;}
  .quick-image{height:280px!important;min-height:280px!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:center!important;border-bottom:1px solid #eee!important;}
  .quick-info{padding:24px 22px 28px!important;display:block!important;}
  .quick-info h2{font-size:clamp(30px,10vw,42px)!important;line-height:.95!important;margin:8px 0 12px!important;word-break:break-word!important;}
  .quick-info p{font-size:16px!important;line-height:1.45!important;}
  .quick-close{right:14px!important;top:12px!important;font-size:28px!important;width:40px!important;height:40px!important;background:#fff!important;color:#080808!important;}
  .quick-info .btn{width:100%!important;margin:10px 0 0!important;display:flex!important;justify-content:center!important;}
  
  /* Login page phone: minimal boutique, readable tabs */
  .auth-page{padding:42px var(--mobile-pad)!important;}
  #loginRoot>img,.auth-page img{max-width:260px!important;margin:0 auto 48px!important;display:block!important;}
  .auth-page h1{font-size:clamp(38px,12vw,58px)!important;line-height:.92!important;margin-bottom:18px!important;}
  .auth-page .lede,.auth-page p{font-size:18px!important;line-height:1.45!important;letter-spacing:.03em!important;}
  .auth-card{padding:22px!important;margin-top:28px!important;max-width:100%!important;}
  .auth-tabs button{height:58px!important;font-size:14px!important;color:#080808!important;}
  .auth-tabs button.active{background:#000!important;color:#fff!important;}
  .auth-card .form-grid{grid-template-columns:1fr!important;}
  .auth-card .field{height:54px!important;font-size:16px!important;}
}

@media(min-width:761px) and (max-width:1100px){
  .quick-dialog{width:min(760px,92vw)!important;}
  .quick-grid{grid-template-columns:1fr!important;}
  .quick-image{height:420px!important;min-height:420px!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:center!important;}
  .product-detail{grid-template-columns:1fr!important;gap:30px!important;}
  .detail-img{height:480px!important;min-height:0!important;background-size:contain!important;background-repeat:no-repeat!important;}
  .topbar .brand img{width:210px!important;}
}

/* FINAL BUTTON CONTRAST FIX: every black button uses white text */
.btn:not(.light),
button.btn:not(.light),
a.btn:not(.light),
.auth-tabs button.active,
.pill.on,
.size.active,
.footer-newsletter button,
.auth-submit,
.product-detail .btn:not(.light),
.checkout .btn:not(.light),
.admin-page .btn:not(.light),
.login-page .btn:not(.light),
.account-page .btn:not(.light),
button[style*="background:#000"],
button[style*="background: #000"],
a[style*="background:#000"],
a[style*="background: #000"]{
  background:#000!important;
  color:#fff!important;
  border-color:#000!important;
}
.btn:not(.light) *,
button.btn:not(.light) *,
a.btn:not(.light) *,
.auth-tabs button.active *,
.pill.on *,
.size.active *,
.footer-newsletter button *,
.auth-submit *,
.product-detail .btn:not(.light) *,
.checkout .btn:not(.light) *,
.admin-page .btn:not(.light) *,
.login-page .btn:not(.light) *,
.account-page .btn:not(.light) *{
  color:#fff!important;
}
.btn.light,
a.btn.light,
button.btn.light{
  background:#fff!important;
  color:#080808!important;
  border-color:#080808!important;
}
.btn.light *,
a.btn.light *,
button.btn.light *{
  color:#080808!important;
}
button:disabled,
.btn.disabled{
  color:#fff!important;
}

/* === FINAL ACCOUNT / ADMIN / SECTION POLISH === */
:root{--danger:#b00020;--danger-soft:#fff1f3;--success:#2f7d27;--progress:#111}
/* Smaller section/page titles on shop, collections, and inner pages */
.page h1,.shop-tools h1,.section h2{font-size:clamp(32px,4.2vw,58px)!important;line-height:.95!important;letter-spacing:.015em!important;}
@media(max-width:850px){.page h1,.shop-tools h1,.section h2{font-size:clamp(30px,10vw,44px)!important}.shop-tools{align-items:flex-start!important;gap:18px!important}.shop-tools .field{width:100%!important}}
/* Safer account controls */
.danger-zone{border-color:#f0c5cc!important;background:linear-gradient(180deg,#fff,#fffafa)!important}.danger-zone h2{color:#111}.btn.logout-btn{background:#fff!important;color:#111!important;border-color:#111!important}.btn.logout-btn:hover{background:#111!important;color:#fff!important}.btn.danger,.delete-account-btn{background:var(--danger)!important;color:#fff!important;border-color:var(--danger)!important}.btn.danger:hover,.delete-account-btn:hover{background:#7f0016!important;color:#fff!important;border-color:#7f0016!important}
/* Professional order cards with roadmap */
.orders-list{display:grid;gap:18px}.order-card-pro{border:1px solid var(--line);background:#fff;padding:22px;display:grid;gap:18px}.order-card-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:14px}.order-card-head h3{margin:0;text-transform:uppercase;letter-spacing:.04em}.order-meta{display:flex;gap:14px;flex-wrap:wrap;color:var(--muted);font-size:13px}.order-total{font-weight:900;font-size:20px}.order-items{display:grid;gap:8px}.order-item-line{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #f2f2f2;padding-bottom:8px}.order-roadmap{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;align-items:start;margin-top:6px}.road-step{position:relative;text-align:center;color:#888;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.road-step:before{content:'';display:block;width:16px;height:16px;border-radius:50%;border:2px solid #d5d5d5;background:#fff;margin:0 auto 8px;position:relative;z-index:2}.road-step:after{content:'';position:absolute;top:7px;left:-50%;width:100%;height:2px;background:#e6e6e6;z-index:1}.road-step:first-child:after{display:none}.road-step.done{color:#111}.road-step.done:before{background:#111;border-color:#111}.road-step.active{color:#111}.road-step.active:before{border-color:#111;box-shadow:0 0 0 5px rgba(0,0,0,.08)}.road-step.cancelled{color:var(--danger)}.road-step.cancelled:before{background:var(--danger);border-color:var(--danger)}
@media(max-width:650px){.order-card-head{display:block}.order-total{margin-top:10px}.order-roadmap{grid-template-columns:1fr;gap:10px}.road-step{text-align:left;display:flex;align-items:center;gap:10px}.road-step:before{margin:0}.road-step:after{display:none}}
/* More refined admin dashboard */
.admin-page .card{box-shadow:0 18px 60px rgba(0,0,0,.035);border-color:#e8e8e8}.admin-hero h1{font-size:clamp(42px,6vw,78px)!important}.admin-side{box-shadow:0 14px 40px rgba(0,0,0,.035)}.admin-side h3{font-size:14px;text-transform:uppercase;letter-spacing:.08em}.admin-side a:hover{padding-left:8px;background:#fafafa}.admin-layout{gap:28px}.admin-toolbar h2{font-size:clamp(24px,3vw,36px)!important;text-transform:uppercase;letter-spacing:.03em}.admin-order-status{min-width:190px}.admin-order-row td{vertical-align:top}.admin-status-badge{display:inline-block;border:1px solid #111;padding:6px 10px;margin-top:6px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;background:#fff}.admin-empty{padding:28px;border:1px dashed #ddd;color:var(--muted);background:#fafafa}


/* Mobile logo background blend fix: transparent logo, no white rectangle */
.brand img,.footer-logo-img,.about-logo,.auth-brand img{background:transparent!important;}
@media(max-width:980px){.topbar .brand,.topbar .brand img{background:transparent!important;box-shadow:none!important;border:0!important;}.topbar{background:#fff!important;}.brand img{mix-blend-mode:multiply;}}

/* --- Cart / Quick View / Unavailable-product polish --- */
.btn.disabled,
.btn[disabled],
button.disabled,
button[disabled]{
  opacity:.42!important;
  cursor:not-allowed!important;
  box-shadow:none!important;
  transform:none!important;
  pointer-events:none!important;
}
.notify-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  margin-top:10px;
  border:1px solid #000!important;
  background:#fff!important;
  color:#000!important;
  padding:15px 22px;
  letter-spacing:.06em;
  font-weight:800;
  cursor:pointer;
  transition:.25s;
}
.notify-btn:hover{background:#000!important;color:#fff!important;transform:translateY(-2px)}
.quick-modal{position:fixed;inset:0;z-index:9998;display:none;align-items:center;justify-content:center;padding:24px;}
.quick-modal.open{display:flex!important;}
.quick-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.45);backdrop-filter:blur(6px);}
.quick-dialog{position:relative;background:#fff;width:min(1040px,92vw);max-height:88vh;overflow:auto;box-shadow:0 30px 90px rgba(0,0,0,.22);}
.quick-close{position:sticky;top:14px;margin-left:auto;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #eee;background:#fff;color:#000;font-size:28px;z-index:3;cursor:pointer;}
.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;padding:18px 34px 34px;}
.quick-image{min-height:520px;background-color:#f4f4f4!important;background-repeat:no-repeat!important;background-size:contain!important;background-position:center!important;}
.quick-info{min-width:0;align-self:center;}
.quick-info .btn,.quick-info .notify-btn{margin-top:10px;}
.cart-panel .close,.search-panel .close{color:#000!important;}
@media(max-width:850px){
  .cart-panel,.search-panel{
    position:fixed!important;
    inset:0!important;
    width:100vw!important;
    height:100dvh!important;
    max-height:100dvh!important;
    transform:translateX(105%)!important;
    padding:calc(env(safe-area-inset-top,0px) + 18px) 20px calc(env(safe-area-inset-bottom,0px) + 26px)!important;
    overflow-y:auto!important;
    z-index:10000!important;
    box-shadow:none!important;
  }
  .cart-panel.open,.search-panel.open{transform:translateX(0)!important;}
  .cart-panel .close,.search-panel .close{
    position:sticky!important;
    top:0!important;
    float:none!important;
    margin-left:auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:42px!important;
    height:42px!important;
    background:#fff!important;
    border:1px solid #e5e5e5!important;
    z-index:3!important;
  }
  body.panel-open{overflow:hidden!important;}
  .quick-modal{padding:14px!important;align-items:flex-start!important;overflow-y:auto!important;}
  .quick-dialog{
    width:calc(100vw - 28px)!important;
    max-height:calc(100dvh - 28px)!important;
    margin-top:env(safe-area-inset-top,0px)!important;
    overflow-y:auto!important;
  }
  .quick-grid{grid-template-columns:1fr!important;gap:18px!important;padding:12px 18px 24px!important;}
  .quick-image{min-height:0!important;height:min(48vh,360px)!important;background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important;}
  .quick-info h2{font-size:32px!important;line-height:1!important;margin:8px 0 12px!important;}
  .quick-info p{max-width:100%!important;overflow-wrap:break-word!important;}
  .quick-info .sizes{display:flex!important;flex-wrap:wrap!important;gap:8px!important;overflow:visible!important;}
  .quick-info .size{min-width:58px!important;text-align:center!important;}
  .product-actions .btn.disabled{width:100%;}
  .product-actions .notify-btn{width:100%;}
}

/* Search panel mobile polish: make search behave like cart, as a full-screen clean section */
.search-panel h2,.cart-panel h2{font-size:clamp(28px,7vw,46px);line-height:1;margin:8px 0 22px;text-transform:uppercase;}
.search-panel .field{border:1px solid #dcdcdc;background:#fff;color:#000;border-radius:0;}
.search-panel a{color:#000!important;}
@media(max-width:850px){
  .search-panel,.cart-panel{background:#fff!important;}
  .search-panel h2,.cart-panel h2{font-size:34px!important;margin-top:8px!important;}
  .search-panel .field{font-size:16px!important;padding:16px!important;}
  #searchResults a{grid-template-columns:64px 1fr!important;align-items:center!important;padding:14px 0!important;}
  body.panel-open .topbar{pointer-events:none;}
}


/* Final checkout coupon apply UI */
.coupon-apply{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:stretch;margin-bottom:10px}
.apply-coupon-btn{white-space:nowrap;min-width:190px}
.coupon-feedback{min-height:22px;font-size:13px;font-weight:700;letter-spacing:.02em;margin:4px 0 14px}
.summary-line{display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid #eee;padding:12px 0;font-size:15px}
.total-line{font-size:18px;border-bottom:0;margin-top:6px}.discount-line b{color:#177a22}
@media(max-width:720px){.coupon-apply{grid-template-columns:1fr}.apply-coupon-btn{width:100%;min-width:0}.summary-line{font-size:14px}}


/* Homepage section picker + stronger scrolling rows */
.field-help{font-size:12px;color:#777;margin:6px 0 0;line-height:1.4}
.trending-scroll,.new-arrivals-scroll{overflow:hidden!important}
.trending-scroll .product-marquee,.new-arrivals-scroll .product-marquee{display:flex!important;flex-wrap:nowrap!important;width:max-content!important;white-space:normal!important;animation:scroll 42s linear infinite!important}
.trending-scroll .product,.new-arrivals-scroll .product{flex:0 0 260px!important;max-width:260px!important}
@media (max-width: 768px){
  .trending-scroll .product,.new-arrivals-scroll .product{flex-basis:188px!important;max-width:188px!important}
}

/* === Nita Style continuous homepage scrolling fix === */
@keyframes nitaInfiniteScroll{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}
.trending-scroll,.new-arrivals-scroll{
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  scrollbar-width:none!important;
  touch-action:pan-x!important;
}
.trending-scroll::-webkit-scrollbar,.new-arrivals-scroll::-webkit-scrollbar{display:none!important;}
.trending-scroll .product-marquee,.new-arrivals-scroll .product-marquee{
  animation:nitaInfiniteScroll 42s linear infinite!important;
  will-change:transform!important;
  flex-wrap:nowrap!important;
  width:max-content!important;
}
.trending-scroll .product-marquee:hover,.new-arrivals-scroll .product-marquee:hover{
  animation-play-state:running!important;
}
@media(max-width:900px){
  .trending-scroll .product-marquee,.new-arrivals-scroll .product-marquee{animation-duration:34s!important;}
}

/* FINAL QUICK VIEW RELIABILITY + RESPONSIVE FORMAT */
.quick-modal{position:fixed!important;inset:0!important;z-index:99999!important;display:none!important;align-items:center!important;justify-content:center!important;padding:24px!important;}
.quick-modal.open{display:flex!important;}
.quick-backdrop{position:absolute!important;inset:0!important;background:rgba(0,0,0,.46)!important;backdrop-filter:blur(7px)!important;}
.quick-dialog{position:relative!important;background:#fff!important;width:min(1040px,94vw)!important;max-height:90vh!important;overflow:auto!important;box-shadow:0 34px 95px rgba(0,0,0,.24)!important;border:1px solid rgba(0,0,0,.08)!important;}
.quick-close{position:sticky!important;top:12px!important;margin-left:auto!important;right:12px!important;width:44px!important;height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid #e8e8e8!important;background:#fff!important;color:#000!important;font-size:28px!important;line-height:1!important;z-index:5!important;cursor:pointer!important;}
.quick-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:34px!important;padding:14px 34px 34px!important;min-height:auto!important;}
.quick-image{height:min(68vh,620px)!important;min-height:440px!important;background-color:#f5f5f5!important;background-repeat:no-repeat!important;background-size:contain!important;background-position:center!important;}
.quick-info{min-width:0!important;align-self:center!important;padding:20px 0!important;display:block!important;}
.quick-info h2{font-size:clamp(34px,4vw,58px)!important;line-height:.92!important;margin:8px 0 16px!important;text-transform:uppercase!important;word-break:normal!important;overflow-wrap:anywhere!important;}
.quick-info p{max-width:100%!important;overflow-wrap:anywhere!important;}
.quick-info .sizes{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin:14px 0!important;}
.quick-info .btn,.quick-info .notify-btn{width:100%!important;margin:10px 0 0!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;}
.quick-disabled{opacity:.42!important;cursor:not-allowed!important;}
.product{position:relative!important;}
.quick-view-btn{position:absolute!important;left:50%!important;top:50%!important;bottom:auto!important;transform:translate(-50%,-50%) scale(.96)!important;z-index:9!important;opacity:0!important;white-space:nowrap!important;padding:13px 22px!important;background:rgba(255,255,255,.94)!important;border:1px solid #080808!important;color:#080808!important;backdrop-filter:blur(8px)!important;cursor:pointer!important;}
.product:hover .quick-view-btn,.product:focus-within .quick-view-btn{opacity:1!important;transform:translate(-50%,-50%) scale(1)!important;}
.quick-view-btn:hover{background:#000!important;color:#fff!important;}
body.quick-open{overflow:hidden!important;}
@media(max-width:900px){
  .quick-modal{padding:14px!important;align-items:center!important;}
  .quick-dialog{width:100%!important;max-width:520px!important;max-height:88vh!important;border-radius:0!important;}
  .quick-grid{grid-template-columns:1fr!important;gap:16px!important;padding:10px 18px 24px!important;}
  .quick-image{height:min(44vh,360px)!important;min-height:260px!important;background-size:contain!important;background-position:center!important;}
  .quick-info{padding:0!important;}
  .quick-info h2{font-size:clamp(28px,8vw,40px)!important;line-height:.95!important;margin:8px 0 10px!important;}
  .quick-info p{font-size:15px!important;line-height:1.45!important;}
  .quick-close{width:42px!important;height:42px!important;font-size:26px!important;}
  .quick-view-btn{opacity:1!important;top:50%!important;font-size:11px!important;padding:11px 16px!important;}
}
@media(min-width:901px) and (max-width:1180px){
  .quick-dialog{width:min(820px,92vw)!important;}
  .quick-grid{grid-template-columns:1fr!important;}
  .quick-image{height:min(54vh,460px)!important;min-height:340px!important;}
}


/* === Nita Style product/admin final polish === */
.detail-img{background-size:contain!important;background-repeat:no-repeat!important;background-position:center!important;background-color:#f6f6f6!important;min-height:clamp(420px,68vh,720px)!important;}
.product-thumbs button{background-size:contain!important;background-repeat:no-repeat!important;background-position:center!important;background-color:#f6f6f6!important;}
.product-media{min-width:0!important;}
.product-info{min-width:0!important;}
.admin-product-top button{background:#fff!important;color:#080808!important;border:1px solid #080808!important;transition:background .22s ease,color .22s ease,transform .22s ease!important;}
.admin-product-top button:hover{background:#080808!important;color:#fff!important;transform:translateY(-1px)!important;}
.admin-product-top button:first-of-type{background:#080808!important;color:#fff!important;}
.admin-product-top button:first-of-type:hover{background:#222!important;color:#fff!important;}
.size-picker.oos-picker .pill.on{background:#8b0000!important;color:#fff!important;border-color:#8b0000!important;}
.size.size-disabled{position:relative!important;color:#999!important;background:#f6f6f6!important;border-color:#ddd!important;cursor:not-allowed!important;opacity:.65!important;pointer-events:none!important;}
.size.size-disabled:after{content:'';position:absolute;left:12%;right:12%;top:50%;height:1px;background:#999;transform:rotate(-28deg);transform-origin:center;}
.product-size-list .size{position:relative;}
.btn.disabled,.btn:disabled{opacity:.45!important;cursor:not-allowed!important;pointer-events:none!important;}
.notify-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:14px 22px;border:1px solid #080808;background:#fff;color:#080808;font-weight:900;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;margin-left:10px;}
.notify-btn:hover{background:#080808;color:#fff;}
@media(max-width:760px){
  .product-detail{grid-template-columns:1fr!important;gap:22px!important;padding-inline:20px!important;overflow-x:hidden!important;}
  .detail-img{height:420px!important;min-height:420px!important;width:100%!important;}
  .product-info h1{font-size:clamp(36px,11vw,56px)!important;line-height:.95!important;overflow-wrap:anywhere!important;}
  .product-info p{max-width:100%!important;overflow-wrap:break-word!important;}
  .sizes{display:flex!important;flex-wrap:wrap!important;gap:10px!important;overflow:visible!important;}
  .sizes .size{min-width:64px!important;height:58px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
  .product-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;}
  .product-actions .btn,.product-actions .notify-btn{width:100%!important;margin:0!important;}
  .quick-image{background-size:contain!important;background-repeat:no-repeat!important;background-position:center!important;}
}
/* === end final polish === */

/* Account control final polish: red emphasis belongs to the actions, not the whole card */
.danger-zone{
  border-color:#e8e8e8!important;
  background:#fff!important;
  box-shadow:none!important;
}
.danger-zone h2{color:#111!important;}
.danger-zone .muted{color:#666!important;}
.btn.logout-btn,
.danger-zone .btn.logout-btn{
  background:#fff!important;
  color:#111!important;
  border:1px solid #b00020!important;
}
.btn.logout-btn:hover,
.danger-zone .btn.logout-btn:hover{
  background:#b00020!important;
  color:#fff!important;
  border-color:#b00020!important;
}
.btn.logout-btn *,
.danger-zone .btn.logout-btn *{
  color:inherit!important;
}
.btn.danger,
.delete-account-btn,
.danger-zone .btn.danger,
.danger-zone .delete-account-btn{
  background:#b00020!important;
  color:#fff!important;
  border:1px solid #b00020!important;
}
.btn.danger:hover,
.delete-account-btn:hover,
.danger-zone .btn.danger:hover,
.danger-zone .delete-account-btn:hover{
  background:#7f0016!important;
  color:#fff!important;
  border-color:#7f0016!important;
}

/* === FINAL: out-of-stock size display + automatic-only homepage rows === */
.trending-scroll,.new-arrivals-scroll{overflow:hidden!important;touch-action:auto!important;-webkit-overflow-scrolling:auto!important;}
.trending-scroll .product-marquee,.new-arrivals-scroll .product-marquee{display:flex!important;flex-wrap:nowrap!important;width:max-content!important;animation:nitaFinalAutoScroll 42s linear infinite!important;will-change:transform!important;}
.trending-scroll .product-marquee:hover,.new-arrivals-scroll .product-marquee:hover{animation-play-state:running!important;}
@keyframes nitaFinalAutoScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(max-width:900px){.trending-scroll .product-marquee,.new-arrivals-scroll .product-marquee{animation-duration:34s!important;}}
.available-size-picker .pill.on{background:#000!important;color:#fff!important;border-color:#000!important;}
.oos-picker .pill.on{background:#b00020!important;color:#fff!important;border-color:#b00020!important;}
.size.size-disabled,.product-size-list .size.size-disabled,.quick-info .size.size-disabled{position:relative!important;background:#f3f3f3!important;color:#a2a2a2!important;border-color:#ddd!important;opacity:.72!important;cursor:not-allowed!important;pointer-events:none!important;}
.size.size-disabled::after,.product-size-list .size.size-disabled::after,.quick-info .size.size-disabled::after{content:''!important;position:absolute!important;left:14%!important;right:14%!important;top:50%!important;height:1.5px!important;background:#8f8f8f!important;transform:rotate(-31deg)!important;transform-origin:center!important;}
.sizes .size{flex:0 0 auto!important;}
.product-size-list{display:flex!important;flex-wrap:wrap!important;gap:10px!important;overflow:visible!important;}
/* === END FINAL FIX === */

/* === NITA STYLE FINAL CRITICAL CSS: stock sizes + no-lag marquee === */
.trending-scroll,.new-arrivals-scroll{overflow:hidden!important;touch-action:auto!important;-webkit-overflow-scrolling:auto!important;}
.trending-scroll .product-marquee,.new-arrivals-scroll .product-marquee{display:flex!important;flex-wrap:nowrap!important;width:max-content!important;min-width:max-content!important;animation:nitaAlwaysScroll 42s linear infinite!important;will-change:transform!important;transform:translate3d(0,0,0)!important;}
.trending-scroll .product-marquee:hover,.new-arrivals-scroll .product-marquee:hover{animation-play-state:running!important;}
@keyframes nitaAlwaysScroll{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-50%,0,0)}}
@media(max-width:900px){.trending-scroll .product-marquee,.new-arrivals-scroll .product-marquee{animation-duration:34s!important;}}
.available-size-picker .pill.on{background:#000!important;color:#fff!important;border-color:#000!important;}
.oos-picker .pill.on{background:#b00020!important;color:#fff!important;border-color:#b00020!important;}
.size.size-disabled,.product-size-list .size.size-disabled,.quick-info .size.size-disabled{position:relative!important;background:#f2f2f2!important;color:#9b9b9b!important;border-color:#ddd!important;opacity:.72!important;cursor:not-allowed!important;pointer-events:none!important;}
.size.size-disabled::after,.product-size-list .size.size-disabled::after,.quick-info .size.size-disabled::after{content:''!important;position:absolute!important;left:14%!important;right:14%!important;top:50%!important;height:1.5px!important;background:#8a8a8a!important;transform:rotate(-30deg)!important;transform-origin:center!important;}
.product-size-list,.quick-info .sizes{display:flex!important;flex-wrap:wrap!important;gap:10px!important;overflow:visible!important;}
.product-size-list .size,.quick-info .size{flex:0 0 auto!important;min-width:62px!important;}
/* === END FINAL CRITICAL CSS === */

/* === FINAL FIX: reliable product marquees, checkout delivery, and admin buttons === */
.trending-scroll,.new-arrivals-scroll{overflow:hidden!important;}
.trending-scroll .product-marquee,.new-arrivals-scroll .product-marquee{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:28px!important;
  width:max-content!important;
  animation:none!important;
  transition:none!important;
  will-change:transform!important;
  padding:0 5vw 8px!important;
}
.trending-scroll .product-marquee:hover,.new-arrivals-scroll .product-marquee:hover{animation-play-state:running!important;}
.trending-scroll .product-marquee .product,.new-arrivals-scroll .product-marquee .product{flex:0 0 260px!important;width:260px!important;min-width:260px!important;}
@media(max-width:760px){
  .trending-scroll .product-marquee,.new-arrivals-scroll .product-marquee{gap:18px!important;padding:0 24px 8px!important;}
  .trending-scroll .product-marquee .product,.new-arrivals-scroll .product-marquee .product{flex-basis:190px!important;width:190px!important;min-width:190px!important;}
}
.admin-product-card button:hover,.admin-product-top button:hover{background:#111!important;color:#fff!important;border-color:#111!important;}
.summary-line{display:flex;justify-content:space-between;gap:18px;margin:12px 0;align-items:flex-start;}
.summary-total{font-size:18px;border-top:1px solid #111;padding-top:15px;margin-top:16px;}
.delivery-note,.delivery-mini-note{font-size:13px;line-height:1.45;margin:8px 0 14px;color:#666;}

/* === CART QUANTITY + INVENTORY + MOBILE ORDER POLISH === */
.cart-line{display:grid;grid-template-columns:76px 1fr auto;gap:14px;align-items:start;padding:16px 0;border-bottom:1px solid #eee}.cart-thumb{display:block;height:92px;background-size:cover!important;background-position:center!important;background-color:#f3f3f3}.cart-copy b{font-weight:900}.qty-stepper{display:inline-grid;grid-template-columns:34px 44px 34px;align-items:center;border:1px solid #ddd;margin:9px 0}.qty-stepper button{height:34px;border:0;background:#fff;color:#000;font-size:18px;cursor:pointer}.qty-stepper button:hover{background:#000;color:#fff}.qty-stepper span{text-align:center;font-weight:900}.cart-remove{border:1px solid #ddd;background:#fff;color:#000;width:34px;height:34px;font-size:20px;cursor:pointer}.cart-remove:hover{background:#000;color:#fff}.cart-total-line{display:flex;justify-content:space-between;align-items:center;margin-top:18px;padding-top:18px;border-top:1px solid #111;font-size:18px}.cart-checkout-btn{width:100%;box-sizing:border-box}.admin-private-qty{margin-top:8px;font-size:12px;font-weight:800;color:#555;text-transform:uppercase;letter-spacing:.05em}.delivery-note,.delivery-mini-note{font-size:13px;margin:10px 0 0;color:#666}.summary-total{font-size:18px;border-top:1px solid #111;margin-top:12px;padding-top:12px}.account-order-card,.order-card{overflow:hidden}.order-roadmap{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:14px}.order-step{display:flex;align-items:center;gap:6px;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.order-step:before{content:'';width:10px;height:10px;border-radius:50%;background:#ddd;display:inline-block}.order-step.done:before,.order-step.active:before{background:#111}
@media(max-width:760px){.cart-line{grid-template-columns:64px 1fr auto;gap:10px}.cart-thumb{height:78px}.qty-stepper{grid-template-columns:32px 38px 32px}.cart-panel.open{top:0!important;height:100dvh!important;max-height:100dvh!important}.account-page .card{padding:22px!important}.order-roadmap{display:grid;grid-template-columns:1fr;gap:10px;border-left:1px solid #ddd;padding-left:14px}.order-step{font-size:11px}.order-step:before{margin-left:-20px}.summary-line{gap:12px}.checkout-page .checkout{grid-template-columns:1fr!important}.admin-private-qty{font-size:11px}}
/* === END CART QUANTITY + INVENTORY + MOBILE ORDER POLISH === */

/* === LOW STOCK STATUS PATCH === */
.stock-status.low-stock{color:#b98200}
.stock-status.low-stock .stock-dot{background:#f0b429}
.stock-status.coming-soon{color:#1976d2!important}
.stock-status.coming-soon .stock-dot{background:#1976d2!important}
.product-price-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.product-price-row .stock-status{margin:0}


/* --- Explore Collections background video --- */
.explore-video-section{
  position:relative!important;
  overflow:hidden!important;
  background:#f1f1f1!important;
}
.explore-video-section .explore-bg-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transform:scale(1.03);
  z-index:0;
  display:block;
}
.explore-video-section .explore-video-shade{
  position:absolute;
  inset:0;
  z-index:1;
  background:rgba(255,255,255,.16);
  pointer-events:none;
}
.explore-video-section:before{display:none!important;}
.explore-video-section .banner-overlay{
  position:relative!important;
  z-index:2!important;
}
.explore-video-section .banner-overlay .btn{
  background:#000!important;
  color:#fff!important;
  border-color:#000!important;
}
@media(max-width:850px){
  .explore-video-section{height:380px!important;}
  .explore-video-section .explore-bg-video{transform:scale(1.08);}
}

/* Category icon strip replacement */
.category-icons .cat-bubble.cat-icon{
  background:transparent!important;
  border-radius:0!important;
  width:82px!important;
  height:82px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0 auto!important;
}
.category-icons .cat-icon svg{
  width:70px!important;
  height:70px!important;
  fill:none!important;
  stroke:#080808!important;
  stroke-width:2.4!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  transition:transform .28s ease, opacity .28s ease;
}
.category-icons .cat:hover .cat-icon svg{
  transform:translateY(-4px) scale(1.04);
  opacity:.82;
}
.category-icons .cat span{
  margin-top:10px!important;
  letter-spacing:.04em!important;
}
@media(max-width:850px){
  .category-icons .cat-bubble.cat-icon{width:66px!important;height:66px!important;}
  .category-icons .cat-icon svg{width:58px!important;height:58px!important;stroke-width:2.2!important;}
}


/* === FINAL REQUEST PATCH: remove explore video, reliable autoplay marquee, cart button safety === */
.explore-video-section .explore-bg-video,
.explore-video-section .explore-video-shade{display:none!important;}
.banner.banner-photo{background:linear-gradient(120deg,#f4f4f4,#fff)!important;position:relative;overflow:hidden;}
.banner.banner-photo:before{display:block!important;content:"";position:absolute;inset:0;background:linear-gradient(120deg,#f4f4f4,#fff)!important;z-index:0;}
.banner.banner-photo .banner-overlay{position:relative!important;z-index:2!important;}

/* Product marquee: force true right-to-left infinite movement on all devices */
.trending-scroll,.new-arrivals-scroll{overflow:hidden!important;}
.product-marquee{display:flex!important;flex-wrap:nowrap!important;gap:28px!important;width:max-content!important;min-width:max-content!important;will-change:transform!important;animation:nitaContinuousMarquee 34s linear infinite!important;}
.product-marquee .product{flex:0 0 260px!important;width:260px!important;min-width:260px!important;}
@keyframes nitaContinuousMarquee{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-50%,0,0)}}
@media(max-width:760px){
  .product-marquee{gap:20px!important;animation-duration:28s!important;}
  .product-marquee .product{flex-basis:210px!important;width:210px!important;min-width:210px!important;}
  .product-marquee .product-img{height:260px!important;}
}

/* Ensure black buttons stay readable */
.btn:not(.light),button.btn:not(.light),a.btn:not(.light),.quick-add,.cart-checkout-btn{background:#000!important;color:#fff!important;border-color:#000!important;}
.btn:not(.light) *,button.btn:not(.light) *,a.btn:not(.light) *{color:#fff!important;}

/* === MOBILE/TABLET ACCOUNT ORDER ROADMAP FINAL FIX === */
.account-order.detailed-order{
  overflow:visible!important;
}
.account-order.detailed-order .order-roadmap,
.detailed-order .order-roadmap{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(96px,1fr))!important;
  gap:0!important;
  align-items:start!important;
  position:relative!important;
  border-left:0!important;
  padding:24px 0 10px!important;
  margin:18px 0 12px!important;
  width:100%!important;
  overflow:visible!important;
}
.account-order.detailed-order .order-roadmap:before,
.detailed-order .order-roadmap:before{
  content:""!important;
  position:absolute!important;
  top:33px!important;
  left:48px!important;
  right:48px!important;
  height:2px!important;
  background:#e4e4e4!important;
  z-index:0!important;
}
.account-order.detailed-order .order-roadmap span,
.detailed-order .order-roadmap span{
  position:relative!important;
  z-index:1!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  text-align:center!important;
  gap:10px!important;
  min-width:0!important;
  font-size:12px!important;
  line-height:1.1!important;
  font-weight:900!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
  color:#9a9a9a!important;
  white-space:normal!important;
}
.account-order.detailed-order .order-roadmap span:before,
.detailed-order .order-roadmap span:before{
  content:""!important;
  width:20px!important;
  height:20px!important;
  border-radius:999px!important;
  background:#fff!important;
  border:3px solid #d8d8d8!important;
  box-sizing:border-box!important;
  margin:0!important;
  display:block!important;
}
.account-order.detailed-order .order-roadmap span.done,
.detailed-order .order-roadmap span.done{
  color:#111!important;
}
.account-order.detailed-order .order-roadmap span.done:before,
.detailed-order .order-roadmap span.done:before{
  background:#111!important;
  border-color:#111!important;
}
.account-order.detailed-order .order-top,
.detailed-order .order-top{
  display:flex!important;
  justify-content:space-between!important;
  gap:18px!important;
  align-items:flex-start!important;
}
@media(max-width:760px){
  .account-order.detailed-order,
  .detailed-order{
    padding:18px!important;
  }
  .account-order.detailed-order .order-top,
  .detailed-order .order-top{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .account-order.detailed-order .order-roadmap,
  .detailed-order .order-roadmap{
    grid-template-columns:repeat(5,76px)!important;
    width:max-content!important;
    min-width:380px!important;
    max-width:none!important;
    overflow:visible!important;
    padding:22px 0 8px!important;
    margin:18px 0 10px!important;
  }
  .account-order.detailed-order .order-roadmap-wrap,
  .detailed-order .order-roadmap-wrap{
    overflow-x:auto!important;
  }
  .account-order.detailed-order .order-roadmap:before,
  .detailed-order .order-roadmap:before{
    left:38px!important;
    right:38px!important;
    top:31px!important;
  }
  .account-order.detailed-order .order-roadmap span,
  .detailed-order .order-roadmap span{
    font-size:10px!important;
    letter-spacing:.025em!important;
    gap:8px!important;
  }
  .account-order.detailed-order .order-roadmap span:before,
  .detailed-order .order-roadmap span:before{
    width:18px!important;
    height:18px!important;
    border-width:3px!important;
  }
}
/* === END MOBILE/TABLET ACCOUNT ORDER ROADMAP FINAL FIX === */

/* === Checkout empty cart + saved address polish === */
.btn.disabled,.btn[disabled],.cart-checkout-btn.disabled,.place-order-disabled{background:#d9d9d9!important;border-color:#d9d9d9!important;color:#8c8c8c!important;cursor:not-allowed!important;box-shadow:none!important;transform:none!important;pointer-events:none!important;}
.saved-address-section{margin:18px 0 24px;border:1px solid #e7e7e7;background:#fff;padding:18px;}
.saved-address-section h3{margin:0 0 8px;font-size:18px;text-transform:uppercase;letter-spacing:.03em;}
.saved-address-section .muted{margin:0 0 14px;}
.address-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:14px;}
.address-choice{border:1px solid #e2e2e2;padding:14px;background:#fafafa;cursor:pointer;transition:.22s;position:relative;}
.address-choice:hover,.address-choice.active{border-color:#111;background:#fff;box-shadow:0 10px 26px rgba(0,0,0,.06);}
.address-choice input{position:absolute;top:14px;right:14px;accent-color:#111;}
.address-choice strong{display:block;text-transform:uppercase;font-size:13px;letter-spacing:.05em;margin-bottom:7px;padding-right:26px;}
.address-choice small{display:block;color:#6c6c6c;line-height:1.45;}
.address-choice .address-details{display:none;margin-top:10px;color:#555;font-size:12px;line-height:1.55;border-top:1px solid #eee;padding-top:10px;}
.address-choice.active .address-details{display:block;}
.address-label-row{margin:8px 0 18px;}
.delivery-info-box{border:1px solid #dedede;background:#fbfbfb;padding:16px 18px;margin:18px 0 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;}
.delivery-info-box b{display:block;text-transform:uppercase;letter-spacing:.04em;font-size:13px;}
.delivery-info-box span{color:#666;font-size:13px;}
.delivery-info-box strong{white-space:nowrap;font-size:14px;}
.empty-cart-checkout-note{border:1px solid #e4e4e4;background:#fafafa;padding:18px;margin:14px 0;color:#777;}
@media(max-width:760px){.address-choice-grid{grid-template-columns:1fr}.delivery-info-box{display:block}.delivery-info-box strong{display:block;margin-top:10px}.saved-address-section{padding:14px}.address-choice{padding:13px}}

/* === NITA STYLE PATCH: smaller category icons + footer signup alignment === */
.category-strip.category-icons,
.category-strip{
  padding:18px 5vw!important;
  gap:clamp(24px,5vw,72px)!important;
  align-items:flex-start!important;
}
.category-strip .cat{min-width:86px!important;}
.category-strip .cat-bubble,
.category-strip .cat-icon{
  width:68px!important;
  height:68px!important;
  margin:0 auto 10px!important;
}
.category-strip .cat svg,
.category-strip .cat-icon svg{
  width:34px!important;
  height:34px!important;
}
.category-strip .cat span{
  margin-top:8px!important;
  font-size:12px!important;
  line-height:1!important;
}
.footer-newsletter{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:stretch!important;
  gap:0!important;
  max-width:430px!important;
}
.footer-newsletter input,
.footer-newsletter .field{
  height:54px!important;
  margin:0!important;
  border:1px solid #ddd!important;
  border-right:0!important;
  padding:0 16px!important;
}
.footer-newsletter button,
.footer-newsletter .btn{
  height:54px!important;
  margin:0!important;
  border:1px solid #000!important;
  padding:0 26px!important;
  min-width:118px!important;
  color:#fff!important;
  background:#000!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
@media(max-width:760px){
  .category-strip.category-icons,.category-strip{padding:16px 18px!important;gap:22px!important;justify-content:flex-start!important;}
  .category-strip .cat{min-width:76px!important;}
  .category-strip .cat-bubble,.category-strip .cat-icon{width:58px!important;height:58px!important;}
  .category-strip .cat svg,.category-strip .cat-icon svg{width:29px!important;height:29px!important;}
  .category-strip .cat span{font-size:11px!important;}
  .footer-newsletter{grid-template-columns:1fr auto!important;width:100%!important;}
  .footer-newsletter button,.footer-newsletter .btn{min-width:104px!important;padding:0 18px!important;}
}


/* === Premium address + checkout final styles === */
.premium-checkout-page{max-width:1280px;margin:0 auto;padding:120px 28px 70px}.premium-checkout-head{margin-bottom:28px}.premium-checkout-head h1{font-size:clamp(44px,6vw,88px);line-height:.9;margin:8px 0}.premium-checkout-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:34px;align-items:start}.premium-checkout-main,.premium-order-summary{border:1px solid #e8e8e8;background:#fff;padding:28px}.premium-order-summary{position:sticky;top:110px;background:#f7f7f7}.checkout-block{padding:22px 0;border-bottom:1px solid #eee}.checkout-block:first-child{padding-top:0}.checkout-block h2,.premium-order-summary h2{font-size:22px;margin:0 0 16px}.checkout-title-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.checkout-mini-note{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:#777}.form-grid.two{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid .full{grid-column:1/-1}.saved-address-list{display:grid;gap:12px}.saved-address-card{border:1px solid #ddd;background:#fff;padding:16px;transition:border-color .2s,box-shadow .2s,background .2s}.saved-address-card.active{border-color:#111;box-shadow:0 8px 30px rgba(0,0,0,.06)}.saved-address-head{display:flex;align-items:center;gap:14px;justify-content:space-between;width:100%}.saved-address-head input{width:18px;height:18px;accent-color:#111}.saved-address-title{border:0;background:transparent;text-align:left;display:grid;gap:4px;flex:1;cursor:pointer;padding:0;color:#111}.saved-address-title b{text-transform:uppercase;letter-spacing:.08em}.saved-address-title span{font-size:13px;color:#777}.saved-address-collapse{display:none;padding-top:14px;margin-top:14px;border-top:1px solid #eee}.saved-address-collapse.open{display:block}.saved-address-details{display:grid;grid-template-columns:1fr 1fr;gap:8px 18px;font-size:13px;color:#555}.saved-address-details p{margin:0}.small-btn{padding:10px 14px;font-size:12px}.account-address-form-box.open,.checkout-address-form-holder{margin-top:16px}.premium-address-form{border:1px solid #eee;background:#fafafa;padding:16px}.premium-address-form.is-hidden{display:none}.address-form-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.add-location-btn{margin-top:14px}.shipping-method-box{border:1px solid #111;background:#fbfbfb;padding:16px;display:flex;justify-content:space-between;gap:18px;align-items:center}.shipping-method-box div{display:grid;gap:4px}.shipping-method-box span{font-size:13px;color:#777}.payment-box{border:1px solid #ddd}.payment-row{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid #eee}.payment-row:last-child{border-bottom:0}.payment-row input{accent-color:#111}.payment-row span{display:grid;gap:4px}.payment-row small{color:#777}.disabled-payment{opacity:.55;background:#f7f7f7}.active-payment{background:#fff}.premium-coupon{display:grid;grid-template-columns:1fr auto;gap:10px}.complete-order-btn{width:100%;margin-top:22px}.premium-summary-item,.summary-line{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin:14px 0}.premium-summary-item small{display:block;color:#777;margin-top:4px}.summary-total{font-size:22px;border-top:1px solid #ddd;padding-top:18px;margin-top:18px}.delivery-note{font-size:13px;color:#777;line-height:1.4}.discount-line b,.discount-good{color:#1f7a1f}.discount-bad{color:#b00020}.complete-order-btn.disabled,.cart-checkout-btn.disabled{opacity:.45;pointer-events:none}.account-card .saved-address-card{margin-bottom:12px}@media(max-width:850px){.premium-checkout-page{padding:80px 18px 44px}.premium-checkout-layout{grid-template-columns:1fr}.premium-order-summary{position:static;order:-1}.premium-checkout-main,.premium-order-summary{padding:20px}.form-grid.two,.saved-address-details{grid-template-columns:1fr}.saved-address-head{align-items:flex-start}.premium-coupon{grid-template-columns:1fr}.premium-checkout-head h1{font-size:48px}.checkout-title-row{align-items:flex-start;flex-direction:column}.shipping-method-box{align-items:flex-start;flex-direction:column}.address-form-actions .btn{width:100%}}
/* === End premium address + checkout final styles === */


/* === NITA STYLE CART/CHECKOUT VISUAL FIX 2026-06-08 === */
.cart-panel > a.btn:not(.cart-checkout-btn){display:none!important}
.cart-panel .cart-checkout-btn{display:block!important;width:100%;text-align:center;margin-top:18px!important}
.cart-line{display:grid;grid-template-columns:86px 1fr auto;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid #eee}
.cart-thumb{height:98px;background-size:cover!important;background-position:center!important;background-color:#f3f3f3}
.cart-info{display:grid;gap:8px;min-width:0}.cart-info b{font-size:18px;text-transform:uppercase}.cart-info small{color:#777}.cart-side{display:grid;gap:12px;justify-items:end}.remove-cart-btn{width:42px;height:42px;border:1px solid #ddd;background:#fff;color:#000!important;font-weight:900;cursor:pointer}.qty-stepper{display:inline-grid;grid-template-columns:38px 44px 38px;align-items:center;border:1px solid #ddd;width:max-content}.qty-stepper button{height:38px;border:0;background:#fff;color:#000!important;font-weight:900;cursor:pointer}.qty-stepper span{text-align:center;font-weight:900}.cart-total-line{display:flex;justify-content:space-between;align-items:center;margin:22px 0;font-size:20px;border-top:1px solid #111;padding-top:18px}
.premium-coupon{grid-template-columns:minmax(0,1fr) 132px!important;align-items:stretch}.premium-coupon .field{margin:0!important}.apply-coupon-btn{min-width:0!important;width:132px!important;padding:12px 18px!important;font-size:13px!important}.checkout-address-form-holder{margin-top:16px}.premium-address-form .field{margin:0!important}.premium-address-form textarea.field{min-height:96px}.saved-address-collapse{display:none}.saved-address-collapse.open{display:block}.checkout-address-card .saved-address-title{cursor:pointer}.complete-order-btn.disabled,.cart-checkout-btn.disabled{opacity:.45!important;pointer-events:none!important;background:#777!important;border-color:#777!important;color:#fff!important}
@media(max-width:760px){.cart-line{grid-template-columns:78px 1fr;gap:14px}.cart-side{grid-column:2;grid-template-columns:auto auto;align-items:center;justify-content:space-between;width:100%;justify-items:stretch}.cart-info b{font-size:16px}.qty-stepper{grid-template-columns:34px 40px 34px}.premium-coupon{grid-template-columns:1fr!important}.apply-coupon-btn{width:100%!important}.premium-address-form{padding:14px!important}.premium-address-form .form-grid.two{grid-template-columns:1fr!important}}
/* === END NITA STYLE CART/CHECKOUT VISUAL FIX 2026-06-08 === */

/* === NITA STYLE FINAL BUTTON/CART/CHECKOUT POLISH 2026-06-08 === */
.btn:not(.light):not(.danger):not(.disabled),
button.btn:not(.light):not(.danger):not(.disabled),
a.btn:not(.light):not(.danger):not(.disabled),
.complete-order-btn,
.cart-checkout-btn,
.apply-coupon-btn,
.auth-submit,
.footer-newsletter button{
  background:#000!important;
  color:#fff!important;
  border-color:#000!important;
}
.btn:not(.light):not(.danger):not(.disabled) *,
button.btn:not(.light):not(.danger):not(.disabled) *,
a.btn:not(.light):not(.danger):not(.disabled) *{
  color:#fff!important;
}
.btn:not(.light):not(.danger):not(.disabled):hover,
button.btn:not(.light):not(.danger):not(.disabled):hover,
a.btn:not(.light):not(.danger):not(.disabled):hover{
  background:#111!important;
  color:#fff!important;
}
.qty-stepper button,
.remove-cart-btn,
.close{
  color:#000!important;
}
.cart-fee-note{
  font-size:13px;
  color:#777;
  margin:18px 0 4px;
  letter-spacing:.01em;
}
.premium-coupon{
  grid-template-columns:minmax(0,1fr) 112px!important;
  gap:10px!important;
}
.apply-coupon-btn{
  width:112px!important;
  min-width:112px!important;
  height:54px!important;
  padding:0 16px!important;
  font-size:12px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.payment-box{
  border:1px solid #ddd!important;
  border-radius:0!important;
  overflow:hidden!important;
  background:#fff!important;
}
.payment-row{
  padding:18px 20px!important;
  display:flex!important;
  align-items:flex-start!important;
  gap:16px!important;
}
.payment-row input{
  margin-top:3px!important;
  width:18px!important;
  height:18px!important;
  accent-color:#111!important;
}
.payment-row b{font-size:16px!important;}
.payment-row small{display:block!important;margin-top:6px!important;color:#666!important;line-height:1.35!important;}
.disabled-payment{background:#f8f8f8!important;color:#888!important;opacity:.7!important;}
.active-payment{background:#fff!important;border-top:1px solid #eee!important;}
.shipping-method-box{margin-top:0!important;}
.premium-order-summary .delivery-note{display:none!important;}
.checkout-address-form-holder{margin-top:18px!important;}
.saved-address-card{cursor:default!important;}
.saved-address-title{color:#111!important;}
.saved-address-title:hover b{text-decoration:underline; text-underline-offset:3px;}
.saved-address-collapse{display:none!important;}
.saved-address-collapse.open{display:block!important;}
@media(max-width:760px){
  .premium-coupon{grid-template-columns:1fr!important;}
  .apply-coupon-btn{width:100%!important;min-width:0!important;}
  .payment-row{padding:16px!important;}
  .cart-fee-note{font-size:12px;}
}
/* === END NITA STYLE FINAL BUTTON/CART/CHECKOUT POLISH 2026-06-08 === */

/* === NITA STYLE FINAL CART/SHIPPING BUTTON FIX 2026-06-08 === */
/* Remove the duplicate Wakilni box that appears below the Complete Order button. Keep only the Shipping method box. */
#deliveryInfoBox,
.delivery-info-box:not(.shipping-method-box){
  display:none!important;
}

/* Make every dark/active cart control readable on hover, focus, and touch. */
.qty-stepper button:hover,
.qty-stepper button:focus,
.qty-stepper button:active,
.qty-stepper button.is-active,
.remove-cart-btn:hover,
.remove-cart-btn:focus,
.remove-cart-btn:active,
.cart-remove:hover,
.cart-remove:focus,
.cart-remove:active,
button:hover.qty-minus,
button:hover.qty-plus,
button:active.qty-minus,
button:active.qty-plus{
  background:#000!important;
  color:#fff!important;
  border-color:#000!important;
  opacity:1!important;
}
.qty-stepper button:hover *,
.qty-stepper button:focus *,
.qty-stepper button:active *,
.remove-cart-btn:hover *,
.remove-cart-btn:focus *,
.remove-cart-btn:active *{
  color:#fff!important;
  fill:#fff!important;
  stroke:#fff!important;
}

/* Keep the normal state clean and readable. */
.qty-stepper button,
.remove-cart-btn,
.cart-remove{
  transition:background .18s ease,color .18s ease,border-color .18s ease!important;
}
/* === END NITA STYLE FINAL CART/SHIPPING BUTTON FIX 2026-06-08 === */

/* === NITA STYLE LOGOUT RED OUTLINE FINAL OVERRIDE 2026-06-08 === */
/* Force Account Control Log Out to stay white with black text and red outline, even after global black-button rules. */
.danger-zone .logout-btn,
.account-card .logout-btn,
button.logout-btn,
.btn.logout-btn{
  background:#fff!important;
  color:#111!important;
  border:2px solid #b00020!important;
  box-shadow:none!important;
}
.danger-zone .logout-btn:hover,
.danger-zone .logout-btn:focus,
.danger-zone .logout-btn:active,
.account-card .logout-btn:hover,
.account-card .logout-btn:focus,
.account-card .logout-btn:active,
button.logout-btn:hover,
button.logout-btn:focus,
button.logout-btn:active,
.btn.logout-btn:hover,
.btn.logout-btn:focus,
.btn.logout-btn:active{
  background:#fff!important;
  color:#111!important;
  border-color:#b00020!important;
}
.danger-zone .logout-btn *,
.account-card .logout-btn *,
button.logout-btn *,
.btn.logout-btn *{
  color:#111!important;
  fill:#111!important;
  stroke:#111!important;
}
/* === END NITA STYLE LOGOUT RED OUTLINE FINAL OVERRIDE === */

/* === ORDER SUCCESS + EMAIL RELIABILITY PATCH STYLES === */
.order-success-page{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center}.order-success-wrap{max-width:760px;margin:40px auto;padding:60px 28px;border:1px solid #eee;background:#fff;animation:successFadeUp .55s ease both}.success-mark{width:96px;height:96px;border:2px solid #111;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 22px;animation:successPop .7s cubic-bezier(.2,1.3,.4,1) both}.success-mark span{font-size:48px;font-weight:900}.order-success-wrap h1{font-size:clamp(42px,7vw,86px);line-height:.95;margin:0 0 18px;text-transform:uppercase;letter-spacing:-1px}.success-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border:1px solid #111;margin:34px 0;text-align:left}.success-summary div{padding:18px;border-bottom:1px solid #eee}.success-summary div:nth-child(odd){border-right:1px solid #eee}.success-summary span{display:block;color:#777;font-size:12px;text-transform:uppercase;letter-spacing:1px;margin-bottom:6px}.success-summary b{font-size:16px}.success-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.email-warning{background:#fff4f4;border:1px solid #b40020;color:#9b001b;padding:12px;margin:18px 0;font-weight:700}.auth-message{min-height:22px;margin:10px 0;color:#b40020;font-weight:700}.verification-box{border:1px solid #111;padding:18px;margin:18px 0;background:#fafafa}.verification-code-input{text-align:center;letter-spacing:8px;font-size:22px;font-weight:800}.qty-stepper button:hover,.qty-stepper button:active,.remove-cart-btn:hover,.remove-cart-btn:active{background:#000!important;color:#fff!important}.btn.logout-btn,.danger-zone .logout-btn{background:#fff!important;color:#111!important;border:2px solid #b40020!important}.btn.logout-btn:hover,.danger-zone .logout-btn:hover{background:#fff5f5!important;color:#111!important}@keyframes successPop{0%{transform:scale(.4);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes successFadeUp{0%{transform:translateY(18px);opacity:0}100%{transform:translateY(0);opacity:1}}@media(max-width:700px){.success-summary{grid-template-columns:1fr}.success-summary div:nth-child(odd){border-right:0}.order-success-wrap{padding:44px 18px}.success-mark{width:78px;height:78px}.success-mark span{font-size:38px}}

/* === NITA STYLE PREMIUM EMAIL/ADMIN/FAVORITES PATCH 2026-06-08 === */
.admin-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:28px}.admin-stat-card{border:1px solid #e6e6e6;background:#fff;padding:24px;display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.admin-stat-card h3{font-size:28px;margin:6px 0 0}.admin-stat-card p{margin:0;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.admin-badge{display:inline-flex;min-width:24px;height:24px;border-radius:999px;background:#b00020;color:#fff;align-items:center;justify-content:center;font-size:12px;font-weight:900}.admin-section-page{display:none}.admin-section-page.active{display:block}.admin-nav-button{width:100%;text-align:left;background:#fff;border:1px solid #111;padding:14px 16px;margin:8px 0;font-weight:900;text-transform:uppercase;letter-spacing:.04em;cursor:pointer}.admin-nav-button.active,.admin-nav-button:hover{background:#111;color:#fff}.admin-list-card{border:1px solid #e8e8e8;background:#fff;padding:18px;margin:12px 0;display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center}.admin-list-card h3{margin:0 0 6px}.admin-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.admin-actions .btn,.admin-actions button{padding:12px 16px}.admin-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.admin-notice{border:1px solid #111;background:#fafafa;padding:14px 16px;margin:14px 0;font-weight:800}.admin-notice.unread{border-color:#b00020;background:#fff6f7}.admin-edit-panel{display:none;border-top:1px solid #eee;margin-top:14px;padding-top:14px}.admin-edit-panel.open{display:block}.favorite-btn{position:absolute;right:14px;top:14px;z-index:4;width:40px;height:40px;border:1px solid #111;background:#fff;color:#111;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:20px;line-height:1;cursor:pointer}.favorite-btn.active{background:#111;color:#fff}.product .product-img{position:relative}.product-detail-fav{margin:12px 0;display:inline-flex;align-items:center;gap:8px}.liked-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.liked-card{border:1px solid #eee;padding:12px}.liked-card .liked-img{height:210px;background-size:cover;background-position:center;margin-bottom:10px}.email-status-warn{border:1px solid #b00020;background:#fff6f7;color:#8a0019;padding:14px;margin:14px 0}.table-actions{display:flex;gap:8px;flex-wrap:wrap}.btn.outline-danger{background:#fff!important;color:#b00020!important;border:1px solid #b00020!important}.btn.outline-danger:hover{background:#b00020!important;color:#fff!important}.btn.danger,.danger{background:#b00020!important;color:#fff!important;border-color:#b00020!important}@media(max-width:800px){.admin-overview-grid,.admin-mini-grid,.liked-grid{grid-template-columns:1fr}.admin-list-card{grid-template-columns:1fr}.admin-actions{justify-content:flex-start}}

/* Liked items top navigation */
.liked-nav-link{display:inline-flex;align-items:center;gap:6px;text-decoration:none;color:#000;font-weight:900;line-height:1;position:relative;padding:8px 2px}
.liked-nav-link::after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:1px;background:#000;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}
.liked-nav-link:hover::after{transform:scaleX(1)}
.heart-nav{font-size:22px;font-family:Arial,Helvetica,sans-serif;line-height:1;color:#000}
.liked-count{min-width:18px;height:18px;border:1px solid #000;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:900;color:#000;background:#fff}
.liked-page .page-hero,.liked-hero{padding:80px 5vw 36px;max-width:1200px;margin:0 auto}
.liked-page .page-hero h1{font-size:clamp(48px,8vw,110px);line-height:.9;margin:8px 0 12px;text-transform:uppercase;letter-spacing:-.03em}
.eyebrow{text-transform:uppercase;letter-spacing:.28em;font-size:12px;font-weight:900;margin:0 0 12px}
.liked-page-grid{max-width:1400px;margin:0 auto;padding:20px 5vw 90px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px}
.liked-page-card a{text-decoration:none;color:inherit}.liked-remove-btn{margin-top:14px;width:100%}.empty-state{max-width:680px;margin:0 auto;padding:30px 5vw 100px;text-align:center}
@media(max-width:900px){.liked-page-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.liked-nav-link{padding:6px 0}.heart-nav{font-size:20px}}
@media(max-width:520px){.liked-page-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.liked-page .page-hero{padding-top:46px}.liked-page .page-hero h1{font-size:44px}.liked-count{width:17px;height:17px;font-size:10px}}


/* === FINAL VISIBLE LIKED NAV + ADMIN PAGE OVERRIDES === */
.actions .liked-nav-link{display:inline-flex!important;align-items:center!important;gap:6px!important;color:#000!important;font-weight:900!important;height:86px!important;line-height:1!important;visibility:visible!important;opacity:1!important;text-decoration:none!important;position:relative!important}
.actions .liked-nav-link .heart-nav{font-size:21px!important;color:#000!important;display:inline-block!important;line-height:1!important}
.actions .liked-nav-link .liked-label{font-size:12px!important;letter-spacing:.06em!important;color:#000!important;display:inline-block!important}
.actions .liked-nav-link .liked-count{min-width:18px!important;height:18px!important;border:1px solid #111!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:11px!important;color:#000!important;background:#fff!important}
@media(max-width:900px){.actions .liked-nav-link{height:auto!important}.actions .liked-nav-link .liked-label{display:none!important}.actions .liked-nav-link .heart-nav{font-size:20px!important}}

/* === NITA STYLE ABSOLUTE BUTTON READABILITY + LOGOUT FIX 2026-06-08 === */
/* Account Control Log Out: forced exact design requested. */
.account-card.danger-zone > button.logout-btn,
section.danger-zone > button.logout-btn,
.danger-zone button.logout-btn,
button.btn.logout-btn,
.btn.logout-btn,
#accountRoot .logout-btn,
[id*="account" i] .logout-btn{
  background:#ffffff!important;
  background-color:#ffffff!important;
  color:#111111!important;
  border:2px solid #b00020!important;
  box-shadow:none!important;
  text-shadow:none!important;
}
.account-card.danger-zone > button.logout-btn:hover,
.account-card.danger-zone > button.logout-btn:focus,
.account-card.danger-zone > button.logout-btn:active,
section.danger-zone > button.logout-btn:hover,
section.danger-zone > button.logout-btn:focus,
section.danger-zone > button.logout-btn:active,
.danger-zone button.logout-btn:hover,
.danger-zone button.logout-btn:focus,
.danger-zone button.logout-btn:active,
button.btn.logout-btn:hover,
button.btn.logout-btn:focus,
button.btn.logout-btn:active,
.btn.logout-btn:hover,
.btn.logout-btn:focus,
.btn.logout-btn:active,
#accountRoot .logout-btn:hover,
#accountRoot .logout-btn:focus,
#accountRoot .logout-btn:active,
[id*="account" i] .logout-btn:hover,
[id*="account" i] .logout-btn:focus,
[id*="account" i] .logout-btn:active{
  background:#ffffff!important;
  background-color:#ffffff!important;
  color:#111111!important;
  border:2px solid #b00020!important;
  box-shadow:none!important;
  text-shadow:none!important;
}
.account-card.danger-zone > button.logout-btn *,
section.danger-zone > button.logout-btn *,
.danger-zone button.logout-btn *,
button.btn.logout-btn *,
.btn.logout-btn *,
#accountRoot .logout-btn *,
[id*="account" i] .logout-btn *{
  color:#111111!important;
  fill:#111111!important;
  stroke:#111111!important;
}

/* Admin section nav and every black active/hover state: always white readable text. */
.admin-nav-button,
.admin-nav-button *{
  color:#111!important;
}
.admin-nav-button:hover,
.admin-nav-button:focus,
.admin-nav-button:active,
.admin-nav-button.active{
  background:#111!important;
  background-color:#111!important;
  color:#fff!important;
  border-color:#111!important;
}
.admin-nav-button:hover *,
.admin-nav-button:focus *,
.admin-nav-button:active *,
.admin-nav-button.active *{
  color:#fff!important;
  fill:#fff!important;
  stroke:#fff!important;
}

/* Product liked/favorite buttons: normal white/black, hover-click-active black/white. */
.favorite-btn,
.product .favorite-btn,
.product-card .favorite-btn,
.product-detail-fav,
.liked-remove-btn{
  background:#fff!important;
  background-color:#fff!important;
  color:#111!important;
  border:1px solid #111!important;
  box-shadow:none!important;
  transition:background .18s ease,color .18s ease,border-color .18s ease!important;
}
.favorite-btn:hover,
.favorite-btn:focus,
.favorite-btn:active,
.favorite-btn.active,
.product .favorite-btn:hover,
.product .favorite-btn:focus,
.product .favorite-btn:active,
.product .favorite-btn.active,
.product-card .favorite-btn:hover,
.product-card .favorite-btn:focus,
.product-card .favorite-btn:active,
.product-card .favorite-btn.active,
.product-detail-fav:hover,
.product-detail-fav:focus,
.product-detail-fav:active,
.liked-remove-btn:hover,
.liked-remove-btn:focus,
.liked-remove-btn:active{
  background:#111!important;
  background-color:#111!important;
  color:#fff!important;
  border-color:#111!important;
}
.favorite-btn:hover *,
.favorite-btn:focus *,
.favorite-btn:active *,
.favorite-btn.active *,
.product-detail-fav:hover *,
.product-detail-fav:focus *,
.product-detail-fav:active *,
.liked-remove-btn:hover *,
.liked-remove-btn:focus *,
.liked-remove-btn:active *{
  color:#fff!important;
  fill:#fff!important;
  stroke:#fff!important;
}

/* Top liked nav remains clean and readable. */
.actions .liked-nav-link:hover .heart-nav,
.actions .liked-nav-link:focus .heart-nav,
.actions .liked-nav-link:active .heart-nav{
  color:#000!important;
}
/* === END NITA STYLE ABSOLUTE BUTTON READABILITY + LOGOUT FIX === */


/* === NITA STYLE FINAL VISIBLE PATCH 2026-06-08 === */
.logout-outline-btn,
button.logout-outline-btn,
.account-card .logout-outline-btn,
.danger-zone .logout-outline-btn,
#accountRoot .logout-outline-btn{
  background:#fff!important;
  background-color:#fff!important;
  color:#111!important;
  border:2px solid #b00020!important;
  padding:14px 28px!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:.04em!important;
  box-shadow:none!important;
  text-shadow:none!important;
  cursor:pointer!important;
}
.logout-outline-btn:hover,
.logout-outline-btn:focus,
.logout-outline-btn:active,
button.logout-outline-btn:hover,
button.logout-outline-btn:focus,
button.logout-outline-btn:active{
  background:#fff!important;
  background-color:#fff!important;
  color:#111!important;
  border:2px solid #b00020!important;
}
.admin-nav-button{background:#fff!important;color:#111!important;border:1px solid #111!important;}
.admin-nav-button:hover,.admin-nav-button:focus,.admin-nav-button:active,.admin-nav-button.active{background:#111!important;color:#fff!important;border-color:#111!important;}
.admin-nav-button:hover *,.admin-nav-button:focus *,.admin-nav-button:active *,.admin-nav-button.active *{color:#fff!important;fill:#fff!important;stroke:#fff!important;}
.favorite-btn,.product-detail-fav,.liked-remove-btn{background:#fff!important;color:#111!important;border:1px solid #111!important;}
.favorite-btn:hover,.favorite-btn:focus,.favorite-btn:active,.favorite-btn.active,.product-detail-fav:hover,.product-detail-fav:focus,.product-detail-fav:active,.liked-remove-btn:hover,.liked-remove-btn:focus,.liked-remove-btn:active{background:#111!important;color:#fff!important;border-color:#111!important;}
.favorite-btn:hover *,.favorite-btn:focus *,.favorite-btn:active *,.favorite-btn.active *,.product-detail-fav:hover *,.product-detail-fav:focus *,.product-detail-fav:active *,.liked-remove-btn:hover *,.liked-remove-btn:focus *,.liked-remove-btn:active *{color:#fff!important;fill:#fff!important;stroke:#fff!important;}
.actions .liked-nav-link{display:inline-flex!important;align-items:center!important;gap:6px!important;opacity:1!important;visibility:visible!important;}
/* === END NITA STYLE FINAL VISIBLE PATCH 2026-06-08 === */

/* === NITA STYLE PREMIUM LIKES RELIABLE FINAL PATCH 2026-06-08 === */
.product-img{position:relative!important;overflow:hidden!important}
.favorite-btn.premium-card-like,
.product .favorite-btn,
.product-card .favorite-btn{
  position:absolute!important;top:14px!important;right:14px!important;z-index:20!important;width:42px!important;height:42px!important;border:1px solid #111!important;border-radius:999px!important;background:rgba(255,255,255,.94)!important;color:#111!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:22px!important;line-height:1!important;font-weight:900!important;cursor:pointer!important;box-shadow:0 8px 24px rgba(0,0,0,.08)!important;transition:background .2s ease,color .2s ease,transform .2s ease,border-color .2s ease!important;
}
.favorite-btn.premium-card-like:hover,
.favorite-btn.premium-card-like:focus,
.favorite-btn.premium-card-like:active,
.favorite-btn.premium-card-like.active,
.product .favorite-btn:hover,
.product .favorite-btn:focus,
.product .favorite-btn:active,
.product .favorite-btn.active,
.product-card .favorite-btn:hover,
.product-card .favorite-btn:focus,
.product-card .favorite-btn:active,
.product-card .favorite-btn.active{
  background:#111!important;color:#fff!important;border-color:#111!important;transform:translateY(-1px)!important;
}
.product-detail-fav.premium-like-action,
.product-detail-fav{
  margin:14px 0 18px!important;padding:13px 18px!important;border:1px solid #111!important;background:#fff!important;color:#111!important;display:inline-flex!important;align-items:center!important;gap:10px!important;font-weight:900!important;letter-spacing:.04em!important;text-transform:uppercase!important;cursor:pointer!important;min-height:46px!important;transition:background .2s ease,color .2s ease,border-color .2s ease!important;text-decoration:none!important;
}
.product-detail-fav .fav-heart{font-size:19px!important;line-height:1!important;color:inherit!important}
.product-detail-fav:hover,
.product-detail-fav:focus,
.product-detail-fav:active,
.product-detail-fav.active{
  background:#111!important;color:#fff!important;border-color:#111!important;
}
.product-detail-fav:hover *,
.product-detail-fav:focus *,
.product-detail-fav:active *,
.product-detail-fav.active *{color:#fff!important}
.actions .liked-nav-link{display:inline-flex!important;align-items:center!important;gap:6px!important;color:#111!important;text-decoration:none!important}
.actions .liked-nav-link:hover .heart-nav,.actions .liked-nav-link:focus .heart-nav{color:#111!important}
.liked-page-grid.premium-liked-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:28px!important;margin:30px 0!important}
.liked-page-card{position:relative!important;border:0!important;background:#fff!important}
.liked-page-img{height:360px!important;background-size:cover!important;background-position:center!important;background-color:#f3f3f3!important}
.liked-remove-btn{background:#fff!important;color:#111!important;border:1px solid #111!important}
.liked-remove-btn:hover,.liked-remove-btn:focus,.liked-remove-btn:active{background:#111!important;color:#fff!important;border-color:#111!important}
@media(max-width:900px){.liked-page-grid.premium-liked-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}.liked-page-img{height:240px!important}.product-detail-fav{width:100%!important;justify-content:center!important}.favorite-btn.premium-card-like,.product .favorite-btn,.product-card .favorite-btn{width:38px!important;height:38px!important;font-size:20px!important}}
/* === END NITA STYLE PREMIUM LIKES RELIABLE FINAL PATCH === */

/* === NITA STYLE TARGETED FIX: automatic homepage product scrolling only === */
.trending-scroll,.new-arrivals-scroll{
  overflow:hidden!important;
}
.trending-scroll .product-marquee.nita-js-marquee,
.new-arrivals-scroll .product-marquee.nita-js-marquee{
  display:flex!important;
  flex-wrap:nowrap!important;
  width:max-content!important;
  min-width:max-content!important;
  gap:28px!important;
  animation:none!important;
  will-change:transform!important;
  transform:translate3d(0,0,0);
}
.trending-scroll .product-marquee.nita-js-marquee:hover,
.new-arrivals-scroll .product-marquee.nita-js-marquee:hover{
  animation:none!important;
}
.trending-scroll .product-marquee.nita-js-marquee .product,
.new-arrivals-scroll .product-marquee.nita-js-marquee .product{
  flex:0 0 260px!important;
  width:260px!important;
  min-width:260px!important;
}
@media(max-width:760px){
  .trending-scroll .product-marquee.nita-js-marquee,
  .new-arrivals-scroll .product-marquee.nita-js-marquee{gap:20px!important;}
  .trending-scroll .product-marquee.nita-js-marquee .product,
  .new-arrivals-scroll .product-marquee.nita-js-marquee .product{flex-basis:210px!important;width:210px!important;min-width:210px!important;}
  .trending-scroll .product-marquee.nita-js-marquee .product-img,
  .new-arrivals-scroll .product-marquee.nita-js-marquee .product-img{height:260px!important;}
}


/* === NITA STYLE MARQUEE + ADMIN DIRECT LOAD ONLY FIX 2026-06-09 === */
.admin-loading-clean{min-height:70vh;display:flex;flex-direction:column;justify-content:center;padding:8vw 5vw;background:#fff;}
.admin-loading-clean h1{font-size:clamp(48px,8vw,96px);line-height:.9;margin:10px 0 18px;text-transform:uppercase;}
.trending-scroll,.new-arrivals-scroll{overflow:hidden!important;}
.trending-scroll .product-marquee.nita-premium-auto,
.new-arrivals-scroll .product-marquee.nita-premium-auto{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:28px!important;
  width:max-content!important;
  min-width:max-content!important;
  white-space:normal!important;
  overflow:visible!important;
  animation:none!important;
  transition:none!important;
  will-change:transform!important;
  transform:translate3d(0,0,0);
}
.trending-scroll .product-marquee.nita-premium-auto:hover,
.new-arrivals-scroll .product-marquee.nita-premium-auto:hover{animation:none!important;}
.trending-scroll .product-marquee.nita-premium-auto .product,
.new-arrivals-scroll .product-marquee.nita-premium-auto .product{flex:0 0 260px!important;width:260px!important;min-width:260px!important;max-width:260px!important;}
@media(max-width:760px){
  .trending-scroll .product-marquee.nita-premium-auto,
  .new-arrivals-scroll .product-marquee.nita-premium-auto{gap:20px!important;}
  .trending-scroll .product-marquee.nita-premium-auto .product,
  .new-arrivals-scroll .product-marquee.nita-premium-auto .product{flex-basis:210px!important;width:210px!important;min-width:210px!important;max-width:210px!important;}
  .trending-scroll .product-marquee.nita-premium-auto .product-img,
  .new-arrivals-scroll .product-marquee.nita-premium-auto .product-img{height:260px!important;}
}
/* === END NITA STYLE MARQUEE + ADMIN DIRECT LOAD ONLY FIX === */


/* === NITA STYLE NEW ARRIVALS + ADMIN LOAD FINAL FIX marquee-new-arrivals-admin-load-fix-20260609-1125 === */
.admin-direct-load .admin-loading-clean{min-height:70vh;display:flex;flex-direction:column;justify-content:center;padding:8vw 5vw;background:#fff;}
.trending-scroll,.new-arrivals-scroll{overflow:hidden!important;}
.trending-scroll .product-marquee.nita-force-marquee,
.new-arrivals-scroll .product-marquee.nita-force-marquee{display:flex!important;flex-wrap:nowrap!important;width:max-content!important;min-width:max-content!important;gap:28px!important;overflow:visible!important;animation:none!important;transition:none!important;will-change:transform!important;transform:translate3d(0,0,0);}
.trending-scroll .product-marquee.nita-force-marquee:hover,
.new-arrivals-scroll .product-marquee.nita-force-marquee:hover{animation:none!important;}
.trending-scroll .product-marquee.nita-force-marquee .product,
.new-arrivals-scroll .product-marquee.nita-force-marquee .product{flex:0 0 260px!important;width:260px!important;min-width:260px!important;max-width:260px!important;}
@media(max-width:760px){
  .trending-scroll .product-marquee.nita-force-marquee,
  .new-arrivals-scroll .product-marquee.nita-force-marquee{gap:20px!important;}
  .trending-scroll .product-marquee.nita-force-marquee .product,
  .new-arrivals-scroll .product-marquee.nita-force-marquee .product{flex-basis:210px!important;width:210px!important;min-width:210px!important;max-width:210px!important;}
  .trending-scroll .product-marquee.nita-force-marquee .product-img,
  .new-arrivals-scroll .product-marquee.nita-force-marquee .product-img{height:260px!important;}
}
/* === END NITA STYLE NEW ARRIVALS + ADMIN LOAD FINAL FIX === */

/* New Arrivals only forced marquee. Trending Now is not changed. */
.new-arrivals-scroll{overflow:hidden!important;}
.new-arrivals-scroll .product-marquee.nita-new-arrivals-only-scroll{
  display:flex!important;
  flex-wrap:nowrap!important;
  width:max-content!important;
  min-width:max-content!important;
  gap:28px!important;
  animation:none!important;
  transition:none!important;
  will-change:transform!important;
}
.new-arrivals-scroll .product-marquee.nita-new-arrivals-only-scroll:hover{animation:none!important;}
.new-arrivals-scroll .product-marquee.nita-new-arrivals-only-scroll .product{
  flex:0 0 260px!important;
  width:260px!important;
  min-width:260px!important;
  max-width:260px!important;
}
@media(max-width:900px){
  .new-arrivals-scroll .product-marquee.nita-new-arrivals-only-scroll{gap:20px!important;}
  .new-arrivals-scroll .product-marquee.nita-new-arrivals-only-scroll .product{
    flex-basis:210px!important;
    width:210px!important;
    min-width:210px!important;
    max-width:210px!important;
  }
}

/* Quick View out-of-stock size only fix */
.quick-size-list .size.size-disabled,
#quickContent .size.size-disabled{
  position:relative!important;
  background:#f3f3f3!important;
  color:#9a9a9a!important;
  border-color:#d9d9d9!important;
  opacity:.72!important;
  cursor:not-allowed!important;
  pointer-events:none!important;
}
.quick-size-list .size.size-disabled::after,
#quickContent .size.size-disabled::after{
  content:''!important;
  position:absolute!important;
  left:12%!important;
  right:12%!important;
  top:50%!important;
  height:1.5px!important;
  background:#8a8a8a!important;
  transform:rotate(-30deg)!important;
  transform-origin:center!important;
}
.quick-size-list .size-oos-text,
#quickContent .size-oos-text{
  display:block!important;
  margin-top:3px!important;
  font-size:9px!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  color:#777!important;
}


/* === Homepage wallpapers admin addition === */
.hero-panel.nita-wallpaper-applied::before,
.banner.banner-photo.nita-wallpaper-applied{
  background-image:linear-gradient(135deg,rgba(255,255,255,.28),rgba(245,245,245,.54)),var(--nita-home-wallpaper)!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
}
.hero-panel.nita-wallpaper-applied:nth-child(2)::before{
  background-image:linear-gradient(135deg,rgba(255,255,255,.26),rgba(245,245,245,.58)),var(--nita-home-wallpaper)!important;
}
.banner.banner-photo.nita-wallpaper-applied{position:relative;overflow:hidden;}
.banner.banner-photo.nita-wallpaper-applied .banner-overlay{position:relative;z-index:2;}
.wallpaper-admin-card{display:grid;grid-template-columns:220px 1fr;gap:22px;align-items:center;border:1px solid var(--line);padding:18px;margin:16px 0;background:#fff;}
.wallpaper-preview{height:150px;background:linear-gradient(135deg,#f6f6f6,#dedede);background-size:cover;background-position:center;border:1px solid #e4e4e4;}
.wallpaper-preview.has-image{box-shadow:inset 0 0 0 1px rgba(0,0,0,.05);}
.small-note{font-size:13px;margin-top:12px;}
@media(max-width:700px){.wallpaper-admin-card{grid-template-columns:1fr}.wallpaper-preview{height:210px}}
/* === End homepage wallpapers admin addition === */


/* === NITA STYLE PREMIUM AUTH / VERIFICATION / ADDRESS VALIDATION 2026-06-11 === */
.auth-page{min-height:100vh;background:#f7f6f3;display:flex;align-items:center;justify-content:center;padding:42px 18px}
.auth-premium-shell,.verify-page-shell{width:100%}
.auth-premium-panel{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;background:#fff;border:1px solid #e8e2da;box-shadow:0 28px 80px rgba(0,0,0,.08);min-height:620px}
.auth-copy{padding:54px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,#fff,#f3f1ee)}
.auth-logo-premium{width:205px;max-width:70%;height:auto;margin-bottom:38px}
.auth-copy h1{font-size:clamp(42px,5vw,78px);line-height:.92;margin:0 0 22px;text-transform:uppercase;letter-spacing:-1.5px}
.auth-benefits{display:grid;gap:10px;margin-top:30px;color:#222;font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:1px}
.auth-benefits span{border-top:1px solid #ded8d0;padding-top:12px}
.premium-auth-card{padding:46px!important;border:0!important;box-shadow:none!important;display:flex;flex-direction:column;justify-content:center}
.premium-auth-tabs{display:grid!important;grid-template-columns:1fr 1fr;border:1px solid #111;margin-bottom:24px}
.premium-auth-tabs button{border:0!important;border-right:1px solid #111!important;background:#fff!important;color:#111!important;padding:16px 12px!important;font-weight:900!important;letter-spacing:1px!important;cursor:pointer!important}
.premium-auth-tabs button:last-child{border-right:0!important}
.premium-auth-tabs button.active,.premium-auth-tabs button:hover{background:#111!important;color:#fff!important}
.auth-message{min-height:22px;margin:10px 0 14px;color:#9f001e;font-weight:800;font-size:13px}
.verify-card{max-width:520px;margin:0 auto;background:#fff;border:1px solid #e6e0d8;box-shadow:0 28px 80px rgba(0,0,0,.08);padding:46px;text-align:center}
.verify-logo{width:185px;max-width:70%;height:auto;margin:0 auto 26px;display:block}
.verify-card h1{font-size:clamp(38px,8vw,64px);line-height:.9;text-transform:uppercase;margin:0 0 18px}
.verify-code-field{text-align:center!important;font-size:30px!important;letter-spacing:10px!important;font-weight:900!important;height:68px!important;margin:22px 0!important}
.link-button{border:0;background:transparent;text-decoration:underline;text-transform:uppercase;font-weight:900;letter-spacing:1px;margin-top:14px;cursor:pointer;color:#111}
.address-label-select{appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center;background-size:14px;padding-right:42px!important}
.field-required-error{border-color:#b00020!important;box-shadow:0 0 0 1px #b00020!important;background:#fff8f9!important}
.field-error-message{margin:7px 0 0;color:#b00020;font-size:12px;font-weight:900;letter-spacing:.3px;text-transform:none}
@media(max-width:820px){.auth-page{align-items:flex-start;padding:22px 14px}.auth-premium-panel{grid-template-columns:1fr;min-height:0}.auth-copy,.premium-auth-card,.verify-card{padding:30px 22px}.auth-logo-premium{width:165px;margin-bottom:22px}.auth-copy h1{font-size:44px}.premium-auth-tabs button{font-size:11px;padding:14px 8px!important}.verify-code-field{font-size:24px!important;letter-spacing:7px!important}}
/* === END NITA STYLE PREMIUM AUTH / VERIFICATION / ADDRESS VALIDATION === */

/* === NITA STYLE TARGETED VISUAL FIX: premium auth + address validation === */
.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:72px 24px;background:linear-gradient(135deg,#fff 0%,#f7f7f7 52%,#fff 100%)}
.auth-premium-final{width:min(1120px,100%);display:grid;grid-template-columns:1fr 460px;border:1px solid #e6e6e6;background:#fff;box-shadow:0 30px 80px rgba(0,0,0,.08);min-height:620px}
.auth-panel-left{padding:72px;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 20% 20%,#f3f3f3 0,#fff 42%,#f8f8f8 100%);border-right:1px solid #eee}
.auth-panel-left img{width:230px;max-width:70%;margin-bottom:44px}.auth-panel-left h1{font-size:clamp(46px,5vw,82px);line-height:.92;margin:12px 0 24px;letter-spacing:-.04em}.auth-panel-left .muted{max-width:520px;font-size:17px;line-height:1.65}.auth-benefits{display:flex;gap:10px;flex-wrap:wrap;margin-top:36px}.auth-benefits span{border:1px solid #111;padding:10px 14px;font-weight:900;text-transform:uppercase;font-size:11px;letter-spacing:.08em;background:#fff}.auth-panel-card{padding:58px 42px;display:flex;flex-direction:column;justify-content:center}.premium-tabs{display:grid;grid-template-columns:1fr 1fr;border:1px solid #111;margin-bottom:34px}.premium-tabs button{height:54px;border:0;background:#fff;color:#111;font-weight:900;letter-spacing:.08em;cursor:pointer}.premium-tabs button.active,.premium-tabs button:hover{background:#111;color:#fff}.premium-auth-fields label,.premium-address-form label{display:block;margin:18px 0 8px;font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.08em}.premium-auth-fields .field,.premium-address-form .field{width:100%;min-height:52px;border:1px solid #cfcfcf;background:#fff;padding:14px 15px;color:#111}.premium-auth-fields .field:focus,.premium-address-form .field:focus{outline:none;border-color:#111;box-shadow:0 0 0 1px #111}.auth-submit{width:100%;margin-top:28px}.mini-note{font-size:12px;margin-top:16px}.address-label-select{appearance:auto}.field-required-error{border-color:#b00020!important;box-shadow:0 0 0 1px #b00020!important;background:#fffafa!important}.field-error-message{margin:6px 0 0!important;color:#b00020!important;font-size:12px!important;font-weight:800!important;letter-spacing:.02em}.premium-address-form{border:1px solid #e4e4e4;background:#fff;padding:22px;margin-top:18px}.premium-address-form .form-grid.two{display:grid;grid-template-columns:1fr 1fr;gap:16px}.premium-address-form .full{grid-column:1/-1}.address-form-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}
@media(max-width:860px){.auth-page{padding:28px 14px;align-items:flex-start}.auth-premium-final{grid-template-columns:1fr;min-height:auto}.auth-panel-left{padding:42px 28px;border-right:0;border-bottom:1px solid #eee}.auth-panel-left img{width:190px;margin-bottom:28px}.auth-panel-left h1{font-size:46px}.auth-panel-card{padding:34px 24px}.premium-address-form .form-grid.two{grid-template-columns:1fr}}
/* === END NITA STYLE TARGETED VISUAL FIX === */


/* === NITA STYLE TARGETED AUTH ENTRY + DELETE ACCOUNT CONFIRM ONLY 2026-06-11 === */
.auth-premium-clean .auth-panel-left .eyebrow,
.auth-premium-clean .auth-benefits{display:none!important;}
.auth-premium-clean .auth-panel-left{display:flex;flex-direction:column;justify-content:center;gap:24px;}
.auth-premium-clean .auth-panel-left img{max-width:220px;width:55%;height:auto;margin-bottom:10px;}
.auth-premium-clean .auth-panel-left h1{margin:0;font-size:clamp(44px,6vw,78px);line-height:.9;text-transform:uppercase;letter-spacing:-.03em;}
.auth-premium-clean .auth-panel-left .muted{max-width:460px;font-size:16px;line-height:1.7;}
.delete-account-modal-backdrop{position:fixed;inset:0;background:rgba(255,255,255,.74);backdrop-filter:blur(8px);z-index:99999;display:flex;align-items:center;justify-content:center;padding:24px;}
.delete-account-modal{width:min(560px,100%);background:#fff;border:1px solid #111;padding:38px;box-shadow:0 24px 80px rgba(0,0,0,.16);text-align:left;}
.delete-account-modal h2{font-size:34px;line-height:1;margin:8px 0 18px;text-transform:uppercase;}
.delete-account-modal .muted{line-height:1.7;margin-bottom:28px;}
.delete-account-actions{display:flex;gap:12px;flex-wrap:wrap;}
.delete-account-actions .btn{flex:1;min-width:190px;text-align:center;}
.delete-account-actions .btn.danger{background:#b00020!important;color:#fff!important;border-color:#b00020!important;}
.delete-account-actions .btn.light{background:#fff!important;color:#111!important;border:1px solid #111!important;}
@media(max-width:760px){.auth-premium-clean .auth-panel-left{padding:28px 22px}.auth-premium-clean .auth-panel-left img{width:170px}.delete-account-modal{padding:26px}.delete-account-modal h2{font-size:26px}.delete-account-actions .btn{min-width:100%;}}
/* === END NITA STYLE TARGETED AUTH ENTRY + DELETE ACCOUNT CONFIRM ONLY === */

/* === Footer Instagram + CODEVIQ credit only === */
.footer-instagram{
  display:inline-flex!important;
  align-items:center!important;
  gap:9px!important;
  width:max-content!important;
  margin-top:18px!important;
  font-weight:900!important;
  color:#111!important;
  letter-spacing:.02em!important;
  transition:opacity .2s ease, transform .2s ease!important;
}
.footer-instagram:hover{opacity:.65!important;transform:translateY(-1px)!important;}
.footer-instagram-icon{
  width:19px!important;
  height:19px!important;
  display:inline-block!important;
  object-fit:contain!important;
  flex:0 0 19px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  vertical-align:middle!important;
}
.footer-codeviq{
  margin-left:18px!important;
  color:#111!important;
  font-weight:900!important;
  letter-spacing:.04em!important;
}
@media(max-width:850px){
  .footer-codeviq{display:block!important;margin-left:0!important;margin-top:8px!important;}
  .footer-instagram{margin-top:16px!important;}
}


/* === NITA STYLE PATCH: clickable footer policy pages === */
.footer-legal-links{display:inline-flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;justify-content:flex-end!important;}
.footer-legal-links a{color:#777!important;text-transform:uppercase!important;font-weight:900!important;letter-spacing:.03em!important;transition:color .2s ease, opacity .2s ease!important;}
.footer-legal-links a:hover{color:#000!important;opacity:.75!important;}
.legal-page{max-width:980px;margin:0 auto;padding:120px 28px 90px;}
.legal-kicker{text-transform:uppercase;letter-spacing:.22em;font-size:12px;font-weight:900;color:#777;margin-bottom:18px;}
.legal-page h1{font-size:clamp(46px,7vw,92px);line-height:.9;margin:0 0 28px;text-transform:uppercase;}
.legal-card{border:1px solid #e8e8e8;background:#fff;padding:34px;margin-top:22px;}
.legal-card h2{font-size:26px;text-transform:uppercase;margin:0 0 14px;}
.legal-card p,.legal-card li{color:#555;line-height:1.75;font-size:16px;}
.legal-card ul{margin:0;padding-left:20px;}
.legal-note{border:1px solid #111;background:#fafafa;padding:20px;margin-top:26px;font-weight:800;line-height:1.6;}
@media(max-width:850px){.footer-legal-links{justify-content:flex-start!important;margin-top:10px!important}.legal-page{padding:85px 18px 60px}.legal-card{padding:24px}.legal-page h1{font-size:44px}}


/* === NITA STYLE PATCH: real Instagram footer icon only === */
.footer-instagram{gap:10px!important;align-items:center!important;}
.footer-instagram img.footer-instagram-icon{
  width:19px!important;
  height:19px!important;
  min-width:19px!important;
  object-fit:contain!important;
  display:inline-block!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.footer-instagram span{line-height:1!important;}
@media(max-width:760px){.footer-instagram img.footer-instagram-icon{width:18px!important;height:18px!important;min-width:18px!important;}}
/* === END real Instagram footer icon only === */

/* === Targeted fix: Explore Collections homepage wallpaper must apply to its overlay layer === */
.banner.banner-photo.nita-wallpaper-applied::before{
  display:block!important;
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background-image:linear-gradient(135deg,rgba(255,255,255,.30),rgba(245,245,245,.54)),var(--nita-home-wallpaper)!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  z-index:0!important;
}
.banner.banner-photo.nita-wallpaper-applied{
  position:relative!important;
  overflow:hidden!important;
  background-image:linear-gradient(135deg,rgba(255,255,255,.30),rgba(245,245,245,.54)),var(--nita-home-wallpaper)!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
}
.banner.banner-photo.nita-wallpaper-applied .banner-overlay{
  position:relative!important;
  z-index:2!important;
}
/* === End targeted Explore Collections wallpaper fix === */


/* Admin order roadmap — visible only inside Admin > Orders */
.admin-order-roadmap{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:14px;max-width:760px}
.admin-road-step{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:7px 11px;border:1px solid #d8d8d8;background:#fff;color:#777;font-size:11px;letter-spacing:.08em;text-transform:uppercase;font-weight:900;line-height:1.1}
.admin-road-step.done{background:#111;color:#fff;border-color:#111}
.admin-road-step.active{background:#fff;color:#111;border-color:#111;box-shadow:inset 0 0 0 1px #111}
.admin-road-step.cancelled{background:#b00020;color:#fff;border-color:#b00020}
@media(max-width:700px){.admin-order-roadmap{gap:6px}.admin-road-step{font-size:9px;padding:6px 8px}}


/* === NITA STYLE PERFORMANCE + VERIFICATION TIMER ONLY 2026-06-11 === */
.verify-resend-row{margin-top:14px;display:grid;gap:8px;justify-items:center}
.verify-timer{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#777}
.verify-timer strong{color:#111}
#nitaResendCodeBtn[disabled]{opacity:.45;cursor:not-allowed;background:#f6f6f6!important;color:#999!important;border-color:#ddd!important}
img{max-width:100%;height:auto}
.product-img,.quick-image,.admin-product-photo,.banner-photo,.hero-panel{content-visibility:auto}
/* === END NITA STYLE PERFORMANCE + VERIFICATION TIMER ONLY === */

/* === NITA STYLE SMOOTHER RENDERING FINAL PATCH === */
img{content-visibility:auto;}
.product,.card,.banner,.trending-scroll,.new-arrivals-scroll,.page section{content-visibility:auto;contain-intrinsic-size:1px 420px;}
.topbar,.hero,.admin-page,.auth-page,.checkout-page{content-visibility:visible;}
.product-img,.detail-img,.quick-image,.banner-photo,.hero-panel{will-change:auto;}
@media (prefers-reduced-motion:no-preference){
  .product,.card,.btn,.field{transition-duration:.18s;}
}
/* === END NITA STYLE SMOOTHER RENDERING FINAL PATCH === */


/* === NITA STYLE VISIBLE TIMER + SMOOTH MARQUEE + FIRST LOAD RELIABILITY ONLY === */
.visible-verification-page{min-height:calc(100vh - 80px);display:grid;place-items:center;padding:42px 18px;background:linear-gradient(180deg,#fff,#f7f7f4)}
.premium-verify-card{width:min(560px,100%);background:#fff;border:1px solid #e7e3dc;box-shadow:0 24px 70px rgba(0,0,0,.08);padding:42px;text-align:center}
.verify-logo{width:118px;height:auto;margin:0 auto 20px;display:block}
.verify-code-field{text-align:center;font-size:28px;letter-spacing:.32em;font-weight:800;margin-top:22px}
.verify-timer-box{margin:16px auto 10px;font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:#555}
.verify-timer-box strong{color:#000;font-size:15px}.resend-code-btn[disabled],.resend-code-btn.disabled{opacity:.42;cursor:not-allowed;filter:grayscale(1)}
@media(max-width:640px){.premium-verify-card{padding:30px 18px}.verify-code-field{font-size:22px;letter-spacing:.22em}}
.trending-scroll,.new-arrivals-scroll{overflow:hidden!important;contain:layout paint!important;}
.trending-scroll .product-marquee.nita-smooth-css-marquee,.new-arrivals-scroll .product-marquee.nita-smooth-css-marquee{display:flex!important;flex-wrap:nowrap!important;gap:28px!important;width:max-content!important;min-width:max-content!important;will-change:transform!important;transform:translate3d(0,0,0)!important;animation:nitaSmoothCSSMarquee var(--marquee-duration,36s) linear infinite!important;transition:none!important;backface-visibility:hidden!important;}
.trending-scroll .product-marquee.nita-smooth-css-marquee:hover,.new-arrivals-scroll .product-marquee.nita-smooth-css-marquee:hover{animation-play-state:running!important;}
.trending-scroll .product-marquee.nita-smooth-css-marquee .product,.new-arrivals-scroll .product-marquee.nita-smooth-css-marquee .product{flex:0 0 260px!important;width:260px!important;min-width:260px!important;max-width:260px!important;}
@keyframes nitaSmoothCSSMarquee{from{transform:translate3d(0,0,0)}to{transform:translate3d(var(--marquee-distance,-50%),0,0)}}
@media(max-width:900px){.trending-scroll .product-marquee.nita-smooth-css-marquee,.new-arrivals-scroll .product-marquee.nita-smooth-css-marquee{gap:20px!important;--marquee-duration:30s}.trending-scroll .product-marquee.nita-smooth-css-marquee .product,.new-arrivals-scroll .product-marquee.nita-smooth-css-marquee .product{flex-basis:210px!important;width:210px!important;min-width:210px!important;max-width:210px!important}.trending-scroll .product-marquee.nita-smooth-css-marquee .product-img,.new-arrivals-scroll .product-marquee.nita-smooth-css-marquee .product-img{height:260px!important}}
@media(prefers-reduced-motion:reduce){.product-marquee.nita-smooth-css-marquee{animation-duration:90s!important}}
/* === END NITA STYLE VISIBLE TIMER + SMOOTH MARQUEE + FIRST LOAD RELIABILITY ONLY === */

/* === NITA STYLE SECOND PHOTO HOVER + ADMIN PHOTO APPEND POLISH ONLY 2026-06-11 === */
.admin-photo-note{grid-column:1/-1;margin:6px 0 0;font-size:12px;text-align:left}.photo-preview .selectable-thumb{cursor:pointer}.photo-preview .selectable-thumb.selected-main{border-color:#111!important;box-shadow:0 0 0 2px #111 inset}.product-img-primary,.product-img-secondary{backface-visibility:hidden;transform:translateZ(0)}@media (hover:hover) and (pointer:fine){.product.has-second-photo:hover .product-img-primary{opacity:0!important;transform:scale(1.025)!important}.product.has-second-photo:hover .product-img-secondary{opacity:1!important;transform:scale(1.035)!important}.product.has-second-photo .product-img-secondary{opacity:0!important}.product.has-second-photo .product-img-primary{opacity:1!important}}
/* === END NITA STYLE SECOND PHOTO HOVER + ADMIN PHOTO APPEND POLISH ONLY === */


/* --- Quick View Center Position Only Fix ---
/* The button is outside .product-img in the HTML, so center it using the image height, not the full product card height. */
.product > .quick-view-btn{
  left:50%!important;
  top:180px!important;
  bottom:auto!important;
  transform:translate(-50%,-50%) scale(.96)!important;
  z-index:12!important;
}
.product:hover > .quick-view-btn,.product:focus-within > .quick-view-btn{
  opacity:1!important;
  transform:translate(-50%,-50%) scale(1)!important;
}
.product-marquee .product > .quick-view-btn,
.trending-scroll .product > .quick-view-btn,
.new-arrivals-scroll .product > .quick-view-btn{
  top:165px!important;
}
@media(max-width:900px){
  .product > .quick-view-btn{top:118px!important;}
  .product-marquee .product > .quick-view-btn,
  .trending-scroll .product > .quick-view-btn,
  .new-arrivals-scroll .product > .quick-view-btn{top:119px!important;}
}
@media(min-width:901px) and (max-width:1200px){
  .product > .quick-view-btn{top:155px!important;}
  .product-marquee .product > .quick-view-btn,
  .trending-scroll .product > .quick-view-btn,
  .new-arrivals-scroll .product > .quick-view-btn{top:155px!important;}
}

/* FINAL hide out of stock size text only */
.size .size-oos-text{display:none!important;}

/* Product photo order controls only */
.photo-order-thumb{position:relative}.photo-order-thumb span{display:block;margin-top:6px;font-weight:900}.photo-order-controls{display:flex;gap:4px;justify-content:center;margin-top:7px}.photo-order-controls button{width:28px;height:26px;border:1px solid #111;background:#fff;color:#111;font-weight:900;cursor:pointer;line-height:1}.photo-order-controls button:hover:not(:disabled),.photo-order-controls button:active:not(:disabled){background:#111;color:#fff}.photo-order-controls button:disabled{opacity:.25;cursor:not-allowed}.photo-preview .photo-order-thumb{cursor:default;border:1px solid #ddd;background:#fff;padding:8px}.photo-preview .photo-order-thumb:first-child{border:2px solid #111;box-shadow:0 0 0 2px rgba(0,0,0,.06)}


/* === Admin order roadmap matches customer account roadmap exactly === */
.admin-premium-roadmap{margin:18px 0 6px!important;max-width:980px!important;overflow-x:auto!important;}
.admin-list-card .admin-premium-roadmap .order-roadmap,
tr.admin-order-row .admin-premium-roadmap .order-roadmap{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(96px,1fr))!important;
  gap:0!important;
  align-items:start!important;
  position:relative!important;
  border-left:0!important;
  padding:24px 0 10px!important;
  margin:0!important;
  width:100%!important;
  overflow:visible!important;
}
.admin-list-card .admin-premium-roadmap .order-roadmap:before,
tr.admin-order-row .admin-premium-roadmap .order-roadmap:before{
  content:""!important;position:absolute!important;top:33px!important;left:48px!important;right:48px!important;height:2px!important;background:#e4e4e4!important;z-index:0!important;
}
.admin-list-card .admin-premium-roadmap .order-roadmap span,
tr.admin-order-row .admin-premium-roadmap .order-roadmap span{
  position:relative!important;z-index:1!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;text-align:center!important;gap:10px!important;min-width:0!important;font-size:12px!important;line-height:1.1!important;font-weight:900!important;letter-spacing:.035em!important;text-transform:uppercase!important;color:#9a9a9a!important;white-space:normal!important;background:transparent!important;border:0!important;padding:0!important;
}
.admin-list-card .admin-premium-roadmap .order-roadmap span:before,
tr.admin-order-row .admin-premium-roadmap .order-roadmap span:before{
  content:""!important;width:20px!important;height:20px!important;border-radius:999px!important;background:#fff!important;border:3px solid #d8d8d8!important;box-sizing:border-box!important;margin:0!important;display:block!important;
}
.admin-list-card .admin-premium-roadmap .order-roadmap span.done,
tr.admin-order-row .admin-premium-roadmap .order-roadmap span.done{color:#111!important;}
.admin-list-card .admin-premium-roadmap .order-roadmap span.done:before,
tr.admin-order-row .admin-premium-roadmap .order-roadmap span.done:before{background:#111!important;border-color:#111!important;}
@media(max-width:760px){
  .admin-list-card .admin-premium-roadmap .order-roadmap,
  tr.admin-order-row .admin-premium-roadmap .order-roadmap{grid-template-columns:repeat(5,76px)!important;width:max-content!important;min-width:380px!important;max-width:none!important;padding:22px 0 8px!important;}
  .admin-list-card .admin-premium-roadmap .order-roadmap:before,
  tr.admin-order-row .admin-premium-roadmap .order-roadmap:before{left:38px!important;right:38px!important;top:31px!important;}
  .admin-list-card .admin-premium-roadmap .order-roadmap span,
  tr.admin-order-row .admin-premium-roadmap .order-roadmap span{font-size:10px!important;letter-spacing:.025em!important;gap:8px!important;}
  .admin-list-card .admin-premium-roadmap .order-roadmap span:before,
  tr.admin-order-row .admin-premium-roadmap .order-roadmap span:before{width:18px!important;height:18px!important;border-width:3px!important;}
}

/* === NITA STYLE HOMEPAGE SINGLE SHOP HERO + SMOOTH MARQUEE + PREMIUM VIEW ALL ONLY === */
/* Remove the split Shop/New Collection homepage layout. Keep one clean full-width hero like Explore Collections. */
.hero.nita-single-shop-hero,
.hero-buttons-only.nita-single-shop-hero{
  display:flex!important;
  width:100%!important;
  min-height:70vh!important;
  height:70vh!important;
  grid-template-columns:1fr!important;
  margin:0!important;
  overflow:hidden!important;
  background:linear-gradient(120deg,#f6f6f6 0%,#ffffff 48%,#eeeeee 100%)!important;
}
.nita-single-shop-hero .hero-panel{
  width:100%!important;
  flex:1 1 100%!important;
  min-height:70vh!important;
  height:70vh!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  position:relative!important;
  background:linear-gradient(120deg,#f4f4f4,#fff)!important;
}
.nita-single-shop-hero .hero-panel:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:
    radial-gradient(circle at 22% 18%,rgba(255,255,255,.95),transparent 35%),
    radial-gradient(circle at 82% 16%,rgba(255,255,255,.7),transparent 32%),
    linear-gradient(120deg,#f1f1f1 0%,#ffffff 50%,#eeeeee 100%)!important;
  z-index:0!important;
}
.nita-single-shop-hero .hero-content{
  position:relative!important;
  inset:auto!important;
  z-index:2!important;
  width:100%!important;
  height:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}
.nita-single-shop-hero .btn{
  position:relative!important;
  z-index:3!important;
  min-width:150px!important;
  text-align:center!important;
}
@media(max-width:850px){
  .hero.nita-single-shop-hero,.hero-buttons-only.nita-single-shop-hero,.nita-single-shop-hero .hero-panel{min-height:58vh!important;height:58vh!important;}
}

/* Premium View all buttons for Trending now and New arrivals */
.trending-head a,.new-arrivals-head a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:42px!important;
  padding:12px 20px!important;
  border:1px solid #111!important;
  background:#fff!important;
  color:#111!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1!important;
  box-shadow:0 14px 34px rgba(0,0,0,.035)!important;
  transition:background .25s ease,color .25s ease,transform .25s ease,box-shadow .25s ease!important;
}
.trending-head a:after,.new-arrivals-head a:after{content:"→";margin-left:10px;transition:transform .25s ease;}
.trending-head a:hover,.new-arrivals-head a:hover,
.trending-head a:focus,.new-arrivals-head a:focus{
  background:#111!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 18px 44px rgba(0,0,0,.12)!important;
}
.trending-head a:hover:after,.new-arrivals-head a:hover:after{transform:translateX(4px);}

/* Final smoother auto-scroll override: GPU-only animation, stable widths, no JS frame loop needed. */
.trending-scroll,.new-arrivals-scroll{
  overflow:hidden!important;
  contain:layout paint!important;
  transform:translateZ(0)!important;
}
.trending-scroll .product-marquee,
.new-arrivals-scroll .product-marquee,
.trending-scroll .product-marquee.nita-smooth-css-marquee,
.new-arrivals-scroll .product-marquee.nita-smooth-css-marquee{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:28px!important;
  width:max-content!important;
  min-width:max-content!important;
  padding:0 5vw 12px!important;
  overflow:visible!important;
  will-change:transform!important;
  backface-visibility:hidden!important;
  transform:translate3d(0,0,0)!important;
  animation:nitaHomepagePremiumScroll var(--nita-scroll-time,44s) linear infinite!important;
}
.trending-scroll .product-marquee{--nita-scroll-time:46s;}
.new-arrivals-scroll .product-marquee{--nita-scroll-time:42s;}
.trending-scroll .product-marquee:hover,
.new-arrivals-scroll .product-marquee:hover{animation-play-state:running!important;}
.trending-scroll .product-marquee .product,
.new-arrivals-scroll .product-marquee .product{
  flex:0 0 260px!important;
  width:260px!important;
  min-width:260px!important;
  max-width:260px!important;
  transform:translateZ(0)!important;
}
@keyframes nitaHomepagePremiumScroll{
  from{transform:translate3d(0,0,0)!important;}
  to{transform:translate3d(-50%,0,0)!important;}
}
@media(max-width:760px){
  .trending-scroll .product-marquee,.new-arrivals-scroll .product-marquee{gap:20px!important;padding:0 24px 10px!important;--nita-scroll-time:34s;}
  .trending-scroll .product-marquee .product,.new-arrivals-scroll .product-marquee .product{flex-basis:210px!important;width:210px!important;min-width:210px!important;max-width:210px!important;}
  .trending-head a,.new-arrivals-head a{min-height:38px!important;padding:11px 16px!important;font-size:11px!important;}
}
@media(prefers-reduced-motion:reduce){.trending-scroll .product-marquee,.new-arrivals-scroll .product-marquee{animation-duration:90s!important;}}
/* === END NITA STYLE HOMEPAGE SINGLE SHOP HERO + SMOOTH MARQUEE + PREMIUM VIEW ALL ONLY === */

/* === NITA STYLE CATEGORY STRIP UPDATE 2026-06-12 === */
.category-strip.category-icons.nita-category-edit-v2{
  justify-content:center!important;
  gap:clamp(28px,5vw,74px)!important;
  padding:28px 4vw 30px!important;
  overflow-x:auto!important;
  scroll-behavior:smooth;
}
.category-strip.category-icons.nita-category-edit-v2 .cat{
  min-width:88px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  gap:10px!important;
  transition:transform .28s ease, opacity .28s ease;
}
.category-strip.category-icons.nita-category-edit-v2 .cat:hover{
  transform:translateY(-3px);
}
.category-strip.category-icons.nita-category-edit-v2 .cat-bubble.cat-icon{
  width:56px!important;
  height:56px!important;
  background:transparent!important;
  border-radius:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0 auto!important;
}
.category-strip.category-icons.nita-category-edit-v2 .cat-icon svg{
  width:42px!important;
  height:42px!important;
  fill:none!important;
  stroke:#080808!important;
  stroke-width:2.1!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  transition:transform .28s ease, stroke-width .28s ease;
}
.category-strip.category-icons.nita-category-edit-v2 .cat:hover .cat-icon svg{
  transform:scale(1.07);
  stroke-width:2.35!important;
}
.category-strip.category-icons.nita-category-edit-v2 .cat span{
  margin-top:0!important;
  font-size:12px!important;
  letter-spacing:.03em!important;
  white-space:nowrap!important;
}
@media(max-width:850px){
  .category-strip.category-icons.nita-category-edit-v2{justify-content:flex-start!important;gap:24px!important;padding:24px 18px!important;}
  .category-strip.category-icons.nita-category-edit-v2 .cat{min-width:82px!important;}
}

/* === NITA PROFESSIONAL ACCOUNT VALIDATION + PHONE INPUT ONLY === */
.nita-field-wrap{position:relative;width:100%;}
.nita-field-wrap.has-error .field,
.field.nita-error,
.nita-phone-row.has-error{border-color:#b00020!important;box-shadow:0 0 0 1px #b00020!important;}
.nita-error-text{display:none;margin-top:7px;color:#b00020;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;}
.nita-field-wrap.has-error .nita-error-text{display:block;}
.nita-phone-wrap{width:100%;}
.nita-phone-row{display:flex;align-items:center;width:100%;border:1px solid #ddd;background:#fff;min-height:54px;transition:border-color .2s ease,box-shadow .2s ease;}
.nita-phone-row:focus-within{border-color:#111;box-shadow:0 0 0 1px #111;}
.nita-phone-code{min-width:155px;height:52px;border:0;border-right:1px solid #e5e5e5;background:#fafafa;padding:0 13px;font:inherit;font-weight:800;color:#111;outline:0;}
.nita-phone-number{flex:1;height:52px;border:0!important;box-shadow:none!important;background:#fff;padding:0 14px;font:inherit;outline:0;min-width:0;}
.nita-phone-number:focus{border:0!important;box-shadow:none!important;}
@media(max-width:640px){.nita-phone-row{min-height:52px}.nita-phone-code{min-width:132px;font-size:12px}.nita-phone-number{font-size:14px}}
/* === END NITA PROFESSIONAL ACCOUNT VALIDATION + PHONE INPUT ONLY === */

/* === NITA STYLE ADMIN PHOTO CONTROL HOVER FIX 2026-06-13 ===
   Keeps the global premium button rule: white controls invert to black with white icons/text on hover.
   Scope is admin photo upload/order controls only. */
.photo-order-controls{
  display:flex!important;
  gap:6px!important;
  justify-content:center!important;
  align-items:center!important;
  margin-top:10px!important;
}
.photo-order-controls button,
.admin-thumb.photo-order-thumb .photo-order-controls button{
  width:36px!important;
  height:36px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:2px solid #111!important;
  background:#fff!important;
  color:#111!important;
  font-weight:900!important;
  line-height:1!important;
  cursor:pointer!important;
  transition:background .22s ease,color .22s ease,border-color .22s ease,transform .22s ease,box-shadow .22s ease!important;
  -webkit-appearance:none!important;
  appearance:none!important;
}
.photo-order-controls button:hover:not(:disabled),
.photo-order-controls button:focus-visible:not(:disabled),
.admin-thumb.photo-order-thumb .photo-order-controls button:hover:not(:disabled),
.admin-thumb.photo-order-thumb .photo-order-controls button:focus-visible:not(:disabled){
  background:#111!important;
  color:#fff!important;
  border-color:#111!important;
  transform:translateY(-1px)!important;
  box-shadow:0 10px 22px rgba(0,0,0,.12)!important;
  outline:none!important;
}
.photo-order-controls button:active:not(:disabled),
.admin-thumb.photo-order-thumb .photo-order-controls button:active:not(:disabled){
  transform:translateY(0)!important;
  background:#111!important;
  color:#fff!important;
}
.photo-order-controls button:disabled,
.admin-thumb.photo-order-thumb .photo-order-controls button:disabled{
  border-color:#cfcfcf!important;
  background:#fff!important;
  color:#aaa!important;
  cursor:not-allowed!important;
  opacity:1!important;
  transform:none!important;
  box-shadow:none!important;
}
.admin-thumb.photo-order-thumb{
  border:2px solid #111!important;
  transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease!important;
}
.admin-thumb.photo-order-thumb:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 14px 30px rgba(0,0,0,.08)!important;
}

/* === NITA STYLE ADMIN ORDERS ONGOING / PREVIOUS SPLIT ONLY === */
.nita-orders-toolbar{align-items:flex-start;gap:22px;}
.nita-order-tabs{margin-left:auto;display:flex;gap:10px;align-items:center;justify-content:flex-end;flex-wrap:wrap;}
.nita-order-tab{appearance:none;border:1.5px solid #111;background:#fff;color:#111;padding:12px 18px;border-radius:999px;font:inherit;font-weight:900;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:background .22s ease,color .22s ease,transform .22s ease,box-shadow .22s ease,border-color .22s ease;}
.nita-order-tab span{display:inline-flex;align-items:center;justify-content:center;margin-left:8px;min-width:22px;height:22px;border-radius:999px;border:1px solid currentColor;font-size:11px;line-height:1;}
.nita-order-tab:hover,.nita-order-tab:focus-visible,.nita-order-tab.active{background:#111;color:#fff;transform:translateY(-1px);box-shadow:0 14px 34px rgba(0,0,0,.10);outline:none;}
.nita-admin-orders-list{display:grid;gap:14px;margin-top:18px;}
.nita-admin-orders-list.empty{border:1px solid #e6e6e6;border-radius:18px;padding:28px;background:#fff;}
.nita-admin-order-card{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;}
.nita-admin-order-card:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(0,0,0,.08);border-color:#111;}
.nita-admin-order-main{min-width:0;}
.nita-admin-order-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end;}
.nita-admin-order-actions .admin-order-status{min-width:190px;}
@media(max-width:760px){.nita-orders-toolbar{flex-direction:column}.nita-order-tabs{margin-left:0;width:100%;justify-content:flex-start}.nita-order-tab{width:100%;display:flex;justify-content:space-between;align-items:center}.nita-admin-order-actions{justify-content:flex-start}.nita-admin-order-actions .admin-order-status{width:100%;}}
/* === END NITA STYLE ADMIN ORDERS ONGOING / PREVIOUS SPLIT ONLY === */


/* === NITA STYLE FINAL ADMIN ORDER TAB HOVER/ACTIVE FIX ===
   Keeps order view buttons readable: white/black by default, black/white on hover or active. */
.nita-order-tabs .nita-order-tab{
  background:#fff !important;
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
  border:1.5px solid #111 !important;
  box-shadow:none !important;
}
.nita-order-tabs .nita-order-tab span{
  color:inherit !important;
  -webkit-text-fill-color:inherit !important;
  border-color:currentColor !important;
}
.nita-order-tabs .nita-order-tab:hover,
.nita-order-tabs .nita-order-tab:focus-visible,
.nita-order-tabs .nita-order-tab:active,
.nita-order-tabs .nita-order-tab.active{
  background:#111 !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  border-color:#111 !important;
  box-shadow:0 14px 34px rgba(0,0,0,.10) !important;
}
.nita-order-tabs .nita-order-tab:hover span,
.nita-order-tabs .nita-order-tab:focus-visible span,
.nita-order-tabs .nita-order-tab:active span,
.nita-order-tabs .nita-order-tab.active span{
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  border-color:#fff !important;
}
/* === END NITA STYLE FINAL ADMIN ORDER TAB HOVER/ACTIVE FIX === */

/* === NITA PHONE FLAGS + ACCOUNT ORDER ACCORDIONS FINAL === */
.nita-phone-code{min-width:190px!important;background:#fafafa!important;cursor:pointer;}
.nita-phone-helper{font-size:11px;color:#777;margin-top:7px;line-height:1.35;}
.nita-phone-number{letter-spacing:.03em;}
.nita-phone-row{border-color:#ddd!important;}
.nita-phone-row:hover{border-color:#111!important;}
.nita-account-order-accordion{padding:0!important;overflow:hidden;transition:border-color .22s ease,box-shadow .22s ease;}
.nita-account-order-toggle{width:100%;appearance:none;border:0;background:#fff;color:#111;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px 26px;font:inherit;text-align:left;cursor:pointer;text-transform:uppercase;letter-spacing:.04em;transition:background .22s ease,color .22s ease,box-shadow .22s ease;}
.nita-account-order-toggle span{font-size:22px;font-weight:900;}
.nita-account-order-toggle em{margin-left:auto;min-width:28px;height:28px;border:1px solid currentColor;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-style:normal;font-size:12px;font-weight:900;}
.nita-account-order-toggle strong{width:30px;height:30px;border:1px solid currentColor;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1;}
.nita-account-order-toggle:hover,.nita-account-order-toggle:focus-visible,.nita-account-order-toggle[aria-expanded="true"]{background:#111!important;color:#fff!important;outline:none;}
.nita-account-order-body{padding:0 26px 26px;animation:nitaAccordionIn .22s ease both;}
.nita-account-order-toggle[aria-expanded="true"] + .nita-account-order-body{display:grid;}
@keyframes nitaAccordionIn{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:640px){.nita-phone-code{min-width:150px!important;font-size:12px!important}.nita-account-order-toggle{padding:20px}.nita-account-order-toggle span{font-size:18px}.nita-account-order-body{padding:0 20px 20px}}
/* === END NITA PHONE FLAGS + ACCOUNT ORDER ACCORDIONS FINAL === */

/* === NITA STOCK NOTIFY + ADMIN PRODUCT SPLIT POLISH === */
.notify-btn{
  display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 20px;margin-left:10px;border:2px solid #111;background:#fff;color:#111;font-weight:900;text-transform:uppercase;letter-spacing:.7px;border-radius:999px;cursor:pointer;transition:background .22s ease,color .22s ease,transform .22s ease,box-shadow .22s ease;
}
.notify-btn:hover,.notify-btn:focus{background:#111;color:#fff;transform:translateY(-1px);box-shadow:0 16px 30px rgba(0,0,0,.14);outline:none;}
.nita-products-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:22px;}
.nita-product-tabs{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end;}
.nita-product-tab{border:2px solid #111;background:#fff;color:#111;border-radius:999px;padding:12px 18px;font-weight:900;text-transform:uppercase;letter-spacing:.7px;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease;}
.nita-product-tab span{display:inline-flex;align-items:center;justify-content:center;margin-left:8px;min-width:21px;height:21px;border:1px solid currentColor;border-radius:50%;font-size:11px;line-height:1;}
.nita-product-tab:hover,.nita-product-tab:focus,.nita-product-tab.active{background:#111!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 16px 34px rgba(0,0,0,.16);outline:none;}
.admin-hidden-badge{display:inline-flex;margin-left:8px;padding:5px 8px;border:1px solid #111;border-radius:999px;font-size:10px;letter-spacing:.6px;text-transform:uppercase;font-weight:900;background:#fff;color:#111;}
.admin-empty{border:1px dashed #d9d9d9;padding:34px;text-align:center;color:#777;background:#fafafa;font-weight:700;}
.product.status-out-of-stock .quick-view-btn,.product.status-coming-soon .quick-view-btn{border-color:#111;}
@media(max-width:760px){.nita-products-toolbar{display:block}.nita-product-tabs{justify-content:flex-start;margin-top:14px}.notify-btn{margin-left:0;margin-top:10px;width:100%;}}
/* === END NITA STOCK NOTIFY + ADMIN PRODUCT SPLIT POLISH === */

/* === NITA STYLE FINAL PATCH: professional notify sign-in modal === */
.nita-auth-modal-backdrop{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(255,255,255,.74);backdrop-filter:blur(10px);}
.nita-auth-modal-backdrop.show{display:flex;animation:nitaModalFade .18s ease both;}
.nita-auth-modal-card{position:relative;width:min(440px,calc(100vw - 36px));background:#fff;border:1px solid #dedede;border-radius:28px;padding:36px;box-shadow:0 30px 90px rgba(0,0,0,.18);transform:translateY(8px);animation:nitaModalRise .22s ease both;}
.nita-auth-modal-card h2{margin:8px 0 12px;font-size:30px;line-height:1;text-transform:uppercase;letter-spacing:.02em;}
.nita-auth-modal-card .muted{font-size:14px;line-height:1.7;color:#666;max-width:34em;}
.nita-auth-modal-close{position:absolute;right:18px;top:18px;width:44px;height:44px;border:1px solid #111;border-radius:999px;background:#fff;color:#111;font-size:22px;font-weight:900;cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease;}
.nita-auth-modal-close:hover,.nita-auth-modal-close:focus{background:#111;color:#fff;transform:translateY(-1px);}
.nita-auth-modal-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px;}
.nita-auth-modal-actions .btn{min-width:170px;text-align:center;}
.nita-auth-modal-actions .btn.light{background:#fff!important;color:#111!important;border:1px solid #111!important;}
.nita-auth-modal-actions .btn.light:hover,.nita-auth-modal-actions .btn.light:focus{background:#111!important;color:#fff!important;}
@keyframes nitaModalFade{from{opacity:0}to{opacity:1}}
@keyframes nitaModalRise{from{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
@media(max-width:560px){.nita-auth-modal-card{padding:30px 24px;border-radius:24px}.nita-auth-modal-card h2{font-size:24px}.nita-auth-modal-actions .btn{width:100%;}}
/* === END NITA STYLE FINAL PATCH: professional notify sign-in modal === */

/* === NITA STYLE FINAL POLISH: no tab counts + account order popups === */
.nita-order-tab span,
.nita-product-tab span{
  display:none !important;
}
.nita-product-tabs,.nita-order-tabs{gap:14px!important}
.nita-account-order-popup-card{border:1px solid #e5e5e5;background:#fff;padding:0!important;overflow:hidden;transition:box-shadow .22s ease,border-color .22s ease,transform .22s ease}.nita-account-order-popup-trigger{width:100%;appearance:none;border:0;background:#fff;color:#111;padding:26px 30px;display:flex;align-items:center;justify-content:space-between;text-align:left;cursor:pointer;text-transform:uppercase;font-weight:900;letter-spacing:.05em;font-size:24px;transition:background .22s ease,color .22s ease}.nita-account-order-popup-trigger:hover,.nita-account-order-popup-trigger:focus-visible{background:#111;color:#fff;outline:none}.nita-account-order-popup-trigger .plus{font-size:24px;line-height:1}.nita-account-modal-backdrop{position:fixed;inset:0;background:rgba(255,255,255,.72);backdrop-filter:blur(8px);z-index:10000;display:none;align-items:center;justify-content:center;padding:28px}.nita-account-modal-backdrop.show{display:flex}.nita-account-modal{width:min(980px,94vw);max-height:82vh;overflow:auto;background:#fff;border:1px solid #ddd;box-shadow:0 30px 90px rgba(0,0,0,.14);border-radius:28px;padding:28px;animation:nitaModalIn .22s ease both}.nita-account-modal-head{display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #eee;padding-bottom:18px;margin-bottom:20px}.nita-account-modal-head h2{margin:0;text-transform:uppercase;letter-spacing:.04em}.nita-account-modal-close{width:52px;height:52px;border-radius:50%;border:1.5px solid #111;background:#fff;color:#111;font-size:28px;line-height:1;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.nita-account-modal-close:hover,.nita-account-modal-close:focus-visible{background:#111;color:#fff;outline:none;transform:scale(1.02)}@keyframes nitaModalIn{from{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:none}}@media(max-width:760px){.nita-account-order-popup-trigger{font-size:19px;padding:22px}.nita-account-modal{padding:20px;border-radius:22px}.nita-account-modal-backdrop{padding:14px}}

/* === NITA FINAL CLEAN ACCOUNT ORDER POPUPS 20260613 === */
.nita-clean-order-launch-card{padding:0!important;border:1px solid #e6e6e6!important;background:#fff!important;overflow:hidden!important;box-shadow:none!important;}
.nita-clean-order-launch{width:100%!important;border:0!important;background:#fff!important;color:#111!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:26px 30px!important;text-align:left!important;cursor:pointer!important;text-transform:uppercase!important;letter-spacing:.045em!important;font-weight:900!important;font-size:22px!important;transition:background .22s ease,color .22s ease,box-shadow .22s ease!important;}
.nita-clean-order-launch span,.nita-clean-order-launch strong{color:inherit!important;}
.nita-clean-order-launch strong{width:34px!important;height:34px!important;border:1.5px solid currentColor!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:18px!important;line-height:1!important;}
.nita-clean-order-launch:hover,.nita-clean-order-launch:focus-visible{background:#111!important;color:#fff!important;outline:none!important;box-shadow:0 18px 45px rgba(0,0,0,.08)!important;}
.nita-clean-orders-overlay{position:fixed!important;inset:0!important;background:rgba(255,255,255,.74)!important;backdrop-filter:blur(8px)!important;z-index:99999!important;display:none!important;align-items:center!important;justify-content:center!important;padding:28px!important;}
.nita-clean-orders-overlay.show{display:flex!important;}
.nita-clean-orders-modal{width:min(980px,94vw)!important;max-height:82vh!important;overflow:auto!important;background:#fff!important;border:1px solid #dedede!important;border-radius:26px!important;box-shadow:0 28px 90px rgba(0,0,0,.16)!important;padding:28px!important;animation:nitaCleanModalIn .2s ease both!important;}
.nita-clean-orders-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;border-bottom:1px solid #eee!important;padding-bottom:18px!important;margin-bottom:18px!important;}
.nita-clean-orders-head h2{margin:0!important;text-transform:uppercase!important;letter-spacing:.045em!important;font-size:26px!important;}
.nita-clean-orders-close{width:52px!important;height:52px!important;border-radius:50%!important;border:1.5px solid #111!important;background:#fff!important;color:#111!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:28px!important;line-height:1!important;cursor:pointer!important;transition:background .2s ease,color .2s ease,transform .2s ease!important;}
.nita-clean-orders-close:hover,.nita-clean-orders-close:focus-visible{background:#111!important;color:#fff!important;outline:none!important;transform:scale(1.02)!important;}
.nita-clean-orders-body .orders-list,.nita-clean-orders-body .nita-account-order-body{display:grid!important;gap:14px!important;padding:0!important;}
.nita-clean-orders-body .account-order,.nita-clean-orders-body .detailed-order,.nita-clean-orders-body .order-card-pro{border:1px solid #e8e8e8!important;background:#fff!important;border-radius:0!important;box-shadow:none!important;margin:0!important;}
@keyframes nitaCleanModalIn{from{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:none}}
@media(max-width:700px){.nita-clean-order-launch{font-size:18px!important;padding:22px!important}.nita-clean-orders-overlay{padding:14px!important}.nita-clean-orders-modal{padding:20px!important;border-radius:22px!important}.nita-clean-orders-head h2{font-size:22px!important}}
/* === END NITA FINAL CLEAN ACCOUNT ORDER POPUPS 20260613 === */

/* === NITA STYLE REAL FIX: simple account order buttons and modal === */
body .nita-final-order-launch-card{padding:0!important;background:#fff!important;border:1px solid #e5e5e5!important;box-shadow:none!important;overflow:hidden!important;min-height:auto!important;}
body .nita-final-order-trigger{width:100%!important;min-height:76px!important;border:0!important;background:#fff!important;color:#111!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 30px!important;cursor:pointer!important;text-align:left!important;text-transform:uppercase!important;letter-spacing:.045em!important;font-weight:900!important;font-size:22px!important;line-height:1!important;transition:background .18s ease,color .18s ease,border-color .18s ease!important;}
body .nita-final-order-trigger span,body .nita-final-order-trigger b{color:#111!important;opacity:1!important;visibility:visible!important;text-shadow:none!important;}
body .nita-final-order-trigger b{width:28px!important;height:28px!important;border:1.5px solid currentColor!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:18px!important;line-height:1!important;font-weight:900!important;}
body .nita-final-order-trigger:hover,body .nita-final-order-trigger:focus-visible,body .nita-final-order-trigger:active{background:#111!important;color:#fff!important;outline:none!important;}
body .nita-final-order-trigger:hover span,body .nita-final-order-trigger:hover b,body .nita-final-order-trigger:focus-visible span,body .nita-final-order-trigger:focus-visible b,body .nita-final-order-trigger:active span,body .nita-final-order-trigger:active b{color:#fff!important;opacity:1!important;visibility:visible!important;}
body .nita-final-orders-overlay{position:fixed!important;inset:0!important;background:rgba(255,255,255,.78)!important;backdrop-filter:blur(6px)!important;z-index:2147483000!important;display:none!important;align-items:center!important;justify-content:center!important;padding:28px!important;}
body .nita-final-orders-overlay.show{display:flex!important;}
body .nita-final-orders-box{width:min(920px,94vw)!important;max-height:82vh!important;overflow:auto!important;background:#fff!important;border:1px solid #dcdcdc!important;border-radius:0!important;box-shadow:0 24px 70px rgba(0,0,0,.13)!important;padding:26px!important;animation:nitaFinalOrdersIn .18s ease both!important;}
body .nita-final-orders-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;border-bottom:1px solid #ededed!important;padding-bottom:18px!important;margin-bottom:18px!important;}
body .nita-final-orders-head h2{margin:0!important;text-transform:uppercase!important;letter-spacing:.045em!important;font-size:24px!important;line-height:1!important;}
body .nita-final-orders-close{width:44px!important;height:44px!important;border:1.5px solid #111!important;background:#fff!important;color:#111!important;border-radius:999px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:26px!important;line-height:1!important;cursor:pointer!important;transition:background .18s ease,color .18s ease!important;}
body .nita-final-orders-close:hover,body .nita-final-orders-close:focus-visible{background:#111!important;color:#fff!important;outline:none!important;}
body .nita-final-orders-content{display:grid!important;gap:12px!important;}
body .nita-final-order-card{border:1px solid #e5e5e5!important;background:#fff!important;padding:18px!important;box-shadow:none!important;}
body .nita-final-order-main{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:18px!important;}
body .nita-final-order-main b{font-weight:900!important;}
body .nita-final-order-main p{margin:6px 0 0!important;color:#777!important;font-size:13px!important;}
body .nita-final-order-side{text-align:right!important;display:grid!important;gap:6px!important;}
body .nita-final-order-side strong{font-weight:900!important;}
body .nita-final-order-side span{display:inline-block!important;border:1px solid #111!important;padding:5px 8px!important;text-transform:uppercase!important;font-size:11px!important;font-weight:900!important;}
body .nita-final-order-road{margin-top:16px!important;overflow:auto!important;}
@keyframes nitaFinalOrdersIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
@media(max-width:700px){body .nita-final-order-trigger{font-size:18px!important;min-height:68px!important;padding:0 20px!important}body .nita-final-orders-overlay{padding:14px!important}body .nita-final-orders-box{padding:20px!important}body .nita-final-order-main{display:grid!important}body .nita-final-order-side{text-align:left!important}}
/* === END NITA STYLE REAL FIX: simple account order buttons and modal === */

/* Final: remove Style note controls and keep add-product clean */
#pstyle,.edit-style{display:none!important;}
#pstyle.closest-remove{display:none!important;}

/* Final 20260613: clearer product photos + cleaner product title size */
.product-detail .product-info h1,
.product-detail h1{
  font-size:clamp(34px,3.9vw,58px)!important;
  line-height:1.02!important;
  letter-spacing:.01em!important;
  max-width:760px!important;
  margin:14px 0 24px!important;
}
@media(max-width:900px){
  .product-detail .product-info h1,
  .product-detail h1{font-size:clamp(30px,8vw,44px)!important;line-height:1.05!important;}
}
.detail-img,
.gallery-main,
.product-main-image,
.product-gallery-main{
  image-rendering:auto!important;
}
.detail-img img,
.gallery-main img,
.product-main-image img,
.product-gallery-main img,
.product-thumb img,
.admin-thumb img{
  image-rendering:auto!important;
  object-fit:contain!important;
}

/* Final 20260613: cleaner product detail title + premium product image display */
.product-detail .product-info h1,
.product-detail h1{
  font-size:clamp(30px,4.8vw,46px)!important;
  line-height:1.02!important;
  letter-spacing:.015em!important;
  max-width:720px!important;
  overflow-wrap:anywhere!important;
}
.product-detail .main-product-image,
.product-detail .product-main-image,
.product-detail .product-gallery-main img,
.product-detail .product-images .main-image img,
.product-detail .product-media img{
  image-rendering:auto!important;
  object-fit:contain!important;
}
.admin-photo-note::after{content:' Original quality is preserved unless the file is extremely large.';}

/* Final 20260613: premium product photo arrows, hover second photo, smooth marquees */
.product-img{position:relative!important;overflow:hidden!important;background:#f6f6f6!important;}
.product-img-layer{position:absolute!important;inset:0!important;display:block!important;background-size:cover!important;background-position:center!important;transition:opacity .42s ease,transform .55s ease!important;will-change:opacity,transform!important;}
.product-img-primary{opacity:1!important;z-index:1!important;}
.product-img-secondary{opacity:0!important;z-index:2!important;}
.product:hover .product-img-secondary{opacity:1!important;transform:scale(1.015)!important;}
.product:hover .product-img-primary{opacity:0!important;}
.product-photo-arrow{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:6!important;width:36px!important;height:36px!important;border:1px solid #111!important;border-radius:50%!important;background:rgba(255,255,255,.94)!important;color:#111!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:22px!important;font-weight:900!important;line-height:1!important;cursor:pointer!important;opacity:0!important;transition:opacity .22s ease,background .22s ease,color .22s ease,transform .22s ease!important;box-shadow:0 10px 28px rgba(0,0,0,.08)!important;}
.product-photo-prev{left:12px!important;}.product-photo-next{right:12px!important;}
.product:hover .product-photo-arrow,.product:focus-within .product-photo-arrow{opacity:1!important;}
.product-photo-arrow:hover,.product-photo-arrow:focus-visible,.product-photo-arrow:active{background:#111!important;color:#fff!important;transform:translateY(-50%) scale(1.04)!important;outline:none!important;}
.product-photo-dots{position:absolute!important;left:50%!important;bottom:12px!important;transform:translateX(-50%)!important;display:flex!important;gap:6px!important;z-index:7!important;padding:6px 8px!important;border-radius:999px!important;background:rgba(255,255,255,.72)!important;backdrop-filter:blur(8px)!important;}
.product-photo-dot{width:5px!important;height:5px!important;border-radius:999px!important;background:#aaa!important;display:block!important;}
.product-photo-dot.active{background:#111!important;width:14px!important;}
.trending-scroll,.new-arrivals-scroll{overflow:hidden!important;}
.product-marquee.nita-smooth-marquee{display:flex!important;flex-wrap:nowrap!important;width:max-content!important;min-width:max-content!important;gap:28px!important;animation:nitaPremiumInfiniteProducts 56s linear infinite!important;will-change:transform!important;transform:translate3d(0,0,0)!important;backface-visibility:hidden!important;}
.product-marquee.nita-smooth-marquee:hover{animation-play-state:running!important;}
.product-marquee.nita-smooth-marquee .product{flex:0 0 260px!important;width:260px!important;min-width:260px!important;}
@keyframes nitaPremiumInfiniteProducts{from{transform:translate3d(0,0,0)}to{transform:translate3d(-20%,0,0)}}
.detail-img{position:relative!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:center!important;}
.detail-photo-arrow{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:8!important;width:48px!important;height:48px!important;border-radius:50%!important;border:1px solid #111!important;background:rgba(255,255,255,.95)!important;color:#111!important;font-size:30px!important;font-weight:800!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:background .22s ease,color .22s ease,transform .22s ease,opacity .22s ease!important;box-shadow:0 16px 36px rgba(0,0,0,.08)!important;}
.detail-photo-prev{left:18px!important;}.detail-photo-next{right:18px!important;}
.detail-photo-arrow:hover,.detail-photo-arrow:focus-visible,.detail-photo-arrow:active{background:#111!important;color:#fff!important;transform:translateY(-50%) scale(1.04)!important;outline:none!important;}
@media(max-width:760px){.product-photo-arrow{opacity:1!important;width:32px!important;height:32px!important;font-size:20px!important}.product-photo-dots{bottom:10px!important}.product-marquee.nita-smooth-marquee{gap:20px!important;animation-duration:42s!important}.product-marquee.nita-smooth-marquee .product{flex-basis:210px!important;width:210px!important;min-width:210px!important}.detail-photo-arrow{width:42px!important;height:42px!important;font-size:26px!important}.detail-photo-prev{left:10px!important}.detail-photo-next{right:10px!important}}

/* Final 20260613: premium centered product arrows + original-quality product media + cleaner title */
.product-detail .product-info h1,
.product-detail h1{
  font-size:clamp(28px,3.15vw,42px)!important;
  line-height:1.08!important;
  letter-spacing:.008em!important;
  max-width:640px!important;
  margin:12px 0 20px!important;
  font-weight:900!important;
}
.nita-premium-detail-img,
.product-detail .detail-img{
  position:relative!important;
  background:#f7f7f7!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:clamp(520px,62vw,760px)!important;
}
.nita-detail-real-img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  display:block!important;
  image-rendering:auto!important;
}
.product-thumbs button{
  overflow:hidden!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#f7f7f7!important;
}
.nita-thumb-real-img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
}
.detail-photo-arrow{
  width:46px!important;
  height:46px!important;
  border-radius:50%!important;
  border:1px solid rgba(17,17,17,.9)!important;
  background:rgba(255,255,255,.96)!important;
  color:#111!important;
  position:absolute!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  z-index:20!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  margin:0!important;
  box-sizing:border-box!important;
  cursor:pointer!important;
  box-shadow:0 18px 38px rgba(0,0,0,.10)!important;
  transition:background .22s ease,color .22s ease,transform .22s ease,box-shadow .22s ease!important;
  font:900 28px/1 Arial,Helvetica,sans-serif!important;
}
.detail-photo-arrow span{
  display:block!important;
  width:100%!important;
  text-align:center!important;
  line-height:42px!important;
  transform:translateY(-1px)!important;
  pointer-events:none!important;
}
.detail-photo-prev{left:22px!important;}
.detail-photo-next{right:22px!important;}
.detail-photo-arrow:hover,
.detail-photo-arrow:focus-visible,
.detail-photo-arrow:active{
  background:#111!important;
  color:#fff!important;
  transform:translateY(-50%) scale(1.045)!important;
  box-shadow:0 22px 48px rgba(0,0,0,.16)!important;
  outline:none!important;
}
@media(max-width:760px){
  .product-detail .product-info h1,.product-detail h1{font-size:clamp(26px,7vw,36px)!important;}
  .nita-premium-detail-img,.product-detail .detail-img{min-height:420px!important;}
  .detail-photo-arrow{width:40px!important;height:40px!important;font-size:24px!important;}
  .detail-photo-arrow span{line-height:36px!important;}
  .detail-photo-prev{left:10px!important}.detail-photo-next{right:10px!important}
}

/* Final exact-quality display polish */
.product-detail .product-info h1,
.product-detail h1{
  font-size:clamp(28px,3.2vw,46px)!important;
  line-height:1.04!important;
  letter-spacing:.015em!important;
  max-width:620px!important;
}
.nita-detail-real-img,
.detail-img img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  image-rendering:auto!important;
  transform:none!important;
  filter:none!important;
}
.detail-photo-arrow{
  width:46px!important;height:46px!important;border-radius:50%!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  padding:0!important;line-height:1!important;font-size:0!important;
  background:rgba(255,255,255,.96)!important;color:#111!important;border:1px solid #111!important;
  box-shadow:0 18px 42px rgba(0,0,0,.10)!important;
}
.detail-photo-arrow span{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;line-height:1!important;font-size:28px!important;font-weight:700!important;margin:0!important;padding:0!important;transform:translateY(-1px)!important;}
.detail-photo-arrow:hover,.detail-photo-arrow:focus-visible,.detail-photo-arrow:active{background:#111!important;color:#fff!important;}
.detail-photo-prev{left:18px!important}.detail-photo-next{right:18px!important}
@media(max-width:760px){.detail-photo-prev{left:10px!important}.detail-photo-next{right:10px!important}.detail-photo-arrow{width:40px!important;height:40px!important}.detail-photo-arrow span{font-size:24px!important}}

/* FINAL 20260613: premium product page controls, full-bleed product media, admin preview photos */
.product-detail .product-media,
.nita-premium-product-media{
  min-width:0!important;
}
.product-detail .detail-img,
.nita-premium-detail-img{
  position:relative!important;
  background:#fff!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:clamp(560px,64vw,790px)!important;
  height:clamp(560px,64vw,790px)!important;
  border:none!important;
}
.product-detail .detail-img img,
.nita-detail-real-img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
  image-rendering:auto!important;
  filter:none!important;
  transform:none!important;
  background:#fff!important;
}
.product-detail .product-info h1,
.product-detail h1,
.nita-premium-product-info h1{
  font-size:clamp(24px,2.45vw,34px)!important;
  line-height:1.12!important;
  letter-spacing:.012em!important;
  text-transform:uppercase!important;
  max-width:560px!important;
  margin:14px 0 18px!important;
  font-weight:900!important;
}
.product-size-list,
.product-detail .sizes{
  display:flex!important;
  gap:12px!important;
  flex-wrap:wrap!important;
  margin:24px 0 18px!important;
}
.product-size-list .size,
.product-detail .size{
  min-width:92px!important;
  min-height:54px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid #111!important;
  background:#fff!important;
  color:#111!important;
  font-weight:900!important;
  letter-spacing:.055em!important;
  text-transform:uppercase!important;
  transition:background .22s ease,color .22s ease,transform .22s ease,box-shadow .22s ease!important;
}
.product-size-list .size:hover,
.product-size-list .size:focus-visible,
.product-detail .size:hover,
.product-detail .size:focus-visible,
.product-size-list .size.active,
.product-detail .size.active{
  background:#111!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
  box-shadow:0 12px 24px rgba(0,0,0,.08)!important;
}
.product-actions{
  display:flex!important;
  align-items:center!important;
  gap:0!important;
  flex-wrap:wrap!important;
  margin:18px 0 8px!important;
}
.product-actions .btn,
.product-actions .notify-btn,
.product-detail .btn,
.product-detail .notify-btn{
  min-height:58px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 34px!important;
  border:1px solid #111!important;
  font-weight:900!important;
  letter-spacing:.055em!important;
  text-transform:uppercase!important;
  transition:background .22s ease,color .22s ease,transform .22s ease,box-shadow .22s ease!important;
  box-shadow:none!important;
}
.product-actions .btn:not(.light),
.product-detail .btn:not(.light),
.product-actions .notify-btn,
.product-detail .notify-btn{
  background:#111!important;
  color:#fff!important;
}
.product-actions .btn.light,
.product-detail .btn.light{
  background:#fff!important;
  color:#111!important;
}
.product-actions .btn:not(.light):hover,
.product-actions .btn:not(.light):focus-visible,
.product-actions .btn:not(.light):active,
.product-detail .btn:not(.light):hover,
.product-detail .btn:not(.light):focus-visible,
.product-detail .btn:not(.light):active,
.product-actions .notify-btn:hover,
.product-detail .notify-btn:hover{
  background:#fff!important;
  color:#111!important;
  transform:translateY(-2px)!important;
  box-shadow:0 14px 30px rgba(0,0,0,.10)!important;
}
.product-actions .btn.light:hover,
.product-actions .btn.light:focus-visible,
.product-actions .btn.light:active,
.product-detail .btn.light:hover,
.product-detail .btn.light:focus-visible,
.product-detail .btn.light:active{
  background:#111!important;
  color:#fff!important;
  transform:translateY(-2px)!important;
  box-shadow:0 14px 30px rgba(0,0,0,.10)!important;
}
.detail-photo-arrow,
.product-detail .detail-photo-arrow{
  width:54px!important;
  height:54px!important;
  border-radius:50%!important;
  border:1px solid rgba(17,17,17,.72)!important;
  background:rgba(255,255,255,.94)!important;
  color:#111!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  margin:0!important;
  font-size:0!important;
  box-shadow:0 18px 48px rgba(0,0,0,.08)!important;
  backdrop-filter:blur(8px)!important;
}
.detail-photo-arrow span,
.product-detail .detail-photo-arrow span{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:100%!important;
  font-size:26px!important;
  line-height:1!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-weight:500!important;
  transform:translateY(-1px)!important;
  margin:0!important;
  padding:0!important;
  pointer-events:none!important;
}
.detail-photo-prev{left:22px!important;}
.detail-photo-next{right:22px!important;}
.detail-photo-arrow:hover,
.detail-photo-arrow:focus-visible,
.detail-photo-arrow:active{
  background:#111!important;
  color:#fff!important;
  transform:translateY(-50%) scale(1.04)!important;
  outline:none!important;
}
.admin-product-top{display:grid!important;grid-template-columns:96px 1fr auto auto!important;align-items:center!important;gap:18px!important;}
.admin-product-photo{
  width:82px!important;
  height:96px!important;
  background:#f6f6f6!important;
  border:1px solid #eee!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.admin-product-photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
}
.admin-product-photo.is-empty::after{content:'No image';font-size:10px;font-weight:900;color:#aaa;text-transform:uppercase;letter-spacing:.08em;}
@media(max-width:850px){
  .product-detail .detail-img,.nita-premium-detail-img{height:460px!important;min-height:460px!important;}
  .product-detail .product-info h1,.product-detail h1{font-size:clamp(25px,7vw,34px)!important;}
  .detail-photo-arrow{width:44px!important;height:44px!important;}
  .detail-photo-arrow span{font-size:22px!important;}
  .detail-photo-prev{left:12px!important}.detail-photo-next{right:12px!important}
  .product-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;}
  .product-actions .btn,.product-actions .notify-btn{width:100%!important;}
  .admin-product-top{grid-template-columns:76px 1fr!important;}
  .admin-product-top button{grid-column:auto!important;}
  .admin-product-photo{width:68px!important;height:82px!important;}
}

/* FINAL REAL FIX 20260613-1535: product media no side gaps, premium arrows/buttons, visible admin previews */
.product-detail{
  display:grid!important;
  grid-template-columns:minmax(0,1.22fr) minmax(360px,.78fr)!important;
  gap:58px!important;
  align-items:start!important;
}
.product-detail .product-media,
.product-detail .nita-premium-product-media{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
.product-detail .detail-img,
.product-detail .nita-premium-detail-img{
  width:100%!important;
  height:clamp(590px,62vw,820px)!important;
  min-height:clamp(590px,62vw,820px)!important;
  background:#fff!important;
  border:0!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.product-detail .detail-img img,
.product-detail .nita-detail-real-img,
.nita-detail-real-img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
  max-width:none!important;
  max-height:none!important;
  image-rendering:auto!important;
  filter:none!important;
  transform:none!important;
  opacity:1!important;
  background:#fff!important;
}
.product-detail .product-thumbs{
  display:flex!important;
  gap:10px!important;
  margin-top:12px!important;
}
.product-detail .product-thumbs button{
  width:64px!important;
  height:78px!important;
  border:1px solid #d8d8d8!important;
  background:#fff!important;
  padding:0!important;
  overflow:hidden!important;
  cursor:pointer!important;
}
.product-detail .product-thumbs button.active{border:2px solid #111!important;}
.product-detail .product-thumbs img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
.product-detail .detail-photo-arrow{
  width:50px!important;
  height:50px!important;
  border-radius:50%!important;
  border:1.5px solid #111!important;
  background:rgba(255,255,255,.96)!important;
  color:#111!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  margin:0!important;
  font-size:0!important;
  line-height:0!important;
  box-shadow:0 16px 42px rgba(0,0,0,.10)!important;
  backdrop-filter:blur(8px)!important;
  transition:background .22s ease,color .22s ease,transform .22s ease,box-shadow .22s ease!important;
}
.product-detail .detail-photo-prev{left:24px!important;right:auto!important;}
.product-detail .detail-photo-next{right:24px!important;left:auto!important;}
.product-detail .detail-photo-arrow::before{
  content:'';
  width:10px;
  height:10px;
  border-top:2px solid currentColor;
  border-right:2px solid currentColor;
  display:block;
}
.product-detail .detail-photo-prev::before{transform:translateX(2px) rotate(-135deg);}
.product-detail .detail-photo-next::before{transform:translateX(-2px) rotate(45deg);}
.product-detail .detail-photo-arrow span{display:none!important;}
.product-detail .detail-photo-arrow:hover,
.product-detail .detail-photo-arrow:focus-visible,
.product-detail .detail-photo-arrow:active{
  background:#111!important;
  color:#fff!important;
  transform:translateY(-50%) scale(1.04)!important;
  outline:none!important;
}
.product-detail .product-info h1,
.product-detail h1,
.nita-premium-product-info h1{
  font-size:clamp(25px,2.1vw,32px)!important;
  line-height:1.13!important;
  letter-spacing:.008em!important;
  max-width:540px!important;
  margin:14px 0 18px!important;
  font-weight:900!important;
}
.product-detail .product-size-list,
.product-detail .sizes{
  display:flex!important;
  gap:10px!important;
  margin:22px 0 16px!important;
}
.product-detail .size,
.product-detail .product-size-list .size{
  min-width:86px!important;
  height:50px!important;
  border:1.5px solid #111!important;
  background:#111!important;
  color:#fff!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.055em!important;
  transition:background .22s ease,color .22s ease,transform .22s ease,box-shadow .22s ease!important;
}
.product-detail .size:hover,
.product-detail .size:focus-visible,
.product-detail .size.active{
  background:#fff!important;
  color:#111!important;
  transform:translateY(-1px)!important;
  box-shadow:0 14px 30px rgba(0,0,0,.08)!important;
}
.product-detail .product-actions{
  display:flex!important;
  gap:0!important;
  align-items:center!important;
  margin:18px 0 8px!important;
}
.product-detail .product-actions .btn,
.product-detail .product-actions .notify-btn{
  min-height:54px!important;
  padding:0 32px!important;
  border:1.5px solid #111!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.055em!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  transition:background .22s ease,color .22s ease,transform .22s ease,box-shadow .22s ease!important;
}
.product-detail .product-actions .btn:not(.light),
.product-detail .product-actions .notify-btn{
  background:#111!important;
  color:#fff!important;
}
.product-detail .product-actions .btn.light{
  background:#fff!important;
  color:#111!important;
}
.product-detail .product-actions .btn:not(.light):hover,
.product-detail .product-actions .notify-btn:hover{
  background:#fff!important;
  color:#111!important;
  transform:translateY(-2px)!important;
  box-shadow:0 14px 30px rgba(0,0,0,.10)!important;
}
.product-detail .product-actions .btn.light:hover{
  background:#111!important;
  color:#fff!important;
  transform:translateY(-2px)!important;
  box-shadow:0 14px 30px rgba(0,0,0,.10)!important;
}
.admin-product-card .admin-product-photo{
  width:92px!important;
  height:106px!important;
  background:#fff!important;
  border:1px solid #ddd!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background-size:cover!important;
  background-position:center!important;
}
.admin-product-card .admin-product-photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
  opacity:1!important;
}
.admin-product-card .admin-product-photo.is-empty{background:#f4f4f4!important;}
@media(max-width:900px){
  .product-detail{grid-template-columns:1fr!important;gap:28px!important;}
  .product-detail .detail-img,.product-detail .nita-premium-detail-img{height:520px!important;min-height:520px!important;}
  .product-detail .detail-photo-arrow{width:44px!important;height:44px!important;}
  .product-detail .detail-photo-prev{left:12px!important}.product-detail .detail-photo-next{right:12px!important}
  .product-detail .product-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;}
  .product-detail .product-actions .btn,.product-detail .product-actions .notify-btn{width:100%!important;}
}

/* REAL FINAL FIX 20260613-1525: no zoom product photos, premium product controls, visible admin thumbnails */
.product-detail{
  grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr)!important;
  gap:52px!important;
  align-items:start!important;
}
.product-detail .product-media,.nita-premium-product-media{width:100%!important;max-width:none!important;margin:0!important;background:#fff!important;}
.product-detail .detail-img,.product-detail .nita-premium-detail-img{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  background:#fff!important;
  border:0!important;
  overflow:visible!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  position:relative!important;
}
.product-detail .detail-img img,.product-detail .nita-detail-real-img,.nita-detail-real-img{
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center center!important;
  display:block!important;
  image-rendering:auto!important;
  filter:none!important;
  transform:none!important;
  opacity:1!important;
  background:#fff!important;
}
.product-detail .product-thumbs{margin-top:14px!important;display:flex!important;gap:10px!important;align-items:center!important;}
.product-detail .product-thumbs button{width:76px!important;height:86px!important;border:1px solid #ddd!important;background:#fff!important;padding:0!important;overflow:hidden!important;}
.product-detail .product-thumbs button.active{border:2px solid #111!important;}
.product-detail .product-thumbs img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;}
.product-detail .detail-photo-arrow{
  position:absolute!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:50px!important;
  height:50px!important;
  border-radius:50%!important;
  border:1px solid rgba(17,17,17,.9)!important;
  background:rgba(255,255,255,.94)!important;
  color:#111!important;
  box-shadow:0 14px 38px rgba(0,0,0,.12)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  margin:0!important;
  cursor:pointer!important;
  transition:background .22s ease,color .22s ease,transform .22s ease,box-shadow .22s ease!important;
  z-index:6!important;
  font-size:0!important;
  line-height:0!important;
}
.product-detail .detail-photo-prev{left:18px!important;right:auto!important;}
.product-detail .detail-photo-next{right:18px!important;left:auto!important;}
.product-detail .detail-photo-arrow::before{
  content:''!important;
  width:12px!important;
  height:12px!important;
  border-top:2px solid currentColor!important;
  border-right:2px solid currentColor!important;
  display:block!important;
  margin:0!important;
}
.product-detail .detail-photo-prev::before{transform:translateX(2px) rotate(-135deg)!important;}
.product-detail .detail-photo-next::before{transform:translateX(-2px) rotate(45deg)!important;}
.product-detail .detail-photo-arrow:hover,.product-detail .detail-photo-arrow:focus-visible,.product-detail .detail-photo-arrow:active{
  background:#111!important;color:#fff!important;transform:translateY(-50%) scale(1.04)!important;outline:none!important;
}
.product-detail .product-info h1,.product-detail h1,.nita-premium-product-info h1{
  font-size:clamp(24px,2vw,34px)!important;
  line-height:1.12!important;
  letter-spacing:.01em!important;
  max-width:540px!important;
  margin:12px 0 18px!important;
  font-weight:900!important;
}
.product-detail .product-size-list,.product-detail .sizes{display:flex!important;gap:10px!important;margin:20px 0 16px!important;}
.product-detail .size,.product-detail .product-size-list .size{
  min-width:92px!important;height:48px!important;padding:0 20px!important;border:1.5px solid #111!important;background:#fff!important;color:#111!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:12px!important;font-weight:900!important;letter-spacing:.05em!important;cursor:pointer!important;transition:background .22s ease,color .22s ease,transform .22s ease,box-shadow .22s ease!important;
}
.product-detail .size:hover,.product-detail .size:focus-visible,.product-detail .size.active{background:#111!important;color:#fff!important;transform:translateY(-1px)!important;box-shadow:0 14px 30px rgba(0,0,0,.10)!important;}
.product-detail .product-actions{display:flex!important;align-items:center!important;gap:12px!important;margin:18px 0 8px!important;}
.product-detail .product-actions .btn,.product-detail .product-actions .notify-btn{
  min-height:52px!important;padding:0 34px!important;border:1.5px solid #111!important;font-size:12px!important;font-weight:900!important;letter-spacing:.055em!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;transition:background .22s ease,color .22s ease,transform .22s ease,box-shadow .22s ease!important;text-transform:uppercase!important;
}
.product-detail .product-actions .btn:not(.light),.product-detail .product-actions .notify-btn{background:#111!important;color:#fff!important;}
.product-detail .product-actions .btn.light{background:#fff!important;color:#111!important;}
.product-detail .product-actions .btn:not(.light):hover,.product-detail .product-actions .notify-btn:hover{background:#fff!important;color:#111!important;transform:translateY(-2px)!important;box-shadow:0 16px 34px rgba(0,0,0,.10)!important;}
.product-detail .product-actions .btn.light:hover{background:#111!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 16px 34px rgba(0,0,0,.10)!important;}
.admin-product-card .admin-product-photo{
  flex:0 0 92px!important;width:92px!important;height:106px!important;background:#fff!important;border:1px solid #ddd!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important;background-image:none!important;
}
.admin-product-card .admin-product-photo img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important;opacity:1!important;visibility:visible!important;}
.admin-product-card .admin-product-photo.is-empty::after{content:'No photo';font-size:10px;color:#999;font-weight:800;letter-spacing:.04em;}
@media(max-width:900px){
  .product-detail{grid-template-columns:1fr!important;gap:30px!important;}
  .product-detail .detail-photo-arrow{width:44px!important;height:44px!important;}
  .product-detail .detail-photo-prev{left:10px!important}.product-detail .detail-photo-next{right:10px!important}
  .product-detail .product-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;}
  .product-detail .product-actions .btn,.product-detail .product-actions .notify-btn{width:100%!important;}
}

/* FINAL 20260613: original image file-name field styling */
.asset-photo-box{border:1px solid #111;padding:18px 20px;margin:16px 0 20px;background:#fff;grid-column:1/-1;}
.asset-photo-box label{display:block;font-weight:900;text-transform:uppercase;letter-spacing:.03em;margin-bottom:8px;color:#111;}
.asset-photo-box .field{width:100%;min-height:110px;resize:vertical;font-family:inherit;border:1px solid #d7d7d7;background:#fff;color:#111;padding:14px;line-height:1.6;}
.asset-preview-btn{margin-top:12px;}
.asset-path-thumb small{display:block;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#777;margin-top:4px;font-size:10px;}
.asset-path-thumb.missing-asset{outline:2px solid #b00020;}
.asset-path-thumb.missing-asset:after{content:'File not found in ZIP';display:block;color:#b00020;font-size:10px;margin-top:4px;font-weight:900;text-transform:uppercase;}

/* FINAL VISUAL FIX 20260613-1615 */
.product .product-img.nita-card-img-wrap,
.nita-visible-product-card .nita-card-img-wrap{
  position:relative!important;
  height:360px!important;
  background:#fff!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.nita-card-img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  opacity:1!important;
  transition:opacity .35s ease, transform .35s ease!important;
  display:block!important;
}
.nita-card-img.secondary{opacity:0!important;}
.product:hover .nita-card-img.secondary{opacity:1!important;}
.product:hover .nita-card-img.primary{opacity:0!important;}
.product h3{margin-top:14px!important;line-height:1.25!important;}
.product .card-status{font-size:12px!important;margin-top:4px!important;}
.product-detail{
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)!important;
  gap:56px!important;
  align-items:start!important;
  padding-top:90px!important;
}
.nita-premium-detail-img,
.product-detail .detail-img{
  position:relative!important;
  height:590px!important;
  min-height:590px!important;
  background:#fff!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.nita-detail-real-img,
.product-detail .detail-img img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  display:block!important;
  image-rendering:auto!important;
  max-width:100%!important;
  max-height:100%!important;
}
.detail-photo-arrow{
  position:absolute!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:46px!important;
  height:46px!important;
  border-radius:999px!important;
  border:1.5px solid #111!important;
  background:rgba(255,255,255,.92)!important;
  color:#111!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:30px!important;
  line-height:1!important;
  cursor:pointer!important;
  box-shadow:0 16px 40px rgba(0,0,0,.10)!important;
  transition:background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease!important;
  z-index:8!important;
  padding:0!important;
}
.detail-photo-arrow span{display:block!important;line-height:.8!important;margin-top:-2px!important;}
.detail-photo-prev{left:24px!important;}
.detail-photo-next{right:24px!important;}
.detail-photo-arrow:hover{background:#111!important;color:#fff!important;transform:translateY(-50%) scale(1.04)!important;box-shadow:0 20px 50px rgba(0,0,0,.16)!important;}
.product-thumbs{margin-top:14px!important;display:flex!important;gap:10px!important;}
.product-thumbs button{width:72px!important;height:86px!important;background:#fff!important;border:1px solid #ddd!important;overflow:hidden!important;padding:0!important;}
.product-thumbs button.active{border:2px solid #111!important;}
.nita-thumb-real-img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;}
.nita-premium-product-info h1,
.product-info h1{
  font-size:clamp(26px,2.15vw,42px)!important;
  line-height:1.04!important;
  max-width:620px!important;
  letter-spacing:.01em!important;
  margin:14px 0 16px!important;
}
.product-info p{line-height:1.55!important;}
.product-size-list{margin:22px 0 18px!important;}
.product-size-list .size,
.nita-size-choice{
  border:1.5px solid #111!important;
  background:#fff!important;
  color:#111!important;
  min-width:92px!important;
  height:52px!important;
  padding:0 22px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  cursor:pointer!important;
  transition:background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease!important;
}
.product-size-list .size:hover,
.nita-size-choice:hover,
.product-size-list .size.active,
.nita-size-choice.active{
  background:#111!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
  box-shadow:0 14px 34px rgba(0,0,0,.12)!important;
}
.nita-premium-actions,
.product-actions{display:flex!important;gap:0!important;align-items:center!important;}
.nita-action-btn,
.product-actions .btn{
  min-width:148px!important;
  height:56px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1.5px solid #111!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  transition:background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease!important;
}
.nita-action-btn.add,
.product-actions .btn:not(.light){background:#111!important;color:#fff!important;}
.nita-action-btn.buy,
.product-actions .btn.light{background:#fff!important;color:#111!important;}
.nita-action-btn:hover,
.product-actions .btn:hover{transform:translateY(-1px)!important;box-shadow:0 16px 38px rgba(0,0,0,.12)!important;}
.nita-action-btn.add:hover,
.product-actions .btn:not(.light):hover{background:#fff!important;color:#111!important;}
.nita-action-btn.buy:hover,
.product-actions .btn.light:hover{background:#111!important;color:#fff!important;}
.nita-admin-preview-photo,
.admin-product-card .admin-product-photo{
  width:90px!important;
  height:90px!important;
  background:#fff!important;
  border:1px solid #eee!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  flex:0 0 90px!important;
}
.nita-admin-preview-photo img,
.admin-product-card .admin-product-photo img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
}
@media(max-width:900px){
  .product-detail{grid-template-columns:1fr!important;gap:28px!important;padding-top:40px!important;}
  .nita-premium-detail-img,.product-detail .detail-img{height:520px!important;min-height:520px!important;}
  .detail-photo-prev{left:12px!important}.detail-photo-next{right:12px!important}
  .product .product-img.nita-card-img-wrap{height:300px!important;}
}

/* FINAL OVERRIDE 20260613-1638: visible product cards, smaller no-refresh detail, premium buttons */
.product-img.nita-card-img-wrap,
.nita-visible-product-card .product-img{
  position:relative!important;
  height:300px!important;
  background:#f7f7f7!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.nita-card-img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
  transition:opacity .35s ease,transform .35s ease!important;
  background:#f7f7f7!important;
  z-index:2!important;
}
.nita-card-img.secondary{opacity:0!important;z-index:3!important;}
.nita-visible-product-card:hover .nita-card-img.secondary{opacity:1!important;}
.nita-visible-product-card:hover .nita-card-img.primary:has(+ .secondary){opacity:0!important;}
.nita-card-img.image-error{display:none!important;}
.nita-visible-product-card h3{margin-top:14px!important;max-width:280px!important;line-height:1.15!important;}
.nita-card-price-row{display:flex!important;gap:12px!important;align-items:center!important;flex-wrap:wrap!important;font-size:13px!important;}
.product-detail{
  grid-template-columns:minmax(0,0.95fr) minmax(340px,0.78fr)!important;
  gap:46px!important;
  align-items:start!important;
}
.nita-premium-detail-img,
.product-detail .detail-img{
  height:min(62vh,620px)!important;
  min-height:520px!important;
  max-height:650px!important;
  background:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
}
.nita-detail-real-img,
.product-detail .detail-img img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  display:block!important;
  background:#fff!important;
}
.product-detail .product-info h1,
.product-detail h1{
  font-size:clamp(26px,2.45vw,36px)!important;
  line-height:1.08!important;
  letter-spacing:.006em!important;
  margin:10px 0 16px!important;
  max-width:600px!important;
}
.price-stock-line{display:flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important;margin-bottom:18px!important;}
.price-stock-line h2{margin:0!important;font-size:22px!important;}
.product-description-block{margin-top:24px!important;border-top:1px solid #111!important;padding-top:18px!important;max-width:680px!important;}
.product-description-block h3{margin:0 0 12px!important;text-transform:uppercase!important;font-size:14px!important;letter-spacing:.08em!important;}
.product-description-block p{margin:0!important;line-height:1.65!important;font-size:15px!important;}
.product-info > p:not(.muted):not(.product-cat){display:none!important;}
.product-size-list{margin:20px 0 14px!important;}
.nita-size-choice,
.product-size-list .size{
  min-width:104px!important;
  height:52px!important;
  border:1.5px solid #111!important;
  background:#fff!important;
  color:#111!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-weight:900!important;
  letter-spacing:.075em!important;
  text-transform:uppercase!important;
}
.nita-size-choice.active,
.nita-size-choice:hover,
.product-size-list .size.active,
.product-size-list .size:hover{background:#111!important;color:#fff!important;}
.nita-premium-actions{display:flex!important;gap:10px!important;align-items:center!important;margin-top:8px!important;}
.nita-action-btn{
  min-width:150px!important;
  height:54px!important;
  border:1.5px solid #111!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  box-shadow:none!important;
}
.nita-action-btn.add{background:#111!important;color:#fff!important;}
.nita-action-btn.buy{background:#fff!important;color:#111!important;}
.nita-action-btn.add:hover{background:#fff!important;color:#111!important;}
.nita-action-btn.buy:hover{background:#111!important;color:#fff!important;}
.detail-photo-arrow{
  width:44px!important;height:44px!important;border-radius:50%!important;border:1px solid #111!important;background:rgba(255,255,255,.96)!important;color:#111!important;display:grid!important;place-items:center!important;padding:0!important;font:500 30px/1 Arial,sans-serif!important;box-shadow:0 16px 36px rgba(0,0,0,.1)!important;
}
.detail-photo-arrow span{line-height:40px!important;transform:translateY(-2px)!important;}
.detail-photo-prev{left:18px!important}.detail-photo-next{right:18px!important}
.nita-admin-preview-photo{width:92px!important;height:92px!important;background:#fff!important;border:1px solid #e8e8e8!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;flex:0 0 92px!important;}
.nita-admin-preview-photo img,.nita-admin-preview-img{width:100%!important;height:100%!important;object-fit:contain!important;display:block!important;opacity:1!important;visibility:visible!important;background:#fff!important;}
.desc-limit-help{font-size:12px!important;color:#777!important;margin-top:-8px!important;margin-bottom:18px!important;}
@media(max-width:900px){
  .product-detail{grid-template-columns:1fr!important;gap:28px!important;}
  .nita-premium-detail-img,.product-detail .detail-img{height:520px!important;min-height:420px!important;max-height:560px!important;}
  .product-img.nita-card-img-wrap,.nita-visible-product-card .product-img{height:270px!important;}
}

/* FINAL QUICK VIEW IMAGE + DESCRIPTION COUNTER FIX 20260613 */
.nita-card-img-wrap{position:relative;overflow:hidden;background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.nita-card-img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center;transition:opacity .35s ease,transform .35s ease;background:#fff;}
.nita-card-img.secondary{opacity:0;}
.product:hover .nita-card-img.secondary{opacity:1;}
.product:hover .nita-card-img.secondary + .sale-badge,.product:hover .nita-card-img.primary{opacity:0;}
.nita-image-placeholder{display:block;width:100%;height:100%;background:#f7f7f7;}
.quick-image.nita-quick-real-image{background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden;min-height:420px;}
.nita-quick-img{width:100%;height:100%;max-height:520px;object-fit:contain;object-position:center;display:block;background:#fff;}
.compact-product-media .nita-premium-detail-img,.nita-premium-detail-img{background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden;max-height:680px;min-height:520px;}
.nita-detail-real-img{width:100%;height:100%;max-height:680px;object-fit:contain!important;object-position:center!important;display:block;background:#fff;}
.product-thumbs button{background:#fff!important;overflow:hidden;}
.nita-thumb-real-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;}
.desc-counter-wrap{position:relative;display:block;width:100%;}
.desc-counter-wrap textarea{width:100%!important;padding-bottom:34px!important;box-sizing:border-box;}
.desc-counter{position:absolute;right:12px;bottom:10px;font-size:11px;letter-spacing:.08em;font-weight:800;color:#8d8d8d;background:rgba(255,255,255,.92);padding:3px 6px;border-radius:999px;pointer-events:none;}
.desc-counter-wrap:focus-within .desc-counter{color:#111;}
@media(max-width:760px){.quick-image.nita-quick-real-image{min-height:280px}.nita-quick-img{max-height:340px}.compact-product-media .nita-premium-detail-img,.nita-premium-detail-img{min-height:360px;max-height:520px}.nita-detail-real-img{max-height:520px}}

/* Material selector polish */
.nita-material-field .field{width:100%;}
.product-material-line{font-size:13px;letter-spacing:.02em;margin:0 0 12px;color:#111;}
.product-material-line strong{font-weight:900;text-transform:uppercase;font-size:11px;letter-spacing:.08em;}

/* Nita Style final combined fix: quick view image, counter, material field */
.quick-image-fixed{background:#f7f7f7!important;display:flex!important;align-items:center!important;justify-content:center!important;min-height:360px!important;overflow:hidden!important;}
.quick-image-fixed img{width:100%!important;height:100%!important;object-fit:contain!important;display:block!important;}
.quick-grid-fixed{align-items:center!important;}
.nita-desc-counter{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#777;text-align:right;margin-top:6px;font-weight:700;}
.nita-material-field{margin-top:0;}
.nita-material-field label{display:block;margin-bottom:8px;font-weight:700;}
.nita-material-select{width:100%;}
.product-material-line{font-size:13px;margin:0 0 10px;color:#111;}


/* === NITA STYLE FILTERS / COLLECTIONS / PHONE FLAG POLISH 20260614 === */
.nita-filter-panel{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr)) auto;gap:14px;align-items:end;margin:28px 0 38px;padding:18px;border:1px solid #eee;background:#fff;box-shadow:0 14px 40px rgba(0,0,0,.035)}
.nita-filter-panel label{display:block;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;color:#111}.nita-filter-panel .field{height:44px;width:100%}.nita-clear-filters{height:44px;white-space:nowrap}.nita-empty-products{grid-column:1/-1;padding:48px;border:1px solid #eee;background:#fff;text-align:center}.nita-collections-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;margin-top:26px}.nita-collection-card{text-decoration:none;color:#111;display:block}.nita-collection-preview{height:340px;background:#f8f8f8;display:grid;grid-template-columns:1fr;overflow:hidden;border:1px solid #f1f1f1;transition:transform .25s ease,box-shadow .25s ease}.nita-collection-preview.multi{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}.nita-collection-preview img{width:100%;height:100%;object-fit:cover;display:block}.nita-collection-preview.empty{place-items:center}.nita-collection-preview.empty img{width:58%;height:auto;object-fit:contain;opacity:.65}.nita-collection-card:hover .nita-collection-preview{transform:translateY(-4px);box-shadow:0 22px 60px rgba(0,0,0,.09)}.nita-collection-title{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-top:14px}.nita-collection-title h3{margin:0;font-size:14px;text-transform:uppercase;letter-spacing:.05em;font-weight:900}.nita-collection-title span{font-size:11px;color:#777;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.nita-phone-row{position:relative}.nita-phone-flag-visual{height:100%;min-width:34px;display:flex;align-items:center;justify-content:center;font-size:17px;border:1px solid #ddd;border-right:0;background:#fff}.nita-phone-flag-visual+.nita-phone-code{border-left:0!important}.nita-phone-code{font-family:inherit}.nita-phone-row .nita-phone-code option{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important}
@media(max-width:1100px){.nita-filter-panel{grid-template-columns:repeat(3,1fr)}.nita-collections-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.nita-filter-panel{grid-template-columns:1fr}.nita-collections-grid{grid-template-columns:1fr}.nita-collection-preview{height:300px}}
/* === END NITA STYLE FILTERS / COLLECTIONS / PHONE FLAG POLISH === */


/* === NITA STYLE MOBILE HEADER / SLIDE MENU FINAL 20260614 === */
.mobile-header-left,.mobile-header-right,.mobile-menu-drawer,.mobile-menu-backdrop{display:none}
.mobile-icon-btn{border:0;background:transparent;color:#080808;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;position:relative;padding:0}
.mobile-icon-btn svg{width:25px;height:25px;fill:none;stroke:#080808;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
.mobile-menu-btn{width:34px;height:34px;flex-direction:column;gap:5px}.mobile-menu-btn span{width:27px;height:2px;background:#080808;display:block;border-radius:2px}.mobile-liked-btn{font-size:32px;line-height:1;text-decoration:none}.mobile-liked-btn .liked-count,.mobile-cart-btn .cart-count{position:absolute;right:-6px;top:-6px;min-width:16px;height:16px;border:1px solid #111;border-radius:999px;background:#fff;color:#111;font-size:10px;display:flex;align-items:center;justify-content:center;font-weight:900}.mobile-menu-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.22);z-index:1000;opacity:0;pointer-events:none;transition:opacity .28s ease}.mobile-menu-drawer{position:fixed;left:0;top:0;height:100vh;width:min(86vw,390px);background:#fff;z-index:1001;transform:translateX(-105%);transition:transform .34s cubic-bezier(.22,.61,.36,1);box-shadow:18px 0 55px rgba(0,0,0,.16);padding:22px 24px 34px;overflow-y:auto}.mobile-menu-open .mobile-menu-backdrop{display:block;opacity:1;pointer-events:auto}.mobile-menu-open .mobile-menu-drawer{display:block;transform:translateX(0)}.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;padding:6px 0 42px}.mobile-menu-head span{font-weight:900;text-transform:uppercase;letter-spacing:.16em;font-size:12px}.mobile-menu-head button{border:0;background:transparent;font-size:36px;line-height:1;cursor:pointer;color:#080808}.mobile-menu-icons{display:flex;gap:28px;align-items:center;padding:0 0 38px;border-bottom:1px solid #eee}.mobile-menu-icons a{font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;color:#080808}.mobile-menu-row{width:100%;border:0;border-bottom:1px solid #eee;background:#fff;color:#080808;display:flex;align-items:center;justify-content:space-between;padding:22px 0;font-weight:950;text-transform:uppercase;letter-spacing:.04em;font-size:21px;cursor:pointer;text-align:left}.mobile-menu-row b{font-size:28px;line-height:1;font-weight:600;transition:transform .25s}.mobile-menu-row.open b{transform:rotate(45deg)}.mobile-menu-row.link{display:flex;text-decoration:none}.mobile-submenu{max-height:0;overflow:hidden;transition:max-height .35s ease;border-bottom:1px solid #eee}.mobile-submenu.open{max-height:520px}.mobile-submenu a{display:block;padding:14px 0 14px 18px;color:#222;text-transform:uppercase;font-weight:800;letter-spacing:.045em;font-size:14px}.mobile-submenu a:hover{color:#777}
@media(max-width:850px){
  body{padding-top:0!important}.topbar.mobile-pro-header{position:sticky!important;top:0!important;z-index:999!important;height:72px!important;display:grid!important;grid-template-columns:1fr auto 1fr!important;grid-template-areas:'left brand right'!important;align-items:center!important;padding:0 22px!important;background:rgba(255,255,255,.98)!important;border-bottom:1px solid #eee!important;box-shadow:0 2px 16px rgba(0,0,0,.035)!important}.topbar.mobile-pro-header .nav,.topbar.mobile-pro-header .actions{display:none!important}.topbar.mobile-pro-header .brand{grid-area:brand!important;height:72px!important;display:flex!important;justify-content:center!important;align-items:center!important;padding:0!important}.topbar.mobile-pro-header .brand img{width:150px!important;height:44px!important;transform:none!important;object-fit:contain!important}.mobile-header-left{grid-area:left!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:18px!important}.mobile-header-right{grid-area:right!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:18px!important}.mobile-cart-btn{width:34px;height:34px}.cart-icon-btn{display:none!important}.search-panel,.cart-panel{z-index:1100!important}.hero{margin-top:0!important}.page{padding-top:48px!important}.mobile-menu-open{overflow:hidden!important}
}
@media(min-width:851px){.mobile-pro-header .mobile-header-left,.mobile-pro-header .mobile-header-right{display:none!important}.mobile-menu-drawer,.mobile-menu-backdrop{display:none!important}}
/* === END NITA STYLE MOBILE HEADER / SLIDE MENU FINAL === */


/* === NITA STYLE NO-LIKES + MOBILE HEADER ALIGNMENT 20260614 === */
.liked-nav-link,.mobile-liked-btn,.favorite-btn,.product-detail-fav,.liked-remove-btn,[data-like-id],.heart-nav,.liked-count,.liked-label{display:none!important;visibility:hidden!important;pointer-events:none!important}
@media(max-width:850px){
  body{padding-top:0!important}.topbar.mobile-pro-header{position:sticky!important;top:0!important;z-index:999!important;height:68px!important;display:grid!important;grid-template-columns:96px minmax(130px,1fr) 86px!important;grid-template-areas:'left brand right'!important;align-items:center!important;padding:0 17px!important;background:#fff!important;border-bottom:1px solid #eee!important;box-shadow:0 2px 16px rgba(0,0,0,.035)!important}.topbar.mobile-pro-header .nav,.topbar.mobile-pro-header .actions{display:none!important}.topbar.mobile-pro-header .brand{grid-area:brand!important;height:68px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;min-width:0!important}.topbar.mobile-pro-header .brand img{width:142px!important;max-width:42vw!important;height:auto!important;object-fit:contain!important;display:block!important;transform:none!important}.mobile-header-left{grid-area:left!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:15px!important;min-width:0!important}.mobile-header-right{grid-area:right!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:13px!important;min-width:0!important}.mobile-icon-btn{width:28px!important;height:34px!important;border:0!important;background:transparent!important;color:#111!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;position:relative!important}.mobile-icon-btn svg{width:25px!important;height:25px!important;stroke:#111!important;fill:none!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important}.mobile-menu-btn{flex-direction:column!important;gap:5px!important}.mobile-menu-btn span{display:block!important;width:27px!important;height:2px!important;background:#111!important;border-radius:2px!important}.mobile-cart-btn .cart-count{display:inline-flex!important;position:absolute!important;right:-8px!important;top:0!important;width:17px!important;height:17px!important;border:1px solid #111!important;border-radius:999px!important;background:#fff!important;color:#111!important;font-size:10px!important;font-weight:900!important;align-items:center!important;justify-content:center!important}.mobile-menu-drawer{position:fixed!important;left:0!important;top:0!important;bottom:0!important;width:min(82vw,360px)!important;background:#fff!important;z-index:1200!important;transform:translateX(-105%)!important;transition:transform .32s cubic-bezier(.22,.8,.2,1)!important;padding:56px 24px 28px!important;box-shadow:20px 0 50px rgba(0,0,0,.16)!important;overflow:auto!important}.mobile-menu-open .mobile-menu-drawer{transform:translateX(0)!important}.mobile-menu-backdrop{position:fixed!important;inset:0!important;background:rgba(0,0,0,.42)!important;z-index:1190!important;opacity:0!important;visibility:hidden!important;transition:.25s ease!important;display:block!important}.mobile-menu-open .mobile-menu-backdrop{opacity:1!important;visibility:visible!important}.mobile-menu-head{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:52px!important;text-transform:uppercase!important;font-weight:900!important;letter-spacing:.18em!important}.mobile-menu-head button{border:0!important;background:transparent!important;font-size:36px!important;line-height:1!important;cursor:pointer!important;color:#111!important}.mobile-menu-icons{display:none!important}.mobile-menu-row{width:100%!important;border:0!important;border-bottom:1px solid #eee!important;background:#fff!important;color:#111!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:27px 0!important;text-decoration:none!important;text-transform:uppercase!important;font-size:31px!important;line-height:1!important;font-weight:900!important;letter-spacing:-.02em!important;text-align:left!important}.mobile-menu-row:hover,.mobile-menu-row:focus{background:#fff!important;color:#111!important}.mobile-menu-row b{font-size:30px!important;font-family:Arial,sans-serif!important}.mobile-submenu{display:none!important;padding:4px 0 18px!important;border-bottom:1px solid #eee!important}.mobile-submenu.open{display:grid!important;grid-template-columns:1fr!important;gap:0!important}.mobile-submenu a{display:block!important;padding:15px 0 15px 14px!important;color:#111!important;text-decoration:none!important;text-transform:uppercase!important;font-size:16px!important;font-weight:850!important;letter-spacing:.08em!important}.mobile-submenu a:hover{background:#f7f7f7!important}.cart-icon-btn{display:none!important}.hero{margin-top:0!important}.page{padding-top:48px!important}
}
@media(min-width:851px){.mobile-pro-header .mobile-header-left,.mobile-pro-header .mobile-header-right{display:none!important}.mobile-menu-drawer,.mobile-menu-backdrop{display:none!important}}
/* === END NITA STYLE NO-LIKES + MOBILE HEADER ALIGNMENT 20260614 === */


/* === NITA STYLE SINGLE PHONE FLAG CLEANUP 20260614 === */
.nita-phone-row .nita-phone-flag-visual{display:none!important;}
.nita-phone-row{display:flex!important;align-items:stretch!important;border:1px solid #d8d8d8!important;background:#fff!important;min-height:54px!important;}
.nita-phone-row .nita-phone-code{border:0!important;border-right:1px solid #e5e5e5!important;background:#fafafa!important;min-width:190px!important;padding:0 14px!important;height:54px!important;font-weight:900!important;color:#111!important;line-height:54px!important;}
.nita-phone-row .nita-phone-number{border:0!important;background:#fff!important;height:54px!important;padding:0 16px!important;flex:1!important;font-weight:500!important;}
@media(max-width:640px){.nita-phone-row .nita-phone-code{min-width:160px!important;font-size:12px!important;padding:0 10px!important}.nita-phone-row .nita-phone-number{font-size:14px!important;padding:0 12px!important}}
/* === END NITA STYLE SINGLE PHONE FLAG CLEANUP === */


/* === NITA STYLE PREMIUM COLLECTION PREVIEWS + MOBILE HEADER ALIGN FIX 20260614 === */
.nita-collections-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:30px!important;margin-top:28px!important;align-items:stretch!important}.nita-premium-collection-card{display:block!important;text-decoration:none!important;color:#0a0a0a!important}.nita-premium-collection-media{position:relative!important;height:390px!important;display:grid!important;grid-template-columns:1.35fr .9fr!important;grid-template-rows:1fr 1fr!important;gap:8px!important;background:#fff!important;overflow:hidden!important;border:1px solid #eee!important;box-shadow:0 18px 44px rgba(0,0,0,.045)!important;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease!important}.nita-premium-collection-card:hover .nita-premium-collection-media{transform:translateY(-6px)!important;box-shadow:0 28px 70px rgba(0,0,0,.095)!important;border-color:#ddd!important}.nita-premium-collection-tile{position:relative!important;background:#f7f7f7!important;overflow:hidden!important}.nita-premium-collection-tile.tile-1{grid-row:1/3!important}.nita-premium-collection-tile img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .55s ease!important}.nita-premium-collection-card:hover .nita-premium-collection-tile img{transform:scale(1.045)!important}.nita-premium-collection-tile.empty{display:flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,#fbfbfb,#f1f1f1)!important}.nita-premium-collection-tile.empty img{width:70%!important;height:auto!important;object-fit:contain!important;opacity:.55!important;transform:none!important}.nita-premium-collection-tile span{position:absolute!important;left:10px!important;bottom:10px!important;max-width:calc(100% - 20px)!important;background:rgba(255,255,255,.88)!important;backdrop-filter:blur(8px)!important;padding:6px 8px!important;font-size:9px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.05em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.nita-premium-collection-overlay{position:absolute!important;inset:auto 14px 14px 14px!important;background:rgba(255,255,255,.94)!important;backdrop-filter:blur(12px)!important;border:1px solid rgba(0,0,0,.08)!important;padding:15px 16px!important;box-shadow:0 14px 35px rgba(0,0,0,.08)!important}.nita-premium-collection-overlay small,.nita-premium-collection-overlay em{display:block!important;color:#777!important;font-size:10px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.12em!important;font-style:normal!important}.nita-premium-collection-overlay strong{display:block!important;margin:5px 0!important;font-size:18px!important;line-height:1.05!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.02em!important}.nita-premium-collection-footer{display:flex!important;align-items:center!important;justify-content:space-between!important;border-bottom:1px solid #111!important;padding:15px 0 10px!important;font-size:12px!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.12em!important}.nita-premium-collection-footer b{font-size:18px!important;transition:transform .25s ease!important}.nita-premium-collection-card:hover .nita-premium-collection-footer b{transform:translateX(4px)!important}
@media(max-width:1180px){.nita-collections-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.nita-premium-collection-media{height:360px!important}}
@media(max-width:650px){.nita-collections-grid{grid-template-columns:1fr!important;gap:24px!important}.nita-premium-collection-media{height:330px!important}.nita-premium-collection-overlay strong{font-size:17px!important}}
@media(max-width:850px){.topbar.mobile-pro-header{height:64px!important;min-height:64px!important;display:grid!important;grid-template-columns:92px minmax(126px,1fr) 74px!important;grid-template-areas:'left brand right'!important;align-items:center!important;padding:0 18px!important;column-gap:0!important;line-height:1!important}.topbar.mobile-pro-header .brand{height:64px!important;min-height:64px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important;align-self:center!important;line-height:1!important}.topbar.mobile-pro-header .brand img{display:block!important;width:134px!important;max-width:41vw!important;height:36px!important;max-height:36px!important;object-fit:contain!important;margin:0 auto!important;transform:none!important}.mobile-header-left,.mobile-header-right{height:64px!important;display:flex!important;align-items:center!important;align-self:center!important}.mobile-header-left{justify-content:flex-start!important;gap:15px!important}.mobile-header-right{justify-content:flex-end!important;gap:13px!important}.mobile-icon-btn{height:36px!important;width:29px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0!important;line-height:1!important}.mobile-icon-btn svg{width:25px!important;height:25px!important;display:block!important}.mobile-menu-btn{height:36px!important;width:31px!important}.mobile-menu-btn span{width:28px!important;height:2px!important}.mobile-cart-btn .cart-count{top:1px!important;right:-8px!important}.hero{margin-top:0!important}}
@media(max-width:380px){.topbar.mobile-pro-header{grid-template-columns:84px minmax(116px,1fr) 68px!important;padding:0 14px!important}.topbar.mobile-pro-header .brand img{width:124px!important;max-width:39vw!important}.mobile-header-left{gap:11px!important}.mobile-header-right{gap:10px!important}.mobile-icon-btn svg{width:23px!important;height:23px!important}}
/* === END NITA STYLE PREMIUM COLLECTION PREVIEWS + MOBILE HEADER ALIGN FIX === */

/* FINAL MOBILE HEADER CENTER ALIGNMENT FIX - 20260614 */
@media (max-width: 850px) {
  .topbar.mobile-pro-header {
    height: 66px !important;
    min-height: 66px !important;
    display: grid !important;
    grid-template-columns: 104px 1fr 104px !important;
    grid-template-areas: "left brand right" !important;
    align-items: center !important;
    padding: 0 18px !important;
    column-gap: 0 !important;
    box-sizing: border-box !important;
  }

  .topbar.mobile-pro-header .brand {
    grid-area: brand !important;
    width: 100% !important;
    height: 66px !important;
    min-height: 66px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;
    justify-self: center !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    text-align: center !important;
  }

  .topbar.mobile-pro-header .brand img {
    width: 136px !important;
    max-width: 38vw !important;
    height: 38px !important;
    max-height: 38px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
    padding: 0 !important;
    transform: none !important;
    position: static !important;
  }

  .mobile-header-left,
  .mobile-header-right {
    height: 66px !important;
    min-height: 66px !important;
    display: flex !important;
    align-items: center !important;
    align-self: center !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
  }

  .mobile-header-left {
    grid-area: left !important;
    justify-content: flex-start !important;
    gap: 16px !important;
  }

  .mobile-header-right {
    grid-area: right !important;
    justify-content: flex-end !important;
    gap: 16px !important;
  }

  .mobile-icon-btn {
    width: 28px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    background: transparent !important;
    border: 0 !important;
  }

  .mobile-icon-btn svg {
    width: 25px !important;
    height: 25px !important;
    display: block !important;
    margin: 0 !important;
  }

  .mobile-menu-btn {
    width: 31px !important;
    height: 38px !important;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
  }

  .mobile-menu-btn span {
    width: 29px !important;
    height: 2px !important;
    display: block !important;
    margin: 0 !important;
  }

  .mobile-cart-btn .cart-count {
    top: 2px !important;
    right: -8px !important;
  }
}

@media (max-width: 380px) {
  .topbar.mobile-pro-header {
    grid-template-columns: 94px 1fr 94px !important;
    padding: 0 14px !important;
  }
  .topbar.mobile-pro-header .brand img {
    width: 126px !important;
    max-width: 36vw !important;
  }
  .mobile-header-left,
  .mobile-header-right {
    gap: 12px !important;
  }
}

/* === NITA STYLE MINIMAL SHOP FILTER + ASSET FILENAME FIX 20260614 === */
.nita-filter-shell{margin:24px 0 38px!important;border-bottom:1px solid #eee!important;padding-bottom:14px!important}
.nita-filter-bar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;margin-bottom:0!important}
.nita-filter-toggle,.nita-sort-toggle{appearance:none!important;border:0!important;background:transparent!important;color:#111!important;padding:10px 0!important;font-size:15px!important;font-weight:600!important;letter-spacing:.02em!important;text-transform:none!important;display:flex!important;align-items:center!important;gap:10px!important;cursor:pointer!important;box-shadow:none!important}
.nita-filter-toggle b{font-size:18px!important;font-weight:500!important;line-height:1!important;transition:transform .2s ease!important}.nita-filter-toggle.open b{transform:rotate(180deg)!important}
.nita-sort-wrap{position:relative!important}.nita-sort-menu{position:absolute!important;right:0!important;top:100%!important;min-width:190px!important;background:#fff!important;border:1px solid #eee!important;box-shadow:0 18px 45px rgba(0,0,0,.08)!important;padding:10px 0!important;z-index:80!important;display:none!important}.nita-sort-menu.open{display:block!important}.nita-sort-menu button{display:block!important;width:100%!important;border:0!important;background:#fff!important;color:#111!important;text-align:left!important;padding:12px 18px!important;font-size:14px!important;cursor:pointer!important}.nita-sort-menu button:hover{background:#f7f7f7!important}
.nita-filter-panel{display:none!important;grid-template-columns:repeat(6,minmax(120px,1fr)) auto!important;gap:16px!important;align-items:end!important;margin:12px 0 0!important;padding:18px 0 4px!important;border:0!important;background:transparent!important;box-shadow:none!important}.nita-filter-panel.open{display:grid!important}.nita-filter-panel label{font-size:11px!important;font-weight:700!important;letter-spacing:.06em!important;text-transform:none!important;color:#666!important;margin-bottom:8px!important}.nita-filter-panel .field{height:42px!important;border:0!important;border-bottom:1px solid #ddd!important;background:transparent!important;padding-left:0!important;padding-right:22px!important}.nita-clear-filters{height:42px!important;padding:0 22px!important;border:1px solid #111!important;background:#fff!important;color:#111!important}.nita-clear-filters:hover{background:#111!important;color:#fff!important}
@media(max-width:900px){.nita-filter-panel{grid-template-columns:repeat(2,minmax(0,1fr))!important}.nita-clear-filters{grid-column:1/-1!important;width:100%!important}}
@media(max-width:650px){.nita-filter-shell{margin:18px 0 28px!important;padding-bottom:10px!important}.nita-filter-bar{padding:0 2px!important}.nita-filter-toggle,.nita-sort-toggle{font-size:14px!important}.nita-filter-panel{grid-template-columns:1fr!important;gap:12px!important;padding-top:10px!important}.nita-filter-panel .field{height:40px!important;font-size:14px!important}.nita-sort-menu{right:0!important;min-width:170px!important}.mobile-pro-logo,.mobile-brand-logo{max-width:178px!important;width:auto!important;line-height:1!important}.mobile-pro-header{min-height:72px!important;align-items:center!important}}
/* === END NITA STYLE MINIMAL SHOP FILTER + ASSET FILENAME FIX 20260614 === */

/* === NITA STYLE FILTER CLARITY + INTRO FIRST FIX 20260614-1805 === */
/* Keep the homepage completely hidden until JavaScript adds the intro/header. This prevents Trending/New Arrivals from flashing before the Nita Style animation. */
body:not(.nita-ready) > main,
body:not(.nita-ready) > .category-strip,
body:not(.nita-ready) > .section,
body:not(.nita-ready) > .trending-scroll,
body:not(.nita-ready) > .new-arrivals-scroll,
body:not(.nita-ready) > .banner,
body:not(.nita-ready) > footer,
body:not(.nita-ready) > .copyright{
  opacity:0!important;
  visibility:hidden!important;
}
body:not(.nita-ready){background:#fff!important;}

/* Minimal filter drawer: the user can apply one filter alone or combine category + color + material + size + price together. */
.nita-filter-shell{max-width:100%!important;}
.nita-filter-bar{border-bottom:1px solid #eee!important;padding-bottom:12px!important;}
.nita-filter-toggle,.nita-sort-toggle{min-height:38px!important;}
.nita-filter-panel.open{animation:nitaFilterDrop .22s ease both!important;}
@keyframes nitaFilterDrop{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}
.nita-filter-panel .field:focus{outline:none!important;border-bottom-color:#111!important;box-shadow:none!important;}
.nita-filter-panel .field::placeholder{color:#999!important;}
.nita-clear-filters{font-size:12px!important;font-weight:800!important;letter-spacing:.04em!important;}
@media(max-width:650px){
  .nita-filter-shell{margin-top:10px!important;}
  .nita-filter-bar{position:relative!important;}
  .nita-filter-panel.open{padding-bottom:12px!important;}
  .nita-filter-panel label{font-size:10px!important;}
}
/* === END NITA STYLE FILTER CLARITY + INTRO FIRST FIX 20260614-1805 === */

/* === NITA STYLE MOBILE MENU MOTION + LOGO MICRO ALIGN + STABLE MARQUEE 20260614-1825 === */
@media(max-width:850px){
  .mobile-menu-backdrop{
    display:block!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:opacity .32s ease, visibility .32s ease!important;
  }
  .mobile-menu-open .mobile-menu-backdrop{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  .mobile-menu-drawer{
    display:block!important;
    transform:translate3d(-104%,0,0)!important;
    opacity:.98!important;
    visibility:hidden!important;
    transition:transform .42s cubic-bezier(.2,.85,.18,1), visibility .42s ease!important;
    will-change:transform!important;
  }
  .mobile-menu-open .mobile-menu-drawer{
    transform:translate3d(0,0,0)!important;
    visibility:visible!important;
  }
  .mobile-menu-head,
  .mobile-menu-row{
    transform:translateX(-10px)!important;
    opacity:.88!important;
    transition:transform .38s cubic-bezier(.2,.85,.18,1), opacity .38s ease!important;
  }
  .mobile-menu-open .mobile-menu-head,
  .mobile-menu-open .mobile-menu-row{
    transform:translateX(0)!important;
    opacity:1!important;
  }
  .mobile-menu-open .mobile-menu-row:nth-of-type(1){transition-delay:.04s!important;}
  .mobile-menu-open .mobile-menu-row:nth-of-type(2){transition-delay:.08s!important;}
  .mobile-submenu{
    display:block!important;
    max-height:0!important;
    overflow:hidden!important;
    opacity:0!important;
    transform:translateY(-8px)!important;
    padding:0!important;
    border-bottom:1px solid #eee!important;
    transition:max-height .38s cubic-bezier(.2,.85,.18,1), opacity .26s ease, transform .32s ease, padding .32s ease!important;
  }
  .mobile-submenu.open{
    display:block!important;
    max-height:520px!important;
    opacity:1!important;
    transform:translateY(0)!important;
    padding:4px 0 18px!important;
  }
  .mobile-submenu a{
    transform:translateY(-4px)!important;
    opacity:0!important;
    transition:transform .26s ease, opacity .26s ease, background .2s ease!important;
  }
  .mobile-submenu.open a{
    transform:translateY(0)!important;
    opacity:1!important;
  }
  .mobile-submenu.open a:nth-child(1){transition-delay:.03s!important;}
  .mobile-submenu.open a:nth-child(2){transition-delay:.05s!important;}
  .mobile-submenu.open a:nth-child(3){transition-delay:.07s!important;}
  .mobile-submenu.open a:nth-child(4){transition-delay:.09s!important;}
  .mobile-submenu.open a:nth-child(5){transition-delay:.11s!important;}
  .mobile-submenu.open a:nth-child(6){transition-delay:.13s!important;}
  .mobile-submenu.open a:nth-child(7){transition-delay:.15s!important;}
  .mobile-submenu.open a:nth-child(8){transition-delay:.17s!important;}
  .mobile-menu-row b{transition:transform .28s ease!important;}
  .mobile-menu-row.open b{transform:rotate(45deg)!important;}
  .topbar.mobile-pro-header .brand img{
    transform:translateY(2px)!important;
  }
}

.trending-scroll .product-marquee.nita-ultra-stable-marquee,
.new-arrivals-scroll .product-marquee.nita-ultra-stable-marquee{
  display:flex!important;
  flex-wrap:nowrap!important;
  width:max-content!important;
  min-width:max-content!important;
  gap:28px!important;
  animation:nitaUltraStableMarquee var(--nita-marquee-duration,44s) linear infinite!important;
  will-change:transform!important;
  transform:translate3d(0,0,0)!important;
  backface-visibility:hidden!important;
  transition:none!important;
}
.trending-scroll .product-marquee.nita-ultra-stable-marquee:hover,
.new-arrivals-scroll .product-marquee.nita-ultra-stable-marquee:hover{animation-play-state:running!important;}
@keyframes nitaUltraStableMarquee{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}
@media(max-width:900px){
  .trending-scroll .product-marquee.nita-ultra-stable-marquee,
  .new-arrivals-scroll .product-marquee.nita-ultra-stable-marquee{gap:20px!important;--nita-marquee-duration:36s;}
}
/* === END NITA STYLE MOBILE MENU MOTION + LOGO MICRO ALIGN + STABLE MARQUEE 20260614-1825 === */

/* === NITA STYLE COLORWAY WORKFLOW + SMOOTH MARQUEE FINAL 20260614-1815 === */
.nita-colorway-admin-box{border:1px solid #e3e3e3;padding:18px;background:#fff;margin-top:8px}.nita-colorway-pill-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:10px;margin-top:12px}.nita-colorway-pill{display:flex;align-items:center;gap:10px;border:1px solid #d8d8d8;background:#fff;color:#111;min-height:44px;padding:9px 12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.nita-colorway-pill:hover,.nita-colorway-pill.on{background:#111;color:#fff;border-color:#111;transform:translateY(-1px)}.nita-colorway-photo-panels{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;margin-top:18px}.nita-colorway-photo-panel{border:1px solid #e2e2e2;background:#fafafa;padding:14px}.nita-colorway-panel-head{display:flex;align-items:center;gap:10px;margin-bottom:8px;text-transform:uppercase;letter-spacing:.05em}.nita-colorway-file{margin-top:10px}.nita-colorway-preview{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.nita-colorway-preview img{width:58px;height:70px;object-fit:cover;border:1px solid #ddd;background:#fff}.nita-color-swatch{display:inline-block;width:18px;height:18px;border:1px solid #bbb;background:var(--swatch);box-shadow:inset 0 0 0 2px rgba(255,255,255,.75);vertical-align:middle}.nita-card-colorways{display:flex;align-items:center;gap:7px;margin:7px 0 4px;color:#777;font-weight:800;text-transform:uppercase;letter-spacing:.05em;font-size:12px}.nita-card-colorways.single span{display:none}.nita-detail-colorways{margin:18px 0 14px}.nita-detail-colorways p{margin:0 0 10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.nita-detail-colorways>div{display:flex;gap:9px;flex-wrap:wrap}.nita-detail-color-btn{width:auto;min-width:42px;height:42px;border:1px solid #cfcfcf;background:#fff;display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 10px;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.nita-detail-color-btn span:not(.nita-color-swatch){font-weight:800;text-transform:uppercase;font-size:11px;letter-spacing:.04em}.nita-detail-color-btn.active{border-color:#111;box-shadow:0 0 0 2px #111 inset;transform:translateY(-1px)}.nita-smooth-auto-marquee{display:flex!important;gap:28px;will-change:transform;animation:nitaSmoothProductMarquee 38s linear infinite;transform:translate3d(0,0,0);backface-visibility:hidden}.nita-smooth-auto-marquee:hover{animation-play-state:paused}@keyframes nitaSmoothProductMarquee{from{transform:translate3d(0,0,0)}to{transform:translate3d(-33.333%,0,0)}}@media(max-width:700px){.nita-colorway-pill-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nita-colorway-photo-panels{grid-template-columns:1fr}.nita-detail-color-btn span:not(.nita-color-swatch){display:none}.nita-detail-color-btn{min-width:38px;width:38px;padding:0}.nita-smooth-auto-marquee{gap:18px;animation-duration:34s}.mobile-pro-header .brand{transform:translateY(2px)!important}}
/* === END NITA STYLE COLORWAY WORKFLOW + SMOOTH MARQUEE FINAL 20260614-1815 === */


/* === NITA COLORWAY POLISH FIX 20260614-2105 === */
.nita-colorway-pill,
.nita-colorway-pill span:not(.nita-color-swatch):not(.nita-swatch){
  color:#111 !important;
}
.nita-colorway-pill:hover,
.nita-colorway-pill.on{
  background:#111 !important;
  color:#fff !important;
  border-color:#111 !important;
}
.nita-colorway-pill:hover span:not(.nita-color-swatch):not(.nita-swatch),
.nita-colorway-pill.on span:not(.nita-color-swatch):not(.nita-swatch){
  color:#fff !important;
}
.nita-colorway-pill .nita-color-swatch,
.nita-colorway-pill .nita-swatch{
  flex:0 0 auto;
  width:18px !important;
  height:18px !important;
  border:1px solid #b7b7b7 !important;
  box-shadow:inset 0 0 0 2px rgba(255,255,255,.72) !important;
}
.nita-colorway-pill.on .nita-color-swatch,
.nita-colorway-pill:hover .nita-color-swatch,
.nita-colorway-pill.on .nita-swatch,
.nita-colorway-pill:hover .nita-swatch{
  border-color:#fff !important;
}
.nita-detail-colorways>div{gap:12px !important;}
.nita-detail-color-btn{
  width:34px !important;
  min-width:34px !important;
  height:34px !important;
  padding:0 !important;
  border:1px solid #bcbcbc !important;
  background:#fff !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.nita-detail-color-btn .nita-color-swatch,
.nita-detail-color-btn .nita-swatch{
  width:24px !important;
  height:24px !important;
  margin:0 !important;
}
.nita-detail-color-btn span:not(.nita-color-swatch):not(.nita-swatch){display:none !important;}
.nita-detail-color-btn.active{
  border-color:#111 !important;
  box-shadow:0 0 0 2px #111 !important;
  transform:none !important;
}
/* === END NITA COLORWAY POLISH FIX 20260614-2105 === */
