:root{--bg:#f4f6f2;--bg-2:#fbf7f0;--paper:#fff;--ink:#24362e;--muted:#66756c;--green:#2f5b49;--green-2:#264a3c;--soft:#dce6d8;--line:#e4e8e2;--serif:"Fraunces", Georgia, serif;--pdp-serif:"Fraunces", Georgia, serif;--sans:"Plus Jakarta Sans", system-ui, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body,#root{max-width:100%;min-height:100%}html,body{overflow-x:clip}body{background:var(--bg);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0;line-height:1.5}:focus-visible{outline:2px solid var(--green);outline-offset:2px}.site.on-checkout :focus-visible{outline:none}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select{font:inherit}h1,h2,h3,p{margin:0}.site{flex-direction:column;min-height:100svh;display:flex}.site-header{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f4f6f2f0;position:sticky;top:0}.shop-banner{background-color:#e8ede3;background-image:url(/hero-botanical.png);background-position:100% 0;background-repeat:no-repeat;background-size:min(640px,48vw) 100%;position:relative;overflow:hidden}.shop-banner:before{content:"";pointer-events:none;background:linear-gradient(90deg,#e8ede3 0%,#e8ede3b3 14%,#e8ede300 38%);width:min(640px,48vw);position:absolute;inset:0 0 0 auto}.shop-banner .shop-hero{z-index:1;width:min(1280px,100% - 48px);margin:0 auto;padding:12px min(580px,44vw) 36px 0;position:relative}.shop-kicker{color:#5f6f66;letter-spacing:.16em;text-transform:uppercase;margin:0 0 10px;font-size:14px;font-weight:600}.shop-hero h1{color:#1f3d32;font-family:var(--serif);letter-spacing:-.03em;margin:0;font-size:clamp(36px,4vw,48px);font-weight:600;line-height:1.12}.shop-hero p:last-of-type{color:#66756c;max-width:34rem;margin:12px 0 0;font-size:20px;font-weight:400;line-height:1.5}main{flex:1}.header-bar{grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"brand search actions";align-items:center;gap:28px;width:min(1280px,100% - 48px);min-height:72px;margin:0 auto;display:grid}.header-bar .brand{grid-area:brand}.header-search{grid-area:search;justify-self:end;align-items:center;display:flex;position:relative}.header-actions{grid-area:actions;justify-self:end;align-items:center;gap:6px;display:flex}.brand{color:var(--green);font-family:var(--serif);letter-spacing:-.03em;align-items:center;gap:8px;font-size:28px;font-weight:600;display:inline-flex}.brand-leaf{width:22px;height:22px}.main-nav{align-items:center;gap:26px;display:flex}.main-nav a{color:#5b675f;border-bottom:2px solid #0000;padding:6px 0;font-size:16px;font-weight:500}.main-nav a.active,.main-nav a:hover{color:var(--green)}.main-nav a.active{border-bottom-color:var(--green)}.search-glyph{color:#8a938c;width:16px;height:16px;position:absolute;left:14px}.header-search input{width:250px;height:40px;color:var(--ink);background:#fff;border:1px solid #d7ddd6;border-radius:999px;outline:none;padding:0 16px 0 38px;font-size:16px}.header-search input::placeholder{color:#8a938c}.header-search input:focus{border-color:var(--green)}.icon-btn,.menu-btn{width:44px;height:44px;color:var(--green);cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;display:inline-flex;position:relative}.icon-btn svg{width:20px;height:20px}.count-dot{background:var(--green);color:#fff;border-radius:999px;min-width:16px;height:16px;padding:0 4px;font-size:12px;font-weight:700;line-height:16px;position:absolute;top:6px;right:6px}.menu-btn{flex-direction:column;gap:5px;display:none}.menu-btn span{background:var(--green);width:16px;height:1.5px;display:block}.cart-head h2{color:var(--green);font-family:var(--serif);letter-spacing:-.02em;margin:0;font-size:28px;font-weight:600;line-height:1.12}.btn{cursor:pointer;letter-spacing:.04em;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 22px;display:inline-flex}.btn-dark{background:var(--green);color:#fff}.btn-dark:hover:not(:disabled){background:var(--green-2)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-light{border-color:var(--green);color:var(--green);background:0 0}.tag-row{flex-wrap:wrap;gap:10px;display:flex}.tag-row span{border:1px solid var(--line);background:var(--paper);border-radius:999px;padding:10px 16px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.product-card{background:var(--paper);border:1px solid var(--line);border-radius:24px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 18px 40px #1e3a2f14}.card-media{aspect-ratio:1;background:#efe8db;display:block;position:relative}.card-media img,.cart-list img{object-fit:contain;background:#f3efe6;width:100%;height:100%}.card-badge,.price-off{background:var(--soft);color:var(--green);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:5px 8px;font-size:.875rem}.card-badge{position:absolute;top:14px;left:14px}.card-body{flex-direction:column;flex:1;gap:10px;padding:18px 18px 22px;display:flex}.card-brand{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-size:.875rem}.card-body h3{font-size:1.35rem}.card-copy{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:1.25rem;display:-webkit-box;overflow:hidden}.card-body .btn{margin-top:auto}.stars{color:var(--muted);align-items:center;gap:8px;font-size:1rem;display:flex}.star-glyphs{color:var(--green);letter-spacing:1px}.price-tag{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.price-sale{font-size:1.25rem;font-weight:700}.price-original{color:var(--muted);text-decoration:line-through}.qty-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.qty-row button,.qty-row span{border:1px solid var(--line);background:var(--paper);justify-content:center;align-items:center;min-width:40px;min-height:40px;display:inline-flex}.qty-row button{cursor:pointer;background:0 0;border:0}.site-footer{color:var(--green);padding:22px 0 calc(22px + env(safe-area-inset-bottom,0px));background:#e7eee6}.footer-bar{justify-content:space-between;align-items:center;gap:16px;width:min(1280px,100% - 48px);margin:0 auto;display:flex}.footer-meta{color:#6b756e;min-width:0;font-size:16px;line-height:1.4}.footer-meta p{margin:0}.footer-legal{border-top:1px solid #c5d0c6;flex-wrap:wrap;justify-content:center;gap:8px 22px;width:min(1280px,100% - 48px);margin:14px auto 0;padding-top:14px;display:flex}.footer-legal a{color:#5b675f;align-items:center;min-height:44px;font-size:16px;font-weight:500;display:inline-flex}.footer-legal a:hover,.footer-legal a.active{color:var(--green)}.social{gap:8px;display:flex}.social span{width:28px;height:28px;color:var(--green);border:1px solid #b7c2b8;border-radius:50%;place-items:center;display:grid}.social svg{width:14px;height:14px}.cart-layer{z-index:40;position:fixed;inset:0}.cart-backdrop{background:#1c2a2259;border:0;position:absolute;inset:0}.cart-drawer{background:var(--bg-2);overscroll-behavior:contain;flex-direction:column;gap:16px;width:min(420px,100%);max-width:100%;padding:24px;display:flex;position:absolute;top:0;bottom:0;right:0}.cart-head,.cart-foot{flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;display:flex}.cart-foot{background:var(--bg-2);margin-top:auto;padding-top:4px}.cart-head button,.qty-row button{cursor:pointer;background:0 0;border:0}.cart-close{min-width:44px;min-height:44px;color:var(--green);padding:0 8px;font-size:16px}.cart-list{flex:1;min-height:0;margin:0;padding:0;list-style:none;overflow:auto}.cart-list li{border-bottom:1px solid var(--line);grid-template-columns:72px 1fr auto;align-items:start;gap:12px;padding:12px 0;display:grid}.cart-list img,.cart-item-image{object-fit:contain;background:#fff;border-radius:12px;width:72px;height:72px}.cart-item-info{min-width:0}.cart-item-info p{color:var(--muted);font-size:16px}.cart-item-info strong{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;font-size:20px;line-height:1.35;display:-webkit-box;overflow:hidden}.cart-item-price{white-space:nowrap;font-weight:600}.cart-remove{min-width:auto;color:var(--muted);text-underline-offset:2px;padding:0 4px;font-size:16px;text-decoration:underline}.empty,.cart-empty{color:var(--muted);font-size:16px;line-height:1.5}.cart-empty{padding:24px 0 8px}.site.on-checkout{min-height:100svh}.site.on-checkout main{padding:0}@media (width>=861px) and (width<=1180px){.shop-banner{background-size:min(400px,38vw) 100%}.header-bar{gap:20px;min-height:56px}.header-search input{width:212px}.shop-banner .shop-hero{width:min(1280px,100% - 32px);padding:7px min(380px,36vw) 18px 0}.shop-kicker{margin-bottom:4px;font-size:14px}.shop-hero h1{font-size:clamp(26px,2.5vw,36px)}.shop-hero p:last-of-type{margin-top:6px;font-size:18px}}@media (width<=1024px){.product-grid{grid-template-columns:1fr 1fr}.header-bar,.footer-bar{width:min(1280px,100% - 32px)}}@media (width<=860px){.header-bar{padding:calc(12px + env(safe-area-inset-top,0px)) 0 12px;grid-template-columns:1fr auto;grid-template-areas:"brand actions""search search";gap:12px}.header-bar .brand{grid-area:brand;justify-self:start;font-size:24px}.header-actions{grid-area:actions;justify-self:end}.header-search{grid-area:search;justify-self:stretch;display:flex}.header-search input{width:100%;height:44px;font-size:16px}.site.on-pdp .header-bar{grid-template-columns:1fr auto;grid-template-areas:"brand actions"}.product-grid{grid-template-columns:1fr}.footer-bar{text-align:center;flex-direction:column;align-items:center;gap:8px;width:min(1280px,100% - 24px)}.footer-bar .brand{justify-self:unset;font-size:22px}.footer-meta{width:100%}.footer-legal{gap:4px 16px;width:min(1280px,100% - 24px)}.cart-drawer{width:100%;max-width:none;padding:calc(12px + env(safe-area-inset-top,0px)) 16px calc(16px + env(safe-area-inset-bottom,0px));left:0;right:0}.cart-head h2{font-size:clamp(1.25rem,6vw,1.6rem)}.cart-list li,.cart-item{grid-template-columns:64px minmax(0,1fr);gap:8px 12px}.cart-item-image,.cart-list img{grid-row:span 2;width:64px;height:64px}.cart-item-info,.cart-item-price{grid-column:2;min-width:0}.cart-item-info strong{-webkit-line-clamp:3;font-size:20px}.cart-item-price{justify-self:start;font-size:20px}.qty-row{flex-wrap:wrap;gap:8px;margin-top:6px}.cart-item .qty-row button,.cart-item .qty-row span{min-width:44px;min-height:44px}.cart-item .cart-remove{min-width:auto;min-height:44px}.cart-foot{flex-direction:column;align-items:stretch;gap:12px}.cart-foot p{justify-content:space-between;width:100%;font-size:20px;display:flex}.cart-foot .btn{width:100%;min-height:48px}.shop-banner{background-position:right 8px top;background-size:min(200px,42vw) 100%}.shop-banner:before{background:linear-gradient(100deg,#e8ede3 0% 52%,#e8ede3e0 68%,#e8ede359 100%);width:100%;display:block;inset:0}.shop-banner .shop-hero{width:min(1280px,100% - 24px);max-width:none;margin-left:auto;margin-right:auto;padding:14px 26% 16px 0}.shop-kicker{letter-spacing:.12em;margin:0 0 6px;font-size:14px}.shop-hero h1{font-size:clamp(24px,6.6vw,30px);line-height:1.14}.shop-hero p:last-of-type{max-width:22rem;margin-top:8px;font-size:20px;line-height:1.45}}@media (width<=400px){.cart-drawer{padding-left:12px;padding-right:12px}.cart-list li,.cart-item{grid-template-columns:56px minmax(0,1fr)}.cart-item-image,.cart-list img{width:56px;height:56px}.cart-item .qty-row button,.cart-item .qty-row span{min-width:36px;min-height:36px}}.pdp-announcement{color:#f5fbf7;background:#0b543f;font-size:14px;line-height:1}.pdp-announcement>div{justify-content:center;align-items:center;gap:18px;width:min(1320px,100% - 48px);min-height:30px;margin:0 auto;display:flex}.pdp-announcement i{opacity:.55;font-style:normal}.site.on-pdp .site-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;border-bottom:1px solid #e3eae6;top:0}.site.on-pdp .header-bar{grid-template-columns:auto auto minmax(240px,1fr) auto;grid-template-areas:"brand nav search actions";align-items:center;gap:26px;width:min(1320px,100% - 48px);min-height:66px;display:grid}.site.on-pdp .header-bar .brand{color:#0d563f;grid-area:brand;font-size:28px}.site.on-pdp .header-bar .brand-leaf{width:23px;height:23px}.pdp-main-nav{grid-area:nav;align-items:center;gap:24px;display:flex}.pdp-main-nav a{color:#2f453d;white-space:nowrap;font-size:16px;font-weight:650;transition:color .18s}.pdp-main-nav a:hover{color:#0d5a42}.site.on-pdp .header-search{grid-area:search;justify-self:stretch;width:100%;max-width:450px;margin-left:auto}.site.on-pdp .header-search input{background:#f8faf8;border-color:#d9e2dc;width:100%;height:39px;padding-right:44px;font-size:16px}.site.on-pdp .header-search .search-glyph{color:#0d5a42;left:auto;right:14px}.site.on-pdp .header-actions{grid-area:actions;gap:2px}.site.on-pdp .icon-btn{border-radius:50%;width:40px;height:40px}.site.on-pdp .icon-btn:hover{background:#f0f6f2}.site.on-pdp .count-dot{background:#0d5a42;border:2px solid #fff;min-width:17px;height:17px;line-height:17px;top:2px;right:1px}.pdp-mobile-menu-btn,.pdp-search-toggle,.search-toggle,.pdp-mobile-nav{display:none}.site-footer.pdp-site-footer{color:#1e4034;background:linear-gradient(#eff6f1 0%,#e7f0e9 100%);padding:30px 0 16px}.pdp-footer-grid{grid-template-columns:1.35fr .7fr .9fr .8fr 1fr;align-items:start;gap:34px;width:min(1320px,100% - 48px);margin:0 auto;display:grid}.pdp-footer-brand .brand{font-size:25px}.pdp-footer-brand>p,.pdp-footer-note p{color:#64776e;margin-top:8px;font-size:16px;line-height:1.55}.pdp-footer-social{gap:7px;margin-top:12px;display:flex}.pdp-footer-social span{color:#0d5a42;border:1px solid #bfd0c6;border-radius:50%;place-items:center;width:28px;height:28px;display:grid}.pdp-footer-social svg{width:14px;height:14px}.pdp-footer-grid nav,.pdp-footer-note{align-content:start;gap:6px;display:grid}.pdp-footer-grid nav strong,.pdp-footer-note strong{color:#1b3a30;margin-bottom:2px;font-size:16px}.pdp-footer-grid nav a{color:#64776e;font-size:16px;transition:color .18s}.pdp-footer-grid nav a:hover{color:#0d5a42}.pdp-site-footer .footer-legal{border-color:#c9d8cf;justify-content:flex-start;gap:4px 18px;width:min(1320px,100% - 48px);margin-top:18px;padding-top:12px}.pdp-site-footer .footer-legal a,.pdp-site-footer .footer-legal span{color:#74837c;min-height:0;font-size:14px}.pdp-site-footer .footer-legal span{margin-left:auto}@media (width<=1100px){.site.on-pdp .header-bar{grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"brand search actions"}.pdp-main-nav{display:none}.pdp-footer-grid{grid-template-columns:1.2fr repeat(3,.8fr)}.pdp-footer-note{display:none}}@media (width<=720px){.pdp-announcement{display:none}.site.on-pdp .site-header{position:sticky;top:0}.site.on-pdp .header-bar{grid-template-columns:42px minmax(0,1fr) auto;grid-template-areas:"menu brand actions""search search search";gap:0;width:min(100% - 20px,560px);min-height:58px;padding:0}.pdp-mobile-menu-btn{color:#0a4f3b;cursor:pointer;background:0 0;border:0;border-radius:50%;grid-area:menu;place-items:center;width:40px;height:40px;padding:0;display:inline-grid}.pdp-mobile-menu-btn svg{width:24px;height:24px}.site.on-pdp .header-bar .brand{justify-self:center;font-size:25px}.site.on-pdp .header-bar .brand-leaf{width:21px;height:21px}.site.on-pdp .header-actions{justify-self:end}.site.on-pdp .icon-btn{width:38px;height:38px}.site.on-pdp .icon-btn svg{width:21px;height:21px}.pdp-search-toggle,.search-toggle{display:inline-flex}.header-search{grid-area:search;justify-self:stretch;width:100%;max-width:none;display:none}.header-search.is-mobile-open{display:flex}.site.on-pdp .header-search{grid-area:search;width:100%;max-width:none;padding:0 0 10px;display:none}.site.on-pdp .header-search.is-mobile-open{display:flex}.site.on-pdp .header-search input{height:42px;padding-left:14px;font-size:16px}.pdp-mobile-nav{background:#fff;border-top:1px solid #edf1ee;width:min(100% - 20px,560px);margin:0 auto;padding:8px 0 12px;display:grid}.pdp-mobile-nav a{color:#24463a;border-bottom:1px solid #eef2ef;align-items:center;min-height:42px;padding:0 8px;font-size:16px;font-weight:650;display:flex}.site-footer.pdp-site-footer{padding:20px 0 12px}.pdp-footer-grid{grid-template-columns:1fr;gap:12px;width:min(100% - 24px,560px)}.pdp-footer-brand{text-align:left}.pdp-footer-brand .brand{font-size:22px}.pdp-footer-brand>p{max-width:36ch;font-size:16px}.pdp-footer-grid nav{border-top:1px solid #d2dfd7;grid-template-columns:1fr auto;padding-top:9px}.pdp-footer-grid nav strong{grid-column:1/-1}.pdp-footer-grid nav a{font-size:16px}.pdp-footer-grid nav a:nth-of-type(2n){text-align:right}.pdp-site-footer .footer-legal{justify-content:flex-start;gap:6px 12px;width:min(100% - 24px,560px)}.pdp-site-footer .footer-legal a,.pdp-site-footer .footer-legal span{font-size:14px}.pdp-site-footer .footer-legal span{width:100%;margin-left:0}}.checkout-page{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--checkout-bg:#fff;--sidebar-bg:#f5f5f5;--text:#000;--text-dark:#000;--muted:#707070;--light-muted:#707070;--border:#dedede;--border-dark:#d6d6d6;--input-bg:#fff;--brand-teal:#2f5b49;--blue:#2f5b49;--blue-dark:#19382f;--pay-blue:#2f5b49;--pay-blue-hover:#19382f;--focus:#2f5b49;--radius:8px;--radius-card:12px;--checkout-gutter:14px;--checkout-section-gap:24px;--system-font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji";--system-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;background:var(--checkout-bg);width:100%;min-width:320px;min-height:100svh;color:var(--text);font-family:var(--system-font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;font-size:16px;font-weight:400;line-height:1.45}.checkout-page button,.checkout-page input,.checkout-page select,.checkout-page textarea{font:inherit;font-family:inherit}.checkout-page button,.checkout-page select{-webkit-tap-highlight-color:transparent}.checkout-page :where(button){background:0 0;border:0}.checkout-page img{max-width:100%;display:block}.checkout-page a{color:inherit}.checkout-page .search-icon svg{width:18px;height:18px}.checkout-page .header-bag-button svg,.checkout-page .bag-icon svg{width:22px;height:22px}.checkout-page .brand-logo svg,.checkout-page .brand-leaf{width:22px;height:22px;color:inherit;fill:none}.checkout-page svg{flex-shrink:0;display:block}.checkout-page{background:#fff;width:100%;min-height:100vh;overflow-x:clip}.checkout-shell{width:100%;min-height:100vh}.checkout-shell--notice{max-width:640px;padding:32px var(--checkout-gutter,16px) 64px;margin:0 auto}.checkout-page .site-header{border-bottom:1px solid var(--border);width:100%}.checkout-page .site-header-inner{justify-content:space-between;align-items:center;gap:20px;max-width:1440px;margin:0 auto;padding:22px clamp(20px,4vw,60px);display:flex}.checkout-page .brand-lockup{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.checkout-page .brand-logo{color:var(--brand-teal);letter-spacing:-.03em;white-space:nowrap;align-items:center;gap:8px;font-family:Fraunces,Georgia,serif;font-size:clamp(19px,2.4vw,24px);font-weight:600;display:inline-flex}.checkout-page .brand-checklist{border-left:1px solid var(--border);color:var(--text-dark);flex-flow:column wrap;gap:6px;padding-left:18px;font-size:16px;font-weight:600;display:flex}.checkout-page .brand-checklist span{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.checkout-page .brand-checklist svg{width:13px;height:13px;color:var(--text-dark);flex:none}.header-bag-button{width:44px;height:44px;color:var(--text-dark);cursor:pointer;flex:none;justify-content:center;align-items:center;margin-right:-6px;display:inline-flex}.checkout-grid{grid-template-columns:minmax(0,1fr) minmax(420px,48%);min-height:100vh;display:grid}.checkout-main{width:100%;max-width:660px;margin-left:auto;padding:40px clamp(40px,7.5vw,96px) 80px clamp(44px,8.5vw,104px)}.checkout-sidebar{background:var(--sidebar-bg);border-left:1px solid #eee;width:100%;padding:40px clamp(40px,7vw,88px) 80px clamp(36px,5.5vw,72px)}.express-checkout{margin:0 0 28px}.express-checkout-title{color:#546272;font-family:var(--system-font);letter-spacing:-.01em;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-size:16px;font-style:normal;font-weight:500;line-height:1.3}.checkout-block{width:100%;margin:0 0 var(--checkout-section-gap)}.checkout-block:last-child{margin-bottom:0}.section-heading{margin-bottom:14px}.section-heading h2{color:var(--text-dark);letter-spacing:-.2px;margin:0;font-size:21px;font-weight:600;line-height:1.2}.section-heading p{color:var(--muted);margin:5px 0 0;font-size:16px;line-height:1.35}.field{width:100%;margin-bottom:10px;position:relative}.field>label{color:#424242;margin:0 0 6px;font-size:16px;font-weight:500;line-height:1.25;display:block}.input-container{width:100%;position:relative}.input-container input,.select-container select{border:1px solid var(--border);border-radius:var(--radius);background:var(--input-bg);width:100%;height:48px;color:var(--text-dark);appearance:none;outline:none;padding:0 12px;font-size:16px;font-weight:400;line-height:48px;transition:border-color .12s,box-shadow .12s,background .12s}.input-container input::placeholder{color:var(--muted);opacity:1}.input-container input:hover,.select-container select:hover{border-color:var(--border-dark)}.input-container input:focus,.select-container select:focus{border-color:var(--focus);box-shadow:0 0 0 1px var(--focus)}.input-container input:disabled,.select-container select:disabled{color:#999;cursor:not-allowed;background:#f4f4f4}.select-container{width:100%;position:relative}.select-container select{cursor:pointer;padding-right:42px;line-height:normal}.select-container select:has(option:checked[value=""]){color:#8a8a8a}.select-chevron{color:#6d7175;pointer-events:none;justify-content:center;align-items:center;width:16px;height:16px;display:flex;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.select-chevron svg{width:12px;height:8px;display:block}.field-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;display:grid}.checkbox-row{color:#4c4c4c;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:9px;min-height:28px;margin-top:1px;font-size:16px;line-height:1.35;display:flex;position:relative}.checkbox-row input{clip:rect(0, 0, 0, 0);white-space:nowrap;appearance:none;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.custom-check{color:#fff;background:#fff;border:1px solid #a9a9a9;border-radius:3px;flex:0 0 18px;justify-content:center;align-items:center;width:18px;height:18px;font-size:13px;font-weight:700;transition:background .12s,border-color .12s;display:inline-flex}.checkbox-row input:checked+.custom-check{background:var(--brand-teal);border-color:var(--brand-teal);color:#fff}.delivery-city-grid{grid-template-columns:minmax(0,.9fr) minmax(0,.65fr) minmax(0,.75fr)}.search-icon,.lock-icon{color:#6d6d6d;pointer-events:none;justify-content:center;align-items:center;width:19px;height:19px;display:flex;position:absolute;top:50%;right:13px;transform:translateY(-50%)}.field-info-tip{z-index:3;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.field-info-btn{color:#6d7175;cursor:help;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;padding:0;display:inline-flex}.field-info-btn:hover,.field-info-btn:focus-visible{color:#303030;outline:none}.field-info-btn svg{width:16px;height:16px;display:block}.field-info-tooltip{color:#fff;letter-spacing:0;text-align:left;white-space:normal;opacity:0;visibility:hidden;pointer-events:none;background:#303030;border-radius:8px;width:max-content;max-width:240px;padding:10px 12px;font-size:14px;font-weight:400;line-height:1.4;transition:opacity .12s,visibility .12s,transform .12s;position:absolute;bottom:calc(100% + 10px);right:-4px;transform:translateY(2px);box-shadow:0 4px 14px #0000002e}.field-info-tooltip:after{content:"";border:6px solid #0000;border-top-color:#303030;position:absolute;top:100%;right:10px}.field-info-tip:hover .field-info-tooltip,.field-info-tip:focus-within .field-info-tooltip{opacity:1;visibility:visible;transform:translateY(0)}:is(.input-container:has(.field-info-tip) input,.input-container:has(.lock-icon) input,.input-container:has(.search-icon) input){padding-right:42px}@media (width<=600px){.field-info-tooltip{max-width:min(240px,100vw - 48px);padding:10px 11px;font-size:12px;right:-6px}.card-fields .field-info-tooltip{left:50%;right:auto;transform:translate(-50%,2px)}.card-fields .field-info-tip:hover .field-info-tooltip,.card-fields .field-info-tip:focus-within .field-info-tooltip{transform:translate(-50%)}.card-fields .field-info-tooltip:after{left:50%;right:auto;transform:translate(-50%)}}.shipping-placeholder{border:1px solid var(--border);border-radius:var(--radius);color:var(--muted);background:#f5f5f5;padding:15px;font-size:16px}.shipping-options{border:1px solid var(--border);border-radius:var(--radius);background:#fff;overflow:hidden}.shipping-option{border-bottom:1px solid var(--border);text-align:left;cursor:pointer;background:#fff;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;min-height:64px;padding:10px 13px;display:grid}.shipping-option:last-child{border-bottom:0}.shipping-option:hover{background:#fafafa}.shipping-option.selected{background:#fbfbfb}.shipping-radio{border:1px solid #9c9c9c;border-radius:50%;justify-content:center;align-items:center;width:17px;height:17px;display:flex}.shipping-option.selected .shipping-radio{border:5px solid #111}.shipping-radio-dot{background:#fff;border-radius:50%;width:100%;height:100%}.shipping-name{flex-direction:column;min-width:0;display:flex}.shipping-name strong{color:#303030;font-size:16px;font-weight:500}.shipping-name span{color:#777;margin-top:1px;font-size:16px}.shipping-price{color:#303030;font-size:16px;font-weight:500}.help-icon{color:#8a8a8a;flex:none;justify-content:center;align-items:center;width:16px;height:16px;margin-left:3px;display:flex}.payment-block{margin-top:43px}.checkout-payment-widget,.checkout-payment-widget>div{width:100%;max-width:100%;display:block}.payment-card{border:1px solid var(--border);border-radius:var(--radius-card);background:#fff;overflow:hidden}.payment-method-row{border-bottom:1px solid var(--border);color:#303030;text-align:left;cursor:pointer;background:#fff;justify-content:space-between;align-items:center;gap:14px;width:100%;min-height:58px;padding:12px 14px;display:flex}.payment-method-row:hover{background:#fafafa}.payment-method-row.selected{background:#fdfdfd}.payment-method-left{align-items:center;gap:10px;min-width:0;display:flex}.payment-method-left strong{font-size:16px;font-weight:500}.radio{background:#fff;border:1px solid #999;border-radius:50%;flex:0 0 18px;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.radio.checked{border:5px solid #111}.card-brand-list{flex-shrink:0;align-items:center;gap:5px;display:flex}.checkout-page .brand{border-radius:3px;justify-content:center;align-items:center;width:36px;height:23px;display:flex;position:relative;overflow:hidden}.checkout-page .brand.visa{color:#fff;background:#1434cb;font-family:Arial,sans-serif;font-size:10px;font-style:italic;font-weight:900}.checkout-page .brand.mastercard{background:#eee;position:relative}.checkout-page .brand.mastercard i{border-radius:50%;width:15px;height:15px;position:absolute;top:4px}.checkout-page .brand.mastercard i:first-child{background:#eb001b;left:6px}.checkout-page .brand.mastercard i:last-child{background:#f79e1b;right:6px}.checkout-page .brand.amex{color:#fff;background:#1f72cd;font-family:Arial,sans-serif;font-size:8.5px;font-weight:800}.checkout-page .brand.discover{color:#fff;background:#ee7623;font-family:Arial,sans-serif;font-size:7.5px;font-weight:800}.discover-swoop{background:#f4c142;border-radius:50%;width:14px;height:14px;position:absolute;bottom:-6px;right:-6px}.card-fields{background:#fff;padding:14px 14px 3px}.card-fields .field{margin-bottom:10px}.paypal-row{border-bottom:1px solid var(--border)}.paypal-wordmark{font-style:italic;color:#003087!important;font-size:15px!important;font-weight:700!important}.billing-section{width:100%;margin-top:14px}.billing-check-row{min-height:24px;color:var(--text-dark);cursor:pointer;align-items:center;gap:9px;padding:0;font-size:16px;display:flex;position:relative}.billing-check-row input[type=checkbox]{width:18px;height:18px;accent-color:var(--brand-teal);cursor:pointer;flex:0 0 18px;margin:0}.billing-fields{padding:12px 0 0}.billing-fields .field{margin-bottom:11px}.message{border-radius:var(--radius);margin-top:15px;padding:12px 13px;font-size:16px;line-height:1.35}.checkout-shell--notice .message{border:1px solid var(--border);color:var(--text-dark);background:#fafafa;margin-top:0;margin-bottom:12px}.checkout-shell--notice a{color:var(--focus);text-underline-offset:2px;text-decoration:underline}.error-message{color:#a20000;background:#fff5f5;border:1px solid #e2b4b4}.pay-now-button{border-radius:var(--radius-card);background:var(--pay-blue);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;width:100%;min-height:48px;margin-top:16px;padding:14px 20px;font-size:16px;font-weight:600;transition:background .15s,transform 80ms;display:inline-flex}.pay-now-button:hover:not(:disabled){background:var(--pay-blue-hover)}.pay-now-button:active:not(:disabled){transform:scale(.998)}.pay-now-button:disabled,.pay-now-button.is-loading{cursor:not-allowed}.pay-now-button.is-loading{background:var(--pay-blue);opacity:1}.pay-now-spinner{border:2.5px solid #ffffff40;border-top-color:#fff;border-radius:50%;width:22px;height:22px;animation:.7s linear infinite pay-now-spin}@keyframes pay-now-spin{to{transform:rotate(360deg)}}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.checkout-footer-links{flex-wrap:wrap;justify-content:center;gap:7px 13px;margin-top:22px;display:flex}.checkout-footer-links a{min-height:44px;color:var(--focus);text-underline-offset:2px;align-items:center;font-size:16px;text-decoration:underline;display:inline-flex}.checkout-footer-links a:hover{color:var(--blue-dark)}.order-summary{width:100%}.product-list{scrollbar-width:thin;scrollbar-color:#bdbdbd transparent;flex-direction:column;max-height:240px;margin-bottom:18px;padding-right:4px;display:flex;overflow:hidden auto}.product-list::-webkit-scrollbar{width:6px}.product-list::-webkit-scrollbar-thumb{background:#bdbdbd;border-radius:8px}.summary-product{grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 2px;display:grid}.summary-product+.summary-product{border-top:1px solid #e6e6e6}.summary-product-image{background:#fff;border:1px solid #dcdcdc;border-radius:8px;width:64px;height:64px;position:relative;overflow:visible}.summary-product-image img{object-fit:contain;border-radius:8px;width:100%;height:100%}.quantity-badge{color:#fff;background:#1a1a1a;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:12px;font-weight:700;line-height:1;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 1px 3px #0000002e}.summary-product-info{flex-direction:column;gap:3px;min-width:0;display:flex}.summary-product-name{color:#111;font-size:14px;font-weight:500;line-height:1.3}.summary-product-variant{color:#707070;font-size:16px;font-weight:400;line-height:1.3}.summary-product-price{color:#111;white-space:nowrap;align-self:center;font-size:20px;font-weight:500}.cost-summary{width:100%;padding-top:4px}.total-row{color:#111;border-top:1px solid #e6e6e6;justify-content:space-between;align-items:center;margin-top:0;padding-top:16px;font-size:15px;font-weight:600;display:flex}.total-row strong{color:#1a1a1a;align-items:baseline;font-size:19px;font-weight:700;display:flex}.total-row small{color:#777;margin-right:4px;font-size:14px;font-weight:400}.mobile-summary{display:none}@media (width>=1400px){.checkout-grid{grid-template-columns:minmax(0,1fr) minmax(500px,46%)}.checkout-main{max-width:720px}}@media (width<=1050px){.checkout-grid{grid-template-columns:minmax(0,1fr) minmax(360px,43%)}.checkout-main{padding:36px clamp(36px,6vw,56px) 70px clamp(36px,6.5vw,64px)}.checkout-sidebar{padding:36px clamp(28px,5vw,44px) 70px clamp(28px,4.5vw,40px)}.card-brand-list{gap:3px}.checkout-page .brand{width:33px;height:22px}.checkout-page .brand-checklist{font-size:14px}}@media (width<=820px){.checkout-grid{display:block}.checkout-main{width:100%;max-width:100%;padding:20px var(--checkout-gutter) 48px;margin:0 auto}.express-checkout{margin:0 0 22px}.express-checkout-title{font-size:15px}.checkout-sidebar{display:none}.checkout-page .site-header-inner{padding:16px var(--checkout-gutter);flex-wrap:wrap;align-items:center;gap:8px 12px}.checkout-page .brand-lockup{flex:1;gap:10px;min-width:0}.checkout-page .brand-logo{letter-spacing:-.03em;font-size:20px;font-weight:600}.checkout-page .brand-leaf{width:20px;height:20px}.checkout-page .brand-checklist{border-left:none;border-top:1px solid var(--border);width:100%;color:var(--text-dark);flex-flow:wrap;order:3;align-items:center;gap:6px 12px;margin:0;padding:8px 0 0;font-size:14px;font-weight:600;line-height:1.25}.checkout-page .brand-checklist svg{width:12px;height:12px}.header-bag-button{width:44px;height:44px;color:var(--text-dark)}.header-bag-button svg{width:20px;height:20px}.mobile-summary{border-bottom:1px solid var(--border);background:#f5f5f5;width:100%;display:block}.mobile-summary-toggle{width:100%;min-height:63px;padding:16px var(--checkout-gutter);color:var(--focus);cursor:pointer;background:0 0;justify-content:space-between;align-items:center;gap:12px;display:flex}.mobile-summary-left{color:var(--focus);align-items:center;gap:8px;font-size:16px;font-weight:500;line-height:1.2;display:flex}.mobile-summary-toggle>strong{color:var(--text-dark);letter-spacing:-.1px;font-size:20px;font-weight:600;line-height:1.2}.bag-icon{width:18px;height:18px;color:inherit;display:flex}.summary-chevron{color:var(--focus);font-size:11px;line-height:1;transition:transform .15s}.summary-chevron.open{transform:rotate(180deg)}.mobile-summary-content{padding:0 var(--checkout-gutter) 20px;background:#f5f5f5;border-top:1px solid #e6e6e6}.mobile-summary-content .order-summary{max-width:100%;margin:0 auto}.checkout-block{margin-bottom:24px}.section-heading{margin-bottom:14px}.section-heading h2{letter-spacing:-.2px;font-size:21px;font-weight:600;line-height:1.2}.section-heading p{color:var(--muted);margin-top:4px;font-size:16px;line-height:1.35}.payment-block{margin-top:32px}.field{margin-bottom:10px}.field-grid{gap:10px}.input-container input,.select-container select{border:1px solid var(--border);border-radius:var(--radius);height:48px;color:var(--text-dark);padding:0 12px;font-size:16px;line-height:48px}.select-container select{padding-right:40px;line-height:normal}.shipping-options,.shipping-placeholder{border-radius:var(--radius)}.shipping-placeholder{border-color:var(--border);color:var(--muted);background:#f5f5f5;padding:14px 12px;font-size:14px}.shipping-option{gap:10px;min-height:60px;padding:12px}.payment-card{border:1px solid var(--border);border-radius:var(--radius-card);background:#fff}.payment-method-row{gap:10px;min-height:56px;padding:12px}.payment-method-left strong{color:var(--text-dark);font-size:16px;font-weight:500}.card-fields{padding:12px 12px 2px}.billing-check-row{min-height:24px;color:var(--text-dark);padding:0;font-size:16px}.billing-fields{padding:12px 0 0}.pay-now-button{border-radius:var(--radius-card);background:var(--pay-blue);color:#fff;min-height:48px;margin-top:16px;font-size:16px;font-weight:600}.checkout-footer-links{justify-content:flex-start;gap:8px 14px;margin-top:20px}.checkout-footer-links a{min-height:44px;color:var(--focus);text-underline-offset:2px;font-size:16px;text-decoration:underline}.checkbox-row{color:var(--text-dark);gap:10px;font-size:16px}}@media (width<=600px){.checkout-page{color:var(--text);font-size:16px;line-height:1.35}.checkout-page .site-header-inner{padding:14px var(--checkout-gutter)}.checkout-page .brand-logo{font-size:20px}.checkout-page .brand-checklist{gap:5px 10px;padding-top:8px;font-size:14px;font-weight:600}.checkout-page .brand-checklist span{white-space:nowrap}.mobile-summary-toggle{min-height:63px;padding:16px var(--checkout-gutter)}.mobile-summary-left{font-size:16px}.mobile-summary-toggle>strong{font-size:20px}.mobile-summary-content{padding:0 var(--checkout-gutter) 18px}.checkout-main{padding:20px var(--checkout-gutter) 44px}.checkout-block{margin-bottom:24px}.section-heading h2{font-size:21px}.field-grid,.delivery-city-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}.delivery-city-grid>:first-child{grid-column:1/-1}.field{margin-bottom:10px}.input-container input,.select-container select{border-radius:8px;height:48px;font-size:16px}.select-chevron{right:12px}.card-brand-list{flex-wrap:wrap;justify-content:flex-end;gap:4px}.checkout-page .brand{width:34px;height:22px}.checkout-page .brand.visa{font-size:9px}.checkout-page .brand.mastercard i{width:12px;height:12px;top:4px}.checkout-page .brand.mastercard i:first-child{left:5px}.checkout-page .brand.mastercard i:last-child{right:5px}.summary-product{grid-template-columns:56px minmax(0,1fr) auto;gap:12px;padding:12px 0}.summary-product-image{border-radius:8px;width:56px;height:56px}.summary-product-name,.summary-product-price{font-size:20px}.summary-product-variant{font-size:16px}.total-row strong{letter-spacing:-.2px;font-size:18px}.message{border-radius:8px;margin-top:12px;padding:12px;font-size:16px}}@media (width<=380px){.checkout-page .site-header-inner,.checkout-main,.mobile-summary-toggle,.mobile-summary-content{padding-left:12px;padding-right:12px}.checkout-main{padding-top:18px;padding-bottom:40px}.field-grid,.delivery-city-grid{gap:8px}.checkout-page .brand-checklist{font-size:14px}.checkout-page .brand-checklist span{white-space:normal}.card-brand-list{max-width:48%}.checkout-page .brand{width:28px;height:19px}.payment-method-row{gap:8px;padding:10px}.summary-product{grid-template-columns:52px minmax(0,1fr) auto;gap:12px;padding:12px 0}.summary-product-image{width:52px;height:52px}.pay-now-button{min-height:48px;font-size:15px}.section-heading h2{font-size:20px}}@media (hover:none) and (pointer:coarse){.input-container input,.select-container select{min-height:48px}.pay-now-button{min-height:52px}.shipping-option,.payment-method-row,.mobile-summary-toggle{-webkit-tap-highlight-color:transparent}}@media (prefers-reduced-motion:reduce){.checkout-page *,.checkout-page :before,.checkout-page :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (prefers-color-scheme:dark){.checkout-page{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}}.shop{width:min(1280px,100% - 48px);margin:0 auto;padding:18px 0 72px}.shop-toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.shop-pills{flex-wrap:wrap;gap:8px;display:flex}.shop-pill{color:#3d4a43;cursor:pointer;background:#fff;border:1px solid #d7ddd6;border-radius:999px;height:36px;padding:0 14px;font-size:16px;font-weight:500;line-height:1}.shop-pill.active{color:#fff;background:#2f5b49;border-color:#2f5b49}.shop-pill:hover:not(.active){color:#2f5b49;border-color:#2f5b49}.shop-sort{color:#66756c;white-space:nowrap;align-items:center;gap:6px;font-size:16px;display:inline-flex}.shop-sort select{color:#1f3d32;cursor:pointer;background:0 0;border:0;font-size:16px;font-weight:600}.shop-grid{grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;gap:16px;display:grid}.shop-card{background:#fff;border:1px solid #e4e8e2;border-radius:18px;flex-direction:column;min-width:0;height:100%;display:flex;overflow:hidden;box-shadow:0 8px 24px #1f3d320a}.shop-card-media{background:#f4f1ea;height:176px;position:relative}.shop-card-image{place-items:center;width:100%;height:100%;display:grid}.shop-card-image img{object-fit:contain;width:78%;height:78%}.shop-card-tags{z-index:1;pointer-events:none;flex-wrap:wrap;align-items:flex-start;gap:4px;max-width:calc(100% - 24px);display:flex;position:absolute;top:12px;left:12px}.shop-card-badge{color:#fff;letter-spacing:.01em;overflow-wrap:break-word;word-break:normal;background:#2f5b49;border-radius:999px;max-width:100%;padding:3px 7px;font-size:10px;font-weight:600;line-height:1.2}.shop-card-body{flex-direction:column;flex:1;padding:10px 12px 12px;display:flex}.shop-card-body h3{color:#24362e;letter-spacing:0;overflow-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.7em;margin:0;font-family:inherit;font-size:20px;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.shop-card-blurb{color:#7a847d;-webkit-line-clamp:1;-webkit-box-orient:vertical;height:1.35em;margin:4px 0 0;font-size:16px;line-height:1.35;display:-webkit-box;overflow:hidden}.shop-rating{color:#6d7770;white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:4px;min-width:0;min-height:20px;margin:6px 0 0;font-size:16px;display:flex}.shop-rating svg{color:#e0b03a;width:13px;height:13px}.shop-rating strong{color:#24362e;font-weight:600}.shop-rating.muted{color:#8a938c}.shop-price{margin-top:auto;padding-top:8px}.shop-price-row{flex-wrap:nowrap;align-items:center;gap:6px;min-width:0;min-height:22px;display:flex}.shop-price-original{color:#8b948d;white-space:nowrap;flex:none;font-size:16px;text-decoration:line-through}.shop-off{color:#fff;letter-spacing:.02em;white-space:nowrap;background:#2f5b49;border-radius:6px;flex:none;padding:2px 6px;font-size:12px;font-weight:700;line-height:1.2}.shop-price-sale{color:#1f3d32;white-space:nowrap;margin:0;font-size:20px;font-weight:700;line-height:1.2}.shop-card-btn{color:#fff;white-space:nowrap;background:#2f5b49;border-radius:10px;justify-content:center;align-items:center;width:100%;min-height:36px;margin-top:8px;padding:0 8px;font-size:16px;font-weight:600;display:flex}.shop-card-btn:hover,.shop-card-btn:focus-visible{background:#264a3c}.shop .empty{text-align:center;padding:56px 12px}@media (width<=1180px){.shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=860px){.shop{width:min(1280px,100% - 24px);padding:14px 0 56px}.shop-hero{min-height:0;padding-right:0}.shop-toolbar{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:16px;display:flex}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.shop-card-media{height:140px}.shop-card-tags{gap:3px;max-width:min(46%,108px);max-height:34px;inset:6px auto auto 6px;overflow:hidden}.shop-card-badge{color:#2f5b49;letter-spacing:.01em;-webkit-backdrop-filter:blur(6px);background:#ffffffb8;border:1px solid #2f5b491f;min-width:0;padding:2px 6px;font-size:9px;font-weight:700;box-shadow:0 1px 4px #10292214}.shop-card-body{padding:8px 10px 10px}.shop-sort{justify-content:flex-start;width:100%;min-height:44px}.shop-sort select{font-size:16px}.shop-card-btn{min-height:40px;font-size:16px}.shop-rating{gap:3px;min-height:16px;font-size:11px}.shop-rating svg{width:11px;height:11px}.shop-price-row{gap:4px}.shop-price-sale{font-size:14px}.shop-price-original{font-size:11px}.shop-off{letter-spacing:0;padding:1px 4px;font-size:10px}}@media (width<=560px){.shop-pills{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;touch-action:pan-x;flex-wrap:nowrap;width:100%;padding-bottom:2px;overflow:auto hidden}.shop-pills::-webkit-scrollbar{display:none}.shop-pill{flex:none;height:40px;font-size:16px}.shop-card-media{height:128px}.shop-card-tags{max-width:min(42%,92px);top:5px;left:5px}.shop-card-badge{padding:2px 5px;font-size:9px}.shop-card-body{padding:8px 10px 10px}.shop-card-body h3{font-size:20px}.shop-price{margin-top:auto;padding-top:6px}.shop-price-row{gap:3px}.shop-price-original{font-size:11px}.shop-off{letter-spacing:0;padding:1px 4px;font-size:10px}.shop-price-sale{font-size:13px}}.pdp{--pdp-green:#0d5a42;--pdp-green-dark:#073f30;--pdp-green-soft:#e9f4ee;--pdp-green-pale:#f4f9f6;--pdp-ink:#102922;--pdp-text:#53665f;--pdp-line:#dfe8e2;--pdp-gold:#f2a20a;--pdp-cream:#fbfcfa;color:var(--pdp-ink);font-family:var(--sans);background:#fff}.pdp *,.pdp :before,.pdp :after{box-sizing:border-box}.pdp-container{width:min(1320px,100% - 48px);margin:0 auto}.pdp-crumbs{color:#73817b;white-space:nowrap;align-items:center;gap:8px;min-height:54px;font-size:16px;display:flex;overflow:hidden}.pdp-crumbs a{color:#53665f;transition:color .2s}.pdp-crumbs a:hover{color:var(--pdp-green)}.pdp-crumbs svg{color:#9aa7a1;flex:none;width:14px;height:14px}.pdp-crumb-current{text-overflow:ellipsis;overflow:hidden}.pdp-desktop-top{min-width:0}.pdp-hero{grid-template-columns:minmax(0,1.15fr) minmax(380px,.95fr);align-items:start;gap:28px;padding-bottom:16px;display:grid}.pdp-gallery-wrap,.pdp-info,.pdp-buy-box,.pdp-sidecards{min-width:0}.pdp-gallery{grid-template-columns:76px minmax(0,1fr);align-items:start;gap:14px;display:grid}.pdp-thumbs{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;gap:10px;max-height:548px;padding-right:3px;display:flex;overflow-y:auto}.pdp-thumbs::-webkit-scrollbar{display:none}.pdp-thumbs button{aspect-ratio:1;border:1px solid var(--pdp-line);cursor:pointer;background:#fff;border-radius:10px;flex:none;width:72px;padding:4px;transition:border-color .2s,box-shadow .2s,transform .2s;position:relative;overflow:hidden}.pdp-thumbs button:hover{border-color:#a9c5b8;transform:translateY(-1px)}.pdp-thumbs button.active{border-color:var(--pdp-green);box-shadow:0 0 0 1px var(--pdp-green)}.pdp-thumbs img{object-fit:contain;background:#f7f8f5;border-radius:7px;width:100%;height:100%}.pdp-thumb-play{width:28px;height:28px;color:var(--pdp-green);background:#fffffff0;border-radius:50%;place-items:center;font-size:10px;display:grid;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);box-shadow:0 4px 14px #1029222e}.pdp-stage{aspect-ratio:1.08;touch-action:pan-y;background:radial-gradient(circle at 18% 15%,#c4e1c6a6,#0000 35%),linear-gradient(135deg,#eff5ea 0%,#f8f7f1 58%,#edf3e9 100%);border:1px solid #edf0ea;border-radius:12px;min-height:500px;position:relative;overflow:hidden}.pdp-stage>img,.pdp-stage>video{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%}.pdp-stage>video{mix-blend-mode:normal;background:#101813}.pdp-expand{color:var(--pdp-green-dark);cursor:pointer;background:#fffffff0;border:1px solid #0d5a421f;place-items:center;transition:transform .18s,background .18s;display:inline-grid;position:absolute;box-shadow:0 6px 18px #1130251a}.pdp-expand:hover{background:#fff;transform:translateY(-1px)}.pdp-media-counter{color:#fff;letter-spacing:.02em;background:#0d5a42e0;border-radius:999px;padding:6px 10px;font-size:14px;font-weight:700;position:absolute;bottom:14px;right:14px}.pdp-expand{border-radius:50%;width:36px;height:36px;bottom:14px;left:14px}.pdp-expand svg{width:17px;height:17px}.pdp-info{padding-top:2px}.pdp-brand-pill{background:var(--pdp-green);color:#fff;letter-spacing:.03em;text-transform:uppercase;border-radius:999px;align-items:center;min-height:25px;padding:4px 10px;font-size:14px;font-weight:800;display:inline-flex}.pdp-info h1{color:#0b2b22;font-family:var(--pdp-serif);letter-spacing:-.035em;margin:10px 0 8px;font-size:clamp(31px,2.8vw,43px);font-weight:650;line-height:1.03}.pdp-rating-row{color:#5f6f68;flex-wrap:wrap;align-items:center;gap:7px;min-height:26px;font-size:13px;display:flex}.pdp-rating-row strong{color:#273d35}.pdp-rating-row a{color:var(--pdp-green);text-underline-offset:2px;text-decoration:underline}.pdp-verified{color:#237052;background:#edf8f0;border-radius:999px;align-items:center;gap:5px;margin-left:4px;padding:4px 8px;font-size:12px;font-weight:700;display:inline-flex}.pdp-verified svg{width:14px;height:14px}.pdp-stars{--star-size:16px;height:var(--star-size);align-items:center;gap:2px;line-height:0;display:inline-flex}.pdp-stars.is-small{--star-size:13px}.pdp-star{flex:0 0 var(--star-size);width:var(--star-size);height:var(--star-size);color:#d7ddd9;display:block;position:relative}.pdp-star>svg,.pdp-star-overlay>svg{width:var(--star-size);height:var(--star-size);max-width:none;min-width:var(--star-size);display:block}.pdp-star-overlay{width:0;color:var(--pdp-gold);pointer-events:none;position:absolute;top:0;bottom:0;left:0;overflow:hidden}.pdp-price-row{flex-wrap:wrap;align-items:baseline;gap:8px 12px;margin:11px 0 8px;display:flex}.pdp-sale-price{color:#082c22;letter-spacing:-.025em;font-size:24px;font-weight:800;line-height:1}.pdp-price-meta{align-items:center;gap:8px;display:inline-flex}.pdp-original-price{color:#8b9892;font-size:14px;text-decoration:line-through}.pdp-discount{min-height:28px;color:var(--pdp-green);background:#dff1e7;border-radius:999px;align-items:center;padding:5px 11px;font-size:12px;font-weight:800;display:inline-flex}.pdp-summary-heading{color:#18342b;font-family:var(--sans);letter-spacing:0;margin:2px 0 6px;font-size:16px;font-weight:800;line-height:1.2;display:block}.pdp-description{color:#53665f;max-width:60ch;font-size:14px;line-height:1.5}.pdp-summary-more{display:none}.pdp-benefit-strip{scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;gap:5px;max-width:100%;margin:12px 0 10px;display:flex;overflow-x:auto}.pdp-benefit-strip::-webkit-scrollbar{display:none}.pdp-benefit-strip>div{color:#3d5850;white-space:nowrap;background:#edf4f0;border-radius:999px;flex:none;align-items:center;min-height:22px;padding:3px 8px;font-size:11px;font-weight:600;line-height:1.2;display:inline-flex}.pdp-benefit-strip .pdp-benefit-icon{display:none}.pdp-benefit-icon,.pdp-side-icon,.pdp-mobile-accordion-icon{color:var(--pdp-green);background:#e5f1ea;border-radius:50%;flex:none;place-items:center;display:grid}.pdp-benefit-icon{width:33px;height:33px}.pdp-benefit-icon svg{width:18px;height:18px}.pdp-suitable{gap:8px;margin-top:13px;display:grid}.pdp-suitable>strong,.pdp-qty-label{color:#18342b;font-size:14px;font-weight:800}.pdp-suitable>div{scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;gap:5px;max-width:100%;display:flex;overflow-x:auto}.pdp-suitable>div::-webkit-scrollbar{display:none}.pdp-suitable span,.pdp-mobile-tags span{color:#3d5850;white-space:nowrap;background:#edf4f0;border-radius:999px;flex:none;align-items:center;min-height:22px;padding:3px 8px;font-size:11px;font-weight:600;line-height:1.2;display:inline-flex}.pdp-purchase-row{justify-content:space-between;align-items:center;gap:12px;margin:0 0 14px;display:flex}.pdp-qty-label{flex:none;line-height:1}.pdp-qty{background:#fff;border:1px solid #cfdad4;border-radius:7px;grid-template-columns:40px 48px 40px;height:40px;display:grid;overflow:hidden}.pdp-qty button,.pdp-qty span{color:#18342b;background:0 0;border:0;place-items:center;font-size:20px;font-weight:650;display:grid}.pdp-qty button{cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.pdp-qty button:hover{background:#f4f8f5}.pdp-qty button:active{background:#eaf3ee}.pdp-qty>*+*{border-left:1px solid #d9e2dc}.pdp-actions{grid-template-columns:1.25fr 1fr;gap:10px;margin-top:16px;display:grid}.pdp-btn{border:1px solid var(--pdp-green);cursor:pointer;border-radius:7px;justify-content:center;align-items:center;gap:8px;min-height:44px;font-size:14px;font-weight:800;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.pdp-btn:hover{transform:translateY(-1px)}.pdp-btn svg{width:19px;height:19px}.pdp-btn-primary{color:#fff;background:linear-gradient(135deg,#0f6048,#0a4d39);box-shadow:0 8px 18px #0d5a421f}.pdp-btn-primary:hover{box-shadow:0 10px 22px #0d5a422e}.pdp-btn-secondary{color:var(--pdp-green-dark);background:#fff}.pdp-btn-secondary:hover{background:#f6faf7}.pdp-sticky-cta{display:none}.pdp-meta-row{min-width:0}.pdp-trust{border-top:1px solid #edf0ed;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:12px 0 0;padding:10px 0 0;list-style:none;display:grid}.pdp-trust li{align-items:center;gap:7px;min-width:0;display:flex}.pdp-trust li>svg{width:24px;height:24px;color:var(--pdp-green);flex:none}.pdp-trust li div{min-width:0;display:grid}.pdp-trust strong{color:#203b31;font-size:12px}.pdp-trust span{color:#7a8882;font-size:11px;line-height:1.3}.pdp-sidecards{gap:13px;display:grid}.pdp-snapshot-card,.pdp-love-card{background:linear-gradient(145deg,#fbfdfb,#f4f8f5);border:1px solid #e2ebe5;border-radius:12px}.pdp-snapshot-card{gap:10px;padding:12px;display:grid}.pdp-snapshot-card>div{grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px;display:grid}.pdp-side-icon{width:32px;height:32px}.pdp-side-icon svg{width:17px;height:17px}.pdp-snapshot-card p{min-width:0;display:grid}.pdp-snapshot-card small{color:#77867f;font-size:14px}.pdp-snapshot-card strong{color:#29433a;overflow-wrap:anywhere;font-size:16px;line-height:1.25}.pdp-love-card{padding:15px}.pdp-love-card h2{font-family:var(--pdp-serif);color:#18392f;align-items:center;gap:7px;margin:0 0 11px;font-size:22px;line-height:1.2;display:flex}.pdp-love-card h2 svg{width:17px;height:17px;color:var(--pdp-green)}.pdp-love-card ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.pdp-love-card li{color:#596a64;grid-template-columns:14px 1fr;align-items:start;gap:5px;font-size:20px;line-height:1.35;display:grid}.pdp-love-card li svg{color:#2a8a63;width:14px;height:14px}.pdp-desktop-details{border-top:1px solid #e6ece8;border-bottom:1px solid #e9eeeb;padding-bottom:20px}.pdp-detail-tabs{scrollbar-width:none;border-bottom:1px solid #dde6e1;align-items:end;gap:42px;min-height:54px;display:flex;overflow-x:auto}.pdp-detail-tabs::-webkit-scrollbar{display:none}.pdp-detail-tabs a{color:#61716a;white-space:nowrap;align-items:center;min-height:54px;font-size:16px;display:inline-flex;position:relative}.pdp-detail-tabs a.active{color:var(--pdp-green-dark);font-weight:800}.pdp-detail-tabs a.active:after{content:"";background:var(--pdp-green);height:2px;position:absolute;bottom:-1px;left:0;right:0}.pdp-detail-grid{grid-template-columns:.9fr 1.5fr;gap:42px;padding-top:18px;display:grid}.pdp-detail-main{border-right:1px solid #e4eae6;padding-right:34px}.pdp-detail-main h2,.pdp-detail-cards h3{color:#16372d}.pdp-detail-main h2{font-family:var(--pdp-serif);margin-bottom:8px;font-size:24px}.pdp-detail-main>p,.pdp-detail-cards p{color:#60716a;font-size:20px;line-height:1.65}.pdp-detail-facts{gap:6px;margin:12px 0 0;padding:0;list-style:none;display:grid}.pdp-detail-facts li{color:#52655d;grid-template-columns:15px minmax(0,1fr);gap:6px;font-size:16px;display:grid}.pdp-detail-facts svg{color:#26845f;width:14px;height:14px}.pdp-detail-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.pdp-detail-cards article{background:#fbfcfb;border:1px solid #e1e9e4;border-radius:11px;min-width:0;padding:14px 16px}.pdp-detail-cards h3{align-items:center;gap:8px;margin-bottom:9px;font-size:20px;display:flex}.pdp-detail-cards h3>span{width:26px;height:26px;color:var(--pdp-green);background:#e5f1ea;border-radius:50%;place-items:center;display:grid}.pdp-detail-cards h3 svg{width:14px;height:14px}.pdp-detail-cards ul{gap:5px;margin:0;padding:0;list-style:none;display:grid}.pdp-detail-cards li{color:#62726b;grid-template-columns:13px minmax(0,1fr);gap:5px;font-size:16px;line-height:1.4;display:grid}.pdp-detail-cards li svg{color:#26845f;width:12px;height:12px}.pdp-mobile-details{display:none}.pdp-bundle-section{background:linear-gradient(#f3f9f5 0%,#f7fbf8 100%);padding:22px 0 24px}.pdp-section-head{justify-content:space-between;align-items:end;gap:16px;margin-bottom:14px;display:flex}.pdp-section-head h2{color:#12362b;font-family:var(--pdp-serif);letter-spacing:-.025em;font-size:28px;font-weight:650}.pdp-section-head p{color:#71817a;margin-top:3px;font-size:16px}.pdp-section-head>a{color:var(--pdp-green);white-space:nowrap;font-size:16px;font-weight:700}.pdp-bundle-layout{grid-template-columns:minmax(0,1fr);display:grid}.pdp-bundle-products{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.pdp-bundle-card{background:#ffffffeb;border:1px solid #e2e9e4;border-radius:9px;min-width:0;padding:10px;transition:transform .18s,box-shadow .18s,border-color .18s;position:relative}.pdp-bundle-card:hover{transform:translateY(-2px);box-shadow:0 9px 22px #11402f14}.pdp-bundle-image{background:#f7f8f6;border-radius:7px;height:104px;margin-bottom:7px;display:block;overflow:hidden}.pdp-bundle-image img{object-fit:contain;width:100%;height:100%}.pdp-bundle-brand{color:#60726a;font-size:14px;font-weight:700}.pdp-bundle-card h3{color:#213d34;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;margin:2px 0 5px;font-size:16px;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.pdp-mini-rating{color:#71817a;white-space:nowrap;align-items:center;gap:4px;font-size:14px;display:flex}.pdp-mini-price{flex-wrap:wrap;align-items:center;gap:5px;margin-top:5px;display:flex}.pdp-mini-price strong{color:#142f27;font-size:18px}.pdp-mini-price del{color:#8a9691;font-size:14px}.pdp-mini-price span{color:var(--pdp-green);background:#e1f1e8;border-radius:999px;padding:3px 5px;font-size:12px;font-weight:800}.pdp-reviews-section{background:#fff;padding:24px 0 30px}.pdp-reviews-head{margin-bottom:12px}.pdp-reviews-layout{grid-template-columns:225px minmax(0,1fr);gap:18px;min-width:0;display:grid}.pdp-review-summary{background:#fbfcfb;border:1px solid #dfe7e2;border-radius:10px;padding:18px}.pdp-review-score{align-items:baseline;gap:4px;display:flex}.pdp-review-score strong{color:#12372c;font-family:var(--pdp-serif);font-size:34px;line-height:1}.pdp-review-score span{color:#425951;font-size:18px}.pdp-review-summary>p{color:#71817a;margin:6px 0 14px;font-size:16px}.pdp-rating-bars{gap:5px;display:grid}.pdp-rating-bars>div{color:#5e7068;grid-template-columns:40px 1fr 28px;align-items:center;gap:6px;font-size:14px;display:grid}.pdp-rating-bars i{background:#e7ece9;border-radius:999px;height:5px;overflow:hidden}.pdp-rating-bars b{border-radius:inherit;background:#2a7358;height:100%;display:block}.pdp-rating-bars small{color:#87938e;text-align:right;font-size:14px}.pdp-review-list{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;gap:10px;min-width:0;padding-bottom:4px;display:flex;overflow-x:auto}.pdp-review-list::-webkit-scrollbar{display:none}.pdp-review-card,.pdp-no-reviews{scroll-snap-align:start;background:#fff;border:1px solid #e0e7e3;border-radius:9px;flex:0 0 calc(33.3333% - 6.66667px);min-width:240px;padding:14px}.pdp-review-card-top{grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:8px;margin-bottom:8px;display:grid}.pdp-avatar{width:34px;height:34px;color:var(--pdp-green);background:#e2efe7;border-radius:50%;place-items:center;font-size:16px;font-weight:800;display:grid}.pdp-review-card-top>div{min-width:0;display:grid}.pdp-review-card-top strong{color:#234137;font-size:16px}.pdp-review-card-top span{color:#8a9691;font-size:14px}.pdp-review-card-top em{color:#46705f;white-space:nowrap;background:#ecf6f0;border-radius:999px;padding:3px 6px;font-size:12px;font-style:normal}.pdp-review-card h3{color:#203c33;margin:7px 0 4px;font-size:20px;line-height:1.35}.pdp-review-body,.pdp-no-reviews p{color:#66776f;font-size:20px;line-height:1.55}.pdp-review-body{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.pdp-review-body.is-expanded{-webkit-line-clamp:unset;display:block;overflow:visible}.pdp-review-more{color:#2f5b49;letter-spacing:.01em;cursor:pointer;background:0 0;border:0;align-items:center;margin-top:6px;padding:0;font-size:16px;font-weight:800;line-height:1.2;display:inline-flex}.pdp-no-reviews h3{color:#234137;font-family:var(--pdp-serif);margin-bottom:6px;font-size:24px}.pdp-zoom{z-index:100;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.pdp-zoom-backdrop{cursor:zoom-out;background:#051711c7;border:0;position:absolute;inset:0}.pdp-zoom-content{z-index:1;background:#fff;border-radius:16px;place-items:center;width:min(900px,92vw);max-height:90vh;padding:24px;display:grid;position:relative}.pdp-zoom-content img{object-fit:contain;max-width:100%;max-height:calc(90vh - 90px)}.pdp-zoom-close{min-height:36px;color:var(--pdp-green-dark);cursor:pointer;background:#fff;border:1px solid #d7e2dc;border-radius:999px;padding:0 13px;font-weight:700;position:absolute;top:12px;right:12px}@media (width<=1180px){.pdp-hero{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:24px}.pdp-sidecards{grid-column:1/-1;grid-template-columns:.8fr 1.2fr}.pdp-snapshot-card{grid-template-columns:repeat(4,minmax(0,1fr))}.pdp-love-card ul{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=980px){.pdp-container{width:min(100% - 32px,1320px)}.pdp-hero{grid-template-columns:1fr}.pdp-gallery{grid-template-columns:78px minmax(0,1fr)}.pdp-stage{min-height:520px}.pdp-info h1{font-size:38px}.pdp-sidecards{grid-column:auto}.pdp-detail-grid{grid-template-columns:1fr;gap:20px}.pdp-detail-main{border-right:0;padding-right:0}.pdp-bundle-products{scrollbar-width:none;-ms-overflow-style:none;grid-template-columns:repeat(5,minmax(150px,1fr));padding-bottom:5px;overflow-x:auto}.pdp-bundle-products::-webkit-scrollbar{display:none}.pdp-reviews-layout{grid-template-columns:190px minmax(0,1fr)}.pdp-review-card,.pdp-no-reviews{flex-basis:min(280px,78%);min-width:220px}}@media (width<=720px){.pdp{background:#fff;max-width:100%;overflow-x:hidden}.pdp-container{width:min(100vw - 24px,560px);max-width:100%;overflow-x:hidden}.pdp-crumbs{display:none}.pdp-hero{grid-template-columns:minmax(0,1fr);gap:14px;min-width:0;max-width:100%;padding-bottom:8px}.pdp-desktop-top,.pdp-gallery-wrap{min-width:0;max-width:100%}.pdp-gallery{flex-direction:column-reverse;gap:8px;min-width:0;max-width:100%;display:flex}.pdp-thumbs{scroll-snap-type:x proximity;scrollbar-width:none;flex-direction:row;gap:8px;width:100%;min-width:0;max-height:none;padding:0 0 3px;overflow-x:auto}.pdp-thumbs button{scroll-snap-align:start;border-radius:8px;width:58px}.pdp-stage{aspect-ratio:1.25;border-radius:9px;min-height:0}.pdp-expand{display:none}.pdp-media-counter{padding:5px 9px;font-size:14px;bottom:9px;right:9px}.pdp-info{flex-direction:column;width:100%;min-width:0;max-width:calc(100vw - 24px);padding:2px 0 0;display:flex;overflow-x:hidden}.pdp-buy-box{display:contents}.pdp-brand-pill{order:1;align-self:start;min-height:22px;padding:3px 8px;font-size:14px}.pdp-info h1{order:2;margin:8px 0 6px;font-size:clamp(28px,6.6vw,32px);line-height:1.12}.pdp-rating-row{order:3;gap:6px 8px;font-size:13px}.pdp-verified{margin-left:0;padding:4px 8px;font-size:12px}.pdp-price-row{order:4;align-items:baseline;gap:6px 10px;margin:10px 0 8px}.pdp-sale-price{font-size:22px}.pdp-price-meta{gap:7px}.pdp-original-price{font-size:14px}.pdp-discount{min-height:22px;padding:3px 8px;font-size:12px}.pdp-purchase-row{background:#f7fbf8;border:1px solid #e4eee8;border-radius:12px;order:5;justify-content:space-between;align-items:center;gap:12px;width:100%;min-width:0;margin:0 0 10px;padding:8px 10px;display:flex}.pdp-qty-label{flex:none;font-size:16px}.pdp-qty{background:#fff;border-radius:10px;flex:0 0 140px;width:140px;height:44px;margin-left:auto;display:flex;overflow:hidden}.pdp-qty button,.pdp-qty span{flex:none;width:44px;padding:0;font-size:20px}.pdp-qty span{width:52px}.pdp-actions{order:6;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;min-width:0;max-width:100%;margin:16px 0 4px}.pdp-btn{border-radius:10px;width:100%;min-width:0;min-height:44px;padding:0 8px;font-size:14px}.pdp-meta-row{display:contents}.pdp-trust{order:7;min-width:0}.pdp-summary{order:8}.pdp-benefit-strip{order:9;min-width:0;margin:10px 0 8px}.pdp-benefit-strip>div{font-size:11px}.pdp-benefit-strip .pdp-benefit-icon{display:none}.pdp-suitable{order:10;grid-template-columns:1fr;align-items:start;gap:8px;margin-top:2px}.pdp-suitable>strong{padding-top:0;font-size:16px}.pdp-suitable>div{gap:5px;max-width:100%}.pdp-suitable span{min-height:22px;padding:3px 8px;font-size:11px}.pdp-summary-heading{color:#102922;margin:12px 0 8px;font-size:16px;font-weight:800;line-height:1.2;display:block}.pdp-description{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:1.5;display:-webkit-box;overflow:hidden}.pdp-description.is-expanded{-webkit-line-clamp:unset;display:block;overflow:visible}.pdp-summary-more{color:#2f5b49;letter-spacing:.01em;cursor:pointer;background:0 0;border:0;align-items:center;margin-top:6px;padding:0;font-size:16px;font-weight:800;line-height:1.2;display:inline-flex}.pdp-sticky-cta{z-index:30;box-sizing:border-box;width:100%;max-width:100%;padding:10px 12px calc(10px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--pdp-line);opacity:0;visibility:hidden;pointer-events:none;background:#fffffff7;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;transition:transform .16s,opacity .12s,visibility .16s;display:grid;position:fixed;bottom:0;left:0;right:0;transform:translateY(110%);box-shadow:0 -10px 24px #10342814}.pdp-sticky-cta.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0,0)}.pdp-sticky-cta .pdp-btn{width:100%;max-width:100%;min-height:44px;font-size:14px}.pdp-sticky-cta .pdp-btn:hover{transform:none}.pdp.pdp-has-sticky-cta{padding-bottom:calc(78px + env(safe-area-inset-bottom,0px))}.pdp-trust{gap:4px;margin-top:10px;padding-top:9px}.pdp-trust li{align-items:flex-start;gap:4px}.pdp-trust li>svg{width:21px;height:21px}.pdp-trust strong{font-size:12px}.pdp-trust span{font-size:11px}.pdp-sidecards,.pdp-desktop-details{display:none}.pdp-mobile-details{border-top:1px solid #e2e9e5;margin-top:12px;display:grid}.pdp-mobile-accordion{border-bottom:1px solid #e2e9e5}.pdp-mobile-accordion>button{color:#17362d;cursor:pointer;background:#fff;border:0;justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:45px;padding:0;display:flex}.pdp-mobile-accordion>button>svg{width:18px;height:18px;transition:transform .2s}.pdp-mobile-accordion>button>svg.open{transform:rotate(180deg)}.pdp-mobile-accordion-title{align-items:center;gap:8px;font-size:18px;font-weight:800;display:inline-flex}.pdp-mobile-accordion-icon{width:28px;height:28px}.pdp-mobile-accordion-icon svg{width:15px;height:15px}.pdp-mobile-accordion-body{color:#60716a;padding:0 2px 12px 36px;font-size:20px;line-height:1.55}.pdp-mobile-accordion-body p+p{margin-top:7px}.pdp-mobile-tags{flex-wrap:wrap;gap:5px;display:flex}.pdp-bundle-section{margin-top:15px;padding:16px 0 18px}.pdp-section-head{align-items:end;margin-bottom:10px}.pdp-section-head h2{font-size:24px}.pdp-section-head p{font-size:16px;line-height:1.4}.pdp-section-head>a{font-size:16px}.pdp-bundle-layout{gap:9px}.pdp-bundle-products{scrollbar-width:none;-ms-overflow-style:none;grid-template-columns:repeat(5,calc(50% - 4px));gap:8px;margin-right:0;padding-right:0;overflow-x:auto}.pdp-bundle-card{border-radius:8px;padding:8px}.pdp-bundle-image{height:118px}.pdp-bundle-card h3{min-height:2.6em;font-size:16px}.pdp-bundle-brand{font-size:14px}.pdp-mini-rating{gap:2px;font-size:14px}.pdp-stars.is-small{--star-size:10px}.pdp-mini-price strong{font-size:16px}.pdp-mini-price del,.pdp-mini-price span{font-size:12px}.pdp-reviews-section{padding:18px 0 22px}.pdp-reviews-layout{grid-template-columns:1fr;gap:10px;min-width:0}.pdp-review-summary{grid-template-columns:auto 1fr;align-items:center;gap:5px 12px;padding:12px;display:grid}.pdp-review-score{grid-row:1}.pdp-review-summary>.pdp-stars{grid-column:2}.pdp-review-summary>p{grid-column:2;margin:-2px 0 0}.pdp-rating-bars{grid-column:1/-1;margin-top:4px}.pdp-review-list{scroll-snap-type:x mandatory;gap:8px;width:100%;min-width:0;max-width:100%;padding-bottom:3px;display:flex;overflow-x:auto}.pdp-review-card,.pdp-no-reviews{scroll-snap-align:start;flex:0 0 88%;min-width:0;padding:12px}.pdp-review-card-top{grid-template-columns:31px minmax(0,1fr) auto}.pdp-avatar{width:31px;height:31px}.pdp-review-card h3,.pdp-review-body{font-size:20px}.pdp-zoom{padding:12px}}@media (width<=420px){.pdp-container{width:calc(100% - 20px)}.pdp-info h1{font-size:28px}.pdp-suitable{grid-template-columns:1fr}.pdp-suitable>strong{padding-top:0}.pdp-bundle-products{margin-right:0;padding-right:0}}@media (width>=721px){.pdp-container{width:min(1380px,100% - 64px)}.pdp-hero{align-items:start;gap:28px;padding-bottom:4px}.pdp-gallery-wrap{min-height:0;display:flex}.pdp-gallery{flex:1;grid-template-columns:64px minmax(0,1fr);align-items:start;gap:14px;width:100%;height:auto}.pdp-thumbs{gap:9px;height:auto}.pdp-thumbs button{background:#fbfcfa;border-radius:9px;width:60px}.pdp-stage{aspect-ratio:1;background:linear-gradient(145deg,#f6faf6 0%,#fbfbf8 55%,#f0f6ef 100%);border:1px solid #e5ece7;border-radius:14px;height:auto;min-height:0;box-shadow:0 14px 34px #1034280e}.pdp-stage>img{object-fit:contain;mix-blend-mode:normal;background:0 0;width:100%;height:100%;padding:18px}.pdp-stage>video{object-fit:contain;width:100%;height:100%}.pdp-info{padding-top:0}.pdp-info h1{letter-spacing:-.032em;margin:9px 0 8px;font-size:clamp(30px,2.35vw,38px);line-height:1.04}.pdp-sale-price{font-size:30px}.pdp-original-price{font-size:16px}.pdp-discount{min-height:26px;padding:4px 10px;font-size:13px}.pdp-actions{margin-top:18px}.pdp-btn{border-radius:8px;min-height:48px;font-size:15px}.pdp-summary-heading{color:#18342b;font-family:var(--sans);letter-spacing:0;margin:2px 0 6px;font-size:16px;font-weight:800;line-height:1;display:block}.pdp-description{max-width:64ch;font-size:14px;line-height:1.5}.pdp-suitable span{font-size:11px}.pdp-benefit-strip{grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:10px 8px;max-width:none;margin:14px 0 12px;display:grid;overflow:visible}.pdp-benefit-strip>div{color:#314b42;white-space:normal;background:0 0;border-radius:0;align-items:center;gap:7px;min-width:0;min-height:0;padding:0;font-size:12px;font-weight:650;line-height:1.25;display:flex}.pdp-benefit-strip .pdp-benefit-icon{width:30px;height:30px;display:grid}.pdp-benefit-strip .pdp-benefit-icon svg{width:15px;height:15px}.pdp-meta-row{border-top:1px solid #edf0ed;flex-direction:column;gap:8px;width:100%;margin-top:12px;padding-top:12px;display:flex}.pdp-trust{border:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;min-width:0;margin:0;padding:0;display:grid}.pdp-trust li{gap:7px;width:auto;min-width:0}.pdp-trust li>svg{width:22px;height:22px}.pdp-trust strong{color:#203b31;font-size:12px;font-weight:800;line-height:1.2}.pdp-trust span{color:#7a8882;font-size:11px;line-height:1.3}.pdp-desktop-facts{border:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;min-width:0;margin:0;padding:0;display:grid}.pdp-desktop-facts>div{background:#f9fbf9;border:1px solid #e7eee9;border-radius:8px;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:6px;width:100%;min-width:0;padding:5px 7px;display:grid}.pdp-desktop-facts .pdp-side-icon{width:22px;height:22px}.pdp-desktop-facts .pdp-side-icon svg{width:12px;height:12px}.pdp-desktop-facts p{min-width:0;display:grid}.pdp-desktop-facts small{color:#7a8a83;font-size:8px;line-height:1.15}.pdp-desktop-facts strong{color:#29463b;overflow-wrap:break-word;word-break:normal;font-size:9px;line-height:1.2}.pdp-desktop-details{border-top:1px solid #e4ebe6;border-bottom:1px solid #e8eeea;margin-top:16px;padding:14px 0 16px}.pdp-information-head{justify-content:space-between;align-items:end;gap:24px;margin-bottom:12px;display:flex}.pdp-information-head>div>span{color:var(--pdp-green);letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:14px;font-weight:800;display:block}.pdp-information-head h2{color:#11372c;font-family:var(--pdp-serif);letter-spacing:-.025em;margin:0;font-size:28px;font-weight:650}.pdp-information-head>a{color:var(--pdp-green);white-space:nowrap;font-size:16px;font-weight:750}.pdp-information-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:14px;display:grid}.pdp-info-panel{background:#fbfcfb;border:1px solid #dfe9e3;border-radius:14px;min-width:0;padding:20px;box-shadow:0 7px 22px #0e3c2b09}.pdp-panel-heading{align-items:center;gap:10px;margin-bottom:14px;display:flex}.pdp-panel-heading>span{width:36px;height:36px;color:var(--pdp-green);background:#e8f3ed;border-radius:50%;flex:none;place-items:center;display:grid}.pdp-panel-heading svg{width:18px;height:18px}.pdp-panel-heading>div{gap:1px;display:grid}.pdp-panel-heading small{color:#7a8b83;letter-spacing:.04em;text-transform:uppercase;font-size:14px;font-weight:700}.pdp-panel-heading h3{color:#173c30;margin:0;font-size:22px;line-height:1.25}.pdp-overview-list,.pdp-ingredient-list{margin:0;padding:0;list-style:none}.pdp-overview-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;display:grid}.pdp-overview-list li{color:#52675f;grid-template-columns:16px minmax(0,1fr);align-items:start;gap:7px;font-size:20px;line-height:1.45;display:grid}.pdp-overview-list svg{color:#25825e;width:15px;height:15px;margin-top:1px}.pdp-panel-copy{color:#586c64;margin:0;font-size:20px;line-height:1.65}.pdp-ingredient-list{gap:9px;display:grid}.pdp-ingredient-list li{color:#53675f;padding-left:16px;font-size:20px;line-height:1.55;position:relative}.pdp-ingredient-list li:before{content:"";background:#6eaa91;border-radius:50%;width:6px;height:6px;position:absolute;top:.7em;left:1px;transform:translateY(-50%)}.pdp-full-ingredients{border-top:1px solid #e5ece8;margin-top:14px;padding-top:12px}.pdp-full-ingredients summary{width:fit-content;color:var(--pdp-green);cursor:pointer;font-size:16px;font-weight:800}.pdp-full-ingredients p{color:#667770;margin:10px 0 0;font-size:20px;line-height:1.65}.pdp-howto-panel{grid-column:1/-1}.pdp-howto-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.pdp-howto-steps>div{background:#f4f8f5;border-radius:11px;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:10px;min-width:0;padding:13px 14px;display:grid}.pdp-howto-steps strong{width:32px;height:32px;color:var(--pdp-green);letter-spacing:.04em;background:#dfeee6;border-radius:50%;place-items:center;font-size:14px;display:grid}.pdp-howto-steps p{color:#53675f;margin:0;font-size:20px;line-height:1.6}.pdp-bundle-card h3{font-size:16px}.pdp-bundle-brand,.pdp-mini-rating{font-size:14px}.pdp-review-card h3{font-size:20px}.pdp-review-body{font-size:20px;line-height:1.55}}@media (width>=981px){.pdp-desktop-top{grid-template-rows:auto auto;grid-template-columns:minmax(0,1.05fr) minmax(400px,1fr);align-items:stretch;gap:0 28px;display:grid}.pdp-hero{display:contents}.pdp-gallery-wrap{grid-area:1/1;align-self:stretch;min-width:0;height:100%;min-height:0;display:flex}.pdp-gallery{flex:1;grid-template-columns:64px minmax(0,1fr);align-items:stretch;width:100%;height:100%;min-height:0}.pdp-info{grid-area:1/2;align-self:stretch;min-width:0}.pdp-desktop-details{grid-area:2/1/auto/-1;min-width:0;margin-top:8px;padding:12px 0 16px}.pdp-stage{aspect-ratio:auto;height:100%;min-height:0;max-height:none}.pdp-thumbs{justify-content:space-between;height:100%;max-height:none;overflow-y:auto}.pdp-thumbs button{width:64px}}@media (width>=1181px){.pdp-desktop-top{grid-template-columns:minmax(0,1.04fr) minmax(430px,.96fr);column-gap:28px}}@media (width>=981px) and (width<=1180px){.pdp-desktop-top{grid-template-columns:minmax(0,1fr) minmax(360px,1fr);column-gap:24px}.pdp-info h1{font-size:clamp(28px,3vw,34px)}}@media (width>=721px) and (width<=980px){.pdp-container{width:min(100% - 36px,860px)}.pdp-hero{grid-template-columns:1fr;align-items:start;gap:20px}.pdp-gallery{max-width:780px;margin:0 auto}.pdp-stage{aspect-ratio:1;height:auto;min-height:0;max-height:420px}.pdp-desktop-facts{grid-template-columns:repeat(4,minmax(0,1fr))}.pdp-information-grid{grid-template-columns:1fr}.pdp-howto-panel{grid-column:auto}.pdp-howto-steps{grid-template-columns:1fr}}@media (width<=720px){.pdp-desktop-facts{display:none}}.policy{overflow-wrap:anywhere;width:min(800px,100% - 48px);margin:0 auto;padding:36px 0 80px}.policy-kicker{color:#5f6f66;letter-spacing:.16em;text-transform:uppercase;margin:0 0 10px;font-size:14px;font-weight:600}.policy h1{color:#1f3d32;font-family:var(--serif);letter-spacing:-.03em;margin:0;font-size:clamp(28px,6vw,44px);font-weight:600;line-height:1.15}.policy-updated{color:#8a938c;margin:10px 0 0;font-size:16px}.policy-intro,.policy section p{color:#5b675f;margin:16px 0 0;font-size:20px;line-height:1.7}.policy section{margin-top:28px}.policy h2{color:#1f3d32;font-family:var(--serif);letter-spacing:-.02em;overflow-wrap:normal;margin:0;font-size:clamp(22px,4vw,26px);font-weight:600}.policy-more{border-top:1px solid var(--line);flex-wrap:wrap;gap:6px 18px;margin-top:40px;padding-top:22px;display:flex}.policy-more a{min-height:44px;color:var(--green);align-items:center;font-size:16px;font-weight:600;display:inline-flex}.policy-more a:hover{text-decoration:underline}@media (width<=860px){.policy{width:min(800px,100% - 24px);padding:20px 0 64px}.policy-intro,.policy section p{font-size:20px;line-height:1.65}}
