:root{--cream: #f5e9d4;--cream2: #ece0c8;--cream3: #faf4ea;--forest: #1c3d22;--forest2: #2e5c35;--sage: #6b9e5e;--sage2: #9ec48e;--gold: #c8962a;--gold2: #e8c060;--charcoal: #18241a;--text: #2a3a28;--mid: #6a7a68;--white: #fdf8f0;--border: rgba(28,61,34,.1);--radius: 18px;--radius-sm:10px;--shadow: 0 8px 32px rgba(28,61,34,.1);--shadow-lg:0 20px 60px rgba(28,61,34,.15);--transition:.25s cubic-bezier(.25,.46,.45,.94)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Nunito,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--white);color:var(--text);line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}ul,ol{list-style:none}input,select,textarea{font-family:inherit}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{max-width:1380px;margin:0 auto;padding:0 20px}@media(min-width:768px){.container{padding:0 40px}}@media(min-width:1200px){.container{padding:0 60px}}h1,h2,h3,h4{font-family:Playfair Display,Georgia,serif;line-height:1.1;color:var(--forest)}.rte h2,.rte h3{margin-bottom:.75em}.rte p{margin-bottom:1em;color:var(--mid);line-height:1.75}.rte ul,.rte ol{padding-left:1.25em;margin-bottom:1em}.rte li{margin-bottom:.4em;color:var(--mid)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 28px;border-radius:34px;font-size:12px;letter-spacing:.09em;text-transform:uppercase;font-weight:800;font-family:Nunito,sans-serif;border:none;cursor:pointer;transition:var(--transition);white-space:nowrap}@media(min-width:480px){.btn{padding:14px 32px;font-size:12.5px}}.btn--dark{background:var(--forest);color:var(--cream);box-shadow:0 5px 20px #1c3d2240}.btn--dark:hover{background:var(--forest2);transform:translateY(-2px);box-shadow:0 10px 28px #1c3d224d}.btn--light{background:var(--cream);color:var(--forest)}.btn--light:hover{background:var(--cream2);transform:translateY(-2px)}.btn--gold{background:var(--gold);color:var(--charcoal);box-shadow:0 5px 20px #c8962a47}.btn--gold:hover{background:var(--gold2);transform:translateY(-2px)}.btn--outline{background:transparent;color:var(--forest);border:2.5px solid var(--forest)}.btn--outline:hover{background:var(--forest);color:var(--cream)}.btn--full{width:100%;display:flex}.btn--add-cart{flex:1}.btn--add-cart:disabled{background:var(--mid);box-shadow:none;cursor:not-allowed;transform:none}.btn--wishlist{width:50px;height:50px;border-radius:50%;border:1.5px solid var(--border);background:none;font-size:20px;flex-shrink:0;transition:var(--transition)}.btn--wishlist:hover{border-color:var(--gold);background:#c8962a14}.badge{display:inline-block;padding:5px 11px;border-radius:20px;font-size:9.5px;letter-spacing:.1em;text-transform:uppercase;font-weight:900}.badge--forest{background:var(--forest);color:var(--cream)}.badge--gold{background:var(--gold);color:var(--charcoal)}.badge--sage{background:var(--sage);color:#fff}.badge--sale{background:#c45c2a;color:#fff}.badge--sold-out{background:var(--mid);color:#fff}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px}.section-header--center{flex-direction:column;align-items:center;text-align:center}.section-title{font-size:clamp(24px,3vw,44px);font-weight:700}.section-title em{font-style:italic;font-weight:400;color:var(--forest2)}.section-eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--forest2);font-weight:800;margin-bottom:10px}.section-link{font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--mid);font-weight:800;display:flex;align-items:center;gap:6px}.section-link:after{content:"\2192";font-size:14px}.section-link:hover{color:var(--forest)}.breadcrumb{padding:16px 0;border-bottom:1px solid var(--border)}.breadcrumb .container{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.breadcrumb a,.breadcrumb span{font-size:12px;color:var(--mid);font-weight:600}.breadcrumb a:hover{color:var(--forest)}.breadcrumb__sep{opacity:.4}.announcement-bar{background:var(--forest);color:#f5e9d4e6;padding:9px 0;overflow:hidden}.announcement-bar__track{display:flex;width:max-content;animation:marquee 30s linear infinite;white-space:nowrap}.announcement-bar__item{padding:0 32px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:700}.announcement-bar__item:after{content:" \2726  ";opacity:.35}.site-header{background:var(--forest);position:sticky;top:0;z-index:400;border-bottom:2px solid rgba(200,150,42,.2)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;max-width:1440px;margin:0 auto;padding:0 16px;height:60px}@media(min-width:480px){.site-header__inner{padding:0 24px;height:64px}}@media(min-width:768px){.site-header__inner{padding:0 40px;height:70px}}@media(min-width:1200px){.site-header__inner{padding:0 48px}}.site-header__logo{display:flex;align-items:center}.site-header__logo img,.site-header__logo svg{height:42px;width:auto}@media(min-width:480px){.site-header__logo img,.site-header__logo svg{height:48px}}@media(min-width:768px){.site-header__logo img,.site-header__logo svg{height:54px}}.site-header__nav{display:none}@media(min-width:1024px){.site-header__nav{display:flex;gap:28px;align-items:center}}.nav-item__link{font-size:12px;letter-spacing:.07em;text-transform:uppercase;color:#f5e9d4bf;font-weight:700;transition:color .2s;display:flex;align-items:center;gap:4px}.nav-item__link:hover,.nav-item__link--active{color:var(--gold2)}.nav-item--dropdown{position:relative}.nav-dropdown{display:none;position:absolute;top:100%;left:0;background:var(--white);border-radius:var(--radius-sm);padding:8px 0;min-width:200px;box-shadow:var(--shadow-lg);border:1px solid var(--border);z-index:50}.nav-item--dropdown:hover .nav-dropdown{display:block}.nav-dropdown__link{display:block;padding:10px 20px;font-size:13px;color:var(--text);font-weight:600;transition:background .15s}.nav-dropdown__link:hover{background:var(--cream3);color:var(--forest)}.site-header__actions{display:flex;gap:8px;align-items:center}@media(min-width:480px){.site-header__actions{gap:12px}}.site-header__icon{background:none;border:none;color:#f5e9d4b8;padding:5px;transition:color .2s;display:flex;align-items:center}.site-header__icon:hover{color:var(--gold2)}.site-header__cart-btn{background:var(--gold);color:var(--charcoal);border:none;border-radius:28px;padding:8px 14px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;font-weight:800;display:flex;align-items:center;gap:6px;transition:background .2s}@media(min-width:480px){.site-header__cart-btn{padding:9px 18px;font-size:11.5px;gap:7px}}.site-header__cart-btn:hover{background:var(--gold2)}.site-header__cart-label{display:none}@media(min-width:380px){.site-header__cart-label{display:inline}}.cart-count{background:var(--forest2);color:#fff;border-radius:50%;width:18px;height:18px;font-size:9px;display:flex;align-items:center;justify-content:center;font-weight:900}.site-header__hamburger{background:none;border:none;color:#f5e9d4cc;display:flex;align-items:center;padding:5px}@media(min-width:1024px){.site-header__hamburger{display:none}}.site-header__search{background:var(--white);padding:10px 20px;display:none;align-items:center;gap:12px;border-bottom:1px solid var(--border)}.site-header__search.open{display:flex}.site-header__search form{display:flex;flex:1;align-items:center;gap:10px}.site-header__search-input{flex:1;border:1.5px solid var(--border);border-radius:28px;padding:10px 18px;font-size:14px;outline:none;background:var(--cream3)}.site-header__search-input:focus{border-color:var(--forest)}.site-header__search-close{background:none;border:none;color:var(--mid);font-size:18px}.mobile-menu{position:fixed;top:0;left:0;width:min(290px,85vw);height:100vh;height:100dvh;background:var(--white);z-index:600;transform:translate(-100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);display:flex;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.mobile-menu.open{transform:translate(0)}.mobile-menu__header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid var(--border)}.mobile-menu__logo svg,.mobile-menu__logo img{height:40px;width:auto}.mobile-menu__close{background:none;border:none;color:var(--mid)}.mobile-menu__nav{flex:1;padding:12px 0}.mobile-menu__link{display:block;padding:13px 22px;font-size:15px;font-weight:700;color:var(--text);border-bottom:1px solid var(--border)}.mobile-menu__link:hover{background:var(--cream3);color:var(--forest)}.mobile-menu__footer{padding:18px 22px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:10px}.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1c3d2266;z-index:599;display:none}.mobile-menu-overlay.open{display:block}.hero-banner{position:relative;overflow:hidden;display:flex;align-items:center;background-size:cover;background-position:center}.hero-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-banner__inner{position:relative;z-index:2;width:100%;max-width:1380px;margin:0 auto;padding:56px 20px 72px}@media(min-width:768px){.hero-banner__inner{padding:80px 60px}}.hero-banner__content{max-width:580px}.hero-banner__inner--center{display:flex;flex-direction:column;align-items:center;text-align:center}.hero-banner__eyebrow{display:inline-flex;align-items:center;gap:8px;background:#1c3d2214;border:1.5px solid rgba(28,61,34,.15);border-radius:28px;padding:6px 14px;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--forest2);font-weight:800;margin-bottom:18px}.hero-banner__heading{font-size:clamp(34px,6vw,78px);font-weight:900;line-height:.98;color:var(--forest);margin-bottom:16px}.hero-banner__heading em{font-style:italic;font-weight:400;color:var(--forest2)}.hero-banner__subheading{font-size:14px;line-height:1.7;color:var(--mid);max-width:420px;margin-bottom:24px}@media(min-width:480px){.hero-banner__subheading{font-size:15px}}.hero-banner__gift-pill{display:flex;align-items:stretch;width:fit-content;border-radius:50px;overflow:hidden;box-shadow:0 6px 22px #c8962a33;margin-bottom:28px;max-width:100%}.gift-pill__left{background:var(--gold);color:var(--charcoal);padding:12px 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:58px;text-align:center}.gift-pill__word{font-family:Playfair Display,serif;font-size:18px;font-style:italic;font-weight:700;line-height:1}.gift-pill__sub{font-size:8.5px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.gift-pill__right{background:#fff;padding:10px 16px;border:2px solid var(--gold);border-left:none;border-radius:0 50px 50px 0;display:flex;flex-direction:column;justify-content:center}.gift-pill__right strong{display:block;font-size:12.5px;color:var(--forest);font-weight:800}.gift-pill__right span{font-size:11px;color:var(--mid)}.hero-banner__ctas{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.hero-banner-mobile{display:none;position:relative;overflow:hidden}.hero-banner-mobile__media{position:relative;aspect-ratio:430/480;background-size:cover;background-repeat:no-repeat}.hero-banner-mobile__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#fdf8f000,#fdf8f01f 58%,#fdf8f0d1 84%,#fdf8f0);pointer-events:none}.hero-banner-mobile__eyebrow{position:absolute;top:72px;left:18px;z-index:2;display:inline-flex;align-items:center;background:#ffffffe0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1.5px solid rgba(28,61,34,.12);border-radius:30px;padding:7px 14px;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--forest2);font-weight:800}.hero-banner-mobile__content-wrap{position:relative;z-index:2;margin-top:-24px}.hero-banner-mobile__content{padding:0 22px 36px}.hero-banner-mobile__heading{font-size:clamp(31px,8.6vw,40px);font-weight:900;line-height:1.06;color:var(--forest);margin-bottom:10px}.hero-banner-mobile__heading em{font-style:italic;font-weight:400;color:var(--forest2)}.hero-banner-mobile__subheading{font-size:13.5px;line-height:1.6;color:var(--mid);max-width:290px;margin-bottom:20px}.hero-banner-mobile__benefits{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.hero-banner-mobile__benefit{display:inline-flex;align-items:center;gap:5px;background:#3d7a5017;border:1px solid rgba(61,122,80,.18);border-radius:30px;padding:7px 13px;font-size:11.5px;color:var(--forest2)}.hero-banner-mobile__benefit-dot{width:6px;height:6px;border-radius:50%;background:var(--forest2);flex-shrink:0}.hero-banner-mobile__gift-strip{display:flex;align-items:stretch;gap:0;border-radius:16px;overflow:hidden;border:1.5px solid rgba(28,61,34,.12);background:#fff;box-shadow:0 4px 20px #1c3d2214;margin-bottom:18px}.hero-banner-mobile__gift-label{background:var(--gold);color:#fff;padding:14px 16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;min-width:68px;flex-shrink:0}.hero-banner-mobile__gift-word{font-family:Playfair Display,serif;font-style:italic;font-size:18px;line-height:1;color:#fff}.hero-banner-mobile__gift-subword{font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:#ffffffdb;font-weight:800}.hero-banner-mobile__gift-info{flex:1;padding:13px 16px;display:flex;flex-direction:column;justify-content:center}.hero-banner-mobile__gift-info strong{font-size:13.5px;color:var(--forest);font-weight:800;margin-bottom:3px}.hero-banner-mobile__gift-info span{font-size:11.5px;color:#7a9080}.hero-banner-mobile__ctas{margin-bottom:14px}.hero-banner-mobile__cta{min-height:58px;border-radius:14px;font-size:13px;letter-spacing:.14em}.hero-banner-mobile__trust-line{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;text-align:center;font-size:11.5px;color:#8aa090}.hero-banner-mobile__trust-dot{width:3px;height:3px;border-radius:50%;background:#b5c8bc;flex-shrink:0}@media(max-width:767px){.hero-banner-switcher--split .hero-banner--desktop{display:none}.hero-banner-switcher--split .hero-banner-mobile{display:block}}@media(min-width:768px){.hero-banner-switcher--split .hero-banner-mobile{display:none}}.marquee-strip{background:var(--forest2);padding:12px 0;overflow:hidden;border-top:2.5px solid var(--gold);border-bottom:2.5px solid var(--gold)}.marquee-strip__track{display:flex;width:max-content;white-space:nowrap;animation:marquee 22s linear infinite}.marquee-strip__item{font-size:11.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--cream);font-weight:800;padding:0 22px;display:inline-flex;align-items:center;gap:10px}@media(min-width:480px){.marquee-strip__item{font-size:12px;padding:0 26px}}.marquee-strip__dot{color:var(--gold2)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.featured-collection{padding:52px 0}@media(min-width:768px){.featured-collection{padding:80px 0}}.product-grid{display:grid;gap:14px;grid-template-columns:repeat(2,1fr)}@media(min-width:480px){.product-grid{gap:18px}}@media(min-width:640px){.product-grid{gap:22px}}@media(min-width:768px){.product-grid--3{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.product-grid--4{grid-template-columns:repeat(4,1fr)}}.product-card{background:var(--white);border-radius:var(--radius);border:1.5px solid var(--border);overflow:hidden;display:flex;flex-direction:column;transition:transform var(--transition),box-shadow var(--transition)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.product-card__image-link{display:block}.product-card__image-wrapper{position:relative;overflow:hidden;aspect-ratio:1/1;background:var(--cream3)}.product-card__image{width:100%;height:100%;object-fit:contain;padding:14px;transition:transform .5s ease}@media(min-width:640px){.product-card__image{padding:18px}}.product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .4s ease;object-fit:contain;padding:14px}.product-card:hover .product-card__image--primary{opacity:0}.product-card:hover .product-card__image--secondary{opacity:1}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__placeholder-svg{width:100%;height:100%;padding:20px;opacity:.2}.product-card__badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:5px}.product-card__quick-add{position:absolute;bottom:10px;left:10px;right:10px;background:#fdf8f0f2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--forest);border:2px solid var(--forest);border-radius:26px;padding:9px;font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;font-weight:800;cursor:pointer;opacity:0;transform:translateY(8px);transition:all .25s;font-family:inherit}.product-card:hover .product-card__quick-add{opacity:1;transform:translateY(0)}.product-card__quick-add:hover{background:var(--forest);color:var(--cream)}.product-card__info{padding:12px 14px 16px;flex:1;display:flex;flex-direction:column}@media(min-width:640px){.product-card__info{padding:14px 16px 18px}}.product-card__stars{color:var(--gold);font-size:11px;margin-bottom:4px}.stars-count{color:var(--mid);font-size:10px}.product-card__title{font-size:13px;font-weight:800;color:var(--charcoal);margin-bottom:3px;line-height:1.3}@media(min-width:640px){.product-card__title{font-size:14px}}.product-card__desc{font-size:11.5px;color:var(--mid);line-height:1.5;margin-bottom:10px;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__footer{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.product-card__price{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.product-card__price .price-pill{padding:5px 10px;font-size:10.5px}.product-card__price .price-pill__label{font-size:9px}.price--current{font-weight:900;color:var(--forest);font-size:15px}.price--compare{text-decoration:line-through;color:var(--mid);font-size:12px}.image-with-text{padding:52px 0}@media(min-width:768px){.image-with-text{padding:80px 0}}.image-with-text__grid{display:grid;gap:36px;grid-template-columns:1fr;align-items:center}@media(min-width:768px){.image-with-text__grid{grid-template-columns:1fr 1fr;gap:56px}}.image-with-text--image-right .image-with-text__media{order:0}@media(min-width:768px){.image-with-text--image-right .image-with-text__media{order:2}.image-with-text--image-right .image-with-text__content{order:1}}.image-with-text__img{width:100%;height:auto;object-fit:cover;border-radius:20px}.image-with-text__placeholder{background:linear-gradient(135deg,#122018,#2e5c35);border-radius:20px;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.image-with-text__placeholder:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 60%,rgba(107,158,94,.25) 0%,transparent 60%)}.image-with-text__placeholder-inner{position:relative;z-index:1;text-align:center;padding:28px}.image-with-text__placeholder-icon{font-size:56px;margin-bottom:14px}.feat-pills{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.feat-pill{background:#f5e9d41f;border:1px solid rgba(245,233,212,.2);color:var(--cream);font-size:11px;letter-spacing:.1em;text-transform:uppercase;padding:6px 12px;border-radius:20px;font-weight:700}.image-with-text__eyebrow{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold2);font-weight:800;margin-bottom:12px;display:flex;align-items:center;gap:10px}.image-with-text__eyebrow:before{content:"";width:24px;height:2px;background:var(--gold)}.image-with-text__heading{font-size:clamp(26px,3.5vw,50px);font-weight:900;line-height:1.05;margin-bottom:14px}.image-with-text__text{font-size:14.5px;line-height:1.75;margin-bottom:22px;opacity:.72}.benefit-list{display:flex;flex-direction:column;gap:10px;margin-bottom:26px}.benefit-item{display:flex;align-items:center;gap:10px;font-size:13.5px}.benefit-check{width:21px;height:21px;border-radius:50%;background:#6b9e5e40;border:1.5px solid rgba(107,158,94,.5);display:flex;align-items:center;justify-content:center;font-size:10px;color:var(--sage2);flex-shrink:0;font-weight:900}.testimonials{padding:52px 0}@media(min-width:768px){.testimonials{padding:80px 0}}.testimonials__grid{display:grid;gap:14px;grid-template-columns:1fr}@media(min-width:640px){.testimonials__grid{grid-template-columns:1fr 1fr;gap:18px}}@media(min-width:1024px){.testimonials__grid{grid-template-columns:repeat(3,1fr);gap:20px}}.testimonial-card{background:var(--white);border-radius:var(--radius);padding:22px;border:1.5px solid var(--border)}@media(min-width:640px){.testimonial-card{padding:26px}}.testimonial-card__stars{color:var(--gold);font-size:13px;margin-bottom:12px;letter-spacing:2px}.testimonial-card__text{font-family:Playfair Display,serif;font-size:15.5px;font-style:italic;color:var(--charcoal);line-height:1.65;margin-bottom:14px}.testimonial-card__author{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--mid);font-weight:800;display:flex;align-items:center;gap:8px}.testimonial-card__author:before{content:"";width:18px;height:1.5px;background:var(--border)}.values-strip{padding:44px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.values-strip__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(min-width:768px){.values-strip__grid{grid-template-columns:repeat(4,1fr);gap:32px}}.values-strip__item{text-align:center}.values-strip__icon{font-size:26px;margin-bottom:10px}.values-strip__title{font-family:Playfair Display,serif;font-size:16px;font-weight:700;color:var(--forest);margin-bottom:4px}.values-strip__desc{font-size:12px;color:var(--mid);line-height:1.6}.newsletter-section{background:linear-gradient(135deg,var(--forest) 0%,var(--forest2) 60%,var(--forest) 100%);padding:60px 20px;text-align:center;position:relative;overflow:hidden}.newsletter-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 80% at 50% 50%,rgba(200,150,42,.1) 0%,transparent 70%);pointer-events:none}@media(min-width:768px){.newsletter-section{padding:90px 60px}}.newsletter-section__inner{max-width:540px;margin:0 auto;position:relative;z-index:1}.newsletter-section__eyebrow{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold2);font-weight:800;margin-bottom:12px}.newsletter-section__title{font-family:Playfair Display,serif;font-size:clamp(26px,4vw,50px);font-weight:900;color:var(--cream);line-height:1.1;margin-bottom:12px}.newsletter-section__title em{font-style:italic;font-weight:400;color:var(--gold2)}.newsletter-section__desc{font-size:14px;color:#f5e9d49e;margin-bottom:28px}.newsletter-section__form{display:flex;max-width:420px;margin:0 auto}.newsletter-section__input{flex:1;background:#f5e9d41a;border:1.5px solid rgba(245,233,212,.2);border-right:none;border-radius:30px 0 0 30px;padding:13px 18px;color:var(--cream);font-family:Nunito,sans-serif;font-size:14px;outline:none;min-width:0}.newsletter-section__input::placeholder{color:#f5e9d466}.newsletter-section__btn{background:var(--gold);color:var(--charcoal);border:none;border-radius:0 30px 30px 0;padding:13px 20px;font-family:Nunito,sans-serif;font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:800;cursor:pointer;transition:background .2s;white-space:nowrap}@media(min-width:480px){.newsletter-section__btn{padding:13px 24px;font-size:11.5px}}.newsletter-section__btn:hover{background:var(--gold2)}.newsletter-section__note{font-size:11px;color:#f5e9d452;margin-top:12px}.newsletter-section__success{color:var(--gold2);font-size:14px;font-weight:700;margin-top:14px}.site-footer{background:var(--charcoal)}.site-footer__main{padding:48px 0 0}@media(min-width:768px){.site-footer__main{padding:64px 0 0}}.site-footer__grid{display:grid;gap:32px;grid-template-columns:1fr}@media(min-width:640px){.site-footer__grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.site-footer__grid{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:52px}}.site-footer__logo{display:block;margin-bottom:14px}.site-footer__logo img,.site-footer__logo svg{height:46px;width:auto}.site-footer__tagline{font-size:13px;line-height:1.7;color:#f5e9d485;max-width:270px;margin-bottom:20px}.site-footer__social{display:flex;gap:10px}.social-icon{width:34px;height:34px;border-radius:50%;border:1px solid rgba(245,233,212,.14);display:flex;align-items:center;justify-content:center;color:#f5e9d473;transition:all .2s}.social-icon:hover{border-color:var(--gold);color:var(--gold)}.site-footer__col-title{font-family:Nunito,sans-serif;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;font-weight:900;color:var(--cream);margin-bottom:16px}.site-footer__links{display:flex;flex-direction:column;gap:10px}.site-footer__links li a{font-size:13px;color:#f5e9d485;transition:color .2s}.site-footer__links li a:hover{color:var(--cream)}.site-footer__bottom{border-top:1px solid rgba(245,233,212,.07);padding:20px 0;margin-top:44px}.site-footer__bottom .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.site-footer__copyright{font-size:12px;color:#f5e9d466}.site-footer__payments{display:flex;gap:6px;flex-wrap:wrap}.payment-icon{background:#f5e9d412;border-radius:6px;padding:5px 9px;font-size:10px;color:#f5e9d466;font-weight:800}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1c3d2261;z-index:700;opacity:0;pointer-events:none;transition:opacity .3s}.cart-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:400px;height:100vh;background:var(--white);z-index:701;transform:translate(100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0)}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;border-bottom:1px solid var(--border);flex-shrink:0}.cart-drawer__title{font-family:Playfair Display,serif;font-size:20px;font-weight:700;color:var(--forest)}.cart-drawer__close{background:none;border:none;color:var(--mid);width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s}.cart-drawer__close:hover{background:var(--cream2)}.cart-drawer__body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:14px 22px;overscroll-behavior:contain}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;padding:40px 0}.cart-drawer__empty-icon{font-size:44px;opacity:.25}.cart-drawer__empty p{font-size:14px;color:var(--mid);line-height:1.6}.cart-item{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid var(--border)}.cart-item:last-child{border-bottom:none}.cart-item__image{width:68px;height:68px;border-radius:12px;background:var(--cream3);flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.cart-item__image img{width:100%;height:100%;object-fit:contain;padding:6px}.cart-item__info{flex:1;min-width:0}.cart-item__name{font-size:13px;font-weight:800;color:var(--charcoal);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item__variant{font-size:11.5px;color:var(--mid);margin:2px 0}.cart-item__price{font-size:13.5px;font-weight:900;color:var(--forest)}.cart-item__meta{display:grid;gap:4px}.cart-item__badge{display:inline-flex;align-items:center;gap:6px;width:fit-content;padding:4px 9px;border-radius:999px;background:#6b9e5e24;border:1px solid rgba(107,158,94,.24);color:var(--forest);font-size:11px;font-weight:800;line-height:1;margin-top:6px}.cart-item__badge:before{content:"\1f381";font-size:11px}.cart-item__price--free{color:var(--forest)}.cart-item__remove{background:none;border:none;color:var(--mid);font-size:18px;padding:4px;transition:color .2s;flex-shrink:0}.cart-item__remove:hover{color:#c45c2a}.cart-drawer__footer{padding:14px 22px 22px;border-top:1px solid var(--border);flex-shrink:0}.cart-drawer__perks{margin-bottom:12px;padding:12px;border-radius:14px;background:#1c3d220f;border:1px solid rgba(28,61,34,.08)}.cart-drawer__perks-message{font-size:12px;font-weight:700;color:var(--forest2);text-align:center;line-height:1.45}.cart-drawer__perks-track{position:relative;height:8px;border-radius:999px;background:#1c3d221a;overflow:hidden;margin:12px 0 10px}.cart-drawer__perks-fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--gold),var(--sage))}.cart-drawer__perks-pills{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:8px}.cart-drawer__perk-pill{display:grid;gap:2px;padding:10px 8px;border-radius:12px;border:1px solid rgba(28,61,34,.12);background:#ffffffad;color:var(--forest2);text-align:center}.cart-drawer__perk-pill--active{background:#6b9e5e24;border-color:#6b9e5e4d;color:var(--forest)}.cart-drawer__perk-pill-threshold{font-size:12px;font-weight:900}.cart-drawer__perk-pill-label{font-size:11px;font-weight:700;line-height:1.35}.cart-drawer__discounts{display:grid;gap:8px;margin-bottom:12px}.cart-discount{display:flex;justify-content:space-between;gap:12px;align-items:center;font-size:12.5px;color:var(--forest);background:#6b9e5e1f;border:1px solid rgba(107,158,94,.22);border-radius:10px;padding:10px 12px}.cart-discount__label{display:flex;align-items:center;gap:8px;min-width:0}.cart-discount__tag{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#1c3d2214;font-size:12px;flex-shrink:0}.cart-discount__title{font-weight:800;line-height:1.3}.cart-discount__amount{font-weight:900;white-space:nowrap}.cart-drawer__totals{display:flex;justify-content:space-between;font-weight:900;font-size:16px;color:var(--charcoal);margin-bottom:13px}.cart-drawer__continue{margin-top:10px}.toast{position:fixed;bottom:20px;left:50%;transform:translate(-50%) translateY(100px);background:var(--forest);color:var(--cream);padding:12px 22px;border-radius:40px;font-size:13px;font-weight:700;z-index:800;transition:transform .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 8px 32px #1c3d2259;display:flex;align-items:center;gap:10px;white-space:nowrap;pointer-events:none;max-width:calc(100vw - 32px)}.toast.show{transform:translate(-50%) translateY(0)}.collection-header{position:relative;background:var(--forest);overflow:hidden}.collection-header__image{position:absolute;top:0;right:0;bottom:0;left:0}.collection-header__image img{width:100%;height:100%;object-fit:cover;opacity:.35}.collection-header__text{position:relative;z-index:1;padding:44px 0}@media(min-width:768px){.collection-header__text{padding:70px 0}}.collection-header__title{font-size:clamp(28px,4vw,54px);font-weight:900;color:var(--cream)}.collection-header__desc{font-size:14px;color:#f5e9d4b3;max-width:500px;margin-top:10px}.collection-toolbar{background:var(--white);border-bottom:1px solid var(--border);padding:12px 0;position:sticky;top:60px;z-index:100}@media(min-width:768px){.collection-toolbar{position:static;top:auto}}.collection-toolbar__inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:10px}.collection-toolbar__count{font-size:13px;font-weight:700;color:var(--mid)}.active-filters{display:flex;gap:8px;flex-wrap:wrap}.active-filter{background:var(--forest);color:var(--cream);border-radius:20px;padding:4px 11px;font-size:11px;font-weight:700}.active-filter--clear{background:none;border:1.5px solid var(--border);color:var(--mid)}.sort-select{border:1.5px solid var(--border);border-radius:10px;padding:7px 12px;font-size:13px;font-family:inherit;font-weight:600;color:var(--text);background:var(--white);cursor:pointer}.tag-filters{display:flex;gap:8px;flex-wrap:wrap}.tag-filter-btn{background:none;border:1.5px solid var(--border);border-radius:24px;padding:6px 14px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--mid);cursor:pointer;transition:all .2s;font-family:inherit}.tag-filter-btn:hover,.tag-filter-btn--active{background:var(--forest);border-color:var(--forest);color:var(--cream)}.collection-empty{grid-column:1 / -1;text-align:center;padding:60px 20px}.pagination{display:flex;justify-content:center;gap:8px;padding:40px 0;flex-wrap:wrap}.pagination__btn{border:1.5px solid var(--border);border-radius:10px;padding:9px 14px;font-size:13px;font-weight:700;color:var(--text);transition:all .2s}.pagination__btn:hover,.pagination__btn--current{background:var(--forest);border-color:var(--forest);color:var(--cream)}.product-grid-section{padding:36px 0 52px}.product-page{padding-bottom:52px;overflow-x:clip}.product-page .container,.product-page__grid,.product-page__grid>*,.product-gallery,.product-info,.product-accordion,.accordion-item,.accordion-item__body,#judgeme_product_reviews{min-width:0;max-width:100%}.product-page__grid{display:grid;gap:28px;grid-template-columns:1fr;padding-top:24px}@media(min-width:768px){.product-page__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;padding-top:36px;align-items:start}}@media(min-width:1100px){.product-page__grid{grid-template-columns:minmax(0,55%) minmax(0,1fr);gap:60px}}@media(min-width:768px)and (max-width:1279px){.product-info__title,.product-info__short-desc,.product-info__gift-callout,.accordion-item__body,.accordion-item__body p,.accordion-item__body li,.rte,.rte *,#judgeme_product_reviews,#judgeme_product_reviews *{min-width:0;max-width:100%;overflow-wrap:anywhere;word-break:break-word}}.product-gallery__main{position:relative;border-radius:20px;overflow:hidden;background:var(--cream3);border:1.5px solid var(--border);aspect-ratio:1/1;margin-bottom:10px}.product-gallery__slide{display:none;height:100%}.product-gallery__slide--active{display:block}.product-gallery__img{width:100%;height:100%;object-fit:contain;padding:20px;transition:transform .4s}.product-gallery__main:hover .product-gallery__img{transform:scale(1.03)}.product-gallery__zoom-hint{position:absolute;bottom:10px;right:12px;font-size:10px;color:var(--mid);background:#fdf8f0d9;padding:4px 9px;border-radius:20px;font-weight:600}.product-gallery__badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:5px}.product-gallery__thumbs{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{width:62px;height:62px;flex-shrink:0;border-radius:10px;overflow:hidden;border:2px solid var(--border);background:var(--cream3);cursor:pointer;transition:border-color .2s;padding:0}.product-gallery__thumb--active,.product-gallery__thumb:hover{border-color:var(--forest)}.product-gallery__thumb img{width:100%;height:100%;object-fit:contain;padding:5px}@media(min-width:768px){.product-gallery{position:sticky;top:80px}}.product-info__brand{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--sage);font-weight:800;margin-bottom:7px}.product-info__title{font-size:clamp(22px,3vw,38px);font-weight:900;color:var(--forest);line-height:1.1;margin-bottom:10px}.product-info__rating{display:flex;align-items:center;gap:8px;margin-bottom:14px}.rating__stars{color:var(--gold);font-size:15px}.rating__count{font-size:13px;color:var(--mid);font-weight:700}.product-info__price{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:16px}.price--current{font-size:28px;font-weight:900;color:var(--forest)}.price--compare{font-size:16px;color:var(--mid);text-decoration:line-through}.price-pills{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.price-pill{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:7px 12px;border-radius:999px;font-size:12px;font-weight:800;line-height:1}.price-pill--compare{background:#1c3d220d;border:1px solid rgba(28,61,34,.12);color:var(--mid)}.price-pill--save{background:#6b9e5e24;border:1px solid rgba(107,158,94,.3);color:var(--forest)}.price-pill__label{font-size:10px;letter-spacing:.08em;text-transform:uppercase;opacity:.7}.price-pill .price--compare{font-size:inherit}.product-info__gift-callout{background:linear-gradient(135deg,#c8962a1a,#c8962a0f);border:1.5px solid rgba(200,150,42,.28);border-radius:13px;padding:12px 16px;display:flex;align-items:center;gap:12px;margin-bottom:18px}.gift-callout__icon{background:var(--gold);border-radius:9px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.product-info__gift-callout strong{display:block;font-size:12.5px;color:var(--forest);font-weight:800}.product-info__gift-callout span{font-size:11px;color:var(--mid)}.product-info__short-desc{font-size:14.5px;line-height:1.75;color:var(--mid);margin-bottom:20px;border-left:3px solid var(--sage);padding-left:13px}.product-variants{margin-bottom:18px}.product-variants__label{font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:800;color:var(--text);margin-bottom:9px}.product-variants__options{display:flex;gap:8px;flex-wrap:wrap}.variant-btn{border:1.5px solid var(--border);border-radius:10px;padding:8px 14px;font-size:13px;font-weight:700;cursor:pointer;background:none;font-family:inherit;transition:all .2s;color:var(--text)}.variant-btn--active,.variant-btn:hover{background:var(--forest);border-color:var(--forest);color:var(--cream)}.product-info__add-row{display:flex;gap:10px;align-items:center;margin-bottom:22px;flex-wrap:wrap}.qty-selector{display:flex;align-items:center;border:1.5px solid var(--border);border-radius:34px;overflow:hidden;flex-shrink:0}.qty-selector--small{border-radius:10px}.qty-selector__btn{background:none;border:none;width:40px;height:46px;font-size:18px;font-weight:800;color:var(--text);cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center}.qty-selector__btn:hover{background:var(--cream2)}.qty-selector__input{width:42px;text-align:center;font-size:15px;font-weight:800;color:var(--charcoal);border:none;background:none;outline:none;-moz-appearance:textfield}.qty-selector__input::-webkit-outer-spin-button,.qty-selector__input::-webkit-inner-spin-button{-webkit-appearance:none}.product-info__trust{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:22px}.trust-badge{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--mid);font-weight:700}.trust-badge svg{color:var(--sage);flex-shrink:0}.product-accordion{border-top:1px solid var(--border)}.accordion-item{border-bottom:1px solid var(--border)}.accordion-item__head{display:flex;justify-content:space-between;align-items:center;padding:15px 0;width:100%;background:none;border:none;font-family:inherit;font-size:14px;font-weight:800;color:var(--text);cursor:pointer;transition:color .2s;text-align:left}.accordion-item__head:hover{color:var(--forest)}.accordion-item__icon{font-size:18px;color:var(--mid);transition:transform .3s;flex-shrink:0}.accordion-item--open .accordion-item__icon{transform:rotate(45deg)}.accordion-item__body{max-height:0;overflow:hidden;transition:max-height .35s ease}.accordion-item--open .accordion-item__body{max-height:600px;padding-bottom:16px}.accordion-item__body p,.accordion-item__body li{font-size:13.5px;color:var(--mid);line-height:1.75}.accordion-item__body ul{padding-left:18px;list-style:disc}.accordion-item__body li{margin-bottom:4px}.related-products{background:var(--cream3);padding:48px 0 56px;margin-top:36px}.cart-page{padding:36px 0 72px}.cart-page__title{font-size:clamp(26px,3vw,42px);font-weight:900;margin-bottom:32px}.cart-page__grid{display:grid;gap:28px;grid-template-columns:1fr}@media(min-width:900px){.cart-page__grid{grid-template-columns:1fr 340px;gap:44px}}.cart-page__item{display:grid;grid-template-columns:80px 1fr;gap:14px;padding:18px 0;border-bottom:1px solid var(--border);align-items:start}@media(min-width:480px){.cart-page__item{grid-template-columns:100px 1fr auto auto;align-items:center}}.cart-page__item-img{border-radius:12px;overflow:hidden;background:var(--cream3);aspect-ratio:1;display:block}.cart-page__item-img img{width:100%;height:100%;object-fit:contain;padding:8px}.cart-page__item-title{font-size:14px;font-weight:800;color:var(--charcoal);margin-bottom:3px}.cart-page__item-variant{font-size:12px;color:var(--mid)}.cart-page__item-price{font-size:13.5px;font-weight:700;color:var(--forest)}.cart-page__item-qty{display:flex;flex-direction:column;align-items:flex-start;gap:6px}@media(min-width:480px){.cart-page__item-qty{align-items:center}}.cart-page__item-remove{background:none;border:none;font-size:12px;color:var(--mid);cursor:pointer;font-weight:700;text-decoration:underline;font-family:inherit}.cart-page__item-total{font-size:16px;font-weight:900;color:var(--forest)}.cart-page__summary{background:var(--cream3);border-radius:var(--radius);padding:24px;border:1.5px solid var(--border)}@media(min-width:900px){.cart-page__summary{position:sticky;top:80px}}.cart-page__summary-title{font-size:20px;font-weight:700;margin-bottom:18px}.cart-page__summary-row{display:flex;justify-content:space-between;font-size:14px;margin-bottom:10px}.cart-page__summary-row--total{font-weight:900;font-size:17px;padding-top:12px;border-top:1px solid var(--border);margin-top:10px}.cart-page__shipping-msg{font-size:12px;font-weight:700;color:var(--forest2);background:#1c3d2214;border-radius:10px;padding:9px 13px;margin-bottom:12px;text-align:center}.cart-page__shipping-msg--unlocked{color:var(--sage);background:#6b9e5e1a}.cart-page__trust{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:14px;padding-top:14px;border-top:1px solid var(--border)}.cart-page__empty{text-align:center;padding:70px 20px}.cart-page__empty-icon{font-size:56px;opacity:.22;margin-bottom:18px}.cart-page__empty h2{font-size:26px;margin-bottom:10px}.cart-page__empty p{color:var(--mid);margin-bottom:24px}.page-template{padding:52px 0 72px}.page-template__header{margin-bottom:32px;padding-bottom:20px;border-bottom:1px solid var(--border)}.page-template__title{font-size:clamp(26px,3vw,44px);font-weight:900}.page-template__content{max-width:760px}.not-found{padding:72px 0}.not-found__inner{max-width:480px;margin:0 auto;text-align:center}.not-found__icon{font-size:56px;margin-bottom:18px}.not-found__title{font-size:clamp(26px,3vw,40px);margin-bottom:12px}.not-found__text{color:var(--mid);font-size:15px;line-height:1.7;margin-bottom:28px}.not-found__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.product-card--placeholder .product-card__image-wrapper{background:var(--cream2)}.site-header__logo svg text:first-of-type{font-family:Pinyon Script,Brush Script MT,cursive!important}.site-footer__logo svg text:first-of-type{font-family:Pinyon Script,Brush Script MT,cursive!important}@media(max-width:767px){.btn{min-height:48px}.qty-selector__btn{width:44px;height:48px}.site-header__cart-btn{padding:10px 16px}}@media(max-width:480px){.hero-banner-switcher--single .hero-banner__inner{padding:40px 20px 56px}.hero-banner-switcher--single .hero-banner__heading{font-size:clamp(28px,8vw,44px)}.hero-banner-switcher--single .hero-banner__subheading{font-size:13.5px}.hero-banner-switcher--single .hero-banner__ctas{gap:10px}.hero-banner-switcher--single .hero-banner__ctas .btn{flex:1 1 auto;text-align:center}}@media(max-width:380px){.product-grid{grid-template-columns:1fr}}@media(max-width:767px){.product-page__grid{padding-top:16px;gap:20px}.product-gallery__main{border-radius:14px}.product-info__title{font-size:clamp(20px,5vw,28px)}.price--current{font-size:24px}.product-info__add-row{flex-wrap:wrap}.product-info__add-row .btn--add-cart{flex:1 1 180px}.product-info__trust{gap:8px}.trust-badge{font-size:11px}.product-info__gift-callout{padding:10px 14px}.accordion-item__head{font-size:13.5px}.related-products{padding:36px 0 44px;margin-top:24px}}@media(max-width:767px){.collection-header__text{padding:32px 0}.collection-toolbar{top:60px}.tag-filters{gap:6px}.tag-filter-btn{padding:5px 12px;font-size:10.5px}.sort-select{font-size:12px;padding:6px 10px}}@media(max-width:480px){.cart-drawer{max-width:100%}.cart-drawer__header{padding:14px 18px}.cart-drawer__body{padding:10px 16px}.cart-drawer__footer{padding:12px 16px 18px}}@media(max-width:480px){.site-header__search{padding:10px 16px}.site-header__search-input{font-size:16px}}@media(max-width:639px){.site-footer__main{padding:40px 0 0}.site-footer__grid{gap:24px}.site-footer__bottom .container{flex-direction:column;align-items:center;text-align:center;gap:10px}.site-footer__payments{justify-content:center}}@media(max-width:480px){.newsletter-section{padding:48px 20px}.newsletter-section__form{flex-direction:column;gap:10px}.newsletter-section__input{border-radius:30px;border-right:1.5px solid rgba(245,233,212,.2)}.newsletter-section__btn{border-radius:30px;padding:13px}}@media(max-width:767px){.image-with-text{padding:36px 0}.image-with-text__grid{gap:24px}}@media(max-width:480px){.testimonial-card{padding:18px}.testimonial-card__text{font-size:14.5px}}@media(max-width:479px){.values-strip__grid{grid-template-columns:1fr 1fr;gap:18px}.values-strip__desc{font-size:11.5px}}*,*:before,*:after{box-sizing:border-box}img,video,iframe{max-width:100%}table{width:100%;overflow-x:auto;display:block}pre,code{overflow-x:auto}@media(max-width:767px){input[type=text],input[type=email],input[type=search],input[type=number],input[type=tel],textarea,select{font-size:16px!important}}.search-results-page{padding:36px 0 72px}.search-results-page h1{font-size:clamp(22px,3vw,36px);font-weight:900;margin-bottom:8px}.search-results-page .search-count{color:var(--mid);font-size:14px;margin-bottom:32px}.search-no-results{text-align:center;padding:60px 20px}.search-no-results__icon{font-size:48px;margin-bottom:18px}.product-reviews-section{padding:48px 0 56px;border-top:1px solid var(--border);margin-top:8px}@media(min-width:768px){.product-reviews-section{padding:60px 0 72px}}.spr-container{font-family:Nunito,sans-serif}.spr-header-title{font-family:Playfair Display,serif;font-size:22px;color:var(--forest);margin-bottom:18px}.spr-review{border-bottom:1px solid var(--border);padding:18px 0}.spr-review-header-starratings{color:var(--gold);font-size:14px}.spr-review-header-title{font-weight:800;color:var(--charcoal);font-size:14px}.spr-review-header-byline{font-size:12px;color:var(--mid);margin:4px 0 8px}.spr-review-content p{font-size:13.5px;color:var(--mid);line-height:1.7}.spr-form-label{font-size:11.5px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:var(--text);margin-bottom:6px;display:block}.spr-form-input,.spr-form-textarea{width:100%;border:1.5px solid var(--border);border-radius:12px;padding:12px 16px;font-size:14px;font-family:inherit;margin-bottom:14px;outline:none;background:var(--white)}.spr-form-input:focus,.spr-form-textarea:focus{border-color:var(--forest)}.spr-button-primary{background:var(--forest);color:var(--cream);border:none;border-radius:28px;padding:12px 28px;font-size:12px;letter-spacing:.09em;text-transform:uppercase;font-weight:800;cursor:pointer;font-family:inherit;transition:background .2s}.spr-button-primary:hover{background:var(--forest2)}.spr-summary-starrating{color:var(--gold)}@media(max-width:600px){.routines-hero{padding:40px 0 32px}.routines-list{gap:40px;padding:36px 0}}@media(max-width:767px){.about-hero{padding:48px 0 36px}.about-story{flex-direction:column;gap:28px}.about-stats__grid{grid-template-columns:repeat(2,1fr);gap:18px}.about-ingredients__grid{grid-template-columns:1fr}}.reviews-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;flex-wrap:wrap;gap:12px}.btn--sm{padding:9px 20px;font-size:11px}.reviews-placeholder{background:var(--cream3);border:2px dashed var(--border);border-radius:var(--radius);padding:36px 24px;text-align:center}.reviews-placeholder__stars{font-size:28px;color:var(--gold);letter-spacing:3px;margin-bottom:14px}.reviews-placeholder__msg{font-size:14px;color:var(--mid);line-height:1.7}.reviews-placeholder__msg a{color:var(--forest);font-weight:700;text-decoration:underline}.cart-drawer{height:100dvh;max-height:100dvh}.cart-drawer__body{min-height:0}@supports not (height: 100dvh){.cart-drawer{height:100vh;max-height:100vh}}@media(max-width:767px){html,body{overflow-x:hidden}.cart-drawer{width:100%;max-width:100%;height:100dvh;max-height:100dvh}.cart-drawer__header{padding:14px 16px}.cart-drawer__body{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:10px 16px 140px}.cart-drawer__footer{position:sticky;bottom:0;background:var(--white);z-index:2;padding:12px 16px calc(18px + env(safe-area-inset-bottom));box-shadow:0 -8px 20px #0000000f}.cart-drawer__footer .btn{min-height:46px}}@media(max-width:767px){.product-page,.product-page .container,.product-page__grid,.product-gallery,.product-info,.product-accordion,.accordion-item,.accordion-item__body,.product-info__rating,.product-info__price,.product-info__gift-callout,.product-info__short-desc,.product-variants,.product-variants__options,.product-info__add-row,.product-info__trust,#judgeme_product_reviews,#judgeme_product_reviews *{min-width:0;max-width:100%}.product-page{overflow-x:clip}.product-page .container{padding-left:16px;padding-right:16px}.product-page__grid{grid-template-columns:minmax(0,1fr)}.product-gallery__main,.product-gallery__slide,.product-gallery__img{width:100%;max-width:100%}.product-info__title,.product-info__short-desc,.product-info__gift-callout,.accordion-item__body,.accordion-item__body p,.accordion-item__body li,.rte,.rte *{overflow-wrap:anywhere;word-break:break-word}.product-info__rating,.product-info__price,.product-info__gift-callout,.product-info__trust{width:100%}.product-info__add-row{align-items:stretch}.product-info__add-row .qty-selector,.product-info__add-row .btn--add-cart,.product-info__add-row .btn--wishlist{width:100%}.product-info__add-row .btn--add-cart{flex:1 1 100%;white-space:normal;text-align:center}.product-info__add-row .btn--wishlist{border-radius:999px;height:48px}.qty-selector{justify-content:space-between}.qty-selector__input{flex:1 1 auto;width:auto;min-width:0}.product-gallery__zoom-hint{right:8px;bottom:8px;max-width:calc(100% - 16px);white-space:normal;text-align:right}.product-gallery__badges{max-width:calc(100% - 24px)}.badge,.trust-badge,.variant-btn,.rating__count{max-width:100%;overflow-wrap:anywhere}#judgeme_product_reviews,.jdgm-widget,.jdgm-all-reviews-widget,.jdgm-rev,.jdgm-row-stars,.jdgm-form,.jdgm-write-rev-link,.jdgm-paginate{width:100%!important;max-width:100%!important;overflow-wrap:anywhere}}@media(max-width:480px){.product-page .container{padding-left:14px;padding-right:14px}.product-gallery__thumb{width:56px;height:56px}.product-info__gift-callout{align-items:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/42/assets/theme.css.map */
