:root {
    --shop-ink: #173329;
    --shop-deep: #102b22;
    --shop-forest: #21483a;
    --shop-cream: #f6f0e4;
    --shop-paper: #fffdf8;
    --shop-gold: #b7975f;
    --shop-muted: #59635c;
    --shop-line: rgba(32, 65, 52, .16);
    --shop-shadow: 0 24px 70px rgba(17, 43, 34, .12);
}

.shop-page { color: var(--shop-ink); background: var(--shop-paper); overflow: clip; }
.shop-page h1,.shop-page h2,.shop-page h3 { color: var(--shop-ink); font-family: Georgia,"Times New Roman",serif; font-weight: 400; letter-spacing: -.025em; }
.shop-page h1 { max-width: 820px; margin: .35rem 0 1rem; font-size: clamp(2.45rem,7vw,5.65rem); line-height: .98; }
.shop-page h2 { font-size: clamp(1.75rem,3vw,3.2rem); line-height: 1.08; }
.shop-page p { text-wrap: pretty; }
.shop-page a:focus-visible,.shop-page button:focus-visible,.shop-page input:focus-visible,.shop-page select:focus-visible,.shop-page textarea:focus-visible,.shop-page summary:focus-visible { outline: 3px solid #d4b572; outline-offset: 3px; }
.shop-page button,.shop-page .button,.shop-page .secondary-button { min-height: 48px; border: 0; border-radius: 999px; padding: .82rem 1.35rem; cursor: pointer; font: inherit; font-weight: 700; text-align: center; text-decoration: none; transition: transform .2s ease,box-shadow .2s ease,background .2s ease; }
.shop-page button,.shop-page .button { color: #fffdf8; background: var(--shop-forest); box-shadow: 0 10px 25px rgba(16,43,34,.16); }
.shop-page button:hover,.shop-page .button:hover { transform: translateY(-2px); background: var(--shop-deep); }
.shop-page .button::after,.shop-page button::after { display: none; content: none; }
.shop-page .secondary,.shop-page .secondary-button { color: var(--shop-ink); background: transparent; border: 1px solid var(--shop-line); box-shadow: none; }
.shop-page .eyebrow { color: #846b43; font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.shop-environment-badge { display: inline-flex; align-items: center; gap: .45rem; width: fit-content; margin: 0 0 .65rem; padding: .4rem .72rem; border: 1px solid rgba(183,151,95,.55); border-radius: 999px; color: #755b32; background: rgba(255,251,242,.72); font-size: .67rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.shop-environment-badge::before { width: .42rem; height: .42rem; border-radius: 50%; background: #bc7e35; content: ""; box-shadow: 0 0 0 4px rgba(188,126,53,.13); }

.shop-hero { position: relative; padding: clamp(4rem,8vw,8.5rem) 0; background: radial-gradient(circle at 75% 18%,rgba(197,165,105,.18),transparent 30%),linear-gradient(135deg,#f7f1e5,#eee3ce); }
.shop-hero::after { position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg,transparent,var(--shop-gold),transparent); content: ""; }
.shop-hero__grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(250px,.8fr); align-items: center; gap: clamp(2rem,7vw,7rem); }
.shop-hero .lead { max-width: 650px; margin-bottom: 2rem; color: #536159; font-size: clamp(1.05rem,1.8vw,1.32rem); line-height: 1.7; }
.shop-hero__art { position: relative; display: grid; place-content: center; aspect-ratio: 1; max-width: 470px; margin-inline: auto; border: 1px solid rgba(183,151,95,.45); border-radius: 50%; color: var(--shop-forest); text-align: center; isolation: isolate; }
.shop-hero__art::before { position: absolute; inset: 9%; border-radius: inherit; background: linear-gradient(145deg,rgba(255,255,255,.65),rgba(188,153,91,.11)); content: ""; z-index: -1; }
.shop-hero__art strong { font: 400 clamp(4rem,10vw,7rem)/1 Georgia,serif; letter-spacing: -.08em; }
.shop-hero__art small { margin-top: .4rem; color: #7f6740; font-size: .62rem; font-weight: 800; letter-spacing: .28em; line-height: 1.7; }
.shop-orbit { position: absolute; border: 1px solid rgba(183,151,95,.42); border-radius: 50%; }
.shop-orbit--one { inset: 20% -4%; transform: rotate(38deg); }.shop-orbit--two { inset: -3% 30%; transform: rotate(-27deg); }
.shop-trust-strip { color: #f7f0e2; background: var(--shop-deep); }
.shop-trust-strip .shell { display: flex; justify-content: space-between; gap: 1rem; padding-block: 1rem; font-size: .75rem; letter-spacing: .06em; }
.shop-catalog { padding-block: clamp(4rem,8vw,8rem); }
.shop-section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(2rem,5vw,4rem); }
.shop-section-head h2 { margin: 0; }.shop-section-head>p { max-width: 500px; color: var(--shop-muted); }
.shop-product-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(1.2rem,3vw,2.5rem); }
.shop-product-card { position: relative; border: 1px solid var(--shop-line); border-radius: 4px; background: #fff; overflow: hidden; transition: transform .35s ease,box-shadow .35s ease; }
.shop-product-card:hover { transform: translateY(-6px); box-shadow: var(--shop-shadow); }
.shop-product-card__media,.shop-product-card__visual { position: relative; display: block; aspect-ratio: 5/4; color: inherit; background: linear-gradient(140deg,#eee3ce,#f9f5ec); overflow: hidden; }
.shop-product-card__media img,.shop-product-card__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }.shop-product-card:hover img { transform: scale(1.025); }
.shop-test-ribbon { position: absolute; top: 1rem; left: 1rem; padding: .4rem .65rem; color: #fff; background: rgba(16,43,34,.9); font-size: .62rem; font-weight: 800; letter-spacing: .1em; }
.shop-product-card__body { padding: clamp(1.3rem,3vw,2.2rem); }
.shop-product-card__body h3 { margin: .35rem 0 .7rem; font-size: clamp(1.55rem,3vw,2.4rem); }
.shop-product-card__body h3 a { color: inherit; text-decoration: none; }.shop-product-card__body>p { color: var(--shop-muted); }
.shop-product-card__footer,.shop-product-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.4rem; padding-top: 1.1rem; border-top: 1px solid var(--shop-line); }.shop-product-card__foot p { display:grid; gap:.25rem; margin:0; }.shop-product-card__foot small { color:var(--shop-muted); }
.shop-price { display: flex; align-items: baseline; gap: .55rem; }.shop-price strong { font: 400 clamp(1.45rem,3vw,2.1rem)/1 Georgia,serif; }.shop-price span { color: var(--shop-muted); font-size: .72rem; }
.shop-product-placeholder { display: grid; place-content: center; width: 100%; height: 100%; color: var(--shop-forest); background: radial-gradient(circle at 50% 35%,rgba(255,255,255,.8),transparent 36%),linear-gradient(140deg,#e8dbc1,#f8f3e9); text-align: center; }
.shop-product-placeholder span { font: 400 clamp(3.3rem,9vw,6rem)/1 Georgia,serif; letter-spacing: -.08em; }.shop-product-placeholder small { color: #6b522c; font-size: .55rem; font-weight: 800; letter-spacing: .25em; }
.shop-product-placeholder--small { width: 110px; aspect-ratio: 1; border-radius: 3px; }.shop-product-placeholder--small span { font-size: 2rem; }
.shop-assurance { padding: clamp(3.5rem,6vw,6rem) 0; background: #f2eadb; }.shop-assurance__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(183,151,95,.4); }.shop-assurance article { min-height: 180px; padding: 2rem; background: #f2eadb; }.shop-assurance article>span { color: #765b31; font-size: .72rem; font-weight: 700; letter-spacing: .14em; }.shop-assurance h3 { font-size: 1.45rem; }.shop-assurance p { color: var(--shop-muted); font-size: .9rem; }

.shop-breadcrumb { display: flex; gap: .7rem; padding: 2rem 0; color: var(--shop-muted); font-size: .82rem; }.shop-breadcrumb a { color: inherit; }
.shop-product-stage { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(320px,.9fr); gap: clamp(2rem,6vw,7rem); padding-bottom: clamp(4rem,8vw,8rem); }
.shop-gallery__main,.shop-product-placeholder--large { width: 100%; aspect-ratio: 4/5; object-fit: cover; background: #f3ecdf; }
.shop-gallery__thumbs { display: grid; grid-template-columns: repeat(4,1fr); gap: .7rem; margin-top: .7rem; }.shop-gallery__thumbs img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.shop-buybox { align-self: center; position: sticky; top: 110px; }.shop-buybox h1 { font-size: clamp(2.3rem,5vw,4.5rem); }.shop-buybox>.lead { color: var(--shop-muted); font-size: 1.1rem; line-height: 1.7; }
.shop-facts { margin: 2rem 0; border-block: 1px solid var(--shop-line); }.shop-facts div { display: flex; justify-content: space-between; gap: 1rem; padding: .9rem 0; }.shop-facts div+div { border-top: 1px solid var(--shop-line); }.shop-facts dt { color: var(--shop-muted); }.shop-facts dd { margin: 0; font-weight: 700; }
.shop-add-form { display: grid; grid-template-columns: 100px 1fr; gap: .8rem; }.shop-add-form label { font-size: .75rem; font-weight: 700; }.shop-add-form input { width: 100%; min-height: 48px; margin-top: .3rem; border: 1px solid var(--shop-line); border-radius: 2px; padding: .7rem; }
.shop-mini-trust { display: grid; gap: .6rem; padding: 1.5rem 0 0; color: var(--shop-muted); font-size: .8rem; list-style: none; }.shop-mini-trust li::before { margin-right: .55rem; color: var(--shop-gold); content: "◇"; }
.shop-description { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(2rem,6vw,7rem); padding: clamp(4rem,7vw,7rem) 0; border-top: 1px solid var(--shop-line); }.shop-description h2 { margin-top: .4rem; }.shop-prose { color: #485950; font-size: 1.05rem; line-height: 1.85; }
.shop-reviews { padding: clamp(4rem,7vw,7rem) 0; border-top: 1px solid var(--shop-line); }.shop-reviews article { max-width: 800px; padding: 1.5rem 0; border-bottom: 1px solid var(--shop-line); }.shop-reviews article>p:first-child { color: var(--shop-gold); letter-spacing: .18em; }.shop-review-form { max-width: 800px; margin-top: 2rem; }.shop-review-form summary { min-height: 48px; cursor: pointer; font-weight: 800; }.shop-review-form .stack { display: grid; gap: 1rem; }.honeypot { position: absolute!important; left: -10000px!important; }

.shop-cart { min-height: 68vh; padding-block: clamp(3rem,7vw,7rem); }.shop-cart h1 { font-size: clamp(2.5rem,6vw,5rem); }.shop-cart-layout,.shop-checkout-layout { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(290px,.65fr); gap: clamp(1.5rem,4vw,4rem); align-items: start; }.shop-cart-line { display: grid; grid-template-columns: 110px 1fr auto; gap: 1.3rem; align-items: center; padding: 1.4rem 0; border-bottom: 1px solid var(--shop-line); }.shop-cart-line h2 { margin: .25rem 0; font-size: 1.45rem; }.shop-line-actions,.shop-line-actions form { display: flex; align-items: end; gap: .6rem; }.shop-line-actions input { width: 75px; min-height: 44px; padding: .6rem; }.shop-line-actions button { min-height: 44px; padding: .55rem .9rem; }.shop-link-button { min-height: auto!important; padding: .25rem!important; color: #775b34!important; background: transparent!important; box-shadow: none!important; text-decoration: underline; }.shop-order-summary { position: sticky; top: 110px; padding: clamp(1.3rem,3vw,2rem); border: 1px solid var(--shop-line); background: var(--shop-cream); box-shadow: 0 20px 50px rgba(17,43,34,.07); }.shop-order-summary h2 { margin-top: 0; font-size: 1.55rem; }.shop-order-summary dl div,.shop-summary-line { display: flex; justify-content: space-between; gap: 1rem; padding: .72rem 0; border-bottom: 1px solid var(--shop-line); }.shop-order-summary dd { margin: 0; font-weight: 700; }.shop-order-summary .total { margin-top: .5rem; border-bottom: 0; font-size: 1.15rem; }.shop-order-summary>.button,.shop-order-summary>.text-link { display: block; margin-top: 1rem; }.shop-empty { padding: 3rem; border: 1px solid var(--shop-line); background: var(--shop-cream); text-align: center; }

.shop-checkout-page { min-height: 75vh; padding-bottom: 7rem; }.shop-checkout-heading { padding-top: clamp(2.5rem,5vw,5rem); }.shop-checkout-heading h1 { font-size: clamp(2.4rem,5vw,4.7rem); }.shop-steps { display: grid; grid-template-columns: repeat(4,1fr); margin: 2rem 0 clamp(2rem,5vw,4rem); border-block: 1px solid var(--shop-line); }.shop-steps a { display: flex; align-items: center; gap: .7rem; min-height: 64px; padding: .6rem; color: var(--shop-muted); text-decoration: none; }.shop-steps span { display: grid; place-items: center; flex: 0 0 28px; height: 28px; border: 1px solid var(--shop-line); border-radius: 50%; font-size: .72rem; }.shop-steps em { font-size: .75rem; font-style: normal; font-weight: 700; }.shop-steps .is-current { color: var(--shop-ink); }.shop-steps .is-current span { color: #fff; background: var(--shop-forest); }.shop-steps .is-complete span { color: #fff; background: var(--shop-gold); border-color: var(--shop-gold); }.shop-steps .is-future { opacity: .55; }
.shop-checkout-card { min-width: 0; padding: clamp(1.25rem,4vw,3rem); border: 1px solid var(--shop-line); background: #fff; box-shadow: var(--shop-shadow); }.shop-card-heading { margin-bottom: 2rem; }.shop-card-heading h2,.shop-card-heading h3 { margin: .3rem 0; }.shop-card-heading p:not(.eyebrow) { color: var(--shop-muted); }.shop-login-callout { display: flex; justify-content: space-between; margin-bottom: 2rem; padding: 1rem 1.2rem; border: 1px solid rgba(183,151,95,.5); color: var(--shop-ink); background: var(--shop-cream); font-weight: 800; text-decoration: none; }.shop-checkout-form { display: grid; gap: 1.5rem; }.shop-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }.shop-form-grid .span-2 { grid-column: 1/-1; }.shop-form-grid label,.shop-checkout-form>label,.shop-dhl-finder>label,.shop-review-form label { display: grid; gap: .42rem; color: #33483f; font-size: .78rem; font-weight: 750; }.shop-form-grid input,.shop-form-grid select,.shop-checkout-form input,.shop-checkout-form select,.shop-review-form input,.shop-review-form select,.shop-review-form textarea,.shop-dhl-finder input { width: 100%; min-height: 50px; border: 1px solid rgba(32,65,52,.28); border-radius: 2px; padding: .72rem .8rem; color: var(--shop-ink); background: #fff; font: inherit; }.shop-review-form textarea { min-height: 150px; resize: vertical; }.shop-checkout-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }.shop-checkout-form legend { margin-bottom: 1rem; font: 400 1.35rem Georgia,serif; }.shop-option-grid,.shop-payment-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .8rem; }.shop-payment-options { grid-template-columns: 1fr; }.shop-choice { position: relative; display: block!important; cursor: pointer; }.shop-choice input { position: absolute; width: 1px; height: 1px; opacity: 0; }.shop-choice span { display: flex; justify-content: space-between; gap: .8rem; min-height: 72px; padding: 1rem; border: 1px solid var(--shop-line); background: #fff; transition: border .15s ease,background .15s ease; }.shop-choice input:checked+span { border: 2px solid var(--shop-forest); background: #f2f6f2; }.shop-choice input:focus-visible+span { outline: 3px solid #d4b572; outline-offset: 3px; }.shop-choice small { color: var(--shop-muted); font-weight: 500; }.shop-choice--wide span { min-height: 58px; align-items: center; }.shop-dhl-finder { display: grid; gap: 1rem; padding: 1.4rem; border: 1px solid rgba(183,151,95,.45); background: var(--shop-cream); }.shop-dhl-finder[hidden],.shop-checkout-form [hidden] { display: none!important; }.shop-location-results { display: grid; gap: .65rem; }.shop-location-card { display: grid; grid-template-columns: 1fr auto; gap: .5rem; padding: 1rem; border: 1px solid var(--shop-line); background: #fff; }.shop-location-card button { align-self: center; }.shop-location-card.is-selected { border: 2px solid var(--shop-forest); }.shop-form-actions { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1rem; border-top: 1px solid var(--shop-line); }.shop-form-actions>a { color: var(--shop-ink); }.shop-alert { margin-bottom: 1.5rem; padding: 1rem 1.2rem; border-left: 4px solid #a75e43; color: #592c22; background: #fff2ec; }.shop-alert ul { margin-bottom: 0; }.shop-legal-check { grid-template-columns: 24px 1fr!important; align-items: start; font-size: .9rem!important; }.shop-legal-check input { width: 22px; min-height: 22px; }.shop-legal-links { color: var(--shop-muted); font-size: .82rem; }.shop-review-sections { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-bottom: 2rem; background: var(--shop-line); }.shop-review-sections section { padding: 1.2rem; background: var(--shop-cream); }.shop-review-sections h3 { margin-top: 0; font-size: 1.2rem; }.shop-review-sections address { font-style: normal; line-height: 1.7; }.shop-review-sections a { display: inline-block; margin-top: .7rem; color: #795e35; }.shop-checkout-summary>p { color: #685535; font-size: .78rem; line-height: 1.5; }
.shop-success { max-width: 980px; min-height: 70vh; padding-block: clamp(4rem,9vw,9rem); text-align: center; }.shop-success__mark { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 1.5rem; border: 1px solid var(--shop-gold); border-radius: 50%; color: var(--shop-gold); font-size: 2rem; }.shop-success .shop-environment-badge { margin-inline: auto; }.shop-success h1 { margin-inline: auto; }.shop-success-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; max-width: 780px; margin: 3rem auto; background: var(--shop-line); }.shop-success-grid section { padding: 2rem; background: var(--shop-cream); }.shop-success-grid h2 { font-size: 1.4rem; }.shop-success-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .8rem; }

@media (max-width: 900px) {
    .shop-hero__grid,.shop-product-stage,.shop-cart-layout,.shop-checkout-layout { grid-template-columns: 1fr; }
    .shop-hero__art { width: min(78vw,400px); }.shop-buybox,.shop-order-summary { position: static; }.shop-checkout-summary { grid-row: 1; }
    .shop-description { grid-template-columns: 1fr; }.shop-steps { overflow-x: auto; grid-template-columns: repeat(4,minmax(110px,1fr)); scrollbar-width: thin; }
}
@media (max-width: 640px) {
    .shop-page h1 { font-size: clamp(2.25rem,13vw,3.4rem); }.shop-hero { padding-top: 3.5rem; }.shop-hero__grid { gap: 3rem; }.shop-trust-strip .shell { align-items: flex-start; flex-direction: column; }
    .shop-product-grid,.shop-assurance__grid,.shop-success-grid { grid-template-columns: 1fr; }.shop-section-head { align-items: flex-start; flex-direction: column; }.shop-assurance article { min-height: 130px; }
    .shop-add-form,.shop-form-grid,.shop-option-grid,.shop-review-sections { grid-template-columns: 1fr; }.shop-form-grid .span-2 { grid-column: auto; }
    .shop-cart-line { grid-template-columns: 78px 1fr; align-items: start; }.shop-cart-line>.shop-product-placeholder { width: 78px; }.shop-cart-line>strong { grid-column: 2; }.shop-line-actions,.shop-line-actions form { align-items: stretch; flex-direction: column; }.shop-line-actions input { width: 100%; }
    .shop-steps { grid-template-columns: repeat(4,minmax(0,1fr)); overflow: visible; }
    .shop-steps a { flex-direction: column; justify-content: center; gap: .28rem; min-width: 0; min-height: 76px; padding: .45rem .1rem; text-align: center; }
    .shop-steps em { max-width: 100%; font-size: .57rem; line-height: 1.15; overflow-wrap: anywhere; }
    .shop-checkout-card { padding: 1rem; }.shop-choice span { flex-direction: column; }.shop-form-actions { align-items: stretch; flex-direction: column-reverse; }.shop-form-actions button,.shop-form-actions a { width: 100%; text-align: center; }.shop-place-order { min-height: 56px!important; }
}
@media (prefers-reduced-motion: reduce) { .shop-page * { scroll-behavior: auto!important; transition-duration: .01ms!important; animation-duration: .01ms!important; } }

/* Premium Shop V2 */
.shop-hero--compact { padding: clamp(2rem,4vw,3.6rem) 0; }
.shop-hero--compact h1 { margin-bottom: 0; font-size: clamp(2.35rem,5vw,4.5rem); }
.shop-catalog { padding-block: clamp(2.5rem,5vw,5rem); }
.shop-section-head { margin-bottom: clamp(1.5rem,3vw,2.5rem); }
.shop-product-card__actions { display: flex; align-items: center; justify-content: flex-end; gap: .75rem; }
.shop-product-card__actions form { margin: 0; }
.shop-quick-add { display: grid; place-items: center; width: 48px; min-width: 48px; padding: 0!important; }
.shop-quick-add svg,.header-shop-cart svg,.shop-icon-action svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.55; }
.shop-quick-add:disabled,.shop-page button:disabled { cursor: not-allowed; opacity: .48; transform: none!important; }
.header-shop-cart { position: relative; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(32,65,52,.18); border-radius: 50%; color: var(--shop-ink); background: rgba(255,253,248,.78); text-decoration: none; }
.header-shop-cart__count { position: absolute; top: -4px; right: -5px; display: grid; place-items: center; min-width: 20px; height: 20px; padding-inline: 4px; border: 2px solid #fffdf8; border-radius: 999px; color: #fff; background: var(--shop-forest); font-size: .66rem; font-weight: 800; line-height: 1; }
.header-shop-cart__count.is-updated { animation: shop-cart-count .3s ease-out; }
@keyframes shop-cart-count { 50% { transform: scale(1.22); } }

.shop-gallery__frame { position: relative; }
.shop-gallery__actions { position: absolute; z-index: 2; top: 1rem; right: 1rem; display: flex; gap: .55rem; }
.shop-gallery__actions form { margin: 0; }
.shop-icon-action { display: grid; place-items: center; width: 48px; min-width: 48px; padding: 0!important; color: var(--shop-ink)!important; border: 1px solid rgba(23,51,41,.15)!important; background: rgba(255,253,248,.94)!important; box-shadow: 0 10px 30px rgba(16,43,34,.13)!important; backdrop-filter: blur(8px); }
.shop-icon-action:hover { color: #fff!important; background: var(--shop-deep)!important; }
.shop-icon-action.is-active { color: #fff!important; background: var(--shop-forest)!important; }
.shop-icon-action.is-active svg { fill: currentColor; }
.shop-gallery__thumbs button { min-height: 0; border: 2px solid transparent; border-radius: 2px; padding: 0; background: transparent; box-shadow: none; overflow: hidden; }
.shop-gallery__thumbs button.is-active { border-color: var(--shop-forest); }
.shop-gallery__thumbs button:hover { transform: none; background: transparent; }

.shop-add-form { grid-template-columns: minmax(150px,.62fr) minmax(190px,1fr); align-items: end; }
.shop-quantity-field { display: grid; gap: .42rem; color: #33483f; font-size: .78rem; font-weight: 750; }
.shop-quantity { display: grid; grid-template-columns: 48px minmax(52px,1fr) 48px; border: 1px solid rgba(32,65,52,.28); border-radius: 999px; background: #fff; overflow: hidden; }
.shop-quantity button { min-height: 50px; border-radius: 0; padding: 0; color: var(--shop-ink); background: transparent; box-shadow: none; font-size: 1.35rem; }
.shop-quantity button:hover { transform: none; color: #fff; background: var(--shop-forest); }
.shop-quantity input { min-width: 0; min-height: 50px; margin: 0; border: 0; border-inline: 1px solid var(--shop-line); border-radius: 0; padding: .5rem .2rem; text-align: center; appearance: textfield; }
.shop-quantity input::-webkit-inner-spin-button,.shop-quantity input::-webkit-outer-spin-button { margin: 0; appearance: none; }
.shop-primary-add { min-height: 52px!important; }
.shop-form-feedback { grid-column: 1/-1; margin: .2rem 0 0; color: #8b3e2d; font-size: .82rem; font-weight: 700; }
.shop-form-feedback[hidden] { display: none; }

.shop-cart-toast { position: fixed; z-index: 130; top: max(1rem,env(safe-area-inset-top)); right: 1rem; width: min(390px,calc(100vw - 2rem)); padding: 1rem 1.15rem; border: 1px solid rgba(183,151,95,.5); border-radius: 4px; color: #fff; background: rgba(16,43,34,.97); box-shadow: 0 22px 60px rgba(10,31,24,.28); opacity: 0; transform: translateY(-14px); transition: opacity .2s ease,transform .2s ease; pointer-events: none; }
.shop-cart-toast.is-visible { opacity: 1; transform: translateY(0); }
.shop-cart-toast[hidden] { display: none; }
.shop-sticky-cart { display: none; }

.shop-steps { position: relative; border: 0; }
.shop-steps::before { position: absolute; z-index: 0; top: 31px; right: 10%; left: 10%; height: 1px; background: rgba(32,65,52,.24); content: ""; }
.shop-steps>a,.shop-steps>div { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; gap: .7rem; min-width: 0; min-height: 64px; padding: .6rem; color: var(--shop-muted); text-decoration: none; }
.shop-steps>a>span,.shop-steps>div>span { background: var(--shop-paper); border-color: var(--shop-forest); color: var(--shop-forest); }
.shop-steps .is-current>span,.shop-steps .is-complete>span { color: #fff; border-color: var(--shop-forest); background: var(--shop-forest); }
.shop-steps .is-complete:hover>span { box-shadow: 0 0 0 5px rgba(33,72,58,.1); }
.shop-steps .is-future { opacity: 1; }

.shop-choice>input+span { position: relative; justify-content: flex-start; align-items: center; border-radius: 4px; }
.shop-choice>input+span::after { flex: 0 0 20px; width: 20px; height: 20px; margin-left: auto; border: 1px solid rgba(32,65,52,.35); border-radius: 50%; content: ""; box-shadow: inset 0 0 0 4px #fff; }
.shop-choice>input:checked+span::after { background: var(--shop-forest); }
.shop-choice__copy { display: grid!important; min-height: 0!important; border: 0!important; padding: 0!important; background: transparent!important; }
.shop-option-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.shop-carrier-choice>p { margin: -.45rem 0 1rem; color: var(--shop-muted); font-size: .88rem; line-height: 1.55; }
.shop-carrier-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.shop-carrier-card>span { display: grid; grid-template-columns: minmax(90px,1fr) auto; grid-template-rows: auto auto; align-items: center; gap: .2rem 1rem; min-height: 118px; padding: 1.2rem 1.35rem; border-radius: 6px; }
.shop-carrier-card>span::after { grid-column: 2; grid-row: 1/-1; }
.shop-carrier-card img { grid-column: 1; grid-row: 1; display: block; width: auto; max-width: 132px; height: 38px; object-fit: contain; object-position: left center; }
.shop-carrier-card strong { grid-column: 1; grid-row: 2; font-size: .92rem; }
.shop-carrier-card small { grid-column: 1; grid-row: 3; }
.shop-carrier-card>input:checked+span { border-color: var(--shop-forest); background: linear-gradient(135deg,#eef4ef,#f8f4e9); box-shadow: 0 12px 30px rgba(16,43,34,.09); }
.shop-carrier-card:hover>span { border-color: rgba(33,72,58,.48); box-shadow: 0 10px 24px rgba(16,43,34,.07); transform: translateY(-1px); }
.shop-delivery-panel { display: grid; gap: 1.25rem; animation: shop-panel-in .18s ease-out; }
.shop-delivery-panel[hidden] { display: none; }
.shop-delivery-panel__heading { display: flex; align-items: center; gap: 1rem; min-width: 0; padding: 1rem 1.2rem; border: 1px solid rgba(32,65,52,.22); border-radius: 6px; background: linear-gradient(145deg,#fbfaf6,#f5f0e5); }
.shop-delivery-panel__heading img { width: auto; max-width: 90px; height: 24px; object-fit: contain; }
.shop-delivery-panel__heading h3 { margin: 0; font-size: clamp(1.05rem,4.5vw,1.35rem); white-space: nowrap; }
.shop-delivery-destinations { background: transparent; }
.shop-delivery-options { display: grid; gap: .7rem; }
.shop-address-snapshot { display: grid; gap: .1rem; margin-top: .35rem; line-height: 1.45; }
.shop-address-snapshot>span { display: block!important; min-height: 0!important; border: 0!important; padding: 0!important; background: transparent!important; }
.shop-alternate-address { padding-top: 1rem; border-top: 1px solid var(--shop-line); }
@keyframes shop-panel-in { from { opacity: 0; transform: translateY(-4px); } }
.shop-location-finder { display: grid; gap: 1rem; padding: clamp(1rem,3vw,1.5rem); border: 1px solid rgba(183,151,95,.45); border-radius: 4px; background: var(--shop-cream); }
.shop-location-finder[hidden],.shop-checkout-form [hidden] { display: none!important; }
.shop-location-finder__fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.shop-location-finder__fields .span-2 { grid-column: 1/-1; }
.shop-location-finder label { display: grid; gap: .42rem; color: #33483f; font-size: .78rem; font-weight: 750; }
.shop-location-finder input { width: 100%; min-height: 50px; border: 1px solid rgba(32,65,52,.28); border-radius: 2px; padding: .72rem .8rem; color: var(--shop-ink); background: #fff; font: inherit; }
.shop-location-card { border-radius: 3px; }
.shop-location-card div { display: grid; gap: .28rem; }
.shop-location-card p,.shop-location-card small { margin: 0; color: var(--shop-muted); }

.shop-payment-card>span { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: start; gap: .45rem 1rem; min-height: 112px; padding: 1.25rem; }
.shop-payment-card>span::after { grid-column: 2; grid-row: 1/-1; }
.shop-payment-heading { display: flex!important; flex-wrap: wrap; align-items: center!important; gap: .7rem!important; min-height: 0!important; border: 0!important; padding: 0!important; background: transparent!important; }
.shop-payment-heading>strong { font-size: 1.08rem; }
.shop-payment-card>span>small,.shop-payment-card .payment-methods-intro,.shop-payment-card .payment-method-chips { grid-column: 1; }
.shop-payment-brand { display: flex!important; align-items: center; justify-content: center; width: 100px; min-height: 40px!important; border: 1px solid var(--shop-line)!important; border-radius: 4px; padding: .4rem .55rem!important; color: var(--shop-ink); background: #fff!important; }
.shop-payment-brand--bank { width: 46px; }
.shop-payment-brand svg { width: 28px; height: 28px; }
.shop-payment-brand img { display: block; width: auto; max-width: 88px; height: 23px; object-fit: contain; }
.shop-payment-card .payment-methods-intro { min-height: 0!important; border: 0!important; padding: .25rem 0 0!important; background: transparent!important; color: var(--shop-muted); }
.shop-payment-card .payment-method-chips { display: flex!important; flex-wrap: wrap; align-items: center; gap: .45rem; min-height: 0!important; border: 0!important; padding: .15rem 0 0!important; background: transparent!important; }
.shop-payment-card .payment-method-chip { display: inline-flex!important; align-items: center; justify-content: center; width: auto; min-width: 3.3rem; min-height: 2.35rem!important; border: 1px solid #d5d9d6!important; border-radius: 4px; padding: .35rem .55rem!important; background: #fff!important; }
.shop-payment-card .payment-brand-artwork { display: flex!important; align-items: center; justify-content: center; width: 3rem; min-height: 1.5rem!important; border: 0!important; padding: 0!important; background: transparent!important; }
.shop-payment-card .payment-brand-artwork img { display: block; width: auto; height: auto; max-width: 100%; max-height: 1.55rem; object-fit: contain; }
.shop-review-carrier { display: flex; align-items: center; gap: .7rem; }
.shop-review-carrier img { width: auto; max-width: 78px; height: 21px; object-fit: contain; }
.shop-review-products { grid-column: 1/-1; }
.shop-summary-line small { display: block; margin-top: .25rem; color: var(--shop-muted); font-size: .76rem; font-weight: 400; }
.shop-success__mark.is-pending { animation: shop-pending 1.4s ease-in-out infinite; }
.shop-success__mark.is-failed { color: #a04b39; border-color: #a04b39; }
.shop-tracking-timeline { margin-top: 1.5rem; padding: clamp(1.25rem,3vw,2rem); border: 1px solid var(--shop-line); border-radius: 6px; background: #fff; }
.shop-tracking-timeline header>p:not(.eyebrow) { color: var(--shop-muted); }
.shop-tracking-timeline ol { display: grid; gap: 0; margin: 1.4rem 0 0; padding: 0; list-style: none; }
.shop-tracking-timeline li { display: grid; grid-template-columns: 18px minmax(0,1fr); gap: .8rem; min-width: 0; }
.shop-tracking-timeline li>span { position: relative; width: 12px; height: 12px; margin-top: .3rem; border: 2px solid #fff; border-radius: 50%; background: var(--shop-forest); box-shadow: 0 0 0 1px var(--shop-forest); }
.shop-tracking-timeline li:not(:last-child)>span::after { position: absolute; top: 12px; left: 3px; width: 2px; height: calc(100% + 1.2rem); background: rgba(32,65,52,.22); content: ''; }
.shop-tracking-timeline li>div { display: grid; gap: .18rem; min-width: 0; padding-bottom: 1.2rem; }
.shop-tracking-timeline time,.shop-tracking-timeline small,.shop-tracking-attribution { color: var(--shop-muted); font-size: .8rem; }
.shop-tracking-attribution { margin: .4rem 0 0; }
.shop-payment-poll-note { color: var(--shop-muted); }
.shop-bank-details { padding: 1rem; border: 1px solid var(--shop-line); background: rgba(255,255,255,.62); text-align: left; line-height: 1.7; overflow-wrap: anywhere; }
@keyframes shop-pending { 50% { transform: scale(.92); opacity: .62; } }

@media (max-width: 900px) {
    .shop-sticky-cart { position: fixed; z-index: 80; right: .75rem; bottom: calc(.75rem + env(safe-area-inset-bottom)); left: .75rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 62px; padding: .65rem .7rem .65rem 1rem; border: 1px solid rgba(183,151,95,.55); border-radius: 5px; color: #fff; background: rgba(16,43,34,.97); box-shadow: 0 18px 55px rgba(10,31,24,.3); backdrop-filter: blur(10px); }
    .shop-sticky-cart[hidden] { display: none; }
    .shop-sticky-cart span { min-width: 0; font-size: .83rem; font-weight: 750; }
    .shop-sticky-cart a { flex: 0 0 auto; min-height: 44px; border-radius: 999px; padding: .72rem 1rem; color: var(--shop-deep); background: var(--shop-cream); font-size: .78rem; font-weight: 850; text-decoration: none; }
    .shop-page { padding-bottom: calc(5.7rem + env(safe-area-inset-bottom)); }
    .shop-checkout-page,.shop-cart { padding-bottom: 3rem; }
    .shop-checkout-summary { grid-row: auto; }
}

@media (max-width: 640px) {
    .shop-hero--compact { padding: 1.65rem 0 1.8rem; }
    .shop-hero--compact h1 { font-size: clamp(2.2rem,12vw,3.15rem); }
    .shop-trust-strip .shell { display: grid; grid-template-columns: repeat(3,1fr); gap: .45rem; padding-block: .8rem; font-size: .61rem; line-height: 1.35; }
    .shop-catalog { padding-block: 2.2rem; }
    .shop-product-card__foot { align-items: flex-end; }
    .shop-product-card__actions { align-items: flex-end; flex-direction: column; }
    .shop-product-card__actions .text-link { min-height: 44px; display: flex; align-items: center; }
    .shop-add-form { grid-template-columns: 1fr; }
    .shop-gallery__actions { top: .7rem; right: .7rem; }
    .shop-steps { margin-top: 1.2rem; }
    .shop-steps::before { top: 20px; }
    .shop-steps>a,.shop-steps>div { flex-direction: column; justify-content: flex-start; gap: .3rem; min-height: 64px; padding: .25rem .08rem; text-align: center; }
    .shop-steps span { flex-basis: 34px; width: 34px; height: 34px; background: var(--shop-paper); }
    .shop-steps em { display: none; }
    .shop-steps .is-current em { display: block; position: absolute; top: 40px; width: max-content; max-width: 76px; font-size: .58rem; }
    .shop-option-grid { grid-template-columns: 1fr; }
    .shop-payment-card>span { min-height: 88px; }
    .shop-location-finder__fields { grid-template-columns: 1fr; }
    .shop-location-finder__fields .span-2 { grid-column: auto; }
    .shop-location-card { grid-template-columns: 1fr; }
    .shop-location-card button { width: 100%; }
    .shop-carrier-grid { grid-template-columns: 1fr; }
    .shop-carrier-card>span { min-height: 104px; }
    .shop-delivery-panel__heading { gap: .65rem; padding: .85rem 1rem; }
    .shop-delivery-panel__heading img { max-width: 74px; height: 21px; }
    .shop-payment-card>span { grid-template-columns: minmax(0,1fr) 22px; }
    .shop-payment-card .payment-method-chip { min-width: 3rem; }
    .shop-review-sections { grid-template-columns: 1fr; }
    .shop-review-products { grid-column: auto; }
    .shop-cart-toast { top: .7rem; right: .7rem; width: calc(100vw - 1.4rem); }
}

@media (max-width: 340px) {
    .public-body .header-actions { gap: 2px!important; }
    .shop-delivery-panel__heading { gap: .5rem; padding-inline: .75rem; }
    .shop-delivery-panel__heading img { max-width: 56px; height: 19px; }
    .shop-delivery-panel__heading h3 { font-size: .95rem; }
}

@media (prefers-reduced-motion: reduce) {
    .header-shop-cart__count.is-updated,.shop-success__mark.is-pending,.shop-delivery-panel { animation: none; }
}

/* Financial values remain one readable typographic unit at narrow widths. */
.shop-price strong,
.shop-order-summary dd,
.shop-summary-line > strong,
.shop-cart-line > strong,
[data-sticky-cart-summary] { white-space: nowrap; }

/* Supplied product photography retains its complete composition at every viewport. */
.shop-gallery__frame { aspect-ratio: 1; }
.shop-gallery__main { width: 100%; height: 100%; object-fit: contain; }
.shop-gallery__thumbs img { width: 100%; height: 100%; object-fit: contain; }
.shop-gallery__thumbs button { min-width: 48px; min-height: 48px; }
.shop-product-card__visual > img { object-fit: contain; }
.shop-prose { max-width: 68ch; overflow-wrap: anywhere; }
.shop-prose h3 { margin: 2rem 0 .8rem; font-size: clamp(1.25rem, 2vw, 1.6rem); line-height: 1.3; }
.shop-prose h3:first-child { margin-top: 0; }
.shop-prose p { margin: 0 0 1.2rem; line-height: 1.75; }
.shop-prose ul { padding-inline-start: 1.3rem; margin: 0 0 1.5rem; }
.shop-prose li { padding-inline-start: .25rem; margin-bottom: .8rem; line-height: 1.65; }
.shop-carrier-card[hidden] { display: none; }
.shop-locale-notice { font-size: .875rem; }
.shop-cart-image { width: 90px; height: 100px; object-fit: contain; border-radius: 10px; }

.shop-shipping-notice{margin-block:1rem;padding:.9rem 1.1rem;background:#f3f2e9;border:1px solid #d8ddd3;border-radius:10px;color:#234635;font-size:.92rem;line-height:1.55}.shop-shipping-notice p{margin:0;font-weight:650}.shop-shipping-notice small{display:block;margin-top:.35rem}.shop-short-description p{margin:0 0 .8rem}.shop-short-description p:last-child{margin-bottom:0}

/* Compact shopping journey; reuse the established shop palette and controls. */
.shop-hero--compact { padding-block: 1.3rem; }
.shop-hero--compact h1 { font-size: clamp(2rem,4vw,3rem); }
.shop-catalog { padding-block: 1.5rem 2.5rem; }
.shop-catalog .section-heading { margin-bottom: 1rem; }
.shop-breadcrumb { padding-block: 1rem; }
.shop-product-stage { padding-block: 1.5rem 2.5rem; gap: clamp(1.5rem,3vw,3rem); }
.shop-buybox { align-self: start; }
.shop-buybox > .eyebrow { margin-block: .3rem; }
.shop-buybox .shop-price { margin-block: .8rem; }
.shop-buybox .shop-facts { margin-block: 1rem; }
.shop-buybox .shop-facts div { padding-block: .65rem; }
.shop-buybox h1 { font-size: clamp(1.9rem,3.2vw,3rem); line-height: 1.12; margin-bottom: .8rem; }
.shop-buybox > .lead { font-size: 1rem; line-height: 1.55; margin-block: .8rem; }
.shop-gallery__frame { max-height: 480px; margin-inline: auto; }
.shop-gallery__main { object-fit: contain; }
.shop-gallery__thumbs { max-width: 320px; }
.shop-cart { min-height: 0; padding-block: 1.4rem 3rem; }
.shop-cart-heading { margin-bottom: 1rem; }
.shop-cart-heading h1 { font-size: clamp(2rem,4vw,3rem); margin-block: .25rem; }
.shop-cart-heading .shop-environment-badge { margin-block: 0 .5rem; }
.shop-cart-status { padding: .6rem 0; color: var(--shop-forest); }
.shop-cart-layout { gap: 1.5rem; grid-template-columns: minmax(0,1.4fr) minmax(290px,1fr); }
.shop-cart-line { grid-template-columns: 100px minmax(0,1fr) auto; gap: 1rem; padding-block: 1rem; }
.shop-cart-image-link { display: block; }
.shop-cart-image { width: 100px; height: 120px; object-fit: contain; }
.shop-cart-line h2 { font-size: clamp(1.2rem,2vw,1.5rem); line-height: 1.25; }
.shop-cart-line h2 a { color: inherit; text-decoration: none; }
.shop-cart-unit { margin-block: .5rem; color: var(--shop-muted); font-size: .85rem; }
.shop-cart-unit span,.shop-cart-line-total strong,.shop-cart-summary dd { white-space: nowrap; }
.shop-line-actions { align-items: end; flex-wrap: wrap; gap: .5rem 1rem; }
.shop-line-actions form { flex-direction: row; align-items: end; flex-wrap: wrap; }
.shop-line-actions .shop-quantity { display: grid; grid-template-columns: 44px 48px 44px; width: 136px; }
.shop-line-actions .shop-quantity input { width: 48px; padding: .4rem; min-height: 44px; }
.shop-line-actions .shop-quantity button { min-width: 44px; min-height: 44px; padding: .4rem; }
.shop-line-actions .shop-link-button,.shop-cart-update { min-height: 44px!important; }
.shop-cart-update { background: transparent!important; box-shadow: none!important; color: var(--shop-forest)!important; text-decoration: underline; font-size: .8rem; padding-inline: .3rem!important; }
.shop-cart-line-total { display: grid; align-self: start; gap: .35rem; padding-top: .3rem; text-align: right; }
.shop-cart-line-total > span { font-size: .72rem; color: var(--shop-muted); }
.shop-cart-line-total strong { font-size: 1.05rem; }
.shop-cart-summary { padding: 1.25rem; }
.shop-cart-summary dl { margin-block: .5rem 1rem; }
.shop-cart-summary dl div { padding-block: .65rem; }
.shop-cart-summary dd { text-align: right; }
.shop-cart-summary dl div:nth-child(2) dd { white-space: normal; max-width: 60%; }
.shop-cart-summary .total { padding-top: .9rem; font-size: 1.2rem; }
.shop-cart-ctas { display: grid; gap: .65rem; }
.shop-cart-ctas > * { width: 100%; text-align: center; }
.shop-cart-trust { margin-bottom: 0; font-size: .78rem; color: var(--shop-muted); text-align: center; }
.shop-packaging-pending { padding: .75rem; border-left: 2px solid var(--shop-gold); font-size: .85rem; line-height: 1.5; }
@media(max-width:900px) {
    .shop-cart-layout { grid-template-columns: 1fr; }
    .shop-gallery__frame { max-width: 460px; }
}
@media(max-width:600px) {
    .shop-hero--compact { padding-block: 1rem; }
    .shop-catalog { padding-top: 1rem; }
    .shop-product-stage { padding-top: 1rem; gap: 1.2rem; }
    .shop-gallery__frame { max-width: 260px; }
    .shop-gallery__thumbs { max-width: 220px; margin-inline: auto; }
    .shop-buybox h1 { font-size: 1.9rem; }
    .shop-cart-line { grid-template-columns: 72px minmax(0,1fr); gap: .65rem; }
    .shop-cart-image { width: 72px; height: 88px; }
    .shop-cart-line-total { grid-column: 2; display: flex; justify-content: space-between; align-items: center; padding: 0; }
    .shop-line-actions { flex-direction: row; align-items: end; }
    .shop-line-actions form { flex-direction: row; }
    .shop-cart-summary { padding: 1rem; }
}

.shop-cart-update[hidden] { display: none!important; }

.shop-product-safety { border-top: 1px solid var(--shop-line); margin-block: 2rem; padding-block: 1.25rem; }
.shop-product-safety h2 { font-size: 1.35rem; margin-bottom: 1rem; }
.shop-product-safety dl { display: grid; gap: .75rem 2rem; grid-template-columns: repeat(auto-fit,minmax(min(240px,100%),1fr)); }
.shop-cart-lines--recovery .shop-cart-line { grid-template-columns: minmax(0,1fr); }
.shop-product-safety dt { color: var(--shop-muted); font-size: .8rem; }
.shop-product-safety dd { margin: .2rem 0 0; overflow-wrap: anywhere; }
.shop-product-safety a { display: inline-block; padding-block: .5rem; }
.shop-product-safety h3 { font-size: 1.05rem; }
.shop-safety-lines { white-space: pre-line; overflow-wrap: anywhere; }

/* Compact storefront information, without changing the checkout or product copy. */
.shop-landing .shop-hero--compact { padding-block: .8rem .5rem; background: var(--shop-paper); }
.shop-landing .shop-hero--compact h1 { margin-block: .25rem .5rem; }
.shop-benefits { padding-block: .5rem; }
.shop-benefits p { max-width: none; display: flex; flex-wrap: wrap; gap: .35rem 2rem; margin: 0; padding-block: .65rem; border-block: 1px solid var(--shop-line); font-size: .9rem; line-height: 1.4; }
.shop-benefits strong { font-weight: 750; white-space: nowrap; }
.shop-benefits > a { display: inline-flex; align-items: center; min-height: 44px; color: var(--shop-muted); font-size: .85rem; }
.shop-landing .shop-catalog { padding-top: .25rem; }
.shop-payment-options { padding-block: 1rem 2rem; border-top: 1px solid var(--shop-line); }
.shop-payment-options h2 { margin-block: 0 1rem; font-size: 1.5rem; }
.shop-payment-options ul { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem 2rem; margin: 0; padding: 0; list-style: none; }
.shop-payment-options li { display: flex; align-items: center; gap: .5rem; min-height: 44px; color: var(--shop-ink); font-size: .9rem; }
.shop-payment-options img { max-width: 100px; height: auto; object-fit: contain; }
.shop-shipping-page { width: min(calc(100% - 2rem), 800px); margin-inline: auto; padding-block: 1.5rem 3rem; }
.shop-shipping-page h2 { margin-block: 1.5rem .65rem; font-size: 1.65rem; }
.shop-shipping-page h1 { font-size: clamp(2rem,4vw,3rem); }
.shop-shipping-table { width: 100%; min-width: 0; border-collapse: collapse; margin-block: 1rem; font-size: .95rem; }
.shop-shipping-table th,.shop-shipping-table td { padding: .8rem .5rem; text-align: left; border-bottom: 1px solid var(--shop-line); }
.shop-shipping-table th { background: var(--shop-cream); color: var(--shop-ink); }
.shop-shipping-table td:last-child { white-space: nowrap; }
@media(max-width:600px) {
    .shop-benefits__goods { display: none; }
    .shop-benefits p { font-size: .85rem; gap: .3rem; }
    .shop-benefits p > span { width: 100%; }
    .shop-payment-options ul { gap: .35rem 1rem; }
    .shop-shipping-table th,.shop-shipping-table td { padding: .7rem .3rem; font-size: .85rem; }
}
