:root{--background: #f7f4ec;--foreground: #2b2820;--brand: #a7d7b6;--brand-foreground: #1f3d2c;--cream: #f5f0e5;--ink: #26221a;--moss: #4f6b53;--radius: 16px;--page-width: 80rem;--gutter: 1rem;--gutter-lg: 1.5rem;--font-display: "Fraunces", ui-serif, Georgia, serif;--font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif}*,*:before,*:after{box-sizing:border-box}*{border-color:color-mix(in oklab,var(--ink) 12%,transparent)}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-sans);background-color:var(--cream);color:var(--ink);line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,svg,video{display:block;max-width:100%}img{height:auto}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4,p,ul,ol{margin:0}summary::-webkit-details-marker{display:none}:focus-visible{outline:2px solid var(--moss);outline-offset:2px}.x-container{max-width:var(--page-width);margin-inline:auto;padding-inline:var(--gutter)}@media(min-width:768px){.x-container{padding-inline:var(--gutter-lg)}}.x-container--narrow{max-width:56rem}.x-container--mid{max-width:64rem}.x-container--wide{max-width:72rem}.x-section{padding-block:clamp(4rem,8vw,8rem)}.x-section--sm{padding-block:clamp(3rem,6vw,6rem)}.x-section--bg{background:var(--background)}.x-section--ink{background:var(--ink);color:var(--cream)}.x-rule-y{border-block:1px solid color-mix(in oklab,var(--ink) 12%,transparent)}.x-display,.x-h1,.x-h2,.x-h3{font-family:var(--font-display);font-weight:800;line-height:1;letter-spacing:-.01em}.x-display{font-size:clamp(2.75rem,7vw,6rem);line-height:.95}.x-h1{font-size:clamp(2.25rem,6vw,5rem)}.x-h2{font-size:clamp(2.25rem,5vw,3.75rem)}.x-h3{font-size:clamp(1.5rem,3vw,2.25rem)}.x-title{font-family:var(--font-display);font-weight:800}.x-serif{font-family:var(--font-display)}.x-eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.25em;opacity:.6;margin-bottom:.75rem}.x-lead{font-size:1.125rem;opacity:.85;line-height:1.6}.x-muted{opacity:.7}.x-muted-2{opacity:.6}.x-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1.75rem;border-radius:999px;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;border:1px solid transparent;transition:transform .15s ease,background .15s ease,opacity .15s ease;cursor:pointer;white-space:nowrap}.x-btn:hover{transform:scale(1.02)}.x-btn--brand{background:var(--brand);color:var(--brand-foreground)}.x-btn--ink{background:var(--ink);color:var(--cream)}.x-btn--outline{background:transparent;border-color:currentColor}.x-btn--outline-light{background:transparent;border-color:var(--cream);color:var(--cream)}.x-btn--block{width:100%}.x-btn[disabled]{opacity:.5;cursor:not-allowed;transform:none}.x-link-underline{text-transform:uppercase;letter-spacing:.06em;font-size:.85rem;text-decoration:underline;text-underline-offset:4px}.x-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.x-pill--glass{background:#ffffff26;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2)}.x-pill--cream{background:var(--cream)}.x-pill--brand{background:var(--brand);color:var(--brand-foreground)}.x-spec{font-size:.75rem;padding:.25rem .75rem;border-radius:999px;background:var(--cream)}.x-announce{width:100%;text-align:center;background:var(--ink);color:var(--cream);font-size:.625rem;letter-spacing:.2em;text-transform:uppercase;padding:.5rem .75rem}@media(min-width:640px){.x-announce{font-size:.75rem;padding-block:.625rem}}.x-header{position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:color-mix(in oklab,var(--cream) 85%,transparent)}.x-header__row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;height:4rem}.x-header__nav{display:flex;gap:2rem;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em}.x-header__nav a{transition:opacity .15s}.x-header__nav a:hover{opacity:.6}.x-header__logo{font-family:var(--font-display);font-weight:800;font-size:1.5rem;letter-spacing:-.02em;text-align:center}.x-header__actions{display:flex;justify-content:flex-end;gap:1.5rem;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;align-items:center}.x-header__mobile{display:none}.x-header__logo img,.x-footer__logo img{height:2rem;width:auto;display:inline-block}@media(max-width:767px){.x-header__row{display:none}.x-header__mobile{display:block;padding:.75rem 1rem .5rem}.x-header__mobile .x-header__logo{font-size:1.25rem}.x-header__mobile-top{position:relative;display:flex;align-items:center;justify-content:center;height:2.5rem}.x-header__mobile-cart{position:absolute;right:0;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em}.x-header__mobile-nav{margin-top:.5rem;display:flex;justify-content:space-between;gap:.5rem;font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;overflow-x:auto}.x-header__mobile-nav a{white-space:nowrap}}.x-hero{position:relative}.x-hero__media{position:relative;height:80vh;min-height:520px;width:100%;overflow:hidden}@media(min-width:768px){.x-hero__media{height:88vh;min-height:640px}}.x-hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.x-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000026,#0000008c)}.x-hero__inner{position:relative;z-index:10;max-width:var(--page-width);margin-inline:auto;padding-inline:var(--gutter);height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:3rem;color:var(--cream)}@media(min-width:768px){.x-hero__inner{padding-inline:var(--gutter-lg);padding-bottom:5rem}}.x-hero__stars{display:flex;align-items:center;gap:.375rem;font-size:.625rem;letter-spacing:.2em;text-transform:uppercase;opacity:.75;margin-bottom:.5rem}.x-hero__stars .x-stars{color:#facc15}.x-hero__badges{display:flex;flex-wrap:wrap;gap:.5rem}.x-hero__badges .x-pill{font-size:.625rem}@media(min-width:768px){.x-hero__badges .x-pill,.x-hero__stars{font-size:.75rem}}.x-hero__title{max-width:56rem;margin-top:.75rem;font-size:clamp(2.25rem,8vw,6rem);line-height:.95}.x-hero__text{margin-top:1rem;max-width:36rem;font-size:1rem;opacity:.9}@media(min-width:768px){.x-hero__text{margin-top:1.5rem;font-size:1.125rem}}.x-hero__cta{margin-top:1.5rem;display:flex;gap:.75rem;flex-wrap:wrap}@media(min-width:768px){.x-hero__cta{margin-top:2rem}}.x-stats{display:grid;grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.x-stats{grid-template-columns:repeat(4,1fr)}}.x-stat{padding:1.5rem .75rem;text-align:center}@media(min-width:768px){.x-stat{padding:2.5rem 1.5rem;border-top:0;border-left:1px solid color-mix(in oklab,var(--ink) 12%,transparent)}.x-stat:first-child{border-left:0}}.x-stat__n{font-family:var(--font-display);font-weight:800;font-size:clamp(2.25rem,4vw,3rem)}.x-stat__l{margin-top:.5rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;opacity:.7}.x-headrow{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.x-headrow__lead{max-width:28rem;opacity:.75}.x-center{text-align:center}.x-center .x-eyebrow{display:block}.x-grid{display:grid;gap:1.5rem}.x-grid--2,.x-grid--3{grid-template-columns:1fr}.x-grid--4{grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.x-grid--2{grid-template-columns:repeat(2,1fr)}.x-grid--3{grid-template-columns:repeat(3,1fr)}.x-grid--4{grid-template-columns:repeat(4,1fr)}}.x-feature{background:var(--background);border-radius:24px;overflow:hidden;display:flex;flex-direction:column}.x-feature__media{aspect-ratio:4/5;overflow:hidden}.x-feature__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.x-feature:hover .x-feature__media img{transform:scale(1.05)}.x-feature__body{padding:1.75rem}.x-feature__latin{font-style:italic;font-size:.875rem;opacity:.6;margin-top:.125rem}.x-feature__text{margin-top:1rem;font-size:.875rem;line-height:1.6;opacity:.8}.x-marquee{padding-block:1.5rem;overflow:hidden;background:var(--ink);color:var(--cream);border-block:1px solid var(--ink)}.x-marquee__track{display:flex;white-space:nowrap;width:max-content;animation:x-marquee 35s linear infinite}.x-marquee__item{font-family:var(--font-display);font-weight:800;font-size:clamp(2.25rem,5vw,3.75rem);padding-inline:2rem;display:flex;align-items:center;gap:2rem}.x-marquee__item span{opacity:.5}@keyframes x-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.x-marquee__track{animation:none}}.x-pcard{display:block}.x-pcard__media{position:relative;aspect-ratio:1/1;border-radius:24px;overflow:hidden;margin-bottom:1.25rem;background:var(--cream)}.x-pcard__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease,opacity .5s ease}.x-pcard__media .x-pcard__hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.x-pcard:hover .x-pcard__media .x-pcard__base{transform:scale(1.05)}.x-pcard:hover .x-pcard__media .x-pcard__hover{opacity:1;transform:scale(1.05)}.x-pcard__head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.x-pcard__price{font-family:var(--font-display);font-weight:800;font-size:1.25rem;white-space:nowrap}.x-pcard__note{font-size:.875rem;opacity:.6;margin-top:.25rem}.x-pcard__desc{font-size:.875rem;opacity:.75;margin-top:.75rem;line-height:1.6}.x-pcard__specs{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0}.x-pcard__cta{margin-top:1.25rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;opacity:.8}.x-pcard:hover .x-pcard__cta{opacity:1}.x-infocard{padding:1.5rem;border-radius:16px;background:var(--cream)}.x-infocard--bg{background:var(--background)}.x-infocard--lg{padding:1.75rem;border-radius:24px}.x-infocard__t{font-family:var(--font-display);font-weight:800}.x-infocard__d{font-size:.875rem;opacity:.7;margin-top:.5rem;line-height:1.6}.x-split{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}@media(min-width:768px){.x-split{grid-template-columns:1fr 1fr;gap:2.5rem}}.x-offset-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:768px){.x-offset-grid{gap:1rem}}.x-offset-grid img{border-radius:16px;aspect-ratio:3/4;object-fit:cover;width:100%}.x-offset-grid img:nth-child(2),.x-offset-grid img:nth-child(4){margin-top:1.5rem}@media(min-width:768px){.x-offset-grid img:nth-child(2),.x-offset-grid img:nth-child(4){margin-top:2.5rem}}.x-ticklist{list-style:none;padding:0;margin-top:2rem;display:flex;flex-direction:column;gap:.75rem;font-size:.875rem}.x-ticklist li{display:flex;gap:.75rem;align-items:center}.x-tick{width:1.25rem;height:1.25rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;flex-shrink:0;background:var(--brand);color:var(--brand-foreground)}.x-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(min-width:768px){.x-gallery{grid-template-columns:repeat(4,1fr)}}.x-gallery__cell{aspect-ratio:4/5;border-radius:24px;overflow:hidden}.x-gallery__cell img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.x-gallery__cell:hover img{transform:scale(1.05)}.x-labgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.x-labgrid img{border-radius:16px;aspect-ratio:3/4;object-fit:cover;width:100%}.x-labgrid img:nth-child(2n){margin-top:1.5rem}@media(min-width:768px){.x-labgrid img:nth-child(2n){margin-top:2rem}}.x-edu{display:block}.x-edu__media{aspect-ratio:1/1;border-radius:16px;overflow:hidden;margin-bottom:1rem}.x-edu__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.x-edu:hover .x-edu__media img{transform:scale(1.05)}.x-edu__t{font-family:var(--font-display);font-weight:600;font-size:1rem;line-height:1.35}.x-faq{border-top:0}.x-faq__item{padding-block:1.5rem;border-top:1px solid color-mix(in oklab,var(--ink) 15%,transparent)}.x-faq__item:first-child{border-top:0}.x-faq__q{display:flex;justify-content:space-between;align-items:center;cursor:pointer;list-style:none;font-family:var(--font-display);font-weight:600;font-size:1.25rem;gap:1rem}.x-faq__sign{font-size:1.5rem;transition:transform .2s ease;line-height:1}.x-faq__item[open] .x-faq__sign{transform:rotate(45deg)}.x-faq__a{margin-top:1rem;opacity:.75;line-height:1.6}.x-compare{border-radius:24px;overflow:hidden;background:var(--cream)}.x-compare__head,.x-compare__row{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr}.x-compare__head{padding:1.25rem 1.5rem;border-bottom:1px solid color-mix(in oklab,var(--ink) 10%,transparent);font-family:var(--font-display);font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.06em}.x-compare__head>div{text-align:center}.x-compare__head>div:first-child{text-align:left}.x-compare__head .is-xotic{color:var(--brand)}.x-compare__head .is-other{opacity:.6}.x-compare__row{padding:1.25rem 1.5rem;align-items:center;border-top:1px solid color-mix(in oklab,var(--ink) 10%,transparent)}.x-compare__row:first-of-type{border-top:0}.x-compare__feature{font-size:.875rem;font-weight:500;line-height:1.4;padding-right:.5rem}.x-compare__cell{display:flex;align-items:center;justify-content:center}.x-compare__cell--xotic{background:var(--ink);margin:-1.25rem 0;padding:1.25rem 0}.x-check{width:1.75rem;height:1.75rem;border-radius:999px;background:var(--brand);color:var(--brand-foreground);display:inline-flex;align-items:center;justify-content:center}.x-empty{width:1.75rem;height:1.75rem;border-radius:999px;border:2px solid color-mix(in oklab,var(--ink) 20%,transparent)}.x-claimed{font-size:.75rem;opacity:.6}.x-compare__desktop{display:none}.x-compare__mobile{display:block;padding:.5rem .75rem .75rem}@media(min-width:768px){.x-compare__desktop{display:block}.x-compare__mobile{display:none}}.x-cmp-m{display:grid;grid-template-columns:1.1fr .9fr .9fr .7fr .9fr;column-gap:.5rem;align-items:stretch}.x-cmp-m__h{display:flex;align-items:flex-end;justify-content:center;padding:.5rem 0 .75rem;text-align:center;font-family:var(--font-display);font-weight:700;font-size:.625rem;text-transform:uppercase;letter-spacing:.04em;line-height:1.1;opacity:.6}.x-cmp-m__h--xotic{background:var(--ink);border-radius:16px 16px 0 0;opacity:1}.x-cmp-m__h--xotic span{color:var(--cream)}.x-cmp-m__feature{padding:1rem .5rem;font-size:.75rem;font-weight:500;display:flex;align-items:center;border-top:1px solid color-mix(in oklab,var(--ink) 10%,transparent)}.x-cmp-m__cell{display:flex;align-items:center;justify-content:center;padding-block:1rem;border-top:1px solid color-mix(in oklab,var(--ink) 10%,transparent)}.x-cmp-m__cell--xotic{background:var(--ink);color:var(--cream);border-top:0}.x-cmp-m__row:first-child .x-cmp-m__feature,.x-cmp-m__row:first-child .x-cmp-m__cell{border-top:0}.x-footer{padding-block:4rem;background:var(--ink);color:var(--cream)}.x-footer__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:768px){.x-footer__grid{grid-template-columns:repeat(4,1fr)}}.x-footer__brand{grid-column:span 1}@media(min-width:768px){.x-footer__brand{grid-column:span 2}}.x-footer__logo{font-family:var(--font-display);font-weight:800;font-size:2.25rem}.x-footer__col-h{font-size:.75rem;text-transform:uppercase;letter-spacing:.25em;opacity:.6;margin-bottom:1rem}.x-footer__links{list-style:none;padding:0;display:flex;flex-direction:column;gap:.5rem;font-size:.875rem}.x-footer__links a:hover{opacity:.7}.x-footer__bottom{max-width:var(--page-width);margin-inline:auto;margin-top:4rem;padding-top:2rem;border-top:1px solid color-mix(in oklab,var(--cream) 20%,transparent);opacity:.8;font-size:.875rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1.5rem}@media(min-width:768px){.x-footer__bottom{flex-direction:row}}.x-footer__bottom img{height:3.5rem;width:auto}.x-breadcrumb{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;opacity:.6}.x-pdp{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:1024px){.x-pdp{grid-template-columns:1fr 1fr}}.x-pdp__gallery-main{border-radius:24px;overflow:hidden;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;background:var(--background)}.x-pdp__gallery-main img{width:100%;height:100%;object-fit:contain;padding:2rem}.x-pdp__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-top:1rem}@media(min-width:640px){.x-pdp__thumbs{grid-template-columns:repeat(8,1fr)}}.x-pdp__thumb{aspect-ratio:1/1;border-radius:12px;overflow:hidden;border:2px solid transparent;background:var(--background);opacity:.6;transition:opacity .15s}.x-pdp__thumb img{width:100%;height:100%;object-fit:contain;padding:.5rem}.x-pdp__thumb.is-active{opacity:1;border-color:var(--ink)}.x-pdp__rating{margin-top:.75rem;display:flex;align-items:center;gap:.75rem;font-size:.875rem}.x-stars{color:#f59e0b;letter-spacing:.05em}.x-pdp__desc{margin-top:1.25rem;opacity:.8;line-height:1.6}.x-opt{margin-top:1.75rem}.x-opt__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;opacity:.7;margin-bottom:.75rem}.x-sizes{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.x-size{position:relative;border-radius:16px;padding:1rem;text-align:left;border:2px solid color-mix(in oklab,var(--ink) 15%,transparent);background:transparent;transition:.15s}.x-size.is-active{border-color:var(--ink);background:var(--background)}.x-size__pop{position:absolute;top:-.5rem;left:.75rem;font-size:.625rem;text-transform:uppercase;letter-spacing:.05em;padding:.1rem .5rem;border-radius:999px;background:var(--brand);color:var(--brand-foreground)}.x-size__id{font-family:var(--font-display);font-weight:700}.x-size__sub{font-size:.75rem;opacity:.6;margin-top:.125rem}.x-size__price{margin-top:.5rem;font-family:var(--font-display);font-weight:800}.x-size__compare{font-size:.75rem;text-decoration:line-through;opacity:.5}.x-sub{margin-top:1.25rem;display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border-radius:16px;cursor:pointer;border:2px solid color-mix(in oklab,var(--ink) 15%,transparent)}.x-sub.is-active{border-color:var(--ink);background:var(--background)}.x-sub__title{font-weight:600;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.x-sub__note{font-size:.75rem;opacity:.7;margin-top:.25rem}.x-buy{margin-top:1.25rem;display:flex;align-items:center;gap:.75rem}.x-qty{display:flex;align-items:center;border-radius:999px;border:2px solid color-mix(in oklab,var(--ink) 20%,transparent)}.x-qty button{width:2.75rem;height:2.75rem;font-size:1.125rem;background:transparent;border:0}.x-qty__val{width:2.5rem;text-align:center;font-weight:600}.x-buy__add{flex:1;height:3rem;border-radius:999px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;font-size:.875rem;background:var(--ink);color:var(--cream);border:0;transition:transform .15s}.x-buy__add:hover{transform:scale(1.01)}.x-stock{margin-top:1rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem}.x-dot{display:inline-block;width:.5rem;height:.5rem;border-radius:999px;background:#22c55e;animation:x-pulse 2s infinite}@keyframes x-pulse{0%,to{opacity:1}50%{opacity:.4}}.x-pay{margin-top:.75rem;font-size:.75rem;opacity:.6}.x-trust{margin-top:1.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;text-align:center}.x-trust__cell{padding:.75rem;border-radius:12px;background:var(--background)}.x-trust__t{font-family:var(--font-display);font-weight:800}.x-trust__s{font-size:.75rem;opacity:.6}.x-spectable{border-radius:24px;overflow:hidden;background:var(--cream);margin-top:2.5rem}.x-spectable__row{display:flex;justify-content:space-between;padding:1rem 1.5rem;border-top:1px solid color-mix(in oklab,var(--ink) 10%,transparent)}.x-spectable__row:first-child{border-top:0}.x-spectable__v{font-family:var(--font-display);font-weight:700}.x-steps{list-style:none;padding:0;margin-top:2rem;display:flex;flex-direction:column;gap:1.25rem}.x-step{display:flex;gap:1.25rem}.x-step__n{width:2.25rem;height:2.25rem;border-radius:999px;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:800;flex-shrink:0;background:var(--brand);color:var(--brand-foreground)}.x-step__t{font-family:var(--font-display);font-weight:700;font-size:1.125rem}.x-step__b{opacity:.75;font-size:.875rem}.x-revsum{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.x-revsum{grid-template-columns:1fr 2fr}}.x-revbar{display:flex;align-items:center;gap:.75rem;font-size:.875rem}.x-revbar__track{flex:1;height:.5rem;border-radius:999px;overflow:hidden;background:color-mix(in oklab,var(--ink) 10%,transparent)}.x-revbar__fill{height:100%;background:var(--brand)}.x-review{padding:1.5rem;border-radius:16px;background:var(--background)}.x-review__head{display:flex;align-items:center;justify-content:space-between}.x-review__t{font-family:var(--font-display);font-weight:700}.x-review__b{margin-top:.5rem;font-size:.875rem;opacity:.8}.x-review__by{margin-top:.75rem;font-size:.75rem;opacity:.6}.x-community{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.x-community{grid-template-columns:1fr 2fr}}.x-community__aside{align-self:flex-start}@media(min-width:768px){.x-community__aside{position:sticky;top:6rem}}.x-social{display:flex;align-items:center;gap:1.25rem;margin-top:2rem;opacity:.8}.x-social a:hover{opacity:.6}.x-igrid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.x-igrid{grid-template-columns:repeat(2,1fr)}}.x-igrid__cell{border-radius:16px;overflow:hidden;border:1px solid color-mix(in oklab,var(--ink) 10%,transparent);background:#fff;position:relative;height:960px}.x-igrid__cell iframe{width:100%;height:1080px;border:0;display:block}.x-bundle{margin-top:2.5rem;padding:1.5rem;border-radius:24px;display:flex;flex-direction:column;align-items:center;gap:1.5rem;background:var(--cream)}@media(min-width:768px){.x-bundle{flex-direction:row}}.x-bundle__imgs{display:flex;align-items:center;gap:1rem}.x-bundle__imgs img{width:6rem;height:6rem;object-fit:contain}.x-bundle__plus{font-size:1.875rem;opacity:.4}.x-stickybuy{position:fixed;bottom:0;left:0;right:0;z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid color-mix(in oklab,var(--ink) 15%,transparent);background:color-mix(in oklab,var(--cream) 92%,transparent);transform:translateY(100%);transition:transform .3s ease}.x-stickybuy.is-visible{transform:translateY(0)}.x-stickybuy__inner{max-width:var(--page-width);margin-inline:auto;padding:.75rem var(--gutter);display:flex;align-items:center;gap:1rem}.x-stickybuy__img{width:3rem;height:3rem;object-fit:contain}.x-stickybuy__title{font-family:var(--font-display);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.x-stickybuy__add{height:2.75rem;padding-inline:1.5rem;border-radius:999px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;font-size:.875rem;background:var(--ink);color:var(--cream);border:0}@media(max-width:639px){.x-stickybuy__img,.x-stickybuy__price{display:none}}.x-team{display:flex;flex-direction:column;gap:6rem}.x-member{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}@media(min-width:768px){.x-member{grid-template-columns:1fr 1fr;gap:4rem}}.x-member--rev .x-member__media{order:-1}@media(min-width:768px){.x-member--rev .x-member__media{order:2}}.x-member__media{border-radius:28px;overflow:hidden;aspect-ratio:4/5;background:var(--background)}.x-member__media img{width:100%;height:100%;object-fit:cover}.x-member__aff{margin-top:.5rem;font-style:italic;opacity:.6}.x-member__bio{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem;opacity:.85;line-height:1.6;font-size:1.125rem}.x-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;visibility:hidden}.x-drawer.is-open{visibility:visible}.x-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .3s}.x-drawer.is-open .x-drawer__overlay{opacity:1}.x-drawer__panel{position:absolute;top:0;right:0;height:100%;width:100%;max-width:28rem;background:var(--cream);display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease}.x-drawer.is-open .x-drawer__panel{transform:translate(0)}.x-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid color-mix(in oklab,var(--ink) 12%,transparent)}.x-drawer__title{font-family:var(--font-display);font-weight:800;font-size:1.25rem}.x-drawer__close{background:transparent;border:0;font-size:1.5rem;line-height:1}.x-drawer__items{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.x-drawer__item{display:flex;gap:1rem}.x-drawer__item img{width:4.5rem;height:4.5rem;object-fit:cover;border-radius:12px;background:var(--background)}.x-drawer__foot{padding:1.5rem;border-top:1px solid color-mix(in oklab,var(--ink) 12%,transparent)}.x-drawer__empty{text-align:center;opacity:.6;padding-block:3rem}.x-mt-sm{margin-top:.75rem}.x-mt{margin-top:1.5rem}.x-mt-lg{margin-top:2rem}.x-flex{display:flex}.x-wrap{flex-wrap:wrap}.x-gap{gap:.75rem}.x-rounded{border-radius:24px}.x-cover{width:100%;height:100%;object-fit:cover}.x-hidden{display:none}.rte>*+*{margin-top:1rem}.rte a{text-decoration:underline;text-underline-offset:3px}.rte h2,.rte h3{font-family:var(--font-display);font-weight:800}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.shopify-section{display:block}.x-member .x-h2{font-size:clamp(2.25rem,7vw,3rem)}.template-product .x-section{padding-block:clamp(3.5rem,6vw,5rem)}.x-pdp .x-h1{font-size:clamp(2.25rem,5vw,3.75rem)}.x-rich-text .x-h1{font-size:clamp(2.5rem,7vw,4.5rem)}.x-grid--benefits{grid-template-columns:1fr}@media(min-width:768px){.x-grid--benefits{grid-template-columns:repeat(4,1fr)}}.x-cmp-m__row:last-child .x-cmp-m__cell--xotic{border-radius:0 0 16px 16px}@media(max-width:767px){.template-product .x-stats .x-stat{border-left:1px solid color-mix(in oklab,var(--ink) 12%,transparent)}.template-product .x-stats .x-stat:nth-child(odd){border-left:0}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/theme.css.map */
