:root {
  --store-accent: #c95f38;
  --store-accent-strong: #a84624;
  --store-accent-soft: rgba(201, 95, 56, 0.14);
  --store-secondary: #123b52;
  --store-secondary-soft: rgba(18, 59, 82, 0.12);
  --store-heading: #14202c;
  --store-body: #657281;
  --store-link: #a84624;
  --store-link-hover: #7f2f16;
  --store-page-background: #f7f4ee;
  --store-surface: #ffffff;
  --store-surface-muted: #f4f5f7;
  --store-border-color: #d9dde2;
  --store-success: #176b45;
  --store-warning: #9d6611;
  --store-danger: #9f2638;
  --store-nav-background: #ffffff;
  --store-nav-text: #14202c;
  --store-nav-hover-background: #f4f5f7;
  --store-nav-hover-text: #a84624;
  --store-nav-border: #d9dde2;
  --store-nav-icon-background: #f4f5f7;
  --store-nav-icon-color: #a84624;
  --store-nav-icon-hover-background: #c95f38;
  --store-nav-icon-hover-color: #ffffff;
  --store-announcement-background: #123b52;
  --store-announcement-text: #ffffff;
  --store-button-primary-background: #c95f38;
  --store-button-primary-border: #c95f38;
  --store-button-primary-text: #ffffff;
  --store-button-primary-hover-background: #a84624;
  --store-button-primary-hover-border: #a84624;
  --store-button-primary-hover-text: #ffffff;
  --store-button-secondary-background: #ffffff;
  --store-button-secondary-border: #c95f38;
  --store-button-secondary-text: #a84624;
  --store-button-secondary-hover-background: #c95f38;
  --store-button-secondary-hover-border: #c95f38;
  --store-button-secondary-hover-text: #ffffff;
  --store-button-success-background: #176b45;
  --store-button-success-border: #176b45;
  --store-button-success-text: #ffffff;
  --store-button-success-hover-background: #105235;
  --store-button-success-hover-border: #105235;
  --store-button-success-hover-text: #ffffff;
  --store-button-warning-background: #f4c95d;
  --store-button-warning-border: #d9a91f;
  --store-button-warning-text: #2c2412;
  --store-button-warning-hover-background: #e3b53e;
  --store-button-warning-hover-border: #bd8d13;
  --store-button-warning-hover-text: #211a0b;
  --store-button-info-background: #2f6fed;
  --store-button-info-border: #2f6fed;
  --store-button-info-text: #ffffff;
  --store-button-info-hover-background: #2258c5;
  --store-button-info-hover-border: #2258c5;
  --store-button-info-hover-text: #ffffff;
  --store-button-danger-background: #9f2638;
  --store-button-danger-border: #9f2638;
  --store-button-danger-text: #ffffff;
  --store-button-danger-hover-background: #7d1d2b;
  --store-button-danger-hover-border: #7d1d2b;
  --store-button-danger-hover-text: #ffffff;
  --store-active-background: #123b52;
  --store-active-border: #123b52;
  --store-active-text: #ffffff;
  --store-tools-background: #101828;
  --store-tools-heading: #ffffff;
  --store-tools-body: #d0d5dd;
  --store-tools-card-background: #1d2939;
  --store-tools-card-hover-background: #344054;
  --store-tools-card-border: #475467;
  --store-tools-icon-background: #c95f38;
  --store-tools-icon-text: #ffffff;
  --store-image-overlay: #0f172a;
  --store-image-overlay-text: #ffffff;
  --dark-text: var(--store-heading);
  --muted-text: var(--store-body);
  --light-bg: var(--store-page-background);
  --card-bg: var(--store-surface);
  --border-color: var(--store-border-color);
  --store-ink: var(--store-heading);
  --store-muted: var(--store-body);
  --store-border: var(--store-border-color);
  --store-surface-strong: var(--store-surface);
  --store-shadow: 0 22px 50px rgba(17, 24, 39, 0.12);
  --store-shadow-soft: 0 14px 28px rgba(17, 24, 39, 0.08);
  --store-radius: 18px;
  --store-radius-md: 8px;
  --store-radius-sm: 8px;
  --store-max: 1320px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.storefront-body {
  margin: 0;
  min-height: 100vh;
  color: var(--store-ink);
  font-family: var(--font-primary, system-ui, sans-serif);
  font-size: var(--store-body-font-size, 16px);
  font-weight: var(--store-body-font-weight, 400);
  line-height: var(--store-body-line-height, 1.6);
  background: var(--store-page-background);
}

.storefront-body img {
  max-width: 100%;
}

.storefront-body a {
  color: inherit;
}

.storefront-main {
  width: min(100%, var(--store-max));
  padding-bottom: 2.5rem;
}

.storefront-body h1,
.storefront-body h2,
.storefront-body h3,
.storefront-body h4,
.storefront-body h5,
.storefront-body h6 {
  color: var(--store-ink);
  font-family: var(--font-secondary, Georgia, serif);
  letter-spacing: -0.03em;
  line-height: var(--store-heading-line-height, 1.15);
  margin-bottom: 0.8rem;
}

.storefront-body h1 {
  font-size: var(--store-h1-font-size, 72px);
}

.storefront-body h2 {
  font-size: var(--store-h2-font-size, 48px);
}

.storefront-body h3 {
  font-size: var(--store-h3-font-size, 35px);
}

.storefront-body h4 {
  font-size: var(--store-h4-font-size, 28px);
}

.storefront-body h5 {
  font-size: var(--store-h5-font-size, 22px);
}

.storefront-body h6 {
  font-size: var(--store-h6-font-size, 18px);
}

@media (max-width: 767.98px) {
  .storefront-body h1 {
    font-size: min(var(--store-h1-font-size, 72px), 12vw);
  }

  .storefront-body h2 {
    font-size: min(var(--store-h2-font-size, 48px), 10vw);
  }

  .storefront-body h3 {
    font-size: min(var(--store-h3-font-size, 35px), 8vw);
  }

  .storefront-body h4 {
    font-size: min(var(--store-h4-font-size, 28px), 7vw);
  }

  .storefront-body h5 {
    font-size: min(var(--store-h5-font-size, 22px), 6vw);
  }

  .storefront-body h6 {
    font-size: min(var(--store-h6-font-size, 18px), 5.5vw);
  }
}

.storefront-body p,
.storefront-body li,
.storefront-body label,
.storefront-body small,
.storefront-body .form-text,
.storefront-body .text-muted {
  color: var(--store-muted) !important;
}

.storefront-notice {
  background: var(--store-announcement-background);
  color: var(--store-announcement-text);
  font-size: 0.84rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.storefront-notice-inner {
  width: min(100%, var(--store-max));
  margin: 0 auto;
  padding: 0.75rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.storefront-notice-inner span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.92;
}

.storefront-navbar {
  position: sticky;
  top: 0;
  z-index: 1040;
  padding: 0.85rem 0 0.35rem;
  background: color-mix(in srgb, var(--store-nav-background) 94%, transparent);
}

.store-nav-shell {
  position: relative;
}

.store-nav-card {
  position: relative;
  padding: 0.9rem 1.05rem;
  border-radius: 28px;
  background: var(--store-nav-background);
  border: 1px solid var(--store-nav-border);
  box-shadow: var(--store-shadow-soft);
}

.store-nav-bar {
  display: grid;
  grid-template-columns: minmax(190px, auto) minmax(0, 1fr) minmax(0, auto);
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.store-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  min-width: 0;
  max-width: 245px;
  margin: 0;
  color: var(--store-nav-text) !important;
  text-decoration: none;
}

.store-brand-mark {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--store-button-primary-background);
  border: 1px solid var(--store-button-primary-border);
  box-shadow: var(--store-shadow-soft);
}

.store-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 16px;
}

