body[data-page="shop"] .catalog-art-grid:not(.live-product-grid),
body[data-page="shop"] .product-grid:not(.live-product-grid),
body[data-page="shop"] .collection-pricing { display: none; }
.shop-jump-links .shop-cart-button { margin-left: 0; padding: .7rem 1.2rem; color: var(--pine); background: transparent; border-color: var(--line); }
.shop-live-status { margin: 1rem 0 2rem; font-size: 1rem; }
.live-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 2.5rem 1.5rem; }
.commerce-card { min-width: 0; display: flex; flex-direction: column; }
.commerce-card-image { display: grid; place-items: center; width: 100%; aspect-ratio: 4/5; padding: 1.2rem; border: 0; background: #f5f6f5; cursor: pointer; }
.commerce-card-image img { width: 100%; height: 100%; min-height: 0; object-fit: contain; transition: transform .2s ease; }
.commerce-card-image:hover img { transform: scale(1.025); }
.commerce-card-details { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 1rem 0 0; }
.commerce-card-details h4 { margin: 0 0 .5rem; font-family: inherit; font-size: 1.1rem; font-weight: 500; line-height: 1.45; }
.commerce-card-price { margin: auto 0 .3rem; padding-top: .25rem; font-size: 1rem; }
.commerce-card-stock { margin: 0 0 .5rem; color: #646862; font-size: .875rem; }
.commerce-card button.text-link, .shop-product-dialog button.text-link, .shop-cart-dialog button.text-link { padding: 0; border: 0; background: none; cursor: pointer; font-family: inherit; text-align: left; }
.commerce-card button.text-link, .shop-cart-dialog button.text-link { min-height: 44px; }
.commerce-collection-link { display: flex; grid-column: 1/-1; gap: 12px 24px; justify-content: space-between; align-items: center; flex-wrap: wrap; padding: 16px 20px; background: var(--paper); }
.commerce-collection-link span { color: var(--muted); font-size: .9375rem; }
.commerce-collection-link button { min-height: 44px; padding: 0; border: 0; background: transparent; font: inherit; font-weight: 600; cursor: pointer; }
.shop-empty { padding: 2rem 0; }
.handmade-browser { margin-top: 1.5rem; }
.handmade-filters { display: flex; flex-wrap: wrap; gap: .6rem; padding-block: 1.2rem; border-block: 1px solid var(--line); scroll-margin-top: 100px; }
.handmade-filters a { display: inline-flex; align-items: center; min-height: 44px; padding: .65rem 1rem; border: 1px solid var(--line); color: var(--pine); font-size: .95rem; text-decoration: none; scroll-margin-top: 120px; }
.handmade-filters a:hover { background: var(--paper); }
.handmade-filters a[aria-current] { background: var(--pine); border-color: var(--pine); color: white; }
.handmade-browser-heading { padding-block: 2.5rem 1.5rem; max-width: 700px; }
.handmade-browser-heading h3 { margin: 0 0 1rem; font-size: clamp(2rem, 4vw, 2.8rem); line-height: 1.15; }
.handmade-browser-heading p:last-child, .handmade-gallery-heading p { color: var(--muted); }
.handmade-stock > h4, .handmade-gallery-heading h4 { margin: 0 0 1.2rem; font-size: 1.4rem; }
.handmade-stock-status { padding: 1.5rem; background: var(--paper); border: 1px solid var(--line); }
.handmade-gallery-heading { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.handmade-gallery-heading h4 { margin-bottom: .6rem; }
.handmade-browser [hidden] { display: none; }
.handmade-gallery { gap: 1.5rem; }
.handmade-product { display: block; }
.handmade-photo-grid { aspect-ratio: 4/3; grid-template-rows: minmax(0,1fr); }
.handmade-photo-grid-four { grid-template-rows: repeat(2,minmax(0,1fr)); }
.handmade-photo-grid img, .handmade-photo-grid-four img { height: 100%; min-height: 0; padding: .5rem; object-fit: contain; background: var(--paper); }
.shop-dialog-open { overflow: hidden; }
.shop-product-dialog, .shop-cart-dialog { position: fixed; inset: 0; margin: auto; padding: 3.5rem 2rem 2rem; width: min(1000px, calc(100% - 3rem)); max-width: none; max-height: calc(100dvh - 3rem); border: 1px solid #d8ded9; background: white; color: #263d34; overflow: auto; border-radius: 3px; }
.shop-product-dialog::backdrop, .shop-cart-dialog::backdrop { background: rgb(16 30 24 / 65%); }
.shop-dialog-close { position: absolute; top: .55rem; right: .7rem; width: 44px; height: 44px; padding: 0; border: 0; background: white; font: 400 2rem/1 sans-serif; color: #234b40; cursor: pointer; }
.shop-product-layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,1fr); gap: 2.5rem; align-items: start; }
.shop-product-stage { position: relative; display: grid; place-items: center; aspect-ratio: 1/1; background: #f5f6f5; padding: 1rem; }
.shop-product-stage img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.shop-photo-prev, .shop-photo-next { position: absolute; top: calc(50% - 22px); width: 44px; height: 44px; border: 1px solid #d8ded9; background: rgb(255 255 255 / 95%); color: #234b40; font: 400 1.8rem/1 sans-serif; cursor: pointer; }
.shop-photo-prev { left: .4rem; } .shop-photo-next { right: .4rem; }
.shop-photo-prev[hidden], .shop-photo-next[hidden], .shop-photo-thumbs[hidden], .shop-cart-summary[hidden], .shop-square-fallback[hidden], .shop-live-status[hidden] { display: none; }
.shop-category-link[hidden] { display: none; }
.checkout-resume[hidden] { display: none; }
.checkout-resume { background: transparent; border: 0; padding: .7rem; cursor: pointer; font-family: inherit; }
.shop-photo-count { text-align: center; margin: .6rem 0; font-size: .875rem; }
.shop-photo-thumbs { display: flex; gap: .5rem; overflow-x: auto; padding: .3rem; }
.shop-photo-thumbs button { flex: 0 0 58px; width: 58px; height: 58px; border: 1px solid #d8ded9; background: white; padding: 3px; cursor: pointer; }
.shop-photo-thumbs button[aria-pressed="true"] { outline: 2px solid #234b40; outline-offset: 1px; }
.shop-photo-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.shop-product-details h2 { font-size: clamp(1.65rem, 3vw, 2.25rem); line-height: 1.2; margin: .5rem 0 1rem; }
.shop-product-description { font-size: 1rem; line-height: 1.65; white-space: pre-line; }
.shop-product-description:not(:empty) { border-top: 1px solid var(--line); padding-top: 1.25rem; margin-top: 1.5rem; color: var(--muted); }
.shop-photo-count[hidden], .shop-product-description:empty { display: none; }
.shop-add-form { margin-top: 1.3rem; }
.shop-add-form label { display: block; font-size: .875rem; font-weight: 600; margin: 1rem 0 .4rem; }
.shop-add-form select, .shop-add-form input, .shop-cart-line input { border: 1px solid #9faea5; border-radius: 2px; padding: .7rem; background: white; color: #263d34; font: inherit; font-size: 1rem; }
.shop-add-form select { width: 100%; } .shop-add-form input { width: 5.5rem; }
.shop-product-price { font-size: 1.5rem; margin: 1rem 0 .25rem; }
.shop-product-stock { font-size: .875rem; margin: 0 0 1rem; }
.shop-add-form .button { display: block; margin-top: 1.1rem; width: 100%; }
.shop-add-form .button:disabled, .shop-checkout-button:disabled { cursor: default; opacity: .5; }
.shop-add-status { min-height: 1.5rem; font-size: .875rem; margin-top: 1rem; }
.shop-cart-dialog { width: min(600px, calc(100% - 3rem)); }
.shop-cart-dialog h2 { font-size: 2rem; }
.shop-cart-line { display: grid; grid-template-columns: minmax(0,1fr) 5.5rem; gap: .5rem 1rem; padding: 1.25rem 0; border-bottom: 1px solid #d8ded9; }
.shop-cart-line h3 { font-size: 1rem; line-height: 1.4; margin: 0; }
.shop-cart-line p { margin: .3rem 0; font-size: .875rem; }
.shop-cart-line strong { font-size: 1rem; font-weight: 500; }
.shop-cart-line label { font-size: .875rem; } .shop-cart-line input { display: block; width: 100%; margin-top: .3rem; }
.shop-cart-line .text-link { font-size: .875rem; }
.shop-cart-unavailable { grid-column: 1/-1; color: #93432c; }
.shop-cart-summary { padding-top: 1.5rem; }
.shop-cart-summary > p:first-child { display: flex; justify-content: space-between; font-size: 1.1rem; }
.shop-cart-note, .shop-checkout-status { font-size: .875rem; line-height: 1.6; }
.shop-checkout-button { width: 100%; margin: .6rem 0; }
@media (max-width: 720px) {
  .live-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.8rem 1rem; }
  .commerce-card-image { padding: .6rem; }
  .commerce-card-details h4 { font-size: 1rem; }
  .commerce-card-price { font-size: .9rem; }
  .shop-jump-links { flex-wrap: wrap; }
  .shop-jump-links .shop-cart-button { margin-left: 0; }
  .shop-jump-links .shop-cart-button { min-height: 44px; padding: .5rem .75rem; white-space: nowrap; }
  .shop-product-dialog, .shop-cart-dialog { width: calc(100% - 1rem); max-height: calc(100dvh - 1rem); padding: 3.2rem 1rem 1.2rem; }
  .shop-product-layout { grid-template-columns: minmax(0,1fr); gap: 1.5rem; }
  .shop-product-stage { max-height: 48dvh; aspect-ratio: auto; height: 360px; }
}
@media (prefers-reduced-motion: reduce) { .commerce-card-image img { transition: none; } }
.shop-checkout-dialog { position: fixed; z-index: 1000; inset: 0; margin: auto; width: min(620px, calc(100% - 2rem)); max-width: none; max-height: calc(100dvh - 2rem); padding: 3.5rem 2rem 2rem; border: 1px solid #d8ded9; background: white; color: #263d34; overflow: auto; border-radius: 3px; }
.shop-checkout-dialog::backdrop { background: rgb(16 30 24 / 65%); }
.shop-checkout-dialog[open]:not(:modal) { box-shadow: 0 0 0 100vmax rgb(16 30 24 / 65%); }
.shop-checkout-dialog h2 { margin: 0 0 1rem; font-size: 2rem; }
.shop-checkout-dialog [hidden] { display: none; }
.shop-checkout-dialog .checkout-same-address[hidden] { display: none; }
.shop-checkout-dialog label { display: block; margin: .9rem 0; font-size: .875rem; font-weight: 500; }
.shop-checkout-dialog input:not([type="checkbox"]), .shop-checkout-dialog select { display: block; width: 100%; min-width: 0; margin-top: .35rem; padding: .7rem; border: 1px solid #9faea5; border-radius: 2px; background: white; color: #263d34; font: inherit; font-size: 1rem; }
.checkout-address-row { display: grid; grid-template-columns: 1.4fr .8fr 1fr; gap: .7rem; }
.shop-checkout-dialog .button { width: 100%; margin-top: 1rem; }
.shop-checkout-dialog .button:disabled { opacity: .5; cursor: default; }
.checkout-order-summary { padding: .5rem 0 1rem; border-bottom: 1px solid #d8ded9; margin-bottom: 1rem; }
.checkout-order-summary p { font-size: .9rem; line-height: 1.6; margin: .5rem 0; }
.checkout-order-summary .checkout-total-row { display: flex; justify-content: space-between; gap: 1rem; }
.checkout-total-row:last-child { font-size: 1.1rem; margin-top: .9rem; }
.checkout-edit { padding: 0; border: 0; background: transparent; font-family: inherit; cursor: pointer; }
.checkout-billing-address { padding: .5rem 0; border: 0; margin: 0; min-width: 0; }
.shop-checkout-dialog .checkout-same-address { display: flex; align-items: center; gap: .6rem; margin: 1.4rem 0; }
.checkout-same-address input { width: 18px; height: 18px; accent-color: #234b40; }
.checkout-secure-note, .checkout-message { font-size: .875rem; line-height: 1.6; }
.checkout-test-label { padding: .8rem; background: #fff1bd; font-size: .875rem; }
.checkout-result h3 { font-size: 1.35rem; line-height: 1.4; }
.checkout-result p { overflow-wrap: anywhere; }
@media (max-width: 480px) {
  .shop-checkout-dialog { width: calc(100% - 1rem); max-height: calc(100dvh - 1rem); padding: 3.2rem 1rem 1.2rem; }
  .checkout-address-row { grid-template-columns: 1fr 1fr; }
  .checkout-address-row label:first-child { grid-column: 1/-1; }
}

/* Storefront: compact controls, generous artwork, and a continuous buying flow. */
.storefront [hidden], .shop-product-dialog [hidden], .shop-cart-dialog [hidden], .checkout-page [hidden] { display: none !important; }
.storefront { padding: 36px 24px 48px; }
.storefront .section-inner { max-width: 1320px; }
.storefront-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.storefront-heading .eyebrow { margin: 0 0 10px; }
.storefront-heading h1 { font-size: clamp(2.2rem,4.4vw,3.5rem); line-height: 1.1; margin: 0 0 12px; letter-spacing: -.035em; }
.storefront-heading p:last-child { margin: 0; color: var(--muted); font-size: 1rem; }
.store-bag { display: inline-flex; align-items: center; justify-content: center; gap: 10px; flex-shrink: 0; min-height: 48px; padding: 12px 18px; border: 1px solid var(--line); border-radius: 4px; background: white; color: var(--pine); font: inherit; font-weight: 600; cursor: pointer; }
.store-bag .icon { width: 20px; height: 20px; background-color: currentColor; }
.store-bag [data-cart-count] { min-width: 23px; font-size: .875rem; }
.store-notice { display: flex; justify-content: space-between; align-items: center; gap: 12px 24px; padding: 12px 16px; margin: 0 0 18px; background: #f2f5f3; border-radius: 4px; font-size: .875rem; color: #41544d; }
.store-notice p { margin: 0; } .store-notice a { flex-shrink: 0; font-weight: 600; text-underline-offset: 4px; color: var(--pine); }
.store-controls { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.store-categories { display: flex; gap: 30px; min-width: 0; }
.store-categories a { display: flex; align-items: center; min-height: 60px; border-bottom: 2px solid transparent; text-decoration: none; font-size: 1rem; color: var(--muted); white-space: nowrap; font-weight: 500; }
.store-categories a[aria-current] { color: var(--pine); border-bottom-color: var(--pine); font-weight: 650; }
.store-search input { width: 240px; max-width: 100%; background: #fafafa; border: 1px solid #d5dad7; border-radius: 4px; padding: 10px 14px; min-height: 44px; color: var(--ink); font: inherit; font-size: .9375rem; }
.store-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 0 8px; }
.store-subfilters { display: flex; gap: 8px; flex-wrap: wrap; }
.store-subfilters button { border: 1px solid transparent; border-radius: 30px; background: transparent; padding: 8px 13px; min-height: 44px; font: inherit; font-size: .875rem; color: var(--muted); cursor: pointer; }
.store-subfilters button[aria-pressed="true"] { background: #eef2ef; color: #254a3f; }
.store-sort { display: flex; flex-shrink: 0; align-items: center; gap: 6px; font-size: .875rem; color: var(--muted); }
.store-sort select { min-height: 44px; padding: 8px; color: var(--ink); border: 0; background: white; font: inherit; max-width: 175px; }
.store-results-heading { display: flex; align-items: baseline; gap: 16px; margin: 16px 0 22px; }
.store-results-heading h2 { margin: 0; font-size: 1.65rem; line-height: 1.2; }
.store-result-count { margin: 0; color: var(--muted); font-size: .875rem; }
.store-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 38px 24px; }
.store-grid .commerce-card-image { position: relative; padding: 20px; background: #f5f5f2; border-radius: 3px; overflow: hidden; }
.store-grid .commerce-card-image img { display: block; width: 100%; height: 100%; max-height: 100%; object-fit: contain; }
.store-grid .commerce-card-details { padding: 16px 0 0; gap: 7px; }
.store-grid h3 { margin: 0; font-family: inherit; font-size: 1rem; line-height: 1.4; font-weight: 550; }
.commerce-title { font: inherit; color: var(--ink); border: 0; background: transparent; padding: 0; text-align: left; cursor: pointer; }
.commerce-title:hover { text-decoration: underline; text-underline-offset: 4px; }
.commerce-prices { display: flex; flex-wrap: wrap; gap: 2px 14px; }
.commerce-prices p { margin: 0; font-size: .9375rem; color: var(--pine); }
.commerce-format-note { margin: 0; font-size: .875rem; color: var(--muted); }
.commerce-badge { position: absolute; top: 12px; left: 12px; background: white; padding: 5px 10px; border-radius: 3px; color: #4e5853; font-size: .8125rem; }
.store-grid .commerce-collection-link { grid-column: 1/-1; order: 1; background: #f2f5f3; border-radius: 4px; }
.store-empty { padding: 52px 24px; text-align: center; background: #f7f8f6; border-radius: 4px; }.store-empty h3 { font-size: 1.7rem; margin: 0 0 12px; }.store-empty p { color: var(--muted); }
.store-empty .button { margin-top: 12px; }
.store-archive { margin-top: 72px; border-top: 1px solid var(--line); padding-top: 36px; }
.store-archive > header { margin-bottom: 28px; max-width: 660px; }.store-archive h2 { font-size: 2.25rem; margin: 8px 0 12px; }.store-archive > header > p:last-child { color: var(--muted); }
.store-archive .handmade-product { min-width: 0; }.store-archive .handmade-product h3 { font-size: 1.5rem; }
.store-story { border-top: 1px solid var(--line); margin-top: 36px; padding-top: 20px; }.store-story summary { cursor: pointer; font-size: 1rem; color: var(--pine); min-height: 44px; }.store-story .handmade-columns { margin-bottom: 0; }
.store-footer-note { display: flex; justify-content: space-between; gap: 16px; padding: 26px 0 0; margin-top: 48px; border-top: 1px solid var(--line); font-size: .875rem; color: var(--muted); }.store-footer-note p { margin: 0; }.store-footer-note a { color: var(--pine); }
.shop-product-dialog { width: min(1060px,calc(100% - 40px)); padding: 48px 32px 32px; border: 0; border-radius: 6px; }
.shop-product-layout { gap: 40px; }.shop-product-stage { aspect-ratio: 4/5; padding: 24px; }.shop-product-details h2 { font-size: clamp(1.8rem,3vw,2.5rem); }.shop-product-details .eyebrow { margin-top: 8px; }
.shop-product-price { font-size: 1.5rem; }.shop-product-spec { color: var(--muted); margin: 8px 0 20px; font-size: .9375rem; }
.shop-format { border: 0; padding: 0; margin: 20px 0; }.shop-format legend { font-size: .875rem; font-weight: 600; margin-bottom: 10px; }.shop-format-options { display: flex; gap: 10px; }.shop-format-options button { min-height: 44px; padding: 10px 24px; border: 1px solid #c8d1cb; border-radius: 4px; background: white; color: var(--pine); font: inherit; cursor: pointer; }.shop-format-options button[aria-pressed="true"] { border: 2px solid var(--pine); background: #f1f5f2; padding: 9px 23px; }
.shop-product-stock { margin: 14px 0; color: #476052; }.shop-add-row { display: grid; grid-template-columns: 90px 1fr; align-items: end; gap: 16px; }.shop-add-row label { margin: 0; }.shop-add-row input { display: block; width: 100%; margin-top: 6px; min-height: 50px; }.shop-add-row .button { margin: 0; min-height: 50px; border-radius: 4px; }.shop-add-status:empty { display: none; }
.shop-description-details { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 28px; }.shop-description-details summary { cursor: pointer; padding: 18px 0; font-size: .9375rem; }.shop-product-description:not(:empty) { margin: 0 0 20px; padding: 0; border: 0; }.shop-product-link { display: inline-block; margin-top: 18px; font-size: .875rem; }
.shop-cart-dialog { inset: 0 0 0 auto; width: min(500px,100%); max-width: 100%; height: 100dvh; max-height: 100dvh; margin: 0; padding: 24px; border: 0; border-left: 1px solid var(--line); border-radius: 0; }
.shop-cart-header { position: relative; padding: 0 40px 20px 0; border-bottom: 1px solid var(--line); }.shop-cart-header h2 { margin: 0; }.shop-cart-header .shop-dialog-close { top: -8px; right: -8px; }
.shop-cart-line { grid-template-columns: 80px minmax(0,1fr) auto; align-items: start; gap: 16px; padding: 24px 0; }.shop-cart-thumb { width: 80px; height: 100px; object-fit: contain; background: #f5f5f2; padding: 6px; }.shop-cart-info h3 { font-family: inherit; font-weight: 500; }.shop-cart-info strong { display: block; margin: 8px 0; }.shop-cart-line input { margin: 0; width: 70px; min-height: 40px; padding: 6px 8px; }.shop-cart-line > button { align-self: end; }.shop-cart-summary .button { border-radius: 4px; min-height: 52px; }.shop-continue { display: block; margin: 18px auto 0; }
body[data-page="checkout"] .site-header .header-actions, body[data-page="checkout"] .site-header nav, body[data-page="checkout"] .menu-toggle, body[data-page="checkout"] .site-footer { display: none; }
body[data-page="checkout"] main { background: white; }
.checkout-page { padding: 28px 24px 72px; color: #263d34; }.checkout-page-inner { max-width: 1120px; margin: auto; }.checkout-back { font-size: .9375rem; color: var(--pine); text-decoration: none; }.checkout-heading { margin: 30px 0; }.checkout-heading .eyebrow { margin: 0 0 10px; }.checkout-heading h1 { font-size: 3rem; line-height: 1.1; margin: 0; }
.checkout-layout { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(0,1fr); gap: 64px; align-items: start; }.checkout-main { min-width: 0; }.checkout-main h2 { font-size: 1.4rem; margin: 28px 0 16px; }.checkout-progress { list-style: none; display: flex; gap: 24px; padding: 0 0 20px; margin: 0 0 24px; border-bottom: 1px solid var(--line); color: #718078; font-size: .9375rem; }.checkout-progress [aria-current] { color: var(--pine); font-weight: 600; }
.checkout-page label { display: block; margin: 14px 0; font-size: .875rem; font-weight: 500; }.checkout-page input:not([type="checkbox"]), .checkout-page select { display: block; width: 100%; min-width: 0; margin-top: 7px; padding: 13px 12px; border: 1px solid #aab7ae; border-radius: 4px; background: white; color: #263d34; font: inherit; font-size: 1rem; }
.checkout-page .button { width: 100%; margin: 18px 0 0; min-height: 52px; border-radius: 4px; }.checkout-page .button:disabled { opacity: .5; cursor: default; }.checkout-page .checkout-address-row { gap: 12px; }.checkout-page .checkout-same-address { display: flex; gap: 10px; align-items: center; font-weight: 400; }.checkout-page .checkout-same-address input { width: 18px; height: 18px; }
.checkout-sidebar { background: #f4f6f3; border: 1px solid #e4e9e3; border-radius: 6px; padding: 28px; position: sticky; top: 108px; }.checkout-sidebar h2 { font-family: inherit; font-weight: 600; font-size: 1.1rem; margin: 0 0 24px; }
.checkout-item { display: grid; grid-template-columns: 66px minmax(0,1fr) auto; gap: 14px; align-items: center; margin: 20px 0; }.checkout-item-photo { position: relative; background: white; border: 1px solid #e0e5de; border-radius: 5px; width: 66px; height: 78px; padding: 5px; }.checkout-item-photo img { width: 100%; height: 100%; object-fit: contain; }.checkout-item-count { position: absolute; right: -6px; top: -8px; min-width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: #5c6d62; color: white; padding: 0 5px; font-size: .8125rem; }.checkout-item h3 { font-family: inherit; font-size: .875rem; font-weight: 500; line-height: 1.45; margin: 0 0 5px; }.checkout-item p { color: var(--muted); font-size: .875rem; margin: 0; }.checkout-item strong { font-size: .875rem; font-weight: 500; }
.checkout-page .checkout-order-summary { margin-top: 26px; border-top: 1px solid #d8ded9; padding-top: 14px; border-bottom: 0; }.checkout-page .checkout-total-row { display: flex; justify-content: space-between; gap: 20px; font-size: .9375rem; margin: 12px 0; }.checkout-page .checkout-total-row:last-child { border-top: 1px solid #d8ded9; padding-top: 18px; margin-top: 18px; }.checkout-page .checkout-total-row strong { font-size: 1.4rem; }.checkout-summary-note { font-size: .875rem; color: var(--muted); line-height: 1.6; }.checkout-sidebar .text-link { font-size: .875rem; }
.checkout-gate { border: 1px solid #d8ded9; border-radius: 6px; padding: 28px; }.checkout-gate h2 { margin-top: 0; font-size: 1.8rem; line-height: 1.2; }.checkout-gate p { line-height: 1.7; color: var(--muted); }.checkout-gate .checkout-fallback-note { font-size: .875rem; margin-bottom: 0; }.checkout-retry { font: inherit; border: 0; background: transparent; cursor: pointer; margin-top: 18px; }.checkout-delivery-summary { white-space: pre-line; color: var(--muted); font-size: .9375rem; }.checkout-result { padding: 10px 0; }.checkout-result h2 { font-size: 2.2rem; line-height: 1.2; }.checkout-result .text-link { display: block; margin-top: 22px; }.checkout-message:empty { display: none; }
@media(min-width:1500px) { .store-grid { grid-template-columns: repeat(4,minmax(0,1fr)); } }
@media(max-width:900px) { .store-controls { gap: 12px; }.store-categories { gap: 20px; }.store-search input { width: 195px; }.checkout-layout { gap: 30px; }.checkout-sidebar { padding: 20px; }.checkout-item { grid-template-columns: 54px minmax(0,1fr) auto; gap: 10px; }.checkout-item-photo { width: 54px; height: 65px; } }
@media(max-width:720px) {
  .storefront { padding: 26px 18px 36px; }.storefront-heading { align-items: flex-start; gap: 12px; margin-bottom: 22px; }.storefront-heading h1 { font-size: 2.15rem; }.storefront-heading p:last-child { font-size: .9375rem; }.store-bag { gap: 6px; padding: 10px; min-height: 44px; }.store-bag .icon { display: none; }.storefront-heading .eyebrow { font-size: .75rem; letter-spacing: .1em; }.store-notice { display: block; padding: 12px; }.store-notice a { display: inline-block; margin-top: 6px; }
  .store-controls { display: grid; gap: 10px; padding-bottom: 14px; }.store-categories { gap: 23px; overflow-x: auto; }.store-categories a { min-height: 50px; font-size: .9375rem; }.store-search input { width: 100%; }.store-toolbar { align-items: flex-start; flex-direction: column; gap: 4px; padding-top: 12px; }.store-subfilters { flex-wrap: nowrap; overflow-x: auto; width: 100%; gap: 0; }.store-subfilters button { white-space: nowrap; padding: 8px 12px; }.store-sort { align-self: flex-end; }.store-sort select { max-width: 170px; }.store-results-heading { margin: 6px 0 18px; justify-content: space-between; }.store-results-heading h2 { font-size: 1.5rem; }
  .store-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px 14px; }.store-grid .commerce-card-image { padding: 10px; }.store-grid .commerce-card-details { padding-top: 12px; gap: 6px; }.store-grid h3 { font-size: .9375rem; }.commerce-prices p,.commerce-format-note { font-size: .875rem; }.commerce-prices { display: block; }.commerce-format-note { line-height: 1.5; }.store-archive { margin-top: 48px; }.store-footer-note { flex-direction: column; }.store-grid .commerce-collection-link { padding: 16px; }
  .shop-product-dialog { padding: 50px 20px 24px; width: calc(100% - 16px); max-height: calc(100dvh - 16px); }.shop-product-stage { height: 330px; max-height: 42dvh; padding: 12px; }.shop-product-layout { gap: 18px; }.shop-product-details h2 { font-size: 1.9rem; }.shop-product-details .eyebrow { display: none; }.shop-product-price { margin-top: 12px; }.shop-cart-dialog { padding: 24px 18px; }.shop-cart-line { gap: 12px; grid-template-columns: 70px minmax(0,1fr) auto; }.shop-cart-thumb { width: 70px; height: 88px; }
  .checkout-page { padding: 24px 18px 48px; }.checkout-heading { margin: 24px 0; }.checkout-heading h1 { font-size: 2.5rem; }.checkout-layout { display: flex; flex-direction: column; gap: 28px; }.checkout-main,.checkout-sidebar { width: 100%; }.checkout-sidebar { position: static; order: -1; padding: 20px; }.checkout-item { grid-template-columns: 56px minmax(0,1fr) auto; }.checkout-item-photo { width: 56px; height: 68px; }.checkout-sidebar h2 { margin-bottom: 16px; }.checkout-item { margin: 14px 0; }.checkout-page .checkout-order-summary { margin-top: 20px; }.checkout-gate { padding: 22px; }.checkout-gate h2 { font-size: 1.65rem; }.checkout-progress { margin-bottom: 20px; }
}
@media(max-width:720px) { .storefront-heading h1 { font-size: 2.3rem; }.store-notice { display: flex; flex-wrap: wrap; gap: 4px 12px; }.store-notice a { margin-top: 0; } }
.storefront { padding-top: 24px; }.storefront-heading .eyebrow { display: none; }.storefront-heading h1 { font-size: clamp(2.2rem,4vw,3rem); margin-bottom: 8px; }.storefront-heading { margin-bottom: 20px; }.store-toolbar { padding-top: 10px; }.store-results-heading { margin-top: 8px; }.store-grid .commerce-card-image { aspect-ratio: 1/1.1; }
.checkout-summary-toggle { display: none; }.checkout-result h2:focus { outline: none; }
@media(max-width:720px) { .checkout-summary-toggle { display: flex; align-items: center; gap: 14px; justify-content: space-between; width: 100%; min-height: 44px; padding: 0; border: 0; background: none; color: var(--pine); font: inherit; text-align: left; cursor: pointer; }.checkout-summary-toggle strong { margin-left: auto; }.checkout-summary-toggle[aria-expanded="false"] + #checkout-summary-content { display: none; }.checkout-summary-toggle[aria-expanded="true"] + #checkout-summary-content { padding-top: 20px; }.checkout-sidebar { padding: 12px 18px; } }
body[data-page="shop"] .newsletter-band { padding: 40px max(24px,calc((100vw - 1320px)/2)); background: #f3f5f2; border-top: 1px solid var(--line); color: var(--pine); gap: 36px; }body[data-page="shop"] .newsletter-band .eyebrow { color: var(--brick); }body[data-page="shop"] .newsletter-band h2 { font-size: clamp(1.6rem,3vw,2rem); max-width: 520px; }body[data-page="shop"] .newsletter-band p:not(.eyebrow) { color: var(--muted); }body[data-page="shop"] .newsletter-band label { color: var(--pine); }
@media(max-width:720px) { .shop-product-dialog > .shop-dialog-close { position: fixed; top: 12px; right: 12px; z-index: 2; border-radius: 50%; box-shadow: 0 1px 8px rgb(0 0 0 / 8%); } }
