*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-body);font-size:var(--font-size);font-weight:var(--font-body-weight);line-height:1.55;letter-spacing:.01em;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased}img,video{max-width:100%;height:auto;display:block}svg{width:1.1em;height:1.1em;flex:none;vertical-align:middle}svg.placeholder{width:100%;height:auto;background:var(--soft);fill:currentColor;opacity:.45}.hero__media svg.placeholder,.banner__media svg.placeholder{height:100%}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}[hidden]{display:none!important}:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:var(--bg);padding:1rem}.skip-link:focus{left:0}h1,h2,h3,h4,h5{font-family:var(--font-heading);font-weight:var(--font-heading-weight);line-height:1.18;margin:0 0 .5em;letter-spacing:-.01em}h1{font-size:calc(2.1rem * var(--h-scale))}h2{font-size:calc(1.75rem * var(--h-scale))}h3{font-size:calc(1.25rem * var(--h-scale))}h4{font-size:calc(1.05rem * var(--h-scale))}p{margin:0 0 1em}p:last-child{margin-bottom:0}hr{border:0;border-top:1px solid var(--line);margin:2rem 0}.page{max-width:var(--page-width);margin:0 auto;padding:0 1.25rem}.page--narrow{max-width:760px}.page--wide{max-width:1600px}.section{padding:var(--section-space) 0}.section--tight{padding:calc(var(--section-space) / 2) 0}.section--soft{background:var(--soft)}.section--ink{background:var(--ink);color:#fff}.section__head{text-align:center;margin-bottom:2rem}.section__head--left{text-align:left}.section__title{font-size:calc(2rem * var(--h-scale));margin:0 0 .35em}.section__sub{color:var(--muted);max-width:60ch;margin:0 auto}.section__head--left .section__sub{margin-left:0}.section__foot{text-align:center;margin-top:2rem}.rte>:first-child{margin-top:0}.rte img{border-radius:var(--radius)}.rte ul,.rte ol{padding-left:1.15rem;margin:0 0 1em}.rte li{margin-bottom:.4em}.rte a{text-decoration:underline;text-underline-offset:3px}.rte table{width:100%;border-collapse:collapse}.rte td,.rte th{border:1px solid var(--line);padding:.6rem;text-align:left}.grid{display:grid;gap:1.25rem}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.grid--5{grid-template-columns:repeat(5,1fr)}.grid--6{grid-template-columns:repeat(6,1fr)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--btn-bg);color:var(--btn-text);border:1px solid var(--btn-bg);border-radius:var(--radius);padding:.95rem 1.6rem;font-size:.8125rem;font-weight:700;letter-spacing:var(--btn-tracking);text-transform:var(--btn-case);transition:opacity .18s ease,transform .18s ease,background .18s ease,color .18s ease;width:auto;text-align:center;line-height:1.2}.btn:hover{opacity:.87}.btn:active{transform:translateY(1px)}.btn--full{width:100%}.btn--outline{background:transparent;color:var(--ink);border-color:var(--ink)}.btn--outline:hover{background:var(--ink);color:#fff;opacity:1}.btn--light{background:#fff;color:var(--ink);border-color:#fff}.btn--soft{background:var(--soft);color:var(--ink);border-color:var(--line)}.btn--small{padding:.65rem 1.1rem;font-size:.75rem}.btn[disabled],.btn[aria-disabled=true]{opacity:.45;cursor:not-allowed}.link-underline{text-decoration:underline;text-underline-offset:4px;font-weight:600}.field{margin-bottom:1rem}.field__label{display:block;font-size:.8125rem;color:var(--muted);margin-bottom:.35rem}.input,select,textarea{width:100%;padding:.85rem 1rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--bg);color:var(--ink);font:inherit;font-size:.95rem}.input:focus,select:focus,textarea:focus{border-color:var(--ink);outline:none}textarea{min-height:140px;resize:vertical}select{-webkit-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--ink) 50%),linear-gradient(135deg,var(--ink) 50%,transparent 50%);background-position:calc(100% - 18px) calc(50% + 2px),calc(100% - 13px) calc(50% + 2px);background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:2.5rem}.form-note{font-size:.8125rem;color:var(--muted)}.form-error{background:#fdf0ef;border:1px solid #e6bdb8;color:#a12b1c;padding:.85rem 1rem;border-radius:var(--radius);margin-bottom:1rem;font-size:.9rem}.form-success{background:#eef7f1;border:1px solid #b8ddc6;color:#1f7a4d;padding:.85rem 1rem;border-radius:var(--radius);margin-bottom:1rem;font-size:.9rem}.qty{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.qty button{background:none;border:0;padding:.6rem .85rem;line-height:1;font-size:1rem;color:var(--ink)}.qty input{width:44px;border:0;text-align:center;padding:.6rem 0;font:inherit;background:transparent;-moz-appearance:textfield}.qty input::-webkit-outer-spin-button,.qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.announcement{background:var(--ink);color:#fff;font-size:.8125rem;letter-spacing:.02em}.announcement__inner{display:flex;align-items:center;justify-content:center;gap:1rem;min-height:38px;text-align:center;padding:.4rem 1.25rem}.announcement__track{display:flex;gap:3rem;align-items:center}.announcement a{text-decoration:underline;text-underline-offset:3px}.header{background:var(--bg);border-bottom:1px solid var(--line);position:relative;z-index:30}.header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;min-height:74px;padding:.6rem 1.25rem;max-width:var(--page-width);margin:0 auto}.header__logo{display:flex;align-items:center;font-family:var(--font-heading);font-size:1.15rem;font-weight:700;letter-spacing:-.01em}.header__logo img{width:auto}.header__nav{display:flex;justify-content:center;flex-wrap:wrap;gap:.25rem 1.25rem}.header__actions{display:flex;align-items:center;gap:.35rem;justify-self:end}.header__icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;background:none;border-radius:50%;position:relative}.header__icon:hover{background:var(--soft)}.header__icon svg{width:21px;height:21px}.cart-count{position:absolute;top:4px;right:2px;min-width:17px;height:17px;padding:0 4px;border-radius:9px;background:var(--ink);color:#fff;font-size:.625rem;line-height:17px;text-align:center;font-weight:700}.cart-count[hidden]{display:none}.nav__item{position:relative}.nav__link{display:inline-flex;align-items:center;gap:.3rem;padding:.55rem .1rem;font-size:.875rem;white-space:nowrap}.nav__link:hover{opacity:.6}.nav__link svg{width:10px;height:10px;transition:transform .2s}.nav__item:hover .nav__link svg,.nav__item:focus-within .nav__link svg{transform:rotate(180deg)}.nav__badge{background:var(--ink);color:#fff;font-size:.5625rem;line-height:1;padding:3px 5px;border-radius:3px;text-transform:uppercase;letter-spacing:.06em;margin-left:.15rem;position:relative;top:-6px}.nav__panel{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(6px);background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);min-width:230px;padding:.6rem;opacity:0;visibility:hidden;transition:.18s ease;box-shadow:0 18px 40px #00000014;z-index:40}.nav__item:hover>.nav__panel,.nav__item:focus-within>.nav__panel{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.nav__panel--mega{left:0;transform:translateY(6px);display:grid;grid-template-columns:repeat(var(--mega-cols,3),minmax(180px,1fr));gap:.4rem 1.5rem;min-width:min(760px,80vw);padding:1.25rem}.nav__item:hover>.nav__panel--mega,.nav__item:focus-within>.nav__panel--mega{transform:translateY(0)}.nav__col-title{font-weight:700;font-size:.8125rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);padding:.4rem .6rem;margin:0}.nav__sublink{display:block;padding:.5rem .6rem;font-size:.875rem;border-radius:var(--radius)}.nav__sublink:hover{background:var(--soft)}.header__burger{display:none}.mnav{position:fixed;inset:0 auto 0 0;width:min(86vw,360px);background:var(--bg);z-index:80;transform:translate(-100%);visibility:hidden;transition:transform .28s ease,visibility .28s;display:flex;flex-direction:column;overflow-y:auto}.mnav.is-open{transform:translate(0);visibility:visible}.mnav__head{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--line)}.mnav__body{padding:.5rem .75rem 2rem}.mnav__link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.85rem .75rem;font-size:1rem;border:0;background:none;text-align:left;border-bottom:1px solid var(--line)}.mnav__link svg{width:12px;height:12px;transition:transform .2s}.mnav__link[aria-expanded=true] svg{transform:rotate(180deg)}.mnav__sub{padding:.25rem 0 .5rem .75rem}.mnav__sub a{display:block;padding:.6rem .75rem;font-size:.9375rem;color:var(--muted)}.mnav__foot{margin-top:auto;padding:1rem 1.25rem;border-top:1px solid var(--line);display:grid;gap:.5rem}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000006b;opacity:0;visibility:hidden;transition:.25s;z-index:55}.overlay.is-open{opacity:1;visibility:visible}.search-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bg);z-index:90;transform:translateY(-100%);visibility:hidden;transition:transform .3s ease,visibility .3s;overflow-y:auto}.search-modal.is-open{transform:translateY(0);visibility:visible}.search-modal__inner{max-width:760px;margin:0 auto;padding:2rem 1.25rem 4rem}.search-modal__form{display:flex;align-items:center;gap:.75rem;border-bottom:2px solid var(--ink);padding-bottom:.6rem}.search-modal__form input{border:0;font-size:1.35rem;padding:.4rem 0;background:transparent}.search-modal__form input:focus{outline:none}.predictive{margin-top:1.5rem;display:grid;gap:.6rem}.predictive__item{display:flex;gap:.9rem;align-items:center;padding:.5rem;border-radius:var(--radius)}.predictive__item:hover{background:var(--soft)}.predictive__item img{width:56px;height:56px;object-fit:contain;background:var(--soft);border-radius:var(--radius)}.predictive__title{font-size:.9375rem;font-weight:500}.predictive__price{font-size:.875rem;color:var(--muted)}.hero{position:relative;overflow:hidden;background:var(--soft)}.hero__track{display:flex;transition:transform .55s cubic-bezier(.22,.61,.36,1)}.hero__slide{flex:0 0 100%;position:relative;min-height:var(--hero-height,520px);display:flex;align-items:center}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img,.hero__media video{width:100%;height:100%;object-fit:cover}.hero__content{position:relative;z-index:2;max-width:var(--page-width);margin:0 auto;padding:3rem 1.25rem;width:100%}.hero__box{max-width:620px}.hero__box--center{margin:0 auto;text-align:center}.hero__box--right{margin-left:auto;text-align:right}.hero__kicker{font-size:.8125rem;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.75rem;font-weight:600}.hero__title{font-size:clamp(2rem,5.2vw,4rem);line-height:1.02;margin:0 0 .5rem;text-transform:uppercase;font-weight:800;letter-spacing:-.02em}.hero__title--normal{text-transform:none;font-weight:700;letter-spacing:-.01em}.hero__text{font-size:1.0625rem;margin-bottom:1.5rem;max-width:44ch}.hero__box--center .hero__text{margin-left:auto;margin-right:auto}.hero__points{list-style:none;padding:0;margin:0 0 1.5rem;display:grid;gap:.75rem}.hero__points li{display:flex;align-items:center;gap:.7rem;font-weight:500}.hero__points img{width:42px;height:42px;object-fit:contain}.hero__ctas{display:flex;gap:.75rem;flex-wrap:wrap}.hero__box--center .hero__ctas{justify-content:center}.hero__note{font-size:.75rem;opacity:.75;margin-top:1rem}.hero__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:44px;height:44px;border-radius:50%;background:#ffffffe6;border:0;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #0000001f}.hero__arrow svg{width:16px;height:16px}.hero__arrow--prev{left:1rem}.hero__arrow--next{right:1rem}.hero__dots{position:absolute;bottom:1rem;left:0;right:0;display:flex;justify-content:center;gap:.4rem;z-index:3}.hero__dot{width:8px;height:8px;border-radius:50%;border:0;background:#00000040;padding:0}.hero__dot[aria-current=true]{background:var(--ink);width:22px;border-radius:4px}.pills{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.pill{display:inline-flex;align-items:center;gap:.6rem;border:1px solid var(--line);border-radius:999px;padding:.85rem 1.75rem;font-size:.9375rem;background:var(--bg);transition:border-color .18s,background .18s}.pill:hover{border-color:var(--ink);background:var(--soft)}.pill img{width:26px;height:26px;object-fit:contain}.tiles{display:grid;gap:1.25rem;grid-template-columns:repeat(var(--tile-cols,4),1fr)}.tile{position:relative;display:block;border-radius:var(--radius-lg);overflow:hidden;background:var(--soft);aspect-ratio:var(--tile-ratio,1/1)}.tile img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.tile:hover img{transform:scale(1.04)}.tile__label{position:absolute;left:0;right:0;bottom:0;padding:1.5rem 1rem 1.25rem;color:#fff;text-align:center;font-size:.9375rem;letter-spacing:.12em;text-transform:uppercase;font-weight:500;background:linear-gradient(to top,rgba(0,0,0,.45),transparent)}.tile__label--ink{color:var(--ink);background:none;text-shadow:none}.card{display:flex;flex-direction:column;height:100%;position:relative;background:var(--bg);border:var(--card-border);border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow .2s ease}.card:hover{box-shadow:0 10px 30px #0000000f}.card__media{position:relative;display:block;background:var(--soft);overflow:hidden}.card__media img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .45s ease}.card:hover .card__media img{transform:scale(1.03)}.card__media--square{aspect-ratio:1/1}.card__media--portrait{aspect-ratio:3/4}.card__media img{transition:opacity .3s ease,transform .45s ease}.card__img--alt{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}@media(hover:hover){.card:hover .card__img--alt{opacity:1}.card__media--has-alt:hover img:not(.card__img--alt){opacity:0}}.card__badge{position:absolute;top:.7rem;right:.7rem;background:var(--ink);color:#fff;font-size:.6875rem;padding:.3rem .55rem;border-radius:3px;letter-spacing:.02em;z-index:2}.card__badge--left{left:.7rem;right:auto}.card__badge--sale{background:var(--accent)}.card__wish{position:absolute;bottom:.7rem;right:.7rem;width:32px;height:32px;border-radius:50%;background:#fff;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;z-index:2}.card__wish svg{width:15px;height:15px}.card__wish.is-on svg{fill:var(--ink)}.card__body{padding:.9rem 1rem 1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.card__packs{display:flex;align-items:center;gap:.35rem;font-size:.75rem;color:var(--muted)}.card__pack{width:22px;height:22px;border-radius:50%;border:1px solid var(--line);display:inline-flex;align-items:center;justify-content:center;font-size:.6875rem}.card__pack.is-active{background:var(--ink);color:#fff;border-color:var(--ink)}.card__rating{display:flex;align-items:center;gap:.3rem;font-size:.75rem;background:var(--soft);border-radius:3px;padding:.2rem .45rem;align-self:flex-start}.card__rating svg{width:11px;height:11px;fill:var(--ink)}.card__title{font-family:var(--font-body);font-size:.9375rem;font-weight:500;line-height:1.35;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card__tags{display:flex;flex-wrap:wrap;gap:.35rem}.card__tag{background:var(--soft);border-radius:3px;padding:.25rem .5rem;font-size:.6875rem;color:var(--ink)}.card__price{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap;margin-top:auto;padding-top:.25rem}.card__cta{margin-top:.6rem}.price{font-size:1.0625rem;font-weight:700;letter-spacing:-.01em}.price--sale{color:var(--sale)}.price__was{font-size:.875rem;color:var(--muted);text-decoration:line-through;font-weight:400}.price__save{font-size:.8125rem;color:var(--accent);font-weight:600}.price__unit{font-size:.75rem;color:var(--muted)}.carousel{position:relative}.carousel__track{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;scrollbar-width:none}.carousel__track::-webkit-scrollbar{display:none}.carousel__track>*{flex:0 0 calc((100% - (var(--per-view,4) - 1) * 1.25rem) / var(--per-view,4));scroll-snap-align:start}.carousel__arrow{position:absolute;top:38%;z-index:4;width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #00000014}.carousel__arrow svg{width:15px;height:15px}.carousel__arrow[disabled]{opacity:.3}.carousel__arrow--prev{left:-18px}.carousel__arrow--next{right:-18px}.tabs{display:flex;gap:.6rem;overflow-x:auto;padding-bottom:.5rem;margin-bottom:1.75rem;justify-content:center;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tab{border:1px solid var(--line);background:var(--bg);border-radius:var(--radius);padding:.7rem 1.25rem;font-size:.875rem;white-space:nowrap}.tab[aria-selected=true]{background:var(--ink);color:#fff;border-color:var(--ink)}.iconrow{display:grid;grid-template-columns:repeat(var(--icon-cols,6),1fr);gap:1.5rem;text-align:center}.iconrow__item img,.iconrow__item svg{width:var(--icon-size,46px);height:var(--icon-size,46px);object-fit:contain;margin:0 auto .75rem}.iconrow__title{font-size:.875rem;font-weight:600;line-height:1.35}.iconrow__text{font-size:.8125rem;color:var(--muted);margin-top:.25rem}.imgtext{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(1.5rem,5vw,4rem)}.imgtext--reverse .imgtext__media{order:2}.imgtext__media img{width:100%;border-radius:var(--radius-lg)}.imgtext__body h2{margin-bottom:.6rem}.imgtext__links{display:grid;gap:.6rem;margin-top:1.25rem;justify-items:start}.banner{position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:var(--banner-height,420px);display:flex;align-items:center}.banner__media{position:absolute;top:0;right:0;bottom:0;left:0}.banner__media img{width:100%;height:100%;object-fit:cover}.banner__body{position:relative;z-index:2;padding:clamp(1.5rem,4vw,3.5rem);max-width:520px}.banner__body h2{font-size:clamp(1.8rem,3.6vw,3rem);line-height:1.05}.quote{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-lg);padding:2rem 1.75rem;text-align:center;height:100%;display:flex;flex-direction:column;gap:1rem}.quote__mark{font-size:2.4rem;line-height:.6;font-family:Georgia,serif;color:var(--ink)}.quote__text{flex:1;font-size:.9375rem;line-height:1.7}.quote__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;margin:0 auto}.quote__name{font-weight:700;font-size:.875rem;letter-spacing:.04em;text-transform:uppercase}.quote__role{font-size:.8125rem;color:var(--muted)}.quote__stars{display:flex;justify-content:center;gap:2px}.quote__stars svg{width:14px;height:14px;fill:var(--ink)}.reel{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:9/16;background:var(--soft)}.reel video,.reel img{width:100%;height:100%;object-fit:cover}.reel__play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;border:0;background:none}.reel__play span{width:52px;height:52px;border-radius:50%;background:#ffffffe6;display:flex;align-items:center;justify-content:center}.reel__caption{position:absolute;left:0;right:0;bottom:0;padding:2rem .9rem .9rem;color:#fff;font-size:.8125rem;background:linear-gradient(to top,rgba(0,0,0,.6),transparent)}.reel__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}.stats{display:grid;grid-template-columns:repeat(var(--stat-cols,3),1fr);text-align:center}.stats__item{padding:1.5rem 1rem;border-right:1px solid var(--line)}.stats__item:last-child{border-right:0}.stats__value{font-family:var(--font-heading);font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;line-height:1}.stats__label{font-size:.8125rem;color:var(--muted);margin-top:.4rem}.faq{max-width:840px;margin:0 auto}.faq__item{border-bottom:1px solid var(--line)}.faq__q{display:flex;width:100%;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem 0;background:none;border:0;text-align:left;font-size:1rem;font-weight:600}.faq__q svg{width:13px;height:13px;flex:none;transition:transform .2s}.faq__q[aria-expanded=true] svg{transform:rotate(45deg)}.faq__a{overflow:hidden;max-height:0;transition:max-height .3s ease}.faq__a-inner{padding:0 0 1.15rem;color:var(--muted)}.marquee{overflow:hidden}.marquee__track{display:flex;gap:3rem;align-items:center;width:max-content;animation:marquee var(--marquee-speed,28s) linear infinite}.marquee__track img{height:var(--logo-height,34px);width:auto;object-fit:contain;opacity:.65}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.marquee__track{animation:none}}.newsletter__form{display:flex;gap:.5rem;max-width:460px}.newsletter__form .input{border-radius:var(--radius)}.newsletter--inline .input{border:0;border-bottom:1px solid currentColor;border-radius:0;background:transparent;padding-left:0;color:inherit}.newsletter--inline .input::placeholder{color:inherit;opacity:.7}.product{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(1.5rem,4vw,3.5rem);align-items:start}.product--media-right .product__media{order:2}.product__media{position:sticky;top:90px}.product__gallery{display:grid;gap:.75rem}.product__main-img{background:var(--soft);border-radius:var(--radius-lg);aspect-ratio:1/1;overflow:hidden;position:relative}.product__main-img img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.product__thumbs{display:flex;gap:.6rem;overflow-x:auto;scrollbar-width:none}.product__thumbs::-webkit-scrollbar{display:none}.product__thumb{flex:0 0 68px;height:68px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--soft);padding:0}.product__thumb[aria-current=true]{border-color:var(--ink);border-width:2px}.product__thumb img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.product__info>*+*{margin-top:1.15rem}.product__vendor{font-size:.8125rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.product__title{font-size:clamp(1.5rem,2.6vw,2rem);margin:0}.product__subtitle{color:var(--muted);font-style:italic;margin:0}.product__rating{display:flex;align-items:center;gap:.6rem;font-size:.875rem;flex-wrap:wrap}.product__rating .stars{display:flex;gap:1px}.product__rating .stars svg{width:14px;height:14px;fill:var(--ink)}.product__badge-pill{background:var(--soft);border-radius:3px;padding:.25rem .55rem;font-size:.75rem}.product__price-row{display:flex;align-items:baseline;gap:.65rem;flex-wrap:wrap}.product__price-row .price{font-size:1.75rem}.product__tax{font-size:.75rem;color:var(--muted)}.product__stock{background:#eef4fb;border-radius:var(--radius);padding:.7rem 1rem;font-size:.875rem;text-align:center}.product__stock--low{background:#fdf3e8}.product__benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.9rem 1.25rem}.product__benefit{display:flex;gap:.6rem;align-items:flex-start;font-size:.8125rem;line-height:1.35}.product__benefit img,.product__benefit svg{width:26px;height:26px;flex:none;object-fit:contain}.variant-group{display:grid;gap:.5rem}.variant-group__label{font-size:.8125rem;color:var(--muted)}.variant-options{display:flex;flex-wrap:wrap;gap:.5rem}.variant-option{border:1px solid var(--line);border-radius:var(--radius);padding:.55rem 1rem;font-size:.875rem;background:var(--bg);cursor:pointer}.variant-option:has(input:checked),.variant-option.is-active{border-color:var(--ink);border-width:2px;padding:calc(.55rem - 1px) calc(1rem - 1px)}.variant-option{position:relative}.variant-option input{position:absolute;opacity:0;pointer-events:none}.variant-option:has(input:focus-visible){outline:2px solid var(--ink);outline-offset:2px}.variant-option--card{display:grid;gap:.15rem;text-align:center;min-width:120px;padding:.7rem 1rem}.variant-option--card .vo-name{font-size:.8125rem;font-weight:600}.variant-option--card .vo-price{font-size:.9375rem;font-weight:700}.variant-option--card .vo-save{font-size:.6875rem;color:var(--accent)}.variant-option--sold-out{opacity:.4}.product__buy{display:grid;gap:.6rem}.product__buy-row{display:flex;gap:.6rem;align-items:stretch}.product__buy-row .qty{flex:none}.product__buy-row .btn{flex:1}.product__accordion{border-top:1px solid var(--line)}.product__pills{display:flex;gap:.5rem;flex-wrap:wrap;border-bottom:1px solid var(--line);padding-bottom:.5rem}.product__pill{background:none;border:0;padding:.5rem .1rem;margin-right:1rem;font-size:.875rem;color:var(--muted);border-bottom:2px solid transparent}.product__pill[aria-selected=true]{color:var(--ink);font-weight:600;border-bottom-color:var(--ink)}.product__panel{padding-top:1rem;font-size:.9375rem}.product__share{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;font-size:.8125rem;color:var(--muted)}.product__share svg{width:18px;height:18px}.product__share a:hover{color:var(--ink)}.sticky-buy{position:fixed;left:0;right:0;bottom:0;z-index:50;background:var(--bg);border-top:1px solid var(--line);padding:.7rem 1.25rem;transform:translateY(110%);transition:transform .25s ease}.sticky-buy.is-on{transform:translateY(0)}.sticky-buy__inner{max-width:var(--page-width);margin:0 auto;display:flex;align-items:center;gap:1rem}.sticky-buy__title{flex:1;font-size:.9375rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.collection-head{padding:1.5rem 0 .5rem}.breadcrumb{font-size:.8125rem;color:var(--muted);display:flex;gap:.4rem;flex-wrap:wrap;align-items:center;margin-bottom:1rem}.breadcrumb svg{width:9px;height:9px}.collection-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--line);margin-bottom:1.5rem;flex-wrap:wrap}.collection-bar__left{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.facets{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center}.facet{position:relative}.facet__btn{display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--line);background:var(--bg);border-radius:var(--radius);padding:.6rem 1rem;font-size:.875rem}.facet__panel{position:absolute;top:calc(100% + 6px);left:0;z-index:20;background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);padding:1rem;min-width:240px;max-height:340px;overflow:auto;box-shadow:0 16px 40px #00000014}.facet__row{display:flex;align-items:center;gap:.6rem;padding:.35rem 0;font-size:.875rem}.facet__row input{width:16px;height:16px;accent-color:var(--ink)}.active-facets{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.active-facet{display:inline-flex;align-items:center;gap:.45rem;background:var(--soft);border-radius:999px;padding:.35rem .75rem;font-size:.8125rem}.active-facet svg{width:9px;height:9px}.sort select{width:auto;min-width:190px;padding:.6rem 2.5rem .6rem 1rem;font-size:.875rem}.collection-empty{text-align:center;padding:4rem 1rem}.pagination{display:flex;justify-content:center;gap:.4rem;margin-top:3rem;flex-wrap:wrap}.pagination a,.pagination span{min-width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:var(--radius);font-size:.875rem}.pagination .is-current{background:var(--ink);color:#fff;border-color:var(--ink)}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(92vw,420px);background:var(--bg);z-index:85;display:flex;flex-direction:column;transform:translate(100%);visibility:hidden;transition:transform .3s cubic-bezier(.22,.61,.36,1),visibility .3s}.cart-drawer.is-open{transform:translate(0);visibility:visible}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:1.15rem 1.25rem;border-bottom:1px solid var(--line)}.cart-drawer__body{flex:1;overflow-y:auto;padding:1.25rem}.cart-drawer__foot{border-top:1px solid var(--line);padding:1.25rem;display:grid;gap:.75rem}.cart-line{display:grid;grid-template-columns:76px 1fr;gap:.9rem;padding:1rem 0;border-bottom:1px solid var(--line)}.cart-line:first-child{padding-top:0}.cart-line__img{background:var(--soft);border-radius:var(--radius);aspect-ratio:1/1;overflow:hidden}.cart-line__img img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.cart-line__title{font-size:.9375rem;font-weight:500;line-height:1.3}.cart-line__variant{font-size:.8125rem;color:var(--muted);margin-top:.15rem}.cart-line__row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.6rem}.cart-line__remove{background:none;border:0;padding:0;font-size:.8125rem;color:var(--muted);text-decoration:underline;text-underline-offset:3px}.cart-total{display:flex;justify-content:space-between;align-items:baseline;font-size:1.05rem;font-weight:700}.cart-empty{text-align:center;padding:3rem 1rem;color:var(--muted)}.cart-table{width:100%;border-collapse:collapse}.cart-table th{text-align:left;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);padding-bottom:1rem;border-bottom:1px solid var(--line);font-weight:600}.cart-table td{padding:1.25rem 0;border-bottom:1px solid var(--line);vertical-align:top}.cart-foot{display:flex;justify-content:flex-end;margin-top:2rem}.cart-foot__box{width:min(100%,360px);display:grid;gap:.9rem}.footer{background:var(--footer-bg);color:var(--footer-text);padding:3.5rem 0 2rem;margin-top:0}.footer a{color:inherit}.footer a:hover{opacity:.7}.footer__grid{display:grid;grid-template-columns:repeat(var(--footer-cols,5),1fr);gap:2rem}.footer__title{font-size:.9375rem;font-weight:700;margin:0 0 1.15rem}.footer__list{list-style:none;padding:0;margin:0;display:grid;gap:.6rem}.footer__list a{font-size:.875rem;opacity:.85}.footer__text{font-size:.875rem;opacity:.85;line-height:1.6}.footer__social{display:flex;gap:1rem;margin-top:1.25rem}.footer__social svg{width:18px;height:18px;fill:currentColor}.footer__apps{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.footer__apps img{height:38px;width:auto}.footer__bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:2.5rem;padding-top:1.5rem;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;font-size:.8125rem;opacity:.8;text-align:center}.footer__payments{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;margin-top:1rem}.footer__payments svg{height:24px;width:auto}.toast{position:fixed;left:50%;bottom:1.5rem;transform:translate(-50%,150%);background:var(--ink);color:#fff;padding:.85rem 1.35rem;border-radius:var(--radius);font-size:.875rem;z-index:95;transition:transform .3s ease}.toast.is-on{transform:translate(-50%)}.spinner{width:16px;height:16px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .7s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.article-card__img{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:16/10;background:var(--soft)}.article-card__img img{width:100%;height:100%;object-fit:cover}.article-card__meta{font-size:.75rem;color:var(--muted);margin:.75rem 0 .35rem;letter-spacing:.06em;text-transform:uppercase}.article-card__title{font-size:1.0625rem;margin:0 0 .4rem}.article-body{max-width:760px;margin:0 auto;font-size:1.0625rem;line-height:1.75}.article-body h2,.article-body h3{margin-top:2rem}.table-wrap{overflow-x:auto}@media(max-width:1100px){.grid--5,.grid--6{grid-template-columns:repeat(3,1fr)}.iconrow,.footer__grid{grid-template-columns:repeat(3,1fr)!important}.carousel__arrow--prev{left:2px}.carousel__arrow--next{right:2px}}@media(max-width:989px){.header__inner{grid-template-columns:1fr auto 1fr;min-height:62px}.header__nav{display:none}.header__burger{display:inline-flex;justify-self:start}.header__logo{justify-self:center}.product{grid-template-columns:1fr}.product__media{position:static}.product--media-right .product__media{order:0}.imgtext{grid-template-columns:1fr}.imgtext--reverse .imgtext__media{order:0}.grid--4,.grid--3{grid-template-columns:repeat(2,1fr)}.tiles{grid-template-columns:repeat(2,1fr)!important}.carousel__track>*{flex-basis:calc((100% - 1.25rem) / 2.2)}.hero__slide{min-height:var(--hero-height-mobile,420px)}}@media(max-width:749px){:root{--section-space:40px}.page{padding:0 1rem}.grid{gap:.85rem}.grid--2,.grid--3,.grid--4,.grid--5,.grid--6{grid-template-columns:repeat(2,1fr)}.grid--stack-1{grid-template-columns:1fr}.iconrow{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem .75rem}.stats{grid-template-columns:1fr!important}.stats__item{border-right:0;border-bottom:1px solid var(--line)}.stats__item:last-child{border-bottom:0}.footer__grid{grid-template-columns:repeat(2,1fr)!important;gap:1.75rem}.carousel__track>*{flex-basis:calc((100% - .85rem) / 1.7)}.carousel__arrow{display:none}.tabs{justify-content:flex-start}.section__title{font-size:calc(1.5rem * var(--h-scale))}.hero__title{font-size:clamp(1.75rem,8vw,2.5rem)}.quote{padding:1.5rem 1.25rem}.cart-table thead{display:none}.cart-table td{display:block;border:0;padding:.25rem 0}.cart-table tr{display:grid;grid-template-columns:80px 1fr;gap:.25rem 1rem;padding:1rem 0;border-bottom:1px solid var(--line)}.cart-table td:first-child{grid-row:span 4}.product__buy-row{flex-wrap:wrap}.product__buy-row .btn{flex:1 1 100%}}@media(max-width:480px){.tiles{grid-template-columns:repeat(2,1fr)!important}.pill{padding:.7rem 1.1rem;font-size:.875rem}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.nav__panel-img{border-radius:var(--radius);margin-top:.5rem}.reel iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.reel{position:relative}
/*# sourceMappingURL=/cdn/shop/t/24/assets/theme.css.map */
