@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;700&display=swap");

:root {
  --storefront-font-family: "Segoe UI", "Roboto Condensed", Arial, Helvetica, sans-serif;
  --storefront-heading-font-family: "Roboto Condensed", "Segoe UI", Arial, Helvetica, sans-serif;
  --storefront-bg: #e4eadf;
  --storefront-bg-soft: #f7f4ec;
  --storefront-surface: #f7f4ec;
  --storefront-surface-raised: #ffffff;
  --storefront-surface-muted: #f4f8f1;
  --storefront-text: #24312d;
  --storefront-text-soft: #4e5d50;
  --storefront-muted: #657364;
  --storefront-border: #d8ded1;
  --storefront-border-strong: #9db3a2;
  --storefront-accent: #a6b89d;
  --storefront-accent-dark: #647c5d;
  --storefront-accent-soft: #e8efe4;
  --storefront-gold: #c8a65c;
  --storefront-danger: #b42318;
  --storefront-warning-bg: #fff8e8;
  --storefront-warning-border: #ead7b8;
  --storefront-radius-xs: 7px;
  --storefront-radius-sm: 8px;
  --storefront-radius-md: 10px;
  --storefront-radius-lg: 14px;
  --storefront-radius-xl: 18px;
  --storefront-radius-pill: 999px;
  --storefront-space-1: 4px;
  --storefront-space-2: 8px;
  --storefront-space-3: 12px;
  --storefront-space-4: 16px;
  --storefront-space-5: 20px;
  --storefront-space-6: 24px;
  --storefront-space-7: 28px;
  --storefront-space-8: 34px;
  --storefront-shadow-sm: 0 10px 24px rgba(74, 91, 68, 0.06);
  --storefront-shadow-md: 0 16px 36px rgba(74, 91, 68, 0.1);
  --storefront-focus: 0 0 0 3px rgba(143, 165, 132, 0.24);
  --bg: var(--storefront-bg);
  --panel: var(--storefront-surface);
  --line: var(--storefront-border);
  --text: var(--storefront-text);
  --muted: var(--storefront-muted);
  --accent: var(--storefront-accent);
  --accent-dark: var(--storefront-accent-dark);
  --soft-green: var(--storefront-accent-soft);
  --shadow: var(--storefront-shadow-md);
  --danger: var(--storefront-danger);
}

body {
  font-family: var(--storefront-font-family);
  color: var(--storefront-text);
  background:
    linear-gradient(180deg, #e1e8dd 0%, #e8eee4 100%);
  line-height: 1.45;
  text-rendering: optimizeLegibility;
}

button,
input,
select,
textarea {
  font: inherit;
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid rgba(143, 165, 132, 0.34);
  outline-offset: 3px;
}

.container {
  width: min(1240px, calc(100% - 36px));
}

.site-header {
  background: transparent;
  border-bottom-color: var(--storefront-border);
}

.site-header .header-main {
  min-height: 118px;
  padding: 16px 0 18px;
  align-items: center;
}

.site-header .brand,
.site-header .purchase-progress,
.site-header .header-actions {
  align-self: center;
}

.site-header .brand-logo {
  display: block;
  width: 123px;
  height: auto;
}

.footer-brand .brand-logo {
  width: 118px;
  height: auto;
}

.main-nav {
  background: var(--storefront-bg-soft);
  border-top-color: var(--storefront-border);
}

.main-nav a {
  min-height: 64px;
  gap: 12px;
  font-size: 1.18rem;
  font-weight: 500;
}

footer {
  margin-top: 58px;
  padding: 44px 0 50px;
  border-top: 1px solid #ddd9cd;
  background: rgba(255, 253, 250, 0.52);
}

footer h4 {
  color: var(--storefront-text);
  font-family: var(--storefront-heading-font-family);
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.main-nav a,
.action-link,
.account-dropdown a,
.account-dropdown button,
.mobile-account-section a,
.mobile-account-section button {
  color: var(--storefront-text-soft);
  font-family: var(--storefront-heading-font-family);
  font-weight: 700;
}

.action-link,
.mobile-menu-button,
.mini-cart-close {
  border-color: var(--storefront-border);
  background: rgba(255, 253, 250, 0.74);
}

.action-link i,
.mobile-menu-button i,
.nav-icon i {
  font-size: 1.34rem;
}

.action-link:hover,
.mobile-menu-button:hover,
.mini-cart-close:hover,
.account-dropdown a:hover,
.account-dropdown button:hover,
.mobile-account-section a:hover,
.mobile-account-section button:hover,
.main-nav a:hover {
  background: var(--storefront-bg-soft);
  color: var(--storefront-text);
}

.section-head h1,
.card-product-title,
.cart-overview .section-head h1,
.cart-summary h2,
.checkout-panel h2,
.cart-products-head h2,
.story-panel h2,
.checkout-success h2,
.account-head h1 {
  color: var(--storefront-text);
  font-family: var(--storefront-heading-font-family);
  font-weight: 600;
  letter-spacing: 0;
}

.section-head p,
.lead,
.product-meta,
.summary-note,
.checkout-review-copy,
.account-status,
.field-note,
footer p,
footer li {
  color: var(--storefront-muted);
}

.product-card,
.card,
.cart-overview,
.cart-main,
.cart-summary,
.checkout-panel,
.cart-item,
.mini-cart-dropdown,
.account-dropdown,
.account-nav,
.account-content,
.account-status,
.order-card,
.order-info-panel,
.order-items,
.order-totals,
.address-card,
.address-form,
.address-modal-panel,
.storefront-unsaved-dialog,
.review-card,
.saved-address-selector,
.saved-address-card {
  border-color: var(--storefront-border);
  border-radius: var(--storefront-radius-lg);
  background: var(--storefront-surface);
  box-shadow: var(--storefront-shadow-sm);
}

.product-card:hover,
.product-card:focus-visible,
.account-orders-cards .order-card:hover,
.account-orders-cards .order-card:focus-within,
.saved-address-card.is-selected {
  border-color: var(--storefront-border-strong);
  box-shadow: var(--storefront-shadow-md);
}

.products-section,
.story-panel,
.delivery-box,
.stock-box,
.free-shipping-progress--mini-cart,
.free-shipping-progress--cart-summary,
.free-shipping-progress--summary,
.review-free-shipping-card,
.save-address-option,
.billing-address-option,
.address-flags {
  border-color: var(--storefront-border);
  border-radius: var(--storefront-radius-lg);
  background: rgba(255, 253, 250, 0.72);
}

.primary-btn,
.primary-button,
.product-card-cta,
.mini-cart-button,
.summary-button,
.checkout-nav-button,
.saved-address-use,
.address-add-button,
.address-card-actions button,
.address-modal-actions .summary-button,
.storefront-unsaved-actions .summary-button,
.account-back-link {
  min-height: 44px;
  border-radius: var(--storefront-radius-pill);
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.primary-btn,
.primary-button,
.product-card-cta,
.mini-cart-button,
.summary-button:not(.secondary-button),
.checkout-nav-button:not(.secondary-button),
.saved-address-card.is-selected .saved-address-use {
  border-color: var(--storefront-accent);
  background: var(--storefront-accent);
  color: #ffffff;
}

.primary-btn:hover:not(:disabled),
.primary-button:hover:not(:disabled),
.product-card-cta:hover:not(:disabled),
.mini-cart-button:hover,
.summary-button:not(.secondary-button):hover:not(:disabled),
.checkout-nav-button:not(.secondary-button):hover:not(:disabled) {
  border-color: var(--storefront-accent-dark);
  background: var(--storefront-accent-dark);
  color: #ffffff;
}

.secondary-button,
.ghost-btn,
.account-back-link,
.address-add-button.is-form-mode,
.address-card-actions button {
  border-color: var(--storefront-accent);
  background: var(--storefront-surface-raised);
  color: var(--storefront-accent-dark);
}

.secondary-button:hover:not(:disabled),
.ghost-btn:hover:not(:disabled),
.account-back-link:hover,
.address-add-button.is-form-mode:hover,
.address-card-actions button:hover {
  background: var(--storefront-accent-soft);
  color: var(--storefront-text);
}

:where(button, .primary-btn, .primary-button, .product-card-cta, .summary-button, .checkout-nav-button):disabled,
:where(button, .primary-btn, .primary-button, .product-card-cta, .summary-button, .checkout-nav-button).is-disabled {
  opacity: 0.56;
  cursor: not-allowed;
  transform: none;
}

.add-cart-action {
  border-color: transparent;
  background: linear-gradient(135deg, #6f875f 0%, #24372a 100%);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(36, 55, 42, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
  transform-origin: center;
}

.add-cart-action:hover:not(:disabled),
.add-cart-action:focus-visible:not(:disabled) {
  border-color: rgba(255, 255, 255, 0.24);
  background: linear-gradient(135deg, #7f9a6c 0%, #1d2f24 100%);
  box-shadow: 0 16px 34px rgba(36, 55, 42, 0.3), 0 0 0 3px rgba(111, 135, 95, 0.24);
}

.add-cart-action:active:not(:disabled),
.add-cart-action.is-add-cart-pressing:not(:disabled) {
  transform: scale(0.97);
}

.add-cart-action.is-add-cart-success {
  border-color: rgba(255, 255, 255, 0.2);
  background: linear-gradient(135deg, #7d9a74 0%, #2d4a32 100%);
  box-shadow: 0 14px 30px rgba(45, 74, 50, 0.26), 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}

.add-cart-text-action {
  position: relative;
  overflow: hidden;
}

.add-cart-text-action[aria-disabled="true"] {
  cursor: progress;
}

.add-cart-text-action .add-cart-layer {
  pointer-events: none;
}

.add-cart-text-action .add-cart-label {
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: opacity 160ms ease;
}

.add-cart-text-action .add-cart-dots,
.add-cart-text-action .add-cart-motion-icon,
.add-cart-text-action .add-cart-success-label {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.add-cart-text-action .add-cart-dots {
  gap: 6px;
}

.add-cart-text-action .add-cart-dots span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
}

.add-cart-text-action .add-cart-motion-icon {
  font-size: 1rem;
}

.add-cart-text-action.is-add-cart-animating .add-cart-label {
  animation: add-cart-label-hide 220ms ease forwards;
}

.add-cart-text-action.is-add-cart-animating .add-cart-dots {
  animation: add-cart-dots-layer 1180ms ease 180ms forwards;
}

.add-cart-text-action.is-add-cart-animating .add-cart-dots span {
  animation: add-cart-dot-bounce 520ms ease-in-out 240ms 2, add-cart-dot-drop 360ms ease-in 1050ms forwards;
}

.add-cart-text-action.is-add-cart-animating .add-cart-dots span:nth-child(2) {
  animation-delay: 340ms, 1110ms;
}

.add-cart-text-action.is-add-cart-animating .add-cart-dots span:nth-child(3) {
  animation-delay: 440ms, 1170ms;
}

.add-cart-text-action.is-add-cart-animating .add-cart-motion-icon {
  animation: add-cart-icon-drive 1320ms cubic-bezier(0.2, 0.72, 0.28, 1) 480ms forwards;
}

.add-cart-text-action.is-add-cart-success .add-cart-label {
  opacity: 0;
}

.add-cart-text-action.is-add-cart-success .add-cart-success-label {
  opacity: 1;
}

@keyframes add-cart-label-hide {
  to {
    opacity: 0;
  }
}

@keyframes add-cart-dots-layer {
  0%,
  100% {
    opacity: 0;
  }

  12%,
  78% {
    opacity: 1;
  }
}

@keyframes add-cart-dot-bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  45% {
    transform: translateY(-8px);
  }
}

@keyframes add-cart-dot-drop {
  to {
    opacity: 0;
    transform: translate(-14px, 12px) scale(0.35);
  }
}

@keyframes add-cart-icon-drive {
  0% {
    opacity: 0;
    transform: translateX(-46%);
  }

  18%,
  56% {
    opacity: 1;
    transform: translateX(-18%);
  }

  88% {
    opacity: 1;
    transform: translateX(34%);
  }

  100% {
    opacity: 0;
    transform: translateX(52%);
  }
}

.cart-badge.is-cart-count-pulsing {
  animation: cart-count-pulse 420ms ease;
}

.site-header .cart-link.is-cart-feedback-active {
  animation: cart-button-feedback 780ms cubic-bezier(0.2, 0.72, 0.28, 1);
}

.site-header .cart-link.is-cart-feedback-active .cart-badge {
  animation: cart-count-pulse 520ms ease;
}

.cart-builder-snapshot {
  display: grid;
  gap: 6px;
  margin: 7px 0 8px;
  color: #4d5d50;
  font-size: 0.86rem;
  line-height: 1.35;
}

.cart-builder-snapshot-group {
  display: grid;
  gap: 2px;
}

.cart-builder-snapshot-group strong {
  color: #24372a;
  font-size: 0.78rem;
  font-weight: 800;
}

.cart-builder-snapshot-group ul {
  display: grid;
  gap: 1px;
  margin: 2px 0 0;
  padding-left: 24px;
}

.cart-builder-snapshot-group li {
  margin: 0;
}

.cart-item,
.review-product {
  align-items: start;
}

.cart-item-image,
.review-product-image,
.mini-cart-item-image {
  align-self: start;
}

@keyframes cart-count-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(111, 135, 95, 0);
  }

  45% {
    box-shadow: 0 0 0 5px rgba(111, 135, 95, 0.24);
  }
}

@keyframes cart-button-feedback {
  0%,
  100% {
    border-color: #d8ded1;
    background-color: rgba(255, 253, 250, 0.74);
    box-shadow: none;
    transform: scale(1);
  }

  28% {
    border-color: #6f875f;
    background-color: #e9f7e6;
    box-shadow: 0 0 0 4px rgba(111, 135, 95, 0.2), 0 14px 28px rgba(36, 55, 42, 0.22);
    transform: scale(1.08);
  }

  54% {
    border-color: #24372a;
    background-color: #dff2dc;
    box-shadow: 0 0 0 7px rgba(111, 135, 95, 0.12), 0 10px 22px rgba(36, 55, 42, 0.16);
    transform: scale(0.98);
  }
}

@media (prefers-reduced-motion: reduce) {
  .add-cart-action {
    transition: none;
  }

  .add-cart-action:active:not(:disabled),
  .add-cart-action.is-add-cart-pressing:not(:disabled) {
    transform: none;
  }

  .add-cart-text-action .add-cart-label,
  .add-cart-text-action .add-cart-dots,
  .add-cart-text-action .add-cart-motion-icon,
  .add-cart-text-action .add-cart-success-label,
  .add-cart-text-action.is-add-cart-animating .add-cart-label,
  .add-cart-text-action.is-add-cart-animating .add-cart-dots,
  .add-cart-text-action.is-add-cart-animating .add-cart-dots span,
  .add-cart-text-action.is-add-cart-animating .add-cart-motion-icon {
    animation: none;
    transition: none;
  }

  .cart-badge.is-cart-count-pulsing {
    animation: none;
  }

  .site-header .cart-link.is-cart-feedback-active {
    animation: none;
    border-color: #6f875f !important;
    background-color: #e9f7e6 !important;
    box-shadow: 0 0 0 3px rgba(111, 135, 95, 0.18) !important;
  }

  .site-header .cart-link.is-cart-feedback-active .cart-badge {
    animation: none;
  }
}

.fake-field,
.profile-field input,
.profile-field select,
.address-field input,
.pickup-point-selector select,
.account-page-size select,
.account-orders-pagination button {
  border-color: var(--storefront-border);
  border-radius: var(--storefront-radius-md);
  background: var(--storefront-surface-raised);
  color: var(--storefront-text);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.fake-field:focus-within,
.profile-field input:focus,
.profile-field select:focus,
.address-field input:focus,
.pickup-point-selector select:focus,
.account-page-size select:focus {
  border-color: var(--storefront-accent);
  box-shadow: var(--storefront-focus);
  outline: 0;
}

.profile-field.is-invalid input,
.profile-field.is-invalid select,
.address-field.is-invalid input,
.fake-field.is-invalid,
.delivery-options.is-invalid .delivery-option {
  border-color: #c45a4a;
  background: #fffafa;
  box-shadow: 0 0 0 3px rgba(196, 90, 74, 0.1);
}

.delivery-option,
.review-card,
.icon-list div,
.stack-list div,
.faq-item,
.related-item,
.attribute-row,
.summary-stats-block,
.summary-methods-block {
  border-color: var(--storefront-border);
  border-radius: var(--storefront-radius-md);
  background: var(--storefront-surface-raised);
}

.delivery-option:hover,
.saved-address-card:hover,
.address-card:hover {
  border-color: var(--storefront-border-strong);
}

.qty,
.cart-item-controls,
.mini-cart-controls {
  border-color: var(--storefront-border);
  border-radius: var(--storefront-radius-sm);
  background: var(--storefront-surface-raised);
}

.progress-track::before,
.free-shipping-progress__bar {
  background: #d8e2d7;
}

.purchase-progress {
  display: grid;
  gap: 12px;
  padding: 6px 4px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.progress-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  align-items: start;
}

.progress-track::before {
  top: 20px;
  left: 11%;
  right: 11%;
  height: 8px;
  border-radius: 999px;
}

.progress-fill {
  top: 20px;
  left: 11%;
  height: 8px;
  max-width: 78%;
  border-radius: 999px;
}

.site-header .progress-track::before,
.site-header .progress-fill {
  top: 27px;
}

.progress-step {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
  color: #445449;
}

.step-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 4px solid #d8e2d7;
  border-radius: 50%;
  background: #f7f4ec;
  box-shadow: 0 6px 18px rgba(125, 143, 123, 0.16);
}

.site-header .step-icon {
  width: 42px;
  height: 42px;
  border-width: 4px;
}

.step-icon i {
  font-size: 18px;
  color: #8ba089;
}

.site-header .step-icon i {
  font-size: 18px;
}

.step-label {
  color: #445449;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.progress-copy {
  margin: 0;
  text-align: center;
  color: #536355;
  font-size: 1rem;
  font-weight: 400;
}

.progress-copy strong {
  color: #2e3b31;
}

.progress-fill,
.free-shipping-progress__fill,
.free-shipping-progress__check {
  background: linear-gradient(90deg, #99b4a1 0%, #b6ccb8 100%);
}

.progress-step.reached .step-icon,
.progress-step.is-completed .step-icon {
  border-color: #9db3a2;
  background: #f0f5ee;
  color: #8ba089;
}

.progress-step.is-active .step-icon {
  border-color: #9db3a2;
  background: #f0f5ee;
  color: #8ba089;
}

.cart-badge {
  border-color: #d7a9a8;
  background: #d7a9a8;
  color: #ffffff;
}

.free-shipping-progress--mini-cart,
.free-shipping-progress--cart-summary,
.free-shipping-progress--summary,
.review-free-shipping-card {
  border-color: #e6dbc2;
  border-radius: 8px;
  background: #fbf8ef;
}

.cart-unavailable-warning,
.cart-checkout-helper,
.mini-cart-item.is-unavailable,
.cart-item-unavailable {
  border-color: var(--storefront-warning-border);
  background: var(--storefront-warning-bg);
}

.product-page {
  padding-top: 22px;
}

.product-page .container {
  max-width: 1120px;
}

.product-page .breadcrumb {
  padding-bottom: var(--storefront-space-4);
  color: #8c948d;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.product-page .hero {
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 1fr);
  gap: 30px;
  padding-bottom: 26px;
}

.product-page .card,
.product-page .product-gallery,
.product-page .purchase-panel,
.product-page .story-panel,
.product-page .bundle,
.product-page .delivery-box,
.product-page .stock-box,
.product-page .icon-list div,
.product-page .stack-list div,
.product-page .faq-item,
.product-page .related-item,
.product-page .attribute-row {
  border-radius: 12px;
}

.product-page .product-gallery,
.product-page .purchase-panel,
.product-page .story-panel {
  border-color: #ddd9cd;
  background: rgba(255, 253, 250, 0.92);
  box-shadow: 0 10px 26px rgba(74, 91, 68, 0.06);
}

.product-page .product-gallery {
  padding: 14px;
}

.product-page .product-photo {
  border-color: #e3ded4;
  border-radius: 10px;
  background: #f7f6f2;
}

.product-page .product-photo img {
  border-radius: 9px;
}

.product-page .floating-price-badge {
  --floating-ribbon-base: #f4d58d;
  --floating-ribbon-mid: #e9bd5f;
  --floating-ribbon-dark: #b98932;
  --floating-ribbon-edge: rgba(103, 78, 28, 0.22);
  --floating-ribbon-shadow: rgba(103, 78, 28, 0.24);
  position: absolute;
  left: 12px;
  top: 0;
  z-index: 2;
  display: block;
  width: 98px;
  min-height: 128px;
  min-width: 0;
  padding: 17px 12px 34px;
  border-radius: 0 0 4px 4px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(135deg, var(--floating-ribbon-base) 0%, var(--floating-ribbon-mid) 48%, var(--floating-ribbon-dark) 100%);
  box-shadow: 0 13px 22px var(--floating-ribbon-shadow), inset 0 -1px 0 rgba(103, 78, 28, 0.2);
  backdrop-filter: none;
  color: #2f281b;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 24px), 0 100%);
  overflow: visible;
}

.product-page .floating-price-badge[hidden] {
  display: none;
}

.product-page .floating-price-badge::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(103, 78, 28, 0.13) 0%, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0) 74%, rgba(103, 78, 28, 0.16) 100%);
  pointer-events: none;
  z-index: 1;
}

