:root{--ink:#1a2e28;--red:#a8322d;--cream:#f5f1eb;--char:#333;--gold:#c8a97e;--white:#fff;--serif:Georgia,"Times New Roman",serif;--sans:Arial,"Helvetica Neue",sans-serif;--page:1280px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--char);font-family:var(--sans);line-height:1.65}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.page-width{width:min(var(--page),calc(100% - 40px));margin:auto}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.72rem;color:var(--gold);font-weight:700}.display{font:400 clamp(2.25rem,5.6vw,5.4rem)/1.02 var(--serif);letter-spacing:-.035em;margin:.2em 0}.section-title{font:400 clamp(1.8rem,3.4vw,3.25rem)/1.1 var(--serif);margin:.2em 0 .55em;color:var(--ink)}.muted{color:#6b6a65}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 27px;border:1px solid var(--gold);background:var(--gold);color:var(--ink);text-transform:uppercase;letter-spacing:.11em;font-size:.76rem;font-weight:700;transition:.25s}.btn:hover{transform:translateY(-2px);filter:brightness(.96)}.btn--outline{background:transparent;color:var(--white)}.btn--dark{background:var(--ink);border-color:var(--ink);color:var(--white)}.section{padding:clamp(72px,9vw,125px) 0}.site-header{position:sticky;top:0;z-index:30;background:#f5f1ebf0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(26,46,40,.1)}.header-inner{min-height:74px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px}.nav{display:flex;gap:26px;font-size:.82rem}.header-actions{display:flex;justify-content:flex-end;gap:18px}.header-actions a{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em}.hero{min-height:78vh;display:grid;place-items:center;position:relative;color:var(--white);background:linear-gradient(90deg,#10201cdb,#10201c47),radial-gradient(circle at 75% 25%,rgba(200,169,126,.3),transparent 25%),linear-gradient(145deg,#1a2e28,#50635c);overflow:hidden}.hero:after{content:"";position:absolute;inset:auto -8% -38% 30%;height:68%;border-radius:50% 45% 0 0;border-top:1px solid rgba(245,241,235,.28);transform:rotate(-7deg);box-shadow:0 -25px 80px #f5f1eb12}.hero-content{position:relative;z-index:1;max-width:800px;margin-right:auto}.hero p{max-width:660px;font-size:1.05rem;color:#ffffffd1}.button-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.category-grid,.story-grid,.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.category-card{min-height:480px;padding:46px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;background:linear-gradient(180deg,transparent,rgba(18,33,28,.9)),linear-gradient(135deg,#798b7f,#1a2e28)}.category-card.red{background:linear-gradient(180deg,transparent,rgba(53,17,14,.9)),linear-gradient(135deg,#b9675e,#552522)}.category-card h3{font:400 2.2rem var(--serif);margin:0}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{position:relative}.product-card__image{aspect-ratio:1/1.15;overflow:hidden;background:#eae4dc}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover img{transform:scale(1.035)}.product-card h3{font:400 1.05rem var(--serif);margin:14px 0 3px}.quick-add{position:absolute;left:12px;right:12px;bottom:12px;opacity:0;transform:translateY(8px);transition:.25s}.product-card:hover .quick-add{opacity:1;transform:none}.story-grid,.feature-grid{align-items:center}.media-panel{min-height:540px;background:radial-gradient(circle at 45% 35%,rgba(255,255,255,.75),transparent 15%),linear-gradient(145deg,#d9d2c6,#9da99e);position:relative;overflow:hidden}.media-panel img{width:100%;height:100%;object-fit:cover;position:absolute}.benefits{background:var(--ink);color:#fff}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.benefit{text-align:center}.benefit-icon{width:46px;height:46px;margin:0 auto 18px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold)}.benefit h3{font:400 1.05rem var(--serif)}.feature-copy{padding:clamp(20px,5vw,70px)}.reviews{background:#eee8df}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review{background:var(--cream);padding:30px}.stars{color:var(--gold);letter-spacing:.13em}.newsletter{text-align:center;background:var(--red);color:#fff}.newsletter .section-title{color:#fff}.newsletter-form{display:flex;max-width:560px;margin:28px auto 0}.newsletter-form input{flex:1;min-width:0;border:0;padding:0 18px;background:#fff}.newsletter-form .btn{border-color:var(--ink)}.site-footer{background:#13241f;color:#ffffffbf;padding:64px 0 30px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:50px}.site-footer h3{color:#fff;font:400 1rem var(--serif)}.footer-links{display:grid;gap:8px;font-size:.84rem}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:45px;padding-top:22px;font-size:.75rem}.product-main{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(30px,5vw,80px);padding:60px 0}.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:10px}.product-gallery img{width:100%;aspect-ratio:1/1.15;object-fit:cover;background:#eee}.product-summary{position:sticky;top:110px;align-self:start}.product-title{font:400 clamp(2rem,4vw,3.5rem)/1.05 var(--serif);color:var(--ink);margin:.2em 0}.price{font-size:1.18rem}.rating{color:var(--gold)}.product-form{display:grid;gap:14px;margin-top:25px}.product-form label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}.product-form select,.product-form input{width:100%;min-height:48px;padding:0 13px;border:1px solid #c8c1b7;background:#fff}.product-form .shopify-payment-button__button{min-height:52px!important;border-radius:0!important}.trust-line{padding:18px 0;border-bottom:1px solid #d8d0c6;font-size:.82rem}.accordions{margin-top:22px}.accordions details{border-bottom:1px solid #d8d0c6;padding:16px 0}.accordions summary{cursor:pointer;font:400 1rem var(--serif);color:var(--ink)}.accordions p,.accordions li{font-size:.9rem}.disclaimer{margin-top:35px;padding:18px;background:#eee8df;font-size:.78rem;color:#68645f}.sticky-cart{display:none}.related{padding:70px 0}.mobile-menu{display:none}.payment-icons{letter-spacing:.09em;color:#fff;font-size:.8rem}@media(max-width:900px){.nav{display:none}.header-inner{grid-template-columns:1fr auto}.header-actions{gap:10px}.category-grid,.story-grid,.feature-grid,.product-main{grid-template-columns:1fr}.products-grid,.benefit-grid{grid-template-columns:repeat(2,1fr)}.review-grid{grid-template-columns:1fr}.hero{min-height:72vh}.product-gallery{grid-template-columns:1fr 1fr}.product-summary{position:static}.sticky-cart{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:40;background:var(--cream);padding:10px 14px;box-shadow:0 -8px 25px #0000001a;gap:10px}.sticky-cart .btn{flex:1}.site-footer{padding-bottom:90px}}@media(max-width:600px){.page-width{width:min(100% - 28px,var(--page))}.section{padding:62px 0}.hero{min-height:680px}.display{font-size:2.75rem}.category-card{min-height:390px;padding:28px}.products-grid{gap:10px}.product-card h3{font-size:.92rem}.quick-add{display:none}.benefit-grid{grid-template-columns:1fr 1fr;gap:18px}.benefit{font-size:.8rem}.footer-grid{grid-template-columns:1fr;gap:25px}.product-main{padding-top:25px}.product-gallery{display:flex;overflow:auto;scroll-snap-type:x mandatory}.product-gallery>*{min-width:88%;scroll-snap-align:start}.newsletter-form{display:grid;gap:8px}.newsletter-form input{min-height:52px}}.product-gallery{display:block;columns:2;column-gap:14px}.product-gallery__item{appearance:none;-webkit-appearance:none;position:relative;display:block;width:100%;margin:0 0 14px;padding:0;border:0;background:#eee;overflow:hidden;break-inside:avoid;cursor:zoom-in;text-align:initial}.product-gallery__item img{display:block;width:100%;height:auto;aspect-ratio:auto;object-fit:contain;background:#eee;transition:transform .35s ease}.product-gallery__item:hover img{transform:scale(1.015)}.product-gallery__item:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.product-gallery__zoom-hint{position:absolute;right:12px;bottom:12px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#f5f1ebeb;color:var(--ink);font-size:1.15rem;line-height:1;opacity:0;transform:translateY(4px);transition:opacity .25s ease,transform .25s ease;box-shadow:0 5px 18px #0000001f}.product-gallery__item:hover .product-gallery__zoom-hint,.product-gallery__item:focus-visible .product-gallery__zoom-hint{opacity:1;transform:none}.product-lightbox[hidden]{display:none}.product-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:24px}.product-lightbox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#09120ff0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-lightbox__dialog{position:relative;z-index:1;width:min(96vw,1400px);height:min(92vh,1000px);display:grid;grid-template-columns:56px minmax(0,1fr) 56px;grid-template-rows:minmax(0,1fr) auto;align-items:center}.product-lightbox__stage{grid-column:2;grid-row:1;max-width:100%;max-height:calc(92vh - 48px);overflow:auto;display:grid;place-items:center;overscroll-behavior:contain}.product-lightbox__image{display:block;max-width:100%;max-height:calc(92vh - 48px);width:auto;height:auto;cursor:zoom-in;transition:transform .25s ease;transform-origin:center;touch-action:pinch-zoom}.product-lightbox__image.is-zoomed{transform:scale(1.8);cursor:zoom-out}.product-lightbox__close,.product-lightbox__nav{appearance:none;-webkit-appearance:none;border:1px solid rgba(255,255,255,.38);background:#12241fad;color:#fff;display:grid;place-items:center;cursor:pointer}.product-lightbox__close{position:absolute;right:0;top:0;z-index:2;width:44px;height:44px;border-radius:50%;font-size:1.6rem}.product-lightbox__nav{width:44px;height:58px;font-size:2rem}.product-lightbox__nav--prev{grid-column:1;grid-row:1;justify-self:start}.product-lightbox__nav--next{grid-column:3;grid-row:1;justify-self:end}.product-lightbox__close:hover,.product-lightbox__nav:hover{background:#c8a97e59;border-color:var(--gold)}.product-lightbox__counter{grid-column:1/-1;grid-row:2;justify-self:center;color:#fff;font-size:.78rem;letter-spacing:.15em;padding-top:12px}body.lightbox-open{overflow:hidden}@media(max-width:600px){.product-gallery{display:flex;columns:auto;gap:10px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;padding-bottom:6px}.product-gallery__item{flex:0 0 88%;min-width:88%;margin:0;scroll-snap-align:start}.product-gallery__zoom-hint{opacity:1;transform:none;width:32px;height:32px}.product-lightbox{padding:10px}.product-lightbox__dialog{width:100%;height:94vh;grid-template-columns:42px minmax(0,1fr) 42px}.product-lightbox__stage,.product-lightbox__image{max-height:calc(94vh - 44px)}.product-lightbox__nav{width:36px;height:50px}.product-lightbox__close{width:40px;height:40px}}.site-header{position:sticky;top:0;z-index:40;background:#f8f4edf7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(61,49,32,.12)}.header-inner{min-height:74px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:44px}.brand{font:600 1.35rem/1 var(--serif);letter-spacing:.3em;color:var(--ink)}.nav{display:flex;justify-content:center;align-items:stretch;gap:31px;font-size:.76rem;text-transform:uppercase;letter-spacing:.13em}.nav>a,.healing-nav__trigger{display:flex;align-items:center;min-height:74px;color:var(--ink);border:0;background:none;padding:0;font:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer;position:relative}.nav>a:after,.healing-nav__trigger:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:1px;background:#aa7e35;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.nav>a:hover:after,.nav>a:focus-visible:after,.healing-nav:hover .healing-nav__trigger:after,.healing-nav.is-open .healing-nav__trigger:after{transform:scaleX(1)}.healing-nav{position:static;display:flex}.healing-nav.is-open .header-actions{display:flex;justify-content:flex-end;gap:18px}.header-actions a{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em}.healing-mega{position:absolute;left:0;right:0;top:100%;background:#f7f1e7;border-top:1px solid rgba(61,49,32,.08);border-bottom:1px solid rgba(61,49,32,.16);box-shadow:0 18px 32px #261f161f;opacity:0;visibility:hidden;transform:translateY(-8px);pointer-events:none;transition:opacity .22s ease,transform .22s ease,visibility .22s}.healing-nav:hover .healing-mega,.healing-nav.is-open .healing-mega{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.healing-mega__inner{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(420px,1.35fr) minmax(270px,.9fr);gap:46px;padding-top:34px;padding-bottom:32px}.healing-mega__intro{padding:12px 36px 4px 0;border-right:1px solid rgba(154,118,56,.28)}.healing-mega .eyebrow{display:block;color:#9d7435;font-size:.67rem;letter-spacing:.18em;margin-bottom:17px}.healing-mega__intro h2{margin:0 0 16px;font:400 clamp(1.75rem,2.2vw,2.55rem)/1.08 var(--serif);color:#173a32}.healing-mega__intro p{max-width:250px;margin:0 0 25px;color:#5b5a52;font-size:.86rem;line-height:1.65}.healing-mega__all{font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;color:#8e6325;border-bottom:1px solid #b88b44;padding-bottom:4px}.healing-mega__links{display:grid;grid-template-columns:1fr 1fr;column-gap:24px;align-content:start}.healing-mega__links>a{display:grid;grid-template-columns:44px 1fr;align-items:center;gap:13px;padding:10px 4px;border-bottom:1px solid rgba(154,118,56,.24);color:#173a32;min-height:64px}.healing-mega__links>a:hover{background:#ffffff61}.healing-mega__links strong{display:block;font:400 1rem/1.2 var(--serif)}.healing-mega__links small{display:block;margin-top:4px;color:#777064;font-size:.68rem;line-height:1.3}.healing-dot{width:38px;height:38px;border-radius:50%;display:block;object-fit:cover;box-shadow:0 3px 8px #1f1b1529}.healing-mega__rituals{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:8px 17px;align-items:center;padding-top:17px;color:#756f64;font-size:.68rem}.healing-mega__rituals>span{color:#9d7435;letter-spacing:.12em}.healing-mega__rituals a{color:#4d574f}.healing-mega__feature{align-self:stretch;color:#173a32}.healing-mega__feature-image{height:190px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;margin-bottom:17px;background:#243a33}.healing-mega__feature-image img{width:100%;height:100%;object-fit:cover}.healing-mega__feature-image img:first-child{object-position:48% 58%}.healing-mega__feature-image img:last-child{object-position:52% 60%}.healing-mega__feature strong{display:block;font:400 1.45rem/1.15 var(--serif);margin-bottom:8px}.healing-mega__feature small{font-size:.69rem;text-transform:uppercase;letter-spacing:.12em;color:#8e6325}.mobile-menu-toggle,.mobile-nav{display:none}@media(max-width:1100px){.header-inner{gap:24px}.nav{gap:18px}.header-actions{gap:11px}.healing-mega__inner{grid-template-columns:.75fr 1.35fr .8fr;gap:26px}.healing-mega__links{grid-template-columns:1fr}.healing-mega__links>a:nth-of-type(n+5){display:none}}@media(max-width:900px){.header-inner{grid-template-columns:1fr auto auto;min-height:66px;gap:18px}.nav{display:none}.header-actions{gap:14px}.header-actions>a:not([data-cart-open]){display:none}.mobile-menu-toggle{display:flex;width:28px;height:22px;flex-direction:column;justify-content:space-between;padding:3px 0;border:0;background:none}.mobile-menu-toggle span:not(.visually-hidden){display:block;width:100%;height:1px;background:#173a32}.mobile-nav{position:absolute;top:100%;left:0;right:0;background:#f7f1e7;border-top:1px solid rgba(61,49,32,.1);box-shadow:0 18px 28px #261f1621;padding:12px 24px 24px}.mobile-nav:not([hidden]){display:block}.mobile-nav>a,.mobile-healing-toggle{display:flex;width:100%;justify-content:space-between;align-items:center;padding:15px 0;border:0;border-bottom:1px solid rgba(154,118,56,.22);background:none;color:#173a32;font:.75rem/1.2 var(--sans);letter-spacing:.13em;text-transform:uppercase;text-align:left}.mobile-healing-menu{padding:5px 0 10px 16px;border-bottom:1px solid rgba(154,118,56,.22)}.mobile-healing-menu:not([hidden]){display:grid}.mobile-healing-menu a{padding:10px 0;color:#53605a;font:400 1rem/1.2 var(--serif)}}@media(max-width:520px){.header-actions{display:none}.header-inner{grid-template-columns:1fr auto}.brand{font-size:1.16rem}.mobile-nav{padding-left:18px;padding-right:18px}}.collections-nav{position:relative;display:flex}.collections-nav__trigger{display:flex;align-items:center;min-height:74px;color:var(--ink);border:0;background:none;padding:0;font:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer;position:relative}.collections-nav__trigger:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:1px;background:#aa7e35;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.collections-nav:hover .collections-nav__trigger:after,.collections-nav.is-open .collections-nav__trigger:after{transform:scaleX(1)}.collections-menu{position:absolute;top:100%;left:50%;width:270px;padding:9px 20px 16px;transform:translate(-50%,-8px);background:#f7f1e7;border:1px solid rgba(61,49,32,.12);box-shadow:0 16px 28px #261f1621;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s}.collections-nav:hover .collections-menu,.collections-nav.is-open .collections-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}.collections-menu a{display:block;padding:13px 2px;border-bottom:1px solid rgba(154,118,56,.22);text-transform:none;letter-spacing:0}.collections-menu a:last-child{border-bottom:0}.collections-menu strong{display:block;color:#173a32;font:400 1.05rem/1.2 var(--serif)}.collections-menu small{display:block;margin-top:4px;color:#756f64;font-size:.7rem;line-height:1.35}.healing-mega__feature-image{display:none}.healing-mega__feature{align-self:start;padding:14px 0 0 30px;border-left:1px solid rgba(154,118,56,.28);min-height:170px}.mobile-nav__label{display:block;padding:15px 0 8px;color:#9d7435;font-size:.68rem;letter-spacing:.14em;text-transform:uppercase}.mobile-collections-menu{display:grid;grid-template-columns:1fr 1fr;gap:0 18px;padding:0 0 10px 16px;border-bottom:1px solid rgba(154,118,56,.22)}.mobile-collections-menu a{padding:9px 0;color:#53605a;font:400 .95rem/1.2 var(--serif)}@media(min-width:901px){.mobile-nav__label,.mobile-collections-menu{display:none}}@media(max-width:1100px){.collections-menu{left:35%}}@media(max-width:900px){.collections-nav{display:none}.healing-mega__feature{padding-left:0;border-left:0}}.healing-dot{width:42px;height:42px;object-fit:contain;object-position:center;overflow:visible;border-radius:50%;background:#f7f1e7;box-shadow:none}.healing-mega__links>a{overflow:visible}.healing-mega__feature{align-self:start;padding:18px 0 18px 34px;border-left:1px solid rgba(154,118,56,.28);min-height:220px;color:#173a32}.healing-mega__feature .eyebrow{margin-bottom:18px}.healing-mega__feature strong{display:block;max-width:260px;font:400 1.75rem/1.12 var(--serif);margin-bottom:15px}.healing-mega__feature p{max-width:270px;margin:0 0 24px;color:#625f56;font-size:.82rem;line-height:1.65}.healing-mega__finder{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 20px;border:1px solid #a77b37;color:#173a32;font-size:.68rem;letter-spacing:.13em;text-transform:uppercase;transition:background .2s ease,color .2s ease}.healing-mega__finder:hover,.healing-mega__finder:focus-visible{background:#173a32;color:#f7f1e7;border-color:#173a32}@media(max-width:900px){.healing-mega__feature{padding-left:0;border-left:0}}.healing-mega__links{overflow:visible}.healing-mega__links>a{min-height:72px;padding:13px 5px;overflow:visible;isolation:isolate}.healing-dot{display:block;width:46px;height:46px;min-width:46px;max-width:46px;object-fit:contain;object-position:center;border-radius:50%;padding:3px;box-sizing:border-box;background:#f7f1e7;overflow:visible;position:relative;z-index:2;clip-path:none}.healing-materials{min-height:245px}.healing-materials>strong{max-width:275px}.healing-materials>p{margin-bottom:17px}.healing-materials__links{display:grid;max-width:285px;border-top:1px solid rgba(154,118,56,.24)}.healing-materials__links a{display:block;padding:10px 2px;border-bottom:1px solid rgba(154,118,56,.24);color:#173a32}.healing-materials__links span{display:block;font:400 1rem/1.15 var(--serif)}.healing-materials__links small{display:block;margin-top:3px;color:#746f65;font-size:.66rem;line-height:1.3}.healing-materials__links a:hover span,.healing-materials__links a:focus-visible span{color:#9d7435}@media(max-width:1100px){.healing-mega__links>a{min-height:68px}.healing-dot{width:42px;height:42px;min-width:42px;max-width:42px}}@media(min-width:901px){.collections-menu{width:500px;padding:18px 26px 20px}.collections-menu a{display:grid;grid-template-columns:62px minmax(0,1fr) auto;align-items:center;column-gap:18px;min-height:92px;padding:13px 0}.collections-menu__thumb{display:block;width:58px;height:58px;border-radius:50%;object-fit:contain;object-position:center;padding:3px;box-sizing:border-box;background:#f3ede3}.collections-menu__copy{display:block;min-width:0}.collections-menu strong{font-size:1.18rem}.collections-menu small{font-size:.72rem}.collections-menu__cta{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;color:#173a32;font:500 .69rem/1 var(--sans);letter-spacing:.1em;text-transform:uppercase;transition:color .2s ease,transform .2s ease}.collections-menu a:hover .collections-menu__cta,.collections-menu a:focus-visible .collections-menu__cta{color:#9d7435;transform:translate(2px)}.collections-menu a:hover .collections-menu__thumb,.collections-menu a:focus-visible .collections-menu__thumb{box-shadow:0 0 0 1px #9a763852}}@media(min-width:901px)and (max-width:1100px){.collections-menu{left:10%;width:460px}}.bestseller-section{background:#f7f1e7}.bestseller-heading{text-align:center;max-width:640px;margin:0 auto 34px}.bestseller-heading .section-title{margin:8px 0 10px}.bestseller-heading p{margin:0;color:#756f64;font-size:.92rem;line-height:1.6}.bestseller-grid{gap:26px}.bestseller-card__info{padding-top:14px}.bestseller-card__type{display:block;margin-bottom:5px;color:#9d7435;font-size:.66rem;letter-spacing:.12em;text-transform:uppercase}.bestseller-card__title{display:block;color:#173a32}.bestseller-card h3{margin:0 0 5px;font-size:1.02rem;line-height:1.35}.bestseller-card__price{display:block;color:#173a32;font:400 1rem/1.25 var(--serif)}.bestseller-card__details{display:inline-flex;align-items:center;gap:10px;margin-top:12px;color:#9d7435;font-size:.72rem;letter-spacing:.07em;text-transform:uppercase;transition:gap .2s ease,color .2s ease}.bestseller-card__details:hover,.bestseller-card__details:focus-visible{gap:14px;color:#173a32}.bestseller-card .product-card__image{aspect-ratio:1/1.05;background:#eee8df}.bestseller-card .quick-add{left:auto;right:14px;bottom:14px;width:48px;height:48px}.bestseller-card .quick-add button{width:48px;height:48px;border-radius:50%;padding:13px;background:#f7f1e7;color:#173a32;border:1px solid rgba(154,118,56,.25)}.bestseller-all{display:flex;justify-content:center;margin-top:34px}.bestseller-all .btn{min-width:250px;justify-content:center}@media(max-width:900px){.bestseller-grid{gap:22px 14px}.bestseller-heading{margin-bottom:26px}.bestseller-card__details{font-size:.67rem}}@media(max-width:600px){.bestseller-heading{text-align:left;margin:0 0 24px}.bestseller-heading .section-title{font-size:2.15rem}.bestseller-heading p{font-size:.83rem}.bestseller-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 10px}.bestseller-card__info{padding-top:10px}.bestseller-card__type{font-size:.58rem}.bestseller-card h3{font-size:.88rem}.bestseller-card__price{font-size:.9rem}.bestseller-card__details{margin-top:9px;font-size:.6rem;letter-spacing:.05em}.bestseller-all{margin-top:28px}.bestseller-all .btn{width:100%;min-width:0}}.bestseller-all .btn{display:inline-flex;align-items:center;gap:12px;color:#173a32!important;background:transparent!important;border-color:#a77b37!important;text-decoration:none}.bestseller-all .btn:hover,.bestseller-all .btn:focus-visible{color:#f7f1e7!important;background:#173a32!important;border-color:#173a32!important}.product-gallery{display:block;columns:auto}.product-gallery__main{appearance:none;-webkit-appearance:none;position:relative;display:block;width:100%;padding:0;border:0;background:#eee;cursor:zoom-in;overflow:hidden}.product-gallery__main-image{display:block;width:100%;aspect-ratio:1/1.02;object-fit:cover;background:#eee}.product-gallery__thumbs{display:flex;gap:12px;margin-top:14px;padding:0 0 7px;overflow-x:auto;scrollbar-width:thin;scroll-snap-type:x proximity}.product-gallery__thumb{appearance:none;-webkit-appearance:none;flex:0 0 96px;width:96px;height:96px;padding:0;border:1px solid transparent;background:#eee;cursor:pointer;overflow:hidden;scroll-snap-align:start;opacity:.72;transition:border-color .2s,opacity .2s,transform .2s}.product-gallery__thumb:hover,.product-gallery__thumb.is-active{opacity:1;border-color:var(--gold);transform:translateY(-1px)}.product-gallery__thumb:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.product-gallery__thumb img{width:100%;height:100%;aspect-ratio:1;object-fit:cover}.secure-checkout{padding:18px 0;border-bottom:1px solid #d8d0c6}.secure-checkout__label{display:block;margin-bottom:10px;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ink)}.secure-checkout__icons{display:flex;align-items:center;flex-wrap:wrap;gap:9px}.secure-checkout__icons .payment-icon{width:auto;height:25px}.accordion-content{padding:10px 0 2px;color:#57534e}.accordion-content p{margin:.45em 0 1em}.accordion-content ul{margin:.4em 0 1em;padding-left:1.25em}.accordion-content li+li{margin-top:.55em}.faq-list p{padding-bottom:12px;border-bottom:1px solid rgba(216,208,198,.65)}@media(max-width:900px){.product-gallery__main-image{aspect-ratio:1/1.05}.product-gallery__thumb{flex-basis:82px;width:82px;height:82px}}@media(max-width:600px){.product-gallery{display:block;overflow:visible}.product-gallery__main{width:100%;min-width:0}.product-gallery__main-image{aspect-ratio:1/1.08}.product-gallery__thumbs{gap:9px;margin-top:10px}.product-gallery__thumb{flex:0 0 72px;width:72px;height:72px}.product-gallery__zoom-hint{opacity:1;transform:none}}.product-gallery__stage{position:relative}.product-gallery__arrow{appearance:none;-webkit-appearance:none;position:absolute;top:50%;z-index:3;width:46px;height:46px;display:grid;place-items:center;transform:translateY(-50%);border:1px solid rgba(26,46,40,.15);border-radius:50%;background:#f5f1ebf0;color:var(--ink);font:400 2rem/1 var(--serif);cursor:pointer;box-shadow:0 6px 22px #00000024;transition:background .2s,color .2s,transform .2s}.product-gallery__arrow--prev{left:16px}.product-gallery__arrow--next{right:16px}.product-gallery__arrow:hover,.product-gallery__arrow:focus-visible{background:var(--ink);color:var(--white);transform:translateY(-50%) scale(1.05)}.product-gallery__arrow:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.secure-checkout__icons{gap:10px}.payment-brand{display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:34px;padding:4px 7px;border:1px solid #ded8cf;border-radius:5px;background:#fff}.payment-brand .payment-icon{display:block;width:auto;max-width:56px;height:24px}@media(max-width:600px){.product-gallery__arrow{width:40px;height:40px;font-size:1.7rem}.product-gallery__arrow--prev{left:10px}.product-gallery__arrow--next{right:10px}.payment-brand{min-width:44px;height:32px;padding:3px 5px}.payment-brand .payment-icon{max-width:50px;height:22px}}.product-gallery__stage{position:relative;isolation:isolate}.product-gallery__viewport{width:100%;overflow:hidden;background:#eee;touch-action:pan-y;cursor:grab}.product-gallery__viewport:active{cursor:grabbing}.product-gallery__track{display:flex;width:100%;transform:translateZ(0);transition:transform .48s cubic-bezier(.22,.61,.36,1);will-change:transform}.product-gallery__slide{appearance:none;-webkit-appearance:none;position:relative;flex:0 0 100%;min-width:100%;width:100%;padding:0;border:0;background:#eee;overflow:hidden;cursor:zoom-in}.product-gallery__slide img{display:block;width:100%;height:auto;aspect-ratio:1/1.02;object-fit:cover;background:#eee;transform:scale(.992);transition:transform .55s cubic-bezier(.22,.61,.36,1),filter .45s ease}.product-gallery__slide.is-active img{transform:scale(1)}.product-gallery__slide:not(.is-active) img{filter:saturate(.94)}.product-gallery__slide .product-gallery__zoom-hint{z-index:2}.product-gallery__arrow{z-index:4}@media(max-width:600px){.product-gallery__slide img{aspect-ratio:1/1.08}.product-gallery__track{transition-duration:.42s}}@media(prefers-reduced-motion:reduce){.product-gallery__track,.product-gallery__slide img{transition:none}}.header-actions{position:relative;align-items:center}.header-search{position:relative;display:flex;align-items:center}.header-search__toggle{appearance:none;-webkit-appearance:none;width:38px;height:38px;padding:8px;border:1px solid transparent;border-radius:50%;display:grid;place-items:center;background:transparent;color:var(--ink);cursor:pointer;transition:background .25s ease,border-color .25s ease,transform .25s ease}.header-search__toggle svg,.header-search__icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round}.header-search__toggle:hover,.header-search.is-open .header-search__toggle{background:#fff;border-color:#9a763852;transform:scale(1.03)}.header-search__toggle:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.header-search__panel{position:absolute;z-index:45;right:46px;top:50%;width:0;opacity:0;visibility:hidden;transform:translateY(-50%) translate(12px);transition:width .38s cubic-bezier(.22,.61,.36,1),opacity .22s ease,transform .38s cubic-bezier(.22,.61,.36,1),visibility .38s;pointer-events:none}.header-search.is-open .header-search__panel{width:min(430px,42vw);opacity:1;visibility:visible;transform:translateY(-50%) translate(0);pointer-events:auto}.header-search__form{height:46px;display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:9px;padding:0 7px 0 15px;border:1px solid rgba(154,118,56,.38);border-radius:24px;background:#fff;box-shadow:0 10px 28px #261f161c}.header-search__icon{width:18px;height:18px;color:#8e6325}.header-search__input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#173a32;font-size:.82rem}.header-search__input::-webkit-search-cancel-button{opacity:.5}.header-search__input::placeholder{color:#898378}.header-search__submit{height:34px;padding:0 14px;border:0;border-radius:18px;background:#8f45ad;color:#fff;font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:filter .2s ease,transform .2s ease}.header-search__submit:hover{filter:brightness(.92);transform:translateY(-1px)}.header-search__suggestions{position:absolute;top:calc(100% + 10px);left:0;right:0;overflow:hidden;border:1px solid rgba(61,49,32,.12);border-radius:12px;background:#fff;box-shadow:0 18px 42px #261f1629}.header-search__result{display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:13px;padding:10px 14px;border-bottom:1px solid rgba(154,118,56,.16);transition:background .18s ease}.header-search__result:hover,.header-search__result:focus-visible{background:#f7f1e7;outline:0}.header-search__result img,.header-search__result-placeholder{width:58px;height:58px;border-radius:7px;object-fit:cover;background:#eee8df}.header-search__result-copy{min-width:0}.header-search__result-copy strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#173a32;font:400 .92rem/1.25 var(--serif)}.header-search__result-copy small{display:block;margin-top:5px;color:#8e6325;font-size:.72rem}.header-search__all{display:flex;justify-content:center;padding:12px;color:#8f45ad;font-size:.67rem;letter-spacing:.08em;text-transform:uppercase}.header-search__all:hover{background:#faf7fc}.header-search__empty{margin:0;padding:18px 16px;color:#756f64;font-size:.78rem;text-align:center}@media(max-width:1100px){.header-search.is-open .header-search__panel{width:min(350px,38vw)}}@media(max-width:900px){.header-actions{display:flex!important}.header-actions>a:not([data-cart-open]){display:none}.header-search__panel{position:fixed;left:14px;right:14px;top:74px;width:auto!important;transform:translateY(-10px);opacity:0}.header-search.is-open .header-search__panel{transform:translateY(0);opacity:1}.header-search__form{height:50px;border-radius:10px}.header-search__suggestions{top:calc(100% + 7px);max-height:calc(100vh - 150px);overflow-y:auto}}@media(max-width:520px){.header-actions{display:flex!important;gap:6px}.header-actions>a[data-cart-open]{font-size:0}.header-actions>a[data-cart-open]:after{content:"Cart";font-size:.65rem;letter-spacing:.08em}.header-search__toggle{width:36px;height:36px}.header-search__panel{top:66px}}@media(prefers-reduced-motion:reduce){.header-search__panel,.header-search__toggle,.header-search__submit{transition:none}}.faq-nav{position:relative;display:flex}.faq-nav__trigger{display:flex;align-items:center;min-height:74px;color:var(--ink);border:0;background:none;padding:0;font:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer;position:relative}.faq-nav__trigger:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:1px;background:#aa7e35;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.faq-nav:hover .faq-nav__trigger:after,.faq-nav.is-open .faq-nav__trigger:after{transform:scaleX(1)}.faq-menu{position:absolute;top:100%;right:-24px;width:360px;padding:12px 20px 15px;transform:translateY(-8px);background:#f7f1e7;border:1px solid rgba(61,49,32,.12);box-shadow:0 18px 32px #261f1624;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s}.faq-nav:hover .faq-menu,.faq-nav.is-open .faq-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.faq-menu>a{display:block;padding:12px 3px;border-bottom:1px solid rgba(154,118,56,.22);text-transform:none;letter-spacing:0}.faq-menu>a:hover,.faq-menu>a:focus-visible{background:#ffffff6b;outline:0}.faq-menu strong{display:block;color:#173a32;font:400 1rem/1.2 var(--serif)}.faq-menu small{display:block;margin-top:4px;color:#756f64;font-size:.69rem;line-height:1.35}.faq-menu .faq-menu__all{border-bottom:0;padding-top:14px;color:#8f45ad;font-size:.66rem;letter-spacing:.08em;text-transform:uppercase}.mobile-faq-menu{padding:5px 0 10px 16px;border-bottom:1px solid rgba(154,118,56,.22)}.mobile-faq-menu:not([hidden]){display:grid}.mobile-faq-menu a{padding:10px 0;color:#53605a;font:400 .98rem/1.25 var(--serif)}.faq-intro{max-width:720px;margin:-8px 0 28px;color:#6b6a65}.home-faq details{scroll-margin-top:105px}.home-faq details:target{background:#c8a97e1f;box-shadow:0 0 0 10px #c8a97e1f}.home-faq details:target summary{color:#8f45ad}@media(max-width:1100px){.faq-menu{right:-10px;width:330px}}@media(max-width:900px){.faq-nav{display:none}.mobile-nav>a,.mobile-healing-toggle,.mobile-faq-toggle{display:flex;width:100%;justify-content:space-between;align-items:center;padding:15px 0;border:0;border-bottom:1px solid rgba(154,118,56,.22);background:none;color:#173a32;font:.75rem/1.2 var(--sans);letter-spacing:.13em;text-transform:uppercase;text-align:left}}.faq-menu{left:0!important;right:auto!important;width:380px}@media(max-width:1100px){.faq-menu{left:0!important;right:auto!important;width:350px}}@media(min-width:901px){.header-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important}.header-search__toggle,.header-account-action,.header-cart-icon{position:relative!important;display:inline-flex!important;min-width:58px!important;height:54px!important;padding:6px 9px!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;border:1px solid transparent!important;border-radius:2px!important;background:transparent!important;color:#17372f!important;transition:background .2s ease,border-color .2s ease,color .2s ease!important}.header-search__toggle{min-width:44px!important;padding-left:8px!important;padding-right:8px!important}.header-search__toggle svg,.header-account-action svg,.header-cart-icon svg{display:block!important;width:20px!important;height:20px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.35!important;stroke-linecap:round!important;stroke-linejoin:round!important}.header-account-action span,.header-cart-label{display:block!important;font:500 9px/1 var(--sans)!important;letter-spacing:.1em!important;text-transform:uppercase!important;white-space:nowrap!important}.header-search__toggle:hover,.header-account-action:hover,.header-cart-icon:hover,.header-search__toggle:focus-visible,.header-account-action:focus-visible,.header-cart-icon:focus-visible{background:#eee7dc!important;border-color:#977e5b52!important;color:#17372f!important}.header-cart-count{position:absolute!important;right:4px!important;top:3px!important;display:grid!important;min-width:15px!important;height:15px!important;padding:0 3px!important;place-items:center!important;border-radius:8px!important;background:#17372f!important;color:#fff!important;font:600 8px/1 var(--sans)!important}.header-cart-count.is-empty{display:none!important}.header-cart-icon:after{display:none!important}}.header-search__form{border-color:#a77d3c7a;background:#fbf8f2;box-shadow:0 8px 24px #17372f1a}.header-search__form:focus-within{border-color:#a77d3c;box-shadow:0 0 0 2px #a77d3c29,0 10px 28px #17372f1c}.header-search__icon{color:#a77d3c}.header-search__input{color:#17372f}.header-search__input::placeholder{color:#756f64}.header-search__submit{background:#17372f;color:#f8f3e9;border:1px solid #17372f}.header-search__submit:hover{background:#244b40;filter:none}.header-search__submit:focus-visible{outline:2px solid #a77d3c;outline-offset:2px}.header-search__toggle{border-color:#a77d3c47!important;background:#f3ede3!important;color:#17372f!important}.header-search__toggle:hover,.header-search__toggle:focus-visible{border-color:#a77d3c!important;background:#e9dfcf!important}.header-search__suggestions{border-color:#a77d3c47;background:#fbf8f2}.header-search__result:hover,.header-search__result:focus-visible{background:#eee7dc}.header-search__all{color:#17372f;border-top:1px solid rgba(167,125,60,.18)}.header-search__all:hover{background:#eee7dc}.header-search__toggle{border:1px solid transparent!important;background:transparent!important;box-shadow:none!important;outline:none!important;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease!important}.header-search__toggle:hover{border-color:#a77d3c!important;background:#f3ede3!important;box-shadow:0 0 0 1px #a77d3c33!important;color:#17372f!important}.header-search__toggle:focus-visible{border-color:#a77d3c!important;background:#f3ede3!important;box-shadow:0 0 0 2px #a77d3c38!important;outline:none!important;color:#17372f!important}
/*# sourceMappingURL=/cdn/shop/t/61/assets/critical.css.map */