.store-brand-mark i {
  font-size: 1.2rem;
}

.store-brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  min-width: 0;
}

.store-brand-title {
  color: var(--store-nav-text);
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.store-brand-sub {
  color: var(--store-nav-text);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}


.store-nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  min-width: 0;
}

.store-utility {
  min-height: 44px;
  padding: 0.72rem 0.84rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid transparent;
  background: var(--store-nav-background);
  color: var(--store-nav-text) !important;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.store-utility:hover,
.store-utility:focus,
.store-utility.active {
  background: var(--store-nav-hover-background);
  border-color: var(--store-nav-border);
  transform: translateY(-1px);
}

.store-search-toggle {
  border-color: var(--store-nav-border);
}


.store-pill-link {
  border-color: var(--store-button-primary-border);
}


.store-menu-toggle {
  display: none;
}

.store-nav-card.is-layout-tight .store-nav-bar {
  grid-template-columns: minmax(0, 1fr) auto;
}


.store-nav-card.is-layout-tight .store-menu-toggle {
  display: inline-flex;
}

.store-nav-card.is-layout-tight .store-nav-search-panel {
  position: static;
  width: 100%;
  margin-top: 0.8rem;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.store-nav-card.is-layout-tight:not(.is-search-open) .store-nav-search-panel {
  display: none !important;
}

.store-nav-card.is-layout-tight .store-nav-menu-panel {
  margin-top: 0.9rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--store-nav-border);
}

.store-nav-card.is-layout-tight.is-menu-open .store-nav-menu-panel {
  display: block;
}

.storefront-navbar .badge {
  border-radius: 999px;
  font-size: 0.72rem;
  padding: 0.32rem 0.48rem;
}

.store-nav-search-panel {
  position: absolute;
  top: calc(100% + 0.75rem);
  right: 0;
  width: min(420px, calc(100vw - 2.5rem));
  padding: 0.85rem;
  border-radius: 24px;
  background: var(--store-nav-background);
  border: 1px solid var(--store-nav-border);
  box-shadow: var(--store-shadow-soft);
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.store-nav-card.is-search-open .store-nav-search-panel {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.store-nav-card.is-search-open .store-search-toggle {
  background: var(--store-nav-hover-background);
  border-color: var(--store-nav-border);
}

.storefront-search {
  position: relative;
  width: 100%;
  margin: 0;
}

.storefront-search .form-control {
  min-height: 50px;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 18px;
  background: var(--store-surface);
  border: 1px solid var(--store-nav-border);
  box-shadow: none;
}

.storefront-search .form-control::placeholder {
  color: color-mix(in srgb, var(--store-nav-text) 72%, transparent);
}

.store-nav-menu-panel {
  display: none;
}

.store-nav-menu-panel {
  color: var(--store-nav-text);
}

.store-mega-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid var(--store-nav-border);
  border-radius: 8px;
  background: var(--store-nav-background);
}

.store-mega-kicker,
.store-nav-mobile-label {
  display: block;
  color: var(--store-nav-hover-text);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.store-mega-title {
  margin: 0.15rem 0 0;
  color: var(--store-nav-text);
  font-family: var(--font-secondary, Georgia, serif);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 800;
  letter-spacing: 0;
}

.store-mega-cart {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.72rem 0.9rem;
  border: 1px solid var(--store-nav-border);
  border-radius: 999px;
  color: var(--store-nav-text);
  background: var(--store-nav-background);
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
}

.store-mega-cart:hover,
.store-mega-cart:focus {
  color: var(--store-nav-hover-text);
  background: var(--store-nav-hover-background);
}

.store-mega-cart strong,
.store-mega-badge {
  min-width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: var(--store-button-primary-text);
  background: var(--store-button-primary-background);
  font-size: 0.75rem;
  font-weight: 900;
}

.store-nav-menu-panel .store-nav-mobile-section + .store-nav-mobile-section {
  margin-top: 1.15rem;
}

.store-nav-menu-panel .store-nav-mobile-label {
  margin-bottom: 0.65rem;
}

.store-nav-menu-panel .store-nav-mobile-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 0.65rem;
}

.store-nav-menu-panel .store-nav-mobile-links li {
  min-width: 0;
  height: 100%;
}

.store-nav-menu-panel .store-nav-mobile-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 0.65rem;
}
.store-nav-menu-panel .store-nav-mobile-action-form {
  height: 100%;
  margin: 0;
}

.store-nav-menu-panel .store-nav-mobile-action-form .store-nav-mobile-action {
  width: 100%;
  font: inherit;
  text-align: left;
}


.store-nav-menu-panel .store-nav-mobile-link,
.store-nav-menu-panel .store-nav-mobile-action {
  position: relative;
  height: 100%;
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.95rem;
  border: 1px solid var(--store-nav-border);
  border-radius: 8px;
  color: var(--store-nav-text);
  background: var(--store-nav-background);
  text-decoration: none;
  overflow: hidden;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.store-nav-menu-panel .store-nav-mobile-link::before,
.store-nav-menu-panel .store-nav-mobile-action::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--store-nav-hover-background) 70%, transparent), transparent 55%);
  opacity: 0;
  transition: opacity 0.18s ease;
}

.store-nav-menu-panel .store-nav-mobile-link:hover,
.store-nav-menu-panel .store-nav-mobile-link:focus,
.store-nav-menu-panel .store-nav-mobile-link.active,
.store-nav-menu-panel .store-nav-mobile-action:hover,
.store-nav-menu-panel .store-nav-mobile-action:focus,
.store-nav-menu-panel .store-nav-mobile-action.active {
  color: var(--store-nav-hover-text);
  border-color: var(--store-nav-border);
  background: var(--store-nav-hover-background);
  transform: translateY(-1px);
}

.store-nav-menu-panel .store-nav-mobile-link:hover::before,
.store-nav-menu-panel .store-nav-mobile-link:focus::before,
.store-nav-menu-panel .store-nav-mobile-link.active::before,
.store-nav-menu-panel .store-nav-mobile-action:hover::before,
.store-nav-menu-panel .store-nav-mobile-action:focus::before,
.store-nav-menu-panel .store-nav-mobile-action.active::before {
  opacity: 1;
}

.store-mega-icon,
.store-mega-copy,
.store-mega-arrow,
.store-mega-badge {
  position: relative;
  z-index: 1;
}

.store-mega-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  color: var(--store-nav-icon-color);
  background: var(--store-nav-icon-background);
  border: 1px solid var(--store-nav-border);
}

.store-nav-menu-panel :where(
  .store-nav-mobile-link:hover,
  .store-nav-mobile-link:focus,
  .store-nav-mobile-link.active,
  .store-nav-mobile-action:hover,
  .store-nav-mobile-action:focus,
  .store-nav-mobile-action.active
) .store-mega-icon {
  color: var(--store-nav-icon-hover-color);
  background: var(--store-nav-icon-hover-background);
}

