*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #FAFAF8;--color-ink: #16181D;--color-accent: #E8542F;--color-accent-hover: #D14826;--color-gray: #EEF0F2;--color-gray-dark: #D1D5DB;--color-muted: #6B7280;--font-headline: "Space Grotesk", sans-serif;--font-body: "Inter", sans-serif;--radius: 12px;--container: 1280px}html{font-family:var(--font-body);color:var(--color-ink);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;scroll-behavior:smooth}body{min-height:100vh;display:flex;flex-direction:column}main{flex:1}img,svg{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font:inherit}input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-headline);line-height:1.2;letter-spacing:-.02em}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 16px}.content-narrow{max-width:768px}.section-title{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:2.5rem}@media(min-width:768px){.section-title{font-size:1.875rem}}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--color-accent);color:#fff;font-weight:500;padding:12px 24px;border-radius:var(--radius);min-height:44px;min-width:44px;transition:background .15s;border:none;cursor:pointer;font-size:.875rem}.btn-primary:hover{background:var(--color-accent-hover)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--color-ink);color:var(--color-ink);font-weight:500;padding:12px 24px;border-radius:var(--radius);min-height:44px;transition:background .15s,color .15s}.btn-secondary:hover{background:var(--color-ink);color:#fff}.announcement-bar{background:var(--color-ink);color:#fff;text-align:center;font-size:.75rem;font-weight:500;padding:8px 16px}.site-header{position:sticky;top:0;z-index:40;background:#fafaf8f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--color-gray)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.header-logo{font-family:var(--font-headline);font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.header-nav{display:none;align-items:center;gap:24px}@media(min-width:768px){.header-nav{display:flex}}.nav-link{font-size:.875rem;font-weight:500;color:var(--color-muted);transition:color .15s}.nav-link:hover,.nav-link--active{color:var(--color-ink)}.header-actions{display:flex;align-items:center;gap:12px}.header-cart{position:relative;padding:8px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.cart-count{position:absolute;top:0;right:0;background:var(--color-accent);color:#fff;font-size:10px;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.cart-count:empty{display:none}.mobile-menu-toggle{padding:8px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.mobile-menu-toggle{display:none}}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:var(--color-bg);display:none;flex-direction:column}.mobile-nav--open{display:flex}.mobile-nav-header{display:flex;align-items:center;justify-content:space-between;padding:0 16px;height:64px;border-bottom:1px solid var(--color-gray)}.mobile-nav-close{padding:8px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.mobile-nav-links{display:flex;flex-direction:column;padding:32px 24px;gap:24px}.mobile-nav-link{font-size:1.125rem;font-weight:500}.hero{background:var(--color-gray);overflow:hidden}.hero-inner{display:flex;flex-direction:column;align-items:center;gap:32px;padding:64px 16px}@media(min-width:768px){.hero-inner{flex-direction:row;padding:96px 16px}}.hero-content{flex:1;text-align:center}@media(min-width:768px){.hero-content{text-align:left}}.hero-title{font-size:2.25rem;font-weight:700;line-height:1.1}@media(min-width:768px){.hero-title{font-size:3rem}}@media(min-width:1024px){.hero-title{font-size:3.75rem}}.hero-subtitle{margin-top:16px;font-size:1.125rem;color:var(--color-muted);max-width:28rem}@media(min-width:768px){.hero-subtitle{margin-left:0}}.hero-cta{margin-top:32px}.hero-image{flex:1;max-width:32rem;width:100%}.hero-image img{width:100%;height:auto;border-radius:var(--radius);box-shadow:0 8px 24px #00000014}.collection-grid-section{padding:64px 0}.collection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:768px){.collection-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.collection-grid{grid-template-columns:repeat(5,1fr)}}.collection-card{position:relative;aspect-ratio:4/5;border-radius:var(--radius);overflow:hidden;display:block}.collection-card-image{position:absolute;top:0;right:0;bottom:0;left:0}.collection-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.collection-card:hover .collection-card-image img{transform:scale(1.05)}@media(prefers-reduced-motion:reduce){.collection-card:hover .collection-card-image img{transform:none}}.collection-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,.2) 50%,transparent)}.collection-card-content{position:absolute;bottom:16px;left:16px;right:16px}.collection-card-title{color:#fff;font-size:.875rem;font-weight:700}@media(min-width:768px){.collection-card-title{font-size:1rem}}.collection-card-count{color:#ffffffb3;font-size:.75rem;margin-top:2px}.featured-products-section{padding:64px 0}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:768px){.product-grid--4{grid-template-columns:repeat(4,1fr);gap:24px}}.product-card{background:#fff;border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s,transform .2s;box-shadow:0 1px 3px #0000000a;position:relative}.product-card:after{content:"";display:block;height:2px;width:0;background:var(--color-accent);transition:width .3s ease}.product-card:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-2px)}.product-card:hover:after{width:100%}@media(prefers-reduced-motion:reduce){.product-card:hover{transform:none}.product-card:after{transition:none}}.product-card-link{display:block}.product-card-image{position:relative;aspect-ratio:1;overflow:hidden;background:var(--color-gray)}.product-card-image img{width:100%;height:100%;object-fit:cover}.product-card-badge{position:absolute;top:12px;font-size:.75rem;font-weight:500;padding:4px 8px;border-radius:999px;color:#fff}.product-card-badge--sale{left:12px;background:var(--color-accent)}.product-card-badge--stock{right:12px;background:var(--color-ink)}.product-card-info{padding:16px}.product-card-title{font-size:.875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:var(--font-body)}.product-card-rating{display:flex;align-items:center;gap:4px;margin-top:6px}.product-card-rating-text{font-size:.75rem;font-weight:500}.product-card-prices{display:flex;align-items:center;gap:8px;margin-top:8px}.product-card-price{font-size:1rem;font-weight:600}.product-card-compare-price{font-size:.875rem;color:var(--color-muted);text-decoration:line-through}.trust-bar{background:var(--color-gray);padding:32px 0}.trust-badges{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:24px}@media(min-width:768px){.trust-badges{gap:40px}}.trust-badge{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.trust-badge-icon{width:40px;height:40px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center}.trust-badge-label{font-size:.75rem;font-weight:500;color:var(--color-muted);max-width:100px}.trust-badges--compact{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px;padding:12px 0;font-size:.75rem;color:var(--color-muted)}.trust-badges--compact .trust-badge{flex-direction:row;gap:6px}.trust-badges--compact .trust-badge svg{color:var(--color-accent)}.email-capture{padding:64px 0}.email-capture-inner{background:var(--color-ink);border-radius:var(--radius);padding:32px;text-align:center}@media(min-width:768px){.email-capture-inner{padding:48px}}.email-capture-title{font-size:1.5rem;font-weight:700;color:#fff}@media(min-width:768px){.email-capture-title{font-size:1.875rem}}.email-capture-subtitle{margin-top:12px;color:#9ca3af;max-width:28rem;margin-left:auto;margin-right:auto;font-size:.875rem}.email-capture-form{margin-top:24px;display:flex;flex-direction:column;gap:12px;max-width:28rem;margin-left:auto;margin-right:auto}@media(min-width:640px){.email-capture-form{flex-direction:row}}.email-input-wrapper{flex:1;position:relative}.email-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af}.email-input{width:100%;padding:12px 16px 12px 40px;border-radius:var(--radius);border:none;background:#fff;font-size:.875rem;color:var(--color-ink)}.email-input:focus{outline:2px solid var(--color-accent);outline-offset:2px}.email-capture-success{margin-top:16px;color:#34d399;font-size:.875rem}.collection-page{padding:32px 0 64px}.collection-header{margin-bottom:32px}.collection-title{font-size:1.875rem;font-weight:700}@media(min-width:768px){.collection-title{font-size:2.25rem}}.collection-description{margin-top:8px;color:var(--color-muted)}.collection-toolbar{display:flex;flex-direction:column;gap:16px;padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid var(--color-gray)}@media(min-width:640px){.collection-toolbar{flex-direction:row;align-items:center;justify-content:space-between}}.collection-filter{display:flex;align-items:center;gap:16px}.filter-label{font-size:.875rem;color:var(--color-muted)}.filter-select{font-size:.875rem;border:1px solid var(--color-gray-dark);border-radius:8px;padding:8px 12px;background:#fff;min-height:44px}.filter-select:focus{outline:2px solid var(--color-accent);outline-offset:2px}.collection-count{font-size:.875rem;color:var(--color-muted)}.collection-empty{text-align:center;padding:48px 0;color:var(--color-muted)}.product-page{padding:32px 0 64px}.product-layout{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:1024px){.product-layout{grid-template-columns:1fr 1fr;gap:48px}}.product-gallery-main{aspect-ratio:1;border-radius:var(--radius);overflow:hidden;background:var(--color-gray)}.product-main-img{width:100%;height:100%;object-fit:cover}.product-thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px}.product-thumb{aspect-ratio:1;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .15s}.product-thumb--active,.product-thumb:hover{border-color:var(--color-accent)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-title{font-size:1.5rem;font-weight:700}@media(min-width:768px){.product-title{font-size:1.875rem}}.product-rating{display:flex;align-items:center;gap:4px;margin-top:12px}.stars{display:flex;gap:2px}.rating-text{font-size:.875rem;font-weight:500;margin-left:4px}.product-price{display:flex;align-items:baseline;gap:12px;margin-top:16px}.product-price-current{font-family:var(--font-headline);font-size:1.875rem;font-weight:700}.product-price-compare{font-size:1.125rem;color:var(--color-muted);text-decoration:line-through}.product-price-badge{font-size:.75rem;font-weight:500;color:var(--color-accent);background:#e8542f1a;padding:2px 8px;border-radius:999px}.product-benefits{margin-top:24px;list-style:none;display:flex;flex-direction:column;gap:8px}.product-benefits li{display:flex;align-items:flex-start;gap:8px;font-size:.875rem}.product-benefits svg{color:var(--color-accent);flex-shrink:0;margin-top:2px}.product-option{margin-top:24px}.product-option-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:8px}.product-variant-select{width:100%;padding:12px;border:1px solid var(--color-gray-dark);border-radius:8px;font-size:.875rem;min-height:44px}.product-quantity-row{display:flex;align-items:center;gap:16px;margin-top:32px}.product-quantity-label{font-size:.875rem;font-weight:500}.quantity-selector{display:flex;align-items:center;border:1px solid var(--color-gray-dark);border-radius:8px}.qty-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:background .15s}.qty-btn:hover{background:var(--color-gray)}.qty-input{width:40px;text-align:center;border:none;font-size:.875rem;font-weight:500;-moz-appearance:textfield}.qty-input::-webkit-inner-spin-button,.qty-input::-webkit-outer-spin-button{-webkit-appearance:none}.quantity-selector--small{border-radius:6px}.quantity-selector--small .qty-btn{width:28px;height:28px}.quantity-selector--small .qty-input{width:28px;font-size:.75rem}.qty-input--small{width:24px}.product-add-to-cart{width:100%;margin-top:16px;padding:16px 24px;font-size:1rem}.product-guarantee-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:16px 0;margin-top:16px;border-top:1px solid var(--color-gray);border-bottom:1px solid var(--color-gray)}.guarantee-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px}.guarantee-item svg{color:var(--color-muted)}.guarantee-item span{font-size:11px;color:var(--color-muted);line-height:1.3}.product-low-stock{margin-top:16px;font-size:.875rem;font-weight:500;color:var(--color-accent)}.product-accordions{margin-top:24px;border-top:1px solid var(--color-gray)}.accordion{border-bottom:1px solid var(--color-gray)}.accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px 0;font-weight:500;font-size:.875rem;cursor:pointer;list-style:none;min-height:44px}.accordion-trigger::-webkit-details-marker{display:none}.accordion-trigger:after{content:"";width:10px;height:10px;border-right:2px solid var(--color-ink);border-bottom:2px solid var(--color-ink);transform:rotate(45deg);transition:transform .2s}details[open] .accordion-trigger:after{transform:rotate(-135deg)}.accordion-content{padding-bottom:16px;font-size:.875rem;color:var(--color-muted);line-height:1.6}.product-related{margin-top:64px;padding-top:48px;border-top:1px solid var(--color-gray)}.sticky-atc{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--color-gray);padding:16px;z-index:30}@media(min-width:1024px){.sticky-atc{display:none}}.sticky-atc-btn{width:100%}.cart-page{padding:32px 0 64px}.cart-empty{display:flex;flex-direction:column;align-items:center;gap:16px;padding:64px 0;color:var(--color-muted)}.cart-shipping-message{text-align:center;font-size:.875rem;color:var(--color-muted);margin-bottom:8px}.cart-shipping-message--free{color:#059669;font-weight:500}.shipping-progress{height:8px;background:var(--color-gray);border-radius:999px;overflow:hidden;margin-bottom:32px}.shipping-progress-bar{height:100%;background:var(--color-accent);border-radius:999px;transition:width .3s}.cart-items{display:flex;flex-direction:column;gap:16px}.cart-item{display:flex;gap:16px}.cart-item-image{flex-shrink:0;width:80px;height:80px;border-radius:8px;overflow:hidden}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1;min-width:0}.cart-item-title{font-size:.875rem;font-weight:500}.cart-item-title a{color:inherit}.cart-item-title a:hover{color:var(--color-accent)}.cart-item-variant{font-size:.75rem;color:var(--color-muted);margin-top:2px}.cart-item-price{font-size:.875rem;font-weight:600;color:var(--color-accent);margin-top:4px}.cart-item-actions{display:flex;align-items:center;gap:8px;margin-top:8px}.cart-item-remove{margin-left:auto;font-size:.75rem;color:var(--color-muted);transition:color .15s}.cart-item-remove:hover{color:var(--color-accent)}.cart-footer{margin-top:32px;padding-top:24px;border-top:1px solid var(--color-gray);display:flex;flex-direction:column;gap:16px;max-width:400px;margin-left:auto}.cart-subtotal{display:flex;justify-content:space-between;align-items:center}.cart-subtotal-amount{font-family:var(--font-headline);font-size:1.125rem;font-weight:700}.cart-checkout-btn{width:100%;font-size:1rem}.payment-methods{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px}.payment-methods span{font-size:.75rem;color:var(--color-muted);background:var(--color-gray);padding:4px 8px;border-radius:4px}.payment-methods--small span{font-size:10px;padding:2px 6px}.cart-secure{display:flex;align-items:center;justify-content:center;gap:6px;font-size:.75rem;color:var(--color-muted)}.page-content{padding:64px 0}.page-title{font-size:1.875rem;font-weight:700;margin-bottom:32px}@media(min-width:768px){.page-title{font-size:2.25rem}}.page-body{font-size:.875rem;color:var(--color-muted);line-height:1.7}.rte h2{font-size:1.25rem;font-weight:700;color:var(--color-ink);margin-top:40px;margin-bottom:12px}.rte p{margin-bottom:16px}.rte ul,.rte ol{margin-bottom:16px;padding-left:20px}.rte li{margin-bottom:8px}.rte a{color:var(--color-accent);text-decoration:underline}.site-footer{background:var(--color-ink);color:#fff}.footer-grid{display:grid;grid-template-columns:1fr;gap:32px;padding:48px 16px}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-logo{font-family:var(--font-headline);font-size:1.125rem;font-weight:700;margin-bottom:16px}.footer-text{font-size:.875rem;color:#9ca3af;line-height:1.6}.footer-badge{display:flex;align-items:center;gap:8px;margin-top:16px;font-size:.75rem;color:#9ca3af}.footer-heading{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:#d1d5db;margin-bottom:16px;font-family:var(--font-body)}.footer-links{list-style:none;display:flex;flex-direction:column;gap:8px}.footer-links a{font-size:.875rem;color:#9ca3af;transition:color .15s}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid #374151}.footer-bottom-inner{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:16px;padding:24px 16px}@media(min-width:768px){.footer-bottom-inner{flex-direction:row}}.footer-copyright{font-size:.75rem;color:#6b7280}.placeholder-svg{width:100%;height:100%;background:var(--color-gray)}.pagination{margin-top:48px;display:flex;justify-content:center;gap:8px}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;min-height:40px;padding:8px 12px;border-radius:8px;font-size:.875rem;transition:background .15s}.pagination a:hover{background:var(--color-gray)}.pagination .current{background:var(--color-ink);color:#fff}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
