*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--enc-bg);color:var(--enc-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.55}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page-width{width:min(calc(100% - 32px),var(--enc-page-width));margin-inline:auto}.section{padding:72px 0}.section--tight{padding:44px 0}.eyebrow{font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--enc-accent)}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.12;letter-spacing:-.025em}h1{font-size:clamp(2.4rem,6vw,5.6rem)}h2{font-size:clamp(2rem,4vw,3.5rem)}h3{font-size:1.15rem}.rte{color:var(--enc-muted)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 22px;border-radius:999px;border:1px solid var(--enc-accent);background:var(--enc-accent);color:var(--enc-accent-text);font-weight:700;cursor:pointer}.button--secondary{background:transparent;color:var(--enc-text);border-color:var(--enc-border)}.grid{display:grid;gap:18px}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:#fff;border:1px solid var(--enc-border);border-radius:var(--enc-radius);overflow:hidden}.card__body{padding:18px}.card__media{aspect-ratio:4/5;background:var(--enc-surface);overflow:hidden}.card__media img{width:100%;height:100%;object-fit:cover}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.section-heading p{max-width:620px;color:var(--enc-muted);margin-bottom:0}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:12px;top:12px;z-index:99;background:#fff;padding:10px}.announcement{background:var(--enc-text);color:#fff;text-align:center;padding:9px 16px;font-size:.86rem}.site-header{background:#fffdf9f0;border-bottom:1px solid var(--enc-border);position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:72px;gap:24px}.site-header__nav{display:flex;gap:22px;font-size:.92rem}.site-header__brand{font-weight:800;letter-spacing:.12em;text-transform:uppercase}.site-header__actions{display:flex;justify-content:flex-end;gap:16px}.mobile-menu{display:none}.hero{min-height:70vh;display:grid;align-items:center;position:relative;overflow:hidden}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#14100c94,#14100c1a)}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__content{position:relative;z-index:1;color:#fff;max-width:760px;padding:90px 0}.hero__content p{font-size:1.12rem;max-width:620px}.hero__actions{display:flex;gap:12px;flex-wrap:wrap}.hero .button--secondary{color:#fff;border-color:#ffffffb3}.purpose-card{min-height:210px;display:flex;flex-direction:column;justify-content:end;padding:22px;background:var(--enc-surface);border:1px solid var(--enc-border);border-radius:var(--enc-radius)}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:42px;align-items:center}.split__media{border-radius:var(--enc-radius);overflow:hidden;background:var(--enc-surface)}.split__media img{width:100%;aspect-ratio:4/3;object-fit:cover}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.trust-item{padding:22px;border-top:1px solid var(--enc-border)}.quote{padding:28px;background:#fff;border:1px solid var(--enc-border);border-radius:var(--enc-radius)}.newsletter{background:var(--enc-text);color:#fff;border-radius:calc(var(--enc-radius) + 8px);padding:50px}.newsletter form{display:flex;gap:10px;max-width:600px}.newsletter input{flex:1;min-height:50px;border-radius:999px;border:0;padding:0 18px}.site-footer{border-top:1px solid var(--enc-border);padding:48px 0 28px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:32px}.footer-title{font-weight:700;margin-bottom:10px}.footer-links{display:grid;gap:8px;color:var(--enc-muted);font-size:.92rem}.product-main{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;padding:50px 0}.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.product-gallery img{width:100%;border-radius:var(--enc-radius);background:var(--enc-surface)}.product-info{position:sticky;top:110px;align-self:start}.price{font-size:1.35rem;font-weight:700;margin:12px 0}.product-form select{width:100%;min-height:48px;margin:10px 0 14px;border:1px solid var(--enc-border);border-radius:12px;padding:0 12px;background:#fff}.product-form .button{width:100%}.utility-bar{display:flex;gap:14px;flex-wrap:wrap;color:var(--enc-muted);font-size:.9rem;margin-top:18px}.collection-header{text-align:center;padding:62px 0 30px}.product-grid{grid-template-columns:repeat(4,1fr)}.cart-page{max-width:900px;margin:0 auto;padding:60px 16px}.cart-row{display:grid;grid-template-columns:100px 1fr auto;gap:18px;padding:18px 0;border-bottom:1px solid var(--enc-border)}.cart-row img{border-radius:10px}.empty-state{text-align:center;padding:90px 0}.richtext{max-width:760px}.richtext--center{text-align:center;margin-inline:auto}@media(max-width:900px){.section{padding:54px 0}.site-header__inner{grid-template-columns:auto 1fr auto}.site-header__nav{display:none}.mobile-menu{display:block}.grid--4,.grid--3{grid-template-columns:repeat(2,1fr)}.split,.product-main{grid-template-columns:1fr}.product-info{position:static}.trust-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.hero{min-height:62vh}.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.page-width{width:min(calc(100% - 24px),var(--enc-page-width))}.section{padding:42px 0}.grid--4,.grid--3,.grid--2{grid-template-columns:1fr}.hero__content{padding:72px 0}.hero__actions .button{width:100%}.trust-grid,.footer-grid{grid-template-columns:1fr}.newsletter{padding:32px 20px}.newsletter form{flex-direction:column}.product-gallery{grid-template-columns:1fr}.section-heading{display:block}.section-heading .button{margin-top:14px}.site-header__actions .search-link{display:none}}[hidden]{display:none!important}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.site-header__inner{grid-template-columns:auto 1fr auto}.site-header__brand{justify-self:start}.site-header__nav{justify-self:center;display:flex;align-items:center;justify-content:center;gap:26px;white-space:nowrap}.site-header__nav a{position:relative;padding:25px 0;font-size:.9rem}.site-header__nav a:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:center;transition:transform .2s ease}.site-header__nav a:hover:after,.site-header__nav a[aria-current=page]:after{transform:scaleX(1)}.site-header__mobile-nav{border-top:1px solid var(--enc-border);background:var(--enc-bg)}.site-header__mobile-nav-inner{display:grid;padding-top:10px;padding-bottom:18px}.site-header__mobile-nav a{padding:12px 0;border-bottom:1px solid var(--enc-border);font-weight:650}.site-header__logo{width:auto;height:auto;max-height:none}.product-look-inside__intro{max-width:680px;margin-top:10px}.look-inside-hint{font-size:.9rem;color:var(--enc-muted);margin:0}.look-inside-grid{display:grid;gap:16px}.look-inside-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.look-inside-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.look-inside-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.look-inside-card{-webkit-appearance:none;appearance:none;border:0;padding:0;margin:0;background:transparent;text-align:left;color:inherit;cursor:zoom-in}.look-inside-card__media{display:block;position:relative;overflow:hidden;border:1px solid var(--enc-border);border-radius:var(--enc-radius);background:var(--enc-surface);aspect-ratio:8.5/11}.look-inside-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.look-inside-card:hover .look-inside-card__media img{transform:scale(1.025)}.look-inside-card__zoom{position:absolute;right:12px;bottom:12px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fffffff0;box-shadow:0 6px 18px #0000001f;font-size:1.25rem}.look-inside-card__caption{display:block;padding:10px 2px 0;font-size:.9rem;color:var(--enc-muted)}.look-inside-card--placeholder{cursor:default}.look-inside-empty{padding:26px;border:1px dashed var(--enc-border);border-radius:var(--enc-radius);background:var(--enc-surface);display:grid;gap:4px;color:var(--enc-muted)}.look-inside-empty strong{color:var(--enc-text)}.look-inside-modal{width:100vw;max-width:none;height:100dvh;max-height:none;margin:0;padding:0;border:0;background:#111;color:#fff}.look-inside-modal::backdrop{background:#000000d9}.look-inside-modal__chrome{position:fixed;z-index:3;left:0;right:0;top:0;display:flex;align-items:center;justify-content:space-between;padding:14px;background:linear-gradient(180deg,#000000b8,#0000)}.look-inside-modal__close,.look-inside-modal__tools button{-webkit-appearance:none;appearance:none;border:1px solid rgba(255,255,255,.32);background:#141414b8;color:#fff;border-radius:999px;min-width:44px;height:44px;padding:0 14px;font-weight:700;cursor:pointer}.look-inside-modal__close{font-size:1.75rem;line-height:1}.look-inside-modal__tools{display:flex;gap:8px}.look-inside-modal__viewport{width:100%;height:100%;overflow:auto;display:grid;place-items:center;padding:78px 18px 24px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.look-inside-modal__viewport img{max-width:none;width:min(92vw,850px);height:auto;transform-origin:center center;transition:width .16s ease;touch-action:pan-x pan-y pinch-zoom;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}@media(max-width:1100px){.site-header__nav{gap:16px}.site-header__nav a{font-size:.82rem}}@media(max-width:900px){.site-header__inner{grid-template-columns:auto 1fr auto}.site-header__brand{justify-self:center}.site-header__nav,.site-header__actions .search-link{display:none}.mobile-menu{display:inline-grid;place-items:center;border:0;background:transparent;font-size:1.35rem;padding:10px}.look-inside-grid--4,.look-inside-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.site-header__actions{gap:10px;font-size:.9rem}.site-header__brand{font-size:.86rem}.product-look-inside__heading{display:flex;align-items:end}.look-inside-grid--2,.look-inside-grid--3,.look-inside-grid--4{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.look-inside-card__caption{font-size:.8rem}.look-inside-card__zoom{width:34px;height:34px;right:8px;bottom:8px}.look-inside-modal__tools{gap:5px}.look-inside-modal__tools button{min-width:42px;padding:0 11px}.look-inside-modal__viewport{padding-inline:10px}}.product-hero-v2{padding-top:42px;padding-bottom:48px;background:#fffdf9}.product-hero-v2__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:64px;align-items:start}.product-hero-v2__gallery{min-width:0}.product-media-main{background:#f7f2ec;border-radius:20px;overflow:hidden;aspect-ratio:4/5;display:flex;align-items:center;justify-content:center}.product-media-main__image{width:100%;height:100%;object-fit:contain}.product-media-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:12px}.product-media-thumb{border:1px solid #e8dfd5;background:#fff;border-radius:12px;padding:4px;overflow:hidden;cursor:pointer;aspect-ratio:1}.product-media-thumb img{width:100%;height:100%;object-fit:cover;border-radius:8px}.product-media-thumb.is-active{border-color:#8d6849;box-shadow:0 0 0 1px #8d6849}.product-hero-v2__info{position:sticky;top:24px}.product-badge{display:inline-flex;padding:7px 11px;border-radius:999px;background:#2f2a26;color:#fff;font-size:12px;font-weight:700;letter-spacing:.04em;margin-bottom:14px}.product-social-proof{font-size:14px;color:#6d6258;margin:8px 0}.product-kicker{font-family:Georgia,serif;font-size:20px;line-height:1.35;margin:16px 0 4px}.product-hero-v2 h1{font-size:clamp(34px,4vw,54px);line-height:1.06;margin:8px 0 16px;letter-spacing:-.03em}.product-emotional-hook{font-family:Georgia,serif;font-size:22px;line-height:1.45;margin:0 0 14px;color:#5d4635}.product-short-description{font-size:16px;line-height:1.72;color:#4f4944}.product-closing-line{font-weight:600;margin:16px 0 20px}.gift-notice-v2{display:flex;gap:12px;align-items:center;padding:14px 16px;border:1px solid #e8dfd5;background:#fbf8f4;border-radius:14px;margin:18px 0}.gift-notice-v2__icon{font-size:22px}.gift-notice-v2 strong,.gift-notice-v2 span{display:block}.gift-notice-v2 div span{font-size:13px;color:#6d6258;margin-top:2px}.product-price-v2{display:flex;gap:10px;align-items:baseline;margin:18px 0}.product-price-v2 strong{font-size:28px}.product-price-v2 s{color:#8d837b}.product-option-v2{border:0;padding:0;margin:0 0 18px}.product-option-v2 legend{font-weight:700;margin-bottom:10px}.product-option-v2__values{display:flex;flex-wrap:wrap;gap:10px}.product-option-pill input{position:absolute;opacity:0;pointer-events:none}.product-option-pill span{display:block;border:1px solid #d8cec4;border-radius:12px;padding:12px 14px;cursor:pointer;background:#fff}.product-option-pill input:checked+span{border-color:#2f2a26;box-shadow:0 0 0 1px #2f2a26}.product-variant-select{width:100%;padding:13px;border:1px solid #ddd2c8;border-radius:10px;margin-bottom:12px;background:#fff}.product-actions-v2{display:grid;gap:10px}.button--full{width:100%}.product-trust-row{display:flex;flex-wrap:wrap;gap:8px 18px;justify-content:center;font-size:13px;margin-top:16px;padding-top:14px;border-top:1px solid #eee6df}.product-micro-benefit{text-align:center;font-size:13px;margin-top:12px;color:#625a53}.centered-heading{text-align:center;justify-content:center}.centered-heading>div{max-width:760px;margin-inline:auto}.section-intro{max-width:720px;margin:8px auto 0;color:#625a53}.product-testimonial-strip{background:#fbf8f4}.testimonial-grid-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.testimonial-card-v2{background:#fff;border:1px solid #ebe2d9;border-radius:18px;padding:24px}.testimonial-stars{letter-spacing:2px;font-size:14px}.verified-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#7c6c60;margin-top:6px}.testimonial-card-v2 blockquote{margin:18px 0;font-size:16px;line-height:1.65}.testimonial-card-v2 cite{font-style:normal;font-weight:700}.emotional-story-v2{background:#2f2a26;color:#fff}.emotional-story-v2__inner{max-width:880px;text-align:center}.emotional-story-v2 .eyebrow{color:#d7ad88}.emotional-story-v2 h2{font-size:clamp(34px,4.5vw,58px);line-height:1.08;margin:12px 0 20px}.emotional-story-v2__lead{font-family:Georgia,serif;font-size:22px}.emotional-story-v2__body{font-size:17px;line-height:1.8;color:#f1ebe6}.emotional-story-v2__closing{font-weight:700;font-size:18px;margin-top:24px}.who-for-v2__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.who-for-card{padding:28px;border:1px solid #e8dfd5;border-radius:20px;background:#fff}.who-for-card__number{font-size:12px;letter-spacing:.12em;color:#9a7653;font-weight:800}.who-for-card h3{font-size:22px;margin:16px 0 10px}.who-for-card p{line-height:1.65;color:#625a53}.product-faq-v2{background:#fbf8f4}.product-faq-v2__inner{max-width:900px}.faq-list-v2{margin-top:26px;border-top:1px solid #ddd4cb}.faq-item-v2{border-bottom:1px solid #ddd4cb}.faq-item-v2 summary{list-style:none;cursor:pointer;padding:20px 4px;display:flex;justify-content:space-between;gap:20px;font-weight:700}.faq-item-v2 summary::-webkit-details-marker{display:none}.faq-item-v2 summary span{font-size:22px;transition:transform .2s ease}.faq-item-v2[open] summary span{transform:rotate(45deg)}.faq-item-v2__answer{padding:0 4px 22px;color:#625a53}.product-info-tabs-v2__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.product-info-panel{border:1px solid #e8dfd5;border-radius:20px;padding:30px;background:#fff}.product-info-panel--shipping{background:#fbf8f4}.product-info-panel h2{font-size:30px;margin:8px 0 18px}.mobile-sticky-atc{display:none}@media(max-width:900px){.product-hero-v2__grid{grid-template-columns:1fr;gap:30px}.product-hero-v2__info{position:static}.product-media-thumbs{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px}.product-media-thumb{flex:0 0 72px;scroll-snap-align:start}.testimonial-grid-v2,.who-for-v2__grid,.product-info-tabs-v2__grid{grid-template-columns:1fr}.mobile-sticky-atc{display:flex;position:fixed;left:12px;right:12px;bottom:12px;z-index:40;background:#fff;border:1px solid #e4d9ce;box-shadow:0 10px 35px #00000029;border-radius:16px;padding:10px;align-items:center;justify-content:space-between;gap:12px}.mobile-sticky-atc div{min-width:0}.mobile-sticky-atc small,.mobile-sticky-atc strong{display:block}.mobile-sticky-atc small{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:42vw}.mobile-sticky-atc strong{font-size:14px}.mobile-sticky-atc .button{padding:12px 18px}.product-hero-v2{padding-top:20px}.product-hero-v2 h1{font-size:36px}.product-emotional-hook{font-size:19px}}.product-top-banner{background:var(--enc-bg);padding:0}.product-top-banner:not(.product-top-banner--full){padding-top:22px}.product-top-banner__media{position:relative;min-height:var(--banner-height);overflow:hidden}.product-top-banner:not(.product-top-banner--full) .product-top-banner__media{border-radius:var(--enc-radius)}.product-top-banner__media>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.product-top-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;pointer-events:none}.product-top-banner__content{position:relative;z-index:2;min-height:var(--banner-height);display:flex;flex-direction:column;justify-content:center;max-width:760px;padding:56px max(24px,calc((100vw - var(--enc-page-width))/2));color:#fff}.product-top-banner__content .eyebrow{color:#fff}.product-top-banner__content h2{font-size:clamp(2.2rem,5vw,4.8rem);margin:8px 0 12px}.product-top-banner__content .rte{color:#ffffffe6}.product-top-banner--empty{padding:20px 0}.home-look-inside{background:#fffdf9}.featured-blog{background:#fbf8f4}.featured-blog__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.blog-card{background:#fff;border:1px solid var(--enc-border);border-radius:var(--enc-radius);overflow:hidden;min-width:0}.blog-card__media{display:block;aspect-ratio:16/10;background:var(--enc-surface);overflow:hidden}.blog-card__media img,.blog-card__media svg{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-card__media img{transform:scale(1.025)}.blog-card__body{padding:22px}.blog-card__meta{font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;color:var(--enc-muted);margin-bottom:9px}.blog-card h3{font-size:1.28rem;margin-bottom:10px}.blog-card p{color:var(--enc-muted);font-size:.94rem}.blog-card__link{display:inline-block;margin-top:4px;font-weight:700;font-size:.9rem}.product-atc[disabled],.mobile-sticky-atc .button[disabled]{opacity:.55;cursor:not-allowed}.product-form-status{min-height:1.2em;margin:9px 0 0;font-size:.86rem;color:var(--enc-muted)}.product-form-status.is-error{color:#9b2c2c}.product-atc.is-loading{pointer-events:none;opacity:.72}@media(max-width:900px){.featured-blog__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-top-banner__media,.product-top-banner__content{min-height:min(var(--banner-height),360px)}}@media(max-width:560px){.featured-blog__grid{grid-template-columns:1fr}.product-top-banner__media,.product-top-banner__content{min-height:260px}.product-top-banner__content{padding:38px 20px}.product-top-banner__content h2{font-size:2.3rem}}.product-hero-v2 .product-atc,.mobile-sticky-atc .button{background:var(--product-atc-bg,#2f2a26);color:var(--product-atc-text,#fff);border-color:var(--product-atc-bg,#2f2a26)}.product-hero-v2 .product-atc:hover,.mobile-sticky-atc .button:hover{filter:brightness(.92)}.site-header__brand{display:flex;align-items:center;justify-content:center;min-width:0}.site-header__logo{display:block}.product-flip-through{background:#fff}.product-flip-through__heading{max-width:760px;margin:0 auto 28px;text-align:center}.product-flip-through__media{position:relative;width:100%;max-width:1120px;margin:0 auto;overflow:hidden;border-radius:22px;background:#111;box-shadow:0 18px 50px #1a16121a}.product-flip-through__media--narrow{max-width:820px}.product-flip-through__media video,.product-flip-through__media iframe{display:block;width:100%;aspect-ratio:16 / 9;height:auto;border:0;object-fit:cover;background:#111}.product-flip-through__placeholder{min-height:420px;display:grid;place-items:center;align-content:center;gap:10px;padding:36px;text-align:center;background:linear-gradient(135deg,#f4eee7,#fbf8f4);color:#2f2a26}.product-flip-through__placeholder span{width:64px;height:64px;display:grid;place-items:center;border-radius:50%;background:#2f2a26;color:#fff;font-size:22px}.product-flip-through__placeholder p{margin:0;max-width:520px}.product-flip-through__caption{margin:14px auto 0;text-align:center;color:#2f2a26b8;font-size:14px}@media(max-width:749px){.product-flip-through__media{border-radius:16px}.product-flip-through__placeholder{min-height:260px;padding:28px 18px}}.secure-checkout{margin:16px 0 4px;padding:13px 16px 12px;border:1px solid #ead9c8;border-radius:14px;background:#fffaf5;text-align:center}.secure-checkout__label{margin-bottom:9px;font-size:10px;line-height:1;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#8d6849}.secure-checkout__icons{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px}.secure-checkout__icon{display:grid;place-items:center;min-width:45px;height:30px;padding:4px 8px;border:1px solid #e7ded5;border-radius:8px;background:#fff}.secure-checkout__icon svg{display:block;width:auto;max-width:34px;height:20px}.mobile-sticky-atc{display:none!important}.sticky-atc-bar{position:fixed;left:0;right:0;bottom:0;z-index:60;width:100%;padding:10px 0 calc(10px + env(safe-area-inset-bottom));background:#fffdf9fb;border-top:1px solid #e6dbcf;box-shadow:0 -10px 32px #37261b1f;transform:translateY(110%);opacity:0;visibility:hidden;pointer-events:none;transition:transform .25s ease,opacity .2s ease,visibility .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sticky-atc-bar.is-visible{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}.sticky-atc-bar__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,190px) minmax(155px,180px);align-items:center;gap:18px;min-height:70px}.sticky-atc-bar__product{display:flex;align-items:center;gap:12px;min-width:0}.sticky-atc-bar__thumb{flex:0 0 50px;width:50px;height:60px;overflow:hidden;border:1px solid #e3d7ca;border-radius:8px;background:#f7f2ec;box-shadow:0 3px 10px #3c28190f}.sticky-atc-bar__thumb img{display:block;width:100%;height:100%;object-fit:cover}.sticky-atc-bar__details{min-width:0}.sticky-atc-bar__title{margin:0 0 4px;color:#26221f;font-size:13px;line-height:1.25;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc-bar__prices{display:flex;align-items:baseline;gap:7px;margin-top:2px}.sticky-atc-bar__prices s{color:#92877c;font-size:12px}.sticky-atc-bar__prices strong{color:#946c2d;font-size:14px;font-weight:800}.sticky-atc-bar__variant select{width:100%;min-height:46px;padding:0 34px 0 12px;border:1px solid #dfd2c6;border-radius:9px;background:#fff;color:#4f4944;font:inherit;font-size:12px}.sticky-atc-bar__button{width:100%;min-height:48px;display:flex;align-items:center;justify-content:center;padding:12px 20px;border:1px solid var(--product-atc-bg,#2f2a26);border-radius:9px;background:var(--product-atc-bg,#2f2a26);color:var(--product-atc-text,#fff);font-size:13px;line-height:1;font-weight:800;letter-spacing:.035em;text-transform:uppercase;cursor:pointer;box-shadow:0 6px 16px #28201b1f;transition:transform .15s ease,filter .2s ease}.sticky-atc-bar__button:hover{filter:brightness(.94)}.sticky-atc-bar__button:active{transform:scale(.985)}.sticky-atc-bar__button[disabled]{opacity:.5;cursor:not-allowed;box-shadow:none}.enc-mobile-bottom-nav{display:none}body.enc-sticky-atc-visible{padding-bottom:94px}@media(max-width:900px){.enc-mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:70;height:calc(70px + env(safe-area-inset-bottom));padding:5px 8px env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;background:#fffffffb;border-top:1px solid #e8e1da;box-shadow:0 -4px 18px #231d1812;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.enc-mobile-bottom-nav__item{min-width:0;height:60px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:4px 2px;color:#22201e;text-decoration:none;-webkit-tap-highlight-color:transparent}.enc-mobile-bottom-nav__item:active{opacity:.65}.enc-mobile-bottom-nav__icon{position:relative;width:25px;height:25px;display:grid;place-items:center}.enc-mobile-bottom-nav__icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.enc-mobile-bottom-nav__label{font-size:11px;line-height:1;font-weight:600;white-space:nowrap}.enc-mobile-bottom-nav__count{position:absolute;top:-7px;right:-9px;min-width:18px;height:18px;padding:0 5px;display:grid;place-items:center;border:2px solid #fff;border-radius:999px;background:#2f2a26;color:#fff;font-size:9px;line-height:1;font-weight:800}.sticky-atc-bar{bottom:calc(70px + env(safe-area-inset-bottom));padding:9px 12px;border-radius:20px 20px 0 0}.sticky-atc-bar__inner{width:100%;max-width:100%;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:9px;min-height:0}.sticky-atc-bar__product{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:10px;width:100%;min-width:0;padding:0 2px}.sticky-atc-bar__thumb{width:52px;height:62px;flex-basis:52px;border-radius:8px}.sticky-atc-bar__title{font-size:12px;line-height:1.25}.sticky-atc-bar__prices{gap:6px}.sticky-atc-bar__prices s{font-size:11px}.sticky-atc-bar__prices strong{font-size:14px}.sticky-atc-bar__variant{display:none}.sticky-atc-bar__button{width:100%;min-width:0;min-height:54px;padding:14px 18px;border-radius:10px;font-size:13px;white-space:nowrap}.sticky-atc-bar .page-width{width:100%;max-width:100%;margin:0;padding:0}body.enc-sticky-atc-visible{padding-bottom:calc(218px + env(safe-area-inset-bottom))}body:not(.enc-sticky-atc-visible){padding-bottom:calc(70px + env(safe-area-inset-bottom))}.secure-checkout{padding:12px 10px}.secure-checkout__icons{gap:6px}.secure-checkout__icon{min-width:41px;height:28px;padding:4px 6px}}@media(max-width:390px){.enc-mobile-bottom-nav{padding-left:4px;padding-right:4px}.enc-mobile-bottom-nav__label{font-size:10px}.sticky-atc-bar{padding-left:9px;padding-right:9px}.sticky-atc-bar__product{grid-template-columns:46px minmax(0,1fr);gap:8px}.sticky-atc-bar__thumb{width:46px;height:56px;flex-basis:46px}.sticky-atc-bar__title{font-size:11.5px}.sticky-atc-bar__prices strong{font-size:13px}.sticky-atc-bar__button{min-height:52px;font-size:12px}body.enc-sticky-atc-visible{padding-bottom:calc(208px + env(safe-area-inset-bottom))}}.product-metafield-richtext{max-width:820px;margin:0 auto;color:var(--color-text,#2f2a26);line-height:1.7}.product-metafield-richtext ul,.product-metafield-richtext ol{padding-left:1.25rem}.product-metafield-richtext--centered{text-align:left}@media screen and (min-width:901px){.product-hero-v2__gallery{position:sticky;top:95px;align-self:start;height:fit-content}.product-hero-v2__info{position:static}}@media screen and (max-width:900px){.sticky-atc-bar{position:fixed;left:0;right:0;bottom:0;z-index:60;width:100%;padding:9px 12px calc(9px + env(safe-area-inset-bottom));background:#fffdf9;border-top:1px solid #e6dbcf;box-shadow:0 -8px 28px #2d231c1f;transform:translateY(120%);opacity:0;visibility:hidden;pointer-events:none;transition:transform .25s ease,opacity .2s ease,visibility .2s ease;box-sizing:border-box}.sticky-atc-bar.is-visible{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}.sticky-atc-bar__inner{width:100%;max-width:100%;margin:0;padding:0;display:grid;grid-template-columns:minmax(0,1fr) 122px;align-items:center;gap:10px}.sticky-atc-bar__product{min-width:0;display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:9px;overflow:hidden}.sticky-atc-bar__thumb{width:48px;height:58px;overflow:hidden;border-radius:7px;background:#f7f2ec;border:1px solid #e3d7ca}.sticky-atc-bar__thumb img{width:100%;height:100%;display:block;object-fit:cover}.sticky-atc-bar__details{min-width:0}.sticky-atc-bar__title{width:100%;margin:0 0 4px;color:#26221f;font-size:12px;line-height:1.25;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc-bar__prices{display:flex;align-items:center;gap:6px;font-size:12px}.sticky-atc-bar__prices s{color:#92877c}.sticky-atc-bar__prices strong{color:#8b6333;font-size:14px;font-weight:800}.sticky-atc-bar__variant{display:none}.sticky-atc-bar__button{width:122px;min-width:122px;min-height:50px;padding:10px 8px;display:flex;align-items:center;justify-content:center;background:var(--product-atc-bg, #2f2a26);color:var(--product-atc-text, #ffffff);border:0;border-radius:9px;font-size:11px;line-height:1;font-weight:800;letter-spacing:.025em;text-transform:uppercase;white-space:nowrap}.sticky-atc-bar__button[disabled]{opacity:.5}body.enc-sticky-atc-visible{padding-bottom:calc(82px + env(safe-area-inset-bottom))}}@media screen and (max-width:390px){.sticky-atc-bar{padding-left:9px;padding-right:9px}.sticky-atc-bar__inner{grid-template-columns:minmax(0,1fr) 108px;gap:7px}.sticky-atc-bar__product{grid-template-columns:43px minmax(0,1fr);gap:7px}.sticky-atc-bar__thumb{width:43px;height:52px}.sticky-atc-bar__button{width:108px;min-width:108px;font-size:10px}}.enc-mobile-nav{display:none}@media screen and (max-width:900px){.enc-mobile-nav{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:100!important;width:100%!important;height:calc(70px + env(safe-area-inset-bottom))!important;padding:5px 8px env(safe-area-inset-bottom)!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:center!important;margin:0!important;background:#fff!important;border-top:1px solid #e5dfd8!important;box-shadow:0 -5px 22px #231d181a!important;visibility:visible!important;opacity:1!important;box-sizing:border-box!important}.enc-mobile-nav__item{width:100%!important;min-width:0!important;height:60px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important;margin:0!important;padding:4px 2px!important;color:#22201e!important;text-decoration:none!important;background:transparent!important;border:0!important;box-sizing:border-box!important;-webkit-tap-highlight-color:transparent}.enc-mobile-nav__item:active{opacity:.6!important}.enc-mobile-nav__icon{position:relative!important;width:25px!important;height:25px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#22201e!important}.enc-mobile-nav__icon svg{width:24px!important;height:24px!important;display:block!important;fill:none!important;stroke:currentColor!important;stroke-width:1.7!important;stroke-linecap:round!important;stroke-linejoin:round!important;overflow:visible!important}.enc-mobile-nav__label{display:block!important;color:#22201e!important;font-size:11px!important;line-height:1!important;font-weight:600!important;text-align:center!important;white-space:nowrap!important}.enc-mobile-nav__count{position:absolute!important;top:-7px!important;right:-9px!important;min-width:18px!important;height:18px!important;padding:0 5px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#2f2a26!important;color:#fff!important;border:2px solid #ffffff!important;border-radius:999px!important;font-size:9px!important;line-height:1!important;font-weight:800!important;box-sizing:border-box!important}.sticky-atc-bar{bottom:calc(70px + env(safe-area-inset-bottom))!important;z-index:90!important}body{padding-bottom:calc(70px + env(safe-area-inset-bottom))}body.enc-sticky-atc-visible{padding-bottom:calc(155px + env(safe-area-inset-bottom))!important}}@media screen and (max-width:390px){.enc-mobile-nav{padding-left:4px!important;padding-right:4px!important}.enc-mobile-nav__label{font-size:10px!important}.enc-mobile-nav__icon,.enc-mobile-nav__icon svg{width:22px!important;height:22px!important}}@media screen and (min-width:901px){.enc-mobile-nav{display:none!important}}@media screen and (max-width:900px){.sticky-atc-bar{padding:11px 12px!important;background:#fffdf9!important;border-radius:18px 18px 0 0!important;box-shadow:0 -10px 28px #2d231c21!important}.sticky-atc-bar__inner{grid-template-columns:minmax(0,1fr) 132px!important;gap:11px!important;min-height:66px!important}.sticky-atc-bar__product{grid-template-columns:52px minmax(0,1fr)!important;gap:10px!important}.sticky-atc-bar__thumb{width:52px!important;height:62px!important;border-radius:8px!important;box-shadow:0 3px 10px #3c281914!important}.sticky-atc-bar__title{font-size:12.5px!important;line-height:1.28!important;font-weight:750!important;color:#26221f!important;max-width:100%!important}.sticky-atc-bar__prices{margin-top:4px!important;gap:7px!important}.sticky-atc-bar__prices s{font-size:11px!important;color:#9b928b!important}.sticky-atc-bar__prices strong{font-size:15px!important;color:#8d6332!important;font-weight:800!important}.sticky-atc-bar__button{width:132px!important;min-width:132px!important;min-height:54px!important;padding:10px!important;border-radius:10px!important;background:var(--product-atc-bg, #2f2a26)!important;color:var(--product-atc-text, #ffffff)!important;font-size:11px!important;letter-spacing:.035em!important;box-shadow:0 6px 16px #28201b24!important}}@media screen and (max-width:390px){.sticky-atc-bar__inner{grid-template-columns:minmax(0,1fr) 118px!important;gap:8px!important}.sticky-atc-bar__product{grid-template-columns:46px minmax(0,1fr)!important;gap:8px!important}.sticky-atc-bar__thumb{width:46px!important;height:56px!important}.sticky-atc-bar__title{font-size:11.5px!important}.sticky-atc-bar__prices strong{font-size:14px!important}.sticky-atc-bar__button{width:118px!important;min-width:118px!important;min-height:52px!important;font-size:10px!important}}@media screen and (max-width:900px){html,body{width:100%;max-width:100%;overflow-x:hidden!important}#MainContent{max-width:100%;overflow-x:hidden!important}.sticky-atc-bar,.enc-mobile-nav{left:0!important;right:0!important;width:100%!important;max-width:100vw!important;box-sizing:border-box!important}.sticky-atc-bar__inner{width:100%!important;max-width:100%!important;grid-template-columns:minmax(0,1fr) 124px!important;gap:10px!important}.sticky-atc-bar__product{min-width:0!important;grid-template-columns:48px minmax(0,1fr)!important;gap:9px!important}.sticky-atc-bar__info{min-width:0!important;overflow:hidden!important}.sticky-atc-bar__title{width:100%!important;max-width:100%!important;margin:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:12px!important;line-height:1.25!important;font-weight:700!important}.sticky-atc-bar__prices{display:flex!important;align-items:center!important;flex-wrap:nowrap!important;gap:6px!important;margin-top:4px!important;white-space:nowrap!important}.sticky-atc-bar__button{width:124px!important;min-width:124px!important;min-height:54px!important;padding:10px 8px!important;box-sizing:border-box!important}.enc-mobile-nav{overflow:hidden!important}.enc-mobile-nav__item{min-width:0!important;max-width:100%!important}}@media screen and (max-width:390px){.sticky-atc-bar{padding-left:8px!important;padding-right:8px!important}.sticky-atc-bar__inner{grid-template-columns:minmax(0,1fr) 116px!important;gap:7px!important}.sticky-atc-bar__product{grid-template-columns:44px minmax(0,1fr)!important;gap:7px!important}.sticky-atc-bar__thumb{width:44px!important;height:54px!important}.sticky-atc-bar__title{font-size:11px!important}.sticky-atc-bar__button{width:116px!important;min-width:116px!important;font-size:10px!important}}.enc-cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;pointer-events:none;visibility:hidden}.enc-cart-drawer.is-open{pointer-events:auto;visibility:visible}.enc-cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#1412106b;opacity:0;transition:opacity .25s ease;cursor:pointer}.enc-cart-drawer.is-open .enc-cart-drawer__overlay{opacity:1}.enc-cart-drawer__panel{position:absolute;right:0;top:0;height:100%;width:min(520px,100%);background:#fffdfa;box-shadow:-18px 0 50px #18141029;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;overflow:hidden}.enc-cart-drawer.is-open .enc-cart-drawer__panel{transform:translate(0)}.enc-cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:22px 24px 14px;border-bottom:1px solid #e7ded5}.enc-cart-drawer__header h2{font-size:1.15rem;letter-spacing:.04em;text-transform:uppercase;margin:0;font-weight:800}.enc-cart-drawer__close{width:42px;height:42px;border:0;background:transparent;font-size:2rem;line-height:1;cursor:pointer;color:#171513}.enc-cart-delivery{margin:16px 24px 10px;padding:16px 18px;border:1px solid #ead9c6;border-radius:12px;background:#fff8f0}.enc-cart-delivery__title{display:flex;align-items:center;gap:10px;font-size:.95rem}.enc-cart-delivery__title svg{width:23px;height:23px;fill:none;stroke:#8d5f39;stroke-width:1.6}.enc-cart-delivery p{margin:5px 0 0 33px;font-size:.82rem;line-height:1.35;color:#302b27}.enc-cart-green-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#21a73d;margin-right:5px}.enc-cart-drawer__body{padding:4px 24px 8px;overflow:auto;flex:1;overscroll-behavior:contain}.enc-cart-loading,.enc-cart-empty{padding:42px 10px;text-align:center;color:#6f6862}.enc-cart-empty h3{margin-bottom:8px;font-size:1.3rem}.enc-cart-item{display:grid;grid-template-columns:132px minmax(0,1fr);gap:18px;padding:22px 0;border-bottom:1px solid #e4ddd6}.enc-cart-item__image{display:block;background:#f7f2ec;border-radius:4px;overflow:hidden;align-self:start}.enc-cart-item__image img{width:100%;aspect-ratio:4/5;object-fit:contain}.enc-cart-item__title{font-size:1rem;line-height:1.32;font-weight:760;margin:0 0 5px;color:#171513}.enc-cart-item__variant{font-size:.9rem;color:#716b65;margin:0 0 8px}.enc-cart-item__price{display:flex;gap:9px;align-items:center;margin-bottom:13px;font-size:1rem}.enc-cart-item__price s{color:#77716c}.enc-cart-item__price strong.is-sale{color:#d92828}.enc-cart-qty{display:grid;grid-template-columns:50px 64px 50px;border:1px solid #8a837d;border-radius:3px;width:max-content;overflow:hidden}.enc-cart-qty button,.enc-cart-qty input{height:46px;border:0;background:#fff;text-align:center;color:#161412}.enc-cart-qty button{font-size:1.55rem;cursor:pointer}.enc-cart-qty input{width:64px;border-left:1px solid #e4ddd6;border-right:1px solid #e4ddd6;-webkit-appearance:textfield;appearance:textfield}.enc-cart-qty input::-webkit-outer-spin-button,.enc-cart-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.enc-cart-remove{margin-top:10px;border:0;background:transparent;padding:4px 0;text-decoration:underline;text-underline-offset:3px;color:#4d4742;cursor:pointer;font-size:.84rem}.enc-cart-drawer__footer{padding:14px 24px 24px;border-top:1px solid #ded6cf;background:#fff}.enc-cart-discounts{display:grid;gap:6px;margin-bottom:10px;color:#d92828;font-weight:700;font-size:.9rem}.enc-cart-discount-line{display:flex;justify-content:space-between;gap:16px}.enc-cart-subtotal{display:flex;justify-content:space-between;align-items:center;font-size:1.15rem;font-weight:800;margin:4px 0 14px}.enc-cart-btn{display:flex;min-height:54px;align-items:center;justify-content:center;width:100%;text-transform:uppercase;letter-spacing:.16em;font-size:.84rem;font-weight:800;margin-top:10px;border-radius:3px}.enc-cart-btn--view{background:#111;color:#fff}.enc-cart-btn--checkout{background:#8f603a;color:#fff}.enc-cart-trust{display:grid;grid-template-columns:repeat(3,1fr);margin-top:16px;background:#fff7ee;border:1px solid #f0e3d6;border-radius:5px}.enc-cart-trust__item{display:flex;align-items:center;flex-direction:column;text-align:center;padding:14px 8px 12px;min-width:0}.enc-cart-trust__item+.enc-cart-trust__item{border-left:1px solid #e3d7ca}.enc-cart-trust__item svg{width:31px;height:31px;margin-bottom:7px;fill:none;stroke:#151311;stroke-width:1.5}.enc-cart-trust__item strong{font-size:.78rem;line-height:1.2}.enc-cart-trust__item span{font-size:.67rem;line-height:1.25;margin-top:5px;color:#5f5852}.enc-cart-payment{text-align:center;margin-top:15px}.enc-cart-payment p{font-size:.73rem;color:#77706a;margin:0 0 10px}.enc-cart-payment__icons{display:flex;justify-content:center;align-items:center;gap:6px;flex-wrap:wrap}.enc-cart-payment__icons svg{width:43px;height:auto;max-height:28px}body.enc-cart-open{overflow:hidden}.cart-page{max-width:980px;padding:48px 18px 88px}.cart-page h1{font-size:clamp(2.3rem,6vw,4.5rem);margin-bottom:30px}.cart-row{grid-template-columns:120px minmax(0,1fr) auto;align-items:start}.cart-row>div{min-width:0}.cart-row h3{overflow-wrap:anywhere}.cart-row>strong{white-space:nowrap}@media(max-width:560px){.enc-cart-drawer__panel{width:100%}.enc-cart-drawer__header{padding:16px 18px 10px}.enc-cart-delivery{margin:12px 16px 6px;padding:13px}.enc-cart-delivery__title{font-size:.88rem}.enc-cart-delivery p{margin-left:31px;font-size:.75rem}.enc-cart-drawer__body{padding:2px 16px 6px}.enc-cart-item{grid-template-columns:112px minmax(0,1fr);gap:14px;padding:18px 0}.enc-cart-item__title{font-size:.92rem}.enc-cart-item__variant{font-size:.82rem}.enc-cart-item__price{font-size:.92rem}.enc-cart-qty{grid-template-columns:42px 54px 42px}.enc-cart-qty input{width:54px}.enc-cart-qty button,.enc-cart-qty input{height:42px}.enc-cart-drawer__footer{padding:12px 16px calc(18px + env(safe-area-inset-bottom))}.enc-cart-trust__item{padding:12px 5px 10px}.enc-cart-trust__item strong{font-size:.69rem}.enc-cart-trust__item span{font-size:.6rem}.enc-cart-trust__item svg{width:27px;height:27px}.enc-cart-payment__icons svg{width:38px}.cart-page{padding:36px 16px 100px;overflow:hidden}.cart-page h1{font-size:2.5rem}.cart-row{grid-template-columns:92px minmax(0,1fr);gap:14px}.cart-row>strong{grid-column:2;font-size:1rem}.cart-row input[type=number]{max-width:120px;width:100%}}@media screen and (max-width:749px){.enc-cart-drawer__header{padding:12px 16px 8px}.enc-cart-drawer__header h2{font-size:1rem}.enc-cart-drawer__close{width:36px;height:36px;font-size:1.75rem}#enc-delivery-cart-drawer{margin:8px 12px 4px!important;padding:10px!important}#enc-delivery-cart-drawer .enc-delivery__content{font-size:12.5px!important}#enc-delivery-cart-drawer .enc-delivery__processing{margin-top:6px!important;padding:5px 7px!important;font-size:10.5px!important}#enc-delivery-cart-drawer .enc-delivery__note{margin-top:5px!important;font-size:10.5px!important}.enc-cart-drawer__body{padding:0 16px 4px;min-height:0;flex:1 1 auto;overflow-y:auto}.enc-cart-item{grid-template-columns:96px minmax(0,1fr);gap:12px;padding:14px 0}.enc-cart-item__title{font-size:.88rem;line-height:1.25}.enc-cart-item__variant{font-size:.78rem;margin-bottom:5px}.enc-cart-item__price{font-size:.88rem;margin-bottom:8px}.enc-cart-qty{grid-template-columns:36px 44px 36px}.enc-cart-qty input{width:44px}.enc-cart-qty button,.enc-cart-qty input{height:36px}.enc-cart-remove{margin-top:6px;font-size:.76rem}.enc-cart-drawer__footer{flex:0 0 auto;padding:9px 16px calc(10px + env(safe-area-inset-bottom))}.enc-cart-subtotal{font-size:1rem;margin:0 0 7px}.enc-cart-btn{min-height:44px;margin-top:7px;font-size:.76rem}.enc-cart-trust{margin-top:9px}.enc-cart-trust__item{padding:8px 4px 7px}.enc-cart-trust__item svg{width:22px;height:22px;margin-bottom:4px}.enc-cart-trust__item strong{font-size:.62rem}.enc-cart-trust__item span{font-size:.53rem;margin-top:3px}}.product-media-main{position:relative;touch-action:pan-y}.product-media-thumb{touch-action:manipulation;-webkit-tap-highlight-color:transparent;position:relative;z-index:2}.product-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:42px;height:42px;border-radius:999px;border:1px solid rgba(47,42,38,.14);background:#ffffffeb;color:#2f2a26;font-size:30px;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0000001a;cursor:pointer}.product-gallery-arrow--prev{left:12px}.product-gallery-arrow--next{right:12px}@media(max-width:900px){.product-gallery-arrow{width:38px;height:38px;font-size:27px}.product-media-thumbs{position:relative;z-index:3}}.product-media-main{position:relative}.product-gallery-arrow,.product-media-thumb{pointer-events:auto!important;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.product-gallery-arrow{z-index:25!important}.product-media-thumbs{position:relative;z-index:20}.product-media-thumb{position:relative;z-index:21}.product-media-main{position:relative;display:block!important;overflow:hidden!important;aspect-ratio:4/5;touch-action:pan-y}.product-media-track{width:100%;height:100%;display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none}.product-media-track::-webkit-scrollbar{display:none}.product-media-slide{position:relative;flex:0 0 100%;width:100%;height:100%;min-width:100%;scroll-snap-align:start;scroll-snap-stop:always;display:flex;align-items:center;justify-content:center}.product-media-slide .product-media-main__image{display:block;width:100%;height:100%;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.product-media-thumb{display:block;text-decoration:none}.product-media-thumb:focus-visible,.product-gallery-arrow:focus-visible{outline:2px solid #2f2a26;outline-offset:2px}@media(max-width:900px){.product-media-track{touch-action:pan-x pan-y}.product-media-slide{scroll-snap-align:center}}.enc-fbt{padding:22px 0 34px}.enc-fbt__shell{max-width:980px;margin:0 auto;padding:28px;border:1px solid #e8ddd3;border-radius:16px;background:#fffdfa;box-shadow:0 10px 32px #2c221a0b}.enc-fbt__intro{text-align:center;max-width:650px;margin:0 auto 22px}.enc-fbt__eyebrow{margin:0 0 7px;font-size:.72rem;line-height:1.2;letter-spacing:.17em;text-transform:uppercase;font-weight:800;color:#956b49}.enc-fbt__heading{margin:0;color:#211f1c;font-size:clamp(1.45rem,2.5vw,2rem);line-height:1.15}.enc-fbt__text{margin:9px auto 0;color:#6f665f;font-size:.96rem;line-height:1.55}.enc-fbt__products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.enc-fbt-card{position:relative;display:grid;grid-template-columns:118px minmax(0,1fr);gap:16px;align-items:center;padding:14px;border:1px solid #e9dfd6;border-radius:12px;background:#fff}.enc-fbt-card__select{position:absolute;top:10px;left:10px;z-index:2;cursor:pointer}.enc-fbt-card__select input{position:absolute;opacity:0;pointer-events:none}.enc-fbt-card__select span{display:grid;place-items:center;width:27px;height:27px;border:1px solid #a17b5c;border-radius:50%;background:#fff;color:transparent;font-size:.8rem;font-weight:900;box-shadow:0 2px 8px #231b1414}.enc-fbt-card__select input:checked+span{background:#8f603a;border-color:#8f603a;color:#fff}.enc-fbt-card__select input:focus-visible+span{outline:2px solid #211f1c;outline-offset:2px}.enc-fbt-card__image{display:block;border-radius:8px;overflow:hidden;background:#f7f2ec}.enc-fbt-card__image img,.enc-fbt-card__image svg{display:block;width:100%;aspect-ratio:4/5;object-fit:contain}.enc-fbt-card__title{margin:0 0 8px;font-size:.98rem;line-height:1.32;color:#211f1c}.enc-fbt-card__title a{color:inherit;text-decoration:none}.enc-fbt-card__variant-label{display:block;margin-bottom:4px;font-size:.71rem;letter-spacing:.05em;text-transform:uppercase;font-weight:750;color:#766c64}.enc-fbt-card__variant{width:100%;min-height:38px;padding:7px 31px 7px 9px;border:1px solid #dcd1c7;border-radius:6px;background:#fff;color:#292522;font:inherit;font-size:.82rem}.enc-fbt-card__price{margin-top:7px;font-weight:800;color:#211f1c}.enc-fbt-card.is-unselected{opacity:.58}.enc-fbt__action-row{display:flex;align-items:center;justify-content:flex-end;gap:18px;margin-top:18px;padding-top:18px;border-top:1px solid #ece3db}.enc-fbt__summary{display:flex;flex-direction:column;text-align:right;color:#6e655e;font-size:.8rem}.enc-fbt__summary strong{margin-top:2px;color:#211f1c;font-size:1.05rem}.enc-fbt__button{min-height:50px;padding:0 26px;border:0;border-radius:4px;background:#8f603a;color:#fff;text-transform:uppercase;letter-spacing:.12em;font-size:.76rem;font-weight:850;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.enc-fbt__button:hover{transform:translateY(-1px)}.enc-fbt__button:disabled{opacity:.5;cursor:not-allowed;transform:none}.enc-fbt__status{min-height:20px;margin:8px 0 0;text-align:right;font-size:.82rem;color:#52745e}.enc-fbt__status.is-error{color:#9d2e2e}.enc-cart-cross-sell{margin:16px 0 8px;padding:15px;border:1px solid #eadfd6;border-radius:10px;background:#fbf7f2}.enc-cart-cross-sell__eyebrow{margin:0 0 3px;font-size:.64rem;letter-spacing:.15em;text-transform:uppercase;font-weight:850;color:#956b49}.enc-cart-cross-sell__heading{margin:0;font-size:.94rem;line-height:1.25;color:#211f1c}.enc-cart-cross-sell__text{margin:4px 0 11px;font-size:.76rem;line-height:1.4;color:#6d655f}.enc-cart-cross-sell__product{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:11px;align-items:center}.enc-cart-cross-sell__image{display:block;border-radius:6px;overflow:hidden;background:#f3eee8}.enc-cart-cross-sell__image img{display:block;width:100%;aspect-ratio:4/5;object-fit:contain}.enc-cart-cross-sell__title{margin:0 0 4px;font-size:.8rem;line-height:1.28;font-weight:750;color:#211f1c}.enc-cart-cross-sell__variant{margin:0 0 3px;font-size:.68rem;color:#766e67}.enc-cart-cross-sell__price{font-size:.78rem;font-weight:800;color:#211f1c}.enc-cart-cross-sell__add{min-width:58px;min-height:38px;padding:0 10px;border:1px solid #8f603a;border-radius:4px;background:#fff;color:#8f603a;text-transform:uppercase;letter-spacing:.08em;font-size:.68rem;font-weight:850;cursor:pointer}.enc-cart-cross-sell__add:hover{background:#8f603a;color:#fff}.enc-cart-cross-sell__add:disabled{opacity:.55;cursor:not-allowed}@media(max-width:749px){.enc-fbt{padding:14px 0 24px}.enc-fbt__shell{padding:20px 14px;border-radius:12px}.enc-fbt__intro{margin-bottom:16px}.enc-fbt__products{grid-template-columns:1fr;gap:10px}.enc-fbt-card{grid-template-columns:92px minmax(0,1fr);gap:12px;padding:11px}.enc-fbt-card__select{top:7px;left:7px}.enc-fbt-card__select span{width:24px;height:24px}.enc-fbt-card__title{font-size:.9rem}.enc-fbt__action-row{align-items:stretch;flex-direction:column;gap:10px;margin-top:14px;padding-top:14px}.enc-fbt__summary{text-align:left;flex-direction:row;justify-content:space-between;align-items:center}.enc-fbt__button{width:100%}.enc-fbt__status{text-align:left}.enc-cart-cross-sell{margin:12px 0 6px;padding:12px}.enc-cart-cross-sell__product{grid-template-columns:60px minmax(0,1fr) auto;gap:9px}.enc-cart-cross-sell__add{min-width:52px;padding:0 8px}}:root{--enc-conversion:#2E7D5B;--enc-shopping:#2B2B2B;--enc-button-text:#FFFFFF}.button{background:var(--enc-shopping);border-color:var(--enc-shopping);color:var(--enc-button-text)}.button--secondary{background:transparent;color:var(--enc-shopping);border-color:var(--enc-shopping)}.product-atc,.sticky-atc-bar__button,button[name=checkout],.enc-cart-btn--checkout,.shopify-payment-button__button--unbranded{background:var(--enc-conversion)!important;border-color:var(--enc-conversion)!important;color:var(--enc-button-text)!important}.product-atc:hover,.sticky-atc-bar__button:hover,button[name=checkout]:hover,.enc-cart-btn--checkout:hover,.shopify-payment-button__button--unbranded:hover{filter:brightness(.92)}.enc-product-benefits{display:grid;gap:0;margin:18px 0 16px;padding:4px 0;border-top:1px solid #e8e0d8;border-bottom:1px solid #e8e0d8}.enc-product-benefit{display:grid;grid-template-columns:25px 1fr;gap:9px;align-items:start;padding:11px 2px}.enc-product-benefit+.enc-product-benefit{border-top:1px solid #eee7e0}.enc-product-benefit__icon{display:flex;align-items:center;justify-content:center;width:19px;height:19px;margin-top:1px;border-radius:50%;background:#f1f7f3;color:#2e7d5b;font-size:12px;font-weight:800;line-height:1}.enc-product-benefit p{margin:0;color:#2b2b2b;font-size:14px;line-height:1.45;font-weight:600}@media(max-width:560px){.enc-product-benefits{margin:15px 0 14px}.enc-product-benefit{grid-template-columns:23px 1fr;gap:8px;padding:10px 1px}.enc-product-benefit__icon{width:18px;height:18px;font-size:11px}.enc-product-benefit p{font-size:13.5px}}:root{--enc-vv-bottom: 0px;--enc-mobile-nav-height: 70px}@media screen and (max-width:900px){.enc-mobile-nav{bottom:var(--enc-vv-bottom, 0px)!important;transform:translateZ(0)!important;-webkit-transform:translateZ(0)!important;will-change:bottom!important}.sticky-atc-bar{bottom:calc(var(--enc-vv-bottom, 0px) + var(--enc-mobile-nav-height, 70px))!important;transform:translateZ(0)!important;-webkit-transform:translateZ(0)!important;will-change:bottom!important}}@media(min-width:901px){.site-header__nav a,.site-header__actions a{transition:color .2s ease}.site-header__nav a:hover,.site-header__nav a:focus-visible,.site-header__nav a[aria-current=page],.site-header__actions a:hover,.site-header__actions a:focus-visible{color:#d97745}}.product-card__link{display:flex;flex-direction:column;height:100%}.product-card .card__body{display:flex;flex-direction:column;flex:1}.product-card__cta{width:100%;margin-top:auto;min-height:44px;padding:10px 18px}.product-card:hover .product-card__cta{background:var(--enc-accent);color:var(--enc-accent-text);border-color:var(--enc-accent)}.enc-cart-page__row{align-items:flex-start}.enc-cart-page__info{min-width:0;flex:1}.enc-cart-page__price{margin-left:auto;text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:4px;white-space:nowrap}.enc-cart-page__price s,.enc-cart-item__price s{font-size:.88em;opacity:.55;font-weight:500}.enc-cart-page__price strong,.enc-cart-item__price strong{font-weight:800}.enc-cart-page__saved,.enc-cart-item__saved{font-size:.75rem;font-weight:700;color:#b33a3a}.enc-cart-page__discounts,.enc-cart-item__discounts{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 9px}.enc-cart-page__discount-badge,.enc-cart-item__discount{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;background:#eef7f1;color:#246847;font-size:.72rem;font-weight:750;line-height:1.2}.enc-cart-page__summary{max-width:390px;margin:24px 0 0 auto;border-top:1px solid rgba(35,24,15,.14);padding-top:16px}.enc-cart-page__summary-row{display:flex;justify-content:space-between;gap:22px;padding:5px 0}.enc-cart-page__summary-savings{color:#246847}.enc-cart-page__summary-total{font-size:1.15rem;margin-top:4px;padding-top:10px;border-top:1px solid rgba(35,24,15,.1)}.enc-cart-page__success,.enc-cart-drawer__success{margin:8px 0 12px;color:#246847;font-size:.78rem;font-weight:700}.enc-cart-page__summary .button{float:none!important;width:100%;margin-top:4px}.enc-cart-drawer__savings{display:flex;justify-content:space-between;gap:16px;color:#246847;font-weight:700;margin-bottom:7px}.enc-cart-item__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px}.enc-cart-item__saved{flex-basis:100%}@media(max-width:749px){.enc-cart-page__row{display:grid;grid-template-columns:76px minmax(0,1fr);gap:14px}.enc-cart-page__row>img{grid-row:1/span 2;width:76px;height:auto}.enc-cart-page__price{grid-column:2;margin-left:0;align-items:flex-start;text-align:left}.enc-cart-page__summary{max-width:none;margin-top:20px}}.search-link__icon{display:none}@media(min-width:901px){.site-header__actions .track-order-link{margin-left:28px}}@media(max-width:900px){.site-header__actions .track-order-link{display:none}.site-header__actions .search-link{display:inline-flex;align-items:center;justify-content:center;padding:8px}.site-header__actions .search-link__text{display:none}.site-header__actions .search-link__icon{display:block}.site-header__actions{align-items:center}}@media(max-width:560px){.site-header__actions .search-link{display:inline-flex}.site-header__inner{gap:8px;min-height:66px}.mobile-menu{padding:8px}}.enc-trust-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;margin:18px 0 14px;padding:16px 0;border-top:1px solid #eee6df;border-bottom:1px solid #eee6df}.enc-trust-grid__item{display:flex;align-items:center;justify-content:flex-start;gap:7px;min-width:0;font-size:13px;line-height:1.25;color:#302b27}.enc-trust-grid__item>span{font-size:17px;line-height:1;flex:0 0 auto}.enc-trust-grid__item strong{font-weight:650}.enc-reassurance{border-top:1px solid #e8dfd5;margin:4px 0 14px}.enc-reassurance__item{border-bottom:1px solid #e8dfd5}.enc-reassurance__item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 2px;font-size:15px;font-weight:650;color:#292522}.enc-reassurance__item summary::-webkit-details-marker{display:none}.enc-reassurance__item summary>span:first-child{display:flex;align-items:center;gap:9px}.enc-reassurance__icon{width:20px;text-align:center;font-size:16px;font-weight:400}.enc-reassurance__chevron{font-size:20px;font-weight:400;transition:transform .2s ease}.enc-reassurance__item[open] .enc-reassurance__chevron{transform:rotate(180deg)}.enc-reassurance__content{padding:0 31px 15px;font-size:13px;line-height:1.55;color:#675f58}.shopify-payment-button__button--unbranded{background:#fffdf9!important;color:var(--enc-conversion)!important;border:2px solid var(--enc-conversion)!important;border-radius:999px!important;min-height:54px!important;font-weight:700!important;box-shadow:none!important}.shopify-payment-button__button--unbranded:hover{background:#f7f4ef!important;filter:none!important}.product-atc{border-radius:999px!important;min-height:54px!important}@media(max-width:749px){.product-actions-v2{gap:10px}.enc-trust-grid{margin-top:16px;padding:14px 2px;gap:12px 10px}.enc-trust-grid__item{font-size:12.5px}.enc-reassurance__item summary{padding:14px 2px;font-size:14px}.enc-reassurance__content{font-size:12.5px;padding-left:31px;padding-right:8px}}@media(min-width:750px){.product-hero-v2 .enc-trust-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:16px 0 12px;padding:14px 0}.product-hero-v2 .enc-trust-grid__item{justify-content:center;text-align:center;gap:5px;font-size:11.5px;line-height:1.3;white-space:normal}.product-hero-v2 .enc-trust-grid__item>span{font-size:15px}.product-hero-v2 .enc-reassurance{margin:0 0 16px}.product-hero-v2 .enc-reassurance__item summary{padding:13px 4px;font-size:13.5px}.product-hero-v2 .enc-reassurance__content{padding:0 32px 14px;font-size:12.5px;line-height:1.55}.product-hero-v2 .product-trust-row,.product-hero-v2 .product-micro-benefit{display:none!important}}:root{--enc-navy:#17324D;--enc-ocean:#176B87;--enc-coral:#FF6B4A;--enc-gold:#C89B3C;--enc-cream:#FFF8EE;--enc-soft:#F8F4EC;--enc-charcoal:#17212B}body,button,input,select,textarea{font-family:Trebuchet MS,Segoe UI,Arial,sans-serif}h1,h2,h3,.section-heading h2,.product-title,.collection-header h1,.enc-fbt__heading,.site-footer h2,.site-footer h3{font-family:Georgia,Times New Roman,serif;color:var(--enc-charcoal);font-weight:700;letter-spacing:-.02em}.button,.product-form .button,.enc-cart-btn--checkout,.footer-signup__form button,.sticky-atc-bar__button{font-family:Trebuchet MS,Segoe UI,Arial,sans-serif;letter-spacing:.01em}body{background:var(--enc-cream);color:var(--enc-charcoal)}.site-header{background:#fff8eef5}.announcement{background:var(--enc-navy);color:#fff}.site-header__brand,.site-header__nav a{color:var(--enc-navy)}.eyebrow,.footer-signup__eyebrow{color:var(--enc-ocean)}.button:not(.button--secondary),.product-form .button,.footer-signup__form button,.enc-cart-btn--checkout,.sticky-atc-bar__button{background:var(--enc-coral)!important;border-color:var(--enc-coral)!important;color:#fff!important;box-shadow:0 7px 18px #ff6b4a2e;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.button:not(.button--secondary):hover,.product-form .button:hover,.footer-signup__form button:hover,.enc-cart-btn--checkout:hover,.sticky-atc-bar__button:hover{filter:brightness(.96);transform:translateY(-1px);box-shadow:0 9px 22px #ff6b4a3d}.button--secondary{background:transparent;color:var(--enc-navy);border-color:#17324d47}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(23,107,135,.32);outline-offset:2px}.footer-signup__form input:focus{border-color:var(--enc-ocean);box-shadow:0 0 0 3px #176b871f}.enc-cart-drawer__panel{background:var(--enc-cream)}.enc-cart-drawer__header{border-color:var(--enc-border)}.enc-cart-delivery,.enc-cart-trust{background:var(--enc-soft);border-color:var(--enc-border)}.enc-cart-delivery__title svg{stroke:var(--enc-ocean)}.enc-cart-btn--view{background:var(--enc-navy);color:#fff}.enc-fbt__eyebrow{color:var(--enc-ocean)}.enc-fbt-card__select input:checked+span{background:var(--enc-ocean);border-color:var(--enc-ocean)}.product-testimonial-strip__stars,.jdgm-star,.enc-gold-accent{color:var(--enc-gold)}@media(max-width:749px){h1{font-size:clamp(2.15rem,10vw,3.25rem)}h2{font-size:clamp(1.75rem,8vw,2.55rem)}.button,.product-form .button,.footer-signup__form button{min-height:50px}}.newsletter{background:var(--enc-charcoal);color:#fff}.newsletter .eyebrow{color:var(--enc-ocean);margin-bottom:12px}.newsletter h2{color:#fff!important;font-family:Trebuchet MS,Segoe UI,Arial,sans-serif;font-size:clamp(1.8rem,3vw,2.65rem);line-height:1.12;letter-spacing:-.02em;margin:0 0 12px;max-width:760px}.newsletter p{color:#ffffffeb;margin:0 0 20px;max-width:820px;font-size:1rem;line-height:1.55}.newsletter form{margin-top:0}@media(max-width:560px){.newsletter{padding:30px 20px}.newsletter .eyebrow{margin-bottom:10px}.newsletter h2{font-size:1.75rem;margin-bottom:10px}.newsletter p{font-size:.96rem;margin-bottom:18px}}.product-hero-v2 h1,.product-hero-v2 .product-title,.collection-header h1,.brand-story h1,.brand-story h2,.emotional-story-v2 h2,.section-heading h2{font-family:Georgia,Times New Roman,serif;color:var(--enc-charcoal);font-weight:700;letter-spacing:-.025em}.product-hero-v2 .product-price-v2,.product-hero-v2 .product-option-v2,.product-hero-v2 .product-short-description,.product-hero-v2 .gift-notice-v2,.product-hero-v2 .enc-proof-box,.product-hero-v2 .enc-reassurance,.product-hero-v2 .product-badge,.product-card,.product-card__title,.product-card__price,.site-header,.site-footer,.newsletter,.enc-cart-drawer,.enc-cart-page{font-family:Trebuchet MS,Segoe UI,Arial,sans-serif}.product-hero-v2 .product-badge{background:var(--enc-navy)!important;border-color:var(--enc-navy)!important;color:#fff!important;box-shadow:0 6px 16px #17324d29!important}.product-media-thumb.is-active{border-color:var(--enc-navy)!important;box-shadow:0 0 0 1px var(--enc-navy)!important}.product-option-pill input:checked+span{border-color:var(--enc-navy)!important;box-shadow:0 0 0 1px var(--enc-navy)!important}.enc-cart-page__discount-badge,.enc-cart-item__discount{background:#eef6f8!important;color:var(--enc-ocean)!important;border:1px solid rgba(23,107,135,.14)}.enc-mix-match__badge,.enc-mix-match__viewing{background:#eef6f8!important;color:var(--enc-ocean)!important;border-color:#176b8729!important}.product-form button[type=submit],.product-form .button--primary,.shopify-payment-button__button,.enc-cart-btn--checkout,.sticky-atc-bar__button,.footer-signup__form button,.newsletter button,button[name=checkout]{background:var(--enc-coral)!important;border-color:var(--enc-coral)!important;color:#fff!important;box-shadow:0 7px 18px #ff6b4a2e!important}.product-form button[type=submit]:hover,.product-form .button--primary:hover,.shopify-payment-button__button:hover,.enc-cart-btn--checkout:hover,.sticky-atc-bar__button:hover,.footer-signup__form button:hover,.newsletter button:hover,button[name=checkout]:hover{filter:brightness(.96);transform:translateY(-1px);box-shadow:0 9px 22px #ff6b4a3d!important}.enc-cart-btn--view,.button--secondary{color:var(--enc-navy)!important;border-color:#17324d47!important}.enc-cart-btn--view{background:var(--enc-navy)!important;color:#fff!important}.eyebrow,.enc-gold-accent,.product-testimonial-strip__stars,.testimonial-stars,.jdgm-star{color:var(--enc-gold)}@media(max-width:749px){.product-hero-v2 h1,.product-hero-v2 .product-title{font-size:clamp(2rem,8.7vw,2.75rem)!important;line-height:1.08!important}.section-heading h2{font-size:clamp(1.8rem,7.5vw,2.35rem);line-height:1.12}}.newsletter .eyebrow{color:#64b5cf!important}.newsletter h2{color:#fff!important;font-family:Trebuchet MS,Segoe UI,Arial,sans-serif!important}.newsletter p{font-family:Trebuchet MS,Segoe UI,Arial,sans-serif}.gift-recipient-section .gift-recipient-card__button,.featured-products-section .product-card__cta{background:var(--enc-navy)!important;border-color:var(--enc-navy)!important;color:#fff!important;box-shadow:0 6px 16px #17324d24!important;font-family:Trebuchet MS,Segoe UI,Arial,sans-serif!important;font-weight:750!important;min-height:46px;padding:12px 20px;transition:background .18s ease,transform .18s ease,box-shadow .18s ease!important}.gift-recipient-section .gift-recipient-card__main:hover .gift-recipient-card__button,.featured-products-section .product-card__link:hover .product-card__cta{background:var(--enc-ocean)!important;border-color:var(--enc-ocean)!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 8px 20px #176b872e!important}.collection-story-section .button{background:var(--enc-navy)!important;border-color:var(--enc-navy)!important;color:#fff!important;box-shadow:0 6px 16px #17324d24!important}.collection-story-section .button:hover{background:var(--enc-ocean)!important;border-color:var(--enc-ocean)!important}@media(max-width:749px){.gift-recipient-section .gift-recipient-card__button,.featured-products-section .product-card__cta{min-height:46px;border-radius:10px}}.product-card__rating{display:flex;align-items:center;gap:6px;margin:8px 0 6px;color:#655c54;font-size:.78rem;line-height:1.2}.product-card__stars{color:#b88448;letter-spacing:.7px;font-size:.82rem}.product-card__mini{margin:0 0 10px;color:var(--enc-muted);font-size:.86rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin-top:auto}.product-card__price s{font-size:.8rem;font-weight:500;color:var(--enc-muted)}@media(max-width:700px){.product-card__mini{font-size:.8rem}.product-card__rating{font-size:.74rem}.product-card__stars{font-size:.78rem}}.enc-cart-page__delivery{max-width:980px;margin:0 auto 22px}.enc-cart-page__guest{text-align:center;margin:12px 0 14px;color:#5f5852;font-size:.84rem;font-weight:650}.enc-cart-page__trust{display:grid;grid-template-columns:repeat(3,1fr);margin-top:14px;background:var(--enc-soft,#fff7ee);border:1px solid var(--enc-border,#eadfd4);border-radius:10px;overflow:hidden}.enc-cart-page__trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:16px 10px 14px;min-width:0}.enc-cart-page__trust-item+.enc-cart-page__trust-item{border-left:1px solid var(--enc-border,#eadfd4)}.enc-cart-page__trust-icon{font-size:1.55rem;line-height:1;color:var(--enc-navy,#17324d);margin-bottom:7px}.enc-cart-page__trust-item strong{font-size:.78rem;line-height:1.2;color:var(--enc-navy,#17324d)}.enc-cart-page__trust-item>span:last-child{font-size:.67rem;line-height:1.3;margin-top:5px;color:#5f5852}.enc-cart-page__policies{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap;margin:14px 0 8px;font-size:.75rem}.enc-cart-page__policies a{color:#5f5852;text-decoration:underline;text-underline-offset:3px}.enc-cart-page__policies a+a:before{content:"\2022";display:inline-block;margin:0 9px;text-decoration:none;color:#a99d93}.enc-cart-page__checkout-secondary{margin-top:10px!important}.enc-cart-drawer .enc-cart-btn--view{background:transparent!important;color:var(--enc-navy,#17324d)!important;border:1px solid rgba(23,50,77,.35)!important;box-shadow:none!important}.enc-cart-drawer .enc-cart-btn--checkout{background:var(--enc-navy,#17324d)!important;border-color:var(--enc-navy,#17324d)!important;color:#fff!important;box-shadow:0 7px 18px #17324d29!important}@media(max-width:749px){.enc-cart-page__delivery{margin-bottom:14px}.enc-cart-page__trust{grid-template-columns:1fr}.enc-cart-page__trust-item{padding:11px 10px}.enc-cart-page__trust-item+.enc-cart-page__trust-item{border-left:0;border-top:1px solid var(--enc-border,#eadfd4)}.enc-cart-page__policies{line-height:1.8}#enc-delivery-cart-drawer .enc-delivery__gift-note{font-size:10.5px;margin-top:6px;padding-top:6px}}.enc-cart-page{max-width:1180px!important;margin:0 auto!important;padding:42px 28px 70px!important}.enc-cart-page__header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.enc-cart-page__eyebrow,.enc-cart-page__summary-label,.enc-cart-page__upsell-eyebrow{margin:0 0 5px;font-size:.7rem;line-height:1;letter-spacing:.18em;font-weight:800;color:#9a6846}.enc-cart-page__header h1{margin:0;font-size:clamp(2.4rem,4vw,4rem);line-height:.98}.enc-cart-page__continue{font-size:.86rem;color:#514943;text-decoration:underline;text-underline-offset:4px}.enc-cart-page__delivery{max-width:none!important;margin:0 0 28px!important}.enc-cart-page__layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:52px;align-items:start}.enc-cart-page__main{min-width:0}.enc-cart-page__items{border-top:1px solid rgba(35,24,15,.12)}.enc-cart-page__row{display:grid!important;grid-template-columns:116px minmax(0,1fr) auto!important;gap:22px!important;padding:24px 0!important;border-bottom:1px solid rgba(35,24,15,.12)!important;align-items:start!important}.enc-cart-page__image{display:block;width:116px;border-radius:8px;overflow:hidden;background:#f5efe7}.enc-cart-page__image img{display:block;width:100%;height:150px;object-fit:contain}.enc-cart-page__info h3{margin:0 0 7px;font-size:1.04rem;line-height:1.32}.enc-cart-page__info h3 a{color:inherit;text-decoration:none}.enc-cart-page__variant{margin:0 0 15px;color:#6e655e;font-size:.82rem}.enc-cart-page__actions{display:flex;align-items:center;gap:14px;margin-top:15px}.enc-cart-page__qty{width:76px!important;height:42px!important;padding:0 10px!important;border:1px solid #cfc3b7!important;border-radius:6px!important;background:#fff!important}.enc-cart-page__remove{font-size:.77rem;color:#6d625a;text-decoration:underline;text-underline-offset:3px}.enc-cart-page__price{font-size:.95rem!important;padding-top:2px}.enc-cart-page__summary{position:sticky;top:110px;max-width:none!important;margin:0!important;padding:25px!important;border:1px solid #e7dbcf!important;border-radius:14px!important;background:#fffaf4!important;box-shadow:0 12px 34px #3124180f}.enc-cart-page__summary-row{padding:7px 0!important;font-size:.91rem}.enc-cart-page__summary-total{font-size:1.15rem!important;margin-top:8px!important;padding-top:14px!important}.enc-cart-page__shipping-line{margin:8px 0 18px;font-size:.76rem;color:#6a625b}.enc-cart-page__checkout-primary{min-height:54px!important;border-radius:8px!important;margin-top:2px!important;background:#17324d!important;color:#fff!important;border-color:#17324d!important;font-weight:800!important;letter-spacing:.03em!important}.enc-cart-page__guest{margin:10px 0 18px!important;font-size:.73rem!important;color:#746a62!important}.enc-cart-page__trust{display:grid!important;grid-template-columns:1fr!important;gap:0!important;margin:0!important;border:1px solid #eadfd4!important;border-radius:10px!important;background:#fff!important;overflow:hidden!important}.enc-cart-page__trust-item{display:grid!important;grid-template-columns:30px 1fr!important;gap:11px!important;align-items:center!important;text-align:left!important;padding:11px 12px!important}.enc-cart-page__trust-item+.enc-cart-page__trust-item{border-left:0!important;border-top:1px solid #eee4db!important}.enc-cart-page__trust-item svg{width:24px;height:24px;fill:none;stroke:#17324d;stroke-width:1.5}.enc-cart-page__trust-item div{display:flex;flex-direction:column;gap:2px}.enc-cart-page__trust-item strong{font-size:.75rem!important;color:#17324d!important}.enc-cart-page__trust-item span{font-size:.64rem!important;color:#6d655f!important;margin:0!important}.enc-cart-page__policies{position:relative;z-index:2;display:flex!important;justify-content:center!important;gap:8px 16px!important;margin:16px 0 0!important;font-size:.7rem!important}.enc-cart-page__policies a{position:relative;z-index:3;pointer-events:auto!important;color:#5f5852!important;text-decoration:underline!important;text-underline-offset:3px!important}.enc-cart-page__policies a+a:before{display:none!important}.enc-cart-page__upsells{margin-top:34px;padding:24px;border:1px solid #e8ddd2;border-radius:14px;background:#fbf7f2}.enc-cart-page__upsell-head{display:flex;justify-content:space-between;gap:20px;margin-bottom:18px}.enc-cart-page__upsell-head h2{margin:0;font-size:1.5rem;line-height:1.15}.enc-cart-page__upsell-head p:not(.enc-cart-page__upsell-eyebrow){margin:6px 0 0;color:#6e655e;font-size:.8rem;line-height:1.45}.enc-cart-page__upsell-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.enc-cart-page__upsell-card{display:flex;flex-direction:column;min-width:0;padding:12px;border:1px solid #eadfd5;border-radius:10px;background:#fff}.enc-cart-page__upsell-image{display:block;border-radius:7px;background:#f4efe9;overflow:hidden;margin-bottom:10px}.enc-cart-page__upsell-image img{display:block;width:100%;aspect-ratio:4/5;object-fit:contain}.enc-cart-page__upsell-copy{display:flex;flex:1;flex-direction:column}.enc-cart-page__upsell-copy h3{margin:0 0 5px;font-size:.78rem;line-height:1.3}.enc-cart-page__upsell-copy h3 a{color:inherit;text-decoration:none}.enc-cart-page__upsell-copy p{margin:0 0 5px;font-size:.66rem;color:#776e67}.enc-cart-page__upsell-copy strong{margin-top:auto;font-size:.78rem}.enc-cart-page__upsell-add{width:100%;min-height:38px;margin-top:10px;border:1px solid #9a6846;border-radius:6px;background:#fff;color:#8c5d3d;font-size:.69rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;cursor:pointer}.enc-cart-page__upsell-add:hover{background:#9a6846;color:#fff}.enc-cart-page__upsell-add:disabled{opacity:.55;cursor:wait}@media(max-width:900px){.enc-cart-page{padding:26px 18px 48px!important}.enc-cart-page__layout{grid-template-columns:1fr;gap:28px}.enc-cart-page__summary{position:static;order:2}.enc-cart-page__upsell-grid{grid-template-columns:1fr}.enc-cart-page__upsell-card:nth-child(n+2){display:none}.enc-cart-page__upsell-card{display:grid;grid-template-columns:82px minmax(0,1fr) auto;gap:12px;align-items:center}.enc-cart-page__upsell-image{margin:0}.enc-cart-page__upsell-copy strong{margin-top:4px}.enc-cart-page__upsell-add{width:auto;min-width:64px;margin:0;padding:0 10px}}@media(max-width:600px){.enc-cart-page__header{align-items:flex-start}.enc-cart-page__header h1{font-size:2.4rem}.enc-cart-page__continue{display:none}.enc-cart-page__row{grid-template-columns:82px minmax(0,1fr)!important;gap:14px!important;padding:18px 0!important}.enc-cart-page__image{width:82px;grid-row:1/span 2}.enc-cart-page__image img{height:108px}.enc-cart-page__price{grid-column:2!important;align-items:flex-start!important;text-align:left!important;margin:0!important}.enc-cart-page__upsells{padding:16px}.enc-cart-page__upsell-card{grid-template-columns:66px minmax(0,1fr) auto;padding:10px;gap:10px}.enc-cart-page__upsell-copy h3{font-size:.74rem}}.enc-cart-page__upsell-grid--mobile{display:none!important}.enc-cart-page__upsell-grid--desktop{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.enc-cart-page__upsell-card{padding:14px!important;border-radius:12px!important;box-shadow:0 4px 14px #31241809}.enc-cart-page__upsell-image{margin-bottom:12px!important;background:#f7f2ec!important}.enc-cart-page__upsell-image img{aspect-ratio:1/1.08!important;object-fit:contain!important;padding:6px}.enc-cart-page__upsell-copy h3{font-size:.88rem!important;line-height:1.32!important;margin-bottom:7px!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.enc-cart-page__upsell-copy p{font-size:.7rem!important;line-height:1.35!important;margin-bottom:7px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.enc-cart-page__upsell-copy strong{font-size:.87rem!important}.enc-cart-page__upsell-add{min-height:42px!important;border-radius:8px!important;font-size:.72rem!important}@media(min-width:901px){.enc-cart-page{max-width:1280px!important}.enc-cart-page__layout{grid-template-columns:minmax(0,1fr) 390px;gap:44px}.enc-cart-page__upsells{padding:26px!important}}@media(max-width:900px){.enc-cart-page__upsell-grid--desktop{display:none!important}.enc-cart-page__upsell-grid--mobile{display:grid!important;grid-template-columns:1fr!important}.enc-cart-page__upsell-grid--mobile .enc-cart-page__upsell-card{display:grid!important;grid-template-columns:82px minmax(0,1fr) auto!important;gap:12px!important;align-items:center!important}.enc-cart-page__upsell-grid--mobile .enc-cart-page__upsell-image{margin:0!important}.enc-cart-page__upsell-grid--mobile .enc-cart-page__upsell-image img{aspect-ratio:4/5!important;padding:3px!important}.enc-cart-page__upsell-grid--mobile .enc-cart-page__upsell-copy h3{-webkit-line-clamp:2;font-size:.79rem!important}.enc-cart-page__upsell-grid--mobile .enc-cart-page__upsell-add{width:auto!important;min-width:68px!important;margin:0!important;padding:0 11px!important}}@media(max-width:600px){.enc-cart-page__upsell-grid--mobile .enc-cart-page__upsell-card{grid-template-columns:66px minmax(0,1fr) auto!important;gap:8px!important;padding:10px!important}.enc-cart-page__upsell-head h2{font-size:1.3rem!important}}.enc-cart-page__testimonial{position:relative;margin-top:22px;padding:26px 30px 25px;border:1px solid #e8ddd2;border-radius:14px;background:#fff;box-shadow:0 7px 22px #31241809;overflow:hidden}.enc-cart-page__testimonial:before{content:"\201c";position:absolute;right:22px;top:-14px;color:#f0e5da;font-family:Georgia,serif;font-size:7rem;line-height:1;pointer-events:none}.enc-cart-page__testimonial-stars{position:relative;z-index:1;margin-bottom:9px;color:#a86f48;font-size:.9rem;letter-spacing:.12em}.enc-cart-page__testimonial-eyebrow{position:relative;z-index:1;margin:0 0 12px;color:#9a6846;font-size:.67rem;font-weight:800;letter-spacing:.14em;line-height:1.25}.enc-cart-page__testimonial-quote{position:relative;z-index:1;max-width:650px;margin:0;padding:0;border:0;color:#25394a;font-family:Georgia,Times New Roman,serif;font-size:1.12rem;font-style:normal;line-height:1.62}.enc-cart-page__testimonial-meta{position:relative;z-index:1;display:flex;align-items:center;gap:10px 14px;flex-wrap:wrap;margin-top:16px;color:#615951;font-size:.75rem}.enc-cart-page__testimonial-meta strong{color:#25394a;font-size:.78rem}.enc-cart-page__verified{display:inline-flex;align-items:center;gap:5px;color:#5f6d60;font-weight:650}.enc-cart-page__verified span{display:inline-grid;place-items:center;width:16px;height:16px;border:1px solid #aebaae;border-radius:50%;font-size:.61rem;line-height:1}@media(max-width:900px){.enc-cart-page__testimonial{display:none!important}}@media(min-width:901px){.enc-cart-page__testimonial{margin-top:18px;padding:20px 24px 19px}.enc-cart-page__testimonial:before{right:18px;top:-18px;font-size:6rem}.enc-cart-page__testimonial-stars{margin-bottom:6px;font-size:.82rem}.enc-cart-page__testimonial-eyebrow{margin-bottom:8px;font-size:.64rem}.enc-cart-page__testimonial-quote{max-width:680px;font-size:1rem;line-height:1.5}.enc-cart-page__testimonial-meta{margin-top:12px}.enc-cart-page__upsell-copy h3{-webkit-line-clamp:2!important;min-height:2.64em}}@media(max-width:900px){.enc-cart-page__upsell-grid--mobile{display:flex!important;grid-template-columns:none!important;gap:12px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:2px 18% 8px 0!important;margin-right:-16px!important;scroll-snap-type:x mandatory!important;scroll-padding-left:0!important;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain;scrollbar-width:none}.enc-cart-page__upsell-grid--mobile::-webkit-scrollbar{display:none}.enc-cart-page__upsell-grid--mobile .enc-cart-page__upsell-card,.enc-cart-page__upsell-grid--mobile .enc-cart-page__upsell-card:nth-child(n+2){display:flex!important;flex:0 0 78%!important;min-width:0!important;scroll-snap-align:start!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;padding:12px!important}.enc-cart-page__upsell-grid--mobile .enc-cart-page__upsell-image{width:100%!important;margin:0 0 10px!important;border-radius:9px!important}.enc-cart-page__upsell-grid--mobile .enc-cart-page__upsell-image img{width:100%!important;aspect-ratio:1/1.05!important;object-fit:contain!important;padding:7px!important}.enc-cart-page__upsell-grid--mobile .enc-cart-page__upsell-copy{min-width:0!important}.enc-cart-page__upsell-grid--mobile .enc-cart-page__upsell-copy h3{min-height:2.64em!important;-webkit-line-clamp:2!important;font-size:.82rem!important;line-height:1.32!important}.enc-cart-page__upsell-grid--mobile .enc-cart-page__upsell-copy p{margin-bottom:6px!important;font-size:.7rem!important}.enc-cart-page__upsell-grid--mobile .enc-cart-page__upsell-copy strong{margin-top:2px!important;font-size:.9rem!important}.enc-cart-page__upsell-grid--mobile .enc-cart-page__upsell-add{width:100%!important;min-width:0!important;min-height:42px!important;margin:11px 0 0!important;padding:0 12px!important}}@media(max-width:600px){.enc-cart-page__upsell-grid--mobile{gap:10px!important;padding-right:16%!important;margin-right:-16px!important}.enc-cart-page__upsell-grid--mobile .enc-cart-page__upsell-card,.enc-cart-page__upsell-grid--mobile .enc-cart-page__upsell-card:nth-child(n+2){flex-basis:82%!important;padding:11px!important}}@media(max-width:900px){.enc-cart-page__testimonial{display:block!important;margin-top:24px!important;padding:18px 18px 17px!important;border-radius:14px!important;box-shadow:0 5px 18px #31241808!important}.enc-cart-page__testimonial:before{right:13px!important;top:-12px!important;font-size:5rem!important;color:#f2e8de!important}.enc-cart-page__testimonial-stars{margin-bottom:6px!important;font-size:.78rem!important;letter-spacing:.1em!important}.enc-cart-page__testimonial-eyebrow{margin-bottom:8px!important;font-size:.62rem!important;letter-spacing:.13em!important}.enc-cart-page__testimonial-quote{max-width:none!important;font-size:.94rem!important;line-height:1.52!important;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden}.enc-cart-page__testimonial-meta{margin-top:11px!important;gap:8px 11px!important;font-size:.7rem!important}.enc-cart-page__testimonial-meta strong{font-size:.73rem!important}.enc-cart-page__verified span{width:15px!important;height:15px!important;font-size:.58rem!important}}.product-media-slide--video,.product-media-slide--external_video{background:#f7f2ec;padding:18px}.product-media-video-frame{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:16px;background:#171513;box-shadow:0 10px 34px #2f2a261f}.product-media-main__video,.product-media-video-frame video{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;background:#171513}.product-media-video-frame--external iframe,.product-media-main__external-video{display:block;width:100%!important;height:100%!important;border:0;background:#171513}.product-media-thumb--video,.product-media-thumb--external_video{position:relative}.product-media-thumb__image{display:block;width:100%;height:100%;object-fit:cover;border-radius:8px}.product-media-thumb__play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:#fffffff0;color:#2f2a26;box-shadow:0 3px 12px #0003;pointer-events:none}.product-media-thumb__play svg{width:17px;height:17px;margin-left:1px}.product-media-thumb--video:after,.product-media-thumb--external_video:after{content:"VIDEO";position:absolute;left:7px;bottom:6px;padding:3px 6px;border-radius:999px;background:#2f2a26d1;color:#fff;font-size:8px;line-height:1;font-weight:800;letter-spacing:.08em;pointer-events:none}@media(max-width:900px){.product-media-slide--video,.product-media-slide--external_video{padding:10px}.product-media-video-frame{border-radius:13px}.product-media-thumb__play{width:29px;height:29px}.product-media-thumb__play svg{width:14px;height:14px}.product-media-thumb--video:after,.product-media-thumb--external_video:after{display:none}}@media(min-width:1200px){.page-width{width:min(calc(100% - 64px),var(--enc-page-width))}.richtext{max-width:900px}.section-heading p{max-width:700px}.product-look-inside__intro{max-width:760px}.enc-collection-intro{max-width:1180px}}@media(min-width:1500px){.page-width{width:min(calc(100% - 96px),var(--enc-page-width))}}@media(min-width:1200px){.page-width{width:min(calc(100% - 72px),1550px)!important}.product-faq-v2__inner{max-width:1120px!important}.product-faq-v2 .centered-heading>div{max-width:900px!important}.product-faq-v2 .section-intro{max-width:760px!important}.product-question-v2{max-width:1120px!important;padding:42px 48px!important}.product-question-v2__intro{max-width:760px!important}[class^=enc-editorial__inner-],[class*=" enc-editorial__inner-"]{width:min(100%,980px)!important}[class^=enc-editorial__heading-],[class*=" enc-editorial__heading-"]{max-width:860px!important}[class^=enc-editorial__subheading-],[class*=" enc-editorial__subheading-"]{max-width:700px!important}[class^=enc-editorial__story-],[class*=" enc-editorial__story-"]{max-width:760px!important}[class^=enc-editorial__takeaway-],[class*=" enc-editorial__takeaway-"]{max-width:900px!important;padding:30px 36px 30px 40px!important}[class^=enc-editorial__takeaway-text-],[class*=" enc-editorial__takeaway-text-"]{font-size:20px!important;line-height:1.5!important}.who-for-v2__grid{gap:24px!important}.product-video-testimonials__inner,.enc-reviews__inner,.enc-home-reviews__inner{max-width:1380px!important}.product-look-inside__heading>div{max-width:900px}.enc-featured-collections .page-width,.enc-emotion .page-width,.gift-recipient-section .page-width,.home-look-inside .page-width,.enc-sale-feature .page-width,.collection-story-section.page-width,.featured-products-section .page-width{width:min(calc(100% - 72px),1500px)!important}.enc-featured-collections__grid,.enc-emotion__grid,.gift-recipient-grid,.look-inside-grid,.product-grid{column-gap:22px}.enc-emotion__head{max-width:880px!important}.section-heading>div{max-width:920px}.section-heading p{max-width:760px}.split{gap:64px}.enc-imgtext__grid{gap:clamp(52px,5vw,92px)!important}#enc-home-reviews-encouraia_home_reviews .enc-home-reviews__inner{max-width:1380px!important}}@media(min-width:1600px){.page-width{width:min(calc(100% - 112px),1550px)!important}.enc-featured-collections .page-width,.enc-emotion .page-width,.gift-recipient-section .page-width,.home-look-inside .page-width,.enc-sale-feature .page-width,.collection-story-section.page-width,.featured-products-section .page-width{width:min(calc(100% - 112px),1500px)!important}}.template-index .button,.template-index .button--secondary,.template-index a.button,.template-index button.button,.template-index .gift-recipient-card__button,.template-index .enc-emotion__button{background:#ff6b4a!important;border-color:#ff6b4a!important;color:#fff!important;box-shadow:0 6px 16px #ff6b4a33}.template-index .button:hover,.template-index .button--secondary:hover,.template-index a.button:hover,.template-index button.button:hover,.template-index .gift-recipient-card__button:hover,.template-index .enc-emotion__card:hover .enc-emotion__button{background:#e85d3f!important;border-color:#e85d3f!important;color:#fff!important}:root{--enc-conversion:#2E7D5B;--enc-conversion-hover:#246448;--enc-sticky-charcoal:#20201F;--enc-sticky-cream:#FFF8EE;--enc-sticky-border:#C9A978}.template-product .product-atc,.template-product .product-form-v2 button[type=submit][name=add],.template-product .product-form button[type=submit][name=add],.template-product .enc-fbt__button,.template-product .enc-mix-match__button,.template-product .sticky-atc-bar__button{background:var(--enc-conversion)!important;background-color:var(--enc-conversion)!important;border-color:var(--enc-conversion)!important;color:#fff!important;box-shadow:0 7px 18px #2e7d5b38!important}.template-product .product-atc:hover,.template-product .product-form-v2 button[type=submit][name=add]:hover,.template-product .product-form button[type=submit][name=add]:hover,.template-product .enc-fbt__button:hover,.template-product .enc-mix-match__button:hover,.template-product .sticky-atc-bar__button:hover{background:var(--enc-conversion-hover)!important;background-color:var(--enc-conversion-hover)!important;border-color:var(--enc-conversion-hover)!important;color:#fff!important;filter:none!important}.template-product .shopify-payment-button__button--branded{box-shadow:none!important}.template-index .button,.template-index .button--secondary,.template-index a.button,.template-index button.button,.template-index .gift-recipient-card__button,.template-index .enc-emotion__button,.template-index .product-card__cta,.template-index .enc-collection-story__button{background:var(--enc-conversion)!important;background-color:var(--enc-conversion)!important;border-color:var(--enc-conversion)!important;color:#fff!important;box-shadow:0 6px 16px #2e7d5b33!important}.template-index .button:hover,.template-index .button--secondary:hover,.template-index a.button:hover,.template-index button.button:hover,.template-index .gift-recipient-card__button:hover,.template-index .enc-emotion__card:hover .enc-emotion__button,.template-index .product-card:hover .product-card__cta,.template-index .enc-collection-story__button:hover{background:var(--enc-conversion-hover)!important;background-color:var(--enc-conversion-hover)!important;border-color:var(--enc-conversion-hover)!important;color:#fff!important}.template-product .sticky-atc-bar{z-index:999!important;opacity:0;visibility:hidden;pointer-events:none;isolation:isolate;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.template-product .sticky-atc-bar.is-visible{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.template-product .sticky-atc-bar__brand{margin-bottom:3px;color:#d97745;font-size:10px;line-height:1;font-weight:850;letter-spacing:.18em}.template-product .sticky-atc-bar__meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.template-product .sticky-atc-bar__reviews{display:inline-flex;align-items:center;gap:4px;color:#4a433d;text-decoration:none;font-size:11.5px;line-height:1.2;white-space:nowrap}.template-product .sticky-atc-bar__reviews>span:first-child{color:#d39b21;font-size:14px}.template-product .sticky-atc-bar__reviews strong{font-weight:800}.template-product .sticky-atc-bar__reassurance{min-width:0}.template-product .sticky-atc-bar__emotion{display:flex;align-items:center;gap:7px;min-width:0;color:#473c34;font-size:12px;line-height:1.25;font-style:italic;font-family:Georgia,Times New Roman,serif}.template-product .sticky-atc-bar__emotion>span:first-child{color:#d97745;font-size:17px;font-style:normal}.template-product .sticky-atc-bar__trust{display:flex;flex-wrap:wrap;gap:5px 12px;margin-top:5px;color:#3f3934;font-size:11px;line-height:1.25;font-weight:650}.template-product .sticky-atc-bar__actions{display:grid;grid-template-columns:minmax(150px,1.15fr) minmax(120px,.9fr);gap:10px;min-width:300px}.template-product .sticky-atc-bar__button,.template-product .sticky-atc-bar__buy-now{min-height:50px;width:100%;border-radius:12px!important;padding:12px 18px;font:inherit;font-size:12.5px;line-height:1;font-weight:800;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease}.template-product .sticky-atc-bar__button{background:var(--enc-conversion)!important;background-color:var(--enc-conversion)!important;border:1px solid var(--enc-conversion)!important;color:#fff!important;box-shadow:0 7px 18px #2e7d5b3d!important}.template-product .sticky-atc-bar__buy-now{background:#fff8ee!important;background-color:#fff8ee!important;border:1px solid #CDBBA8!important;color:#201d1a!important;box-shadow:none!important}.template-product .sticky-atc-bar__button:hover{background:var(--enc-conversion-hover)!important;border-color:var(--enc-conversion-hover)!important}.template-product .sticky-atc-bar__buy-now:hover{background:#f5ebdd!important;border-color:#bba58f!important}.template-product .sticky-atc-bar__button:disabled,.template-product .sticky-atc-bar__buy-now:disabled{opacity:.52;cursor:not-allowed;transform:none!important}@media(min-width:901px){.template-product .sticky-atc-bar{left:0!important;right:0!important;bottom:0!important;width:100%!important;padding:10px 0!important;background:#fff8ee!important;background-color:#fff8ee!important;border:0!important;border-top:1px solid #DED2C5!important;border-radius:0!important;box-shadow:0 -12px 30px #231b1526!important;transform:translateY(110%)}.template-product .sticky-atc-bar.is-visible{transform:translateY(0)!important}.template-product .sticky-atc-bar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:#fff8ee}.template-product .sticky-atc-bar__inner{display:flex!important;align-items:center!important;gap:18px!important;min-height:72px!important;width:min(calc(100% - 48px),1500px)!important;margin:0 auto!important;padding:0!important}.template-product .sticky-atc-bar__product{flex:1 1 390px!important;min-width:280px!important;gap:11px!important}.template-product .sticky-atc-bar__thumb{flex:0 0 48px!important;width:48px!important;height:60px!important;border-radius:7px!important}.template-product .sticky-atc-bar__title{color:#221f1c!important;font-size:12.5px!important;font-weight:750!important}.template-product .sticky-atc-bar__prices strong{color:#8a5c18!important;font-size:14px!important}.template-product .sticky-atc-bar__reassurance{flex:0 1 300px!important;padding-left:18px!important;border-left:1px solid #E0D5CA!important}.template-product .sticky-atc-bar__variant{flex:0 0 180px!important}.template-product .sticky-atc-bar__variant select{min-height:50px!important;background:#fffdf9!important;border:1px solid #D7C9BA!important;border-radius:10px!important;color:#332d29!important}.template-product .sticky-atc-bar__actions{flex:0 0 350px!important}body.template-product.enc-sticky-atc-visible{padding-bottom:96px!important}}@media(min-width:901px)and (max-width:1200px){.template-product .sticky-atc-bar__reassurance{display:none!important}.template-product .sticky-atc-bar__actions{flex-basis:320px!important}.template-product .sticky-atc-bar__inner{gap:12px!important}}@media(max-width:900px){.template-product .sticky-atc-bar{left:10px!important;right:10px!important;bottom:calc(var(--enc-vv-bottom,0px) + var(--enc-mobile-nav-height,70px) + 9px)!important;width:auto!important;padding:0!important;background:var(--enc-sticky-charcoal)!important;background-color:var(--enc-sticky-charcoal)!important;border:1px solid rgba(201,169,120,.72)!important;border-radius:22px!important;box-shadow:0 -2px 8px #00000014,0 16px 38px #14100d4d!important;transform:translateY(calc(100% + 95px));overflow:hidden!important}.template-product .sticky-atc-bar.is-visible{transform:translateY(0)!important}.template-product .sticky-atc-bar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(135deg,#272725,#181817)}.template-product .sticky-atc-bar__inner,.template-product .sticky-atc-bar .page-width{width:100%!important;max-width:none!important;min-height:0!important;margin:0!important;padding:10px 11px 8px!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(126px,40%)!important;grid-template-areas:"product actions" "reassure reassure"!important;align-items:center!important;gap:8px 10px!important}.template-product .sticky-atc-bar__product{grid-area:product!important;min-width:0!important;align-items:center!important;gap:10px!important}.template-product .sticky-atc-bar__thumb{flex:0 0 48px!important;width:48px!important;height:62px!important;border:1px solid rgba(255,248,238,.25)!important;border-radius:8px!important;background:#f4e7d3!important;box-shadow:0 4px 12px #0000003d!important}.template-product .sticky-atc-bar__details{min-width:0!important}.template-product .sticky-atc-bar__brand{color:#e58a50!important;font-size:8.5px!important;margin-bottom:4px!important}.template-product .sticky-atc-bar__title{color:#fff8ee!important;font-size:11px!important;line-height:1.16!important;font-weight:750!important;margin:0 0 3px!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal!important;overflow:hidden!important}.template-product .sticky-atc-bar__meta{gap:8px!important}.template-product .sticky-atc-bar__prices{margin:0!important;gap:5px!important}.template-product .sticky-atc-bar__prices s{color:#afa7a0!important;font-size:10.5px!important}.template-product .sticky-atc-bar__prices strong{color:#f2c15d!important;font-size:14px!important}.template-product .sticky-atc-bar__reviews{color:#efe8df!important;font-size:10px!important;gap:3px!important}.template-product .sticky-atc-bar__reviews>span:first-child{color:#f2c15d!important;font-size:12px!important}.template-product .sticky-atc-bar__variant{display:none!important}.template-product .sticky-atc-bar__actions{grid-area:actions!important;display:grid!important;grid-template-columns:1fr!important;gap:6px!important;min-width:0!important;width:100%!important}.template-product .sticky-atc-bar__button,.template-product .sticky-atc-bar__buy-now{min-height:40px!important;border-radius:999px!important;padding:8px!important;font-size:11.5px!important;white-space:nowrap!important}.template-product .sticky-atc-bar__button{background:var(--enc-conversion)!important;background-color:var(--enc-conversion)!important;border-color:#49a576!important;color:#fff!important;box-shadow:0 6px 15px #00000038!important}.template-product .sticky-atc-bar__buy-now{background:#fff8ee!important;background-color:#fff8ee!important;border-color:#e3d3c1!important;color:#181817!important}.template-product .sticky-atc-bar__reassurance{grid-area:reassure!important;width:100%!important;min-width:0!important;padding-top:6px!important;border-top:1px solid rgba(255,248,238,.2)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:5px 10px!important;flex-wrap:wrap!important}.template-product .sticky-atc-bar__emotion{color:#f6eee5!important;font-size:10px!important;line-height:1.15!important;flex:1 1 150px!important}.template-product .sticky-atc-bar__emotion>span:first-child{color:#ff7b4f!important;font-size:15px!important}.template-product .sticky-atc-bar__trust{margin:0 0 0 auto!important;color:#f5efe7!important;font-size:9px!important;gap:3px 8px!important;justify-content:flex-end!important;flex:1 1 160px!important}body.template-product.enc-sticky-atc-visible{padding-bottom:180px!important}}@media(max-width:390px){.template-product .sticky-atc-bar{left:7px!important;right:7px!important}.template-product .sticky-atc-bar__inner,.template-product .sticky-atc-bar .page-width{padding:9px 9px 8px!important;grid-template-columns:minmax(0,1fr) 118px!important;gap:7px 8px!important}.template-product .sticky-atc-bar__thumb{flex-basis:44px!important;width:44px!important;height:57px!important}.template-product .sticky-atc-bar__title{font-size:11px!important}.template-product .sticky-atc-bar__button,.template-product .sticky-atc-bar__buy-now{min-height:38px!important;font-size:10px!important}.template-product .sticky-atc-bar__trust{font-size:9px!important}}:root{--enc-conversion:#2E7D5B;--enc-conversion-hover:#246448;--enc-sticky-cream:#FFF8EE;--enc-sticky-charcoal:#1F201E}.template-product .enc-sticky-atc-portal{position:fixed!important;z-index:2147483000!important;opacity:1;isolation:isolate!important;contain:paint!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;mix-blend-mode:normal!important}.template-product .product-atc,.template-product button[data-product-submit],.template-product .sticky-atc-bar__button{background:#2e7d5b!important;background-color:#2e7d5b!important;border-color:#2e7d5b!important;color:#fff!important}.template-product .product-atc:hover,.template-product button[data-product-submit]:hover,.template-product .sticky-atc-bar__button:hover{background:#246448!important;background-color:#246448!important;border-color:#246448!important}@media(min-width:901px){.template-product .enc-sticky-atc-portal{left:0!important;right:0!important;bottom:0!important;width:100vw!important;max-width:none!important;margin:0!important;padding:10px 24px!important;box-sizing:border-box!important;background:#fff8ee!important;background-color:#fff8ee!important;border:0!important;border-top:1px solid #DCCFC0!important;border-radius:0!important;box-shadow:0 -10px 28px #261d162e!important;overflow:hidden!important;transform:translate3d(0,110%,0)!important;visibility:hidden;pointer-events:none}.template-product .enc-sticky-atc-portal:before,.template-product .enc-sticky-atc-portal:after{content:none!important;display:none!important}.template-product .enc-sticky-atc-portal.is-visible{transform:translateZ(0)!important;visibility:visible!important;pointer-events:auto!important}.template-product .enc-sticky-atc-portal>.sticky-atc-bar__inner{position:relative!important;z-index:2!important;width:min(100%,1500px)!important;max-width:1500px!important;min-height:72px!important;margin:0 auto!important;padding:0!important;display:flex!important;align-items:center!important;gap:18px!important;background:#fff8ee!important;background-color:#fff8ee!important}.template-product .enc-sticky-atc-portal .sticky-atc-bar__product{flex:1 1 380px!important;min-width:260px!important}.template-product .enc-sticky-atc-portal .sticky-atc-bar__reassurance{flex:0 1 300px!important}.template-product .enc-sticky-atc-portal .sticky-atc-bar__variant{flex:0 0 180px!important}.template-product .enc-sticky-atc-portal .sticky-atc-bar__actions{flex:0 0 350px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}.template-product .enc-sticky-atc-portal .sticky-atc-bar__button,.template-product .enc-sticky-atc-portal .sticky-atc-bar__buy-now{min-height:50px!important}body.template-product.enc-sticky-atc-visible{padding-bottom:96px!important}}@media(min-width:901px)and (max-width:1200px){.template-product .enc-sticky-atc-portal .sticky-atc-bar__reassurance{display:none!important}.template-product .enc-sticky-atc-portal .sticky-atc-bar__actions{flex-basis:320px!important}}@media(max-width:900px){.template-product .enc-sticky-atc-portal{left:10px!important;right:10px!important;bottom:calc(var(--enc-vv-bottom,0px) + var(--enc-mobile-nav-height,70px) + 9px)!important;width:auto!important;max-width:none!important;margin:0!important;padding:0!important;background:#1f201e!important;background-color:#1f201e!important;border:1px solid rgba(201,169,120,.72)!important;border-radius:22px!important;box-shadow:0 16px 38px #14100d4d,0 -2px 8px #00000014!important;overflow:hidden!important;transform:translate3d(0,calc(100% + 95px),0)!important;visibility:hidden;pointer-events:none}.template-product .enc-sticky-atc-portal:before,.template-product .enc-sticky-atc-portal:after{content:none!important;display:none!important}.template-product .enc-sticky-atc-portal.is-visible{transform:translateZ(0)!important;visibility:visible!important;pointer-events:auto!important}.template-product .enc-sticky-atc-portal>.sticky-atc-bar__inner{position:relative!important;z-index:2!important;background:#1f201e!important;background-color:#1f201e!important}}@media(max-width:749px){.template-product .sticky-atc-bar__trust>span:nth-child(n+2){display:none!important}.template-product .sticky-atc-bar__trust{flex:1 1 auto!important;width:auto!important;margin:0 auto!important;justify-content:center!important;text-align:center!important;font-size:9.5px!important;white-space:nowrap!important}.template-product .sticky-atc-bar__reassurance:not(:has(.sticky-atc-bar__emotion)){justify-content:center!important}}@media(min-width:901px){.sticky-atc-bar,.sticky-atc-bar.enc-sticky-atc-portal{position:fixed!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;max-width:none!important;margin:0!important;box-sizing:border-box!important;background:#fff8ee!important;background-color:#fff8ee!important;background-image:none!important;opacity:1!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;mix-blend-mode:normal!important;isolation:isolate!important;contain:paint!important;border:0!important;border-top:1px solid #DCCFC0!important;border-radius:0!important;box-shadow:0 -10px 28px #261d162e!important;overflow:hidden!important;z-index:2147483000!important}.sticky-atc-bar:before,.sticky-atc-bar:after{content:none!important;display:none!important}.sticky-atc-bar>.sticky-atc-bar__inner,.sticky-atc-bar>.page-width{position:relative!important;z-index:2!important;background:#fff8ee!important;background-color:#fff8ee!important;background-image:none!important;opacity:1!important}.sticky-atc-bar .sticky-atc-bar__button{background:#2e7d5b!important;background-color:#2e7d5b!important;background-image:none!important;border-color:#2e7d5b!important;color:#fff!important}.sticky-atc-bar .sticky-atc-bar__button:hover{background:#246448!important;background-color:#246448!important;border-color:#246448!important}}.product-hero-v2 .product-atc,.product-hero-v2 button[data-product-submit],button.product-atc[data-product-submit]{background:#2e7d5b!important;background-color:#2e7d5b!important;background-image:none!important;border-color:#2e7d5b!important;color:#fff!important}.product-hero-v2 .product-atc:hover,.product-hero-v2 button[data-product-submit]:hover,button.product-atc[data-product-submit]:hover{background:#246448!important;background-color:#246448!important;border-color:#246448!important}@media(max-width:900px){.sticky-atc-bar .sticky-atc-bar__guarantee,.enc-sticky-atc-portal .sticky-atc-bar__guarantee{display:none!important}.sticky-atc-bar .sticky-atc-bar__trust,.enc-sticky-atc-portal .sticky-atc-bar__trust{width:100%!important;margin:0!important;justify-content:center!important;text-align:center!important;white-space:nowrap!important}}body.enc-modal-overlay-active .sticky-atc-bar,body.enc-modal-overlay-active .sticky-atc-bar.enc-sticky-atc-portal,body.enc-modal-overlay-active .enc-sticky-atc-portal{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translate3d(0,120%,0)!important}.template-product .product-atc,.template-product button.product-atc[data-product-submit],.template-product .sticky-atc-bar__button{background:#2e7d5b!important;background-color:#2e7d5b!important;border:1px solid #246448!important;color:#fff!important;box-shadow:0 7px 18px #2e7d5b3d!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .15s ease!important}.template-product .product-atc,.template-product button.product-atc[data-product-submit]{min-height:56px!important}.template-product .enc-atc-bag-icon{flex:0 0 auto;display:block;color:currentColor}.template-product .product-atc:hover,.template-product button.product-atc[data-product-submit]:hover,.template-product .sticky-atc-bar__button:hover{background:#ff6b4a!important;background-color:#ff6b4a!important;border-color:#e85d3f!important;color:#fff!important;box-shadow:0 8px 20px #ff6b4a3d!important;filter:none!important}.template-product .product-atc:active,.template-product button.product-atc[data-product-submit]:active,.template-product .sticky-atc-bar__button:active{transform:scale(.985)!important}.template-product .product-atc:focus-visible,.template-product button.product-atc[data-product-submit]:focus-visible,.template-product .sticky-atc-bar__button:focus-visible{outline:2px solid #FF6B4A!important;outline-offset:3px!important}
/*# sourceMappingURL=/cdn/shop/t/254/assets/base.css.map */
