:root{--shadow-sm: 0 1px 2px rgba(11,18,32,.06), 0 1px 3px rgba(11,18,32,.06);--shadow-md: 0 6px 16px rgba(11,18,32,.08);--shadow-lg: 0 12px 32px rgba(11,18,32,.1);--header-h: 85px;--tab-accent: #12719F}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}html{scroll-padding-top:calc(var(--header-h) + 12px)}html,body{max-width:100%;overflow-x:clip}body{margin:0;font-family:var(--font-body);font-size:calc(16px * var(--font-body-scale));line-height:1.6;font-weight:400;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,video,iframe,svg{max-width:100%}img,video,svg{display:block;height:auto}iframe{display:block}a{color:inherit;text-decoration:underline;text-underline-offset:3px}a:hover{text-decoration-thickness:2px}button{font:inherit;cursor:pointer}h1,h2,h3,h4{font-family:var(--font-heading);line-height:1.05;letter-spacing:-.02em;margin:0 0 .5em}h1{font-size:clamp(28px,5vw,44px);font-weight:800}.hero__content h1{font-size:clamp(48px,8vw,100px)}h2{font-size:clamp(32px,5vw,56px);font-weight:800}h3{font-size:clamp(22px,3vw,32px);font-weight:700}h4{font-size:1.05rem;font-weight:700;letter-spacing:-.01em;line-height:1.2}p{margin:0 0 1em}.container{max-width:var(--container);margin:0 auto;padding-inline:20px}@media(min-width:768px){.container{padding-inline:32px}}.section{padding-block:var(--section)}.section[data-spacing-top=tight]{padding-top:var(--section-tight)}.section[data-spacing-top=normal]{padding-top:var(--section-normal)}.section[data-spacing-top=loose]{padding-top:var(--section-loose)}.section[data-spacing-bottom=tight]{padding-bottom:var(--section-tight)}.section[data-spacing-bottom=normal]{padding-bottom:var(--section-normal)}.section[data-spacing-bottom=loose]{padding-bottom:var(--section-loose)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-100px;left:8px;background:var(--text);color:#fff;padding:8px 12px;border-radius:6px;z-index:100}.skip-link:focus{top:8px}:focus-visible{outline:3px solid var(--primary);outline-offset:2px;border-radius:4px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:9px 22px;border-radius:var(--radius-btn);border:1px solid transparent;font-family:var(--font-body);font-size:14.4px;font-weight:700;line-height:1.2;text-decoration:none;min-height:40px;transition:transform .12s ease,background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.btn:active{transform:translateY(1px)}.btn--primary{background:linear-gradient(135deg,#1395bd,#2563eb);color:#fff;box-shadow:0 6px 20px #2563eb40}.btn--primary:hover{background:linear-gradient(135deg,#0f7fa4,#1e56d1);box-shadow:0 8px 24px #2563eb52}.btn--primary:disabled,.btn--primary[disabled]{background:#94a3b8;box-shadow:none;cursor:not-allowed}.btn--accent{background:var(--accent);color:var(--accent-contrast)}.btn--accent:hover{background:color-mix(in oklab,var(--accent) 88%,#000)}.btn--outline{background:transparent;color:var(--text);border-color:var(--text)}.btn--outline:hover{background:var(--text);color:var(--bg)}.btn--ghost{background:transparent;color:var(--text)}.btn--lg{padding:16px 32px;font-size:16.8px;min-height:56px}.btn--block{width:100%}.card{background:var(--surface);border:0;border-radius:var(--radius-card);padding:24px;box-shadow:var(--card-shadow)}.stack>*+*{margin-top:var(--stack, 1rem)}.center{text-align:center}.muted{color:var(--muted)}.eyebrow{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--tab-accent);margin-bottom:1rem}.announcement{position:relative;background:linear-gradient(135deg,#1395bd,#2563eb);color:#fff;font-size:.875rem;padding:10px 0}.announcement__inner{display:flex;align-items:center;justify-content:center;gap:12px;padding-inline:44px 44px;text-align:center}.announcement__track{position:relative;min-height:20px;flex:1;text-align:center}.announcement__msg{display:none;align-items:center;justify-content:center;pointer-events:none}.announcement__msg.is-active{display:flex;pointer-events:auto;animation:annFadeIn .28s ease both}@keyframes annFadeIn{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.announcement__msg.is-active{animation:none}}.announcement__msg a{color:inherit}.announcement__dismiss{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:transparent;color:inherit;border:0;padding:6px;border-radius:6px}.announcement__dismiss:hover{background:#ffffff1f}.announcement[hidden]{display:none}.shopify-section-group-header-group:has(>.announcement){position:sticky;top:0;z-index:101}.shopify-section-group-header-group:has(>.site-header){position:sticky;top:var(--ann-h, 0px);z-index:100}body:has([data-drawer=menu][open]) .shopify-section-group-header-group:has(>.site-header){z-index:130}.site-header{background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.1);box-shadow:none;transition:box-shadow .2s ease}.site-header.is-scrolled{box-shadow:0 2px 16px #0000001a}.site-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;min-height:var(--header-h)}@media(min-width:900px){.site-header__inner{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:0;padding-block:.5rem}}.site-header__logo{font-family:var(--font-heading);font-weight:800;font-size:1.15rem;text-decoration:none;justify-self:center;display:flex;align-items:center}@media(min-width:900px){.site-header__logo{justify-self:center}}.site-header__logo img{width:auto;display:block;object-fit:contain}.site-nav{display:none}@media(min-width:900px){.site-nav{display:flex;gap:2.75rem;align-items:center}.site-nav--left{justify-self:stretch;justify-content:flex-end;padding-right:1.5rem}.site-nav--right{justify-content:flex-start}}.site-nav__link{text-decoration:none;font-weight:500;font-size:.9rem;letter-spacing:.5px;color:var(--muted);padding:8px 0;display:inline-flex;align-items:center;gap:.25rem;cursor:pointer;white-space:nowrap}.site-nav__link:hover,.site-nav__link[aria-current=page]{color:var(--tab-accent)}.site-nav__item{position:relative}.site-nav__caret{display:inline-block;font-size:.6em;line-height:1;transition:transform .18s ease}.site-nav__item:hover .site-nav__caret,.site-nav__item:focus-within .site-nav__caret{transform:rotate(180deg)}.site-nav__dropdown{position:absolute;top:100%;left:0;padding:.6rem 0 0;margin:0;min-width:175px;list-style:none;background:transparent;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease,visibility linear .18s;z-index:200}.site-nav__dropdown:before{content:"";position:absolute;top:.6rem;right:0;bottom:0;left:0;background:#fff;border:1px solid var(--border);border-radius:.75rem;box-shadow:0 8px 24px #0000001a;z-index:-1}.site-nav__item:hover .site-nav__dropdown,.site-nav__item:focus-within .site-nav__dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition:opacity .18s ease,transform .18s ease,visibility linear}.site-nav__dropdown a{display:block;padding:.55rem 1.1rem;text-decoration:none;color:var(--text);font-size:.875rem;font-weight:500;letter-spacing:.3px;white-space:nowrap;transition:color .15s,background .15s}.site-nav__dropdown a:hover{background:#0099cc0f;color:var(--tab-accent)}.site-header__right{display:flex;align-items:center;gap:8px;justify-self:end}@media(min-width:900px){.site-header__right{justify-self:stretch;justify-content:flex-start;gap:2rem;padding-left:1.5rem}}.site-header__actions{display:flex;gap:4px;align-items:center;justify-content:flex-end}@media(max-width:899px){.site-header__actions .site-header__search{display:none}}.site-header__account{display:none}@media(min-width:900px){.site-header__account{display:inline-flex}}.site-header__cta{display:none;padding:.55rem 1.4rem;font-size:.9rem;font-weight:700;min-height:0;border-radius:2rem;white-space:nowrap;background:linear-gradient(135deg,#1395bd,#2563eb);color:#fff;box-shadow:none;transition:opacity .2s,transform .2s}.site-header__cta:hover{opacity:.85;transform:translateY(-1px);background:linear-gradient(135deg,#1395bd,#2563eb)}@media(min-width:1360px){.site-header__cta{display:inline-flex}}.icon-btn{background:transparent;border:0;padding:10px;border-radius:999px;color:inherit;display:inline-flex;align-items:center;justify-content:center;position:relative}.icon-btn:hover{background:var(--surface)}.site-header .icon-btn{color:var(--muted)}.site-header .icon-btn:hover,.site-header .icon-btn:focus-visible{color:var(--tab-accent)}.icon-btn svg{width:22px;height:22px}.cart-count{position:absolute;top:2px;right:2px;background:var(--accent);color:var(--accent-contrast);font-size:11px;font-weight:700;min-width:18px;height:18px;border-radius:999px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center}.cart-count[hidden]{display:none}.menu-toggle{display:inline-flex}@media(min-width:900px){.menu-toggle{display:none}}.drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;pointer-events:none;visibility:hidden}.drawer[open]{pointer-events:auto;visibility:visible}.drawer__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#0b122080;opacity:0;transition:opacity .2s ease}.drawer[open] .drawer__scrim{opacity:1}.drawer__panel{position:absolute;top:0;bottom:0;left:0;width:min(85vw,360px);background:var(--bg);transform:translate(-100%);transition:transform .25s ease;display:flex;flex-direction:column}.drawer--right .drawer__panel{left:auto;right:0;transform:translate(100%);width:min(92vw,420px)}.drawer--top .drawer__panel{left:0;right:0;top:0;bottom:auto;width:100%;height:auto;transform:translateY(-100%);background:var(--bg);box-shadow:0 10px 30px #0b12201f;padding:1.5rem 5vw;display:block}.drawer--top[open] .drawer__panel{transform:translateY(0)}.searchbar{position:relative;display:flex;align-items:center;gap:.6rem;max-width:820px;margin:0 auto;background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:.55rem .8rem .55rem 1rem}.searchbar__icon{display:inline-flex;color:var(--muted);flex:0 0 auto}.searchbar__input{flex:1 1 auto;min-width:0;border:0;background:transparent;outline:0;font-family:var(--font-body);font-size:1.05rem;color:var(--text);padding:.35rem 0}.searchbar__input::placeholder{color:var(--muted)}.searchbar__input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.searchbar__close{flex:0 0 auto;border:0;background:transparent;cursor:pointer;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;padding:0}.searchbar__close:hover{color:var(--text);background:#0b12200f}@media(max-width:700px){.drawer--top .drawer__panel{padding:1rem 4vw}.searchbar__input{font-size:1rem}}.drawer[open] .drawer__panel{transform:translate(0)}.drawer__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--border)}.drawer__body{padding:16px;overflow:auto;flex:1}.drawer__footer{padding:16px;border-top:1px solid var(--border)}.drawer__nav{list-style:none;padding:0;margin:0}.drawer__nav a{display:block;padding:14px 4px;text-decoration:none;font-weight:600;border-bottom:1px solid var(--border)}.hero{position:relative;overflow:hidden;background:var(--surface)}.hero__media{position:relative;aspect-ratio:4/5}@media(min-width:768px){.hero__media{aspect-ratio:16/9;min-height:520px}}.hero__media>video,.hero__media>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000026,#0000008c)}.hero__content{position:absolute;inset:auto 0 0 0;padding:32px 20px 40px;color:#fff;text-align:center}.hero__content h1{color:#fff;margin:0 0 12px;text-wrap:balance}.hero__content p{color:#f2f4f8;margin:0 0 20px;font-size:1.05rem;text-wrap:balance}.hero--empty{background:#0a1020;background-image:radial-gradient(1200px 500px at 80% 0%,#1a5cff 0%,transparent 60%),linear-gradient(135deg,#1a5cff,#0a1020);color:#fff}.hero--empty .hero__media{aspect-ratio:auto;min-height:60vh;display:flex}@media(min-width:768px){.hero--empty .hero__media{min-height:520px}}.hero--empty .hero__content{position:static;margin:auto;padding:56px 20px;color:#fff}@media(prefers-reduced-motion:reduce){.hero__media video{display:none}}.steps{display:grid;gap:20px;grid-template-columns:1fr}@media(min-width:700px){.steps{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.steps{grid-template-columns:repeat(4,1fr)}}.step{padding:24px;background:var(--surface);border:0;border-radius:var(--radius-card);box-shadow:var(--card-shadow)}.step__num{width:40px;height:40px;border-radius:999px;background:var(--primary);color:var(--primary-contrast);display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:1.05rem;margin-bottom:12px}.step__title{margin:0 0 6px;font-size:1.1rem}.step__body{margin:0;color:var(--muted)}.featured{display:grid;gap:24px;grid-template-columns:1fr;align-items:start}@media(min-width:900px){.featured{grid-template-columns:1fr 1fr;gap:48px}}.featured__media img{width:100%;border-radius:var(--radius-card)}.featured__price{display:flex;align-items:baseline;gap:10px;margin:6px 0 12px}.price{font-size:1.5rem;font-weight:800}.price--compare{color:var(--muted);text-decoration:line-through;font-weight:500;font-size:1.05rem}.price--save{background:var(--accent);color:var(--accent-contrast);padding:4px 8px;border-radius:6px;font-size:.8rem;font-weight:800}.variant-picker{border:0;padding:0;margin:0 0 18px}.swatch-legend{display:inline-flex;gap:6px;align-items:baseline;padding:0;margin:0 0 10px}.swatch-legend__label{text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;color:var(--muted);font-weight:700}.swatch-legend__value{font-weight:700;font-size:.95rem;color:var(--text)}.swatches{display:flex;gap:12px;margin:0;flex-wrap:wrap}.swatch{--sw: #ccc;width:44px;height:44px;border-radius:999px;border:2px solid var(--border);background:var(--sw);cursor:pointer;padding:0;position:relative;transition:transform .12s ease,border-color .12s ease}.swatch:hover{transform:scale(1.05)}.swatch.is-active{outline:2px solid var(--primary);outline-offset:3px;border-color:#ffffffe6}.swatch__label{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;opacity:0;pointer-events:none}.tiers{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:700px){.tiers{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.tiers{grid-template-columns:repeat(4,1fr)}}.tier{border:0;border-radius:var(--radius-card);padding:24px;background:var(--surface);box-shadow:var(--card-shadow);position:relative;display:flex;flex-direction:column;gap:8px}.tier.is-featured{outline:2px solid var(--primary);outline-offset:-2px;box-shadow:0 0 40px #1a5cff2e}.tier__badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--primary);color:var(--primary-contrast);padding:4px 10px;font-size:.75rem;font-weight:800;border-radius:999px;text-transform:uppercase;letter-spacing:.05em}.tier__title{font-weight:800;font-size:1.1rem}.tier__save{color:var(--accent);font-weight:700}.tier__price{font-size:1.35rem;font-weight:800}.tier__per{color:var(--muted);font-size:.9rem}.tier .btn{margin-top:auto}.recipes{display:grid;grid-template-columns:1fr;gap:18px}@media(min-width:700px){.recipes{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.recipes{grid-template-columns:repeat(3,1fr)}}.recipe{border-radius:var(--radius-card);overflow:hidden;background:var(--surface);border:0;box-shadow:var(--card-shadow);display:flex;flex-direction:column}.recipe__img{aspect-ratio:4/3;overflow:hidden;background:var(--surface)}.recipe__img img{width:100%;height:100%;object-fit:cover}.recipe__body{padding:16px 18px 18px;display:flex;flex-direction:column;gap:8px;flex:1}.recipe__title{font-size:1.1rem;margin:0}.recipe__excerpt{color:var(--muted);margin:0;font-size:.95rem}.recipe__more{margin-top:auto;font-weight:700;text-decoration:none;color:var(--primary)}.recipe__more:hover{text-decoration:underline}.faq{max-width:780px;margin:0 auto}.faq details{border-bottom:1px solid var(--border);padding:4px 0}.faq summary{list-style:none;cursor:pointer;padding:18px 0;font-weight:700;display:flex;justify-content:space-between;align-items:center;gap:16px}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"";width:14px;height:14px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .2s ease;flex:0 0 auto}.faq details[open] summary:after{transform:rotate(-135deg)}.faq__body{padding:0 0 18px;color:var(--muted)}.trust{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:700px){.trust{grid-template-columns:repeat(3,1fr)}}.trust__item{display:flex;gap:12px;align-items:center;padding:24px;border:0;border-radius:var(--radius-card);background:var(--surface);box-shadow:var(--card-shadow)}.trust__icon{flex:0 0 auto;width:32px;height:32px;color:var(--primary)}.trust__icon svg{width:100%;height:100%}.footer-socials a svg{width:20px;height:20px}.free-ship-note svg{width:20px;height:20px;flex:0 0 auto}.reviews{text-align:center}.reviews__stars{color:#f5a623;letter-spacing:2px;font-size:1.5rem}.reviews__meta{color:var(--muted)}.product-video__header{text-align:center;max-width:640px;margin:0 auto 20px}.product-video__heading{font-family:var(--font-heading);font-size:clamp(26px,3.5vw,40px);font-weight:800;letter-spacing:-.02em;line-height:1.1;margin:4px 0 8px}.product-video__body{color:var(--muted);margin:0;font-size:1rem;line-height:1.5}.product-video__frame{border-radius:var(--radius-card);overflow:hidden;background:#000;aspect-ratio:16/9;max-width:1200px;margin:0 auto;box-shadow:var(--card-shadow)}.product-video__frame video,.product-video__frame img{width:100%;height:100%;object-fit:cover;display:block}.product-video__empty{display:flex;align-items:center;justify-content:center;height:100%;color:#ffffffb3;font-size:.95rem}.product-video__caption{text-align:center;color:var(--muted);font-size:.9rem;margin:14px auto 0;max-width:640px}@media(prefers-reduced-motion:reduce){.product-video__frame video{display:none}}.contact-pill{display:none;position:fixed;bottom:20px;right:20px;z-index:35;align-items:center;gap:8px;padding:12px 18px;border-radius:999px;background:linear-gradient(135deg,#1395bd,#2563eb);color:#fff;text-decoration:none;font-weight:700;font-size:.85rem;box-shadow:0 8px 24px #2563eb40;transition:transform .15s ease,box-shadow .15s ease}.contact-pill:hover{transform:translateY(-2px);box-shadow:0 12px 28px #2563eb52}.contact-pill svg{width:18px;height:18px}@media(min-width:900px){.contact-pill{display:inline-flex}}.product-tabs .tabs{max-width:1060px;margin:0 auto}.tabs__nav{display:flex;gap:4px;flex-wrap:nowrap;border-bottom:1px solid var(--border);margin-bottom:40px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scrollbar-width:none}.tabs__nav::-webkit-scrollbar{display:none}.tabs__tab{flex:0 0 auto;scroll-snap-align:start}.tabs__tab{background:transparent;border:0;padding:16px 28px;font-family:var(--font-body);font-weight:700;font-size:.9rem;line-height:1.2;color:var(--muted);cursor:pointer;position:relative;white-space:nowrap;transition:color .12s ease}.tabs__tab:hover{color:var(--text)}.tabs__tab.is-active{color:var(--tab-accent)}.tabs__tab.is-active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--tab-accent)}.tabs__count{color:var(--muted);font-weight:500;margin-left:4px}.tabs__tab.is-active .tabs__count{color:var(--tab-accent)}@media(max-width:799px){.tabs__tab{padding:14px;font-size:.875rem}.tabs__nav{margin-bottom:24px}}.tabs__panel{padding:8px 0}.tabs__panel[hidden]{display:none}.tabs__rte,.tabs__rte *{text-align:left!important}.tabs__rte{overflow-wrap:anywhere;word-break:break-word;font-size:1.02rem;line-height:1.6}.tabs__rte img,.tabs__rte video,.tabs__rte iframe{max-width:100%;height:auto;border-radius:var(--radius-card);margin-block:16px}.spec-table{margin:0}.spec-table__row{display:grid;grid-template-columns:minmax(140px,32%) 1fr;gap:16px;align-items:baseline;padding:24px 10px;border-bottom:1px solid var(--border)}.spec-table__label{margin:0;color:var(--muted);font-size:1rem}.spec-table__value{margin:0;color:var(--text);font-size:1rem;font-weight:500;overflow-wrap:anywhere}@media(max-width:599px){.spec-table__row{grid-template-columns:1fr;gap:4px;padding:16px 4px}}.desc-panels{display:flex;flex-direction:column;gap:20px;max-width:780px}.desc-panel{background:var(--surface);border-radius:16px;padding:28px 32px}.desc-panel__heading{margin:0 0 10px;font-size:1.15rem;font-weight:700;line-height:1.3;color:var(--tab-accent)}.desc-panel__body,.desc-panel__body *{text-align:left!important}.desc-panel__body{font-size:1rem;line-height:1.7;overflow-wrap:anywhere}.desc-panel__body>:first-child{margin-top:0}@media(max-width:599px){.desc-panel{padding:22px 20px}}.faq--rows{max-width:720px;margin:0 auto}.faq--rows details{border:0;border-bottom:1px solid var(--border);border-radius:0;background:transparent;padding:0}.faq--rows summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:26px 4px;font-weight:700;font-size:1.05rem;line-height:1.4;color:var(--text);cursor:pointer;list-style:none}.faq--rows summary::-webkit-details-marker{display:none}.faq--rows summary:after{content:"+";flex:0 0 auto;font-size:1.5rem;font-weight:400;line-height:1;color:var(--tab-accent)}.faq--rows details[open] summary:after{content:"\2212"}.faq--rows .faq__body{padding:0 4px 26px;font-size:1rem;line-height:1.7;color:var(--muted)}.faq--rows .faq__body>:first-child{margin-top:0}.faq--rows .faq__body>:last-child{margin-bottom:0}.star{color:var(--border)}.star--on{color:#f59e0b}.rev-summary{display:grid;grid-template-columns:minmax(200px,280px) 1fr;gap:32px;align-items:center;background:#fff;border-radius:24px;box-shadow:var(--card-shadow);padding:36px 40px;margin-bottom:32px}.rev-summary__score{text-align:center}.rev-summary__number{font-family:var(--font-heading);font-size:4rem;font-weight:800;line-height:1;color:var(--tab-accent)}.rev-summary__stars{font-size:1.5rem;letter-spacing:2px;margin-top:10px}.rev-summary__caption{margin:10px 0 0;color:var(--muted);font-size:.95rem}.rev-summary__bars{display:flex;flex-direction:column;gap:10px}.rev-bar{display:grid;grid-template-columns:34px 1fr 44px;gap:12px;align-items:center}.rev-bar__label{color:var(--muted);font-size:.95rem;white-space:nowrap}.rev-bar__track{height:8px;border-radius:999px;background:var(--border);overflow:hidden}.rev-bar__fill{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#1395bd,#2563eb)}.rev-bar__pct{color:var(--muted);font-size:.95rem;text-align:right}@media(max-width:749px){.rev-summary{grid-template-columns:1fr;gap:24px;padding:28px 22px}}.rev-cards{display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:32px}@media(min-width:700px){.rev-cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.rev-cards{grid-template-columns:repeat(4,1fr);gap:26px}}.rev-card{background:#fff;border-radius:24px;box-shadow:var(--card-shadow);padding:28px}.rev-card__stars{font-size:1.15rem;letter-spacing:1px}.rev-card__title{margin:16px 0 0;font-size:1.05rem;font-weight:800;line-height:1.3}.rev-card__body{margin:14px 0 0;color:var(--muted);font-size:.95rem;line-height:1.6}.rev-card__author{margin:14px 0 0;color:var(--muted);font-size:.875rem;font-weight:600}.coupon-card{border-radius:var(--radius-card);padding:40px 24px;max-width:900px;margin:0 auto;text-align:center;box-shadow:var(--card-shadow)}.coupon-card--surface{background:var(--surface);color:var(--text)}.coupon-card--gradient{background:linear-gradient(135deg,#1395bd,#2563eb);color:#fff}.coupon-card__body{max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:10px;align-items:center}.coupon-card__eyebrow{color:inherit;opacity:.85}.coupon-card--gradient .coupon-card__eyebrow{color:#ffffffd9}.coupon-card__heading{font-family:var(--font-heading);font-size:clamp(28px,4vw,40px);font-weight:800;letter-spacing:-.02em;line-height:1.1;margin:0;color:inherit}.coupon-card__body-text{margin:0 0 8px;font-size:1rem;line-height:1.5;opacity:.85}.coupon-card--gradient .coupon-card__body-text{color:#ffffffe6;opacity:1}.coupon-form{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;width:100%;max-width:520px;margin-top:4px}.coupon-form__input{flex:1 1 220px;min-width:0;padding:14px 18px;border-radius:var(--radius-btn);border:1px solid var(--border);background:#fff;color:var(--text);font:inherit;min-height:52px}.coupon-card--gradient .coupon-form__input{border-color:transparent}.coupon-form__submit{flex:0 0 auto}.coupon-card--gradient .coupon-form__submit{background:#fff;color:var(--primary);box-shadow:0 6px 20px #0f151d2e}.coupon-card--gradient .coupon-form__submit:hover{background:#ffffffeb}.coupon-form__ok,.coupon-form__err{width:100%;margin:8px 0 0;font-size:.9rem;font-weight:600}.coupon-form__ok{color:var(--success)}.coupon-card--gradient .coupon-form__ok{color:#8ff5a7}.coupon-form__err{color:var(--accent)}.coupon-card__legal{margin:6px 0 0;font-size:.78rem;opacity:.7}.product-post-buy{padding-block:0}.product-post-buy__inner{max-width:1200px;margin:0 auto;padding-inline:20px}@media(min-width:768px){.product-post-buy__inner{padding-inline:32px}}.product-post-buy__inner--narrow{max-width:800px}.product-related__heading{margin:0 0 20px}.template-product .product-related__heading{font-size:clamp(22px,2.4vw,30px);margin-bottom:16px}.template-product .product-related .product-post-buy__inner{max-width:1000px;margin-inline:auto}.template-product .product-related .fs-pcard__body{padding:.8rem .9rem 1rem}.template-product .product-related .fs-pcard__title{font-size:.92rem;margin-bottom:.5rem;min-height:2.4em}.template-product .product-related .fs-pcard__prices{margin-bottom:.7rem}.template-product .product-related .fs-pcard__prices .price{font-size:1.1rem}.template-product .product-related .fs-pcard__prices .price--compare{font-size:.78rem}.template-product .product-related .fs-pcard__cta{padding:.5rem .8rem;font-size:.78rem;border-radius:.8rem}.template-product .product-related .fs-pcard .okendo-star-rating{margin-bottom:.2rem}.template-product .product-related .fs-pcard .oke-sr,.template-product .product-related .fs-pcard .oke-sr-count-number,.template-product .product-related .fs-pcard .oke-sr-label-text{font-size:12px}.template-product .product-related .fs-pcard .oke-sr-stars{margin-right:5px}.template-product .product-related .fs-pcard__title{line-height:1.2;min-height:2.3em}.template-product .product-related .fs-pcard__prices{gap:.3rem;row-gap:.1rem;margin-bottom:.55rem}.template-product .product-related .fs-pcard__prices .price{font-size:1rem}.template-product .product-related .fs-pcard__prices .price--compare{font-size:.72rem}.template-product .product-related .fs-pcard__prices .price--save{font-size:.62rem;padding:.1rem .35rem}.product-hero{text-align:center;max-width:780px;margin:0 auto 24px;display:flex;flex-direction:column;gap:12px}.product-hero__headline{font-family:var(--font-heading);font-size:clamp(30px,6vw,56px);font-weight:800;letter-spacing:-.02em;line-height:1.05;margin:0;text-wrap:balance}.product-hero__lead{color:var(--muted);font-size:1.05rem;line-height:1.55;margin:0;text-wrap:pretty}@media(min-width:900px){.product-hero{margin-bottom:32px}}.product-form .product-title{font-family:var(--font-heading);font-weight:800;font-size:clamp(36px,5.5vw,56px);line-height:1.02;letter-spacing:-.02em;margin:0 0 8px}.product-form .product-subtitle{color:var(--muted);font-size:1rem;line-height:1.5;margin:0 0 14px;max-width:48ch}.product-divider{border:0;border-top:1px solid var(--border);margin:16px 0;height:0}.product{display:grid;gap:24px;grid-template-columns:1fr}.product>*{min-width:0}@media(min-width:900px){.product{grid-template-columns:1.1fr .9fr;gap:48px;align-items:start}}.product-price{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin:8px 0 4px}.product-price__now{font-family:var(--font-heading);font-size:clamp(44px,6vw,60px);font-weight:800;letter-spacing:-.02em;color:var(--primary);line-height:1}.product-price__was{color:var(--muted);text-decoration:line-through;font-size:1.15rem;font-weight:500}.product-price__saved{color:var(--success);font-weight:700;font-size:.95rem;margin:4px 0 14px;display:block}.product-price__saved[hidden]{display:none}.product-trust{list-style:none;padding:0;margin:24px 0 0;display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding-block:16px}.product-trust__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;padding:4px 10px;background:transparent;border-radius:0;min-width:0}.product-trust__item+.product-trust__item{border-left:1px solid var(--border)}.product-trust__icon{flex:0 0 auto;width:22px;height:22px;color:var(--primary);display:inline-flex;align-items:center;justify-content:center;margin-bottom:2px}.product-trust__icon svg{width:22px;height:22px}.product-trust__text{font-weight:700;font-size:.82rem;line-height:1.2;color:var(--text)}.product-trust__caption{color:var(--muted);font-size:.72rem;line-height:1.3}.social-proof{display:grid;grid-template-columns:1fr;gap:0;padding:0;margin:0;background:var(--surface);border-radius:var(--radius-card);box-shadow:var(--card-shadow);overflow:hidden}@media(min-width:800px){.social-proof:has(.social-proof__media){grid-template-columns:35% 65%;align-items:stretch}}.social-proof__media{background:#000;aspect-ratio:9/16;margin:0;width:100%;max-width:none;max-height:none;overflow:hidden}@media(min-width:800px){.social-proof__media{aspect-ratio:auto;height:100%;min-height:380px}}.social-proof__media video,.social-proof__media img{width:100%;height:100%;object-fit:cover;display:block}.social-proof__body{display:flex;flex-direction:column;gap:12px;align-items:flex-start;padding:28px;min-width:0}@media(min-width:800px){.social-proof__body{padding:40px 44px}}.social-proof__pill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:var(--text);color:#fff;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;align-self:flex-start;width:fit-content;transition:background .12s ease}.social-proof__pill:hover{background:color-mix(in oklab,var(--text) 85%,#fff)}.social-proof__pill svg{width:16px;height:16px}.social-proof__heading{font-family:var(--font-heading);font-size:clamp(24px,3vw,34px);font-weight:800;letter-spacing:-.02em;line-height:1.1;margin:4px 0 0}.social-proof__line{color:var(--muted);font-size:1rem;margin:0;line-height:1.5;max-width:52ch}.social-proof__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;list-style:none;padding:0;margin:12px 0 0;width:100%}.social-proof__stat{display:flex;flex-direction:column;gap:2px;padding:0;background:transparent;border-radius:0;text-align:left;min-width:0}.social-proof__stat-num{font-family:var(--font-heading);font-weight:800;font-size:clamp(28px,3vw,36px);letter-spacing:-.02em;color:var(--primary);line-height:1}.social-proof__stat-label{color:var(--muted);font-size:.82rem;line-height:1.3;margin-top:4px}.feature-cards{display:grid;gap:12px;margin-top:16px}.feature-cards--grid{margin-top:0;grid-template-columns:1fr;gap:16px}@media(min-width:700px){.feature-cards--grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.feature-cards--grid{grid-template-columns:repeat(3,1fr);gap:24px}}.feature-card{display:flex;flex-direction:column;align-items:stretch;gap:18px;padding:32px 28px;background:#fff;border-radius:var(--radius-card);box-shadow:var(--card-shadow)}.feature-card__icon{flex:0 0 auto;align-self:center;width:64px;height:64px;border-radius:999px;background:transparent;border:2px solid color-mix(in oklab,var(--primary) 60%,transparent);color:var(--primary);display:inline-flex;align-items:center;justify-content:center}.feature-card__icon svg{width:28px;height:28px}.feature-card__icon--image{width:56px;height:56px;padding:2px;background:#fff;border:3px solid var(--ring, var(--primary));overflow:hidden}.feature-card__img{width:100%;height:100%;border-radius:999px;object-fit:cover;display:block}.product-tabs .feature-cards--grid{gap:20px}@media(min-width:700px){.product-tabs .feature-cards--grid{gap:24px}}@media(min-width:1000px){.product-tabs .feature-cards--grid{gap:26px}}.product-tabs .feature-card{padding:28px;gap:14px;border-radius:24px}.product-tabs .feature-card__text{gap:10px}.product-tabs .feature-card__title{font-size:1.1rem}.product-tabs .feature-card__body{font-size:.9rem;line-height:1.6}.feature-card__text{display:flex;flex-direction:column;gap:6px;align-items:flex-start;text-align:left;width:100%}.feature-card__title{margin:0;font-size:1.15rem;font-weight:800;line-height:1.2;letter-spacing:-.01em}.feature-card__body{margin:0;color:var(--muted);font-size:.95rem;line-height:1.5}.gallery{display:flex;flex-direction:column;gap:12px}@media(min-width:900px){.gallery{position:sticky;top:calc(var(--ann-h, 0px) + var(--header-h) + 16px);align-self:start;max-height:calc(100vh - var(--ann-h, 0px) - var(--header-h) - 32px);overflow-y:auto;scrollbar-width:none}.gallery::-webkit-scrollbar{display:none}}.gallery__main{border-radius:var(--radius-card);overflow:hidden;background:var(--surface)}.gallery__main img{width:100%;height:auto;display:block}.gallery__thumbs{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px;flex-wrap:wrap}.gallery__thumb{flex:0 0 auto;width:88px;height:88px;border-radius:12px;overflow:hidden;border:2px solid var(--border);background:var(--surface);padding:0;cursor:pointer;transition:border-color .12s ease,transform .12s ease}.gallery__thumb:hover{border-color:color-mix(in oklab,var(--primary) 45%,var(--border))}.gallery__thumb.is-active{border-color:var(--primary);box-shadow:0 0 0 2px color-mix(in oklab,var(--primary) 22%,transparent)}.gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-form{display:flex;flex-direction:column;gap:14px}.product-title{margin:0}.rating-row{display:flex;align-items:center;gap:10px}.rating-row a{text-decoration:none}.rating-row a:hover{text-decoration:underline}.qty{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius-btn);overflow:hidden}.qty button{width:44px;height:44px;background:transparent;border:0;font-size:1.2rem}.qty input{width:48px;text-align:center;border:0;height:44px;font:inherit;-moz-appearance:textfield}.qty input::-webkit-outer-spin-button,.qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.free-ship-note{display:inline-flex;gap:8px;align-items:center;color:var(--success);font-weight:600}.info-rows{list-style:none;padding:6px 16px;margin:4px 0 12px;background:#0f151d0a;border-radius:14px;display:flex;flex-direction:column;gap:0}.info-row{display:flex;gap:12px;align-items:center;padding:12px 0;background:transparent;border-radius:0}.info-row+.info-row{border-top:1px solid rgba(15,21,29,.08)}.info-row__icon{flex:0 0 auto;width:22px;height:22px;color:var(--primary);display:inline-flex;align-items:center;justify-content:center}.info-row__icon svg{width:22px;height:22px}.info-row__text{display:flex;flex-direction:column;gap:2px;min-width:0}.info-row__text strong{font-weight:700;font-size:.95rem;line-height:1.25}.info-row__caption{color:var(--muted);font-size:.82rem;line-height:1.3}.buy-now-form{margin-top:10px}.buy-now-form__buttons{display:flex;flex-direction:column;gap:8px}.shopify-payment-button__button{border-radius:var(--radius-btn)!important;min-height:52px;font-weight:700}.shopify-payment-button__more-options{font-size:.8rem;color:var(--muted);margin-top:6px;text-align:center}.buy-box-payments-wrap{margin:12px 0 4px;padding:0;background:transparent;border-radius:0;display:flex;flex-wrap:wrap;align-items:center;gap:10px 12px}.buy-box-payments__label{display:inline-flex;align-items:center;gap:6px;margin:0;color:var(--muted);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;flex:0 0 auto}.buy-box-payments__label svg{width:14px;height:14px;color:var(--muted)}.buy-box-payments{display:flex;flex-wrap:wrap;gap:6px;align-items:center;justify-content:center}@media(max-width:480px){.buy-box-payments{gap:5px}.buy-box-payments svg,.buy-box-payments .buy-box-payments__icon{height:21px}}.buy-box-payments svg,.buy-box-payments .buy-box-payments__icon{height:24px;width:auto;display:block}.bundle-picker{display:grid;gap:12px;margin:4px 0 12px}.bundle-picker__heading{font-family:var(--font-heading);font-weight:700;font-size:.95rem;letter-spacing:-.01em}.bundle-picker__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.bundle-tier{position:relative;display:block;border:2px solid transparent;border-radius:13.6px;background:#0f151d0a;padding:18px 8px 12px;cursor:pointer;text-align:center;transition:border-color .15s ease,background .15s ease,transform .1s ease;min-height:128px}.bundle-tier:hover{background:#0f151d12}.bundle-tier.is-selected{border-color:var(--text);background:#0f151d12}.bundle-tier__badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:var(--text);color:#fff;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:999px;white-space:nowrap;box-shadow:0 2px 6px #0f151d2e}.bundle-tier__inner{display:flex;flex-direction:column;gap:2px;align-items:center}.bundle-tier__qty{font-family:var(--font-heading);font-weight:800;font-size:1.75rem;letter-spacing:-.02em;line-height:1;color:var(--text);margin-bottom:2px}.bundle-tier__label{color:var(--muted);font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;line-height:1.2;margin-bottom:6px}.bundle-tier__price{font-weight:800;font-size:1.05rem;color:var(--text);line-height:1.15}.bundle-tier__price-suffix{color:var(--muted);font-weight:500;font-size:.82rem;margin-left:2px}.bundle-tier__save{color:var(--success);font-weight:700;font-size:.78rem;line-height:1.2;margin-top:2px}.product-reviews:has(.okendo-reviews-widget:empty){display:none}.product-reviews.is-empty{display:none}.sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:40;background:var(--bg);border-top:1px solid var(--border);padding:10px 16px calc(10px + env(safe-area-inset-bottom));display:none;gap:12px;align-items:center;box-shadow:0 -6px 20px #0b122014}.sticky-atc.is-visible{display:flex}.sticky-atc__info{display:flex;flex-direction:column;line-height:1.1}.sticky-atc__btn{display:flex;align-items:center;justify-content:center;gap:8px}.sticky-atc__price{font-weight:800}.sticky-atc__sep{opacity:.65;font-weight:600}@media(max-width:380px){.sticky-atc__btn{font-size:15.5px;gap:6px;padding-inline:16px}}@media(min-width:900px){.sticky-atc{display:none!important}}.grid-products{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:900px){.grid-products{grid-template-columns:repeat(4,1fr);gap:24px}}.collection-header{margin-bottom:24px;display:flex;flex-direction:column;gap:8px}.collection-header h1{margin:4px 0}.collection-header__body{max-width:60ch;margin:0}.collection-sort{margin-top:6px}.collection-sort select{padding:10px 34px 10px 14px;border:1px solid var(--border);border-radius:var(--radius-btn);background:#fff;font:inherit;min-height:44px;color:var(--text);-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f172a' stroke-width='2' stroke-linecap='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 12px center;background-size:14px}.pcard{display:flex;flex-direction:column;gap:6px;text-decoration:none;color:inherit;min-width:0}.pcard__img{border-radius:var(--radius-card);overflow:hidden;background:var(--surface);aspect-ratio:1/1;position:relative}.pcard__img img{width:100%;height:100%;object-fit:cover}.pcard__title{font-family:var(--font-heading);font-weight:700;font-size:.95rem;line-height:1.25;letter-spacing:-.01em;margin:6px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pcard__price{color:var(--text);display:flex;align-items:baseline;flex-wrap:wrap;gap:6px;min-width:0}.pcard__price .price{font-size:1rem;font-weight:800}.pcard__price .price--compare{font-size:.85rem}.pcard__price .price--save{font-size:.7rem;padding:2px 6px;letter-spacing:0;white-space:nowrap}.badge{display:inline-block;padding:2px 8px;border-radius:6px;font-size:.75rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.badge--sale{background:var(--accent);color:var(--accent-contrast)}.badge--out{background:#666;color:#fff}.site-footer{margin-top:60px;background:#0a1020;color:#f2f4f8}.site-footer a{color:#f2f4f8;text-decoration:none}.site-footer a:hover{text-decoration:underline}.site-footer__inner{display:grid;gap:32px;padding-block:48px 32px;grid-template-columns:1fr}@media(min-width:700px){.site-footer__inner{grid-template-columns:1.4fr 2.4fr 1.2fr;gap:40px;align-items:start}}.site-footer__brand{display:flex;flex-direction:column;gap:14px}.site-footer__wordmark{font-family:var(--font-heading);font-weight:800;font-size:1.4rem;letter-spacing:-.02em;color:#fff}.site-footer__logo{max-width:140px;height:auto}.site-footer__blurb{color:#f2f4f8bf;margin:0;max-width:34ch;font-size:.95rem}.site-footer__cols{display:grid;gap:24px;grid-template-columns:repeat(2,1fr)}@media(min-width:900px){.site-footer__cols{grid-template-columns:repeat(4,1fr);gap:32px}}.site-footer__col h4{color:color-mix(in oklab,var(--primary) 60%,#ffffff);font-family:var(--font-body);font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin:0 0 14px}.site-footer__col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.site-footer__col ul a{font-size:.95rem}.site-footer__col ul a:hover{color:var(--tab-accent)}.site-footer__hint{color:#f2f4f880;font-size:.85rem;margin:0}.site-footer__ok{color:#8ff5a7;font-size:.9rem;margin-top:6px}.site-footer__newsletter{display:flex;flex-direction:column;gap:8px}.site-footer__newsletter h4{color:#fff;font-family:var(--font-heading);font-size:.95rem;font-weight:800;letter-spacing:-.01em;margin:0}.footer-socials{display:flex;gap:10px;margin-top:4px}.footer-socials a{display:inline-flex;padding:9px;border-radius:999px;background:#ffffff14;color:#fff}.footer-socials a:hover{background:#ffffff29}.site-footer__legal{border-top:1px solid rgba(255,255,255,.1);padding-block:20px;font-size:.85rem;display:flex;flex-direction:column;gap:14px;align-items:center;text-align:center}.site-footer__legal-text{color:#f2f4f8b3;max-width:780px}.site-footer__legal-text p{margin:4px 0}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-block:18px;text-align:center}.site-footer__copy{color:#f2f4f88c;margin:0;font-size:.8rem}.payment-icons{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.payment-icons svg{height:22px;width:auto}.newsletter-form{display:flex;gap:8px;margin-top:4px}.newsletter-form input{flex:1;min-width:0;padding:12px 14px;border-radius:var(--radius-btn);border:1px solid rgba(255,255,255,.2);background:#ffffff14;color:#fff;font:inherit}.newsletter-form input::placeholder{color:#ffffff8c}.newsletter-form .btn{flex:0 0 auto}.cart-drawer .drawer__panel{width:min(92vw,420px)}.cart-line{display:grid;grid-template-columns:72px 1fr auto;gap:12px;padding:12px 0;border-bottom:1px solid var(--border)}.cart-line img{width:72px;height:72px;object-fit:cover;border-radius:10px;background:var(--surface)}.cart-line__title{font-weight:700;margin:0 0 4px}.cart-line__meta{color:var(--muted);font-size:.9rem}.cart-line__remove{background:transparent;border:0;color:var(--muted);padding:4px 0;text-decoration:underline;font-size:.85rem}.free-ship-bar{background:var(--surface);border-radius:999px;height:8px;overflow:hidden;margin:8px 0}.free-ship-bar__fill{display:block;height:100%;background:var(--primary);width:100%;transition:width .3s ease}.cart-page h1{margin:0 0 24px}.cart-layout{display:grid;gap:24px;grid-template-columns:1fr;align-items:start}@media(min-width:900px){.cart-layout{grid-template-columns:1.4fr .8fr;gap:40px}.cart-layout>form{display:grid;grid-template-columns:1.4fr .8fr;gap:40px;align-items:start}}.cart-layout>form>*{min-width:0}.cart-lines-wrap{display:contents}.cart-lines{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.cart-lines__item{display:grid;grid-template-columns:96px 1fr;gap:14px;align-items:start;padding:16px;background:var(--surface);border-radius:var(--radius-card);box-shadow:var(--card-shadow)}.cart-lines__img{display:block;width:96px;height:96px;border-radius:14px;overflow:hidden;background:#fff}.cart-lines__img img{width:100%;height:100%;object-fit:cover}.cart-lines__body{min-width:0;display:flex;flex-direction:column;gap:4px}.cart-lines__title{font-weight:700;margin:0;line-height:1.3}.cart-lines__title a{text-decoration:none;color:inherit}.cart-lines__title a:hover{text-decoration:underline}.cart-lines__meta{color:var(--muted);font-size:.9rem;margin:0}.cart-lines__price{font-weight:800;margin:4px 0 8px}.cart-lines__controls{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.cart-lines__remove{color:var(--muted);font-size:.85rem;text-decoration:underline}.cart-lines__remove:hover{color:var(--accent)}.cart-summary{padding:20px;background:var(--surface);border-radius:var(--radius-card);box-shadow:var(--card-shadow);display:flex;flex-direction:column;gap:4px;position:sticky;top:84px}.cart-summary__free-ship{display:flex;gap:10px;align-items:center;padding:10px 12px;background:color-mix(in oklab,var(--success) 12%,var(--surface));color:var(--success);border-radius:12px;font-weight:700;font-size:.9rem;margin-bottom:8px}.cart-summary__free-ship svg{width:20px;height:20px;flex:0 0 auto}.cart-summary__row{display:flex;justify-content:space-between;align-items:baseline;font-size:1.15rem;padding:4px 0}.cart-summary__row strong{font-family:var(--font-heading);font-size:1.5rem;letter-spacing:-.01em}.cart-summary__note{font-size:.8rem;margin:0 0 12px}.cart-empty{text-align:center;padding:40px 0 60px;display:flex;flex-direction:column;gap:16px;align-items:center}.cart-empty__title{font-size:1.25rem;margin:0;color:var(--muted)}.article{max-width:65ch;margin:0 auto}.article__back{margin:0 0 4px}.article__back a{text-decoration:none;color:var(--muted);font-weight:600}.article__title{text-wrap:balance;margin:4px 0 8px}.article__meta{color:var(--muted);font-size:.9rem;margin:0 0 20px}.article__hero{margin:0 0 24px}.article__hero img{border-radius:var(--radius-card);width:100%;height:auto}.article__body{font-size:1.05rem;line-height:1.7}.article__body h2{margin-top:1.6em;margin-bottom:.5em}.article__body h3{margin-top:1.4em;margin-bottom:.5em}.article__body p{margin:0 0 1em}.article__body img{border-radius:var(--radius-card);margin-block:20px;width:100%;height:auto}.article__body ul,.article__body ol{padding-left:1.4em;margin:0 0 1em}.article__body a{color:var(--primary)}.article-cta{display:flex;gap:16px;align-items:center;padding:20px;background:var(--surface);border-radius:var(--radius-card);box-shadow:var(--card-shadow);margin:28px 0}.article-cta--footer{margin:40px 0 0}.article-cta__img{flex:0 0 auto;display:block;width:96px;height:96px;border-radius:14px;overflow:hidden;background:#fff}.article-cta__img img{width:100%;height:100%;object-fit:cover}.article-cta__body{flex:1;min-width:0}.article-cta__eyebrow{font-size:.75rem;font-weight:800;letter-spacing:.1em;color:var(--primary);margin:0 0 2px}.article-cta__title{font-size:1.1rem;margin:0 0 4px;line-height:1.2}.article-cta__price{margin:0 0 10px;font-weight:800}.article-cta__was{color:var(--muted);text-decoration:line-through;font-weight:500;margin-left:6px}@media(max-width:600px){.article-cta{flex-direction:column;text-align:center;padding:24px 20px}.article-cta__img{width:120px;height:120px}}.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:900px){.blog-grid{grid-template-columns:repeat(3,1fr);gap:24px}}.blog-card{display:flex;flex-direction:column;background:var(--surface);border-radius:var(--radius-card);overflow:hidden;box-shadow:var(--card-shadow);min-width:0}.blog-card__img{aspect-ratio:4/3;overflow:hidden;background:var(--surface);display:block}.blog-card__img img{width:100%;height:100%;object-fit:cover}.blog-card__body{padding:14px 16px 18px;display:flex;flex-direction:column;gap:6px;flex:1}.blog-card__meta{font-size:.75rem;color:var(--muted);margin:0;letter-spacing:.04em;text-transform:uppercase}.blog-card__title{font-size:1rem;margin:0;line-height:1.25}.blog-card__title a{text-decoration:none;color:inherit}.blog-card__title a:hover{text-decoration:underline}.blog-card__excerpt{color:var(--muted);font-size:.9rem;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card__more{margin-top:auto;color:var(--primary);font-weight:700;text-decoration:none;font-size:.9rem}.blog-card__more:hover{text-decoration:underline}.notfound{text-align:center}.notfound .container{max-width:640px}.notfound__code{font-family:var(--font-heading);font-size:clamp(80px,20vw,160px);font-weight:800;color:var(--primary);letter-spacing:-.04em;line-height:1;margin:0 0 8px}.notfound h1{margin:0 0 12px}.notfound__body{max-width:480px;margin:0 auto 24px;font-size:1.05rem}.notfound__actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.search-form{display:flex;gap:8px;margin-top:8px;align-items:stretch}.search-form input[type=search]{flex:1;min-width:0;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius-btn);font:inherit;background:#fff;color:var(--text);min-height:44px}.search-form .btn{flex:0 0 auto}.search-pages{list-style:none;padding:0;margin:12px 0 0;display:flex;flex-direction:column;gap:8px}.search-pages__item{padding:14px 16px;background:var(--surface);border-radius:var(--radius-card);box-shadow:var(--card-shadow)}.search-pages__item a{display:flex;flex-direction:column;gap:4px;text-decoration:none;color:inherit}.search-pages__item a:hover strong{text-decoration:underline}.page-content{max-width:65ch;margin:0 auto}.page-content__title{text-wrap:balance;margin:0 0 16px}.page-content__body{font-size:1.05rem;line-height:1.7}.page-content__body h2{margin-top:1.6em;margin-bottom:.5em}.page-content__body h3{margin-top:1.4em;margin-bottom:.5em}.page-content__body p{margin:0 0 1em}.page-content__body a{color:var(--primary)}.page-content__body ul,.page-content__body ol{padding-left:1.4em;margin:0 0 1em}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.field label{font-weight:600;font-size:.95rem}.field input,.field textarea,.field select{padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius-btn);font:inherit;background:#fff;color:var(--text);min-height:44px}.field textarea{min-height:120px}.acc details{border-bottom:1px solid var(--border)}.acc summary{list-style:none;cursor:pointer;padding:16px 0;font-weight:700;display:flex;justify-content:space-between;align-items:center;gap:16px}.acc summary::-webkit-details-marker{display:none}.acc summary:after{content:"+";font-size:1.5rem;line-height:1;color:var(--muted);font-weight:400}.acc details[open] summary:after{content:"\2212"}.acc__body{padding:0 0 16px;color:var(--muted)}.acc__body ul{padding-left:1.1em}.acc__body--description,.acc__body--description *{text-align:left!important}.acc__body--description img,.acc__body--description video,.acc__body--description iframe{margin-left:0;margin-right:0}.acc__body,.rte,.product-description,.article__body{overflow-wrap:anywhere;word-break:break-word}.acc__body img,.acc__body video,.acc__body iframe,.rte img,.rte video,.rte iframe,.product-description img,.product-description video,.product-description iframe,.article__body img,.article__body video,.article__body iframe{max-width:100%;height:auto}.acc__body *,.rte *,.product-description *,.article__body *{max-width:100%!important;box-sizing:border-box}.acc__body table,.rte table,.product-description table,.article__body table{display:block;overflow-x:auto}.swatch input{position:absolute;opacity:0;pointer-events:none}.pdp-buybox .product{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;max-width:1200px;margin:0 auto}@media(max-width:768px){.pdp-buybox .product{grid-template-columns:1fr;gap:2rem}}.pdp-buybox .gallery{display:flex;flex-direction:column;gap:1rem}.pdp-buybox .gallery__main{aspect-ratio:1 / 1;border-radius:2rem;background:radial-gradient(at 50% 90%,#2979ff14,#f5f7fa);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;transition:background .5s}.pdp-buybox .gallery__main img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;transition:opacity .25s,transform .45s}.pdp-buybox .gallery__main:hover img{transform:scale(1.03)}.pdp-buybox .gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem;margin-top:.25rem}.pdp-buybox .gallery__thumb{aspect-ratio:1 / 1;width:auto;height:auto;border-radius:1rem;border:1.5px solid var(--border);background:#00000005;display:flex;align-items:center;justify-content:center;overflow:visible;padding:0;transition:border-color .2s,background .2s,transform .2s}.pdp-buybox .gallery__thumb:hover{transform:translateY(-3px)}.pdp-buybox .gallery__thumb:hover,.pdp-buybox .gallery__thumb.is-active{border-color:var(--tab-accent);background:#0099cc0f}.pdp-buybox .gallery__thumb img{width:100%;height:100%;object-fit:cover}.pdp-buybox .product-form{display:flex;flex-direction:column;gap:0;padding-top:.5rem}.pdp-buybox .product-form .product-title{font-family:var(--font-heading);font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;letter-spacing:-1px;line-height:1.1;margin:0 0 .5rem}.pdp-buybox .product-form .product-subtitle{color:var(--muted);font-size:.95rem;margin:0 0 1.2rem}.pdp-buybox .rating-row{display:flex;align-items:center;gap:.8rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border);margin-bottom:1.5rem}.pdp-buybox .rating-row .reviews__stars{color:#f59e0b;font-size:1.2rem;letter-spacing:2px}.pdp-buybox .rating-row a{color:var(--tab-accent);text-decoration:none;font-size:.85rem}.pdp-buybox .rating-row a:hover{text-decoration:underline}.pdp-buybox .product-divider{display:none}.pdp-buybox .product-price{margin:0 0 .4rem;display:block}.pdp-buybox .product-price__now{font-family:var(--font-heading);font-size:3rem;font-weight:800;line-height:1;background-image:linear-gradient(135deg,#1395bd,#2563eb);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}@supports not ((-webkit-background-clip: text) or (background-clip: text)){.pdp-buybox .product-price__now{background-image:none;-webkit-text-fill-color:currentColor;color:#1395bd}}.pdp-buybox .product-price__was{text-decoration:line-through;color:var(--muted);font-size:1.1rem;margin-left:.75rem}.pdp-buybox .product-price__saved{font-size:.85rem;color:#067a33;font-weight:600;margin:.4rem 0 1.5rem}.pdp-buybox .variant-picker{margin:0 0 1.5rem;border:0;padding:0}.pdp-buybox .swatch-legend{font-size:.82rem;font-weight:600;color:var(--muted);margin-bottom:.75rem;letter-spacing:.5px;text-transform:uppercase}.pdp-buybox .swatch-legend__value{color:var(--text);font-weight:700;text-transform:none}.pdp-buybox .swatches{display:flex;gap:.75rem;align-items:center}.pdp-buybox .swatch{width:34px;height:34px;border-radius:50%;position:relative;transition:transform .2s;border:0;box-shadow:inset 0 0 0 1px #0f151d1a}.pdp-buybox .swatch:after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;border:2px solid transparent;transition:border-color .2s}.pdp-buybox .swatch:hover{transform:scale(1.12)}.pdp-buybox .swatch.is-active{transform:none;outline:none}.pdp-buybox .swatch.is-active:after{border-color:var(--text)}.pdp-buybox .swatch:focus-within:after{border-color:var(--primary)}.pdp-buybox .bundle-picker{margin:1.25rem 0 1.1rem}.pdp-buybox .bundle-picker__heading{font-family:var(--font-body);font-size:.78rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--muted);margin-bottom:.65rem}.pdp-buybox .bundle-picker__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem}.pdp-buybox .bundle-tier{position:relative;display:flex;flex-direction:column;align-items:center;gap:.1rem;padding:1rem .4rem .8rem;border-radius:.85rem;border:2px solid var(--border);background:transparent;transition:border-color .15s,background .15s,box-shadow .15s;-webkit-user-select:none;user-select:none}.pdp-buybox .bundle-tier:hover{border-color:#0f151d47;background:#0f151d04}.pdp-buybox .bundle-tier.is-selected{border-color:#1d2530;background:#0f151d0a;box-shadow:0 0 0 3px #0f151d14}.pdp-buybox .bundle-tier__badge{position:absolute;top:-11px;left:50%;transform:translate(-50%);font-family:var(--font-heading);font-size:.6rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;padding:.18rem .55rem;border-radius:1rem;background:#1d2530;color:#fff}.pdp-buybox .bundle-tier__inner{display:contents}.pdp-buybox .bundle-tier__qty{font-family:var(--font-heading);font-size:1.6rem;font-weight:700;color:var(--text);line-height:1;margin-top:.4rem}.pdp-buybox .bundle-tier__label{font-family:var(--font-body);font-size:.7rem;color:var(--muted);font-weight:500}.pdp-buybox .bundle-tier__price{font-family:var(--font-heading);font-size:.78rem;font-weight:700;color:var(--text);margin-top:.25rem;text-align:center;width:100%}.pdp-buybox .bundle-tier__save{font-family:var(--font-body);font-size:.65rem;font-weight:700;color:#067a33;margin-top:.1rem}@media(max-width:420px){.pdp-buybox .bundle-picker__grid{gap:.4rem}.pdp-buybox .bundle-tier{padding:.75rem .2rem .6rem}.pdp-buybox .bundle-tier__qty{font-size:1.2rem}.pdp-buybox .bundle-tier__price{font-size:.68rem}.pdp-buybox .bundle-tier__label{font-size:.62rem}.pdp-buybox .bundle-tier__save{font-size:.58rem}.pdp-buybox .bundle-tier__badge{font-size:.5rem;padding:.15rem .38rem;letter-spacing:.03em}}.pdp-buybox .info-rows{margin:0 0 1rem;padding:.8rem 1rem;border-radius:.75rem;border:1px solid var(--border);background:#0f151d04;display:flex;flex-direction:column;gap:.5rem;list-style:none}.pdp-buybox .info-row{display:flex;align-items:flex-start;gap:.6rem;font-family:var(--font-body);font-size:.83rem;line-height:1.5;color:var(--text);padding:0;border:0;background:none}.pdp-buybox .info-row__icon{flex-shrink:0;margin-top:.15rem;color:var(--muted);background:none;padding:0}.pdp-buybox .info-row__icon svg{width:16px;height:16px}.pdp-buybox .info-row__text{display:flex;flex-direction:column;gap:.1rem}.pdp-buybox .info-row__caption{color:var(--muted);font-size:.78rem}.pdp-buybox form[data-product-form]{margin:0 0 .75rem}.pdp-buybox .buy-now-form{margin:0 0 1.5rem}.pdp-buybox form[data-product-form] .btn--block,.pdp-buybox .buy-now-form .shopify-payment-button__button{border-radius:2rem;font-size:1.05rem;font-weight:700;padding:1rem 2rem}.pdp-buybox form[data-product-form] .btn--primary{background:linear-gradient(135deg,#1395bd,#2563eb);border:none;box-shadow:0 6px 18px #2563eb38;transition:transform .2s,box-shadow .2s}.pdp-buybox form[data-product-form] .btn--primary:hover:not([disabled]){background:linear-gradient(135deg,#0f7fa4,#1e56d1);transform:translateY(-2px);box-shadow:0 10px 28px #2563eb47}.pdp-buybox form[data-product-form] .btn--primary:disabled,.pdp-buybox form[data-product-form] .btn--primary[disabled]{background:#94a3b8;box-shadow:none;cursor:not-allowed;transform:none}.pdp-buybox .buy-box-payments-wrap{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding-top:1rem;border-top:1px solid var(--border);margin-top:0}.pdp-buybox .buy-box-payments__label{font-size:.78rem;color:var(--muted);margin:0 .3rem 0 0;display:inline-flex;align-items:center;gap:.3rem}.pdp-buybox .buy-box-payments{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}@media(max-width:480px){.pdp-buybox .buy-box-payments-wrap{gap:.4rem}.pdp-buybox .buy-box-payments__label{width:100%;margin-right:0;font-size:.75rem}}.pdp-buybox .bundle-tier__label{text-transform:none;letter-spacing:normal;margin-bottom:0;line-height:1.3}.pdp-buybox .bundle-tier{min-height:0}.pdp-buybox .bundle-tier__price-suffix{font-size:.68rem;font-weight:500}@media(max-width:420px){.pdp-buybox .bundle-tier__price-suffix{font-size:.6rem}}.pdp-buybox .gallery__thumb.is-active{box-shadow:none}.pdp-buybox .info-row__text strong{font-size:.83rem;font-weight:600;line-height:1.5}.pdp-buybox .bundle-savings{margin-top:.7rem;padding:.55rem .9rem;border-radius:.6rem;background:#00a84414;border:1px solid rgba(0,168,68,.22);font-family:var(--font-body);font-size:.82rem;font-weight:600;color:#00873a;text-align:center}.pdp-buybox .bundle-savings[hidden]{display:none}.pdp-buybox .mp-panel{margin-top:.65rem;padding:.75rem .9rem;border-radius:.75rem;background:#0099cc0a;border:1px solid rgba(0,153,204,.14)}.pdp-buybox .mp-panel[hidden]{display:none}.pdp-buybox .mp-panel__head{font-family:var(--font-body);font-size:.72rem;font-weight:600;color:var(--muted);letter-spacing:.04em;text-transform:uppercase;margin-bottom:.7rem}.pdp-buybox .mp-row{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}.pdp-buybox .mp-row:last-of-type{margin-bottom:0}.pdp-buybox .mp-row__dot{width:20px;height:20px;border-radius:50%;flex-shrink:0;box-shadow:0 1px 4px #0003}.pdp-buybox .mp-row__name{font-family:var(--font-body);font-size:.8rem;font-weight:500;color:var(--text);flex:1}.pdp-buybox .mp-row__stepper{display:flex;align-items:center;border:1px solid rgba(0,0,0,.13);border-radius:.45rem;overflow:hidden}.pdp-buybox .mp-row__btn{width:32px;height:32px;background:#0000000a;border:0;padding:0;font-size:1.1rem;font-weight:500;line-height:1;color:var(--text);display:flex;align-items:center;justify-content:center;transition:background .12s}.pdp-buybox .mp-row__btn:hover:not(:disabled){background:#0099cc1a}.pdp-buybox .mp-row__btn:disabled{color:#0003;cursor:default}.pdp-buybox .mp-row__count{min-width:28px;text-align:center;font-family:var(--font-body);font-size:.88rem;font-weight:600;color:var(--text)}.pdp-buybox .mp-panel__totals{margin-top:.75rem;padding-top:.6rem;border-top:1px solid rgba(0,0,0,.07);display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.pdp-buybox .mp-panel__total{font-family:var(--font-body);font-size:.8rem;font-weight:600;color:var(--text)}.pdp-buybox .mp-panel__badge{font-family:var(--font-body);font-size:.74rem;font-weight:600;color:var(--muted);background:#0000000d;border-radius:.35rem;padding:.18rem .55rem}.pdp-buybox .mp-panel__badge.is-unlocked{color:#00873a;background:#00873a1a}.pdp-buybox .cup-panel{margin-top:.65rem;padding:.75rem .9rem;border-radius:.75rem;background:#0099cc0a;border:1px solid rgba(0,153,204,.14)}.pdp-buybox .cup-panel[hidden]{display:none}.pdp-buybox .cup-panel__head{font-family:var(--font-body);font-size:.72rem;font-weight:600;color:var(--muted);letter-spacing:.04em;text-transform:uppercase;margin-bottom:.7rem}.pdp-buybox .cup-row{display:flex;align-items:center;gap:.7rem;margin-bottom:.55rem}.pdp-buybox .cup-row:last-of-type{margin-bottom:0}.pdp-buybox .cup-row[hidden]{display:none}.pdp-buybox .cup-row__label{font-family:var(--font-body);font-size:.8rem;font-weight:600;color:var(--text);flex-shrink:0;min-width:3.4rem}.pdp-buybox .cup-row__swatches{display:flex;gap:.45rem;flex-shrink:0}.pdp-buybox .cup-sw{--sw: #ccc;width:34px;height:34px;border-radius:999px;border:2px solid var(--border);background:var(--sw);cursor:pointer;padding:0;position:relative;flex-shrink:0;transition:transform .12s ease}.pdp-buybox .cup-sw:hover{transform:scale(1.06)}.pdp-buybox .cup-sw.is-active,.pdp-buybox .cup-sw:focus-within{outline:2px solid var(--primary);outline-offset:3px;border-color:#ffffffe6}.pdp-buybox .cup-sw input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;margin:0;width:100%;height:100%;border-radius:999px}.pdp-buybox .cup-row__name{font-family:var(--font-body);font-size:.8rem;font-weight:500;color:var(--text);flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:420px){.pdp-buybox .cup-row__label{min-width:3rem;font-size:.76rem}.pdp-buybox .cup-row{gap:.55rem}}.pdp-buybox .cyo{margin:1.5rem 0 .5rem;padding-top:1.4rem;border-top:1px solid var(--border)}.pdp-buybox .cyo__head{font-family:var(--font-body);font-size:.76rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);margin-bottom:.85rem}.pdp-buybox .cyo__rows{display:flex;flex-direction:column;gap:.6rem}.pdp-buybox .cyo__row{display:flex;align-items:center;gap:.85rem;padding:.6rem;border:1px solid var(--border);border-radius:.9rem;background:#fff}.pdp-buybox .cyo__img{width:44px;height:44px;flex-shrink:0;border-radius:.55rem;overflow:hidden;background:#f4f6f8}.pdp-buybox .cyo__img img{width:100%;height:100%;object-fit:contain;display:block}.pdp-buybox .cyo__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.pdp-buybox .cyo__title{font-family:var(--font-heading);font-size:.86rem;font-weight:700;color:var(--text);text-decoration:none;line-height:1.3}.pdp-buybox .cyo__title:hover{color:var(--tab-accent);text-decoration:underline}.pdp-buybox .cyo__price{font-family:var(--font-body);font-size:.8rem;color:var(--muted)}.pdp-buybox .cyo__price em{font-style:normal;color:#b42318}.pdp-buybox .cyo__add{flex-shrink:0;font-family:var(--font-heading);font-weight:700;font-size:.82rem;padding:.5rem 1rem;border-radius:2rem;border:1.5px solid #1d2530;background:#fff;color:#1d2530;min-width:64px;transition:background .15s,color .15s}.pdp-buybox .cyo__add:hover:not(:disabled){background:#1d2530;color:#fff}.pdp-buybox .cyo__add:disabled{opacity:.4;cursor:not-allowed;border-color:var(--border);color:var(--muted)}.pdp-buybox .cyo__add.is-added{background:#00873a;border-color:#00873a;color:#fff}.pdp-buybox .cyo__error{margin:.6rem 0 0;font-size:.8rem;color:#b42318}.pdp-buybox .cyo__error[hidden]{display:none}@media(max-width:540px){.pdp-buybox .cyo__title{font-size:.82rem}.pdp-buybox .cyo__add{padding:.5rem .85rem;font-size:.78rem}}.drawer__nav-sub a{padding-left:28px;font-size:.95rem;color:var(--muted)}@media(min-width:900px)and (max-width:1359px){.site-header__inner .site-nav{gap:1.35rem}.site-header__inner .site-nav__link{font-size:.78rem;letter-spacing:.2px}.site-header__inner .site-nav--left{padding-right:1.15rem}.site-header__inner .site-header__right{gap:1.35rem;padding-left:1.15rem}.site-header__inner .site-header__cta{display:none}.site-header__inner .icon-btn{padding:7px}.site-header__inner .icon-btn svg{width:20px;height:20px}}@media(min-width:900px){.site-header__inner.container{max-width:none;padding-left:max(2vw,20px);padding-right:max(5vw,20px)}}.home-cta{background:linear-gradient(135deg,#0099cc0f,#2979ff0f)}.home-cta__inner{text-align:center;max-width:720px}.home-cta__heading{font-family:var(--font-heading);font-size:clamp(1.6rem,3.2vw,2.4rem);font-weight:800;letter-spacing:-.02em;margin:0 0 .75rem}.home-cta__body{color:var(--muted);font-size:1.05rem;line-height:1.6;margin:0 auto 1.75rem;max-width:560px}.home-cta__btn{font-size:1.1rem;padding:1rem 2.8rem;border-radius:2rem}.pdp-buybox .gallery__main,.pdp-buybox .gallery__thumb{overflow:hidden}.pdp-buybox form[data-product-form]{margin-bottom:1.5rem}.pdp-buybox form[data-product-form] .buy-now-btn{margin-top:.6rem;background:transparent;border:1px solid var(--border);color:var(--text);font-weight:500;font-size:1rem;padding:.9rem 2rem;box-shadow:none}.pdp-buybox form[data-product-form] .buy-now-btn:hover:not([disabled]){border-color:var(--tab-accent);background:#0099cc0f;color:var(--text);transform:none}.pdp-buybox form[data-product-form] .buy-now-btn svg{flex-shrink:0}.rev-cards[hidden]{display:none}.rev-card__media{display:flex;gap:8px;margin-top:12px}.rev-card__media img{width:56px;height:56px;object-fit:cover;border-radius:8px;background:var(--surface)}.rev-card__verified{display:inline-block;margin-left:6px;padding:2px 8px;border-radius:999px;background:#0099cc14;color:var(--tab-accent);font-size:.72rem;font-weight:700;letter-spacing:.01em;vertical-align:1px}.rev-live__note{margin:20px 0 0;color:var(--muted);font-size:.95rem}.rev-all{margin:28px 0 0;text-align:center}.rev-full{display:none}.rev-full.is-open{display:block;margin-top:24px}.rev-cards--live{display:block;column-count:1;column-gap:20px}@media(min-width:700px){.rev-cards--live{column-count:2}}@media(min-width:1000px){.rev-cards--live{column-count:3;column-gap:26px}}@media(min-width:1280px){.rev-cards--live{column-count:4}}.rev-cards--live .rev-card{break-inside:avoid;-webkit-column-break-inside:avoid;display:inline-block;width:100%;margin:0 0 20px;padding:24px;vertical-align:top}@media(min-width:1000px){.rev-cards--live .rev-card{margin-bottom:26px}}.rev-card__foot{display:flex;align-items:center;gap:12px;margin-top:18px}.rev-card__avatar{flex:0 0 auto;width:38px;height:38px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:.8rem;font-weight:800;letter-spacing:.02em}.rev-card__who{display:flex;flex-direction:column;min-width:0}.rev-card__name{font-weight:700;font-size:.95rem;color:var(--text)}.rev-card__meta{font-size:.8rem;color:var(--muted)}.rev-card__verified{color:var(--tab-accent);font-weight:700}.desc-panels{gap:1rem;max-width:760px;color:#111827c7}.desc-panel{background:#00000005;border:1px solid rgba(0,0,0,.08);border-radius:.85rem;padding:1.1rem 1.4rem}.desc-panel__heading{font-family:var(--font-heading);font-size:.95rem;font-weight:700;line-height:1.3;margin:0 0 .35rem;color:var(--tab-accent)}.desc-panel__body{font-size:.96rem;line-height:1.85;color:#111827c7}.desc-panel__body p{margin-bottom:1rem}.desc-panel__body>:last-child{margin-bottom:0}@media(max-width:599px){.desc-panel{padding:1rem 1.15rem}}.site-footer{margin-top:72px;background:var(--bg);color:var(--text);border-top:1px solid rgba(0,0,0,.08)}.site-footer a{color:#111827b8}.site-footer a:hover{color:var(--tab-accent);text-decoration:none}.site-footer__inner{padding-block:44px 28px;gap:28px}@media(min-width:700px){.site-footer__inner{grid-template-columns:1.5fr 3fr;gap:48px}}@media(min-width:1000px){.site-footer__inner{grid-template-columns:1.3fr 3fr 1.3fr;gap:40px}}.site-footer__logo{max-width:156px}.site-footer__wordmark{color:var(--text)}.site-footer__blurb{color:#11182799;font-size:.9rem;max-width:30ch}.site-footer__cols{gap:18px 24px}@media(min-width:900px){.site-footer__cols{grid-template-columns:repeat(4,1fr);gap:20px 28px}}.site-footer__col h4{color:var(--tab-accent);font-size:.7rem;letter-spacing:.12em;margin:0 0 12px}.site-footer__col ul{gap:1px}.site-footer__col ul a{display:block;padding-block:3px;line-height:1.4}.site-footer__col ul a{color:#111827b8;font-size:.875rem}.site-footer__hint{color:#11182773}.site-footer__newsletter h4{color:var(--text);font-size:.9rem}.newsletter-form input{border:1px solid rgba(0,0,0,.14);background:#fff;color:var(--text);padding:10px 13px;font-size:.875rem}.newsletter-form input::placeholder{color:#11182766}.footer-socials a{background:#0000000d;color:var(--text);padding:8px}.footer-socials a:hover{background:#0000001a}.site-footer__legal{border-top:1px solid rgba(0,0,0,.08);padding-block:18px;gap:12px}.site-footer__legal-text{color:#1118278c;font-size:.78rem;line-height:1.65}.site-footer__bottom{border-top:1px solid rgba(0,0,0,.08);padding-block:14px}.site-footer__copy{color:#11182780;font-size:.78rem}.ann-mob{display:none}@media(max-width:699px){.ann-desk{display:none}.ann-mob{display:inline}}.rev-cards--live{display:grid;column-count:auto;grid-template-columns:1fr;align-items:start;gap:20px}@media(min-width:700px){.rev-cards--live{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1000px){.rev-cards--live{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}}@media(min-width:1280px){.rev-cards--live{grid-template-columns:repeat(4,minmax(0,1fr))}}.rev-cards--live .rev-card{display:flex;flex-direction:column;width:auto;margin:0}.support-fab{position:fixed;right:16px;bottom:calc(16px + env(safe-area-inset-bottom));z-index:45;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;padding:0;border-radius:999px;background:linear-gradient(135deg,#1395bd,#2563eb);color:#fff;text-decoration:none;box-shadow:0 8px 24px #2563eb4d;transition:transform .2s ease,box-shadow .2s ease}.support-fab:hover{transform:translateY(-2px);box-shadow:0 12px 30px #2563eb61}.support-fab svg{width:24px;height:24px;flex:0 0 auto}.support-fab__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.support-fab[hidden]{display:none}@media(max-width:749px){.support-fab{bottom:calc(78px + env(safe-area-inset-bottom))}}.fs-contact-stuck{margin-top:1rem;padding:.85rem 1rem;border-radius:.75rem;background:#e11d4812;border:1px solid rgba(225,29,72,.22);font-family:var(--font-body);font-size:.88rem;line-height:1.55;color:var(--text)}.fs-contact-stuck strong{color:#b0114a}.fs-contact-stuck a{color:var(--tab-accent);font-weight:600}#fs-chat-bubble{position:fixed;bottom:calc(1.5rem + env(safe-area-inset-bottom));right:1.5rem;z-index:9990;width:58px;height:58px;border-radius:50%;background:linear-gradient(135deg,#1395bd,#2563eb);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #2563eb47;transition:transform .2s ease,box-shadow .2s ease;-webkit-tap-highlight-color:transparent}#fs-chat-bubble:hover{transform:scale(1.08);box-shadow:0 10px 28px #2563eb57}#fs-whatsapp-fab{position:fixed;bottom:calc(1.5rem + env(safe-area-inset-bottom));right:1.5rem;z-index:9990;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #25d36652;transition:transform .2s ease,box-shadow .2s ease;-webkit-tap-highlight-color:transparent}#fs-whatsapp-fab:hover{transform:scale(1.08);box-shadow:0 10px 28px #25d36666}#fs-whatsapp-fab:focus-visible{outline:3px solid #12719F;outline-offset:3px}body:has([data-drawer][open]) #fs-whatsapp-fab{display:none}body:has([data-drawer][open]) #fs-chat-bubble,body:has([data-drawer][open]) #fs-chat-nudge{display:none}#fs-chat-bubble svg{width:26px;height:26px;fill:#fff;stroke:none}#fs-chat-bubble.is-open{display:none}.fs-unread-dot{position:absolute;top:2px;right:2px;width:14px;height:14px;border-radius:50%;background:#e11d48;border:2px solid #fff;display:none;font-size:0}.fs-unread-dot.is-visible{display:block}#fs-chat-win{position:fixed;bottom:calc(5rem + env(safe-area-inset-bottom));right:1.5rem;z-index:9989;width:360px;max-height:560px;border-radius:1.25rem;background:#fff;box-shadow:0 8px 48px #00000026,0 2px 12px #00000014;display:flex;flex-direction:column;overflow:hidden;transform:scale(.92) translateY(12px);transform-origin:bottom right;opacity:0;pointer-events:none;transition:transform .25s cubic-bezier(.34,1.56,.64,1),opacity .2s ease}#fs-chat-win.is-open{transform:scale(1) translateY(0);opacity:1;pointer-events:auto}.fs-chat-head{background:linear-gradient(135deg,#1395bd,#2563eb);padding:1rem 1.1rem;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.fs-chat-head__left{display:flex;align-items:center;gap:.75rem}.fs-chat-head__avatar{width:38px;height:38px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.fs-chat-head__name{color:#fff;font-family:var(--font-heading);font-weight:700;font-size:.95rem}.fs-chat-head__status{color:#ffffffd9;font-size:.72rem;display:flex;align-items:center;gap:.3rem;margin-top:1px}.fs-chat-head__status:before{content:"";width:6px;height:6px;border-radius:50%;background:#69f0ae;flex-shrink:0}.fs-chat-close{background:#ffffff26;border:none;border-radius:50%;width:28px;height:28px;color:#fff;font-size:.95rem;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s ease}.fs-chat-close:hover{background:#ffffff47}.fs-chat-human{padding:.5rem 1rem;border-bottom:1px solid rgba(0,0,0,.06);flex-shrink:0;text-align:center}.fs-chat-human__link{background:none;border:none;cursor:pointer;font-family:var(--font-body);font-size:.78rem;font-weight:600;color:var(--tab-accent);padding:.2rem}.fs-chat-human__link:hover{text-decoration:underline}#fs-chat-msgs{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.65rem;scroll-behavior:smooth}#fs-chat-msgs::-webkit-scrollbar{width:4px}#fs-chat-msgs::-webkit-scrollbar-thumb{background:#0000001a;border-radius:2px}.fs-msg{display:flex;flex-direction:column;max-width:82%;animation:fsMsgIn .2s ease both}@keyframes fsMsgIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.fs-msg--agent{align-self:flex-start}.fs-msg--user{align-self:flex-end}.fs-msg__bubble{padding:.6rem .9rem;border-radius:1rem;font-family:var(--font-body);font-size:.88rem;line-height:1.5}.fs-msg--agent .fs-msg__bubble{background:#f0f4f8;color:#111827;border-bottom-left-radius:.2rem}.fs-msg--user .fs-msg__bubble{background:linear-gradient(135deg,#1395bd,#2563eb);color:#fff;border-bottom-right-radius:.2rem}.fs-msg__time{font-size:.68rem;color:#11182759;margin-top:.2rem;padding:0 .2rem}.fs-msg--user .fs-msg__time{text-align:right}.fs-typing{display:flex;align-items:center;gap:4px;padding:.6rem .9rem;background:#f0f4f8;border-radius:1rem 1rem 1rem .2rem;width:fit-content}.fs-typing span{width:6px;height:6px;border-radius:50%;background:#11182759;animation:fsTyping 1.2s ease-in-out infinite}.fs-typing span:nth-child(2){animation-delay:.2s}.fs-typing span:nth-child(3){animation-delay:.4s}@keyframes fsTyping{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.fs-chat-quick{display:flex;flex-wrap:wrap;gap:.4rem;align-self:flex-start;max-width:100%}.fs-chat-quick__btn{font-family:var(--font-body);font-size:.78rem;font-weight:600;color:var(--tab-accent);background:#1395bd14;border:1px solid rgba(19,149,189,.22);border-radius:999px;padding:.38rem .7rem;cursor:pointer;transition:background .16s ease,transform .16s ease}.fs-chat-quick__btn:hover{background:#1395bd29;transform:translateY(-1px)}.fs-chat-input{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-top:1px solid rgba(0,0,0,.07);flex-shrink:0}#fs-chat-input{flex:1;border:1px solid rgba(0,0,0,.1);border-radius:2rem;padding:.6rem 1rem;font-family:var(--font-body);font-size:16px;color:#111827;background:#f8fafc;outline:none;transition:border-color .2s ease}#fs-chat-input:focus{border-color:#1395bd}#fs-chat-input::placeholder{color:#11182759}#fs-chat-send{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#1395bd,#2563eb);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .2s ease,transform .2s ease}#fs-chat-send:hover{opacity:.88;transform:scale(1.06)}#fs-chat-send:disabled{opacity:.5;cursor:default;transform:none}#fs-chat-send svg{width:16px;height:16px;fill:#fff}#fs-chat-nudge{position:fixed;bottom:calc(5.5rem + env(safe-area-inset-bottom));right:1.5rem;z-index:9991;background:#fff;color:#111;font-family:var(--font-body);font-size:.82rem;font-weight:500;line-height:1.3;padding:.55rem 2rem .55rem .85rem;border-radius:1rem;box-shadow:0 4px 18px #00000021;white-space:nowrap;opacity:0;transform:translateY(6px) scale(.96);pointer-events:none;transition:opacity .3s ease,transform .3s ease}#fs-chat-nudge:after{content:"";position:absolute;bottom:-7px;right:22px;width:14px;height:14px;background:#fff;box-shadow:3px 3px 6px #00000012;transform:rotate(45deg);clip-path:polygon(100% 0,100% 100%,0 100%)}#fs-chat-nudge.is-visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}#fs-nudge-close{position:absolute;top:4px;right:6px;background:none;border:none;cursor:pointer;font-size:.65rem;color:#aaa;line-height:1;padding:2px 3px}#fs-nudge-close:hover{color:#555}@media(max-width:768px){#fs-chat-bubble,#fs-whatsapp-fab{bottom:calc(1.25rem + env(safe-area-inset-bottom));right:1rem}#fs-chat-nudge{bottom:calc(4.6rem + env(safe-area-inset-bottom));right:1rem}body:has(.sticky-atc.is-visible) #fs-chat-bubble,body:has(.sticky-atc.is-visible) #fs-whatsapp-fab{bottom:calc(5.5rem + env(safe-area-inset-bottom))}body:has(.sticky-atc.is-visible) #fs-chat-nudge{bottom:calc(8.8rem + env(safe-area-inset-bottom))}}@media(max-width:480px){#fs-chat-win{bottom:0;left:0;right:0;width:auto;max-height:75vh;max-height:75dvh;border-radius:1.25rem 1.25rem 0 0;transform-origin:bottom center}#fs-chat-nudge{font-size:.78rem}}@media(prefers-reduced-motion:reduce){#fs-chat-win,#fs-chat-bubble,#fs-chat-nudge,.fs-msg,.fs-typing span{transition:none;animation:none}}@media(prefers-reduced-motion:reduce){.support-fab,.support-fab:hover{transition:none;transform:none}}.has-vid-toggle{position:relative}.vid-toggle{opacity:0;pointer-events:none;position:absolute;right:10px;bottom:10px;z-index:3;width:34px;height:34px;padding:0;display:grid;place-items:center;border-radius:999px;border:1px solid rgba(255,255,255,.55);background:#0b12208c;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.vid-toggle:focus{opacity:1;pointer-events:auto;outline:2px solid #fff;outline-offset:2px}.vid-toggle:focus:hover{background:#0b1220cc}.vid-toggle svg{width:14px;height:14px;display:block}.vid-toggle .vid-toggle__play,.vid-toggle[data-state=paused] .vid-toggle__pause{display:none}.vid-toggle[data-state=paused] .vid-toggle__play{display:block}[data-cart-page][aria-busy=true]{opacity:.7}@media(max-width:699px){.site-footer__col ul{gap:0}.site-footer__col ul a{display:block;padding-block:7px;line-height:1.4}}.fs-pcard{position:relative;display:flex;flex-direction:column;height:100%;min-width:0;background:#fff;border:1px solid var(--border);border-radius:1.4rem;overflow:hidden;color:inherit;text-decoration:none;transition:transform .22s cubic-bezier(.2,.7,.3,1),box-shadow .22s ease,border-color .22s ease}.fs-pcard:hover{transform:translateY(-6px);box-shadow:0 24px 60px #00285021;border-color:#2563eb3d}.fs-pcard:hover{text-decoration:none}.fs-pcard__media{display:block;position:relative;aspect-ratio:1 / 1;overflow:hidden;background:#fff}.fs-pcard__media img,.fs-pcard__media svg{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s cubic-bezier(.2,.7,.3,1)}.fs-pcard:hover .fs-pcard__media img{transform:scale(1.07)}.fs-pcard__flags{position:absolute;top:.8rem;left:.8rem;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:6px}.fs-pcard__badge{font-family:var(--font-heading);font-size:.72rem;font-weight:800;line-height:1.15;color:#fff;background:linear-gradient(135deg,#e11d48,#ff5277);padding:.32rem .6rem;border-radius:.7rem;box-shadow:0 5px 16px #e11d4852}.fs-pcard__badge--out{background:linear-gradient(135deg,#5b6674,#8a94a3);box-shadow:0 5px 16px #64748b40}.fs-pcard__body{display:flex;flex-direction:column;flex:1;padding:1.05rem 1.15rem 1.25rem}.fs-pcard .okendo-star-rating{margin-bottom:.35rem}.fs-pcard .okendo-star-rating:empty{margin-bottom:0}.fs-pcard__title{font-family:var(--font-heading);font-weight:700;font-size:1rem;line-height:1.25;letter-spacing:-.01em;margin:0 0 .65rem;min-height:2.5em;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fs-pcard__prices{display:flex;align-items:baseline;flex-wrap:wrap;gap:.45rem;min-width:0;margin-bottom:1rem}.fs-pcard__from{align-self:center;font-size:.68rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}.fs-pcard__prices .price{font-family:var(--font-heading);font-weight:800;font-size:1.28rem}.fs-pcard__prices .price--compare{font-size:.84rem;font-weight:500;color:var(--muted)}.fs-pcard__prices .price--save{align-self:center;font-size:.7rem;font-weight:800;color:#b0114a;background:#e11d481a;padding:.12rem .45rem;border-radius:.5rem}.fs-pcard__cta{margin-top:auto;display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.72rem 1rem;border-radius:1rem;background:linear-gradient(135deg,#1395bd,#2563eb);color:#fff;font-family:var(--font-heading);font-weight:700;font-size:.88rem;transition:box-shadow .18s ease,transform .18s ease}.fs-pcard:hover .fs-pcard__cta{box-shadow:0 12px 28px #2563eb3d;transform:translateY(-1px)}.fs-pcard__arrow{transition:transform .18s ease}.fs-pcard:hover .fs-pcard__arrow{transform:translate(3px)}.fs-pcard--out .fs-pcard__cta{background:#e2e8f0;color:#33415a}.fs-pcard--out:hover .fs-pcard__cta{box-shadow:none}@media(max-width:720px){.fs-pcard{border-radius:1.15rem}.fs-pcard__body{padding:.85rem .85rem 1rem}.fs-pcard__title{font-size:.85rem;margin-bottom:.5rem;min-height:2.4em}.fs-pcard__prices{gap:.35rem;margin-bottom:.8rem}.fs-pcard__prices .price{font-size:1.12rem}.fs-pcard__prices .price--compare{font-size:.76rem}.fs-pcard__cta{font-size:.8rem;padding:.62rem .6rem;border-radius:.85rem}.fs-pcard__badge{font-size:.66rem;padding:.28rem .5rem}}@media(prefers-reduced-motion:reduce){.fs-pcard,.fs-pcard__media img,.fs-pcard__cta,.fs-pcard__arrow{transition:none}.fs-pcard:hover,.fs-pcard:hover .fs-pcard__cta,.fs-pcard:hover .fs-pcard__media img,.fs-pcard:hover .fs-pcard__arrow{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/base.css.map */