.store-mega-copy {
  min-width: 0;
  display: grid;
  gap: 0.2rem;
}

.store-mega-copy strong {
  color: var(--store-nav-text);
  font-size: 0.94rem;
  font-weight: 850;
  line-height: 1.2;
}

.store-mega-copy small {
  color: var(--store-nav-text) !important;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.35;
}

.store-mega-arrow {
  margin-left: auto;
  color: var(--store-nav-text);
  font-size: 0.8rem;
}

.storefront-navbar .dropdown-menu {
  margin-top: 0.7rem;
  border: 1px solid var(--store-border-color);
  border-radius: 18px;
  padding: 0.55rem;
  box-shadow: var(--store-shadow-soft);
}

.storefront-navbar .dropdown-item {
  border-radius: 12px;
  padding: 0.72rem 0.85rem;
  font-weight: 600;
  color: var(--store-ink);
}

.storefront-navbar .dropdown-item:hover,
.storefront-navbar .dropdown-item:focus {
  background: var(--store-secondary-soft);
}

.store-nav-search-panel[hidden],
.store-nav-menu-panel[hidden] {
  display: none !important;
}
.autocomplete-results {
  position: absolute;
  top: calc(100% + 0.55rem);
  left: 0;
  right: 0;
  z-index: 1200;
  display: none;
  max-height: 280px;
  overflow-y: auto;
  padding: 0.4rem;
  background: var(--store-surface);
  border: 1px solid var(--store-border-color);
  border-radius: 18px;
  box-shadow: var(--store-shadow-soft);
}

.autocomplete-item {
  border-radius: 12px;
}

.autocomplete-item a {
  display: block;
  padding: 0.78rem 0.85rem;
  text-decoration: none;
  color: var(--store-ink);
  font-weight: 600;
}

.autocomplete-item:hover {
  background: var(--store-secondary-soft);
}

.storefront-body .hero {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  padding: clamp(4.4rem, 8vw, 7rem) clamp(1.7rem, 4vw, 4rem);
  min-height: 560px;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  background-size: cover;
  background-position: center;
  box-shadow: var(--store-shadow);
  isolation: isolate;
}

.storefront-body .hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    color-mix(in srgb, var(--store-image-overlay) 78%, transparent),
    color-mix(in srgb, var(--store-image-overlay) 20%, transparent)
  );
  z-index: -1;
}

.storefront-body .hero h1,
.storefront-body .hero p,
.storefront-body .hero .lead,
.storefront-body .hero .shadow-text {
  color: var(--store-image-overlay-text) !important;
  max-width: 700px;
}

.storefront-body .hero .lead {
  font-size: 1.1rem;
  margin-bottom: 1.8rem;
}

.storefront-body .shadow-text {
  text-shadow: 0 10px 24px color-mix(in srgb, var(--store-image-overlay) 22%, transparent);
}

.storefront-body .card,
.storefront-body .list-group-item,
.storefront-body .table-responsive,
.storefront-body .alert,
.storefront-body .dropdown-menu {
  border-radius: var(--store-radius-md);
}