.product-page .floating-price-badge::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 34px;
  background: linear-gradient(135deg, rgba(244, 213, 141, 0) 0 35%, rgba(145, 103, 35, 0.2) 50%, rgba(103, 78, 28, 0.3) 100%);
  clip-path: polygon(0 10px, 50% 0, 100% 10px, 100% 100%, 50% 30%, 0 100%);
  pointer-events: none;
  z-index: 1;
}

.product-page .floating-price-badge-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-height: 76px;
  color: #2f281b;
  pointer-events: none;
  text-align: center;
}

.product-page .floating-price-label {
  display: block;
  color: #5a4824;
  max-width: 100%;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.18;
  text-transform: uppercase;
}

.product-page .floating-price-badge #heroPrice {
  display: block;
  margin-top: 5px;
  color: #2f281b;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
}

.product-page .floating-price-info {
  width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  border: 1px solid rgba(89, 70, 28, 0.36);
  border-radius: 50%;
  background: rgba(255, 250, 236, 0.34);
  color: #5a4824;
  font-size: 0.64rem;
  font-weight: 800;
  line-height: 1;
  cursor: help;
  vertical-align: 1px;
  pointer-events: auto;
}

.product-page .floating-price-info::after {
  display: none;
}

.product-page .floating-price-info:focus-visible {
  outline: 2px solid rgba(255, 248, 230, 0.78);
  outline-offset: 2px;
}

.floating-price-tooltip {
  position: fixed;
  z-index: 9999;
  max-width: 190px;
  padding: 8px 10px;
  border: 1px solid #e3d2aa;
  border-radius: 8px;
  background: #fffdfa;
  color: var(--storefront-text);
  box-shadow: 0 12px 28px rgba(36, 49, 58, 0.22);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
  pointer-events: none;
}

@media (max-width: 520px) {
  .product-page .floating-price-badge {
    left: 10px;
    width: 88px;
    min-height: 116px;
    padding: 14px 10px 31px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 21px), 0 100%);
  }

  .product-page .floating-price-badge::after {
    height: 30px;
  }

  .product-page .floating-price-badge #heroPrice {
    font-size: 1.05rem;
  }
}

.product-page .purchase-panel {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.product-page .card-product-title {
  margin: 0;
  font-size: clamp(2.1rem, 3.4vw, 3.25rem);
  line-height: 1.06;
}

.product-page .product-badges,
.product-page .rating-row,
.product-page .mini-tags,
.product-page .lead,
.product-page .bundle,
.product-page .buy-row {
  margin-bottom: 0;
}

.product-page .product-badges span {
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid #d9e3d5;
  border-radius: 999px;
  background: #eef5eb;
  color: #51644e;
  font-size: 0.78rem;
}

.product-page .rating-row {
  gap: 8px;
}

.product-page .mini-tags,
.product-page .purchase-panel .mini-tags {
  display: none;
}

.product-page .lead {
  max-width: 56ch;
  line-height: 1.52;
}

.product-page .bundle {
  margin-top: 4px;
  padding: 12px;
  border-color: #e2ded4;
  background: #fffdfa;
  box-shadow: none;
}

.product-page .compact-bundle {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 48px;
  gap: 12px;
  align-items: center;
}

.product-page .compact-bundle[hidden] {
  display: none;
}

.product-page .compact-bundle .bundle-title {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 4px;
  color: var(--storefront-text);
  text-decoration: none;
  white-space: nowrap;
}

.product-page .compact-bundle .bundle-title:hover,
.product-page .compact-bundle .bundle-title:focus-visible {
  color: var(--storefront-green);
}

.product-page .compact-bundle .bundle-price {
  display: block;
  margin-top: 4px;
  color: var(--storefront-text);
  font-size: 1.12rem;
  font-weight: 800;
}

.product-page .compact-bundle #variantDescription {
  display: none;
}

.product-page .bundle-add-button {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--storefront-accent);
  border-radius: 12px;
  background: var(--storefront-accent);
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.product-page .bundle-add-button:hover:not(:disabled),
.product-page .bundle-add-button:focus-visible:not(:disabled) {
  border-color: var(--storefront-accent-dark);
  background: var(--storefront-accent-dark);
  box-shadow: 0 0 0 3px rgba(148, 164, 140, 0.24);
  outline: 0;
}

.product-page .bundle-add-button:disabled {
  border-color: #d8d0bb;
  background: #f3ecdb;
  color: #8a806d;
  cursor: not-allowed;
  opacity: 0.72;
}

.product-page .compact-bundle.is-unavailable .bundle-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block !important;
  background: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.24) 0,
    rgba(255, 255, 255, 0.24) 7px,
    rgba(93, 107, 88, 0.12) 7px,
    rgba(93, 107, 88, 0.12) 14px
  );
  pointer-events: none;
}

.product-page .compact-bundle.is-unavailable .bundle-sub {
  color: #8a806d;
}

.product-page .bundle-thumb,
.product-page .related-item img,
.product-page .feature-icon {
  border-radius: 10px;
}

.product-page .buy-row {
  display: grid;
  grid-template-columns: 136px auto minmax(180px, 1fr);
  gap: 12px;
  align-items: center;
}

.product-page .delivery-box.is-unavailable {
  border-color: rgba(156, 113, 78, 0.34);
  background: #fff7ee;
  color: #7a5a42;
}

.product-page .price {
  margin: 0;
  color: var(--storefront-text);
  font-size: clamp(1.75rem, 2.4vw, 2.25rem);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.product-page .qty {
  width: 136px;
  border-radius: 10px;
}

.product-page .qty button,
.product-page .qty span {
  width: 44px;
  height: 44px;
}

.product-page .primary-btn,
.product-page .ghost-btn,
.product-page .add-cart {
  min-height: 44px;
  border-radius: 10px;
  letter-spacing: 0.02em;
}

.product-page .ghost-btn {
  border-color: #d8ded1;
  color: #34443d;
}

.product-page .delivery-box,
.product-page .stock-box {
  margin-top: 0;
  padding: 12px 14px;
  border: 1px solid #d9e3d5;
  background: #f4faf1;
}

.product-page .stock-box {
  display: grid;
  gap: 5px;
  background: #fffdfa;
}

.product-page .feature-strip {
  gap: 22px;
  padding: 10px 0 24px;
  border-bottom-color: #ddd9cd;
}

.product-page .feature-item {
  padding: 8px 4px;
}

.product-page .story-grid,
.product-page .related {
  gap: 22px;
  padding-top: 26px;
}

.product-page .product-quick-info {
  padding-top: 18px;
}

.product-page .product-quick-info .story-panel {
  background: rgba(255, 253, 250, 0.86);
}

.product-page .story-panel {
  padding: 24px;
}

.product-page .story-panel h2 {
  margin-bottom: 16px;
  font-size: clamp(1.7rem, 2.6vw, 2.35rem);
}

.product-page .icon-list div,
.product-page .stack-list div,
.product-page .faq-item,
.product-page .related-item,
.product-page .attribute-row {
  border-color: #e2ded4;
  box-shadow: none;
}

.product-page .related-item {
  min-height: 82px;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 12px;
  color: inherit;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.product-page .related-item:hover,
.product-page .related-item:focus-visible {
  border-color: var(--storefront-border-strong);
  box-shadow: 0 12px 24px rgba(74, 91, 68, 0.08);
  transform: translateY(-1px);
}

.product-page .related-products-panel {
  grid-column: 1 / -1;
}

.product-page .related-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-page .related-item img {
  width: 82px;
  height: 82px;
}

.product-page .related-item-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.product-page .related-item-copy strong,
.product-page .related-item-copy p,
.product-page .related-item-copy span {
  overflow-wrap: anywhere;
}

.product-page .related-item-copy p {
  margin: 0;
  color: var(--storefront-muted);
  font-size: 0.88rem;
  line-height: 1.35;
}

.product-page .related-item-copy span {
  color: var(--storefront-text);
  font-weight: 800;
}

.product-page .related-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}

.product-page .related-action {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid var(--storefront-border);
  border-radius: 10px;
  font-size: 0.82rem;
  font-weight: 800;
  white-space: nowrap;
}

.product-page .related-action-secondary {
  background: #ffffff;
  color: var(--storefront-text);
}

.product-page .related-action-primary {
  border-color: var(--storefront-accent);
  background: var(--storefront-accent);
  color: #ffffff;
}

.product-page .order-info-panel {
  grid-column: 1 / -1;
}

.product-page .order-info-panel .stack-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-page .product-story-block {
  display: grid;
  gap: 20px;
  margin-top: 26px;
  padding: 32px;
  border-color: #d7e2d3;
  background: linear-gradient(180deg, #eef7eb 0%, #e6f0e2 100%);
  box-shadow: 0 12px 30px rgba(74, 91, 68, 0.07);
}

.product-page .product-story-block h2,
.product-page .reviews-list-card h2 {
  margin: 0;
  color: var(--storefront-text);
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 1.08;
  text-transform: uppercase;
}

.product-page .story-benefits {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px 18px;
}

.product-page .story-benefits span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #51644e;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-page .story-benefits i {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid #ccdac7;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
}

.product-page .story-copy {
  display: grid;
  gap: 12px;
  color: #536052;
  line-height: 1.55;
}

.product-page .story-copy p {
  margin: 0;
}

.product-page .routine-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding-top: 20px;
  border-top: 1px solid #cddcc9;
}

.product-page .routine-steps article {
  display: grid;
  gap: 6px;
}

.product-page .routine-steps span {
  color: #6b7b67;
  font-size: 1.7rem;
  line-height: 1;
}

