.commerce-product-panels{display:grid;gap:18px;margin-top:20px}.commerce-countdown{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid color-mix(in srgb,var(--site-accent) 35%,transparent);border-radius:14px;background:var(--site-accent-soft)}.commerce-countdown span{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:800;color:var(--site-accent-deep,var(--site-accent))}.commerce-assurance-grid{display:grid;gap:8px}.commerce-assurance-grid details{border-block:1px solid var(--line,#ddd);padding:13px 2px}.commerce-assurance-grid details+details{border-top:0}.commerce-assurance-grid summary{cursor:pointer;font-weight:750;list-style-position:inside}.commerce-assurance-grid p{margin:10px 0 0;color:var(--muted,#666);white-space:pre-line}.commerce-inline-form,.commerce-review-form{display:grid;gap:10px;padding:20px;border-radius:18px;background:var(--paper,#f6f2eb)}.commerce-inline-form h2,.commerce-review-form h3{margin:0}.commerce-inline-form>div{display:flex;gap:8px}.commerce-inline-form input,.commerce-review-form input,.commerce-review-form select,.commerce-review-form textarea{width:100%;min-height:44px;padding:10px 12px;border:1px solid var(--line,#d9d5ce);border-radius:10px;background:#fff;color:inherit;font:inherit}.commerce-review-form textarea{min-height:120px;resize:vertical}.commerce-review-form label{display:grid;gap:6px;font-weight:700}.commerce-reviews-panel{display:grid;gap:18px;margin-top:28px;padding-top:28px;border-top:1px solid var(--line,#ddd)}.commerce-review-list{display:grid;gap:12px}.commerce-review-list article{padding:16px;border:1px solid var(--line,#ddd);border-radius:14px}.commerce-review-list h3,.commerce-review-list p{margin:8px 0}.commerce-cross-sell{margin-top:38px;padding-top:28px;border-top:1px solid var(--line,#ddd)}.commerce-cross-sell .section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}.commerce-cross-sell .section-head h2{margin:4px 0 0}.commerce-cross-sell-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.commerce-cross-sell-card{overflow:hidden;border:1px solid var(--line,#ddd);border-radius:15px;background:var(--surface,#fff)}.commerce-cross-sell-card__image{display:block;aspect-ratio:1/1.08;background:var(--paper,#f5f1ea)}.commerce-cross-sell-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.commerce-cross-sell-card:hover .commerce-cross-sell-card__image img{transform:scale(1.04)}.commerce-cross-sell-card__body{display:grid;gap:6px;padding:12px}.commerce-cross-sell-card__body a{color:inherit;text-decoration:none}.commerce-cross-sell-card__body>span{color:var(--muted,#68727c);font-size:.85rem;font-weight:750}.commerce-cross-sell-card__body .text-link{justify-self:start}.commerce-cross-sell-message{margin:12px 0 0;color:var(--muted,#68727c)}@media (max-width:700px){.commerce-cross-sell .section-head{align-items:flex-start;flex-direction:column}.commerce-cross-sell-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:420px){.commerce-cross-sell-grid{gap:9px}.commerce-cross-sell-card__body{padding:9px}}.commerce-shipping-progress{display:grid;gap:8px;margin:18px 0 8px}.commerce-shipping-progress progress{width:100%;height:10px;accent-color:var(--site-accent)}.commerce-shipping-progress small{color:var(--muted,#666)}.product-info-sticky{align-self:start}@media (min-width:900px){.product-info-sticky{position:sticky;top:104px}}@media (max-width:640px){.commerce-countdown,.commerce-inline-form>div{align-items:stretch;flex-direction:column}.commerce-product-panels .section-head{align-items:flex-start;flex-direction:column}}.commerce-standard-theme .shop-product-grid .product-card{position:relative;overflow:hidden;border:1px solid var(--commerce-border,#e4e7eb);border-radius:20px;padding:10px;background:var(--commerce-surface,#fff);box-shadow:0 8px 24px rgba(25,34,45,.06);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.commerce-standard-theme .shop-product-grid .product-card:hover{transform:translateY(-5px);border-color:color-mix(in srgb,var(--site-accent,#315c62) 42%,transparent);box-shadow:0 18px 42px rgba(25,34,45,.14)}.commerce-standard-theme .shop-product-grid .product-image{position:relative;overflow:hidden;aspect-ratio:4/5;border-radius:14px;background:var(--site-accent-soft,#f5f1ea)}.commerce-standard-theme .shop-product-grid .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s cubic-bezier(.2,.7,.2,1)}.commerce-standard-theme .shop-product-grid .product-card:hover .product-image img{transform:scale(1.055)}.commerce-standard-theme .shop-product-grid .product-format{position:absolute;left:10px;bottom:10px;padding:5px 9px;border-radius:999px;color:var(--ink,#17212b);background:rgba(255,255,255,.9);font-size:.72rem;font-weight:800}.commerce-standard-theme .shop-product-grid .product-card-meta{padding:12px 4px 4px}.commerce-standard-theme .shop-product-grid .product-card-meta h3{margin:0 0 5px;font-size:clamp(1rem,1.2vw,1.18rem);letter-spacing:-.02em}.commerce-standard-theme .shop-product-grid .product-card-meta p{margin:0;color:var(--muted,#68727c);font-weight:750}.commerce-standard-theme .shop-product-grid .shop-card-actions{display:flex;flex-wrap:wrap;gap:7px;margin:8px 2px 2px}.commerce-standard-theme .shop-product-grid .shop-card-actions button{min-height:36px;border-radius:999px;border:1px solid var(--line,#dfe3e6);background:transparent;color:inherit;font:inherit;font-size:.74rem;font-weight:800;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.commerce-standard-theme .shop-product-grid .shop-card-actions button:hover{border-color:var(--site-accent,#315c62);color:#fff;background:var(--site-accent,#315c62)}@media (hover:hover) and (min-width:700px){.commerce-standard-theme .shop-product-grid .shop-card-actions{opacity:.7;transform:translateY(3px);transition:opacity .2s,transform .2s}.commerce-standard-theme .shop-product-grid .product-card:focus-within .shop-card-actions,.commerce-standard-theme .shop-product-grid .product-card:hover .shop-card-actions{opacity:1;transform:translateY(0)}}@media (max-width:520px){.commerce-standard-theme .shop-product-grid{gap:12px}.commerce-standard-theme .shop-product-grid .product-card{border-radius:15px;padding:7px}.commerce-standard-theme .shop-product-grid .product-image{border-radius:11px}.commerce-standard-theme .shop-product-grid .shop-card-actions button{flex:1 1 auto;padding-inline:7px}}.commerce-live-search{position:relative;min-width:min(100%,280px)}.commerce-live-search .search-field{display:block}.commerce-search-suggestions{position:absolute;z-index:40;inset:calc(100% + 8px) 0 auto;margin:0;padding:8px;list-style:none;border:1px solid var(--line,#ddd);border-radius:14px;background:var(--surface,#fff);box-shadow:0 18px 50px rgba(22,18,12,.16)}.commerce-search-suggestions li+li{border-top:1px solid var(--line,#eee)}.commerce-search-suggestions a{display:grid;grid-template-columns:52px 1fr;align-items:center;gap:10px;padding:8px;color:inherit;text-decoration:none;border-radius:9px}.commerce-search-suggestions a:focus-visible,.commerce-search-suggestions a:hover{background:var(--site-accent-soft,#f5f1ea);outline:none}.commerce-search-placeholder,.commerce-search-suggestions img{width:52px;height:52px;object-fit:cover;border-radius:8px;background:var(--paper,#f5f1ea)}.commerce-search-suggestions span{display:grid;gap:3px}.commerce-search-suggestions small{color:var(--muted,#666)}.commerce-attribute-filters{margin:12px 0 18px;padding:14px;border:1px solid var(--line,#ddd);border-radius:16px}.commerce-attribute-filters legend{padding:0 6px;font-weight:800}.commerce-attribute-filters>div{display:flex;flex-wrap:wrap;gap:10px}.commerce-attribute-filters label{display:grid;gap:5px;min-width:150px;font-size:.82rem;font-weight:700}.commerce-attribute-filters select,.commerce-quick-view select{min-height:42px;padding:8px 34px 8px 10px;border:1px solid var(--line,#ddd);border-radius:10px;background:var(--surface,#fff);color:inherit;font:inherit}.commerce-attribute-filters .text-link{margin-top:10px}.commerce-quick-view-backdrop{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:20px;background:rgba(18,16,13,.58);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.commerce-quick-view{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);width:min(920px,100%);max-height:min(760px,calc(100vh - 40px));overflow:auto;border-radius:22px;background:var(--surface,#fff);box-shadow:0 32px 100px rgba(0,0,0,.28)}.commerce-quick-view-close{position:absolute;z-index:2;top:12px;right:12px;width:42px;height:42px;border:0;border-radius:999px;background:rgba(255,255,255,.92);color:#111;font-size:1.6rem;cursor:pointer}.commerce-quick-view-media{min-height:460px;background:var(--paper,#f5f1ea)}.commerce-quick-view-media img{width:100%;height:100%;max-height:620px;object-fit:cover}.commerce-quick-view-copy{display:grid;align-content:center;gap:16px;padding:clamp(28px,5vw,56px)}.commerce-quick-view-copy h2,.commerce-quick-view-copy p{margin:0}.commerce-quick-view-copy label{display:grid;gap:7px;font-weight:750}.commerce-compare-table-wrap{overflow-x:auto}.commerce-compare-table-wrap table{width:100%;min-width:620px;border-collapse:collapse}.commerce-compare-table-wrap td,.commerce-compare-table-wrap th{padding:13px;border-bottom:1px solid var(--line,#ddd);text-align:left;vertical-align:top}.commerce-compare-table-wrap th:first-child{position:sticky;left:0;z-index:1;background:var(--surface,#fff)}.commerce-compare-table-wrap thead th{font-weight:800}@media (max-width:700px){.commerce-live-search{width:100%}.commerce-attribute-filters>div{display:grid;grid-template-columns:1fr 1fr}.commerce-attribute-filters label{min-width:0}.commerce-quick-view{grid-template-columns:1fr}.commerce-quick-view-media{min-height:260px;max-height:340px}.commerce-quick-view-copy{padding:24px}}@media (max-width:440px){.commerce-attribute-filters>div{grid-template-columns:1fr}.commerce-quick-view-backdrop{padding:8px}}.commerce-view-toggle{display:inline-flex;align-items:center;gap:3px;padding:3px;border:1px solid var(--line,#ddd);border-radius:999px;background:var(--surface,#fff)}.commerce-view-toggle button{min-height:36px;padding:7px 13px;border:0;border-radius:999px;background:transparent;color:inherit;font:inherit;font-size:.78rem;font-weight:800;cursor:pointer}.commerce-view-toggle button[aria-pressed=true]{color:#fff;background:var(--site-accent,#315c62)}.commerce-standard-theme .shop-product-grid--list{grid-template-columns:1fr;gap:12px}.commerce-standard-theme .shop-product-grid--list .product-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center}.commerce-standard-theme .shop-product-grid--list .product-card-main{display:grid;grid-template-columns:minmax(150px,220px) minmax(0,1fr);align-items:center;gap:18px}.commerce-standard-theme .shop-product-grid--list .product-image{aspect-ratio:4/3}.commerce-standard-theme .shop-product-grid--list .product-card-meta{padding:12px}.commerce-standard-theme .shop-product-grid--list .shop-card-actions{max-width:250px;justify-content:flex-end}.commerce-recently-viewed{margin-top:38px;padding-top:28px;border-top:1px solid var(--line,#ddd)}.commerce-recently-viewed .section-head{margin-bottom:18px}.commerce-recently-viewed .section-head h2{margin:4px 0 0}.commerce-recently-viewed-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.commerce-recently-viewed-card{overflow:hidden;color:inherit;text-decoration:none;border:1px solid var(--line,#ddd);border-radius:14px;background:var(--surface,#fff)}.commerce-recently-viewed-card__image{display:block;aspect-ratio:1/1;overflow:hidden;background:var(--paper,#f5f1ea)}.commerce-recently-viewed-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.commerce-recently-viewed-card:hover .commerce-recently-viewed-card__image img{transform:scale(1.04)}.commerce-recently-viewed-card>span:last-child{display:grid;gap:4px;padding:10px}.commerce-recently-viewed-card small{color:var(--muted,#68727c)}@media (max-width:900px){.commerce-recently-viewed-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:700px){.commerce-standard-theme .shop-product-grid--list .product-card{display:block}.commerce-standard-theme .shop-product-grid--list .product-card-main{grid-template-columns:110px minmax(0,1fr);gap:10px}.commerce-standard-theme .shop-product-grid--list .shop-card-actions{max-width:none;justify-content:stretch}}@media (max-width:460px){.commerce-recently-viewed-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.commerce-question-form textarea{width:100%;min-height:120px;padding:11px 12px;resize:vertical;border:1px solid var(--line,#d9d5ce);border-radius:10px;background:var(--surface,#fff);color:inherit;font:inherit}.commerce-exit-intent-backdrop{position:fixed;z-index:1100;inset:0;display:grid;place-items:center;padding:24px;background:rgba(14,17,20,.55);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.commerce-exit-intent{position:relative;width:min(560px,100%);padding:clamp(28px,5vw,52px);border:1px solid color-mix(in srgb,var(--site-accent,#315c62) 28%,#fff);border-radius:26px;background:var(--surface,#fff);box-shadow:0 30px 100px rgba(0,0,0,.28)}.commerce-exit-intent h2{margin:8px 0 12px;font-size:clamp(2rem,5vw,3.4rem);line-height:.98;letter-spacing:-.045em}.commerce-exit-intent p{margin:0;max-width:48ch;color:var(--muted,#68727c);line-height:1.65}.commerce-exit-intent__close{position:absolute;top:14px;right:14px;width:42px;height:42px;border:0;border-radius:999px;background:var(--paper,#f5f1ea);color:inherit;font-size:1.55rem;cursor:pointer}.commerce-exit-intent__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}@media (max-width:640px){.commerce-exit-intent-backdrop{display:none}}.account-profile{display:grid;gap:22px}.account-profile-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:18px}.account-profile .commerce-inline-form label{display:grid;gap:6px;font-weight:700}.account-profile .commerce-inline-form input{width:100%;min-height:44px;padding:10px 12px;border:1px solid var(--line,#d9d5ce);border-radius:10px;background:var(--surface,#fff);color:inherit;font:inherit}.account-profile .commerce-inline-form input:disabled{opacity:.7}.account-address-row{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.4fr) minmax(72px,.4fr);gap:10px}.account-profile .account-default-check{display:flex;grid-template-columns:none;align-items:center;gap:9px}.account-profile .account-default-check input{width:18px;min-height:18px}.account-address-list{display:grid;gap:10px}.account-address-list article{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;border:1px solid var(--line,#ddd);border-radius:14px}.account-address-list article>div:first-child{display:grid;gap:3px}.account-address-list article span{color:var(--muted,#68727c)}@media (max-width:760px){.account-profile-grid{grid-template-columns:1fr}.account-address-list article{align-items:flex-start;flex-direction:column}}@media (max-width:480px){.account-address-row{grid-template-columns:1fr}}.commerce-product-gallery{display:grid;gap:12px;min-width:0}.commerce-product-stage{position:relative;display:grid;place-items:center;min-height:520px;overflow:hidden;border-radius:22px;background:#f3eee8}.commerce-product-stage>img,.commerce-product-stage>video{display:block;width:100%;height:100%;max-height:720px;object-fit:contain}.commerce-media-kind{position:absolute;top:14px;right:14px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.88);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.commerce-product-thumbnails{display:flex;gap:9px;overflow-x:auto;padding:2px}.commerce-product-thumbnails button{flex:0 0 72px;width:72px;height:72px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--story-line);border-radius:11px;background:#fff;color:var(--story-ink);cursor:pointer}.commerce-product-thumbnails button.active{border-color:var(--site-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--site-accent) 25%,transparent)}.commerce-product-thumbnails img{width:100%;height:100%;object-fit:cover}.commerce-spin-control{position:absolute;inset:auto 18px 18px;display:grid;gap:5px;padding:9px 12px;border-radius:12px;background:rgba(255,255,255,.9);font-size:10px;font-weight:750;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.commerce-spin-control input{width:min(300px,65vw)}.external-product-action{display:grid;gap:8px}.external-product-action small{color:var(--story-muted);line-height:1.45}.external-product-action .pill{text-align:center}.product-information-tabs{display:grid;margin-top:20px;border-top:1px solid var(--story-line)}.product-information-tabs details{border-bottom:1px solid var(--story-line)}.product-information-tabs summary{cursor:pointer;padding:15px 0;font-weight:750;list-style-position:inside}.product-information-tabs details>div{padding:0 0 16px;color:var(--story-muted);line-height:1.7}@media(max-width:760px){.commerce-product-stage{min-height:360px;border-radius:16px}.commerce-product-thumbnails button{flex-basis:58px;width:58px;height:58px}}.commerce-catalog-layout{position:relative;display:grid;gap:24px}.commerce-catalog-controls,.commerce-catalog-results{min-width:0}.commerce-standard-theme .commerce-catalog-layout .shop-product-grid--grid{grid-template-columns:repeat(var(--catalog-columns,4),minmax(0,1fr))}.commerce-filters--left,.commerce-filters--right{grid-template-columns:minmax(220px,270px) minmax(0,1fr);align-items:start}.commerce-filters--right{grid-template-columns:minmax(0,1fr) minmax(220px,270px)}.commerce-filters--right .commerce-catalog-controls{grid-column:2;grid-row:1}.commerce-filters--right .commerce-catalog-results{grid-column:1;grid-row:1}.commerce-filters--left .commerce-catalog-controls,.commerce-filters--right .commerce-catalog-controls{position:sticky;top:108px;display:grid;gap:12px}.commerce-filters--left .shop-live-toolbar,.commerce-filters--right .shop-live-toolbar{grid-template-columns:1fr;align-items:stretch}.commerce-filters--left .category-tabs,.commerce-filters--right .category-tabs{display:grid;grid-template-columns:1fr}.commerce-grid--compact .shop-product-grid{gap:12px}.commerce-grid--compact .shop-product-grid .product-card{padding:7px;border-radius:14px}.commerce-grid--compact .shop-product-grid .product-card-meta{padding:9px 3px 3px}.commerce-grid--editorial .shop-product-grid--grid .product-card:first-child{grid-column:span 2}.commerce-grid--editorial .shop-product-grid--grid .product-card:first-child .product-image{aspect-ratio:2/1}.commerce-hover--zoom .shop-product-grid .product-card:hover{transform:none}.commerce-hover--zoom .shop-product-grid .product-card:hover .product-image img{transform:scale(1.055)}.commerce-hover--lift .shop-product-grid .product-card:hover{transform:translateY(-5px)}.commerce-hover--lift .shop-product-grid .product-card:hover .product-image img,.commerce-hover--none .shop-product-grid .product-card:hover .product-image img{transform:none}.commerce-hover--none .shop-product-grid .product-card:hover{transform:none;border-color:var(--commerce-border,#e4e7eb);box-shadow:0 8px 24px rgba(25,34,45,.06)}.commerce-filter-drawer-trigger{justify-self:start}.commerce-filter-drawer-close{display:none}.commerce-filters--drawer .commerce-catalog-controls{position:fixed;z-index:1201;inset:0 0 0 auto;width:min(430px,92vw);overflow:auto;padding:24px;background:var(--surface,#fff);box-shadow:-24px 0 70px rgba(0,0,0,.2);transform:translateX(105%);transition:transform .24s ease}.commerce-filters--drawer .commerce-catalog-controls.is-open{transform:translateX(0)}.commerce-filters--drawer .commerce-filter-drawer-close{display:block;justify-self:end;border:0;background:transparent;color:inherit;font:inherit;font-weight:800;cursor:pointer}.commerce-filter-backdrop{position:fixed;z-index:1200;inset:0;border:0;background:rgba(12,16,20,.46);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}@media(max-width:1100px){.commerce-standard-theme .commerce-catalog-layout .shop-product-grid--grid{grid-template-columns:repeat(min(var(--catalog-columns,4),3),minmax(0,1fr))}}@media(max-width:820px){.commerce-filters--left,.commerce-filters--right{grid-template-columns:1fr}.commerce-filters--left .commerce-catalog-controls,.commerce-filters--right .commerce-catalog-controls,.commerce-filters--right .commerce-catalog-results{position:static;grid-column:1;grid-row:auto}.commerce-standard-theme .commerce-catalog-layout .shop-product-grid--grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.commerce-grid--editorial .shop-product-grid--grid .product-card:first-child{grid-column:auto}.commerce-grid--editorial .shop-product-grid--grid .product-card:first-child .product-image{aspect-ratio:4/5}}.commerce-load-more{display:flex;margin:26px auto 0}.commerce-load-more-sentinel{height:2px;margin-top:22px}.commerce-catalog-end{text-align:center;margin:24px 0 0;color:var(--muted,#68727c);font-size:.85rem}.product-layout--gallery-grid{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr)}.commerce-product-gallery--gallery-grid .commerce-product-thumbnails{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:visible}.commerce-product-gallery--gallery-grid .commerce-product-thumbnails button{width:100%;height:auto;aspect-ratio:1}.product-layout--gallery-stacked{grid-template-columns:1fr}.product-layout--gallery-stacked .product-info{width:min(860px,100%);margin-inline:auto}.product-layout--gallery-stacked .product-info-sticky{position:static}.commerce-product-gallery--gallery-stacked{width:min(1180px,100%);margin-inline:auto}.commerce-product-gallery--gallery-stacked .commerce-product-stage{min-height:min(72vh,780px)}@media(max-width:900px){.product-layout--gallery-grid,.product-layout--gallery-stacked{grid-template-columns:1fr}.commerce-product-gallery--gallery-grid .commerce-product-thumbnails{grid-template-columns:repeat(3,minmax(0,1fr))}}.commerce-standard-story{--accent:var(--site-accent-deep,#470e21);--accent-dark:var(--site-accent-deep,#470e21);--muted:#655e62;--line:var(--story-line)}.commerce-standard-story .shell,.commerce-standard-story .shell-wide{width:min(1280px,calc(100% - 64px));margin-inline:auto}.commerce-standard-story .pill{min-height:44px;border-radius:6px;font-size:14px;letter-spacing:0;box-shadow:none;color:#fff;background:var(--accent)}.commerce-standard-story .pill.secondary{color:var(--story-ink);background:#fff;border:1px solid var(--story-line)}.commerce-standard-story .pill:disabled{background:#e8e4e1;color:#6b6268;cursor:not-allowed;opacity:1}.commerce-standard-story :where(input,select,textarea){border-radius:6px;font:inherit}.commerce-standard-story :where(button,summary,a):focus-visible{outline:2px solid var(--site-accent-deep);outline-offset:4px}.commerce-standard-story .story-header-main{grid-template-columns:auto minmax(0,1fr) minmax(180px,240px) auto;gap:20px;min-height:84px;padding-inline:0}.commerce-standard-story .story-nav{position:static;transform:none;display:flex;flex-wrap:wrap;justify-content:center;gap:8px 18px;font-size:13px;line-height:1.4;white-space:normal}.commerce-standard-story .commerce-mega-menu>summary,.commerce-standard-story .story-nav>a{min-height:44px;display:inline-flex;align-items:center}.commerce-standard-story .story-search{width:100%;height:44px;border-radius:6px;background:#faf8f5}.commerce-standard-story .story-search input{font-size:14px}.commerce-standard-story .story-header-actions{gap:2px}.commerce-standard-story .story-header-actions .story-cart{position:relative;display:grid;place-items:center;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--story-ink)}.commerce-standard-story .story-header-actions .story-cart b{top:0;right:0}.commerce-standard-story .story-header-actions>a,.commerce-standard-story .story-menu-button{width:44px;height:44px}.commerce-standard-story .commerce-mega-menu{position:static}.commerce-standard-story .commerce-mega-panel{left:50%;top:calc(100% - 1px);width:min(980px,calc(100vw - 64px));border-radius:0 0 10px 10px}.commerce-standard-story .story-announcement{background:var(--site-accent-deep)}.commerce-standard-story .story-announcement em{display:none}.commerce-standard-story .story-hero-split h1{font-size:clamp(40px,4.4vw,64px);line-height:1.04;letter-spacing:-.045em}.commerce-standard-story .story-hero-split .story-hero-content{padding-right:36px}.commerce-standard-story .story-hero-pagination{gap:2px;margin-top:16px}.commerce-standard-story .story-hero-pagination button,.commerce-standard-story .story-hero-pagination button:nth-child(n+2):nth-last-child(n+2){width:36px;height:36px;background:transparent}.commerce-standard-story .story-slide-dot:before{content:"";width:8px;height:8px;border-radius:50%;background:#b7acaf}.commerce-standard-story .story-slide-dot.active:before{background:var(--site-accent-deep)}.commerce-standard-story .story-hero-pagination button:hover{background:rgba(255,255,255,.6)}.commerce-standard-story .story-categories{padding-block:32px}.commerce-standard-story .story-category>span{display:grid;place-items:center;color:var(--site-accent-deep)}.commerce-standard-story .story-category strong{font-size:15px;margin-top:12px}.commerce-standard-story .story-category small{font-size:12px;line-height:1.4}.commerce-standard-story .story-collection h2{font-size:clamp(26px,2.6vw,36px);line-height:1.08}.commerce-standard-story .story-collection p{font-size:14px;line-height:1.6}.commerce-standard-story .story-section-head h2{font-size:clamp(28px,3vw,38px);line-height:1.12}.commerce-standard-story .story-product-title{font-size:14px}.commerce-standard-story .story-product-card>small{font-size:12px}.commerce-standard-story .story-quick-add{min-height:44px;font-size:13px;border-radius:4px;background:var(--site-accent-deep)}.commerce-standard-story .shop-page.section{padding-block:36px 64px}.commerce-standard-story .shop-page h1{margin:8px 0 12px;font-size:clamp(30px,3.2vw,44px);line-height:1.12;max-width:none}.commerce-standard-story .shop-heading{align-items:center;margin-bottom:24px}.commerce-standard-story .shop-heading .pill{flex-shrink:0}.commerce-standard-story .shop-page .lead{margin:0;font-size:16px;line-height:1.6}.commerce-standard-story .commerce-catalog-layout{gap:18px}.commerce-standard-story .shop-live-toolbar{margin:0 0 16px;align-items:end}.commerce-standard-story .commerce-filters--top .shop-live-toolbar{grid-template-columns:minmax(180px,1fr) minmax(180px,220px) repeat(2,minmax(90px,110px)) auto}.commerce-standard-story .shop-live-toolbar :is(input,select){min-height:44px;font-size:14px;border-radius:6px}.commerce-standard-story .commerce-live-search{min-width:0}.commerce-standard-story .commerce-attribute-filters{padding:10px 14px;margin:0 0 14px;border-radius:6px}.commerce-standard-story .commerce-attribute-filters legend{font-size:12px}.commerce-standard-story .commerce-attribute-filters select{border-radius:6px}.commerce-standard-story .category-tabs{margin:0;gap:8px}.commerce-standard-story .category-tabs button{min-height:40px;padding:8px 16px;font-weight:600}.commerce-standard-story .category-tabs button.active{background:var(--site-accent-deep);border-color:var(--site-accent-deep);color:#fff}.commerce-standard-story .category-tabs button:not(.active):hover{background:var(--site-accent-soft);border-color:var(--site-accent);color:var(--site-accent-deep)}.commerce-standard-story .shop-product-grid{margin-top:16px;gap:24px}.commerce-standard-story .shop-product-grid .product-card{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.commerce-standard-story .shop-product-grid .product-card:hover{box-shadow:none}.commerce-standard-story .shop-product-grid .product-image{border-radius:6px}.commerce-standard-story .shop-product-grid .product-card-meta{padding:14px 0 4px}.commerce-standard-story .shop-product-grid .product-card-meta h3{font:600 16px/1.4 Arial,sans-serif;letter-spacing:0}.commerce-standard-story .shop-product-grid .product-card-meta p{color:var(--story-ink);font-size:14px}.commerce-standard-story .shop-product-grid .shop-card-actions{margin:8px 0 0;opacity:1;transform:none;gap:6px}.commerce-standard-story .shop-product-grid .shop-card-actions button{min-height:40px;border-radius:5px;font-size:12px;padding:7px 10px}.commerce-standard-story .commerce-view-toggle{border-radius:6px;height:44px}.commerce-standard-story .commerce-view-toggle button{border-radius:4px}.commerce-standard-story .commerce-view-toggle button[aria-pressed=true]{background:var(--site-accent-deep)}.commerce-standard-story .commerce-filter-drawer-trigger{display:none}.commerce-standard-story .commerce-filters--drawer .commerce-filter-drawer-trigger{display:inline-flex}.commerce-standard-story .commerce-filters--drawer .commerce-catalog-controls:not(.is-open){visibility:hidden}.commerce-standard-story .commerce-filters--drawer .shop-live-toolbar{grid-template-columns:1fr}.commerce-standard-story .product-page.section{padding-block:28px 64px}.commerce-standard-story .product-detail{gap:40px}.commerce-standard-story .product-info{min-width:0}.commerce-standard-story .product-info h1{margin:12px 0;font-size:clamp(30px,3vw,42px);line-height:1.12}.commerce-standard-story .product-info .lead{font-size:15px;line-height:1.6}.commerce-standard-story .product-info .lead:empty{display:none}.commerce-standard-story .product-price{margin:16px 0 24px;font-size:27px}.commerce-standard-story .variant-select{width:100%;min-height:48px;padding:10px 36px 10px 12px;border:1px solid var(--story-line);background:#fff;color:var(--story-ink);font-size:15px}.commerce-standard-story .product-custom-link{margin-top:12px}.commerce-standard-story .trust-grid{gap:12px;margin-block:20px}.commerce-standard-story .trust-grid>div{padding:12px;border-radius:6px}.commerce-standard-story .commerce-product-stage{border-radius:6px;min-height:400px;aspect-ratio:1}.commerce-standard-story .commerce-product-stage>img{max-height:640px}.commerce-standard-story .commerce-product-thumbnails{gap:10px}.commerce-standard-story .commerce-product-thumbnails button{border-radius:4px}.commerce-standard-story .product-gallery-empty{display:grid;place-items:center;min-height:280px;color:var(--story-muted);background:#f4f0ec;border-radius:6px}.commerce-standard-story .commerce-product-disclosure{border-block:1px solid var(--story-line)}.commerce-standard-story .commerce-product-disclosure>summary{padding:16px 0;cursor:pointer;font-weight:600;font-size:15px}.commerce-standard-story .commerce-product-disclosure[open]>summary{margin-bottom:6px}.commerce-standard-story .commerce-product-panels{gap:16px;margin-top:16px}.commerce-standard-story .commerce-reviews-panel{margin-top:0;padding-top:18px;gap:12px}.commerce-standard-story .commerce-reviews-panel .section-head{margin:0;align-items:center;flex-wrap:wrap;gap:12px}.commerce-standard-story .commerce-reviews-panel h2{margin:4px 0;font-size:24px}.commerce-standard-story .commerce-reviews-panel .section-head>strong{font-size:12px;font-weight:500;color:var(--story-muted)}.commerce-standard-story .commerce-inline-form,.commerce-standard-story .commerce-review-form{padding:18px;border-radius:6px;font-size:14px}.commerce-standard-story .commerce-product-disclosure .product-copy{margin-top:0;font-size:15px;line-height:1.7}.commerce-standard-story .related-section.section{padding-block:36px}.commerce-standard-story .related-section h2{font-size:32px}.commerce-standard-story .commerce-quick-view h2{font-size:clamp(28px,3vw,36px);line-height:1.15}.commerce-standard-story .shop-empty{margin-top:24px;padding:40px 20px;border-radius:6px}.commerce-standard-story .empty-dashboard{min-height:0;padding:32px 20px}.commerce-standard-story .empty-dashboard h2{font-size:30px}.commerce-standard-story .story-footer-grid{padding-block:36px}.commerce-standard-story .story-footer-grid strong{font-size:14px;margin-bottom:8px}.commerce-standard-story .story-footer-grid a,.commerce-standard-story .story-footer-grid p{font-size:13px;line-height:1.7}.commerce-standard-story .story-footer-legal{padding-bottom:32px;font-size:12px}.commerce-standard-story .story-newsletter button,.commerce-standard-story .story-newsletter input{min-height:44px;border-radius:5px}@media (max-width:1100px){.commerce-standard-story .story-header-main{grid-template-columns:auto minmax(140px,1fr) auto;gap:20px}.commerce-standard-story .story-nav{display:none}.commerce-standard-story .story-search{display:flex}.commerce-standard-story .story-menu-button{display:grid}.commerce-standard-story .commerce-filters--top .shop-live-toolbar{grid-template-columns:minmax(150px,1fr) minmax(150px,1fr) 90px 90px}}@media (max-width:820px){.commerce-standard-story .shell,.commerce-standard-story .shell-wide{width:calc(100% - 40px)}.commerce-standard-story .shop-heading{align-items:start;gap:16px}.commerce-standard-story .commerce-filter-drawer-trigger{display:inline-flex}.commerce-standard-story .commerce-catalog-layout .commerce-catalog-controls{display:none}.commerce-standard-story .commerce-catalog-layout .commerce-catalog-controls.is-open{display:block}.commerce-standard-story .commerce-catalog-layout .shop-live-toolbar{grid-template-columns:1fr 1fr}.commerce-standard-story .commerce-live-search{grid-column:1/-1}.commerce-standard-story .commerce-catalog-layout .shop-product-grid{gap:24px 14px}.commerce-standard-story .product-detail{gap:28px}.commerce-standard-story .commerce-product-gallery--gallery-stacked .commerce-product-stage,.commerce-standard-story .commerce-product-stage{min-height:0}}@media (max-width:640px){.commerce-standard-story .story-header-main{grid-template-columns:minmax(0,1fr) auto;gap:6px 10px;padding-block:10px}.commerce-standard-story .story-header-main .story-logo{font-size:23px}.commerce-standard-story .story-header-actions{grid-column:2;grid-row:1}.commerce-standard-story .story-header-actions>.commerce-language-selector{display:none}.commerce-standard-story .story-search{grid-column:1/-1;height:40px}.commerce-standard-story .story-header-actions .story-cart,.commerce-standard-story .story-header-actions>a,.commerce-standard-story .story-menu-button{width:40px;height:40px}.commerce-standard-story .story-hero-split h1{font-size:clamp(34px,9.6vw,44px);line-height:1.05}.commerce-standard-story .story-hero-split .story-hero-content{padding:20px}.commerce-standard-story .story-hero-split .story-hero-content>p{font-size:14px;line-height:1.5}.commerce-standard-story .story-hero-actions{gap:8px}.commerce-standard-story .story-button{font-size:13px;padding-inline:13px}.commerce-standard-story .story-hero-pagination{margin-top:12px}.commerce-standard-story .story-categories{gap:20px 12px;padding-block:24px}.commerce-standard-story .story-category small{display:none}.commerce-standard-story .story-category strong{font-size:13px}.commerce-standard-story .story-collections{gap:20px}.commerce-standard-story .story-collection .story-collection-copy{padding:20px}.commerce-standard-story .story-collection h2{font-size:28px}.commerce-standard-story .shop-page.section{padding-block:24px 48px}.commerce-standard-story .shop-page h1{font-size:32px}.commerce-standard-story .shop-page .lead{font-size:15px}.commerce-standard-story .shop-heading{margin-bottom:20px}.commerce-standard-story .shop-product-grid .product-card-meta h3{font-size:14px}.commerce-standard-story .shop-product-grid .shop-card-actions button{min-height:40px;font-size:11px;padding:6px 8px}.commerce-standard-story .product-info h1{font-size:32px}.commerce-standard-story .product-info-sticky{position:static}.commerce-standard-story .story-newsletter>div{padding-left:0}.commerce-standard-story .story-newsletter:before{display:none}.commerce-standard-story .story-newsletter h2{font-size:24px}.commerce-standard-story .story-footer-legal{flex-direction:column;gap:12px;padding-bottom:80px}.commerce-standard-story .story-footer-legal span:last-child{flex-wrap:wrap}.commerce-standard-story .commerce-chat:not(.is-open) .commerce-chat-label{display:none}}@media (prefers-reduced-motion:reduce){.commerce-standard-story *,.commerce-standard-story :after,.commerce-standard-story :before{scroll-behavior:auto;transition-duration:.01ms;animation-duration:.01ms}}