:root{--cream:#f4f1eb;--ink:#262923;--stone:#e5dfd5;--muted:#6c6b62;--muted-2:#55584f;--line:#d8d3c9;--line-2:#cdc7bc;--hover:#45483e;--band:#eee9e1;--success:#e6eadd;--error:#efdfd4;--focus:#697b58;--sticky:rgba(244,241,235,.98);--field-line:#857f74;--white:#fff;color-scheme:light;--serif:Georgia,"Times New Roman",serif;--sans:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--page-gutter:clamp(24px,5vw,80px);--space-1:4px;--space-2:8px;--space-3:12px;--space-4:20px;--space-5:32px;--space-6:48px;--space-7:72px;--space-8:104px;--space-9:152px;--section-y:clamp(88px,9.5vw,152px);--section-y-sm:clamp(56px,6vw,96px);--block-gap:clamp(32px,4vw,64px);--card-gap:clamp(28px,2.6vw,44px);--frame:1360px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:400}h1,h2{font-family:var(--serif);line-height:1.1;letter-spacing:-.025em}h1 em,h2 em{font-weight:400}h2{font-size:clamp(30px,3.4vw,50px)}h3{line-height:1.25}p{color:var(--muted)}a,button{touch-action:manipulation}:focus-visible{outline:2px solid var(--ink);outline-offset:5px}main:focus{outline:0}::selection{background:var(--stone)}.avxt-wrap{width:100%;max-width:var(--frame);margin:0 auto;padding-left:var(--page-gutter);padding-right:var(--page-gutter)}.avxt-eyebrow{font-size:10px;font-weight:600;letter-spacing:.17em;line-height:1.6;text-transform:uppercase;color:var(--ink)}.avxt-price{font-size:16px;white-space:nowrap;font-variant-numeric:tabular-nums}.avxt-button{display:inline-flex;align-items:center;justify-content:space-between;gap:20px;min-height:56px;padding:15px 22px;border:1px solid var(--ink);border-radius:2px;background:var(--ink);color:var(--cream);font-family:var(--sans);font-size:13px;font-weight:500;line-height:1.5;transition:background .2s,color .2s}.avxt-button:hover{background:var(--hover);border-color:var(--hover)}.avxt-button--outline{background:transparent;color:var(--ink)}.avxt-button--outline:hover{background:var(--ink);color:var(--cream)}.avxt-text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;min-height:48px;font-size:12px;border-bottom:1px solid var(--ink)}.avxt-skip{position:fixed;z-index:1000;top:12px;left:12px;padding:12px 20px;background:var(--ink);color:var(--cream);transform:translateY(-180%)}.avxt-skip:focus{transform:translateY(0)}.avxt-header{position:relative;z-index:20;background:var(--cream);border-bottom:1px solid var(--line)}.avxt-header__inner{height:88px;max-width:var(--frame);margin:auto;padding:0 var(--page-gutter);display:flex;align-items:center;justify-content:space-between}.avxt-wordmark{font-size:29px;font-weight:650;line-height:1;letter-spacing:.14em}.avxt-nav{display:flex;align-items:center;gap:35px}.avxt-nav>a{display:flex;align-items:center;gap:8px;min-height:48px;font-size:12px}.avxt-nav>a:hover,.avxt-nav>a[aria-current]{text-decoration:underline;text-underline-offset:6px}.avxt-nav__cart{margin-left:24px}.avxt-theme-toggle{display:flex;align-items:center;gap:8px;min-height:48px;padding:0;border:0;background:none;color:inherit;font-size:12px;font-family:inherit}.avxt-theme-toggle:hover .avxt-theme-toggle__label{text-decoration:underline;text-underline-offset:6px}.avxt-theme-toggle__icon{width:12px;height:12px;border-radius:50%;border:1px solid currentColor;background:linear-gradient(90deg,currentColor 0 50%,transparent 50% 100%);flex:none}[data-theme=dark] .avxt-theme-toggle__icon{background:linear-gradient(90deg,transparent 0 50%,currentColor 50% 100%)}.avxt-theme-toggle__label--light,[data-theme=dark] .avxt-theme-toggle__label--dark{display:none}[data-theme=dark] .avxt-theme-toggle__label--light{display:inline}.avxt-cart-count{width:21px;height:21px;border:1px solid var(--line-2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-variant-numeric:tabular-nums}.avxt-home .avxt-hero-slides{min-height:0;align-self:center;aspect-ratio:4/5;max-height:86vh;background:#17120d}.avxt-home .avxt-hero-slides__track{list-style:none;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0}.avxt-home .avxt-hero-slides__slide{position:absolute;top:0;right:0;bottom:0;left:0}.avxt-home .avxt-hero-slides__slide[hidden]{display:none}.avxt-home .avxt-hero-slides__slide a{display:block;width:100%;height:100%}.avxt-home .avxt-hero-slides__slide img{width:100%;height:100%;object-fit:cover;object-position:center top;animation:avxt-slide-in .45s ease}@keyframes avxt-slide-in{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.avxt-home .avxt-hero-slides__slide img{animation:none}}.avxt-home .avxt-hero-slides__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:46px;height:46px;border:0;border-radius:50%;background:#14100c6b;color:#fff9ed;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.avxt-home .avxt-hero-slides__arrow:hover{background:#14100cad}.avxt-home .avxt-hero-slides__arrow--prev{left:16px}.avxt-home .avxt-hero-slides__arrow--next{right:16px}.avxt-home .avxt-hero-slides__dots{position:absolute;z-index:2;left:0;right:0;bottom:18px;display:flex;justify-content:center;gap:9px}.avxt-home .avxt-hero-slides__dots button{width:8px;height:8px;padding:0;border:1px solid rgba(255,249,237,.75);border-radius:50%;background:none;cursor:pointer}.avxt-home .avxt-hero-slides__dots button[aria-current=true]{background:#fff9ed}.avxt-home .avxt-hero{display:grid;grid-template-columns:44% 56%;grid-template-rows:auto auto}.avxt-home .avxt-hero__copy{padding:clamp(50px,6.3vw,100px) clamp(24px,4vw,64px) 50px var(--page-gutter);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.avxt-home .avxt-hero__copy>.avxt-eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:34px}.avxt-home .avxt-tiny-line{width:25px;border-top:1px solid var(--ink)}.avxt-home h1{font-size:clamp(40px,4.6vw,72px);line-height:1.06;letter-spacing:-.025em;white-space:nowrap}.avxt-home .avxt-hero__sub{font-size:clamp(16px,1.15vw,18px);line-height:1.7;margin-top:var(--space-5);max-width:46ch}.avxt-home .avxt-hero__cta{margin-top:var(--space-5);width:100%;max-width:345px}.avxt-home .avxt-hero__cta>span:first-child{margin-left:auto;font-size:11px;white-space:nowrap}.avxt-home .avxt-hero__shipping{font-size:13px;line-height:1.6;margin-top:var(--space-4);max-width:46ch}.avxt-home .avxt-hero__media{position:relative;min-height:600px;overflow:hidden;background:#c5a584}.avxt-home .avxt-hero__media>img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:52% center}.avxt-home .avxt-hero__caption{position:absolute;bottom:0;left:0;right:0;padding:50px 30px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px;color:#fff9ed;background:linear-gradient(transparent,#18120987);font-size:10px}.avxt-home .avxt-hero__caption>span:last-child{font-size:9px;letter-spacing:.1em}.avxt-home .avxt-hero__foot{grid-column:1/-1;border-bottom:1px solid var(--line);padding:17px var(--page-gutter);display:flex;justify-content:space-between;gap:16px;font-size:10px;color:var(--muted)}.avxt-home .avxt-hero__foot a{display:flex;align-items:center;gap:20px;color:var(--ink)}.avxt-home .avxt-collection{padding-top:var(--section-y);padding-bottom:var(--section-y);scroll-margin-top:20px}.avxt-home .avxt-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:var(--block-gap);margin-bottom:var(--block-gap)}.avxt-home .avxt-section-head h2{margin-top:20px}.avxt-home .avxt-section-head>p{font-size:15px;line-height:1.75;max-width:34ch;padding-bottom:5px}.avxt-home .avxt-products{display:grid;grid-template-columns:1fr 1fr;gap:var(--card-gap)}.avxt-home .avxt-product-card__image{position:relative;display:block;background:#fefefe;overflow:hidden}.avxt-home .avxt-product-card__image img{width:100%;aspect-ratio:1;object-fit:cover;object-position:center;transition:transform .5s ease}.avxt-home .avxt-product-card__image:hover img{transform:scale(1.025)}.avxt-home .avxt-product-card__edition{position:absolute;left:14px;top:14px;z-index:1;font-size:10px;font-weight:600;letter-spacing:.12em;color:#fff;background:#1414129e;padding:6px 10px;border-radius:2px;line-height:1}.avxt-home .avxt-product-card__details{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-4);padding:var(--space-4) 0 var(--space-3)}.avxt-home .avxt-product-card__details h3{font-family:var(--serif);font-size:26px;letter-spacing:-.02em;line-height:1.2}.avxt-home .avxt-product-card__details p{font-size:13px;line-height:1.55;margin-top:6px}.avxt-home .avxt-product-card__details .avxt-price{padding-top:7px}.avxt-home .avxt-card-form{margin:0;flex:1}.avxt-home .avxt-card-form .avxt-button{width:100%}.avxt-home .avxt-product-card__action{display:flex;align-items:center;gap:var(--space-4);margin-top:var(--space-2)}.avxt-home .avxt-product-card__action>.avxt-button{flex:1}.avxt-home .avxt-product-card__action .avxt-text-link{gap:20px;font-size:11px;white-space:nowrap}.avxt-home .avxt-collection__shipping{font-size:13px;line-height:1.6;text-align:center;margin-top:var(--space-6)}.avxt-home .avxt-ritual{padding:var(--section-y) 0;background:var(--ink);color:var(--cream)}.avxt-home .avxt-ritual__intro{display:grid;grid-template-columns:1fr 2fr;gap:var(--block-gap);align-items:start}.avxt-home .avxt-ritual .avxt-eyebrow{color:#c3c7ba;padding-top:8px}.avxt-home .avxt-ritual h2{font-size:clamp(30px,3.2vw,46px)}.avxt-home .avxt-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--block-gap);margin-top:var(--section-y-sm)}.avxt-home .avxt-proof__item{border-top:1px solid #555a4e;padding-top:20px}.avxt-home .avxt-proof__number{font-size:10px;letter-spacing:.05em;color:#abb1a2}.avxt-home .avxt-proof h3{font-family:var(--serif);font-size:23px;letter-spacing:-.015em;line-height:1.25;margin-top:var(--space-5)}.avxt-home .avxt-proof p{font-size:14px;line-height:1.75;margin-top:var(--space-3);color:#c2c7bb;max-width:36ch}.avxt-home .avxt-controls{display:block;background:var(--band)}.avxt-home .avxt-controls__image{background:#fff;position:relative;display:flex;align-items:center;justify-content:center;padding:45px 0 65px}.avxt-home .avxt-controls__image img{width:100%;height:auto;object-fit:contain}.avxt-home .avxt-controls__caption{position:absolute;left:var(--page-gutter);bottom:27px;font-size:10px;color:var(--muted)}.avxt-home .avxt-controls__copy{padding:var(--section-y) var(--page-gutter);max-width:800px;margin:0 auto}.avxt-home .avxt-controls__copy h2{margin-top:20px}.avxt-home .avxt-controls__copy>p:not(.avxt-eyebrow){font-size:15px;line-height:1.8;margin-top:var(--space-4);max-width:46ch}.avxt-home .avxt-controls dl{margin:var(--space-6) 0 var(--space-5);font-size:14px}.avxt-home .avxt-controls dl>div{display:grid;grid-template-columns:90px 1fr;gap:var(--space-4);padding:var(--space-3) 0;border-top:1px solid var(--line-2)}.avxt-home .avxt-controls dt{color:var(--muted)}.avxt-home .avxt-controls dd{margin:0}.avxt-home .avxt-controls .avxt-text-link{font-size:11px;gap:32px}.avxt-home .avxt-offer{display:flex;align-items:center;justify-content:space-between;gap:var(--space-5);padding-top:var(--space-7);padding-bottom:var(--space-7);border-bottom:1px solid var(--line)}.avxt-home .avxt-offer p{font-size:12px;line-height:1.8;color:var(--ink)}.avxt-home .avxt-offer p>span{color:var(--muted)}.avxt-home .avxt-offer p:last-child{text-align:right}.avxt-home .avxt-offer strong{font-size:12px;letter-spacing:.09em;font-weight:600;margin-right:13px}.avxt-home .avxt-offer small{display:block;font-size:10px;color:var(--muted)}.avxt-home .avxt-home-sticky{display:none}[data-theme=dark]{--cream:#1b1a18;--ink:#ece7de;--stone:#2a2825;--muted:#a7a297;--muted-2:#bdb8ad;--line:#3b3934;--line-2:#4d4a43;--hover:#d8d2c7;--band:#232220;--success:#2f3a2a;--error:#4a3128;--focus:#9fb08a;--sticky:rgba(27,26,24,.98);--field-line:#78736a;color-scheme:dark}[data-theme=dark] .avxt-home .avxt-ritual{background:#2a2c27;color:#ece7de}[data-theme=dark] .avxt-home .avxt-proof__item{border-top-color:#4a4d45}[data-theme=dark] .avxt-c-swatch-white,[data-theme=dark] .avxt-c-swatch-black{border-color:#8a877f}[data-theme=dark] .avxt-home .avxt-controls__caption{color:#6c6b62}[data-theme=dark] .avxt-cart-count{border-color:#6e6a62}.avxt-footer{padding-top:var(--section-y-sm);padding-bottom:var(--space-6)}.avxt-footer__top{display:flex;align-items:flex-start;justify-content:space-between;gap:30px}.avxt-footer__top p{font-size:11px;margin-top:16px}.avxt-footer__top nav{display:flex;gap:35px}.avxt-footer__top nav a{font-size:12px;min-height:48px;display:flex;align-items:center}.avxt-footer a:hover{text-decoration:underline;text-underline-offset:5px}.avxt-footer__bottom{margin-top:60px;display:flex;justify-content:space-between;gap:20px;font-size:9px;color:var(--muted)}.avxt-footer__legal{display:flex;gap:20px}.shopify-policy__container{max-width:850px!important;padding:70px var(--page-gutter)!important}.shopify-policy__title h1{font-size:clamp(38px,5vw,62px);margin-bottom:35px}.shopify-policy__body h2{font-family:var(--sans);font-size:23px;letter-spacing:-.02em;line-height:1.4;margin:28px 0 12px}.shopify-policy__body p{margin:15px 0}.shopify-policy__body a{text-decoration:underline}@media(min-width:1360px){.avxt-home .avxt-hero__copy{padding-left:max(var(--page-gutter),calc((100vw - var(--frame))/2 + var(--page-gutter)))}.avxt-home .avxt-hero__media{min-height:680px}}@media(max-width:1100px){.avxt-home .avxt-hero{grid-template-columns:46% 54%}.avxt-home h1{font-size:clamp(54px,7.2vw,79px)}.avxt-home .avxt-hero__copy{padding-right:25px}.avxt-home .avxt-hero__media{min-height:535px}.avxt-home .avxt-hero__cta{padding:15px 17px;gap:12px}.avxt-home .avxt-product-card__action{gap:16px}.avxt-home .avxt-product-card__action .avxt-text-link{gap:9px}.avxt-home .avxt-proof{gap:32px}.avxt-home .avxt-ritual__intro{grid-template-columns:1fr 2fr;gap:30px}.avxt-home .avxt-controls__copy{padding:60px 35px}.avxt-home .avxt-controls__copy h2{font-size:56px}}@media(max-width:749px){:root{--page-gutter:22px;--section-y:clamp(64px,18vw,96px);--section-y-sm:clamp(48px,12vw,72px);--block-gap:clamp(28px,8vw,40px);--card-gap:clamp(40px,11vw,56px)}html{scroll-padding-top:75px}.avxt-header__inner{height:68px}.avxt-wordmark{font-size:24px}.avxt-nav{gap:20px}.avxt-nav>a,.avxt-theme-toggle{font-size:11px;gap:6px}.avxt-nav__cart{margin-left:3px}.avxt-cart-count{width:18px;height:18px;font-size:9px}.avxt-button{min-height:54px;font-size:13px;padding:14px 18px}.avxt-home .avxt-hero{display:flex;flex-direction:column}.avxt-home .avxt-hero__copy{padding:var(--space-6) var(--page-gutter) var(--space-5)}.avxt-home .avxt-hero__copy>.avxt-eyebrow{font-size:9px;margin-bottom:21px}.avxt-home h1{font-size:clamp(38px,10.5vw,54px);line-height:1.08;letter-spacing:-.02em}.avxt-home .avxt-hero__sub{font-size:15px;margin-top:var(--space-4);line-height:1.7}.avxt-home .avxt-hero__sub br{display:none}.avxt-home .avxt-hero__cta{width:100%;max-width:none;margin-top:23px}.avxt-home .avxt-hero__cta>span:first-child{font-size:11px}.avxt-home .avxt-hero__shipping{font-size:12.5px;line-height:1.6;margin-top:var(--space-3)}.avxt-home .avxt-hero__media{min-height:0;height:auto;aspect-ratio:1.28}.avxt-home .avxt-hero__media>img{object-position:center center}.avxt-home .avxt-hero-slides{aspect-ratio:4/5;align-self:stretch;width:100%;max-height:none}.avxt-home .avxt-hero-slides__arrow{width:40px;height:40px;font-size:21px}.avxt-home .avxt-hero-slides__arrow--prev{left:10px}.avxt-home .avxt-hero-slides__arrow--next{right:10px}.avxt-home .avxt-hero__caption{padding:35px 22px 17px;font-size:9px}.avxt-home .avxt-hero__caption>span:last-child{font-size:8px}.avxt-home .avxt-hero__foot{padding:14px 22px;font-size:9px}.avxt-home .avxt-hero__foot a{gap:12px}.avxt-home .avxt-collection{padding-top:var(--section-y);padding-bottom:var(--section-y)}.avxt-home .avxt-section-head{display:block;margin-bottom:var(--block-gap)}.avxt-home .avxt-section-head h2{font-size:32px;line-height:1.15;margin-top:var(--space-3)}.avxt-home .avxt-section-head>p{font-size:14.5px;line-height:1.7;margin-top:var(--space-4);max-width:none}.avxt-home .avxt-section-head>p br{display:none}.avxt-home .avxt-products{gap:var(--card-gap);grid-template-columns:1fr}.avxt-home .avxt-product-card__image img{aspect-ratio:1}.avxt-home .avxt-product-card__edition{left:11px;top:11px;font-size:9px;padding:5px 8px}.avxt-home .avxt-product-card__details{padding:var(--space-4) 0 var(--space-3)}.avxt-home .avxt-product-card__details h3{font-size:24px;line-height:1.2}.avxt-home .avxt-product-card__details .avxt-price{font-size:15px}.avxt-home .avxt-product-card__details p{font-size:12.5px;line-height:1.55}.avxt-home .avxt-product-card__action{gap:20px}.avxt-home .avxt-product-card__action .avxt-text-link{font-size:10px;gap:10px}.avxt-home .avxt-product-card__action .avxt-button{font-size:12px}.avxt-home .avxt-collection__shipping{font-size:12.5px;line-height:1.6;margin-top:var(--space-5)}.avxt-home .avxt-ritual{padding:var(--section-y) 0}.avxt-home .avxt-ritual__intro{display:block}.avxt-home .avxt-ritual .avxt-eyebrow{font-size:9px;padding:0;margin-bottom:21px}.avxt-home .avxt-ritual h2{font-size:30px;line-height:1.15}.avxt-home .avxt-proof{display:block;margin-top:var(--section-y-sm)}.avxt-home .avxt-proof__item{display:grid;grid-template-columns:26px 1fr;column-gap:16px;padding-top:19px;margin-top:22px}.avxt-home .avxt-proof__number{grid-column:1;grid-row:1/3;padding-top:5px;font-size:9px}.avxt-home .avxt-proof h3{grid-column:2;font-size:21px;line-height:1.25;margin-top:0}.avxt-home .avxt-proof p{grid-column:2;font-size:14px;line-height:1.75;margin-top:var(--space-3);max-width:100%}.avxt-home .avxt-controls{display:flex;flex-direction:column}.avxt-home .avxt-controls__image{padding:30px 0 48px}.avxt-home .avxt-controls__caption{bottom:20px;font-size:9px}.avxt-home .avxt-controls__copy{padding:var(--section-y) var(--page-gutter)}.avxt-home .avxt-controls__copy h2{font-size:32px;line-height:1.15;margin-top:var(--space-3)}.avxt-home .avxt-controls__copy>p:not(.avxt-eyebrow){font-size:14.5px;line-height:1.75;margin-top:var(--space-4)}.avxt-home .avxt-controls dl{margin-top:23px}.avxt-home .avxt-controls dl>div{grid-template-columns:84px 1fr;padding:var(--space-3) 0}.avxt-home .avxt-offer{display:block;padding-top:30px;padding-bottom:30px}.avxt-home .avxt-offer p{font-size:11px}.avxt-home .avxt-offer p:last-child{text-align:left;margin-top:20px}.avxt-home .avxt-offer strong{font-size:11px;margin-right:10px}.avxt-home .avxt-offer small{font-size:9px;margin-top:3px}.avxt-home .avxt-home-sticky{display:block;position:fixed;z-index:30;bottom:0;left:0;right:0;padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:var(--sticky);border-top:1px solid var(--line);transform:translateY(110%);visibility:hidden;transition:transform .25s,visibility .25s}.avxt-home .avxt-home-sticky.is-visible{transform:translateY(0);visibility:visible}.avxt-home .avxt-home-sticky .avxt-button{width:100%;min-height:50px}.avxt-home .avxt-home-sticky .avxt-button>span:first-child{margin-left:auto;font-size:11px}.template-index .avxt-footer,body.template-index .avxt-b-footer{padding-bottom:110px}.avxt-footer{padding-top:var(--section-y-sm)}.avxt-footer__top{display:block}.avxt-footer__top p{font-size:10px;margin-top:12px}.avxt-footer__top nav{gap:28px;margin-top:18px}.avxt-footer__top nav a{font-size:11px}.avxt-footer__bottom{flex-wrap:wrap;margin-top:25px;gap:14px;font-size:8px}.avxt-footer__bottom>span:nth-child(2){margin-left:auto}.avxt-footer__legal{width:100%;gap:18px}.shopify-policy__container{padding-top:40px!important;padding-bottom:45px!important}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}.avxt-price{display:inline-flex;flex-wrap:wrap;align-items:baseline;gap:.35em}.avxt-price-compare{text-decoration:line-through;opacity:.55;font-weight:400}.avxt-offer-line,.avxt-c-offer-line{margin:10px 0 0;font-size:13px;line-height:1.45;opacity:.9}.avxt-offer-line strong,.avxt-c-offer-line strong{font-weight:600}.avxt-quotes,.avxt-c-quotes{padding:56px 0 24px}.avxt-quotes__head,.avxt-c-quotes__head{max-width:720px;margin:0 auto 28px;padding:0 20px}.avxt-quotes__note,.avxt-c-quotes__note{font-size:12px;opacity:.65;margin-top:8px}.avxt-quotes__grid,.avxt-c-quotes__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;max-width:1100px;margin:0 auto;padding:0 20px}.avxt-quotes__grid>*,.avxt-c-quotes__grid>*{grid-column:span 2}.avxt-quotes__grid>:nth-child(4),.avxt-c-quotes__grid>:nth-child(4){grid-column:2 / span 2}.avxt-quotes__grid>:nth-child(5),.avxt-c-quotes__grid>:nth-child(5){grid-column:4 / span 2}@media(max-width:900px){.avxt-quotes__grid,.avxt-c-quotes__grid{grid-template-columns:1fr}.avxt-quotes__grid>*,.avxt-c-quotes__grid>*,.avxt-quotes__grid>:nth-child(4),.avxt-c-quotes__grid>:nth-child(4),.avxt-quotes__grid>:nth-child(5),.avxt-c-quotes__grid>:nth-child(5){grid-column:auto}}.avxt-quote,.avxt-c-quote{margin:0;padding:18px 16px;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#fff6}.avxt-quote blockquote,.avxt-c-quote blockquote{margin:0 0 12px;font-size:14px;line-height:1.5;font-weight:400}.avxt-quote figcaption,.avxt-c-quote figcaption{font-size:12px;opacity:.7}.avxt-trust-strip,.avxt-c-trust-strip{padding:var(--space-5) 20px var(--section-y-sm);text-align:center;font-size:14px;line-height:1.7;opacity:.85}.avxt-trust-strip a,.avxt-c-trust-strip a{text-decoration:underline}@media(min-width:750px){.avxt-home-sticky{display:none!important}}.avxt-stock-line,.avxt-c-stock-line{margin:8px 0 0;font-size:13px;opacity:.85}.avxt-c-ship-before{margin:18px 0 14px;padding:14px 16px;border:1px solid var(--line,#d8d3c9);border-radius:2px;background:transparent}.avxt-c-ship-before__heading{margin:0 0 10px;font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ink,#262923)}.avxt-c-ship-before p{margin:0 0 6px;font-size:13px;line-height:1.55;color:var(--muted,#6c6b62)}.avxt-c-ship-before p:last-child{margin-bottom:0}.avxt-c-offer-box{margin:0 0 16px;padding:14px 16px;border:1px solid var(--line,#d8d3c9);border-radius:2px;background:var(--band,#eee9e1)}.avxt-c-offer-box p{margin:0;font-size:13px;line-height:1.5;color:var(--ink,#262923)}.avxt-c-next-line{margin:10px 0 0;font-size:12px;line-height:1.5;color:var(--muted,#6c6b62)}.avxt-c-buy-trust{margin:16px 0 22px}.avxt-c-buy-trust__initials{margin:0;font-size:11px;line-height:1.6;letter-spacing:.01em;color:var(--muted-2,#55584f);white-space:pre-wrap}.avxt-c-buy-trust__returns{margin:8px 0 0;font-size:12px;color:var(--muted,#6c6b62)}.avxt-c-color-label{margin:0 0 10px;font-size:13px;color:var(--ink,#262923)}.avxt-c-checkout-reassure{margin:16px 0 18px;padding:14px 16px;border:1px solid var(--line,#d8d3c9);border-radius:2px;background:transparent}.avxt-c-checkout-reassure__heading{margin:0 0 10px;font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ink,#262923)}.avxt-c-checkout-reassure p{margin:0 0 8px;font-size:13px;line-height:1.55;color:var(--muted,#6c6b62)}.avxt-c-checkout-reassure p:last-child{margin-bottom:0}.avxt-c-checkout-reassure__math{font-style:italic}.avxt-c-product-form .avxt-c-button{width:100%;justify-content:center}.avxt-home .avxt-product-card__image{background:var(--cream,#f3efe6);overflow:hidden}.avxt-home .avxt-product-card__image img,.avxt-home .avxt-product-card__img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;object-position:center;display:block;background:var(--cream,#f3efe6)}.avxt-home .avxt-products--ladder{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--card-gap,40px)}.avxt-trust-block{padding:var(--section-y-sm) 0 var(--space-2);max-width:820px;margin:0 auto var(--space-5)}.avxt-trust-block__lead{font-family:var(--serif);font-size:26px;letter-spacing:-.02em;line-height:1.25;margin:0 0 var(--space-4)}.avxt-trust-block__list{margin:0;padding:0;list-style:none;font-size:15px;line-height:1.8;color:var(--ink)}.avxt-trust-block__list li{padding:var(--space-3) 0;border-top:1px solid var(--line,#e6e1d6)}.avxt-trust-block__list a{text-decoration:underline}.avxt-trust-block--pdp{max-width:none;margin:18px 0 8px;padding:0}.avxt-trust-block--pdp .avxt-trust-block__lead{font-size:18px}.avxt-trust-block--pdp .avxt-trust-block__list{font-size:12px;line-height:1.7}@media(max-width:1000px){.avxt-home .avxt-products--ladder{grid-template-columns:1fr;max-width:520px;margin-left:auto;margin-right:auto}}@media(max-width:749px){.avxt-home .avxt-products--ladder{grid-template-columns:1fr;gap:var(--card-gap)}.avxt-trust-block{padding:18px 0 4px}.avxt-trust-block__lead{font-size:20px}.avxt-trust-block__list{font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/avxt.css.map */
