/* WoafMeow storefront visual lock. Loaded only on store pages. */
.store-page {
  --store-ink: #2e201b;
  --store-muted: #655d58;
  --store-rust: #b65532;
  --store-rust-dark: #914024;
  --store-sage: #74865c;
  --store-cream: #f7f3ed;
  --store-warm: #eee8df;
  --store-line: #ded6cd;
  color: var(--store-ink);
  background: #fffdf9;
  overflow-x: clip;
}
html:has(body.store-page) { max-width: 100%; overflow-x: hidden; }

.store-page [hidden] { display: none !important; }
.store-page main { min-height: 62vh; }
.store-page .wrap { width: min(1344px, calc(100% - 64px)); }
.store-page h1,
.store-page h2,
.store-page h3 { color: var(--store-ink); }
.store-page .button { border-radius: 5px; }
.store-page .button.primary { border-color: var(--store-rust); background: var(--store-rust); color: #fff; }
.store-page .button.primary:hover { border-color: var(--store-rust-dark); background: var(--store-rust-dark); }
.store-page .button.secondary { border-color: #c9795d; background: #fff; color: var(--store-rust-dark); }

/* Dedicated retail header */
.store-header {
  position: relative;
  z-index: 40;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  min-height: 70px;
  padding: 0 clamp(28px, 5.3vw, 82px);
  border-bottom: 1px solid var(--store-line);
  background: rgba(255, 253, 249, .97);
}

.store-brand { display: inline-flex; align-items: center; width: max-content; }
.store-brand img { display: block; width: 164px; height: auto; }
.store-nav { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 2.3vw, 38px); }
.store-nav a { color: var(--store-ink); font-size: .85rem; font-weight: 650; text-decoration: none; white-space: nowrap; }
.store-nav a:hover,
.store-nav a:focus-visible { color: var(--store-rust); }

.store-header-tools { display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.store-search { display: flex; align-items: center; width: clamp(210px, 18vw, 280px); height: 42px; padding: 0 14px; border: 1px solid #ebe5dd; border-radius: 24px; background: #f5f1eb; }
.store-search svg,
.store-account svg,
.store-cart-button svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.store-search svg { flex: 0 0 18px; width: 18px; margin-right: 8px; }
.store-search label { width: 100%; }
.store-search input { width: 100%; min-height: 0; padding: 0; border: 0; outline: 0; background: transparent; color: var(--store-ink); font-size: .82rem; }
.store-account { display: grid; place-items: center; width: 38px; height: 38px; color: var(--store-ink); }
.store-account svg { width: 23px; }
.store-cart-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 42px; padding: 0 18px; border: 0; border-radius: 5px; background: var(--store-rust); color: #fff; font-size: .8rem; font-weight: 780; cursor: pointer; white-space: nowrap; }
.store-cart-button:hover { background: var(--store-rust-dark); }
.store-cart-button svg { width: 19px; }
.store-cart-button b { font: inherit; }
.store-mobile-menu { display: none; }

/* Hero */
.shop-hero { display: grid; grid-template-columns: minmax(420px, 42%) minmax(0, 1fr); align-items: stretch; background: #f6f0e8; overflow: hidden; }
.shop-hero-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 56px clamp(48px, 5vw, 80px); background: radial-gradient(circle at 12% 20%, #fbf8f2 0, #f4eee7 62%, #eee6dc 100%); }
.shop-eyebrow { margin-bottom: 23px; color: var(--store-sage); font-size: .78rem; font-weight: 850; letter-spacing: .22em; }
.store-page .shop-hero h1 { max-width: 610px; margin: 0; font: 500 clamp(3rem, 3.75vw, 4.75rem)/.98 var(--serif); letter-spacing: -.035em; text-wrap: balance; }
.store-page .shop-hero h1 span { white-space: nowrap; }
.shop-hero-copy > p { margin: 22px 0 26px; color: #574f4a; font-size: clamp(1rem, 1.15vw, 1.17rem); line-height: 1.25; }
.shop-hero .actions { display: flex; gap: 16px; }
.shop-hero .button { min-width: 162px; min-height: 54px; padding-inline: 24px; font-size: .95rem; }
.store-page .shop-hero figure { position: relative; width: 100%; min-width: 0; height: auto; aspect-ratio: 3 / 2; margin: 0; overflow: hidden; border-radius: 0; background: #e8ded3; }
.shop-hero figure::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(246,240,232,.28), transparent 23%); content: ""; pointer-events: none; }
.store-page .shop-hero figure img { display: block; width: 100%; height: 100%; max-height: none; object-fit: contain; }
.shop-hero figcaption { position: absolute; z-index: 2; top: 24%; right: 5.5%; color: #513125; font: italic 1.68rem/1.22 cursive; text-align: center; transform: rotate(-7deg); }

/* Category rail */
.shop-category-strip { padding: 25px 0 27px; border-bottom: 1px solid #eee9e2; background: #fff; }
.store-page .marketplace-categories { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: clamp(12px, 1.6vw, 28px); }
.store-page .marketplace-categories > a { display: grid; gap: 10px; min-width: 0; color: var(--store-ink); text-align: center; text-decoration: none; }
.marketplace-category-media { display: block; width: 100%; aspect-ratio: 1.45 / 1; overflow: hidden; border-radius: 5px; background: #f0ebe4; }
.marketplace-category-media img { width: 100%; height: 100%; object-fit: contain; transition: transform .22s ease; }
.marketplace-category-media.is-sprite,
.product-card-image.is-sprite,
.product-main-media.is-sprite,
.store-cart-item-media.is-sprite { background-image: var(--sprite-image); background-repeat: no-repeat; background-position: var(--sprite-x) var(--sprite-y); background-size: 400% auto; }
.product-store-page .product-main-media.is-sprite { background-color: #ece8e1; background-image: var(--sprite-image); background-repeat: no-repeat; background-position: var(--sprite-x) var(--sprite-y); background-size: 400% auto; }
.is-sprite > img { opacity: 0 !important; }
.store-page .marketplace-categories > a:hover img,
.store-page .marketplace-categories > a:focus-visible img { transform: scale(1.04); }
.store-page .marketplace-categories > a > strong { min-height: 2.25em; font-size: .83rem; line-height: 1.15; }

/* Three benefit band */
.shop-value-band { padding: 18px 0; background: #f5f1eb; }
.shop-value-band .wrap { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.shop-value-band article { display: flex; align-items: center; justify-content: center; gap: 18px; min-height: 58px; padding: 3px 24px; border-right: 1px solid #ddd5cc; }
.shop-value-band article:last-child { border-right: 0; }
.shop-value-band svg { flex: 0 0 37px; width: 37px; fill: none; stroke: var(--store-ink); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45; }
.shop-value-band article div { display: grid; gap: 3px; }
.shop-value-band strong { font: 500 1rem/1.1 var(--serif); }
.shop-value-band span { color: var(--store-muted); font-size: .72rem; }

/* Product catalog */
.shop-products-section { padding: 34px 0 54px; background: #fffdf9; }
.shop-products-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.shop-products-heading h2 { margin: 0; font: 500 clamp(2rem, 2.7vw, 2.65rem)/1 var(--serif); }
.shop-products-heading > a { border-bottom: 1px solid currentColor; color: var(--store-rust); font-size: .83rem; text-decoration: none; }
.store-page .product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px 22px; }
.store-page .product-card { display: grid; grid-template-rows: auto 1fr; min-width: 0; overflow: hidden; border: 1px solid var(--store-line); border-radius: 5px; background: #fff; box-shadow: none; transform: none; }
.store-page .product-card:hover { border-color: #cbbfb4; box-shadow: 0 8px 22px rgba(60, 42, 31, .07); transform: translateY(-2px); }
.store-page .product-card-image { display: block; width: 100%; aspect-ratio: 1.33 / 1; overflow: hidden; background-color: #e9dfd3; }
.store-page .product-card-image img { width: 100%; height: 100%; padding: 10px; object-fit: contain; }
.store-page .product-card > div { display: grid; grid-template-rows: auto minmax(2.55em, auto) 1fr; gap: 5px; padding: 13px 12px 12px; }
.store-page .product-badge { display: block; color: var(--store-rust-dark); font-size: .63rem; font-weight: 850; letter-spacing: .025em; text-transform: uppercase; }
.store-page .product-card h3 { min-height: 0; margin: 0; font: 500 1.02rem/1.16 var(--serif); }
.store-page .product-card h3 a { color: inherit; text-decoration: none; }
.store-page .product-card > div > p { display: -webkit-box; min-height: 2.55em; margin: 0; overflow: hidden; color: var(--store-muted); font-size: .75rem; line-height: 1.28; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.store-page .product-card-footer { display: grid; align-self: end; gap: 8px; margin-top: 4px; }
.store-page .product-card-footer > strong { color: #181411; font-size: .88rem; }
.store-page .product-card-footer > div { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.store-page .product-card-footer .button { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 36px; padding: 7px 6px; border-radius: 4px; font-size: .69rem; line-height: 1; white-space: nowrap; }
.shop-empty-filter { margin: 40px 0; color: var(--store-muted); text-align: center; }
.shop-catalog-status { margin: 36px 0; color: var(--store-muted); text-align: center; }

/* Product and category pages */
.shop-category-header { padding: 58px 0; background: var(--store-cream); }
.shop-category-header .wrap { display: grid; justify-items: start; gap: 12px; }
.shop-category-header h1 { margin: 0; font: 500 clamp(2.7rem, 5vw, 5rem)/1 var(--serif); }
.shop-category-header p { max-width: 680px; margin: 0; color: var(--store-muted); }
.shop-category-page > main > .section { padding-block: 48px; }

.product-store-page .product-detail { padding: 58px 0 78px; background: var(--store-cream); }
.product-store-page .product-detail-grid { display: grid; grid-template-columns: minmax(480px, 1.04fr) minmax(380px, .8fr); gap: clamp(42px, 6vw, 86px); align-items: start; }
.product-store-page .product-gallery { position: sticky; top: 24px; }
.product-store-page .product-gallery > figure { width: 100%; min-height: 0; aspect-ratio: 1; margin: 0; overflow: hidden; border: 1px solid var(--store-line); border-radius: 6px; background-color: #e9dfd3; }
.product-store-page .product-gallery > figure img { width: 100%; height: 100%; padding: clamp(10px, 2vw, 24px); object-fit: contain; }
.product-store-page .product-gallery > p { margin: 12px 0 0; color: var(--store-muted); font-size: .75rem; text-align: center; }
.product-store-page .product-detail-copy { display: grid; gap: 16px; padding-top: 5px; }
.product-store-page .product-detail-copy nav { display: flex; gap: 8px; color: var(--store-muted); font-size: .75rem; }
.product-store-page .product-detail-copy nav a { color: inherit; }
.product-store-page .product-detail-copy h1 { max-width: 680px; margin: 0; font: 500 clamp(2.5rem, 4.5vw, 4.4rem)/.98 var(--serif); letter-spacing: -.035em; }
.product-detail-price { margin: 0; color: #19130f; font-size: 1.3rem; font-weight: 850; }
.product-detail-price small { color: var(--store-muted); font-size: .68rem; letter-spacing: .08em; }
.product-lead { max-width: 630px; margin: 0; color: var(--store-muted); font-size: 1rem; line-height: 1.55; }
.product-included-block { display: grid; gap: 8px; padding: 17px 0; border-block: 1px solid var(--store-line); }
.product-included-block > strong { font-size: .73rem; letter-spacing: .06em; text-transform: uppercase; }
.product-store-page .product-included { margin: 0; padding: 0 0 0 18px; color: var(--store-muted); font-size: .88rem; line-height: 1.65; }
.product-buy-row { display: grid; grid-template-columns: 94px 1fr; gap: 10px; }
.product-buy-row label { display: grid; gap: 4px; color: var(--store-muted); font-size: .7rem; }
.product-buy-row select { min-height: 47px; border-color: var(--store-line); background: #fff; }
.product-buy-row .button { min-height: 47px; }
.product-facts { border-top: 1px solid var(--store-line); }
.product-facts details { border-bottom: 1px solid var(--store-line); }
.product-facts summary { display: flex; align-items: center; justify-content: space-between; min-height: 52px; color: var(--store-ink); font-weight: 760; cursor: pointer; }
.product-facts summary::after { color: var(--store-rust); content: "+"; font-size: 1.2rem; }
.product-facts details[open] summary::after { content: "−"; }
.product-facts details > p,
.product-facts details > ul { margin: 0; padding: 0 0 17px 20px; color: var(--store-muted); font-size: .86rem; line-height: 1.55; }

/* Cart */
.shop-cart-backdrop { position: fixed; z-index: 80; inset: 0; background: rgba(30, 23, 19, .4); backdrop-filter: blur(2px); }
.shop-cart { position: fixed; z-index: 90; top: 0; right: 0; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; width: min(460px, 100%); height: 100dvh; padding: 0; overflow: hidden; background: #fffdf9; box-shadow: -18px 0 45px rgba(30, 20, 15, .2); }
.shop-cart > header { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--store-line); }
.shop-cart > header div { display: grid; gap: 3px; }
.shop-cart > header span { font: 500 1.55rem/1 var(--serif); }
.shop-cart > header strong { color: var(--store-muted); font-size: .72rem; }
.shop-cart > header button { border: 0; background: transparent; color: var(--store-ink); font-size: 2rem; cursor: pointer; }
.shop-cart-items { overflow-y: auto; padding: 10px 24px; }
.store-cart-item { display: grid; grid-template-columns: 74px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--store-line); }
.store-cart-item-media { display: block; width: 74px; aspect-ratio: 1; overflow: hidden; border-radius: 4px; background-color: #ede4d9; }
.store-cart-item-media img { width: 100%; height: 100%; padding: 4px; object-fit: contain; }
.store-cart-item-copy { display: grid; gap: 8px; min-width: 0; }
.store-cart-item-copy > strong { font: 500 .95rem/1.18 var(--serif); }
.store-cart-item-controls { display: flex; align-items: center; gap: 8px; }
.store-cart-item-controls button { min-width: 25px; min-height: 25px; border: 1px solid var(--store-line); border-radius: 3px; background: #fff; color: var(--store-ink); cursor: pointer; }
.store-cart-item-controls .store-cart-remove { border: 0; color: var(--store-rust); font-size: .7rem; text-decoration: underline; }
.store-cart-item-price { font-size: .82rem; }
.shop-cart-empty { display: grid; align-content: center; justify-items: center; gap: 10px; min-height: 210px; padding: 24px; color: var(--store-muted); text-align: center; }
.shop-cart-empty strong { color: var(--store-ink); font: 500 1.35rem/1 var(--serif); }
.shop-cart-review { padding: 20px 24px 24px; border-top: 1px solid var(--store-line); background: var(--store-cream); }
.shop-cart-total { display: flex; justify-content: space-between; gap: 16px; padding: 6px 0; }
.shop-cart-grand-total { margin-top: 6px; padding-top: 12px; border-top: 1px solid var(--store-line); font-size: 1.08rem; }
.shop-cart-review p { margin: 8px 0 14px; color: var(--store-muted); font-size: .74rem; }
.shop-cart-review .button { width: 100%; }
body.shop-cart-open { overflow: hidden; }

/* Checkout */
.checkout-page { padding: 54px 0 76px; background: var(--store-cream); }
.checkout-page-heading { display: grid; gap: 12px; margin-bottom: 30px; }
.checkout-page-heading > a { width: max-content; color: var(--store-rust); font-size: .8rem; }
.checkout-page-heading h1 { margin: 0; font: 500 clamp(2.7rem, 4.7vw, 4.6rem)/1 var(--serif); }
.checkout-steps { display: flex; gap: 8px; flex-wrap: wrap; }
.checkout-steps span { display: inline-flex; align-items: center; gap: 7px; color: var(--store-muted); font-size: .74rem; }
.checkout-steps span::after { margin-left: 3px; color: #aaa19a; content: "—"; }
.checkout-steps span:last-child::after { content: ""; }
.checkout-steps b { display: grid; place-items: center; width: 23px; height: 23px; border: 1px solid var(--store-line); border-radius: 50%; }
.checkout-steps .is-active { color: var(--store-rust); font-weight: 800; }
.checkout-steps .is-active b { border-color: var(--store-rust); background: var(--store-rust); color: #fff; }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr); gap: 28px; align-items: start; }
.checkout-form-panel,
.checkout-summary { padding: clamp(22px, 3vw, 36px); border: 1px solid var(--store-line); border-radius: 7px; background: #fff; }
.checkout-form-panel h2,
.checkout-summary h2 { margin-top: 0; font: 500 1.8rem/1 var(--serif); }
.checkout-form-panel > form > p { color: var(--store-muted); }
.checkout-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.checkout-field-grid label { display: grid; gap: 6px; color: var(--store-muted); font-size: .75rem; }
.checkout-field-grid .field-wide { grid-column: 1 / -1; }
.checkout-field-grid input,
.checkout-field-grid select,
.checkout-field-grid textarea { min-height: 46px; border-color: var(--store-line); border-radius: 4px; background: #fff; }
.checkout-confirm { display: flex; align-items: flex-start; gap: 10px; margin: 20px 0; color: var(--store-muted); font-size: .78rem; }
.checkout-confirm input[type="checkbox"] { flex: 0 0 18px; width: 18px !important; min-width: 18px; height: 18px !important; min-height: 18px; margin: 1px 0 0; padding: 0; accent-color: var(--store-rust); }
.checkout-form-panel .button[type="submit"] { min-height: 50px; }
.checkout-summary { position: sticky; top: 24px; }
.checkout-cart-items .store-cart-item { grid-template-columns: 58px minmax(0, 1fr) auto; }
.checkout-cart-items .store-cart-item-media { width: 58px; }
.checkout-promo { padding: 15px 0; border-block: 1px solid var(--store-line); }
.checkout-promo label { display: grid; gap: 7px; color: var(--store-muted); font-size: .72rem; }
.checkout-promo label > span { display: grid; grid-template-columns: 1fr auto; }
.checkout-promo input { border-color: var(--store-line); border-radius: 4px 0 0 4px; }
.checkout-promo button { border: 0; border-radius: 0 4px 4px 0; background: var(--store-rust); color: #fff; font-weight: 750; }
.checkout-trust-note { color: var(--store-muted); font-size: .7rem; line-height: 1.4; }

/* Compact store footer */
.store-footer { border-top: 1px solid var(--store-line); background: #f1ece5; }
.store-footer-main { display: grid; grid-template-columns: .85fr 1.35fr .65fr; gap: 54px; align-items: center; padding: 28px max(64px, calc((100vw - 1344px) / 2)); }
.store-footer-brand img { width: 156px; }
.store-footer-brand p { margin: 8px 0 0; color: var(--store-muted); font-size: .75rem; line-height: 1.35; }
.store-footer-signup { display: grid; gap: 4px; }
.store-footer-signup > strong { font: 500 1rem/1 var(--serif); }
.store-footer-signup > p { margin: 0 0 7px; color: var(--store-muted); font-size: .7rem; }
.store-footer-signup form { display: grid; grid-template-columns: 1fr 120px; gap: 8px; }
.store-footer-signup form label { display: block; }
.store-footer-signup input { width: 100%; min-height: 39px; border: 1px solid var(--store-line); border-radius: 4px; background: #fff; font-size: .75rem; }
.store-footer-signup button { border: 0; border-radius: 4px; background: var(--store-rust); color: #fff; font-size: .72rem; font-weight: 750; }
.store-footer-signup .form-note { grid-column: 1 / -1; margin: 0; }
.store-footer-note { display: flex; align-items: center; justify-content: center; gap: 13px; margin: 0; color: #4d2f24; font: italic 1.4rem/1.1 cursive; transform: rotate(-4deg); }
.store-footer-note > span { font: inherit; }
.store-footer-bottom { display: flex; align-items: center; gap: 34px; min-height: 48px; padding: 0 max(64px, calc((100vw - 1344px) / 2)); border-top: 1px solid var(--store-line); color: #5f5752; font-size: .62rem; }
.store-footer-bottom nav { display: flex; gap: 24px; }
.store-footer-bottom a { color: inherit; text-decoration: none; }
.store-social { display: flex; gap: 18px; margin-left: auto; font-size: .8rem; font-weight: 800; }

.admin-workspace-tabs[hidden] ~ [data-admin-view] { display: none !important; }

@media (max-width: 1180px) {
  .store-header { grid-template-columns: 180px 1fr auto; padding-inline: 28px; }
  .store-brand img { width: 150px; }
  .store-nav { gap: 18px; }
  .store-search { display: none; }
  .shop-hero { grid-template-columns: 46% 54%; }
  .shop-hero-copy { padding-inline: 58px 32px; }
  .store-page .marketplace-categories { gap: 14px; }
  .store-page .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .store-footer-main { padding-inline: 40px; }
  .store-footer-bottom { padding-inline: 40px; }
}

@media (max-width: 900px) {
  .store-page .wrap { width: min(100% - 40px, 820px); }
  .store-header { grid-template-columns: 1fr auto; min-height: 66px; padding-inline: 20px; }
  .store-nav { display: none; }
  .store-mobile-menu { display: block; }
  .store-mobile-menu summary { padding: 10px 3px; color: var(--store-ink); font-size: .78rem; font-weight: 800; cursor: pointer; list-style: none; }
  .store-mobile-menu nav { position: absolute; top: 65px; right: 16px; display: grid; width: min(260px, calc(100vw - 32px)); padding: 12px; border: 1px solid var(--store-line); border-radius: 6px; background: #fff; box-shadow: 0 12px 28px rgba(36, 24, 18, .14); }
  .store-mobile-menu nav a { padding: 11px 9px; border-bottom: 1px solid #eee7de; color: var(--store-ink); font-size: .84rem; text-decoration: none; }
  .shop-hero { grid-template-columns: 1fr; }
  .shop-hero-copy { min-height: 0; padding: 58px max(40px, 8vw); }
  .shop-hero figure { order: 0 !important; }
  .shop-category-strip { overflow: hidden; }
  .shop-category-strip .wrap { box-sizing: border-box; width: min(100% - 40px, 820px); max-width: 100%; margin-inline: auto; padding-inline: 0; overflow: visible; }
  .store-page .marketplace-categories { grid-template-columns: repeat(4, minmax(0, 1fr)); width: auto; }
  .shop-value-band .wrap { width: 100%; grid-template-columns: 1fr; }
  .shop-value-band article { justify-content: flex-start; padding: 14px 32px; border-right: 0; border-bottom: 1px solid var(--store-line); }
  .shop-value-band article:last-child { border-bottom: 0; }
  .store-page .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-store-page .product-detail-grid,
  .checkout-layout { grid-template-columns: 1fr; }
  .product-store-page .product-gallery,
  .checkout-summary { position: static; }
  .store-footer-main { grid-template-columns: 1fr 1fr; }
  .store-footer-note { display: none; }
  .store-footer-bottom { flex-wrap: wrap; gap: 16px 24px; padding-block: 15px; }
}

@media (max-width: 600px) {
  .store-page .wrap { width: calc(100% - 28px); }
  .store-header { min-height: 60px; padding-inline: 14px; }
  .store-brand img { width: 136px; }
  .store-header-tools { gap: 8px; }
  .store-account { display: none; }
  .store-cart-button { min-width: 43px; min-height: 40px; padding-inline: 11px; }
  .store-cart-button > span { display: none; }
  .store-mobile-menu nav { top: 59px; }
  .shop-hero-copy { min-height: auto; padding: 48px 22px; }
  .shop-eyebrow { margin-bottom: 18px; font-size: .68rem; }
  .store-page .shop-hero h1 { font-size: clamp(2.5rem, 12vw, 3.4rem); }
  .shop-hero-copy > p { font-size: .94rem; }
  .shop-hero-copy > p br { display: none; }
  .shop-hero .actions { width: 100%; }
  .shop-hero .button { flex: 1; min-width: 0; min-height: 48px; padding-inline: 12px; font-size: .8rem; }
  .shop-hero figcaption { top: 12%; right: 4%; font-size: 1.18rem; }
  .store-page .marketplace-categories { grid-template-columns: repeat(4, minmax(0, 1fr)); width: auto; gap: 14px 8px; }
  .shop-category-strip .wrap { width: 100%; padding-inline: 14px; overflow: hidden; }
  .store-page .marketplace-categories > a > strong { font-size: .73rem; }
  .shop-products-section { padding-top: 30px; }
  .shop-products-heading h2 { font-size: 2rem; }
  .store-page .product-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .store-page .product-card > div { padding: 10px 9px 9px; }
  .store-page .product-card h3 { font-size: .9rem; }
  .store-page .product-card > div > p { font-size: .68rem; }
  .store-page .product-card-footer > div { grid-template-columns: 1fr; }
  .store-page .product-card-footer .button { min-height: 34px; }
  .product-store-page .product-detail { padding: 28px 0 54px; }
  .product-store-page .product-detail-copy h1 { font-size: clamp(2.35rem, 12vw, 3.25rem); }
  .product-buy-row { grid-template-columns: 78px 1fr; }
  .checkout-page { padding: 30px 0 52px; }
  .checkout-field-grid { grid-template-columns: 1fr; }
  .checkout-field-grid .field-wide { grid-column: auto; }
  .store-cart-item { grid-template-columns: 60px minmax(0, 1fr) auto; }
  .store-cart-item-media { width: 60px; }
  .store-footer-main { grid-template-columns: 1fr; gap: 26px; padding: 28px 20px; }
  .store-footer-signup form { grid-template-columns: 1fr 94px; }
  .store-footer-bottom { align-items: flex-start; flex-direction: column; padding: 16px 20px; }
  .store-social { margin-left: 0; }
}

@media (max-width: 340px) {
  .store-page .product-grid { grid-template-columns: 1fr; }
}
