*,*:before,*:after{box-sizing:border-box}*{margin:0}body{display:flex;flex-direction:column;min-height:100svh;font-family:var(--font-body);font-size:var(--font-size-body);background-color:var(--color-background);color:var(--color-text);line-height:1.6}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p:empty{display:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2;color:var(--color-primary)}a{color:inherit;text-decoration:none}.shopify-section{width:100%;position:relative}.container{width:60%;max-width:1200px;margin:0 auto;padding:0}.container--wide{width:60%;max-width:1600px;margin:0 auto;padding:0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-to-content-link{position:absolute;top:-9999px;left:.5rem;background:var(--color-primary);color:#fff;padding:.5rem 1rem;border-radius:0 0 4px 4px;font-size:.875rem;z-index:9999;transition:top .2s}.skip-to-content-link:focus{top:0}:focus-visible{outline:3px solid var(--color-accent);outline-offset:3px}.btn{display:inline-block;padding:.75rem 1.75rem;border-radius:3px;font-weight:600;font-size:.875rem;letter-spacing:.05em;text-transform:uppercase;transition:all .2s;cursor:pointer;border:2px solid transparent}.btn-primary{background:var(--color-accent);color:#1a1f2e;border-color:var(--color-accent)}.btn-primary:hover{background:transparent;color:var(--color-accent)}.btn-outline{background:transparent;color:var(--color-primary);border-color:var(--color-primary)}.btn-outline:hover{background:var(--color-primary);color:#fff}.btn-outline-white{background:transparent;color:#fff;border-color:#fff9}.btn-outline-white:hover{background:#fff;color:var(--color-primary)}.section-title{text-align:center;margin-bottom:3rem}.section-title__eyebrow{color:var(--color-accent);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;margin-bottom:.5rem;font-family:var(--font-body)}.section-title h2{font-size:clamp(1.75rem,4vw,2.5rem)}.section-title p{color:#666;max-width:600px;margin:1rem auto 0}.product-card{background:#fff;border-radius:6px;overflow:hidden;transition:box-shadow .2s,transform .2s}.product-card:hover{box-shadow:0 8px 32px #0000001a;transform:translateY(-2px)}.product-card__image{aspect-ratio:1;overflow:hidden;background:#f5f4f0}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-card__image img{transform:scale(1.04)}.product-card__body{padding:1.25rem}.product-card__title{font-size:1rem;font-weight:600;color:var(--color-primary);margin-bottom:.25rem}.product-card__price{color:var(--color-accent);font-weight:700;font-size:1.1rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.breadcrumb{font-size:.8rem;color:#888;padding:1rem 0;display:flex;gap:.5rem;align-items:center}.breadcrumb a{color:#888}.breadcrumb a:hover{color:var(--color-primary)}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.pagination a,.pagination span{padding:.5rem .9rem;border:1px solid #ddd;border-radius:3px;font-size:.875rem;color:var(--color-primary);transition:all .2s}.pagination a:hover,.pagination .current{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.4rem;color:var(--color-primary)}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem 1rem;border:1.5px solid #ddd;border-radius:4px;font-size:.9rem;transition:border-color .2s;outline:none;background:#fff}.form-group input:focus,.form-group textarea:focus{border-color:var(--color-primary)}.site-header{background:var(--color-primary);z-index:100;box-shadow:0 2px 16px #0000002e;width:100%}.site-header--sticky{position:sticky;top:0}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;width:60%;max-width:1600px;margin:0 auto}.site-header__logo span{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:#fff}.site-header__logo img{max-height:60px;width:auto;display:block}@media(max-width:768px){.site-header__logo img{max-height:44px}}nav.site-nav{display:flex;gap:2rem}nav.site-nav a{color:#ffffffd9;font-size:.9rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;transition:color .2s}nav.site-nav a:hover,nav.site-nav a[aria-current=page]{color:var(--color-accent)}.site-header__actions{display:flex;align-items:center;gap:1rem}.site-header__actions a{color:#ffffffd9;font-size:.85rem;display:flex;align-items:center;gap:.3rem;transition:color .2s}.site-header__actions a:hover{color:var(--color-accent)}.announcement-bar{background:var(--color-accent);color:#1a1f2e;text-align:center;padding:.5rem;font-size:.85rem;font-weight:600}.nav-toggle{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:.25rem}.nav-toggle span{display:block;width:24px;height:2px;background:#fff;transition:all .3s}.site-footer{background:var(--color-primary);color:#fffc;padding:4rem 0 2rem;width:100%}.site-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;width:60%;max-width:1600px;margin:0 auto;padding:0}.site-footer__brand h3{color:#fff;font-size:1.2rem;margin-bottom:.75rem}.site-footer__brand p{font-size:.875rem;line-height:1.7}.site-footer__col h4{color:var(--color-accent);font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700;margin-bottom:1rem}.site-footer__col ul{list-style:none}.site-footer__col ul li{margin-bottom:.5rem}.site-footer__col ul a{font-size:.875rem;color:#ffffffb3;transition:color .2s}.site-footer__col ul a:hover{color:var(--color-accent)}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:3rem;padding:1.5rem 0 0;width:60%;max-width:1600px;margin-left:auto;margin-right:auto;display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#ffffff80}@media(max-width:900px){nav.site-nav{display:none}nav.site-nav.site-nav--open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--color-primary);padding:1rem 5%;gap:1rem;z-index:99}.nav-toggle{display:flex}.site-footer__grid{grid-template-columns:1fr 1fr}.container,.container--wide,.site-header__inner,.site-footer__grid,.site-footer__bottom{width:85%}}@media(max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.site-header__inner{padding:.75rem 0}.container,.container--wide{width:90%}}@media(max-width:600px){.site-footer__grid{grid-template-columns:1fr}.site-footer__bottom{flex-direction:column;gap:.5rem;text-align:center}.container,.container--wide,.site-header__inner,.site-footer__grid,.site-footer__bottom{width:94%}}@media(max-width:480px){.product-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/critical.css.map */