.storefront-body .card {
  border: 1px solid var(--store-border);
  background: var(--store-surface);
  box-shadow: var(--store-shadow-soft);
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.storefront-body .card:hover {
  transform: translateY(-4px);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  box-shadow: var(--store-shadow);
}

.storefront-body .card-img-top {
  height: 240px;
  object-fit: cover;
}

.storefront-body .card-body {
  padding: 1.4rem;
}

.storefront-body .card-title,
.storefront-body .card h6,
.storefront-body .card h5 {
  font-family: var(--font-secondary, Georgia, serif);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.storefront-body .btn {
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: -0.01em;
  padding: 0.78rem 1.18rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.storefront-body .btn:hover {
  transform: translateY(-1px);
}

.storefront-body .btn-primary {
  color: var(--store-button-primary-text);
  border-color: var(--store-button-primary-border);
  background: var(--store-button-primary-background);
  box-shadow: var(--store-shadow-soft);
}

.storefront-body .btn-primary:hover,
.storefront-body .btn-primary:focus {
  color: var(--store-button-primary-hover-text);
  border-color: var(--store-button-primary-hover-border);
  background: var(--store-button-primary-hover-background);
}

.storefront-body .btn-success {
  color: var(--store-button-success-text);
  border-color: var(--store-button-success-border);
  background: var(--store-button-success-background);
  box-shadow: var(--store-shadow-soft);
}

.storefront-body .btn-success:hover,
.storefront-body .btn-success:focus {
  color: var(--store-button-success-hover-text);
  border-color: var(--store-button-success-hover-border);
  background: var(--store-button-success-hover-background);
}

.storefront-body .btn-outline-primary,
.storefront-body .btn-outline-secondary,
.storefront-body .btn-outline-info,
.storefront-body .btn-outline-warning,
.storefront-body .btn-outline-danger {
  background: var(--store-button-secondary-background);
  border-width: 1px;
}

.storefront-body .btn-outline-primary,
.storefront-body .btn-outline-info {
  border-color: var(--store-accent-border);
  color: var(--store-accent-strong);
}

.storefront-body .btn-outline-secondary,
.storefront-body .btn-secondary {
  border-color: var(--store-secondary-border);
  color: var(--store-secondary);
  background: var(--store-secondary-soft);
}

.storefront-body .btn-outline-warning,
.storefront-body .btn-warning {
  border-color: var(--store-button-warning-border);
  color: var(--store-button-warning-text);
  background: var(--store-button-warning-background);
}

.storefront-body .btn-outline-danger,
.storefront-body .btn-danger {
  border-color: var(--store-button-danger-border);
  color: var(--store-button-danger-text);
  background: var(--store-button-danger-background);
}

.storefront-body .btn-outline-primary:hover,
.storefront-body .btn-outline-info:hover,
.storefront-body .btn-outline-secondary:hover,
.storefront-body .btn-outline-warning:hover,
.storefront-body .btn-outline-danger:hover {
  color: var(--store-ink);
}

.storefront-body .form-control,
.storefront-body .form-select {
  border-radius: 16px;
  border: 1px solid var(--store-border-color);
  background: var(--store-surface);
  color: var(--store-ink);
  min-height: 52px;
  padding: 0.78rem 0.95rem;
  box-shadow: none;
}
.storefront-body select.form-select:not([multiple]) {
  padding-right: 3rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23535f6b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 14px 10px;
}

.storefront-body textarea.form-control {
  min-height: 120px;
}

.storefront-body .form-control:focus,
.storefront-body .form-select:focus,
.storefront-body .form-check-input:focus {
  border-color: var(--store-accent-focus);
  box-shadow: 0 0 0 0.24rem var(--store-accent-soft);
}

.storefront-body .form-check-input:checked {
  background-color: var(--store-accent);
  border-color: var(--store-accent);
}

.storefront-body .alert {
  border: 1px solid var(--store-border-color);
  background: var(--store-surface-strong);
  box-shadow: var(--store-shadow-soft);
}

.storefront-body .alert-danger {
  border-color: color-mix(in srgb, var(--store-danger) 38%, var(--store-border-color));
  background: color-mix(in srgb, var(--store-danger) 10%, var(--store-surface));
  color: var(--store-danger);
}

.storefront-body .alert-info,
.storefront-body .alert-secondary,
.storefront-body .alert-success {
  border-color: color-mix(in srgb, var(--store-success) 38%, var(--store-border-color));
  background: color-mix(in srgb, var(--store-success) 10%, var(--store-surface));
  color: var(--store-success);
}

.storefront-body .table-responsive {
  border: 1px solid var(--store-border-color);
  background: var(--store-surface);
  box-shadow: var(--store-shadow-soft);
}

.storefront-body .table {
  margin-bottom: 0;
}

.storefront-body .table thead th {
  border-bottom: 1px solid var(--store-border-color);
  color: var(--store-heading);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.storefront-body .table tbody td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: middle;
  border-color: var(--store-border-color);
}

.storefront-body .badge {
  border-radius: 999px;
  padding: 0.45rem 0.58rem;
}

.storefront-body .list-group {
  border-radius: var(--store-radius-md);
  overflow: hidden;
  box-shadow: var(--store-shadow-soft);
}

.storefront-body .list-group-item {
  border: 1px solid var(--store-border-color) !important;
  background: var(--store-surface);
  padding: 0.95rem 1rem;
  font-weight: 600;
}

.storefront-body .list-group-item.active {
  background: var(--store-active-background) !important;
  border-color: transparent !important;
}

.storefront-body .pagination {
  gap: 0.35rem;
}

.storefront-body .page-link {
  border: 1px solid var(--store-border-color);
  color: var(--store-ink);
  border-radius: 999px !important;
  padding: 0.75rem 1rem;
  background: var(--store-surface);
  box-shadow: var(--store-shadow-soft);
}

.storefront-body .page-item.active .page-link {
  background: var(--store-active-background);
  border-color: var(--store-active-border);
  color: var(--store-active-text);
}

.storefront-body .product-gallery #mainImage,
.storefront-body .mzaClassCheckoutImg {
  border-radius: 28px;
  border: 1px solid var(--store-border-color);
  box-shadow: var(--store-shadow);
  background: var(--store-surface);
}

.storefront-body .gallery-thumb {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 18px;
  border: 2px solid transparent;
  box-shadow: var(--store-shadow-soft);
}

.storefront-body .gallery-thumb:hover {
  border-color: var(--store-accent-border);
}

.mzaGlobalFlash {
  margin-bottom: 1.25rem;
}

.mzaEyebrow {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-eyebrow, var(--font-primary, system-ui, sans-serif));
  gap: 0.45rem;
  margin-bottom: 0.55rem;
  color: var(--store-accent-strong);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mzaHomeHero .mzaEyebrow {
  color: var(--store-image-overlay-text);
}

.mzaHomeHero .btn-outline-light {
  color: var(--store-button-secondary-text) !important;
  border-color: var(--store-button-secondary-border) !important;
  background: var(--store-button-secondary-background) !important;
}

.mzaHomeHero .btn-outline-light:hover,
.mzaHomeHero .btn-outline-light:focus {
  color: var(--store-button-secondary-hover-text) !important;
  background: var(--store-button-secondary-hover-background) !important;
  border-color: var(--store-button-secondary-hover-border) !important;
}

.mzaHeroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.mzaTrustBand {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.25rem 0 2.25rem;
}

.mzaTrustBand > div {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.95rem 1rem;
  border: 1px solid var(--store-border-color);
  border-radius: 8px;
  background: var(--store-surface);
  box-shadow: var(--store-shadow-soft);
}

.mzaTrustBand i {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  color: var(--store-accent-strong);
  background: var(--store-accent-soft);
}

.mzaTrustBand span {
  color: var(--store-ink);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.25;
}

.mzaSectionHead {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.mzaSectionLink {
  color: var(--store-accent-strong);
  font-weight: 800;
  text-decoration: none;
}

.mzaSectionLink:hover {
  color: var(--store-secondary);
}

.mzaCategoryCard {
  text-decoration: none;
}

.mzaCategoryCard .card-img-top,
.mzaProductMedia {
  overflow: hidden;
}

.mzaCategoryCard .btn {
  pointer-events: none;
}

.mzaProductCard {
  position: relative;
}

.mzaProductCard .card-title {
  font-weight: var(--store-product-card-title-font-weight, 500);
}

.mzaProductCard .card-title a {
  color: var(--store-ink);
  text-decoration: none;
}

.mzaProductCard .card-title a:hover {
  color: var(--store-accent-strong);
}

.mzaProductMedia {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  background: var(--store-surface-muted);
}

.mzaProductMedia img {
  display: block;
  transition: transform 0.24s ease;
}

.mzaProductCard:hover .mzaProductMedia img {
  transform: scale(1.035);
}

.mzaProductBadge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  padding: 0.4rem 0.58rem;
  border-radius: 999px;
  background: var(--store-surface);
  color: var(--store-accent-strong);
  font-size: 0.72rem;
  font-weight: 800;
  box-shadow: var(--store-shadow-soft);
}

.mzaProductBadgeMuted {
  color: var(--store-body);
}

.mzaProductMeta {
  margin-bottom: 0.35rem;
  color: var(--store-muted);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.mzaProductPrice {
  color: var(--store-ink);
  font-size: 1.05rem;
  font-weight: var(--store-product-card-price-font-weight, 800);
}

.mzaProductStars {
  min-height: 1.35rem;
}

.mzaProductActions {
  align-items: stretch;
  flex-wrap: wrap;
}

.mzaProductActions > * {
  min-width: 86px;
}

.mzaProductActions .btn {
  min-height: 38px;
  padding: 0.55rem 0.75rem;
}

.mzaShopHero {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1.35rem;
  border: 1px solid var(--store-border-color);
  border-radius: 8px;
  background: var(--store-surface);
  box-shadow: var(--store-shadow-soft);
}

.mzaShopHero h1 {
  margin-bottom: 0.35rem;
}

.mzaShopHero p {
  max-width: 700px;
  margin-bottom: 0;
}

.mzaShopHeroStats {
  flex: 0 0 auto;
  display: flex;
  gap: 0.65rem;
}

.mzaShopHeroStats span {
  min-width: 118px;
  padding: 0.8rem 0.9rem;
  border: 1px solid var(--store-border-color);
  border-radius: 8px;
  background: var(--store-surface-muted);
  color: var(--store-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.mzaShopHeroStats strong {
  display: block;
  color: var(--store-ink);
  font-size: 1.25rem;
}

.mzaFilterPanel {
  position: sticky;
  top: 7.5rem;
  padding: 1rem;
  border: 1px solid var(--store-border-color);
  border-radius: 8px;
  background: var(--store-surface);
  box-shadow: var(--store-shadow-soft);
}

.mzaInlineFilters {
  padding: 1rem;
  border: 1px solid var(--store-border-color);
  border-radius: 8px;
  background: var(--store-surface);
}

.mzaActiveFilters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.mzaActiveFilters span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.68rem;
  border: 1px solid var(--store-accent-border);
  border-radius: 999px;
  color: var(--store-accent-strong);
  background: var(--store-accent-soft);
  font-size: 0.82rem;
  font-weight: 750;
}

.mzaEmptyState {
  padding: 3rem 1.5rem;
  text-align: center;
  border: 1px solid var(--store-border-color);
  border-radius: 8px;
  background: var(--store-surface);
  box-shadow: var(--store-shadow-soft);
}

.mzaEmptyState i {
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 0.9rem;
  border-radius: 8px;
  color: var(--store-accent-strong);
  background: var(--store-accent-soft);
  font-size: 1.35rem;
}

.site-footer {
  margin-top: 4rem;
  padding: 4rem 0 2.5rem;
  color: var(--footer-text);
  background: var(--footer-bg);
  border-top: 1px solid var(--footer-border);
}

.site-footer .container {
  width: min(100%, var(--store-max));
}

.site-footer h4,
.site-footer h5 {
  color: var(--footer-heading);
}

.site-footer a {
  color: var(--footer-link);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--footer-link-hover);
}

.site-footer .form-control {
  background: var(--footer-input-bg);
  border-color: var(--footer-border);
  color: var(--footer-input-text);
}

.site-footer .form-control::placeholder {
  color: var(--footer-input-placeholder);
}

.site-footer .btn-primary {
  box-shadow: none;
}

.site-footer .footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--footer-surface);
  border: 1px solid var(--footer-border);
}

.site-footer .footer-social a:hover {
  background: color-mix(in srgb, var(--footer-link-hover) 14%, var(--footer-surface));
}

@media (max-width: 1399.98px) {
  .store-nav-card {
    border-radius: 24px;
  }

  .store-nav-bar {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
  }


  .store-menu-toggle {
    display: inline-flex;
  }

  .store-nav-search-panel {
    position: static;
    width: 100%;
    margin-top: 0.8rem;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .store-nav-card:not(.is-search-open) .store-nav-search-panel {
    display: none !important;
  }

  .store-nav-card.is-menu-open .store-nav-menu-panel {
    display: block;
  }

  .store-nav-menu-panel {
    margin-top: 0.9rem;
    padding-top: 0.9rem;
    border-top: 1px solid var(--store-nav-border);
  }
}

@media (max-width: 1199.98px) {
  .storefront-navbar {
    padding: 0.75rem 0 0.2rem;
  }

  .store-nav-card {
    padding: 0.8rem;
    border-radius: 24px;
  }

  .store-nav-bar {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
  }


  .store-menu-toggle {
    display: inline-flex;
  }

  .store-nav-actions {
    gap: 0.4rem;
  }

  .store-nav-search-panel {
    position: static;
    width: 100%;
    margin-top: 0.8rem;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .store-nav-card:not(.is-search-open) .store-nav-search-panel {
    display: none !important;
  }

  .storefront-search .form-control {
    background: var(--store-surface);
  }

  .store-nav-card.is-menu-open .store-nav-menu-panel {
    display: block;
  }

  .store-nav-menu-panel {
    margin-top: 0.9rem;
    padding-top: 0.9rem;
    border-top: 1px solid var(--store-nav-border);
  }

  .store-nav-mobile-section + .store-nav-mobile-section {
    margin-top: 0.9rem;
  }

  .store-nav-mobile-label {
    display: block;
    margin-bottom: 0.65rem;
    color: var(--store-nav-hover-text);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .store-nav-mobile-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.38rem;
  }

  .store-nav-mobile-link,
  .store-nav-mobile-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 0.85rem 0.95rem;
    border-radius: 18px;
    border: 1px solid var(--store-nav-border);
    background: var(--store-nav-background);
    color: var(--store-nav-text);
    text-decoration: none;
    font-weight: 600;
  }

  .store-nav-mobile-link:hover,
  .store-nav-mobile-link:focus,
  .store-nav-mobile-link.active,
  .store-nav-mobile-action:hover,
  .store-nav-mobile-action:focus,
  .store-nav-mobile-action.active {
    background: var(--store-nav-hover-background);
    color: var(--store-nav-hover-text);
  }

  .store-nav-mobile-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .mzaTrustBand {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-nav-menu-panel .store-nav-mobile-links,
  .store-nav-menu-panel .store-nav-mobile-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mzaShopHero {
    align-items: flex-start;
    flex-direction: column;
  }

  .mzaShopHeroStats {
    width: 100%;
    flex-wrap: wrap;
  }

  .mzaShopHeroStats span {
    flex: 1 1 150px;
  }

  .mzaFilterPanel {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .storefront-main {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .storefront-notice-inner {
    justify-content: flex-start;
    padding: 0.55rem 0.85rem;
  }

  .store-nav-card {
    padding: 0.75rem;
    border-radius: 22px;
  }

  .store-nav-bar {
    gap: 0.6rem;
  }

  .store-brand-mark {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .store-brand-title {
    font-size: 0.95rem;
  }

  .store-brand-sub,
  .store-search-toggle .store-utility-text,
  .store-pill-link .store-utility-text,
  .store-menu-toggle .store-utility-text {
    display: none;
  }

  .store-utility {
    min-height: 42px;
    padding: 0.72rem 0.8rem;
  }

  .store-nav-mobile-actions {
    grid-template-columns: 1fr;
  }

  .mzaHeroActions,
  .mzaSectionHead {
    align-items: stretch;
    flex-direction: column;
  }

  .mzaHeroActions .btn {
    width: 100%;
  }

  .mzaTrustBand {
    grid-template-columns: 1fr;
  }

  .store-mega-head {
    align-items: stretch;
    flex-direction: column;
  }

  .store-mega-cart {
    justify-content: center;
  }

  .store-nav-menu-panel .store-nav-mobile-links,
  .store-nav-menu-panel .store-nav-mobile-actions {
    grid-template-columns: 1fr;
  }

  .store-nav-menu-panel .store-nav-mobile-link,
  .store-nav-menu-panel .store-nav-mobile-action {
    min-height: 78px;
  }

  .mzaProductActions {
    flex-direction: column;
  }

  .storefront-body .hero {
    min-height: 460px;
    padding: 3.5rem 1.4rem;
    border-radius: 28px;
  }

  .storefront-body .card-img-top {
    height: 220px;
  }
}

/* CMS-driven storefront enhancements */
body.storefront-body {
  font-family: var(--font-primary, system-ui, sans-serif);
}

.storefront-body h1,
.storefront-body h2,
.storefront-body h3,
.storefront-body h4,
.storefront-body h5,
.storefront-body h6 {
  font-family: var(--font-secondary, Georgia, serif);
}
.storefront-skip-link {
  position: fixed;
  top: .75rem;
  left: .75rem;
  z-index: 3000;
  padding: .75rem 1rem;
  border-radius: 10px;
  color: var(--store-button-primary-text) !important;
  background: var(--store-button-primary-background);
  box-shadow: var(--store-shadow);
  transform: translateY(-180%);
  transition: transform .15s ease;
}
.storefront-skip-link:focus { transform: translateY(0); }
.storefront-main:focus { outline: none; }
.storefront-notice-inner a {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: var(--store-announcement-text);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cms-buttons-square .btn { border-radius: 6px !important; }
.cms-buttons-rounded .btn { border-radius: 12px !important; }
.cms-buttons-pill .btn { border-radius: 999px !important; }
.cms-corners-subtle .store-nav-card,
.cms-corners-subtle .card,
.cms-corners-subtle .hero,
.cms-corners-subtle .mzaShopHero,
.cms-corners-subtle .mzaFilterPanel { border-radius: 10px !important; }
.cms-corners-expressive .store-nav-card,
.cms-corners-expressive .card,
.cms-corners-expressive .mzaShopHero,
.cms-corners-expressive .mzaFilterPanel { border-radius: 28px !important; }
.cms-cards-minimal .mzaProductCard { border-color: transparent !important; box-shadow: none !important; background: transparent !important; }
.cms-cards-bordered .mzaProductCard { border: 1px solid var(--store-border) !important; box-shadow: none !important; }
.cms-cards-elevated .mzaProductCard { border-color: transparent !important; box-shadow: var(--store-shadow-soft) !important; }

.storefront-body :where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid var(--store-accent-focus);
  outline-offset: 3px;
}
.storefront-body .btn,
.storefront-body button,
.storefront-body input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
.storefront-body select { min-height: 44px; }

/* Predictive product search */
.storefront-search { max-width: 760px; margin: 0 auto; }
.autocomplete-results {
  position: absolute;
  top: calc(100% + .5rem);
  right: 0;
  left: 0;
  z-index: 1080;
  max-height: min(520px, 70vh);
  overflow: auto;
  padding: .45rem;
  border: 1px solid var(--store-border-color);
  border-radius: 16px;
  background: var(--store-surface);
  box-shadow: var(--store-shadow);
}
.autocomplete-results[hidden] { display: none !important; }
.autocomplete-product {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: .8rem;
  align-items: center;
  min-height: 76px;
  padding: .55rem;
  border-radius: 12px;
  color: var(--store-ink) !important;
  text-decoration: none;
}
.autocomplete-product:hover,
.autocomplete-product:focus,
.autocomplete-product.is-active { background: var(--store-accent-soft); }
.autocomplete-product img {
  width: 62px;
  height: 62px;
  object-fit: cover;
  border-radius: 10px;
  background: var(--store-surface-muted);
}
.autocomplete-product-copy { display: grid; min-width: 0; }
.autocomplete-product-copy small { color: var(--store-muted); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.autocomplete-product-copy strong { overflow: hidden; font-size: .9rem; text-overflow: ellipsis; white-space: nowrap; }
.autocomplete-product-copy span { color: var(--store-muted); font-size: .78rem; }
.autocomplete-view-all {
  display: flex;
  justify-content: center;
  padding: .75rem;
  border-top: 1px solid var(--store-border);
  color: var(--store-accent-strong) !important;
  font-weight: 800;
  text-decoration: none;
}
.autocomplete-empty { padding: 1rem; color: var(--store-muted); text-align: center; }

.mzaShopProductSearch {
  position: relative;
}
.mzaShopProductSearch > .fa-magnifying-glass {
  position: absolute;
  top: 50%;
  left: 1rem;
  z-index: 2;
  color: var(--store-muted);
  transform: translateY(-50%);
  pointer-events: none;
}
.mzaShopProductSearch > .form-control {
  padding-left: 2.75rem;
}
.mzaShopProductSearch .autocomplete-product {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
}
#shopProductResults {
  transition: opacity 0.14s ease;
}
#shopCatalog.is-async-filtering #shopProductResults {
  opacity: 0.58;
}

/* Homepage merchandising */
.mzaHomeHero { align-items: flex-start; text-align: left; }
.mzaHomeHero.is-centered { align-items: center; text-align: center; }
.mzaHomeHero.is-centered .mzaHeroActions { justify-content: center; }
.mzaHomePromo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 3rem;
  padding: clamp(1.4rem, 4vw, 2.6rem);
  border: 1px solid var(--store-accent-border);
  border-radius: var(--store-radius);
  background:
    radial-gradient(circle at 85% 10%, var(--store-accent-soft), transparent 38%),
    var(--store-surface-strong);
  box-shadow: var(--store-shadow-soft);
}
.mzaHomePromo h2 { margin-bottom: .45rem; }
.mzaHomePromo p { max-width: 760px; margin: 0; }
.mzaHomePromo .btn { flex: 0 0 auto; }

/* Product detail */
.mzaBreadcrumb {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 1rem;
  color: var(--store-muted);
  font-size: .78rem;
  font-weight: 700;
  overflow-x: auto;
  white-space: nowrap;
}
.mzaBreadcrumb a { color: var(--store-accent-strong); text-decoration: none; }
.mzaBreadcrumb i { font-size: .55rem; }
.mzaProductLayout { align-items: flex-start; }
.mzaProductSummary {
  position: sticky;
  top: 8.2rem;
  padding: 1.3rem;
  border: 1px solid var(--store-border);
  border-radius: var(--store-radius);
  background: var(--store-surface-strong);
  box-shadow: var(--store-shadow-soft);
}
.mzaProductSummary h1 { margin-bottom: .7rem; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.05; }
.mzaProductPriceRow { display: flex; align-items: center; gap: .8rem; flex-wrap: wrap; margin-bottom: .9rem; }
.mzaProductPriceRow > strong { color: var(--store-ink); font-size: 1.65rem; }
.mzaStockStatus {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .35rem .6rem;
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 800;
}
.mzaStockStatus.is-available {
  color: var(--store-success);
  background: color-mix(in srgb, var(--store-success) 10%, var(--store-surface));
}

.mzaStockStatus.is-unavailable {
  color: var(--store-danger);
  background: color-mix(in srgb, var(--store-danger) 10%, var(--store-surface));
}
.mzaProductDescription { font-size: 1rem; }
.mzaProductRating { display: inline-flex; align-items: center; gap: .28rem; margin-bottom: .9rem; color: var(--store-accent-strong) !important; text-decoration: none; }
.mzaProductRating small { margin-left: .35rem; }
.mzaProductPurchase {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--store-border);
}
.mzaProductQuantity { max-width: 150px; }
.mzaProductQuantity input { font-size: 1rem; font-weight: 800; text-align: center; }
.mzaProductAssurances {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .5rem;
  margin-top: .75rem;
}
.mzaProductAssurances span {
  display: grid;
  justify-items: center;
  gap: .35rem;
  padding: .7rem .5rem;
  border: 1px solid var(--store-border);
  border-radius: 10px;
  color: var(--store-muted);
  font-size: .7rem;
  font-weight: 700;
  text-align: center;
}
.mzaProductAssurances i { color: var(--store-accent-strong); font-size: 1rem; }
.mzaGalleryThumbButton {
  width: 84px;
  height: 84px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 18px;
  background: transparent;
}
.mzaGalleryThumbButton[aria-current="true"] { border-color: var(--store-accent); }
.mzaGalleryThumbButton .gallery-thumb { width: 100%; height: 100%; border: 0; }
.mzaAnchorTarget { display: block; position: relative; top: -7rem; visibility: hidden; }

/* Recently viewed */
.store-recently-viewed { width: min(100%, var(--store-max)); margin-top: 3.5rem; }
.store-clear-recent { border: 0; color: var(--store-muted); background: transparent; font-weight: 750; }
.store-clear-recent:hover { color: var(--store-accent-strong); }
.store-recent-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: .8rem;
}
.store-recent-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: .75rem;
  align-items: center;
  padding: .65rem;
  border: 1px solid var(--store-border);
  border-radius: 14px;
  color: var(--store-ink) !important;
  background: var(--store-surface-strong);
  box-shadow: var(--store-shadow-soft);
  text-decoration: none;
}
.store-recent-card:hover { transform: translateY(-2px); }
.store-recent-card img {
  width: 82px;
  height: 76px;
  object-fit: cover;
  border-radius: 10px;
  background: var(--store-surface-muted);
}
.store-recent-card > span { display: grid; min-width: 0; }
.store-recent-card strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.store-recent-card span span { color: var(--store-muted); font-size: .82rem; }

/* Modern CMS footer */
.site-footer {
  margin-top: 4rem;
  padding: 0;
  color: var(--footer-text);
  background: var(--footer-bg);
}

.site-footer .container {
  padding-top: var(--footer-top-spacing);
  padding-bottom: var(--footer-bottom-spacing);
}

.site-footer h2,
.site-footer h3 {
  color: var(--footer-heading) !important;
}

.site-footer p,
.site-footer li,
.site-footer span,
.site-footer small {
  color: var(--footer-text) !important;
}

.site-footer h2 {
  margin: 0 0 .8rem;
  font-size: 1.55rem;
}

.site-footer h3 {
  margin: 0 0 .85rem;
  font-size: 1rem;
}

.site-footer a {
  color: var(--footer-link);
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
  color: var(--footer-link-hover);
}

.site-footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(150px, .75fr));
  gap: var(--footer-column-gap);
}

