*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:17px;line-height:1.6;color:#1f2933;background:var(--color-bg, #fafaf7)}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{line-height:1.15;margin:0 0 .5em;color:var(--color-primary)}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.6rem,3.2vw,2.35rem)}h3{font-size:1.15rem}p{margin:0 0 1rem}.page-width{max-width:var(--page-width, 1280px);margin:0 auto;padding:0 1rem}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;z-index:100;background:#fff;padding:.5rem 1rem;border-radius:6px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:2px solid transparent;border-radius:8px;padding:.85rem 1.5rem;font-size:1.05rem;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease;min-height:52px}.btn--primary{background:var(--color-accent);color:#fff}.btn--primary:hover{filter:brightness(.9)}.btn--secondary{background:var(--color-primary);color:#fff}.btn--secondary:hover{filter:brightness(1.15)}.btn--outline{background:transparent;border-color:currentColor;color:#fff}.btn--outline:hover{background:#fff;color:var(--color-primary)}.btn--full{width:100%}.btn[disabled]{opacity:.5;cursor:not-allowed}.announcement{background:var(--color-primary);color:#fff;font-size:.95rem;padding:.55rem 0}.announcement__inner{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;align-items:center;justify-content:space-between}.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:2px solid var(--color-primary)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1rem;padding-bottom:1rem}.site-logo{display:flex;align-items:center;gap:.65rem}.site-logo__mark{height:42px;width:42px;border-radius:999px;background:var(--color-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem}.site-logo__name{font-size:1.5rem;font-weight:700;color:var(--color-primary);line-height:1.1}.site-logo__tagline{font-size:.78rem;color:#64748b}.site-nav{display:none;gap:1.5rem;font-weight:600;color:var(--color-primary)}.site-nav a:hover{color:var(--color-accent)}.header-cart{display:inline-flex;align-items:center;gap:.45rem;font-weight:600;color:var(--color-primary);border:2px solid var(--color-primary);border-radius:8px;padding:.55rem .9rem}.header-cart:hover{background:var(--color-primary);color:#fff}@media(min-width:900px){.site-nav{display:flex}}.hero{background:var(--color-primary);color:#fff}.hero__inner{display:grid;gap:2.5rem;align-items:center;padding:3rem 1rem}.hero h1{color:#fff;margin-bottom:1rem}.hero__badge{display:inline-block;background:var(--color-accent);border-radius:999px;padding:.3rem .9rem;font-size:.9rem;font-weight:600;margin-bottom:1rem}.hero__text{font-size:1.15rem;color:#ffffffe6;max-width:34rem;margin-bottom:1.75rem}.hero__buttons{display:flex;flex-wrap:wrap;gap:.75rem}.hero__image img{border-radius:12px;box-shadow:0 24px 48px #00000047}@media(min-width:900px){.hero__inner{grid-template-columns:1fr 1fr;padding:5rem 1rem}}.trust-bar{background:#fff;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.trust-bar__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;padding:1.5rem 1rem}.trust-item__title{font-weight:700;color:var(--color-primary)}.trust-item__desc{font-size:.9rem;color:#64748b}@media(min-width:900px){.trust-bar__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.section{padding:3rem 0}.section--soft{background:var(--color-soft)}.section--white{background:#fff}.section__head{text-align:center;margin-bottom:2rem}.section__head p{color:#64748b;font-size:1.05rem}.category-grid{display:grid;gap:1rem;grid-template-columns:1fr}.category-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;border:1px solid #e2e8f0;border-radius:14px;background:var(--color-bg);transition:border-color .15s ease,box-shadow .15s ease}.category-card:hover{border-color:var(--color-accent);box-shadow:0 10px 20px #0f172a14}.category-card__label{font-weight:700;color:var(--color-primary);font-size:1.1rem}.category-card__desc{font-size:.9rem;color:#64748b}@media(min-width:760px){.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.collection-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.collection-head span{color:#64748b;font-size:.9rem}.product-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;list-style:none;margin:0;padding:0}@media(min-width:640px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1000px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.product-card{display:flex;flex-direction:column;background:#fff;border:2px solid #e2e8f0;border-radius:12px;overflow:hidden;height:100%;transition:border-color .15s ease,box-shadow .15s ease}.product-card:hover{border-color:var(--color-primary);box-shadow:0 14px 28px #0f172a1a}.product-card__media{aspect-ratio:1 / 1;background:#f8fafc;padding:1rem}.product-card__media img{width:100%;height:100%;object-fit:contain}.product-card__body{padding:1.25rem;display:flex;flex-direction:column;flex:1}.product-card__type{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;font-weight:700;color:var(--color-accent);margin-bottom:.25rem}.product-card__title{font-size:1.1rem;font-weight:600;color:var(--color-primary);margin-bottom:.75rem}.product-card__prices{display:flex;align-items:baseline;gap:.6rem;margin:auto 0 .9rem}.price{font-size:1.5rem;font-weight:700;color:var(--color-primary)}.price--compare{font-size:.95rem;color:#94a3b8;text-decoration:line-through}.badge-sold-out{display:inline-block;background:#e2e8f0;color:#475569;border-radius:999px;font-size:.78rem;font-weight:600;padding:.15rem .6rem;margin-bottom:.5rem}.product-layout{display:grid;gap:2.5rem;padding:2.5rem 0}@media(min-width:900px){.product-layout{grid-template-columns:1.1fr 1fr}}.product-gallery__main{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem}.product-gallery__thumbs{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:.75rem}.product-gallery__thumbs img{width:76px;height:76px;object-fit:contain;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.3rem;cursor:pointer}.product-form{display:grid;gap:1rem}.product-form select,.quantity-input{width:100%;min-height:52px;padding:.6rem .8rem;font-size:1rem;border:2px solid #cbd5e1;border-radius:8px;background:#fff}.quantity-input{max-width:120px}.form-label{font-weight:600;color:var(--color-primary);display:block;margin-bottom:.35rem}.product-perks{list-style:none;padding:0;margin:1.5rem 0 0;display:grid;gap:.6rem}.product-perks li{display:flex;gap:.6rem;align-items:flex-start;color:#334155}.rte{color:#334155}.rte img{border-radius:10px;margin:1rem 0}.cart-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden}.cart-table th,.cart-table td{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0;vertical-align:middle}.cart-table th{color:var(--color-primary);font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.cart-footer{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:1rem;margin-top:1.5rem}.cart-total{font-size:1.35rem;font-weight:700;color:var(--color-primary)}.cart-item__media{width:72px}.cta-band{background:var(--color-soft);text-align:center;padding:3.5rem 0}.cta-band p{color:#334155;font-size:1.1rem;max-width:44rem;margin:0 auto 1.75rem}.site-footer{background:var(--color-primary);color:#fff;margin-top:3rem}.site-footer h4{color:#fff;font-size:1.05rem;margin-bottom:.75rem}.site-footer a:hover{text-decoration:underline}.footer-perks{display:grid;gap:1.5rem;padding:3rem 0 2rem;border-bottom:1px solid rgba(255,255,255,.2)}.footer-cols{display:grid;gap:2rem;padding:2rem 0}.footer-cols p,.footer-cols a{color:#ffffffd9;font-size:.95rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding:1.25rem 0;color:#ffffffb3;font-size:.88rem}@media(min-width:800px){.footer-perks,.footer-cols{grid-template-columns:repeat(3,minmax(0,1fr))}}.empty-state{background:#fff;border:2px dashed #cbd5e1;border-radius:12px;padding:3rem 1.5rem;text-align:center;color:#64748b}
/*# sourceMappingURL=/cdn/shop/t/10/assets/theme.css.map */