.product-page .routine-steps strong {
  color: var(--storefront-text);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-page .routine-steps p {
  margin: 0;
  color: #536052;
  line-height: 1.4;
}

.product-page .product-reviews {
  display: grid;
  grid-template-columns: minmax(240px, 0.36fr) minmax(0, 1fr);
  gap: 22px;
  margin-top: 26px;
}

.product-page .review-summary-card,
.product-page .reviews-list-card {
  padding: 26px;
  border-color: #ddd9cd;
  background: rgba(255, 253, 250, 0.9);
  box-shadow: 0 10px 26px rgba(74, 91, 68, 0.06);
}

.product-page .review-summary-card {
  display: grid;
  gap: 10px;
  align-content: start;
  justify-items: center;
  text-align: center;
}

.product-page .review-score {
  color: var(--storefront-text);
  font-size: clamp(3rem, 5vw, 4.2rem);
  line-height: 0.95;
}

.product-page .review-stars {
  color: var(--star, #e0b53a);
  letter-spacing: 0.08em;
}

.product-page .review-summary-card p {
  margin: 0;
  color: var(--storefront-muted);
  line-height: 1.45;
}

.product-page .review-summary-card .ghost-btn {
  margin-top: 8px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  text-decoration: none;
}

.product-page .reviews-list-card {
  display: grid;
  gap: 14px;
}

.product-page .reviews-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.product-page .reviews-heading .section-kicker {
  margin: 0;
}

.product-page .reviews-heading span {
  color: var(--storefront-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-page .review-items {
  display: grid;
}

.product-page .review-items article {
  display: grid;
  gap: 8px;
  padding: 16px 0;
  border-top: 1px solid #e5e0d6;
}

.product-page .review-items p {
  margin: 0;
  color: #536052;
  line-height: 1.45;
}

.product-page footer,
body:has(.product-page) footer {
  margin-top: 70px;
  padding: 46px 0 52px;
  border-top: 1px solid #ddd9cd;
  background: rgba(255, 253, 250, 0.52);
}

body:has(.product-page) .footer-grid {
  align-items: start;
  gap: 44px;
}

body:has(.product-page) footer h4 {
  color: var(--storefront-text);
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body:has(.product-page) footer p,
body:has(.product-page) footer li {
  color: var(--storefront-muted);
  line-height: 1.5;
}

body:has(.products-section) {
  background:
    linear-gradient(180deg, #e1e8dd 0%, #e8eee4 100%);
}

body:has(.products-section) .site-header {
  background: transparent;
}

body:has(.products-section) .header-main {
  min-height: 118px;
  grid-template-columns: 180px minmax(360px, 1fr) auto;
  gap: 28px;
}

body:has(.products-section) .site-header .brand-logo {
  width: 123px;
}

body:has(.products-section) .header-actions {
  gap: 14px;
}

body:has(.products-section) .action-link {
  min-height: 46px;
  padding: 0 16px;
  border-color: transparent;
  background: rgba(255, 253, 250, 0.74);
  box-shadow: 0 6px 18px rgba(74, 91, 68, 0.05);
  font-size: 0.98rem;
}

body:has(.products-section) .action-link i,
body:has(.products-section) .mobile-menu-button i {
  font-size: 1.34rem;
}

body:has(.products-section) .cart-badge {
  top: -4px;
  right: 8px;
  min-width: 20px;
  height: 20px;
  background: #d7a9a8;
  font-size: 0.72rem;
}

body:has(.products-section) .purchase-progress {
  max-width: 720px;
  justify-self: center;
  gap: 10px;
  width: 100%;
}

body:has(.products-section) .progress-copy {
  text-align: center;
  color: var(--storefront-text-soft);
  font-size: 1rem;
  font-weight: 700;
}

body:has(.products-section) .progress-track {
  min-height: 56px;
}

body:has(.products-section) .progress-track::before,
body:has(.products-section) .progress-fill {
  top: 27px;
  left: 11%;
  right: 11%;
  height: 8px;
}

body:has(.products-section) .progress-fill {
  max-width: 78%;
  background: linear-gradient(90deg, #99b4a1 0%, #b6ccb8 100%);
}

body:has(.products-section) .step-icon {
  width: 42px;
  height: 42px;
  border: 4px solid #d8e2d7;
  background: #f7f4ec;
  box-shadow: 0 6px 18px rgba(125, 143, 123, 0.16);
  font-size: 1rem;
}

body:has(.products-section) .step-icon i {
  font-size: 18px;
  color: #8ba089;
}

body:has(.products-section) .step-label {
  color: var(--storefront-text-soft);
  font-size: 0.84rem;
  font-weight: 800;
}

body:has(.products-section) .main-nav {
  background: var(--storefront-bg-soft);
  border-top-color: var(--storefront-border);
  border-bottom: 1px solid var(--storefront-border);
  box-shadow: 0 8px 24px rgba(74, 91, 68, 0.04);
}

body:has(.products-section) .nav-inner {
  min-height: 66px;
  gap: clamp(22px, 4vw, 72px);
}

body:has(.products-section) .main-nav a {
  min-height: 64px;
  gap: 12px;
  padding: 0 16px;
  color: #34443d;
  font-family: var(--storefront-heading-font-family);
  font-size: 1.18rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

body:has(.products-section) .main-nav a:hover,
body:has(.products-section) .main-nav a.is-active {
  background: #eef5eb;
  color: #1f332c;
}

body:has(.products-section) .nav-icon {
  width: 32px;
  height: 32px;
  background: transparent;
  color: #31584b;
}

body:has(.products-section) .nav-icon i {
  font-size: 1.05rem;
}

body:has(.products-section) .page {
  padding: 36px 0 56px;
}

body:has(.products-section) .products-section {
  padding: 32px;
  border-color: #e0dccf;
  border-radius: 18px;
  background: rgba(255, 253, 250, 0.66);
  box-shadow: 0 12px 34px rgba(74, 91, 68, 0.06);
}

body:has(.products-section) .section-head {
  margin-bottom: 26px;
}

body:has(.products-section) .section-head h1 {
  font-family: var(--storefront-heading-font-family);
  font-size: clamp(2.4rem, 4vw, 3.45rem);
  font-weight: 700;
  line-height: 1.06;
}

body:has(.products-section) .section-head p {
  max-width: 620px;
  color: var(--storefront-muted);
  font-size: 1.12rem;
  line-height: 1.45;
}

body:has(.products-section) .product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px;
}

body:has(.products-section) .product-card {
  min-height: 0;
  height: 100%;
  padding: 12px;
  border-color: #e1ddd2;
  border-radius: 14px;
  background: rgba(255, 253, 250, 0.96);
  box-shadow: 0 8px 22px rgba(74, 91, 68, 0.06);
}

body:has(.products-section) .product-card:hover,
body:has(.products-section) .product-card:focus-within {
  border-color: var(--storefront-border-strong);
  box-shadow: 0 16px 34px rgba(74, 91, 68, 0.11);
}

body:has(.products-section) .product-card > a:not(.product-card-cta) {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 0;
  color: inherit;
  text-decoration: none;
}

body:has(.products-section) .product-card img {
  margin: 0;
  border: 1px solid #ebe6dc;
  border-radius: 12px;
  background: #f8f6f1;
}

body:has(.products-section) .product-card-tags {
  display: none;
}

body:has(.products-section) .product-card-tags span {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border: 1px solid #d9e3d5;
  border-radius: 999px;
  background: #eef5eb;
  color: #51644e;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body:has(.products-section) .product-card h2 {
  min-height: 48px;
  max-height: 48px;
  margin: 0;
  color: var(--storefront-text);
  font-family: var(--storefront-heading-font-family);
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.18;
  overflow: hidden;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body:has(.products-section) .product-card p {
  min-height: 72px;
  max-height: 72px;
  padding-bottom: 2px;
  color: var(--storefront-muted);
  font-size: 0.92rem;
  line-height: 1.5;
  text-wrap: pretty;
}

body:has(.products-section) .price-row {
  min-height: 32px;
  margin: 14px 0 12px;
}

body:has(.products-section) .price-row strong {
  color: var(--storefront-text);
  font-size: 1.26rem;
  font-weight: 800;
}

body:has(.products-section) .product-card-cta {
  min-height: 44px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 18px;
  border: 1px solid var(--storefront-accent);
  border-radius: 10px;
  background: var(--storefront-accent);
  letter-spacing: 0.02em;
  text-decoration: none;
}

body:has(.products-section) .product-card-cta:hover:not(:disabled) {
  border-color: var(--storefront-accent-dark);
  background: var(--storefront-accent-dark);
}

body:has(.products-section) .product-card-cta.add-cart-action,
.product-page .bundle-add-button.add-cart-action {
  border-color: transparent;
  background: linear-gradient(135deg, #6f875f 0%, #24372a 100%);
  color: #ffffff;
}

body:has(.products-section) .product-card-cta.add-cart-action:hover:not(:disabled),
body:has(.products-section) .product-card-cta.add-cart-action:focus-visible:not(:disabled),
.product-page .bundle-add-button.add-cart-action:hover:not(:disabled),
.product-page .bundle-add-button.add-cart-action:focus-visible:not(:disabled) {
  border-color: rgba(255, 255, 255, 0.24);
  background: linear-gradient(135deg, #7f9a6c 0%, #1d2f24 100%);
}

body:has(.products-section) .product-card-cta.add-cart-action.is-add-cart-success,
.product-page .bundle-add-button.add-cart-action.is-add-cart-success {
  border-color: rgba(255, 255, 255, 0.2);
  background: linear-gradient(135deg, #7d9a74 0%, #2d4a32 100%);
}

body:has(.products-section) .product-card-display-cta {
  border: 1px solid #d8d0bb;
  background: #f3ecdb;
  color: #76603a;
}

body:has(.products-section) .product-card-display-cta:hover,
body:has(.products-section) .product-card-display-cta:focus-visible {
  border-color: #c9b889;
  background: #ece0c8;
  color: #604820;
}

body:has(.products-section) .product-card-detail-cta {
  border-color: #5f7b63;
  background: #5f7b63;
  color: #ffffff;
}

body:has(.products-section) .product-card-detail-cta:hover,
body:has(.products-section) .product-card-detail-cta:focus-visible {
  border-color: #769476;
  background: #769476;
  color: #ffffff;
}

body:has(.products-section) .product-status-badge {
  text-decoration: none;
}

body:has(.products-section) .mini-cart-dropdown {
  border-radius: 14px;
  border-color: #ddd9cd;
}

body:has(.products-section) .mini-cart-item {
  align-items: start;
  padding: 8px;
  border-radius: 12px;
  cursor: default;
  transition: background 160ms ease, border-color 160ms ease;
}

body:has(.products-section) .mini-cart-item:hover {
  background: rgba(255, 253, 250, 0.62);
}

body:has(.products-section) .mini-cart-item img {
  border-radius: 10px;
}

body:has(.products-section) .mini-cart-remove i {
  font-size: 0.86rem;
}

body:has(.products-section) footer {
  margin-top: 58px;
  padding: 44px 0 50px;
  border-top: 1px solid #ddd9cd;
  background: rgba(255, 253, 250, 0.52);
}

body:has(.cart-overview-page),
body:has(.account-page) {
  background:
    linear-gradient(180deg, #edf4e9 0%, #f8f5ed 42%, #fbf9f2 100%);
}

body:has(.cart-overview-page) .cart-page,
body:has(.account-page) .account-page {
  padding: 36px 0 58px;
}

body:has(.cart-overview-page) .cart-overview {
  max-width: 1040px;
  padding: 32px;
  border-color: #e0dccf;
  border-radius: 18px;
  background: rgba(255, 253, 250, 0.74);
  box-shadow: 0 14px 36px rgba(74, 91, 68, 0.08);
}

body:has(.cart-overview-page) .cart-overview .section-head {
  margin-bottom: 22px;
}

body:has(.cart-overview-page) .cart-overview .section-head h1 {
  font-family: var(--storefront-heading-font-family);
  font-size: clamp(2.4rem, 4vw, 3.35rem);
  font-weight: 700;
}

body:has(.cart-overview-page) .cart-items {
  gap: 14px;
}

body:has(.cart-overview-page) .cart-item {
  grid-template-columns: 92px minmax(0, 1fr) minmax(220px, auto);
  gap: 16px;
  align-items: center;
  padding: 14px;
  border-color: #e1ddd2;
  border-radius: 14px;
  background: rgba(255, 253, 250, 0.96);
  box-shadow: 0 8px 22px rgba(74, 91, 68, 0.06);
}

body:has(.cart-overview-page) .cart-item-image {
  width: 92px;
  height: 92px;
  border-radius: 12px;
  background: #f8f6f1;
}

body:has(.cart-overview-page) .cart-item-image img {
  border-radius: inherit;
}

body:has(.cart-overview-page) .cart-item-copy h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.25;
}

body:has(.cart-overview-page) .cart-item-copy {
  min-width: 0;
  align-self: start;
}

body:has(.cart-overview-page) .cart-item-description,
body:has(.checkout-shell) .cart-item-description,
body:has(.checkout-shell) .review-product-copy .cart-item-description,
.product-page .related-item p {
  display: -webkit-box;
  margin: 6px 0 0;
  overflow: hidden;
  color: var(--storefront-muted);
  font-size: 0.9rem;
  line-height: 1.5;
  padding-bottom: 2px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body:has(.cart-overview-page) .cart-item-benefits,
body:has(.checkout-shell) .cart-item-benefits,
body:has(.checkout-shell) .review-product-copy .cart-item-benefits {
  display: grid;
  gap: 2px;
  margin: 8px 0 0;
  padding-left: 18px;
  color: var(--storefront-text-soft);
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.38;
}

body:has(.cart-overview-page) .cart-item-composition,
body:has(.checkout-shell) .cart-item-composition {
  margin: 8px 0 0;
  padding-left: 18px;
  color: var(--storefront-muted);
  font-size: 0.86rem;
  line-height: 1.4;
}

body:has(.cart-overview-page) .cart-item-price {
  grid-template-columns: minmax(0, 1fr);
  justify-items: end;
  align-self: end;
  gap: 10px;
}

body:has(.cart-overview-page) .cart-products-subtotal-row {
  display: none !important;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 8px;
  padding: 16px 18px;
  border: 1px solid var(--storefront-border-strong);
  border-radius: var(--storefront-radius-lg);
  background: var(--storefront-accent-soft);
  color: var(--storefront-text);
  font-weight: 800;
}

body:has(.cart-overview-page) .cart-products-subtotal-row strong {
  font-size: 1.18rem;
}

body:has(.cart-overview-page) .cart-price-breakdown span,
body:has(.cart-overview-page) .cart-quantity-label {
  color: var(--storefront-muted);
  font-size: 0.86rem;
  font-weight: 700;
}

body:has(.cart-overview-page) .cart-line-total {
  color: var(--storefront-text);
  font-size: 1.04rem;
}

body:has(.cart-overview-page) .cart-item-controls,
body:has(.cart-overview-page) .mini-cart-controls {
  border-radius: 10px;
}

body:has(.cart-overview-page) .cart-item-controls button,
body:has(.cart-overview-page) .cart-item-controls span {
  width: 38px;
  height: 38px;
}

body:has(.cart-overview-page) .cart-item-controls button:hover:not(:disabled) {
  background: var(--storefront-accent-soft);
}

body:has(.cart-overview-page) .cart-item-controls .remove-button,
body:has(.cart-overview-page) .mini-cart-remove {
  color: var(--storefront-danger);
}

body:has(.cart-overview-page) .cart-overview-summary {
  gap: 14px;
  margin-top: 6px;
  padding-top: 20px;
  border-top-color: #e1ddd2;
}

body:has(.cart-overview-page) .summary-stats-block {
  border-color: #e1ddd2;
  border-radius: 14px;
  background: #fffdfa;
}

body:has(.cart-overview-page) .summary-stats-block .summary-row {
  padding: 12px 14px;
}

body:has(.cart-overview-page) .summary-row-subtotal {
  display: none;
  border-color: #cbd7c4;
  background: #eef5eb;
  font-size: 1.08rem;
}

body:has(.cart-overview-page) .free-shipping-progress--cart-summary {
  border-color: #e6dbc2;
  border-radius: 8px;
  background: #fbf8ef;
}

body:has(.cart-overview-page) .cart-method-preview {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid #e1ddd2;
  border-radius: var(--storefront-radius-lg);
  background: rgba(255, 253, 250, 0.9);
  box-shadow: 0 10px 24px rgba(74, 91, 68, 0.06);
}

body:has(.cart-overview-page) .cart-method-preview h2 {
  margin: 0;
  color: var(--storefront-text);
  font-family: var(--storefront-heading-font-family);
  font-size: 1.38rem;
  line-height: 1.1;
}

body:has(.cart-overview-page) .cart-method-preview-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 12px;
  border: 1px solid #e1ddd2;
  border-radius: var(--storefront-radius-md);
  background: var(--storefront-surface);
}

body:has(.cart-overview-page) .cart-method-preview-row div {
  display: grid;
  gap: 4px;
}

body:has(.cart-overview-page) .cart-method-preview-row span {
  color: var(--storefront-muted);
  font-size: 0.88rem;
}

body:has(.cart-overview-page) .cart-method-preview-row strong {
  color: var(--storefront-text);
  font-weight: 700;
  line-height: 1.35;
}

body:has(.cart-overview-page) .cart-method-preview-row b {
  color: var(--storefront-muted);
  font-size: 1.08rem;
}

body:has(.cart-overview-page) .cart-summary-actions {
  gap: 12px;
}

body:has(.cart-overview-page) .cart-summary-actions .summary-button,
body:has(.account-page) .summary-button,
body:has(.account-page) .account-back-link,
body:has(.account-page) .address-card-actions button,
body:has(.account-page) .account-orders-pagination button {
  min-height: 44px;
  border-radius: 10px;
}

body:has(.cart-overview-page) .empty-cart {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 40px 24px;
  border: 1px solid #e1ddd2;
  border-radius: 14px;
  background: #fffdfa;
  color: var(--storefront-muted);
  text-align: center;
}

body:has(.cart-overview-page) .empty-cart strong {
  color: var(--storefront-text);
  font-family: var(--storefront-heading-font-family);
  font-size: clamp(1.7rem, 3vw, 2.25rem);
}

body:has(.cart-overview-page) .empty-cart p {
  max-width: 440px;
  margin: 0;
}

body:has(.cart-overview-page) .empty-cart .summary-button {
  width: auto;
  min-width: 180px;
  margin-top: 4px;
  padding: 0 20px;
  text-decoration: none;
}

body:has(.account-page) .account-shell {
  gap: 24px;
}

body:has(.account-page) .account-nav,
body:has(.account-page) .account-content,
body:has(.account-page) .account-status,
body:has(.account-page) .order-card,
body:has(.account-page) .order-info-panel,
body:has(.account-page) .order-items,
body:has(.account-page) .order-totals,
body:has(.account-page) .address-card,
body:has(.account-page) .address-form,
body:has(.account-page) .address-modal-panel,
body:has(.account-page) .storefront-unsaved-dialog {
  border-color: #e1ddd2;
  border-radius: 14px;
  background: rgba(255, 253, 250, 0.92);
  box-shadow: 0 10px 26px rgba(74, 91, 68, 0.06);
}

body:has(.account-page) .account-nav a {
  border-radius: 10px;
}

body:has(.account-page) .account-nav a.is-active,
body:has(.account-page) .account-nav a:hover {
  background: #eef5eb;
}

body:has(.account-page) .profile-field input,
body:has(.account-page) .profile-field select,
body:has(.account-page) .address-field input,
body:has(.account-page) .account-page-size select {
  border-radius: 10px;
}

body:has(.cart-overview-page) footer,
body:has(.account-page) footer {
  margin-top: 58px;
  padding: 44px 0 50px;
  border-top: 1px solid #ddd9cd;
  background: rgba(255, 253, 250, 0.52);
}

body:has(.checkout-shell) {
  background:
    linear-gradient(180deg, #edf4e9 0%, #f8f5ed 42%, #fbf9f2 100%);
}

body:has(.checkout-shell) .cart-page {
  padding-top: 34px;
  padding-bottom: 70px;
}

body:has(.checkout-shell) .cart-layout {
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 28px;
  align-items: start;
}

body:has(.checkout-shell) .cart-layout.is-confirmation-step,
body:has(.checkout-shell) .cart-layout.is-success-state {
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
}

body:has(.checkout-shell) .cart-layout.is-confirmation-step .cart-main,
body:has(.checkout-shell) .cart-layout.is-success-state .cart-main {
  width: 100%;
  justify-self: center;
}

body:has(.checkout-shell) .cart-main,
body:has(.checkout-shell) .cart-summary,
body:has(.checkout-shell) .checkout-panel,
body:has(.checkout-shell) .checkout-progress-panel {
  border-color: #e1ddd2;
  border-radius: var(--storefront-radius-xl);
  background: rgba(255, 253, 250, 0.9);
  box-shadow: 0 14px 32px rgba(74, 91, 68, 0.08);
}

body:has(.checkout-shell) .cart-main,
body:has(.checkout-shell) .cart-summary {
  padding: 26px;
}

body:has(.checkout-shell) .cart-summary {
  position: static;
}

body:has(.checkout-shell) .checkout-shell {
  gap: 16px;
}

body:has(.checkout-shell) .checkout-panel {
  padding: 26px;
}

body:has(.checkout-shell) .checkout-progress-panel {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body:has(.checkout-shell) .checkout-progress-panel .progress-copy {
  margin: 0 0 10px;
  color: var(--storefront-text);
  font-family: var(--storefront-heading-font-family);
  font-size: 1.05rem;
  font-weight: 700;
}

body:has(.checkout-shell) .checkout-progress-panel .progress-track {
  display: flex;
  min-height: 64px;
  gap: 0;
  padding: 10px;
  border-radius: var(--storefront-radius-pill);
  background: #e8edf0;
}

body:has(.checkout-shell) .checkout-progress-panel .progress-track::before {
  display: none;
}

body:has(.checkout-shell) .checkout-progress-panel .progress-fill {
  display: none;
}

body:has(.checkout-shell) .checkout-progress-panel .progress-step {
  position: relative;
  z-index: 1;
  flex: 1 1 0;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: var(--storefront-radius-pill);
  transition: background 160ms ease, color 160ms ease;
}

body:has(.checkout-shell) .checkout-progress-panel .progress-step.is-active {
  background: #fffdfa;
  box-shadow: 0 8px 20px rgba(74, 91, 68, 0.08);
}

body:has(.checkout-shell) .checkout-progress-panel .step-icon {
  width: 28px;
  height: 28px;
  border: 0;
  background: #c9d5df;
  color: #fff;
  box-shadow: none;
  font-size: 0.86rem;
}

body:has(.checkout-shell) .checkout-progress-panel .progress-step.is-active .step-icon,
body:has(.checkout-shell) .checkout-progress-panel .progress-step.is-completed .step-icon {
  background: var(--storefront-accent);
  color: #fff;
}

body:has(.checkout-shell) .checkout-progress-panel .step-label {
  font-family: var(--storefront-heading-font-family);
  font-size: 0.93rem;
  font-weight: 700;
  color: var(--storefront-text);
}

body:has(.checkout-shell) .checkout-progress-panel .progress-step:not(.is-active):not(.is-completed) .step-label {
  color: var(--storefront-muted);
}

body:has(.checkout-shell) .checkout-panel h2,
body:has(.checkout-shell) .cart-summary h2,
body:has(.checkout-shell) .checkout-success h2 {
  font-family: var(--storefront-heading-font-family);
  color: var(--storefront-text);
}

body:has(.checkout-shell) .field-grid {
  gap: 14px;
}

body:has(.checkout-shell) .fake-field {
  min-height: 54px;
  padding: 10px 14px;
  border-color: #e1ddd2;
  border-radius: var(--storefront-radius-md);
  background: #fff;
  box-shadow: none;
}

body:has(.checkout-shell) .fake-field:focus-within {
  border-color: var(--storefront-accent);
  box-shadow: var(--storefront-focus);
}

body:has(.checkout-shell) .fake-field.is-invalid,
body:has(.checkout-shell) .delivery-options.is-invalid .delivery-option {
  border-color: #d97062;
  background: #fff7f5;
}

body:has(.checkout-shell) .fake-field textarea {
  min-height: 84px;
}

body:has(.checkout-shell) .saved-address-selector,
body:has(.checkout-shell) .saved-address-card,
body:has(.checkout-shell) .billing-address-option,
body:has(.checkout-shell) .save-address-option,
body:has(.checkout-shell) .review-card {
  border-color: #e1ddd2;
  border-radius: var(--storefront-radius-lg);
  background: rgba(255, 253, 250, 0.86);
  box-shadow: none;
}

body:has(.checkout-shell) .review-free-shipping-card {
  padding: 12px;
  border-color: #e6dbc2;
  border-radius: 8px;
  background: #fbf8ef;
}

body:has(.checkout-shell) .delivery-options {
  gap: 12px;
}

body:has(.checkout-shell) .delivery-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 74px;
  padding: 14px 16px;
  border-color: #e1ddd2;
  border-radius: var(--storefront-radius-lg);
  background: #fffdfa;
  box-shadow: none;
}

body:has(.checkout-shell) .delivery-option:hover,
body:has(.checkout-shell) .delivery-option:focus-within {
  border-color: var(--storefront-border-strong);
  box-shadow: 0 10px 24px rgba(74, 91, 68, 0.07);
}

body:has(.checkout-shell) .delivery-option:has(input:checked) {
  border-color: var(--storefront-accent);
  background: #f1f7ee;
  box-shadow: 0 0 0 3px rgba(143, 165, 132, 0.16);
}

body:has(.checkout-shell) .delivery-option input {
  width: 18px;
  height: 18px;
  accent-color: var(--storefront-accent-dark);
}

body:has(.checkout-shell) .delivery-option b {
  justify-self: end;
  color: var(--storefront-text);
  font-family: var(--storefront-heading-font-family);
}

body:has(.checkout-shell) .pickup-point-selector {
  margin: -2px 0 4px;
  padding: 0 16px 12px 46px;
}

body:has(.checkout-shell) .pickup-point-selector select {
  min-height: 44px;
  border-color: #e1ddd2;
  border-radius: var(--storefront-radius-md);
  background: #fff;
}

body:has(.checkout-shell) .cart-summary .cart-items {
  gap: 12px;
  margin: 16px 0 12px;
}

body:has(.checkout-shell) .cart-summary .cart-item {
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
  border-color: #e1ddd2;
  border-radius: var(--storefront-radius-lg);
  background: #fff;
  box-shadow: none;
}

body:has(.checkout-shell) .cart-summary .cart-item-image {
  width: 72px;
  height: 72px;
  border-radius: var(--storefront-radius-md);
}

body:has(.checkout-shell) .cart-summary .cart-item-copy h3 {
  margin: 0;
  font-family: var(--storefront-heading-font-family);
  font-size: 1rem;
  line-height: 1.22;
}

body:has(.checkout-shell) .cart-summary .cart-item-description {
  -webkit-line-clamp: 2;
}

body:has(.checkout-shell) .cart-summary .cart-item-benefits,
body:has(.checkout-shell) .cart-summary .cart-item-composition {
  display: none;
}

body:has(.checkout-shell) .cart-summary .cart-item-price {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  justify-items: start;
  gap: 6px 12px;
  margin-top: 2px;
  text-align: left;
}

body:has(.checkout-shell) .cart-summary .cart-price-breakdown {
  grid-column: 1;
  grid-row: 2;
  justify-items: start;
  margin-left: 76px;
}

body:has(.checkout-shell) .cart-summary .cart-quantity-block {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-items: start;
  white-space: nowrap;
}

body:has(.checkout-shell) .cart-summary .cart-line-total {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  justify-self: end;
  white-space: nowrap;
}

body:has(.checkout-shell) .review-product {
  grid-template-columns: 72px minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 0;
}

body:has(.checkout-shell) .review-product + .review-product {
  border-top: 1px solid #e1ddd2;
}

body:has(.checkout-shell) .review-product-number {
  display: none;
}

body:has(.checkout-shell) .review-product-image {
  width: 72px;
  height: 72px;
  border-radius: var(--storefront-radius-md);
}

body:has(.checkout-shell) .review-product-copy strong {
  font-family: var(--storefront-heading-font-family);
  font-size: 1rem;
  line-height: 1.22;
}

body:has(.checkout-shell) .review-product-quantity {
  display: inline-flex;
  min-width: 3ch;
  margin-right: 0;
  justify-content: flex-end;
  color: var(--storefront-muted);
}

body:has(.checkout-shell) .review-product-total {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: end;
  display: grid;
  grid-template-columns: 3ch auto;
  align-items: center;
  gap: 8px;
  justify-items: end;
  min-width: 126px;
  white-space: nowrap;
}

body:has(.checkout-shell) .summary-stats-block,
body:has(.checkout-shell) .summary-methods-block,
body:has(.checkout-shell) .checkout-consents {
  border-color: #e1ddd2;
  border-radius: var(--storefront-radius-lg);
  background: rgba(255, 253, 250, 0.86);
}

body:has(.checkout-shell) .summary-row.total {
  margin-top: 12px;
  padding: 16px;
  border-radius: var(--storefront-radius-lg);
  background: #eef5eb;
}

body:has(.checkout-shell) .summary-row.total strong {
  color: var(--storefront-text);
  font-family: var(--storefront-heading-font-family);
  font-size: 1.35rem;
}

body:has(.checkout-shell) .checkout-consents {
  display: grid;
  gap: 12px;
  padding: 16px;
}

body:has(.checkout-shell) .consent-row {
  align-items: flex-start;
  gap: 10px;
}

body:has(.checkout-shell) .consent-row input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--storefront-accent-dark);
}

body:has(.checkout-shell) .checkout-nav-button,
body:has(.checkout-shell) .summary-button,
body:has(.checkout-shell) .primary-button,
body:has(.checkout-shell) .secondary-button,
body:has(.checkout-shell) .saved-address-use {
  min-height: 46px;
  border-radius: var(--storefront-radius-md);
  font-family: var(--storefront-heading-font-family);
  font-weight: 700;
}

body:has(.checkout-shell) .checkout-nav-button.primary,
body:has(.checkout-shell) .summary-button,
body:has(.checkout-shell) .primary-button {
  border-color: var(--storefront-accent-dark);
  background: var(--storefront-accent);
  color: #fff;
}

body:has(.checkout-shell) .checkout-nav-button.secondary,
body:has(.checkout-shell) .secondary-button {
  border-color: #d9d4c8;
  background: #fffdfa;
  color: var(--storefront-text);
}

body:has(.checkout-shell) .checkout-success {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-color: var(--storefront-border-strong);
  border-radius: var(--storefront-radius-xl);
  background: linear-gradient(180deg, #fbfdf8 0%, #eef5eb 100%);
  box-shadow: 0 14px 32px rgba(74, 91, 68, 0.08);
}

body:has(.checkout-shell) .checkout-success::before {
  content: "";
  position: absolute;
  inset: 14px auto auto 18px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--storefront-gold);
  box-shadow:
    38px 10px 0 rgba(143, 165, 132, 0.55),
    74px -2px 0 rgba(200, 166, 92, 0.55),
    112px 16px 0 rgba(143, 165, 132, 0.35);
  opacity: 0;
  animation: storefront-success-sparkle 900ms ease 120ms both;
}

body:has(.checkout-shell) .cart-layout.is-success-state .cart-main,
body:has(.checkout-shell) .cart-layout.is-success-state .checkout-panel {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body:has(.checkout-shell) .cart-layout.is-success-state .checkout-success {
  max-width: 760px;
  margin: 0 auto;
}

body:has(.checkout-shell) .cart-layout.is-confirmation-step .checkout-action-row .checkout-nav-button.secondary {
  border-color: var(--storefront-border-strong);
  background: var(--storefront-accent-soft);
  color: var(--storefront-text);
  font-weight: 800;
}

body:has(.order-status-page) .order-status-panel {
  position: relative;
  overflow: hidden;
  border-color: var(--storefront-border-strong);
  border-radius: var(--storefront-radius-xl);
  background: linear-gradient(180deg, #fbfdf8 0%, #eef5eb 100%);
  box-shadow: 0 14px 32px rgba(74, 91, 68, 0.08);
}

body:has(.order-status-page) .order-status-panel::before {
  content: "";
  position: absolute;
  inset: 14px auto auto 18px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--storefront-gold);
  box-shadow:
    38px 10px 0 rgba(143, 165, 132, 0.55),
    74px -2px 0 rgba(200, 166, 92, 0.55),
    112px 16px 0 rgba(143, 165, 132, 0.35);
  opacity: 0;
  animation: storefront-success-sparkle 900ms ease 120ms both;
}

body:has(.order-status-page) .order-status-panel h1 {
  color: var(--storefront-text);
  font-family: var(--storefront-heading-font-family);
  letter-spacing: 0;
}

@keyframes storefront-success-sparkle {
  0% {
    opacity: 0;
    transform: translateY(8px) scale(0.75);
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-8px) scale(1);
  }
}

body:has(.checkout-shell) footer {
  margin-top: 58px;
  padding: 44px 0 50px;
  border-top: 1px solid #ddd9cd;
  background: rgba(255, 253, 250, 0.52);
}

body:has(.products-section),
body:has(.product-page),
body:has(.cart-overview-page),
body:has(.checkout-shell),
body:has(.account-page),
body:has(.order-status-page) {
  background: linear-gradient(180deg, #e1e8dd 0%, #e8eee4 100%);
}

body:has(.products-section) .site-header,
body:has(.product-page) .site-header,
body:has(.cart-overview-page) .site-header,
body:has(.checkout-shell) .site-header,
body:has(.account-page) .site-header,
body:has(.order-status-page) .site-header {
  background: #f8f7f4;
  border-bottom: 1px solid #d8ded1;
}

body:has(.products-section) .header-main,
body:has(.product-page) .header-main,
body:has(.cart-overview-page) .header-main,
body:has(.checkout-shell) .header-main,
body:has(.account-page) .header-main,
body:has(.order-status-page) .header-main {
  min-height: 104px;
  grid-template-columns: 190px minmax(320px, 1fr) auto;
  padding: 0;
  align-items: center;
  gap: 28px;
}

body:has(.products-section) .site-header .brand-logo,
body:has(.product-page) .site-header .brand-logo,
body:has(.cart-overview-page) .site-header .brand-logo,
body:has(.checkout-shell) .site-header .brand-logo,
body:has(.account-page) .site-header .brand-logo,
body:has(.order-status-page) .site-header .brand-logo {
  width: 146px;
  height: auto;
}

body:has(.products-section) .main-nav,
body:has(.product-page) .main-nav,
body:has(.cart-overview-page) .main-nav,
body:has(.checkout-shell) .main-nav,
body:has(.account-page) .main-nav,
body:has(.order-status-page) .main-nav {
  border-top: 1px solid #d8ded1;
  border-bottom: 0;
  background: #ebe8df;
  box-shadow: 0 8px 22px rgba(135, 146, 126, 0.08);
}

body:has(.products-section) .nav-inner,
body:has(.product-page) .nav-inner,
body:has(.cart-overview-page) .nav-inner,
body:has(.checkout-shell) .nav-inner,
body:has(.account-page) .nav-inner,
body:has(.order-status-page) .nav-inner {
  min-height: 64px;
}

body:has(.products-section) .main-nav a,
body:has(.product-page) .main-nav a,
body:has(.cart-overview-page) .main-nav a,
body:has(.checkout-shell) .main-nav a,
body:has(.account-page) .main-nav a,
body:has(.order-status-page) .main-nav a {
  min-height: 42px;
  gap: 8px;
  padding: 0 14px;
  border-radius: 999px;
  color: #5e685f;
  font-size: 0.95rem;
  font-weight: 500;
}

body:has(.products-section) .nav-icon,
body:has(.product-page) .nav-icon,
body:has(.cart-overview-page) .nav-icon,
body:has(.checkout-shell) .nav-icon,
body:has(.account-page) .nav-icon,
body:has(.order-status-page) .nav-icon {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #dfe8dc;
  color: #72846a;
  font-size: 0.8rem;
}

body:has(.products-section) .nav-icon i,
body:has(.product-page) .nav-icon i,
body:has(.cart-overview-page) .nav-icon i,
body:has(.checkout-shell) .nav-icon i,
body:has(.account-page) .nav-icon i,
body:has(.order-status-page) .nav-icon i {
  font-size: 0.8rem;
}

body:has(.products-section) .site-header .purchase-progress,
body:has(.product-page) .site-header .purchase-progress,
body:has(.cart-overview-page) .site-header .purchase-progress,
body:has(.checkout-shell) .site-header .purchase-progress,
body:has(.account-page) .site-header .purchase-progress,
body:has(.order-status-page) .site-header .purchase-progress {
  gap: 8px;
  padding: 10px 0 8px;
}

body:has(.products-section) .site-header .progress-track,
body:has(.product-page) .site-header .progress-track,
body:has(.cart-overview-page) .site-header .progress-track,
body:has(.checkout-shell) .site-header .progress-track,
body:has(.account-page) .site-header .progress-track,
body:has(.order-status-page) .site-header .progress-track {
  min-height: 52px;
  padding-top: 10px;
}

body:has(.products-section) .site-header .progress-track::before,
body:has(.product-page) .site-header .progress-track::before,
body:has(.cart-overview-page) .site-header .progress-track::before,
body:has(.checkout-shell) .site-header .progress-track::before,
body:has(.account-page) .site-header .progress-track::before,
body:has(.order-status-page) .site-header .progress-track::before,
body:has(.products-section) .site-header .progress-fill,
body:has(.product-page) .site-header .progress-fill,
body:has(.cart-overview-page) .site-header .progress-fill,
body:has(.checkout-shell) .site-header .progress-fill,
body:has(.account-page) .site-header .progress-fill,
body:has(.order-status-page) .site-header .progress-fill {
  top: 20px;
  left: 36px;
  right: 36px;
  height: 4px;
}

body:has(.products-section) .site-header .progress-fill,
body:has(.product-page) .site-header .progress-fill,
body:has(.cart-overview-page) .site-header .progress-fill,
body:has(.checkout-shell) .site-header .progress-fill,
body:has(.account-page) .site-header .progress-fill,
body:has(.order-status-page) .site-header .progress-fill {
  max-width: calc(100% - 72px);
  background: #95a98b;
}

body:has(.products-section) .site-header .step-icon,
body:has(.product-page) .site-header .step-icon,
body:has(.cart-overview-page) .site-header .step-icon,
body:has(.checkout-shell) .site-header .step-icon,
body:has(.account-page) .site-header .step-icon,
body:has(.order-status-page) .site-header .step-icon {
  width: 24px;
  height: 24px;
  border: 1px solid #d6d3c9;
  background: #fff;
}

body:has(.products-section) .site-header .step-icon i,
body:has(.product-page) .site-header .step-icon i,
body:has(.cart-overview-page) .site-header .step-icon i,
body:has(.checkout-shell) .site-header .step-icon i,
body:has(.account-page) .site-header .step-icon i,
body:has(.order-status-page) .site-header .step-icon i {
  font-size: 0.72rem;
}

body:has(.products-section) .site-header .step-label,
body:has(.product-page) .site-header .step-label,
body:has(.cart-overview-page) .site-header .step-label,
body:has(.checkout-shell) .site-header .step-label,
body:has(.account-page) .site-header .step-label,
body:has(.order-status-page) .site-header .step-label {
  font-size: 0.8rem;
}

body:has(.products-section) .site-header .progress-copy,
body:has(.product-page) .site-header .progress-copy,
body:has(.cart-overview-page) .site-header .progress-copy,
body:has(.checkout-shell) .site-header .progress-copy,
body:has(.account-page) .site-header .progress-copy,
body:has(.order-status-page) .site-header .progress-copy {
  color: #59645b;
  font-size: 0.95rem;
}

body:has(.products-section) .mini-cart-dropdown,
body:has(.product-page) .mini-cart-dropdown,
body:has(.cart-overview-page) .mini-cart-dropdown,
body:has(.checkout-shell) .mini-cart-dropdown,
body:has(.account-page) .mini-cart-dropdown,
body:has(.order-status-page) .mini-cart-dropdown,
body:has(.products-section) .account-dropdown,
body:has(.product-page) .account-dropdown,
body:has(.cart-overview-page) .account-dropdown,
body:has(.checkout-shell) .account-dropdown,
body:has(.account-page) .account-dropdown,
body:has(.order-status-page) .account-dropdown,
body:has(.products-section) .mini-cart-dropdown::before,
body:has(.product-page) .mini-cart-dropdown::before,
body:has(.cart-overview-page) .mini-cart-dropdown::before,
body:has(.checkout-shell) .mini-cart-dropdown::before,
body:has(.account-page) .mini-cart-dropdown::before,
body:has(.order-status-page) .mini-cart-dropdown::before,
body:has(.products-section) .account-dropdown::before,
body:has(.product-page) .account-dropdown::before,
body:has(.cart-overview-page) .account-dropdown::before,
body:has(.checkout-shell) .account-dropdown::before,
body:has(.account-page) .account-dropdown::before,
body:has(.order-status-page) .account-dropdown::before {
  background: #fff;
}

body:has(.products-section) .mini-cart-dropdown,
body:has(.product-page) .mini-cart-dropdown,
body:has(.cart-overview-page) .mini-cart-dropdown,
body:has(.checkout-shell) .mini-cart-dropdown,
body:has(.account-page) .mini-cart-dropdown,
body:has(.order-status-page) .mini-cart-dropdown,
body:has(.products-section) .account-dropdown,
body:has(.product-page) .account-dropdown,
body:has(.cart-overview-page) .account-dropdown,
body:has(.checkout-shell) .account-dropdown,
body:has(.account-page) .account-dropdown,
body:has(.order-status-page) .account-dropdown {
  box-shadow: 0 14px 34px rgba(74, 91, 68, 0.12) !important;
}

body:has(.products-section) footer,
body:has(.product-page) footer,
body:has(.cart-overview-page) footer,
body:has(.checkout-shell) footer,
body:has(.account-page) footer,
body:has(.order-status-page) footer {
  margin-top: 50px;
  padding: 44px 0 50px;
  border-top: 1px solid #ddd9cd;
  background: rgba(255, 253, 250, 0.52);
}

body:has(.products-section) .footer-brand .brand-logo,
body:has(.product-page) .footer-brand .brand-logo,
body:has(.cart-overview-page) .footer-brand .brand-logo,
body:has(.checkout-shell) .footer-brand .brand-logo,
body:has(.account-page) .footer-brand .brand-logo,
body:has(.order-status-page) .footer-brand .brand-logo {
  width: 118px;
  height: auto;
}

@media (max-width: 920px) {
  .product-page .hero,
  .product-page .story-grid,
  .product-page .related,
  .product-page .feature-strip,
  .product-page .related-list,
  .product-page .order-info-panel .stack-list,
  .product-page .product-reviews {
    grid-template-columns: 1fr;
  }

  .product-page .story-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body:has(.products-section) .header-main {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body:has(.products-section) .header-actions {
    justify-content: center;
  }

  @media (min-width: 861px) {
    body:has(.products-section) .header-main {
      grid-template-columns: 190px minmax(320px, 1fr) auto;
      gap: 28px;
    }

    body:has(.products-section) .header-actions {
      justify-content: flex-end;
    }
  }

  body:has(.products-section) .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body:has(.cart-overview-page) .cart-item {
    grid-template-columns: 82px minmax(0, 1fr);
    align-items: start;
  }

  body:has(.cart-overview-page) .cart-item-image {
    width: 82px;
    height: 82px;
  }

  body:has(.cart-overview-page) .cart-item-price {
    grid-column: 2;
    justify-items: start;
    align-self: start;
    text-align: left;
  }

  body:has(.cart-overview-page) .cart-price-breakdown,
  body:has(.cart-overview-page) .cart-quantity-block {
    justify-items: start;
  }

  body:has(.account-page) .account-shell {
    grid-template-columns: 1fr;
  }

  body:has(.checkout-shell) .cart-layout {
    grid-template-columns: 1fr;
  }

  body:has(.checkout-shell) .cart-summary {
    position: static;
  }

  body:has(.checkout-shell) .delivery-option {
    grid-template-columns: auto minmax(0, 1fr);
  }

  body:has(.checkout-shell) .delivery-option b {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(1240px, calc(100% - 24px));
  }

  .cart-main,
  .cart-summary,
  .checkout-panel,
  .cart-overview,
  .account-content,
  .product-gallery,
  .purchase-panel,
  .story-panel {
    border-radius: var(--storefront-radius-lg);
  }

  .product-page .hero {
    gap: 18px;
  }

  .product-page .purchase-panel {
    gap: 11px;
  }

  .product-page .buy-row {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .product-page .compact-bundle {
    grid-template-columns: 72px minmax(0, 1fr) 46px;
  }

  .product-page .compact-bundle .bundle-title {
    white-space: normal;
  }

  .product-page .qty,
  .product-page .add-cart {
    width: 100%;
  }

  .product-page .price {
    order: -1;
  }

  .product-page .feature-strip,
  .product-page .story-grid,
  .product-page .related {
    gap: 14px;
  }

  .product-page .related-item {
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: start;
  }

  .product-page .related-actions {
    grid-column: 1 / -1;
    justify-content: stretch;
  }

  .product-page .related-action {
    flex: 1 1 0;
  }

  .product-page .product-story-block,
  .product-page .review-summary-card,
  .product-page .reviews-list-card {
    padding: 20px;
  }

  .product-page .story-benefits,
  .product-page .routine-steps {
    grid-template-columns: 1fr;
  }

  .product-page .reviews-heading {
    display: grid;
  }

  body:has(.product-page) footer {
    margin-top: 50px;
    padding: 34px 0 40px;
  }

  body:has(.products-section) {
    padding-top: 190px;
  }

  body:has(.products-section) .header-main {
    grid-template-columns: auto 1fr;
    gap: 12px;
    min-height: auto;
  }

  .site-header .header-main {
    min-height: auto;
    padding: 12px 0;
  }

  body:has(.products-section) .site-header .header-main,
  body:has(.product-page) .site-header .header-main,
  body:has(.cart-overview-page) .site-header .header-main,
  body:has(.checkout-shell) .site-header .header-main,
  body:has(.account-page) .site-header .header-main,
  body:has(.order-status-page) .site-header .header-main {
    grid-template-columns: auto 1fr;
    gap: 12px;
  }

  body:has(.products-section) .site-header .purchase-progress,
  body:has(.product-page) .site-header .purchase-progress,
  body:has(.cart-overview-page) .site-header .purchase-progress,
  body:has(.checkout-shell) .site-header .purchase-progress,
  body:has(.account-page) .site-header .purchase-progress,
  body:has(.order-status-page) .site-header .purchase-progress {
    grid-column: 1 / -1;
    width: 100%;
  }

  body:has(.products-section) .site-header .brand-logo {
    width: 76px;
  }

  body:has(.products-section) .header-actions {
    justify-content: flex-end;
    gap: 6px;
  }

  body:has(.products-section) .action-link,
  body:has(.products-section) .mobile-menu-button {
    height: 40px;
    min-height: 40px;
  }

  body:has(.products-section) .mobile-menu-button {
    width: 40px;
    min-width: 40px;
    padding: 0;
  }

  body:has(.products-section) .purchase-progress {
    max-width: none;
  }

  body:has(.products-section) .progress-copy {
    text-align: left;
  }

  body:has(.products-section) .site-header.is-cart-empty .progress-track {
    display: none;
  }

  body:has(.products-section) .main-nav a {
    min-height: 42px;
    justify-content: flex-start;
    font-size: 0.94rem;
  }

  body:has(.products-section) .products-section {
    padding: 20px;
    border-radius: 14px;
  }

  body:has(.products-section) .product-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body:has(.products-section) .product-card h2,
  body:has(.products-section) .product-card p {
    min-height: 0;
  }

  .site-header .brand-logo {
    width: 76px;
  }

  .footer-brand .brand-logo {
    width: 92px;
  }

  body:has(.cart-overview-page) {
    padding-top: 190px;
  }

  body:has(.cart-overview-page) .cart-overview {
    padding: 20px;
    border-radius: 14px;
  }

  body:has(.cart-overview-page) .cart-summary-actions {
    grid-template-columns: 1fr;
  }

  body:has(.cart-overview-page) .cart-item {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }

  body:has(.cart-overview-page) .cart-item-image {
    width: 72px;
    height: 72px;
  }

  body:has(.account-page) {
    padding-top: 190px;
  }

  body:has(.account-page) .account-content,
  body:has(.account-page) .account-nav,
  body:has(.account-page) .address-form {
    padding: 18px;
  }

  body:has(.checkout-shell) {
    padding-top: 190px;
  }

  body:has(.checkout-shell) .cart-page {
    padding-top: 24px;
    padding-bottom: 46px;
  }

  body:has(.checkout-shell) .cart-main,
  body:has(.checkout-shell) .cart-summary,
  body:has(.checkout-shell) .checkout-panel,
  body:has(.checkout-shell) .checkout-progress-panel {
    border-radius: var(--storefront-radius-lg);
  }

  body:has(.checkout-shell) .cart-main,
  body:has(.checkout-shell) .cart-summary,
  body:has(.checkout-shell) .checkout-panel {
    padding: 20px;
  }

  body:has(.checkout-shell) .checkout-progress-panel {
    padding: 0;
  }

  body:has(.checkout-shell) .checkout-progress-panel .progress-track {
    min-height: 64px;
    padding: 8px;
  }

  body:has(.checkout-shell) .cart-summary .cart-item {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  body:has(.checkout-shell) .cart-summary .cart-item-image {
    width: 64px;
    height: 64px;
  }

  body:has(.checkout-shell) .cart-summary .cart-item-price {
    grid-column: 2;
    justify-items: start;
    text-align: left;
  }

  body:has(.checkout-shell) .cart-summary .cart-price-breakdown,
  body:has(.checkout-shell) .cart-summary .cart-quantity-block,
  body:has(.checkout-shell) .cart-summary .cart-line-total {
    grid-column: 1 / -1;
    grid-row: auto;
    justify-self: start;
  }

  body:has(.checkout-shell) .cart-summary .cart-item-price {
    grid-template-columns: 1fr;
  }

  body:has(.checkout-shell) .review-product {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  body:has(.checkout-shell) .review-product-image {
    width: 64px;
    height: 64px;
  }

  body:has(.checkout-shell) .review-product-total {
    grid-column: 2;
    grid-row: auto;
    justify-self: start;
  }

  body:has(.checkout-shell) .pickup-point-selector {
    padding-left: 0;
  }
}

/* Final storefront shell standard. Keep this block last so page CSS cannot drift. */
body:has(.products-section),
body:has(.product-page),
body:has(.cart-overview-page),
body:has(.checkout-shell),
body:has(.account-page),
body:has(.order-status-page) {
  background: #e2e9de !important;
}

.site-header,
body:has(.products-section) .site-header,
body:has(.product-page) .site-header,
body:has(.cart-overview-page) .site-header,
body:has(.checkout-shell) .site-header,
body:has(.account-page) .site-header,
body:has(.order-status-page) .site-header {
  background: #e2e9de !important;
  background-color: #e2e9de !important;
}

.main-nav,
body:has(.products-section) .main-nav,
body:has(.product-page) .main-nav,
body:has(.cart-overview-page) .main-nav,
body:has(.checkout-shell) .main-nav,
body:has(.account-page) .main-nav,
body:has(.order-status-page) .main-nav {
  background: #f7f4ec !important;
  background-color: #f7f4ec !important;
}

.main-nav a,
body:has(.products-section) .main-nav a,
body:has(.product-page) .main-nav a,
body:has(.cart-overview-page) .main-nav a,
body:has(.checkout-shell) .main-nav a,
body:has(.account-page) .main-nav a,
body:has(.order-status-page) .main-nav a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgb(49, 58, 50);
  font-size: 1.18rem;
  font-weight: 500;
  white-space: nowrap;
}

.nav-icon i,
body:has(.products-section) .nav-icon i,
body:has(.product-page) .nav-icon i,
body:has(.cart-overview-page) .nav-icon i,
body:has(.checkout-shell) .nav-icon i,
body:has(.account-page) .nav-icon i,
body:has(.order-status-page) .nav-icon i {
  color: currentColor;
  font-size: 23px;
}

.main-nav a.is-active,
.main-nav a[data-category-link].is-active,
body:has(.products-section) .main-nav a.is-active,
body:has(.products-section) .main-nav a[data-category-link].is-active,
body:has(.product-page) .main-nav a.is-active,
body:has(.cart-overview-page) .main-nav a.is-active,
body:has(.checkout-shell) .main-nav a.is-active,
body:has(.account-page) .main-nav a.is-active,
body:has(.order-status-page) .main-nav a.is-active {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgb(49, 58, 50);
  font-size: 1.18rem;
  font-weight: 500;
  white-space: nowrap;
  background: rgba(226, 233, 222, 0.72);
  box-shadow: none;
  transform: none;
}

.main-nav a.is-active .nav-icon,
.main-nav a[data-category-link].is-active .nav-icon,
body:has(.products-section) .main-nav a.is-active .nav-icon,
body:has(.products-section) .main-nav a[data-category-link].is-active .nav-icon {
  color: rgb(49, 58, 50);
}

.main-nav a.is-active .nav-icon i,
.main-nav a[data-category-link].is-active .nav-icon i,
body:has(.products-section) .main-nav a.is-active .nav-icon i,
body:has(.products-section) .main-nav a[data-category-link].is-active .nav-icon i {
  color: currentColor;
  font-size: 23px;
}

.main-nav .nav-inner > a,
body:has(.products-section) .main-nav .nav-inner > a,
body:has(.product-page) .main-nav .nav-inner > a,
body:has(.cart-overview-page) .main-nav .nav-inner > a,
body:has(.checkout-shell) .main-nav .nav-inner > a,
body:has(.account-page) .main-nav .nav-inner > a,
body:has(.order-status-page) .main-nav .nav-inner > a {
  text-transform: uppercase !important;
}

@media (min-width: 761px) {
  .main-nav .mobile-account-section {
    display: none !important;
  }
}

.page,
.cart-page,
.account-page,
.order-status-page,
body:has(.products-section) .page,
body:has(.product-page) .product-page,
body:has(.cart-overview-page) .cart-page,
body:has(.checkout-shell) .cart-page,
body:has(.account-page) .account-page,
body:has(.order-status-page) .order-status-page {
  background: #e2e9de !important;
  background-color: #e2e9de !important;
}

.site-header .brand-logo {
  width: 146px;
  height: auto;
}

.footer-brand .brand-logo {
  width: 118px;
  height: auto;
}

.mini-cart-dropdown,
.account-dropdown,
.mini-cart-dropdown::before,
.account-dropdown::before {
  background: #fff !important;
  background-color: #fff !important;
}

/* Original Zenbio Purchase Progress structure/style. */
.site-header .purchase-progress {
  display: grid !important;
  gap: 12px !important;
  width: 100%;
  max-width: none !important;
  justify-self: stretch !important;
  padding: 6px 4px 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.site-header .progress-copy {
  margin: 0;
  color: #536355 !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  text-align: center !important;
}

.site-header .progress-copy strong {
  color: #2e3b31;
}

.site-header .progress-track {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  align-items: start !important;
  gap: 12px !important;
  min-height: 74px !important;
  padding-top: 0 !important;
}

.site-header .progress-track::before {
  content: "";
  position: absolute;
  top: 17px !important;
  left: 11% !important;
  right: 11% !important;
  height: 8px !important;
  border-radius: 999px;
  background: #d8e2d7 !important;
}

.site-header .progress-fill {
  position: absolute;
  top: 17px !important;
  left: 11% !important;
  width: 0;
  max-width: 78% !important;
  height: 8px !important;
  border-radius: 999px;
  background: linear-gradient(90deg, #99b4a1 0%, #b6ccb8 100%) !important;
  animation: none !important;
}

.site-header .progress-step {
  position: relative;
  z-index: 1;
  display: grid !important;
  justify-items: center !important;
  gap: 12px !important;
  color: #445449 !important;
  font-size: 0.92rem !important;
  text-align: center !important;
}

.site-header .step-icon {
  width: 42px !important;
  height: 42px !important;
  display: grid !important;
  place-items: center !important;
  border: 4px solid #d8e2d7 !important;
  border-radius: 50%;
  background: #f7f4ec !important;
  box-shadow: 0 6px 18px rgba(125, 143, 123, 0.16) !important;
}

.site-header .progress-step.reached .step-icon,
.site-header .progress-step.is-completed .step-icon {
  border-color: #9db3a2 !important;
  background: #f0f5ee !important;
}

.site-header .step-icon i {
  color: #8ba089 !important;
  font-size: 18px !important;
}

.site-header .step-label {
  color: #445449 !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
}

/* Shared storefront header actions. Keep account/cart controls identical across public pages. */
.site-header .header-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 14px !important;
  min-height: 46px;
  font-size: 17px;
  flex-wrap: nowrap;
}

.site-header .action-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: 46px;
  font-size: 17px !important;
  line-height: 1 !important;
  white-space: nowrap;
}

.site-header .icon-action {
  position: relative;
  min-width: 0;
}

.site-header .action-icon {
  flex: 0 0 auto;
}

.site-header .cart-link .cart-badge {
  position: static !important;
  inset: auto !important;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  min-width: 20px;
  height: 20px;
  margin-left: 2px;
  padding: 0 6px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1;
  transform: none !important;
}

.site-header.is-cart-empty .cart-link .cart-badge,
.site-header .cart-link .cart-badge:empty,
.site-header .cart-link .cart-badge[hidden] {
  display: none !important;
}

.site-header .mini-cart-dropdown,
.site-header .account-dropdown,
.site-header .mini-cart-dropdown::before,
.site-header .account-dropdown::before {
  background: #fff !important;
  background-color: #fff !important;
}

/* Cart overview summary polish. */
body:has(.cart-overview-page) .summary-stats-block {
  overflow: hidden;
  border: 1px solid #d8e2d1 !important;
  border-radius: 12px !important;
  background: #fffdfa !important;
  color: #24312d !important;
}

body:has(.cart-overview-page) .summary-stats-block .summary-row {
  display: flex !important;
  min-height: 42px;
  padding: 0 14px !important;
  border-bottom: 1px solid #e7e2d8 !important;
  color: #24312d !important;
  font-size: 1rem !important;
}

body:has(.cart-overview-page) .summary-stats-block .summary-row-subtotal {
  min-height: 48px;
  border-bottom: 0 !important;
  background: #e8efe4 !important;
  font-weight: 800 !important;
  font-size: 1.18rem !important;
}

body:has(.cart-overview-page) .summary-stats-block .summary-row strong {
  color: #24312d !important;
  font-weight: 800 !important;
}

body:has(.cart-overview-page) .cart-method-preview {
  gap: 12px !important;
  padding: 18px !important;
  border: 1px solid #e1ddd2 !important;
  border-radius: 14px !important;
  background: rgba(255, 253, 250, 0.92) !important;
  box-shadow: none !important;
}

body:has(.cart-overview-page) .cart-method-preview h2 {
  color: #6d8662 !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

body:has(.cart-overview-page) .cart-method-preview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 0.55fr);
  gap: 28px;
}

body:has(.cart-overview-page) .cart-method-preview-column {
  display: grid;
  align-content: start;
  gap: 6px;
}

body:has(.cart-overview-page) .cart-method-preview-column span {
  color: #6d756c !important;
  font-size: 0.92rem !important;
  font-weight: 400 !important;
}

body:has(.cart-overview-page) .cart-method-preview-column strong,
body:has(.cart-overview-page) .cart-method-preview-column b {
  color: #24312d !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.35;
}

body:has(.cart-overview-page) .cart-method-preview-column strong + span,
body:has(.cart-overview-page) .cart-method-preview-column b + span {
  margin-top: 8px;
}

body:has(.cart-overview-page) .cart-method-price-column {
  justify-items: start;
}

/* Storefront homepage shell is the canonical public navigation style. */
.main-nav,
body:has(.products-section) .main-nav,
body:has(.product-page) .main-nav,
body:has(.cart-overview-page) .main-nav,
body:has(.checkout-shell) .main-nav,
body:has(.account-page) .main-nav,
body:has(.order-status-page) .main-nav {
  min-height: 65px !important;
  background: #f7f4ec !important;
  background-color: #f7f4ec !important;
  border-top: 1px solid #d8ded1 !important;
  border-bottom: 0 !important;
  box-shadow: 0 8px 22px rgba(135, 146, 126, 0.08) !important;
}

.main-nav .nav-inner,
body:has(.products-section) .main-nav .nav-inner,
body:has(.product-page) .main-nav .nav-inner,
body:has(.cart-overview-page) .main-nav .nav-inner,
body:has(.checkout-shell) .main-nav .nav-inner,
body:has(.account-page) .main-nav .nav-inner,
body:has(.order-status-page) .main-nav .nav-inner {
  min-height: 65px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(24px, 4vw, 72px) !important;
}

.main-nav .nav-inner > a,
body:has(.products-section) .main-nav .nav-inner > a,
body:has(.product-page) .main-nav .nav-inner > a,
body:has(.cart-overview-page) .main-nav .nav-inner > a,
body:has(.checkout-shell) .main-nav .nav-inner > a,
body:has(.account-page) .main-nav .nav-inner > a,
body:has(.order-status-page) .main-nav .nav-inner > a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 46px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  color: rgb(49, 58, 50) !important;
  font-family: var(--storefront-heading-font-family) !important;
  font-size: 1.18rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease !important;
}

.main-nav .nav-inner > a .nav-icon,
body:has(.products-section) .main-nav .nav-inner > a .nav-icon,
body:has(.product-page) .main-nav .nav-inner > a .nav-icon,
body:has(.cart-overview-page) .main-nav .nav-inner > a .nav-icon,
body:has(.checkout-shell) .main-nav .nav-inner > a .nav-icon,
body:has(.account-page) .main-nav .nav-inner > a .nav-icon,
body:has(.order-status-page) .main-nav .nav-inner > a .nav-icon {
  width: 32px !important;
  height: 32px !important;
  flex: 0 0 32px !important;
  display: grid !important;
  place-items: center !important;
  align-self: center !important;
  border-radius: 999px !important;
  background: #e6eee2 !important;
  color: #31584b !important;
  line-height: 1 !important;
}

.main-nav .nav-inner > a .nav-icon i,
body:has(.products-section) .main-nav .nav-inner > a .nav-icon i,
body:has(.product-page) .main-nav .nav-inner > a .nav-icon i,
body:has(.cart-overview-page) .main-nav .nav-inner > a .nav-icon i,
body:has(.checkout-shell) .main-nav .nav-inner > a .nav-icon i,
body:has(.account-page) .main-nav .nav-inner > a .nav-icon i,
body:has(.order-status-page) .main-nav .nav-inner > a .nav-icon i {
  display: block !important;
  color: currentColor !important;
  font-size: 23px !important;
  line-height: 1 !important;
  text-align: center !important;
}

.main-nav .nav-inner > a > span:not(.nav-icon),
body:has(.products-section) .main-nav .nav-inner > a > span:not(.nav-icon),
body:has(.product-page) .main-nav .nav-inner > a > span:not(.nav-icon),
body:has(.cart-overview-page) .main-nav .nav-inner > a > span:not(.nav-icon),
body:has(.checkout-shell) .main-nav .nav-inner > a > span:not(.nav-icon),
body:has(.account-page) .main-nav .nav-inner > a > span:not(.nav-icon),
body:has(.order-status-page) .main-nav .nav-inner > a > span:not(.nav-icon) {
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1 !important;
}

.main-nav .nav-inner > a:hover,
.main-nav .nav-inner > a.is-active,
.main-nav .nav-inner > a[data-category-link].is-active,
body:has(.products-section) .main-nav .nav-inner > a:hover,
body:has(.products-section) .main-nav .nav-inner > a.is-active,
body:has(.product-page) .main-nav .nav-inner > a:hover,
body:has(.cart-overview-page) .main-nav .nav-inner > a:hover,
body:has(.checkout-shell) .main-nav .nav-inner > a:hover,
body:has(.account-page) .main-nav .nav-inner > a:hover,
body:has(.order-status-page) .main-nav .nav-inner > a:hover {
  background: #e3eddf !important;
  color: #1f332c !important;
  box-shadow: inset 0 0 0 1px rgba(99, 127, 92, 0.16) !important;
  transform: none !important;
}

.main-nav .nav-inner > a:hover .nav-icon,
.main-nav .nav-inner > a.is-active .nav-icon,
.main-nav .nav-inner > a[data-category-link].is-active .nav-icon {
  background: #d6e5d1 !important;
  color: #244d3f !important;
}

body:has(.checkout-shell) .review-subtotal-row {
  margin-top: 14px !important;
  padding: 14px 16px !important;
  border: 1px solid #d8e2d1 !important;
  border-radius: 12px !important;
  background: #e8efe4 !important;
  color: #24312d !important;
  font-weight: 800 !important;
}

body:has(.checkout-shell) .review-subtotal-row strong {
  color: #24312d !important;
  font-size: 1.08rem !important;
}

body:has(.checkout-shell) .review-total-card {
  border-color: #e0c349 !important;
  background: #fbed9c !important;
  color: #2f2600 !important;
}

body:has(.checkout-shell) .review-final-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  color: #2f2600 !important;
  font-weight: 800;
}

body:has(.checkout-shell) .review-final-total strong {
  color: #2f2600 !important;
  font-family: var(--storefront-heading-font-family);
  font-size: 1.6rem !important;
  line-height: 1;
}

body:has(.checkout-shell) [data-checkout-submit].summary-button {
  border-color: #d1b200 !important;
  background: #f4d20a !important;
  color: #11170f !important;
}

body:has(.checkout-shell) [data-checkout-submit].summary-button.is-disabled,
body:has(.checkout-shell) [data-checkout-submit].summary-button:disabled {
  border-color: #d1b200 !important;
  background: #f4d20a !important;
  color: #11170f !important;
  cursor: not-allowed !important;
  pointer-events: auto !important;
  opacity: 0.72;
}

body:has(.checkout-shell) [data-checkout-submit].summary-button:hover:not(:disabled) {
  background: #e8c600 !important;
  color: #11170f !important;
}

body:has(.checkout-shell) [data-checkout-submit].summary-button[aria-disabled="true"],
body:has(.checkout-shell) [data-checkout-submit].summary-button[aria-disabled="true"]:hover {
  border-color: #d1b200 !important;
  background: #f4d20a !important;
  color: #11170f !important;
  cursor: not-allowed !important;
  pointer-events: auto !important;
}

.site-header .account-dropdown::before {
  right: 88px !important;
}

.site-header .account-dropdown a:hover,
.site-header .account-dropdown button:hover,
.site-header .mini-cart-item:hover {
  background: #eef5eb !important;
  color: #24312d !important;
}

.site-header .mini-cart-heading {
  margin: 0 44px 14px 2px;
  color: #24312d;
  font-family: var(--storefront-heading-font-family);
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 1.2;
}

.site-header .mini-cart-dropdown {
  box-sizing: border-box !important;
  width: min(380px, calc(100vw - 24px)) !important;
  max-width: min(380px, calc(100vw - 24px)) !important;
  max-height: calc(100vh - 140px) !important;
  display: none;
  flex-direction: column !important;
  overflow: visible !important;
  padding: 18px 14px 14px !important;
  box-shadow: 0 14px 34px rgba(74, 91, 68, 0.12) !important;
}

.site-header .mini-cart-dropdown::before {
  content: "" !important;
  position: absolute !important;
  top: -9px !important;
  right: 46px !important;
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  border-top: 1px solid var(--storefront-border) !important;
  border-left: 1px solid var(--storefront-border) !important;
  background: #fff !important;
  transform: rotate(45deg) !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

.site-header .header-actions.is-mini-cart-open .mini-cart-dropdown,
.site-header .mini-cart-dropdown:hover {
  display: flex !important;
}

.site-header .header-actions.is-account-open .mini-cart-dropdown {
  display: none !important;
}

.site-header .header-actions.is-mini-cart-measuring .mini-cart-dropdown {
  display: flex !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.site-header .header-actions.is-mini-cart-open .account-dropdown {
  display: none !important;
}

.site-header .mini-cart-items {
  display: grid !important;
  grid-auto-rows: auto !important;
  align-items: stretch !important;
  gap: 8px !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  max-height: min(42vh, 360px) !important;
  margin: 0 0 12px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding: 2px 6px 2px 2px !important;
  scrollbar-gutter: auto !important;
}

.site-header .mini-cart-items::-webkit-scrollbar {
  width: 8px;
}

.site-header .mini-cart-items::-webkit-scrollbar-track {
  background: rgba(226, 233, 222, 0.55);
  border-radius: 999px;
}

.site-header .mini-cart-items::-webkit-scrollbar-thumb {
  background: rgba(104, 117, 107, 0.34);
  border-radius: 999px;
}

.site-header .free-shipping-progress--mini-cart,
.site-header .mini-cart-footer {
  flex: 0 0 auto !important;
}

.site-header .mini-cart-close {
  top: 16px !important;
  right: 18px !important;
  width: 28px !important;
  height: 28px !important;
  display: grid !important;
  place-items: center !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
  overflow: hidden;
}

.site-header .mini-cart-close::before {
  content: "×";
  display: block;
  color: currentColor;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-1px);
}

.site-header .mini-cart-close:hover::before {
  transform: translateY(-1px);
}

.site-header .mini-cart-empty {
  margin: 0;
  padding: 18px 6px 20px;
  color: #59645b;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.site-header .mini-cart-item {
  box-sizing: border-box !important;
  width: 100% !important;
  margin-inline: 0;
  padding: 10px !important;
  border-radius: 12px !important;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.site-header .free-shipping-progress--mini-cart {
  display: grid !important;
  gap: 10px !important;
  padding: 12px !important;
}

.site-header .free-shipping-progress--mini-cart .free-shipping-progress__threshold {
  display: block !important;
  margin-top: 0 !important;
  color: #68756b !important;
  font-size: 0.88rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  text-align: right !important;
}

.site-header .mini-cart-item-image,
.site-header .mini-cart-title-link {
  color: inherit;
  text-decoration: none;
}

.site-header .mini-cart-item-image {
  display: block;
  grid-column: 1 !important;
  grid-row: 1 / 3 !important;
  width: 56px !important;
  height: 56px !important;
  border-radius: 8px;
  overflow: hidden;
}

.site-header .mini-cart-item-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.site-header .mini-cart-item > div:not(.mini-cart-price) {
  grid-column: 2 !important;
  grid-row: 1 / 3 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 8px !important;
  min-width: 0 !important;
  align-self: start !important;
}

.site-header .mini-cart-title-link {
  display: -webkit-box !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  overflow-wrap: anywhere !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.site-header .mini-cart-title-link:hover {
  color: var(--storefront-accent-dark);
  text-decoration: underline;
}

/* Final shared header actions and mini-cart controls. */
.site-header .header-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  align-self: center !important;
  position: relative !important;
  gap: 14px !important;
  height: 46px !important;
  min-height: 46px !important;
  color: rgb(36, 49, 45) !important;
  font-size: 17px !important;
}

.site-header .action-link,
.site-header .account-trigger,
.site-header .cart-link,
.site-header .header-actions .action-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 16px !important;
  border: 1px solid #d8ded1 !important;
  border-radius: 999px !important;
  background-color: rgba(255, 253, 250, 0.74) !important;
  box-shadow: none !important;
  color: var(--storefront-text-soft) !important;
  font-family: var(--storefront-heading-font-family) !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.site-header .action-link:hover,
.site-header .account-trigger:hover,
.site-header .cart-link:hover,
.site-header .header-actions .action-link:hover {
  border-color: #cbd8c5 !important;
  background-color: #eef5eb !important;
  color: #24312d !important;
}

.site-header .cart-link .cart-badge {
  position: static !important;
  inset: auto !important;
  display: inline-grid !important;
  place-items: center !important;
  flex: 0 0 auto !important;
  min-width: 20px !important;
  height: 20px !important;
  margin-left: 2px !important;
  padding: 0 6px !important;
  transform: none !important;
}

.site-header .mini-cart-item {
  position: relative;
  display: grid !important;
  grid-template-columns: 56px minmax(0, 1fr) !important;
  align-items: start !important;
  column-gap: 12px !important;
  row-gap: 8px !important;
  min-height: auto !important;
  height: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 10px !important;
}

.site-header .mini-cart-items.has-scroll .mini-cart-item:hover {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.site-header .mini-cart-item + .mini-cart-item {
  border-top: 0 !important;
}

.site-header .mini-cart-item + .mini-cart-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  right: 18px;
  border-top: 1px dashed rgba(104, 117, 107, 0.22);
  pointer-events: none;
}

.site-header .mini-cart-items.has-scroll .mini-cart-item + .mini-cart-item::before {
  right: 10px;
}

.site-header .mini-cart-item:hover + .mini-cart-item,
.site-header .mini-cart-item + .mini-cart-item:hover {
  border-top-color: transparent !important;
}

.site-header .mini-cart-item:hover + .mini-cart-item::before,
.site-header .mini-cart-item + .mini-cart-item:hover::before {
  opacity: 0;
}

.site-header .mini-cart-price {
  position: static !important;
  grid-column: 1 !important;
  grid-row: 2 !important;
  align-self: start !important;
  justify-self: start !important;
  margin: 0 !important;
  text-align: left !important;
  color: #4e5d50 !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.site-header .mini-cart-price span {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.site-header .mini-cart-controls {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  width: auto !important;
  flex: 0 0 auto !important;
  margin-top: 0 !important;
}

.site-header .mini-cart-item-actions {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  align-items: center !important;
  justify-content: start !important;
  gap: 10px !important;
  width: 100% !important;
  margin-top: 8px !important;
}

.site-header .mini-cart-item-total,
.site-header .mini-cart-line-total {
  position: static !important;
  justify-self: end !important;
  align-self: center !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #24312d !important;
  font-family: var(--storefront-heading-font-family) !important;
  font-size: 1.04rem !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  text-align: right !important;
  white-space: nowrap !important;
}

.site-header .mini-cart-footer {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(112px, 128px) !important;
  align-items: center !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  padding: 14px 0 !important;
}

.site-header .mini-cart-total {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  min-width: 0 !important;
  color: #24312d !important;
  font-family: var(--storefront-heading-font-family) !important;
  font-size: 1.16rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.site-header .mini-cart-total span,
.site-header .mini-cart-total strong {
  font-family: var(--storefront-heading-font-family) !important;
  white-space: nowrap !important;
}

.site-header .mini-cart-total span {
  font-size: 1.16rem !important;
  font-weight: 800 !important;
}

.site-header .mini-cart-total strong {
  font-size: 1.46rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}

.site-header .mini-cart-button,
.site-header .mini-cart-footer .mini-cart-button,
.site-header .mini-cart-dropdown .primary-button.mini-cart-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 18px !important;
  border: 1px solid #8da785 !important;
  border-radius: 12px !important;
  background: #91aa88 !important;
  color: #fffdfa !important;
  font-family: var(--storefront-heading-font-family) !important;
  font-size: 0.98rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
}

.site-header .mini-cart-button:hover,
.site-header .mini-cart-footer .mini-cart-button:hover,
.site-header .mini-cart-dropdown .primary-button.mini-cart-button:hover {
  border-color: #718c69 !important;
  background: #7f9b76 !important;
  color: #fffdfa !important;
}

@media (max-width: 1120px) {
  .site-header .mini-cart-dropdown {
    right: 0 !important;
    width: min(380px, calc(100vw - 24px)) !important;
    max-width: min(380px, calc(100vw - 24px)) !important;
  }

  .site-header .mini-cart-item {
    grid-template-columns: 56px minmax(0, 1fr) !important;
    gap: 12px !important;
    padding: 10px 12px 12px !important;
  }

  .site-header .mini-cart-item-image {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
  }

  .site-header .mini-cart-item > div:not(.mini-cart-price) {
    grid-column: 2 !important;
    min-width: 0 !important;
  }

  .site-header .mini-cart-title-link {
    display: -webkit-box !important;
    max-width: 100% !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .site-header .mini-cart-price {
    position: static !important;
    grid-column: 2 !important;
    grid-row: 2 !important;
    justify-self: end !important;
    margin-top: -2px !important;
    text-align: right !important;
  }

  .site-header .mini-cart-item-actions {
    width: 100% !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    gap: 10px !important;
  }

  .site-header .mini-cart-item-total,
  .site-header .mini-cart-line-total {
    position: static !important;
    justify-self: end !important;
    align-self: center !important;
    font-size: 1.04rem !important;
  }
}

@media (max-width: 720px) {
  .site-header .mini-cart-footer {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .site-header .mini-cart-total {
    justify-content: space-between !important;
    width: 100% !important;
  }
}

.site-header .mini-cart-items.has-scroll .mini-cart-item {
  display: grid !important;
  grid-template-columns: 56px minmax(0, 1fr) !important;
  align-items: start !important;
  column-gap: 12px !important;
  row-gap: 8px !important;
  min-height: 0 !important;
  height: auto !important;
  margin-right: 0 !important;
  padding: 10px 10px 12px !important;
}

.site-header .mini-cart-items.has-scroll .mini-cart-item-image {
  grid-column: 1 !important;
  grid-row: 1 / 2 !important;
}

.site-header .mini-cart-items.has-scroll .mini-cart-item > div:not(.mini-cart-price) {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 8px !important;
  min-width: 0 !important;
  align-self: start !important;
}

.site-header .mini-cart-items.has-scroll .mini-cart-title-link {
  display: -webkit-box !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.site-header .mini-cart-items.has-scroll .mini-cart-price {
  position: static !important;
  grid-column: 1 !important;
  grid-row: 2 !important;
  align-self: start !important;
  justify-self: start !important;
  white-space: nowrap !important;
}

.site-header .mini-cart-items.has-scroll .mini-cart-item-actions {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  margin-top: 0 !important;
}

.site-header .mini-cart-items.has-scroll .mini-cart-item-total,
.site-header .mini-cart-items.has-scroll .mini-cart-line-total {
  position: static !important;
  justify-self: end !important;
  align-self: center !important;
  margin: 0 !important;
}

.site-header .mini-cart-item {
  grid-template-columns: 56px minmax(0, 1fr) !important;
  align-items: start !important;
  min-height: auto !important;
  height: auto !important;
  margin-right: 0 !important;
  padding: 10px !important;
}

.site-header .mini-cart-item > .mini-cart-item-main {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto auto auto !important;
  gap: 8px 12px !important;
  min-width: 0 !important;
  align-self: start !important;
}

.site-header .mini-cart-item > .mini-cart-item-main .mini-cart-title-link {
  grid-column: 1 !important;
  grid-row: 1 !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

.site-header .mini-cart-item > .mini-cart-item-main .mini-cart-price {
  grid-column: 1 !important;
  grid-row: 2 !important;
  position: static !important;
  justify-self: start !important;
  align-self: start !important;
  white-space: nowrap !important;
}

.site-header .mini-cart-item > .mini-cart-item-main .mini-cart-warning {
  grid-column: 1 / -1 !important;
}

.site-header .mini-cart-item > .mini-cart-item-main .mini-cart-item-actions {
  grid-column: 1 / -1 !important;
  grid-row: 3 !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  margin-top: 0 !important;
}

.site-header .mini-cart-item > .mini-cart-item-main .mini-cart-controls {
  justify-self: start !important;
  width: max-content !important;
}

.site-header .mini-cart-item > .mini-cart-item-main .mini-cart-item-total,
.site-header .mini-cart-item > .mini-cart-item-main .mini-cart-line-total {
  grid-column: 3 !important;
  position: static !important;
  justify-self: end !important;
  align-self: center !important;
  white-space: nowrap !important;
}

@media (max-width: 1120px) {
  .site-header .mini-cart-items.has-scroll .mini-cart-item {
    grid-template-columns: 56px minmax(0, 1fr) !important;
  }

  .site-header .mini-cart-items.has-scroll .mini-cart-item-image {
    grid-row: 1 / 3 !important;
  }

  .site-header .mini-cart-items.has-scroll .mini-cart-item > div:not(.mini-cart-price) {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  .site-header .mini-cart-items.has-scroll .mini-cart-price {
    grid-column: 1 !important;
    grid-row: 2 !important;
    margin-top: 0 !important;
  }

  .site-header .mini-cart-items.has-scroll .mini-cart-item-total,
  .site-header .mini-cart-items.has-scroll .mini-cart-line-total {
    font-size: 1.04rem !important;
  }

  .site-header .mini-cart-item > .mini-cart-item-main {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .site-header .mini-cart-item > .mini-cart-item-main .mini-cart-item-total,
  .site-header .mini-cart-item > .mini-cart-item-main .mini-cart-line-total {
    font-size: 1.04rem !important;
  }
}

@media (max-width: 980px) {
  .site-header .mini-cart-item > .mini-cart-item-main {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .site-header .mini-cart-item > .mini-cart-item-main .mini-cart-price {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }

  .site-header .mini-cart-item > .mini-cart-item-main .mini-cart-item-actions {
    grid-row: 3 !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
  }
}

.site-header .mini-cart-item,
.site-header .mini-cart-items.has-scroll .mini-cart-item {
  grid-template-rows: auto !important;
  align-content: start !important;
  height: auto !important;
  min-height: auto !important;
}

.site-header .mini-cart-item-image,
.site-header .mini-cart-items.has-scroll .mini-cart-item-image,
.site-header .mini-cart-item > div:not(.mini-cart-price),
.site-header .mini-cart-items.has-scroll .mini-cart-item > div:not(.mini-cart-price),
.site-header .mini-cart-item > .mini-cart-item-main {
  grid-row: 1 !important;
}

@media (min-width: 900px) {
  .main-nav,
  body:has(.products-section) .main-nav,
  body:has(.product-page) .main-nav,
  body:has(.cart-overview-page) .main-nav,
  body:has(.checkout-shell) .main-nav,
  body:has(.account-page) .main-nav,
  body:has(.order-status-page) .main-nav {
    box-sizing: border-box !important;
    height: 65px !important;
    min-height: 65px !important;
  }

  .main-nav .nav-inner,
  body:has(.products-section) .main-nav .nav-inner,
  body:has(.product-page) .main-nav .nav-inner,
  body:has(.cart-overview-page) .main-nav .nav-inner,
  body:has(.checkout-shell) .main-nav .nav-inner,
  body:has(.account-page) .main-nav .nav-inner,
  body:has(.order-status-page) .main-nav .nav-inner {
    height: 65px !important;
    min-height: 65px !important;
  }

  .main-nav .nav-inner,
  body:has(.products-section) .main-nav .nav-inner,
  body:has(.product-page) .main-nav .nav-inner,
  body:has(.cart-overview-page) .main-nav .nav-inner,
  body:has(.checkout-shell) .main-nav .nav-inner,
  body:has(.account-page) .main-nav .nav-inner,
  body:has(.order-status-page) .main-nav .nav-inner {
    gap: 67px !important;
  }
}

body:has(.checkout-shell) .success-actions,
body:has(.order-status-page) .order-status-links {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px !important;
}

body:has(.checkout-shell) .success-actions .primary-button,
body:has(.order-status-page) .order-status-links .primary-button {
  grid-column: 1 / -1;
}

body:has(.checkout-shell) .success-actions [hidden],
body:has(.order-status-page) .order-status-links [hidden] {
  display: none !important;
}

body:has(.checkout-shell) .consent-item.is-attention {
  animation: storefrontConsentPulse 0.8s ease;
}

body:has(.checkout-shell) .consent-item.is-attention .consent-row {
  border-color: #d1b200 !important;
  background: #fff7c5 !important;
}

@keyframes storefrontConsentPulse {
  0%,
  100% {
    box-shadow: none;
  }
  35% {
    box-shadow: 0 0 0 4px rgba(244, 210, 10, 0.28);
  }
}

@media (max-width: 760px) {
  body:has(.cart-overview-page) .cart-method-preview-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.desktop-sticky-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 900;
  display: none;
  border-bottom: 1px solid var(--storefront-border);
  background: #f8f7f4;
  box-shadow: 0 12px 26px rgba(57, 75, 54, 0.1);
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 180ms ease, opacity 180ms ease;
}

.desktop-sticky-header.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.desktop-sticky-inner {
  width: min(1240px, calc(100% - 36px));
  min-height: 66px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
}

.desktop-sticky-logo {
  min-width: 118px;
  display: inline-flex;
  align-items: center;
}

.desktop-sticky-logo img {
  width: 104px;
  height: auto;
}

.desktop-sticky-nav {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 4vw, 72px);
}

.desktop-sticky-nav a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 999px;
  color: rgb(49, 58, 50);
  font-family: var(--storefront-heading-font-family);
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.desktop-sticky-nav a:hover,
.desktop-sticky-nav a.is-active {
  background: #e3eddf;
  color: #1f332c;
  box-shadow: inset 0 0 0 1px rgba(99, 127, 92, 0.16);
  transform: none;
}

.desktop-sticky-nav .nav-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: grid;
  place-items: center;
  align-self: center;
  border-radius: 999px;
  background: #e6eee2;
  color: #31584b;
  line-height: 1;
}

.desktop-sticky-nav a:hover .nav-icon,
.desktop-sticky-nav a.is-active .nav-icon {
  background: #d6e5d1;
}

.desktop-sticky-nav .nav-icon i {
  display: block;
  color: currentColor;
  font-size: 23px;
  line-height: 1;
  text-align: center;
}

.desktop-sticky-nav a > span:not(.nav-icon) {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.desktop-sticky-actions {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.desktop-sticky-account-trigger,
.desktop-sticky-cart-link {
  height: 46px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid #d8ded1;
  border-radius: 999px;
  background-color: rgba(255, 253, 250, 0.74);
  box-shadow: none;
  color: var(--storefront-text-soft);
  font-family: var(--storefront-heading-font-family);
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.desktop-sticky-account-trigger:hover,
.desktop-sticky-cart-link:hover {
  border-color: #cbd8c5;
  background: #eef5eb;
  color: #24312d;
}

.desktop-sticky-cart-badge {
  position: static;
  inset: auto;
  min-width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  margin-left: 2px;
  padding: 0 6px;
  border-radius: 999px;
  background: #d7a9a8;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  transform: none;
}

.desktop-sticky-cart-badge.is-cart-count-pulsing {
  animation: cart-count-pulse 520ms ease;
}

.desktop-sticky-cart-link.is-cart-feedback-active {
  animation: cart-button-feedback 780ms cubic-bezier(0.2, 0.72, 0.28, 1);
}

.desktop-sticky-cart-link.is-cart-feedback-active .desktop-sticky-cart-badge {
  animation: cart-count-pulse 520ms ease;
}

@media (min-width: 761px) {
  .site-header .cart-link.is-cart-feedback-active,
  .desktop-sticky-cart-link.is-cart-feedback-active {
    border-color: #24372a !important;
    background-color: #dff2dc !important;
    box-shadow: 0 0 0 7px rgba(111, 135, 95, 0.12), 0 10px 22px rgba(36, 55, 42, 0.16) !important;
  }
}

.desktop-sticky-cart-badge[hidden] {
  display: none;
}

.desktop-sticky-account-dropdown,
.desktop-sticky-mini-cart {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 910;
  display: none;
  border: 1px solid var(--storefront-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(74, 91, 68, 0.14);
}

.desktop-sticky-account-dropdown::after,
.desktop-sticky-mini-cart::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 100%;
  height: 10px;
}

.desktop-sticky-account-dropdown {
  left: var(--sticky-account-dropdown-left, auto);
  right: auto;
  width: 240px;
  padding: 10px;
}

.desktop-sticky-account-dropdown::before,
.desktop-sticky-mini-cart::before {
  content: "";
  position: absolute;
  top: -9px;
  width: 16px;
  height: 16px;
  border-top: 1px solid var(--storefront-border);
  border-left: 1px solid var(--storefront-border);
  background: #fff;
  transform: rotate(45deg);
}

.desktop-sticky-account-dropdown::before {
  left: var(--sticky-account-caret-left, 50%);
  margin-left: -8px;
}

.desktop-sticky-mini-cart::before {
  right: 44px;
}

.desktop-sticky-actions.is-sticky-account-open .desktop-sticky-account-dropdown {
  display: grid;
  gap: 6px;
}

.desktop-sticky-account-dropdown a,
.desktop-sticky-account-dropdown button {
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #4e5d50;
  font: inherit;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.desktop-sticky-account-dropdown a:hover,
.desktop-sticky-account-dropdown button:hover {
  background: #eef5eb;
  color: #24312d;
}

.desktop-sticky-mini-cart {
  width: min(380px, calc(100vw - 24px));
  max-height: calc(100vh - 100px);
  padding: 18px 14px 14px;
  overflow: visible;
}

.desktop-sticky-actions.is-sticky-mini-cart-open .desktop-sticky-mini-cart,
.desktop-sticky-mini-cart:hover {
  display: flex;
  flex-direction: column;
}

.desktop-sticky-actions.is-sticky-mini-cart-open .desktop-sticky-account-dropdown,
.desktop-sticky-actions.is-sticky-account-open .desktop-sticky-mini-cart {
  display: none;
}

.desktop-sticky-mini-cart-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: #f5f3ed;
  color: var(--storefront-text);
  cursor: pointer;
}

.desktop-sticky-mini-cart-heading {
  margin: 0 44px 14px 2px;
  color: #24312d;
  font-family: var(--storefront-heading-font-family);
  font-size: 1.18rem;
  font-weight: 700;
}

.desktop-sticky-mini-cart-empty {
  margin: 0;
  padding: 18px 6px 20px;
  color: #59645b;
  font-weight: 700;
  text-align: center;
}

.desktop-sticky-mini-cart-items {
  display: grid;
  gap: 8px;
  max-height: min(42vh, 360px);
  margin: 0 0 12px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 2px 6px 2px 2px;
}

.desktop-sticky-mini-cart-item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 12px;
  padding: 10px;
  border-radius: 12px;
  transition: background-color 160ms ease, color 160ms ease;
}

.desktop-sticky-mini-cart-item:hover {
  background: #eef5eb;
}

.desktop-sticky-mini-cart-item.is-unavailable {
  border: 1px solid var(--storefront-warning-border);
  background: var(--storefront-warning-bg);
}

.desktop-sticky-mini-cart-image {
  width: 56px;
  height: 56px;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.desktop-sticky-mini-cart-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.desktop-sticky-mini-cart-main {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.desktop-sticky-mini-cart-title {
  display: -webkit-box;
  max-width: 100%;
  overflow: hidden;
  color: #24312d;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.desktop-sticky-mini-cart-price {
  color: #4e5d50;
  font-size: 0.82rem;
  font-weight: 700;
}

.desktop-sticky-mini-cart-warning {
  width: fit-content;
  padding: 3px 8px;
  border-radius: 999px;
  background: #f7e7c5;
  color: #7a4d00;
  font-size: 0.76rem;
  font-weight: 700;
}

.desktop-sticky-mini-cart-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.desktop-sticky-mini-cart-controls {
  display: inline-flex;
  align-items: center;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--storefront-border);
  border-radius: var(--storefront-radius-sm);
  background: var(--storefront-surface-raised);
}

.desktop-sticky-mini-cart-controls button,
.desktop-sticky-mini-cart-controls span {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--storefront-text);
  line-height: 1;
}

.desktop-sticky-mini-cart-controls button {
  cursor: pointer;
}

.desktop-sticky-mini-cart-controls button:nth-child(4) {
  border-left: 1px solid var(--line, var(--storefront-border));
  color: var(--storefront-danger);
}

.desktop-sticky-mini-cart-controls button i {
  display: block;
  line-height: 1;
}

.desktop-sticky-mini-cart-controls button:disabled {
  color: #9aa295;
  cursor: not-allowed;
  background: #f5f3ed;
}

.desktop-sticky-mini-cart-total {
  color: #24312d;
  font-family: var(--storefront-heading-font-family);
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
}

.desktop-sticky-mini-cart-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(112px, 128px);
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 14px 0;
  border-top: 1px solid var(--storefront-border);
  font-size: 17px;
  line-height: 1.45;
}

.desktop-sticky-mini-cart-footer .mini-cart-total {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #24312d;
  font-family: var(--storefront-heading-font-family);
  font-size: 1.16rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.desktop-sticky-mini-cart-footer .mini-cart-total span,
.desktop-sticky-mini-cart-footer .mini-cart-total strong {
  font-family: var(--storefront-heading-font-family);
  white-space: nowrap;
}

.desktop-sticky-mini-cart-footer .mini-cart-total span {
  font-size: 1.16rem;
  font-weight: 800;
}

.desktop-sticky-mini-cart-footer .mini-cart-total strong {
  font-size: 1.46rem;
  font-weight: 500;
  line-height: 1;
}

.desktop-sticky-mini-cart-footer .mini-cart-button,
.desktop-sticky-mini-cart-footer .primary-button.mini-cart-button {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 44px;
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8da785;
  border-radius: 12px;
  background: #91aa88;
  color: #fffdfa !important;
  font-family: var(--storefront-heading-font-family);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.desktop-sticky-mini-cart-footer .mini-cart-button:hover,
.desktop-sticky-mini-cart-footer .primary-button.mini-cart-button:hover {
  border-color: #718c69;
  background: #7f9b76;
  color: #fffdfa !important;
}

@media (min-width: 761px) {
  .desktop-sticky-header {
    display: block;
  }
}

@media (max-width: 980px) and (min-width: 761px) {
  .desktop-sticky-inner {
    gap: 14px;
  }

  .desktop-sticky-nav {
    gap: 10px;
  }

  .desktop-sticky-nav a {
    padding: 0 8px;
    font-size: 0.82rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .desktop-sticky-header,
  .desktop-sticky-nav a,
  .desktop-sticky-account-trigger,
  .desktop-sticky-cart-link,
  .desktop-sticky-mini-cart-item {
    transition: none;
  }

  .desktop-sticky-cart-badge.is-cart-count-pulsing,
  .desktop-sticky-cart-link.is-cart-feedback-active,
  .desktop-sticky-cart-link.is-cart-feedback-active .desktop-sticky-cart-badge {
    animation: none;
  }

  .desktop-sticky-cart-link.is-cart-feedback-active {
    border-color: #6f875f !important;
    background-color: #e9f7e6 !important;
    box-shadow: 0 0 0 3px rgba(111, 135, 95, 0.18) !important;
  }
}

@media (max-width: 760px) {
  .desktop-sticky-header {
    display: none !important;
  }
}

/* Phase A: CSS-only spacing and hierarchy quick wins. */
body:has(.products-section) .product-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px;
}

body:has(.products-section) .product-card > a:not(.product-card-cta) {
  gap: 12px;
}

body:has(.products-section) .price-row {
  margin: auto 0 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(225, 221, 210, 0.72);
}

body:has(.products-section) .price-row strong {
  font-size: 1.34rem;
  line-height: 1.1;
}

body:has(.products-section) .product-card-display-cta {
  border-color: #ded6c4;
  background: #fbf8f1;
  color: var(--storefront-muted);
  box-shadow: none;
}

.site-header .mini-cart-dropdown,
.desktop-sticky-mini-cart {
  padding-bottom: 20px;
}

.site-header .mini-cart-items,
.desktop-sticky-mini-cart-items {
  gap: 14px;
}

.site-header .mini-cart-footer,
.desktop-sticky-mini-cart-footer {
  gap: 12px;
  padding: 14px 0;
}

body:has(.cart-overview-page) .cart-summary {
  display: grid;
  gap: 18px;
}

body:has(.cart-overview-page) .summary-list {
  gap: 14px;
}

body:has(.cart-overview-page) .cart-summary-actions {
  gap: 10px;
  padding-top: 4px;
}

body:has(.checkout-shell) .checkout-step {
  gap: 18px;
}

body:has(.checkout-shell) .checkout-panel h2 {
  margin-bottom: 2px;
}

body:has(.checkout-shell) .field-error,
body:has(.checkout-shell) .option-error,
body:has(.checkout-shell) .consent-error {
  margin-top: 6px;
}

body:has(.checkout-shell) .checkout-action-row,
body:has(.checkout-shell) .checkout-step-actions {
  align-items: center;
  padding-top: 4px;
}

body:has(.checkout-shell) [data-checkout-submit].summary-button {
  min-height: 54px;
  font-size: 1.04rem;
  box-shadow: 0 12px 26px rgba(36, 55, 42, 0.18);
}

body:has(.checkout-shell) .checkout-nav-button.secondary,
body:has(.checkout-shell) .secondary-button {
  box-shadow: none;
}

body:has(.cart-overview-page) .cart-summary-actions .summary-button {
  min-height: 48px;
  padding: 0 16px;
  font-size: 1rem;
  line-height: 1.45;
}

body:has(.checkout-shell) .checkout-step-actions .checkout-nav-button {
  min-height: 50px;
  padding: 0 22px;
  font-size: 1rem;
  line-height: 1.45;
}

body:has(.account-page) .profile-actions .summary-button,
body:has(.account-page) .address-actions .summary-button {
  min-height: 48px;
  padding: 0 22px;
  font-size: 1rem;
  line-height: 1.45;
}

body:has(.checkout-shell) .success-actions .primary-button,
body:has(.checkout-shell) .success-actions .secondary-button,
body:has(.order-status-page) .order-status-links .primary-button,
body:has(.order-status-page) .order-status-links .secondary-button {
  min-height: 44px;
  padding: 0 18px;
  font-size: 1rem;
  line-height: 1.2;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 14px;
}

.footer-legal-links a {
  color: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
