:root{--color-primary: #1f5a6b;--color-primary-hover: #173f4c;--color-primary-soft: #dce9ec;--color-page: #f3f1ea;--color-surface: #ffffff;--color-surface-alt: #ebe7dc;--color-text: #263033;--color-muted: #6f766b;--color-inverse: #fbf7ee;--color-border: #d8d5ca;--color-accent: #c46f45;--color-accent-soft: #f2ded3;--color-price: #eb3300;--color-success: #3d7e64;--color-sold-out: #8c8c8c;--shadow-image: 0 12px 30px rgba(38, 48, 51, .1);--shadow-card: 0 10px 24px rgba(38, 48, 51, .12);--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--container: 1180px;--section-gap: 72px}*,*:before,*:after{box-sizing:border-box}body{margin:0;overflow-x:hidden;background:var(--color-page);color:var(--color-text);font-family:var(--font-body);font-size:18px;line-height:1.65}body.drawer-open,body.cart-drawer-open,body.discount-faq-open{overflow:hidden}img,svg{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}:focus-visible{outline:3px solid var(--color-accent);outline-offset:3px}.skip-link{position:absolute;inset-block-start:10px;inset-inline-start:10px;z-index:100;transform:translateY(-150%);background:var(--color-surface);color:var(--color-primary);border:1px solid var(--color-border);border-radius:6px;padding:8px 12px}.skip-link:focus{transform:translateY(0)}.container{width:min(100% - 32px,var(--container));margin-inline:auto}.section{padding-block:var(--section-gap)}.section-alt{background:var(--color-surface-alt)}.section-header{display:grid;gap:10px;max-width:780px;margin-block-end:30px}.eyebrow{margin:0;color:var(--color-primary);font-size:13px;font-weight:700;letter-spacing:.06em;line-height:1.2;text-transform:uppercase}h1,h2,h3,p{margin-block-start:0}h1,.display{color:var(--color-text);font-size:48px;font-weight:700;letter-spacing:0;line-height:1.08}h2{font-size:30px;font-weight:700;letter-spacing:0;line-height:1.22}h3{font-size:22px;font-weight:700;letter-spacing:0;line-height:1.3}.muted{color:var(--color-muted)}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;border-radius:999px;border:1px solid transparent;padding:14px 28px;background:var(--color-primary);color:var(--color-inverse);font-size:13px;font-weight:700;letter-spacing:.06em;line-height:1.2;text-transform:uppercase;transition:background-color .12s ease,color .12s ease,border-color .12s ease,transform .12s ease,box-shadow .12s ease}.button:hover{background:var(--color-primary-hover)}.button:active{transform:scale(.97)}.button-secondary{background:var(--color-surface);border-color:var(--color-border);color:var(--color-primary)}.button-secondary:hover{background:var(--color-primary-soft);color:var(--color-primary-hover)}.button-full{width:100%}.announcement{background:var(--color-primary-hover);color:var(--color-inverse);font-size:14px;font-weight:700}.announcement__inner{min-height:38px;display:flex;flex-wrap:wrap;gap:10px 18px;align-items:center;justify-content:center;text-align:center}.site-header{position:sticky;inset-block-start:0;z-index:50;width:100%;background:var(--color-page);color:var(--color-primary);box-shadow:none}.template-product .site-header{position:relative;inset-block-start:auto}.site-header__inner{min-height:88px;display:grid;grid-template-columns:220px 1fr 220px;gap:24px;align-items:center}.mobile-header-left{display:none}.site-logo{display:inline-flex;align-items:center;color:var(--color-primary);line-height:1}.site-logo img{width:auto;max-width:170px;max-height:62px;object-fit:contain}.site-nav{display:flex;flex-wrap:wrap;gap:4px;align-items:center;justify-content:center}.site-nav a,.drawer a{border-radius:999px;padding:9px 13px;color:var(--color-primary);font-size:15px;font-weight:700;line-height:1.2;transition:color .12s ease}.site-nav a:hover,.site-nav a:focus-visible{background:transparent;color:#d63b24}.drawer a:hover{background:var(--color-primary-soft)}.header-actions{display:flex;gap:8px;align-items:center;justify-content:flex-end}.header-action{position:relative;display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:999px;background:transparent;padding:0;color:var(--color-primary)}.cart-count{position:absolute;inset-block-start:2px;inset-inline-end:0;display:grid;min-width:20px;height:20px;place-items:center;border-radius:999px;background:var(--color-text);color:var(--color-inverse);padding-inline:5px;font-size:12px;font-weight:800;line-height:1}.menu-button{display:none;min-width:44px;min-height:44px;align-items:center;justify-content:center;border:0;border-radius:999px;background:transparent;color:var(--color-primary)}.drawer{position:fixed;inset-block-start:16px;inset-inline-start:50%;z-index:80;display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(416px,calc(100vw - 20px));height:min(66vh,720px);padding:26px 24px;border-radius:6px;background:var(--color-surface);color:var(--color-text);box-shadow:0 18px 44px #26303338;opacity:0;pointer-events:none;transform:translate(-50%,-10px);transition:opacity .18s ease-out,transform .18s ease-out}.drawer.is-open{opacity:1;pointer-events:auto;transform:translate(-50%)}.drawer__head{display:flex;align-items:center;justify-content:flex-start;gap:12px;min-height:42px;margin-block-end:16px}.drawer__close{min-width:42px;min-height:42px;display:grid;place-items:center;border:1px solid var(--color-border);border-radius:999px;background:transparent;color:var(--color-text)}.drawer__nav{display:grid;align-content:start;gap:0;overflow-y:auto;padding-block:2px}.drawer__nav a{display:flex;min-height:45px;align-items:center;justify-content:space-between;border-radius:0;padding:0;color:var(--color-text);font-size:22px;font-weight:800;line-height:1.18}.drawer__nav a:after{content:"\203a";display:grid;width:24px;height:24px;place-items:center;border-radius:999px;background:var(--color-primary-soft);color:var(--color-text);font-size:20px;font-weight:800;line-height:1}.drawer__nav a:hover,.drawer__nav a:focus-visible{background:transparent;color:var(--color-primary-hover)}.drawer__foot{border-block-start:1px solid var(--color-border);padding-block-start:16px}.drawer__foot a{display:inline-flex;color:var(--color-text);font-size:13px;font-weight:800;line-height:1.2}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:none;background:#2630336b}.drawer-backdrop.is-open{display:block}.cart-drawer{position:fixed;inset-block:auto 10px;inset-inline-end:10px;z-index:95;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;width:min(625px,calc(100vw - 20px));min-height:min(560px,calc(100vh - 20px));max-height:calc(100vh - 20px);overflow:hidden;background:var(--color-surface);color:var(--color-text);border-radius:6px;box-shadow:0 18px 44px #26303338;padding:48px 28px 28px;opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .18s ease-out,transform .18s ease-out}.cart-drawer.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.cart-drawer__header{display:none}.cart-drawer__success{display:flex;min-height:56px;align-items:center;justify-content:center;gap:14px;border-radius:4px;background:#e4f7ea;color:#2f9d59;font-size:16px;font-weight:700;line-height:1.2;margin-block-end:32px}.cart-drawer__success[hidden]{display:none}.cart-drawer__success span{display:grid;width:24px;height:24px;place-items:center;border-radius:999px;background:#2faf61;color:#fff;font-size:16px;line-height:1}.cart-drawer__body{min-height:0;overflow-y:auto;padding-inline-end:4px}.cart-drawer__close{display:none;place-items:center;width:64px;height:64px;border:0;border-radius:999px;background:var(--color-surface);color:var(--color-text);box-shadow:0 8px 24px #26303329}.cart-drawer__items{display:grid;align-content:start;gap:24px;padding:0 0 22px}.cart-drawer__item{display:grid;grid-template-columns:92px minmax(0,1fr) 86px;gap:18px;align-items:start}.cart-drawer__media-link,.cart-drawer__item-link,.cart-item__media-link,.cart-item__details-link{display:block;color:inherit;text-decoration:none}.cart-drawer__item-link:hover h3,.cart-item__details-link:hover h3{color:var(--color-primary-hover);text-decoration:underline}.cart-drawer__item img{width:92px;height:116px;object-fit:contain}.cart-drawer__item h3{margin:0 0 10px;font-size:18px;font-weight:800;line-height:1.28}.cart-drawer__item p{margin:0;color:var(--color-muted);font-size:15px;font-weight:600;line-height:1.35}.cart-drawer__item .cart-drawer__line-price{color:var(--color-price);font-size:22px;font-weight:700;line-height:1.2;margin-block:4px 10px}.cart-drawer__line-price s{color:var(--color-muted);font-size:.72em;font-weight:600;text-decoration-thickness:2px}.cart-drawer__item-controls{display:grid;justify-items:end;gap:14px}.cart-drawer__qty{width:64px;height:54px;border:1px solid var(--color-border);border-radius:10px;background:var(--color-surface);color:var(--color-text);font-size:18px;font-weight:500;line-height:1;text-align:center;-webkit-appearance:textfield;appearance:textfield}.cart-drawer__qty::-webkit-outer-spin-button,.cart-drawer__qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-drawer__remove{border:0;background:transparent;color:var(--color-text);padding:0;font-size:16px;font-weight:500;line-height:1.2;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.cart-drawer__empty{padding:0 0 28px}.cart-drawer__footer{display:grid;gap:10px;margin-block-start:auto;padding:18px 0 0;border-block-start:1px solid var(--color-border);background:var(--color-surface)}.cart-drawer__total-row{display:flex;align-items:baseline;justify-content:space-between;gap:18px;font-size:22px;font-weight:800;line-height:1.2}.cart-drawer__total-row strong:last-child{color:var(--color-price)}.cart-drawer__shipping-included{display:flex;align-items:center;gap:8px;margin:0;color:var(--color-text);font-size:14px;font-weight:600;line-height:1.25}.cart-drawer__shipping-included span{display:grid;width:18px;height:18px;place-items:center;border-radius:999px;background:var(--color-success);color:var(--color-inverse);font-size:12px;line-height:1}.cart-drawer__tax-note{margin:0;color:var(--color-muted);font-size:14px;font-weight:500;line-height:1.4}.cart-drawer__tax-note a,.cart-drawer__note-toggle{color:var(--color-text);text-decoration:underline;text-underline-offset:2px}.cart-drawer__note-toggle{justify-self:start;border:0;background:transparent;padding:0;font-size:14px;font-weight:500;line-height:1.35;cursor:pointer}.cart-drawer__note{width:100%;min-height:74px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);color:var(--color-text);padding:10px 12px;font:inherit;resize:vertical}.cart-drawer__note[hidden]{display:none}.cart-drawer__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-items:center;margin-block-start:8px}.cart-drawer__actions .button{min-height:58px;border-radius:999px;font-size:16px;font-weight:700;letter-spacing:0;line-height:1.2;text-transform:none}.cart-drawer__actions .button-secondary{border-color:var(--color-text);background:var(--color-surface);color:var(--color-text)}.cart-drawer__actions .button:not(.button-secondary){background:var(--color-text);border-color:var(--color-text);color:var(--color-inverse)}.cart-drawer__checkout{display:inline-flex;gap:10px;align-items:center;justify-content:center}.cart-drawer__checkout-lock{display:inline-grid;place-items:center;width:22px;height:22px;color:currentColor}.cart-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:none;background:#26303375}.cart-drawer-backdrop.is-open{display:block}.hero{background:var(--color-page)}.hero--image-only{overflow:hidden;aspect-ratio:8 / 3}.hero__link{display:block;height:100%}.hero--image-only picture,.hero__media{display:block;height:100%}.hero__media--mobile{display:none}.hero__image{display:block;width:100%;height:100%;background:var(--color-page);object-fit:contain}.badge{display:inline-flex;align-items:center;border-radius:999px;background:var(--color-primary-soft);color:var(--color-primary-hover);padding:7px 12px;font-size:14px;font-weight:600;line-height:1.25}.promise-strip{background:var(--color-surface);border-block:1px solid var(--color-border)}.promise-strip__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px}.promise-item{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;padding:20px 16px}.promise-item svg{color:var(--color-primary)}.promise-item strong{display:block;color:var(--color-text);line-height:1.2}.promise-item span{display:block;color:var(--color-muted);font-size:14px;line-height:1.35}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.featured-products-section .section-header{max-width:700px;margin-inline:auto;margin-block-end:38px;text-align:center}.product-grid--featured{grid-template-columns:minmax(0,1fr);max-width:var(--container);margin-inline:auto}.product-card{display:grid;gap:12px;color:var(--color-text)}.product-grid--featured .product-card{grid-template-columns:minmax(280px,.42fr) minmax(0,.58fr);gap:56px;align-items:center;border:0;background:transparent;padding:0}.product-card__media{position:relative;display:block;aspect-ratio:3 / 4;border-radius:6px;background:var(--color-surface);box-shadow:var(--shadow-image);overflow:hidden;transition:box-shadow .12s ease,opacity .12s ease}.product-card:hover .product-card__media{box-shadow:var(--shadow-card);opacity:.96}.product-card__media img{width:100%;height:100%;object-fit:contain}.product-card__media-wrap{position:relative}.product-card__quick-add{position:absolute;inset-inline-end:14px;inset-block-end:14px;z-index:3;display:grid;width:48px;height:48px;place-items:center;border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface);color:var(--color-text);box-shadow:0 8px 20px #26303324;font-size:0;line-height:0;transition:background-color .12s ease,color .12s ease,transform .12s ease}.product-card__quick-add:hover{background:var(--color-text);color:var(--color-inverse)}.product-card__quick-add:active{transform:scale(.96)}.product-card__quick-add:disabled{cursor:not-allowed;opacity:.5}.product-card__quick-add svg{display:block;width:22px;height:22px}.product-grid--featured .product-card__media{width:100%;max-width:410px;justify-self:end;background:var(--color-surface)}.product-card__badge{position:absolute;inset-block-start:10px;inset-inline-start:10px;border-radius:999px;padding:6px 9px;background:var(--color-accent);color:var(--color-inverse);font-size:12px;font-weight:800;line-height:1;text-transform:uppercase}.product-card__badge:not(.product-card__badge--sold){background:var(--color-price)}.product-card__badge--sold{background:var(--color-sold-out)}.product-card__title{margin:0;color:var(--color-primary);font-size:18px;font-weight:700;line-height:1.25}.product-card__body{display:grid;gap:8px;align-content:start}.product-card__offer{display:flex;flex:1 0 100%;max-width:100%;min-height:40px;align-items:center;justify-content:space-between;gap:16px;border:1px solid var(--color-price);border-radius:5px;background:var(--color-price);color:#fff;padding:4px 12px;font-size:14px;font-weight:400;line-height:1.4;text-align:start;overflow:hidden}.product-card__offer-text{min-width:0;color:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__offer-actions{display:flex;flex:0 0 auto;align-items:center;gap:20px;color:inherit}.product-card__offer-copy{display:block;min-width:0;border:0;background:transparent;color:inherit;padding:0;font:inherit;line-height:1.4;text-align:start;white-space:nowrap;cursor:pointer}.product-card__faq{display:grid;width:20px;height:20px;place-items:center;border:0;background:transparent;color:var(--color-price);padding:0;font-size:0;line-height:1;cursor:pointer}.product-card__faq:before{content:"!";display:grid;width:20px;height:20px;place-items:center;border-radius:999px;background:#fff;color:var(--color-price);font-size:13px;font-weight:800;line-height:1}.product-card__rating{display:inline-flex;min-width:0;align-items:center;gap:8px;color:var(--color-text);font-size:16px;font-weight:600;line-height:1.2;white-space:nowrap}.product-card__rating .stars{flex:0 0 auto}.product-card__review-count{color:var(--color-text);font-size:15px;font-weight:600;line-height:1.2}.product-grid--featured .product-card__body{display:grid;gap:12px;max-width:620px}.product-grid--featured .product-card__title{color:var(--color-text);font-size:40px;font-weight:700;line-height:1.16}.product-grid--featured .product-card__rating .stars{font-size:26px}.product-grid--featured .product-card__meta>[data-card-price],.product-grid--featured .product-card__meta>[data-card-compare]{display:inline}.product-card__meta{display:flex;flex-wrap:wrap;gap:6px 10px;align-items:center;color:var(--color-muted);font-size:15px;line-height:1.3}.product-grid--featured .product-card__meta{font-size:28px}.product-grid--featured .product-card__offer{min-height:40px;font-size:14px}.product-grid--featured .product-card__faq:before{width:20px;height:20px;font-size:13px}.product-card__variants{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;margin-block-start:12px}.product-grid--featured .product-card__variants{grid-template-columns:repeat(auto-fit,minmax(168px,1fr));gap:10px;margin-block-start:4px}.product-card__variant{display:grid;gap:2px;min-height:58px;border:1px solid var(--color-border);border-radius:6px;background:var(--color-page);padding:9px 10px;color:var(--color-text);font-size:13px;line-height:1.25}.product-grid--featured .product-card__variant{min-height:0;border-radius:999px;background:#ffffff94;padding:10px 14px}.product-card__variant strong{color:var(--color-price);font-size:15px;line-height:1.2}.product-card__variant small{color:var(--color-muted);font-size:12px;text-decoration:line-through}.product-card__variant.is-disabled{position:relative;overflow:hidden;opacity:.55}.product-card__variant.is-disabled:after{content:"";position:absolute;inset:50% 8px auto;border-top:2px solid currentColor;transform:rotate(-15deg)}.product-card__variant-select-wrap,.product-card__cta,.product-card__actions{display:none}.product-grid--featured .product-card__actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.product-grid--featured .product-card__cta,.product-grid--featured .product-card__add{display:inline-flex;width:fit-content;min-height:46px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:999px;background:var(--color-primary);color:var(--color-inverse);padding:12px 24px;font-size:13px;font-weight:700;letter-spacing:.06em;line-height:1.2;text-transform:uppercase}.product-card__add{display:none;background:var(--color-price);border-color:var(--color-price)}.product-card__add:disabled{cursor:not-allowed;opacity:.55}.price-sale{color:var(--color-price);font-weight:600}.price-compare{color:var(--color-muted);font-size:.72em;font-weight:500;text-decoration:line-through;text-decoration-thickness:2px}.quick-add-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:92;display:none;border:0;background:#2630337a}.quick-add-backdrop.is-open{display:block}.quick-add-modal{position:fixed;inset-inline-end:18px;inset-block-end:18px;z-index:96;display:grid;gap:22px;width:min(610px,calc(100vw - 36px));border-radius:6px;background:var(--color-surface);color:var(--color-text);padding:30px;box-shadow:0 18px 44px #2630333d;opacity:0;pointer-events:none;transform:translateY(14px);transition:opacity .18s ease,transform .18s ease}.quick-add-modal.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.quick-add-modal__close{position:absolute;inset-block-start:14px;inset-inline-end:14px;display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:999px;background:transparent;color:var(--color-text)}.quick-add-modal__main{display:grid;grid-template-columns:120px minmax(0,1fr);gap:22px;align-items:start}.quick-add-modal__media{display:block;aspect-ratio:1/1;background:var(--color-surface);overflow:hidden}.quick-add-modal__media img{width:100%;height:100%;object-fit:contain}.quick-add-modal__details{display:grid;gap:12px}.quick-add-modal__details h2{margin:0;padding-inline-end:24px;color:var(--color-text);font-size:22px;font-weight:800;line-height:1.22}.quick-add-modal__price{display:flex;gap:10px;align-items:baseline;margin:0;color:var(--color-price);font-size:24px;font-weight:600;line-height:1.2}.quick-add-modal__price s{color:var(--color-muted);font-size:.72em;font-weight:600;text-decoration-thickness:2px}.quick-add-option{display:grid;gap:10px;margin-block-start:4px}.quick-add-option__label{margin:0;color:var(--color-muted);font-size:14px;font-weight:600;line-height:1.3;text-align:center}.quick-add-option__label strong{color:var(--color-text);font-weight:600}.quick-add-option__values{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:center}.quick-add-option__value{display:grid;width:58px;height:58px;place-items:center;border:1px solid var(--color-border);border-radius:6px;background:var(--color-surface);padding:4px;color:var(--color-text);font-size:13px;font-weight:700;line-height:1.1;text-align:center;overflow:hidden}.quick-add-option__value img{width:100%;height:100%;object-fit:contain}.quick-add-option__value.is-selected{border-color:var(--color-text);box-shadow:inset 0 0 0 2px var(--color-text)}.quick-add-option__value:disabled{cursor:not-allowed;opacity:.4}.quick-add-modal__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.quick-add-modal__actions .button{min-height:56px;border-radius:999px;font-size:15px;text-transform:none;letter-spacing:0}.quick-add-modal__buy{background:#000;border-color:#000;color:#fff}.quick-add-modal__buy:hover{background:#111;color:#fff}.discount-faq-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:118;display:none;border:0;background:#00000061}.discount-faq-backdrop.is-open{display:block}.discount-faq-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:119;display:none;align-items:center;justify-content:center;padding:22px;pointer-events:none}.discount-faq-modal.is-open{display:flex;pointer-events:auto}.discount-faq-modal__dialog{display:grid;grid-template-rows:auto minmax(0,1fr);width:min(1720px,calc(100vw - 96px));max-height:min(92vh,980px);border-radius:8px;background:var(--color-surface);color:var(--color-text);box-shadow:0 20px 60px #00000047;overflow:hidden}.discount-faq-modal__header{position:relative;display:grid;min-height:76px;place-items:center;border-block-end:1px solid var(--color-border);padding:18px 72px}.discount-faq-modal__header h2{margin:0;color:var(--color-text);font-size:22px;font-weight:700;line-height:1.2;text-align:center}.discount-faq-modal__close{position:absolute;inset-block-start:50%;inset-inline-end:24px;display:grid;width:44px;height:44px;place-items:center;border:0;background:transparent;color:var(--color-text);padding:0;transform:translateY(-50%)}.discount-faq-modal__body{overflow:auto;padding:44px 54px 58px}.discount-faq-modal__section{display:grid;gap:14px}.discount-faq-modal__section+.discount-faq-modal__section{margin-block-start:34px}.discount-faq-modal__section h3{margin:0;color:var(--color-text);font-size:21px;font-weight:700;line-height:1.3}.discount-faq-modal__section p,.discount-faq-modal__section li{margin:0;color:var(--color-text);font-size:18px;font-weight:500;line-height:1.55}.discount-faq-modal__section ol{display:grid;gap:8px;margin:0;padding-inline-start:22px}.discount-faq-modal__section a{color:var(--color-primary);text-decoration:underline;text-underline-offset:3px}.discount-faq-modal__images{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.34fr);gap:28px;align-items:start;margin-block:10px 18px}.discount-faq-modal__images img{width:100%;border:1px solid var(--color-border);background:var(--color-surface);object-fit:contain}.proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.proof-card,.guide-card{border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);padding:22px}.proof-card h3,.guide-card h3{margin-block-end:8px}.proof-card p,.guide-card p{margin-block-end:0;color:var(--color-muted);font-size:15px;line-height:1.55}.stars{color:#ffc533;font-size:14px;font-weight:600;letter-spacing:0}.newsletter{background:var(--color-primary);color:var(--color-inverse)}.newsletter__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,440px);gap:32px;align-items:center}.newsletter h2,.newsletter p{color:var(--color-inverse)}.newsletter-form{display:flex;flex-wrap:wrap;gap:10px}.newsletter-form .button{min-width:128px;white-space:nowrap}.newsletter-message{display:grid;gap:4px;flex:1 0 100%;border:1px solid rgba(255,255,255,.36);border-radius:8px;background:var(--color-surface);color:var(--color-text);padding:14px 16px}.newsletter-message strong{color:var(--color-text);font-size:16px;line-height:1.25}.newsletter-message span{color:var(--color-muted);font-size:14px;line-height:1.45}.newsletter-message--error{border-color:var(--color-accent)}.field{width:100%;min-height:48px;border:1px solid var(--color-border);border-radius:10px;background:var(--color-surface);color:var(--color-text);padding:12px 14px}.newsletter-form .field{flex:1 1 220px;min-width:0;border-radius:999px}.product-main{background:var(--color-page);padding-block:28px 64px}.product-layout{display:grid;grid-template-columns:minmax(0,68fr) minmax(330px,32fr);gap:40px;align-items:start;width:min(100% - 48px,1480px);max-width:none}.product-media-column{display:grid;gap:28px;align-content:start;min-width:0}.product-gallery{display:grid;gap:0;align-content:start;justify-items:center;width:min(100%,920px);margin-inline:auto;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface-alt);box-shadow:var(--shadow-image);overflow:hidden}.product-gallery__stage{--gx: calc(100% - 52px) ;--gy:50%;position:relative;width:100%;aspect-ratio:3/4;border:0;border-radius:0;background:var(--color-surface-alt);box-shadow:none;overflow:hidden}.product-gallery__stage-arrow{position:absolute;left:var(--gx);top:var(--gy);z-index:2;display:grid;place-items:center;width:64px;height:64px;border:1px solid var(--color-border);border-radius:999px;background:#ffffffe0;color:var(--color-text);font-size:36px;line-height:1;transform:translate(-50%,-50%);opacity:0;pointer-events:none;box-shadow:0 8px 22px #2630331f;transition:opacity .12s ease}.product-gallery__stage:hover .product-gallery__stage-arrow{opacity:1;pointer-events:auto}.product-gallery__stage-arrow--prev{display:none}.product-gallery__item{display:none;height:100%}.product-gallery__item.is-active{display:flex}.product-gallery__item img{width:auto;height:auto;max-width:100%;max-height:100%;margin:auto;object-fit:contain}.product-gallery__item video,.product-gallery__item iframe{display:block;width:100%;height:100%;border:0;background:#000;object-fit:contain}@media(min-width:991px){.template-product .product-gallery__item img{width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;object-position:center}}.product-gallery[data-gallery-current-filter=photos] [data-gallery-media-kind=video],.product-gallery[data-gallery-current-filter=video] [data-gallery-media-kind=photo]{display:none!important}.product-gallery__video-grid{display:none!important;width:100%;aspect-ratio:3/4;border-block-start:0;background:var(--color-surface-alt);padding:0;overflow:hidden}.product-gallery[data-gallery-current-filter=video] .product-gallery__stage,.product-gallery[data-gallery-current-filter=video] .product-gallery__thumbs{display:none!important}.product-gallery[data-gallery-current-filter=video] .product-gallery__video-grid{display:grid!important}.product-video-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-video-grid--gallery{grid-template-columns:1fr;gap:0;align-items:center;justify-items:center;background:var(--color-surface-alt)}.product-video-grid--detail{grid-template-columns:1fr;width:min(100%,1180px);gap:0}.product-video-card{position:relative;display:block;aspect-ratio:16/9;border:1px solid var(--color-border);border-radius:4px;background:#000;overflow:hidden}.product-video-card__media,.product-video-card video,.product-video-card iframe{display:block;width:100%;height:100%;border:0;background:#000;object-fit:contain}.product-video-grid--gallery .product-video-card{width:75%;height:100%;aspect-ratio:9/16;border:0;border-radius:0;background:#000}.product-video-grid--gallery .product-video-card__media,.product-video-grid--gallery .product-video-card video,.product-video-grid--gallery .product-video-card iframe{object-fit:cover}.product-video-grid--detail .product-video-card{width:100%;aspect-ratio:16/9}.product-gallery__thumbs{display:grid;grid-template-columns:56px minmax(0,1fr) 56px;gap:18px;align-items:center;width:100%;padding:18px 24px;border:0;border-block-start:1px solid var(--color-border);border-radius:0;background:var(--color-surface-alt)}.product-gallery__thumb-track{display:flex;gap:18px;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none}.product-gallery__thumb-track::-webkit-scrollbar{display:none}.product-gallery__thumb,.product-gallery__arrow{border:1px solid var(--color-border);background:var(--color-surface)}.product-gallery__thumb{position:relative;flex:0 0 96px;aspect-ratio:1/1;border-radius:4px;padding:0;overflow:hidden}.product-gallery__thumb.is-active{border-color:var(--color-text);box-shadow:inset 0 -3px 0 var(--color-text)}.product-gallery__thumb[hidden]{display:none}.product-gallery__thumb img{width:100%;height:100%;object-fit:contain}.product-gallery__play{position:absolute;right:8px;bottom:8px;display:grid;width:30px;height:30px;place-items:center;border-radius:999px;background:#ffffffeb;box-shadow:0 4px 12px #26303329}.product-gallery__play:before{content:"";width:0;height:0;border-block:7px solid transparent;border-inline-start:11px solid var(--color-text);margin-inline-start:3px}.product-gallery__arrow{display:grid;place-items:center;width:54px;height:54px;border-radius:999px;color:var(--color-text);font-size:32px;line-height:1}.product-gallery__media-switch{display:flex;width:100%;justify-content:center;gap:20px;padding:18px 24px 28px;border-block-start:1px solid var(--color-border);background:var(--color-surface-alt)}.product-gallery__media-switch-button{display:inline-flex;min-width:132px;min-height:52px;align-items:center;justify-content:center;border:2px solid var(--color-text);border-radius:999px;background:var(--color-surface);color:var(--color-text);padding:10px 28px;font-size:17px;font-weight:700;line-height:1.1;cursor:pointer}.product-gallery__media-switch-button.is-active{background:var(--color-text);color:var(--color-inverse)}.product-trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;border:1px solid var(--color-border);background:var(--color-border);overflow:hidden}.product-trust-container--mobile{display:none}.product-trust__item{display:grid;gap:10px;place-items:center;min-height:118px;background:var(--color-surface);color:var(--color-text);padding:18px 12px;text-align:center}.product-trust__item svg{width:34px;height:34px;color:var(--color-primary)}.product-trust__item strong{max-width:140px;font-size:14px;font-weight:600;line-height:1.3}.purchase-panel{position:sticky;inset-block-start:104px;display:grid;gap:18px;border:0;border-radius:0;background:transparent;padding:28px 0 0}.purchase-panel h1{font-size:40px;font-weight:700;line-height:1.1;margin-block-end:8px}.product-rating{display:inline-flex;align-items:center;gap:10px;color:var(--color-text);font-size:19px;font-weight:600;line-height:1.2}.product-rating .stars{font-size:28px;line-height:1}.product-rating__count{color:var(--color-text)}.product-price{display:flex;flex-wrap:wrap;gap:8px 18px;align-items:baseline;margin:0;font-size:34px;font-weight:600}.purchase-panel .product-price [data-current-price]{color:var(--color-price);font-size:1.08em;font-weight:600}.purchase-panel .product-price .price-compare{font-weight:500}.purchase-panel .product-card__meta{font-size:16px}.product-offer-code{display:flex;width:100%;min-height:40px;align-items:center;justify-content:space-between;gap:16px;border:1px solid var(--color-price);border-radius:5px;background:var(--color-price);color:#fff;padding:4px 12px;font-size:14px;font-weight:400;line-height:1.4;overflow:hidden}.product-offer-code__text{min-width:0;color:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-offer-code__actions{display:flex;flex:0 0 auto;align-items:center;gap:20px;color:inherit}.product-offer-code__copy{border:0;background:transparent;color:inherit;padding:0;font:inherit;line-height:1.4;white-space:nowrap;cursor:pointer}.product-offer-code__faq{display:grid;width:20px;height:20px;place-items:center;border:0;background:transparent;color:var(--color-price);padding:0;font-size:0;line-height:1;cursor:pointer}.product-offer-code__faq:before{content:"!";display:grid;width:20px;height:20px;place-items:center;border-radius:999px;background:#fff;color:var(--color-price);font-size:13px;font-weight:800;line-height:1}.product-form{display:grid;gap:18px}.product-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}.product-actions .button{width:100%}.product-actions .button[name=add]{height:56px;min-height:56px;padding:0 22px;border-radius:6px;background:var(--color-surface);border:1px solid var(--color-primary);color:var(--color-primary);box-shadow:none}.product-actions .button[name=add]:hover{background:var(--color-primary-soft);border-color:var(--color-primary-hover);color:var(--color-primary-hover)}.product-actions .product-buy-now-button{height:56px;min-height:56px;padding:0 22px;border-radius:6px;background:var(--color-primary);border:1px solid var(--color-primary);color:var(--color-inverse);box-shadow:none}.product-actions .product-buy-now-button:hover{background:var(--color-primary-hover);border-color:var(--color-primary-hover);color:var(--color-inverse)}.variant-picker{display:grid;gap:24px}.variant-option{min-width:0;margin:0;padding:0;border:0}.variant-option legend{display:flex;gap:8px;margin-block-end:12px;color:var(--color-muted);font-size:17px;font-weight:500;line-height:1.3}.variant-option legend strong{color:var(--color-text);font-weight:500}.variant-option__values{display:flex;flex-wrap:wrap;gap:12px}.variant-option__button{position:relative;display:inline-flex;min-height:52px;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface);color:var(--color-text);padding:11px 24px;font-size:17px;font-weight:500;line-height:1.2;cursor:pointer}.variant-option input:checked+.variant-option__button{border-color:var(--color-text);box-shadow:inset 0 0 0 2px var(--color-text)}.variant-option input:focus-visible+.variant-option__button{outline:3px solid var(--color-accent);outline-offset:3px}.variant-option input:disabled+.variant-option__button{color:var(--color-muted);background:var(--color-page);cursor:not-allowed;opacity:.7}.variant-option input:disabled+.variant-option__button:after{content:"";position:absolute;left:14px;right:14px;top:50%;border-top:2px solid currentColor;transform:rotate(-18deg)}.selector-row{display:grid;gap:10px}.selector-row label,.quantity-row label{color:var(--color-text);font-size:17px;font-weight:500;letter-spacing:0;text-transform:none}.quantity-row{display:grid;gap:10px}.quantity-stepper{display:grid;grid-template-columns:56px 72px 56px;align-items:center;width:max-content;min-height:58px;border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface);overflow:hidden}.quantity-stepper button,.quantity-stepper input{width:100%;height:100%;min-height:56px;border:0;background:transparent;color:var(--color-text);font-size:22px;font-weight:500;line-height:1;text-align:center}.quantity-stepper button:hover{background:var(--color-primary-soft)}.quantity-stepper input{-moz-appearance:textfield}.quantity-stepper input::-webkit-outer-spin-button,.quantity-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-form .field{min-height:56px;font-size:17px}.product-form .button-full{min-height:60px;font-size:15px}.detail-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.detail-list li{position:relative;display:block;color:var(--color-muted);font-size:15px;line-height:1.4;padding-inline-start:18px}.detail-list li:before{content:"";position:absolute;inset-block-start:.5em;inset-inline-start:0;width:8px;height:8px;border-radius:999px;background:var(--color-success)}.detail-list-link{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:18px;align-items:center;color:inherit;text-decoration:none}.detail-list-link__arrow{display:grid;place-items:center;align-self:stretch;color:var(--color-muted);font-size:34px;font-weight:400;line-height:1;transition:color .12s ease,transform .12s ease}.detail-list-link:hover .detail-list-link__arrow,.detail-list-link:focus-visible .detail-list-link__arrow{color:var(--color-primary-hover);transform:translate(3px)}.detail-list--summary{gap:7px;padding-block-end:4px}.detail-list--summary li{color:var(--color-text);font-size:16px;font-weight:500;line-height:1.35;padding-inline-start:18px}.detail-list--summary strong{font-weight:700}.detail-list--summary li:before{inset-block-start:.55em;width:6px;height:6px;background:currentColor}.accordion{border-block-start:1px solid var(--color-border)}.accordion details{border-block-end:1px solid var(--color-border);padding-block:14px}.accordion summary{cursor:pointer;color:var(--color-primary);font-weight:600}.accordion p{margin-block:10px 0;color:var(--color-muted);font-size:15px;line-height:1.55}.page-hero{padding-block:54px 28px}.collection-page{padding-block:54px 72px}.collection-header{display:grid;gap:12px;margin-block-end:34px}.collection-header h1{margin:0;color:var(--color-text);font-size:42px;font-weight:700;line-height:1.08}.collection-header .rte{max-width:760px;color:var(--color-muted)}.collection-bar{display:flex;gap:18px;align-items:center;justify-content:space-between;margin-block-end:26px}.collection-product-count{margin:0;color:var(--color-muted);font-size:15px;font-weight:600}.collection-filter-trigger,.collection-filter-backdrop,.collection-filter-drawer__head{display:none}.collection-toolbar{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:flex-end;margin-inline-start:auto}.collection-toolbar summary{list-style:none;cursor:pointer}.collection-toolbar summary::-webkit-details-marker{display:none}.collection-toggle,.collection-sort-menu>summary,.collection-filter-menu>summary{display:inline-flex;min-height:36px;align-items:center;gap:8px;color:var(--color-text);font-size:15px;font-weight:700;line-height:1.2}.collection-toggle{position:relative;cursor:pointer}.collection-toggle input{position:absolute;opacity:0;pointer-events:none}.collection-toggle__track{position:relative;width:42px;height:24px;border-radius:999px;background:var(--color-border);transition:background-color .12s ease}.collection-toggle__track:before{content:"";position:absolute;inset-block-start:4px;inset-inline-start:4px;width:16px;height:16px;border-radius:999px;background:var(--color-page);transition:transform .12s ease}.collection-toggle input:checked+.collection-toggle__track{background:var(--color-primary)}.collection-toggle input:checked+.collection-toggle__track:before{transform:translate(18px)}.collection-filter-menu,.collection-sort-menu{position:relative}.collection-filter-menu>summary:after,.collection-sort-menu>summary:after{content:"";width:8px;height:8px;border-inline-end:2px solid currentColor;border-block-end:2px solid currentColor;transform:rotate(45deg) translateY(-2px);opacity:.65}.collection-filter-menu[open]>summary:after,.collection-sort-menu[open]>summary:after{transform:rotate(225deg) translate(-2px,-1px)}.collection-filter-menu__panel,.collection-sort-menu__panel{position:absolute;inset-block-start:calc(100% + 10px);inset-inline-end:0;z-index:20;display:grid;gap:10px;min-width:230px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);padding:14px;box-shadow:var(--shadow-card)}.collection-filter-choice{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center;color:var(--color-text);font-size:14px;font-weight:600}.collection-filter-choice small{color:var(--color-muted);font-size:12px}.collection-filter-choice.is-disabled{opacity:.45}.collection-sort-menu>summary strong{font-weight:500}.collection-sort-menu__panel{min-width:260px;max-height:360px;overflow:auto;padding-block:18px}.collection-sort-choice{display:flex;min-height:28px;align-items:center;gap:10px;color:var(--color-muted);font-size:15px;font-weight:500;line-height:1.25;cursor:pointer;transition:color .12s ease}.collection-sort-choice input{position:absolute;opacity:0;pointer-events:none}.collection-sort-choice:hover,.collection-sort-choice.is-selected{color:var(--color-text)}.collection-sort-choice.is-selected{font-weight:700}.collection-price-range{grid-template-columns:repeat(2,minmax(0,1fr));min-width:280px}.collection-price-range label{display:grid;gap:6px;color:var(--color-muted);font-size:12px;font-weight:700}.collection-price-range input{min-height:38px;border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface);color:var(--color-text);font:inherit}.collection-price-range input{width:100%;padding:8px 12px}.collection-price-range .button{grid-column:1/-1;min-height:38px;padding:9px 16px}.collection-active-filters{display:flex;flex-wrap:wrap;gap:8px;margin-block:-10px 22px}.collection-active-filters a{border-radius:999px;background:var(--color-primary-soft);color:var(--color-primary-hover);padding:7px 11px;font-size:13px;font-weight:700}.collection-pagination{display:flex;justify-content:center;margin-block-start:34px}.collection-list-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.collection-card{display:grid;gap:14px;color:var(--color-text)}.collection-card__media{display:block;aspect-ratio:4/3;border-radius:6px;background:var(--color-surface);box-shadow:var(--shadow-image);overflow:hidden}.collection-card__media img{width:100%;height:100%;object-fit:cover}.collection-card__body{display:grid;gap:4px}.collection-card__body strong{color:var(--color-primary);font-size:20px;font-weight:800;line-height:1.2}.collection-card__body small{color:var(--color-muted);font-size:14px;font-weight:600;line-height:1.3}.collection-card:hover .collection-card__body strong{color:var(--color-primary-hover);text-decoration:underline}.cart-page__container{width:min(100% - 64px,1500px)}.cart-page__header{max-width:none;text-align:center}.cart-page__header .eyebrow{justify-self:center}.cart-page__header h1{font-size:46px}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,420px);gap:70px;align-items:start}.cart-items{display:grid;gap:0}.cart-items__head{display:grid;grid-template-columns:minmax(0,1fr) 160px 150px;gap:24px;border-block-end:1px solid var(--color-border);padding-block:0 18px;color:var(--color-text);font-size:16px;font-weight:800;line-height:1.2}.cart-items__head span:nth-child(2),.cart-items__head span:nth-child(3){text-align:end}.cart-item{display:grid;grid-template-columns:112px minmax(0,1fr) 160px 150px;gap:24px;align-items:center;border:0;border-block-end:1px solid var(--color-border);border-radius:0;background:transparent;padding:28px 0}.cart-item img{width:96px;height:96px;border-radius:4px;object-fit:cover}.cart-item__main{display:grid;gap:8px;min-width:0}.cart-item__details-link h3{margin:0;color:var(--color-text);font-size:20px;font-weight:800;line-height:1.25}.cart-item__details-link p{margin:0;font-size:15px;font-weight:500;line-height:1.35}.cart-item__controls{display:grid;gap:8px;justify-items:end}.cart-item__qty{width:54px;height:48px;border:1px solid var(--color-border);border-radius:8px;background:transparent;color:var(--color-text);font-size:16px;font-weight:500;text-align:center}.cart-item__remove{color:var(--color-text);font-size:14px;font-weight:500;text-decoration:underline;text-underline-offset:3px}.cart-item__price{display:flex;flex-wrap:wrap;gap:8px;align-items:baseline;justify-content:flex-end;justify-self:end;color:var(--color-price);font-size:21px;font-weight:700;line-height:1.2;text-align:end}.cart-item__price s{color:var(--color-muted);font-size:16px;font-weight:500}.cart-summary{position:sticky;inset-block-start:104px;display:grid;gap:18px;border:1px solid var(--color-border);border-radius:10px;background:transparent;padding:28px}.cart-summary__line,.cart-summary__total{display:flex;align-items:baseline;justify-content:space-between;gap:18px}.cart-summary__line{color:var(--color-muted);font-size:16px;font-weight:500;line-height:1.25}.cart-summary__line strong{color:var(--color-text);font-size:16px;font-weight:600}.cart-summary__total{color:var(--color-text);font-size:26px;font-weight:800;line-height:1.12}.cart-summary__total strong{color:var(--color-text);font-size:26px;font-weight:800;text-align:end}.cart-summary__note{display:grid;gap:8px}.cart-summary__note span{font-size:0}.cart-summary__note textarea{width:100%;min-height:118px;resize:vertical;border:1px solid var(--color-border);border-radius:8px;background:transparent;color:var(--color-text);padding:16px;font:inherit}.cart-summary__note textarea::placeholder{color:var(--color-muted)}.cart-summary__tax{margin:0;color:var(--color-muted);font-size:14px;font-weight:500;line-height:1.45}.cart-summary__tax a{text-decoration:underline;text-underline-offset:3px}.cart-summary__checkout{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;min-height:58px;border-color:var(--color-text);background:var(--color-text);color:var(--color-surface);font-size:15px;letter-spacing:0;text-transform:none}.cart-summary__checkout:hover{background:#15191b;color:var(--color-surface)}.cart-summary__lock{display:grid;width:24px;height:24px;place-items:center}.cart-summary__lock svg{width:20px;height:20px}.cart-payment-methods{display:grid;gap:8px;justify-items:center;color:var(--color-muted);font-size:13px;font-weight:500;line-height:1.3;text-align:center}.cart-payment-methods__list{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:0;padding:0;list-style:none}.cart-payment-methods__list li{display:inline-flex}.cart-payment-methods__logo{display:block;width:42px;height:auto}.shipping-progress{display:grid;gap:8px}.shipping-progress__track{height:10px;border-radius:999px;background:var(--color-primary-soft);overflow:hidden}.shipping-progress__bar{height:100%;border-radius:inherit;background:var(--color-success)}.rte{max-width:820px}.rte h2,.rte h3{margin-block-start:28px}.rte a{color:var(--color-primary);text-decoration:underline}.contact-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(300px,1fr);gap:44px;align-items:start;width:min(100% - 96px,1080px)}.contact-form{display:grid;gap:12px}.contact-form textarea{min-height:150px;resize:vertical}.select-field{position:relative}.select-field:after{content:"\2304";position:absolute;right:18px;top:50%;transform:translateY(-52%);pointer-events:none}.select-field select{-webkit-appearance:none;appearance:none;padding-right:48px}.site-footer{background:var(--color-primary-hover);color:var(--color-inverse);padding-block:56px 22px}.footer-trust{margin-block-end:78px}.site-footer .product-trust{grid-template-columns:repeat(4,minmax(0,1fr));gap:34px;border:0;background:transparent}.site-footer .product-trust__item{min-height:auto;background:transparent;color:var(--color-inverse);padding:0 18px;gap:18px}.site-footer .product-trust__item svg{width:48px;height:48px;color:var(--color-inverse)}.site-footer .product-trust__item strong{max-width:300px;font-size:20px;font-weight:800;line-height:1.18;text-transform:uppercase}.site-footer .product-trust__item span{display:block;max-width:320px;color:#fbf7eec7;font-size:15px;font-weight:600;line-height:1.48}.product-trust-dots{display:none}.product-trust-dot{-webkit-appearance:none;appearance:none;border:0;border-radius:999px;background:#fbf7ee59;padding:0;cursor:pointer}.product-trust-dot.is-active{background:var(--color-inverse)}.footer-grid{display:grid;grid-template-columns:minmax(340px,520px) repeat(3,minmax(150px,1fr));gap:48px}.footer-signup{max-width:520px}.footer-signup h2{margin-block:0 18px;font-size:36px;line-height:1.15}.site-footer h2,.site-footer h3,.site-footer p{color:var(--color-inverse)}.footer-newsletter-form{display:grid;gap:10px;max-width:440px;margin-block:24px 18px}.footer-newsletter-form__row{display:grid;grid-template-columns:minmax(0,1fr) 52px;align-items:center;min-height:58px;border:1px solid rgba(251,247,238,.18);border-radius:8px;overflow:hidden;background:#fbf7ee0a}.footer-newsletter-form .field{height:58px;border:0;border-radius:0;background:transparent;color:var(--color-inverse)}.footer-newsletter-form .field::placeholder{color:#fbf7ee94}.footer-newsletter-form__button{display:inline-flex;align-items:center;justify-content:center;height:100%;border:0;border-inline-start:1px solid rgba(251,247,238,.14);background:#fbf7ee14;color:var(--color-inverse);font-size:26px;line-height:1;cursor:pointer}.footer-newsletter-form__button:hover{background:#fbf7ee29}.footer-menu-block{min-width:0}.footer-menu-check{position:absolute;opacity:0;pointer-events:none}.footer-menu-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-block:0 14px}.footer-menu-title{color:var(--color-inverse);font-size:18px;font-weight:800;line-height:1.25}.footer-menu-toggle{display:none}.footer-links{display:grid;gap:14px}.footer-links a{color:#fbf7eeb8;font-size:14px;font-weight:600;line-height:1.28;white-space:nowrap}.footer-links a:hover{color:var(--color-inverse)}.footer-bottom{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;margin-block-start:56px;padding-block-start:22px;border-block-start:1px solid rgba(251,247,238,.22);font-size:14px}.footer-payment{display:flex;flex-wrap:wrap;gap:8px;justify-self:end;align-items:center;justify-content:flex-end;margin:0;padding:0;list-style:none}.footer-payment li{display:inline-flex}.footer-payment__logo{display:block;width:54px;height:auto}.back-to-top-button{position:fixed;right:0;bottom:106px;z-index:60;display:grid;width:48px;height:48px;place-items:center;border:0;border-radius:0;background:#f2f2f2;color:#8a8a8a;padding:0;opacity:0;visibility:hidden;pointer-events:none;cursor:pointer;transition:opacity .16s ease,visibility .16s ease}.back-to-top-button.is-visible{opacity:1;visibility:visible;pointer-events:auto}.back-to-top-button svg{width:22px;height:22px}@media(max-width:990px){:root{--section-gap: 48px}.site-header__inner{position:relative;display:flex;width:100%;max-width:none;min-height:64px;gap:0;align-items:center;justify-content:space-between;padding-inline:7px}.site-nav{display:none}.mobile-header-left{display:flex;gap:6px;align-items:center;justify-content:flex-start}.menu-button{display:inline-flex}.header-action,.menu-button{width:40px;height:40px;min-width:40px;min-height:40px}.site-logo{position:absolute;inset-inline-start:50%;inset-block-start:50%;transform:translate(-50%,-50%)}.site-logo img{max-width:118px;max-height:52px}.desktop-search,.account-link{display:none}.drawer{width:min(416px,calc(100vw - 20px));height:min(66vh,720px)}.header-actions{justify-content:flex-end;min-width:0}.product-layout,.cart-layout,.contact-grid,.newsletter__grid,.footer-bottom{grid-template-columns:1fr}.cart-layout{gap:30px}.cart-page__container{width:min(100% - 44px,760px)}.cart-page__header{text-align:start}.cart-page__header .eyebrow{justify-self:start}.cart-page__header h1{font-size:38px}.product-layout{gap:24px}.promise-strip__grid,.proof-grid,.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid:not(.product-grid--featured){grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid--featured .product-card{grid-template-columns:1fr}.product-grid--featured .product-card__media{justify-self:center;max-width:380px}.purchase-panel,.cart-summary{position:static}.purchase-panel{padding:10px 18px 22px}.purchase-panel h1{font-size:38px}.product-price{font-size:30px}.product-trust{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-signup,.footer-newsletter-form{max-width:none}.hero--image-only{aspect-ratio:3 / 4}.hero__media--desktop{display:none}.hero__media--mobile{display:block}}@media(max-width:640px){body{font-size:16px}h1,.display{font-size:32px;line-height:1.18}h2{font-size:26px;line-height:1.25}h3{font-size:20px;line-height:1.35}.container{width:min(100% - 36px,var(--container))}.collection-page{padding-block:34px 48px}.collection-header{margin-block-end:24px}.collection-header h1{font-size:32px;line-height:1.14}.collection-bar{display:grid;gap:14px;align-items:start;margin-block-end:22px}.collection-filter-trigger{position:fixed;inset-inline-start:50%;inset-block-end:var(--collection-filter-bottom,18px);z-index:45;display:inline-flex;min-height:54px;align-items:center;justify-content:center;gap:9px;border:0;border-radius:999px;background:var(--color-text);color:var(--color-inverse);padding:0 24px;font-size:15px;font-weight:800;line-height:1;box-shadow:0 12px 28px #26303338;transform:translate(-50%)}.collection-filter-trigger.is-hidden{opacity:0;pointer-events:none;transform:translate(-50%,12px)}.collection-filter-trigger span{font-size:17px;line-height:1;transform:rotate(90deg)}.collection-filter-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:88;display:none;background:#26303361}.collection-filter-backdrop.is-open{display:block}.collection-filter-drawer{position:fixed;inset-inline:10px;inset-block-end:10px;z-index:90;display:grid;grid-template-rows:auto minmax(0,1fr);max-height:min(72vh,620px);border-radius:12px;background:var(--color-surface);padding:18px;box-shadow:0 18px 44px #26303340;opacity:0;pointer-events:none;transform:translateY(18px);transition:opacity .16s ease,transform .16s ease}.collection-filter-drawer.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.collection-filter-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-block-end:12px}.collection-filter-drawer__head strong{font-size:18px;font-weight:800;line-height:1.2}.collection-filter-drawer__head button{display:grid;width:38px;height:38px;place-items:center;border:1px solid var(--color-border);border-radius:999px;background:transparent;color:var(--color-text);font-size:24px;line-height:1}.collection-toolbar{display:grid;align-content:start;justify-content:stretch;gap:12px;margin-inline-start:0;overflow-y:auto}.collection-filter-menu,.collection-sort-menu{width:100%}.collection-sort-menu{border-block-end:1px solid var(--color-border);padding-block-end:12px}.collection-filter-menu>summary,.collection-sort-menu>summary{width:100%;justify-content:space-between;border:1px solid var(--color-border);border-radius:999px;padding-inline:14px}.collection-sort-menu>summary{border:0;border-radius:0;padding-inline:0;font-size:15px}.collection-filter-menu__panel,.collection-sort-menu__panel{position:static;min-width:0;margin-block-start:8px;border:0;background:transparent;padding:0;box-shadow:none}.collection-sort-menu__panel{gap:8px;max-height:none;padding:0 0 2px;overflow:visible}.collection-sort-choice{min-height:24px;gap:10px;font-size:14px;font-weight:500;color:var(--color-muted)}.collection-sort-choice input{position:relative;display:block;flex:0 0 15px;width:15px;height:15px;-webkit-appearance:none;appearance:none;border:1px solid var(--color-border);border-radius:2px;background:#e5e5e5;opacity:1;pointer-events:auto}.collection-sort-choice input:checked{border-color:var(--color-text);background:var(--color-text)}.collection-sort-choice input:checked:after{content:"";position:absolute;inset-block-start:1px;inset-inline-start:4px;width:5px;height:9px;border:solid var(--color-surface);border-width:0 2px 2px 0;transform:rotate(45deg)}.collection-sort-choice.is-selected{color:var(--color-text);font-weight:600}.collection-price-range{grid-template-columns:1fr;gap:10px}.collection-price-range input{background:var(--color-surface)}.collection-price-range .button{background:var(--color-text);color:var(--color-inverse)}.collection-list-grid{grid-template-columns:1fr}.product-card__body{gap:7px}.product-card__offer{min-height:40px;font-size:14px}.product-card__offer-copy{padding:0}.product-card__faq{width:20px;height:20px}.product-card__faq:before{width:20px;height:20px;font-size:13px}.product-card__meta{gap:4px 8px;font-size:14px}.product-card__rating{margin-block-start:-1px}.product-card__review-count{font-size:11px}.product-card__quick-add{width:42px;height:42px;inset-inline-end:10px;inset-block-end:10px}.quick-add-modal{inset-inline:6px;inset-block-end:6px;width:auto;gap:18px;padding:26px 24px 22px;border-radius:6px;transform:translateY(100%)}.quick-add-modal.is-open{transform:translateY(0)}.quick-add-modal__close{inset-block-start:-72px;inset-inline-start:50%;inset-inline-end:auto;width:58px;height:58px;background:var(--color-surface);box-shadow:0 8px 22px #26303333;transform:translate(-50%)}.quick-add-modal__main{grid-template-columns:86px minmax(0,1fr);gap:16px}.quick-add-modal__details h2{font-size:17px;line-height:1.3;padding-inline-end:0}.quick-add-modal__price{font-size:22px}.quick-add-option__label{text-align:start}.quick-add-option__values{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-block:2px}.quick-add-option__value{flex:0 0 54px;width:54px;height:54px}.quick-add-modal__actions{grid-template-columns:1fr;gap:10px}.quick-add-modal__actions .button{min-height:54px}.product-offer-code{min-height:40px;font-size:14px}.product-offer-code__text,.product-offer-code__copy{padding-inline:0}.product-offer-code__faq{width:20px;height:20px}.product-offer-code__faq:before{width:20px;height:20px;font-size:13px}.discount-faq-modal{padding:12px}.discount-faq-modal__dialog{width:calc(100vw - 24px);max-height:88vh;border-radius:6px}.discount-faq-modal__header{min-height:58px;padding:14px 56px}.discount-faq-modal__header h2{font-size:18px}.discount-faq-modal__close{inset-inline-end:10px;width:40px;height:40px}.discount-faq-modal__body{padding:28px 22px 34px}.discount-faq-modal__section h3{font-size:18px}.discount-faq-modal__section p,.discount-faq-modal__section li{font-size:15px}.discount-faq-modal__images{grid-template-columns:1fr;gap:16px}.newsletter-form{flex-direction:column}.newsletter-form .field{flex:0 1 auto}.newsletter-form .button{width:100%}.site-footer{padding-block:46px 20px}.footer-signup h2{font-size:26px;font-weight:700;line-height:1.12}.footer-trust{margin-block-end:40px;padding-block-end:30px;border-block-end:1px solid rgba(251,247,238,.18);overflow:hidden}.site-footer .footer-trust .product-trust{display:flex;grid-template-columns:none;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.site-footer .footer-trust .product-trust::-webkit-scrollbar{display:none}.site-footer .footer-trust .product-trust__item{flex:0 0 100%;min-height:220px;padding:4px 16px 0;gap:17px;scroll-snap-align:center}.site-footer .footer-trust .product-trust__item svg{width:72px;height:72px}.site-footer .footer-trust .product-trust__item strong{font-size:18px;font-weight:700;line-height:1.18}.site-footer .footer-trust .product-trust__item span{font-size:15px;font-weight:500;line-height:1.45}.site-footer .product-trust-dots{display:flex;align-items:center;justify-content:center;gap:16px;margin-block-start:10px}.site-footer .product-trust-dot{width:8px;height:8px}.footer-grid{gap:0}.footer-newsletter-form__row{grid-template-columns:minmax(0,1fr) 48px}.footer-menu-block{border-block-start:1px solid rgba(251,247,238,.22);padding-block:16px}.footer-menu-block:last-of-type{border-block-end:0}.footer-menu-summary{cursor:pointer;margin:0}.footer-menu-title{font-size:17px;font-weight:700;line-height:1.25}.footer-menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:var(--color-inverse);font-size:26px;font-weight:700;line-height:1}.footer-menu-toggle:before{content:"+"}.footer-menu-check:checked+.footer-menu-summary .footer-menu-toggle:before{content:"-"}.footer-menu-check:not(:checked)~.footer-links{display:none}.footer-links{padding-block:12px 2px;gap:12px}.footer-links a{font-size:14px;font-weight:500}.footer-bottom{grid-template-columns:1fr;gap:16px;margin-block-start:0}.footer-payment{justify-self:start;justify-content:flex-start}.back-to-top-button{right:0;bottom:var(--back-to-top-bottom,96px);width:46px;height:46px}body.template-product.is-product-sticky-bar-visible .back-to-top-button{z-index:112}.back-to-top-button svg{width:21px;height:21px}.featured-products-section .section-header{text-align:start}.product-grid--featured .product-card{gap:18px}.product-grid--featured .product-card__title{font-size:28px;line-height:1.12}.product-grid--featured .product-card__rating .stars{font-size:17px}.product-grid--featured .product-card__meta{font-size:20px}.product-grid--featured .product-card__variants{display:none}.product-grid--featured .product-card__variant-select-wrap{position:relative;display:block}.product-grid--featured .product-card__variant-select-wrap:after{content:"";position:absolute;inset-block-start:50%;inset-inline-end:18px;width:9px;height:9px;border-inline-end:2px solid currentColor;border-block-end:2px solid currentColor;color:var(--color-muted);pointer-events:none;transform:translateY(-64%) rotate(45deg)}.product-grid--featured .product-card__variant-select{width:100%;min-height:54px;-webkit-appearance:none;appearance:none;border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface);color:var(--color-text);padding:12px 42px 12px 16px;font-size:15px;font-weight:700;line-height:1.25;box-shadow:0 6px 16px #2630330f}.product-grid--featured .product-card__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-grid--featured .product-card__cta,.product-grid--featured .product-card__add{display:inline-flex;width:100%;min-height:48px;padding:12px 14px;font-size:12px;text-align:center}.template-product .site-header,.template-product main,.template-product .shopify-section,.template-product .section{width:100%;max-width:100%;overflow:hidden}.template-product .site-logo img{max-width:118px;max-height:52px}.template-product .mobile-header-left,.template-product .header-actions{display:flex;min-width:0;overflow:visible}.template-product .product-main{padding-block:0 44px}.template-product .product-layout{display:flex;flex-direction:column;width:100%;max-width:100%;margin:0;padding:0;overflow:hidden}.template-product .product-media-column,.template-product .product-gallery{display:flex;flex-direction:column;width:100%;max-width:100%;gap:0;overflow:hidden}.template-product .product-gallery{border-inline:0;border-radius:0;box-shadow:none;background:var(--color-surface-alt)}.template-product .product-gallery__stage{width:100%;max-width:100%;aspect-ratio:3/4;border-radius:0;background:var(--color-surface-alt);overflow:hidden}.template-product .product-gallery__stage{touch-action:pan-y}.template-product .product-gallery__item{width:100%;height:100%;align-items:center;justify-content:center}.template-product .product-gallery__item img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center}.template-product .product-gallery__stage-arrow{display:none}.template-product .product-gallery__thumbs{display:block;width:100%;max-width:100%;margin:0;padding:12px 14px;border-inline:0;border-radius:0;background:var(--color-surface-alt);overflow:hidden}.template-product .product-gallery__thumbs>.product-gallery__arrow{display:none}.template-product .product-gallery__thumb-track{gap:12px;overflow-x:auto;padding-block:2px}.template-product .product-gallery__thumb{flex:0 0 76px}.template-product .product-gallery__video-grid{padding:0}.template-product .product-video-grid{gap:12px}.template-product .product-video-grid--gallery{grid-template-columns:1fr;gap:0}.template-product .product-video-grid--detail{grid-template-columns:1fr;width:100%;gap:0}.template-product .product-gallery__media-switch{gap:18px;padding:14px 24px 28px}.template-product .product-gallery__media-switch-button{flex:0 1 150px;min-width:0;min-height:52px;padding:10px 22px;font-size:20px}.template-product .purchase-panel{position:static;width:100%;max-width:100%;padding:22px 24px 0;margin:0;gap:14px;overflow:hidden}.template-product .purchase-panel h1{font-size:28px;font-weight:700;line-height:1.12}.template-product .product-rating{gap:6px;font-size:14px}.template-product .product-rating .stars{font-size:17px}.template-product .product-price{font-size:20px;gap:6px 12px}.template-product .detail-list-link{grid-template-columns:minmax(0,1fr) 28px;gap:10px}.template-product .detail-list-link__arrow{font-size:30px}.template-product .variant-option__values{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.template-product .variant-option__button{width:100%;min-height:48px;padding:10px 8px;font-size:16px}.template-product .product-actions{position:static;grid-template-columns:1fr;gap:8px}.product-trust-container--desktop{display:none}.product-trust-container--mobile{display:block;width:100%;margin-top:12px;overflow:hidden}.template-product .product-trust{display:flex;gap:10px;overflow-x:auto;border:0;background:transparent;scroll-snap-type:x proximity}.template-product .product-trust__item{flex:0 0 150px;min-height:86px;border:1px solid var(--color-border);padding:12px 10px;scroll-snap-align:start}.template-product .product-trust__item svg{width:28px;height:28px}.template-product .site-footer .footer-trust .product-trust{display:flex;grid-template-columns:none;gap:0;overflow-x:auto;scroll-snap-type:x mandatory}.template-product .site-footer .footer-trust .product-trust__item{flex:0 0 100%;min-height:220px;border:0;padding:4px 16px 0;scroll-snap-align:center}.promise-strip__grid,.proof-grid,.footer-grid{grid-template-columns:1fr}.cart-drawer{inset-block-start:auto;inset-block-end:max(10px,env(safe-area-inset-bottom));inset-inline-start:50%;inset-inline-end:auto;grid-template-rows:auto minmax(0,1fr) auto;width:min(390px,calc(100vw - 20px));height:auto;min-height:0;max-height:min(72vh,620px);border-radius:6px;overflow:visible;padding:28px 18px 18px;transform:translate(-50%,12px)}.cart-drawer.is-open{transform:translate(-50%)}.cart-drawer__close{position:absolute;inset-block-start:-76px;inset-inline-start:50%;inset-inline-end:auto;display:grid;transform:translate(-50%);width:58px;height:58px;min-width:58px;min-height:58px;border:0;background:var(--color-surface);color:var(--color-text);box-shadow:0 8px 22px #26303333}.cart-drawer__header{display:none;min-height:36px;align-items:center;padding-inline-end:42px;font-size:16px;font-weight:800;line-height:1.2}.cart-drawer__success{min-height:54px;margin-block:10px 16px;font-size:14px}.cart-drawer__body{overflow-y:auto;padding-inline-end:0}.cart-drawer__items{gap:20px;padding-block-end:16px}.cart-drawer__item{grid-template-columns:82px minmax(0,1fr) 64px;gap:14px;align-items:start}.cart-drawer__item img{width:82px;height:106px}.cart-drawer__item h3{font-size:15px;line-height:1.28}.cart-drawer__item .cart-drawer__line-price{font-size:20px}.cart-drawer__qty{width:48px;height:42px;font-size:14px}.cart-drawer__remove{font-size:12px}.cart-drawer__footer{gap:9px;padding-block-start:18px}.cart-drawer__total-row{font-size:21px}.cart-drawer__actions{grid-template-columns:1fr;gap:10px}.cart-drawer__actions .button{min-height:58px;padding-inline:14px;font-size:15px}.cart-items__head{display:none}.cart-item{grid-template-columns:78px minmax(0,1fr) 64px;gap:14px;align-items:start;padding:22px 0;border-block-end:1px solid var(--color-border);background:transparent}.cart-item img{width:72px;height:72px}.cart-item__main{gap:6px}.cart-item__details-link h3{font-size:17px;line-height:1.28}.cart-item__details-link p{font-size:14px}.cart-item__controls{grid-column:3;grid-row:1 / span 2;justify-items:end;gap:10px}.cart-item__qty{width:56px;height:50px;border-radius:10px;background:transparent}.cart-item__price{grid-column:2;font-size:18px;font-weight:800;justify-content:flex-start;justify-self:start;text-align:start}.cart-item__price s{font-size:14px}.cart-summary{gap:16px;border-radius:10px;background:transparent;padding:22px}.cart-summary__total,.cart-summary__total strong{font-size:28px}.cart-summary__checkout{min-height:58px}}@media(max-width:380px){.product-grid{gap:14px}.button{padding-inline:18px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto;transition-duration:1ms!important}}
/*# sourceMappingURL=/cdn/shop/t/134/assets/base.css.map */