.site-footer--brand_showcase .site-footer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-footer--brand_showcase .footer-brand {
  grid-column: 1 / -1;
  max-width: none;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--footer-border);
}

@media (min-width: 992px) {
  .site-footer--brand_showcase .footer-brand {
    display: grid;
    grid-template-columns: minmax(220px, .8fr) minmax(320px, 1.2fr);
    grid-auto-flow: row;
    align-items: start;
    gap: .75rem var(--footer-column-gap);
  }

  .site-footer--brand_showcase .footer-brand .footer-logo,
  .site-footer--brand_showcase .footer-brand h2 {
    grid-column: 1;
  }

  .site-footer--brand_showcase .footer-brand p {
    grid-column: 2;
    grid-row: 1;
    max-width: 680px;
    margin: 0;
  }

  .site-footer--brand_showcase .footer-brand .footer-social {
    grid-column: 2;
    grid-row: 2;
    margin-top: .25rem;
  }

  .site-footer--brand_showcase .footer-contact {
    grid-column: 3 / -1;
    width: 100%;
  }
}

.site-footer--split .site-footer-grid {
  grid-template-columns: minmax(280px, 1.15fr) repeat(2, minmax(150px, .75fr));
  grid-template-rows: auto auto;
}

.site-footer--split .footer-brand {
  grid-row: 1 / span 2;
  padding-right: var(--footer-column-gap);
  padding-bottom: 0;
  border-right: 1px solid var(--footer-border);
}

