:root{--shop-gold:#d3a64c;--shop-gold-2:#f0c977;--shop-panel:#0d0d0c;--shop-line:rgba(211,166,76,.25);--shop-muted:#aaa196;--shop-ivory:#eee7dc}
body.shop-page{background:#050505;color:var(--shop-ivory)}
.shop-hero{position:relative;min-height:440px;display:grid;align-items:end;overflow:hidden;border-bottom:1px solid var(--shop-line);background:radial-gradient(circle at 14% 70%,rgba(211,166,76,.12),transparent 30%),linear-gradient(145deg,#020202,#10100e 52%,#050505)}
.shop-hero::before{content:"";position:absolute;inset:-20%;background-image:linear-gradient(rgba(211,166,76,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(211,166,76,.03) 1px,transparent 1px);background-size:78px 78px;transform:rotate(-7deg)}
.shop-hero-inner{position:relative;z-index:1;padding-top:132px;padding-bottom:58px;max-width:1120px}.shop-kicker{margin:0 0 13px;color:var(--shop-gold-2);font:700 10px/1.3 Arial,sans-serif;letter-spacing:.26em;text-transform:uppercase}.shop-hero h1{margin:0;color:#f5eee4;font-size:clamp(46px,5.6vw,80px);line-height:.95;font-weight:400;text-transform:uppercase;letter-spacing:.01em;text-shadow:0 18px 50px #000}.shop-hero h1 span{display:block;color:var(--shop-gold-2)}.shop-hero p{max-width:760px;margin:24px 0 0;color:#d2c8bb;font-size:clamp(17px,1.7vw,22px);line-height:1.55;font-style:italic}
.shop-section{padding:78px 0 100px;background:#060605}.shop-toolbar{display:grid;grid-template-columns:minmax(220px,1fr) auto auto;gap:14px;align-items:center;margin-bottom:28px}.shop-search{min-height:48px;padding:0 14px;border:1px solid var(--shop-line);background:#0a0a09;color:#eee5d8;font-size:14px;outline:0}.shop-search:focus{border-color:var(--shop-gold-2);box-shadow:0 0 0 2px rgba(211,166,76,.16)}.shop-filter{display:flex;flex-wrap:wrap;gap:8px}.shop-filter button{min-height:40px;padding:0 12px;border:1px solid rgba(211,166,76,.24);background:#090908;color:#b9afa1;font:700 9px/1 Arial,sans-serif;letter-spacing:.07em;text-transform:uppercase;cursor:pointer}.shop-filter button.is-active,.shop-filter button:hover,.shop-filter button:focus{border-color:var(--shop-gold-2);color:#f0c977}.cart-toggle{position:relative;min-height:44px;padding:0 16px;border:1px solid var(--shop-gold-2);background:var(--shop-gold-2);color:#080706;font:700 10px/1 Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.cart-count{display:inline-grid;place-items:center;min-width:21px;height:21px;margin-left:7px;border-radius:50%;background:#090806;color:#f0c977;font-size:10px}
.shop-status{padding:24px;border:1px solid var(--shop-line);background:#0b0b0a;color:#aaa196;text-align:center;line-height:1.6}.shop-status[hidden]{display:none}.shop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.product-card{display:flex;flex-direction:column;min-width:0;border:1px solid var(--shop-line);background:linear-gradient(155deg,#10100e,#060606);box-shadow:0 18px 46px rgba(0,0,0,.3);overflow:hidden}.product-image-wrap{position:relative;aspect-ratio:1/1;background:#111;overflow:hidden}.product-image-wrap img{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .3s ease}.product-card:hover img{transform:scale(1.025)}.product-badge{position:absolute;left:11px;top:11px;padding:6px 8px;background:rgba(5,5,5,.88);border:1px solid rgba(211,166,76,.32);color:#d7c5a7;font:700 8px/1 Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase}.product-card-body{display:flex;flex-direction:column;flex:1;padding:18px}.product-card h2{margin:0;color:#eee7dc;font-size:20px;line-height:1.25;font-weight:400}.product-meta{margin:9px 0 0;color:#8f887f;font-size:11px}.product-price{margin:14px 0 0;color:var(--shop-gold-2);font-size:18px}.product-card button{margin-top:auto;min-height:44px;border:1px solid var(--shop-gold-2);background:transparent;color:var(--shop-gold-2);font:700 9px/1 Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.product-card button:hover,.product-card button:focus{background:var(--shop-gold-2);color:#080706}.product-card.is-hidden{display:none}
.shop-note{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:42px}.shop-note article{padding:20px;border-top:1px solid rgba(211,166,76,.33)}.shop-note h2{margin:0;color:#eee5d8;font-size:20px;font-weight:400}.shop-note p{margin:9px 0 0;color:#9d958a;font-size:12px;line-height:1.6}
.product-dialog{width:min(940px,calc(100% - 28px));max-height:90vh;padding:0;border:1px solid rgba(211,166,76,.42);background:#080807;color:#eee7dc;box-shadow:0 35px 100px rgba(0,0,0,.72);overflow:auto}.product-dialog::backdrop{background:rgba(0,0,0,.78);backdrop-filter:blur(3px)}.product-dialog-close{position:sticky;z-index:5;top:12px;float:right;margin:12px 12px 0 0;width:40px;height:40px;border:1px solid rgba(211,166,76,.35);background:#070706;color:#d7c6aa;font-size:22px;cursor:pointer}.product-dialog-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);min-height:570px}.product-dialog-image{display:grid;place-items:center;min-height:570px;padding:32px;background:#111}.product-dialog-image img{max-width:100%;max-height:560px;object-fit:contain}.product-dialog-copy{padding:40px 34px}.product-dialog-copy h2{margin:0;color:#f2ebe1;font-size:36px;line-height:1.05;font-weight:400}.product-dialog-copy>p{color:#aaa196;font-size:13px;line-height:1.65}.product-price-large{color:var(--shop-gold-2)!important;font-size:25px!important}.variant-group{margin-top:21px}.variant-group h3{margin:0 0 9px;color:#d8c8ae;font:700 9px/1.3 Arial,sans-serif;letter-spacing:.1em;text-transform:uppercase}.variant-options{display:flex;flex-wrap:wrap;gap:8px}.variant-option{min-height:39px;padding:0 11px;border:1px solid rgba(211,166,76,.28);background:#060605;color:#b9afa2;font-size:12px;cursor:pointer}.variant-option.is-selected,.variant-option:hover,.variant-option:focus{border-color:var(--shop-gold-2);color:#f0c977}.variant-option[disabled]{opacity:.32;cursor:not-allowed}.color-option{display:flex;align-items:center;gap:7px}.color-swatch{width:14px;height:14px;border:1px solid rgba(255,255,255,.28);border-radius:50%}.variant-select{width:100%;min-height:44px;padding:0 11px;border:1px solid rgba(211,166,76,.28);background:#060605;color:#eee5d8}.product-buy-row{display:grid;grid-template-columns:78px 1fr;gap:10px;margin-top:25px}.product-buy-row input{min-height:48px;padding:0 10px;border:1px solid rgba(211,166,76,.35);background:#050505;color:#eee5d8}.product-buy-row button,.buy-now{min-height:48px;border:1px solid var(--shop-gold-2);background:var(--shop-gold-2);color:#080706;font:700 10px/1 Arial,sans-serif;letter-spacing:.07em;text-transform:uppercase;cursor:pointer}.buy-now{width:100%;margin-top:10px;background:transparent;color:var(--shop-gold-2)}.product-secure{margin-top:14px;color:#817b73!important;font-size:11px!important}
.cart-drawer{position:fixed;inset:0 0 0 auto;z-index:70;width:min(430px,100%);transform:translateX(102%);transition:transform .28s ease;background:#080807;border-left:1px solid rgba(211,166,76,.35);box-shadow:-30px 0 70px rgba(0,0,0,.56);display:flex;flex-direction:column}.cart-drawer.is-open{transform:translateX(0)}.cart-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:22px;border-bottom:1px solid var(--shop-line)}.cart-drawer-header h2{margin:0;color:#f0e8dd;font-size:28px;font-weight:400}.cart-close{width:38px;height:38px;border:1px solid rgba(211,166,76,.3);background:#050505;color:#d8c8ac;font-size:21px;cursor:pointer}.cart-items{flex:1;overflow:auto;padding:10px 22px}.cart-empty{color:#989086;font-size:13px;line-height:1.6}.cart-item{display:grid;grid-template-columns:70px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid rgba(211,166,76,.15)}.cart-item img{width:70px;height:70px;object-fit:contain;background:#111}.cart-item h3{margin:0;color:#eee5d8;font-size:14px;font-weight:400}.cart-item p{margin:5px 0;color:#8f887e;font-size:11px}.cart-qty{display:flex;align-items:center;gap:7px;margin-top:8px}.cart-qty button{width:27px;height:27px;border:1px solid rgba(211,166,76,.25);background:#050505;color:#d0c0a6;cursor:pointer}.cart-remove{border:0;background:none;color:#a89880;font-size:11px;cursor:pointer}.cart-item-price{color:#f0c977;font-size:13px}.cart-footer{padding:20px 22px;border-top:1px solid var(--shop-line);background:#050505}.cart-total{display:flex;justify-content:space-between;margin-bottom:15px;color:#d6c7af}.cart-total strong{color:#f0c977;font-size:20px}.checkout-button{width:100%;min-height:51px;border:1px solid var(--shop-gold-2);background:var(--shop-gold-2);color:#080706;font:700 10px/1 Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.checkout-button[disabled]{opacity:.45;cursor:not-allowed}.cart-overlay{position:fixed;inset:0;z-index:69;background:rgba(0,0,0,.62);opacity:0;pointer-events:none;transition:opacity .25s}.cart-overlay.is-open{opacity:1;pointer-events:auto}
@media(max-width:1100px){.shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){.shop-toolbar{grid-template-columns:1fr auto}.shop-filter{grid-column:1/-1;order:3}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-dialog-grid{grid-template-columns:1fr}.product-dialog-image{min-height:360px}.shop-note{grid-template-columns:1fr}}
@media(max-width:520px){.shop-section{padding:58px 0 80px}.shop-toolbar{grid-template-columns:1fr}.cart-toggle{width:100%}.shop-grid{grid-template-columns:1fr}.product-dialog-copy{padding:27px 20px}.product-dialog-image{min-height:300px;padding:20px}.product-buy-row{grid-template-columns:70px 1fr}}
/* Wonders Workshop v2.13.1 — navigation and privacy controls */
.primary-nav{gap:18px}
.primary-nav>a{font-size:10.5px}
.primary-nav>a.nav-shop{border:0;padding:11px 0;margin:0}
.footer-grid>div:nth-child(2) a{white-space:normal}
.ww-google-privacy-link{display:none}
.ww-google-privacy-link.is-ready{display:block}
button.ww-link-button{appearance:none;border:0;background:none;padding:0;color:inherit;font:inherit;text-align:left;cursor:pointer}
button.ww-link-button:hover,button.ww-link-button:focus{text-decoration:underline;color:var(--gold2,#e1b65e)}
@media(max-width:1100px){.primary-nav{gap:12px}.primary-nav>a{font-size:9.6px}}
@media(max-width:900px){.primary-nav{gap:9px}.primary-nav>a{font-size:9px}}
@media(max-width:820px){.primary-nav>a{font-size:11px}.primary-nav>a.nav-shop,.primary-nav>a.nav-shop.active,.primary-nav>a.nav-shop[aria-current="page"]{border:0;padding:10px 0;margin:0}}

/* v2.13.7 — Shop hero and active navigation aligned with the rest of the site */
.shop-page .primary-nav>a.nav-shop.active,.shop-page .primary-nav>a.nav-shop[aria-current="page"]{border:0;padding:11px 0;margin:0;color:var(--gold2,#e1b65e)}
.shop-page .primary-nav>a.nav-shop.active::after,.shop-page .primary-nav>a.nav-shop[aria-current="page"]::after{display:block}
@media(max-width:820px){.shop-page .primary-nav>a.nav-shop.active,.shop-page .primary-nav>a.nav-shop[aria-current="page"]{padding:10px 0}.shop-hero{min-height:auto}.shop-hero-inner{padding-top:92px;padding-bottom:48px}.shop-hero h1{font-size:clamp(42px,13vw,62px);line-height:.96}}
