@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@600;700&display=swap";:root{--ink: #17212b;--ink-soft: #52606d;--muted: #7b8794;--line: #e7ecf1;--paper: #ffffff;--cream: #f7f5ef;--mist: #f2f7fb;--blue: #0a5f8f;--blue-soft: #dceef9;--red: #a32028;--lime: #79c900;--shadow: 0 22px 70px rgba(23, 33, 43, .1);--shadow-soft: 0 14px 38px rgba(23, 33, 43, .08);--radius-xl: 34px;--radius-lg: 26px;--radius-md: 18px;--max: 1240px}*{box-sizing:border-box}html{background:var(--paper);color:var(--ink)}body{margin:0;background:radial-gradient(circle at 6% 0%,rgba(151,204,249,.22),transparent 26rem),radial-gradient(circle at 94% 14%,rgba(139,220,0,.13),transparent 22rem),linear-gradient(180deg,#fff,#fbfcfd 42%,#f7f9fb);color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit;letter-spacing:0}.skip-link{position:absolute;left:-999px;top:auto}.skip-link:focus{left:16px;top:16px;z-index:100;background:var(--ink);color:#fff;padding:12px 16px;border-radius:999px}.page-width{width:min(var(--max),calc(100vw - 40px));margin:0 auto}.announce{background:#f6fbff;color:var(--blue);text-align:center;padding:10px 16px;border-bottom:1px solid var(--line);font-size:12px;font-weight:800;text-transform:uppercase}.header{position:sticky;top:0;z-index:20;background:#ffffffd6;border-bottom:1px solid rgba(231,236,241,.9);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header__inner{min-height:82px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:22px}.logo{display:inline-flex;align-items:center;justify-content:center;min-width:232px}.logo img{width:210px;height:auto;max-height:58px}.nav,.header__tools{display:flex;gap:20px;align-items:center;color:var(--ink-soft);font-size:12px;font-weight:800;text-transform:uppercase}.nav a,.header__tools a{padding:10px 0}.nav a:hover,.header__tools a:hover{color:var(--blue)}.header__tools{justify-self:end}.cart-bubble{min-width:22px;height:22px;display:inline-grid;place-items:center;margin-left:6px;background:var(--red);color:#fff;border-radius:999px;font-size:11px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border:1px solid var(--ink);border-radius:999px;background:var(--ink);color:#fff;font-size:13px;font-weight:800;text-transform:uppercase;box-shadow:0 12px 28px #17212b24;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.btn:hover{transform:translateY(-1px);background:var(--blue);border-color:var(--blue);box-shadow:0 18px 38px #0a5f8f33}.btn--ghost{background:#fff;color:var(--ink);border-color:var(--line);box-shadow:none}.btn--ghost:hover{background:var(--mist);color:var(--blue);border-color:var(--blue-soft)}.btn--lime{background:var(--lime);border-color:var(--lime);color:#102000}.hero{position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#fffffffa,#fffffff0 45%,#f2f7fbbd)}.hero__inner{position:relative;min-height:690px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(380px,1.1fr);align-items:center;gap:64px;padding:72px 0 82px}.hero__copy{padding:20px 0}.eyebrow{display:inline-flex;gap:10px;align-items:center;padding:8px 14px;background:var(--blue-soft);color:var(--blue);border-radius:999px;font-size:12px;font-weight:800;text-transform:uppercase}.hero h1,.section-title,.product-title,.collection-title,.cart-title{margin:0;font-family:Space Grotesk,Inter,system-ui,sans-serif;color:var(--ink);font-weight:700;line-height:1.02}.hero h1{margin-top:22px;max-width:650px;font-size:clamp(48px,6vw,86px)}.hero p{max-width:590px;color:var(--ink-soft);font-size:19px;line-height:1.65}.hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.hero__badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.hero__badges span{padding:9px 12px;background:#ffffffd1;border:1px solid var(--line);border-radius:999px;color:var(--ink-soft);font-size:12px;font-weight:700}.hero__visual{position:relative;min-height:560px}.hero__photo-card{position:absolute;top:0;right:0;bottom:44px;left:72px;overflow:hidden;border-radius:var(--radius-xl);background:var(--cream);box-shadow:var(--shadow)}.hero__photo-card img{width:100%;height:100%;object-fit:cover;object-position:64% center;filter:saturate(.92) brightness(1.08)}.hero__photo-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#ffffffb8,#ffffff0a 44%,#fff0)}.hero__product-card{position:absolute;left:0;bottom:0;width:min(310px,54%);overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:#ffffffe0;box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero__product-card img{width:100%;aspect-ratio:1 / 1;object-fit:contain;padding:22px;background:linear-gradient(180deg,#fff,#f5f8fb)}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.metric{padding:16px 12px;border-right:1px solid var(--line)}.metric:last-child{border-right:0}.metric strong{display:block;color:var(--ink);font-family:Space Grotesk,Inter,system-ui,sans-serif;font-size:24px}.metric span{display:block;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.section{padding:84px 0;border-top:1px solid var(--line)}.section-title{font-size:clamp(34px,4.6vw,58px)}.section-kicker{margin:0 0 10px;color:var(--blue);font-size:12px;font-weight:800;text-transform:uppercase}.section-copy{max-width:540px;color:var(--ink-soft);line-height:1.65}.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:34px}.category-grid,.kit-grid,.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.category-card,.kit-card,.trust-card,.product-card,.product-info,.cart-panel{background:#ffffffeb;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:0 12px 32px #17212b0d}.category-card,.kit-card,.trust-card{min-height:178px;padding:24px;transition:transform .16s ease,box-shadow .16s ease}.category-card:hover,.kit-card:hover,.product-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft)}.tag{display:inline-flex;padding:7px 11px;background:#eef8dc;color:#376400;border-radius:999px;font-size:11px;font-weight:800;text-transform:uppercase}.category-card h3,.kit-card h3,.trust-card h3{margin:18px 0 8px;font-family:Space Grotesk,Inter,system-ui,sans-serif;font-size:24px;line-height:1.14}.category-card p,.kit-card p,.trust-card p{margin:0;color:var(--ink-soft);line-height:1.55}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.product-card{overflow:hidden;display:flex;flex-direction:column;min-height:100%;transition:transform .16s ease,box-shadow .16s ease}.product-card__media{aspect-ratio:1 / 1;display:grid;place-items:center;padding:18px;background:linear-gradient(180deg,#fff,#f5f8fb);border-bottom:1px solid var(--line)}.product-card__media img{width:100%;height:100%;object-fit:contain}.product-card__body{padding:18px;display:grid;gap:12px}.product-card h3{margin:0;font-family:Space Grotesk,Inter,system-ui,sans-serif;font-size:18px;line-height:1.2}.price{display:flex;align-items:center;gap:10px;color:var(--ink);font-weight:800}.compare{color:var(--muted);text-decoration:line-through;font-weight:500}.collection-title,.cart-title{padding:64px 0 28px;font-size:clamp(40px,7vw,72px)}.filters{margin-bottom:28px;color:var(--ink-soft)}.product-page{padding:64px 0 80px;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.78fr);gap:44px}.product-gallery{display:grid;gap:16px}.product-gallery__item{padding:22px;background:linear-gradient(180deg,#fff,#f5f8fb);border:1px solid var(--line);border-radius:var(--radius-lg)}.product-gallery__item img{width:100%;max-height:620px;object-fit:contain}.product-info{align-self:start;position:sticky;top:108px;padding:30px}.product-title{font-size:clamp(34px,5vw,58px)}.vendor{color:var(--blue);font-size:12px;font-weight:800;text-transform:uppercase}.product-description{color:var(--ink-soft);line-height:1.7}.quantity{width:86px;height:48px;margin:18px 0;padding:0 12px;background:#fff;border:1px solid var(--line);border-radius:999px;color:var(--ink)}.cart-panel{padding:28px;margin-bottom:80px}.cart-row{display:grid;grid-template-columns:110px 1fr auto;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cart-row img{width:110px;height:110px;object-fit:contain;background:#f5f8fb;border-radius:var(--radius-md)}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-top:24px;font-size:22px;font-weight:800}.cart-actions{display:flex;justify-content:flex-end;gap:14px;margin-top:24px}.footer{padding:52px 0;background:#f6f8fa;border-top:1px solid var(--line)}.footer__inner{display:grid;grid-template-columns:1fr auto;gap:24px;color:var(--ink-soft)}.footer-logo{margin-bottom:16px;justify-content:flex-start}@media(max-width:980px){.nav{display:none}.hero__inner,.product-page{grid-template-columns:1fr}.hero__visual{min-height:520px}.hero__photo-card{top:0;right:0;bottom:64px;left:0}.category-grid,.kit-grid,.trust-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-info{position:static}}@media(max-width:640px){.page-width{width:min(100vw - 24px,var(--max))}.announce{font-size:11px}.header__inner{min-height:72px;grid-template-columns:1fr auto}.logo{justify-content:flex-start;min-width:154px}.logo img{width:146px}.header__tools{gap:12px;font-size:11px}.header__tools a:not(:last-child){display:none}.hero__inner{min-height:auto;gap:30px;padding:48px 0 62px}.hero h1{font-size:44px}.hero p{font-size:17px}.hero__actions,.cart-actions{flex-direction:column}.btn{width:100%}.hero__visual{min-height:460px}.hero__photo-card{top:0;right:0;bottom:0;left:0;border-radius:26px}.hero__product-card{width:min(260px,72%)}.category-grid,.kit-grid,.trust-grid,.product-grid{grid-template-columns:1fr}.section{padding:56px 0}.section-head{display:block}.cart-row{grid-template-columns:84px 1fr}.cart-row img{width:84px;height:84px}.cart-row>.price{grid-column:2}.footer__inner{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/alpha-theme.css.map */