@media (min-width: 992px) {
  .site-footer--split .footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer--split .footer-brand .footer-logo {
    margin-bottom: calc(var(--footer-logo-spacing) + 0.75rem);
  }

  .site-footer--split .footer-brand h2 {
    margin-bottom: 1.1rem;
  }

  .site-footer--split .footer-brand p {
    max-width: 38rem;
    margin-bottom: 0;
  }

  .site-footer--split .footer-brand .footer-social {
    margin-top: auto;
    padding-top: clamp(2.75rem, 5vw, 5rem);
  }
}

.site-footer--split .footer-contact {
  grid-column: 2 / -1;
  padding-top: 1.5rem;
  border-top: 1px solid var(--footer-border);
}

.footer-logo {
  display: block;
  width: auto;
  max-width: min(100%, var(--footer-logo-width));
  max-height: 150px;
  margin-bottom: var(--footer-logo-spacing);
  object-fit: contain;
  object-position: left center;
}

.footer-nav ul,
.footer-contact ul,
.site-footer-bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav li + li {
  margin-top: .55rem;
}

.footer-contact li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: .55rem;
  margin-bottom: .65rem;
}

.footer-contact i {
  padding-top: .2rem;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: 1rem;
}

.site-footer .footer-social a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--footer-link);
  border: 1px solid var(--footer-border);
  border-radius: 50%;
  background: var(--footer-surface);
}

