*,*:before,*:after{box-sizing:border-box}:root{--bg:#000;--fg:#fafafa;--muted:#9aa3af;--border:rgba(255,255,255,.1);--card:rgba(255,255,255,.04);--accent:#fff;--accent-fg:#000;--container:1200px}html,body{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.5}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:0;background:none;color:inherit}.container{max-width:var(--container);margin:0 auto;padding:0 1rem}h1,h2,h3,h4{margin:0;font-weight:700;letter-spacing:-.02em}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 3rem;font-weight:600;font-size:1rem;letter-spacing:.05em;background:#fff;color:#000;border:0;transition:opacity .2s}.btn:hover{opacity:.9}.btn-outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.btn-outline:hover{background:#ffffff1a;opacity:1}.btn-block{width:100%}.btn-sq{border-radius:0}.muted{color:var(--muted)}.text-center{text-align:center}.announcement{background:#ffffff0d;text-align:center;font-size:.75rem;padding:.5rem 1rem;color:var(--muted)}.site-header{position:sticky;top:0;z-index:40;background:#000c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.site-header__inner{height:64px;display:flex;align-items:center;justify-content:space-between;position:relative}.site-header__nav{display:none;gap:1.5rem;font-size:.875rem;font-weight:500}.site-header__nav a:hover{color:#ffffffb3}.site-header__logo{position:absolute;left:50%;transform:translate(-50%);font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.site-header__actions{margin-left:auto;display:flex;align-items:center;gap:.5rem}.icon-btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:.5rem;position:relative}.icon-btn:hover{background:#ffffff0d}.cart-badge{position:absolute;top:-6px;right:-6px;background:#fff;color:#000;font-size:.65rem;font-weight:700;min-width:20px;height:20px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:0 4px}@media(min-width:768px){.site-header__nav{display:flex}.site-header__logo{font-size:1.5rem}}.hero{position:relative;min-height:55vh;display:flex;align-items:center;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000004d,#0003 40%,#000000b3)}.hero__inner{position:relative;text-align:center;width:100%}.hero__title{font-size:clamp(3rem,8vw,6rem);font-weight:800;color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.5);line-height:1;letter-spacing:-.02em}.hero__sub{margin:1.5rem auto 0;max-width:42rem;color:#ffffffe6;font-size:1.05rem}.hero__cta{margin-top:2rem}@media(min-width:768px){.hero{min-height:60vh}}.section{padding:4rem 0}@media(min-width:768px){.section{padding:6rem 0}}.section__title{font-size:clamp(1.875rem,4vw,2.5rem);font-weight:700;margin-bottom:2.5rem}.product-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.product-card{display:flex;flex-direction:column}.product-card__body{padding-top:1rem;display:flex;flex-direction:column;flex:1}.product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:.875rem}.product-card__media{aspect-ratio:1/1;overflow:hidden;background:#ffffff0a;border-radius:.375rem}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__title{font-weight:500}.product-card__title:hover{text-decoration:underline;text-underline-offset:4px}.product-card__price{margin-top:.5rem;display:flex;gap:.5rem;align-items:center}.product-card__price .price{font-weight:600}.product-card__price .compare{color:var(--muted);text-decoration:line-through;font-size:.875rem}.product-card__price .sale-badge{color:#f87171;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.product-card__cta{margin-top:1rem}.empty{text-align:center;padding:4rem 0;color:var(--muted)}.faq{max-width:48rem;margin:0 auto}.faq__item{border-bottom:1px solid var(--border)}.faq__summary{list-style:none;cursor:pointer;padding:1.25rem 0;display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:1rem}.faq__summary::-webkit-details-marker{display:none}.faq__summary:after{content:"+";font-size:1.5rem;font-weight:300;transition:transform .2s}.faq__item[open] .faq__summary:after{content:"\2212"}.faq__content{padding:0 0 1.25rem;color:var(--muted);font-size:.95rem;line-height:1.7}.section__title--center{text-align:center}.community{position:relative}.community__hero{position:relative;height:420px;overflow:hidden}.community__hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.community__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009}.community__hero-inner{position:relative;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 1rem}.community__hero h2{font-size:clamp(1.875rem,5vw,3rem);color:#fff}.community__hero p{margin:1.5rem auto 0;max-width:42rem;color:#ffffffd9}.community__cta{margin-top:2rem}.community__subheading{font-size:clamp(1.5rem,3vw,1.875rem)}.community__subcopy{margin-top:1rem;max-width:42rem;margin-left:auto;margin-right:auto;font-style:italic;color:var(--muted)}@media(min-width:768px){.community__hero{height:520px}}.site-footer{border-top:1px solid var(--border);margin-top:6rem}.site-footer__grid{display:grid;gap:2rem;padding:3rem 0;grid-template-columns:1fr}@media(min-width:768px){.site-footer__grid{grid-template-columns:repeat(3,1fr)}}.site-footer h3{font-size:1.125rem}.site-footer h4{font-size:.875rem;text-transform:uppercase;letter-spacing:.075em}.site-footer p{color:var(--muted);font-size:.875rem;margin:.5rem 0 0}.site-footer__bottom{border-top:1px solid var(--border);padding:1.5rem 0;text-align:center;font-size:.75rem;color:var(--muted)}.product{display:grid;gap:2rem;padding:2rem 0}@media(min-width:768px){.product{grid-template-columns:1fr 1fr;gap:4rem;padding:3rem 0}}.product__media{aspect-ratio:1/1;background:#ffffff0a;border-radius:.375rem;overflow:hidden}.product__media img{width:100%;height:100%;object-fit:cover}.product__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem;margin-top:.75rem}.product__thumbs button{aspect-ratio:1/1;border-radius:.375rem;overflow:hidden;border:2px solid transparent;padding:0}.product__thumbs button.is-active{border-color:#fff}.product__thumbs img{width:100%;height:100%;object-fit:cover}.product__title{font-size:clamp(1.875rem,3vw,2.25rem)}.product__price{margin-top:1rem;display:flex;align-items:center;gap:.75rem}.product__price .price{font-size:1.5rem;font-weight:600}.product__price .compare{color:var(--muted);text-decoration:line-through;font-size:1.125rem}.product__price .sale-badge{color:#f87171;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.product__options{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.option-label{font-size:.875rem;font-weight:500;margin-bottom:.5rem;display:block}.option-values{display:flex;flex-wrap:wrap;gap:.5rem}.option-values input{position:absolute;opacity:0;pointer-events:none}.option-values label{padding:.5rem 1rem;font-size:.875rem;border:1px solid rgba(255,255,255,.2);cursor:pointer;transition:all .2s}.option-values label:hover{border-color:#ffffff80}.option-values input:checked+label{background:#fff;color:#000;border-color:#fff}.product__buy{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.product__desc{margin-top:2rem;color:var(--muted);font-size:.95rem;line-height:1.7}.product__desc *{max-width:100%}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--muted);font-size:.875rem;margin-bottom:1.5rem}.cart{padding:3rem 0;min-height:60vh}.cart h1{font-size:2rem;margin-bottom:2rem}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border);align-items:center}.cart-item__media{width:80px;height:80px;border-radius:.375rem;overflow:hidden;background:#ffffff0d;flex-shrink:0}.cart-item__info{flex:1;min-width:0}.cart-item__title{font-weight:500}.cart-item__variant{color:var(--muted);font-size:.875rem}.cart-item__price{font-weight:600;margin-top:.25rem}.cart-item__qty{display:flex;align-items:center;gap:.5rem}.cart-item__qty input{width:48px;background:transparent;border:1px solid var(--border);color:#fff;text-align:center;padding:.25rem;border-radius:.25rem}.cart-item__remove{color:var(--muted);font-size:.875rem;text-decoration:underline}.cart-totals{margin-top:2rem;display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid var(--border)}.cart-totals .total{font-size:1.25rem;font-weight:700}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.pagination a,.pagination span{padding:.5rem .75rem;border:1px solid var(--border);border-radius:.25rem;font-size:.875rem}.pagination .current{background:#fff;color:#000}.password-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem}.password-wrap{max-width:480px;text-align:center}.password-wrap h1{font-size:clamp(2rem,5vw,3rem);margin-bottom:.5rem}.password-form{display:flex;gap:.5rem;margin-top:1.5rem}.password-form input,.product__options input[type=email],.product__options input[type=password]{flex:1;padding:.75rem 1rem;background:#ffffff0d;border:1px solid var(--border);color:var(--fg);font-size:1rem;border-radius:0}input[type=email],input[type=password],input[type=text],input[type=number]{padding:.75rem 1rem;background:#ffffff0d;border:1px solid var(--border);color:var(--fg);font-size:1rem;border-radius:0;font-family:inherit}.error{color:#ff6b6b;font-size:.875rem;margin-top:.5rem}.back-link{display:inline-block;margin-bottom:1.5rem;color:var(--muted);font-size:.875rem}.back-link:hover{color:var(--fg)}.page-404{padding:6rem 1rem;text-align:center;min-height:52vh}.page-404 h1{font-size:5rem}.page-404 p,.page-404 .btn{margin-top:1rem}.page-content{padding:4rem 1rem;min-height:50vh}.page-content h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.rte{color:var(--muted);line-height:1.8}.storefront-fallback-notice{display:none}
/*# sourceMappingURL=/cdn/shop/t/6/assets/theme.css.map */
