:root{--ink: #16201c;--muted: #657069;--green: #173a2c;--green-2: #214b39;--green-dark: #0f2a20;--cream: #f4f1ea;--cream-2: #ece7dc;--white: #ffffff;--line: #dfe3df;--line-dark: rgba(255,255,255,.17);--gold: #d7b06e;--sale: #dff15b;--red: #a5422d;--shadow: 0 18px 60px rgba(21, 35, 28, .12);--shadow-soft: 0 10px 30px rgba(21, 35, 28, .08);--radius: 3px;--shell: min(1400px, calc(100vw - 64px) );--header-height: 82px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:Lato,Arial,Helvetica,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}body.cart-open{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{color:inherit}fieldset{border:0;padding:0;margin:0;min-width:0}legend{padding:0}svg{fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.shell{width:var(--shell);margin-inline:auto}.section{padding:104px 0}.section--soft{background:#f6f6f2}.section--dark{background:var(--green-dark);color:var(--white)}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-link{position:fixed;top:8px;left:8px;z-index:9999;transform:translateY(-180%);background:#fff;color:#111;padding:12px 16px;box-shadow:var(--shadow)}.skip-link:focus{transform:translateY(0)}.promo-bar{background:var(--green-dark);color:var(--white);font-size:13px}.promo-bar__inner{min-height:40px;display:flex;align-items:center;justify-content:center;gap:22px}.promo-bar p{margin:0;text-align:center}.promo-bar strong{color:var(--sale);letter-spacing:.02em}.promo-bar a{font-weight:800;text-decoration:underline;text-underline-offset:3px}.promo-bar__divider{opacity:.45;margin:0 4px}.promo-bar__arrow{border:0;background:transparent;color:#ffffffa6;font-size:22px;padding:2px 8px;cursor:pointer}.utility-bar{border-bottom:1px solid #e9ece9;background:#f8f8f5;color:#4c5751;font-size:12px}.utility-bar__inner{min-height:34px;display:flex;align-items:center;justify-content:space-between}.utility-bar__item{display:flex;align-items:center;gap:8px}.utility-bar__item svg{width:17px;height:17px}.utility-bar__links{display:flex;align-items:center;gap:25px}.utility-bar a:hover{color:var(--green);text-decoration:underline}.commerce-header{position:sticky;top:0;z-index:100;background:#fffffffa;border-bottom:1px solid rgba(23,58,44,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.commerce-header__inner{height:var(--header-height);display:grid;grid-template-columns:240px minmax(0,1fr) auto;align-items:center;gap:28px}.commerce-brand img{width:224px;height:auto}.commerce-nav{display:flex;align-items:center;justify-content:center;gap:clamp(18px,2vw,34px);font-size:14px;font-weight:800}.commerce-nav>a{display:flex;gap:6px;align-items:center;white-space:nowrap;padding:29px 0 27px;border-bottom:2px solid transparent}.commerce-nav>a:hover{color:var(--green-2);border-bottom-color:var(--green-2)}.commerce-nav span{font-size:11px;opacity:.65}.header-actions{display:flex;align-items:center;gap:4px}.header-icon{width:42px;height:42px;display:grid;place-items:center;border:0;background:transparent;cursor:pointer;position:relative;border-radius:50%}.header-icon:hover{background:var(--cream)}.header-icon svg{width:22px;height:22px}.cart-count{position:absolute;top:1px;right:0;min-width:18px;height:18px;padding:0 4px;border-radius:20px;background:var(--green);color:#fff;display:grid;place-items:center;font-size:10px;font-weight:900;border:2px solid #fff}.menu-toggle{display:none;border:0;background:transparent;width:40px;padding:6px}.menu-toggle span{display:block;width:25px;height:2px;background:var(--ink);margin:5px 0}.eyebrow{margin:0 0 13px;color:var(--green);font-size:12px;line-height:1.2;letter-spacing:.16em;text-transform:uppercase;font-weight:900}.eyebrow--light{color:#dfe7df}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.035em}h2{font-size:clamp(38px,4.25vw,64px);line-height:1.03;margin-bottom:20px;font-weight:800}.section-head{margin-bottom:44px}.section-head h2{max-width:850px;margin-bottom:14px}.section-head>p:last-child{max-width:710px;margin:0;color:var(--muted);font-size:18px}.section-head--center{text-align:center;display:flex;flex-direction:column;align-items:center}.section-head--row{display:flex;justify-content:space-between;align-items:flex-end;gap:40px}.section-head--row h2{margin-bottom:0}.btn{min-height:52px;padding:0 27px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:var(--radius);font-size:14px;font-weight:900;letter-spacing:.01em;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease}.btn:hover{transform:translateY(-1px)}.btn--cream{background:var(--cream);color:var(--green-dark)}.btn--cream:hover{background:#fff}.btn--dark{background:var(--green);color:#fff}.btn--dark:hover{background:var(--green-dark)}.btn--outline-light{color:#fff;border-color:#ffffffb3;background:#ffffff08}.btn--outline-light:hover{background:#fff;color:var(--green-dark)}.btn--outline-dark{color:var(--green);border-color:var(--green);background:transparent}.btn--outline-dark:hover{background:var(--green);color:#fff}.btn--wide{width:100%}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.arrow-link{display:inline-flex;align-items:center;gap:10px;color:var(--green);font-weight:900;font-size:14px;border-bottom:1px solid rgba(23,58,44,.35);padding-bottom:6px;white-space:nowrap}.arrow-link span{font-size:18px;transition:transform .15s ease}.arrow-link:hover span{transform:translate(4px)}.commerce-hero{min-height:690px;position:relative;color:#fff;overflow:hidden}.commerce-hero__image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center 47%;transform:scale(1.002)}.commerce-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#081812e0,#081812b5 38%,#0818122e 72%,#0818120d)}.commerce-hero__content{min-height:690px;position:relative;display:flex;align-items:center;justify-content:space-between;gap:50px;padding-top:56px;padding-bottom:56px}.commerce-hero__copy{width:min(680px,58%)}.sale-pill{display:inline-flex;min-height:30px;align-items:center;padding:0 12px;border-radius:30px;background:var(--sale);color:var(--green-dark);font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;margin-bottom:20px}.hero-kicker{font-size:14px;text-transform:uppercase;letter-spacing:.13em;font-weight:800;margin-bottom:14px;opacity:.88}.commerce-hero h1{font-size:clamp(54px,5.8vw,88px);line-height:.96;max-width:760px;margin:0 0 24px;font-weight:800}.commerce-hero__copy>p:not(.hero-kicker){font-size:20px;line-height:1.55;max-width:630px;margin-bottom:22px;color:#ffffffe0}.hero-price{display:flex;align-items:baseline;flex-wrap:wrap;gap:7px 12px;margin:0 0 30px}.hero-price span{width:100%;text-transform:uppercase;font-size:11px;letter-spacing:.14em;font-weight:900;opacity:.75}.hero-price strong{font-size:34px;line-height:1}.hero-price small{color:#ffffffbf}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-product-card{align-self:flex-end;width:318px;padding:24px;margin-bottom:22px;background:#fffffff0;color:var(--ink);border-radius:var(--radius);box-shadow:var(--shadow);display:grid;gap:5px;transition:transform .2s ease}.hero-product-card:hover{transform:translateY(-4px)}.hero-product-card__tag{justify-self:start;background:var(--gold);color:#231d14;padding:5px 9px;border-radius:2px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;margin-bottom:6px}.hero-product-card__name{font-size:24px;font-weight:900;letter-spacing:-.03em}.hero-product-card__meta{font-size:13px;color:var(--muted)}.hero-product-card__link{margin-top:12px;padding-top:14px;border-top:1px solid var(--line);font-size:13px;font-weight:900;color:var(--green);display:flex;justify-content:space-between}.trust-strip{border-bottom:1px solid var(--line);background:#fff}.trust-strip__grid{min-height:112px;display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{display:flex;align-items:center;gap:15px;padding:20px 28px;border-right:1px solid var(--line)}.trust-item:first-child{border-left:1px solid var(--line)}.trust-item svg{width:36px;height:36px;color:var(--green);flex:0 0 auto}.trust-item div{display:grid;gap:2px}.trust-item strong{font-size:14px}.trust-item span{font-size:12px;color:var(--muted)}.shop-categories{padding-bottom:120px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:350px 310px;gap:16px}.category-card{position:relative;overflow:hidden;color:#fff;min-height:0;border-radius:var(--radius)}.category-card--large{grid-column:span 2;grid-row:span 2}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.category-card:hover img{transform:scale(1.035)}.category-card__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 34%,rgba(8,22,17,.83) 100%)}.category-card__content{position:absolute;inset:auto 0 0;padding:27px}.category-card--large .category-card__content{padding:36px}.category-card__content>span{font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;opacity:.85}.category-card h3{font-size:27px;line-height:1.05;margin:7px 0}.category-card--large h3{font-size:44px}.category-card p{margin-bottom:16px;max-width:380px;color:#fffc}.category-card b{font-size:13px}.category-card--plain{color:var(--ink);background:var(--cream);display:grid;grid-template-columns:120px 1fr;align-items:center;gap:20px;padding:28px}.category-card__plain-icon{width:105px;height:105px;display:grid;place-items:center;background:#fff;border-radius:50%;color:var(--green)}.category-card__plain-icon svg{width:58px;height:58px}.category-card--plain span{color:var(--green);font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.category-card--plain h3{font-size:26px}.category-card--plain p{color:var(--muted);font-size:14px;margin-bottom:12px}.category-card--plain b{color:var(--green)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{background:#fff;border:1px solid #e3e6e3;transition:transform .22s ease,box-shadow .22s ease}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.product-card--featured{border-color:#173a2c80}.product-card__image{display:block;position:relative;height:350px;overflow:hidden;background:#e9ece8}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__image img{transform:scale(1.025)}.product-badge{position:absolute;left:17px;top:17px;z-index:2;background:var(--green);color:#fff;padding:7px 10px;border-radius:2px;text-transform:uppercase;font-size:10px;font-weight:900;letter-spacing:.1em}.product-badge--light{background:var(--sale);color:var(--green-dark)}.product-badge--premium{background:var(--gold);color:#2b2114}.wish-button{position:absolute;right:14px;top:14px;width:40px;height:40px;display:grid;place-items:center;border:0;border-radius:50%;background:#ffffffeb;font-size:24px;cursor:pointer}.product-card__body{padding:25px}.rating{display:flex;align-items:center;gap:8px;font-size:12px}.rating span,.review-card__stars{color:#e0a321;letter-spacing:.07em}.rating a{color:var(--muted);text-decoration:underline;text-underline-offset:2px}.product-card__title{display:block;font-size:25px;line-height:1.1;font-weight:900;letter-spacing:-.035em;margin:10px 0 6px}.product-card__body>p{color:var(--muted);min-height:42px;margin-bottom:15px}.swatches{display:flex;gap:7px;margin-bottom:17px}.swatch{width:20px;height:20px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #b6bcb7}.swatch--charcoal{background:#343c3a}.swatch--white{background:#f6f5ef}.swatch--sand{background:#c4b59d}.product-card__price{display:flex;align-items:baseline;gap:10px}.product-card__price strong{font-size:21px}.product-card__price s{color:#8b948f;font-size:14px}.product-card__body>small{display:block;color:var(--muted);margin:3px 0 18px}.comparison{padding-top:110px}.comparison-table-wrap{border:1px solid var(--line);overflow:auto}.comparison-table{width:100%;min-width:920px;border-collapse:collapse;font-size:14px}.comparison-table th{background:#f4f5f2;color:#6b756f;text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.09em;padding:18px 20px}.comparison-table td{padding:22px 20px;border-top:1px solid var(--line)}.comparison-table td:first-child{min-width:250px}.comparison-table td:first-child strong,.comparison-table td:first-child span{display:block}.comparison-table td:first-child span:not(.mini-badge){color:var(--muted);margin-top:2px}.comparison-table a{color:var(--green);font-weight:900}.comparison-table__featured{background:#fbfbf5;box-shadow:inset 4px 0 0 var(--green)}.mini-badge{display:inline-block!important;width:max-content;color:var(--green-dark)!important;background:var(--sale);padding:4px 7px;border-radius:2px;font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;margin-bottom:6px}.bundle-banner{position:relative;min-height:680px;color:#fff;overflow:hidden}.bundle-banner>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.bundle-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#081912e6,#081912ab,#08191247)}.bundle-banner__content{position:relative;min-height:680px;display:grid;grid-template-columns:minmax(0,1fr) 430px;align-items:center;gap:70px;padding-top:70px;padding-bottom:70px}.bundle-banner__copy{max-width:670px}.bundle-banner__copy h2{max-width:650px}.bundle-banner__copy>p:not(.eyebrow){color:#ffffffd1;font-size:18px;line-height:1.65;max-width:600px;margin-bottom:28px}.bundle-card{background:#fffffff2;color:var(--ink);padding:31px;box-shadow:var(--shadow)}.bundle-card>span{color:var(--green);font-size:10px;text-transform:uppercase;letter-spacing:.13em;font-weight:900}.bundle-card h3{font-size:32px;margin:7px 0 18px}.bundle-card ul{list-style:none;padding:0;margin:0;border-top:1px solid var(--line)}.bundle-card li{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid var(--line);font-size:13px}.bundle-card li strong{white-space:nowrap}.bundle-card__total{display:grid;grid-template-columns:1fr auto;align-items:baseline;gap:4px 10px;padding:20px 0 16px}.bundle-card__total span{font-size:12px;color:var(--muted)}.bundle-card__total strong{font-size:25px}.bundle-card__total s{grid-column:2;text-align:right;color:#8b948f;font-size:12px}.bundle-card>a{color:var(--green);font-weight:900;font-size:14px}.why-us__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center}.why-us__media{position:relative}.why-us__media>img{width:100%;height:660px;object-fit:cover}.why-us__media-card{position:absolute;right:-28px;bottom:35px;width:285px;background:var(--green);color:#fff;padding:24px;display:grid;gap:5px;box-shadow:var(--shadow)}.why-us__media-card strong{font-size:18px}.why-us__media-card span{color:#ffffffbf;font-size:13px}.why-us__content h2{max-width:620px}.why-us__list{margin:32px 0;display:grid;gap:0;border-top:1px solid var(--line)}.why-us__list>div{display:grid;grid-template-columns:45px 1fr;gap:16px;padding:20px 0;border-bottom:1px solid var(--line)}.why-us__list>div>span{color:var(--green);font-size:12px;font-weight:900}.why-us__list h3{margin:0 0 4px;font-size:19px}.why-us__list p{color:var(--muted);margin:0}.reviews__top{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:40px}.reviews__top h2{margin-bottom:0;max-width:750px}.reviews__score{display:grid;grid-template-columns:auto auto;align-items:baseline;gap:0 12px;text-align:right}.reviews__score strong{font-size:48px;line-height:1}.reviews__score span{color:#e0a321;letter-spacing:.07em}.reviews__score small{grid-column:1 / -1;color:var(--muted)}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-card{background:#fff;border:1px solid var(--line);padding:28px;min-height:300px;display:flex;flex-direction:column}.review-card h3{font-size:24px;margin:13px 0;line-height:1.15}.review-card>p{color:var(--muted);flex:1}.review-card footer{border-top:1px solid var(--line);padding-top:16px;display:grid}.review-card footer span{color:var(--muted);font-size:12px}.newsletter{background:var(--green);color:#fff;padding:70px 0}.newsletter__inner{display:grid;grid-template-columns:1fr minmax(420px,.8fr);align-items:center;gap:80px}.newsletter h2{margin:0;font-size:clamp(34px,3.5vw,52px);max-width:650px}.newsletter__form{display:flex}.newsletter__form input{min-width:0;flex:1;height:58px;border:1px solid rgba(255,255,255,.5);border-right:0;background:#ffffff12;color:#fff;padding:0 18px;outline:0}.newsletter__form input::placeholder{color:#ffffffa6}.newsletter__form input:focus{border-color:#fff}.newsletter__form button{border:0;min-width:165px;padding:0 20px;background:var(--cream);color:var(--green-dark);font-weight:900;cursor:pointer}.site-footer{background:#0b1913;color:#fff;padding:70px 0 24px}.site-footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:55px;padding-bottom:58px}.site-footer__brand img{width:245px;filter:brightness(0) invert(1)}.site-footer__brand p{max-width:310px;color:#ffffffa6;margin:24px 0}.site-footer__socials{display:flex;gap:8px}.site-footer__socials a{width:36px;height:36px;border:1px solid rgba(255,255,255,.25);border-radius:50%;display:grid;place-items:center;font-size:10px;font-weight:900}.site-footer h3{font-size:13px;text-transform:uppercase;letter-spacing:.11em;margin:0 0 20px}.site-footer__grid>div:not(:first-child){display:flex;flex-direction:column;align-items:flex-start;gap:11px}.site-footer__grid a,.site-footer__grid span{color:#ffffffa6;font-size:13px}.site-footer__grid a:hover{color:#fff}.site-footer .footer-chat{margin-top:8px;color:var(--sale);font-weight:900}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.13);padding-top:21px;display:grid;grid-template-columns:1fr auto 1.5fr;gap:30px;align-items:center;color:#ffffff73;font-size:11px}.site-footer__bottom div{display:flex;gap:16px}.site-footer__bottom>span:last-child{text-align:right}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;background:#050e0a94;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.cart-drawer{position:fixed;right:0;top:0;bottom:0;z-index:410;width:min(470px,100vw);background:#fff;transform:translate(105%);transition:transform .25s ease;padding:0 28px 30px;display:flex;flex-direction:column;box-shadow:-20px 0 50px #00000026}body.cart-open .cart-overlay{opacity:1;visibility:visible}body.cart-open .cart-drawer{transform:translate(0)}.cart-drawer__head{height:82px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.cart-drawer__head>div{display:grid}.cart-drawer__head span{font-size:22px;font-weight:900}.cart-drawer__head small{color:var(--muted)}.cart-drawer__head button{border:0;background:transparent;font-size:32px;cursor:pointer}.cart-drawer__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:25px}.cart-drawer__empty svg{width:62px;height:62px;color:var(--green);margin-bottom:20px}.cart-drawer__empty h3{font-size:25px;margin-bottom:8px}.cart-drawer__empty p{color:var(--muted);max-width:290px;margin-bottom:24px}.cart-drawer__contents{padding-top:24px}.cart-line{display:grid;grid-template-columns:92px 1fr auto;gap:14px;align-items:start}.cart-line img{width:92px;height:92px;object-fit:cover}.cart-line>div{display:grid;gap:4px}.cart-line span,.cart-line small{color:var(--muted);font-size:12px}.cart-line>b{font-size:14px;white-space:nowrap}.cart-drawer__progress{margin:28px 0 22px}.cart-drawer__progress span{display:block;color:var(--green);font-size:12px;font-weight:900;margin-bottom:8px}.cart-drawer__progress div{height:5px;background:#e8ebe8}.cart-drawer__progress i{display:block;width:100%;height:100%;background:var(--green)}.cart-drawer__totals{border-top:1px solid var(--line);padding:20px 0}.cart-drawer__totals p{display:flex;justify-content:space-between;font-size:17px;margin:0 0 3px}.cart-drawer__totals small{color:var(--muted)}.cart-drawer__continue{display:block;text-align:center;margin-top:15px;color:var(--green);text-decoration:underline;font-size:13px}.toast{position:fixed;left:50%;bottom:28px;z-index:500;transform:translate(-50%,20px);background:var(--green-dark);color:#fff;padding:13px 20px;border-radius:3px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transition:.2s ease;font-weight:800;font-size:13px}.toast.is-visible{opacity:1;visibility:visible;transform:translate(-50%)}.breadcrumbs{display:flex;align-items:center;gap:9px;min-height:54px;font-size:12px;color:#737c77}.breadcrumbs a:hover{color:var(--green);text-decoration:underline}.breadcrumbs strong{color:var(--ink)}.pdp-top{padding:0 0 70px}.pdp-top__grid{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(460px,.78fr);gap:48px;align-items:start}.product-gallery{min-width:0}.product-gallery__main{position:relative;background:#eff0ed;height:min(700px,50vw);min-height:570px;overflow:hidden}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__badge{position:absolute;left:18px;top:18px;z-index:2;background:var(--green);color:#fff;padding:7px 10px;border-radius:2px;text-transform:uppercase;font-size:10px;font-weight:900;letter-spacing:.1em}.product-gallery__zoom{position:absolute;right:18px;top:18px;z-index:2;width:42px;height:42px;border:0;border-radius:50%;background:#ffffffeb;display:grid;place-items:center;cursor:pointer}.product-gallery__zoom svg{width:21px;height:21px}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:10px}.product-gallery__thumbs button{border:2px solid transparent;padding:0;height:120px;background:#eef0ed;cursor:pointer;overflow:hidden}.product-gallery__thumbs button.is-active{border-color:var(--green)}.product-gallery__thumbs img{width:100%;height:100%;object-fit:cover}.gallery-video{width:100%;border:1px solid var(--line);background:#fff;margin-top:12px;padding:15px 18px;display:flex;align-items:center;gap:13px;text-align:left;cursor:pointer}.gallery-video__play{width:38px;height:38px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;padding-left:2px;font-size:12px}.gallery-video>span:last-child{display:grid}.gallery-video small{color:var(--muted)}.buy-box{position:sticky;top:calc(var(--header-height) + 20px)}.buy-box__heading .rating{margin-bottom:15px}.product-label{color:var(--green);text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:900;margin-bottom:8px}.buy-box h1{font-size:clamp(38px,3.2vw,54px);line-height:1.02;margin:0 0 14px}.buy-box__summary{color:var(--muted);font-size:16px;line-height:1.62;margin-bottom:20px}.pdp-price{padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.pdp-price>div{display:flex;align-items:baseline;gap:11px;flex-wrap:wrap}.pdp-price strong{font-size:28px}.pdp-price s{color:#8a928d}.pdp-price span{background:#f7e2db;color:var(--red);padding:5px 8px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.pdp-price p{margin:5px 0 0;color:var(--muted);font-size:12px}.pdp-price p strong{font-size:inherit;color:var(--ink)}.purchase-notice{display:flex;gap:10px;align-items:flex-start;margin:16px 0 20px;padding:13px 14px;background:#f2f7f2}.purchase-notice>span{color:#3d8f51;font-size:14px}.purchase-notice>div{display:grid}.purchase-notice strong{font-size:13px}.purchase-notice small{color:var(--muted)}.option-group{margin:0 0 20px}.option-group legend{width:100%;display:flex;align-items:baseline;justify-content:space-between;margin-bottom:10px;font-size:13px}.option-group legend span{font-weight:900}.option-group legend strong{color:var(--muted);font-size:12px}.option-group legend a{color:var(--green);text-decoration:underline;font-size:12px}.colour-options{display:flex;gap:10px}.colour-option{border:1px solid var(--line);background:#fff;width:90px;padding:9px 7px 7px;cursor:pointer}.colour-option.is-selected{border:2px solid var(--green);padding:8px 6px 6px}.colour-option__chip{width:36px;height:36px;border-radius:50%;display:block;margin:0 auto 4px;box-shadow:inset 0 0 0 1px #0000001f}.colour-option__chip--charcoal{background:#343c3a}.colour-option__chip--white{background:#f1f0eb}.colour-option__chip--sand{background:#b9a98e}.colour-option small{font-size:10px;color:var(--muted)}.size-options{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.size-options button{border:1px solid var(--line);background:#fff;min-height:57px;padding:9px 12px;text-align:left;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.size-options button.is-selected{border:2px solid var(--green);padding:8px 11px;background:#fbfcf9}.size-options strong{font-size:13px}.size-options small{color:var(--muted);font-size:11px}.layout-options{display:grid;grid-template-columns:1fr 1fr;gap:8px}.layout-option{display:grid;grid-template-columns:74px 1fr;align-items:center;gap:9px;border:1px solid var(--line);background:#fff;padding:9px;text-align:left;cursor:pointer}.layout-option.is-selected{border:2px solid var(--green);padding:8px;background:#fbfcf9}.layout-option svg{width:70px;height:48px;color:var(--green)}.layout-option span{display:grid}.layout-option strong{font-size:12px}.layout-option small{color:var(--muted);font-size:10px}.buy-box__actions{display:grid;grid-template-columns:105px 1fr;gap:9px;margin-top:22px}.quantity-control{border:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr 1fr;min-height:56px}.quantity-control button{border:0;background:#fff;cursor:pointer;font-size:18px}.quantity-control span{display:grid;place-items:center;font-weight:900}.btn--add{min-height:56px;font-size:15px;gap:8px}.btn--buy-now{width:100%;margin-top:8px;min-height:54px;background:#fff;border:1px solid var(--green);color:var(--green)}.btn--buy-now:hover{background:var(--cream)}.buy-box__payments{display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 0;color:var(--muted);font-size:10px}.buy-box__payments div{display:flex;gap:5px}.buy-box__payments i{font-style:normal;border:1px solid #ccd1cd;border-radius:2px;padding:2px 5px;background:#fff;font-size:8px;font-weight:900;color:#4d5751}.buy-assurance{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:8px 0}.buy-assurance>div{display:flex;gap:11px;align-items:center;padding:10px 2px}.buy-assurance svg{width:27px;height:27px;color:var(--green);flex:0 0 auto}.buy-assurance span{display:grid}.buy-assurance strong{font-size:12px}.buy-assurance small{color:var(--muted);font-size:10px}.buy-box__help{background:var(--cream);padding:16px;margin-top:15px;display:grid;gap:9px}.buy-box__help strong{font-size:13px}.buy-box__help p{margin:2px 0 0;color:var(--muted);font-size:11px}.buy-box__help a{color:var(--green);font-size:12px;font-weight:900}.pdp-anchor-nav{position:sticky;top:var(--header-height);z-index:80;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.pdp-anchor-nav .shell{display:flex;justify-content:center;gap:38px;min-height:56px;align-items:center;overflow-x:auto}.pdp-anchor-nav a{font-size:12px;font-weight:900;white-space:nowrap;color:#5e6862}.pdp-anchor-nav a:hover{color:var(--green)}.pdp-benefits{background:var(--green);color:#fff}.pdp-benefits__grid{min-height:150px;display:grid;grid-template-columns:repeat(5,1fr)}.pdp-benefits__grid>div{padding:26px 22px;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;border-right:1px solid rgba(255,255,255,.15)}.pdp-benefits__grid>div:first-child{border-left:1px solid rgba(255,255,255,.15)}.pdp-benefits svg{width:40px;height:40px;margin-bottom:9px}.pdp-benefits strong{font-size:13px}.pdp-benefits span{color:#ffffffa6;font-size:11px;max-width:180px}.product-story__grid{display:grid;grid-template-columns:.83fr 1.17fr;gap:80px;align-items:center}.product-story__copy>p:not(.eyebrow){color:var(--muted);font-size:18px;line-height:1.7}.product-story__copy ul{list-style:none;padding:0;margin:28px 0 0;display:grid;grid-template-columns:repeat(2,1fr);gap:13px 24px}.product-story__copy li{position:relative;padding-left:23px;font-weight:800;font-size:14px}.product-story__copy li:before{content:"\2713";position:absolute;left:0;color:var(--green)}.product-story__media{position:relative}.product-story__media img{width:100%;height:600px;object-fit:cover}.product-story__stat{position:absolute;left:-38px;bottom:35px;width:260px;padding:22px;background:#fff;box-shadow:var(--shadow);display:grid}.product-story__stat strong{font-size:38px;color:var(--green);line-height:1}.product-story__stat span{color:var(--muted);font-size:12px;margin-top:6px}.feature-cards__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.feature-cards article{background:#fff;border:1px solid var(--line);padding:31px 27px;min-height:285px}.feature-cards article>span{width:40px;height:40px;display:grid;place-items:center;background:var(--cream);color:var(--green);border-radius:50%;font-size:11px;font-weight:900}.feature-cards h3{font-size:23px;margin:32px 0 10px}.feature-cards p{color:var(--muted);margin-bottom:0}.accessories__layout{display:grid;grid-template-columns:380px minmax(0,1fr);gap:70px;align-items:start}.accessories__heading{position:sticky;top:calc(var(--header-height) + 80px)}.accessories__heading>p:not(.eyebrow){color:var(--muted)}.accessories__total{margin:28px 0 18px;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr auto;align-items:baseline}.accessories__total span{color:var(--muted);font-size:12px}.accessories__total strong{color:var(--green);font-size:28px}.accessories__total small{grid-column:1 / -1;color:var(--muted)}.accessory-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.accessory-card{position:relative;border:1px solid var(--line);background:#fff;overflow:hidden;cursor:pointer}.accessory-card:has(input:checked){border:2px solid var(--green)}.accessory-card input{position:absolute;opacity:0;pointer-events:none}.accessory-card>img,.accessory-card__illustration{width:100%;height:230px;object-fit:cover;background:#eef0ed}.accessory-card__illustration{display:grid;place-items:center;color:var(--green)}.accessory-card__illustration svg{width:150px;height:110px}.accessory-card__check{position:absolute;right:13px;top:13px;z-index:2;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#fff;color:transparent;border:1px solid #cbd0cc;font-size:14px}.accessory-card input:checked+.accessory-card__check{background:var(--green);color:#fff;border-color:var(--green)}.accessory-card__content{padding:20px;display:grid;gap:5px}.accessory-card__content .mini-badge{margin-bottom:3px}.accessory-card__content>strong{font-size:18px}.accessory-card__content>small{color:var(--muted)}.accessory-card__content>b{color:var(--green);margin-top:7px}.specs__grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:100px;align-items:start}.specs__heading p:not(.eyebrow){color:#ffffffad;font-size:17px;line-height:1.65;margin-bottom:28px}.specs__table{border-top:1px solid var(--line-dark)}.specs__table>div{display:grid;grid-template-columns:.7fr 1.3fr;gap:30px;padding:18px 0;border-bottom:1px solid var(--line-dark)}.specs__table span{color:#ffffff8c;font-size:12px}.specs__table strong{font-size:13px}.customer-reviews__summary{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:60px;border-bottom:1px solid var(--line);padding-bottom:40px}.customer-reviews__summary h2{max-width:690px;margin-bottom:0}.review-breakdown{display:flex;align-items:center;gap:30px}.review-breakdown__score{display:grid;text-align:center}.review-breakdown__score strong{font-size:50px;line-height:1}.review-breakdown__score span{color:#e0a321;letter-spacing:.05em}.review-breakdown__score small{color:var(--muted);font-size:10px}.review-bars{width:210px}.review-bars p{display:grid;grid-template-columns:45px 1fr 25px;gap:8px;align-items:center;margin:4px 0;font-size:10px;color:var(--muted)}.review-bars i{display:block;height:5px;background:#e5e8e5}.review-bars b{display:block;height:100%;background:var(--green)}.customer-review-list article{display:grid;grid-template-columns:270px 1fr;gap:50px;padding:36px 0;border-bottom:1px solid var(--line)}.customer-review__meta{display:flex;gap:13px;align-items:center}.review-avatar{width:46px;height:46px;border-radius:50%;background:var(--cream);color:var(--green);display:grid;place-items:center;font-weight:900}.customer-review__meta div{display:grid}.customer-review__meta small{color:var(--muted)}.customer-review__body h3{margin:10px 0 8px;font-size:22px}.customer-review__body p{color:var(--muted);max-width:760px}.customer-review__body>small{color:#8a928d}.customer-reviews__more{display:block;margin:35px auto 0}.pdp-faq__grid{display:grid;grid-template-columns:380px 1fr;gap:90px}.pdp-faq__grid>div:first-child>p:not(.eyebrow){color:var(--muted)}.accordion{border-top:1px solid var(--line)}.accordion__item{border-bottom:1px solid var(--line)}.accordion__item button{width:100%;min-height:73px;padding:0;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:20px;text-align:left;cursor:pointer;font-weight:900}.accordion__item button b{font-size:20px;font-weight:400}.accordion__item>div{padding:0 40px 22px 0;color:var(--muted)}.accordion__item>div p{margin:0}.mobile-buy-bar{display:none}@media(max-width:1240px){:root{--shell: min(1180px, calc(100vw - 48px) )}.commerce-header__inner{grid-template-columns:205px minmax(0,1fr) auto;gap:18px}.commerce-brand img{width:195px}.commerce-nav{gap:18px;font-size:13px}.commerce-nav>a:nth-last-child(-n+2),.commerce-nav>.nav-item:nth-last-child(-n+2){display:none}.trust-item{padding:18px}.pdp-top__grid{grid-template-columns:minmax(0,1.1fr) minmax(430px,.9fr);gap:34px}.product-gallery__main{min-height:520px}.why-us__grid{gap:55px}.customer-reviews__summary{gap:30px}}@media(max-width:980px){:root{--shell: min(920px, calc(100vw - 36px) );--header-height: 70px}.utility-bar{display:none}.promo-bar__inner{min-height:44px;gap:6px}.promo-bar p{font-size:11px}.promo-bar__divider,.promo-bar p span+*{display:none}.promo-bar a{display:none}.commerce-header__inner{height:var(--header-height);grid-template-columns:42px 1fr auto}.commerce-brand{justify-self:center}.commerce-brand img{width:190px}.menu-toggle{display:block}.commerce-nav{display:none;position:fixed;left:0;top:calc(44px + var(--header-height));right:0;background:#fff;flex-direction:column;align-items:stretch;padding:14px 24px 26px;border-bottom:1px solid var(--line);box-shadow:var(--shadow);max-height:calc(100vh - 130px);overflow:auto}.commerce-nav.is-open{display:flex}.commerce-nav>a,.commerce-nav>a:nth-last-child(-n+2){display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid var(--line)}.commerce-nav .nav-item,.commerce-nav>.nav-item:nth-last-child(-n+2){display:block;border-bottom:1px solid var(--line)}.commerce-nav .nav-item>a{display:flex;justify-content:space-between;padding:15px 0;border-bottom:0}.nav-dropdown{position:static;transform:none;opacity:1;visibility:visible;border:0;box-shadow:none;padding:0 0 10px}.nav-dropdown a{padding:9px 0 9px 16px}.header-icon--account{display:none}.commerce-hero,.commerce-hero__content{min-height:650px}.commerce-hero__copy{width:75%}.commerce-hero__overlay{background:linear-gradient(90deg,#081812e0,#081812a6 65%,#08181233)}.hero-product-card{display:none}.trust-strip__grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:1px solid var(--line)}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.category-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:390px 310px 280px}.category-card--large{grid-column:span 2;grid-row:auto}.category-card--plain{grid-column:span 2}.product-grid{grid-template-columns:repeat(2,1fr)}.product-grid .product-card:last-child{display:none}.bundle-banner__content{grid-template-columns:1fr 370px;gap:35px}.why-us__grid{grid-template-columns:1fr}.why-us__media>img{height:520px}.why-us__media-card{right:25px}.review-grid{grid-template-columns:1fr 1fr}.review-card:last-child{display:none}.newsletter__inner{grid-template-columns:1fr;gap:30px}.site-footer__grid{grid-template-columns:1.4fr repeat(2,1fr)}.site-footer__grid>div:last-child{grid-column:2 / 4}.site-footer__bottom{grid-template-columns:1fr auto}.site-footer__bottom>span:last-child{grid-column:1 / -1;text-align:left}.pdp-top__grid{grid-template-columns:1fr}.product-gallery__main{height:70vw;min-height:580px}.buy-box{position:static}.pdp-anchor-nav{top:var(--header-height)}.pdp-benefits__grid{grid-template-columns:repeat(3,1fr)}.pdp-benefits__grid>div:nth-child(4),.pdp-benefits__grid>div:nth-child(5){border-top:1px solid rgba(255,255,255,.15)}.product-story__grid{grid-template-columns:1fr}.product-story__media{order:-1}.product-story__media img{height:520px}.product-story__stat{left:25px}.feature-cards__grid{grid-template-columns:repeat(2,1fr)}.accessories__layout{grid-template-columns:1fr;gap:35px}.accessories__heading{position:static}.specs__grid{grid-template-columns:1fr;gap:45px}.customer-reviews__summary{grid-template-columns:1fr auto}.customer-reviews__summary>button{grid-column:1 / -1;justify-self:start}.pdp-faq__grid{grid-template-columns:1fr;gap:35px}}@media(max-width:680px){:root{--shell: calc(100vw - 28px) }.section{padding:72px 0}h2{font-size:39px}.promo-bar__arrow{display:none}.promo-bar p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.commerce-brand img{width:166px}.header-icon{width:36px;height:36px}.commerce-header__inner{gap:8px}.commerce-hero,.commerce-hero__content{min-height:670px}.commerce-hero__image{background-position:58% center}.commerce-hero__overlay{background:linear-gradient(180deg,#08181257,#081812e0 62%,#081812f5)}.commerce-hero__content{align-items:flex-end;padding-bottom:48px}.commerce-hero__copy{width:100%}.commerce-hero h1{font-size:50px}.commerce-hero__copy>p:not(.hero-kicker){font-size:16px}.hero-actions{display:grid}.hero-actions .btn{width:100%}.trust-strip__grid{grid-template-columns:1fr}.trust-item,.trust-item:first-child,.trust-item:nth-child(2){border-left:0;border-right:0;border-bottom:1px solid var(--line);min-height:90px}.section-head--row{align-items:flex-start;flex-direction:column;gap:15px}.category-grid{grid-template-columns:1fr;grid-template-rows:repeat(5,320px)}.category-card--large,.category-card--plain{grid-column:auto}.category-card--plain{grid-template-columns:85px 1fr;padding:20px}.category-card__plain-icon{width:78px;height:78px}.category-card--large h3{font-size:34px}.product-grid{grid-template-columns:1fr}.product-grid .product-card:last-child{display:block}.product-card__image{height:320px}.comparison{padding-top:72px}.bundle-banner__content{grid-template-columns:1fr;padding-top:70px;padding-bottom:70px}.bundle-banner{min-height:auto}.bundle-banner__copy{padding-top:35px}.bundle-card{padding:23px}.why-us__media>img{height:440px}.why-us__media-card{position:relative;right:auto;bottom:auto;width:100%}.reviews__top{align-items:flex-start;flex-direction:column}.reviews__score{text-align:left}.review-grid{grid-template-columns:1fr}.review-card:last-child{display:flex}.newsletter__form{flex-direction:column;gap:8px}.newsletter__form input{border-right:1px solid rgba(255,255,255,.5)}.newsletter__form button{min-height:54px}.site-footer__grid{grid-template-columns:1fr 1fr;gap:40px 25px}.site-footer__brand{grid-column:1 / -1}.site-footer__grid>div:last-child{grid-column:1 / -1}.site-footer__bottom{grid-template-columns:1fr}.site-footer__bottom>span:last-child{grid-column:auto}.site-footer__bottom div{flex-wrap:wrap}.breadcrumbs{overflow:auto;white-space:nowrap}.pdp-top{padding-bottom:40px}.product-gallery__main{min-height:0;height:79vw}.product-gallery__thumbs{gap:6px}.product-gallery__thumbs button{height:78px}.buy-box h1{font-size:39px}.size-options,.layout-options{grid-template-columns:1fr}.buy-box__actions{grid-template-columns:90px 1fr}.pdp-anchor-nav{display:none}.pdp-benefits__grid{grid-template-columns:1fr 1fr}.pdp-benefits__grid>div{border:0;border-bottom:1px solid rgba(255,255,255,.15)}.pdp-benefits__grid>div:first-child{border-left:0}.pdp-benefits__grid>div:last-child{grid-column:1 / -1}.product-story__media img{height:420px}.product-story__stat{left:15px;bottom:15px}.product-story__copy ul,.feature-cards__grid,.accessory-list{grid-template-columns:1fr}.specs__table>div{grid-template-columns:1fr;gap:4px}.customer-reviews__summary{grid-template-columns:1fr}.review-breakdown{flex-direction:column;align-items:flex-start}.customer-review-list article{grid-template-columns:1fr;gap:20px}.mobile-buy-bar{position:fixed;left:0;right:0;bottom:0;z-index:300;background:#fff;border-top:1px solid var(--line);padding:10px 14px;display:grid;grid-template-columns:1fr 145px;gap:10px;align-items:center;box-shadow:0 -10px 30px #00000017}.mobile-buy-bar div{display:grid}.mobile-buy-bar small{color:var(--muted);font-size:9px}.mobile-buy-bar strong{color:var(--green)}.mobile-buy-bar button{min-height:45px;border:0;background:var(--green);color:#fff;font-weight:900}.product-page .site-footer{padding-bottom:95px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}.commerce-nav .nav-item{position:relative}.commerce-nav .nav-item>a{display:flex;gap:6px;align-items:center;white-space:nowrap;padding:29px 0 27px;border-bottom:2px solid transparent}.commerce-nav .nav-item>a:hover{color:var(--green-2);border-bottom-color:var(--green-2)}.nav-dropdown{position:absolute;left:50%;top:100%;transform:translate(-50%) translateY(6px);min-width:240px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:10px 0;opacity:0;visibility:hidden;transition:opacity .15s ease,transform .15s ease,visibility .15s ease;z-index:120}.commerce-nav .nav-item:hover .nav-dropdown,.commerce-nav .nav-item:focus-within .nav-dropdown{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.nav-dropdown a{display:block;padding:11px 22px;font-size:13px;font-weight:700;white-space:nowrap}.nav-dropdown a:hover{background:var(--cream);color:var(--green);border-bottom:0}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:420;background:#050e0a8c;opacity:0;visibility:hidden;transition:.2s ease}body.search-open .search-overlay{opacity:1;visibility:visible}.search-panel{position:fixed;left:0;right:0;top:0;z-index:430;background:#fff;transform:translateY(-105%);transition:transform .22s ease;box-shadow:var(--shadow);padding:26px 0 30px}body.search-open .search-panel{transform:translateY(0)}body.search-open{overflow:hidden}.search-panel__bar{display:flex;gap:10px;align-items:center}.search-panel__bar form{flex:1;display:flex;border:2px solid var(--green)}.search-panel__bar input{flex:1;min-width:0;border:0;outline:0;height:54px;padding:0 16px;font-size:16px}.search-panel__bar button[type=submit]{border:0;background:var(--green);color:#fff;padding:0 22px;font-weight:900;cursor:pointer}.search-panel__close{border:0;background:transparent;font-size:30px;cursor:pointer;padding:4px 10px}.search-results{margin-top:18px;display:none}.search-results.has-results{display:block}.search-results__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.search-result{display:grid;grid-template-columns:64px 1fr;gap:12px;align-items:center;padding:10px;border:1px solid var(--line)}.search-result:hover{border-color:var(--green)}.search-result img{width:64px;height:64px;object-fit:cover;background:#eef0ed}.search-result strong{font-size:13px;line-height:1.25;display:block}.search-result span{font-size:12px;color:var(--green);font-weight:800}.search-results__all{display:inline-block;margin-top:14px;color:var(--green);font-weight:900;font-size:13px;text-decoration:underline}.collection-hero{background:var(--green-dark);color:#fff;padding:58px 0 54px}.collection-hero .eyebrow{color:#dfe7df}.collection-hero h1{font-size:clamp(40px,4.4vw,68px);line-height:1;margin:0 0 14px;letter-spacing:-.035em}.collection-hero p{max-width:640px;color:#fffc;font-size:17px;margin:0}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px 0;border-bottom:1px solid var(--line);margin-bottom:34px;flex-wrap:wrap}.collection-toolbar__count{color:var(--muted);font-size:13px}.collection-toolbar label{font-size:12px;font-weight:900;margin-right:8px}.collection-toolbar select{border:1px solid var(--line);background:#fff;min-height:44px;padding:0 12px;font-size:13px;cursor:pointer}.olc-collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.collection-empty{text-align:center;padding:90px 0}.collection-empty h2{font-size:34px}.collection-empty p{color:var(--muted)}.pagination{display:flex;justify-content:center;gap:6px;margin-top:48px}.pagination a,.pagination span.page-current{min-width:44px;min-height:44px;display:grid;place-items:center;border:1px solid var(--line);font-weight:800;font-size:14px;padding:0 8px}.pagination a:hover{border-color:var(--green);color:var(--green)}.pagination span.page-current{background:var(--green);color:#fff;border-color:var(--green)}.collection-list-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.collection-list-grid .category-card{height:340px}.cart-page{padding:40px 0 90px}.cart-page h1{font-size:clamp(38px,4vw,58px);margin-bottom:30px}.cart-page__grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:60px;align-items:start}.cart-table{border-top:1px solid var(--line)}.cart-row{display:grid;grid-template-columns:110px minmax(0,1fr) 130px 110px;gap:18px;align-items:center;padding:22px 0;border-bottom:1px solid var(--line)}.cart-row img{width:110px;height:110px;object-fit:cover;background:#eef0ed}.cart-row__info{display:grid;gap:4px}.cart-row__info a{font-weight:900;font-size:17px;letter-spacing:-.02em}.cart-row__info span{color:var(--muted);font-size:12px}.cart-row__info small button,.cart-line__remove{border:0;background:none;color:var(--red);text-decoration:underline;cursor:pointer;font-size:12px;padding:0;text-align:left}.cart-row__price{text-align:right;font-weight:900;white-space:nowrap}.cart-summary{background:#f6f6f2;padding:28px;position:sticky;top:calc(var(--header-height) + 20px)}.cart-summary h2{font-size:24px;margin-bottom:18px}.cart-summary__row{display:flex;justify-content:space-between;padding:9px 0;font-size:14px}.cart-summary__row.is-total{border-top:1px solid var(--line);margin-top:10px;padding-top:16px;font-size:18px;font-weight:900}.cart-summary small{display:block;color:var(--muted);margin:10px 0 16px}.cart-note{margin-top:18px}.cart-note textarea{width:100%;border:1px solid var(--line);min-height:84px;padding:10px;font:inherit;resize:vertical}.page-content{padding:56px 0 100px}.page-content--narrow .page-content__body{max-width:820px}.page-content h1{font-size:clamp(40px,4.4vw,64px);margin-bottom:26px;letter-spacing:-.035em}.page-content__body{font-size:17px;line-height:1.75;color:#333d38}.page-content__body h2{font-size:30px;margin:44px 0 14px}.page-content__body h3{font-size:21px;margin:30px 0 10px}.page-content__body p{margin-bottom:16px}.page-content__body ul{padding-left:22px}.page-content__body li{margin-bottom:8px}.page-content__body table{width:100%;border-collapse:collapse;margin:20px 0;font-size:14px}.page-content__body th,.page-content__body td{border:1px solid var(--line);padding:12px 14px;text-align:left}.page-content__body th{background:#f4f5f2;font-size:12px;text-transform:uppercase;letter-spacing:.07em}.contact-grid{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:80px;align-items:start;padding:56px 0 100px}.contact-grid h1{font-size:clamp(40px,4vw,60px);margin-bottom:16px}.contact-grid>div:first-child>p{color:var(--muted);font-size:17px;max-width:520px}.contact-aside{background:var(--cream);padding:30px;display:grid;gap:18px}.contact-aside strong{display:block;font-size:14px;margin-bottom:3px}.contact-aside a{color:var(--green);font-weight:800}.contact-aside span{color:var(--muted);font-size:13px}.form-grid{display:grid;gap:14px;margin-top:30px;max-width:640px}.form-grid label{font-size:12px;font-weight:900;display:block;margin-bottom:6px}.form-grid input,.form-grid textarea,.form-grid select{width:100%;border:1px solid #c9cfc9;background:#fff;min-height:52px;padding:12px 14px;font:inherit}.form-grid textarea{min-height:140px;resize:vertical}.form-grid input:focus,.form-grid textarea:focus{outline:2px solid var(--green);outline-offset:-1px}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-note{background:#eef4ee;color:#2c5e40;padding:14px 16px;font-size:14px}.form-errors{background:#f9e8e2;color:var(--red);padding:14px 16px;font-size:14px}.form-errors ul{margin:6px 0 0;padding-left:18px}.faq-page{padding:56px 0 100px}.faq-page h1{font-size:clamp(40px,4.4vw,64px)}.faq-page .pdp-faq__grid{margin-top:30px}.customer-page{padding:56px 0 110px;max-width:560px;margin-inline:auto}.customer-page--wide{max-width:1100px}.customer-page h1{font-size:clamp(36px,4vw,52px);margin-bottom:10px}.customer-page>p{color:var(--muted);margin-bottom:26px}.customer-links{margin-top:20px;display:flex;gap:18px;flex-wrap:wrap;font-size:13px}.customer-links a{color:var(--green);text-decoration:underline}.account-orders table{width:100%;border-collapse:collapse;font-size:14px;margin-top:18px}.account-orders th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#6b756f;background:#f4f5f2;padding:14px 16px}.account-orders td{padding:16px;border-top:1px solid var(--line)}.account-orders a{color:var(--green);font-weight:800}.address-card{border:1px solid var(--line);padding:22px;margin-top:16px}.address-card p{margin:0 0 12px;color:var(--muted)}.related-products .section-head{margin-bottom:34px}.search-page{padding:50px 0 90px}.search-page h1{font-size:clamp(38px,4vw,58px);margin-bottom:8px}.search-page>.shell>p{color:var(--muted);margin-bottom:34px}.search-page form.search-page__form{display:flex;max-width:560px;border:2px solid var(--green);margin-bottom:44px}.search-page__form input{flex:1;min-width:0;border:0;outline:0;height:54px;padding:0 16px;font-size:16px}.search-page__form button{border:0;background:var(--green);color:#fff;padding:0 24px;font-weight:900;cursor:pointer}.cart-drawer__lines{display:grid;gap:20px;max-height:42vh;overflow:auto;padding-right:4px}.cart-line__qty{display:inline-flex;align-items:center;border:1px solid var(--line);margin-top:6px}.cart-line__qty button{border:0;background:#fff;width:28px;height:28px;cursor:pointer;font-size:14px}.cart-line__qty span{min-width:28px;text-align:center;font-size:12px;font-weight:900}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.shopify-challenge__container{padding:60px 0}.errors{background:#f9e8e2;color:var(--red);padding:14px 16px;font-size:14px;margin-bottom:16px}.errors ul{margin:0;padding-left:18px}@media(max-width:980px){.olc-collection-grid,.collection-list-grid{grid-template-columns:repeat(2,1fr)}.cart-page__grid{grid-template-columns:1fr;gap:30px}.cart-summary{position:static}.contact-grid{grid-template-columns:1fr;gap:40px}.search-results__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.olc-collection-grid,.collection-list-grid{grid-template-columns:1fr}.cart-row{grid-template-columns:84px minmax(0,1fr);grid-template-rows:auto auto}.cart-row img{width:84px;height:84px;grid-row:span 2}.cart-row__price{text-align:left}.search-results__grid,.form-row-2{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/olc.css.map */