.site-footer .footer-social a:hover,
.site-footer .footer-social a:focus-visible {
  color: var(--footer-link-hover);
  border-color: var(--footer-link-hover);
}

.footer-newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
  align-items: center;
  gap: 2rem;
  margin-top: 2.5rem;
  padding: 1.2rem;
  border: 1px solid var(--footer-border);
  border-radius: 16px;
  background: var(--footer-surface);
}

.footer-newsletter h3 {
  margin: 0 0 .25rem;
  font-size: 1.25rem;
}

.footer-newsletter p {
  margin: 0;
}

.footer-newsletter form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .55rem;
}

.footer-newsletter-consent {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: .55rem;
  margin-top: .25rem;
}

.footer-newsletter-consent input {
  width: 1rem;
  height: 1rem;
  margin-top: .15rem;
  accent-color: var(--footer-link-hover);
}

.footer-newsletter-consent label {
  color: var(--footer-text);
  font-size: .78rem;
  line-height: 1.45;
}

.footer-newsletter-consent a {
  font-weight: 700;
  text-underline-offset: .15em;
}

.site-footer .footer-newsletter .form-control {
  min-height: 48px;
  color: var(--footer-input-text);
  background: var(--footer-input-bg);
  border-color: var(--footer-border);
}

.site-footer .footer-newsletter .form-control::placeholder {
  color: var(--footer-input-placeholder);
  opacity: 1;
}

.mzaNewsletterPage {
  width: min(760px, 100%);
  margin: clamp(2.5rem, 8vw, 6rem) auto;
}

.mzaNewsletterCard {
  overflow: hidden;
  border-color: var(--store-border-color);
  box-shadow: var(--store-shadow-soft);
}

.mzaNewsletterCard .card-body {
  padding: clamp(2rem, 7vw, 4.5rem);
  text-align: center;
}

.mzaNewsletterCard h1 {
  margin: .45rem 0 .8rem;
  color: var(--store-heading);
  font-size: clamp(1.75rem, 5vw, 2.75rem);
  letter-spacing: -.035em;
}

.mzaNewsletterCard > .card-body > p {
  max-width: 36rem;
  margin: 0 auto;
  color: var(--store-body);
}

.mzaNewsletterIcon {
  display: grid;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.2rem;
  place-items: center;
  border: 1px solid var(--store-border-color);
  border-radius: 1.25rem;
  background: var(--store-surface-muted);
  color: var(--store-body);
  font-size: 1.5rem;
}

.mzaNewsletterIcon.is-success {
  border-color: color-mix(in srgb, var(--store-success) 35%, var(--store-border-color));
  background: color-mix(in srgb, var(--store-success) 10%, var(--store-surface));
  color: var(--store-success);
}

.mzaNewsletterIcon.is-warning {
  border-color: color-mix(in srgb, var(--store-warning) 35%, var(--store-border-color));
  background: color-mix(in srgb, var(--store-warning) 10%, var(--store-surface));
  color: var(--store-warning);
}

