:root{--color-bg: #111111;--color-bg-alt: #1A1A1A;--color-text: #F5F0EB;--color-text-muted: #777777;--color-accent: #C4704B;--color-accent-hover: #D4815C;--color-border: #2A2A2A;--color-dark: #111111;--color-white: #FFFFFF;--color-surface: #1A1A1A;--font-body: "Young Serif", Georgia, "Times New Roman", serif;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--radius-sm: 6px;--radius-md: 16px;--radius-lg: 20px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .2);--shadow-md: 0 4px 12px rgba(0, 0, 0, .3);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .4)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-weight:400;line-height:1.6;color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.site-header{position:sticky;top:0;z-index:100;background-color:var(--color-bg);border-bottom:1px solid var(--color-border);height:60px}.header__inner{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;padding:0 var(--space-lg);height:100%}.header__brand{font-size:1.5rem;font-weight:700;letter-spacing:.04em;color:var(--color-text);line-height:1.2}.header__brand:hover{color:var(--color-accent)}.header__nav{display:flex;align-items:center;gap:var(--space-md)}.header__cart{position:relative;display:flex;align-items:center;color:var(--color-text);transition:color .3s ease}.header__cart:hover{color:var(--color-accent)}.header__cart-count{position:absolute;top:-6px;right:-8px;background-color:var(--color-accent);color:var(--color-white);font-size:.65rem;font-weight:700;width:18px;height:18px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;line-height:1}.product-grid-section{padding:14px}.product-grid__empty{text-align:center;color:var(--color-text-muted);padding:var(--space-3xl) 0}.product-grid__heading{font-size:1.25rem;font-weight:500;letter-spacing:.02em;text-align:center;margin:0 0 var(--space-lg);color:var(--color-text)}.product-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-flow:dense;gap:var(--grid-gap, 14px);margin:0 auto;max-width:1440px;grid-auto-rows:min-content}.product-grid.masonry-ready{grid-auto-rows:10px}.product-card{position:relative;align-self:start;transition:transform .2s;grid-column:span 4}.product-card--small{grid-column:span 3}.product-card--medium{grid-column:span 4}.product-card--large{grid-column:span 6}.product-card--feature{grid-column:span 8}.product-card--hero{grid-column:span 12}.product-card__image-wrapper{position:relative;border-radius:var(--tile-radius, 16px);overflow:hidden;background-color:var(--color-bg-alt);aspect-ratio:4 / 5;width:100%}.product-card__link{position:absolute;top:0;right:0;bottom:0;left:0;display:block}.product-card__link:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:var(--radius-md)}.product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transition:opacity .3s ease}.product-card__image.lazyload,.product-card__image.lazyloading{opacity:.4}.product-card__image.lazyloaded{opacity:1}.product-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:var(--color-bg-alt);color:var(--color-text-muted)}@media(max-width:600px){.product-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.product-card--small,.product-card--medium{grid-column:span 3}.product-card--large,.product-card--feature,.product-card--hero{grid-column:span 6}}.product-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000073;opacity:0;transition:opacity .2s ease;pointer-events:none}.product-card__image-wrapper:hover .product-card__overlay{opacity:1}.product-card__form{position:absolute;bottom:10px;left:50%;transform:translate(-50%);z-index:2;opacity:0;transition:opacity .2s ease;padding:0}.product-card__image-wrapper:hover .product-card__form{opacity:1}.product-card__add-btn{padding:6px 16px;background-color:var(--color-white);color:var(--color-dark);font-size:.75rem;font-weight:600;font-family:var(--font-body);letter-spacing:.02em;border:none;border-radius:var(--radius-full);cursor:pointer;white-space:nowrap;transition:background-color .2s ease}.product-card__add-btn:hover{background-color:var(--color-accent);color:var(--color-white)}.product-card__add-btn:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;opacity:1}@media(max-width:599px){.product-card__overlay{opacity:0}.product-card__form{opacity:1}}.product-card__price{position:absolute;top:10px;left:10px;z-index:2;font-family:Roboto Mono,monospace;font-size:.8rem;font-weight:700;letter-spacing:.08em;color:red;pointer-events:none}.product-card__promote-btn{position:absolute;right:10px;bottom:10px;z-index:4;padding:8px 12px;color:var(--color-dark);background-color:var(--color-white);border-radius:var(--radius-full);box-shadow:var(--shadow-md);font-family:var(--font-body);font-size:.75rem;font-weight:700;line-height:1;letter-spacing:.02em;transition:background-color .2s ease,color .2s ease,opacity .2s ease}.product-card__promote-btn:hover,.product-card__promote-btn:focus-visible{color:var(--color-white);background-color:var(--color-accent)}.product-card__promote-btn[disabled]{cursor:default;opacity:.75}@media(prefers-reduced-motion:reduce){.product-card,.product-card__overlay,.product-card__form,.product-card__promote-btn{transition:none}}.site-footer{background-color:var(--color-bg);color:var(--color-text);padding:var(--space-2xl) var(--space-lg);border-top:1px solid var(--color-border)}.footer__inner{max-width:1400px;margin:0 auto;text-align:center}.footer__brand{font-size:1.2rem;font-weight:700;letter-spacing:.04em;margin-bottom:var(--space-sm)}.footer__policies{margin-bottom:var(--space-sm)}.footer__policy-list{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-xs) var(--space-md);margin:0;padding:0}.footer__policy-link{color:var(--color-text-muted);font-size:.8rem;text-decoration:none}.footer__policy-link:hover,.footer__policy-link:focus-visible{color:var(--color-text);text-decoration:underline;text-underline-offset:.2em}.footer__copy{font-size:.8rem;color:var(--color-text-muted);letter-spacing:.02em}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;pointer-events:none;visibility:hidden}.cart-drawer.is-open{pointer-events:auto;visibility:visible}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0006;opacity:0;transition:opacity .3s ease}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:400px;background-color:var(--color-surface);display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-lg);border-bottom:1px solid var(--color-border);flex-shrink:0}.cart-drawer__title{font-size:1.1rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.cart-drawer__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-sm);color:var(--color-text);transition:color .2s ease}.cart-drawer__close:hover{color:var(--color-accent)}.cart-drawer__body{flex:1;overflow-y:auto;padding:var(--space-lg)}.cart-drawer__empty{display:flex;align-items:center;justify-content:center;height:100%;color:var(--color-text-muted);font-size:.95rem}.cart-drawer__items{display:flex;flex-direction:column;gap:var(--space-lg)}.cart-drawer__item{display:flex;gap:var(--space-md);align-items:flex-start}.cart-drawer__item-image{width:60px;height:60px;border-radius:var(--radius-sm);object-fit:cover;background-color:var(--color-bg-alt);flex-shrink:0}.cart-drawer__item-details{flex:1;min-width:0}.cart-drawer__item-title{font-size:.85rem;font-weight:500;line-height:1.3;margin-bottom:2px}.cart-drawer__item-variant{font-size:.75rem;color:var(--color-text-muted);margin-bottom:4px}.cart-drawer__item-price{font-size:.85rem;font-weight:700;color:var(--color-accent)}.cart-drawer__item-qty{font-size:.75rem;color:var(--color-text-muted)}.cart-drawer__footer{border-top:1px solid var(--color-border);padding:var(--space-lg);flex-shrink:0}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-md);font-size:.95rem;font-weight:600}.cart-drawer__checkout{display:block;width:100%;padding:var(--space-sm) var(--space-md);background-color:var(--color-accent);color:var(--color-white);font-size:.85rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-align:center;border-radius:var(--radius-sm);transition:background-color .3s ease}.cart-drawer__checkout:hover{background-color:var(--color-accent-hover)}@media(max-width:599px){.cart-drawer__panel{max-width:100%}}@media(prefers-reduced-motion:reduce){.cart-drawer__overlay,.cart-drawer__panel{transition:none}}.product-detail{max-width:1200px;margin:0 auto;padding:var(--space-lg) var(--space-lg) var(--space-3xl)}.product-detail__back{display:inline-flex;align-items:center;gap:var(--space-xs);color:var(--color-text-muted);margin-bottom:var(--space-xl);transition:color .2s ease}.product-detail__back:hover{color:var(--color-accent)}.product-detail__layout{display:grid;grid-template-columns:1fr;gap:var(--space-xl)}@media(min-width:768px){.product-detail__layout{grid-template-columns:55fr 45fr;gap:var(--space-2xl);align-items:start}}.product-detail__gallery{display:flex;flex-direction:column;gap:var(--space-md)}.product-detail__main-image{background-color:var(--color-bg-alt);border-radius:var(--radius-md);overflow:hidden}.product-detail__main-image img{width:100%;height:auto;display:block}.product-detail__placeholder{display:flex;align-items:center;justify-content:center;aspect-ratio:3 / 4;background-color:var(--color-bg-alt);border-radius:var(--radius-md)}.product-detail__thumbnails{display:flex;gap:8px;overflow-x:auto;padding-bottom:var(--space-xs);scrollbar-width:none}.product-detail__thumbnails::-webkit-scrollbar{display:none}.product-detail__thumb{flex-shrink:0;width:64px;height:64px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;opacity:.5;transition:opacity .2s ease,border-color .2s ease;padding:0;cursor:pointer}.product-detail__thumb:hover{opacity:.8}.product-detail__thumb--active{opacity:1;border-color:var(--color-accent)}.product-detail__thumb img{width:100%;height:100%;object-fit:cover}.product-detail__info{display:flex;flex-direction:column;gap:var(--space-lg)}@media(min-width:768px){.product-detail__info{position:sticky;top:80px}}.product-detail__title{font-size:1.75rem;font-weight:700;line-height:1.2;letter-spacing:-.01em;color:var(--color-text)}.product-detail__price-wrapper{display:flex;align-items:center;gap:var(--space-sm)}.product-detail__price{font-family:Roboto Mono,monospace;font-size:1.25rem;font-weight:700;letter-spacing:.08em;color:var(--color-accent)}.product-detail__compare-price{font-size:1rem;font-weight:400;color:var(--color-text-muted);text-decoration:line-through}.product-detail__option{display:flex;flex-direction:column;gap:var(--space-sm)}.product-detail__option-label{font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted)}.product-detail__option-values{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.variant-pill{display:inline-flex;align-items:center;justify-content:center;padding:var(--space-xs) var(--space-md);min-width:44px;font-size:.85rem;font-weight:500;font-family:var(--font-body);color:var(--color-text);background:none;border:1px solid var(--color-border);border-radius:var(--radius-full);cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.variant-pill:hover{border-color:var(--color-text)}.variant-pill--active{background-color:var(--color-accent);border-color:var(--color-accent);color:var(--color-white)}.variant-pill--unavailable{opacity:.35;cursor:not-allowed;text-decoration:line-through}.variant-pill:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.product-detail__form{margin-top:var(--space-sm)}.product-detail__add-btn{width:100%;padding:var(--space-md) var(--space-lg);background-color:var(--color-accent);color:var(--color-white);font-size:.9rem;font-weight:600;font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;border:none;border-radius:var(--radius-sm);cursor:pointer;transition:background-color .3s ease}.product-detail__add-btn:hover{background-color:var(--color-accent-hover)}.product-detail__add-btn:disabled{background-color:var(--color-text-muted);cursor:not-allowed}.product-detail__add-btn:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.toast{position:fixed;bottom:var(--space-xl);left:50%;transform:translate(-50%) translateY(20px);z-index:300;background-color:var(--color-white);color:var(--color-dark);padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-full);font-size:.85rem;font-weight:500;letter-spacing:.02em;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease;white-space:nowrap}.toast.is-visible{opacity:1;transform:translate(-50%) translateY(0)}@media(prefers-reduced-motion:reduce){.toast{transition:opacity .15s ease;transform:translate(-50%) translateY(0)}}.pin-expansion{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;align-items:center;justify-content:center}.pin-expansion__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000d9}.pin-expansion__close{position:fixed;top:20px;right:20px;z-index:310;width:40px;height:40px;background:#ffffff0f;border:1px solid #333;border-radius:50%;color:#777;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.pin-expansion__close:hover{color:var(--color-text);border-color:#555}.pin-expansion__counter{position:absolute;bottom:14px;left:50%;transform:translate(-50%);z-index:10;font-family:Roboto Mono,monospace;font-size:.7rem;font-weight:500;color:#fff;letter-spacing:.08em;pointer-events:none;background:#0000008c;padding:4px 10px;border-radius:9999px}.pin-expansion__frame{position:relative;z-index:305;--pin-modal-height: 75vh;--pin-modal-height: 75dvh;--pin-ticker-height: 46px;--pin-frame-ratio: 1;width:calc((var(--pin-modal-height) - var(--pin-ticker-height)) * var(--pin-frame-ratio));max-width:96vw;height:var(--pin-modal-height);display:flex;flex-direction:column;border-radius:20px;overflow:hidden;box-shadow:0 24px 100px #000000e6;background:var(--color-bg)}.pin-expansion__gallery{position:relative;width:100%;flex:1 1 auto;min-height:0;overflow:hidden;background:#0a0a0a;cursor:grab;-webkit-user-select:none;user-select:none}.pin-expansion__gallery:active{cursor:grabbing}.pin-expansion__track{display:flex;height:100%;transition:transform .45s cubic-bezier(.25,.1,.25,1)}.pin-expansion__slide{min-width:100%;height:100%}.pin-expansion__slide img{width:100%;height:100%;object-fit:contain;display:block}.pin-expansion__ticker{font-family:var(--font-body);display:flex;align-items:stretch;justify-content:space-evenly;border-top:1px solid #1E1E1E;height:var(--pin-ticker-height);flex:0 0 var(--pin-ticker-height);background:var(--color-bg)}.ticker__cell{display:flex;align-items:center;justify-content:center;height:100%;padding:0 14px;font-size:.72rem;font-weight:500;letter-spacing:.1em;color:#555;cursor:pointer;transition:color .15s,background .15s;border-right:none;text-transform:uppercase;-webkit-user-select:none;user-select:none;white-space:nowrap;flex:1}.ticker__cell:hover{color:var(--color-text);background:#ffffff05}.ticker__cell--active{color:var(--color-text)}.ticker__swatch{width:8px;height:8px;border-radius:2px;margin-right:7px;display:inline-block;flex-shrink:0;border:1px solid rgba(255,255,255,.1)}.ticker__price-cell{font-family:Roboto Mono,monospace;color:red;font-weight:700;letter-spacing:.1em;font-size:.72rem}.ticker__add{display:flex;align-items:center;justify-content:center;height:100%;padding:0 18px;background:none;border:none;border-right:none;font-family:var(--font-body);font-size:.72rem;font-weight:700;letter-spacing:.1em;color:red;cursor:pointer;transition:all .15s;text-transform:none;flex:1;flex-shrink:0;gap:6px}.ticker__add:hover{background:red;color:#fff}.ticker__add svg{width:14px;height:14px;transition:transform .2s}.ticker__add:hover svg{transform:translate(2px)}@media(max-width:599px){.pin-expansion__frame{max-width:95vw}}@media(prefers-reduced-motion:reduce){.pin-expansion__track{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/style.css.map */
