*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--color-text);background-color:var(--color-bg);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;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}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.25rem}@media(min-width:768px){.container{padding:0 2rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;line-height:1.2;border-radius:6px;transition:all .2s ease;text-align:center;white-space:nowrap}.btn--primary{background-color:var(--color-primary);color:#fff}.btn--primary:hover{background-color:var(--color-primary-dark);transform:translateY(-1px)}.btn--secondary{background-color:#111;color:#fff}.btn--secondary:hover{background-color:#333}.btn--outline{background:transparent;border:1.5px solid currentColor}.btn--full{width:100%}.btn--lg{padding:1.1rem 2rem;font-size:1rem}.price{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.price__regular{font-weight:700;font-size:1.125rem}.price__sale{font-weight:700;font-size:1.125rem;color:var(--color-sale)}.price__compare{font-size:.9375rem;color:#888;text-decoration:line-through}.badge{display:inline-block;padding:.25rem .5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;border-radius:4px;line-height:1}.badge--sale{background-color:var(--color-sale);color:#fff}.badge--sold-out{background-color:#6b7280;color:#fff}.announcement-bar{background-color:#111;color:#fff;text-align:center;padding:.625rem 1rem;font-size:.8125rem;font-weight:500;letter-spacing:.02em}.announcement-bar a{text-decoration:underline;text-underline-offset:2px}.header{background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:100}.header__inner{display:flex;align-items:center;justify-content:space-between;height:64px;gap:1rem}.header__logo{font-size:1.375rem;font-weight:800;letter-spacing:-.03em;color:#111}.header__logo span{color:var(--color-primary)}.header__nav{display:none;gap:1.75rem}@media(min-width:768px){.header__nav{display:flex}}.header__nav a{font-size:.9375rem;font-weight:500;color:#333;transition:color .15s}.header__nav a:hover{color:var(--color-primary)}.header__icons{display:flex;align-items:center;gap:1rem}.header__icon{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#111}.header__icon svg{width:22px;height:22px}.cart-count{position:absolute;top:2px;right:2px;min-width:18px;height:18px;background:var(--color-primary);color:#fff;font-size:.6875rem;font-weight:700;border-radius:99px;display:flex;align-items:center;justify-content:center;padding:0 4px}.hero{background:linear-gradient(135deg,#111,#1a1a1a);color:#fff;padding:3.5rem 0 4rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 70% 30%,rgba(249,115,22,.15) 0%,transparent 50%);pointer-events:none}.hero__content{position:relative;z-index:1;max-width:720px;margin:0 auto}.hero__eyebrow{display:inline-block;background:var(--color-primary);color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.35rem .85rem;border-radius:99px;margin-bottom:1.25rem}.hero h1{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;margin-bottom:1rem;letter-spacing:-.03em}.hero__subtitle{font-size:1.125rem;color:#ffffffbf;margin-bottom:2rem;max-width:480px;margin-left:auto;margin-right:auto}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.trust-bar{background:var(--color-bg-secondary);padding:1.75rem 0;border-bottom:1px solid #eee}.trust-bar__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(min-width:768px){.trust-bar__grid{grid-template-columns:repeat(4,1fr)}}.trust-item{display:flex;align-items:center;gap:.75rem;text-align:left}.trust-item__icon{flex-shrink:0;width:40px;height:40px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000000f}.trust-item__icon svg{width:20px;height:20px;color:var(--color-primary)}.trust-item__text strong{display:block;font-size:.875rem;font-weight:600;color:#111}.trust-item__text span{font-size:.75rem;color:#666}.section{padding:3.5rem 0}.section--alt{background:var(--color-bg-secondary)}.section__header{text-align:center;margin-bottom:2.5rem}.section__header h2{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:.5rem}.section__header p{color:#666;font-size:1rem}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:640px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.product-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #eee;transition:all .25s ease;display:flex;flex-direction:column}.product-card:hover{border-color:#ddd;box-shadow:0 8px 24px #0000000f;transform:translateY(-2px)}.product-card__media{position:relative;aspect-ratio:1 / 1;background:#f5f5f5;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;z-index:2}.product-card__info{padding:1rem;display:flex;flex-direction:column;flex:1;gap:.35rem}.product-card__vendor{font-size:.75rem;color:#888;text-transform:uppercase;letter-spacing:.04em}.product-card__title{font-size:.9375rem;font-weight:600;color:#111;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{margin-top:auto;padding-top:.5rem}.page-header{padding:2rem 0 1.5rem;border-bottom:1px solid #eee;margin-bottom:2rem}.page-header h1{font-size:1.75rem}.footer{background:#111;color:#fff;padding:3.5rem 0 2rem;margin-top:3rem}.footer__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer__brand{font-size:1.25rem;font-weight:800;margin-bottom:.75rem}.footer__brand span{color:var(--color-primary)}.footer__desc{color:#fff9;font-size:.9375rem;max-width:280px;line-height:1.6}.footer__heading{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem;color:#ffffff80}.footer__links a{display:block;color:#fffc;font-size:.9375rem;margin-bottom:.5rem;transition:color .15s}.footer__links a:hover{color:#fff}.footer__bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;font-size:.8125rem;color:#ffffff80}.newsletter{background:linear-gradient(135deg,#111,#1f1f1f);color:#fff;padding:3.5rem 0;text-align:center}.newsletter h2{font-size:1.75rem;margin-bottom:.5rem}.newsletter p{color:#ffffffb3;margin-bottom:1.5rem}.newsletter__form{display:flex;flex-wrap:wrap;gap:.5rem;max-width:420px;margin:0 auto}.newsletter__form input{flex:1;min-width:200px;padding:.9rem 1.1rem;border:none;border-radius:6px;font-size:.9375rem;background:#fff;color:#111}.newsletter__form button{padding:.9rem 1.5rem;background:var(--color-primary);color:#fff;border:none;border-radius:6px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:background .2s}.newsletter__form button:hover{background:var(--color-primary-dark)}.product{display:grid;gap:2rem;padding:2rem 0 4rem}@media(min-width:768px){.product{grid-template-columns:1fr 1fr;gap:3rem;align-items:start}}.product__media{background:#f5f5f5;border-radius:12px;overflow:hidden;aspect-ratio:1}.product__media img{width:100%;height:100%;object-fit:cover}.product__title{font-size:1.75rem;margin-bottom:.75rem}.product__price{margin-bottom:1.25rem}.product__description{color:#444;line-height:1.7;margin-bottom:1.5rem}.product__form{display:flex;flex-direction:column;gap:1rem}.quantity-selector{display:flex;align-items:center;border:1.5px solid #ddd;border-radius:6px;width:fit-content;overflow:hidden}.quantity-selector button{width:40px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.125rem;color:#333;background:#f8f8f8}.quantity-selector input{width:50px;height:44px;text-align:center;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;font-size:.9375rem;font-weight:600}.cart-page{padding:2rem 0 4rem}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding:1.25rem 0;border-bottom:1px solid #eee;align-items:center}.cart-item__image{width:80px;height:80px;border-radius:8px;overflow:hidden;background:#f5f5f5}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__title{font-weight:600;margin-bottom:.25rem}.cart-item__price{font-size:.9375rem;color:#666}.cart-summary{background:var(--color-bg-secondary);border-radius:12px;padding:1.5rem;margin-top:2rem}.cart-summary__row{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.9375rem}.cart-summary__total{font-size:1.25rem;font-weight:700;border-top:1px solid #ddd;padding-top:1rem;margin-top:.5rem}.empty-state{text-align:center;padding:4rem 1rem}.empty-state h2{margin-bottom:.75rem}.empty-state p{color:#666;margin-bottom:1.5rem}.menu-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px}@media(min-width:768px){.menu-toggle{display:none}}@media(max-width:767px){.hero{padding:2.5rem 0 3rem}.section{padding:2.5rem 0}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/base.css.map */