.mzaNewsletterActions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .7rem;
  margin-top: 1.75rem;
}

.mzaNewsletterPreferenceSummary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  margin: 1.75rem 0;
  text-align: left;
}

.mzaNewsletterPreferenceSummary > div {
  padding: 1rem;
  border: 1px solid var(--store-border-color);
  border-radius: .8rem;
  background: var(--store-surface-muted);
}

.mzaNewsletterPreferenceSummary dt {
  margin-bottom: .3rem;
  color: var(--store-muted);
  font-size: .75rem;
  font-weight: 750;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.mzaNewsletterPreferenceSummary dd {
  margin: 0;
  color: var(--store-heading);
  font-weight: 700;
}

.mzaNewsletterState {
  display: inline-flex;
  align-items: center;
  min-height: 1.65rem;
  padding: .25rem .6rem;
  border: 1px solid var(--store-border-color);
  border-radius: 999px;
  background: var(--store-surface);
  font-size: .78rem;
}

.mzaNewsletterState.is-success {
  border-color: color-mix(in srgb, var(--store-success) 35%, var(--store-border-color));
  color: var(--store-success);
}

.mzaNewsletterState.is-warning {
  border-color: color-mix(in srgb, var(--store-warning) 35%, var(--store-border-color));
  color: var(--store-warning);
}

.mzaNewsletterPreferenceAction {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.2rem;
  border: 1px solid var(--store-border-color);
  border-radius: .9rem;
  text-align: left;
}

.mzaNewsletterPreferenceAction h2 {
  margin: 0 0 .25rem;
  font-size: 1.05rem;
}

.mzaNewsletterPreferenceAction p {
  margin: 0;
  color: var(--store-muted);
  font-size: .88rem;
}

@media (max-width: 575.98px) {
  .mzaNewsletterActions,
  .mzaNewsletterPreferenceAction {
    align-items: stretch;
    flex-direction: column;
  }

  .mzaNewsletterActions .btn,
  .mzaNewsletterPreferenceAction .btn {
    width: 100%;
  }

  .mzaNewsletterPreferenceSummary {
    grid-template-columns: 1fr;
  }
}

.site-footer-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--footer-border);
}

.site-footer-bottom > div:first-child {
  display: grid;
  gap: .25rem;
}

.site-footer-bottom strong {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-size: .78rem;
}

.site-footer-bottom span {
  font-size: .75rem;
}

.site-footer-utilities {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .85rem 1.25rem;
}

.site-footer-bottom ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: .78rem;
}

.footer-back-to-top {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .78rem;
  font-weight: 750;
}

/* Catalog mobile filter sheet */
.mzaMobileFilterButton,
.mzaMobileFilterHeader,
.mzaMobileCategoryFilter { display: none; }

/* Checkout and cart clarity without touching payment logic */
.storefront-body[data-store-page="checkout"] .card,
.storefront-body[data-store-page="cart"] .card {
  border: 1px solid var(--store-border);
  box-shadow: var(--store-shadow-soft);
}
.storefront-body[data-store-page="checkout"] .col-lg-5 > .card { position: sticky; top: 8rem; }
.storefront-body[data-store-page="checkout"] #checkoutForm > .btn-success {
  width: 100%;
  min-height: 54px;
  font-size: 1rem;
  font-weight: 850;
}
.storefront-body[data-store-page="checkout"] hr { border-color: var(--store-border); opacity: 1; }

@media (max-width: 1199.98px) {
  .site-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .site-footer--split .site-footer-grid {
    grid-template-columns: minmax(260px, 1.1fr) repeat(2, minmax(140px, .75fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
    max-width: 700px;
  }

  .site-footer--split .footer-brand {
    grid-column: auto;
    max-width: none;
  }

}

@media (max-width: 991.98px) {
  .mzaProductSummary {
    position: static;
  }

  .site-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer--split .site-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .site-footer--split .footer-brand {
    grid-column: 1 / -1;
    grid-row: auto;
    padding-right: 0;
    padding-bottom: 1.5rem;
    border-right: 0;
    border-bottom: 1px solid var(--footer-border);
  }

  .site-footer--split .footer-contact {
    grid-column: auto;
  }

  .footer-newsletter {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .mzaHomePromo {
    align-items: stretch;
    flex-direction: column;
  }

  .mzaHomePromo .btn {
    width: 100%;
  }

  .mzaProductAssurances {
    grid-template-columns: 1fr;
  }

  .mzaProductAssurances span {
    grid-template-columns: 24px 1fr;
    justify-items: start;
    text-align: left;
  }

  .store-recent-grid {
    grid-template-columns: 1fr;
  }

  .store-recently-viewed {
    padding-right: .85rem;
    padding-left: .85rem;
  }

  .site-footer-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer-brand {
    grid-column: auto;
  }

  .site-footer--brand_showcase .footer-brand,
  .site-footer--split .footer-brand {
    grid-row: auto;
    padding-right: 0;
    padding-bottom: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .site-footer--split .footer-contact {
    grid-column: auto;
    padding-top: 0;
    border-top: 0;
  }

  .site-footer--mobile-dividers .footer-brand,
  .site-footer--mobile-dividers .footer-nav,
  .site-footer--mobile-dividers .footer-contact {
    padding-block: 1.4rem;
    border-bottom: 1px solid var(--footer-border);
  }

  .site-footer--mobile-dividers .footer-brand {
    padding-top: 0;
  }

  .site-footer--mobile-dividers .site-footer-grid > :last-child {
    border-bottom: 0;
  }

  .footer-newsletter form {
    grid-template-columns: 1fr;
  }

  .site-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer-utilities {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }

  .mzaShopLayout > aside {
    display: none;
  }
  .mzaMobileFilterButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    min-height: 44px;
    padding: .65rem .85rem;
    border: 1px solid var(--store-accent-border);
    border-radius: 999px;
    color: var(--store-accent-strong);
    background: var(--store-accent-soft);
    font-weight: 800;
  }
  .mzaMobileFilterHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: .6rem;
  }
  .mzaMobileFilterHeader button {
    width: 44px;
    min-height: 44px;
    border: 0;
    border-radius: 50%;
    color: var(--store-ink);
    background: var(--store-surface-muted);
  }
  .mzaMobileCategoryFilter { display: block; }
  .mzaInlineFilters {
    position: fixed;
    inset: 0;
    z-index: 2200;
    display: none;
    align-content: flex-start;
    overflow-y: auto;
    width: 100%;
    max-width: none;
    margin: 0 !important;
    padding: 1rem 1rem 2rem;
    border: 0;
    border-radius: 0;
    background: var(--store-surface);
  }
  .mzaInlineFilters.is-open { display: flex; }
  .mzaInlineFilters > [class*="col-"] { width: 100%; }
  .mzaInlineFilters .text-end {
    position: sticky;
    bottom: 0;
    padding: .7rem 0;
    background: var(--store-surface);
  }
  .mzaInlineFilters .text-end .btn { width: 100%; min-height: 52px; }
  .shop-filters-open { overflow: hidden; }
}
@media (prefers-reduced-motion: reduce) {
  .storefront-body *,
  .storefront-body *::before,
  .storefront-body *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; }
}

