*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--color-foreground);background-color:var(--color-background);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2;font-weight:600}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.content-for-layout{min-height:60vh}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal!important}.skip-to-content-link:focus{z-index:9999;position:inherit;overflow:auto;width:auto;height:auto;clip:auto}.site-header{background-color:var(--color-primary);color:var(--color-primary-foreground);padding:1rem 0;position:sticky;top:0;z-index:100}.site-header .container{display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-header__logo img{height:48px;width:auto;filter:brightness(0) invert(1)}.site-header__logo-text{font-size:1.5rem;font-weight:700;color:var(--color-primary-foreground);letter-spacing:.05em;text-transform:uppercase}.site-header__nav{display:flex;gap:2rem;align-items:center}.site-header__nav a{color:var(--color-primary-foreground);opacity:.85;transition:opacity .2s;font-size:.9rem;letter-spacing:.02em}.site-header__nav a:hover{opacity:1}.site-header__actions{display:flex;align-items:center;gap:1rem}.site-header__cart-count{background:var(--color-accent);color:var(--color-primary);width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;position:absolute;top:-6px;right:-6px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;border:none;border-radius:0;cursor:pointer;transition:all .2s;text-decoration:none}.btn--primary{background-color:var(--color-primary);color:var(--color-primary-foreground)}.btn--primary:hover{background-color:#2a2a4e}.btn--secondary{background-color:transparent;color:var(--color-foreground);border:1px solid var(--color-foreground)}.btn--secondary:hover{background-color:var(--color-foreground);color:var(--color-background)}.btn--accent{background-color:var(--color-accent);color:var(--color-primary)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding:2rem 0}.product-card{position:relative;overflow:hidden}.product-card__image{aspect-ratio:3/4;overflow:hidden;background:var(--color-muted)}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__info{padding:.75rem 0}.product-card__title{font-size:.95rem;font-weight:500;margin-bottom:.25rem}.product-card__price{font-size:.9rem;color:var(--color-accent);font-weight:600}.product-card__compare-price{text-decoration:line-through;color:#999;font-weight:400;margin-left:.5rem}.site-footer{background-color:var(--color-primary);color:var(--color-primary-foreground);padding:3rem 0 1.5rem}.site-footer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.site-footer__heading{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;opacity:.7}.site-footer__links{list-style:none;padding:0}.site-footer__links li{margin-bottom:.5rem}.site-footer__links a{opacity:.8;font-size:.9rem;transition:opacity .2s}.site-footer__links a:hover{opacity:1}.site-footer__social{display:flex;gap:1rem}.site-footer__social a{opacity:.7;transition:opacity .2s}.site-footer__social a:hover{opacity:1}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;font-size:.8rem;opacity:.6}.redirect-banner{text-align:center;padding:4rem 1rem;background:var(--color-muted)}.redirect-banner h1{margin-bottom:1rem}.redirect-banner p{margin-bottom:2rem;opacity:.7;max-width:500px;margin-left:auto;margin-right:auto}.cart-page{padding:2rem 0 4rem}.cart-page h1{margin-bottom:2rem;text-align:center}.cart-items{max-width:800px;margin:0 auto}.cart-item{display:flex;gap:1rem;padding:1.5rem 0;border-bottom:1px solid var(--color-border);align-items:center}.cart-item__image{width:100px;height:130px;overflow:hidden;flex-shrink:0;background:var(--color-muted)}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__details{flex:1}.cart-item__title{font-weight:600;margin-bottom:.25rem}.cart-item__variant{font-size:.85rem;opacity:.7;margin-bottom:.5rem}.cart-item__quantity{display:flex;align-items:center;gap:.5rem}.cart-item__quantity button{width:32px;height:32px;border:1px solid var(--color-border);background:transparent;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center}.cart-item__price{font-weight:600;text-align:right;min-width:80px}.cart-summary{max-width:400px;margin:2rem auto 0;padding:2rem;background:var(--color-muted)}.cart-summary__row{display:flex;justify-content:space-between;margin-bottom:.75rem}.cart-summary__total{font-size:1.25rem;font-weight:700;border-top:2px solid var(--color-foreground);padding-top:.75rem;margin-top:.75rem}.cart-summary .btn{width:100%;margin-top:1rem}.collection-page{padding:2rem 0 4rem}.collection-page__header{text-align:center;padding:2rem 0}.collection-page__header p{opacity:.7;max-width:600px;margin:.5rem auto 0}.product-page{padding:2rem 0 4rem}.product-page__layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1000px;margin:0 auto}.product-page__gallery{aspect-ratio:3/4;overflow:hidden;background:var(--color-muted)}.product-page__gallery img{width:100%;height:100%;object-fit:cover}.product-page__info h1{margin-bottom:.5rem}.product-page__price{font-size:1.5rem;color:var(--color-accent);font-weight:700;margin-bottom:1.5rem}.product-page__description{margin-bottom:2rem;line-height:1.8;opacity:.8}.product-form__options{margin-bottom:1.5rem}.product-form__label{display:block;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.product-form__select{width:100%;padding:.75rem;border:1px solid var(--color-border);background:transparent;font-size:.9rem;font-family:inherit}.page-404{text-align:center;padding:6rem 1rem}.page-404 h1{font-size:4rem;margin-bottom:1rem}.page-404 p{margin-bottom:2rem;opacity:.7}@media(max-width:768px){h1{font-size:1.75rem}h2{font-size:1.5rem}.site-header__nav{display:none}.product-page__layout{grid-template-columns:1fr;gap:1.5rem}.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.cart-item{flex-wrap:wrap}}@media(max-width:480px){.product-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
