﻿*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--gold:#C9A96E;--gold-light:#dfc08e;--gold-dark:#a07840;--apricot:#D4824A;--ink:#0a0906;--white:#ffffff;--muted:#6b6460;--nav-h:76px;--promo-h:38px}html.menu-open{overflow:hidden}html.menu-open body{overflow:hidden;touch-action:none}body{font-family:'Roboto',sans-serif;background:#000;color:#fff;overflow-x:hidden}@keyframes ticker{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@keyframes flash-glow{0%,100%{background:var(--gold);box-shadow:0 0 8px rgba(201,169,110,.6)}50%{background:#e8b870;box-shadow:0 0 20px rgba(201,169,110,.9),0 0 40px rgba(201,169,110,.4)}}@keyframes contact-flash{0%,100%{border-color:rgba(255,255,255,.3);color:rgba(255,255,255,.8)}50%{border-color:var(--gold);color:var(--gold);box-shadow:0 0 12px rgba(201,169,110,.4)}}@keyframes apricot-pulse{0%,100%{color:var(--apricot)}50%{color:#e8955e}}.promo-bar{position:sticky;top:0;left:0;right:0;z-index:510;height:var(--promo-h);background:linear-gradient(90deg,#0a0906 0%,#1c1610 50%,#0a0906 100%);border-bottom:1px solid rgba(201,169,110,.18);overflow:hidden;display:flex;align-items:center}.promo-bar::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#0a0906 0%,transparent 10%,transparent 90%,#0a0906 100%);z-index:2;pointer-events:none}.promo-track{display:flex;align-items:center;animation:ticker 200s linear infinite;white-space:nowrap;z-index:1}.promo-item{display:inline-flex;align-items:center;gap:12px;padding:0 56px;font-size:10px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:rgba(255,255,255,.7)}.promo-item em{font-style:normal;color:var(--gold);font-weight:800}.promo-item .promo-tag{background:var(--gold);color:#0a0906;font-size:8px;font-weight:900;letter-spacing:2px;padding:3px 9px;border-radius:2px}.promo-sep{color:rgba(201,169,110,.25);font-size:14px;padding:0 4px;font-weight:300}.nav{position:sticky;top:var(--promo-h);left:0;right:0;z-index:500;background:rgba(10,9,6,.97);border-bottom:1px solid rgba(201,169,110,.1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:border-color .4s,box-shadow .4s}.nav.scrolled{background:rgba(6,5,4,.99);border-bottom-color:rgba(201,169,110,.18);box-shadow:0 8px 40px rgba(0,0,0,.7)}.nav-inner{max-width:1380px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 48px;height:var(--nav-h);gap:24px}.nav-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.nav-logo img{height:46px;width:auto;display:block;object-fit:contain;transition:opacity .2s}.nav-logo:hover img{opacity:.85}.nav-links{display:flex;align-items:center;gap:0;list-style:none;flex:1;justify-content:center}.nav-links>li{position:relative}.nav-links>li>a{display:flex;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#fff;text-decoration:none;position:relative;transition:color .25s;white-space:nowrap}.nav-links>li>a::after{content:'';position:absolute;bottom:-1px;left:16px;right:16px;height:1px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .3s cubic-bezier(.4,0,.2,1)}.nav-links>li>a:hover::after,.nav-links>li:hover>a::after{transform:scaleX(1)}.nav-links>li>a .chv{width:9px;height:9px;stroke:currentColor;fill:none;stroke-width:2.5;transition:transform .3s;flex-shrink:0;opacity:.6}.nav-links>li:hover>a .chv{transform:rotate(180deg);opacity:1}.nav-dd{position:absolute;top:calc(100%+12px);left:-8px;min-width:300px;padding:8px 0 12px;background:#0f0e0b;border:1px solid rgba(201,169,110,.12);border-radius:4px 16px 16px 16px;box-shadow:0 24px 60px rgba(0,0,0,.7),0 0 0 1px rgba(255,255,255,.03);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .2s,transform .2s,visibility .2s;z-index:600;overflow:visible}.nav-dd::before{content:'';position:absolute;top:-1px;left:-1px;width:40px;height:3px;background:linear-gradient(90deg,var(--gold),transparent);border-radius:2px 0 0 0}.nav-links>li:hover .nav-dd,.nav-links>li:focus-within .nav-dd{opacity:1;visibility:visible;transform:translateY(0)}.nav-dd-label{padding:10px 20px 6px;font-size:9px;font-weight:900;letter-spacing:4px;text-transform:uppercase;color:var(--apricot);animation:apricot-pulse 2s ease-in-out infinite}.nav-dd>a{display:flex;align-items:center;gap:14px;padding:9px 20px;font-size:13px;font-weight:600;color:#fff;text-decoration:none;transition:color .18s,background .18s;position:relative}.nav-dd>a::before{content:'';position:absolute;left:0;top:20%;bottom:20%;width:2px;background:var(--gold);transform:scaleY(0);transform-origin:bottom;transition:transform .2s;border-radius:1px}.nav-dd>a:hover{color:#fff;background:rgba(255,255,255,.05)}.nav-dd>a:hover::before{transform:scaleY(1)}.dd-i{width:32px;height:32px;border-radius:8px;background:rgba(201,169,110,.06);border:1px solid rgba(201,169,110,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s,border-color .2s}.nav-dd>a:hover .dd-i{background:rgba(201,169,110,.15);border-color:rgba(201,169,110,.35)}.dd-i svg{width:14px;height:14px;stroke:var(--gold);fill:none;stroke-width:1.5}.dd-t{display:flex;flex-direction:column;gap:2px;flex:1}.dd-n{font-size:13px;font-weight:700;color:#fff;line-height:1.1}.dd-s{font-size:10px;font-weight:700;color:var(--apricot);letter-spacing:.5px;animation:apricot-pulse 2s ease-in-out infinite}.fly-tabs{display:flex;gap:6px;padding:10px 12px 8px;border-bottom:1px solid rgba(255,255,255,.06)}.fly-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 10px;border-radius:6px;cursor:pointer;font-family:'Montserrat',sans-serif;font-size:9px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.45);background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);transition:all .2s;white-space:nowrap}.fly-tab svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:2;flex-shrink:0}.fly-tab:hover{color:rgba(255,255,255,.8);border-color:rgba(201,169,110,.3)}.fly-tab.active{background:rgba(212,130,74,.15);border-color:var(--apricot);color:var(--apricot)}.fly-tab-panel{display:none}.fly-tab-panel.active{display:block}.nav-dd-item{position:relative}.nav-dd-item>a{display:flex;align-items:center;gap:14px;padding:9px 20px;font-size:13px;font-weight:600;color:#fff;text-decoration:none;transition:background .18s;justify-content:space-between;border-radius:0 8px 8px 0;margin-right:8px}.nav-dd-item>a:hover{background:rgba(201,169,110,.07)}.nav-dd-item>a .dd-t{flex:1}.fly-chv{width:9px;height:9px;stroke:rgba(255,255,255,.35);fill:none;stroke-width:2.5;flex-shrink:0;transition:stroke .2s,transform .2s}.nav-dd-item:hover>a .fly-chv{stroke:var(--gold);transform:translateX(2px)}.nav-dd-item::after{content:'';position:absolute;top:0;right:-6px;width:6px;height:100%}.nav-dd-fly{position:absolute;top:-8px;left:calc(100%+2px);min-width:260px;padding:8px 0 12px;background:#0f0e0b;border:1px solid rgba(201,169,110,.12);border-radius:4px 16px 16px 16px;box-shadow:0 24px 60px rgba(0,0,0,.7);opacity:0;visibility:hidden;transform:translateX(6px);transition:opacity .18s,transform .18s,visibility .18s;z-index:700}.nav-dd-fly.fly-up{top:auto;bottom:-8px;border-radius:4px 16px 4px 16px}.nav-dd-fly::before{content:'';position:absolute;top:-1px;left:-1px;width:32px;height:3px;background:linear-gradient(90deg,var(--apricot),transparent);border-radius:2px 0 0 0}.nav-dd-item:hover>.nav-dd-fly{opacity:1;visibility:visible;transform:translateX(0)}.nav-dd-fly-label{padding:8px 18px 5px;font-size:9px;font-weight:900;letter-spacing:4px;text-transform:uppercase;color:var(--apricot);animation:apricot-pulse 2s ease-in-out infinite}.nav-dd-fly a{display:flex;align-items:center;gap:10px;padding:9px 18px;font-size:12.5px;font-weight:600;color:#fff;text-decoration:none;transition:color .15s,background .15s,padding .15s;position:relative;border-bottom:1px solid rgba(255,255,255,.04)}.nav-dd-fly a:last-child{border-bottom:none}.nav-dd-fly a::before{content:'';position:absolute;left:0;top:20%;bottom:20%;width:2px;background:var(--apricot);transform:scaleY(0);transform-origin:bottom;transition:transform .18s;border-radius:1px}.nav-dd-fly a:hover{color:#fff;background:rgba(255,255,255,.04);padding-left:22px}.nav-dd-fly a:hover::before{transform:scaleY(1)}.fly-dot{width:5px;height:5px;border-radius:50%;background:rgba(201,169,110,.4);flex-shrink:0;transition:background .18s,transform .18s}.nav-dd-fly a:hover .fly-dot{background:var(--apricot);transform:scale(1.4)}.nav-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.nav-phone{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600;letter-spacing:.2px;color:#fff;text-decoration:none;transition:color .2s;white-space:nowrap;padding:6px 4px}.nav-phone:hover{color:var(--gold)}.nav-phone svg{width:13px;height:13px;stroke:var(--gold);fill:none;stroke-width:2;flex-shrink:0}.nav-cta{display:inline-flex;align-items:center;gap:7px;padding:10px 22px;background:var(--gold);color:#0a0906;font-size:9.5px;font-weight:800;letter-spacing:2.5px;text-transform:uppercase;text-decoration:none;border-radius:4px;white-space:nowrap;animation:flash-glow 2.2s ease-in-out infinite;transition:transform .2s,box-shadow .2s}.nav-cta:hover{transform:translateY(-2px);animation:none;background:var(--gold-light);box-shadow:0 8px 28px rgba(201,169,110,.45)}.nav-cta svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2;flex-shrink:0}.nav-contact-flash{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;border:1px solid rgba(255,255,255,.3);color:#fff;font-size:9.5px;font-weight:700;letter-spacing:2px;text-transform:uppercase;text-decoration:none;border-radius:4px;white-space:nowrap;animation:contact-flash 2.6s ease-in-out infinite;transition:all .2s}.nav-contact-flash:hover{animation:none;background:rgba(201,169,110,.08);border-color:rgba(201,169,110,.5);color:var(--gold-light)}.nav-contact-flash svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:2;flex-shrink:0}.ham{display:none;width:40px;height:40px;background:transparent;border:none;cursor:pointer;position:relative;z-index:510;flex-shrink:0}.ham span{display:block;width:20px;height:1.5px;background:#fff;position:absolute;left:10px;transition:all .3s}.ham span:nth-child(1){top:14px;width:20px}.ham span:nth-child(2){top:20px;width:14px}.ham span:nth-child(3){top:26px;width:18px}.ham:hover span{background:var(--gold)}.ham.open span:nth-child(1){top:20px;transform:rotate(45deg);width:20px}.ham.open span:nth-child(2){opacity:0}.ham.open span:nth-child(3){top:20px;transform:rotate(-45deg);width:20px}.mm{display:none}.mm.open{display:flex;flex-direction:column;position:fixed;inset:0;z-index:600;background:#fff;overflow-y:auto;-webkit-overflow-scrolling:touch}.mm-hd{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid rgba(0,0,0,.08);height:var(--nav-h);background:#fff}.mm-logo img{height:42px;width:auto;object-fit:contain}.mm-x{width:36px;height:36px;background:#f5f5f5;border:1px solid rgba(0,0,0,.1);border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center}.mm-x svg{width:16px;height:16px;stroke:var(--ink);fill:none;stroke-width:2}.mm-ctas{display:flex;gap:8px;padding:20px 16px 14px;border-bottom:1px solid rgba(0,0,0,.08);margin-top:20px}.mm-cta{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:11px 8px;border-radius:8px;text-decoration:none}.mm-cta-call{background:#f5f5f5;border:1.5px solid rgba(0,0,0,.1)}.mm-cta-quote{background:var(--gold);border:1.5px solid var(--gold);animation:flash-glow 2s ease-in-out infinite}.mm-cta svg{width:15px;height:15px;stroke-width:2;fill:none;flex-shrink:0}.mm-cta-call svg{stroke:var(--gold)}.mm-cta-quote svg{stroke:#0a0906}.mm-cl{font-size:10px;font-weight:800;letter-spacing:1px;text-transform:uppercase}.mm-cs{font-size:12px;font-weight:700}.mm-cta-call .mm-cl{color:var(--muted)}.mm-cta-call .mm-cs{color:var(--ink)}.mm-cta-quote .mm-cl{color:rgba(10,9,6,.6)}.mm-cta-quote .mm-cs{color:#0a0906}.mm-body{padding:4px 0}.mm-acc{border-bottom:1px solid rgba(0,0,0,.07)}.mm-acc-hd{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;cursor:pointer;transition:background .18s}.mm-acc-hd:hover{background:rgba(0,0,0,.03)}.mm-acc-left{display:flex;align-items:center;gap:14px}.mm-acc-left svg{width:20px;height:20px;stroke:var(--gold);fill:none;stroke-width:1.5;flex-shrink:0}.mm-acc-left span{font-size:14px;font-weight:700;color:var(--ink)}.mm-arr{width:15px;height:15px;stroke:rgba(0,0,0,.25);fill:none;stroke-width:2;transition:transform .3s}.mm-acc.open .mm-arr{transform:rotate(90deg);stroke:var(--gold)}.mm-acc-body{max-height:0;overflow:hidden;transition:max-height .35s;background:#fafafa}.mm-acc.open .mm-acc-body{max-height:900px}.mm-acc-body a{display:block;padding:10px 20px 10px 54px;font-size:13px;font-weight:600;color:var(--muted);text-decoration:none;transition:all .18s;border-bottom:1px solid rgba(0,0,0,.04)}.mm-acc-body a:last-child{border-bottom:none}.mm-acc-body a:hover{color:var(--gold-dark);padding-left:60px;background:rgba(201,169,110,.04)}.mm-acc-body .mm-sub-label{display:block;padding:10px 20px 4px 54px;font-size:9px;font-weight:900;letter-spacing:3px;text-transform:uppercase;color:var(--apricot)}.mm-link{display:flex;align-items:center;gap:14px;padding:14px 20px;text-decoration:none;border-bottom:1px solid rgba(0,0,0,.07);transition:background .18s}.mm-link:hover{background:rgba(0,0,0,.03)}.mm-link svg{width:20px;height:20px;stroke:var(--gold);fill:none;stroke-width:1.5;flex-shrink:0}.mm-link span{font-size:14px;font-weight:700;color:var(--ink)}.mm-link .mm-arr{margin-left:auto}.mm-label{padding:16px 20px 6px;font-size:10px;font-weight:800;letter-spacing:3px;text-transform:uppercase;color:var(--gold)}.mm-ft{padding:20px 20px 40px;border-top:1px solid rgba(0,0,0,.08)}.mm-ft-info{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.mm-ft-info a{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;color:var(--ink);text-decoration:none}.mm-ft-info a svg{width:15px;height:15px;stroke:var(--gold);fill:none;stroke-width:2;flex-shrink:0}.mm-ft-cta{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:15px;background:var(--ink);color:#fff;font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;text-decoration:none;border-radius:8px;margin-bottom:16px}.mm-ft-cta svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;flex-shrink:0}.mm-socials{display:flex;gap:8px;flex-wrap:wrap}.mm-soc{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;text-decoration:none}.mm-soc svg{width:17px;height:17px}.mm-soc-ig{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.mm-soc-fb{background:#1877F2}.mm-soc-li{background:#0A66C2}.mm-soc-yt{background:#FF0000}.mm-soc-x{background:#000;border:1px solid rgba(0,0,0,.15)}.mm-soc-tt{background:#009fd9}@media(max-width:1080px){.nav-links{display:none}.ham{display:block}.nav-inner{padding:0 20px;gap:16px}}@media(max-width:600px){:root{--nav-h:60px;--promo-h:34px}.nav-inner{padding:0 16px}.nav-logo img{height:40px}.nav-phone{display:none}.nav-contact-flash{padding:10px 16px;font-size:10px;letter-spacing:1.5px}.nav-contact-flash svg{display:none}.nav-cta{padding:9px 16px;font-size:9px;letter-spacing:1.5px}.nav-cta span{display:none}.ham{display:block!important}}:root{--sh-white:#ffffff;--sh-off:#f4f1ec;--sh-border:#e8e2da;--sh-ink:#1a1612;--sh-muted:#6b6460;--sh-gold:#C9A96E;--sh-apricot:#D4824A;--sh-shadow:0 2px 16px rgba(26,22,18,.09);--sh-radius:10px;--sh-gold-rgb:201 169 110;--sh-apricot-rgb:212 130 74}body{background:#F8F7F4;color:var(--sh-ink);overflow-x:hidden}.sh-breadcrumb{background:#F8F7F4;border-bottom:1px solid var(--sh-border);padding:12px 0}.sh-breadcrumb-inner{max-width:1400px;margin:0 auto;padding:0 32px;display:flex;align-items:center;gap:8px;font-size:11.5px;font-weight:500;color:var(--sh-muted)}.sh-breadcrumb a{color:var(--sh-muted);text-decoration:none;transition:color .2s}.sh-breadcrumb a:hover{color:var(--sh-ink)}.sh-breadcrumb span{color:var(--sh-border)}.sh-breadcrumb strong{color:var(--sh-ink);font-weight:600}@keyframes countPop{0%{transform:scale(1)}50%{transform:scale(1.25);color:var(--sh-apricot)}100%{transform:scale(1)}}.sh-results-bar{position:sticky;top:calc(var(--nav-h)+var(--promo-h));z-index:200;background:#F8F7F4;border-bottom:1px solid var(--sh-border);padding:0 32px;display:flex;align-items:center;justify-content:space-between;height:44px;transition:box-shadow .2s}.sh-results-bar.stuck{box-shadow:0 4px 16px rgba(26,22,18,.07)}.sh-results-bar-left{display:flex;align-items:center;gap:10px}.sh-results-pill{display:inline-flex;align-items:center;gap:6px;background:#1a1612;color:#fff;padding:5px 13px;border-radius:20px;font-family:'Montserrat',sans-serif;font-size:11px;font-weight:800;letter-spacing:.5px}.sh-results-pill span{font-size:14px;font-weight:900;display:inline-block}.sh-results-pill span.pop{animation:countPop .3s ease}.sh-results-label{font-family:'Montserrat',sans-serif;font-size:12px;font-weight:600;color:var(--sh-muted)}.sh-results-chips{display:flex;flex-wrap:nowrap;gap:6px;flex:1;overflow:hidden;max-width:600px}.sh-results-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;background:rgba(212,130,74,.1);border:1px solid rgba(212,130,74,.3);border-radius:20px;font-family:'Montserrat',sans-serif;font-size:10.5px;font-weight:700;color:var(--sh-apricot);cursor:pointer;transition:all .18s;white-space:nowrap}.sh-results-chip:hover{background:rgba(212,130,74,.2)}.sh-results-chip svg{width:9px;height:9px;stroke:currentColor;fill:none;stroke-width:2.5}.sh-results-clear{font-family:'Montserrat',sans-serif;font-size:10.5px;font-weight:700;color:#9a8a7a;background:none;border:none;cursor:pointer;white-space:nowrap;text-decoration:underline;transition:color .18s;flex-shrink:0;display:none}.sh-results-clear.visible{display:block}.sh-results-clear:hover{color:var(--sh-apricot)}@media(max-width:768px){.sh-results-bar{padding:8px 12px}.sh-results-chips{display:none}}.sh-page{max-width:1400px;margin:0 auto;padding:0 32px 80px;display:grid;grid-template-columns:290px 1fr;gap:0;align-items:start;overflow-x:hidden;background:#F8F7F4}.sh-sidebar{position:sticky;top:0;padding:28px 24px 28px 0;border-right:1px solid var(--sh-border);height:fit-content;max-height:100vh;overflow-y:auto;scrollbar-width:none;background:#F8F7F4}.sh-sidebar::-webkit-scrollbar{display:none}.sh-sidebar-hd{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.sh-sidebar-title{font-family:'Cormorant Garamond',serif;font-size:20px;font-weight:700;color:var(--sh-ink);letter-spacing:.3px}.sh-clear-all{font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--sh-apricot);background:none;border:none;cursor:pointer;display:none;transition:opacity .2s}.sh-clear-all.visible{display:block}.sh-clear-all:hover{opacity:.7}.sh-active-chips{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:16px}.sh-chip{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;background:rgba(212,130,74,.08);border:1px solid rgba(212,130,74,.25);border-radius:20px;font-size:12px;font-weight:600;color:var(--sh-apricot);cursor:pointer;transition:all .18s}.sh-chip:hover{background:rgba(212,130,74,.15)}.sh-chip svg{width:10px;height:10px;stroke:currentColor;fill:none;stroke-width:2.5}.sh-filter-grp{border-bottom:1px solid var(--sh-border)}.sh-filter-grp:last-child{border-bottom:none}.sh-filter-hd{display:flex;align-items:center;justify-content:space-between;padding:14px 0;cursor:pointer;user-select:none;background:none;border:none;width:100%;text-align:left;transition:color .18s}.sh-filter-hd:hover .sh-filter-name{color:var(--sh-apricot)}.sh-filter-name{font-size:13px;font-weight:900;letter-spacing:1.5px;text-transform:uppercase;color:var(--sh-ink);transition:color .18s}.sh-filter-arr{width:13px;height:13px;stroke:var(--sh-muted);fill:none;stroke-width:2.5;transition:transform .25s}.sh-filter-grp.open .sh-filter-arr{transform:rotate(180deg);stroke:var(--sh-apricot)}.sh-filter-body{display:none;padding-bottom:14px}.sh-filter-grp.open .sh-filter-body{display:block}.sh-filter-section-label{font-family:'Montserrat',sans-serif;font-size:11px;font-weight:800;color:var(--sh-ink);margin:8px 0 8px}.sh-filter-section-label:first-child{margin-top:2px}.sh-filter-divider{height:1px;background:var(--sh-border);margin:14px 0 4px;display:flex;align-items:center}.sh-filter-divider-label{display:inline-block;background:#fff;padding:0 10px 0 0;font-family:'Montserrat',sans-serif;font-size:11px;font-weight:800;color:var(--sh-ink);margin:0;line-height:0;transform:translateY(-1px)}.sh-opt{display:flex;align-items:center;gap:10px;padding:8px 0;cursor:pointer;user-select:none}.sh-opt:hover .sh-opt-label{color:var(--sh-ink)}.sh-opt input[type="checkbox"]{display:none}.sh-opt-box{width:18px;height:18px;border:1.5px solid var(--sh-border);border-radius:4px;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .18s;background:var(--sh-white)}.sh-opt input:checked~.sh-opt-box{background:var(--sh-apricot);border-color:var(--sh-apricot)}.sh-opt-check{width:9px;height:9px;stroke:#fff;fill:none;stroke-width:3;display:none}.sh-opt input:checked~.sh-opt-box .sh-opt-check{display:block}.sh-opt-label{font-size:13.5px;font-weight:700;color:var(--sh-ink);transition:color .18s;flex:1}.sh-opt-count{font-size:12px;color:var(--sh-muted);font-weight:700}.sh-color-grid{display:flex;flex-wrap:wrap;gap:8px;padding:4px 0 2px}.sh-swatch{width:38px;height:38px;border-radius:6px;border:2px solid transparent;cursor:pointer;transition:all .18s;position:relative;outline:none;background-size:cover;background-position:center;box-shadow:0 1px 3px rgba(0,0,0,.08)}.sh-swatch:hover{transform:scale(1.15)}.sh-swatch.active{border-color:var(--sh-apricot);box-shadow:0 0 0 2px #fff,0 0 0 3.5px var(--sh-apricot);border-radius:4px}.sh-swatch-label{font-size:11px;color:var(--sh-ink);font-weight:700;margin-top:6px;text-align:center;letter-spacing:.3px}.sh-price-row{display:flex;gap:8px;align-items:center;padding:4px 0}.sh-price-input{flex:1;padding:9px 10px;font-family:'Montserrat',sans-serif;font-size:13.5px;font-weight:600;color:var(--sh-ink);background:var(--sh-off);border:1.5px solid var(--sh-border);border-radius:7px;outline:none;transition:border-color .2s;width:100%}.sh-price-input:focus{border-color:var(--sh-gold)}.sh-price-sep{font-size:13px;color:var(--sh-muted);flex-shrink:0}.sh-price-apply{width:100%;margin-top:8px;padding:10px;background:var(--sh-ink);color:#fff;font-family:'Montserrat',sans-serif;font-size:12.5px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;border:none;border-radius:7px;cursor:pointer;transition:background .2s}.sh-price-apply:hover{background:var(--sh-apricot)}.sh-main{padding:28px 0 0 32px;background:#F8F7F4}.sh-main-hd{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px;gap:16px;flex-wrap:wrap}.sh-main-title{font-family:'Cormorant Garamond',serif;font-size:28px;font-weight:600;color:var(--sh-ink);line-height:1.1;margin-bottom:4px}.sh-results-count{font-size:12px;color:var(--sh-muted);font-weight:500}.sh-results-count strong{color:var(--sh-ink)}.sh-search-wrap{position:relative;flex:1;min-width:180px;max-width:280px}.sh-prod-search{width:100%;padding:9px 12px 9px 36px;font-family:'Montserrat',sans-serif;font-size:12px;color:var(--sh-ink);background:var(--sh-white);border:1.5px solid var(--sh-border);border-radius:8px;outline:none;transition:border-color .2s}.sh-prod-search:focus{border-color:var(--sh-gold)}.sh-prod-search::placeholder{color:#b8b0a8}.sh-prod-search-icon{position:absolute;left:11px;top:50%;transform:translateY(-50%);width:13px;height:13px;stroke:var(--sh-muted);fill:none;stroke-width:2;pointer-events:none}.sh-controls{display:flex;align-items:center;gap:10px;flex-shrink:0;flex-wrap:wrap}.sh-sort-wrap{position:relative}.sh-sort{appearance:none;-webkit-appearance:none;padding:9px 32px 9px 12px;font-family:'Montserrat',sans-serif;font-size:12px;font-weight:600;color:var(--sh-ink);background:var(--sh-white);border:1.5px solid var(--sh-border);border-radius:8px;cursor:pointer;outline:none;transition:border-color .2s;white-space:nowrap}.sh-sort:focus,.sh-sort:hover{border-color:var(--sh-gold)}.sh-sort-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:12px;height:12px;stroke:var(--sh-muted);fill:none;stroke-width:2.5;pointer-events:none}.sh-view-btns{display:flex;gap:4px}.sh-view-btn{width:34px;height:34px;border:1.5px solid var(--sh-border);border-radius:8px;background:var(--sh-white);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .18s}.sh-view-btn svg{width:14px;height:14px;stroke:var(--sh-muted);fill:none;stroke-width:2}.sh-view-btn.active{background:var(--sh-ink);border-color:var(--sh-ink)}.sh-view-btn.active svg{stroke:#fff}.sh-view-btn:hover:not(.active){border-color:var(--sh-gold)}.sh-cat-pills{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}.sh-cat-pill{padding:7px 16px;border-radius:30px;border:1.5px solid var(--sh-border);font-size:12px;font-weight:600;color:var(--sh-muted);background:var(--sh-white);cursor:pointer;transition:all .2s;white-space:nowrap}.sh-cat-pill:hover{border-color:var(--sh-gold);color:var(--sh-ink)}.sh-cat-pill.active{background:var(--sh-ink);color:#fff;border-color:var(--sh-ink)}.sh-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.sh-grid.list-view{grid-template-columns:1fr}@media(max-width:1024px){.sh-grid{grid-template-columns:repeat(2,1fr)}}.sh-card{background:#fff;border:none;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease;position:relative;box-shadow:0 1px 3px rgba(26,22,18,.06),0 1px 2px rgba(26,22,18,.04)}.sh-card:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(26,22,18,.10),0 3px 6px rgba(26,22,18,.05)}.sh-card-img-wrap{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--sh-off);flex-shrink:0;border-radius:10px;margin:6px 6px 0}.sh-grid.list-view .sh-card-img-wrap{aspect-ratio:unset;height:200px}.sh-card-img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.sh-card:hover .sh-card-img{transform:scale(1.04)}.sh-card-badge{position:absolute;top:10px;left:10px;padding:4px 10px;border-radius:30px;font-family:'Montserrat',sans-serif;font-size:9px;font-weight:800;letter-spacing:1px;text-transform:uppercase;display:inline-flex;align-items:center;gap:4px;z-index:2;color:#fff}.sh-card-badge svg{width:9px;height:9px;fill:currentColor;flex-shrink:0}.badge-new{background:#1a1612}.badge-sale{background:#e05c3a}.badge-popular{background:var(--sh-apricot)}.sh-card-icons{position:absolute;top:10px;right:10px;display:flex;flex-direction:column;gap:6px;z-index:3}.sh-card-icon{width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.95);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;backdrop-filter:blur(8px);box-shadow:0 2px 5px rgba(0,0,0,.08);position:relative}.sh-card-icon:hover{background:#fff;transform:scale(1.08)}.sh-card-icon svg{width:13px;height:13px;stroke:var(--sh-ink);fill:none;stroke-width:2;transition:all .2s ease}.sh-card-icon.active-wish svg{fill:#e05c3a;stroke:#e05c3a}.sh-card-icon.compared{background:var(--sh-apricot)}.sh-card-icon.compared svg{stroke:#fff}.sh-card-icon::before{content:attr(data-tip);position:absolute;right:calc(100%+7px);top:50%;transform:translateY(-50%);background:#1a1612;color:#fff;font-family:'Montserrat',sans-serif;font-size:9px;font-weight:700;white-space:nowrap;padding:3px 7px;border-radius:3px;opacity:0;pointer-events:none;transition:opacity .15s}.sh-card-icon:hover::before{opacity:1}.sh-card-img-wrap{cursor:pointer}.sh-card-actions-panel{position:absolute;top:0;right:0;bottom:0;width:54px;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);display:flex;flex-direction:column;align-items:center;gap:7px;padding:10px 0;z-index:5;border-left:1px solid rgba(232,226,218,.6);transform:translateX(100%);transition:transform .28s cubic-bezier(.2,.8,.2,1);pointer-events:none}.sh-card.actions-open .sh-card-actions-panel{transform:translateX(0);pointer-events:auto}.sh-card-actions-close{width:26px;height:26px;border-radius:50%;background:rgba(26,22,18,.6);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0;margin-bottom:2px}.sh-card-actions-close:hover{background:#e05c3a}.sh-card-actions-close svg{width:11px;height:11px;stroke:#fff;fill:none;stroke-width:2.8}.sh-card-action-btn{width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid rgba(232,226,218,.7);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .18s;position:relative;flex-shrink:0}.sh-card-action-btn:hover{background:var(--sh-apricot);border-color:var(--sh-apricot);transform:scale(1.06)}.sh-card-action-btn svg{width:15px;height:15px;stroke:var(--sh-ink);fill:none;stroke-width:1.8;transition:all .18s}.sh-card-action-btn:hover svg{stroke:#fff}.sh-card-action-btn.active-wish{background:#e05c3a;border-color:#e05c3a}.sh-card-action-btn.active-wish svg{fill:#fff;stroke:#fff}.sh-card-action-btn.compared{background:var(--sh-apricot);border-color:var(--sh-apricot)}.sh-card-action-btn.compared svg{stroke:#fff}.sh-card-action-btn::before{content:attr(data-tip);position:absolute;right:calc(100%+8px);top:50%;transform:translateY(-50%);background:#1a1612;color:#fff;font-family:'Montserrat',sans-serif;font-size:9px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap;padding:4px 8px;border-radius:3px;opacity:0;pointer-events:none;transition:opacity .15s}.sh-card-action-btn:hover::before{opacity:1}@media(max-width:640px){.sh-card-actions-panel{width:46px;gap:5px;padding:8px 0}.sh-card-action-btn{width:32px;height:32px}.sh-card-action-btn svg{width:13px;height:13px}}.sh-trust-strip{display:grid;grid-template-columns:repeat(3,1fr);background:#FAF6F0;padding:9px 8px;gap:5px;margin:10px 6px 0;border-radius:9px;align-items:start}.sh-trust-item{display:flex;align-items:flex-start;gap:6px;padding:0 1px;min-width:0}.sh-trust-icon{width:24px;height:24px;border-radius:50%;background:#1f3a23;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sh-trust-icon svg{width:11px;height:11px;stroke:#fff;fill:none;stroke-width:2}.sh-trust-text{flex:1;min-width:0}.sh-trust-title{font-family:'Montserrat',sans-serif;font-size:7.5px;font-weight:800;letter-spacing:.2px;color:var(--sh-ink);line-height:1.2;text-transform:uppercase}.sh-trust-sub{font-family:'Montserrat',sans-serif;font-size:8px;color:var(--sh-muted);line-height:1.2;margin-top:2px;font-weight:500}.sh-card-body{padding:12px 14px 12px;flex:1;display:flex;flex-direction:column}.sh-card-cat{font-family:'Montserrat',sans-serif;font-size:10px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:var(--sh-apricot);margin-bottom:6px}.sh-card-top-row{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:10px}.sh-card-name-col{flex:1;min-width:0}.sh-card-name{font-family:'Cormorant Garamond',serif;font-size:20px;font-weight:700;color:var(--sh-ink);line-height:1.2;margin-bottom:5px;cursor:pointer;transition:color .18s}.sh-card-name:hover{color:var(--sh-apricot)}.sh-card-stars{display:flex;align-items:center;gap:4px}.sh-stars{display:flex;gap:1px}.sh-star{font-size:10.5px;color:#e0d5c5}.sh-star.on{color:#C9A96E}.sh-star.half{position:relative;color:#e0d5c5}.sh-star.half::before{content:'★';position:absolute;left:0;top:0;color:#C9A96E;width:50%;overflow:hidden}.sh-rating-val{font-size:10.5px;font-weight:700;color:var(--sh-ink)}.sh-rating-count{font-size:10px;color:#9a8a7a;font-weight:600}.sh-card-price-col{text-align:right;flex-shrink:0}.sh-card-price-main{display:flex;align-items:baseline;justify-content:flex-end;gap:2px}.sh-leaf-icon{width:11px;height:11px;color:#3a8a3f;flex-shrink:0;align-self:center;margin-right:2px}.sh-card-price{font-family:'Cormorant Garamond',serif;font-size:21px;font-weight:700;color:var(--sh-ink);line-height:1}.sh-card-price span{font-size:10px;color:var(--sh-muted);font-weight:500;font-family:'Montserrat',sans-serif}.sh-card-price-box{font-family:'Montserrat',sans-serif;font-size:10px;color:var(--sh-muted);margin-top:4px;display:flex;align-items:center;justify-content:flex-end;gap:4px}.sh-card-price-box-info{width:12px;height:12px;border-radius:50%;border:1px solid var(--sh-muted);display:inline-flex;align-items:center;justify-content:center;font-size:8px;cursor:help;color:var(--sh-muted);font-style:italic;font-family:Georgia,serif;line-height:1;font-weight:700}.sh-card-price-box .strike{text-decoration:line-through}.sh-card-coverage{font-family:'Montserrat',sans-serif;font-size:9.5px;color:var(--sh-muted);margin-top:2px;text-align:right}.sh-card-mid-row{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px}.sh-card-colors{display:flex;gap:5px;align-items:center}.sh-card-swatch{width:18px;height:18px;border-radius:3px;border:1.5px solid transparent;outline:1.5px solid transparent;cursor:pointer;transition:all .15s;flex-shrink:0}.sh-card-swatch.active{outline-color:var(--sh-ink);outline-offset:1px}.sh-card-swatch:hover{transform:scale(1.12)}.sh-card-details-btn{padding:6px 11px;background:#fff;border:1.5px solid #e8e2d8;border-radius:7px;font-family:'Montserrat',sans-serif;font-size:9px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:var(--sh-ink);cursor:pointer;display:inline-flex;align-items:center;gap:5px;transition:all .18s;white-space:nowrap}.sh-card-details-btn:hover{background:var(--sh-ink);color:#fff;border-color:var(--sh-ink)}.sh-card-details-btn svg{width:9px;height:9px;stroke:currentColor;fill:none;stroke-width:2.5}.sh-card-specs{display:flex;align-items:center;gap:5px;margin-bottom:10px;font-family:'Montserrat',sans-serif;font-size:10px;color:var(--sh-muted);font-weight:500;flex-wrap:wrap}.sh-card-specs .sh-leaf-icon{margin-right:0;width:11px;height:11px}.sh-card-spec-sep{color:#cdc3b5}.sh-card-ctas{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:auto;margin-bottom:7px}.sh-btn-buy,.sh-btn-cart{padding:10px 8px;font-family:'Montserrat',sans-serif;font-size:10px;font-weight:800;letter-spacing:1px;text-transform:uppercase;border:none;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:all .18s ease}.sh-btn-buy svg,.sh-btn-cart svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:2}.sh-btn-buy{background:#1f3a23;color:#fff}.sh-btn-buy:hover{background:#2d5230;transform:translateY(-1px)}.sh-btn-cart{background:var(--sh-apricot);color:#fff}.sh-btn-cart:hover{background:#c0723a;transform:translateY(-1px)}.sh-card-bottom{display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;background:#F5F1EB;border-radius:8px;padding:4px}.sh-card-bottom-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:7px 2px;background:transparent;border:none;border-radius:6px;cursor:pointer;font-family:'Montserrat',sans-serif;font-size:8px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:var(--sh-ink);text-decoration:none;line-height:1.15;text-align:center;transition:all .18s}.sh-card-bottom-btn svg{width:14px;height:14px;stroke:var(--sh-ink);fill:none;stroke-width:1.7}.sh-card-bottom-btn:hover{background:#fff}.sh-card-bottom-btn.center-pill{background:#E8DBC8;color:#5C4A30}.sh-card-bottom-btn.center-pill svg{stroke:#5C4A30}.sh-card-bottom-btn.center-pill:hover{background:#dccfb6}.sh-grid.list-view .sh-card{flex-direction:row}.sh-grid.list-view .sh-card-img-wrap{width:240px;flex-shrink:0;margin:6px 0 6px 6px}.sh-grid.list-view .sh-trust-strip{display:none}.sh-grid.list-view .sh-card-body{padding:14px 18px}@media(max-width:640px){.sh-grid{grid-template-columns:1fr;gap:14px}.sh-card-name{font-size:20px}.sh-card-price{font-size:21px}.sh-grid.list-view .sh-card{flex-direction:column}.sh-grid.list-view .sh-card-img-wrap{width:auto;margin:6px 6px 0;aspect-ratio:4/3;height:auto}}.sh-no-results{grid-column:1/-1;text-align:center;padding:60px 20px;color:var(--sh-muted)}.sh-no-results svg{width:40px;height:40px;stroke:var(--sh-border);fill:none;stroke-width:1.5;margin-bottom:16px}.sh-no-results h3{font-size:16px;font-weight:600;color:var(--sh-ink);margin-bottom:6px}.sh-no-results p{font-size:13px}.sh-load-more{display:flex;justify-content:center;margin-top:36px}.sh-load-btn{padding:14px 40px;border:1.5px solid var(--sh-border);border-radius:8px;background:var(--sh-white);font-family:'Montserrat',sans-serif;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--sh-ink);cursor:pointer;transition:all .2s}.sh-load-btn:hover{border-color:var(--sh-gold);background:var(--sh-off)}.sh-filter-toggle{display:none;align-items:center;gap:8px;padding:11px 18px;border:1.5px solid var(--sh-border);border-radius:8px;background:var(--sh-white);font-family:'Montserrat',sans-serif;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--sh-ink);cursor:pointer}.sh-filter-toggle svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}.sh-sidebar-overlay{display:none;position:fixed;inset:0;z-index:800;background:rgba(0,0,0,.4);backdrop-filter:blur(2px)}.sh-sidebar-overlay.open{display:block}.sh-sidebar-drawer{position:fixed;top:0;left:0;bottom:0;width:min(320px,90vw);background:var(--sh-white);z-index:801;overflow-y:auto;padding:20px 18px 32px;transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:4px 0 40px rgba(0,0,0,.2)}.sh-sidebar-overlay.open .sh-sidebar-drawer{transform:translateX(0)}.sh-drawer-close{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.sh-drawer-close-btn{width:32px;height:32px;border-radius:8px;background:var(--sh-off);border:1px solid var(--sh-border);cursor:pointer;display:flex;align-items:center;justify-content:center}.sh-drawer-close-btn svg{width:14px;height:14px;stroke:var(--sh-ink);fill:none;stroke-width:2}@keyframes qvIn{from{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.qv-overlay{display:none;position:fixed;inset:0;z-index:9000;background:rgba(26,22,18,.7);backdrop-filter:blur(8px);align-items:center;justify-content:center;padding:20px}.qv-overlay.open{display:flex}.qv-modal{background:#fff;border-radius:16px;max-width:900px;width:100%;max-height:90vh;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;position:relative;animation:qvIn .3s cubic-bezier(.4,0,.2,1)}.qv-close{position:absolute;top:14px;right:14px;width:34px;height:34px;background:#f5f0ea;border:1px solid var(--sh-border);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .18s}.qv-close:hover{background:var(--sh-apricot);border-color:var(--sh-apricot)}.qv-close:hover svg{stroke:#fff}.qv-close svg{width:14px;height:14px;stroke:var(--sh-ink);fill:none;stroke-width:2}.qv-img-col{position:relative;background:var(--sh-off)}.qv-img{width:100%;height:100%;object-fit:cover;min-height:360px;transition:opacity .3s}.qv-img.fading{opacity:0}.qv-img-thumbs{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:6px}.qv-thumb{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.5);border:none;cursor:pointer;transition:all .2s}.qv-thumb.active{background:#fff;width:24px;border-radius:5px}.qv-info-col{padding:32px 28px;overflow-y:auto;max-height:90vh}.qv-cat{font-size:10px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--sh-apricot);margin-bottom:6px}.qv-name{font-family:'Cormorant Garamond',serif;font-size:24px;font-weight:600;color:var(--sh-ink);line-height:1.2;margin-bottom:8px}.qv-price-row{display:flex;align-items:center;gap:10px;margin-bottom:18px;flex-wrap:wrap}.qv-price-cart{display:inline-flex;align-items:center;gap:6px;margin-left:auto;padding:9px 16px;background:#FF5C1F;color:#fff;border:none;border-radius:30px;font-family:'Montserrat',sans-serif;font-size:11.5px;font-weight:700;letter-spacing:.3px;cursor:pointer;transition:background .15s,transform .1s;white-space:nowrap}.qv-price-cart:hover{background:#e84e10}.qv-price-cart:active{transform:scale(.97)}.qv-price-cart svg{width:14px;height:14px}.qv-price{font-size:22px;font-weight:700;color:var(--sh-ink)}.qv-price-unit{font-size:13px;color:var(--sh-muted)}.qv-old{font-size:14px;color:var(--sh-muted);text-decoration:line-through}.qv-desc{font-size:13px;color:var(--sh-muted);line-height:1.75;margin-bottom:18px}.qv-divider{height:1px;background:var(--sh-border);margin:18px 0}.qv-section-label{font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--sh-ink);margin-bottom:10px}.qv-colors{display:flex;gap:8px;margin-bottom:4px}.qv-color-swatch{width:22px;height:22px;border-radius:3px;border:2px solid transparent;cursor:pointer;transition:all .18s}.qv-color-swatch:hover{transform:scale(1.08)}.qv-color-swatch.active{border-color:var(--sh-apricot);box-shadow:0 0 0 2px #fff,0 0 0 3.5px var(--sh-apricot)}.qv-sw-cell{display:inline-flex;flex-direction:column;align-items:center;gap:4px}.qv-sw-name-lbl{font-size:10px;color:var(--sh-ink);font-weight:600;text-align:center;font-family:'Montserrat',sans-serif;letter-spacing:.2px;line-height:1.15;max-width:54px}.qv-colors{gap:14px;flex-wrap:wrap}.qv-sw-cell .qv-color-swatch{width:38px;height:38px;border-radius:5px}.qv-color-name{font-size:11px;color:var(--sh-muted);margin-bottom:18px}.qv-specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:4px}.qv-spec-item{background:var(--sh-off);border-radius:8px;padding:10px 12px}.qv-spec-key{font-size:9.5px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--sh-muted);margin-bottom:2px}.qv-spec-val{font-size:13px;font-weight:600;color:var(--sh-ink)}.qv-features{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:20px}.qv-feature{padding:5px 10px;background:rgba(201,169,110,.08);border:1px solid rgba(201,169,110,.2);border-radius:20px;font-size:11px;font-weight:500;color:var(--sh-ink)}.qv-ctas{display:flex;gap:10px}.qv-cta-primary{flex:1;padding:14px;background:var(--sh-ink);color:#fff;font-family:'Montserrat',sans-serif;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.qv-cta-primary:hover{background:var(--sh-apricot)}.qv-cta-secondary{flex:1;padding:14px;background:transparent;color:var(--sh-ink);font-family:'Montserrat',sans-serif;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;border:1.5px solid var(--sh-border);border-radius:8px;cursor:pointer;transition:all .2s}.qv-cta-secondary:hover{border-color:var(--sh-gold);background:rgba(201,169,110,.05)}@keyframes compareSlideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}.compare-bar{position:fixed;bottom:0;left:0;right:0;z-index:8000;background:#1a1612;border-top:2px solid var(--sh-apricot);padding:14px 24px;display:flex;align-items:center;gap:16px;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.compare-bar.visible{transform:translateY(0)}.compare-bar-title{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#fff;flex-shrink:0}.compare-slots{display:flex;gap:10px;flex:1}.compare-slot{display:flex;align-items:center;gap:8px;padding:8px 12px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:8px;min-width:160px;flex:1;position:relative}.compare-slot.empty{border-style:dashed;color:rgba(255,255,255,.3);font-size:11px;justify-content:center}.compare-slot-img{width:32px;height:32px;border-radius:4px;object-fit:cover;flex-shrink:0}.compare-slot-name{font-size:11px;font-weight:600;color:#fff;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.compare-slot-remove{width:18px;height:18px;border-radius:50%;background:rgba(255,255,255,.1);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .18s}.compare-slot-remove:hover{background:var(--sh-apricot)}.compare-slot-remove svg{width:10px;height:10px;stroke:#fff;fill:none;stroke-width:2.5}.compare-bar-actions{display:flex;gap:10px;flex-shrink:0}.compare-go-btn{padding:10px 24px;background:var(--sh-apricot);color:#fff;font-family:'Montserrat',sans-serif;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.compare-go-btn:hover{background:#c0723a}.compare-cancel-btn{padding:10px 16px;background:transparent;color:rgba(255,255,255,.5);font-family:'Montserrat',sans-serif;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;border:1px solid rgba(255,255,255,.15);border-radius:8px;cursor:pointer;transition:all .2s}.compare-cancel-btn:hover{color:#fff;border-color:rgba(255,255,255,.4)}.compare-overlay{display:none;position:fixed;inset:0;z-index:9500;background:rgba(26,22,18,.85);backdrop-filter:blur(8px);overflow-y:auto;padding:40px 20px}.compare-overlay.open{display:block}.compare-table-wrap{max-width:900px;margin:0 auto;background:#fff;border-radius:16px;overflow:hidden}.compare-table-header{display:grid;gap:0;padding:0;border-bottom:1px solid var(--sh-border)}.compare-table-header,.compare-table-row{display:grid}.compare-col-count-1{grid-template-columns:160px 1fr}.compare-col-count-2{grid-template-columns:160px 1fr 1fr}.compare-col-count-3{grid-template-columns:160px 1fr 1fr 1fr}.compare-label-col{padding:20px 16px;font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--sh-muted);display:flex;align-items:center;border-right:1px solid var(--sh-border)}.compare-prod-cell{padding:16px;border-right:1px solid var(--sh-border);display:flex;flex-direction:column;align-items:center;text-align:center}.compare-prod-cell:last-child{border-right:none}.compare-prod-img{width:80px;height:80px;object-fit:cover;border-radius:8px;margin-bottom:8px}.compare-prod-name{font-size:12px;font-weight:600;color:var(--sh-ink);line-height:1.3;margin-bottom:4px}.compare-prod-cat{font-size:10px;color:var(--sh-apricot);font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.compare-table-row{border-bottom:1px solid var(--sh-border)}.compare-table-row:last-child{border-bottom:none}.compare-table-row:nth-child(odd){background:#faf8f4}.compare-row-val{padding:16px;border-right:1px solid var(--sh-border);font-size:13px;font-weight:500;color:var(--sh-ink);display:flex;align-items:center;justify-content:center;text-align:center}.compare-row-val:last-child{border-right:none}.compare-row-val.highlight{font-weight:700;color:var(--sh-apricot)}.compare-table-close{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:var(--sh-ink)}.compare-table-title{font-family:'Cormorant Garamond',serif;font-size:20px;font-weight:600;color:#fff}.compare-table-close-btn{width:34px;height:34px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .18s}.compare-table-close-btn:hover{background:var(--sh-apricot)}.compare-table-close-btn svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:2}@keyframes toastIn{from{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes toastOut{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}.toast-container{position:fixed;top:calc(var(--nav-h)+var(--promo-h)+12px);right:16px;z-index:9999;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#fff;border:1px solid var(--sh-border);border-left:3px solid var(--sh-apricot);border-radius:8px;box-shadow:0 4px 20px rgba(26,22,18,.12);font-size:12.5px;font-weight:600;color:var(--sh-ink);min-width:220px;animation:toastIn .3s cubic-bezier(.4,0,.2,1) forwards;pointer-events:auto}.toast.removing{animation:toastOut .3s cubic-bezier(.4,0,.2,1) forwards}.toast svg{width:16px;height:16px;stroke:#e05c3a;fill:none;stroke-width:2;flex-shrink:0}.toast.remove-toast{border-left-color:var(--sh-muted)}.toast.remove-toast svg{stroke:var(--sh-muted)}@keyframes pdpSlideIn{from{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes pdpFadeIn{from{opacity:0}to{opacity:1}}.pdp-inner{padding:32px 32px 0;display:grid;grid-template-columns:1fr 380px;gap:48px;align-items:start}.pdp-img-badge{position:absolute;top:12px;left:12px;padding:4px 10px;border-radius:3px;font-size:9px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}.pdp-prod-name{font-family:'Cormorant Garamond',serif;font-size:28px;font-weight:600;line-height:1.15;color:var(--sh-ink);margin-bottom:12px}.pdp-star-row{display:flex;align-items:center;gap:7px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--sh-border)}.pdp-stars-wrap{display:flex;gap:2px}.pdp-s{font-size:13px;color:#ddd}.pdp-s.on{color:var(--sh-gold)}.pdp-main-price{font-family:'Cormorant Garamond',serif;font-size:26px;font-weight:700;color:var(--sh-ink)}.pdp-main-unit{font-size:13px;color:var(--sh-muted)}.pdp-main-old{font-size:15px;color:var(--sh-muted);text-decoration:line-through;margin-left:8px}.pdp-field-label{font-size:10px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:var(--sh-ink);margin-bottom:9px}.pdp-swatches{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:6px}.pdp-sw{width:30px;height:30px;border-radius:3px;border:2px solid transparent;cursor:pointer;transition:all .18s}.pdp-sw:hover{transform:scale(1.08)}.pdp-sw.active{border-color:var(--sh-apricot);box-shadow:0 0 0 2px #fff,0 0 0 3px var(--sh-apricot)}.pdp-sw-name{font-size:11.5px;color:var(--sh-muted);margin-bottom:18px;min-height:16px}.pdp-qty-wrap{display:flex;align-items:center;gap:12px;margin-bottom:18px}.pdp-qty-ctrl{display:flex;align-items:center;border:1.5px solid var(--sh-border)}.pdp-qty-ctrl button{width:36px;height:36px;background:none;border:none;cursor:pointer;font-size:18px;color:var(--sh-ink);transition:background .15s;display:flex;align-items:center;justify-content:center}.pdp-qty-ctrl button:hover{background:var(--sh-off)}.pdp-qty-ctrl input{width:48px;height:36px;text-align:center;border:none;border-left:1.5px solid var(--sh-border);border-right:1.5px solid var(--sh-border);font-family:'Montserrat',sans-serif;font-size:14px;font-weight:600;color:var(--sh-ink);background:none;outline:none}.pdp-qty-total{font-size:12px;color:var(--sh-muted);font-weight:600}.pdp-btn-gold{width:100%;padding:15px;background:var(--sh-gold);color:var(--sh-ink);font-family:'Montserrat',sans-serif;font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;border:none;cursor:pointer;transition:all .2s}.pdp-btn-gold:hover{background:var(--gold-light)}.pdp-btn-dark{width:100%;padding:14px;background:var(--sh-ink);color:#fff;font-family:'Montserrat',sans-serif;font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;border:none;cursor:pointer;transition:background .2s}.pdp-btn-dark:hover{background:var(--sh-apricot)}.pdp-btn-outline{width:100%;padding:13px;background:transparent;color:var(--sh-ink);font-family:'Montserrat',sans-serif;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;border:1.5px solid var(--sh-ink);cursor:pointer;transition:all .2s}.pdp-btn-outline:hover{background:var(--sh-ink);color:#fff}.pdp-qs-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-bottom:18px}.pdp-qs-cell{background:#fff;border:1px solid var(--sh-border);padding:9px 11px}.pdp-qs-k{font-size:9px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:var(--sh-muted);margin-bottom:2px}.pdp-qs-v{font-size:13px;font-weight:600;color:var(--sh-ink)}.pdp-below-inner{padding:32px 32px 60px}.pdp-acc{border-top:2px solid var(--sh-ink);margin-bottom:48px}.pdp-feat-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:7px 20px}.pdp-feat-list li{display:flex;align-items:flex-start;gap:7px;font-size:13px;color:var(--sh-muted);line-height:1.5}.pdp-feat-list li::before{content:'✓';color:var(--sh-apricot);font-weight:800;flex-shrink:0}.pdp-rv-summary{display:flex;gap:40px;margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid var(--sh-border)}.pdp-rv-big-num{font-family:'Cormorant Garamond',serif;font-size:64px;font-weight:700;line-height:1;color:var(--sh-ink)}.pdp-rv-big-stars{display:flex;gap:3px;margin:4px 0}.pdp-rv-big-stars span{font-size:16px;color:var(--sh-gold)}.pdp-rv-big-total{font-size:11.5px;color:var(--sh-muted)}.pdp-bar-rows{flex:1;display:flex;flex-direction:column;gap:5px}.pdp-bar-r{display:flex;align-items:center;gap:8px}.pdp-bar-lbl{font-size:11.5px;color:var(--sh-muted);width:32px;text-align:right;flex-shrink:0}.pdp-bar-t{flex:1;height:7px;background:var(--sh-border)}.pdp-bar-f{height:100%;background:var(--sh-gold)}.pdp-bar-n{font-size:11px;color:var(--sh-muted);width:20px;flex-shrink:0}.pdp-rv-card{border:1px solid var(--sh-border);padding:20px;background:#fff;margin-bottom:12px}.pdp-rv-hd{display:flex;justify-content:space-between;margin-bottom:8px}.pdp-rv-stars-row{display:flex;gap:2px;margin-bottom:3px}.pdp-rv-stars-row span{font-size:12px;color:var(--sh-gold)}.pdp-rv-author{font-size:12.5px;font-weight:700;color:var(--sh-ink)}.pdp-rv-date{font-size:11px;color:var(--sh-muted)}.pdp-rv-title{font-family:'Cormorant Garamond',serif;font-size:16px;font-weight:600;color:var(--sh-ink);margin-bottom:5px}.pdp-rv-text{font-size:13px;color:var(--sh-muted);line-height:1.75}.pdp-rv-verified{display:inline-flex;align-items:center;gap:4px;font-size:9.5px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--sh-apricot);margin-top:8px}.pdp-rv-verified svg{width:10px;height:10px;stroke:currentColor;fill:none;stroke-width:2.5}.pdp-rel-title{font-family:'Cormorant Garamond',serif;font-size:26px;font-weight:600;color:var(--sh-ink);margin-bottom:18px}.pdp-rel-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.pdp-rel-card{background:#fff;border:1px solid var(--sh-border);cursor:pointer;transition:all .2s}.pdp-rel-card:hover{border-color:var(--sh-gold);box-shadow:0 4px 16px rgba(26,22,18,.08)}.pdp-rel-card img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.pdp-rel-info{padding:10px 12px}.pdp-rel-cat{font-size:9px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--sh-apricot);margin-bottom:3px}.pdp-rel-name{font-family:'Cormorant Garamond',serif;font-size:14px;font-weight:600;color:var(--sh-ink);margin-bottom:3px;line-height:1.2}.pdp-rel-price{font-size:13px;font-weight:700;color:var(--sh-ink)}.pdp-rel-price span{font-size:10px;color:var(--sh-muted);font-weight:400}.pdp-badges-row{display:flex;gap:8px;margin-bottom:10px}.pdp-badge-chip{display:inline-block;padding:5px 12px;border:1.5px solid var(--sh-ink);font-family:'Montserrat',sans-serif;font-size:10px;font-weight:700;letter-spacing:1px;color:var(--sh-ink);background:#fff}.pdp-collection-link{font-family:'Montserrat',sans-serif;font-size:13px;color:var(--sh-ink);text-decoration:underline;font-weight:600;margin-bottom:8px;display:inline-block;cursor:pointer}.pdp-collection-link:hover{color:var(--sh-apricot)}.pdp-dimensions-text{font-size:13px;color:var(--sh-muted);margin-bottom:10px}.pdp-size-row{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:9px}.pdp-size-label{font-family:'Montserrat',sans-serif;font-size:13px;font-weight:700;color:var(--sh-ink)}.pdp-size-label span{font-weight:500;color:var(--sh-muted);margin-left:4px}.pdp-size-options-n{font-size:11px;color:var(--sh-muted)}.pdp-size-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:18px}.pdp-size-btn{padding:14px 12px;background:#fff;border:1.5px solid var(--sh-border);cursor:pointer;text-align:center;transition:all .18s;font-family:'Montserrat',sans-serif}.pdp-size-btn:hover{border-color:var(--sh-gold)}.pdp-size-btn.active{border-color:var(--sh-ink);border-width:2px;padding:13px 11px}.pdp-size-btn-name{font-size:13px;font-weight:700;color:var(--sh-ink);display:block;margin-bottom:2px}.pdp-size-btn-sub{font-size:10.5px;color:var(--sh-muted);font-weight:500;display:block}.pdp-delivery-box{background:#fff;border:1px solid var(--sh-border);padding:16px 18px;margin-bottom:18px}.pdp-delivery-title{font-family:'Montserrat',sans-serif;font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:var(--sh-ink);margin-bottom:10px}.pdp-delivery-status{font-size:13px;color:var(--sh-ink);font-weight:600;margin-bottom:4px}.pdp-delivery-status .stock-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#3a8a3f;margin-right:7px;vertical-align:middle}.pdp-delivery-zip{font-size:12px;color:var(--sh-muted);margin-bottom:12px}.pdp-delivery-zip a{color:var(--sh-apricot);text-decoration:underline;font-weight:600;cursor:pointer}.pdp-delivery-bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.pdp-delivery-bullets li{display:flex;align-items:flex-start;gap:8px;font-size:12.5px;color:var(--sh-muted);line-height:1.5}.pdp-delivery-bullets li::before{content:'•';color:var(--sh-ink);font-weight:800;flex-shrink:0}.pdp-design-desk{background:var(--sh-off);border:1px solid var(--sh-border);padding:18px 20px;margin-bottom:18px}.pdp-design-desk-tag{font-size:10px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:var(--sh-muted);margin-bottom:6px}.pdp-design-desk h4{font-family:'Cormorant Garamond',serif;font-size:18px;font-weight:600;color:var(--sh-ink);margin-bottom:6px}.pdp-design-desk p{font-size:12.5px;color:var(--sh-muted);line-height:1.6;margin-bottom:10px}.pdp-design-desk a{font-family:'Montserrat',sans-serif;font-size:12px;font-weight:700;color:var(--sh-apricot);text-decoration:underline;cursor:pointer}@media(max-width:768px){.pdp-size-grid{grid-template-columns:1fr}}.pdp-360-ol{display:none;position:fixed;inset:0;z-index:9700;background:rgba(0,0,0,.92);align-items:center;justify-content:center}.pdp-360-ol.open{display:flex}.pdp-360-stage{width:min(560px,80vw);aspect-ratio:1/1;perspective:1200px;cursor:grab;user-select:none;display:flex;align-items:center;justify-content:center}.pdp-360-stage.grabbing{cursor:grabbing}.pdp-360-img{width:100%;height:100%;object-fit:cover;border-radius:6px;transition:transform 0s;will-change:transform;pointer-events:none;-webkit-user-drag:none}.pdp-360-hint{position:absolute;bottom:36px;left:50%;transform:translateX(-50%);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);padding:9px 18px;border-radius:30px;color:rgba(255,255,255,.85);font-family:'Montserrat',sans-serif;font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase;display:flex;align-items:center;gap:8px;backdrop-filter:blur(6px);pointer-events:none}.pdp-360-hint svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}.pdp-360-reset{position:absolute;top:16px;left:16px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:#fff;padding:8px 14px;border-radius:30px;cursor:pointer;font-family:'Montserrat',sans-serif;font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;display:flex;align-items:center;gap:6px;transition:background .18s}.pdp-360-reset:hover{background:rgba(212,130,74,.5)}.pdp-360-reset svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2}.pdp-360-x{position:absolute;top:16px;right:16px;width:38px;height:38px;background:rgba(255,255,255,.12);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.pdp-360-x:hover{background:rgba(212,130,74,.5)}.pdp-360-x svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2}.pdp-360-degrees{position:absolute;top:16px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.5);border:1px solid rgba(255,255,255,.15);color:#fff;padding:6px 14px;border-radius:30px;font-family:'Montserrat',sans-serif;font-size:11px;font-weight:700;letter-spacing:1px;font-variant-numeric:tabular-nums}.pdp-video-ol{display:none;position:fixed;inset:0;z-index:9700;background:rgba(0,0,0,.94);align-items:center;justify-content:center;padding:20px}.pdp-video-ol.open{display:flex}.pdp-video-stage{width:min(960px,92vw);aspect-ratio:16/9;background:#000;border-radius:6px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.pdp-video-stage video{width:100%;height:100%;display:block;background:#000}.pdp-video-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:rgba(255,255,255,.85);text-align:center;padding:40px;width:100%;height:100%;background:linear-gradient(135deg,#1a1612 0%,#2d251c 100%)}.pdp-video-placeholder svg{width:48px;height:48px;stroke:var(--sh-gold);fill:none;stroke-width:1.5}.pdp-video-placeholder h4{font-family:'Cormorant Garamond',serif;font-size:24px;font-weight:600;color:#fff}.pdp-video-placeholder p{font-size:13px;color:rgba(255,255,255,.6);max-width:420px;line-height:1.6}.pdp-video-x{position:absolute;top:-44px;right:0;width:38px;height:38px;background:rgba(255,255,255,.12);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.pdp-video-x:hover{background:rgba(212,130,74,.5)}.pdp-video-x svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2}@media(max-width:768px){.pdp-360-stage{width:90vw}.pdp-360-hint{font-size:10px;padding:7px 14px;bottom:24px}}@media(max-width:1100px){.sh-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.sh-page{grid-template-columns:1fr;padding:0 12px 60px}.sh-sidebar{display:none}.sh-main{padding:16px 0 0;width:100%;min-width:0}.sh-filter-toggle{display:flex}.sh-main-hd{flex-direction:column;gap:12px}.sh-controls{flex-wrap:wrap;gap:8px;width:100%}.sh-search-wrap{max-width:100%;width:100%}.sh-sort-wrap{flex:1;min-width:0}.sh-sort{width:100%}.sh-grid{grid-template-columns:repeat(2,1fr);gap:10px}.sh-card-specs{gap:6px}.sh-spec{font-size:10px}.sh-card-body{padding:10px 12px 12px}.sh-card-footer{flex-wrap:wrap;gap:6px}.sh-card-cta{width:100%;text-align:center;justify-content:center;display:flex}.sh-cat-pills{gap:6px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.sh-cat-pills::-webkit-scrollbar{display:none}.sh-cat-pill{flex-shrink:0}.sh-breadcrumb-inner{padding:0 12px}.sh-main-title{font-size:22px}.qv-modal{grid-template-columns:1fr;max-height:92vh;overflow-y:auto;overflow-x:hidden;border-radius:12px}.qv-img-col{min-height:0}.qv-img{width:100%;height:240px !important;min-height:0 !important;max-height:240px;object-fit:cover;display:block}.qv-info-col{padding:20px 18px 28px;overflow-y:visible;max-height:none}.qv-overlay{padding:10px}.compare-bar{flex-wrap:wrap;gap:10px}.compare-slots{flex-wrap:wrap}.compare-slot{min-width:120px}.pdp-inner{grid-template-columns:1fr;gap:20px;padding:16px 16px 0}.pdp-prod-name{font-size:22px}.pdp-rel-grid{grid-template-columns:repeat(2,1fr)}.pdp-below-inner{padding:20px 16px 40px}.pdp-feat-list{grid-template-columns:1fr}.pdp-rv-summary{flex-direction:column;gap:16px}}@media(max-width:480px){.sh-page{padding:0 10px 60px}.sh-grid{grid-template-columns:1fr;gap:12px}.sh-card-footer{flex-wrap:nowrap}.sh-card-cta{width:auto}.qv-specs-grid{grid-template-columns:1fr}.qv-img{height:180px !important;max-height:180px}.qv-name{font-size:20px}.qv-info-col{padding:16px 14px 24px}}#productView{background:#fff;min-height:100vh}.pp-back-bar{position:sticky;top:0;background:#fff;z-index:50;border-bottom:1px solid #e8e2d8;padding:12px 24px}.pp-back-bar-inner{max-width:1320px;margin:0 auto;display:flex;align-items:center;gap:14px;flex-wrap:nowrap}.pp-back-bar-inner>.pp-crumb{flex-shrink:1;min-width:0;overflow:hidden}.pp-back-bar-inner>.pp-crumb .pp-crumb-current{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;max-width:220px;vertical-align:middle}.pp-header-search{flex:1;max-width:340px;min-width:120px;position:relative;display:flex;align-items:center;background:#faf6f0;border:1px solid #e8e2d8;border-radius:30px;padding:0 14px 0 38px;height:36px;transition:border-color .15s,background .15s}.pp-header-search:focus-within{border-color:#0a0906;background:#fff}.pp-header-search svg{position:absolute;left:13px;top:50%;transform:translateY(-50%);width:14px;height:14px;stroke:#9a8a7a;stroke-width:2}.pp-header-search input{flex:1;border:none;outline:none;background:none;font-family:'Montserrat',sans-serif;font-size:13px;color:#1a1612;height:100%}.pp-header-search input::placeholder{color:#9a8a7a}.pp-header-actions{display:flex;gap:6px;flex-shrink:0;margin-left:auto}.pp-header-icon{position:relative;width:38px;height:38px;background:none;border:none;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .15s}.pp-header-icon:hover{background:#faf6f0}.pp-header-icon svg{width:18px;height:18px;stroke:#1a1612;fill:none;stroke-width:1.7;transition:fill .15s,stroke .15s}.pp-header-icon.active svg{fill:#e05c3a;stroke:#e05c3a}.pp-cart-badge{position:absolute;top:3px;right:3px;background:#D4824A;color:#fff;font-size:9px;font-weight:800;border-radius:10px;min-width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;padding:0 4px;letter-spacing:.2px;line-height:1;font-family:'Montserrat',sans-serif}.pp-cart-badge.hidden{display:none}@media(max-width:780px){.pp-back-btn-label{display:none}.pp-back-bar-inner>.pp-crumb{display:none}.pp-header-search{max-width:none}}.pp-back-btn{display:inline-flex;align-items:center;gap:6px;background:none;border:none;font-family:'Montserrat',sans-serif;font-size:13px;font-weight:600;color:#1a1612;cursor:pointer;padding:6px 0}.pp-back-btn:hover{color:#D4824A}.pp-back-btn svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.5}.pp-crumb{font-family:'Montserrat',sans-serif;font-size:12px;color:#9a8a7a;display:flex;flex-wrap:wrap;align-items:center;gap:6px}.pp-crumb a{color:#9a8a7a;text-decoration:none;cursor:pointer}.pp-crumb a:hover{text-decoration:underline}.pp-crumb-sep{color:#d8d2c6}.pp-crumb-current{color:#1a1612;font-weight:500}.pp-main{max-width:1320px;margin:0 auto;padding:18px 24px 32px;display:grid;grid-template-columns:88px 1fr 460px;gap:32px;align-items:flex-start;font-family:'Montserrat',sans-serif}@media(max-width:1100px){.pp-main{grid-template-columns:72px 1fr 380px;gap:20px}}@media(max-width:860px){.pp-main{grid-template-columns:1fr;gap:18px;padding:14px 16px 24px}}.pp-thumbs{display:flex;flex-direction:column;gap:8px;position:sticky;top:80px}.pp-thumb{width:80px;height:80px;border:2px solid transparent;cursor:pointer;overflow:hidden;background:#faf6f0;transition:border-color .18s;border-radius:2px;position:relative}.pp-thumb:hover{border-color:#d8d2c6}.pp-thumb.active{border-color:#0a0906}.pp-thumb img{width:100%;height:100%;object-fit:cover;display:block}.pp-thumb-special{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;background:#faf6f0;color:#1a1612}.pp-thumb-special svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8}.pp-thumb-special .lbl{font-size:9px;font-weight:700;letter-spacing:.6px}@media(max-width:860px){.pp-thumbs{flex-direction:row;overflow-x:auto;position:static;padding-bottom:6px;scrollbar-width:none}.pp-thumbs::-webkit-scrollbar{display:none}.pp-thumb{flex-shrink:0;width:64px;height:64px}}.pp-stage{position:sticky;top:80px}.pp-stage-inner{aspect-ratio:10/11;background:#faf6f0;position:relative;overflow:hidden;border-radius:2px}.pp-stage-img{width:100%;height:100%;object-fit:contain;cursor:zoom-in;display:block}.pp-stage-arrows{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;padding:0 14px;pointer-events:none}.pp-stage-arrow{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.92);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;pointer-events:auto;box-shadow:0 2px 8px rgba(0,0,0,.10);transition:background .18s,transform .18s}.pp-stage-arrow:hover{background:#fff;transform:scale(1.06)}.pp-stage-arrow svg{width:14px;height:14px;stroke:#1a1612;fill:none;stroke-width:2.5}.pp-view-room{display:inline-flex;align-items:center;gap:7px;margin-top:14px;padding:10px 22px;background:#fff;border:1.5px solid #1a1612;border-radius:30px;font-size:12px;font-weight:600;letter-spacing:.3px;color:#1a1612;cursor:pointer;transition:all .18s;font-family:'Montserrat',sans-serif}.pp-view-room:hover{background:#1a1612;color:#fff}.pp-view-room svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}.pp-stage-foot{display:flex;justify-content:center;margin-top:14px}.pp-info{display:flex;flex-direction:column;gap:18px}.pp-collection-link{font-size:12px;color:#1a1612;text-decoration:underline;text-underline-offset:2px;font-weight:500;align-self:flex-start;cursor:pointer;background:none;border:none;padding:0;font-family:'Montserrat',sans-serif}.pp-collection-link:hover{color:#D4824A}.pp-badges{display:flex;gap:8px}.pp-badges span{display:inline-block;padding:5px 14px;border:1px solid #d8d2c6;border-radius:2px;font-size:10.5px;font-weight:500;letter-spacing:.3px;color:#1a1612;background:#fff}.pp-title{font-family:'Cormorant Garamond',serif;font-size:30px;font-weight:600;line-height:1.2;color:#0a0906}.pp-dims-line{font-size:13px;color:#1a1612}.pp-rating-row{display:flex;align-items:center;gap:14px;font-size:12.5px;color:#1a1612;flex-wrap:wrap}.pp-stars{display:flex;gap:1px;color:#1a1612}.pp-stars span{font-size:14px}.pp-reviews-link{text-decoration:underline;cursor:pointer;background:none;border:none;color:inherit;font:inherit;padding:0}.pp-sku{color:#9a8a7a}.pp-price{font-size:22px;font-weight:700;color:#0a0906;font-family:'Montserrat',sans-serif}.pp-price-old{font-size:14px;color:#9a8a7a;text-decoration:line-through;margin-left:10px;font-weight:500}.pp-on-display{display:inline-flex;align-items:center;gap:7px;font-size:13px;color:#1a1612;text-decoration:underline;text-underline-offset:2px;font-weight:500;cursor:pointer;background:none;border:none;align-self:flex-start;padding:0;font-family:'Montserrat',sans-serif}.pp-on-display:hover{color:#D4824A}.pp-on-display svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2}.pp-section-label{font-size:13px;font-weight:600;color:#1a1612}.pp-section-label .opts{font-weight:400;color:#9a8a7a;margin-left:6px}.pp-swatches{display:flex;gap:14px;margin-top:10px;flex-wrap:wrap}.pp-sw{width:36px;height:36px;border-radius:3px;cursor:pointer;border:2px solid #fff;outline:1.5px solid #d8d2c6;transition:all .15s}.pp-sw:hover{outline-color:#1a1612}.pp-sw.active{outline:2px solid #0a0906;outline-offset:2px}.pp-sw-cell{display:inline-flex;flex-direction:column;align-items:center;gap:5px}.pp-sw-name-lbl{font-size:10.5px;color:#1a1612;font-weight:600;text-align:center;font-family:'Montserrat',sans-serif;letter-spacing:.2px;line-height:1.15;max-width:64px}.pp-sw-cell .pp-sw{width:48px;height:48px;border-radius:5px;background-size:cover;background-position:center}.pp-size-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.pp-size-btn{padding:18px 14px;background:#fff;border:1px solid #d8d2c6;cursor:pointer;text-align:center;font-family:'Montserrat',sans-serif;transition:all .15s;border-radius:2px}.pp-size-btn:hover{border-color:#1a1612}.pp-size-btn.active{border:2px solid #0a0906;padding:17px 13px}.pp-size-btn-name{font-size:14px;font-weight:600;color:#0a0906;display:block}.pp-size-btn-sub{font-size:11px;color:#9a8a7a;font-weight:400;display:block;margin-top:3px}.pp-calc-meta{padding:14px 0 16px;border-bottom:1px solid #e8e2d8;margin-top:6px;font-family:'Montserrat',sans-serif}.pp-calc-meta-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#1a1612}.pp-calc-meta-row+.pp-calc-meta-row{margin-top:8px}.pp-calc-sku-lbl{color:#6b6359}.pp-calc-specs-link{color:#1a1612;text-decoration:underline;cursor:pointer;font-weight:500}.pp-calc-specs-link:hover{color:#D4824A}.pp-calc-size-row strong{font-weight:600;color:#1a1612;margin-left:4px}.pp-calc{background:#faf6f0;border:1px solid #e8e2d8;border-radius:6px;padding:0;font-family:'Montserrat',sans-serif;margin-top:10px}.pp-calc-hd{display:flex;align-items:center;justify-content:space-between;background:none;border:none;width:100%;padding:16px 18px;cursor:pointer;font-family:inherit}.pp-calc-hd-left{display:flex;align-items:center;gap:10px}.pp-calc-hd-icon{width:26px;height:26px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pp-calc-hd-icon svg{width:22px;height:22px}.pp-calc-hd-title{font-size:13px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;color:#0a0906}.pp-calc-hd-arr{width:14px;height:14px;flex-shrink:0;transition:transform .25s}.pp-calc:not(.calc-open) .pp-calc-hd-arr{transform:rotate(180deg)}.pp-calc-body{display:none;padding:0 18px 4px}.pp-calc.calc-open .pp-calc-body{display:block}.pp-calc-lw{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:8px}.pp-calc-field label{display:block;font-size:12.5px;font-weight:700;color:#1a1612;margin-bottom:6px}.pp-calc-field input,.pp-calc-section input[type="number"]{width:100%;padding:11px 14px;border:1px solid #d8d2c6;border-radius:3px;background:#fff;font-family:'Montserrat',sans-serif;font-size:14px;color:#1a1612;outline:none;transition:border-color .15s;-moz-appearance:textfield}.pp-calc-field input::-webkit-outer-spin-button,.pp-calc-field input::-webkit-inner-spin-button,.pp-calc-section input::-webkit-outer-spin-button,.pp-calc-section input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pp-calc-field input:focus,.pp-calc-section input[type="number"]:focus{border-color:#0a0906}.pp-calc-areas{display:flex;flex-direction:column;gap:14px}.pp-calc-area{background:transparent;border:none;border-radius:0;padding:0}.pp-calc-area.multi{background:#fff;border:1px solid #e8e2d8;border-radius:5px;padding:14px}.pp-calc-area-hd{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.pp-calc-area-name{font-size:12.5px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:#0a0906}.pp-calc-area-del{width:30px;height:30px;border:none;background:none;cursor:pointer;color:#9a8a7a;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;transition:all .15s;flex-shrink:0}.pp-calc-area-del:hover{background:#fff0eb;color:#e05c3a}.pp-calc-area-del svg{width:14px;height:14px}.pp-calc-actions{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}.pp-calc-add-area{display:inline-flex;align-items:center;gap:6px;margin-top:0;padding:10px 16px;background:none;border:1.5px dashed #d4824a;color:#D4824A;font-family:'Montserrat',sans-serif;font-size:11.5px;font-weight:700;letter-spacing:1px;text-transform:uppercase;border-radius:30px;cursor:pointer;transition:all .15s}.pp-calc-add-area:hover{background:#fff0eb;border-style:solid}.pp-calc-add-area svg{width:14px;height:14px}.pp-calc-go{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;background:#D4824A;border:1.5px solid #D4824A;color:#fff;font-family:'Montserrat',sans-serif;font-size:11.5px;font-weight:700;letter-spacing:1px;text-transform:uppercase;border-radius:30px;cursor:pointer;transition:all .15s}.pp-calc-go:hover{background:#c0723a;border-color:#c0723a;transform:translateY(-1px);box-shadow:0 4px 12px rgba(212,130,74,.35)}.pp-calc-go:active{transform:translateY(0);box-shadow:none}.pp-calc-go svg{width:14px;height:14px}.pp-calc-go.flash{animation:ppCalcGoFlash .6s ease}@keyframes ppCalcGoFlash{0%{background:#D4824A}50%{background:#3a8a3f;border-color:#3a8a3f}100%{background:#D4824A}}.pp-calc-divider{height:1px;background:#e8e2d8;margin:6px 18px}.pp-calc-section{padding:14px 18px 0}.pp-calc-section-label{display:block;font-size:13px;font-weight:700;color:#1a1612;margin-bottom:8px}.pp-calc-qty-sub{font-size:12.5px;font-weight:700;color:#1a1612;margin-bottom:8px}.pp-calc-qty-row{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.pp-calc-qty{display:inline-flex;align-items:center;border:1px solid #d8d2c6;border-radius:3px;background:#fff;overflow:hidden}.pp-calc-qty button{width:42px;height:42px;background:none;border:none;font-size:20px;font-weight:500;color:#9a8a7a;cursor:pointer;transition:background .15s,color .15s}.pp-calc-qty button:hover{background:#faf6f0;color:#D4824A}.pp-calc-qty input{width:54px;height:42px;border:none;border-left:1px solid #d8d2c6;border-right:1px solid #d8d2c6;text-align:center;font-size:15px;font-weight:600;color:#1a1612;background:none;outline:none;font-family:'Montserrat',sans-serif;-moz-appearance:textfield}.pp-calc-qty input::-webkit-outer-spin-button,.pp-calc-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pp-calc-box-info{text-align:right}.pp-calc-box-price{font-size:15px;font-weight:700;color:#1a1612}.pp-calc-box-coverage{font-size:12px;color:#9a8a7a;margin-top:2px}.pp-calc-cont{display:flex;align-items:flex-start;gap:10px;padding:14px 18px 0;cursor:pointer}.pp-calc-cont input{display:none}.pp-calc-cont-box{width:18px;height:18px;border:1.5px solid #d8d2c6;border-radius:3px;flex-shrink:0;background:#fff;position:relative;transition:all .15s;margin-top:1px}.pp-calc-cont input:checked+.pp-calc-cont-box{background:#D4824A;border-color:#D4824A}.pp-calc-cont input:checked+.pp-calc-cont-box::after{content:'';position:absolute;left:5px;top:1px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.pp-calc-cont-label{font-size:12.5px;color:#1a1612;line-height:1.45}.pp-calc-cont-sub{color:#6b6359}.pp-calc-policy{padding:6px 18px 0;font-size:12.5px;color:#1a1612}.pp-calc-policy a{text-decoration:underline;cursor:pointer;color:#1a1612;font-weight:500}.pp-calc-policy a:hover{color:#D4824A}.pp-calc-info-i{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border:1.5px solid #D4824A;color:#D4824A;border-radius:50%;font-size:9px;font-weight:700;font-style:italic;font-family:Georgia,serif;line-height:1;margin-left:4px;cursor:help;vertical-align:middle}.pp-calc-subtotal-row{display:flex;justify-content:space-between;align-items:center;padding:10px 18px 0}.pp-calc-subtotal-lbl{font-size:12.5px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#0a0906}.pp-calc-subtotal-val{font-size:24px;font-weight:700;color:#0a0906}.pp-calc-paypal{padding:8px 18px 18px;font-size:11.5px;color:#1a1612;line-height:1.5}.pp-calc-paypal-logo{margin-right:4px}.pp-calc-paypal a{color:#1a1612;text-decoration:underline;cursor:pointer;font-weight:600}@media(max-width:520px){.pp-calc-qty-row{flex-direction:column;align-items:stretch}.pp-calc-box-info{text-align:left}}.pp-delivery{padding:18px 0 4px;border-top:1px solid #e8e2d8}.pp-delivery-title{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#1a1612;margin-bottom:10px}.pp-delivery-status{font-size:13px;color:#1a1612;margin-bottom:6px;line-height:1.5}.pp-delivery-zip{font-size:13px;color:#1a1612;margin-bottom:14px}.pp-delivery-zip a{color:#1a1612;text-decoration:underline;cursor:pointer;font-weight:500}.pp-delivery-bullets{list-style:none;display:flex;flex-direction:column;gap:6px;margin-top:12px;padding:0}.pp-delivery-bullets li{font-size:13px;color:#1a1612;padding-left:16px;position:relative;line-height:1.5}.pp-delivery-bullets li::before{content:'•';position:absolute;left:4px;color:#1a1612;font-weight:700}.pp-qty-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:8px}.pp-qty-ctrl{display:flex;align-items:center;border:1px solid #d8d2c6;border-radius:30px;overflow:hidden;background:#fff}.pp-qty-ctrl button{width:38px;height:38px;background:none;border:none;font-size:16px;font-weight:500;color:#1a1612;cursor:pointer}.pp-qty-ctrl button:hover{background:#faf6f0}.pp-qty-ctrl input{width:50px;height:38px;border:none;outline:none;text-align:center;font-size:14px;font-weight:600;background:none;color:#1a1612;font-family:'Montserrat',sans-serif;-moz-appearance:textfield}.pp-qty-ctrl input::-webkit-outer-spin-button,.pp-qty-ctrl input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pp-each{font-size:13px;color:#1a1612}.pp-each strong{font-weight:700;font-size:14px;margin-left:6px}.pp-cta-stack{display:flex;flex-direction:column;gap:10px;margin-top:6px}.pp-btn-primary{padding:16px;background:#0a0906;color:#fff;border:none;border-radius:30px;font-size:13px;font-weight:600;letter-spacing:.3px;cursor:pointer;transition:background .18s;font-family:'Montserrat',sans-serif}.pp-btn-primary:hover{background:#000}.pp-btn-apricot{background:#D4824A}.pp-btn-apricot:hover{background:#c0723a}.pp-btn-secondary{background:#fff;color:#0a0906;border:1.5px solid #0a0906;border-radius:30px;font-size:13px;font-weight:600;letter-spacing:.3px;cursor:pointer;transition:all .18s;display:flex;align-items:center;justify-content:space-between;padding:0;overflow:hidden;font-family:'Montserrat',sans-serif}.pp-btn-secondary:hover{background:#faf6f0}.pp-btn-secondary>span{flex:1;padding:16px;text-align:center;cursor:pointer}.pp-btn-secondary .heart-cell{width:54px;height:54px;display:flex;align-items:center;justify-content:center;background:none;border:none;border-left:1.5px solid #0a0906;cursor:pointer;flex-shrink:0}.pp-btn-secondary .heart-cell svg{width:18px;height:18px;stroke:#0a0906;fill:none;stroke-width:1.8;transition:fill .15s,stroke .15s}.pp-btn-secondary .heart-cell.active svg{fill:#e05c3a;stroke:#e05c3a}.pp-cta-row{display:flex;gap:10px;align-items:stretch}.pp-cta-row .pp-btn-primary{flex:1}.pp-cta-heart{width:54px;flex-shrink:0;background:#fff;border:1.5px solid #0a0906;border-radius:30px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.pp-cta-heart:hover{background:#faf6f0}.pp-cta-heart svg{width:20px;height:20px;stroke:#0a0906;transition:all .15s}.pp-cta-heart.active{background:#fff0eb;border-color:#e05c3a}.pp-cta-heart.active svg{fill:#e05c3a;stroke:#e05c3a}.pp-install-card{background:#fff;border:1px solid #e8e2d8;border-radius:5px;padding:20px;margin-top:18px;font-family:'Montserrat',sans-serif}.pp-install-card-hd{display:flex;gap:14px;align-items:flex-start}.pp-install-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#0a0906}.pp-install-icon svg{width:24px;height:24px}.pp-install-text{flex:1;min-width:0}.pp-install-title{font-size:18px;font-weight:700;color:#0a0906;margin-bottom:6px;line-height:1.3}.pp-install-desc{font-size:13.5px;color:#1a1612;line-height:1.55;margin-bottom:14px}.pp-install-check{display:inline-flex;align-items:center;gap:10px;cursor:pointer;margin-bottom:12px}.pp-install-check input{display:none}.pp-install-check-box{width:18px;height:18px;border:1.5px solid #d8d2c6;border-radius:3px;flex-shrink:0;background:#fff;position:relative;transition:all .15s}.pp-install-check input:checked+.pp-install-check-box{background:#D4824A;border-color:#D4824A}.pp-install-check input:checked+.pp-install-check-box::after{content:'';position:absolute;left:5px;top:1px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.pp-install-check-label{font-size:13.5px;color:#1a1612;font-weight:500}.pp-install-link{display:inline-flex;align-items:center;gap:7px;font-size:13px;color:#1a1612;text-decoration:underline;font-weight:500;cursor:pointer}.pp-install-link:hover{color:#D4824A}.pp-install-info-i{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border:1.5px solid #1a1612;color:#1a1612;border-radius:50%;font-size:10px;font-weight:700;font-style:italic;font-family:Georgia,serif;line-height:1;flex-shrink:0}.pp-install-link:hover .pp-install-info-i{border-color:#D4824A;color:#D4824A}.pp-cart-row{display:flex;gap:12px;align-items:stretch;margin-top:14px}.pp-cart-qty{display:inline-flex;align-items:center;border:1px solid #d8d2c6;border-radius:30px;background:#fff;overflow:hidden;flex-shrink:0}.pp-cart-qty button{width:42px;height:48px;background:none;border:none;font-size:20px;font-weight:500;color:#9a8a7a;cursor:pointer;transition:background .15s,color .15s}.pp-cart-qty button:hover{background:#faf6f0;color:#D4824A}.pp-cart-qty input{width:42px;height:48px;border:none;text-align:center;font-size:15px;font-weight:600;color:#1a1612;background:none;outline:none;font-family:'Montserrat',sans-serif;-moz-appearance:textfield}.pp-cart-qty input::-webkit-outer-spin-button,.pp-cart-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pp-cart-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#FF5C1F;color:#fff;border:none;border-radius:6px;font-family:'Montserrat',sans-serif;font-size:14px;font-weight:700;letter-spacing:.3px;cursor:pointer;padding:14px 20px;transition:background .15s,transform .1s}.pp-cart-btn:hover{background:#e84e10}.pp-cart-btn:active{transform:scale(.98)}.pp-cart-btn svg{width:20px;height:20px}.pp-paypal-card{background:#FFC439;border:none;border-radius:5px;padding:16px 20px;margin-top:12px;font-family:'Montserrat',sans-serif;cursor:pointer;display:flex;flex-direction:column;gap:6px;transition:filter .15s}.pp-paypal-card:hover{filter:brightness(.96)}.pp-paypal-card-logo{font-size:20px;font-weight:900;line-height:1;font-family:'Montserrat',sans-serif;letter-spacing:-.3px}.pp-paypal-card-logo strong{font-weight:900}.pp-paypal-card-text{font-size:13px;color:#0a0906;line-height:1.45}.pp-paypal-card-text strong{font-weight:700}.pp-paypal-learn{color:#0a0906;text-decoration:underline;font-weight:500;cursor:pointer}.pp-returns-card{background:#fff;border:1px solid #e8e2d8;border-radius:5px;padding:20px;margin-top:18px;display:flex;gap:14px;align-items:flex-start;font-family:'Montserrat',sans-serif}.pp-returns-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#0a0906}.pp-returns-icon svg{width:26px;height:26px}.pp-returns-text{flex:1;min-width:0}.pp-returns-title{font-size:17px;font-weight:700;color:#0a0906;margin-bottom:6px;line-height:1.3}.pp-returns-body{font-size:13.5px;color:#1a1612;line-height:1.55;margin-bottom:8px}.pp-returns-body strong{font-weight:700}.pp-returns-link{font-size:13px;color:#1a1612;text-decoration:underline;font-weight:500;cursor:pointer}.pp-returns-link:hover{color:#D4824A}@media(max-width:480px){.pp-install-card,.pp-returns-card{padding:16px}.pp-cart-btn{font-size:13px;padding:14px 14px}.pp-view-cart-btn{background:#0a0906 !important;margin-top:10px}.pp-view-cart-btn:hover{background:#C9A96E}.pp-cart-qty button{width:38px}.pp-cart-qty input{width:38px}}.pp-design-desk{background:#faf6f0;border:1px solid #e8e2d8;border-radius:2px;padding:20px;margin-top:8px}.pp-design-desk-tag{font-size:10.5px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#9a8a7a;margin-bottom:8px}.pp-design-desk h4{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:600;color:#0a0906;margin-bottom:8px}.pp-design-desk p{font-size:13px;color:#1a1612;line-height:1.6;margin-bottom:12px}.pp-design-desk a{font-size:12.5px;font-weight:600;color:#1a1612;text-decoration:underline;text-underline-offset:2px}.pp-design-desk a:hover{color:#D4824A}.pp-below{max-width:1320px;margin:0 auto;padding:32px 24px 48px;font-family:'Roboto',sans-serif}.pp-faq-heading{font-family:'Cormorant Garamond',serif;font-size:28px;font-weight:600;color:#0a0906;margin-bottom:24px}.pp-acc-wrap{display:flex;flex-direction:column}.pp-acc-item{border:1.5px solid transparent;border-bottom:1px solid #d8d2c6;background:#fff;transition:border-color .15s;position:relative}.pp-acc-item:first-child{border-top:1px solid #d8d2c6}.pp-acc-item.open{border:1.5px solid #0a0906;z-index:1}.pp-acc-item.open+.pp-acc-item{border-top-color:transparent}.pp-acc-hd{width:100%;padding:22px 28px;display:flex;justify-content:space-between;align-items:center;background:none;border:none;cursor:pointer;text-align:left;font-family:'Montserrat',sans-serif}.pp-acc-title{font-size:18px;font-weight:700;color:#0a0906;letter-spacing:0;text-transform:none}.pp-acc-arrow{width:18px;height:18px;stroke:#0a0906;flex-shrink:0;transition:transform .25s}.pp-acc-item.open .pp-acc-arrow{transform:rotate(180deg)}.pp-acc-body{display:none;padding:8px 28px 28px;font-size:14px;line-height:1.65;color:#1a1612;font-family:'Roboto',sans-serif}.pp-acc-item.open .pp-acc-body{display:block}.pp-acc-body p{margin-bottom:14px}.pp-acc-body p:last-child{margin-bottom:0}.pp-acc-body ul{margin:8px 0 14px 22px}.pp-acc-body li{margin-bottom:6px;line-height:1.6}.pp-spec-table{width:100%;border-collapse:collapse;margin-top:0}.pp-spec-table tr{border-bottom:1px solid #e8e2d8}.pp-spec-table tr:first-child{border-top:1px solid #e8e2d8}.pp-spec-table td{padding:14px 0;font-size:14px;vertical-align:top}.pp-spec-table td:first-child{font-weight:700;color:#0a0906;width:50%;padding-right:16px}.pp-spec-table td:last-child{color:#1a1612}.pp-spec-subsection+.pp-spec-subsection{margin-top:32px}.pp-spec-subhead{font-size:18px;font-weight:700;color:#0a0906;margin:0 0 8px;font-family:'Montserrat',sans-serif;letter-spacing:0;text-transform:none}.pp-expert-card{margin-bottom:32px;font-family:'Montserrat',sans-serif}.pp-expert-hd{display:flex;align-items:flex-start;gap:14px;margin-bottom:14px}.pp-expert-icon{flex-shrink:0;width:46px;height:46px;display:flex;align-items:center;justify-content:center}.pp-expert-icon svg{width:42px;height:42px}.pp-expert-text{flex:1;min-width:0;padding-top:2px}.pp-expert-title{font-size:20px;font-weight:700;color:#0a0906;line-height:1.25;margin:0 0 4px}.pp-expert-sub{font-size:13.5px;color:#1a1612;line-height:1.4}.pp-expert-form{background:#faf6f0;border-radius:6px;padding:16px;display:flex;gap:10px;align-items:stretch;flex-wrap:wrap}.pp-expert-form input{flex:1;min-width:200px;padding:12px 14px;border:1px solid #d8d2c6;border-radius:4px;font-family:'Montserrat',sans-serif;font-size:14px;color:#1a1612;outline:none;background:#fff;transition:border-color .15s}.pp-expert-form input:focus{border-color:#0a0906}.pp-expert-form input::placeholder{color:#9a8a7a}.pp-expert-form button{padding:12px 20px;background:#fff;border:1.5px solid #FF5C1F;color:#FF5C1F;border-radius:4px;font-family:'Montserrat',sans-serif;font-size:14px;font-weight:700;cursor:pointer;transition:all .15s;flex-shrink:0;white-space:nowrap}.pp-expert-form button:hover{background:#FF5C1F;color:#fff}.pp-expert-confirm{background:#faf6f0;border-radius:6px;padding:18px}.pp-expert-confirm-label{font-size:13.5px;font-weight:700;color:#0a0906;margin-bottom:4px}.pp-expert-confirm-text{font-size:13.5px;color:#1a1612;line-height:1.5}.pp-expert-typical{margin-top:18px}.pp-expert-typical-label{font-size:13.5px;color:#1a1612;margin-bottom:8px}.pp-expert-typical-list{margin:0;padding:0 0 0 20px;list-style:disc;color:#1a1612;font-size:13.5px;line-height:1.7}.pp-expert-typical-list li{margin-bottom:4px}@media(max-width:520px){.pp-acc-hd{padding:18px 18px}.pp-acc-body{padding:6px 18px 22px}.pp-acc-title{font-size:16px}.pp-expert-form{flex-direction:column}.pp-expert-form button{width:100%}}.pp-rv-summary{display:flex;gap:32px;align-items:center;padding:6px 0 18px;flex-wrap:wrap}.pp-rv-big{font-family:'Cormorant Garamond',serif;font-size:42px;font-weight:600;color:#0a0906;line-height:1}.pp-rv-big-stars{display:flex;gap:2px;color:#1a1612;font-size:18px;margin-top:6px}.pp-rv-big-total{font-size:12px;color:#9a8a7a;margin-top:4px}.pp-rv-bars{flex:1;min-width:240px;display:flex;flex-direction:column;gap:5px}.pp-rv-bar-r{display:flex;align-items:center;gap:10px;font-size:12px;color:#1a1612}.pp-rv-bar-lbl{width:32px}.pp-rv-bar-track{flex:1;height:6px;background:#faf6f0;border-radius:3px;overflow:hidden}.pp-rv-bar-fill{height:100%;background:#C9A96E}.pp-rv-bar-n{width:24px;text-align:right;color:#9a8a7a}.pp-rv-card{padding:18px 0;border-top:1px solid #e8e2d8}.pp-rv-card-hd{display:flex;justify-content:space-between;margin-bottom:8px;font-size:12.5px}.pp-rv-stars-row{display:flex;gap:2px;color:#1a1612;margin-bottom:4px}.pp-rv-author{font-weight:600;color:#1a1612}.pp-rv-date{color:#9a8a7a}.pp-rv-title{font-weight:700;color:#0a0906;margin-bottom:6px;font-size:14px}.pp-rv-text{font-size:13.5px;color:#1a1612;line-height:1.6}.pp-rv-verified{display:inline-flex;align-items:center;gap:5px;margin-top:8px;font-size:11px;color:#6b6359;font-weight:500}.pp-rv-verified svg{width:12px;height:12px;stroke:#3a8a3f;fill:none;stroke-width:2.5}.pp-similar{max-width:1320px;margin:0 auto;padding:24px 24px 64px;font-family:'Montserrat',sans-serif}.pp-similar-hd{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.pp-similar-title{font-family:'Cormorant Garamond',serif;font-size:28px;font-weight:600;color:#0a0906}.pp-similar-arrows{display:flex;gap:8px}.pp-similar-arrow{width:36px;height:36px;border:1.5px solid #d8d2c6;background:#fff;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .15s}.pp-similar-arrow:hover:not(:disabled){border-color:#0a0906;background:#0a0906}.pp-similar-arrow:hover:not(:disabled) svg{stroke:#fff}.pp-similar-arrow:disabled{opacity:.4;cursor:not-allowed}.pp-similar-arrow svg{width:13px;height:13px;stroke:#1a1612;fill:none;stroke-width:2.5}.pp-similar-track-wrap{position:relative;overflow:hidden}.pp-similar-track{display:flex;gap:18px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;scroll-snap-type:x mandatory;padding-bottom:6px}.pp-similar-track::-webkit-scrollbar{display:none}.pp-similar-card{flex:0 0 calc(25% - 14px);scroll-snap-align:start;cursor:pointer;text-decoration:none;color:inherit;display:flex;flex-direction:column}.pp-similar-card-img{aspect-ratio:1/1;background:#faf6f0;overflow:hidden;position:relative;border-radius:2px}.pp-similar-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s;display:block}.pp-similar-card:hover .pp-similar-card-img img{transform:scale(1.04)}.pp-similar-card-pill{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);padding:9px 22px;background:rgba(26,22,18,.92);color:#fff;font-size:11px;font-weight:600;letter-spacing:.3px;border-radius:30px;border:none;cursor:pointer;opacity:0;transition:opacity .15s;font-family:'Montserrat',sans-serif}.pp-similar-card:hover .pp-similar-card-pill{opacity:1}.pp-similar-card-name{margin-top:12px;font-size:14px;color:#1a1612;font-weight:500;line-height:1.4}.pp-similar-card-price{margin-top:4px;font-size:14px;font-weight:700;color:#0a0906}@media(max-width:1100px){.pp-similar-card{flex:0 0 calc(33.333% - 12px)}}@media(max-width:768px){.pp-similar-card{flex:0 0 calc(50% - 9px)}}@media(max-width:860px){.pp-stage,.pp-thumbs{position:static}.pp-title{font-size:24px}}.sh-opt.sh-opt-unavailable{opacity:.35;cursor:not-allowed;pointer-events:none}.sh-opt.sh-opt-unavailable .sh-opt-label{color:var(--sh-muted)}.sh-swatch.sh-swatch-unavailable{opacity:.3;cursor:not-allowed;position:relative}.sh-swatch.sh-swatch-unavailable::after{content:'';position:absolute;inset:0;background:repeating-linear-gradient(135deg,transparent 0 4px,rgba(255,255,255,.6) 4px 5px);border-radius:4px}.sh-opt-count{transition:color .15s,opacity .15s}.sh-opt-unavailable .sh-opt-count{color:var(--sh-muted)}.sh-cat-page-title{margin:8px 0 22px;padding:24px 28px;background:linear-gradient(135deg,#0a0906 0%,#1a1612 100%);color:#fff;border-radius:14px;position:relative;overflow:hidden}.sh-cat-page-title::before{content:'';position:absolute;top:0;right:0;width:240px;height:100%;background:radial-gradient(circle at 100% 50%,rgba(212,130,74,.15) 0%,transparent 60%);pointer-events:none}.sh-cat-page-title h1{font-family:'Cormorant Garamond',serif;font-size:32px;font-weight:600;line-height:1.15;color:#fff;margin:0 0 6px;letter-spacing:.3px;position:relative;z-index:1}.sh-cat-page-title p{font-size:13.5px;color:rgba(255,255,255,.78);margin:0;line-height:1.55;max-width:680px;font-weight:400;position:relative;z-index:1}@media(max-width:640px){.sh-cat-page-title{padding:20px 18px;border-radius:10px;margin-bottom:16px}.sh-cat-page-title h1{font-size:24px}.sh-cat-page-title p{font-size:12.5px}}.pp-stripe-buy-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;margin-top:10px;padding:14px 20px;background:#635BFF;color:#fff;border:none;border-radius:30px;font-family:'Montserrat',sans-serif;font-size:14px;font-weight:700;letter-spacing:.3px;cursor:pointer;transition:background .15s,transform .1s}.pp-stripe-buy-btn:hover{background:#4f46e5}.pp-stripe-buy-btn:active{transform:scale(.98)}.pp-stripe-buy-btn svg{width:20px;height:20px;flex-shrink:0}.pp-stripe-secure{font-size:11px;font-weight:600;opacity:.85;letter-spacing:.5px}/* ════ ADMIN DASHBOARD ════ */
@keyframes adminFadeIn{from{opacity:0}to{opacity:1}}
@keyframes adminSlideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}

.admin-fab{position:fixed;bottom:24px;left:24px;z-index:8500;display:flex;flex-direction:column;gap:10px;align-items:flex-start;font-family:'Montserrat',sans-serif}
.admin-key-btn{width:46px;height:46px;border-radius:50%;background:rgba(10,9,6,.88);backdrop-filter:blur(10px);border:1px solid rgba(201,169,110,.3);color:var(--gold);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;box-shadow:0 8px 24px rgba(0,0,0,.18)}
.admin-key-btn:hover{background:#0a0906;transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.25)}
.admin-key-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2}
body.shop-admin-on .admin-key-btn{background:var(--gold);color:var(--ink);border-color:var(--gold);box-shadow:0 8px 24px rgba(201,169,110,.4)}

.admin-actions{display:none;flex-direction:column;gap:10px}
body.shop-admin-on .admin-actions{display:flex;animation:adminSlideUp .25s ease}
.admin-action-btn{padding:12px 22px;border-radius:50px;background:#1a1612;color:#fff;border:none;cursor:pointer;font-size:11px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;display:inline-flex;align-items:center;gap:8px;box-shadow:0 8px 24px rgba(0,0,0,.18);transition:all .2s;white-space:nowrap;font-family:inherit}/* Management Dashboard CTA — distinctive gradient styling */.admin-action-mgmt{background:linear-gradient(135deg,#0a0906 0%,#1a1612 60%,#3a2e1f 100%) !important;color:#fff !important;border:1px solid var(--gold) !important;text-decoration:none;position:relative;overflow:hidden}.admin-action-mgmt::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--gold),var(--apricot))}.admin-action-mgmt:hover{background:linear-gradient(135deg,#1a1612 0%,#3a2e1f 60%,var(--gold-dark) 100%) !important;transform:translateY(-2px);box-shadow:0 12px 32px rgba(201,169,110,.4) !important}.admin-action-mgmt span{flex:1;text-align:left}.admin-action-ext{width:13px !important;height:13px !important;stroke:var(--gold);fill:none;stroke-width:2;opacity:.85;flex-shrink:0;transition:opacity .15s}.admin-action-mgmt:hover .admin-action-ext{opacity:1;stroke:var(--gold-light)}
.admin-action-btn:hover{background:var(--gold);color:var(--ink);transform:translateY(-2px)}
.admin-action-btn.primary{background:var(--gold);color:var(--ink)}
.admin-action-btn.primary:hover{background:var(--gold-light)}
.admin-action-btn svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2.5}

.admin-modal{position:fixed;inset:0;z-index:9000;background:rgba(10,9,6,.7);backdrop-filter:blur(8px);display:none;align-items:flex-start;justify-content:center;padding:40px 20px;overflow-y:auto;font-family:'Montserrat',sans-serif}
.admin-modal.open{display:flex;animation:adminFadeIn .25s ease}
.admin-modal-box{background:#fff;border-radius:18px;width:100%;max-width:780px;position:relative;box-shadow:0 30px 80px rgba(0,0,0,.3);margin:auto;animation:adminSlideUp .3s ease both;color:#1a1612}
.admin-modal-box.wide{max-width:960px}
.admin-modal-close{position:absolute;top:18px;right:18px;width:36px;height:36px;border-radius:50%;background:#f5f0ea;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:5;transition:background .2s}
.admin-modal-close:hover{background:#e84e10}
.admin-modal-close:hover svg{stroke:#fff}
.admin-modal-close svg{width:16px;height:16px;stroke:#1a1612;fill:none;stroke-width:2;transition:stroke .15s}

/* Login */
.admin-login{padding:48px 44px;max-width:440px}
.admin-login h2{font-family:'Cormorant Garamond',serif;font-size:32px;font-weight:700;margin-bottom:8px;color:#0a0906}
.admin-login h2 em{font-style:italic;color:var(--gold)}
.admin-login .sub{font-size:13px;color:#9a8a7a;margin-bottom:28px;line-height:1.5}
.admin-login label{display:block;font-size:11px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:#1a1612;margin-bottom:8px}
.admin-login input[type=password]{width:100%;padding:14px 18px;background:#faf6f0;border:1.5px solid #e8e2d8;border-radius:10px;font-size:14px;color:#1a1612;font-family:inherit;transition:all .2s;outline:none}
.admin-login input[type=password]:focus{border-color:var(--gold);background:#fff}
.admin-login button{width:100%;margin-top:18px;padding:15px;background:#0a0906;color:#fff;border:none;border-radius:10px;font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:10px;font-family:inherit}
.admin-login button:hover{background:var(--gold);color:#0a0906}
.admin-login button svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2.5}
.admin-login-error{margin-top:14px;padding:10px 14px;background:rgba(196,88,62,.08);border:1px solid rgba(196,88,62,.2);border-radius:8px;font-size:12px;color:#c4583e;display:none}
.admin-login-error.show{display:block}

/* Generic dashboard panel header */
.admin-panel-hd{padding:32px 36px 18px;border-bottom:1px solid #f0eae0}
.admin-panel-hd h2{font-family:'Cormorant Garamond',serif;font-size:28px;font-weight:700;color:#0a0906;margin-bottom:4px}
.admin-panel-hd h2 em{font-style:italic;color:var(--gold)}
.admin-panel-hd p{font-size:13px;color:#9a8a7a;line-height:1.5}
.admin-panel-body{padding:24px 36px 32px}

/* Product list */
.admin-prod-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;flex-wrap:wrap}
.admin-prod-search{position:relative;flex:1;min-width:200px;max-width:340px}
.admin-prod-search input{width:100%;padding:10px 14px 10px 38px;background:#faf6f0;border:1.5px solid #e8e2d8;border-radius:8px;font-size:13px;color:#1a1612;outline:none;font-family:inherit;transition:border-color .15s}
.admin-prod-search input:focus{border-color:var(--gold);background:#fff}
.admin-prod-search svg{position:absolute;left:13px;top:50%;transform:translateY(-50%);width:14px;height:14px;stroke:#9a8a7a;fill:none;stroke-width:2}
.admin-add-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:var(--gold);color:#0a0906;border:none;border-radius:8px;font-size:11px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;font-family:inherit;transition:all .2s}
.admin-add-btn:hover{background:var(--gold-light);transform:translateY(-1px)}
.admin-add-btn svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.5}

.admin-prod-list{display:flex;flex-direction:column;gap:8px;max-height:500px;overflow-y:auto;padding-right:4px}
.admin-prod-list::-webkit-scrollbar{width:6px}
.admin-prod-list::-webkit-scrollbar-track{background:#f5f0ea;border-radius:3px}
.admin-prod-list::-webkit-scrollbar-thumb{background:#d8d2c6;border-radius:3px}
.admin-prod-row{display:flex;align-items:center;gap:14px;padding:10px 14px;background:#faf6f0;border:1px solid #f0eae0;border-radius:10px;cursor:pointer;transition:all .18s}
.admin-prod-row:hover{background:#fff;border-color:var(--gold);box-shadow:0 4px 12px rgba(201,169,110,.1)}
.admin-prod-row.local-edit{border-left:3px solid var(--gold)}
.admin-prod-row.hidden{opacity:.5;background:#f5f0ea}
.admin-prod-row-img{width:48px;height:48px;border-radius:6px;object-fit:cover;background:#e8e2d8;flex-shrink:0}
.admin-prod-row-info{flex:1;min-width:0}
.admin-prod-row-name{font-family:'Cormorant Garamond',serif;font-size:15px;font-weight:600;color:#0a0906;line-height:1.2;margin-bottom:2px}
.admin-prod-row-meta{font-size:10.5px;color:#9a8a7a;font-weight:600;letter-spacing:.3px}
.admin-prod-row-cat{display:inline-block;padding:2px 8px;background:rgba(212,130,74,.1);color:var(--apricot);border-radius:8px;font-size:9px;font-weight:800;letter-spacing:1px;text-transform:uppercase;margin-right:6px}
.admin-prod-row-price{font-family:'Cormorant Garamond',serif;font-size:16px;font-weight:700;color:#0a0906;flex-shrink:0}
.admin-prod-row-actions{display:flex;gap:6px;flex-shrink:0}
.admin-prod-row-btn{width:32px;height:32px;border-radius:50%;background:#fff;border:1px solid #e8e2d8;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;color:#1a1612}
.admin-prod-row-btn:hover{background:var(--gold);border-color:var(--gold);color:#0a0906}
.admin-prod-row-btn.del:hover{background:#e84e10;border-color:#e84e10;color:#fff}
.admin-prod-row-btn svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2}
.admin-prod-row-stripe{display:inline-flex;align-items:center;gap:3px;padding:1px 6px;background:#635BFF;color:#fff;border-radius:6px;font-size:8.5px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;margin-left:6px}
.admin-prod-empty{text-align:center;padding:40px 20px;color:#9a8a7a}
.admin-prod-empty svg{width:40px;height:40px;stroke:#d8d2c6;fill:none;stroke-width:1.5;margin-bottom:12px}
.admin-prod-empty h3{font-family:'Cormorant Garamond',serif;font-size:20px;color:#1a1612;margin-bottom:6px;font-weight:600}

/* Editor */
.admin-editor{padding:32px 36px 36px}
.admin-editor h2{font-family:'Cormorant Garamond',serif;font-size:28px;font-weight:700;margin-bottom:6px;color:#0a0906}
.admin-editor h2 em{font-style:italic;color:var(--gold)}
.admin-editor .sub{font-size:13px;color:#9a8a7a;margin-bottom:24px}
.admin-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.admin-field{margin-bottom:14px}
.admin-field-full{grid-column:1/-1}
.admin-field label{display:block;font-size:11px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;color:#1a1612;margin-bottom:7px}
.admin-field label .req{color:var(--apricot);margin-left:4px}
.admin-field input[type=text],.admin-field input[type=url],.admin-field input[type=number],.admin-field select,.admin-field textarea{width:100%;padding:11px 14px;background:#faf6f0;border:1.5px solid #e8e2d8;border-radius:8px;font-size:13.5px;color:#1a1612;font-family:inherit;outline:none;transition:all .15s}
.admin-field input:focus,.admin-field select:focus,.admin-field textarea:focus{border-color:var(--gold);background:#fff}
.admin-field textarea{resize:vertical;min-height:80px;line-height:1.5}
.admin-field .hint{font-size:10.5px;color:#9a8a7a;margin-top:5px;line-height:1.4}
.admin-field-section{padding:18px 0 6px;margin-top:12px;border-top:1px solid #f0eae0}
.admin-field-section-title{font-size:12px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#0a0906;margin-bottom:14px;display:flex;align-items:center;gap:8px}
.admin-field-section-title::before{content:'';width:24px;height:2px;background:var(--gold)}

/* Add-row builders for specs / colors / features */
.admin-rows{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}
.admin-row{display:flex;gap:8px;align-items:center}
.admin-row input{flex:1;padding:9px 12px;background:#faf6f0;border:1.5px solid #e8e2d8;border-radius:7px;font-size:12.5px;color:#1a1612;font-family:inherit;outline:none;transition:all .15s;min-width:0}
.admin-row input:focus{border-color:var(--gold);background:#fff}
.admin-row .key{flex:0 0 38%}
.admin-row .color-swatch-pick{width:38px;height:38px;border-radius:6px;border:1.5px solid #e8e2d8;cursor:pointer;flex-shrink:0;background:#fff;padding:2px}
.admin-row .color-swatch-pick::-webkit-color-swatch{border:none;border-radius:4px}
.admin-row .color-swatch-pick::-moz-color-swatch{border:none;border-radius:4px}
.admin-row-rm{width:28px;height:28px;border-radius:50%;background:#fff;border:1px solid #e8e2d8;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#9a8a7a;transition:all .15s}
.admin-row-rm:hover{background:#e84e10;border-color:#e84e10;color:#fff}
.admin-row-rm svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:2.5}
.admin-row-add{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#fff;border:1.5px dashed #d4824a;color:var(--apricot);font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;border-radius:20px;cursor:pointer;font-family:inherit;transition:all .15s;align-self:flex-start}
.admin-row-add:hover{background:rgba(212,130,74,.08);border-style:solid}
.admin-row-add svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:2.5}

/* Image URL multi-input (for additional images) */
.admin-img-rows .admin-row input{flex:1}
.admin-img-rows .admin-row .preview{width:38px;height:38px;border-radius:6px;background:#faf6f0;background-size:cover;background-position:center;flex-shrink:0;border:1px solid #e8e2d8}

/* Stripe link box (highlighted) */
.admin-stripe-box{padding:14px 16px;background:linear-gradient(135deg,rgba(99,91,255,.06),rgba(99,91,255,.02));border:1px solid rgba(99,91,255,.2);border-radius:10px;margin-bottom:14px}
.admin-stripe-box label{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;color:#635BFF;margin-bottom:8px}
.admin-stripe-box label svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2}
.admin-stripe-box input{width:100%;padding:10px 14px;background:#fff;border:1.5px solid rgba(99,91,255,.25);border-radius:7px;font-size:12.5px;color:#1a1612;font-family:inherit;outline:none;transition:border-color .15s}
.admin-stripe-box input:focus{border-color:#635BFF}
.admin-stripe-box .hint{font-size:10.5px;color:#9a8a7a;margin-top:6px;line-height:1.45}
.admin-stripe-box .hint a{color:#635BFF;text-decoration:underline;font-weight:600}

/* Editor footer */
.admin-editor-foot{display:flex;gap:10px;margin-top:24px;padding-top:24px;border-top:1px solid #f0eae0;flex-wrap:wrap}
.admin-btn-save{flex:1;padding:14px 24px;background:var(--gold);color:#0a0906;border:none;border-radius:10px;font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .2s;min-width:160px;font-family:inherit}
.admin-btn-save:hover{background:var(--gold-light);transform:translateY(-1px);box-shadow:0 6px 16px rgba(201,169,110,.3)}
.admin-btn-save svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2.5}
.admin-btn-cancel{padding:14px 24px;background:#f5f0ea;color:#1a1612;border:none;border-radius:10px;font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:all .2s;font-family:inherit}
.admin-btn-cancel:hover{background:#e8e2d8}
.admin-btn-delete{padding:14px 18px;background:transparent;color:#c4583e;border:1.5px solid #f0d2cb;border-radius:10px;font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:all .2s;font-family:inherit}
.admin-btn-delete:hover{background:#c4583e;color:#fff;border-color:#c4583e}

/* Export/Import */
.admin-io-tabs{display:flex;gap:4px;margin-bottom:18px;border-bottom:1px solid #f0eae0}
.admin-io-tab{padding:11px 20px;background:transparent;border:none;font-size:11px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:#9a8a7a;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .15s;font-family:inherit}
.admin-io-tab.active{color:#0a0906;border-bottom-color:var(--gold)}
.admin-io-panel{display:none}
.admin-io-panel.active{display:block}
.admin-io-panel textarea{width:100%;min-height:280px;padding:14px;background:#0f0e0b;color:#e8b870;border:1.5px solid #e8e2d8;border-radius:10px;font-family:'Menlo','Monaco',monospace;font-size:12px;line-height:1.55;resize:vertical;outline:none}
.admin-io-panel textarea:focus{border-color:var(--gold)}
.admin-io-instructions{background:#faf6f0;padding:16px 20px;border-radius:10px;font-size:12.5px;color:#1a1612;line-height:1.6;margin-top:14px;border-left:3px solid var(--gold)}
.admin-io-instructions strong{color:#0a0906}
.admin-io-instructions code{background:#fff;padding:2px 7px;border-radius:4px;font-size:11.5px;color:var(--gold-dark);font-family:'Menlo','Monaco',monospace}

/* Toast already exists in shop, reuse it */

@media(max-width:600px){
  .admin-modal{padding:0}
  .admin-modal-box{border-radius:0;min-height:100vh;max-width:100%}
  .admin-login,.admin-editor,.admin-panel-body,.admin-panel-hd{padding-left:20px;padding-right:20px}
  .admin-form-grid{grid-template-columns:1fr}
  .admin-prod-row-meta{display:none}
}

/* ===== Premium Mago product cards (owner-approved reference style) ===== */
.sh-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 24px;align-items:stretch}
.sh-card{background:#111820;border:1px solid rgba(201,169,110,.28);border-radius:18px;overflow:hidden;box-shadow:0 18px 45px rgba(15,18,22,.16);transition:transform .32s ease,box-shadow .32s ease,border-color .32s ease;isolation:isolate}
.sh-card:hover{transform:translateY(-7px);box-shadow:0 28px 60px rgba(15,18,22,.24);border-color:rgba(201,169,110,.7)}
.sh-card-img-wrap{aspect-ratio:1.06/1;min-height:0;background:#e9e4dc;overflow:hidden;position:relative}
.sh-card-img-wrap::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,9,13,.18) 0%,transparent 34%,rgba(8,13,18,.1) 58%,rgba(8,13,18,.82) 100%);pointer-events:none;z-index:1}
.sh-card-img{width:100%;height:100%;object-fit:cover;display:block;opacity:1;transition:transform .7s cubic-bezier(.2,.7,.2,1),filter .4s ease,opacity .22s ease}
.sh-card-img.is-changing{opacity:.18}
.sh-card:hover .sh-card-img{transform:scale(1.055);filter:saturate(1.06) contrast(1.03)}
.mago-card-brand{position:absolute;z-index:3;left:18px;top:18px;display:flex;align-items:center;padding:9px 12px 8px;background:rgba(9,14,20,.88);border:1px solid rgba(201,169,110,.42);border-radius:10px;box-shadow:0 8px 25px rgba(0,0,0,.25);backdrop-filter:blur(8px)}
.mago-card-brand img{display:block;width:76px;height:42px;object-fit:contain;filter:drop-shadow(0 2px 5px rgba(0,0,0,.28))}
.mago-card-photo-copy{position:absolute;z-index:3;left:20px;right:20px;bottom:18px;color:#fff;text-shadow:0 2px 16px rgba(0,0,0,.65)}
.mago-card-photo-copy span{display:block;color:#e3bd6d;font-size:9px;font-weight:800;letter-spacing:2.4px;text-transform:uppercase;margin-bottom:7px}
.mago-card-photo-copy strong{display:block;font-size:19px;line-height:1.15;font-weight:850;letter-spacing:.2px;text-transform:uppercase;max-width:88%}
.mago-card-photo-copy i{display:block;width:62px;height:2px;margin-top:11px;background:linear-gradient(90deg,#d8ad58,#f1d48f);font-size:0}
.mago-card-slide-dots{position:absolute;z-index:4;right:18px;bottom:20px;display:flex;gap:5px;align-items:center}
.mago-card-slide-dot{display:block;width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.46);box-shadow:0 1px 4px rgba(0,0,0,.4);transition:width .2s ease,background .2s ease}
.mago-card-slide-dot.active{width:16px;border-radius:5px;background:#e1bb68}
.sh-card-badge{z-index:4;top:18px;right:18px;left:auto}
.sh-card-actions-panel{z-index:6;background:rgba(10,15,21,.94);backdrop-filter:blur(12px)}
.sh-trust-strip{display:grid;grid-template-columns:repeat(3,1fr);background:linear-gradient(135deg,#0b1118,#17212b);border-top:1px solid rgba(201,169,110,.35);border-bottom:1px solid rgba(201,169,110,.22);padding:16px 10px 14px;gap:0}
.sh-trust-item{min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center;gap:7px;padding:0 8px;border-right:1px solid rgba(255,255,255,.1)}
.sh-trust-item:last-child{border-right:0}
.sh-trust-icon{width:30px;height:30px;border:1px solid rgba(216,173,88,.7);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#d8ad58;background:rgba(216,173,88,.06)}
.sh-trust-icon svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.8}
.sh-trust-text{min-width:0}
.sh-trust-title{color:#fff;font-size:8px;line-height:1.2;font-weight:800;letter-spacing:.7px;text-transform:uppercase}
.sh-trust-sub{color:rgba(255,255,255,.58);font-size:7.5px;line-height:1.25;margin-top:3px}
.sh-card-body{background:linear-gradient(145deg,#101820 0%,#18232d 100%);color:#fff;padding:20px 18px 0;display:flex;flex-direction:column;min-height:300px}
.sh-card-cat{color:#d8ad58;font-size:9px;font-weight:800;letter-spacing:2.1px;text-transform:uppercase;margin-bottom:9px}
.mago-card-tagline{color:rgba(255,255,255,.72);font-size:10px;font-weight:650;letter-spacing:.65px;text-transform:uppercase;line-height:1.45;margin:-2px 0 12px;padding-bottom:12px;border-bottom:1px solid rgba(216,173,88,.24)}
.sh-card-top-row{align-items:flex-start;gap:12px}
.sh-card-name-col{min-width:0;flex:1}
.sh-card-name{color:#fff;font-family:'Montserrat',sans-serif;font-size:18px;font-weight:850;line-height:1.18;text-transform:uppercase;letter-spacing:.1px;cursor:pointer}
.sh-card-name:hover{color:#e1bc71}
.sh-card-price-col{flex:0 0 auto;text-align:right;color:#e2bb68}
.sh-card-price-summary,.sh-card-price-summary *{color:#e2bb68}
.sh-card-price-summary small,.sh-card-price-summary em,.sh-card-price-summary span{color:rgba(255,255,255,.58)}
.sh-card-stars{margin-top:8px;min-height:16px}
.sh-star{color:rgba(255,255,255,.22)}
.sh-star.on,.sh-star.half{color:#d8ad58}
.sh-rating-val,.sh-rating-count,.sh-rating-new{color:rgba(255,255,255,.62)}
.sh-card-mid-row{border-top:1px solid rgba(255,255,255,.1);margin-top:14px;padding-top:12px}
.sh-card-swatch{border:2px solid rgba(255,255,255,.35);box-shadow:0 0 0 1px rgba(0,0,0,.4)}
.sh-card-swatch.active{border-color:#d8ad58;box-shadow:0 0 0 2px rgba(216,173,88,.24)}
.sh-card-details-btn{color:#e0bb70;border-color:rgba(216,173,88,.5)}
.sh-card-details-btn:hover{background:#d8ad58;color:#0b1118}
.sh-card-specs{color:rgba(255,255,255,.62);border-color:rgba(255,255,255,.1);font-size:9px;line-height:1.5}
.sh-card-specs .sh-leaf-icon{color:#d8ad58}
.sh-card-ctas{display:grid;grid-template-columns:.9fr .72fr 1.35fr;gap:0;margin:16px -18px 0;border-top:1px solid rgba(201,169,110,.32);margin-top:auto}
.sh-card-ctas button{min-width:0;height:52px;border-radius:0!important;border:0!important;padding:8px 7px!important;display:flex;align-items:center;justify-content:center;gap:6px;font-size:9px!important;font-weight:850!important;letter-spacing:.5px!important;text-transform:uppercase;transition:background .2s,color .2s}
.sh-card-ctas button svg{width:15px;height:15px;flex:0 0 auto}
.sh-btn-buy{background:#f4eee2!important;color:#121923!important}
.sh-btn-share{background:#202d38;color:#fff;cursor:pointer;font-family:'Montserrat',sans-serif}
.sh-btn-cart{background:linear-gradient(135deg,#c99d48,#e1bf76)!important;color:#111820!important}
.sh-card-ctas button:hover{filter:none;transform:none;background:#fff!important;color:#0b1118!important}
.sh-card-bottom{display:none!important}
.sh-card.actions-open .sh-card-actions-panel{display:flex}
@media(max-width:1180px){.sh-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.sh-grid{grid-template-columns:1fr;gap:22px}.sh-card{max-width:520px;width:100%;margin:0 auto}.sh-card-img-wrap{aspect-ratio:1.12/1}.mago-card-photo-copy strong{font-size:18px}.sh-card-body{min-height:286px}}
@media(max-width:420px){.mago-card-brand{left:12px;top:12px;padding:7px 9px}.mago-card-brand img{width:62px;height:34px}.mago-card-photo-copy{left:15px;right:15px;bottom:14px}.sh-card-ctas button{font-size:8px!important;letter-spacing:.15px!important}.sh-card-ctas button svg{width:13px;height:13px}.sh-trust-item{padding:0 4px}}

.sh-featured-showcase{
  max-width:1400px;
  margin:28px auto 34px;
  padding:0 32px;
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);
  gap:22px;
  background:#f8f7f4;
}
.sh-featured-loading{
  grid-column:1 / -1;
  padding:34px;
  border:1px solid var(--sh-border);
  border-radius:10px;
  background:#fff;
  color:var(--sh-muted);
  font-family:'Montserrat',sans-serif;
  font-size:13px;
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
  text-align:center;
}
.sh-featured-life{
  position:relative;
  min-height:430px;
  border-radius:10px;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(14,12,9,.1),rgba(14,12,9,0)),
    var(--featured-life) center/cover no-repeat,
    linear-gradient(135deg,#d8c8ae,#f0e8d8);
  box-shadow:0 18px 42px rgba(26,22,18,.12);
}
.sh-featured-life::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 55%,rgba(10,9,6,.18));
  pointer-events:none;
}
.sh-featured-arrow{
  position:absolute;
  top:50%;
  z-index:2;
  width:42px;
  height:42px;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.9);
  color:#0a0906;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 8px 22px rgba(26,22,18,.16);
  cursor:pointer;
  transform:translateY(-50%);
}
.sh-featured-arrow-left{left:18px}
.sh-featured-arrow-right{right:18px}
.sh-featured-arrow svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.sh-featured-room{
  position:absolute;
  left:50%;
  bottom:26px;
  z-index:2;
  transform:translateX(-50%);
  min-width:190px;
  padding:15px 24px;
  border:1px solid rgba(10,9,6,.14);
  border-radius:8px;
  background:#fff;
  color:#0a0906;
  font-family:'Montserrat',sans-serif;
  font-size:14px;
  font-weight:900;
  letter-spacing:.1px;
  cursor:pointer;
  box-shadow:0 12px 26px rgba(26,22,18,.14);
}
.sh-featured-product{
  min-height:430px;
  border-radius:10px;
  background:#fff;
  border:1px solid rgba(232,226,218,.8);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:34px;
  text-align:center;
}
.sh-featured-brand{
  font-family:'Montserrat',sans-serif;
  font-size:25px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.8px;
  text-transform:uppercase;
  color:#0a0906;
  margin-bottom:14px;
}
.sh-featured-product h2{
  font-family:'Cormorant Garamond',serif;
  font-size:42px;
  line-height:1;
  font-style:italic;
  font-weight:700;
  color:#0a0906;
  margin:0 0 24px;
}
.sh-featured-swatch{
  width:100%;
  max-width:460px;
  aspect-ratio:1.42/1;
  border-radius:8px;
  overflow:hidden;
  background:#f4f1ec;
  box-shadow:inset 0 0 0 1px rgba(26,22,18,.08);
}
.sh-featured-swatch img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.sh-featured-product p{
  margin:18px 0 0;
  color:#6b6460;
  font-family:'Montserrat',sans-serif;
  font-size:12px;
  font-weight:700;
  line-height:1.45;
}
.sh-featured-link{
  margin-top:22px;
  border:0;
  border-bottom:2px solid #0a0906;
  background:transparent;
  color:#0a0906;
  font-family:'Montserrat',sans-serif;
  font-size:13px;
  font-weight:950;
  letter-spacing:3px;
  text-transform:uppercase;
  padding:0 0 6px;
  cursor:pointer;
}
.sh-featured-link span{letter-spacing:0}
.sh-featured-colors{
  grid-column:1 / -1;
  border-radius:10px;
  background:#fff;
  border:1px solid rgba(232,226,218,.8);
  padding:30px 34px 26px;
}
.sh-featured-color-title{
  margin:0 0 24px;
  color:#0a0906;
  font-family:'Montserrat',sans-serif;
  font-size:12px;
  font-weight:950;
  letter-spacing:6px;
  text-transform:uppercase;
}
.sh-featured-color-row{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(92px,1fr));
  gap:22px;
  align-items:start;
}
.sh-featured-color{
  border:0;
  background:transparent;
  color:#6b6460;
  font-family:'Montserrat',sans-serif;
  font-size:12px;
  font-weight:600;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  cursor:pointer;
  min-width:0;
}
.sh-featured-color-dot{
  width:58px;
  height:58px;
  border-radius:50%;
  background-color:#c8b79a;
  background-size:cover;
  background-position:center;
  box-shadow:0 0 0 1px rgba(26,22,18,.08),0 8px 18px rgba(26,22,18,.08);
  transition:box-shadow .18s,transform .18s;
}
.sh-featured-color.active .sh-featured-color-dot{
  box-shadow:0 0 0 3px #fff,0 0 0 6px #0a0906,0 12px 22px rgba(26,22,18,.14);
  transform:translateY(-2px);
}
.sh-featured-color-name{
  display:block;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.sh-featured-color.active .sh-featured-color-name{
  color:#0a0906;
  font-weight:900;
}

@media(max-width:900px){
  .sh-featured-showcase{
    grid-template-columns:1fr;
    padding:0 12px;
    margin:20px auto 26px;
    gap:14px;
  }
  .sh-featured-life,
  .sh-featured-product{
    min-height:330px;
  }
  .sh-featured-product{
    padding:28px 18px;
  }
  .sh-featured-product h2{
    font-size:34px;
  }
  .sh-featured-colors{
    padding:24px 16px 22px;
  }
  .sh-featured-color-row{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px 12px;
  }
  .sh-featured-color-dot{
    width:52px;
    height:52px;
  }
  .sh-featured-color-name{
    font-size:11px;
  }
}

@media(max-width:520px){
  .sh-featured-life{
    min-height:290px;
  }
  .sh-featured-brand{
    font-size:20px;
  }
  .sh-featured-product h2{
    font-size:30px;
  }
  .sh-featured-room{
    min-width:170px;
    padding:13px 18px;
    font-size:13px;
  }
  .sh-featured-color-title{
    font-size:10px;
    letter-spacing:4px;
    text-align:center;
  }
  .sh-featured-color-row{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

.sh-footer{
  margin-top:54px;
  background:#eee9df;
  color:#171410;
  border-top:1px solid rgba(26,22,18,.12);
  font-family:'Montserrat',sans-serif;
}
.sh-footer a{
  color:inherit;
  text-decoration:none;
}
.sh-footer-cta{
  background:#14110d;
  color:#fff;
  padding:34px 5vw;
}
.sh-footer-cta-inner{
  max-width:1240px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
}
.sh-footer-cta h2{
  margin:0 0 8px;
  color:#fff;
  font-family:'Cormorant Garamond',serif;
  font-size:38px;
  font-weight:500;
  line-height:1;
  letter-spacing:.2px;
}
.sh-footer-cta h2 em{
  color:var(--gold);
  font-style:italic;
}
.sh-footer-cta p{
  margin:0;
  color:#d7d0c7;
  font-size:15px;
  line-height:1.6;
}
.sh-footer-cta-actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.sh-footer-btn{
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 28px;
  border-radius:4px;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  white-space:nowrap;
  transition:transform .18s ease,background .18s ease,border-color .18s ease;
}
.sh-footer-btn:hover{
  transform:translateY(-1px);
}
.sh-footer-btn svg{
  width:15px;
  height:15px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
}
.sh-footer-btn-gold{
  background:var(--gold);
  color:#120f0b;
}
.sh-footer-btn-outline{
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
}
.sh-footer-btn-outline:hover{
  border-color:var(--gold);
}
.sh-footer-main{
  max-width:1040px;
  margin:0 auto;
  padding:72px 24px 62px;
  display:grid;
  grid-template-columns:1.45fr 1fr 1.1fr 1fr 1fr;
  gap:52px;
}
.sh-footer-brand img{
  width:52px;
  height:52px;
  object-fit:cover;
  margin-bottom:22px;
}
.sh-footer-brand p{
  margin:0 0 26px;
  color:#16120e;
  font-size:15px;
  line-height:1.8;
}
.sh-footer-contact{
  display:grid;
  gap:12px;
  margin:0;
  padding:0;
  list-style:none;
}
.sh-footer-contact li{
  display:grid;
  grid-template-columns:18px 1fr;
  align-items:start;
  gap:10px;
  color:#16120e;
  font-size:14px;
  font-weight:700;
  line-height:1.25;
}
.sh-footer-contact svg{
  width:16px;
  height:16px;
  margin-top:1px;
  fill:none;
  stroke:var(--gold);
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.sh-footer-col h3{
  margin:0 0 26px;
  color:#070604;
  font-family:'Cormorant Garamond',serif;
  font-size:21px;
  font-weight:700;
  line-height:1;
  position:relative;
}
.sh-footer-col h3::after{
  content:'';
  display:block;
  width:26px;
  height:1px;
  margin-top:13px;
  background:var(--gold);
}
.sh-footer-col a{
  display:block;
  position:relative;
  margin:0 0 10px;
  padding-left:10px;
  color:#070604;
  font-size:14px;
  font-weight:800;
  line-height:1.25;
  transition:color .18s ease,transform .18s ease;
}
.sh-footer-col a::before{
  content:'';
  position:absolute;
  left:0;
  top:.58em;
  width:4px;
  height:4px;
  border-radius:50%;
  background:#d4c9b8;
}
.sh-footer-col a:hover{
  color:var(--apricot);
  transform:translateX(2px);
}
.sh-footer-bottom{
  max-width:1040px;
  margin:0 auto;
  padding:26px 24px 30px;
  border-top:1px solid rgba(26,22,18,.14);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.sh-footer-bottom p{
  margin:0;
  color:#15110d;
  font-size:12px;
  line-height:1.6;
}
.sh-footer-socials{
  display:flex;
  align-items:center;
  gap:8px;
}
.sh-footer-social{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:8px;
  color:#fff;
  transition:transform .18s ease,filter .18s ease;
}
.sh-footer-social:hover{
  transform:translateY(-2px);
  filter:saturate(1.08);
}
.sh-footer-social svg{
  width:17px;
  height:17px;
  fill:currentColor;
}
.sh-footer-social-ig{background:#d9486f}
.sh-footer-social-fb{background:#3b73df}
.sh-footer-social-in{background:#2b66b4}
.sh-footer-social-yt{background:#ef3326}
.sh-footer-social-x{background:#0b0b0b}
@media(max-width:980px){
  .sh-footer-cta-inner{
    align-items:flex-start;
    flex-direction:column;
  }
  .sh-footer-cta-actions{
    justify-content:flex-start;
  }
  .sh-footer-main{
    grid-template-columns:1.3fr 1fr 1fr;
    gap:38px 34px;
  }
  .sh-footer-brand{
    grid-column:1 / -1;
    max-width:540px;
  }
}
@media(max-width:680px){
  .sh-footer{
    margin-top:36px;
  }
  .sh-footer-cta{
    padding:30px 20px;
  }
  .sh-footer-cta h2{
    font-size:32px;
  }
  .sh-footer-cta-actions,
  .sh-footer-btn{
    width:100%;
  }
  .sh-footer-main{
    padding:44px 22px 38px;
    grid-template-columns:1fr;
    gap:30px;
  }
  .sh-footer-col h3{
    margin-bottom:20px;
  }
  .sh-footer-bottom{
    padding:24px 22px 26px;
    flex-direction:column;
    align-items:flex-start;
  }
  .sh-footer-socials{
    flex-wrap:wrap;
  }
}

.sh-back-categories{display:inline-flex;align-items:center;gap:7px;margin:0 0 10px;padding:9px 14px;border:1px solid rgba(26,22,18,.16);border-radius:999px;background:#fff;color:#1a1612;font-family:'Montserrat',sans-serif;font-size:11px;font-weight:900;letter-spacing:1.2px;text-transform:uppercase;cursor:pointer;box-shadow:0 8px 22px rgba(26,22,18,.06);transition:background .18s,border-color .18s,transform .18s}.sh-back-categories:hover{background:#0a0906;border-color:#0a0906;color:#fff;transform:translateY(-1px)}@media(max-width:640px){.sh-back-categories{width:100%;justify-content:center;margin-bottom:12px;padding:11px 14px;font-size:10.5px}}

/* === Color swatch hover preview (small popup) === */
.pp-sw-cell{position:relative}
.pp-sw-popup{position:absolute;bottom:calc(100% + 12px);left:50%;transform:translateX(-50%) translateY(8px);background:#fff;border:1px solid #e8e2d8;border-radius:10px;box-shadow:0 8px 28px rgba(0,0,0,.18);padding:14px 12px 12px;width:180px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s;z-index:50}
.pp-sw-cell:hover .pp-sw-popup{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.pp-sw-popup::after{content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #fff;filter:drop-shadow(0 1px 1px rgba(0,0,0,.06))}
.pp-sw-popup-chip{width:48px;height:48px;border-radius:50%;background:#faf6f0;margin:0 auto 10px;border:1px solid #f0eae0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.55)}
.pp-sw-popup-name{font-family:'Cormorant Garamond',serif;font-size:14px;font-weight:600;color:#0a0906;line-height:1.2;text-align:center;margin-bottom:4px}
.pp-sw-popup-price{font-family:'Montserrat',sans-serif;font-size:12px;font-weight:700;color:#1a1612;text-align:center}
.pp-sw-popup-price span{font-size:10px;color:#9a8a7a;font-weight:500;margin-left:2px}
@media(max-width:640px){.pp-sw-popup{display:none}}

.pp-calc-mode{display:flex;align-items:center;gap:14px;padding:0 0 14px;flex-wrap:wrap;font-family:'Montserrat',sans-serif}
.pp-calc-mode-label{font-size:11.5px;font-weight:700;color:#1a1612;letter-spacing:.3px}
.pp-calc-radio{display:inline-flex;align-items:center;gap:7px;cursor:pointer;font-size:12.5px;color:#1a1612;font-weight:500;user-select:none}
.pp-calc-radio input{display:none}
.pp-calc-radio-circle{width:16px;height:16px;border:1.5px solid #d8d2c6;border-radius:50%;flex-shrink:0;background:#fff;position:relative;transition:all .15s}
.pp-calc-radio:hover .pp-calc-radio-circle{border-color:#D4824A}
.pp-calc-radio input:checked+.pp-calc-radio-circle{border-color:#D4824A;border-width:1.5px}
.pp-calc-radio input:checked+.pp-calc-radio-circle::after{content:'';position:absolute;inset:3px;background:#D4824A;border-radius:50%}
.pp-calc-sqft-input{padding:0 0 8px}
.pp-calc-sqft-input label{display:block;font-size:12.5px;font-weight:700;color:#1a1612;margin-bottom:6px}
.pp-calc-sqft-input input{width:100%;padding:11px 14px;border:1px solid #d8d2c6;border-radius:3px;background:#fff;font-family:'Montserrat',sans-serif;font-size:14px;color:#1a1612;outline:none;transition:border-color .15s}
.pp-calc-sqft-input input:focus{border-color:#0a0906}

/* === COLLECTION BANNERS — expand inline to reveal product variants === */
.sh-coll-wrap{grid-column:1/-1;background:linear-gradient(135deg,#fff 0%,#faf6f0 100%);border:1px solid #e8e2d8;border-radius:14px;overflow:hidden;transition:box-shadow .2s}
.sh-coll-wrap:hover{box-shadow:0 4px 18px rgba(26,22,18,.08)}
.sh-coll-banner{display:flex;align-items:center;gap:20px;width:100%;padding:18px 22px;background:none;border:none;cursor:pointer;text-align:left;font-family:'Montserrat',sans-serif;transition:background .15s}
.sh-coll-banner:hover{background:rgba(212,130,74,.04)}
.sh-coll-banner-left{flex:1;min-width:0}
.sh-coll-name-row{display:flex;align-items:center;gap:10px;margin-bottom:5px}
.sh-coll-tag{display:inline-block;padding:3px 10px;background:#1a1612;color:#fff;font-size:9px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;border-radius:20px}
.sh-coll-cat{font-size:10px;font-weight:800;letter-spacing:1.8px;text-transform:uppercase;color:#D4824A}
.sh-coll-name{font-family:'Cormorant Garamond',serif;font-size:24px;font-weight:600;color:#0a0906;line-height:1.15;margin-bottom:3px}
.sh-coll-sub{font-size:11.5px;color:#6b6460;font-weight:500}
.sh-coll-banner-mid{flex-shrink:0;display:flex;align-items:center}
.sh-coll-thumbs{display:flex;gap:5px;flex-wrap:nowrap}
.sh-coll-thumb{width:36px;height:36px;border-radius:6px;background:#faf6f0;background-size:cover;background-position:center;border:1.5px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,.08);flex-shrink:0}
.sh-coll-thumb.sh-coll-more{display:flex;align-items:center;justify-content:center;background:#1a1612;color:#fff;font-size:11px;font-weight:800;letter-spacing:.5px}
.sh-coll-banner-right{flex-shrink:0;display:flex;align-items:center;gap:8px;padding:8px 14px;background:#fff;border:1.5px solid #1a1612;border-radius:24px;transition:all .15s}
.sh-coll-banner:hover .sh-coll-banner-right{background:#1a1612;color:#fff}
.sh-coll-banner:hover .sh-coll-banner-right .sh-coll-chev{stroke:#fff}
.sh-coll-toggle-label{font-size:11.5px;font-weight:700;color:inherit}
.sh-coll-chev{width:13px;height:13px;stroke:#1a1612;fill:none;stroke-width:2.5;transition:transform .25s,stroke .15s}
.sh-coll-wrap.open .sh-coll-chev{transform:rotate(180deg)}
.sh-coll-children{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-height:0;overflow:hidden;padding:0 22px;transition:max-height .35s cubic-bezier(.2,.8,.2,1),padding .35s cubic-bezier(.2,.8,.2,1),opacity .25s;opacity:0}
.sh-coll-wrap.open .sh-coll-children{max-height:5000px;padding:8px 22px 22px;opacity:1}
@media(max-width:1024px){.sh-coll-children{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.sh-coll-banner{flex-direction:column;align-items:flex-start;gap:14px;padding:16px}.sh-coll-banner-right{align-self:stretch;justify-content:center}.sh-coll-thumbs{flex-wrap:wrap}.sh-coll-children{grid-template-columns:1fr;padding:0 14px}.sh-coll-wrap.open .sh-coll-children{padding:8px 14px 18px}}

/* ════ FULL-SCREEN ADMIN EDITOR (replaces the modal) ════ */
.admin-editor-view{position:fixed;inset:0;z-index:9200;background:#F8F7F4;display:none;flex-direction:column;overflow:hidden;font-family:'Montserrat',sans-serif}
.admin-editor-view.open{display:flex !important}
.admin-editor-topbar{position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid #e8e2d8;padding:14px 0;z-index:5;flex-shrink:0;box-shadow:0 2px 12px rgba(0,0,0,.04)}
.admin-editor-topbar-inner{max-width:1080px;margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.admin-editor-crumb{display:flex;align-items:center;gap:12px;flex:1;min-width:0}
.admin-editor-crumb-back{width:36px;height:36px;border-radius:50%;background:#faf6f0;border:1px solid #e8e2d8;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}
.admin-editor-crumb-back:hover{background:var(--gold);border-color:var(--gold)}
.admin-editor-crumb-back svg{width:14px;height:14px;stroke:#1a1612}
.admin-editor-crumb-back:hover svg{stroke:#0a0906}
.admin-editor-crumb-trail{font-size:12.5px;color:#9a8a7a;font-weight:500;display:flex;align-items:center;gap:6px;flex-wrap:wrap;min-width:0}
.admin-editor-crumb-trail a{color:#9a8a7a;cursor:pointer;text-decoration:none;transition:color .15s}
.admin-editor-crumb-trail a:hover{color:#D4824A}
.admin-editor-crumb-sep{color:#d8d2c6}
.admin-editor-crumb-trail strong{color:#0a0906;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:280px}
.admin-editor-topbar-actions{display:flex;gap:8px;flex-shrink:0}
.admin-editor-topbar-actions .admin-btn-cancel,
.admin-editor-topbar-actions .admin-btn-delete,
.admin-editor-topbar-actions .admin-btn-save{padding:10px 18px;font-size:10.5px;letter-spacing:1.5px;border-radius:8px;display:inline-flex;align-items:center;gap:8px}
.admin-editor-body{flex:1;overflow-y:auto;padding:32px 0 64px}
.admin-editor-body-inner{max-width:1080px;margin:0 auto;padding:0 32px}
.admin-editor-h1{font-family:'Cormorant Garamond',serif;font-size:36px;font-weight:700;color:#0a0906;margin-bottom:6px}
.admin-editor-h1 strong{font-weight:700}
.admin-editor-h1 em{font-style:italic;color:var(--gold)}
.admin-editor-h1-sub{font-size:13.5px;color:#9a8a7a;margin-bottom:28px;line-height:1.55}

/* Media URL row with Wix Media / Vimeo helper button */
.admin-media-row{display:flex;gap:8px;align-items:stretch;margin-bottom:8px}
.admin-media-row input[type=url]{flex:1;padding:11px 14px;background:#faf6f0;border:1.5px solid #e8e2d8;border-radius:8px;font-size:13.5px;color:#1a1612;font-family:inherit;outline:none;transition:all .15s}
.admin-media-row input[type=url]:focus{border-color:var(--gold);background:#fff}
.admin-media-wix-btn{display:inline-flex;align-items:center;gap:7px;padding:0 14px;background:#0a0906;color:#fff;border:none;border-radius:8px;font-family:inherit;font-size:10.5px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;cursor:pointer;text-decoration:none;transition:all .15s;flex-shrink:0;white-space:nowrap}
.admin-media-wix-btn:hover{background:var(--gold);color:#0a0906;transform:translateY(-1px);box-shadow:0 4px 12px rgba(201,169,110,.3)}
.admin-media-wix-btn svg{width:14px;height:14px;stroke:currentColor;flex-shrink:0}
.admin-media-preview-wrap{display:flex;align-items:flex-start;gap:8px;margin-bottom:6px;min-height:88px}
.admin-media-preview{width:88px;height:88px;border-radius:8px;background:#faf6f0;border:1.5px dashed #e8e2d8;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;color:#9a8a7a;font-size:9.5px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;text-align:center;line-height:1.3;flex-shrink:0;position:relative;overflow:hidden}
.admin-media-preview.has-image{border-style:solid;border-color:#e8e2d8;color:transparent}
.admin-media-preview-video{width:160px;aspect-ratio:16/9;height:auto}
.admin-media-preview-video iframe,.admin-media-preview-video video{width:100%;height:100%;border:none;border-radius:6px;background:#000}

/* Collection peers hint */
.admin-field-collection .hint b{color:#1a1612;font-weight:700}
.admin-field-collection .hint .peer-pill{display:inline-block;padding:2px 8px;background:rgba(212,130,74,.1);color:#D4824A;border-radius:10px;font-size:10px;font-weight:700;margin:2px 4px 2px 0}

/* Hide the old modal styles for the editor (it still exists for product list + login + io) */

/* ════ FULL-SCREEN ADMIN PRODUCTS VIEW (replaces the modal) ════ */
.admin-products-view{position:fixed;inset:0;z-index:9200;background:#F8F7F4;display:flex;flex-direction:column;overflow:hidden;font-family:'Montserrat',sans-serif}
.admin-products-view.open{display:flex !important}
.admin-products-body{padding-top:0}
.admin-products-body .admin-editor-h1{margin-bottom:6px}

/* Stats strip */
.admin-prod-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:18px 0 22px}
.admin-prod-stat{background:#fff;border:1px solid #e8e2d8;border-radius:10px;padding:14px 16px;display:flex;flex-direction:column;align-items:flex-start;gap:2px;transition:border-color .15s}
.admin-prod-stat:hover{border-color:var(--gold)}
.admin-prod-stat-num{font-family:'Cormorant Garamond',serif;font-size:26px;font-weight:700;color:#0a0906;line-height:1.1}
.admin-prod-stat-lbl{font-size:10px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;color:#9a8a7a}
@media(max-width:780px){.admin-prod-stats{grid-template-columns:repeat(2,1fr)}}

/* Toolbar (full version) */
.admin-prod-toolbar-full{display:grid;grid-template-columns:1.4fr 2fr auto;gap:10px;align-items:stretch;margin-bottom:16px}
.admin-prod-toolbar-full .admin-prod-search{margin:0;display:flex;align-items:center;background:#fff;border:1.5px solid #e8e2d8;border-radius:8px;padding:0 14px 0 38px;height:42px;position:relative;transition:border-color .15s}
.admin-prod-toolbar-full .admin-prod-search:focus-within{border-color:var(--gold)}
.admin-prod-toolbar-full .admin-prod-search svg{position:absolute;left:13px;top:50%;transform:translateY(-50%);width:14px;height:14px;stroke:#9a8a7a;fill:none;stroke-width:2}
.admin-prod-toolbar-full .admin-prod-search input{flex:1;border:none;outline:none;background:none;font-family:inherit;font-size:13.5px;color:#1a1612;height:100%}
.admin-prod-filter-row{display:flex;gap:8px}
.admin-prod-select{flex:1;min-width:0;padding:0 32px 0 14px;background:#fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b6460' stroke-width='2'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat right 10px center / 11px;border:1.5px solid #e8e2d8;border-radius:8px;height:42px;font-family:inherit;font-size:12.5px;font-weight:600;color:#1a1612;cursor:pointer;outline:none;-webkit-appearance:none;appearance:none;transition:border-color .15s}
.admin-prod-select:hover,.admin-prod-select:focus{border-color:var(--gold)}
.admin-prod-toolbar-full .admin-add-btn{height:42px;padding:0 18px;font-size:10.5px;letter-spacing:1.5px;border-radius:8px;display:inline-flex;align-items:center;gap:8px;background:var(--gold);color:#0a0906;border:none;font-family:inherit;font-weight:800;cursor:pointer;text-transform:uppercase;transition:all .15s}
.admin-prod-toolbar-full .admin-add-btn:hover{background:var(--gold-light);transform:translateY(-1px);box-shadow:0 4px 12px rgba(201,169,110,.3)}
.admin-prod-toolbar-full .admin-add-btn svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.5}
@media(max-width:780px){.admin-prod-toolbar-full{grid-template-columns:1fr}.admin-prod-filter-row{flex-direction:column}}

/* Product list rows — enrich with Stripe badge + collection chip */
.admin-prod-row-extra{display:inline-flex;align-items:center;gap:6px;margin-left:8px;flex-wrap:wrap}
.admin-prod-row-stripe{display:inline-flex;align-items:center;gap:3px;padding:2px 7px;background:rgba(99,91,255,.1);border-radius:10px;font-size:9px;font-weight:800;letter-spacing:.6px;color:#635BFF;text-transform:uppercase}
.admin-prod-row-stripe svg{width:9px;height:9px;stroke:currentColor;fill:none;stroke-width:2.5}
.admin-prod-row-quote{display:inline-flex;align-items:center;gap:3px;padding:2px 7px;background:#faf6f0;border:1px solid #e8e2d8;border-radius:10px;font-size:9px;font-weight:700;letter-spacing:.6px;color:#9a8a7a;text-transform:uppercase}
.admin-prod-empty{text-align:center;padding:50px 20px;color:#9a8a7a;background:#fff;border:1px dashed #e8e2d8;border-radius:12px}
.admin-prod-empty svg{width:42px;height:42px;stroke:#d8d2c6;fill:none;stroke-width:1.5;margin-bottom:14px}
.admin-prod-empty h3{font-family:'Cormorant Garamond',serif;font-size:20px;color:#1a1612;margin-bottom:6px;font-weight:600}
.admin-prod-empty p{font-size:13px;line-height:1.5;max-width:340px;margin:0 auto}

/* Gallery photo rows in the editor */
.admin-gallery-rows{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}
.admin-gallery-row{display:flex;gap:8px;align-items:flex-start;background:#faf6f0;border:1.5px solid #e8e2d8;border-radius:8px;padding:8px}
.admin-gallery-row-num{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:#1a1612;color:#fff;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;font-family:'Montserrat',sans-serif;margin-top:8px}
.admin-gallery-row-main{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}
.admin-gallery-row-main .admin-media-row{margin-bottom:0}
.admin-gallery-row-main .admin-media-row input[type=url]{background:#fff}
.admin-gallery-row-preview{width:56px;height:56px;border-radius:6px;background:#fff;border:1.5px dashed #d8d2c6;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;color:#9a8a7a;font-size:8px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;flex-shrink:0;overflow:hidden}
.admin-gallery-row-preview.has-image{border-style:solid;border-color:#e8e2d8;color:transparent}
.admin-gallery-row-rm{flex-shrink:0;width:32px;height:32px;border:none;background:none;cursor:pointer;color:#9a8a7a;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;transition:all .15s;margin-top:4px}
.admin-gallery-row-rm:hover{background:#fff0eb;color:#e05c3a}
.admin-gallery-row-rm svg{width:14px;height:14px}


/* ════════════════════════════════════════════════════════════════════════
   MANAGEMENT MODULE — CSS
   Only active when #mgmtRoot is visible (triggered by admin login).
   Scoped via #mgmtRoot wrapper + unique class names.
   ════════════════════════════════════════════════════════════════════════ */

/* Management design tokens. These were missing after the module was merged
   into shop.html, which left the dashboard with no backgrounds, no sidebar
   fill, and no spacing — defining them here fixes that. Scoped to the
   management surfaces so they never leak into the customer shop. */
#mgmtRoot, body.mgmt-active{
  --bg:#F8F7F4;
  --surface:#ffffff;
  --border:#e8e2da;
  --border-strong:#d8d0c4;
  --muted:#6b6460;
  --sidebar:#14110d;
  --sidebar-hover:rgba(255,255,255,.06);
  --sidebar-active:rgba(201,169,110,.16);
  --sidebar-w:248px;
  --topbar-h:60px;
  --danger:#d0492f;
  --success:#1f7a3a;
  --stripe:#635BFF;
}

body.mgmt-active{background:#F8F7F4 !important;overflow:auto !important}
body.mgmt-active>:not(#mgmtRoot):not(script){display:none !important}
#mgmtRoot{display:none}
body.mgmt-active #mgmtRoot{display:block;min-height:100vh;background:#F8F7F4}

/* When app is unlocked, body becomes the layout container so the iframe
   resizes to content height instead of needing fixed 100vh. */
body.app-unlocked{overflow:auto}

/* ════════ LOGIN GATE ════════ */
.gate{position:fixed;inset:0;z-index:9000;background:linear-gradient(135deg,#0a0906 0%,#1a1612 100%);display:flex;align-items:center;justify-content:center;padding:24px;min-height:100vh}
.gate-card{width:100%;max-width:380px;background:#fff;border-radius:14px;padding:36px 32px;box-shadow:0 30px 60px rgba(0,0,0,.4)}
.gate-logo{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:24px}
.gate-logo-mark{width:54px;height:54px;background:linear-gradient(135deg,var(--gold),var(--apricot));border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;font-family:'Cormorant Garamond',serif;font-size:30px;font-weight:700;font-style:italic}
.gate-title{font-family:'Cormorant Garamond',serif;font-size:24px;font-weight:600;color:var(--ink);text-align:center;line-height:1.2}
.gate-title em{font-style:italic;color:var(--gold)}
.gate-sub{font-size:12px;color:var(--muted);text-align:center;margin-top:4px;letter-spacing:.5px;text-transform:uppercase;font-weight:600}
.gate-form{margin-top:24px}
.gate-form label{display:block;font-size:10.5px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:var(--ink);margin-bottom:8px}
.gate-form input{width:100%;padding:13px 16px;background:#faf6f0;border:1.5px solid var(--border);border-radius:8px;font-family:inherit;font-size:14px;color:var(--ink);outline:none;transition:all .15s}
.gate-form input:focus{border-color:var(--gold);background:#fff}
.gate-error{font-size:12px;color:var(--danger);margin-top:8px;display:none;font-weight:600}
.gate-error.visible{display:block}
.gate-btn{width:100%;margin-top:16px;padding:13px;background:var(--ink);color:#fff;border:none;border-radius:8px;font-family:inherit;font-size:11.5px;font-weight:800;letter-spacing:1.8px;text-transform:uppercase;cursor:pointer;transition:all .15s}
.gate-btn:hover{background:var(--apricot);transform:translateY(-1px)}
.gate-foot{margin-top:18px;padding-top:18px;border-top:1px solid var(--border);font-size:11px;color:var(--muted);text-align:center;line-height:1.5}
.gate-foot a{color:var(--apricot);text-decoration:none;font-weight:700}

/* ════════ APP SHELL ════════ */
.app{display:none;min-height:100vh;grid-template-columns:var(--sidebar-w) 1fr}
.app.unlocked{display:grid}
@media(max-width:780px){.app{grid-template-columns:1fr}}

/* ════════ SIDEBAR ════════ */
.sidebar{background:var(--sidebar);color:#fff;display:flex;flex-direction:column;min-height:100vh}
.sidebar-hd{padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.07);display:flex;align-items:center;gap:11px;flex-shrink:0}
.sidebar-logo{width:36px;height:36px;background:linear-gradient(135deg,var(--gold),var(--apricot));border-radius:9px;display:flex;align-items:center;justify-content:center;color:#fff;font-family:'Cormorant Garamond',serif;font-size:18px;font-weight:700;font-style:italic;flex-shrink:0}
.sidebar-id{min-width:0;flex:1}
.sidebar-name{font-family:'Cormorant Garamond',serif;font-size:17px;font-weight:600;color:#fff;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sidebar-sub{font-size:9.5px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--gold);margin-top:2px}
.sidebar-nav{flex:1;padding:14px 10px;overflow-y:auto;display:flex;flex-direction:column;gap:1px}
.sidebar-nav::-webkit-scrollbar{width:6px}
.sidebar-nav::-webkit-scrollbar-thumb{background:rgba(255,255,255,.08);border-radius:3px}
.nav-section-label{font-size:9px;font-weight:800;letter-spacing:1.8px;text-transform:uppercase;color:rgba(255,255,255,.35);padding:14px 12px 6px}
.nav-item{display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:7px;cursor:pointer;color:rgba(255,255,255,.7);font-size:13px;font-weight:600;letter-spacing:.2px;transition:all .15s;text-decoration:none;position:relative}
.nav-item:hover{background:var(--sidebar-hover);color:#fff}
.nav-item.active{background:var(--sidebar-active);color:#fff}
.nav-item.active::before{content:'';position:absolute;left:0;top:8px;bottom:8px;width:3px;background:var(--gold);border-radius:0 3px 3px 0}
.nav-item svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8;flex-shrink:0}
.nav-item-label{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.nav-item-count{background:rgba(255,255,255,.08);color:rgba(255,255,255,.7);font-size:10px;font-weight:800;padding:1px 7px;border-radius:10px;flex-shrink:0}
.nav-item.active .nav-item-count{background:var(--gold);color:#0a0906}
.nav-item-count.alert{background:var(--danger);color:#fff}
.sidebar-ft{padding:12px 10px 14px;border-top:1px solid rgba(255,255,255,.07);flex-shrink:0;display:flex;flex-direction:column;gap:1px}

/* Mobile sidebar */
.sidebar-mobile-toggle{display:none;width:38px;height:38px;background:var(--sidebar);border:none;border-radius:8px;cursor:pointer;align-items:center;justify-content:center;flex-shrink:0}
.sidebar-mobile-toggle svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:2}
@media(max-width:780px){
  .sidebar{position:fixed;left:0;top:0;bottom:0;width:280px;z-index:500;transform:translateX(-100%);transition:transform .25s cubic-bezier(.4,0,.2,1)}
  .sidebar.open{transform:translateX(0)}
  .sidebar-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:499}
  .sidebar-overlay.open{display:block}
  .sidebar-mobile-toggle{display:flex}
}

/* ════════ MAIN ════════ */
.main{display:flex;flex-direction:column;min-width:0;min-height:100vh;background:var(--bg)}

.topbar{height:var(--topbar-h);background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 28px;gap:18px;flex-shrink:0}
.topbar-left{display:flex;align-items:center;gap:14px;min-width:0;flex:1}
.crumb-trail{display:flex;align-items:center;gap:7px;font-size:12.5px;color:var(--muted);min-width:0}
.crumb-trail-back{width:32px;height:32px;border-radius:50%;background:#faf6f0;border:1px solid var(--border);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}
.crumb-trail-back:hover{background:var(--gold);border-color:var(--gold)}
.crumb-trail-back svg{width:13px;height:13px;stroke:var(--ink);fill:none;stroke-width:2.5}
.crumb-trail strong{color:var(--ink);font-weight:700;font-size:13.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.crumb-trail span.crumb-sep{color:var(--border-strong)}
.topbar-actions{display:flex;gap:8px;flex-shrink:0}

.mgmt-btn{display:inline-flex;align-items:center;gap:6px;padding:9px 14px;font-family:inherit;font-size:10.5px;font-weight:800;letter-spacing:1.3px;text-transform:uppercase;border-radius:7px;cursor:pointer;transition:all .15s;border:1.5px solid transparent;white-space:nowrap;text-decoration:none}
.mgmt-btn svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2;flex-shrink:0}
.mgmt-btn-primary{background:var(--gold);color:var(--ink);border-color:var(--gold)}
.mgmt-btn-primary:hover{background:var(--gold-light);transform:translateY(-1px);box-shadow:0 4px 12px rgba(201,169,110,.3)}
.mgmt-btn-dark{background:var(--ink);color:#fff;border-color:var(--ink)}
.mgmt-btn-dark:hover{background:var(--apricot);border-color:var(--apricot)}
.mgmt-btn-ghost{background:transparent;color:var(--muted);border-color:var(--border)}
.mgmt-btn-ghost:hover{background:#faf6f0;color:var(--ink);border-color:var(--border-strong)}
.mgmt-btn-danger{background:transparent;color:var(--danger);border-color:#f4cebd}
.mgmt-btn-danger:hover{background:var(--danger);color:#fff;border-color:var(--danger)}
.mgmt-btn-stripe{background:var(--stripe);color:#fff;border-color:var(--stripe)}
.mgmt-btn-stripe:hover{background:#4f46e5;border-color:#4f46e5}

.section{flex:1;padding:28px 28px 60px}
.section-hd{margin-bottom:22px}
.section-h1{font-family:'Cormorant Garamond',serif;font-size:30px;font-weight:700;color:var(--ink);line-height:1.15;margin-bottom:4px}
.section-h1 strong{font-weight:700}
.section-h1 em{font-style:italic;color:var(--gold)}
.section-sub{font-size:13px;color:var(--muted);line-height:1.55;max-width:680px}

/* ════════ DASHBOARD ════════ */
.kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:24px}
.kpi-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:18px 18px;display:flex;flex-direction:column;gap:6px;transition:all .15s;position:relative;overflow:hidden}
.kpi-card:hover{border-color:var(--gold);transform:translateY(-1px);box-shadow:0 6px 20px rgba(26,22,18,.06)}
.kpi-card-icon{width:36px;height:36px;border-radius:9px;background:#faf6f0;display:flex;align-items:center;justify-content:center;margin-bottom:2px}
.kpi-card-icon svg{width:18px;height:18px;stroke:var(--apricot);fill:none;stroke-width:1.8}
.kpi-card-num{font-family:'Cormorant Garamond',serif;font-size:32px;font-weight:700;color:var(--ink);line-height:1}
.kpi-card-lbl{font-size:10.5px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;color:var(--muted)}
.kpi-card-trend{font-size:11px;color:var(--muted);margin-top:2px}
.kpi-card-trend strong{color:var(--ink);font-weight:700}
@media(max-width:1100px){.kpi-row{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.kpi-row{grid-template-columns:1fr}}

.dash-row{display:grid;grid-template-columns:1.6fr 1fr;gap:14px;margin-bottom:24px}
@media(max-width:980px){.dash-row{grid-template-columns:1fr}}
.dash-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:20px}
.dash-card-hd{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;gap:10px;flex-wrap:wrap}
.dash-card-title{font-family:'Cormorant Garamond',serif;font-size:18px;font-weight:600;color:var(--ink)}
.dash-card-link{font-size:11px;font-weight:700;letter-spacing:1px;color:var(--apricot);text-decoration:none;cursor:pointer;text-transform:uppercase}
.dash-card-link:hover{color:var(--gold-dark)}

.cat-bars{display:flex;flex-direction:column;gap:11px}
.cat-bar{display:flex;align-items:center;gap:10px}
.cat-bar-lbl{font-size:12px;font-weight:700;color:var(--ink);min-width:120px;flex-shrink:0}
.cat-bar-track{flex:1;height:8px;background:#faf6f0;border-radius:4px;overflow:hidden}
.cat-bar-fill{height:100%;background:linear-gradient(90deg,var(--gold),var(--apricot));border-radius:4px;transition:width .4s ease}
.cat-bar-n{font-size:12px;font-weight:700;color:var(--muted);min-width:34px;text-align:right}

.activity-list{display:flex;flex-direction:column;gap:9px}
.activity-item{display:flex;gap:11px;padding:9px 0;border-bottom:1px solid var(--border);font-size:12px;line-height:1.45}
.activity-item:last-child{border-bottom:none;padding-bottom:0}
.activity-dot{width:8px;height:8px;border-radius:50%;background:var(--gold);flex-shrink:0;margin-top:6px}
.activity-dot.new{background:var(--apricot)}
.activity-dot.questions{background:var(--stripe)}
.activity-content{flex:1;min-width:0}
.activity-text{color:var(--ink)}
.activity-text strong{font-weight:700}
.activity-time{color:var(--muted);font-size:10.5px;margin-top:2px}
.activity-empty{padding:24px 0;text-align:center;color:var(--muted);font-size:12.5px;font-style:italic}

.alert-list{display:flex;flex-direction:column;gap:8px}
.alert-item{display:flex;gap:10px;padding:11px 12px;background:#faf6f0;border-radius:8px;border-left:3px solid var(--apricot);font-size:12px;line-height:1.4}
.alert-item.alert-stripe{border-left-color:var(--stripe)}
.alert-item.alert-success{border-left-color:var(--success);background:rgba(58,138,63,.05)}
.alert-icon{width:24px;height:24px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.alert-icon svg{width:13px;height:13px;stroke:var(--apricot);fill:none;stroke-width:2}
.alert-item.alert-stripe .alert-icon svg{stroke:var(--stripe)}
.alert-item.alert-success .alert-icon svg{stroke:var(--success)}
.alert-content{flex:1;min-width:0}
.alert-title{font-weight:700;color:var(--ink);margin-bottom:1px}
.alert-text{color:var(--muted);font-size:11.5px}
.alert-action{font-size:10.5px;font-weight:700;color:var(--apricot);text-decoration:underline;cursor:pointer;margin-top:3px;display:inline-block;letter-spacing:.3px}

/* ════════ PRODUCTS ════════ */
.products-toolbar{display:grid;grid-template-columns:1.4fr 2fr auto;gap:10px;align-items:stretch;margin-bottom:16px}
@media(max-width:980px){.products-toolbar{grid-template-columns:1fr}}
.prod-search{position:relative;display:flex;align-items:center;background:#fff;border:1.5px solid var(--border);border-radius:8px;padding:0 14px 0 38px;height:42px;transition:border-color .15s}
.prod-search:focus-within{border-color:var(--gold)}
.prod-search svg{position:absolute;left:13px;top:50%;transform:translateY(-50%);width:14px;height:14px;stroke:var(--muted);fill:none;stroke-width:2}
.prod-search input{flex:1;border:none;outline:none;background:none;font-family:inherit;font-size:13.5px;color:var(--ink);height:100%}
.prod-filter-row{display:flex;gap:8px}
.prod-select{flex:1;min-width:0;padding:0 32px 0 14px;background:#fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b6460' stroke-width='2'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat right 10px center / 11px;border:1.5px solid var(--border);border-radius:8px;height:42px;font-family:inherit;font-size:12.5px;font-weight:600;color:var(--ink);cursor:pointer;outline:none;-webkit-appearance:none;appearance:none;transition:border-color .15s}
.prod-select:hover,.prod-select:focus{border-color:var(--gold)}

.prod-list{display:flex;flex-direction:column;gap:8px}
.prod-row{background:#fff;border:1px solid var(--border);border-radius:10px;padding:11px 14px;display:flex;align-items:center;gap:14px;cursor:pointer;transition:all .15s;position:relative}
.prod-row:hover{border-color:var(--gold);transform:translateX(2px);box-shadow:0 4px 14px rgba(26,22,18,.05)}
.prod-row.local-edit::before{content:'';position:absolute;left:-1px;top:8px;bottom:8px;width:3px;background:var(--apricot);border-radius:0 2px 2px 0}
.prod-row-img{width:60px;height:60px;border-radius:7px;object-fit:cover;background:#faf6f0;flex-shrink:0;overflow:hidden}
.prod-row-img img{width:100%;height:100%;object-fit:cover;display:block;border-radius:7px}
.prod-row-info{flex:1;min-width:0}
.prod-row-name{font-family:'Cormorant Garamond',serif;font-size:17px;font-weight:600;color:var(--ink);line-height:1.2;margin-bottom:3px;display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.prod-row-stripe{display:inline-flex;align-items:center;gap:3px;padding:2px 7px;background:rgba(99,91,255,.1);border-radius:10px;font-size:8.5px;font-weight:800;letter-spacing:.5px;color:var(--stripe);text-transform:uppercase}
.prod-row-stripe svg{width:8px;height:8px;fill:currentColor}
.prod-row-quote{display:inline-flex;align-items:center;padding:2px 7px;background:#faf6f0;border:1px solid var(--border);border-radius:10px;font-size:8.5px;font-weight:700;letter-spacing:.5px;color:var(--muted);text-transform:uppercase}
.prod-row-meta{display:flex;align-items:center;gap:7px;font-size:11.5px;color:var(--muted);flex-wrap:wrap}
.prod-row-cat{display:inline-block;padding:2px 9px;background:rgba(212,130,74,.1);color:var(--apricot);border-radius:10px;font-weight:800;font-size:9px;letter-spacing:1px;text-transform:uppercase}
.prod-row-collection{color:var(--ink);font-weight:600}
.prod-row-price{font-family:'Cormorant Garamond',serif;font-size:18px;font-weight:700;color:var(--ink);flex-shrink:0;text-align:right;min-width:80px}
.prod-row-actions{display:flex;gap:5px;flex-shrink:0}
.prod-row-btn{width:34px;height:34px;border:1px solid var(--border);background:#fff;border-radius:7px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}
.prod-row-btn:hover{background:var(--gold);border-color:var(--gold)}
.prod-row-btn.del:hover{background:var(--danger);border-color:var(--danger)}
.prod-row-btn svg{width:13px;height:13px;stroke:var(--ink);fill:none;stroke-width:2}
.prod-row-btn:hover svg{stroke:#fff}
.prod-row-btn.del:hover svg{stroke:#fff}

.mgmt-empty-state{text-align:center;padding:60px 20px;background:#fff;border:1px dashed var(--border);border-radius:12px;color:var(--muted)}
.mgmt-empty-state svg{width:42px;height:42px;stroke:var(--border-strong);fill:none;stroke-width:1.5;margin-bottom:14px}
.mgmt-empty-state h3{font-family:'Cormorant Garamond',serif;font-size:20px;color:var(--ink);margin-bottom:6px;font-weight:600}
.mgmt-empty-state p{font-size:13px;line-height:1.5;max-width:340px;margin:0 auto}

/* ════════ EDITOR ════════ */
.editor-view{position:fixed;inset:0;z-index:200;background:var(--bg);display:none;flex-direction:column;overflow:hidden}
.editor-view.open{display:flex}
.editor-topbar{background:#fff;border-bottom:1px solid var(--border);height:var(--topbar-h);display:flex;align-items:center;justify-content:space-between;padding:0 28px;flex-shrink:0;gap:18px}
.editor-body{flex:1;overflow-y:auto;padding:28px 28px 64px}
.editor-inner{max-width:1080px;margin:0 auto}
.editor-h1{font-family:'Cormorant Garamond',serif;font-size:32px;font-weight:700;color:var(--ink);margin-bottom:4px}
.editor-h1 em{font-style:italic;color:var(--gold)}
.editor-sub{font-size:13px;color:var(--muted);margin-bottom:26px;line-height:1.55}

.form-stripe-box{background:linear-gradient(135deg,rgba(99,91,255,.06),rgba(99,91,255,.02));border:1.5px solid rgba(99,91,255,.2);border-radius:10px;padding:16px 18px;margin-bottom:22px}
.form-stripe-box label{display:flex;align-items:center;gap:9px;font-size:11px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;color:var(--stripe);margin-bottom:8px}
.form-stripe-box label svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2}
.form-stripe-box input{width:100%;padding:11px 14px;background:#fff;border:1.5px solid rgba(99,91,255,.25);border-radius:7px;font-family:inherit;font-size:13.5px;color:var(--ink);outline:none;transition:all .15s}
.form-stripe-box input:focus{border-color:var(--stripe)}
.form-stripe-box .hint{font-size:11px;color:var(--muted);margin-top:8px;line-height:1.55}
.form-stripe-box .hint a{color:var(--stripe);text-decoration:underline;font-weight:600}

.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:24px}
.field{display:flex;flex-direction:column;gap:6px}
.field-full{grid-column:1/-1}
.field label{font-size:10.5px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;color:var(--ink)}
.field .req{color:var(--danger)}
.field input[type=text],.field input[type=url],.field input[type=number],.field select,.field textarea{padding:11px 14px;background:#fff;border:1.5px solid var(--border);border-radius:7px;font-family:inherit;font-size:13.5px;color:var(--ink);outline:none;transition:all .15s;-webkit-appearance:none;appearance:none}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--gold)}
.field textarea{min-height:90px;resize:vertical;line-height:1.55}
.field select{background:#fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b6460' stroke-width='2'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat right 12px center / 11px;padding-right:36px;cursor:pointer}
.field .hint{font-size:11px;color:var(--muted);margin-top:2px;line-height:1.5}
.field .hint b{color:var(--ink)}
.field .hint .peer-pill{display:inline-block;padding:2px 8px;background:rgba(212,130,74,.1);color:var(--apricot);border-radius:10px;font-size:10px;font-weight:700;margin:2px 4px 2px 0}

.media-row{display:flex;gap:8px;align-items:stretch}
.media-row input[type=url]{flex:1}
.media-wix-btn{display:inline-flex;align-items:center;gap:6px;padding:0 14px;background:var(--ink);color:#fff;border:none;border-radius:7px;font-family:inherit;font-size:10px;font-weight:800;letter-spacing:1.1px;text-transform:uppercase;cursor:pointer;text-decoration:none;transition:all .15s;flex-shrink:0;white-space:nowrap}
.media-wix-btn:hover{background:var(--gold);color:var(--ink);transform:translateY(-1px)}
.media-wix-btn svg{width:13px;height:13px;stroke:currentColor;flex-shrink:0}
.media-preview-wrap{margin-top:6px;display:flex;align-items:flex-start;min-height:88px}
.media-preview{width:88px;height:88px;border-radius:7px;background:#faf6f0;border:1.5px dashed var(--border);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:9px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;flex-shrink:0;overflow:hidden}
.media-preview.has-image{border-style:solid;border-color:var(--border);color:transparent}
.media-preview-video{width:160px;aspect-ratio:16/9;height:auto}
.media-preview-video iframe,.media-preview-video video{width:100%;height:100%;border:none;border-radius:5px;background:#000}

.gallery-rows{display:flex;flex-direction:column;gap:8px;margin-top:4px}
.gallery-row{display:flex;gap:8px;align-items:flex-start;background:#faf6f0;border:1.5px solid var(--border);border-radius:8px;padding:8px}
.gallery-row-num{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:var(--ink);color:#fff;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;font-family:inherit;margin-top:8px}
.gallery-row-main{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}
.gallery-row-preview{width:56px;height:56px;border-radius:6px;background:#fff;border:1.5px dashed var(--border-strong);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:8px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;flex-shrink:0;overflow:hidden}
.gallery-row-preview.has-image{border-style:solid;border-color:var(--border);color:transparent}
.gallery-row-rm{flex-shrink:0;width:32px;height:32px;border:none;background:none;cursor:pointer;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;border-radius:50%;transition:all .15s;margin-top:4px}
.gallery-row-rm:hover{background:#fff0eb;color:var(--danger)}
.gallery-row-rm svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}

.row-add{display:inline-flex;align-items:center;gap:7px;padding:9px 16px;background:transparent;border:1.5px dashed var(--apricot);color:var(--apricot);border-radius:24px;font-family:inherit;font-size:10.5px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;cursor:pointer;transition:all .15s;margin-top:6px}
.row-add:hover{background:#fff0eb;border-style:solid}
.row-add svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2.5}

.form-section{margin-top:30px;padding-top:24px;border-top:1px solid var(--border)}
.form-section-title{font-family:'Cormorant Garamond',serif;font-size:20px;font-weight:600;color:var(--ink);margin-bottom:4px}
.form-section-sub{font-size:11.5px;color:var(--muted);margin-bottom:14px;line-height:1.5}

.row-list{display:flex;flex-direction:column;gap:7px}
.row-item{display:flex;gap:8px;align-items:center}
.row-item input[type=text],.row-item input[type=color]{padding:10px 12px;background:#fff;border:1.5px solid var(--border);border-radius:7px;font-family:inherit;font-size:13px;color:var(--ink);outline:none;transition:border-color .15s;flex:1;min-width:0}
.row-item input:focus{border-color:var(--gold)}
.row-item input[type=color]{flex:0 0 44px;height:42px;padding:4px;cursor:pointer}
.row-item input.key{flex:0 0 180px}
.row-rm{flex-shrink:0;width:34px;height:34px;border:none;background:none;cursor:pointer;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;border-radius:50%;transition:all .15s}
.row-rm:hover{background:#fff0eb;color:var(--danger)}
.row-rm svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}

.editor-foot{display:flex;gap:10px;margin-top:32px;padding-top:22px;border-top:1px solid var(--border)}
.editor-foot .mgmt-btn{padding:13px 22px;font-size:11.5px}

/* ════════ QUESTIONS ════════ */
.q-toolbar{display:flex;gap:10px;margin-bottom:14px;flex-wrap:wrap}
.q-tabs{display:flex;gap:6px;background:#fff;border:1px solid var(--border);border-radius:8px;padding:4px}
.q-tab{padding:8px 14px;border:none;background:none;font-family:inherit;font-size:11.5px;font-weight:700;letter-spacing:.3px;color:var(--muted);cursor:pointer;border-radius:6px;transition:all .15s;display:inline-flex;align-items:center;gap:6px}
.q-tab:hover{color:var(--ink)}
.q-tab.active{background:var(--ink);color:#fff}
.q-tab-n{background:rgba(255,255,255,.18);color:#fff;font-size:10px;font-weight:800;padding:1px 6px;border-radius:8px;min-width:18px;text-align:center}
.q-tab:not(.active) .q-tab-n{background:var(--border);color:var(--ink)}
.q-tab.active.has-new{background:var(--apricot)}

.q-list{display:flex;flex-direction:column;gap:10px}
.q-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:18px;transition:all .15s;position:relative}
.q-card.status-new{border-left:3px solid var(--apricot)}
.q-card.status-in-progress{border-left:3px solid var(--gold)}
.q-card.status-answered{border-left:3px solid var(--success);opacity:.85}
.q-card.status-archived{opacity:.5;background:#faf6f0}
.q-card-hd{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px;flex-wrap:wrap}
.q-card-meta{flex:1;min-width:0}
.q-card-product{font-family:'Cormorant Garamond',serif;font-size:16px;font-weight:600;color:var(--ink);line-height:1.2;margin-bottom:3px;cursor:pointer}
.q-card-product:hover{color:var(--apricot)}
.q-card-time{font-size:10.5px;color:var(--muted);font-weight:600}
.q-card-status{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:11px;font-size:9px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;flex-shrink:0;white-space:nowrap}
.q-card-status.new{background:rgba(212,130,74,.12);color:var(--apricot)}
.q-card-status.in-progress{background:rgba(201,169,110,.15);color:var(--gold-dark)}
.q-card-status.answered{background:rgba(58,138,63,.12);color:var(--success)}
.q-card-status.archived{background:#faf6f0;color:var(--muted)}
.q-card-body{font-size:14px;line-height:1.55;color:var(--ink);padding:10px 0 8px;border-top:1px solid var(--border);margin-top:8px}
.q-card-body em{font-style:italic;color:var(--muted)}
.q-card-answer{background:#faf6f0;border-radius:7px;padding:11px 13px;margin-top:10px;font-size:12.5px;line-height:1.55;color:var(--ink);border-left:3px solid var(--success)}
.q-card-answer-label{font-size:9.5px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase;color:var(--success);margin-bottom:4px}
.q-card-foot{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}
.q-card-foot .mgmt-btn{padding:7px 12px;font-size:9.5px;border-radius:6px}

.q-answer-form{background:#faf6f0;border-radius:7px;padding:11px;margin-top:10px;display:none}
.q-answer-form.open{display:block}
.q-answer-form textarea{width:100%;padding:9px 11px;background:#fff;border:1.5px solid var(--border);border-radius:6px;font-family:inherit;font-size:13px;color:var(--ink);outline:none;resize:vertical;min-height:70px;line-height:1.5}
.q-answer-form textarea:focus{border-color:var(--gold)}
.q-answer-form-actions{display:flex;gap:7px;margin-top:8px}

/* ════════ TOAST ════════ */
.mgmt-toast-host{position:fixed;top:18px;right:18px;z-index:9999;display:flex;flex-direction:column;gap:8px;pointer-events:none}
.mgmt-toast{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#fff;border:1px solid var(--border);border-left:3px solid var(--apricot);border-radius:8px;box-shadow:0 4px 20px rgba(26,22,18,.12);font-size:12.5px;font-weight:600;color:var(--ink);min-width:240px;animation:mgmtTIn .25s cubic-bezier(.4,0,.2,1);pointer-events:auto}
.mgmt-toast svg{width:16px;height:16px;stroke:var(--apricot);fill:none;stroke-width:2;flex-shrink:0}
.mgmt-toast.success{border-left-color:var(--success)}
.mgmt-toast.success svg{stroke:var(--success)}
.mgmt-toast.error{border-left-color:var(--danger)}
.mgmt-toast.error svg{stroke:var(--danger)}
@keyframes mgmtTIn{from{opacity:0;transform:translateX(40%)}to{opacity:1;transform:translateX(0)}}

@media(max-width:780px){
  .topbar{padding:0 14px}
  .section{padding:18px 14px 60px}
  .editor-topbar{padding:0 14px}
  .editor-body{padding:18px 14px 64px}
  .form-grid{grid-template-columns:1fr}
  .editor-h1{font-size:24px}
  .crumb-trail{font-size:11.5px}
  .topbar-actions .mgmt-btn{padding:9px 11px;font-size:10px}
  .topbar-actions .mgmt-btn span{display:none}
  .kpi-card-num{font-size:26px}
}

/* ════════ SIGN IN / LOGIN ════════ */
/* Sign In button — product page header, sits beside the cart icon */
.pp-signin-btn{display:inline-flex;align-items:center;gap:7px;padding:0 14px;height:38px;background:#0a0906;border:none;color:#fff;font-family:'Montserrat',sans-serif;font-size:10px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;border-radius:30px;cursor:pointer;white-space:nowrap;transition:all .15s;margin-left:4px}
.pp-signin-btn:hover{background:#D4824A}
.pp-signin-btn svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2;flex-shrink:0}
.pp-signin-btn.logged-in{background:#D4824A}
/* Sign In button — shop grid view, right side of the breadcrumb bar */
.sh-breadcrumb-flex{display:flex;align-items:center;justify-content:space-between;gap:14px}
.sh-breadcrumb-trail{display:flex;align-items:center;gap:8px}
.sh-signin-btn{display:inline-flex;align-items:center;gap:7px;padding:7px 16px;background:#0a0906;border:none;color:#fff;font-family:'Montserrat',sans-serif;font-size:10px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;border-radius:30px;cursor:pointer;white-space:nowrap;transition:all .15s;flex-shrink:0}
.sh-signin-btn:hover{background:#D4824A}
.sh-signin-btn svg{width:14px;height:14px;flex-shrink:0}
.sh-signin-btn.logged-in{background:#D4824A}
@media(max-width:600px){.pp-signin-btn span,.sh-signin-btn span{display:none}.pp-signin-btn{padding:0 11px}.sh-signin-btn{padding:7px 11px}}

#loginView{position:fixed;inset:0;z-index:9000;background:linear-gradient(135deg,#0a0906 0%,#1a1612 55%,#2a2118 100%);overflow-y:auto;font-family:'Montserrat',sans-serif;display:none}
#loginView.open{display:block}
.lv-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px}
.lv-card{width:100%;max-width:430px;background:rgba(255,255,255,.03);border:1px solid rgba(201,169,110,.18);border-radius:16px;padding:40px 36px;backdrop-filter:blur(8px);position:relative}
.lv-close{position:absolute;top:18px;right:18px;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .18s}
.lv-close:hover{background:rgba(212,130,74,.25);border-color:var(--apricot)}
.lv-close svg{width:15px;height:15px;stroke:#fff;fill:none;stroke-width:2}
.lv-logo{display:flex;justify-content:center;margin-bottom:8px}
.lv-logo img{height:54px;width:auto;object-fit:contain}
.lv-title{font-family:'Cormorant Garamond',serif;font-size:30px;font-weight:600;color:#fff;text-align:center;margin-bottom:4px;letter-spacing:.3px}
.lv-sub{font-size:12px;color:rgba(255,255,255,.5);text-align:center;margin-bottom:28px;line-height:1.5}
.lv-tabs{display:flex;gap:6px;margin-bottom:24px;background:rgba(0,0,0,.3);padding:4px;border-radius:10px}
.lv-tab{flex:1;padding:10px;background:none;border:none;border-radius:7px;cursor:pointer;font-family:'Montserrat',sans-serif;font-size:10px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,.4);transition:all .18s}
.lv-tab.active{background:rgba(201,169,110,.16);color:var(--gold-light)}
.lv-tabs .lv-tab:only-child{cursor:default}
.lv-field{margin-bottom:16px}
.lv-label{display:block;font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:7px}
.lv-input{width:100%;padding:13px 15px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#fff;font-family:'Montserrat',sans-serif;font-size:14px;outline:none;transition:border-color .18s}
.lv-input:focus{border-color:var(--gold)}
.lv-input::placeholder{color:rgba(255,255,255,.3)}
.lv-error{font-size:12px;color:#e8765c;margin-top:-6px;margin-bottom:14px;display:none;font-weight:600}
.lv-error.visible{display:block}
.lv-submit{width:100%;padding:14px;background:var(--gold);color:var(--ink);border:none;border-radius:8px;font-family:'Montserrat',sans-serif;font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:all .18s;margin-top:4px}
.lv-submit:hover{background:var(--gold-light);transform:translateY(-1px)}
.lv-hint{margin-top:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08);font-size:11px;color:rgba(255,255,255,.4);text-align:center;line-height:1.6}
.lv-hint code{background:rgba(201,169,110,.12);color:var(--gold-light);padding:2px 6px;border-radius:3px;font-size:10.5px}
.lv-foot{margin-top:14px;font-size:11px;color:rgba(255,255,255,.35);text-align:center;line-height:1.6}
.lv-foot a{color:var(--gold-light);text-decoration:none;cursor:pointer}
.lv-foot a:hover{text-decoration:underline}
.lv-forgot{text-align:right;margin:-6px 0 10px}
.lv-forgot-btn{background:none;border:none;color:rgba(255,255,255,.45);font-size:.78rem;cursor:pointer;padding:0;text-decoration:underline}
.lv-forgot-btn:hover{color:rgba(255,255,255,.75)}
.lv-forgot-confirm{color:#a8d5a2;font-size:.78rem}

/* Customer account panel */
#accountView{position:fixed;inset:0;z-index:9000;background:#F8F7F4;overflow-y:auto;font-family:'Montserrat',sans-serif;display:none}
#accountView.open{display:block}
.acct-topbar{background:#0a0906;color:#fff;padding:0 32px;height:64px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:10}
.acct-topbar-logo img{height:38px;width:auto;object-fit:contain;display:block}
.acct-topbar-actions{display:flex;align-items:center;gap:14px}
.acct-topbar-name{font-size:12px;color:rgba(255,255,255,.7);font-weight:600}
.acct-topbar-name strong{color:var(--gold-light);font-weight:700}
.acct-btn{display:inline-flex;align-items:center;gap:7px;padding:8px 16px;border-radius:6px;font-family:'Montserrat',sans-serif;font-size:9.5px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;transition:all .18s;border:1px solid rgba(255,255,255,.2);background:transparent;color:#fff;text-decoration:none}
.acct-btn:hover{background:rgba(255,255,255,.1)}
.acct-btn svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2}
.acct-wrap{max-width:1000px;margin:0 auto;padding:36px 32px 80px}
.acct-hero{background:linear-gradient(135deg,#0a0906,#2a2118);border-radius:16px;padding:32px 36px;color:#fff;margin-bottom:28px;position:relative;overflow:hidden}
.acct-hero::before{content:'';position:absolute;top:0;right:0;width:280px;height:100%;background:radial-gradient(circle at 100% 30%,rgba(212,130,74,.18),transparent 65%);pointer-events:none}
.acct-hero-greeting{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--gold-light);margin-bottom:8px}
.acct-hero-name{font-family:'Cormorant Garamond',serif;font-size:34px;font-weight:600;line-height:1.1;margin-bottom:6px}
.acct-hero-sub{font-size:13px;color:rgba(255,255,255,.6)}
.acct-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:28px}
.acct-stat{background:#fff;border:1px solid var(--sh-border);border-radius:12px;padding:20px 22px}
.acct-stat-num{font-family:'Cormorant Garamond',serif;font-size:32px;font-weight:700;color:var(--sh-ink);line-height:1}
.acct-stat-label{font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--sh-muted);margin-top:6px}
.acct-section{background:#fff;border:1px solid var(--sh-border);border-radius:12px;padding:24px 26px;margin-bottom:20px}
.acct-section-hd{display:flex;align-items:center;gap:10px;margin-bottom:18px}
.acct-section-hd svg{width:18px;height:18px;stroke:var(--sh-apricot);fill:none;stroke-width:2}
.acct-section-title{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:600;color:var(--sh-ink)}
.acct-order{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid var(--sh-border)}
.acct-order:last-child{border-bottom:none;padding-bottom:0}
.acct-order:first-child{padding-top:0}
.acct-order-img{width:64px;height:64px;border-radius:8px;object-fit:cover;background:var(--sh-off);flex-shrink:0}
.acct-order-info{flex:1;min-width:0}
.acct-order-name{font-family:'Cormorant Garamond',serif;font-size:16px;font-weight:600;color:var(--sh-ink);line-height:1.2;margin-bottom:3px}
.acct-order-meta{font-size:11.5px;color:var(--sh-muted);margin-bottom:6px}
.acct-order-status{display:inline-flex;align-items:center;gap:5px;font-size:9.5px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;padding:3px 9px;border-radius:12px}
.acct-order-status.delivered{background:#e6f4ea;color:#1f7a3a}
.acct-order-status.transit{background:#fef0e3;color:#c0723a}
.acct-order-status.processing{background:#fff8e0;color:#8a6d1a}
.acct-order-status.quote{background:#f0eef9;color:#5b4ba8}
.acct-order-right{text-align:right;flex-shrink:0}
.acct-order-total{font-family:'Cormorant Garamond',serif;font-size:18px;font-weight:700;color:var(--sh-ink)}
.acct-order-date{font-size:11px;color:var(--sh-muted);margin-top:2px}
.acct-fav-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.acct-fav{cursor:pointer;border-radius:10px;overflow:hidden;border:1px solid var(--sh-border);transition:all .18s;background:#fff}
.acct-fav:hover{border-color:var(--sh-gold);box-shadow:0 4px 14px rgba(26,22,18,.08)}
.acct-fav img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}
.acct-fav-name{font-size:11px;font-weight:600;color:var(--sh-ink);padding:8px 10px;line-height:1.3}
.acct-quote{display:flex;justify-content:space-between;align-items:center;padding:13px 0;border-bottom:1px solid var(--sh-border)}
.acct-quote:last-child{border-bottom:none;padding-bottom:0}
.acct-quote:first-child{padding-top:0}
.acct-quote-info{min-width:0}
.acct-quote-title{font-size:13.5px;font-weight:600;color:var(--sh-ink);margin-bottom:2px}
.acct-quote-date{font-size:11px;color:var(--sh-muted)}
.acct-quote-status{font-size:9.5px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;padding:3px 9px;border-radius:12px;background:#f0eef9;color:#5b4ba8;flex-shrink:0}
.acct-empty{font-size:13px;color:var(--sh-muted);text-align:center;padding:20px 0}
.acct-demo-note{background:rgba(212,130,74,.08);border:1px solid rgba(212,130,74,.25);border-radius:10px;padding:14px 18px;font-size:12px;color:#9a6a3a;line-height:1.55;margin-bottom:24px}
.acct-demo-note strong{color:#7a5226}
@media(max-width:768px){.acct-wrap{padding:24px 16px 60px}.acct-topbar{padding:0 16px}.acct-stats{grid-template-columns:1fr;gap:10px}.acct-fav-grid{grid-template-columns:repeat(2,1fr)}.acct-hero{padding:24px 22px}.acct-hero-name{font-size:26px}.acct-order{flex-wrap:wrap}.acct-order-right{text-align:left;width:100%;display:flex;justify-content:space-between;align-items:center;margin-top:4px}}


/* ===== Phase 2.2 skeleton cards ===== */

@keyframes sk-shimmer{0%{background-position:-600px 0}100%{background-position:600px 0}}

.sh-sk-card{background:#fff;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 3px rgba(26,22,18,.06),0 1px 2px rgba(26,22,18,.04);pointer-events:none}

.sh-sk-block{background:linear-gradient(90deg,var(--sh-off) 0%,var(--sh-off) 30%,rgba(var(--sh-gold-rgb)/.22) 50%,rgba(var(--sh-apricot-rgb)/.12) 62%,var(--sh-off) 80%);background-size:600px 100%;animation:sk-shimmer 1.6s infinite linear;border-radius:4px}

.sh-sk-img{aspect-ratio:4/3;border-radius:10px;margin:6px 6px 0;flex-shrink:0}

.sh-sk-body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:10px;flex:1}

.sh-sk-cat{height:10px;width:55%}
.sh-sk-name{height:14px;width:90%}
.sh-sk-name2{height:14px;width:65%}
.sh-sk-stars{height:10px;width:40%}
.sh-sk-price{height:18px;width:35%;margin-top:2px}

.sh-sk-swatches{display:flex;gap:6px;margin-top:2px}
.sh-sk-swatch{width:18px;height:18px;border-radius:3px;flex-shrink:0}

.sh-sk-btn{height:32px;width:100%;border-radius:7px;margin-top:4px}

@media(prefers-reduced-motion:reduce){.sh-sk-block{animation:none}}

/* ===== end skeleton cards ===== */

/* ── Thank-you page ──────────────────────────────────────────────────────── */
.ty-wrap{max-width:560px;margin:80px auto;padding:0 24px 80px;text-align:center;color:#fff}
.ty-icon svg{width:64px;height:64px;stroke:var(--gold);margin-bottom:24px}
.ty-heading{font-family:'Cormorant Garamond',serif;font-size:clamp(28px,5vw,42px);font-weight:600;color:var(--gold);margin-bottom:12px}
.ty-sub{font-size:15px;color:var(--muted);margin-bottom:32px}
.ty-items{text-align:left;border:1px solid rgba(201,169,110,.2);border-radius:8px;padding:16px;margin-bottom:20px}
.ty-item{display:flex;align-items:center;gap:14px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06)}
.ty-item:last-child{border-bottom:none}
.ty-item-img{width:56px;height:56px;object-fit:cover;border-radius:4px;flex-shrink:0}
.ty-item-info{display:flex;flex-direction:column;gap:4px}
.ty-item-name{font-size:14px;font-weight:600;color:#fff}
.ty-item-qty{font-size:13px;color:var(--muted)}
.ty-account-prompt{font-size:14px;color:var(--muted);margin-bottom:28px}
.ty-account-prompt a{color:var(--gold);text-decoration:none}
.ty-account-prompt a:hover{text-decoration:underline}
.ty-continue{display:inline-block;padding:14px 36px;background:var(--gold);color:var(--ink);font-family:'Montserrat',sans-serif;font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;border:none;border-radius:2px;cursor:pointer;transition:background .2s}
.ty-continue:hover{background:var(--gold-light)}
/* ─── Quote Request Modal ─────────────────────────────────────────────────── */
.qm-body{padding:44px 44px 40px}
.qm-hd{margin-bottom:28px}
.qm-hd h2{font-family:'Cormorant Garamond',serif;font-size:32px;font-weight:700;margin:0 0 8px;color:#0a0906}
.qm-hd h2 em{font-style:italic;color:var(--gold)}
.qm-hd p{font-size:13px;color:#9a8a7a;margin:0;line-height:1.5}
.qm-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.qm-field{margin-bottom:16px}
.qm-label{display:block;font-size:11px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:#1a1612;margin-bottom:7px}
.qm-opt{font-weight:400;letter-spacing:0;text-transform:none;color:#9a8a7a;font-size:10px}
.qm-input{width:100%;padding:13px 16px;background:#faf6f0;border:1.5px solid #e8e2d8;border-radius:10px;font-size:14px;color:#1a1612;font-family:'Montserrat',sans-serif;transition:border-color .2s;outline:none;box-sizing:border-box}
.qm-input:focus{border-color:var(--gold);background:#fff}
.qm-input[readonly]{background:#f0ede8;color:#6b6460}
.qm-textarea{resize:vertical;min-height:100px}
.qm-error{padding:10px 14px;background:rgba(196,88,62,.08);border:1px solid rgba(196,88,62,.2);border-radius:8px;font-size:12px;color:#c4583e;margin-bottom:14px}
.qm-submit{width:100%;padding:15px;background:#0a0906;color:#fff;border:none;border-radius:10px;font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;font-family:'Montserrat',sans-serif;transition:background .2s}
.qm-submit:hover{background:var(--gold);color:#0a0906}
.qm-submit svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}
.qm-submit:disabled{opacity:.6;cursor:not-allowed}
.qm-confirm{text-align:center;padding:40px 20px}
.qm-confirm-icon{font-size:48px;color:var(--gold);line-height:1;margin-bottom:16px}
.qm-confirm-title{font-family:'Cormorant Garamond',serif;font-size:28px;font-weight:700;color:#0a0906;margin-bottom:8px}
.qm-confirm-sub{font-size:14px;color:#6b6460;line-height:1.6;margin-bottom:0}
@media(max-width:600px){.qm-body{padding:32px 20px 28px}.qm-row{grid-template-columns:1fr}}
/* ─── Expert form guest email input ──────────────────────────────────────── */
.pp-expert-email{width:100%;margin-top:8px;padding:11px 14px;background:#faf6f0;border:1.5px solid #e8e2d8;border-radius:8px;font-size:13px;color:#1a1612;font-family:'Montserrat',sans-serif;outline:none;transition:border-color .18s;box-sizing:border-box}
.pp-expert-email:focus{border-color:var(--gold);background:#fff}
.pp-expert-email::placeholder{color:#9a8a7a}
/* ─── Admin Inbox ─────────────────────────────────────────────────────────── */
.inbox-tabs{display:flex;gap:6px;margin-bottom:24px}
.inbox-tab{padding:9px 20px;background:#f5f0ea;border:none;border-radius:8px;font-size:11px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:#6b6460;cursor:pointer;font-family:'Montserrat',sans-serif;transition:all .18s}
.inbox-tab.active{background:var(--gold);color:#0a0906}
.inbox-loading,.inbox-empty{padding:48px;text-align:center;color:#9a8a7a;font-size:14px}
.inbox-list{display:flex;flex-direction:column;gap:8px}
.inbox-row{background:#faf6f0;border:1px solid #f0eae0;border-radius:10px;overflow:hidden;transition:border-color .18s}
.inbox-row:hover,.inbox-row.inbox-row-open{border-color:var(--gold)}
.inbox-row-main{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;cursor:pointer}
.inbox-row-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}
.inbox-row-name{font-size:14px;font-weight:600;color:#0a0906;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.inbox-row-email{font-size:12px;color:#9a8a7a}
.inbox-row-meta{display:flex;align-items:center;gap:10px;flex-shrink:0}
.inbox-row-date{font-size:11px;color:#9a8a7a;white-space:nowrap}
.inbox-pill{padding:3px 10px;border-radius:20px;font-size:10px;font-weight:800;letter-spacing:.8px;text-transform:uppercase}
.inbox-pill-new{background:rgba(201,169,110,.15);color:#a07830}
.inbox-pill-replied{background:rgba(59,130,246,.12);color:#2563eb}
.inbox-pill-converted{background:rgba(34,197,94,.12);color:#15803d}
.inbox-pill-closed{background:rgba(107,100,96,.1);color:#6b6460}
.inbox-row-detail{padding:14px 16px;border-top:1px solid #f0eae0;background:#fff;display:flex;flex-direction:column;gap:10px}
.inbox-detail-line{display:flex;gap:12px;font-size:13px;color:#1a1612;line-height:1.5}
.inbox-detail-line span:first-child{font-size:10px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:#9a8a7a;min-width:64px;padding-top:2px;flex-shrink:0}
.inbox-status-select{padding:5px 10px;background:#faf6f0;border:1.5px solid #e8e2d8;border-radius:7px;font-size:12px;font-weight:700;color:#1a1612;font-family:'Montserrat',sans-serif;cursor:pointer;outline:none}
.inbox-status-select:focus{border-color:var(--gold)}

/* ─── Admin Inbox ─────────────────────────────────────────────────────── */
#mgmtRoot .inbox-header { display:flex; gap:8px; margin-bottom:16px; }
#mgmtRoot .inbox-tab { padding:8px 16px; border:1px solid var(--border,#e0d9ce); border-radius:6px; background:#fff; cursor:pointer; font-size:14px; }
#mgmtRoot .inbox-tab.active { background:var(--gold,#c9a36b); color:#fff; border-color:var(--gold,#c9a36b); }
#mgmtRoot .inbox-tab .badge { display:inline-block; background:rgba(0,0,0,.15); border-radius:10px; padding:1px 6px; font-size:11px; margin-left:4px; }
#mgmtRoot .inbox-row { border:1px solid var(--border,#e0d9ce); border-radius:8px; margin-bottom:10px; padding:14px 16px; background:#fff; }
#mgmtRoot .inbox-row-hd { display:flex; justify-content:space-between; align-items:center; margin-bottom:8px; }
#mgmtRoot .inbox-row-time { color:#999; font-size:12px; }
#mgmtRoot .inbox-row-body { font-size:14px; line-height:1.6; }
#mgmtRoot .inbox-row-name { font-weight:600; margin-bottom:2px; }
#mgmtRoot .inbox-row-contact { color:#666; font-size:13px; }
#mgmtRoot .inbox-row-msg { margin-top:6px; color:#333; }
#mgmtRoot .inbox-row-source { margin-top:4px; color:#999; font-size:12px; }
#mgmtRoot .inbox-row-product { font-weight:600; color:var(--gold,#c9a36b); margin-bottom:4px; }
#mgmtRoot .inbox-status-select { font-size:12px; padding:3px 8px; border-radius:4px; border:1px solid var(--border,#e0d9ce); cursor:pointer; }
#mgmtRoot .inbox-status-select.status-new { border-color:#e6a817; background:#fffbf0; }
#mgmtRoot .inbox-status-select.status-replied { border-color:#4caf50; background:#f0fff0; }
#mgmtRoot .inbox-status-select.status-converted { border-color:#2196f3; background:#f0f8ff; }
#mgmtRoot .inbox-status-select.status-closed { border-color:#999; background:#f5f5f5; }
#mgmtRoot .empty-state { text-align:center; padding:60px 20px; color:#999; }
#mgmtRoot .empty-state svg { width:48px; height:48px; stroke:#ccc; fill:none; stroke-width:1.5; display:block; margin:0 auto 16px; }
#mgmtRoot .empty-state h3 { margin:0 0 8px; color:#666; font-size:18px; }
#mgmtRoot .empty-state p { margin:0; font-size:14px; }

/* ─── Install Card ─── */
.pp-install-subtitle{font-size:14px;font-weight:600;color:var(--sh-ink,#0a0906);margin-bottom:6px;margin-top:2px}
.pp-install-sqft-row{margin:12px 0 10px}
.pp-install-sqft-label{display:block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:#666;margin-bottom:6px}
.pp-install-sqft-input{width:100%;max-width:200px;padding:8px 12px;border:1.5px solid var(--border,#e0d9ce);border-radius:6px;font-size:15px;font-family:inherit;outline:none}
.pp-install-sqft-input:focus{border-color:var(--gold,#c9a36b)}
.pp-install-btn{display:inline-block;margin:4px 0 10px;padding:10px 20px;background:var(--sh-ink,#0a0906);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;letter-spacing:.3px}
.pp-install-btn:hover{background:#2a2520}
.pp-install-area{font-size:12px;color:#888;margin-bottom:8px;font-style:italic}

/* ─── Collection Row ─── */
.pp-collection-row .pp-similar-hd{margin-bottom:10px}
.pp-collection-shop-link{background:none;border:none;color:var(--gold,#c9a36b);font-size:13px;font-weight:600;cursor:pointer;padding:0;text-decoration:underline}
.pp-collection-shop-link:hover{color:var(--sh-ink,#0a0906)}

/* ─── Shop Hero Carousel ──────────────────────────────────────────────── */
.sh-promo-banners{width:min(1420px,calc(100% - 28px));margin:18px auto 30px;position:relative}
.pb-main-hero{position:relative;margin:0 0 18px;border:1px solid #e8e2d8;border-radius:8px;overflow:hidden;background:#fbf7ee;box-shadow:0 18px 42px rgba(20,16,12,.09)}
.pb-main-topbar{height:38px;background:#0a0906;color:#c9a96e;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;gap:10px;padding:0 24px;font-family:'Montserrat',sans-serif;font-size:10px;font-weight:900;letter-spacing:.9px;text-transform:uppercase}
.pb-main-topbar span{display:flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}
.pb-main-topbar svg{width:15px;height:15px;stroke:#c9a96e;fill:none;stroke-width:1.8;flex-shrink:0}
.pb-main-body{min-height:560px;display:grid;grid-template-columns:minmax(450px,.9fr) minmax(700px,1.1fr);position:relative}
.pb-main-copy{position:relative;z-index:2;padding:84px 54px 44px;background:linear-gradient(90deg,#fbf7ee 0%,#fbf7ee 72%,rgba(251,247,238,.74) 88%,rgba(251,247,238,0) 100%);display:flex;flex-direction:column;justify-content:center}
.pb-main-title{font-family:'Cormorant Garamond',serif;font-size:70px;font-weight:800;line-height:.98;color:#0a0906;margin:0 0 24px;letter-spacing:0}
.pb-main-title span{color:#a27d3e}
.pb-main-text{font-family:'Montserrat',sans-serif;font-size:17px;line-height:1.55;color:#28231f;max-width:470px;margin:0 0 26px}
.pb-main-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:30px}
.pb-main-btn{border:1.5px solid #173923;background:#173923;color:#fff;border-radius:3px;padding:15px 30px;font-family:'Montserrat',sans-serif;font-size:12px;font-weight:900;letter-spacing:.5px;text-transform:uppercase;cursor:pointer}
.pb-main-btn.alt{background:#fff;color:#0a0906;border-color:#b9a98d}
.pb-main-benefits{display:grid;grid-template-columns:repeat(3,max-content);gap:24px}
.pb-main-benefit{display:flex;align-items:center;gap:8px;font-family:'Montserrat',sans-serif;font-size:10px;font-weight:900;line-height:1.12;color:#3a332c;text-transform:none}
.pb-main-benefit svg{width:24px;height:24px;stroke:#a27d3e;fill:none;stroke-width:1.8;flex-shrink:0}
.pb-main-benefit span{max-width:92px}
.pb-main-media{position:relative;overflow:hidden}
.pb-main-media::before{content:"";position:absolute;z-index:2;left:-90px;top:0;bottom:0;width:170px;background:linear-gradient(90deg,rgba(251,247,238,.94),rgba(251,247,238,.32),rgba(251,247,238,0));backdrop-filter:blur(7px);pointer-events:none}
.pb-main-media img{width:100%;height:100%;object-fit:cover;object-position:center right;display:block}
.pb-main-media video{width:100%;height:100%;object-fit:cover;object-position:center;display:block;background:#17130f}
.pb-main-media video.is-awaiting-play{background-size:cover;background-position:center}
.pb-media video{width:100%;height:100%;object-fit:cover;object-position:center;display:block;background:#17130f}
.pb-main-logo-mark{position:absolute;z-index:3;right:54px;bottom:70px;width:142px;height:112px;background:rgba(160,116,54,.88);color:#0a0906;border:1px solid rgba(10,9,6,.18);box-shadow:0 18px 36px rgba(0,0,0,.18);display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:'Montserrat',sans-serif;letter-spacing:1.4px;text-align:center}
.pb-main-logo-mark strong{font-size:28px;font-weight:950;line-height:1}
.pb-main-logo-mark span{font-size:12px;font-weight:800;margin-top:3px}
.pb-main-category-strip{height:70px;background:rgba(255,255,255,.92);border-top:1px solid #e2d8c8;display:grid;grid-template-columns:repeat(6,1fr);align-items:center;text-align:center;font-family:'Montserrat',sans-serif;font-size:11px;font-weight:800;color:#4c443c}
.pb-main-category-strip span{min-height:44px;padding:0 14px;border-right:1px solid #ded4c5;display:flex;align-items:center;justify-content:center;gap:9px}
.pb-main-category-strip span:last-child{border-right:none}
.pb-main-category-strip svg{width:22px;height:22px;stroke:#a27d3e;fill:none;stroke-width:1.6;flex-shrink:0}
.pb-main-category-strip em{font-style:normal;line-height:1.2}
.pb-flash-wrap{position:relative}
.pb-flash-stage{position:relative;height:430px;border-radius:8px;overflow:hidden;background:#f8f4ec;box-shadow:0 14px 34px rgba(20,16,12,.08)}
.pb-card{position:absolute;inset:0;min-height:430px;border:1px solid #e8e2d8;border-radius:8px;overflow:hidden;background:#f8f4ec;color:#0a0906;opacity:0;pointer-events:none;transform:scale(1.012);transition:opacity .55s ease,transform .55s ease;box-shadow:none}
.pb-card.active{opacity:1;pointer-events:auto;transform:scale(1);z-index:2}
.pb-card::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.9) 0%,rgba(255,255,255,.62) 43%,rgba(255,255,255,.06) 72%)}
.pb-card.pb-dark::after{background:linear-gradient(90deg,rgba(5,8,12,.96) 0%,rgba(5,8,12,.72) 44%,rgba(5,8,12,.16) 78%)}
.pb-card.pb-hero{min-height:430px;display:grid;grid-template-columns:minmax(380px,.95fr) minmax(500px,1.35fr) 300px;background:#fbf7ee}
.pb-card.pb-hero::after{display:none}
.pb-copy{position:relative;z-index:2;padding:48px 40px 38px;max-width:500px}
.pb-hero .pb-copy{display:flex;flex-direction:column;justify-content:flex-start;padding-top:72px}
.pb-num{position:absolute;z-index:4;top:10px;left:10px;width:28px;height:28px;border-radius:5px;background:#111923;color:#fff;display:flex;align-items:center;justify-content:center;font-family:'Montserrat',sans-serif;font-size:13px;font-weight:900;box-shadow:0 8px 18px rgba(0,0,0,.18)}
.pb-slot-5 .pb-num,.pb-slot-6 .pb-num,.pb-slot-7 .pb-num{z-index:20;top:10px;left:10px}
.pb-eyebrow{font-family:'Montserrat',sans-serif;font-size:10px;font-weight:900;letter-spacing:1.8px;text-transform:uppercase;color:#9f7d3f;margin-bottom:7px}
.pb-card.pb-dark .pb-eyebrow{color:#d34c38}
.pb-title{font-family:'Cormorant Garamond',serif;font-size:36px;font-weight:800;line-height:.94;margin:0 0 13px;color:#0a0906}
.pb-hero .pb-title{font-size:46px}
.pb-card.pb-dark .pb-title,.pb-card.pb-dark .pb-text,.pb-card.pb-dark .pb-badge{color:#fff}
.pb-accent{color:#a27d3e}
.pb-card.pb-dark .pb-accent{color:#e35b42}
.pb-text{font-family:'Montserrat',sans-serif;font-size:13px;line-height:1.45;color:#27231f;margin:0 0 14px;max-width:360px}
.pb-badges{display:grid;grid-template-columns:repeat(3,max-content);align-items:center;gap:18px;margin:0 0 16px}
.pb-badge{display:flex;align-items:center;gap:7px;font-family:'Montserrat',sans-serif;font-size:10px;font-weight:800;line-height:1.12;color:#3a332c}
.pb-badge svg{width:19px;height:19px;stroke:#a27d3e;fill:none;stroke-width:1.8;flex-shrink:0}
.pb-badge span{display:block;max-width:86px}
.pb-actions{display:flex;gap:10px;flex-wrap:wrap}
.pb-btn{border:1.5px solid #0a0906;background:#0a0906;color:#fff;border-radius:2px;padding:10px 18px;font-family:'Montserrat',sans-serif;font-size:11px;font-weight:900;letter-spacing:.4px;text-transform:uppercase;cursor:pointer;transition:transform .18s,background .18s,border-color .18s}
.pb-btn:hover{transform:translateY(-1px);background:#c08b44;border-color:#c08b44}
.pb-btn.alt{background:rgba(255,255,255,.7);color:#0a0906}
.pb-card.pb-dark .pb-btn.alt{background:transparent;color:#fff;border-color:rgba(255,255,255,.58)}

/* ─── Shop By Flooring Type Cover ─────────────────────────────────────── */
.sh-type-cover{width:min(1420px,calc(100% - 28px));margin:0 auto 34px;padding:18px 18px 20px;background:#f7f3ec;border:1px solid #e7ddcf;border-radius:10px;box-shadow:0 18px 42px rgba(20,16,12,.07)}
.sh-type-cover-head{text-align:center;max-width:780px;margin:0 auto 22px}
.sh-type-kicker{display:inline-flex;align-items:center;justify-content:center;margin-bottom:8px;padding:5px 12px;background:#0a0906;color:#c9a96e;border-radius:999px;font-family:'Montserrat',sans-serif;font-size:10px;font-weight:900;letter-spacing:1.8px;text-transform:uppercase}
.sh-type-cover h2{font-family:'Cormorant Garamond',serif;font-size:44px;line-height:1;font-weight:800;color:#0a0906;margin:0}
.sh-type-cover p{font-family:'Montserrat',sans-serif;font-size:14px;line-height:1.55;color:#6b6460;margin:8px 0 0}
.sh-type-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.sh-type-card{position:relative;min-height:230px;border:0;border-radius:10px;overflow:hidden;background:#d8d0c4;background-image:var(--type-img);background-size:cover;background-position:center;box-shadow:0 12px 28px rgba(20,16,12,.14);cursor:pointer;text-align:left;isolation:isolate;transition:transform .22s ease,box-shadow .22s ease}
.sh-type-card-large{min-height:276px}
.sh-type-card::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(5,5,4,.03) 18%,rgba(5,5,4,.4) 62%,rgba(5,5,4,.82) 100%)}
.sh-type-card::after{content:"";position:absolute;inset:0;background:rgba(255,255,255,.08);opacity:0;transition:opacity .22s ease;pointer-events:none}
.sh-type-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(20,16,12,.2)}
.sh-type-card:hover::after{opacity:1}
.sh-type-label{position:absolute;left:22px;right:22px;bottom:44px;color:#fff;font-family:'Montserrat',sans-serif;font-size:25px;line-height:1.08;font-weight:950;letter-spacing:-.3px;text-shadow:0 3px 12px rgba(0,0,0,.55)}
.sh-type-note{position:absolute;left:22px;right:22px;bottom:19px;color:rgba(255,255,255,.86);font-family:'Montserrat',sans-serif;font-size:12px;font-weight:700;line-height:1.25;text-shadow:0 2px 10px rgba(0,0,0,.45)}
.sh-type-card:focus-visible{outline:3px solid #c9a96e;outline-offset:3px}
.pb-media{position:absolute;inset:0;z-index:1}
.pb-media img{width:100%;height:100%;object-fit:cover;display:block}
.pb-hero .pb-media{position:relative;inset:auto;z-index:1;height:100%}
.pb-hero .pb-media img{height:100%}
.pb-service-rail{position:relative;z-index:2;background:#101923;color:#fff;padding:42px 26px;display:flex;flex-direction:column;justify-content:center;gap:26px}
.pb-service{display:flex;gap:12px;align-items:flex-start}
.pb-service svg{width:22px;height:22px;stroke:#c9a96e;fill:none;stroke-width:1.7;flex-shrink:0}
.pb-service strong{display:block;font-family:'Montserrat',sans-serif;font-size:12px;font-weight:900;letter-spacing:.5px;text-transform:uppercase}
.pb-service span{display:block;font-family:'Montserrat',sans-serif;font-size:11px;color:rgba(255,255,255,.78);margin-top:3px}
.pb-card:not(.pb-hero) .pb-copy{min-height:430px;display:flex;flex-direction:column;justify-content:center}
.pb-card:not(.pb-hero) .pb-media img{filter:saturate(1.02)}
.pb-card.pb-right .pb-copy{margin-left:auto}
.pb-card.pb-right::after{background:linear-gradient(270deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.64) 44%,rgba(255,255,255,.05) 78%)}
.pb-card.pb-dark.pb-right::after{background:linear-gradient(270deg,rgba(5,8,12,.96) 0%,rgba(5,8,12,.72) 44%,rgba(5,8,12,.12) 78%)}
.pb-slot-2,.pb-slot-3{display:grid;grid-template-columns:minmax(360px,.72fr) minmax(520px,1.28fr);background:#fbf7ee}
.pb-slot-2::after,.pb-slot-3::after{display:none}
.pb-slot-2 .pb-copy,.pb-slot-3 .pb-copy{max-width:430px;padding:52px 42px 38px}
.pb-slot-2 .pb-copy,.pb-slot-3 .pb-copy{background:#fbf7ee}
.pb-slot-2 .pb-title,.pb-slot-3 .pb-title{font-size:44px;line-height:.92;margin-bottom:13px}
.pb-slot-2 .pb-text,.pb-slot-3 .pb-text{font-size:13px;max-width:310px;margin-bottom:16px}
.pb-slot-2 .pb-media,.pb-slot-3 .pb-media{position:relative;inset:auto;height:100%}
.pb-slot-2 .pb-media img,.pb-slot-3 .pb-media img{object-position:center right}
.pb-slot-2 .pb-copy{grid-column:1;grid-row:1;justify-content:flex-start!important;padding-top:72px;max-width:440px}
.pb-slot-2 .pb-media{grid-column:2;grid-row:1}
.pb-slot-2 .pb-media::before{content:"";position:absolute;z-index:2;left:-95px;top:0;bottom:0;width:170px;background:linear-gradient(90deg,#fbf7ee 0%,rgba(251,247,238,.86) 36%,rgba(251,247,238,.28) 68%,rgba(251,247,238,0) 100%);backdrop-filter:blur(7px);pointer-events:none}
.pb-slot-2 .pb-badges{margin-bottom:20px}
.pb-slot-2 .pb-actions{margin-top:0}
.pb-slot-3 .pb-media::after{content:"";position:absolute;right:0;top:0;bottom:0;width:42%;background:radial-gradient(circle at 78% 45%,rgba(255,255,255,.22),rgba(255,255,255,0) 62%);pointer-events:none}
.pb-slot-2 .pb-eyebrow{color:#18486a}
.pb-slot-2 .pb-accent{color:#0f4b6e}
.pb-slot-2 .pb-btn{background:#0f4b6e;border-color:#0f4b6e}
.pb-slot-2 .pb-btn:hover{background:#0a334d;border-color:#0a334d}
.pb-slot-2 .pb-btn.alt,.pb-slot-3 .pb-btn.alt{background:rgba(255,255,255,.84);color:#0a0906;border-color:#cfc5b8}
.pb-slot-2 .pb-badge svg{stroke:#0f4b6e}
.pb-slot-3 .pb-eyebrow{color:#7b5299}
.pb-slot-3 .pb-accent{color:#0a0906}
.pb-slot-3{grid-template-columns:minmax(330px,.58fr) minmax(680px,1.42fr)}
.pb-slot-3 .pb-copy{grid-column:1;grid-row:1;justify-content:flex-start!important;padding:48px 36px 34px;max-width:360px}
.pb-slot-3 .pb-media{grid-column:2;grid-row:1}
.pb-slot-3 .pb-media img{object-position:center center}
.pb-slot-3 .pb-media::before{content:"";position:absolute;z-index:2;left:-86px;top:0;bottom:0;width:150px;background:linear-gradient(90deg,#fbf7ee 0%,rgba(251,247,238,.72) 38%,rgba(251,247,238,.18) 70%,rgba(251,247,238,0) 100%);backdrop-filter:blur(6px);pointer-events:none}
.pb-slot-3 .pb-title{font-size:39px;line-height:.93;margin-bottom:12px}
.pb-slot-3 .pb-text{font-size:12px;line-height:1.45;max-width:250px;margin-bottom:17px}
.pb-slot-3 .pb-badges{grid-template-columns:repeat(3,max-content);gap:16px;margin-bottom:18px}
.pb-slot-3 .pb-badge{font-size:9.6px}
.pb-slot-3 .pb-badge span{max-width:70px}
.pb-slot-3 .pb-btn{background:#8056a6;border-color:#8056a6}
.pb-slot-3 .pb-btn:hover{background:#654080;border-color:#654080}
.pb-slot-3 .pb-btn.alt{background:#fff;border-color:#d9d0c5;color:#0a0906}
.pb-slot-3 .pb-badge svg{stroke:#8056a6}
.pb-slot-4{display:grid;grid-template-columns:minmax(520px,.9fr) minmax(620px,1.1fr);background:#091016}
.pb-slot-4::after{display:none}
.pb-card.pb-slot-4 .pb-copy{position:relative;z-index:3;grid-column:1;grid-row:1;width:100%;max-width:none;min-height:430px;padding:54px 48px 30px;background:linear-gradient(90deg,#090f15 0%,#101820 72%,rgba(16,24,32,.74) 100%);display:grid;grid-template-columns:minmax(250px,1fr) minmax(190px,.72fr);column-gap:36px;align-content:start;justify-content:stretch;box-sizing:border-box}
.pb-slot-4 .pb-media{position:relative;inset:auto;grid-column:2;grid-row:1;height:100%}
.pb-slot-4 .pb-media img{object-position:center right}
.pb-slot-4 .pb-media::before{content:"";position:absolute;z-index:2;left:-120px;top:0;bottom:0;width:210px;background:linear-gradient(90deg,#101820 0%,rgba(16,24,32,.72) 38%,rgba(16,24,32,.18) 72%,rgba(16,24,32,0) 100%);backdrop-filter:blur(7px);pointer-events:none}
.pb-slot-4 .pb-eyebrow{grid-column:1/-1;color:#c9a96e;margin-bottom:6px}
.pb-slot-4 .pb-title{font-size:42px;line-height:.92;margin-bottom:14px;color:#fff}
.pb-slot-4 .pb-accent{color:#fff}
.pb-slot-4 .pb-text{font-size:14px;line-height:1.46;max-width:320px;color:rgba(255,255,255,.82);margin-bottom:20px}
.pb-slot-4 .pb-badges{grid-column:2;grid-row:2 / span 3;display:flex;flex-direction:column;align-self:start;gap:17px;margin:8px 0 0}
.pb-slot-4 .pb-badge{font-size:12px;color:#fff}
.pb-slot-4 .pb-badge svg{width:20px;height:20px;stroke:#c9a96e}
.pb-slot-4 .pb-actions{grid-column:1;gap:12px}
.pb-slot-4 .pb-btn{padding:12px 20px;font-size:12px}
.pb-slot-4 .pb-btn{background:#c49243;border-color:#c49243;color:#fff}
.pb-slot-4 .pb-btn:hover{background:#a87934;border-color:#a87934}
.pb-slot-4 .pb-btn.alt{background:transparent;border-color:rgba(255,255,255,.48);color:#fff}
.pb-slot-5{display:grid!important;grid-template-columns:minmax(420px,.72fr) minmax(720px,1.28fr);background:#080b0f}
.pb-slot-5::after{display:none!important}
.pb-garage-copy{position:relative;z-index:4;grid-column:1;grid-row:1;min-height:430px;padding:54px 44px 36px;background:linear-gradient(90deg,#070a0d 0%,#101318 78%,rgba(16,19,24,.68) 100%);box-sizing:border-box;display:flex;flex-direction:column;justify-content:center}
.pb-garage-media{position:relative;z-index:1;grid-column:2;grid-row:1;height:100%;overflow:hidden}
.pb-garage-media img{width:100%;height:100%;object-fit:cover;object-position:center right;display:block;filter:saturate(1.05) contrast(1.05)}
.pb-garage-media::before{content:"";position:absolute;z-index:2;left:-120px;top:0;bottom:0;width:220px;background:linear-gradient(90deg,#101318 0%,rgba(16,19,24,.72) 38%,rgba(16,19,24,.18) 74%,rgba(16,19,24,0) 100%);backdrop-filter:blur(7px);pointer-events:none}
.pb-garage-title{font-family:'Montserrat',sans-serif;font-size:45px;line-height:.95;font-weight:950;letter-spacing:.5px;text-transform:uppercase;color:#fff;margin:0 0 14px}
.pb-garage-title span{color:#d6533f}
.pb-garage-text{font-family:'Montserrat',sans-serif;font-size:13px;line-height:1.48;max-width:345px;color:rgba(255,255,255,.82);margin:0 0 16px}
.pb-garage-badges{display:grid;grid-template-columns:repeat(3,max-content);gap:14px;margin:0 0 18px}
.pb-garage-badges span{display:flex;align-items:center;gap:7px;font-family:'Montserrat',sans-serif;font-size:10px;font-weight:800;color:#fff;line-height:1.12}
.pb-garage-badges svg{width:18px;height:18px;stroke:#d6533f;fill:none;stroke-width:1.8;flex-shrink:0}
.pb-garage-actions{display:flex;gap:12px;flex-wrap:wrap}
.pb-garage-btn{border:1.5px solid #d6533f;background:#d6533f;color:#fff;border-radius:2px;padding:12px 20px;font-family:'Montserrat',sans-serif;font-size:11px;font-weight:900;letter-spacing:.4px;text-transform:uppercase;cursor:pointer}
.pb-garage-btn.alt{background:transparent;border-color:rgba(255,255,255,.52);color:#fff}
.pb-slot-6{display:grid!important;grid-template-columns:minmax(420px,.72fr) minmax(720px,1.28fr);background:#fbf7ee}
.pb-slot-6::after{display:none!important}
.pb-simple-copy{position:relative;z-index:4;grid-column:1;grid-row:1;min-height:430px;padding:62px 44px 38px;background:#fbf7ee;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center}
.pb-simple-media{position:relative;z-index:1;grid-column:2;grid-row:1;height:100%;overflow:hidden}
.pb-simple-media img{width:100%;height:100%;object-fit:cover;object-position:center right;display:block}
.pb-simple-media::before{content:"";position:absolute;z-index:2;left:-110px;top:0;bottom:0;width:190px;background:linear-gradient(90deg,#fbf7ee 0%,rgba(251,247,238,.76) 38%,rgba(251,247,238,.18) 74%,rgba(251,247,238,0) 100%);backdrop-filter:blur(6px);pointer-events:none}
.pb-simple-title{font-family:'Cormorant Garamond',serif;font-size:44px;line-height:.95;font-weight:800;color:#0a0906;margin:0 0 14px}
.pb-simple-title span{color:#0a0906}
.pb-simple-text{font-family:'Montserrat',sans-serif;font-size:13px;line-height:1.5;max-width:330px;color:#302a24;margin:0 0 22px}
.pb-simple-actions{display:flex;gap:12px;flex-wrap:wrap}
.pb-simple-btn{border:1.5px solid #a27d3e;background:#a27d3e;color:#fff;border-radius:2px;padding:12px 20px;font-family:'Montserrat',sans-serif;font-size:11px;font-weight:900;letter-spacing:.4px;text-transform:uppercase;cursor:pointer}
.pb-simple-btn.alt{background:#fff;border-color:#d9d0c5;color:#0a0906}
.pb-slot-7{display:grid!important;grid-template-columns:minmax(390px,.62fr) minmax(780px,1.38fr);background:#fbf7ee}
.pb-slot-7::after{display:none!important}
.pb-one-copy{position:relative;z-index:4;grid-column:1;grid-row:1;min-height:430px;padding:54px 38px 36px;background:#fbf7ee;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center}
.pb-one-title{font-family:'Cormorant Garamond',serif;font-size:40px;line-height:.96;font-weight:800;color:#0a0906;margin:0 0 12px}
.pb-one-title span{color:#0a0906}
.pb-one-text{font-family:'Montserrat',sans-serif;font-size:12.5px;line-height:1.5;max-width:330px;color:#302a24;margin:0 0 16px}
.pb-one-badges{display:grid;grid-template-columns:repeat(5,max-content);gap:10px;margin:0 0 18px}
.pb-one-badges span{display:flex;flex-direction:column;align-items:center;gap:5px;font-family:'Montserrat',sans-serif;font-size:8.5px;font-weight:800;color:#234d47;line-height:1.05;text-align:center;max-width:58px}
.pb-one-badges svg{width:18px;height:18px;stroke:#2a776e;fill:none;stroke-width:1.8}
.pb-one-actions{display:flex;gap:10px;flex-wrap:wrap}
.pb-one-btn{border:1.5px solid #2a776e;background:#2a776e;color:#fff;border-radius:2px;padding:11px 18px;font-family:'Montserrat',sans-serif;font-size:10.5px;font-weight:900;letter-spacing:.4px;text-transform:uppercase;cursor:pointer}
.pb-one-btn.alt{background:#fff;border-color:#d9d0c5;color:#0a0906}
.pb-one-media{position:relative;z-index:1;grid-column:2;grid-row:1;height:100%;display:grid;grid-template-columns:1.1fr .95fr .9fr;gap:0;overflow:hidden;background:#fff}
.pb-one-media div{position:relative;overflow:hidden;clip-path:polygon(8% 0,100% 0,92% 100%,0 100%)}
.pb-one-media div:first-child{clip-path:polygon(0 0,100% 0,92% 100%,0 100%)}
.pb-one-media div:last-child{clip-path:polygon(8% 0,100% 0,100% 100%,0 100%)}
.pb-one-media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.pb-slot-2 .pb-actions,.pb-slot-3 .pb-actions{margin-top:2px}
.pb-flash-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:6;width:38px;height:38px;border-radius:50%;border:1px solid rgba(10,9,6,.16);background:rgba(255,255,255,.86);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,.12);transition:background .18s,transform .18s}
.pb-flash-arrow:hover{background:#0a0906;transform:translateY(-50%) scale(1.04)}
.pb-flash-arrow:hover svg{stroke:#fff}
.pb-flash-arrow svg{width:18px;height:18px;stroke:#0a0906;fill:none;stroke-width:2.5}
.pb-flash-prev{left:12px}
.pb-flash-next{right:12px}
.pb-flash-dots{display:flex;justify-content:center;gap:7px;margin-top:12px}
.pb-flash-dot{width:8px;height:8px;border-radius:999px;border:none;background:#d7ccbc;cursor:pointer;padding:0;transition:width .2s,background .2s}
.pb-flash-dot.active{width:24px;background:#0a0906}
.pb-empty{padding:26px;border:1px dashed #d8d2c6;border-radius:8px;color:#6b6460;background:#fffbf5;text-align:center;font-weight:700}
.sh-filter-promo-card{margin:24px 0 14px;padding:14px;background:#fff;border:1px solid #e8e2d8;border-radius:8px;box-shadow:0 10px 24px rgba(26,22,18,.08);font-family:'Montserrat',sans-serif;overflow:hidden}
.sh-filter-promo-copy h3{font-size:20px;line-height:1.06;font-weight:950;text-transform:uppercase;letter-spacing:.7px;color:#1a1612;margin:0 0 10px}
.sh-filter-promo-copy h3 span{display:block;color:#d4824a}
.sh-filter-promo-copy p{font-size:10.5px;font-weight:700;line-height:1.45;color:#6b6460;margin:0 0 14px}
.sh-filter-promo-icons{display:grid;grid-template-columns:repeat(2,1fr);gap:11px 9px;margin-bottom:13px}
.sh-filter-promo-icons span{display:grid;grid-template-columns:20px 1fr;column-gap:7px;align-items:start;min-width:0}
.sh-filter-promo-icons svg{grid-row:1 / span 2;width:18px;height:18px;stroke:#a07840;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.sh-filter-promo-icons b{font-size:7.6px;line-height:1.05;font-weight:950;text-transform:uppercase;letter-spacing:.4px;color:#1a1612}
.sh-filter-promo-icons small{font-size:7.2px;line-height:1.15;font-weight:700;color:#6b6460}
.sh-filter-promo-photo{position:relative;height:162px;margin:0 -4px 12px;border-radius:6px;overflow:hidden;background:#e7ded2}
.sh-filter-promo-photo img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:saturate(.95) contrast(1.02)}
.sh-filter-promo-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,0) 35%,rgba(10,9,6,.18) 100%);pointer-events:none}
.sh-filter-promo-logo{position:absolute;left:18px;bottom:18px;padding:9px 12px;background:rgba(255,255,255,.88);color:#0a0906;border:1px solid rgba(10,9,6,.08);font-size:15px;font-weight:950;letter-spacing:1px;line-height:.92;text-transform:uppercase;transform:rotate(-7deg);box-shadow:0 8px 18px rgba(0,0,0,.16)}
.sh-filter-promo-logo span{font-size:7px;letter-spacing:1.2px}
.sh-filter-promo-btn{width:100%;height:34px;border:none;border-radius:5px;background:#173923;color:#fff;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.8px;cursor:pointer}
.sh-filter-promo-btn:hover{background:#0f2b19}
.sh-filter-rating-card{display:grid;grid-template-columns:28px auto 1fr;align-items:center;gap:8px;margin:0 0 22px;padding:12px 13px;background:#fff;border:1px solid #e8e2d8;border-radius:7px;box-shadow:0 8px 18px rgba(26,22,18,.06);font-family:'Montserrat',sans-serif}
.sh-filter-rating-card svg{width:24px;height:24px;stroke:#a07840;fill:#f7d675;stroke-width:1.8}
.sh-filter-rating-card strong{font-size:18px;font-weight:950;color:#1a1612}
.sh-filter-rating-card span{font-size:9px;font-weight:800;line-height:1.22;color:#4c443c}
@media(min-width:861px){.sh-hero{display:none}}
@media(max-width:1280px){
  .pb-main-body{min-height:500px;grid-template-columns:minmax(390px,.9fr) minmax(520px,1.1fr)}
  .pb-main-copy{padding:70px 42px 38px}
  .pb-main-title{font-size:56px}
  .pb-main-text{font-size:15px;max-width:410px}
  .pb-main-topbar{font-size:8.5px;padding:0 14px;gap:6px}
  .pb-main-benefits{gap:16px}
  .pb-main-category-strip{height:58px;font-size:9.5px}
  .pb-main-category-strip span{gap:7px;padding:0 9px}
  .pb-main-category-strip svg{width:18px;height:18px}
  .pb-main-logo-mark{right:34px;bottom:54px;width:118px;height:92px}
  .pb-main-logo-mark strong{font-size:23px}
  .pb-main-logo-mark span{font-size:10px}
  .pb-flash-stage{height:390px}
  .pb-card,.pb-card.pb-hero,.pb-card:not(.pb-hero) .pb-copy{min-height:390px}
  .pb-card.pb-hero{grid-template-columns:minmax(330px,.95fr) minmax(430px,1.25fr) 260px}
  .pb-copy{padding:42px 32px 34px}
  .pb-hero .pb-copy{padding-top:58px}
  .pb-hero .pb-title{font-size:42px}
  .pb-title{font-size:33px}
  .pb-service-rail{padding:34px 22px;gap:22px}
  .pb-slot-2 .pb-copy,.pb-slot-3 .pb-copy{padding:46px 34px 34px;max-width:390px}
  .pb-slot-2 .pb-copy{padding-top:62px}
  .pb-slot-2 .pb-title,.pb-slot-3 .pb-title{font-size:40px}
  .pb-slot-2,.pb-slot-3{grid-template-columns:minmax(330px,.8fr) minmax(420px,1.2fr)}
  .pb-slot-3 .pb-copy{padding:42px 30px 30px;max-width:340px}
  .pb-slot-3 .pb-title{font-size:36px}
  .pb-slot-3 .pb-text{max-width:240px}
  .pb-slot-4{grid-template-columns:minmax(470px,.95fr) minmax(450px,1.05fr)}
  .pb-card.pb-slot-4 .pb-copy{min-height:390px;padding:42px 34px 26px;grid-template-columns:minmax(230px,1fr) minmax(160px,.7fr);column-gap:24px;align-content:start}
  .pb-slot-4 .pb-title{font-size:36px}
  .pb-slot-4 .pb-text{font-size:13px;max-width:270px}
  .pb-slot-4 .pb-badge{font-size:11px}
  .pb-slot-4 .pb-badge svg{width:18px;height:18px}
  .pb-slot-5{grid-template-columns:minmax(370px,.75fr) minmax(540px,1.25fr)}
  .pb-garage-copy{min-height:390px;padding:42px 34px 32px}
  .pb-garage-title{font-size:38px}
  .pb-garage-text{font-size:12px;max-width:300px}
  .pb-garage-badges{gap:12px;margin-bottom:16px}
  .pb-garage-badges span{font-size:9.5px}
  .pb-slot-6{grid-template-columns:minmax(370px,.75fr) minmax(540px,1.25fr)}
  .pb-simple-copy{min-height:390px;padding:48px 34px 32px}
  .pb-simple-title{font-size:38px}
  .pb-simple-text{font-size:12px;max-width:300px}
  .pb-slot-7{grid-template-columns:minmax(350px,.7fr) minmax(560px,1.3fr)}
  .pb-one-copy{min-height:390px;padding:42px 30px 30px}
  .pb-one-title{font-size:34px}
  .pb-one-text{font-size:11.5px;max-width:290px}
  .pb-one-badges{gap:8px}
  .pb-one-badges span{font-size:8px;max-width:50px}
}
@media(max-width:1100px){
  .sh-promo-banners{width:min(980px,calc(100% - 24px))}
  .pb-main-body{min-height:430px;grid-template-columns:1fr 1fr}
  .pb-main-copy{padding:54px 34px 32px}
  .pb-main-title{font-size:46px}
  .pb-main-text{font-size:13.5px;max-width:360px}
  .pb-main-topbar{grid-template-columns:repeat(2,1fr);height:56px}
  .pb-main-benefits{display:none}
  .pb-main-category-strip{grid-template-columns:repeat(3,1fr);height:auto;padding:12px 0;row-gap:10px}
  .pb-main-logo-mark{display:none}
  .pb-flash-stage{height:360px}
  .pb-card,.pb-card.pb-hero,.pb-card:not(.pb-hero) .pb-copy{min-height:360px}
  .pb-card.pb-hero{grid-template-columns:1fr 1fr}
  .pb-service-rail{display:none}
  .pb-card.pb-slot-4 .pb-copy{grid-template-columns:1fr;align-content:start}
  .pb-slot-4 .pb-badges{grid-column:1;grid-row:auto;flex-direction:row;flex-wrap:wrap;margin:0 0 14px}
  .pb-garage-copy{justify-content:center}
  .pb-garage-title{font-size:34px}
  .pb-simple-copy{justify-content:center}
  .pb-simple-title{font-size:34px}
  .pb-one-copy{justify-content:center}
  .pb-one-title{font-size:30px}
  .pb-one-media{grid-template-columns:1fr 1fr}
  .pb-one-media div:last-child{display:none}
}
@media(max-width:860px){.sh-promo-banners{display:none!important}.sh-hero{display:block}}
.sh-hero{position:relative;width:100%;height:480px;overflow:hidden;margin-bottom:32px}
.sh-hero-slides{position:absolute;inset:0}
.sh-hero-slide{position:absolute;inset:0;background-size:cover;background-position:center 30%;opacity:0;transition:opacity .8s ease;display:flex;align-items:center}
.sh-hero-slide.active{opacity:1;z-index:1}
.sh-hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none}
.sh-hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(10,9,6,.75) 0%,rgba(10,9,6,.45) 55%,rgba(10,9,6,.1) 100%)}
.sh-hero-content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;max-width:580px;padding:0 48px}
.sh-hero-tag{font-family:'Montserrat',sans-serif;font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--gold,#c9a36b);margin-bottom:14px}
.sh-hero-title{font-family:'Cormorant Garamond',serif;font-size:52px;font-weight:700;color:#fff;line-height:1.1;margin:0 0 16px}
.sh-hero-sub{font-size:16px;color:rgba(255,255,255,.85);line-height:1.6;margin:0 0 28px;max-width:460px}
.sh-hero-ctas{display:flex;gap:12px;flex-wrap:wrap}
.sh-hero-btn-primary{padding:13px 28px;background:var(--gold,#c9a36b);color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;letter-spacing:.3px;transition:background .2s}
.sh-hero-btn-primary:hover{background:#b8924d}
.sh-hero-btn-secondary{padding:13px 28px;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.6);border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;letter-spacing:.3px;transition:all .2s}
.sh-hero-btn-secondary:hover{background:rgba(255,255,255,.12);border-color:#fff}
.sh-hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;background:rgba(255,255,255,.15);border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;backdrop-filter:blur(4px)}
.sh-hero-arrow:hover{background:rgba(255,255,255,.3)}
.sh-hero-arrow svg{width:20px;height:20px;stroke:#fff}
.sh-hero-arrow-prev{left:16px}
.sh-hero-arrow-next{right:16px}
.sh-hero-dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);z-index:2;display:flex;gap:8px}
.sh-hero-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.4);border:none;cursor:pointer;padding:0;transition:background .3s,transform .3s}
.sh-hero-dot.active{background:#fff;transform:scale(1.3)}
@media(max-width:768px){
  .sh-hero{height:340px}
  .sh-hero-content{padding:0 24px;max-width:100%}
  .sh-hero-title{font-size:36px}
  .sh-hero-sub{font-size:14px}
  .sh-hero-btn-primary,.sh-hero-btn-secondary{padding:11px 20px;font-size:14px}
  .sh-hero-arrow{width:36px;height:36px}
}
@media(max-width:480px){
  .sh-hero{height:300px}
  .sh-hero-title{font-size:28px}
  .sh-hero-sub{display:none}
  .sh-hero-arrow{display:none}
}
@media(max-width:860px){
  .sh-promo-banners{display:block!important;width:calc(100% - 20px);margin:12px auto 22px;overflow:hidden}
  .sh-hero{display:none!important}
  .pb-main-hero{margin-bottom:14px;border-radius:8px}
  .pb-main-topbar{height:auto;grid-template-columns:repeat(2,1fr);padding:9px 10px;gap:7px;font-size:7.8px;line-height:1.25}
  .pb-main-topbar span{justify-content:flex-start;white-space:normal;text-align:left}
  .pb-main-topbar svg{width:13px;height:13px}
  .pb-main-body{min-height:auto;display:grid;grid-template-columns:1fr}
  .pb-main-copy{padding:28px 20px 22px;background:#fbf7ee}
  .pb-main-title{font-size:38px;line-height:.98;margin-bottom:14px}
  .pb-main-text{font-size:13px;line-height:1.45;margin-bottom:18px;max-width:none}
  .pb-main-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:18px}
  .pb-main-btn{padding:12px 10px;font-size:10px}
  .pb-main-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
  .pb-main-benefit{display:flex;flex-direction:column;align-items:center;text-align:center;gap:5px;font-size:8px}
  .pb-main-benefit svg{width:20px;height:20px}
  .pb-main-benefit span{max-width:72px}
  .pb-main-media{height:220px;order:2}
  .pb-main-media::before,.pb-main-logo-mark{display:none}
  .pb-main-category-strip{grid-template-columns:repeat(2,1fr);height:auto;padding:10px 0;font-size:9px;row-gap:8px}
  .pb-main-category-strip span{justify-content:flex-start;min-height:34px;padding:0 12px;border-bottom:1px solid #eee6d8}
  .pb-main-category-strip svg{width:17px;height:17px}
  .pb-flash-stage{height:580px;border-radius:8px}
  .pb-card,.pb-card.pb-hero,.pb-card:not(.pb-hero) .pb-copy{min-height:580px}
  .pb-card,.pb-card.pb-hero,.pb-slot-2,.pb-slot-3,.pb-slot-4,.pb-slot-5,.pb-slot-6,.pb-slot-7{display:grid!important;grid-template-columns:1fr!important;grid-template-rows:220px 1fr!important}
  .pb-card::after,.pb-card.pb-dark::after,.pb-slot-2 .pb-media::before,.pb-slot-3 .pb-media::before,.pb-slot-3 .pb-media::after,.pb-slot-4 .pb-media::before,.pb-garage-media::before,.pb-simple-media::before{display:none!important}
  .pb-media,.pb-hero .pb-media,.pb-slot-2 .pb-media,.pb-slot-3 .pb-media,.pb-slot-4 .pb-media,.pb-garage-media,.pb-simple-media,.pb-one-media{position:relative!important;inset:auto!important;grid-column:1!important;grid-row:1!important;height:220px!important;min-height:0!important;overflow:hidden}
  .pb-media img,.pb-hero .pb-media img,.pb-slot-2 .pb-media img,.pb-slot-3 .pb-media img,.pb-slot-4 .pb-media img,.pb-garage-media img,.pb-simple-media img,.pb-one-media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
  .pb-copy,.pb-hero .pb-copy,.pb-slot-2 .pb-copy,.pb-slot-3 .pb-copy,.pb-card.pb-slot-4 .pb-copy,.pb-garage-copy,.pb-simple-copy,.pb-one-copy{grid-column:1!important;grid-row:2!important;width:100%;max-width:none!important;min-height:0!important;padding:24px 20px 22px!important;background:#fbf7ee!important;display:flex!important;flex-direction:column!important;justify-content:center!important;box-sizing:border-box}
  .pb-card.pb-dark .pb-copy,.pb-card.pb-slot-4 .pb-copy,.pb-garage-copy{background:#0c1218!important}
  .pb-title,.pb-hero .pb-title,.pb-slot-2 .pb-title,.pb-slot-3 .pb-title,.pb-slot-4 .pb-title,.pb-garage-title,.pb-simple-title,.pb-one-title{font-size:34px!important;line-height:.96!important;margin-bottom:10px!important}
  .pb-text,.pb-slot-2 .pb-text,.pb-slot-3 .pb-text,.pb-slot-4 .pb-text,.pb-garage-text,.pb-simple-text,.pb-one-text{font-size:12px!important;line-height:1.45!important;max-width:none!important;margin-bottom:13px!important}
  .pb-badges,.pb-slot-3 .pb-badges,.pb-garage-badges,.pb-one-badges{display:flex!important;flex-wrap:wrap!important;gap:9px 12px!important;margin-bottom:14px!important}
  .pb-badge,.pb-garage-badges span,.pb-one-badges span{font-size:9px!important;line-height:1.1!important;max-width:86px!important;display:flex!important;flex-direction:row!important;align-items:center!important;text-align:left!important}
  .pb-badge svg,.pb-garage-badges svg,.pb-one-badges svg{width:17px!important;height:17px!important}
  .pb-actions,.pb-garage-actions,.pb-simple-actions,.pb-one-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}
  .pb-btn,.pb-garage-btn,.pb-simple-btn,.pb-one-btn{padding:11px 9px!important;font-size:9.5px!important;text-align:center!important}
  .pb-service-rail{display:none!important}
  .pb-one-media{display:grid!important;grid-template-columns:1fr 1fr!important}
  .pb-one-media div{clip-path:none!important}
  .pb-one-media div:last-child{display:none!important}
  .pb-num{top:8px;left:8px;width:30px;height:30px;font-size:13px}
  .pb-flash-arrow{width:34px;height:34px}
  .pb-flash-prev{left:8px}
  .pb-flash-next{right:8px}
}
@media(max-width:520px){
  .pb-main-title{font-size:33px}
  .pb-main-actions{grid-template-columns:1fr}
  .pb-main-topbar{grid-template-columns:1fr}
  .pb-main-category-strip{grid-template-columns:1fr}
  .pb-flash-stage{height:640px}
  .pb-card,.pb-card.pb-hero,.pb-card:not(.pb-hero) .pb-copy{min-height:640px}
  .pb-card,.pb-card.pb-hero,.pb-slot-2,.pb-slot-3,.pb-slot-4,.pb-slot-5,.pb-slot-6,.pb-slot-7{grid-template-rows:210px 1fr!important}
  .pb-media,.pb-hero .pb-media,.pb-slot-2 .pb-media,.pb-slot-3 .pb-media,.pb-slot-4 .pb-media,.pb-garage-media,.pb-simple-media,.pb-one-media{height:210px!important}
  .pb-copy,.pb-hero .pb-copy,.pb-slot-2 .pb-copy,.pb-slot-3 .pb-copy,.pb-card.pb-slot-4 .pb-copy,.pb-garage-copy,.pb-simple-copy,.pb-one-copy{padding:22px 18px 20px!important}
  .pb-title,.pb-hero .pb-title,.pb-slot-2 .pb-title,.pb-slot-3 .pb-title,.pb-slot-4 .pb-title,.pb-garage-title,.pb-simple-title,.pb-one-title{font-size:30px!important}
  .pb-actions,.pb-garage-actions,.pb-simple-actions,.pb-one-actions{grid-template-columns:1fr!important}
}
/* ─── Show More Toggle ─── */
.sh-filter-show-more{display:flex;align-items:center;gap:6px;margin-top:10px;padding:0;background:none;border:none;cursor:pointer;font-family:'Montserrat',sans-serif;font-size:11px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:var(--sh-apricot)}
.sh-filter-show-more svg{width:12px;height:12px;stroke:var(--sh-apricot);fill:none;stroke-width:2.5;transition:transform .2s}
.sh-filter-show-more.open svg{transform:rotate(180deg)}
/* ─── Accessories Section ─── */
/* ─── Accessories Carousel (Wayfair style) ─── */
.pp-accessories{padding:42px 0;border-top:1px solid var(--sh-border,#e8e2d8)}
.pp-accessories-hd{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px;gap:12px;flex-wrap:wrap}
.pp-accessories-kicker{font-family:'Montserrat',sans-serif;font-size:10px;font-weight:900;letter-spacing:2px;text-transform:uppercase;color:#D4824A;margin-bottom:4px}
.pp-accessories-title{font-family:'Cormorant Garamond',serif;font-size:26px;font-weight:700;color:var(--sh-ink,#0a0906);margin:0 0 4px}
.pp-accessories-sub{font-size:14px;color:#666;margin:0;max-width:620px;line-height:1.5}
.pp-acc-arrows{display:flex;gap:6px;flex-shrink:0;margin-top:4px}
.pp-acc-arrow{width:36px;height:36px;border-radius:50%;border:1.5px solid var(--sh-border,#e8e2d8);background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .18s}
.pp-acc-arrow:hover{border-color:var(--sh-ink,#0a0906);background:var(--sh-ink,#0a0906)}
.pp-acc-arrow:hover svg{stroke:#fff}
.pp-acc-arrow svg{width:14px;height:14px;stroke:var(--sh-ink,#0a0906);fill:none;stroke-width:2.5}
.pp-acc-track-wrap{overflow:hidden}
.pp-acc-track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:4px}
.pp-acc-track::-webkit-scrollbar{display:none}
.pp-acc-card{position:relative;scroll-snap-align:start;flex-shrink:0;width:264px;min-height:390px;border:1.5px solid var(--sh-border,#e8e2d8);border-radius:10px;padding:18px;background:#fff;display:flex;flex-direction:column;align-items:stretch;text-align:left;transition:border-color .18s,box-shadow .18s,transform .18s}
.pp-acc-card:hover{border-color:var(--sh-ink,#0a0906);box-shadow:0 14px 34px rgba(26,22,18,.1);transform:translateY(-2px)}
.pp-acc-card.added{border-color:var(--gold,#c9a36b);background:#fffbf5}
.pp-acc-card-badge{align-self:flex-start;margin-bottom:10px;padding:5px 9px;border-radius:999px;background:#fff4e9;color:#D4824A;font-size:9.5px;font-weight:900;letter-spacing:1px;text-transform:uppercase}
.pp-acc-card-img{width:100%;height:136px;background:var(--sh-off,#f8f7f4);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;flex-shrink:0;overflow:hidden}
.pp-acc-card-img img{width:100%;height:100%;object-fit:cover;border-radius:14px;display:block}
.pp-acc-card-img svg{width:32px;height:32px;stroke:var(--sh-ink,#0a0906);fill:none}
.pp-acc-card-cat{font-size:10px;font-weight:900;letter-spacing:1.4px;text-transform:uppercase;color:#9a8a7a;margin-bottom:6px}
.pp-acc-card-name{font-size:15px;font-weight:800;color:var(--sh-ink,#0a0906);margin-bottom:6px;line-height:1.3}
.pp-acc-card-desc{font-size:12.5px;color:#5f5750;margin-bottom:8px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.pp-acc-card-fit{font-size:11.5px;color:#8a7c70;line-height:1.45;background:#faf6f0;border-radius:7px;padding:9px 10px;margin:2px 0 12px}
.pp-acc-card-price{font-size:13px;color:#0a0906;font-weight:800;margin-top:auto;margin-bottom:12px}
.pp-acc-card-btn{width:100%;padding:10px;border:1.5px solid var(--sh-ink,#0a0906);background:#fff;color:var(--sh-ink,#0a0906);border-radius:7px;font-size:12px;font-weight:800;cursor:pointer;transition:all .18s;font-family:'Montserrat',sans-serif;letter-spacing:.3px}
.pp-acc-card-btn:hover{background:var(--sh-ink,#0a0906);color:#fff}
.pp-acc-card.added .pp-acc-card-btn{background:var(--gold,#c9a36b);border-color:var(--gold,#c9a36b);color:#fff}
@media(max-width:768px){.pp-acc-card{width:220px;min-height:360px}.pp-acc-card-img{height:112px}.pp-acc-card-img svg{width:24px;height:24px}.pp-acc-card-fit{display:none}}
@media(max-width:480px){.pp-acc-card{width:205px}}

/* ─── Floor Package Slide-out Panel ─── */
.pkg-panel-ol{position:fixed;inset:0;background:rgba(0,0,0,.5);opacity:0;pointer-events:none;transition:opacity .3s;z-index:1100}
.pkg-panel-ol.open{opacity:1;pointer-events:all}
.pkg-panel{position:fixed;top:calc(var(--promo-h) + var(--nav-h));right:0;height:calc(100% - var(--promo-h) - var(--nav-h));width:580px;max-width:100%;background:#fff;transform:translateX(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-4px 0 24px rgba(0,0,0,.12)}
.pkg-panel-ol.open .pkg-panel{transform:translateX(0)}
.pkg-panel-hd{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--sh-border,#e8e2d8);flex-shrink:0}
.pkg-panel-title{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:700;color:var(--sh-ink,#0a0906)}
.pkg-panel-x{width:36px;height:36px;background:none;border:1px solid var(--sh-border,#e8e2d8);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.pkg-panel-x svg{width:16px;height:16px;stroke:var(--sh-ink,#0a0906);fill:none;stroke-width:2;stroke-linecap:round}
.pkg-panel-body{flex:1;overflow-y:auto;padding:24px}
.pkg-panel-product{font-size:13px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}
.pkg-panel-acc-wrap{background:var(--sh-off,#f8f7f4);border-radius:10px;padding:16px;margin-bottom:20px}
.pkg-panel-acc-hd{font-size:11px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:#888;margin-bottom:10px}
.pkg-panel-acc-list{display:flex;flex-wrap:wrap;gap:6px}
.pkg-acc-tag{background:#fff;border:1.5px solid var(--gold,#c9a36b);color:var(--sh-ink,#0a0906);font-size:12px;font-weight:600;padding:4px 10px;border-radius:20px}
.pkg-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}
.pkg-form-field{display:flex;flex-direction:column;gap:5px;margin-bottom:12px}
.pkg-form-label{font-size:12px;font-weight:700;letter-spacing:.3px;color:var(--sh-ink,#0a0906)}
.pkg-form-opt{font-weight:400;color:#999}
.pkg-form-input{padding:10px 12px;border:1.5px solid var(--sh-border,#e8e2d8);border-radius:8px;font-size:14px;color:var(--sh-ink,#0a0906);font-family:'Montserrat',sans-serif;transition:border-color .18s;outline:none;width:100%;box-sizing:border-box}
.pkg-form-input:focus{border-color:var(--gold,#c9a36b)}
.pkg-form-textarea{resize:vertical;min-height:120px}
.pkg-form-error{color:#c0392b;font-size:13px;margin-bottom:10px;padding:8px 12px;background:#fef2f2;border-radius:6px}
.pkg-form-submit{width:100%;padding:14px;background:var(--sh-ink,#0a0906);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;letter-spacing:.3px;transition:background .2s;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:4px}
.pkg-form-submit:hover{background:#2a2520}
.pkg-form-submit svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.8;flex-shrink:0}
.pkg-form-submit:disabled{opacity:.6;cursor:not-allowed}
.pkg-confirm{text-align:center;padding:40px 20px}
.pkg-confirm-icon{width:64px;height:64px;background:var(--sh-off,#f8f7f4);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;color:var(--gold,#c9a36b);margin:0 auto 16px}
.pkg-confirm-title{font-family:'Cormorant Garamond',serif;font-size:26px;font-weight:700;margin-bottom:8px}
.pkg-confirm-sub{font-size:14px;color:#666;margin-bottom:24px}
/* ─── Package Button (below color switcher) ─── */
.pp-pkg-btn{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;margin-top:14px;padding:14px;background:var(--ink,#0a0906);color:#fff;border:none;border-radius:6px;font-family:'Montserrat',sans-serif;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;transition:background .2s}
.pp-pkg-btn:hover{background:var(--gold,#c9a36b)}
.pp-pkg-btn svg{width:17px;height:17px;stroke:currentColor;fill:none;flex-shrink:0}
@media(max-width:540px){.pkg-panel{width:100%}.pkg-form-row{grid-template-columns:1fr}}
.pp-acc-loading{padding:20px;color:#999;font-size:13px;font-style:italic}
.pp-acc-empty{padding:20px;color:#999;font-size:13px}
/* ─── Cart Summary Breakdown ─── */
.cart-summary-breakdown{padding:12px 0 4px}
.cart-summary-row{display:flex;justify-content:space-between;font-size:13px;color:#555;padding:3px 0}
.cart-summary-total{font-size:15px;font-weight:700;color:var(--sh-ink,#0a0906);border-top:1px solid var(--sh-border,#e8e2d8);margin-top:6px;padding-top:8px}
.cart-summary-note{font-size:11px;color:#999;margin-top:8px;line-height:1.5;font-style:italic}
.pp-calc-ships{font-size:12px;font-weight:700;color:#D4824A;padding:10px 18px 0;letter-spacing:.3px}
.pp-calc-req{padding:12px 18px;font-size:12px;color:#9a8a7a;line-height:1.6}
.pp-calc-req strong{color:#1a1612}
.pkg-panel-sub{font-family:'Montserrat',sans-serif;font-size:13px;color:#6b6460;padding:0 0 16px;border-bottom:1px solid #e8e2d8;margin-bottom:16px}
.pkg-acc-rows{display:flex;flex-direction:column;gap:14px}
.pkg-acc-loading{font-family:'Montserrat',sans-serif;font-size:13px;color:#9a8a7a;text-align:center;padding:30px 0}
.pkg-acc-row{display:flex;align-items:flex-start;gap:16px;padding-bottom:20px;border-bottom:1px solid #f0ece4}
.pkg-acc-row-img{width:96px;height:96px;border-radius:8px;overflow:hidden;background:#f8f7f4;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.pkg-acc-row-img img{width:100%;height:100%;object-fit:cover;display:block}
.pkg-acc-row-img svg{width:30px;height:30px;stroke:#0a0906;fill:none}
.pkg-acc-row-info{flex:1;min-width:0}
.pkg-acc-row-name{font-family:'Montserrat',sans-serif;font-size:14px;font-weight:700;color:#0a0906;margin-bottom:3px}
.pkg-acc-row-desc{font-family:'Montserrat',sans-serif;font-size:11px;color:#9a8a7a;line-height:1.4;margin-bottom:5px}
.pkg-acc-row-price{font-family:'Montserrat',sans-serif;font-size:13px;font-weight:700;color:#C9A96E}
.pkg-acc-row-btn{padding:9px 16px;background:#0a0906;color:#fff;border:none;border-radius:5px;font-family:'Montserrat',sans-serif;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .2s}
.pkg-acc-row-btn:hover{background:#C9A96E}
.pkg-acc-details-toggle{display:inline-flex;align-items:center;gap:5px;background:none;border:none;padding:6px 0 0;font-family:'Montserrat',sans-serif;font-size:12px;font-weight:600;color:#2b6cb0;cursor:pointer;text-decoration:underline;text-underline-offset:2px}
.pkg-acc-details-toggle svg{width:12px;height:12px;stroke:#2b6cb0;fill:none;stroke-width:2.5;transition:transform .2s}
.pkg-acc-details-toggle.open svg{transform:rotate(180deg)}
.pkg-acc-details{display:none;margin-top:10px;padding:12px 14px;background:#faf9f7;border-radius:6px;font-family:'Montserrat',sans-serif;font-size:12px;color:#4a4540;line-height:1.6}
.pkg-acc-details.open{display:block}
.pkg-panel.detail-open{width:50vw;min-width:580px}
@media(max-width:540px){.pkg-panel.detail-open{width:100%;min-width:0}}
.pkg-detail-layer{position:absolute;inset:0;background:#fff;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;z-index:10}
.pkg-detail-layer.open{transform:translateX(0)}
.pkg-detail-hd{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e8e2d8;flex-shrink:0}
.pkg-detail-back{display:inline-flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;font-family:'Montserrat',sans-serif;font-size:13px;font-weight:600;color:#0a0906;padding:0}
.pkg-detail-back svg{width:16px;height:16px;stroke:#0a0906;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.pkg-detail-back:hover{color:#C9A96E}
.pkg-detail-body{flex:1;overflow-y:auto;padding:28px;display:flex;flex-direction:column;gap:24px}
@media(min-width:760px){.pkg-detail-body{flex-direction:row;align-items:flex-start}}
.pkg-detail-img{width:100%;max-width:340px;aspect-ratio:1;border-radius:12px;overflow:hidden;background:#f8f7f4;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.pkg-detail-img img{width:100%;height:100%;object-fit:cover;display:block}
.pkg-detail-img svg{width:64px;height:64px;stroke:#0a0906;fill:none}
.pkg-detail-info{flex:1;min-width:0}
.pkg-detail-cat{font-family:'Montserrat',sans-serif;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#9a8a7a;margin-bottom:8px}
.pkg-detail-name{font-family:'Cormorant Garamond',serif;font-size:28px;font-weight:700;color:#0a0906;line-height:1.15;margin-bottom:10px}
.pkg-detail-price{font-family:'Montserrat',sans-serif;font-size:18px;font-weight:700;color:#C9A96E;margin-bottom:22px}
.pkg-detail-desc-label{font-family:'Montserrat',sans-serif;font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#0a0906;margin-bottom:8px;padding-top:18px;border-top:1px solid #f0ece4}
.pkg-detail-desc{font-family:'Montserrat',sans-serif;font-size:13px;color:#4a4540;line-height:1.6;margin-bottom:26px}
.pkg-detail-add{width:100%;padding:15px;background:#0a0906;color:#fff;border:none;border-radius:6px;font-family:'Montserrat',sans-serif;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;transition:background .2s}
.pkg-detail-add:hover{background:#C9A96E}
.pkg-detail-color-label{font-family:'Montserrat',sans-serif;font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#0a0906;margin-bottom:10px;margin-top:4px}
.pkg-detail-color-label span{font-weight:600;text-transform:none;letter-spacing:0;color:#6b6460;margin-left:4px}
.pkg-detail-swatches{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:18px}
.pkg-detail-color-custom{margin-bottom:22px}
.pkg-detail-custom-lbl{display:block;font-family:'Montserrat',sans-serif;font-size:11px;font-weight:600;color:#6b6460;margin-bottom:6px}
.pkg-detail-color-custom input{width:100%;box-sizing:border-box;padding:10px 14px;border:1px solid #d8d2c6;border-radius:6px;font-family:'Montserrat',sans-serif;font-size:13px;color:#0a0906;background:#faf9f7;outline:none;transition:border-color .15s}
.pkg-detail-color-custom input:focus{border-color:#C9A96E;background:#fff}
.pp-spec-pills{display:flex;flex-wrap:wrap;gap:18px;margin:18px 0 4px}
.pp-spec-pill-cell{display:flex;flex-direction:column;gap:7px}
.pp-spec-pill-label{font-family:'Montserrat',sans-serif;font-size:12px;font-weight:600;color:#6b6460}
.pp-spec-pill{display:inline-flex;align-items:center;justify-content:center;padding:9px 18px;border:1.5px solid #0a0906;border-radius:8px;font-family:'Montserrat',sans-serif;font-size:13px;font-weight:700;color:#0a0906;background:#fff;white-space:nowrap}
.promo-admin-card{background:#fffbf5;border:1px solid #e8e2d8;border-radius:10px;padding:20px 24px;margin-bottom:24px}
.promo-admin-title{font-family:'Cormorant Garamond',serif;font-size:18px;font-weight:700;color:#0a0906;margin-bottom:14px}
.promo-admin-row{display:flex;gap:14px;align-items:flex-end;flex-wrap:wrap}
.promo-admin-field{display:flex;flex-direction:column;gap:4px;flex:1;min-width:140px}
.promo-admin-field label{font-family:'Montserrat',sans-serif;font-size:11px;font-weight:700;color:#6b6460;text-transform:uppercase;letter-spacing:.3px}
.promo-admin-field input{padding:9px 12px;border:1px solid #d8d2c6;border-radius:6px;font-family:'Montserrat',sans-serif;font-size:13px;color:#0a0906;background:#fff;outline:none}
.promo-admin-field input:focus{border-color:#C9A96E}
.promo-admin-save{padding:9px 22px;background:#0a0906;color:#fff;border:none;border-radius:6px;font-family:'Montserrat',sans-serif;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap}
.promo-admin-save:hover{background:#C9A96E}
.promo-admin-hint{font-family:'Montserrat',sans-serif;font-size:11px;color:#9a8a7a;margin-top:10px}
.banner-admin-card{background:#fffdf9}
.banner-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}
.banner-admin-item{border:1px solid #eee4d7;border-radius:9px;background:#fff;padding:13px}
.banner-admin-item-title{font-family:'Montserrat',sans-serif;font-size:11px;font-weight:900;letter-spacing:1.3px;text-transform:uppercase;color:#0a0906;margin-bottom:10px}
.banner-admin-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.banner-admin-row.wide{grid-template-columns:1fr}
.banner-admin-panel-links{margin:12px 0;padding:12px;border:1px dashed #dccfbd;border-radius:8px;background:#fff8ef}
.promo-admin-field select,.promo-admin-field textarea{padding:9px 12px;border:1px solid #d8d2c6;border-radius:6px;font-family:'Montserrat',sans-serif;font-size:13px;color:#0a0906;background:#fff;outline:none}
.promo-admin-field textarea{min-height:68px;resize:vertical}
.promo-admin-field select:focus,.promo-admin-field textarea:focus{border-color:#C9A96E}
@media(max-width:920px){.banner-admin-grid{grid-template-columns:1fr}.banner-admin-row{grid-template-columns:1fr}}
.pp-promo-chip{display:flex;align-items:stretch;border:1.5px solid #0a0906;border-radius:6px;overflow:hidden;margin:14px 18px 0}
.pp-promo-code{flex:1;display:flex;align-items:center;justify-content:center;padding:10px 16px;font-family:'Montserrat',sans-serif;font-size:12px;font-weight:800;letter-spacing:1px;color:#0a0906;text-transform:uppercase}
.pp-promo-label{font-weight:600;color:#6b6460;text-transform:none;letter-spacing:0;margin-left:4px}
.pp-promo-copy{padding:10px 18px;background:#0a0906;color:#fff;border:none;font-family:'Montserrat',sans-serif;font-size:11px;font-weight:700;letter-spacing:.5px;cursor:pointer;white-space:nowrap;transition:background .15s}
.pp-promo-copy:hover{background:#C9A96E}
.nav-right .pp-header-icon svg{stroke:#fff}
.nav-right .pp-header-icon:hover svg{stroke:var(--gold)}
.nav-right .pp-signin-btn svg{stroke:#fff}
.sh-header-actions{display:flex;align-items:center;gap:6px}
.pp-cart-btn{min-height:48px;padding-top:10px;padding-bottom:10px}.pp-view-cart-btn{background:#0a0906}.pp-view-cart-btn:hover{background:#000}@media(max-width:480px){.pp-cart-btn{min-height:48px;padding-top:10px;padding-bottom:10px}.pp-view-cart-btn{margin-top:0;background:#0a0906!important}.pp-view-cart-btn:hover{background:#000}}
.sh-card-img-wrap{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#f2ede5,#fffaf4);
  isolation:isolate;
}
.sh-card-img-wrap::after{
  content:'';
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(255,255,255,.08),rgba(10,9,6,.04)),
    radial-gradient(circle at 50% 18%,rgba(255,255,255,.16),transparent 45%);
  mix-blend-mode:soft-light;
  opacity:.8;
}
.sh-card-img{
  image-rendering:auto;
  backface-visibility:hidden;
  transform:translateZ(0) scale(1.018);
  filter:saturate(1.04) contrast(.98);
  transition:transform .45s ease,filter .45s ease;
}
.sh-card:hover .sh-card-img{
  transform:translateZ(0) scale(1.055);
  filter:saturate(1.08) contrast(1.02);
}
.sh-card-badge,.sh-card-actions-panel{z-index:3}
@media(min-width:901px){
  .sh-grid:not(.list-view) .sh-card-img-wrap{
    min-height:318px;
  }
  .sh-grid:not(.list-view) .sh-card-img{
    width:100%;
    height:100%;
    object-fit:cover;
    transform:translateZ(0) scale(1.045);
    filter:blur(.28px) saturate(1.06) contrast(.96);
  }
  .sh-grid:not(.list-view) .sh-card-img-wrap::after{
    background:
      linear-gradient(180deg,rgba(255,255,255,.12),rgba(10,9,6,.08)),
      radial-gradient(circle at 50% 16%,rgba(255,255,255,.2),transparent 48%);
    opacity:1;
  }
  .sh-grid:not(.list-view) .sh-card:hover .sh-card-img{
    transform:translateZ(0) scale(1.075);
    filter:blur(0) saturate(1.08) contrast(1.02);
  }
}
.sample-choice-modal{position:fixed;inset:0;z-index:2000;display:none;align-items:center;justify-content:center;padding:20px;font-family:'Montserrat',sans-serif}.sample-choice-modal.open{display:flex}.sample-choice-backdrop{position:absolute;inset:0;background:rgba(10,9,6,.58);backdrop-filter:blur(3px)}.sample-choice-panel{position:relative;width:min(460px,100%);background:#fff;color:#0a0906;border-radius:8px;padding:26px;box-shadow:0 24px 80px rgba(0,0,0,.35)}.sample-choice-close{position:absolute;top:12px;right:14px;width:34px;height:34px;border:none;background:transparent;color:#6b6460;font-size:28px;line-height:1;cursor:pointer}.sample-choice-kicker{font-size:10px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#D4824A;margin-bottom:8px}.sample-choice-panel h3{font-family:'Cormorant Garamond',serif;font-size:26px;font-weight:600;line-height:1.15;margin:0 34px 8px 0;color:#0a0906}.sample-choice-panel p{font-size:13px;line-height:1.5;color:#6b6460;margin:0 0 18px}.sample-choice-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.sample-choice-actions button{border:1.5px solid #e8e2d8;background:#fff;border-radius:8px;padding:16px 14px;text-align:left;cursor:pointer;transition:border-color .15s,background .15s,transform .1s}.sample-choice-actions button:hover{border-color:#D4824A;background:#fff7f0}.sample-choice-actions button:active{transform:scale(.98)}.sample-choice-actions strong{display:block;font-size:14px;line-height:1.25;color:#0a0906;margin-bottom:5px}.sample-choice-actions span{display:block;font-size:12px;font-weight:700;color:#D4824A}@media(max-width:480px){.sample-choice-panel{padding:22px}.sample-choice-actions{grid-template-columns:1fr}.sample-choice-panel h3{font-size:23px}}
.collection-manager-card{background:#fff;border:1px solid rgba(26,22,18,.1);border-radius:10px;padding:18px;margin:0 0 18px;box-shadow:0 10px 28px rgba(26,22,18,.06)}.collection-manager-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.collection-manager-title{font-size:15px;font-weight:900;letter-spacing:1.4px;text-transform:uppercase;color:#1a1612}.collection-manager-head p{margin-top:4px;font-size:12px;line-height:1.5;color:#6b6460}.collection-manager-actions{display:flex;align-items:center;gap:8px;min-width:320px}.collection-manager-input{width:100%;height:40px;border:1px solid rgba(26,22,18,.16);border-radius:8px;padding:0 12px;font:600 13px 'Montserrat',sans-serif;color:#1a1612;background:#fff}.collection-manager-list{display:grid;gap:8px}.collection-manager-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid rgba(26,22,18,.08);border-radius:8px;background:#faf8f5}.collection-manager-name{display:flex;flex-direction:column;gap:3px}.collection-manager-name strong{font-size:13px;color:#1a1612}.collection-manager-name span,.collection-manager-empty{font-size:12px;color:#6b6460}.collection-manager-buttons{display:flex;gap:8px;flex-shrink:0}.mini-btn{height:32px;border:1px solid rgba(26,22,18,.16);border-radius:7px;background:#fff;color:#1a1612;padding:0 11px;font:800 11px 'Montserrat',sans-serif;text-transform:uppercase;letter-spacing:.7px;cursor:pointer}.mini-btn:hover{border-color:#C9A96E;color:#a07840}.mini-btn.danger:hover{border-color:#c74732;color:#c74732}@media(max-width:720px){.collection-manager-head{display:block}.collection-manager-actions{min-width:0;margin-top:12px}.collection-manager-row{align-items:flex-start}.collection-manager-buttons{flex-direction:column}}
.products-toolbar>.btn-primary{min-height:42px;white-space:nowrap;justify-content:center;border-radius:8px;padding:0 18px;box-shadow:0 8px 18px rgba(201,169,110,.18)}
.products-toolbar>.btn-primary svg{width:15px;height:15px;flex-shrink:0}
.collection-manager-type{height:40px;min-width:150px;border:1px solid rgba(26,22,18,.16);border-radius:8px;padding:0 32px 0 12px;background:#fff;color:#1a1612;font:700 12px 'Montserrat',sans-serif;outline:none;cursor:pointer}
.collection-manager-type:focus,.collection-manager-type:hover{border-color:#C9A96E}
.collection-manager-row .collection-manager-type{flex:0 0 170px}
@media(max-width:980px){.products-toolbar>.btn-primary{width:100%}.collection-manager-actions{flex-wrap:wrap}.collection-manager-actions .btn{width:100%}}
@media(max-width:720px){.collection-manager-row{display:grid;grid-template-columns:1fr;gap:10px}.collection-manager-row .collection-manager-type{width:100%;flex:auto}.collection-manager-buttons{flex-direction:row}.collection-manager-type{width:100%}}
.acc-admin-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 14px}.acc-admin-summary>div{background:#fff;border:1px solid rgba(26,22,18,.1);border-radius:9px;padding:14px 16px;box-shadow:0 8px 24px rgba(26,22,18,.05)}.acc-admin-summary strong{display:block;font-size:24px;line-height:1;color:#1a1612;margin-bottom:5px}.acc-admin-summary span{font-size:11px;font-weight:800;letter-spacing:.8px;text-transform:uppercase;color:#6b6460}.acc-admin-summary .warn strong{color:#c74732}.acc-admin-guide{background:#fff8ef;border:1px solid rgba(212,130,74,.25);border-radius:8px;padding:12px 14px;margin:0 0 14px;font-size:12.5px;line-height:1.5;color:#4b4038}.acc-toolbar{margin-bottom:14px}.acc-admin-row{display:flex;align-items:stretch;gap:14px;background:#fff;border:1px solid rgba(26,22,18,.1);border-radius:10px;padding:12px;margin-bottom:10px;cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .15s}.acc-admin-row:hover{border-color:#C9A96E;box-shadow:0 12px 28px rgba(26,22,18,.08);transform:translateY(-1px)}.acc-admin-img{width:92px;height:92px;border-radius:8px;background:#f8f6f1;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.acc-admin-img img{width:100%;height:100%;object-fit:cover;display:block}.acc-admin-img-fallback{font-size:9px;font-weight:900;letter-spacing:1px;color:#a79b8e}.acc-admin-main{flex:1;min-width:0}.acc-admin-top{display:flex;align-items:center;gap:8px;margin-bottom:5px}.acc-admin-cat{font-size:10px;font-weight:900;letter-spacing:1.3px;text-transform:uppercase;color:#D4824A}.acc-admin-name{font-size:15px;font-weight:900;color:#1a1612;margin-bottom:5px}.acc-admin-desc{font-size:12.5px;line-height:1.45;color:#6b6460;max-width:760px}.acc-admin-flags{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.acc-admin-flags span{font-size:10px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;color:#c74732;background:#fff0ed;border:1px solid rgba(199,71,50,.2);border-radius:999px;padding:4px 8px}.acc-admin-side{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:7px;min-width:120px}.acc-admin-price{font-size:13px;font-weight:900;color:#1a1612}.acc-admin-sort{font-size:11px;color:#8a7c70}.acc-editor-tips{background:#fff8ef;border:1px solid rgba(212,130,74,.25);border-radius:8px;padding:12px 14px;margin:14px 0;font-family:'Montserrat',sans-serif}.acc-editor-tips strong{display:block;font-size:12px;letter-spacing:.8px;text-transform:uppercase;color:#1a1612;margin-bottom:5px}.acc-editor-tips span{display:block;font-size:12px;line-height:1.5;color:#6b6460}@media(max-width:780px){.acc-admin-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.acc-admin-row{align-items:flex-start}.acc-admin-side{align-items:flex-start;min-width:0}}@media(max-width:540px){.acc-admin-summary{grid-template-columns:1fr}.acc-admin-row{display:block}.acc-admin-img{width:100%;height:150px;margin-bottom:10px}.acc-admin-side{margin-top:10px}}
@media(min-width:769px){.sh-grid:not(.list-view) .sh-card-img-wrap{min-height:332px}.sh-grid:not(.list-view) .sh-card-actions-panel{gap:6px}}
.pp-visualizer-actions{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;width:100%}
.pp-visualizer-actions .pp-view-room{margin:0}
@media(max-width:560px){.pp-visualizer-actions{display:grid;grid-template-columns:1fr;gap:10px}.pp-visualizer-actions .pp-view-room{width:100%;justify-content:center}}
.dm-file-input{height:auto;padding:12px;background:#fff}
.dm-file-hint{margin-top:7px;font-family:'Montserrat',sans-serif;font-size:12px;line-height:1.4;color:#6b6460}
.form-stripe-box select{width:100%;height:42px;border:1px solid #d8d2c6;border-radius:7px;background:#fff;color:#0a0906;padding:0 12px;font-family:'Montserrat',sans-serif;font-size:13px;font-weight:700;outline:none}
.form-stripe-box select:focus{border-color:#C9A96E;box-shadow:0 0 0 3px rgba(201,169,110,.14)}
.inbox-type-badge{display:inline-flex;align-items:center;margin-left:8px;padding:3px 8px;border-radius:999px;background:#0a0906;color:#fff;font-size:10px;font-weight:800;letter-spacing:.7px;text-transform:uppercase;vertical-align:middle}
.inbox-design-files{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0 4px}
.inbox-design-files a{display:block;width:76px;height:76px;border-radius:8px;overflow:hidden;border:1px solid rgba(26,22,18,.12);background:#f8f6f1}
.inbox-design-files img{display:block;width:100%;height:100%;object-fit:cover}
.inbox-design-files span{display:inline-flex;align-items:center;min-height:34px;padding:0 10px;border-radius:7px;background:#f8f6f1;color:#6b6460;font-size:12px}
.prod-row-warning{display:inline-flex;align-items:center;margin-left:8px;padding:3px 8px;border-radius:999px;background:#fff0ed;color:#c74732;border:1px solid rgba(199,71,50,.25);font-size:10px;font-weight:900;letter-spacing:.5px;text-transform:uppercase;vertical-align:middle}
.prod-row-warning.soft{background:#fff8e8;color:#9d6a1d;border-color:rgba(157,106,29,.25)}
.prod-row-ready{display:inline-flex;align-items:center;margin-left:8px;padding:3px 8px;border-radius:999px;background:#edf8ef;color:#2f7a3c;border:1px solid rgba(47,122,60,.22);font-size:10px;font-weight:900;letter-spacing:.5px;text-transform:uppercase;vertical-align:middle}
.quality-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:18px;margin:0 0 24px;box-shadow:0 8px 24px rgba(26,22,18,.04)}
.quality-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:12px}
.quality-head p{font-size:12px;color:var(--muted);line-height:1.45;margin-top:4px}
.quality-score{text-align:right;white-space:nowrap}
.quality-score strong{display:block;font-family:'Cormorant Garamond',serif;font-size:34px;line-height:1;color:var(--ink)}
.quality-score span{font-size:11px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.8px}
.quality-meter{height:8px;background:#f4eee6;border-radius:999px;overflow:hidden;margin-bottom:12px}
.quality-meter span{display:block;height:100%;background:linear-gradient(90deg,#D4824A,#C9A96E);border-radius:inherit}
.quality-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.quality-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid var(--border);background:#faf6f0;border-radius:8px;cursor:pointer;text-align:left;font-family:'Montserrat',sans-serif;transition:all .15s}
.quality-item:hover{background:#fff;border-color:var(--gold);transform:translateY(-1px)}
.quality-item span{font-size:11px;font-weight:900;color:#c74732;text-transform:uppercase;letter-spacing:.5px}
.quality-item strong{font-size:12px;color:var(--ink);font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.quality-empty{padding:12px;border:1px solid rgba(47,122,60,.18);background:#edf8ef;border-radius:8px;color:#2f7a3c;font-size:12px;font-weight:700}
@media(max-width:720px){.quality-head{flex-direction:column}.quality-score{text-align:left}.quality-list{grid-template-columns:1fr}}
.health-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:18px;margin:0 0 18px;box-shadow:0 8px 24px rgba(26,22,18,.04)}
.health-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:12px}
.health-head p{font-size:12px;color:var(--muted);line-height:1.45;margin-top:4px}
.health-result{display:grid;gap:8px}
.health-line{display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:#faf6f0;font-family:'Montserrat',sans-serif}
.health-line span{width:10px;height:10px;border-radius:999px;background:#b7aa9c;flex-shrink:0}
.health-line strong{font-size:12px;color:var(--ink);flex:1}
.health-line em{font-style:normal;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.6px;color:var(--muted)}
.health-line.ok{background:#edf8ef;border-color:rgba(47,122,60,.18)}
.health-line.ok span{background:#2f7a3c}
.health-line.ok em{color:#2f7a3c}
.health-line.bad{background:#fff0ed;border-color:rgba(199,71,50,.25)}
.health-line.bad span{background:#c74732}
.health-line.bad em{color:#c74732}
.health-line.muted{color:var(--muted);font-size:12px}
.health-note{font-size:11px;line-height:1.5;color:var(--muted);padding:4px 2px 0}
.health-note code{font-family:monospace;background:#faf6f0;border:1px solid var(--border);border-radius:4px;padding:1px 4px;color:var(--ink)}
@media(max-width:720px){.health-head{flex-direction:column}}

/* ─── Mobile Experience Polish ─────────────────────────────────────────── */
@media(max-width:900px){
  body{min-width:0!important}
  img,video,iframe{max-width:100%}
  .sh-breadcrumb{display:none!important}
  .sh-results-bar{top:calc(var(--nav-h) + var(--promo-h))!important;padding:0 14px!important;height:auto!important;min-height:44px!important;gap:10px!important;flex-wrap:wrap!important}
  .sh-results-bar-left,.sh-results-bar-right{min-width:0!important;flex-wrap:wrap!important}
  .sh-layout,.sh-main,.sh-grid{width:100%!important;max-width:100%!important}
  .sh-layout{display:block!important;padding-left:14px!important;padding-right:14px!important}
  #productGrid.sh-grid,.sh-grid:not(.list-view){display:grid!important;grid-template-columns:1fr!important;gap:18px!important}
  .sh-card{width:100%!important;max-width:430px!important;margin-left:auto!important;margin-right:auto!important;border-radius:10px!important;overflow:hidden!important}
  .sh-card-img-wrap{min-height:0!important;aspect-ratio:1/1!important}
  .sh-card-img{width:100%!important;height:100%!important;object-fit:cover!important}
  .sh-card-body{padding:14px!important}
  .sh-card-top-row{display:grid!important;grid-template-columns:1fr auto!important;gap:12px!important;align-items:start!important}
  .sh-card-name{
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    font-size:18px!important;
    line-height:1.08!important;
  }
  .sh-card-price{font-size:20px!important;white-space:nowrap!important}
  .sh-card-ctas{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}
  .sh-btn-buy,.sh-btn-cart{min-height:48px!important;padding:12px 10px!important;font-size:12px!important;letter-spacing:.8px!important;white-space:normal!important}
  .sh-card-bottom{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}
  .sh-card-bottom-btn{min-height:62px!important;padding:8px 4px!important;font-size:10px!important;line-height:1.1!important}
  .sh-card-actions-panel{right:8px!important;top:8px!important;bottom:8px!important;gap:7px!important;justify-content:flex-start!important;overflow:visible!important}
  .sh-card-action-btn,.sh-card-actions-close{width:42px!important;height:42px!important;min-width:42px!important}
  .sh-coll-banner{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;text-align:left!important;padding:16px!important}
  .sh-coll-banner-mid,.sh-coll-banner-right{width:100%!important}
  .sh-coll-children{display:grid!important;grid-template-columns:1fr!important;gap:18px!important}

  .pp-wrap,.pp-main,.pp-stage,.pp-info,.pp-similar{width:100%!important;max-width:100%!important}
  .pp-wrap,.pp-main{display:block!important;padding-left:14px!important;padding-right:14px!important}
  .pp-title{font-size:30px!important;line-height:1.05!important}
  .pp-price{font-size:28px!important}
  .pp-cart-row{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}
  .pp-cart-qty{width:100%!important;justify-content:space-between!important}
  .pp-cart-btn,.pp-view-cart-btn{width:100%!important;min-height:50px!important}
  .pp-visualizer-actions{display:grid!important;grid-template-columns:1fr!important}
  .pp-view-room{width:100%!important;justify-content:center!important}
  .pp-similar-track{gap:12px!important}
  .pp-similar-card{flex-basis:78%!important}
  .qv-panel,.admin-modal-panel,.sample-choice-panel{width:min(94vw,520px)!important;max-height:88vh!important;overflow:auto!important}
}

@media(max-width:640px){
  .promo-item{padding:0 28px!important;font-size:9px!important;letter-spacing:1.6px!important}
  .nav-inner{padding:0 12px!important}
  .nav-right{gap:6px!important}
  .pp-header-icon{width:38px!important;height:38px!important}
  .pp-signin-btn span{display:none!important}
  .pp-signin-btn{width:38px!important;height:38px!important;padding:0!important;justify-content:center!important}
  .sh-hero{height:280px!important}
  .sh-hero-content{padding:0 16px!important}
  .sh-hero-title{font-size:30px!important;line-height:1!important}
  .sh-hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important}
  .sh-hero-btn,.sh-hero-btn-secondary{width:100%!important;justify-content:center!important}
  .sh-card{max-width:100%!important}
  .sh-card-name{font-size:17px!important;line-height:1.08!important}
  .sh-card-mid-row{align-items:flex-start!important;gap:8px!important}
  .sh-card-details-btn{min-height:42px!important;padding:8px 12px!important}
  .sh-trust-strip{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:4px!important;padding:8px!important}
  .sh-trust-item{gap:5px!important}
  .sh-trust-title{font-size:9px!important}
  .sh-trust-sub{font-size:9px!important}
  .sh-card-specs{font-size:12px!important;line-height:1.45!important;flex-wrap:wrap!important}
  .sh-card-ctas{position:sticky!important;bottom:0!important;z-index:5!important;background:#fff!important;padding-top:8px!important;margin-left:-2px!important;margin-right:-2px!important}

  .cart-page,.cart-page-wide,.co-wrap{padding:16px 12px!important;width:100%!important;max-width:100%!important}
  .cart-page,.sh-grid{grid-template-columns:1fr!important;gap:16px!important}
  .cps-card,.cart-item,.info-card{position:static!important;padding:18px!important;border-radius:8px!important}
  .cart-item{display:grid!important;grid-template-columns:82px 1fr!important;gap:12px!important}
  .cart-item-img{width:82px!important;height:82px!important}
  .cart-item-actions,.info-head{flex-wrap:wrap!important;gap:8px!important}
  .info-input,input,select,textarea{font-size:16px!important}
  .sh-submit,.checkout-btn,.cps-checkout-btn{min-height:50px!important;width:100%!important}
  .cp-bar{padding:10px 8px!important}
  .cp-bar-inner{justify-content:space-between!important}
  .cp-step{font-size:12px!important}
  .review-box{width:94vw!important;max-height:88vh!important;padding:20px!important;overflow:auto!important}
  .review-actions{display:grid!important;grid-template-columns:1fr!important}
}

@media(max-width:430px){
  .sh-layout{padding-left:10px!important;padding-right:10px!important}
  .sh-card-body{padding:12px!important}
  .sh-card-ctas{grid-template-columns:1fr!important}
  .sh-btn-buy,.sh-btn-cart{width:100%!important}
  .sh-card-bottom{grid-template-columns:1fr 1fr 1fr!important}
  .sh-card-bottom-btn span{font-size:9px!important}
  .pp-title{font-size:26px!important}
  .pp-similar-card{flex-basis:86%!important}
  .sample-choice-actions{grid-template-columns:1fr!important}
}

/* Keep product-card quick actions reachable on phones. */
@media(max-width:900px){
  .sh-card-img-wrap{overflow:hidden!important}
  .sh-card-actions-panel{
    left:8px!important;
    right:8px!important;
    top:auto!important;
    bottom:8px!important;
    width:auto!important;
    height:auto!important;
    max-width:calc(100% - 16px)!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    padding:6px!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.94)!important;
    box-shadow:0 10px 28px rgba(26,22,18,.18)!important;
    overflow:visible!important;
    z-index:8!important;
  }
  .sh-card-action-btn,.sh-card-actions-close{
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
    flex:0 0 36px!important;
  }
  .sh-card-action-btn svg,.sh-card-actions-close svg{
    width:17px!important;
    height:17px!important;
  }
}

@media(max-width:380px){
  .sh-card-actions-panel{left:6px!important;right:6px!important;gap:4px!important;padding:5px!important}
  .sh-card-action-btn,.sh-card-actions-close{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    flex-basis:34px!important;
  }
}

/* Product card cart icons */
.sh-btn-cart svg{
  width:22px!important;
  height:22px!important;
  stroke-width:2.4!important;
}
.sh-card-action-btn[data-tip="Add to Cart"] svg{
  width:21px!important;
  height:21px!important;
  stroke-width:2.4!important;
}
@media(max-width:640px){
  .sh-btn-cart svg{
    width:24px!important;
    height:24px!important;
  }
  .sh-card-action-btn[data-tip="Add to Cart"] svg{
    width:22px!important;
    height:22px!important;
  }
}

/* Sale price and box coverage display */
.sh-card-price-box{margin-top:3px}
.sh-old-price,.pp-price-old,.qv-old{
  display:inline-flex!important;
  align-items:center;
  gap:4px;
  color:#c74732!important;
  font-family:'Montserrat',sans-serif;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1.2;
}
.sh-old-label,.pp-old-label,.qv-old-label{
  font-size:9px;
  letter-spacing:.9px;
  text-transform:uppercase;
  text-decoration:none!important;
}
.sh-old-amount,.pp-old-amount,.qv-old-amount{
  text-decoration:line-through;
  text-decoration-thickness:2px;
  text-decoration-color:#c74732;
  text-underline-offset:2px;
}
.sh-card-box-line,.pp-box-line,.qv-box-line{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:6px;
  padding:4px 8px;
  border:1px solid rgba(199,71,50,.22);
  border-radius:6px;
  background:#fff6f3;
  color:#7a3327;
  font-family:'Montserrat',sans-serif;
  font-size:10.5px;
  font-weight:800;
  letter-spacing:.2px;
  line-height:1.2;
  white-space:nowrap;
}
.pp-box-line,.qv-box-line{
  margin-top:8px;
  font-size:12px;
}
.sh-card-price-summary{
  display:grid;
  gap:4px;
  justify-items:end;
  color:#0a0906;
  font-family:'Montserrat',sans-serif;
  text-align:right;
}
.sh-price-line{
  display:flex;
  align-items:baseline;
  justify-content:flex-end;
  gap:4px;
  font-size:11px;
  font-weight:800;
  line-height:1.18;
  white-space:nowrap;
}
.sh-price-label{
  color:#6b6460;
  font-size:9px;
  font-weight:900;
  letter-spacing:.7px;
  text-transform:uppercase;
}
.sh-price-line strong{
  font-weight:900;
}
.sh-price-line em{
  color:#6b6460;
  font-style:normal;
  font-weight:800;
}
.sh-price-current strong{
  color:#0a0906;
  font-family:'Montserrat',sans-serif;
  font-size:18px;
  font-weight:900;
  letter-spacing:-.2px;
  line-height:1;
}
.sh-price-was{
  color:#c74732;
}
.sh-price-was .sh-price-label,
.sh-price-was em{
  color:#c74732;
}
.sh-price-was strong{
  color:#c74732;
  text-decoration:line-through;
  text-decoration-color:#c74732;
  text-decoration-thickness:2px;
}
.sh-price-save{
  color:#2f7a3c;
}
.sh-price-save .sh-price-label,
.sh-price-save em{
  color:#2f7a3c;
}
.sh-price-cover{
  align-items:center;
  margin-top:2px;
  padding:4px 7px;
  border:1px solid rgba(199,71,50,.22);
  border-radius:6px;
  background:#fff6f3;
  color:#7a3327;
}
.sh-price-cover em{
  color:#7a3327;
}
.sh-price-box-icon{
  width:13px;
  height:13px;
  flex:0 0 13px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
}
.sh-price-box-total strong{
  color:#0a0906;
  font-size:13px;
  font-weight:900;
}
.sh-price-was strong,
.sh-price-save strong,
.sh-price-cover strong{
  font-weight:900;
}
@media(max-width:640px){
  .sh-card-price-summary{gap:3px}
  .sh-price-line{font-size:10px;gap:3px}
  .sh-price-label{font-size:8px;letter-spacing:.5px}
  .sh-price-current strong{font-size:17px}
  .sh-price-cover{padding:3px 6px}
  .sh-price-box-total strong{font-size:12px}
}

/* ─── Mobile Stability Lock ────────────────────────────────────────────── */
@media(max-width:900px){
  html,body{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
    overscroll-behavior-x:none!important;
  }
  body{
    position:relative!important;
    touch-action:pan-y!important;
  }
  .promo-bar,.nav,.sh-results-bar{
    left:0!important;
    right:0!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    transform:none!important;
  }
  .promo-track{
    will-change:transform;
  }
  .nav-inner,.sh-page,.sh-layout,.sh-main,#shopView,#productView,#productGrid,.sh-grid,.pp-wrap,.pp-main,.cart-page,.cart-page-wide,.co-wrap{
    max-width:100%!important;
    min-width:0!important;
    overflow-x:clip!important;
  }
  .sh-page{
    display:block!important;
    padding-left:12px!important;
    padding-right:12px!important;
  }
  .sh-card,.sh-coll-wrap,.sh-coll-banner,.pp-stage,.pp-info,.cps-card,.cart-item,.sh-card{
    transform:none!important;
  }
  .sh-card:hover,.prod-row:hover,.kpi-card:hover,.quality-item:hover,.acc-admin-row:hover{
    transform:none!important;
  }
  .sh-card-ctas{
    position:static!important;
    bottom:auto!important;
    margin-left:0!important;
    margin-right:0!important;
  }
  .sh-results-chips,.pp-similar-track,.pp-acc-track{
    max-width:100%!important;
  }
}

@media(max-width:640px){
  .nav,.promo-bar{
    position:sticky!important;
  }
  .nav{
    top:var(--promo-h)!important;
  }
  .promo-bar{
    top:0!important;
  }
  .sh-results-bar{
    position:sticky!important;
    top:calc(var(--nav-h) + var(--promo-h))!important;
  }
}

/* Final mobile promo override: show the new desktop banner system on all screens. */
@media(max-width:900px){
  #shPromoBanners.sh-promo-banners{
    display:block!important;
    width:calc(100% - 20px)!important;
    max-width:100%!important;
    margin:12px auto 22px!important;
    overflow:hidden!important;
  }
  #shHero.sh-hero{
    display:none!important;
  }
  body.sh-browse-mode #shPromoBanners.sh-promo-banners,
  body.sh-browse-mode #shHero.sh-hero,
  body.sh-browse-mode #shopTypeCover.sh-type-cover,
  body.sh-browse-mode #featuredShowcase.sh-featured-showcase{
    display:none!important;
  }
  body.sh-landing-mode #resultsBar,
  body.sh-landing-mode .sh-page{
    display:none!important;
  }
}

/* Larger header cart icon and count badge on desktop and mobile. */
.pp-header-icon[title="Cart"]{
  width:48px!important;
  height:48px!important;
  position:relative!important;
}
.pp-header-icon[title="Cart"] svg{
  width:27px!important;
  height:27px!important;
  stroke-width:2.6!important;
}
.pp-header-icon[title="Cart"] .pp-cart-badge{
  min-width:19px!important;
  height:19px!important;
  padding:0 5px!important;
  right:1px!important;
  top:1px!important;
  font-size:10px!important;
  line-height:19px!important;
  font-weight:900!important;
}
@media(max-width:640px){
  .pp-header-icon[title="Cart"]{
    width:44px!important;
    height:44px!important;
  }
  .pp-header-icon[title="Cart"] svg{
    width:26px!important;
    height:26px!important;
  }
  .pp-header-icon[title="Cart"] .pp-cart-badge{
    min-width:18px!important;
    height:18px!important;
    line-height:18px!important;
    font-size:9.5px!important;
  }
}

/* Color filter: realistic 4-column swatches with stable labels. */
.sh-color-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px 10px!important;
  align-items:start!important;
  padding:8px 0 4px!important;
}
.sh-swatch-cell{
  min-width:0!important;
  text-align:center!important;
}
.sh-color-grid .sh-swatch{
  width:44px!important;
  height:44px!important;
  margin:0 auto!important;
  border-radius:9px!important;
  border:1px solid rgba(26,22,18,.16)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.45),inset 0 -10px 18px rgba(0,0,0,.08),0 2px 7px rgba(26,22,18,.12)!important;
  background-size:cover!important;
  background-position:center!important;
  overflow:hidden!important;
}
.sh-color-grid .sh-swatch::before{
  content:''!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(90deg,rgba(255,255,255,.18),transparent 36%,rgba(0,0,0,.08) 62%,transparent)!important;
  opacity:.7!important;
  pointer-events:none!important;
}
.sh-color-grid .sh-swatch:hover{
  transform:translateY(-1px) scale(1.06)!important;
}
.sh-color-grid .sh-swatch.active{
  border-color:#0a0906!important;
  box-shadow:0 0 0 2px #fff,0 0 0 4px #D4824A,inset 0 -10px 18px rgba(0,0,0,.08)!important;
}
.sh-color-grid .sh-swatch-label{
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  min-height:26px!important;
  margin-top:6px!important;
  font-size:10px!important;
  line-height:1.25!important;
  font-weight:800!important;
  color:#1a1612!important;
  letter-spacing:.1px!important;
}
@media(max-width:900px){
  .sh-color-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:14px 10px!important;
  }
  .sh-color-grid .sh-swatch{
    width:46px!important;
    height:46px!important;
  }
}

/* Banner 7 image panels are editable links in the dashboard. */
.pb-one-panel{cursor:pointer}
.pb-one-panel:focus-visible{outline:3px solid #c9a96e;outline-offset:-5px}

@media(max-width:1100px){
  .sh-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sh-type-card,.sh-type-card-large{min-height:210px}
  .sh-type-cover h2{font-size:38px}
}
@media(max-width:720px){
  .sh-type-cover{width:calc(100% - 20px);margin:0 auto 24px;padding:14px 10px 14px;border-radius:9px}
  .sh-type-cover-head{margin-bottom:14px;text-align:left}
  .sh-type-kicker{font-size:8px;letter-spacing:1.1px;padding:5px 10px}
  .sh-type-cover h2{font-size:27px;line-height:1.02}
  .sh-type-cover p{font-size:12px;line-height:1.45}
  .sh-type-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .sh-type-card,.sh-type-card-large{min-height:126px;border-radius:8px;box-shadow:0 8px 18px rgba(20,16,12,.12)}
  .sh-type-card::before{background:linear-gradient(180deg,rgba(5,5,4,.05) 8%,rgba(5,5,4,.42) 52%,rgba(5,5,4,.88) 100%)}
  .sh-type-label{left:12px;right:12px;bottom:32px;font-size:16px;line-height:1.04;letter-spacing:-.2px}
  .sh-type-note{left:12px;right:12px;bottom:11px;font-size:9.5px;line-height:1.15;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
}
@media(max-width:360px){
  .sh-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sh-type-card,.sh-type-card-large{min-height:118px}
  .sh-type-label{font-size:16px}
  .sh-type-note{font-size:9px}
}

/* FloorCity-style phone browsing: compact category tiles and 2-column products. */
@media(max-width:640px){
  .sh-type-cover{
    width:100%!important;
    margin:0 auto 18px!important;
    padding:18px 14px!important;
    background:#fff!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }
  .sh-type-cover-head{
    display:none!important;
  }
  .sh-type-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
  }
  .sh-type-card,
  .sh-type-card-large{
    min-height:132px!important;
    border-radius:9px!important;
    box-shadow:none!important;
  }
  .sh-type-card::before{
    background:linear-gradient(180deg,rgba(0,0,0,.02) 18%,rgba(0,0,0,.2) 50%,rgba(0,0,0,.68) 100%)!important;
  }
  .sh-type-label{
    left:14px!important;
    right:10px!important;
    bottom:18px!important;
    color:#fff!important;
    font-size:18px!important;
    line-height:1.06!important;
    font-weight:950!important;
    text-shadow:0 2px 10px rgba(0,0,0,.65)!important;
  }
  .sh-type-note{
    display:none!important;
  }
}

/* Phone browse refinements: stable width, scannable controls, and a true compact 2x2 mode. */
@media(max-width:640px){
  #shopView{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
    background:#fff!important;
  }
  .sh-page{
    width:100%!important;
    padding:0 12px 42px!important;
    background:#fff!important;
  }
  .sh-main{
    padding:0!important;
    min-width:0!important;
  }
  .sh-prod-head{
    margin:0 0 16px!important;
    gap:12px!important;
  }
  .sh-prod-title{
    font-size:28px!important;
    line-height:1.04!important;
  }
  .sh-prod-toolbar{
    display:grid!important;
    grid-template-columns:auto 1fr auto!important;
    gap:8px!important;
    align-items:center!important;
    width:100%!important;
  }
  .sh-filter-mobile-btn{
    min-height:42px!important;
    padding:0 12px!important;
    border-radius:8px!important;
    white-space:nowrap!important;
  }
  .sh-search-wrap{
    min-width:0!important;
  }
  .sh-prod-search{
    height:42px!important;
    min-width:0!important;
    font-size:15px!important;
  }
  .sh-sort-wrap{
    grid-column:1 / -1!important;
    width:100%!important;
  }
  .sh-sort{
    width:100%!important;
    height:42px!important;
  }
  .sh-view-btns{
    grid-column:1 / -1!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
    width:100%!important;
  }
  .sh-view-btn{
    width:100%!important;
    height:42px!important;
    border-radius:8px!important;
  }
  .sh-cat-pills{
    display:flex!important;
    gap:8px!important;
    overflow-x:auto!important;
    padding:0 0 10px!important;
    margin:0 0 16px!important;
    scrollbar-width:none!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .sh-cat-pills::-webkit-scrollbar{
    display:none!important;
  }
  .sh-cat-pill{
    flex:0 0 auto!important;
    min-height:38px!important;
    padding:0 14px!important;
    white-space:nowrap!important;
  }
  #productGrid.sh-grid:not(.two-view):not(.list-view){
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:18px!important;
  }
  #productGrid.two-view{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  #productGrid.two-view .sh-card{
    min-width:0!important;
    max-width:none!important;
  }
}

.sh-view-btn span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:24px;
  font-size:10px;
  font-weight:950;
  letter-spacing:.2px;
  line-height:1;
}

#productGrid.two-view{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  align-items:stretch!important;
  padding:0!important;
}
#productGrid.two-view > .sh-card,
#productGrid.two-view > .sh-coll-wrap{
  grid-column:auto!important;
  min-width:0!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
#productGrid.two-view > .sh-card{
  border:1px solid #e8e2da!important;
  border-radius:10px!important;
  box-shadow:none!important;
  background:#fff!important;
  overflow:hidden!important;
}
#productGrid.two-view > .sh-coll-wrap{
  border:0!important;
  border-radius:10px!important;
  box-shadow:none!important;
  background:#fff!important;
  overflow:hidden!important;
}
#productGrid.two-view > .sh-coll-wrap > .sh-coll-banner{
  min-height:100%!important;
  border:1px solid #e8e2da!important;
  border-radius:10px!important;
  background:#fff!important;
}
#productGrid.two-view > .sh-coll-wrap:nth-child(2n) > .sh-coll-banner,
#productGrid.two-view > .sh-card:nth-child(2n){
  border-right:1px solid #e8e2da!important;
}
#productGrid.two-view > .sh-coll-wrap.open{
  grid-column:1 / -1!important;
}
#productGrid.two-view > .sh-coll-wrap.open > .sh-coll-children{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:0!important;
}

@media(max-width:640px){
  #productGrid.two-view{
    gap:12px!important;
    padding:0 0 24px!important;
  }
  #productGrid.two-view > .sh-coll-wrap.open > .sh-coll-children{
    gap:12px!important;
    padding:12px 0 0!important;
  }
  #productGrid.two-view .sh-card{
    max-width:none!important;
    width:100%!important;
    margin:0!important;
    border-radius:10px!important;
    border:1px solid #e8e2da!important;
    box-shadow:none!important;
    background:#fff!important;
    overflow:hidden!important;
  }
  #productGrid.two-view .sh-card-img-wrap{
    aspect-ratio:1/1!important;
    min-height:0!important;
    margin:0!important;
    border-radius:0!important;
    cursor:pointer!important;
  }
  #productGrid.two-view .sh-card-img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    transform:none!important;
    filter:saturate(1.04) contrast(1.02)!important;
  }
  #productGrid.two-view .sh-card-badge,
  #productGrid.two-view .sh-card-actions-panel,
  #productGrid.two-view .sh-trust-strip,
  #productGrid.two-view .sh-card-specs,
  #productGrid.two-view .sh-card-ctas,
  #productGrid.two-view .sh-card-bottom,
  #productGrid.two-view .sh-card-details-btn,
  #productGrid.two-view .sh-card-swatches,
  #productGrid.two-view .sh-card-colors,
  #productGrid.two-view .sh-card-box-line{
    display:none!important;
  }
  #productGrid.two-view .sh-card-body{
    padding:10px 9px 12px!important;
  }
  #productGrid.two-view .sh-card-top-row,
  #productGrid.two-view .sh-card-mid-row{
    display:block!important;
  }
  #productGrid.two-view .sh-card-cat{
    display:block!important;
    font-size:9px!important;
    line-height:1!important;
    letter-spacing:1.2px!important;
    margin:0 0 6px!important;
    color:#D4824A!important;
    font-weight:950!important;
  }
  #productGrid.two-view .sh-card-name{
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    min-height:58px!important;
    font-family:'Montserrat',sans-serif!important;
    font-size:14px!important;
    font-weight:900!important;
    line-height:1.18!important;
    letter-spacing:-.25px!important;
    color:#0a0906!important;
  }
  #productGrid.two-view .sh-card-stars{
    display:flex!important;
    align-items:center!important;
    gap:3px!important;
    margin-top:10px!important;
    flex-wrap:wrap!important;
  }
  #productGrid.two-view .sh-stars{
    display:flex!important;
    gap:1px!important;
  }
  #productGrid.two-view .sh-star{
    color:#ffb000!important;
    font-size:13px!important;
    line-height:1!important;
  }
  #productGrid.two-view .sh-rating-val,
  #productGrid.two-view .sh-rating-count{
    font-size:11px!important;
    line-height:1!important;
    color:#3b352f!important;
    font-weight:700!important;
  }
  #productGrid.two-view .sh-card-price-col{
    display:block!important;
    margin-top:10px!important;
  }
  #productGrid.two-view .sh-card-price-summary{
    display:block!important;
    text-align:left!important;
    justify-items:start!important;
  }
  #productGrid.two-view .sh-price-was,
  #productGrid.two-view .sh-price-save,
  #productGrid.two-view .sh-price-cover,
  #productGrid.two-view .sh-price-box-total{
    display:none!important;
  }
  #productGrid.two-view .sh-price-current{
    display:inline-flex!important;
    align-items:baseline!important;
    justify-content:flex-start!important;
    gap:4px!important;
    font-size:16px!important;
    font-weight:950!important;
    line-height:1.1!important;
    color:#0a0906!important;
  }
  #productGrid.two-view .sh-price-current .sh-price-label{
    display:none!important;
  }
  #productGrid.two-view .sh-price-current strong{
    font-size:15px!important;
    font-weight:950!important;
    color:#0a0906!important;
  }
  #productGrid.two-view .sh-price-current em{
    font-size:10px!important;
    font-weight:800!important;
    color:#6b6460!important;
  }
}

/* ===== Owner-approved cream, black and gold product card ===== */
.sh-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 26px;align-items:stretch}
.sh-card{background:#f8efe2;border:1px solid #dfccb1;border-radius:22px;overflow:hidden;color:#111;box-shadow:0 18px 44px rgba(58,42,24,.16);isolation:isolate;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.sh-card:hover{transform:translateY(-6px);box-shadow:0 28px 58px rgba(58,42,24,.22);border-color:#c9973f}
.sh-card-img-wrap{aspect-ratio:1.2/1;min-height:0;background:#e8dccb;overflow:hidden;position:relative;border-bottom:1px solid #e2d2bb}
.sh-card-img-wrap::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 68%,rgba(39,27,16,.1) 100%);pointer-events:none;z-index:1}
.sh-card-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;opacity:1;transform:scale(1.01);transition:opacity .22s ease,transform .75s cubic-bezier(.2,.7,.2,1),object-position .75s ease,filter .35s ease}
.sh-card[data-slide="1"] .sh-card-img{object-position:center 64%;transform:scale(1.055)}
.sh-card[data-slide="2"] .sh-card-img{object-position:66% center;transform:scale(1.09)}
.sh-card[data-slide="3"] .sh-card-img{object-position:34% center;transform:scale(1.065)}
.sh-card-img.is-changing{opacity:.12}
.sh-card:hover .sh-card-img{filter:saturate(1.04) contrast(1.02)}
.mago-card-brand{display:none!important}
.mago-card-intro{position:relative;background:#fbf2e6;padding:24px 22px 20px;min-height:122px;border-bottom:0}
.mago-card-photo-copy{position:static;color:#111;text-shadow:none;padding-right:68px}
.mago-card-photo-copy span{display:block;color:#b88735;font-size:10px;font-weight:850;letter-spacing:2.7px;text-transform:uppercase;margin-bottom:8px}
.mago-card-photo-copy strong{display:block;color:#111;font-family:'Montserrat',sans-serif;font-size:22px;line-height:1.14;font-weight:900;letter-spacing:.1px;text-transform:uppercase;max-width:100%}
.mago-card-photo-copy i{display:block;width:84px;height:3px;margin-top:13px;background:#d4a043;font-size:0;border-radius:3px}
.mago-card-slide-dots{position:absolute;z-index:4;right:22px;bottom:24px;display:flex;gap:7px;align-items:center}
.mago-card-slide-dot{display:block;width:8px;height:8px;border-radius:50%;background:#ddcfbd;box-shadow:none;transition:width .2s ease,background .2s ease}
.mago-card-slide-dot.active{width:22px;border-radius:7px;background:#dfa43a}
.sh-card-badge{z-index:4;top:16px;right:16px;left:auto}
.sh-card-actions-panel{z-index:6;background:rgba(19,17,14,.94);backdrop-filter:blur(12px)}
.sh-trust-strip{position:relative;display:grid;grid-template-columns:repeat(3,1fr);background:#fbf2e6;border-top:4px solid #d2a04a;border-bottom:4px solid #d2a04a;padding:18px 10px 17px;gap:0}
.sh-trust-strip::after{content:"";position:absolute;left:16px;right:16px;bottom:-4px;height:4px;background:#d2a04a;border-radius:4px}
.sh-trust-item{min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:0 10px;border-right:3px solid #d2a04a}
.sh-trust-item:last-child{border-right:0}
.sh-trust-icon{width:34px;height:34px;border:0;border-radius:0;display:flex;align-items:center;justify-content:center;color:#c99236;background:transparent}
.sh-trust-icon svg{width:27px;height:27px;stroke:currentColor;fill:none;stroke-width:1.9}
.sh-trust-title{color:#111;font-size:9px;line-height:1.25;font-weight:900;letter-spacing:.45px;text-transform:uppercase}
.sh-trust-sub{color:#766d63;font-size:8px;line-height:1.28;margin-top:4px}
.sh-card-body{background:#fbf2e6;color:#111;padding:22px 22px 0;display:flex;flex-direction:column;min-height:315px}
.sh-card-cat{color:#b88735;font-size:10px;font-weight:850;letter-spacing:2.45px;text-transform:uppercase;margin-bottom:8px}
.mago-card-tagline{color:#29251f;font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;line-height:1.45;margin:-1px 0 15px;padding-bottom:15px;border-bottom:1px solid #d9cbb8}
.sh-card-top-row{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(136px,.92fr);align-items:flex-start;gap:18px}
.sh-card-name-col{min-width:0;flex:1}
.sh-card-name{color:#111;font-family:'Montserrat',sans-serif;font-size:19px;font-weight:900;line-height:1.16;text-transform:uppercase;letter-spacing:.05px;cursor:pointer}
.sh-card-name:hover{color:#ad7926}
.sh-card-price-col{flex:0 0 auto;text-align:right;color:#111}
.sh-card-price-summary,.sh-card-price-summary *{color:#111}
.sh-card-price-summary strong{color:#111!important;font-weight:900!important}
.sh-card-price-summary small,.sh-card-price-summary em,.sh-card-price-summary span{color:#62594f}
.sh-card-price-summary .sh-price-cover{color:#ad7926!important;border-color:#d3ae6a!important;background:#fff8ef!important}
.sh-card-stars{margin-top:10px;min-height:17px}
.sh-star{color:#d8ccba}.sh-star.on,.sh-star.half{color:#c89234}
.sh-rating-val,.sh-rating-count,.sh-rating-new{color:#766d63}
.sh-card-mid-row{border-top:1px solid #ddd0bd;margin-top:15px;padding-top:13px}
.sh-card-swatch{border:2px solid #fff5e7;box-shadow:0 0 0 1px #bfa681}
.sh-card-swatch.active{border-color:#fff5e7;box-shadow:0 0 0 2px #c89337}
.sh-card-details-btn{color:#ad7926;border-color:#cda65e;background:transparent}
.sh-card-details-btn:hover{background:#c99438;color:#111}
.sh-card-specs{color:#62594f;border-color:#ddd0bd;font-size:9px;line-height:1.5}
.sh-card-specs .sh-leaf-icon{color:#bd8730}
.sh-card-ctas{display:grid;grid-template-columns:.9fr .72fr 1.35fr;gap:0;margin:17px -22px 0;border-top:1px solid #d7c4a8;margin-top:auto}
.sh-card-ctas button{min-width:0;height:58px;border-radius:0!important;border:0!important;padding:8px 7px!important;display:flex;align-items:center;justify-content:center;gap:7px;font-size:9px!important;font-weight:900!important;letter-spacing:.5px!important;text-transform:uppercase;transition:filter .2s ease,background .2s ease,color .2s ease}
.sh-card-ctas button svg{width:18px;height:18px;flex:0 0 auto}
.sh-btn-buy{background:#fff8ee!important;color:#111!important}
.sh-btn-share{background:#171512!important;color:#fff!important;cursor:pointer;font-family:'Montserrat',sans-serif}
.sh-btn-cart{background:#dfa037!important;color:#111!important}
.sh-card-ctas button:hover{filter:brightness(1.06);transform:none}
.sh-card-bottom{display:none!important}
.sh-card.actions-open .sh-card-actions-panel{display:flex}
@media(max-width:920px){.sh-grid{grid-template-columns:1fr;gap:24px}.sh-card{max-width:560px;width:100%;margin:0 auto}.sh-card-img-wrap{aspect-ratio:1.12/1}.mago-card-photo-copy strong{font-size:21px}.sh-card-body{min-height:300px}}
@media(max-width:420px){.mago-card-intro{padding:20px 17px 17px;min-height:110px}.mago-card-photo-copy{padding-right:58px}.mago-card-photo-copy strong{font-size:19px}.mago-card-slide-dots{right:17px;bottom:20px}.sh-trust-item{padding:0 5px}.sh-trust-title{font-size:8px}.sh-trust-sub{font-size:7px}.sh-card-body{padding-left:17px;padding-right:17px}.sh-card-ctas{margin-left:-17px;margin-right:-17px}.sh-card-ctas button{font-size:8px!important;letter-spacing:.15px!important}.sh-card-ctas button svg{width:15px;height:15px}}

/* ===== Compact responsive catalog: 4 desktop / 3 tablet / 2 phone ===== */
@media(min-width:901px){
  .sh-page{grid-template-columns:230px minmax(0,1fr)}
  .sh-sidebar{padding-right:16px}
  .sh-main{padding-left:18px}
}
#productGrid.sh-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px 14px!important;
  align-items:stretch!important;
}
#productGrid .sh-card{
  min-width:0;
  width:100%;
  max-width:none;
  height:100%;
  margin:0;
  display:flex;
  flex-direction:column;
  border-radius:14px;
  box-shadow:0 10px 26px rgba(58,42,24,.13);
}
#productGrid .sh-card-img-wrap{aspect-ratio:1.24/1;min-height:0!important;flex:0 0 auto}
#productGrid .mago-card-intro{padding:13px 12px 11px;min-height:91px;flex:0 0 auto}
#productGrid .mago-card-photo-copy{padding-right:44px}
#productGrid .mago-card-photo-copy span{font-size:7px;letter-spacing:1.65px;margin-bottom:5px}
#productGrid .mago-card-photo-copy strong{font-size:13px;line-height:1.12;min-height:30px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
#productGrid .mago-card-photo-copy i{width:48px;height:2px;margin-top:8px}
#productGrid .mago-card-slide-dots{right:11px;bottom:14px;gap:4px}
#productGrid .mago-card-slide-dot{width:5px;height:5px}
#productGrid .mago-card-slide-dot.active{width:14px}
#productGrid .sh-trust-strip{min-height:88px;padding:10px 3px 9px;border-top-width:2px;border-bottom-width:2px;flex:0 0 auto}
#productGrid .sh-trust-strip::after{left:8px;right:8px;bottom:-2px;height:2px}
#productGrid .sh-trust-item{gap:4px;padding:0 3px;border-right-width:1.5px}
#productGrid .sh-trust-icon{width:22px;height:22px}
#productGrid .sh-trust-icon svg{width:18px;height:18px}
#productGrid .sh-trust-title{font-size:6.2px;line-height:1.18;letter-spacing:.18px;min-height:15px;display:flex;align-items:center;justify-content:center}
#productGrid .sh-trust-sub{font-size:5.8px;line-height:1.2;margin-top:1px;min-height:14px}
#productGrid .sh-card-body{padding:13px 11px 0;min-height:275px;flex:1 1 auto}
#productGrid .sh-card-cat{font-size:7px;letter-spacing:1.55px;margin-bottom:6px}
#productGrid .mago-card-tagline{font-size:6.6px;line-height:1.35;letter-spacing:.22px;margin:0 0 9px;padding-bottom:9px;min-height:35px}
#productGrid .sh-card-top-row{display:block;min-width:0}
#productGrid .sh-card-name{font-size:12px;line-height:1.12;min-height:40px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
#productGrid .sh-card-stars{margin-top:5px;min-height:12px;font-size:8px}
#productGrid .sh-rating-new,#productGrid .sh-rating-val,#productGrid .sh-rating-count{font-size:7px}
#productGrid .sh-card-price-col{margin-top:7px;text-align:left;min-width:0}
#productGrid .sh-card-price-summary{display:grid;justify-items:start;gap:3px;min-width:0}
#productGrid .sh-price-line{max-width:100%;white-space:normal!important}
#productGrid .sh-price-current{font-size:10px!important;gap:3px!important;justify-content:flex-start!important}
#productGrid .sh-price-current .sh-price-label{font-size:6px!important}
#productGrid .sh-price-current strong{font-size:13px!important}
#productGrid .sh-price-current em{font-size:7px!important}
#productGrid .sh-price-cover{font-size:6.3px!important;padding:3px 5px!important;line-height:1.15!important;text-align:left!important}
#productGrid .sh-price-cover svg{width:9px!important;height:9px!important}
#productGrid .sh-price-box-total{font-size:7.5px!important;justify-self:start!important}
#productGrid .sh-card-mid-row{margin-top:8px;padding-top:8px;gap:6px}
#productGrid .sh-card-swatch{width:18px;height:18px;border-radius:4px}
#productGrid .sh-card-details-btn{min-height:25px;padding:5px 7px;font-size:6.5px;letter-spacing:.7px}
#productGrid .sh-card-details-btn svg{width:9px;height:9px}
#productGrid .sh-card-specs{font-size:6.2px;line-height:1.35;min-height:37px;padding:7px 0;display:flex;align-items:flex-start;flex-wrap:wrap;gap:2px}
#productGrid .sh-card-specs .sh-leaf-icon{width:9px;height:9px}
#productGrid .sh-card-ctas{grid-template-columns:.9fr .72fr 1.2fr;margin:10px -11px 0;min-height:46px}
#productGrid .sh-card-ctas button{height:46px!important;padding:4px 3px!important;gap:3px!important;flex-direction:column;font-size:6px!important;line-height:1.08!important;letter-spacing:.1px!important;white-space:normal;text-align:center}
#productGrid .sh-card-ctas button svg{width:13px;height:13px}

@media(min-width:721px) and (max-width:900px){
  #productGrid.sh-grid,#productGrid.sh-grid:not(.two-view):not(.list-view),.sh-grid:not(.list-view){grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px 12px!important}
}
@media(max-width:720px){
  .sh-page{padding-left:8px!important;padding-right:8px!important}
  .sh-main{padding-left:0!important;padding-right:0!important}
  #productGrid.sh-grid,#productGrid.sh-grid:not(.two-view):not(.list-view),.sh-grid:not(.list-view){grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px 8px!important}
  #productGrid .sh-card{border-radius:11px}
  #productGrid .sh-card-img-wrap{aspect-ratio:1.08/1!important}
  #productGrid .mago-card-intro{padding:10px 8px 9px;min-height:79px}
  #productGrid .mago-card-photo-copy{padding-right:30px}
  #productGrid .mago-card-photo-copy span{font-size:5.7px;letter-spacing:1px;margin-bottom:4px}
  #productGrid .mago-card-photo-copy strong{font-size:10px;min-height:24px}
  #productGrid .mago-card-photo-copy i{width:34px;margin-top:6px}
  #productGrid .mago-card-slide-dots{right:7px;bottom:11px;gap:3px}
  #productGrid .mago-card-slide-dot{width:4px;height:4px}
  #productGrid .mago-card-slide-dot.active{width:10px}
  #productGrid .sh-trust-strip{min-height:78px;padding:8px 1px 7px}
  #productGrid .sh-trust-item{padding:0 2px}
  #productGrid .sh-trust-icon{width:18px;height:18px}
  #productGrid .sh-trust-icon svg{width:15px;height:15px}
  #productGrid .sh-trust-title{font-size:5.2px;min-height:13px}
  #productGrid .sh-trust-sub{font-size:4.8px;min-height:12px}
  #productGrid .sh-card-body{padding:10px 8px 0;min-height:252px}
  #productGrid .sh-card-cat{font-size:5.7px;letter-spacing:1px;margin-bottom:4px}
  #productGrid .mago-card-tagline{font-size:5.3px;min-height:31px;margin-bottom:7px;padding-bottom:7px}
  #productGrid .sh-card-name{font-size:9.5px;min-height:34px}
  #productGrid .sh-card-stars{margin-top:3px;min-height:10px}
  #productGrid .sh-rating-new,#productGrid .sh-rating-val,#productGrid .sh-rating-count{font-size:5.8px}
  #productGrid .sh-card-price-col{margin-top:5px}
  #productGrid .sh-price-current strong{font-size:10.5px!important}
  #productGrid .sh-price-current .sh-price-label,#productGrid .sh-price-current em{font-size:5.5px!important}
  #productGrid .sh-price-cover{font-size:5.2px!important;padding:3px 4px!important}
  #productGrid .sh-price-box-total{font-size:6px!important}
  #productGrid .sh-card-mid-row{margin-top:6px;padding-top:6px}
  #productGrid .sh-card-swatch{width:15px;height:15px}
  #productGrid .sh-card-details-btn{min-height:22px;padding:4px 5px;font-size:5.3px}
  #productGrid .sh-card-specs{font-size:5px;min-height:34px;padding:6px 0}
  #productGrid .sh-card-ctas{margin:8px -8px 0;min-height:43px}
  #productGrid .sh-card-ctas button{height:43px!important;font-size:5.2px!important}
  #productGrid .sh-card-ctas button svg{width:11px;height:11px}
}

/* ===== Reference-led shorter cards: 3 desktop / 2 phone ===== */
@media(min-width:901px){
  .sh-page{grid-template-columns:214px minmax(0,1fr)!important}
  .sh-sidebar{padding-right:14px!important}
  .sh-main{padding-left:18px!important}
}

#productGrid.sh-grid,
#productGrid.sh-grid:not(.two-view):not(.list-view){
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px 18px!important;
  align-items:stretch!important;
}
#productGrid .sh-card{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  height:100%!important;
  margin:0!important;
  display:flex!important;
  flex-direction:column!important;
  border:1px solid #dfccb1!important;
  border-radius:18px!important;
  background:#fbf2e6!important;
  box-shadow:0 12px 30px rgba(58,42,24,.14)!important;
}
#productGrid .sh-card-img-wrap{
  aspect-ratio:1.4/1!important;
  min-height:0!important;
  flex:0 0 auto!important;
  border-bottom:1px solid #e4d4bd!important;
}
#productGrid .mago-card-intro{
  padding:15px 15px 13px!important;
  min-height:96px!important;
  background:#fff8ee!important;
  flex:0 0 auto!important;
}
#productGrid .mago-card-photo-copy{padding-right:58px!important}
#productGrid .mago-card-photo-copy span{
  display:block!important;
  margin:0 0 6px!important;
  color:#bd8330!important;
  font-size:9.5px!important;
  line-height:1.2!important;
  font-weight:900!important;
  letter-spacing:1.7px!important;
}
#productGrid .mago-card-photo-copy strong{
  display:block!important;
  min-height:0!important;
  overflow:visible!important;
  color:#111!important;
  font-size:16px!important;
  line-height:1.13!important;
  font-weight:950!important;
  -webkit-line-clamp:unset!important;
  overflow-wrap:anywhere!important;
}
#productGrid .mago-card-photo-copy i{width:58px!important;height:3px!important;margin-top:9px!important}
#productGrid .mago-card-slide-dots{right:14px!important;bottom:16px!important;gap:5px!important}
#productGrid .mago-card-slide-dot{width:7px!important;height:7px!important}
#productGrid .mago-card-slide-dot.active{width:19px!important}

#productGrid .sh-trust-strip{
  min-height:92px!important;
  padding:11px 4px 10px!important;
  border-top:3px solid #d2a04a!important;
  border-bottom:3px solid #d2a04a!important;
  background:#fff8ee!important;
  flex:0 0 auto!important;
}
#productGrid .sh-trust-strip::after{left:10px!important;right:10px!important;bottom:-3px!important;height:3px!important}
#productGrid .sh-trust-item{gap:4px!important;padding:0 5px!important;border-right:2px solid #d2a04a!important}
#productGrid .sh-trust-item:last-child{border-right:0!important}
#productGrid .sh-trust-icon{width:25px!important;height:25px!important}
#productGrid .sh-trust-icon svg{width:22px!important;height:22px!important}
#productGrid .sh-trust-title{min-height:0!important;font-size:8px!important;line-height:1.16!important;letter-spacing:.25px!important}
#productGrid .sh-trust-sub{min-height:0!important;margin-top:1px!important;font-size:7.2px!important;line-height:1.2!important}

#productGrid .sh-card-body{
  min-height:245px!important;
  padding:14px 14px 0!important;
  background:#fbf2e6!important;
  flex:1 1 auto!important;
}
#productGrid .sh-card-cat{
  margin:0 0 5px!important;
  color:#bd8330!important;
  font-size:9px!important;
  line-height:1.2!important;
  font-weight:900!important;
  letter-spacing:1.5px!important;
}
#productGrid .mago-card-tagline{
  min-height:0!important;
  margin:0 0 11px!important;
  padding:0 0 11px!important;
  color:#3a342d!important;
  font-size:9px!important;
  line-height:1.35!important;
  font-weight:750!important;
  letter-spacing:.25px!important;
  overflow:visible!important;
}
#productGrid .sh-card-top-row{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(112px,.72fr)!important;
  gap:10px!important;
  align-items:start!important;
}
#productGrid .sh-card-name{
  min-height:0!important;
  overflow:visible!important;
  color:#111!important;
  font-size:14px!important;
  line-height:1.13!important;
  -webkit-line-clamp:unset!important;
  overflow-wrap:anywhere!important;
}
#productGrid .sh-card-stars{min-height:14px!important;margin-top:6px!important;font-size:9px!important}
#productGrid .sh-rating-new,#productGrid .sh-rating-val,#productGrid .sh-rating-count{font-size:8px!important}
#productGrid .sh-card-price-col{min-width:0!important;margin:0!important;text-align:right!important}
#productGrid .sh-card-price-summary{display:grid!important;justify-items:end!important;gap:3px!important;min-width:0!important}
#productGrid .sh-price-line{max-width:100%!important;white-space:normal!important}
#productGrid .sh-price-current{font-size:9px!important;gap:3px!important;justify-content:flex-end!important}
#productGrid .sh-price-current .sh-price-label{font-size:7px!important}
#productGrid .sh-price-current strong{font-size:14px!important}
#productGrid .sh-price-current em{font-size:7.5px!important}
#productGrid .sh-price-cover{font-size:7px!important;padding:4px 6px!important;line-height:1.15!important;text-align:right!important}
#productGrid .sh-price-cover svg{width:10px!important;height:10px!important}
#productGrid .sh-price-box-total{font-size:8px!important;justify-self:end!important}
#productGrid .sh-card-mid-row{min-height:34px!important;margin-top:9px!important;padding-top:8px!important;gap:7px!important}
#productGrid .sh-card-swatch{width:21px!important;height:21px!important;border-radius:5px!important}
#productGrid .sh-card-details-btn{min-height:28px!important;padding:5px 9px!important;font-size:7px!important;letter-spacing:.8px!important}
#productGrid .sh-card-details-btn svg{width:10px!important;height:10px!important}
#productGrid .sh-card-specs{min-height:34px!important;padding:7px 0!important;font-size:7.2px!important;line-height:1.3!important;gap:3px!important}
#productGrid .sh-card-specs .sh-leaf-icon{width:10px!important;height:10px!important}
#productGrid .sh-card-ctas{
  grid-template-columns:.95fr .72fr 1.25fr!important;
  min-height:50px!important;
  margin:8px -14px 0!important;
}
#productGrid .sh-card-ctas button{
  height:50px!important;
  padding:5px 4px!important;
  gap:4px!important;
  flex-direction:row!important;
  font-size:7.2px!important;
  line-height:1.08!important;
  letter-spacing:.12px!important;
  white-space:normal!important;
  text-align:center!important;
}
#productGrid .sh-card-ctas button svg{width:15px!important;height:15px!important}

/* ════════════════════════════════════════════════════════════════════════
   RESPONSIVE ALL-PRODUCTS CATEGORY CATALOG
════════════════════════════════════════════════════════════════════════ */
.category-catalog-launcher{
  margin:0 0 26px;
  border:1px solid #dfd2c0;
  border-radius:18px;
  background:#fffdf9;
  box-shadow:0 14px 38px rgba(70,47,25,.10);
  overflow:hidden;
}
.category-catalog-launcher-main{
  width:100%;
  min-height:92px;
  display:flex;
  align-items:center;
  gap:16px;
  padding:15px 20px;
  border:0;
  background:linear-gradient(120deg,#fffdf9 0%,#fff8ee 58%,#f1e1cb 100%);
  color:#17120d;
  cursor:pointer;
  text-align:left;
  font-family:'Montserrat',sans-serif;
}
.category-catalog-launcher-icon{
  width:52px;
  height:52px;
  flex:0 0 52px;
  display:grid;
  place-items:center;
  border-radius:15px;
  background:#15110d;
  box-shadow:0 8px 22px rgba(20,15,10,.18);
}
.category-catalog-launcher-icon svg{width:24px;height:24px;fill:none;stroke:#d4a75f;stroke-width:1.8}
.category-catalog-launcher-copy{display:flex;flex:1;min-width:0;flex-direction:column;gap:5px}
.category-catalog-launcher-copy strong{font-family:'Cormorant Garamond',serif;font-size:27px;line-height:1;font-weight:700;color:#15110d}
.category-catalog-launcher-copy small{font-size:11px;line-height:1.35;font-weight:650;color:#756859;letter-spacing:.2px}
.category-catalog-launcher-preview{display:flex;align-items:center;padding-left:12px}
.category-catalog-launcher-preview>span{
  width:42px;height:42px;margin-left:-12px;overflow:hidden;border:3px solid #fffdf9;border-radius:50%;
  display:grid;place-items:center;background:#d8c2a3;color:#20180f;font-size:12px;font-weight:900;
}
.category-catalog-launcher-preview img{width:100%;height:100%;object-fit:cover;display:block}
.category-catalog-launcher-chevron{width:21px;height:21px;flex:0 0 auto;fill:none;stroke:#17120d;stroke-width:2;transition:transform .25s}
.category-catalog-launcher.open .category-catalog-launcher-chevron{transform:rotate(180deg)}
.category-catalog-choices{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  padding:14px;
  border-top:1px solid #eadfce;
  background:#fff;
}
.category-catalog-choices[hidden]{display:none!important}
.category-catalog-choice{
  min-width:0;display:flex;align-items:center;gap:11px;padding:9px 11px;border:1px solid #eadfce;border-radius:12px;
  background:#fffaf3;color:#17120d;font-family:'Montserrat',sans-serif;text-align:left;cursor:pointer;transition:transform .18s,border-color .18s,box-shadow .18s;
}
.category-catalog-choice:hover{transform:translateY(-2px);border-color:#c6974e;box-shadow:0 9px 20px rgba(83,55,27,.10)}
.category-catalog-choice-img{width:50px;height:50px;flex:0 0 50px;border-radius:10px;overflow:hidden;display:grid;place-items:center;background:#d8c2a3;font-weight:900}
.category-catalog-choice-img img{width:100%;height:100%;object-fit:cover;display:block}
.category-catalog-choice-copy{display:flex;flex:1;min-width:0;flex-direction:column;gap:3px}
.category-catalog-choice-copy strong{font-size:11px;line-height:1.2;font-weight:900;color:#17120d}
.category-catalog-choice-copy small{font-size:9px;color:#7b6d5e}
.category-catalog-choice>svg{width:15px;height:15px;flex:0 0 auto;fill:none;stroke:#b07828;stroke-width:2.3}

html.category-catalog-open,html.category-catalog-open body{overflow:hidden!important}
.category-catalog-modal{
  position:fixed;inset:0;z-index:12000;display:none;align-items:center;justify-content:center;padding:22px;
  background:rgba(22,16,10,.78);backdrop-filter:blur(11px);-webkit-backdrop-filter:blur(11px);
  font-family:'Montserrat',sans-serif;
}
.category-catalog-modal.open{display:flex;animation:categoryCatalogFade .22s ease both}
@keyframes categoryCatalogFade{from{opacity:0}to{opacity:1}}
.category-catalog-shell{
  width:min(1420px,96vw);height:min(94vh,980px);display:flex;flex-direction:column;overflow:hidden;
  border:1px solid rgba(255,255,255,.7);border-radius:24px;background:#e7dccb;
  box-shadow:0 32px 100px rgba(0,0,0,.38);animation:categoryCatalogLift .28s cubic-bezier(.2,.75,.2,1) both;
}
@keyframes categoryCatalogLift{from{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:none}}
.category-catalog-header{
  min-height:82px;display:grid;grid-template-columns:auto auto minmax(280px,1fr) auto;align-items:center;gap:15px;
  padding:13px 18px;border-bottom:1px solid #e5d8c6;background:rgba(255,253,249,.97);z-index:4;
}
.category-catalog-close,.category-catalog-cart{
  width:48px;height:48px;position:relative;display:grid;place-items:center;flex:0 0 auto;border:1px solid #ded0bd;border-radius:50%;background:#fff;color:#17120d;cursor:pointer;
}
.category-catalog-close:hover,.category-catalog-cart:hover{border-color:#9f712f;background:#fff8ed}
.category-catalog-close svg,.category-catalog-cart svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2}
.category-catalog-heading{min-width:180px;display:flex;flex-direction:column;gap:2px}
.category-catalog-heading span{font-size:8.5px;font-weight:900;letter-spacing:2.1px;text-transform:uppercase;color:#ae772a}
.category-catalog-heading strong{font-family:'Cormorant Garamond',serif;font-size:27px;line-height:1;font-weight:700;color:#17120d}
.category-catalog-search{
  height:48px;display:flex;align-items:center;gap:10px;max-width:620px;justify-self:end;width:100%;padding:0 15px;
  border:1px solid #ded0bd;border-radius:999px;background:#fff;
}
.category-catalog-search:focus-within{border-color:#a87932;box-shadow:0 0 0 3px rgba(177,124,46,.10)}
.category-catalog-search svg{width:18px;height:18px;flex:0 0 auto;fill:none;stroke:#9c7a4a;stroke-width:2}
.category-catalog-search input{width:100%;height:100%;border:0;outline:0;background:transparent;color:#17120d;font:600 12px 'Montserrat',sans-serif}
.category-catalog-search input::placeholder{color:#988a79}
.category-catalog-cart span{
  position:absolute;right:-2px;top:-3px;min-width:20px;height:20px;padding:0 5px;display:grid;place-items:center;border-radius:999px;
  background:#b77b28;color:#fff;border:2px solid #fff;font-size:9px;font-weight:950;
}
.category-catalog-cart span.has-items{animation:categoryCartPop .32s ease}
@keyframes categoryCartPop{50%{transform:scale(1.3)}}
.category-catalog-tabs{
  display:flex;gap:8px;overflow-x:auto;padding:11px 17px;border-bottom:1px solid rgba(92,62,30,.14);background:#f7f0e6;scrollbar-width:none;
}
.category-catalog-tabs::-webkit-scrollbar{display:none}
.category-catalog-tabs button{
  flex:0 0 auto;padding:9px 15px;border:1px solid #d9c9b4;border-radius:999px;background:#fff;color:#554838;
  font:850 9.5px 'Montserrat',sans-serif;letter-spacing:.6px;cursor:pointer;
}
.category-catalog-tabs button.active{border-color:#17120d;background:#17120d;color:#fff}
.category-catalog-results-meta{
  display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 22px;background:#e7dccb;color:#5d4f40;
}
.category-catalog-results-meta span{font-size:10px;font-weight:900;letter-spacing:1.1px;text-transform:uppercase;color:#2d241b}
.category-catalog-results-meta small{font-size:9px;font-weight:650;color:#746655}
.category-catalog-results{flex:1;overflow-y:auto;padding:0 22px 28px;scrollbar-color:#b99769 transparent;scrollbar-width:thin;scroll-snap-type:y mandatory;scroll-padding-top:0}

.category-product-card{
  width:min(1240px,100%);height:clamp(470px,calc(100dvh - 255px),650px);min-height:0;position:relative;margin:0 auto 28px;overflow:hidden;border-radius:26px;background:#fffdf9;
  box-shadow:0 19px 55px rgba(60,39,20,.18);isolation:isolate;
  scroll-snap-align:start;scroll-snap-stop:always;
}
.category-product-card:first-child{margin-top:0}
.category-product-media{position:absolute;inset:0 0 0 38%;z-index:0;overflow:hidden;background:#cdbb9f}
.category-product-gallery{width:100%;height:100%;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}
.category-product-gallery::-webkit-scrollbar{display:none}
.category-product-gallery img{width:100%;height:100%;flex:0 0 100%;display:block;object-fit:cover;scroll-snap-align:start}
.category-gallery-arrow{
  width:42px;height:42px;position:absolute;top:50%;z-index:3;display:grid;place-items:center;transform:translateY(-50%);
  border:1px solid rgba(255,255,255,.65);border-radius:50%;background:rgba(20,16,11,.58);color:#fff;cursor:pointer;backdrop-filter:blur(5px);
}
.category-gallery-arrow.prev{left:19%}.category-gallery-arrow.next{right:18px}
.category-gallery-arrow svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2.2}
.category-gallery-count{position:absolute;right:18px;bottom:16px;padding:7px 11px;border-radius:999px;background:rgba(20,16,11,.65);color:#fff;font-size:8px;font-weight:850;letter-spacing:.6px}
.category-product-wave{position:absolute;left:36%;top:0;z-index:1;width:19%;height:100%;pointer-events:none;filter:drop-shadow(10px 0 14px rgba(66,43,20,.05))}
.category-product-wave path{fill:#fffdf9}
.category-product-copy{
  width:43%;height:100%;min-height:0;position:relative;z-index:2;display:flex;flex-direction:column;padding:48px 34px 40px 50px;background:#fffdf9;color:#2c241c;
}
.category-product-kicker{font-size:10px;font-weight:900;letter-spacing:3.7px;text-transform:uppercase;color:#9e7b55}
.category-product-rule{display:block;width:43px;height:2px;margin:23px 0;background:#9d7952}
.category-product-rule.short{width:34px;margin:17px 0 20px;background:#e1d4c4}
.category-product-copy h2{max-width:430px;margin:0;font-family:'Cormorant Garamond',serif;font-size:54px;line-height:.94;font-weight:600;letter-spacing:-1.4px;color:#2b241d}
.category-product-copy>p{max-width:410px;margin:0 0 20px;color:#6c6257;font-family:'Roboto',sans-serif;font-size:13px;line-height:1.65}
.category-product-copy ul{list-style:none;display:grid;grid-template-columns:1fr;gap:10px;margin:0 0 22px;padding:0}
.category-product-copy li{display:flex;align-items:center;gap:11px;min-width:0}
.category-product-copy li>span{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border-radius:50%;background:#eee7dd;color:#96734d}
.category-product-copy li svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.category-product-copy li strong{overflow:hidden;color:#50463c;font-size:9px;line-height:1.25;font-weight:850;letter-spacing:1.45px;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap}
.category-product-price{display:flex;align-items:baseline;gap:10px;margin-top:auto;margin-bottom:18px}
.category-product-price strong{font-family:'Cormorant Garamond',serif;font-size:43px;line-height:1;font-weight:500;color:#31271e}
.category-product-price span{font-size:9px;font-weight:850;letter-spacing:1.3px;text-transform:uppercase;color:#554b41}
.category-product-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:9px;max-width:430px}
.category-product-actions button{font-family:'Montserrat',sans-serif;cursor:pointer}
.category-product-add{
  min-height:52px;display:flex;align-items:center;justify-content:center;gap:10px;padding:0 18px;border:0;border-radius:999px;
  background:linear-gradient(100deg,#9c7045,#c79a61);color:#fff;font-size:9px;font-weight:900;letter-spacing:1.7px;text-transform:uppercase;
}
.category-product-add:hover,.category-product-add.added{background:#17120d}
.category-product-add svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2}
.category-product-add b{margin-left:auto;font-size:17px;font-weight:400}
.category-product-room{
  min-height:52px;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;border:1px solid #a9804f;border-radius:999px;
  background:#fffdf9;color:#5b4229;font-size:8.5px;font-weight:900;letter-spacing:.7px;text-transform:uppercase;
}
.category-product-room:hover{background:#f4e8d8}
.category-product-room svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7}
.category-product-details{grid-column:1/-1;justify-self:start;border:0;border-bottom:1px solid #8d7455;background:transparent;color:#675847;font-size:9px;font-weight:800;letter-spacing:1.1px;text-transform:uppercase}
.category-catalog-empty{min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;color:#352b21}
.category-catalog-empty strong{font-family:'Cormorant Garamond',serif;font-size:32px}
.category-catalog-empty span{font-size:12px;color:#736554}
.category-catalog-empty button{margin-top:8px;padding:11px 18px;border:0;border-radius:999px;background:#17120d;color:#fff;font:800 10px 'Montserrat',sans-serif;cursor:pointer}
.category-catalog-load{width:min(1240px,100%);margin:0 auto 8px;padding:18px;display:flex;align-items:center;justify-content:center;gap:16px;border:1px solid rgba(116,82,42,.18);border-radius:16px;background:rgba(255,253,249,.72)}
.category-catalog-load span{font-size:9px;font-weight:800;letter-spacing:.9px;text-transform:uppercase;color:#776753}
.category-catalog-load button{min-height:44px;padding:0 20px;border:0;border-radius:999px;background:#17120d;color:#fff;font:850 9px 'Montserrat',sans-serif;letter-spacing:1px;text-transform:uppercase;cursor:pointer}
.category-catalog-load button:hover{background:#a87632}.category-catalog-load button b{margin-left:8px;font-size:15px}

@media(max-width:1100px) and (min-width:761px){
  .category-product-card{height:clamp(470px,calc(100dvh - 255px),610px)}
  .category-product-copy{height:100%;min-height:0}
  .category-product-copy{width:46%;padding:38px 25px 34px 34px}
  .category-product-wave{left:39%;width:19%}
  .category-product-copy h2{font-size:43px}
  .category-product-copy>p{font-size:12px;line-height:1.55}
  .category-product-actions{grid-template-columns:1fr}
  .category-product-details{grid-column:auto}
  .category-product-kicker{font-size:9px;letter-spacing:2.8px}
}

@media(min-width:761px) and (max-height:850px){
  .category-catalog-shell{height:94vh}
  .category-catalog-header{min-height:72px;padding:9px 15px}
  .category-catalog-close,.category-catalog-cart{width:43px;height:43px}
  .category-catalog-search{height:43px}
  .category-catalog-tabs{padding:8px 15px}
  .category-catalog-tabs button{padding:7px 13px}
  .category-catalog-results-meta{padding:8px 20px}
  .category-product-card{height:calc(100dvh - 250px);min-height:440px;max-height:590px;margin-bottom:18px}
  .category-product-copy{padding:25px 28px 22px 38px}
  .category-product-copy h2{font-size:40px;line-height:.92}
  .category-product-rule{margin:12px 0}
  .category-product-rule.short{margin:10px 0 12px}
  .category-product-copy>p{margin-bottom:10px;font-size:11px;line-height:1.42;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
  .category-product-copy ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 8px;margin-bottom:10px}
  .category-product-copy li{gap:7px}
  .category-product-copy li>span{width:25px;height:25px;flex-basis:25px}
  .category-product-copy li svg{width:14px;height:14px}
  .category-product-copy li strong{font-size:7px;letter-spacing:.7px;white-space:normal}
  .category-product-price{margin:0 0 10px}
  .category-product-price strong{font-size:34px}
  .category-product-add,.category-product-room{min-height:43px}
}

@media(max-width:760px){
  .sh-breadcrumb{display:block!important;position:sticky!important;top:calc(var(--nav-h) + var(--promo-h))!important;z-index:470!important;padding:0!important;background:#fffdf9!important}
  .sh-breadcrumb-inner{min-height:58px!important;padding:7px 10px!important;gap:6px!important}
  .sh-breadcrumb-trail{min-width:0!important;flex:1!important}
  .sh-breadcrumb-trail a,.sh-breadcrumb-trail>span{display:none!important}
  .sh-breadcrumb-trail strong{overflow:hidden;font-size:10px!important;letter-spacing:.7px;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap}
  .sh-header-actions{margin-left:auto!important;gap:4px!important;flex:0 0 auto!important}
  .sh-header-actions .pp-header-icon[title="Wishlist"]{display:none!important}
  .sh-header-actions .pp-header-icon[title="Cart"]{display:flex!important;visibility:visible!important;opacity:1!important;width:46px!important;height:46px!important;align-items:center!important;justify-content:center!important;background:#17120d!important;border-color:#17120d!important}
  .sh-header-actions .pp-header-icon[title="Cart"] svg{width:25px!important;height:25px!important;stroke:#fff!important}
  .sh-header-actions .pp-header-icon[title="Cart"] .pp-cart-badge{display:grid!important;place-items:center!important;right:-1px!important;top:-2px!important;background:#c48b37!important;color:#fff!important;border:2px solid #fff!important}
  .sh-header-actions .sh-signin-btn{width:42px!important;height:42px!important;padding:0!important;display:grid!important;place-items:center!important}

  .category-catalog-launcher{margin:0 0 20px;border-radius:15px}
  .category-catalog-launcher-main{min-height:82px;gap:11px;padding:12px}
  .category-catalog-launcher-icon{width:46px;height:46px;flex-basis:46px;border-radius:13px}
  .category-catalog-launcher-copy strong{font-size:23px}
  .category-catalog-launcher-copy small{font-size:9px}
  .category-catalog-launcher-preview{display:none}
  .category-catalog-choices{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px}
  .category-catalog-choice{padding:8px;gap:8px}
  .category-catalog-choice-img{width:42px;height:42px;flex-basis:42px}
  .category-catalog-choice-copy strong{font-size:9px}

  .category-catalog-modal{padding:0;background:#e7dccb;align-items:stretch}
  .category-catalog-shell{width:100%;height:100dvh;max-height:none;border:0;border-radius:0;box-shadow:none}
  .category-catalog-header{
    min-height:auto;position:relative;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;padding:9px 10px 10px;background:#fffdf9;
  }
  .category-catalog-close,.category-catalog-cart{width:44px;height:44px}
  .category-catalog-heading{min-width:0}
  .category-catalog-heading span{font-size:7px;letter-spacing:1.5px}
  .category-catalog-heading strong{font-size:22px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .category-catalog-search{grid-column:1/-1;grid-row:2;height:44px;max-width:none;justify-self:stretch}
  .category-catalog-search input{font-size:11px}
  .category-catalog-tabs{padding:9px 10px;gap:6px}
  .category-catalog-tabs button{padding:8px 12px;font-size:8px}
  .category-catalog-results-meta{padding:9px 12px}
  .category-catalog-results-meta span{font-size:8px}
  .category-catalog-results-meta small{display:none}
  .category-catalog-results{padding:0 10px 14px;scroll-snap-type:y mandatory}

  .category-product-card{height:clamp(500px,calc(100dvh - 218px),640px);min-height:0;margin:0 auto 12px;border-radius:19px;overflow:hidden;display:grid;grid-template-rows:minmax(165px,38%) minmax(0,62%)}
  .category-product-media{position:relative;inset:auto;width:100%;height:auto;min-height:0}
  .category-gallery-arrow{width:39px;height:39px}
  .category-gallery-arrow.prev{left:12px}.category-gallery-arrow.next{right:12px}
  .category-product-wave{display:none}
  .category-product-copy{width:100%;height:100%;min-height:0;padding:13px 15px 12px;background:#fffdf9;overflow:hidden}
  .category-product-copy::before{content:'S';position:absolute;right:13px;top:9px;color:#d8c4a7;font:italic 29px 'Cormorant Garamond',serif;opacity:.75}
  .category-product-kicker{padding-right:31px;font-size:7px;letter-spacing:2.1px}
  .category-product-rule{margin:8px 0;width:31px}
  .category-product-rule.short{margin:7px 0 8px}
  .category-product-copy h2{font-size:30px;line-height:.94;letter-spacing:-.4px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
  .category-product-copy>p{margin-bottom:8px;font-size:10px;line-height:1.35;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
  .category-product-copy ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 7px;margin-bottom:8px}
  .category-product-copy li{gap:7px}
  .category-product-copy li>span{width:24px;height:24px;flex-basis:24px}
  .category-product-copy li svg{width:13px;height:13px}
  .category-product-copy li strong{font-size:6.5px;letter-spacing:.55px;white-space:normal}
  .category-product-price{margin:auto 0 7px}
  .category-product-price strong{font-size:30px}
  .category-product-price span{font-size:7px}
  .category-product-actions{max-width:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
  .category-product-add,.category-product-room{min-height:40px;padding:0 8px;font-size:7px;letter-spacing:.65px}
  .category-product-add b{display:none}
  .category-product-details{grid-column:1/-1;justify-self:center;margin-top:1px;font-size:7.5px}
  .category-catalog-load{flex-direction:column;gap:10px;padding:14px;text-align:center}
  .category-catalog-load button{width:100%}
}

@media(max-width:390px){
  .category-catalog-choice{display:grid;grid-template-columns:38px minmax(0,1fr)}
  .category-catalog-choice-img{width:38px;height:38px;flex-basis:38px;grid-row:1}
  .category-catalog-choice>svg{display:none}
  .category-product-copy{padding-left:13px;padding-right:13px}
  .category-product-copy h2{font-size:27px}
}

@media(min-width:721px) and (max-width:1100px){
  #productGrid.sh-grid,#productGrid.sh-grid:not(.two-view):not(.list-view){gap:16px 12px!important}
  #productGrid .sh-card-top-row{grid-template-columns:1fr!important}
  #productGrid .sh-card-price-col{text-align:left!important;margin-top:7px!important}
  #productGrid .sh-card-price-summary{justify-items:start!important}
  #productGrid .sh-price-current{justify-content:flex-start!important}
  #productGrid .sh-price-box-total{justify-self:start!important}
}

@media(max-width:720px){
  .sh-page{padding-left:8px!important;padding-right:8px!important}
  .sh-main{padding-left:0!important;padding-right:0!important}
  #productGrid.sh-grid,#productGrid.sh-grid:not(.two-view):not(.list-view),.sh-grid:not(.list-view){
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px 8px!important;
  }
  #productGrid .sh-card{border-radius:12px!important}
  #productGrid .sh-card-img-wrap{aspect-ratio:1/1!important}
  #productGrid .mago-card-intro{min-height:82px!important;padding:10px 8px 9px!important}
  #productGrid .mago-card-photo-copy{padding-right:31px!important}
  #productGrid .mago-card-photo-copy span{font-size:8px!important;line-height:1.15!important;letter-spacing:.8px!important;margin-bottom:4px!important}
  #productGrid .mago-card-photo-copy strong{font-size:10.5px!important;line-height:1.12!important}
  #productGrid .mago-card-photo-copy i{width:35px!important;height:2px!important;margin-top:6px!important}
  #productGrid .mago-card-slide-dots{right:7px!important;bottom:10px!important;gap:3px!important}
  #productGrid .mago-card-slide-dot{width:5px!important;height:5px!important}
  #productGrid .mago-card-slide-dot.active{width:12px!important}
  #productGrid .sh-trust-strip{min-height:76px!important;padding:8px 1px 7px!important}
  #productGrid .sh-trust-item{padding:0 2px!important;border-right-width:1.5px!important}
  #productGrid .sh-trust-icon{width:19px!important;height:19px!important}
  #productGrid .sh-trust-icon svg{width:17px!important;height:17px!important}
  #productGrid .sh-trust-title{font-size:5.8px!important;line-height:1.14!important;letter-spacing:.05px!important}
  #productGrid .sh-trust-sub{font-size:5.2px!important;line-height:1.15!important}
  #productGrid .sh-card-body{min-height:238px!important;padding:10px 8px 0!important}
  #productGrid .sh-card-cat{font-size:8px!important;line-height:1.15!important;letter-spacing:.75px!important;margin-bottom:4px!important}
  #productGrid .mago-card-tagline{font-size:7.5px!important;line-height:1.28!important;letter-spacing:.05px!important;margin-bottom:8px!important;padding-bottom:8px!important}
  #productGrid .sh-card-top-row{display:block!important}
  #productGrid .sh-card-name{font-size:10.5px!important;line-height:1.12!important}
  #productGrid .sh-card-stars{min-height:11px!important;margin-top:4px!important}
  #productGrid .sh-rating-new,#productGrid .sh-rating-val,#productGrid .sh-rating-count{font-size:6.5px!important}
  #productGrid .sh-card-price-col{margin-top:6px!important;text-align:left!important}
  #productGrid .sh-card-price-summary{justify-items:start!important;gap:2px!important}
  #productGrid .sh-price-current{justify-content:flex-start!important}
  #productGrid .sh-price-current .sh-price-label{font-size:6px!important}
  #productGrid .sh-price-current strong{font-size:11.5px!important}
  #productGrid .sh-price-current em{font-size:6px!important}
  #productGrid .sh-price-cover{font-size:5.8px!important;padding:3px 4px!important;text-align:left!important}
  #productGrid .sh-price-box-total{font-size:7px!important;justify-self:start!important}
  #productGrid .sh-card-mid-row{min-height:29px!important;margin-top:6px!important;padding-top:6px!important}
  #productGrid .sh-card-swatch{width:16px!important;height:16px!important}
  #productGrid .sh-card-details-btn{min-height:24px!important;padding:4px 6px!important;font-size:5.8px!important}
  #productGrid .sh-card-specs{min-height:32px!important;padding:6px 0!important;font-size:5.8px!important;line-height:1.25!important;gap:2px!important}
  #productGrid .sh-card-ctas{min-height:45px!important;margin:7px -8px 0!important}
  #productGrid .sh-card-ctas button{height:45px!important;padding:3px 2px!important;gap:2px!important;flex-direction:column!important;font-size:5.8px!important;line-height:1.05!important}
  #productGrid .sh-card-ctas button svg{width:12px!important;height:12px!important}
}

/* ===== Reference card rebuild: full catalogue first, 3 desktop / 1 phone ===== */
.sh-page{grid-template-columns:minmax(0,1fr)!important;max-width:1400px!important;padding-left:24px!important;padding-right:24px!important}
.sh-sidebar{display:none!important}
.sh-main{width:100%!important;min-width:0!important;padding:24px 0 0!important}
#productGrid.sh-grid,#productGrid.sh-grid:not(.two-view):not(.list-view){grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:28px 22px!important;align-items:stretch!important}
#productGrid .sh-card{overflow:hidden!important;border:1px solid #e5d8c7!important;border-radius:24px!important;background:#fff8ee!important;box-shadow:0 18px 44px rgba(67,45,22,.15)!important}

/* Keep each product's existing rotating gallery, with a larger image stage. */
#productGrid .sh-card-img-wrap{aspect-ratio:1.46/1!important;min-height:0!important;background:#eee5d8!important}
#productGrid .sh-card-img{width:100%!important;height:100%!important;object-fit:cover!important}

/* Warm ivory reference header with gold category and bold product name. */
#productGrid .mago-card-intro{min-height:112px!important;padding:18px 20px 15px!important;background:#fff8ee!important}
#productGrid .mago-card-photo-copy{padding-right:72px!important}
#productGrid .mago-card-photo-copy span{margin-bottom:7px!important;color:#c98b31!important;font-size:11px!important;line-height:1.2!important;font-weight:900!important;letter-spacing:1.8px!important}
#productGrid .mago-card-photo-copy strong{color:#111!important;font-size:19px!important;line-height:1.12!important;font-weight:950!important}
#productGrid .mago-card-photo-copy i{width:74px!important;height:4px!important;margin-top:10px!important;background:#d29a42!important}
#productGrid .mago-card-slide-dots{right:18px!important;bottom:19px!important;gap:6px!important}
#productGrid .mago-card-slide-dot{width:8px!important;height:8px!important;background:#e4d9ca!important}
#productGrid .mago-card-slide-dot.active{width:23px!important;background:#d29a42!important}

/* Bold connected feature line from the supplied reference. */
#productGrid .sh-trust-strip{min-height:110px!important;padding:14px 7px 12px!important;border-top:3px solid #d29a42!important;border-bottom:3px solid #d29a42!important;background:#fffaf2!important}
#productGrid .sh-trust-item{padding:0 7px!important;gap:6px!important;border-right:2px solid #d29a42!important}
#productGrid .sh-trust-item:last-child{border-right:0!important}
#productGrid .sh-trust-icon{width:31px!important;height:31px!important}
#productGrid .sh-trust-icon svg{width:28px!important;height:28px!important;stroke:#cd9139!important}
#productGrid .sh-trust-title{font-size:9px!important;line-height:1.15!important;letter-spacing:.2px!important;color:#111!important}
#productGrid .sh-trust-sub{margin-top:2px!important;font-size:8px!important;line-height:1.18!important;color:#635c53!important}

/* Reference information block. Category, tagline and name never clamp. */
#productGrid .sh-card-body{min-height:292px!important;padding:17px 18px 0!important;background:#fff8ee!important}
#productGrid .sh-card-cat{margin-bottom:6px!important;color:#c98b31!important;font-size:11px!important;line-height:1.2!important;letter-spacing:1.45px!important}
#productGrid .mago-card-tagline{margin-bottom:13px!important;padding-bottom:12px!important;color:#3b3731!important;font-size:10.5px!important;line-height:1.35!important;font-weight:750!important;letter-spacing:.15px!important;overflow:visible!important}
#productGrid .sh-card-top-row{grid-template-columns:minmax(0,1fr) minmax(128px,.72fr)!important;gap:12px!important}
#productGrid .sh-card-name{min-height:0!important;color:#111!important;font-size:16px!important;line-height:1.12!important;overflow:visible!important;-webkit-line-clamp:unset!important}
#productGrid .sh-rating-new,#productGrid .sh-rating-val,#productGrid .sh-rating-count{font-size:9px!important}
#productGrid .sh-price-current .sh-price-label{font-size:8px!important}
#productGrid .sh-price-current strong{font-size:17px!important}
#productGrid .sh-price-current em{font-size:8.5px!important}
#productGrid .sh-price-cover{font-size:8px!important;padding:5px 7px!important}
#productGrid .sh-price-box-total{font-size:9px!important}
#productGrid .sh-card-mid-row{min-height:38px!important;margin-top:10px!important;padding-top:9px!important}
#productGrid .sh-card-swatch{width:25px!important;height:25px!important}
#productGrid .sh-card-details-btn{min-height:31px!important;padding:6px 11px!important;font-size:8px!important}
#productGrid .sh-card-specs{min-height:38px!important;padding:8px 0!important;font-size:8px!important}
#productGrid .sh-card-ctas{min-height:57px!important;margin:9px -18px 0!important}
#productGrid .sh-card-ctas button{height:57px!important;padding:6px 5px!important;font-size:8.5px!important;line-height:1.12!important}
#productGrid .sh-card-ctas button svg{width:17px!important;height:17px!important}

@media(max-width:900px){
  /* Fix the reported phone view: the oversized Signature LVP selector no longer replaces the real catalogue. */
  body.sh-landing-mode #featuredShowcase.sh-featured-showcase{display:none!important}
  body.sh-landing-mode #shPromoBanners.sh-promo-banners{display:none!important}
  body.sh-landing-mode #resultsBar{display:flex!important}
  body.sh-landing-mode .sh-page{display:block!important}
  .sh-page{padding-left:12px!important;padding-right:12px!important}
  .sh-main{padding-top:18px!important}
}

@media(max-width:720px){
  #productGrid.sh-grid,#productGrid.sh-grid:not(.two-view):not(.list-view),.sh-grid:not(.list-view){grid-template-columns:minmax(0,1fr)!important;gap:24px!important}
  #productGrid .sh-card{width:100%!important;max-width:520px!important;margin:0 auto!important;border-radius:20px!important}
  #productGrid .sh-card-img-wrap{aspect-ratio:1.5/1!important}
  #productGrid .mago-card-intro{min-height:112px!important;padding:17px 18px 15px!important}
  #productGrid .mago-card-photo-copy{padding-right:68px!important}
  #productGrid .mago-card-photo-copy span{font-size:10.5px!important;letter-spacing:1.5px!important}
  #productGrid .mago-card-photo-copy strong{font-size:18px!important}
  #productGrid .mago-card-slide-dots{right:16px!important;bottom:18px!important}
  #productGrid .sh-trust-strip{min-height:106px!important;padding:13px 5px 11px!important}
  #productGrid .sh-trust-item{padding:0 6px!important}
  #productGrid .sh-trust-icon{width:29px!important;height:29px!important}
  #productGrid .sh-trust-icon svg{width:26px!important;height:26px!important}
  #productGrid .sh-trust-title{font-size:8.7px!important}
  #productGrid .sh-trust-sub{font-size:7.8px!important}
  #productGrid .sh-card-body{min-height:285px!important;padding:16px 17px 0!important}
  #productGrid .sh-card-cat{font-size:10.5px!important;letter-spacing:1.3px!important}
  #productGrid .mago-card-tagline{font-size:10px!important;line-height:1.35!important}
  #productGrid .sh-card-top-row{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(126px,.7fr)!important;gap:12px!important}
  #productGrid .sh-card-name{font-size:15.5px!important}
  #productGrid .sh-card-price-col{margin-top:0!important;text-align:right!important}
  #productGrid .sh-card-price-summary{justify-items:end!important}
  #productGrid .sh-price-current{justify-content:flex-end!important}
  #productGrid .sh-price-box-total{justify-self:end!important}
  #productGrid .sh-card-specs{font-size:7.8px!important}
  #productGrid .sh-card-ctas{margin-left:-17px!important;margin-right:-17px!important}
  #productGrid .sh-card-ctas button{flex-direction:row!important;font-size:8.3px!important;gap:4px!important}
}

/* ===== Compact desktop correction: shorter cards, restored shop copy ===== */
.sh-main-description{max-width:760px;margin:7px 0 8px;color:#6b6460;font-family:'Roboto',sans-serif;font-size:13.5px;line-height:1.55;font-weight:400}

@media(min-width:901px){
  .sh-page{padding-left:28px!important;padding-right:28px!important}
  .sh-main{max-width:1100px!important;margin-left:0!important;margin-right:auto!important;padding-top:20px!important}
  #productGrid.sh-grid,#productGrid.sh-grid:not(.two-view):not(.list-view){grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px 18px!important;justify-content:start!important}
  #productGrid .sh-card{border-radius:18px!important;box-shadow:0 11px 28px rgba(67,45,22,.12)!important}
  #productGrid .sh-card-img-wrap{aspect-ratio:1.72/1!important}
  #productGrid .mago-card-intro{min-height:84px!important;padding:12px 14px 10px!important}
  #productGrid .mago-card-photo-copy{padding-right:52px!important}
  #productGrid .mago-card-photo-copy span{margin-bottom:5px!important;font-size:9px!important;letter-spacing:1.35px!important}
  #productGrid .mago-card-photo-copy strong{font-size:15px!important;line-height:1.1!important}
  #productGrid .mago-card-photo-copy i{width:54px!important;height:3px!important;margin-top:7px!important}
  #productGrid .mago-card-slide-dots{right:12px!important;bottom:13px!important;gap:4px!important}
  #productGrid .mago-card-slide-dot{width:6px!important;height:6px!important}
  #productGrid .mago-card-slide-dot.active{width:17px!important}
  #productGrid .sh-trust-strip{min-height:80px!important;padding:9px 3px 8px!important;border-top-width:2px!important;border-bottom-width:2px!important}
  #productGrid .sh-trust-item{padding:0 4px!important;gap:3px!important;border-right-width:1.5px!important}
  #productGrid .sh-trust-icon{width:23px!important;height:23px!important}
  #productGrid .sh-trust-icon svg{width:20px!important;height:20px!important}
  #productGrid .sh-trust-title{font-size:7px!important;line-height:1.12!important}
  #productGrid .sh-trust-sub{font-size:6.5px!important;line-height:1.14!important}
  #productGrid .sh-card-body{min-height:228px!important;padding:12px 13px 0!important}
  #productGrid .sh-card-cat{margin-bottom:4px!important;font-size:8.5px!important;letter-spacing:1.1px!important}
  #productGrid .mago-card-tagline{margin-bottom:8px!important;padding-bottom:8px!important;font-size:8.5px!important;line-height:1.28!important}
  #productGrid .sh-card-top-row{grid-template-columns:minmax(0,1fr) minmax(106px,.68fr)!important;gap:8px!important}
  #productGrid .sh-card-name{font-size:13px!important;line-height:1.1!important}
  #productGrid .sh-card-stars{min-height:11px!important;margin-top:4px!important}
  #productGrid .sh-rating-new,#productGrid .sh-rating-val,#productGrid .sh-rating-count{font-size:7px!important}
  #productGrid .sh-price-current .sh-price-label{font-size:6.5px!important}
  #productGrid .sh-price-current strong{font-size:13.5px!important}
  #productGrid .sh-price-current em{font-size:6.5px!important}
  #productGrid .sh-price-cover{font-size:6.2px!important;padding:3px 5px!important}
  #productGrid .sh-price-box-total{font-size:7px!important}
  #productGrid .sh-card-mid-row{min-height:29px!important;margin-top:6px!important;padding-top:6px!important}
  #productGrid .sh-card-swatch{width:19px!important;height:19px!important}
  #productGrid .sh-card-details-btn{min-height:24px!important;padding:4px 7px!important;font-size:6.2px!important}
  #productGrid .sh-card-specs{min-height:29px!important;padding:5px 0!important;font-size:6.2px!important}
  #productGrid .sh-card-ctas{min-height:46px!important;margin:7px -13px 0!important}
  #productGrid .sh-card-ctas button{height:46px!important;padding:4px 3px!important;font-size:7px!important;gap:3px!important}
  #productGrid .sh-card-ctas button svg{width:13px!important;height:13px!important}
}

@media(max-width:900px){
  .sh-main-description{max-width:100%;font-size:12.5px;line-height:1.5;margin:6px 0 8px}
}

/* ===== Naya flooring assistant chatbot ===== */
.mago-chatbot{position:fixed;right:24px;bottom:112px;z-index:980;display:flex;flex-direction:column;align-items:flex-end;gap:12px;pointer-events:none}
.mago-chatbot *{box-sizing:border-box}
.mago-chatbot-launcher{pointer-events:auto;position:relative;display:grid;place-items:center;width:60px;height:60px;padding:0;border:1px solid rgba(201,169,110,.42);border-radius:50%;background:#17130f;color:#fff;box-shadow:0 12px 30px rgba(0,0,0,.3),0 0 0 4px rgba(255,255,255,.88);cursor:pointer;transform:translateZ(0);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.mago-chatbot-launcher:hover{transform:translateY(-3px);background:#241c14;box-shadow:0 16px 36px rgba(0,0,0,.34),0 0 0 4px #fff,0 0 0 6px rgba(201,169,110,.22)}
.mago-chatbot-launcher.is-open{opacity:0;transform:translateY(18px) scale(.96);pointer-events:none}
.mago-chatbot-launcher>svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mago-chatbot-status-dot{position:absolute;right:2px;top:2px;width:13px;height:13px;border:3px solid #17130f;border-radius:50%;background:#39b96d}
.mago-chatbot-panel{pointer-events:auto;display:none;width:370px;max-width:min(370px,calc(100vw - 32px));height:560px;max-height:calc(100vh - 210px);overflow:hidden;border:1px solid #e7e1d9;border-radius:18px;background:#fff;box-shadow:0 22px 62px rgba(24,18,10,.24)}
.mago-chatbot-panel.is-open{display:flex;flex-direction:column}
.mago-chatbot-header{display:flex;align-items:center;gap:11px;padding:13px 14px;background:#17130f;color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}
.mago-chatbot-header-avatar{width:42px;height:42px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#d8c19e;box-shadow:0 4px 12px rgba(0,0,0,.2)}
.mago-chatbot-header-avatar img{display:block;width:100%;height:100%;object-fit:cover}
.mago-chatbot-header-copy{min-width:0;flex:1}
.mago-chatbot-header-copy h3{font-family:'Montserrat',sans-serif;font-size:14px;font-weight:700;line-height:1.25;letter-spacing:0}
.mago-chatbot-header-copy p{display:flex;align-items:center;gap:5px;margin-top:3px;font-size:10.5px;line-height:1.3;color:rgba(255,255,255,.7)}
.mago-chatbot-online-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#39b96d}
.mago-chatbot-close{width:32px;height:32px;border:0;border-radius:50%;background:transparent;color:#fff;font-size:23px;line-height:1;cursor:pointer;flex-shrink:0;transition:background .18s ease,transform .18s ease}
.mago-chatbot-close:hover{background:rgba(255,255,255,.16);transform:scale(1.04)}
.mago-chatbot-transcript{display:flex;flex:1;min-height:0;flex-direction:column;gap:10px;padding:16px 14px;overflow:auto;background:#f7f7f7}
.mago-chatbot-msg{max-width:86%;padding:12px 13px;border-radius:18px;font-size:13px;line-height:1.5;box-shadow:0 8px 24px rgba(0,0,0,.06)}
.mago-chatbot-msg strong{font-weight:800}
.mago-chatbot-msg-bot{align-self:flex-start;background:#fffefb;border:1px solid rgba(201,169,110,.16);color:#2b261f;border-bottom-left-radius:6px}
.mago-chatbot-msg-user{align-self:flex-end;background:linear-gradient(145deg,#1f1a16,#0f0e0c);color:#fff;border:1px solid rgba(201,169,110,.18);border-bottom-right-radius:6px}
.mago-chatbot-list{margin:8px 0 0 18px}
.mago-chatbot-list li{margin-bottom:5px}
.mago-chatbot-suggestions{display:none;padding:0 14px 14px;gap:10px;overflow:auto;max-height:262px}
.mago-chatbot-suggestions.has-items{display:flex;flex-direction:column}
.mago-chatbot-suggestions-hd{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 2px 2px;font-family:'Montserrat',sans-serif;font-size:11px;letter-spacing:1px;text-transform:uppercase;color:#8b6d44}
.mago-chatbot-suggestions-hd span{font-size:10px;color:#8a837a}
.mago-chatbot-product{display:grid;grid-template-columns:100px minmax(0,1fr);gap:12px;padding:10px;border:1px solid rgba(201,169,110,.16);border-radius:20px;background:rgba(255,255,255,.86);box-shadow:0 14px 28px rgba(63,43,24,.08)}
.mago-chatbot-product-img{width:100px;height:100px;border-radius:16px;overflow:hidden;background:#efe6d7;box-shadow:inset 0 0 0 1px rgba(255,255,255,.45)}
.mago-chatbot-product-img img{width:100%;height:100%;object-fit:cover;display:block}
.mago-chatbot-product-copy{display:flex;flex-direction:column;gap:7px;min-width:0}
.mago-chatbot-product-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.mago-chatbot-product-head strong{font-family:'Montserrat',sans-serif;font-size:13px;line-height:1.25;color:#171411}
.mago-chatbot-product-head span{flex-shrink:0;padding:4px 8px;border-radius:999px;background:rgba(201,169,110,.14);color:#8d6837;font-size:9px;font-weight:800;letter-spacing:1px;text-transform:uppercase}
.mago-chatbot-product-meta{font-size:11px;line-height:1.35;color:#6d665e}
.mago-chatbot-product-price{font-family:'Montserrat',sans-serif;font-size:12px;font-weight:800;color:#1d1712}
.mago-chatbot-product-actions{display:flex;flex-wrap:wrap;gap:6px}
.mago-chatbot-product-actions button,.mago-chatbot-secondary,.mago-chatbot-primary{border:0;border-radius:999px;padding:7px 11px;font-family:'Montserrat',sans-serif;font-size:10px;font-weight:800;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.mago-chatbot-product-actions button{background:#f4eadb;color:#1b1612;border:1px solid rgba(201,169,110,.16)}
.mago-chatbot-product-actions button:hover,.mago-chatbot-secondary:hover,.mago-chatbot-primary:hover{transform:translateY(-1px)}
.mago-chatbot-suggestion-actions{display:flex;flex-wrap:wrap;gap:8px;padding-top:2px}
.mago-chatbot-secondary{background:#fff;color:#1a1612;border:1px solid rgba(201,169,110,.22)}
.mago-chatbot-primary{background:linear-gradient(145deg,#d8ab54,#c59532);color:#18130d;box-shadow:0 10px 22px rgba(201,169,110,.26)}
.mago-chatbot-input-row{display:flex;align-items:flex-end;gap:8px;padding:11px 12px;background:#fff;border-top:1px solid #ebe6df}
.mago-chatbot-input-row textarea{flex:1;min-width:0;min-height:42px;max-height:96px;padding:11px 14px;border:1px solid #d9d4ce;border-radius:22px;background:#f7f7f7;color:#1a1612;font-family:'Roboto',sans-serif;font-size:13px;line-height:1.35;resize:none;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
.mago-chatbot-input-row textarea:focus{border-color:#b99555;background:#fff;box-shadow:0 0 0 3px rgba(201,169,110,.15)}
.mago-chatbot-input-row textarea::placeholder{color:#8a847e}
.mago-chatbot-send{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;padding:0;border:0;border-radius:50%;background:#17130f;color:#fff;cursor:pointer;transition:transform .18s ease,background .18s ease}
.mago-chatbot-send:hover{background:#a97d36;transform:translateY(-1px)}
.mago-chatbot-send svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mago-chatbot-compare{display:flex;flex-direction:column;gap:10px}
.mago-chatbot-compare-title{display:flex;justify-content:space-between;gap:12px;align-items:center}
.mago-chatbot-compare-title strong{font-family:'Montserrat',sans-serif;font-size:12px;letter-spacing:1px;text-transform:uppercase}
.mago-chatbot-compare-title span{font-size:10px;color:#7f776e}
.mago-chatbot-compare-grid{display:flex;flex-direction:column;gap:8px}
.mago-chatbot-compare-row{display:grid;grid-template-columns:118px repeat(auto-fit,minmax(0,1fr));gap:8px;align-items:start}
.mago-chatbot-compare-row span,.mago-chatbot-compare-row div{padding:8px 9px;border-radius:12px;background:#fff;border:1px solid rgba(201,169,110,.12);font-size:11px;line-height:1.35}
.mago-chatbot-compare-head span{font-family:'Montserrat',sans-serif;font-weight:800;text-transform:uppercase;font-size:10px;letter-spacing:.8px;background:#1d1712;color:#fff}

@media(max-width:720px){
  .mago-chatbot{right:14px;left:auto;bottom:94px;align-items:flex-end}
  .mago-chatbot-launcher{width:56px;height:56px}
  .mago-chatbot-panel{width:calc(100vw - 28px);max-width:370px;height:min(540px,calc(100vh - 190px));max-height:none;border-radius:16px}
  .mago-chatbot-header-copy h3{font-size:13.5px}
  .mago-chatbot-suggestions{max-height:220px}
  .mago-chatbot-product{grid-template-columns:84px minmax(0,1fr)}
  .mago-chatbot-product-img{width:84px;height:84px}
  .mago-chatbot-compare-row{grid-template-columns:92px repeat(auto-fit,minmax(0,1fr))}
}

/* Product-card detail popup */
.sh-card[role="button"]{cursor:pointer}
.sh-card[role="button"]:focus-visible{outline:3px solid rgba(212,130,74,.72);outline-offset:4px}
.qv-overlay{padding:clamp(12px,3vw,32px);background:rgba(13,11,9,.78);backdrop-filter:blur(14px) saturate(.85);-webkit-backdrop-filter:blur(14px) saturate(.85)}
.qv-modal{width:min(1120px,96vw);max-width:1120px;max-height:92vh;grid-template-columns:minmax(0,1.04fr) minmax(430px,.96fr);border:1px solid rgba(255,255,255,.42);border-radius:26px;box-shadow:0 36px 110px rgba(0,0,0,.48),0 0 0 1px rgba(201,169,110,.12);animation:magoProductPopupIn .28s cubic-bezier(.2,.75,.3,1)}
@keyframes magoProductPopupIn{from{opacity:0;transform:translateY(22px) scale(.975)}to{opacity:1;transform:translateY(0) scale(1)}}
.qv-close{top:18px;right:18px;width:42px;height:42px;border-color:rgba(26,22,18,.1);background:rgba(255,255,255,.9);box-shadow:0 8px 24px rgba(0,0,0,.12)}
.qv-close svg{width:16px;height:16px}
.qv-img-col{min-height:620px;overflow:hidden;background:#17130f}
.qv-img-col::after{content:"";position:absolute;inset:55% 0 0;pointer-events:none;background:linear-gradient(180deg,transparent,rgba(10,8,6,.52))}
.qv-img{min-height:620px;height:100%;filter:saturate(1.03) contrast(1.02)}
.qv-photo-badges{position:absolute;z-index:3;top:22px;left:22px;display:flex;flex-wrap:wrap;gap:8px}
.qv-photo-badges span{display:inline-flex;align-items:center;min-height:30px;padding:7px 12px;border-radius:999px;font:800 9px/1 'Montserrat',sans-serif;letter-spacing:1.2px;text-transform:uppercase;box-shadow:0 8px 22px rgba(0,0,0,.16)}
.qv-availability{background:#fff;color:#1a1612}
.qv-photo-note{background:#D4824A;color:#fff}
.qv-img-thumbs{z-index:4;left:22px;right:22px;bottom:22px;transform:none;justify-content:flex-start;gap:9px;overflow-x:auto;scrollbar-width:none}
.qv-img-thumbs::-webkit-scrollbar{display:none}
.qv-gallery-thumb{width:66px;height:66px;flex:0 0 66px;padding:3px;overflow:hidden;border:1px solid rgba(255,255,255,.5);border-radius:12px;background:rgba(255,255,255,.18);cursor:pointer;opacity:.78;transition:opacity .18s,transform .18s,border-color .18s,background .18s}
.qv-gallery-thumb img{width:100%;height:100%;display:block;object-fit:cover;border-radius:8px}
.qv-gallery-thumb:hover{opacity:1;transform:translateY(-2px)}
.qv-gallery-thumb.active{opacity:1;border-color:#fff;background:#fff;box-shadow:0 8px 22px rgba(0,0,0,.26)}
.qv-info-col{max-height:92vh;padding:38px 38px 34px;scrollbar-color:#C9A96E #f3eee7;scrollbar-width:thin}
.qv-heading-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-right:44px}
.qv-cat{margin:0;color:#D4824A;font-size:10px;font-weight:900;letter-spacing:2.3px}
.qv-sku{color:#92877d;font:700 9px/1.2 'Montserrat',sans-serif;letter-spacing:1px;text-transform:uppercase;white-space:nowrap}
.qv-name{margin:9px 44px 6px 0;font-size:clamp(29px,3vw,39px);line-height:1.02;letter-spacing:-.35px}
.qv-rating{display:flex;align-items:center;gap:8px;min-height:22px;margin-bottom:12px;color:#6b6460;font:600 11px/1.2 'Montserrat',sans-serif}
.qv-rating strong{color:#1a1612;font-size:11px}
.qv-rating-stars{color:#C9A96E;letter-spacing:1px;font-size:12px}
.qv-rating-verified{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#eaf4ec;color:#2f7b43;font-weight:900}
.qv-price-row{gap:8px;margin-bottom:5px}
.qv-price{font-family:'Cormorant Garamond',serif;font-size:32px;font-weight:700;letter-spacing:-.3px}
.qv-price-unit{font-size:12px;font-weight:700}
.qv-box-line{margin:0 0 16px;padding:6px 10px;border-radius:999px;background:#f1ece5;color:#65594e;font-size:10px;letter-spacing:.2px}
.qv-desc{margin-bottom:16px;color:#5f554c;font-size:13px;line-height:1.7}
.qv-assurance-row{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.qv-assurance-row span{display:flex;align-items:center;gap:6px;min-width:0;padding:8px;border:1px solid #ece5dc;border-radius:9px;background:#fbf9f6;color:#645a51;font:700 8px/1.25 'Montserrat',sans-serif;text-align:left}
.qv-assurance-row svg{width:15px;height:15px;flex:0 0 15px;fill:none;stroke:#D4824A;stroke-width:1.7}
.qv-divider{margin:17px 0}
.qv-section-label{margin-bottom:9px;font-weight:900;letter-spacing:1.8px}
.qv-colors{gap:11px;margin-bottom:6px}
.qv-sw-cell .qv-color-swatch{width:34px;height:34px;border-radius:8px}
.qv-sw-name-lbl{max-width:62px;color:#6b6460;font-size:8.5px}
.qv-color-name{margin-bottom:15px;font-weight:700;color:#8a7d71}
.qv-specs-disclosure{margin:0 0 16px;overflow:hidden;border:1px solid #e5dacb;border-radius:12px;background:#fff;box-shadow:0 8px 20px rgba(57,39,20,.05)}
.qv-specs-disclosure summary{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding:12px 42px 12px 14px;color:#1a1612;cursor:pointer;list-style:none;transition:background .18s ease,color .18s ease}
.qv-specs-disclosure summary::-webkit-details-marker{display:none}
.qv-specs-disclosure summary:after{content:'+';position:absolute;right:14px;top:50%;display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#f4e8d8;color:#9a671f;font:700 18px/1 Arial,sans-serif;transform:translateY(-50%);transition:transform .2s ease,background .2s ease}
.qv-specs-disclosure summary:hover{background:#fffaf3}
.qv-specs-disclosure summary span{font:900 10px/1.2 'Montserrat',sans-serif;letter-spacing:1.6px;text-transform:uppercase}
.qv-specs-disclosure summary small{color:#8b8177;font:600 9px/1.25 'Roboto',sans-serif;text-align:right}
.qv-specs-disclosure[open] summary{border-bottom:1px solid #eadfce;background:#fffaf3;color:#9a671f}
.qv-specs-disclosure[open] summary:after{content:'−';background:#1a1612;color:#fff;transform:translateY(-50%) rotate(180deg)}
.qv-specs-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:0;padding:12px;background:#fbf8f3}
.qv-spec-item{min-width:0;padding:9px 10px;border:1px solid #eee8df;background:#faf8f5}
.qv-spec-key{font-size:8px;letter-spacing:.8px}
.qv-spec-val{overflow-wrap:anywhere;font-size:11px;line-height:1.35}
.qv-features{margin-bottom:14px}
.qv-feature{background:#fff8ef;border-color:rgba(212,130,74,.2);font-size:10px;font-weight:700}
.qv-detail-notes{display:grid;gap:7px;margin:2px 0 18px}
.qv-detail-notes details{border:1px solid #e9e2d8;border-radius:9px;background:#fff;overflow:hidden}
.qv-detail-notes summary{padding:11px 13px;color:#1a1612;font:800 10px/1.2 'Montserrat',sans-serif;letter-spacing:.35px;cursor:pointer;list-style-position:inside}
.qv-detail-notes p{padding:0 13px 13px;color:#6b6460;font-size:11px;line-height:1.6}
.qv-ctas{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.qv-ctas button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 15px;border-radius:12px;font:900 10px/1 'Montserrat',sans-serif;letter-spacing:1.2px;text-transform:uppercase;cursor:pointer;transition:transform .16s,box-shadow .16s,background .16s,border-color .16s}
.qv-ctas button:active{transform:scale(.985)}
.qv-ctas button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2}
.qv-cta-primary{background:#D4824A;color:#fff;box-shadow:0 12px 28px rgba(212,130,74,.25)}
.qv-cta-primary:hover{background:#bf6f38;box-shadow:0 14px 32px rgba(212,130,74,.34)}
.qv-cta-sample{border:1.5px solid #C9A96E;background:#fffaf2;color:#7d5b26}
.qv-cta-sample:hover{border-color:#a07840;background:#f8edda}
.qv-cta-secondary{grid-column:1/-1;border:1px solid #d9d0c4;background:#fff;color:#1a1612}
.qv-cta-secondary:hover{border-color:#1a1612;background:#1a1612;color:#fff}
.qv-checkout-note{margin:10px 4px 0;color:#92877d;font-size:9px;line-height:1.45;text-align:center}
@media(max-width:900px){.qv-modal{grid-template-columns:minmax(0,.9fr) minmax(390px,1.1fr)}.qv-img-col,.qv-img{min-height:560px}.qv-info-col{padding:34px 28px 30px}}
@media(max-width:740px){.qv-overlay{align-items:flex-end;padding:8px}.qv-modal{width:100%;max-height:94dvh;grid-template-columns:1fr;border-radius:22px 22px 14px 14px;overflow-y:auto}.qv-img-col{min-height:280px;height:34dvh;max-height:360px}.qv-img{min-height:280px;height:100%}.qv-photo-badges{top:14px;left:14px}.qv-photo-badges span{min-height:26px;padding:6px 9px;font-size:7.5px}.qv-img-thumbs{left:14px;right:60px;bottom:14px}.qv-gallery-thumb{width:52px;height:52px;flex-basis:52px;border-radius:9px}.qv-gallery-thumb img{border-radius:6px}.qv-info-col{max-height:none;padding:25px 20px 24px;overflow:visible}.qv-name{font-size:29px}.qv-assurance-row{grid-template-columns:1fr}.qv-assurance-row span{font-size:9px}.qv-specs-disclosure summary{align-items:flex-start;flex-direction:column;gap:3px;padding-right:42px}.qv-specs-disclosure summary small{text-align:left}.qv-specs-grid{grid-template-columns:1fr}}
@media(max-width:430px){.qv-heading-row{align-items:flex-start;flex-direction:column;gap:5px}.qv-name{margin-right:36px}.qv-ctas{grid-template-columns:1fr}.qv-cta-secondary{grid-column:auto}}

/* July shop discovery refinements */
.sh-controls{flex-wrap:wrap}
.sh-search-wrap{order:-2;flex:1 0 100%;max-width:none}
.sh-prod-search{height:54px;padding-left:48px;border:1px solid #d9cec0;border-radius:14px;background:#fff;font-size:14px;box-shadow:0 10px 28px rgba(55,38,19,.07)}
.sh-search-wrap>svg{left:17px;width:20px;height:20px;color:#a86d20}
.sh-search-hint{order:-1;flex:1 0 100%;margin:-4px 0 4px 3px;color:#81766b;font-size:10.5px;line-height:1.4}
.sh-search-wrap{position:relative;overflow:visible;z-index:45}
.sh-smart-search{position:absolute;z-index:120;top:calc(100% + 8px);left:0;right:0;overflow:hidden;border:1px solid rgba(177,119,35,.28);border-radius:16px;background:rgba(255,253,249,.98);box-shadow:0 22px 55px rgba(44,29,13,.19);backdrop-filter:blur(16px)}
.sh-smart-search[hidden]{display:none!important}
.sh-smart-title{display:flex;align-items:center;justify-content:space-between;padding:12px 15px 9px;color:#8f5d18;font:900 9px/1.2 'Montserrat',sans-serif;letter-spacing:1.2px;text-transform:uppercase}
.sh-smart-title span{color:#9a9086;font:700 8px/1.2 'Roboto',sans-serif;letter-spacing:.3px;text-transform:none}
.sh-smart-option{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:56px;padding:10px 14px;border:0;border-top:1px solid #eee5d8;background:transparent;color:#17130f;text-align:left;cursor:pointer;transition:background .16s,transform .16s}
.sh-smart-option:hover,.sh-smart-option.active{background:#fff5e6;transform:translateX(2px)}
.sh-smart-copy{display:block;min-width:0}.sh-smart-copy strong,.sh-smart-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sh-smart-copy strong{font:800 12px/1.3 'Montserrat',sans-serif}.sh-smart-copy small{margin-top:3px;color:#80756b;font:500 10px/1.35 'Roboto',sans-serif}
.sh-smart-arrow{display:grid;place-items:center;width:28px;height:28px;flex:0 0 28px;border-radius:50%;background:#f2dfc2;color:#9e681d;font-size:15px;transition:background .16s,color .16s}.sh-smart-option:hover .sh-smart-arrow,.sh-smart-option.active .sh-smart-arrow{background:#17130f;color:#fff}
.sh-smart-empty{padding:17px 16px}.sh-smart-empty strong,.sh-smart-empty span{display:block}.sh-smart-empty strong{font:800 12px/1.3 'Montserrat',sans-serif}.sh-smart-empty span{margin-top:5px;color:#7d7268;font-size:10.5px;line-height:1.45}
.sh-empty-results{margin:26px 0;padding:42px 28px;border:1px dashed rgba(176,119,36,.36);border-radius:18px;background:#fffaf2;text-align:center}
.sh-empty-results strong,.sh-empty-results span{display:block}.sh-empty-results strong{font:800 20px/1.2 'Montserrat',sans-serif}.sh-empty-results span{margin:9px auto 18px;max-width:520px;color:#6e655d;font-size:13px;line-height:1.55}.sh-empty-results button{min-height:42px;padding:11px 18px;border:0;border-radius:999px;background:#17130f;color:#fff;font:800 10px/1 'Montserrat',sans-serif;letter-spacing:1px;text-transform:uppercase;cursor:pointer}
@media(max-width:900px){
  body.sh-landing-mode #shPromoBanners.sh-promo-banners,
  body.sh-browse-mode #shPromoBanners.sh-promo-banners{display:block!important}
  #shPromoBanners .pb-main-body{display:flex!important;min-height:auto!important;flex-direction:column!important}
  #shPromoBanners .pb-main-media{order:1!important;width:100%;height:clamp(235px,62vw,330px)!important}
  #shPromoBanners .pb-main-media img{object-position:center!important}
  #shPromoBanners .pb-main-copy{order:2!important}
  .sh-prod-search{height:50px;font-size:12px}
  .sh-search-hint{font-size:9.5px}
  .sh-smart-search{left:-2px;right:-2px;border-radius:13px}
  .sh-smart-option{min-height:54px;padding:9px 12px}
  .sh-smart-copy strong{font-size:11px}.sh-smart-copy small{font-size:9.5px}
}
