:root{--bg: #171310;--surface: #221d18;--surface2: #2b241d;--gold: #f7c600;--pink: #f4a3ac;--grey: #a8a39a;--cream: #f6f0e6;--ink: #100d0a;--border: #3c352c;--radius: 10px;--font-head:"Bungee", sans-serif;--font-body:"Space Grotesk", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg);background-image:radial-gradient(var(--surface2) 1px,transparent 1.6px);background-size:20px 20px;color:var(--cream);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-head);line-height:1.15;letter-spacing:.02em}.btn{display:inline-block;font-family:var(--font-head);background:var(--gold);color:var(--ink);border:3px solid var(--ink);box-shadow:5px 5px 0 var(--ink);padding:.55em 1.2em;font-size:1rem;cursor:pointer;transition:transform .1s,box-shadow .1s;letter-spacing:.04em;border-radius:4px}.btn:hover{transform:translate(2px,2px);box-shadow:3px 3px 0 var(--ink)}.btn:active{transform:translate(5px,5px);box-shadow:0 0 0 var(--ink)}.btn-pink{background:var(--pink)}.btn-outline{background:transparent;color:var(--cream);border-color:var(--border);box-shadow:5px 5px 0 var(--border)}.btn:focus-visible{outline:3px solid var(--cream);outline-offset:3px}.btn:disabled,.btn[disabled]{opacity:.45;cursor:not-allowed;pointer-events:none}.section-eyebrow{font-family:var(--font-head);font-size:.7rem;letter-spacing:.2em;color:var(--grey);margin-bottom:.5rem;display:block}.site-header{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--border);padding:0 1.25rem}.header-inner{max-width:1200px;margin:0 auto;height:64px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.header-logo{font-family:var(--font-head);font-size:1.4rem;color:var(--gold);letter-spacing:.05em;flex-shrink:0}.header-logo img{height:44px;width:auto}.header-nav{display:flex;gap:2rem;list-style:none}.header-nav a{font-size:.9rem;font-weight:600;color:var(--grey);letter-spacing:.06em;text-transform:uppercase;transition:color .15s}.header-nav a:hover{color:var(--cream)}.header-actions{display:flex;align-items:center;gap:1rem}.cart-icon-btn{background:none;border:none;cursor:pointer;position:relative;color:var(--cream);padding:.25rem}.cart-icon-btn svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:2}.cart-count{position:absolute;top:-4px;right:-6px;background:var(--gold);color:var(--ink);font-family:var(--font-head);font-size:.65rem;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid var(--ink)}.cart-count[data-count="0"]{display:none}.menu-toggle{display:none;background:none;border:none;cursor:pointer;color:var(--cream);padding:.25rem}.menu-toggle svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:2}@media(max-width:768px){.header-nav{display:none}.header-nav.open{display:flex;flex-direction:column;position:absolute;top:64px;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--border);padding:1.5rem 1.25rem;gap:1.5rem}.menu-toggle{display:block}}.hero{text-align:center;padding:5rem 1.25rem 4rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 60% at 50% 50%,rgba(247,198,0,.07) 0%,transparent 70%);pointer-events:none}.hero-eyebrow{margin-bottom:1.25rem}.hero h1{font-size:clamp(2.5rem,8vw,5rem);color:var(--cream);margin-bottom:1.25rem;line-height:1.05}.hero h1 span{color:var(--gold)}.hero p{max-width:520px;margin:0 auto 2rem;color:var(--grey);font-size:1.05rem}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.section-wrap{max-width:1200px;margin:0 auto;padding:4rem 1.25rem}.section-header{margin-bottom:2rem;display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.section-title{font-size:clamp(1.5rem,4vw,2.2rem);color:var(--cream)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000073}.product-card-img{aspect-ratio:1/1;overflow:hidden;background:var(--surface2)}.product-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-card-img img{transform:scale(1.04)}.product-card-body{padding:1rem;flex:1;display:flex;flex-direction:column;gap:.5rem}.product-card-title{font-family:var(--font-head);font-size:1rem;color:var(--cream);line-height:1.2}.product-card-price{font-weight:700;color:var(--gold);font-size:1.05rem}.product-card-footer{padding:0 1rem 1rem}.product-card .btn{width:100%;text-align:center;font-size:.9rem}.badge{display:inline-block;font-family:var(--font-head);font-size:.7rem;letter-spacing:.1em;padding:.2em .6em;border-radius:4px;border:2px solid}.badge-sold{background:var(--surface2);color:var(--grey);border-color:var(--border)}.badge-new{background:var(--pink);color:var(--ink);border-color:var(--ink)}.product-page{max-width:1100px;margin:0 auto;padding:3rem 1.25rem;display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:start}@media(max-width:768px){.product-page{grid-template-columns:1fr;gap:2rem}}.product-media-main{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;aspect-ratio:1/1}.product-media-main img{width:100%;height:100%;object-fit:cover}.product-thumbnails{display:flex;gap:.6rem;margin-top:.75rem;flex-wrap:wrap}.product-thumb{width:68px;height:68px;object-fit:cover;border-radius:6px;border:2px solid var(--border);cursor:pointer;transition:border-color .15s}.product-thumb:hover,.product-thumb.active{border-color:var(--gold)}.product-info{display:flex;flex-direction:column;gap:1.25rem}.product-info h1{font-size:clamp(1.6rem,3vw,2.2rem)}.product-price{font-size:1.7rem;font-weight:700;color:var(--gold)}.product-desc{color:var(--grey);font-size:.95rem;line-height:1.65;border-top:1px solid var(--border);padding-top:1.25rem}.product-desc p+p{margin-top:.75rem}.variant-label{font-weight:600;font-size:.9rem;color:var(--grey);margin-bottom:.4rem;display:block}.variant-select{width:100%;background:var(--surface);color:var(--cream);border:1px solid var(--border);border-radius:6px;padding:.65em 1em;font-family:var(--font-body);font-size:.95rem;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23a8a39a' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.variant-select:focus{outline:2px solid var(--gold)}.qty-wrap{display:flex;align-items:center;gap:.75rem}.qty-btn{width:38px;height:38px;background:var(--surface);border:1px solid var(--border);color:var(--cream);font-size:1.2rem;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-family:var(--font-head);transition:background .15s}.qty-btn:hover{background:var(--surface2)}.qty-input{width:52px;text-align:center;background:var(--surface);border:1px solid var(--border);color:var(--cream);font-family:var(--font-body);font-size:1rem;padding:.4em;border-radius:6px}.product-atc{width:100%;text-align:center;font-size:1.1rem;padding:.75em}.collection-header{background:var(--surface);border-bottom:1px solid var(--border);padding:3rem 1.25rem 2rem;text-align:center}.collection-header h1{font-size:clamp(2rem,5vw,3.5rem)}.collection-header p{color:var(--grey);margin-top:.75rem;max-width:480px;margin-left:auto;margin-right:auto}.collection-controls{max-width:1200px;margin:2rem auto 0;padding:0 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.product-count{color:var(--grey);font-size:.9rem}.sort-select{background:var(--surface);color:var(--cream);border:1px solid var(--border);border-radius:6px;padding:.45em 2em .45em .85em;font-family:var(--font-body);font-size:.9rem;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23a8a39a' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center}.pagination{display:flex;gap:.5rem;justify-content:center;padding:3rem 1.25rem}.pagination a,.pagination span{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:6px;border:1px solid var(--border);font-size:.9rem;color:var(--grey);transition:all .15s}.pagination a:hover{border-color:var(--gold);color:var(--gold)}.pagination .current{background:var(--gold);color:var(--ink);border-color:var(--gold);font-weight:700}.cart-page{max-width:900px;margin:0 auto;padding:3rem 1.25rem}.cart-page h1{font-size:2.2rem;margin-bottom:2rem}.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:1.25rem;align-items:center;padding:1.25rem 0;border-bottom:1px solid var(--border)}@media(max-width:500px){.cart-item{grid-template-columns:70px 1fr}.cart-item-qty{grid-column:2}}.cart-item-img{width:90px;height:90px;object-fit:cover;border-radius:8px;border:1px solid var(--border)}.cart-item-title{font-family:var(--font-head);font-size:.95rem;margin-bottom:.25rem}.cart-item-variant{font-size:.85rem;color:var(--grey)}.cart-item-price{font-weight:700;color:var(--gold);margin-top:.35rem}.cart-item-qty{display:flex;align-items:center;gap:.5rem}.cart-item-remove{background:none;border:none;color:var(--grey);cursor:pointer;font-size:.8rem;text-decoration:underline;font-family:var(--font-body);transition:color .15s}.cart-item-remove:hover{color:var(--cream)}.cart-footer{margin-top:2rem;display:flex;flex-direction:column;align-items:flex-end;gap:1rem}.cart-total{font-family:var(--font-head);font-size:1.5rem}.cart-total span{color:var(--gold)}.cart-note{font-size:.85rem;color:var(--grey);text-align:right}.cart-empty{text-align:center;padding:5rem 1.25rem}.cart-empty h2{font-size:2rem;margin-bottom:1rem}.cart-empty p{color:var(--grey);margin-bottom:2rem}.page-content{max-width:760px;margin:0 auto;padding:4rem 1.25rem}.page-content h1{font-size:2.5rem;margin-bottom:2rem}.rte{color:var(--grey);line-height:1.7;font-size:.98rem}.rte p+p{margin-top:1em}.rte h2,.rte h3{color:var(--cream);font-family:var(--font-head);margin:1.5em 0 .5em}.rte a{color:var(--gold);text-decoration:underline}.rte ul,.rte ol{padding-left:1.4em;margin:.75em 0}.rte li{margin-bottom:.35em}.info-strip{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:3rem 1.25rem}.info-strip-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.info-item h3{font-size:1rem;color:var(--gold);margin-bottom:.4rem}.info-item p{font-size:.9rem;color:var(--grey)}.divider{border:none;border-top:1px solid var(--border);margin:0}.site-footer{background:var(--surface);border-top:1px solid var(--border);padding:3rem 1.25rem 2rem}.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:start}@media(max-width:600px){.footer-inner{grid-template-columns:1fr}}.footer-brand{font-family:var(--font-head);font-size:1.5rem;color:var(--gold);margin-bottom:.5rem}.footer-tagline{font-size:.9rem;color:var(--grey)}.footer-links{display:flex;gap:1.5rem;flex-wrap:wrap}.footer-links a{font-size:.85rem;color:var(--grey);letter-spacing:.06em;text-transform:uppercase;transition:color .15s}.footer-links a:hover{color:var(--cream)}.footer-bottom{max-width:1200px;margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-copy{font-size:.8rem;color:var(--grey)}.footer-social{display:flex;gap:.75rem}.footer-social a{width:34px;height:34px;border:1px solid var(--border);border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--grey);transition:border-color .15s,color .15s}.footer-social a:hover{border-color:var(--gold);color:var(--gold)}.footer-social svg{width:16px;height:16px;fill:currentColor}.flash{position:fixed;bottom:1.5rem;right:1.5rem;z-index:999;background:var(--gold);color:var(--ink);font-family:var(--font-head);font-size:.95rem;padding:.75em 1.25em;border:3px solid var(--ink);box-shadow:5px 5px 0 var(--ink);border-radius:6px;transform:translateY(120%);transition:transform .3s}.flash.show{transform:translateY(0)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
