/*!
 * ROYALSTREET — Design System (branco & ouro / preto & ouro)
 * © 2026 Felipe Martins Ribeiro. Todos os direitos reservados.
 * Autoria e direitos autorais: Felipe Martins Ribeiro. Ver LICENSE / NOTICE.
 * "Realeza que se veste na rua. Feito para reinar."
 *
 * Esquema de cor controlado por .scheme-light (padrão) e .scheme-dark no <body>.
 */:root{--bg: #ffffff;--surface: #faf7f0;--surface-2: #f2ece0;--line: #e7e0d1;--ink: #17130c;--muted: #6b6459;--muted-2: #a49c8c;--gold: #a97f27;--gold-2: #caa23f;--gold-3: #7d5c19;--gold-grad: linear-gradient(180deg, #d4ac48 0%, #b68d33 58%, #a67c2a 100%);--on-gold: #241a06;--header-bg: rgba(255, 255, 255, .82);--scrim: linear-gradient(180deg, rgba(20,16,10,.35) 0%, rgba(20,16,10,.82) 100%);--shadow: 0 20px 50px rgba(60, 45, 15, .1);--shadow-gold: 0 12px 30px rgba(169, 127, 39, .2);--black: var(--bg);--panel: var(--surface);--panel-2: var(--surface-2);--white: var(--ink);--success: #2f9e63;--danger: #c9453f;--serif: Georgia, "Times New Roman", serif;--sans: var(--font-primary--family), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--page-width: 1240px;--page-margin: 22px;--radius: 16px;--radius-sm: 10px;--radius-pill: 999px;--t: .28s cubic-bezier(.22, 1, .36, 1);--header-h: 72px}.scheme-dark{--bg: #0a0a0b;--surface: #16161a;--surface-2: #1d1d22;--line: #2a2a30;--ink: #f7f7f5;--muted: #a3a3a8;--muted-2: #77777d;--gold: #d4af37;--gold-2: #f4d67a;--gold-3: #a9812a;--gold-grad: linear-gradient(180deg, #eccf76 0%, #d4af37 58%, #b8923a 100%);--on-gold: #23180a;--header-bg: rgba(10, 10, 11, .82);--scrim: linear-gradient(180deg, rgba(10,10,11,.4) 0%, rgba(10,10,11,.92) 100%);--shadow: 0 18px 50px rgba(0, 0, 0, .45);--shadow-gold: 0 10px 30px rgba(212, 175, 55, .18)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden;transition:background .3s ease,color .3s ease}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}blockquote,figure{margin:0}h1,h2,h3,h4{font-family:var(--serif);font-weight:600;line-height:1.08;margin:0 0 .4em;letter-spacing:.2px;color:var(--ink)}h1{font-size:clamp(2.4rem,6vw,4.6rem);letter-spacing:-.5px}h2{font-size:clamp(1.9rem,4vw,3rem)}h3{font-size:clamp(1.3rem,2.4vw,1.7rem)}p{margin:0 0 1em}::selection{background:var(--gold);color:#fff}:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:4px}.skip-link{position:fixed;left:12px;top:-70px;z-index:200;background:var(--gold-grad);color:var(--on-gold);padding:12px 20px;border-radius:10px;font-size:.85rem;font-weight:600;transition:top var(--t)}.skip-link:focus{top:12px}.container{width:100%;max-width:var(--page-width);margin-inline:auto;padding-inline:var(--page-margin)}.section{padding-block:clamp(64px,9vw,128px)}.section--tight{padding-block:clamp(32px,5vw,56px)}.section--panel{background:var(--surface)}.eyebrow{font-family:var(--sans);text-transform:uppercase;letter-spacing:.34em;font-size:.68rem;font-weight:600;color:var(--gold);margin:0 0 18px;display:flex;align-items:center;gap:8px}.section-head{text-align:center;max-width:640px;margin:0 auto clamp(28px,5vw,56px)}.section-head .eyebrow{justify-content:center}.section-head p{color:var(--muted);margin:0}.section-head h2:after{content:"";display:block;width:44px;height:2px;margin:16px auto 0;background:var(--gold-grad);border-radius:2px}.gold-text{background:var(--gold-grad);-webkit-background-clip:text;background-clip:text;color:transparent}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 34px;border-radius:var(--radius-pill);border:1px solid transparent;font-weight:600;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;transition:transform var(--t),box-shadow var(--t),background var(--t),color var(--t),border-color var(--t),filter var(--t);will-change:transform}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn-gold{background:var(--gold-grad);color:var(--on-gold);box-shadow:inset 0 1px #ffffff4d,0 10px 26px #a0782333}.btn-gold:hover{filter:brightness(1.05);box-shadow:inset 0 1px #ffffff4d,0 14px 34px #a078234d}.btn-ghost{background:transparent;color:var(--ink);border-color:var(--ink)}.btn-ghost:hover{background:var(--ink);color:var(--bg);border-color:var(--ink)}.btn-block{width:100%}.btn[disabled]{opacity:.5;pointer-events:none}.btn svg{width:20px;height:20px;flex:0 0 auto}.btn-whatsapp{background:#25d366;color:#0b3d24;border-color:#25d366;box-shadow:0 10px 26px #25d36638}.btn-whatsapp:hover{background:#1fbe5a;border-color:#1fbe5a;color:#062615;filter:none;box-shadow:0 14px 34px #25d3664d}.btn-whatsapp svg{fill:currentColor}.badge{display:inline-flex;align-items:center;gap:6px;font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 9px;border-radius:var(--radius-pill);line-height:1}.badge-off{background:var(--gold-grad);color:var(--on-gold)}.badge-new{background:var(--surface-2);color:var(--ink);border:1px solid var(--line)}.badge-hot{background:#c9453f1f;color:#c9453f;border:1px solid rgba(201,69,63,.35)}.scheme-dark .badge-hot{color:#ff8a86}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:clamp(16px,2.4vw,28px)}.product-card{position:relative;background:transparent;transition:transform var(--t);display:flex;flex-direction:column}.product-card:hover{transform:translateY(-3px)}.product-card__media{position:relative;aspect-ratio:1 / 1;background:var(--surface);overflow:hidden;border-radius:12px;border:1px solid var(--line);transition:border-color var(--t),box-shadow var(--t)}.product-card:hover .product-card__media{border-color:#a97f2766;box-shadow:var(--shadow)}.product-card__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1),opacity .5s ease}.product-card__media svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.product-card__img--hover,.product-card--has-hover:hover .product-card__img--main{opacity:0}.product-card--has-hover:hover .product-card__img--hover{opacity:1}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__badges{position:absolute;top:12px;left:12px;display:flex;flex-wrap:wrap;gap:6px;z-index:2}.product-card__body{padding:16px 2px 4px;display:flex;flex-direction:column;gap:5px;flex:1}.product-card__title{font-family:var(--sans);font-size:.98rem;font-weight:600;margin:0;color:var(--ink)}.product-card__title a:hover{color:var(--gold)}.price{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.price__now{font-size:1.15rem;font-weight:700;color:var(--ink)}.price__was{color:var(--muted-2);text-decoration:line-through;font-size:.9rem}.price__pix{font-size:.78rem;color:var(--gold);font-weight:600}.price__installments{font-size:.78rem;color:var(--muted)}.product-card__cta{margin-top:auto;padding-top:12px}.ig-carousel{display:flex;gap:clamp(10px,1.5vw,16px);overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.ig-carousel::-webkit-scrollbar{display:none}.ig-item{position:relative;flex:0 0 clamp(150px,30%,220px);aspect-ratio:1 / 1;border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--line);scroll-snap-align:start;background:var(--surface)}.ig-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.22,1,.36,1)}.ig-item:hover img{transform:scale(1.06)}.ig-item__icon{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#fff;background:#14100a57;opacity:0;transition:opacity var(--t)}.ig-item:hover .ig-item__icon{opacity:1}.ig-item__icon svg{width:30px;height:30px}.ig-handle{color:var(--gold);font-weight:600;letter-spacing:.04em}.ig-handle:hover{text-decoration:underline}.ig-cta{text-align:center;margin-top:clamp(20px,3vw,34px)}.media-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:linear-gradient(155deg,var(--surface) 0%,var(--surface-2) 100%);color:var(--gold)}.media-placeholder svg{width:34%;max-width:88px;height:auto;opacity:.5}.media-placeholder span{font-family:var(--serif);font-size:.72rem;letter-spacing:.32em;text-transform:uppercase;color:var(--muted-2);font-weight:600}.trust-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px}.trust-item{display:flex;align-items:center;gap:14px;padding:10px 8px}.trust-item__icon{flex:0 0 auto;width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:#a97f271a;color:var(--gold)}.trust-item__icon svg{width:22px;height:22px}.trust-item strong{display:block;font-size:.95rem;color:var(--ink)}.trust-item span{color:var(--muted);font-size:.82rem}.promo-band{background:var(--gold-grad);color:#241a06;text-align:center}.promo-band h2{color:#241a06}.promo-band .container{display:flex;flex-direction:column;align-items:center;gap:18px}.countdown{display:flex;gap:12px}.countdown__unit{background:#140f06e0;color:#f4d67a;border-radius:var(--radius-sm);padding:10px 14px;min-width:64px;text-align:center}.countdown__num{font-size:1.6rem;font-weight:800;font-variant-numeric:tabular-nums;line-height:1}.countdown__label{font-size:.62rem;text-transform:uppercase;letter-spacing:.1em;opacity:.85}.site-header{position:sticky;top:0;z-index:50;background:var(--header-bg);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.site-header__inner{height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:20px}.site-logo{display:flex;align-items:center;gap:10px}.site-logo img,.site-logo svg{height:38px;width:auto}.site-logo__word{font-family:var(--serif);font-size:1.5rem;font-weight:700;letter-spacing:.14em;color:var(--gold)}.nav{display:flex;align-items:center;gap:28px}.nav a{font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ink);position:relative;padding:4px 0}.nav a:after{content:"";position:absolute;left:0;bottom:-2px;height:2px;width:0;background:var(--gold-grad);transition:width var(--t)}.nav a:hover{color:var(--gold)}.nav a:hover:after{width:100%}.nav-drop{position:relative}.nav-drop__trigger{display:inline-flex;align-items:center;gap:4px}.nav-chevron{transition:transform var(--t)}.nav-drop:hover .nav-chevron{transform:rotate(180deg)}.nav-drop__menu{position:absolute;top:100%;left:50%;transform:translate(-50%);min-width:180px;background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 8px 24px #0000001f;padding:10px 0;display:flex;flex-direction:column;opacity:0;visibility:hidden;transition:opacity var(--t),visibility var(--t);z-index:55}.nav-drop:hover .nav-drop__menu{opacity:1;visibility:visible}.nav-drop__menu a{padding:8px 20px;font-size:.76rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--ink);white-space:nowrap}.nav-drop__menu a:after{display:none}.nav-drop__menu a:hover{color:var(--gold);background:var(--surface)}.header-actions{display:flex;align-items:center;gap:16px}.icon-btn{background:none;border:none;color:var(--ink);display:grid;place-items:center;position:relative;padding:6px}.icon-btn:hover{color:var(--gold)}.icon-btn svg{width:22px;height:22px}.cart-count{position:absolute;top:-2px;right:-4px;background:var(--gold-grad);color:var(--on-gold);font-size:.62rem;font-weight:800;min-width:17px;height:17px;padding:0 4px;border-radius:var(--radius-pill);display:grid;place-items:center}.nav-toggle{display:none}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:var(--bg);transform:translate(-100%);transition:transform var(--t);visibility:hidden;padding:24px;display:flex;flex-direction:column;gap:8px}.mobile-nav.is-open{transform:translate(0);visibility:visible}.mobile-nav a{padding:14px 4px;border-bottom:1px solid var(--line);font-size:1.1rem;color:var(--ink)}.mobile-nav__close{align-self:flex-end;background:none;border:none;color:var(--ink);font-size:1.6rem}.mobile-nav__label{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);padding:18px 4px 4px}.mobile-nav__sub{padding-left:20px!important;font-size:.95rem!important}.announcement{background:#14110b;color:#f3ede0;overflow:hidden;font-size:.78rem;letter-spacing:.05em}.announcement__track{display:flex;gap:48px;white-space:nowrap;padding-block:9px;animation:marquee 30s linear infinite}.announcement__track span{display:inline-flex;align-items:center;gap:8px}.announcement__track .sep{color:var(--gold-2);display:inline-flex;align-items:center;font-size:.5rem}.announcement__track svg{width:14px;height:14px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.announcement:hover .announcement__track{animation-play-state:paused}.hero{position:relative;overflow:hidden;background:#0d0b07}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__bg picture{width:100%;height:100%;display:block}.hero__bg img{width:100%;height:100%;object-fit:cover;object-position:right center;opacity:.72}.hero__video{position:absolute;top:0;right:0;bottom:0;left:0}.hero__video video{width:100%;height:100%;object-fit:cover;opacity:.72}@media(max-width:780px){.hero__video--desktop-only{display:none}}@media(prefers-reduced-motion:reduce){.hero__video{display:none}}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,rgba(13,11,7,.9) 0%,rgba(13,11,7,.55) 40%,rgba(13,11,7,.12) 70%,transparent 100%),radial-gradient(120% 100% at 12% 0%,rgba(212,175,55,.14),transparent 55%),var(--scrim)}@media(max-width:780px){.hero__bg img{object-position:72% center;opacity:.6}.hero:after{background:linear-gradient(180deg,#0d0b078c,#0d0b07bf 60%,#0d0b07f2)}}.hero__inner{position:relative;z-index:2;min-height:min(88vh,780px);display:flex;flex-direction:column;justify-content:center;padding-block:clamp(60px,12vw,120px);max-width:720px}.hero__inner,.hero h1{color:#fff}.hero__crown{display:block;color:var(--gold-2);margin-bottom:20px;filter:drop-shadow(0 2px 8px rgba(212,175,55,.35))}.hero__crown svg{width:46px;height:auto;display:block}.hero .eyebrow{color:var(--gold-2)}.hero__lead{font-size:clamp(1.05rem,2vw,1.28rem);color:#ffffffd1;max-width:540px}.hero__ctas{display:flex;flex-wrap:wrap;gap:14px;margin-top:26px}.hero .btn-ghost{color:#fff;border-color:#fff6}.hero .btn-ghost:hover{background:#fff;color:#17130c;border-color:#fff}.hero__micro{display:flex;flex-wrap:wrap;gap:20px;margin-top:30px;color:#fffc;font-size:.84rem}.hero__micro span{display:inline-flex;align-items:center;gap:8px}.hero__micro svg{width:16px;height:16px;color:var(--gold-2)}.collection-tiles{display:grid;gap:clamp(14px,2vw,22px);grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.collection-tile{position:relative;aspect-ratio:3 / 4;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);display:block;background:var(--surface)}.collection-tile img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.collection-tile:hover img{transform:scale(1.07)}.collection-tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 40%,rgba(15,11,6,.82) 100%)}.collection-tile__label{position:absolute;left:18px;bottom:18px;z-index:2}.collection-tile__label h3{margin:0;color:#fff}.collection-tile__label span{color:var(--gold-2);font-size:.82rem}.template-list-collections .collection-tiles{grid-template-columns:repeat(auto-fill,minmax(240px,320px));justify-content:center}.feature-grid{display:grid;gap:22px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.feature{padding:30px 26px;border:1px solid var(--line);border-radius:var(--radius);background:var(--bg)}.feature__icon{color:var(--gold);margin-bottom:14px}.feature__icon svg{width:30px;height:30px}.feature h3{font-size:1.2rem}.feature p{color:var(--muted);margin:0;font-size:.92rem}.testimonial-grid{display:grid;gap:22px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.testimonial{position:relative;padding:34px 28px 30px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);display:flex;flex-direction:column;overflow:hidden}.testimonial:before{content:"\201c";position:absolute;top:-8px;right:14px;font-family:var(--serif);font-size:6rem;line-height:1;color:var(--gold);opacity:.14;pointer-events:none}.testimonial__stars{color:var(--gold);letter-spacing:3px;margin-bottom:14px;font-size:.95rem}.testimonial__quote{margin:0 0 16px;font-family:var(--serif);font-size:1.35rem;line-height:1.4;color:var(--ink);font-weight:500}.testimonial__author{color:var(--muted);font-size:.85rem;margin-top:auto;font-weight:500}.newsletter{text-align:center}.newsletter__form{display:flex;gap:10px;max-width:460px;margin:24px auto 0;flex-wrap:wrap}.input{flex:1;min-width:200px;background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-pill);padding:14px 20px;color:var(--ink);font-size:.95rem}.input::placeholder{color:var(--muted-2)}.input:focus{border-color:var(--gold);outline:none}.site-footer{background:var(--surface);border-top:1px solid var(--line);padding-block:60px 24px}.footer-grid{display:grid;gap:32px;grid-template-columns:1.4fr repeat(3,1fr)}.footer-col h4{font-family:var(--sans);font-size:.78rem;text-transform:uppercase;letter-spacing:.16em;color:var(--gold);margin-bottom:16px}.footer-col a{display:block;color:var(--muted);padding:5px 0;font-size:.9rem}.footer-col a:hover{color:var(--gold)}.footer-brand p{color:var(--muted);font-size:.9rem;max-width:320px}.footer-social{display:flex;gap:12px;margin-top:14px}.footer-social a{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;color:var(--ink)}.footer-social a:hover{border-color:var(--gold);color:var(--gold)}.footer-social svg{width:18px;height:18px}.footer-bottom{margin-top:44px;padding-top:22px;border-top:1px solid var(--line);display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;align-items:center;color:var(--muted-2);font-size:.8rem}.footer-credit{color:var(--muted)}.footer-credit strong{color:var(--gold)}.payment-icons{display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:.78rem}.payment-icons svg,.payment-icons img{height:24px;width:auto}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#14100a80;opacity:0;visibility:hidden;transition:opacity var(--t)}.drawer-overlay.is-open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;z-index:80;width:min(420px,100%);height:100%;background:var(--bg);border-left:1px solid var(--line);transform:translate(100%);transition:transform var(--t);display:flex;flex-direction:column}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid var(--line)}.cart-drawer__head h3{margin:0}.cart-drawer__items{flex:1;overflow-y:auto;padding:12px 20px}.cart-line{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid var(--line)}.cart-line img{width:72px;height:72px;border-radius:var(--radius-sm);object-fit:cover}.cart-line__info{flex:1}.cart-line__title{font-size:.92rem;font-weight:600;color:var(--ink)}.cart-line__variant{color:var(--muted);font-size:.8rem}.qty{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:var(--radius-pill);margin-top:8px}.qty button,.qty a{background:none;border:none;color:var(--ink);width:30px;height:30px;font-size:1rem;display:grid;place-items:center;text-decoration:none}.qty span{min-width:26px;text-align:center;font-size:.9rem}.cart-line__remove{background:none;border:none;color:var(--muted-2);font-size:.78rem;margin-top:6px;display:inline-block}.cart-line__remove:hover{color:var(--danger)}.cart-drawer__foot{padding:20px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:12px}.cart-drawer__total{display:flex;justify-content:space-between;font-size:1.05rem;font-weight:700;color:var(--ink)}.cart-drawer__empty{text-align:center;color:var(--muted);padding:40px 20px}.whatsapp-float{position:fixed;right:20px;bottom:20px;z-index:40;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;box-shadow:0 10px 30px #25d36666;transition:transform var(--t)}.whatsapp-float:hover{transform:scale(1.08)}.whatsapp-float svg{width:30px;height:30px}@media(max-width:780px){.template-product .whatsapp-float{bottom:88px}}.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,160%);z-index:90;background:var(--ink);color:var(--bg);border:1px solid var(--gold);padding:14px 22px;border-radius:var(--radius-pill);box-shadow:var(--shadow);transition:transform var(--t);font-size:.9rem}.toast.is-open{transform:translate(-50%)}.pdp{display:grid;gap:clamp(24px,4vw,56px);grid-template-columns:1fr}.pdp__gallery{display:flex;flex-direction:column;gap:14px}.pdp__stage{position:relative}.pdp__main-img{position:relative;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);background:var(--surface);aspect-ratio:1/1;box-shadow:var(--shadow)}.pdp__main-img img{width:100%;height:100%;object-fit:cover}.pdp__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:var(--header-bg);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:var(--ink);display:grid;place-items:center;box-shadow:var(--shadow);transition:background var(--t),color var(--t),transform var(--t),opacity var(--t);opacity:0;padding:0}.pdp__stage:hover .pdp__nav,.pdp__nav:focus-visible{opacity:1}.pdp__nav:hover{background:var(--gold-grad);color:var(--on-gold);border-color:transparent}.pdp__nav svg{width:22px;height:22px}.pdp__nav--prev{left:12px}.pdp__nav--next{right:12px}.pdp__thumbs{display:flex;gap:10px;flex-wrap:wrap}.pdp__thumb{width:72px;height:72px;border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--line);opacity:.6;transition:opacity var(--t),border-color var(--t);padding:0;background:none}.pdp__thumb img{width:100%;height:100%;object-fit:cover}.pdp__thumb.is-active,.pdp__thumb:hover{opacity:1;border-color:var(--gold)}@media(hover:none){.pdp__nav{opacity:1}}.pdp__info h1{margin-bottom:10px}.pdp__price{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:6px}.pdp__price .price__now{font-size:1.9rem}.pdp__pay{color:var(--gold);font-size:.95rem;margin-bottom:20px;font-weight:600}.pdp__pay .installments{color:var(--muted);font-weight:400}.variant-group{margin-bottom:18px}.variant-group__label{font-size:.82rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:8px}.variant-options{display:flex;flex-wrap:wrap;gap:8px}.variant-option{border:1px solid var(--line);background:var(--bg);color:var(--ink);padding:10px 16px;border-radius:var(--radius-pill);font-size:.88rem;transition:all var(--t)}.variant-option.is-active{border-color:var(--gold);background:#a97f271f;color:var(--gold)}.variant-option[disabled]{opacity:.35;text-decoration:line-through}.pdp__actions{display:flex;gap:12px;align-items:stretch;margin:22px 0}.pdp__trust{display:grid;gap:12px;margin-top:24px;padding:0}.pdp__trust li{display:flex;gap:12px;align-items:center;color:var(--muted);font-size:.9rem;list-style:none}.pdp__trust svg{width:20px;height:20px;color:var(--gold);flex:0 0 auto}.pdp__desc{margin-top:clamp(40px,6vw,72px);display:grid;gap:clamp(18px,3vw,40px);grid-template-columns:1fr;padding:clamp(24px,4vw,44px);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.pdp__desc-head .eyebrow{margin-bottom:12px}.pdp__desc-head h2{color:var(--ink);font-size:clamp(1.5rem,2.6vw,2rem);margin:0}.pdp__desc-body{color:var(--muted);font-size:1rem;line-height:1.75;max-width:62ch}.pdp__desc-body :first-child{margin-top:0}.pdp__desc-body :last-child{margin-bottom:0}.pdp__desc-body strong{color:var(--ink)}.pdp__desc-body ul{list-style:none;padding:0;margin:0 0 1em;display:grid;gap:10px}.pdp__desc-body ul li{position:relative;padding-left:26px;color:var(--muted)}.pdp__desc-body ul li:before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;border-radius:2px;background:var(--gold-grad);transform:rotate(45deg)}@media(min-width:760px){.pdp__desc{grid-template-columns:220px 1fr;align-items:start}}@media(min-width:900px){.pdp{grid-template-columns:1.1fr 1fr;align-items:start}.pdp__info{position:sticky;top:calc(var(--header-h) + 20px)}}.sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:45;background:var(--bg);border-top:1px solid var(--line);padding:12px var(--page-margin);display:none;align-items:center;justify-content:space-between;gap:14px;box-shadow:0 -8px 24px #00000014}.sticky-atc .btn{flex:1}.collection-toolbar{display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:space-between;margin-bottom:26px;padding-bottom:18px;border-bottom:1px solid var(--line)}.collection-toolbar__count{color:var(--muted);font-size:.88rem}.select{appearance:none;-webkit-appearance:none;background:var(--bg) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23a97f27' stroke-width='1.6'/%3E%3C/svg%3E") no-repeat right 16px center;border:1px solid var(--line);color:var(--ink);border-radius:var(--radius-pill);padding:10px 38px 10px 18px;font-size:.88rem;cursor:pointer;transition:border-color var(--t)}.select:hover,.select:focus{border-color:var(--gold);outline:none}.pagination{display:flex;justify-content:center;gap:8px;margin-top:40px;flex-wrap:wrap}.pagination a,.pagination span{min-width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--ink);font-size:.9rem;padding:0 8px}.pagination .current{background:var(--gold-grad);color:var(--on-gold);border-color:transparent}.empty-state{text-align:center;padding:80px 20px;color:var(--muted)}.empty-state h3{color:var(--ink)}.cart-layout{display:grid;gap:32px;grid-template-columns:1fr}.cart-summary{border:1px solid var(--line);border-radius:var(--radius);padding:24px;background:var(--surface)}@media(min-width:860px){.cart-layout{grid-template-columns:1.6fr 1fr;align-items:start}.cart-summary{position:sticky;top:calc(var(--header-h) + 20px)}}.breadcrumbs{display:flex;flex-wrap:wrap;gap:6px;align-items:center;font-size:.78rem;color:var(--muted);margin-bottom:18px}.breadcrumbs a{color:var(--muted)}.breadcrumbs a:hover{color:var(--gold)}.breadcrumbs .sep{color:var(--muted-2)}.breadcrumbs [aria-current]{color:var(--ink)}.rich{max-width:760px;margin-inline:auto}.rich h2{margin-top:1.4em}.rich p,.rich li{color:var(--muted)}.rich a{color:var(--gold);text-decoration:underline}.accordion{max-width:760px;margin-inline:auto}.accordion__item{border:1px solid var(--line);border-radius:var(--radius);margin-bottom:12px;overflow:hidden;background:var(--bg)}.accordion__q{width:100%;text-align:left;background:none;border:none;color:var(--ink);padding:18px 20px;font-size:1rem;font-weight:600;display:flex;justify-content:space-between;align-items:center;gap:12px}.accordion__q:after{content:"+";color:var(--gold);font-size:1.4rem;transition:transform var(--t)}.accordion__item.is-open .accordion__q:after{transform:rotate(45deg)}.accordion__a{max-height:0;overflow:hidden;transition:max-height var(--t)}.accordion__a-inner{padding:0 20px 18px;color:var(--muted)}.size-table{width:100%;border-collapse:collapse;margin:20px 0}.size-table th,.size-table td{border:1px solid var(--line);padding:12px 14px;text-align:center;font-size:.9rem;color:var(--ink)}.size-table th{background:var(--surface);color:var(--gold)}.size-table-wrap{overflow-x:auto}.form-card{max-width:520px;margin-inline:auto}.field{margin-bottom:16px}.field label{display:block;font-size:.85rem;color:var(--muted);margin-bottom:6px}.field input,.field textarea,.field select{width:100%;background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-sm);padding:13px 16px;color:var(--ink);font-size:.95rem;font-family:inherit}.field input:focus,.field textarea:focus{border-color:var(--gold);outline:none}.form-note{color:var(--muted);font-size:.85rem}.form-error{background:#c9453f1a;border:1px solid rgba(201,69,63,.4);color:#c9453f;padding:12px 16px;border-radius:var(--radius-sm);margin-bottom:16px;font-size:.88rem}.form-success{background:#2f9e631a;border:1px solid rgba(47,158,99,.4);color:#2f9e63;padding:12px 16px;border-radius:var(--radius-sm);margin-bottom:16px;font-size:.88rem}.auth{display:grid;grid-template-columns:1fr;max-width:980px;margin-inline:auto;background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.auth__brand{position:relative;padding:clamp(28px,4vw,48px);background:linear-gradient(160deg,var(--surface) 0%,var(--surface-2) 100%);border-bottom:1px solid var(--line);display:flex;align-items:center}.auth__brand:before{content:"";position:absolute;left:0;top:0;right:0;height:4px;background:var(--gold-grad)}.auth__brand-inner{max-width:340px}.auth__lion{width:60px;height:auto;margin-bottom:18px}.auth__brand h2{font-size:clamp(1.5rem,2.4vw,2rem);margin:0 0 12px}.auth__brand p{color:var(--muted);margin:0 0 20px}.auth__perks{list-style:none;padding:0;margin:0;display:grid;gap:12px}.auth__perks li{display:flex;align-items:center;gap:12px;color:var(--ink);font-size:.92rem}.auth__perks svg{width:20px;height:20px;color:var(--gold);flex:0 0 auto}.auth__form{padding:clamp(28px,4vw,48px);display:flex;flex-direction:column;justify-content:center}.auth__form .section-head{text-align:left;margin:0 0 24px;max-width:none}.auth__form .section-head .eyebrow{justify-content:flex-start}@media(min-width:760px){.auth{grid-template-columns:.9fr 1.1fr}.auth__brand{border-bottom:none;border-right:1px solid var(--line)}.auth__brand:before{right:auto;bottom:0;width:4px;height:auto}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,1,.36,1)}.reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}*{animation-duration:.001ms!important;scroll-behavior:auto}}.site-header{transition:background .3s ease,box-shadow var(--t)}.site-header__inner{transition:height var(--t)}.site-header.is-scrolled{--header-h: 58px;box-shadow:var(--shadow)}.site-logo img,.site-logo svg{transition:height var(--t)}.site-header.is-scrolled .site-logo img,.site-header.is-scrolled .site-logo svg{height:30px}.product-card__quickadd{position:absolute;left:10px;right:10px;bottom:10px;z-index:3;margin:0;opacity:0;transform:translateY(10px);transition:opacity var(--t),transform var(--t)}.product-card__quickadd .btn{width:100%;padding:11px 18px;font-size:.72rem}.product-card:hover .product-card__quickadd{opacity:1;transform:none}@media(hover:none){.product-card__quickadd{opacity:1;transform:none;left:8px;right:8px;bottom:8px}}.ship-bar{margin-bottom:4px}.ship-bar__msg{margin:0 0 8px;font-size:.82rem;color:var(--ink);text-align:center}.ship-bar__msg strong{color:var(--gold)}.ship-bar__track{height:7px;border-radius:var(--radius-pill);background:var(--surface-2);overflow:hidden}.ship-bar__track span{display:block;height:100%;width:0;background:var(--gold-grad);border-radius:var(--radius-pill);transition:width .5s cubic-bezier(.22,1,.36,1)}.product-grid>.reveal:nth-child(2),.collection-tiles>.reveal:nth-child(2),.ig-carousel>.reveal:nth-child(2){transition-delay:.07s}.product-grid>.reveal:nth-child(3),.collection-tiles>.reveal:nth-child(3),.ig-carousel>.reveal:nth-child(3){transition-delay:.14s}.product-grid>.reveal:nth-child(4),.collection-tiles>.reveal:nth-child(4),.ig-carousel>.reveal:nth-child(4){transition-delay:.21s}.product-grid>.reveal:nth-child(5),.collection-tiles>.reveal:nth-child(5),.ig-carousel>.reveal:nth-child(5){transition-delay:.28s}.product-grid>.reveal:nth-child(6),.collection-tiles>.reveal:nth-child(6),.ig-carousel>.reveal:nth-child(6){transition-delay:.35s}@media(prefers-reduced-motion:reduce){.product-grid>.reveal,.collection-tiles>.reveal,.ig-carousel>.reveal{transition-delay:0s!important}}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1}}@media(max-width:780px){.nav{display:none}.nav-toggle{display:grid;place-items:center;background:none;border:none;color:var(--ink);padding:6px}.nav-toggle svg{width:24px;height:24px}.sticky-atc{display:flex}.pdp__actions .btn-gold{display:none}}@media(max-width:560px){.footer-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.hero__ctas{flex-direction:column}.hero__ctas .btn{width:100%}.product-card__quickadd .btn{padding:9px 8px;font-size:.62rem;letter-spacing:.08em}.pdp__thumb{width:60px;height:60px}.section-head{margin-bottom:24px}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/base.css.map */
