:root {
  --store-bg: #ffffff;
  --store-surface: rgba(255, 255, 255, 0.96);
  --store-surface-strong: #ffffff;
  --store-text: #17191d;
  --store-muted: #6f7785;
  --store-line: rgba(22, 26, 33, 0.12);
  --store-indigo: #1f2937;
  --store-indigo-deep: #111827;
  --store-amber: #ff8a18;
  --store-nav-text: #000000;
  --store-shadow: 0 22px 55px rgba(15, 23, 42, 0.10);
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Montserrat", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--store-text);
  background: var(--store-bg);
}

a {
  color: inherit;
  text-decoration: none;
}

.storefront-shell {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.storefront-top-strip {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 34px;
  min-height: 58px;
  padding: 0 max(28px, calc((100vw - 1720px) / 2));
  color: rgba(255, 255, 255, 0.82);
  background: var(--store-brand-primary, #1e1e1e);
  font-size: 0.9rem;
  font-weight: 700;
}

.storefront-beta-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.storefront-nav {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 560px) minmax(0, 1fr);
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  min-height: 104px;
  padding: 26px max(28px, calc((100vw - 1720px) / 2)) 24px;
  border: 1px solid rgba(17, 24, 39, 0.06);
  border-top: 0;
  border-radius: 0;
  color: var(--store-nav-text, #000);
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.10);
}

.storefront-nav-left {
  display: flex;
  align-items: center;
  grid-column: 1;
  gap: clamp(24px, 2.8vw, 46px);
  min-width: 0;
}

.storefront-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 14px;
  justify-self: start;
  color: var(--store-nav-text, #000);
}

.storefront-brand-logo {
  display: block;
  width: auto;
  max-width: 160px;
  max-height: 56px;
  height: auto;
  object-fit: contain;
}

.storefront-brand strong,
.storefront-brand small {
  display: block;
}

.storefront-brand strong {
  font-size: 1.2rem;
}

.storefront-brand small {
  color: var(--store-nav-text, #000);
  font-size: 0.94rem;
}

.storefront-brand-mark {
  display: grid;
  place-items: center;
  width: 50px;
  height: 32px;
  border-radius: 8px 18px 8px 18px;
  color: #111;
  font-weight: 800;
  background: linear-gradient(135deg, var(--store-brand-primary, #111) 0 42%, var(--store-amber) 42% 100%);
  text-indent: -999px;
}

.storefront-nav-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(18px, 2vw, 28px);
  min-width: 0;
}

.storefront-nav-links > a,
.storefront-store-dropdown > a,
.storefront-nav-link-disabled {
  display: inline-grid;
  place-items: center;
  min-height: 44px;
  padding: 0 4px;
  border: 0;
  border-radius: 0;
  color: var(--store-nav-text, #000);
  background: transparent;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: inset 0 -1px 0 transparent;
  transform: translateY(0);
  transition:
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.storefront-nav-link-disabled {
  color: rgba(0, 0, 0, 0.38);
  cursor: not-allowed;
  pointer-events: none;
}

.storefront-nav-links > a:hover,
.storefront-store-dropdown:hover > a,
.storefront-store-dropdown:focus-within > a,
.storefront-store-dropdown.is-open > a {
  color: var(--store-nav-text, #000);
  background: transparent;
  box-shadow: inset 0 -2px 0 var(--store-nav-text, #000);
  transform: translateY(-2px);
}

.storefront-nav-links > .storefront-nav-firesale,
.storefront-nav-link-disabled.storefront-nav-firesale {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: var(--store-firesale-nav, #dc2626);
}

.storefront-nav-links > .storefront-nav-firesale:hover {
  color: var(--store-firesale-nav, #dc2626);
  box-shadow: inset 0 -2px 0 currentColor;
}

.storefront-nav-link-disabled.storefront-nav-firesale {
  color: rgba(220, 38, 38, 0.55);
}

.storefront-nav-fire-icon {
  position: relative;
  display: inline-block;
  width: 0.74rem;
  height: 0.94rem;
  flex: 0 0 auto;
  transform-origin: 50% 100%;
  animation: storefront-fire-flicker 1.05s ease-in-out infinite;
  filter: drop-shadow(0 2px 4px rgba(220, 38, 38, 0.24));
}

.storefront-nav-fire-icon::before,
.storefront-nav-fire-icon::after {
  content: "";
  position: absolute;
  transform: rotate(-45deg);
}

.storefront-nav-fire-icon::before {
  inset: 0.08rem 0.08rem 0;
  border-radius: 70% 12% 70% 70%;
  background: linear-gradient(135deg, #ef4444 0%, #f97316 52%, #f59e0b 100%);
}

.storefront-nav-fire-icon::after {
  left: 0.28rem;
  right: 0.18rem;
  bottom: 0.09rem;
  height: 0.48rem;
  border-radius: 70% 12% 70% 70%;
  background: linear-gradient(135deg, #fde68a 0%, #fb923c 100%);
}

@keyframes storefront-fire-flicker {
  0%,
  100% {
    transform: scale(1) rotate(-2deg);
  }

  45% {
    transform: scale(1.08, 0.96) rotate(2deg);
  }

  70% {
    transform: scale(0.96, 1.06) rotate(-1deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .storefront-nav-fire-icon {
    animation: none;
  }
}

.storefront-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.storefront-nav-search {
  position: relative;
  z-index: 140;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  grid-column: 2;
  justify-self: center;
  width: min(560px, 100%);
  min-width: 0;
  border: 1px solid rgba(17, 24, 39, 0.13);
  border-radius: 6px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72), 0 12px 26px rgba(15, 23, 42, 0.08);
}

.storefront-page-videos {
  display: grid;
  gap: 0;
  width: 100%;
  margin: 0 0 clamp(20px, 2.4vw, 42px);
  padding: 0;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  background: #05070d;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
}

.storefront-page-video {
  position: relative;
  display: grid;
  gap: 0;
  overflow: hidden;
  background: #05070d;
}

.storefront-page-video video {
  display: block;
  width: 100%;
  height: clamp(620px, 39.6vw, 1040px);
  object-fit: cover;
  border: 0;
  border-radius: 0;
  background: #0f1115;
  box-shadow: none;
}

.storefront-page-video-copy {
  position: absolute;
  left: max(28px, calc((100vw - 1720px) / 2 + 64px));
  bottom: clamp(42px, 5vw, 84px);
  z-index: 1;
  display: grid;
  gap: 4px;
  max-width: 860px;
  color: #fff;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.38);
}

.storefront-page-video-copy strong {
  font-size: clamp(1.1rem, 1.8vw, 1.8rem);
  font-weight: 900;
}

.storefront-page-video-copy span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem;
  line-height: 1.6;
}

.storefront-nav-search:focus-within {
  border-color: color-mix(in srgb, var(--store-brand-primary, #111827) 38%, transparent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--store-brand-primary, #111827) 12%, transparent), 0 14px 28px rgba(15, 23, 42, 0.10);
}

.storefront-nav-search input {
  width: 100%;
  min-width: 0;
  height: 44px;
  padding: 0 14px;
  border: 0;
  border-radius: 6px 0 0 6px;
  color: #000;
  background: transparent;
  font: inherit;
  font-size: 0.9rem;
  outline: 0;
}

.storefront-nav-search button {
  display: grid;
  place-items: center;
  min-width: 86px;
  height: 36px;
  margin-right: 4px;
  padding: 0 14px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: var(--store-brand-primary, #111827);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
}

.storefront-nav-search-results {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 150;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.22);
}

.storefront-nav-search-results[hidden],
.storefront-nav-search-skeleton[hidden],
.storefront-nav-search-empty[hidden] {
  display: none;
}

.storefront-nav-search-list {
  display: grid;
}

.storefront-nav-search-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 72px;
  padding: 10px 12px;
  color: #111827;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  background: #fff;
  transition: background 140ms ease;
}

.storefront-nav-search-item:last-child {
  border-bottom: 0;
}

.storefront-nav-search-item:hover,
.storefront-nav-search-item:focus {
  background: color-mix(in srgb, var(--store-brand-primary, #0875d1) 7%, #fff);
  outline: 0;
}

.storefront-nav-search-thumb {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: 6px;
  background: #fff;
}

.storefront-nav-search-thumb img {
  display: block;
  max-width: 44px;
  max-height: 44px;
  object-fit: contain;
}

.storefront-nav-search-thumb span {
  color: var(--store-brand-primary, #0875d1);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.storefront-nav-search-copy {
  min-width: 0;
}

.storefront-nav-search-copy strong,
.storefront-nav-search-copy span,
.storefront-nav-search-price {
  display: block;
}

.storefront-nav-search-copy strong {
  overflow: hidden;
  color: #111827;
  font-size: 0.84rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.storefront-nav-search-copy span {
  overflow: hidden;
  margin-top: 3px;
  color: var(--store-muted);
  font-size: 0.74rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.storefront-nav-search-price {
  color: #111827;
  font-size: 0.78rem;
  font-weight: 900;
  white-space: nowrap;
}

.storefront-nav-search-empty {
  padding: 16px;
  color: var(--store-muted);
  font-size: 0.84rem;
  font-weight: 800;
  text-align: center;
}

.storefront-nav-search-skeleton {
  display: grid;
  gap: 0;
  padding: 6px 0;
}

.storefront-nav-search-skeleton span {
  display: block;
  height: 52px;
  margin: 8px 12px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(227, 232, 244, 0.72), rgba(255, 255, 255, 0.94), rgba(227, 232, 244, 0.72));
  background-size: 220% 100%;
  animation: storefront-skeleton-shimmer 1.2s ease-in-out infinite;
}

.storefront-store-dropdown {
  position: static;
  display: flex;
  align-items: center;
}

.storefront-mega-menu::before {
  position: absolute;
  left: 0;
  top: -42px;
  width: 100%;
  height: 42px;
  content: "";
}

.storefront-main {
  display: grid;
  gap: 22px;
  padding-bottom: 48px;
}

.storefront-hero,
.storefront-panel {
  padding: 28px 32px;
  border: 1px solid var(--store-line);
  border-radius: 30px;
  background: var(--store-surface);
  box-shadow: var(--store-shadow);
  backdrop-filter: blur(18px);
}

.storefront-hero {
  display: grid;
  min-height: 360px;
  place-items: center;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(6, 10, 18, 0.34), rgba(6, 10, 18, 0.58)),
    radial-gradient(circle at 30% 35%, rgba(255, 255, 255, 0.22), transparent 16%),
    linear-gradient(150deg, #101820 0%, #243241 38%, #6f7d89 56%, #d5dce2 100%);
  box-shadow: none;
}

.storefront-hero-copy {
  max-width: 860px;
  padding: 0 24px;
  color: #fff;
  text-align: center;
}

.storefront-hero-copy .storefront-kicker,
.storefront-hero-copy p {
  color: rgba(255, 255, 255, 0.82);
}

.storefront-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--store-indigo);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.storefront-hero h1,
.storefront-panel h2,
.storefront-card h3,
.storefront-product-card h3 {
  margin: 0;
}

.storefront-hero h1 {
  font-size: clamp(2.4rem, 5vw, 5rem);
  letter-spacing: -0.06em;
}

.storefront-hero p,
.storefront-card p,
.storefront-message,
.storefront-context-card p {
  color: var(--store-muted);
}

.storefront-login-screen {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 20px;
  min-height: calc(100vh - 142px);
  padding: clamp(42px, 7vh, 82px) 24px 64px;
  background: #fff;
}

.storefront-login-copy {
  max-width: 720px;
  text-align: center;
}

.storefront-login-copy h1 {
  margin: 0;
  color: #111827;
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  letter-spacing: -0.06em;
}

.storefront-login-copy p {
  margin: 16px auto 0;
  max-width: 620px;
  color: var(--store-muted);
  font-size: 1.05rem;
}

.storefront-login-card {
  display: grid;
  gap: 20px;
  width: min(920px, 100%);
  padding: 24px;
  border: 1px solid var(--store-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--store-shadow);
}

.storefront-login-form {
  display: grid;
  grid-template-columns: minmax(240px, 340px) minmax(240px, 340px) auto;
  gap: 18px;
  align-items: end;
}

.storefront-login-card h2 {
  margin: 0;
  font-size: 1.5rem;
}

.storefront-login-card p {
  margin: 8px 0 0;
  color: var(--store-muted);
}

.storefront-login-card label {
  display: grid;
  gap: 8px;
}

.storefront-login-card label > span:not(.storefront-password-field) {
  color: var(--store-indigo-deep);
  font-size: 0.85rem;
  font-weight: 800;
}

.storefront-password-field {
  position: relative;
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.storefront-password-field input {
  padding-right: 76px;
}

.storefront-password-field button {
  position: absolute;
  top: 50%;
  right: 8px;
  min-height: 34px;
  padding: 0 12px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 11px;
  color: #fff;
  background: #111827;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  cursor: pointer;
}

.storefront-login-card input {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(125, 138, 188, 0.35);
  border-radius: 16px;
  font: inherit;
  color: var(--store-text);
  background: #fff;
}

.storefront-login-recovery {
  display: grid;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 24, 39, 0.10);
}

.storefront-password-reset {
  width: 100%;
  padding: 0;
  color: var(--store-muted);
}

.storefront-password-reset summary {
  width: fit-content;
  cursor: pointer;
  color: #111827;
  font-weight: 900;
}

.storefront-password-reset form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  align-items: end;
  margin-top: 14px;
  padding: 16px;
  border: 1px solid rgba(125, 138, 188, 0.18);
  border-radius: 18px;
  background: rgba(248, 250, 252, 0.72);
}

.storefront-password-reset label {
  display: grid;
  gap: 8px;
}

.storefront-password-reset label span {
  color: var(--store-indigo-deep);
  font-size: 0.85rem;
  font-weight: 800;
}

.storefront-password-reset input {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(125, 138, 188, 0.35);
  border-radius: 16px;
  font: inherit;
  color: var(--store-text);
  background: #fff;
}

.storefront-top-actions {
  position: fixed;
  top: 9px;
  right: max(28px, calc((100vw - 1720px) / 2));
  z-index: 240;
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.storefront-profile-menu {
  position: relative;
}

.storefront-profile-menu summary::-webkit-details-marker {
  display: none;
}

.storefront-profile-chip {
  display: grid;
  grid-template-columns: 24px minmax(0, auto) 12px;
  gap: 8px;
  align-items: center;
  width: max-content;
  max-width: min(360px, calc(100vw - 124px));
  min-height: 36px;
  padding: 4px 9px 4px 5px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
  backdrop-filter: none;
  cursor: pointer;
  list-style: none;
}

.storefront-mini-cart {
  position: relative;
}

.storefront-mini-cart summary {
  display: inline-grid;
  grid-template-columns: 24px auto;
  gap: 7px;
  align-items: center;
  height: 36px;
  padding: 3px 9px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
  cursor: pointer;
  list-style: none;
}

.storefront-mini-cart summary::-webkit-details-marker {
  display: none;
}

.storefront-mini-cart-icon {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  color: #111827;
  background: #fff;
  font-size: 0.62rem;
  font-weight: 900;
}

.storefront-mini-cart summary strong {
  font-size: 0.84rem;
}

.storefront-mini-cart-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 260;
  width: min(360px, calc(100vw - 36px));
  padding: 16px;
  border-radius: 8px;
  color: #111827;
  background: #fff;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.28);
}

.storefront-mini-cart-empty {
  margin: 0;
  color: var(--store-muted);
  font-weight: 700;
}

.storefront-mini-cart-line {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.12);
}

.storefront-mini-cart-line + .storefront-mini-cart-line {
  padding-top: 14px;
}

.storefront-mini-cart-line strong {
  font-size: 0.82rem;
}

.storefront-mini-cart-line span {
  display: inline-grid;
  place-items: center;
  min-width: 32px;
  min-height: 28px;
  margin-top: 6px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 8px;
  color: var(--store-muted);
  font-weight: 700;
}

.storefront-mini-cart-line-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}

.storefront-mini-cart-line-meta span {
  margin-top: 0;
}

.storefront-mini-cart-remove-form {
  margin: 0;
}

.storefront-mini-cart-remove-form button {
  min-height: 28px;
  padding: 0 8px;
  border: 1px solid rgba(138, 47, 47, 0.16);
  border-radius: 7px;
  color: #8a2f2f;
  background: rgba(138, 47, 47, 0.06);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  cursor: pointer;
}

.storefront-mini-cart-remove-form button:hover,
.storefront-mini-cart-remove-form button:focus {
  background: rgba(138, 47, 47, 0.12);
}

.storefront-mini-cart-image {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 6px;
  background: #fff;
}

.storefront-mini-cart-image img {
  max-width: 46px;
  max-height: 46px;
  object-fit: contain;
}

.storefront-mini-cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  color: var(--store-muted);
  text-transform: uppercase;
}

.storefront-mini-cart-total strong {
  color: #111827;
}

.storefront-mini-cart-primary {
  display: grid;
  place-items: center;
  min-height: 44px;
  border-radius: 4px;
  color: #fff;
  background: #0875d1;
  font-weight: 900;
}

.storefront-mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 120;
  width: 100%;
  max-height: min(620px, calc(100vh - 150px));
  min-height: 310px;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transform: translateY(12px);
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96)),
    linear-gradient(90deg, color-mix(in srgb, var(--store-brand-primary, #111827) 8%, transparent), transparent 46%);
  box-shadow: 0 24px 46px rgba(15, 23, 42, 0.14);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.storefront-mega-menu::-webkit-scrollbar {
  width: 10px;
}

.storefront-mega-menu::-webkit-scrollbar-track {
  background: rgba(17, 24, 39, 0.06);
}

.storefront-mega-menu::-webkit-scrollbar-thumb {
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.34);
}

.storefront-store-dropdown:hover .storefront-mega-menu,
.storefront-store-dropdown:focus-within .storefront-mega-menu,
.storefront-store-dropdown.is-open .storefront-mega-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.storefront-store-dropdown.is-closing .storefront-mega-menu {
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

.storefront-mega-menu-inner {
  display: grid;
  grid-template-columns: minmax(230px, 280px) minmax(420px, 1fr) minmax(230px, 300px);
  gap: 20px;
  width: min(1560px, calc(100% - 80px));
  margin: 0 auto;
  padding: 26px 0 32px;
  max-height: min(620px, calc(100vh - 150px));
}

.storefront-mega-menu a {
  color: #111827;
  font-size: 0.9rem;
  font-weight: 700;
  transition: background 140ms ease, border-color 140ms ease, color 140ms ease, transform 140ms ease;
}

.storefront-mega-rail,
.storefront-mega-ranges,
.storefront-mega-feature {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 304px;
  max-height: calc(min(620px, calc(100vh - 150px)) - 58px);
  padding: 18px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.storefront-mega-rail,
.storefront-mega-ranges {
  grid-template-rows: auto minmax(0, 1fr);
}

.storefront-mega-eyebrow {
  color: color-mix(in srgb, var(--store-brand-primary, #111827) 70%, #6b7280);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.storefront-mega-rail-list {
  display: grid;
  gap: 8px;
  align-content: start;
  min-height: 0;
  overflow-y: auto;
  padding: 2px 4px 4px 0;
  scrollbar-gutter: stable;
}

.storefront-mega-category {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon meta";
  gap: 2px 11px;
  align-items: center;
  min-height: 58px;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  color: #111827;
  transition: none;
}

.storefront-mega-menu .storefront-mega-category,
.storefront-mega-menu .storefront-mega-category span,
.storefront-mega-menu .storefront-mega-category strong,
.storefront-mega-menu .storefront-mega-category small {
  transition: none;
}

.storefront-mega-category span {
  grid-area: icon;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  color: var(--store-brand-primary, #111827);
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  font-size: 0.78rem;
  font-weight: 900;
}

.storefront-mega-category strong {
  grid-area: title;
  overflow: hidden;
  color: #111827;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.94rem;
  line-height: 1.18;
  letter-spacing: 0;
}

.storefront-mega-category small {
  grid-area: meta;
  color: var(--store-muted);
  font-size: 0.75rem;
  line-height: 1.2;
}

.storefront-mega-category:hover {
  border-color: #0875d1;
  background: rgba(8, 117, 209, 0.035);
  transform: none;
}

.storefront-mega-category.is-pending,
.storefront-mega-category.is-active {
  border-color: #0875d1;
  background: rgba(8, 117, 209, 0.055);
  transform: none;
}

.storefront-mega-subcategory:hover,
.storefront-mega-feature-tile:hover,
.storefront-mega-more:hover {
  border-color: #0875d1;
  background: rgba(8, 117, 209, 0.055);
  transform: translateX(2px);
}

.storefront-mega-section-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.storefront-mega-section-header a {
  color: var(--store-brand-primary, #0875d1);
  font-size: 0.78rem;
  font-weight: 900;
}

.storefront-mega-section-header strong {
  min-width: 0;
  overflow: hidden;
  color: #111827;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.92rem;
  font-weight: 900;
}

.storefront-mega-subcategory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-content: start;
  min-height: 0;
  overflow-y: auto;
  padding: 2px 4px 4px 0;
  scrollbar-gutter: stable;
}

.storefront-mega-rail-list::-webkit-scrollbar,
.storefront-mega-subcategory-grid::-webkit-scrollbar {
  width: 8px;
}

.storefront-mega-rail-list::-webkit-scrollbar-track,
.storefront-mega-subcategory-grid::-webkit-scrollbar-track {
  background: rgba(17, 24, 39, 0.06);
  border-radius: 999px;
}

.storefront-mega-rail-list::-webkit-scrollbar-thumb,
.storefront-mega-subcategory-grid::-webkit-scrollbar-thumb {
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.28);
}

.storefront-mega-subcategory {
  display: none;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon meta";
  gap: 2px 10px;
  align-items: center;
  min-height: 72px;
  padding: 12px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 6px;
  color: #111827;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.88)),
    linear-gradient(135deg, transparent 0 55%, rgba(17, 24, 39, 0.03) 55% 100%);
}

.storefront-mega-subcategory.is-visible {
  display: grid;
}

.storefront-mega-subcategory span {
  grid-area: icon;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 4px;
  color: var(--store-brand-primary, #0875d1);
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  font-size: 0.82rem;
  font-weight: 900;
}

.storefront-mega-category span img,
.storefront-mega-subcategory span img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.storefront-mega-subcategory strong {
  grid-area: title;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #111827;
  font-size: 0.88rem;
  line-height: 1.2;
}

.storefront-mega-subcategory small {
  grid-area: meta;
  overflow: hidden;
  color: var(--store-muted);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.74rem;
  line-height: 1.2;
}

.storefront-mega-feature {
  gap: 12px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--store-brand-primary, #111827) 5%, #fff), #fff),
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 42%);
}

.storefront-mega-feature-tile,
.storefront-mega-more {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 6px;
  min-height: 86px;
  padding: 16px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 6px;
  color: #070b12;
  background: rgba(255, 255, 255, 0.74);
}

.storefront-mega-feature-tile--primary {
  color: #fff;
  border-color: transparent;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--store-brand-primary, #111827) 92%, #111827), #111827),
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 42%);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.16);
}

.storefront-mega-feature-tile strong,
.storefront-mega-more strong {
  color: #111827;
  font-size: 0.98rem;
  line-height: 1.2;
}

.storefront-mega-feature-tile--primary strong {
  color: #fff;
}

.storefront-mega-feature-tile small,
.storefront-mega-more small {
  color: var(--store-muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.storefront-mega-feature-tile--primary small {
  color: rgba(255, 255, 255, 0.78);
}

.storefront-profile-avatar {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  color: #111827;
  font-size: 0.72rem;
  font-weight: 900;
  background: #fff;
}

.storefront-profile-copy,
.storefront-profile-copy strong,
.storefront-profile-copy span,
.storefront-profile-copy small {
  display: block;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.storefront-profile-copy span,
.storefront-profile-copy small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.74rem;
}

.storefront-profile-copy strong {
  color: #fff;
  font-size: 0.82rem;
}

.storefront-profile-copy small {
  display: none;
}

.storefront-profile-chevron {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 900;
  text-align: center;
}

.storefront-profile-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 80;
  display: grid;
  gap: 8px;
  min-width: 250px;
  padding: 14px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 14px;
  color: #111827;
  background: #fff;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.24);
}

.storefront-profile-dropdown-heading {
  padding: 2px 4px 10px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.1);
}

.storefront-profile-dropdown-heading strong,
.storefront-profile-dropdown-heading span {
  display: block;
}

.storefront-profile-dropdown-heading span {
  margin-top: 2px;
  color: var(--store-muted);
  font-size: 0.82rem;
}

.storefront-profile-dropdown a,
.storefront-profile-dropdown button {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 38px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 10px;
  color: #111827;
  background: #fff;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.storefront-profile-dropdown button {
  color: #fff;
  background: #111827;
}

.storefront-profile-dropdown form {
  margin: 0;
}

.storefront-members-page {
  display: grid;
  gap: 24px;
  width: min(1180px, calc(100% - 64px));
  margin: 42px auto 90px;
}

.storefront-members-heading {
  padding: 28px 32px;
  border: 1px solid var(--store-line);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--store-shadow);
}

.storefront-members-heading h1,
.storefront-members-heading p,
.storefront-members-form h2,
.storefront-members-list-header h2 {
  margin: 0;
}

.storefront-members-heading p {
  margin-top: 10px;
  color: var(--store-muted);
}

.storefront-members-grid {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.storefront-members-form,
.storefront-members-list-panel {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--store-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--store-shadow);
}

.storefront-members-form label {
  display: grid;
  gap: 8px;
}

.storefront-members-form label span {
  color: var(--store-indigo-deep);
  font-size: 0.85rem;
  font-weight: 800;
}

.storefront-members-form input,
.storefront-members-form select {
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(125, 138, 188, 0.35);
  border-radius: 14px;
  font: inherit;
}

.storefront-members-list-header,
.storefront-members-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.storefront-members-list {
  display: grid;
  gap: 12px;
}

.storefront-members-row {
  padding: 16px;
  border: 1px solid var(--store-line);
  border-radius: 18px;
  background: rgba(248, 250, 255, 0.78);
}

.storefront-members-row strong,
.storefront-members-row span,
.storefront-members-row small {
  display: block;
}

.storefront-members-row span,
.storefront-members-row small {
  color: var(--store-muted);
}

.storefront-members-row button {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 12px;
  background: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.storefront-members-row-actions,
.storefront-members-row-actions form {
  display: flex;
  gap: 8px;
  align-items: center;
}

.storefront-members-row-actions input,
.storefront-members-row-actions select {
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 12px;
  font: inherit;
}

.storefront-product-detail {
  display: grid;
  gap: 28px;
  width: min(1500px, calc(100% - 64px));
  margin: 34px auto 80px;
}

.storefront-product-detail-skeleton[hidden] {
  display: none;
}

.storefront-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 22px;
  color: var(--store-muted);
  font-size: 0.82rem;
}

.storefront-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.storefront-breadcrumb a:hover,
.storefront-breadcrumb a:focus {
  color: #111827;
  text-decoration: underline;
}

.storefront-breadcrumb strong {
  color: #111827;
}

.storefront-product-detail-grid {
  display: grid;
  grid-template-columns: minmax(560px, 1.18fr) minmax(420px, 0.82fr);
  gap: 64px;
  align-items: start;
}

.storefront-product-gallery {
  min-width: 0;
}

.storefront-product-detail-image {
  display: grid;
  place-items: center;
  min-height: 520px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.16);
}

.storefront-product-detail-image img {
  max-width: 88%;
  max-height: 460px;
  object-fit: contain;
}

.storefront-product-detail-image span {
  color: #0875d1;
  font-size: 2.5rem;
  font-weight: 900;
  text-transform: lowercase;
}

.storefront-product-thumbs {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  width: 100%;
  margin-top: 22px;
  padding: 2px 0 12px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
}

.storefront-product-thumbs button {
  display: grid;
  flex: 0 0 126px;
  width: 126px;
  height: 92px;
  place-items: center;
  padding: 8px;
  overflow: hidden;
  border: 1px solid rgba(8, 117, 209, 0.18);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 6px 12px rgba(17, 24, 39, 0.14);
  cursor: pointer;
  scroll-snap-align: start;
}

.storefront-product-thumbs button.is-active {
  border-color: rgba(8, 117, 209, 0.58);
  box-shadow: 0 8px 16px rgba(8, 117, 209, 0.18);
}

.storefront-product-thumbs img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: contain;
}

.storefront-product-detail-copy {
  padding-top: 0;
}

.storefront-product-detail-copy h1 {
  margin: 0 0 18px;
  color: #050505;
  font-size: clamp(2.25rem, 3.3vw, 3.35rem);
  line-height: 1.08;
  text-transform: uppercase;
}

.storefront-product-detail-large-description,
.storefront-product-detail-summary {
  color: var(--store-muted);
}

.storefront-product-detail-large-description {
  max-width: 680px;
  margin: 0 0 16px;
  font-size: 1rem;
  line-height: 1.65;
}

.storefront-product-detail-summary {
  max-width: 620px;
  line-height: 1.7;
}

.storefront-product-detail-price {
  display: block;
  margin-top: 18px;
  color: #050505;
  font-size: 1.55rem;
  font-weight: 900;
}

.storefront-product-detail-prices {
  display: grid;
  gap: 4px;
  margin-top: 18px;
}

.storefront-product-detail-prices .storefront-product-detail-price {
  margin-top: 0;
}

.storefront-product-detail-copy small {
  display: block;
  margin-top: 6px;
  color: var(--store-muted);
}

.storefront-stock-label {
  display: inline-grid;
  place-items: center;
  width: max-content;
  min-height: 26px;
  margin-top: 10px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.storefront-stock-label--in {
  color: #11643a;
  border-color: rgba(17, 100, 58, 0.22);
  background: rgba(20, 184, 108, 0.12);
}

.storefront-stock-label--out {
  color: #8a2f2f;
  border-color: rgba(138, 47, 47, 0.22);
  background: rgba(255, 245, 245, 0.96);
}

.storefront-product-detail-actions {
  display: grid;
  grid-template-columns: 86px minmax(150px, 220px);
  gap: 10px;
  align-items: center;
  margin: 20px 0;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.12);
}

.storefront-product-detail-actions input {
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  text-align: center;
}

.storefront-product-detail-actions .storefront-button {
  min-height: 42px;
  background: #0875d1;
}

.storefront-product-detail-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--store-muted);
  font-size: 0.82rem;
}

.storefront-product-detail-meta strong {
  color: #111827;
}

.storefront-product-description {
  padding-top: 24px;
}

.storefront-product-description h2 {
  display: inline-block;
  margin: 0 0 18px;
  border-bottom: 2px solid #111827;
  color: #111827;
}

.storefront-product-description p {
  max-width: 1180px;
  color: var(--store-muted);
  line-height: 1.75;
}

.storefront-skeleton-block,
.storefront-skeleton-line,
.storefront-skeleton-thumb,
.storefront-skeleton-pill {
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(227, 232, 244, 0.72), rgba(255, 255, 255, 0.94), rgba(227, 232, 244, 0.72));
  background-size: 220% 100%;
  animation: storefront-skeleton-shimmer 1.2s ease-in-out infinite;
}

.storefront-skeleton-block {
  width: 100%;
  min-height: 520px;
  border-radius: 4px;
}

.storefront-skeleton-line {
  width: 100%;
  height: 16px;
  margin-bottom: 13px;
}

.storefront-skeleton-line.is-tiny {
  width: 70px;
}

.storefront-skeleton-line.is-small {
  width: 130px;
}

.storefront-skeleton-line.is-short {
  width: 170px;
}

.storefront-skeleton-line.is-medium {
  width: 58%;
}

.storefront-skeleton-line.is-wide {
  width: 86%;
}

.storefront-skeleton-line.is-title {
  width: 220px;
  height: 24px;
  margin-bottom: 20px;
}

.storefront-skeleton-line.is-heading {
  height: 42px;
  margin-bottom: 14px;
}

.storefront-skeleton-line.is-price {
  width: 180px;
  height: 34px;
  margin-top: 26px;
}

.storefront-skeleton-thumb {
  flex: 0 0 126px;
  width: 126px;
  height: 92px;
  border-radius: 4px;
}

.storefront-skeleton-pill {
  height: 42px;
}

.storefront-skeleton-pill.is-button {
  border-radius: 999px;
}

.storefront-product-detail-error {
  padding: 42px;
  border: 1px solid var(--store-line);
  border-radius: 24px;
  background: var(--store-surface-strong);
  box-shadow: var(--store-shadow);
}

.storefront-product-detail-error h1 {
  margin: 0 0 12px;
}

.storefront-product-detail-error p {
  margin: 0;
  color: var(--store-muted);
}

.storefront-checkout-page {
  display: grid;
  gap: 18px;
  width: min(1180px, calc(100% - 64px));
  margin: 42px auto 90px;
}

.storefront-checkout-page h1 {
  margin: 0;
  font-size: 2.1rem;
}

.storefront-checkout-grid,
.storefront-cart-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 36px;
  align-items: start;
}

.storefront-checkout-steps {
  display: grid;
  gap: 0;
  padding: 22px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.16);
}

.storefront-checkout-steps section {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 0 0 22px 46px;
  border-left: 1px solid rgba(17, 24, 39, 0.12);
}

.storefront-checkout-steps form {
  display: grid;
  gap: 0;
}

.storefront-checkout-steps section:last-of-type {
  border-left-color: transparent;
}

.storefront-checkout-steps h2 {
  margin: 0;
  font-size: 1.35rem;
}

.storefront-checkout-steps p {
  margin: 0;
  color: var(--store-muted);
}

.storefront-checkout-step {
  position: absolute;
  left: -13px;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid #0875d1;
  border-radius: 50%;
  color: #0875d1;
  background: #fff;
  font-weight: 900;
}

.storefront-checkout-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 8px;
  background: rgba(248, 250, 255, 0.72);
}

.storefront-checkout-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.storefront-checkout-panel {
  display: grid;
  gap: 12px;
  margin-top: 8px;
  padding: 16px;
  border: 1px solid rgba(125, 138, 188, 0.24);
  border-radius: 10px;
  background: #fff;
}

.storefront-checkout-panel[hidden] {
  display: none;
}

.storefront-checkout-panel label {
  display: grid;
  gap: 6px;
  color: #4b5563;
  font-size: 0.82rem;
  font-weight: 800;
}

.storefront-checkout-panel input[type="text"],
.storefront-checkout-panel input:not([type]) {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(125, 138, 188, 0.32);
  border-radius: 6px;
  font: inherit;
}

.storefront-checkout-address-list {
  display: grid;
  gap: 10px;
}

.storefront-checkout-address-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 12px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 8px;
  background: rgba(248, 250, 255, 0.66);
}

.storefront-checkout-address-option span {
  display: grid;
  gap: 4px;
}

.storefront-checkout-address-option small {
  color: var(--store-muted);
}

.storefront-checkout-confirm {
  display: grid;
  gap: 0;
}

.storefront-checkout-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  align-items: center;
}

.storefront-orders-page,
.storefront-order-detail-page {
  display: grid;
  gap: 24px;
  width: min(1500px, calc(100% - 64px));
  margin: 42px auto 80px;
}

.storefront-orders-heading,
.storefront-order-detail-heading,
.storefront-order-panel {
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--store-shadow);
}

.storefront-orders-heading {
  padding: 28px 32px;
}

.storefront-orders-heading h1,
.storefront-orders-heading p,
.storefront-order-detail-heading h1,
.storefront-order-detail-heading p,
.storefront-order-panel h2,
.storefront-order-panel p {
  margin: 0;
}

.storefront-orders-heading p,
.storefront-order-detail-heading p,
.storefront-order-row small,
.storefront-order-line span,
.storefront-order-timeline span,
.storefront-order-timeline p {
  color: var(--store-muted);
}

.storefront-orders-grid,
.storefront-order-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.46fr);
  gap: 24px;
  align-items: start;
}

.storefront-orders-grid--single {
  grid-template-columns: minmax(0, 1fr);
}

.storefront-order-detail-grid {
  grid-template-columns: minmax(0, 1fr) minmax(330px, 420px);
}

.storefront-order-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 8px;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--store-shadow);
}

.storefront-order-tabs a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 6px;
  color: #111827;
  text-decoration: none;
  font-weight: 900;
}

.storefront-order-tabs a.is-active {
  color: #fff;
  border-color: var(--store-brand-primary, #111827);
  background: var(--store-brand-primary, #111827);
}

.storefront-order-tabs strong {
  display: inline-grid;
  place-items: center;
  min-width: 26px;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.08);
  font-size: 0.78rem;
}

.storefront-order-tabs a.is-active strong {
  color: var(--store-brand-primary, #111827);
  background: #fff;
}

.storefront-order-panel {
  display: grid;
  gap: 16px;
  padding: 22px;
}

.storefront-order-panel.is-hidden {
  display: none;
}

.storefront-order-panel-heading,
.storefront-order-detail-heading {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.storefront-order-panel-heading span {
  display: grid;
  place-items: center;
  min-width: 34px;
  height: 28px;
  border-radius: 999px;
  color: var(--store-brand-primary, #111827);
  background: color-mix(in srgb, var(--store-brand-primary, #111827) 9%, #fff);
  font-weight: 900;
}

.storefront-order-panel-heading p {
  margin-top: 4px;
  color: var(--store-muted);
  font-size: 0.92rem;
}

.storefront-order-list,
.storefront-order-line-list,
.storefront-order-side,
.storefront-order-timeline {
  display: grid;
  gap: 12px;
}

.storefront-order-row {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr) auto;
  gap: 8px 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  color: #111827;
  text-decoration: none;
  background: rgba(248, 250, 252, 0.72);
}

.storefront-order-row strong,
.storefront-order-row small {
  min-width: 0;
}

.storefront-order-row small {
  grid-column: 2 / 3;
}

.storefront-order-status {
  display: inline-grid;
  place-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(17, 24, 39, 0.10);
  border-radius: 4px;
  color: #374151;
  background: #f3f4f6;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.storefront-order-status--submitted,
.storefront-order-status--processing,
.storefront-order-status--readyforcollection {
  color: #075985;
  border-color: #bae6fd;
  background: #e0f2fe;
}

.storefront-order-status--delivered {
  color: #166534;
  border-color: #bbf7d0;
  background: #dcfce7;
}

.storefront-order-status--failed,
.storefront-order-status--cancelled {
  color: #991b1b;
  border-color: #fecaca;
  background: #fee2e2;
}

.storefront-order-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  padding-top: 6px;
}

.storefront-order-pagination a,
.storefront-order-pagination span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--store-line);
  border-radius: 6px;
  background: #fff;
  color: #111827;
  font-weight: 900;
  text-decoration: none;
}

.storefront-order-pagination span {
  color: var(--store-muted);
  font-size: 0.9rem;
}

.storefront-order-pagination a.is-disabled {
  pointer-events: none;
  opacity: 0.45;
}

.storefront-order-detail-heading {
  padding: 28px 32px;
}

.storefront-order-detail-heading h1 {
  color: #111827;
  font-size: clamp(2rem, 3vw, 3.6rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.storefront-order-detail-heading > strong {
  color: #111827;
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
}

.storefront-order-back {
  width: max-content;
  color: var(--store-brand-primary, #111827);
  font-weight: 900;
  text-decoration: none;
}

.storefront-order-line {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 80px auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  background: rgba(248, 250, 252, 0.74);
}

.storefront-order-line--meta {
  grid-template-columns: 72px minmax(0, 1fr) 80px;
}

.storefront-order-line-image {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 6px;
  background: #fff;
}

.storefront-order-line-image img {
  max-width: 88%;
  max-height: 88%;
  object-fit: contain;
}

.storefront-order-timeline article {
  display: grid;
  gap: 4px;
  padding-left: 14px;
  border-left: 3px solid color-mix(in srgb, var(--store-brand-primary, #111827) 30%, #e5e7eb);
}

.storefront-cart-page {
  display: grid;
  gap: 18px;
  width: min(1180px, calc(100% - 64px));
  margin: 42px auto 90px;
}

.storefront-cart-page h1 {
  margin: 0;
  font-size: 2rem;
}

.storefront-cart-table,
.storefront-cart-summary {
  background: #fff;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.16);
}

.storefront-cart-table-head,
.storefront-cart-table-line {
  display: grid;
  grid-template-columns: 70px minmax(220px, 1fr) 100px 110px 110px 80px;
  gap: 16px;
  align-items: center;
}

.storefront-cart-table-head.storefront-cart-table--no-pricing,
.storefront-cart-table-line.storefront-cart-table--no-pricing {
  grid-template-columns: 70px minmax(220px, 1fr) 100px 80px;
}

.storefront-cart-table-head {
  padding: 14px 18px;
  border-bottom: 2px solid #111827;
  color: #111827;
  font-size: 0.78rem;
  font-weight: 900;
}

.storefront-cart-table-line {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.1);
}

.storefront-cart-table-line span {
  color: var(--store-muted);
}

.storefront-cart-table-line button {
  border: 0;
  color: #8a2f2f;
  background: transparent;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.storefront-cart-summary {
  align-self: start;
  display: grid;
  gap: 14px;
  padding: 22px;
}

.storefront-cart-summary h2 {
  margin: 0 0 8px;
}

.storefront-cart-summary div {
  display: flex;
  justify-content: space-between;
  color: var(--store-muted);
}

.storefront-cart-table-line small {
  display: block;
  margin-top: 3px;
  color: var(--store-muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.storefront-cart-summary-total {
  padding: 14px 0;
  border-top: 1px solid rgba(17, 24, 39, 0.12);
  border-bottom: 1px solid rgba(17, 24, 39, 0.12);
}

.storefront-pager {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  align-items: center;
  margin-top: 24px;
}

.storefront-pager span {
  color: var(--store-muted);
  font-weight: 800;
}

.storefront-button.is-disabled {
  pointer-events: none;
  opacity: 0.45;
}

.storefront-button:disabled,
.storefront-product-detail-actions input:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  box-shadow: none;
}

.storefront-home-slider,
.storefront-category-showcase,
.storefront-subcategory-showcase,
.storefront-brand-showcase,
.storefront-commerce-visuals,
.storefront-firesale-strip {
  width: min(1720px, calc(100% - 56px));
  margin: 0 auto;
}

.storefront-category-showcase {
  margin-top: clamp(34px, 4.4vw, 72px);
  margin-bottom: clamp(28px, 3.6vw, 58px);
}

.storefront-category-showcase,
.storefront-subcategory-showcase,
.storefront-brand-showcase,
.storefront-commerce-visuals {
  content-visibility: auto;
  contain-intrinsic-size: 1px 360px;
}

.storefront-home-slider {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  background: #fff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
}

.storefront-home-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.storefront-home-track::-webkit-scrollbar {
  display: none;
}

.storefront-home-slide {
  display: grid;
  min-height: clamp(620px, 39.6vw, 1040px);
  align-items: center;
  scroll-snap-align: start;
  padding: clamp(64px, 8vw, 116px);
  color: #fff;
}

.storefront-home-slide > div {
  max-width: 760px;
}

.storefront-home-slide--catalog {
  background:
    linear-gradient(120deg, rgba(3, 12, 22, 0.76), rgba(17, 24, 39, 0.46)),
    radial-gradient(circle at 75% 35%, color-mix(in srgb, var(--store-brand-primary, #111827) 35%, transparent), transparent 30%);
}

.storefront-home-slide--firesale {
  background:
    linear-gradient(120deg, rgba(9, 17, 30, 0.80), rgba(28, 36, 49, 0.52)),
    radial-gradient(circle at 72% 32%, color-mix(in srgb, var(--store-brand-accent, #ff8a18) 38%, transparent), transparent 26%);
}

.storefront-home-slide .storefront-kicker,
.storefront-home-slide p {
  color: rgba(255, 255, 255, 0.76);
}

.storefront-home-slide h1,
.storefront-home-slide h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.6rem, 6vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: -0.07em;
}

.storefront-home-slide h2 {
  max-width: 820px;
  font-size: clamp(2.2rem, 4.4vw, 4.2rem);
}

.storefront-home-slide p {
  max-width: 620px;
  margin: 18px 0 28px;
  font-size: 1.05rem;
  line-height: 1.65;
}

.storefront-button--light {
  color: #111827;
  background: #fff;
  box-shadow: none;
}

.storefront-carousel-control {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  color: #fff;
  background: rgba(17, 24, 39, 0.42);
  font: inherit;
  font-size: 0;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
  backdrop-filter: blur(12px);
}

.storefront-carousel-control::before {
  font-size: 2rem;
  line-height: 1;
}

.storefront-carousel-control--prev::before {
  content: "<";
}

.storefront-carousel-control--next::before {
  content: ">";
}

.storefront-carousel-control:hover {
  background: rgba(17, 24, 39, 0.72);
}

.storefront-carousel-control--prev {
  left: 24px;
}

.storefront-carousel-control--next {
  right: 24px;
}

.storefront-carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 3;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.storefront-carousel-dots button {
  width: 38px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
}

.storefront-carousel-dots button.is-active {
  background: #fff;
}

.storefront-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: 20px;
}

.storefront-section-heading--compact {
  margin-bottom: 14px;
}

.storefront-section-heading h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(1.55rem, 2vw, 2.2rem);
  letter-spacing: -0.04em;
}

.storefront-category-showcase {
  padding-top: 34px;
}

.storefront-card-carousel-actions {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.storefront-card-carousel-actions button {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(17, 24, 39, 0.14);
  border-radius: 999px;
  color: #111827;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  transition: border-color 160ms ease, color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.storefront-card-carousel-actions button:hover:not(:disabled) {
  border-color: var(--store-brand-primary, #0875d1);
  color: var(--store-brand-primary, #0875d1);
  transform: translateY(-1px);
}

.storefront-card-carousel-actions button:disabled {
  cursor: default;
  opacity: 0.34;
  box-shadow: none;
}

.storefront-card-carousel-actions.is-hidden {
  display: none;
}

.storefront-card-carousel {
  position: relative;
  overflow: hidden;
}

.storefront-category-card-grid {
  --storefront-card-gap: 18px;
  --storefront-cards-per-view: 4;
  display: flex;
  gap: var(--storefront-card-gap);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 0 8px;
  scroll-padding-inline: 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.storefront-category-card-grid::-webkit-scrollbar,
.storefront-subcategory-card-grid::-webkit-scrollbar {
  display: none;
}

.storefront-category-card {
  position: relative;
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  align-items: stretch;
  flex: 0 0 calc((100% - (var(--storefront-card-gap) * (var(--storefront-cards-per-view) - 1))) / var(--storefront-cards-per-view));
  min-height: 190px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.10);
  border-radius: 8px;
  color: #111827;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0 52%, rgba(248, 250, 252, 0.88) 52% 100%),
    radial-gradient(circle at 86% 14%, color-mix(in srgb, var(--store-brand-accent, #ff8a18) 18%, transparent), transparent 22%);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.storefront-category-card:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--store-brand-primary, #111827) 35%, transparent);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.11);
}

.storefront-category-card-media {
  display: grid;
  place-items: center;
  min-height: 190px;
  padding: 22px;
  background:
    radial-gradient(circle at 70% 18%, rgba(255, 255, 255, 0.62), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(248, 250, 252, 0.70)),
    repeating-linear-gradient(90deg, rgba(17, 24, 39, 0.035) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(0deg, rgba(17, 24, 39, 0.035) 0 1px, transparent 1px 28px);
}

.storefront-category-card-media img {
  width: min(100%, 148px);
  height: 118px;
  object-fit: contain;
}

.storefront-category-card-media strong {
  color: #0875d1;
  font-size: 2rem;
  font-weight: 900;
}

.storefront-category-card-copy {
  display: grid;
  align-content: center;
  min-width: 0;
  padding: 28px 28px 28px 20px;
}

.storefront-category-card-copy strong {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 360px;
  font-size: 1.28rem;
  line-height: 1.35;
}

.storefront-subcategory-showcase {
  display: grid;
  gap: 0;
  padding: 30px 0 36px;
}

.storefront-subcategory-card-grid {
  --storefront-card-gap: 18px;
  --storefront-cards-per-view: 5;
  display: flex;
  gap: var(--storefront-card-gap);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 0 8px;
  scroll-padding-inline: 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.storefront-subcategory-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: stretch;
  flex: 0 0 calc((100% - (var(--storefront-card-gap) * (var(--storefront-cards-per-view) - 1))) / var(--storefront-cards-per-view));
  min-height: 132px;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(17, 24, 39, 0.10);
  border-radius: 8px;
  color: #111827;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.86)),
    radial-gradient(circle at 90% 0%, color-mix(in srgb, var(--store-brand-accent, #ff8a18) 14%, transparent), transparent 24%);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.storefront-category-card,
.storefront-subcategory-card {
  scroll-snap-align: start;
}

.storefront-subcategory-card:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--store-brand-primary, #111827) 35%, transparent);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.11);
}

.storefront-subcategory-card-media {
  display: grid;
  place-items: center;
  min-height: 132px;
  padding: 16px;
  background:
    radial-gradient(circle at 70% 18%, rgba(255, 255, 255, 0.62), transparent 28%),
    linear-gradient(145deg, rgba(17, 24, 39, 0.05), rgba(17, 24, 39, 0.10));
}

.storefront-subcategory-card-media img {
  width: min(100%, 92px);
  height: 82px;
  object-fit: contain;
}

.storefront-subcategory-card-media strong {
  color: #0875d1;
  font-size: 1.45rem;
  font-weight: 900;
}

.storefront-subcategory-card > strong {
  align-self: center;
  min-width: 0;
  padding: 22px;
  font-size: 1.05rem;
  line-height: 1.35;
}

.storefront-brand-showcase {
  display: grid;
  gap: 46px;
  padding: 36px 0 62px;
  background: #fff;
}

.storefront-brand-showcase-heading {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: baseline;
  color: #111827;
  font-size: clamp(1.55rem, 2.3vw, 2.45rem);
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.storefront-brand-showcase-heading span {
  font-weight: 300;
}

.storefront-brand-showcase-heading strong {
  font-weight: 600;
}

.storefront-brand-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(150px, 1fr));
  gap: 44px 48px;
  align-items: center;
}

.storefront-brand-tile {
  display: grid;
  place-items: center;
  min-height: 98px;
  padding: 18px 16px;
  color: var(--brand-tile-color, #111827);
  text-decoration: none;
}

.storefront-brand-tile span {
  display: block;
  max-width: 100%;
  overflow-wrap: anywhere;
  font-size: clamp(1.35rem, 1.9vw, 2.15rem);
  font-style: italic;
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  transform: skew(-5deg);
  transition: transform 160ms ease, filter 160ms ease;
}

.storefront-brand-tile:hover span {
  filter: saturate(1.12);
  transform: translateY(-2px) skew(-5deg);
}

.storefront-home-slide--media {
  position: relative;
  isolation: isolate;
  background:
    var(--storefront-banner-image) var(--storefront-banner-position, center) / var(--storefront-banner-fit, cover) no-repeat;
  background-color: #05070d;
}

.storefront-home-slide--media.is-image-only {
  background:
    var(--storefront-banner-image) var(--storefront-banner-position, center) / var(--storefront-banner-fit, cover) no-repeat;
  background-color: #05070d;
}

.storefront-home-slide--media.has-copy {
  background:
    linear-gradient(90deg, rgba(10, 12, 18, 0.48), rgba(10, 12, 18, 0.24) 48%, rgba(10, 12, 18, 0.06)),
    var(--storefront-banner-image) var(--storefront-banner-position, center) / var(--storefront-banner-fit, cover) no-repeat;
  background-color: #05070d;
}

.storefront-brand-tile--image {
  display: grid;
  place-items: center;
  background: #fff;
}

.storefront-brand-tile--image img {
  display: block;
  max-width: 78%;
  max-height: 52px;
  object-fit: contain;
}

.storefront-commerce-visuals {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(18px, 2.6vw, 36px);
  align-items: stretch;
  margin-top: clamp(28px, 3.4vw, 56px);
  margin-bottom: clamp(30px, 4vw, 64px);
  padding: clamp(32px, 4vw, 56px);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 32px;
  background:
    radial-gradient(circle at 8% 0%, color-mix(in srgb, var(--store-brand-accent, #ff8a18) 18%, transparent), transparent 34%),
    linear-gradient(135deg, #fff 0%, #f8fafc 58%, color-mix(in srgb, var(--store-brand-primary, #111827) 8%, #fff) 100%);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.10);
}

.storefront-commerce-visuals-head {
  display: grid;
  align-content: center;
  gap: 14px;
}

.storefront-commerce-visuals-head h2 {
  max-width: 520px;
  margin: 0;
  color: #111827;
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 0.96;
  letter-spacing: -0.07em;
}

.storefront-commerce-visuals-head p {
  max-width: 520px;
  margin: 0;
  color: var(--store-muted);
  font-size: 1.02rem;
  line-height: 1.6;
}

.storefront-commerce-visual-grid {
  display: grid;
  grid-template-columns: 1.16fr 0.84fr;
  grid-template-rows: repeat(2, minmax(176px, 1fr));
  gap: 16px;
}

.storefront-commerce-visual-card {
  position: relative;
  display: grid;
  gap: 10px;
  align-content: end;
  min-height: 176px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(17, 24, 39, 0.10);
  border-radius: 26px;
  color: #111827;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.storefront-commerce-visual-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--store-brand-accent, #ff8a18) 48%, transparent);
  box-shadow: 0 26px 50px rgba(15, 23, 42, 0.13);
}

.storefront-commerce-visual-card span,
.storefront-commerce-visual-card strong,
.storefront-commerce-visual-card small {
  position: relative;
  z-index: 1;
  display: block;
}

.storefront-commerce-visual-card span {
  color: color-mix(in srgb, var(--store-brand-primary, #111827) 78%, #4f46e5);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.storefront-commerce-visual-card strong {
  max-width: 360px;
  font-size: clamp(1.25rem, 1.7vw, 2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.storefront-commerce-visual-card small {
  max-width: 330px;
  color: var(--store-muted);
  font-weight: 800;
  line-height: 1.45;
}

.storefront-commerce-visual-card--image {
  grid-row: span 2;
  grid-template-rows: auto 1fr;
  background:
    radial-gradient(circle at 78% 12%, color-mix(in srgb, var(--store-brand-accent, #ff8a18) 34%, transparent), transparent 26%),
    linear-gradient(145deg, #fff, #f8fafc);
}

.storefront-commerce-visual-media {
  display: grid;
  place-items: center;
  min-height: 220px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.70)),
    repeating-linear-gradient(90deg, rgba(17, 24, 39, 0.04) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(0deg, rgba(17, 24, 39, 0.04) 0 1px, transparent 1px 28px);
}

.storefront-commerce-visual-media img {
  width: min(78%, 320px);
  max-height: 230px;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(15, 23, 42, 0.14));
}

.storefront-commerce-visual-media strong {
  display: grid;
  place-items: center;
  width: 116px;
  height: 116px;
  border-radius: 32px;
  color: #fff;
  background: linear-gradient(135deg, var(--store-brand-primary, #111827), var(--store-brand-accent, #ff8a18));
}

.storefront-commerce-visual-card--deal {
  color: #fff;
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 255, 255, 0.26), transparent 25%),
    linear-gradient(135deg, var(--store-brand-primary, #111827), #111827);
}

.storefront-commerce-visual-card--deal span,
.storefront-commerce-visual-card--deal small {
  color: rgba(255, 255, 255, 0.74);
}

.storefront-commerce-visual-card--catalog {
  background:
    radial-gradient(circle at 86% 18%, color-mix(in srgb, var(--store-brand-primary, #111827) 18%, transparent), transparent 26%),
    #fff;
}

.storefront-footer {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  align-items: center;
  gap: 24px;
  width: min(1480px, calc(100vw - 48px));
  margin: 64px auto 0;
  padding: 30px 0 38px;
  border-top: 1px solid rgba(17, 24, 39, 0.10);
  color: var(--store-muted);
}

.storefront-footer-brand {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.storefront-footer-brand strong {
  color: var(--store-text);
  font-size: 1rem;
  font-weight: 900;
}

.storefront-footer-brand span {
  color: var(--store-muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.storefront-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.storefront-footer a {
  font-size: 0.9rem;
  font-weight: 700;
}

.storefront-footer a:hover {
  color: var(--store-brand-primary, #111827);
}

.storefront-content-page {
  max-width: min(1180px, calc(100vw - 48px));
  margin: 38px auto 0;
}

.storefront-content-page-hero {
  display: grid;
  align-items: end;
  min-height: 360px;
  padding: clamp(34px, 6vw, 72px);
  color: #fff;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--store-brand-primary, #111827) 94%, #111827), #111827),
    var(--storefront-content-hero-image, none) center / cover no-repeat;
}

.storefront-content-page-hero--image {
  background:
    linear-gradient(90deg, rgba(10, 12, 18, 0.82), rgba(10, 12, 18, 0.48)),
    var(--storefront-content-hero-image) center / cover no-repeat;
}

.storefront-content-page-hero > div {
  max-width: 760px;
}

.storefront-content-page-hero h1 {
  margin: 10px 0 14px;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.storefront-content-page-hero p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
  line-height: 1.7;
}

.storefront-content-page-body {
  max-width: 840px;
  margin: 42px auto 0;
  color: #3f4652;
  font-size: 1.04rem;
  line-height: 1.85;
}

.storefront-content-page-body p {
  margin: 0 0 20px;
}

.storefront-content-page-empty {
  color: var(--store-muted);
}

.storefront-brand-tile--acer { --brand-tile-color: #62b83c; }
.storefront-brand-tile--amd { --brand-tile-color: #111827; }
.storefront-brand-tile--aoc { --brand-tile-color: #050505; }
.storefront-brand-tile--aorus,
.storefront-brand-tile--gigabyte { --brand-tile-color: #111827; }
.storefront-brand-tile--asus { --brand-tile-color: #005aaa; }
.storefront-brand-tile--aten { --brand-tile-color: #13598d; }
.storefront-brand-tile--canon { --brand-tile-color: #df1723; }
.storefront-brand-tile--chenbro { --brand-tile-color: #32358c; }
.storefront-brand-tile--chint { --brand-tile-color: #005ca8; }
.storefront-brand-tile--cooler-master { --brand-tile-color: #161616; }
.storefront-brand-tile--corsair { --brand-tile-color: #2d3137; }
.storefront-brand-tile--cricut { --brand-tile-color: #00b881; }
.storefront-brand-tile--dahua { --brand-tile-color: #e30613; }
.storefront-brand-tile--deye { --brand-tile-color: #3a9fcb; }
.storefront-brand-tile--d-link { --brand-tile-color: #008f96; }
.storefront-brand-tile--dyness { --brand-tile-color: #5bbf22; }
.storefront-brand-tile--epson { --brand-tile-color: #273a8d; }
.storefront-brand-tile--everki { --brand-tile-color: #1b1b1f; }
.storefront-brand-tile--intel { --brand-tile-color: #0071c5; }
.storefront-brand-tile--lg { --brand-tile-color: #a50034; }
.storefront-brand-tile--logitech { --brand-tile-color: #222326; }
.storefront-brand-tile--hisense { --brand-tile-color: #00aaa6; }
.storefront-brand-tile--lenovo { --brand-tile-color: #e2231a; }
.storefront-brand-tile--msi { --brand-tile-color: #b91c1c; }
.storefront-brand-tile--newland { --brand-tile-color: #1f5ea8; }
.storefront-brand-tile--poslab { --brand-tile-color: #dd1f2f; }
.storefront-brand-tile--pny { --brand-tile-color: #222326; }
.storefront-brand-tile--luxpower { --brand-tile-color: #5abf83; }
.storefront-brand-tile--samsung { --brand-tile-color: #1456a8; }
.storefront-brand-tile--seagate { --brand-tile-color: #202124; }
.storefront-brand-tile--synology { --brand-tile-color: #8a8f94; }
.storefront-brand-tile--transcend { --brand-tile-color: #c81045; }
.storefront-brand-tile--vivotek { --brand-tile-color: #1473e6; }
.storefront-brand-tile--rct { --brand-tile-color: #1f2937; }
.storefront-brand-tile--zebra { --brand-tile-color: #111827; }
.storefront-brand-tile--dji { --brand-tile-color: #111827; }
}

.storefront-firesale-strip {
  display: grid;
  gap: 16px;
  margin-top: clamp(30px, 4vw, 64px);
  padding: 30px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.92)),
    radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--store-brand-accent, #ff8a18) 15%, transparent), transparent 22%);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.10);
}

.storefront-firesale-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(190px, 1fr));
  gap: 16px;
}

.storefront-firesale-card {
  position: relative;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 128px;
  padding: 16px;
  border: 1px solid rgba(17, 24, 39, 0.10);
  border-radius: 24px;
  color: #111827;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

@media (max-width: 1280px) {
  .storefront-category-card-grid {
    --storefront-cards-per-view: 3;
  }

  .storefront-subcategory-card-grid {
    --storefront-cards-per-view: 4;
  }

  .storefront-brand-grid {
    grid-template-columns: repeat(4, minmax(140px, 1fr));
  }
}

.storefront-firesale-card:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--store-brand-accent, #ff8a18) 48%, transparent);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

.storefront-firesale-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding: 4px 8px;
  border-radius: 999px;
  color: #111827;
  background: color-mix(in srgb, var(--store-brand-accent, #ff8a18) 26%, #fff);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.storefront-firesale-media {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.70)),
    repeating-linear-gradient(90deg, rgba(17, 24, 39, 0.035) 0 1px, transparent 1px 24px),
    repeating-linear-gradient(0deg, rgba(17, 24, 39, 0.035) 0 1px, transparent 1px 24px);
}

.storefront-firesale-media img {
  max-width: 84px;
  max-height: 84px;
  object-fit: contain;
}

.storefront-firesale-media strong {
  color: #0875d1;
  font-weight: 900;
  text-transform: lowercase;
}

.storefront-firesale-card div:last-child {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.storefront-firesale-card div:last-child strong,
.storefront-firesale-card div:last-child span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.storefront-firesale-card div:last-child span {
  color: var(--store-muted);
  font-size: 0.86rem;
}

.storefront-firesale-card div:last-child small {
  color: #111827;
  font-size: 1rem;
  font-weight: 900;
}

.storefront-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 22px;
}

.storefront-access-panel,
.storefront-panel:not(.storefront-access-panel) {
  width: min(1560px, calc(100% - 64px));
  margin: 0 auto;
}

.storefront-commerce-layout {
  width: min(1720px, calc(100% - 56px));
  margin: 0 auto;
}

.storefront-count,
.storefront-branch,
.storefront-badge,
.storefront-stock {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
}

.storefront-count,
.storefront-branch {
  border: 1px solid var(--store-line);
  color: var(--store-indigo-deep);
  background: rgba(255, 255, 255, 0.68);
}

.storefront-badge {
  color: var(--store-indigo);
  background: rgba(92, 83, 214, 0.1);
}

.storefront-stock {
  color: #94610a;
  background: rgba(255, 159, 41, 0.16);
}

.storefront-grid,
.storefront-product-grid {
  display: grid;
  gap: 18px;
}

.storefront-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.storefront-product-grid {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
}

.storefront-card,
.storefront-product-card,
.storefront-context-card,
.storefront-message {
  border: 1px solid var(--store-line);
  border-radius: 24px;
  background: var(--store-surface-strong);
}

.storefront-card,
.storefront-product-card {
  padding: 0;
}

.storefront-product-card {
  display: grid;
  grid-template-rows: 210px 1fr auto;
  min-height: 320px;
  border-radius: 3px;
  overflow: hidden;
  color: inherit;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.16);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.storefront-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 45px rgba(15, 23, 42, 0.10);
}

.storefront-product-media {
  display: grid;
  place-items: center;
  position: relative;
  min-height: 210px;
  padding: 22px 18px 8px;
  background: #fff;
}

.storefront-product-media img {
  display: block;
  width: 100%;
  max-width: 220px;
  max-height: 176px;
  object-fit: contain;
}

.storefront-product-media-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(17, 24, 39, 0.04), rgba(17, 24, 39, 0.01));
}

.storefront-product-body {
  align-self: start;
  padding: 0 22px 14px;
}

.storefront-product-body h3 {
  color: #111;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.storefront-product-purchase {
  display: grid;
  gap: 12px;
  justify-items: center;
  padding: 0 22px 20px;
}

.storefront-product-price {
  display: block;
  color: #111;
  font-size: 1rem;
  font-weight: 900;
}

.storefront-product-previous-price,
.storefront-product-detail-previous-price {
  display: block;
  color: #7a8498;
  font-weight: 800;
  text-decoration-line: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(220, 38, 38, 0.65);
}

.storefront-product-previous-price {
  margin-bottom: 3px;
  font-size: 0.76rem;
}

.storefront-product-detail-previous-price {
  margin-bottom: 2px;
  font-size: 0.95rem;
}

.storefront-product-firesale-badge,
.storefront-product-discount-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 24px;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.storefront-product-firesale-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  color: #fff;
  background: linear-gradient(135deg, #ff2a1f, #e10600);
  box-shadow: 0 10px 22px rgba(225, 6, 0, 0.24);
}

.storefront-product-detail-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.storefront-product-firesale-badge--detail {
  position: static;
}

.storefront-product-discount-badge {
  color: #991b1b;
  background: rgba(254, 226, 226, 0.9);
}

.storefront-product-purchase small {
  display: block;
  margin-top: 3px;
  color: var(--store-muted);
  font-size: 0.72rem;
}

.storefront-card-top,
.storefront-product-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.storefront-meta,
.storefront-product-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 0;
}

.storefront-meta dt,
.storefront-product-meta dt {
  color: var(--store-muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.storefront-meta dd,
.storefront-product-meta dd,
.storefront-product-code {
  margin: 6px 0 0;
  font-weight: 700;
}

.storefront-filter-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 16px;
  margin-bottom: 20px;
}

.storefront-filter-bar--catalog {
  grid-template-columns: minmax(160px, 220px) minmax(260px, 1fr) auto auto;
}

.storefront-filter-bar label {
  display: grid;
  gap: 8px;
}

.storefront-filter-bar span {
  color: var(--store-indigo-deep);
  font-size: 0.85rem;
  font-weight: 700;
}

.storefront-filter-bar input {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(125, 138, 188, 0.35);
  border-radius: 16px;
  font: inherit;
  color: var(--store-text);
  background: #fff;
}

.storefront-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55em;
  align-self: end;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  background: var(--store-brand-primary, #111827);
  box-shadow: 0 14px 28px color-mix(in srgb, var(--store-brand-primary, #111827) 22%, transparent);
}

.storefront-button--secondary {
  border: 1px solid var(--store-line);
  color: var(--store-indigo-deep);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
}

.storefront-context-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 18px;
  align-items: center;
  padding: 22px;
}

.storefront-commerce-layout {
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  padding-top: 42px;
}

.storefront-catalog-toolbar {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 38px;
}

.storefront-catalog-toolbar .storefront-sort-strip {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.storefront-filter-panel {
  position: sticky;
  top: 18px;
  padding: 0;
  background: transparent;
}

.storefront-filter-panel form {
  display: grid;
  gap: 18px;
}

.storefront-filter-group {
  display: grid;
  gap: 10px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.12);
}

.storefront-filter-group h3 {
  margin: 0;
  color: #111827;
  font-size: 0.84rem;
  font-weight: 800;
}

.storefront-filter-group input {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(17, 24, 39, 0.13);
  border-radius: 4px;
  font: inherit;
  font-size: 0.84rem;
  background: #fff;
}

.storefront-filter-group span {
  display: flex;
  justify-content: space-between;
  padding: 9px 10px;
  border-radius: 4px;
  color: #2f3440;
  background: #ededed;
  font-size: 0.78rem;
}

.storefront-filter-link {
  display: block;
  padding: 9px 10px;
  border-radius: 4px;
  color: #4b5563;
  background: #f5f5f5;
  font-size: 0.78rem;
  font-weight: 800;
  transition: background 140ms ease, color 140ms ease, transform 140ms ease;
}

.storefront-filter-link:hover,
.storefront-filter-link.is-active {
  color: #07111f;
  background: rgba(8, 117, 209, 0.10);
}

.storefront-filter-link:hover {
  transform: translateX(2px);
}

.storefront-filter-link--category {
  margin-top: 4px;
  color: #111827;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.12);
}

.storefront-filter-link--sub {
  margin-left: 12px;
  padding-left: 14px;
  color: #6b7280;
  background: #fff;
  border-left: 2px solid rgba(17, 24, 39, 0.12);
}

.storefront-product-listing {
  min-width: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.storefront-commerce-layout .storefront-product-listing {
  position: relative;
  width: 100%;
  margin: 0;
}

.storefront-error-page {
  display: grid;
  place-items: center;
  min-height: min(640px, calc(100vh - 260px));
  padding: 72px 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.96)),
    radial-gradient(circle at 20% 10%, color-mix(in srgb, var(--store-brand-accent, #ff8a18) 12%, transparent), transparent 34%);
}

.storefront-error-panel {
  display: grid;
  gap: 18px;
  width: min(720px, 100%);
  padding: 42px;
  border: 1px solid rgba(125, 138, 188, 0.24);
  border-radius: 8px;
  color: var(--store-text);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 26px 70px rgba(17, 24, 39, 0.12);
}

.storefront-error-kicker {
  color: var(--store-brand-primary, #111827);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.storefront-error-panel h1 {
  margin: 0;
  max-width: 620px;
  color: var(--store-text);
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 0.98;
}

.storefront-error-panel p {
  margin: 0;
  max-width: 560px;
  color: var(--store-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.storefront-error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.storefront-error-reference {
  padding-top: 8px;
  border-top: 1px solid rgba(125, 138, 188, 0.22);
  font-size: 0.85rem;
}

.storefront-error-reference span {
  color: var(--store-text);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.storefront-product-listing .storefront-panel-header {
  margin-bottom: 36px;
}

.storefront-catalog-skeleton[hidden] {
  display: none;
}

.storefront-catalog-skeleton {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 22px;
  min-height: min(980px, calc(100vh - 260px));
  margin: 0 0 30px;
}

.storefront-product-listing.is-loading .storefront-product-grid,
.storefront-product-listing.is-loading .storefront-empty-state,
.storefront-product-listing.is-loading .storefront-pager {
  display: none;
  pointer-events: none;
}

.storefront-skeleton-card {
  display: grid;
  grid-template-rows: 190px 24px 46px 34px;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid rgba(125, 138, 188, 0.2);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.10);
}

.storefront-skeleton-card span,
.storefront-skeleton-card strong,
.storefront-skeleton-card small,
.storefront-skeleton-card em,
.storefront-page-skeleton-filters span,
.storefront-page-skeleton-filters strong,
.storefront-page-skeleton-header span,
.storefront-page-skeleton-header strong {
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(227, 232, 244, 0.72), rgba(255, 255, 255, 0.94), rgba(227, 232, 244, 0.72));
  background-size: 220% 100%;
  animation: storefront-skeleton-shimmer 1.2s ease-in-out infinite;
}

.storefront-skeleton-card span {
  width: calc(100% - 32px);
  height: 160px;
  margin: 16px 16px 14px;
  border-radius: 5px;
}

.storefront-skeleton-card strong {
  justify-self: start;
  width: 38%;
  height: 12px;
  margin: 0 16px;
}

.storefront-skeleton-card small {
  justify-self: start;
  width: calc(100% - 32px);
  height: 36px;
  margin: 4px 16px 0;
  border-radius: 5px;
}

.storefront-skeleton-card em {
  justify-self: start;
  width: 52%;
  height: 18px;
  margin: 6px 16px 0;
}

.storefront-page-skeleton[hidden] {
  display: none;
}

.storefront-page-skeleton {
  position: fixed;
  inset: 162px 0 0;
  z-index: 90;
  overflow: auto;
  padding: 42px 0 56px;
  background: var(--store-bg);
}

.storefront-page-skeleton-inner {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px;
  width: min(1720px, calc(100% - 56px));
  margin: 0 auto;
}

.storefront-page-skeleton-filters {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(125, 138, 188, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
}

.storefront-page-skeleton-filters span {
  width: 54%;
  height: 14px;
  margin-bottom: 4px;
}

.storefront-page-skeleton-filters strong {
  width: 100%;
  height: 42px;
}

.storefront-page-skeleton-listing {
  min-width: 0;
}

.storefront-page-skeleton-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.storefront-page-skeleton-header span {
  width: 190px;
  height: 28px;
}

.storefront-page-skeleton-header strong {
  width: 280px;
  height: 28px;
}

.storefront-page-skeleton-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
  min-height: calc(100vh - 290px);
}

@keyframes storefront-skeleton-shimmer {
  0% {
    background-position: 120% 0;
  }

  100% {
    background-position: -120% 0;
  }
}

.storefront-sort-strip {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--store-muted);
  font-size: 0.78rem;
}

.storefront-sort-strip label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #111827;
  font-weight: 800;
}

.storefront-sort-strip select {
  min-width: 140px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid rgba(17, 24, 39, 0.15);
  border-radius: 5px;
  background: #fff;
}

.storefront-cart-panel {
  grid-column: 2;
  position: static;
  width: auto;
}

.storefront-add-cart {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 10px;
  align-items: end;
}

.storefront-add-cart input {
  width: 100%;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid rgba(125, 138, 188, 0.35);
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  text-align: center;
}

.storefront-add-cart .storefront-button {
  min-height: 42px;
  border-radius: 4px;
  font-size: 0.78rem;
}

.storefront-cart-lines {
  display: grid;
  gap: 12px;
}

.storefront-cart-line {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--store-line);
  border-radius: 18px;
  background: #fff;
}

.storefront-cart-line-image {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #f6f6f6;
}

.storefront-cart-line-image img {
  max-width: 42px;
  max-height: 42px;
  object-fit: contain;
}

.storefront-cart-line span {
  display: block;
  margin-top: 4px;
  color: var(--store-muted);
  font-size: 0.82rem;
}

.storefront-cart-line form {
  margin-top: 6px;
  text-align: right;
}

.storefront-cart-line button {
  border: 0;
  padding: 0;
  color: #8a2f2f;
  background: transparent;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
}

button.is-button-loading,
.storefront-button.is-button-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.82;
}

button.is-button-loading::after,
.storefront-button.is-button-loading::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 999px;
  vertical-align: -0.14em;
  animation: storefront-button-spin 0.72s linear infinite;
}

@keyframes storefront-button-spin {
  to {
    transform: rotate(360deg);
  }
}

.storefront-checkout {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--store-line);
}

.storefront-checkout label {
  display: grid;
  gap: 6px;
}

.storefront-checkout span {
  color: var(--store-indigo-deep);
  font-size: 0.8rem;
  font-weight: 800;
}

.storefront-checkout input {
  min-height: 44px;
  padding: 0 13px;
  border: 1px solid rgba(125, 138, 188, 0.35);
  border-radius: 14px;
  font: inherit;
}

.storefront-cart-note {
  margin: 0;
  color: var(--store-muted);
  font-size: 0.82rem;
}

.storefront-cart-feedback {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 0.84rem;
  font-weight: 800;
}

.storefront-cart-feedback.is-success {
  color: #0f5132;
  background: #d1e7dd;
}

.storefront-cart-feedback.is-warning {
  color: #664d03;
  background: #fff3cd;
}

.storefront-cart-feedback.is-danger {
  color: #842029;
  background: #f8d7da;
}

.storefront-toast {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 1200;
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  width: min(420px, calc(100vw - 32px));
  padding: 16px 16px 16px 14px;
  border: 1px solid rgba(148, 163, 184, 0.38);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.2);
  color: #111827;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
  animation: storefront-toast-in 0.22s ease-out both;
}

.storefront-toast.is-hiding {
  animation: storefront-toast-out 0.2s ease-in both;
}

.storefront-toast__indicator {
  width: 10px;
  height: 34px;
  border-radius: 999px;
  background: var(--store-brand-primary);
}

.storefront-toast__dismiss {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  border-radius: 999px;
  background: #fff;
  color: #111827;
  font: inherit;
  line-height: 1;
  cursor: pointer;
}

.storefront-toast--success .storefront-toast__indicator {
  background: #16a34a;
}

.storefront-toast--danger .storefront-toast__indicator {
  background: #dc2626;
}

.storefront-toast--warning .storefront-toast__indicator {
  background: #f59e0b;
}

.storefront-toast--info .storefront-toast__indicator {
  background: var(--store-brand-primary);
}

@keyframes storefront-toast-in {
  from {
    opacity: 0;
    transform: translate3d(0, -12px, 0) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes storefront-toast-out {
  to {
    opacity: 0;
    transform: translate3d(0, -8px, 0) scale(0.98);
  }
}

.storefront-message {
  padding: 18px 20px;
}

.storefront-login-screen .storefront-message {
  width: min(620px, 100%);
  padding: 16px 20px;
  border-width: 1px;
  border-radius: 18px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
}

.storefront-message--danger {
  color: #8a2f2f;
  border-color: rgba(219, 88, 88, 0.26);
  background: rgba(255, 245, 245, 0.96);
}

.storefront-message--warning {
  color: #896018;
  border-color: rgba(255, 159, 41, 0.32);
  background: rgba(255, 250, 237, 0.96);
}

.storefront-message--success {
  color: #0f5132;
  border-color: rgba(25, 135, 84, 0.28);
  background: linear-gradient(135deg, rgba(209, 242, 224, 0.98), rgba(236, 253, 245, 0.98));
}

.storefront-message--info {
  color: var(--store-indigo-deep);
}

.storefront-signin-card {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(260px, 420px) auto;
  gap: 18px;
  align-items: end;
  padding: 22px;
  border: 1px solid var(--store-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(255, 159, 41, 0.13), transparent 28%),
    #fff;
}

.storefront-signin-card p {
  margin: 0;
  color: var(--store-muted);
}

.storefront-signin-card label {
  display: grid;
  gap: 8px;
}

.storefront-signin-card label span {
  color: var(--store-indigo-deep);
  font-size: 0.85rem;
  font-weight: 700;
}

.storefront-signin-card input {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(125, 138, 188, 0.35);
  border-radius: 16px;
  font: inherit;
  color: var(--store-text);
  background: #fff;
}

.storefront-empty-state {
  display: grid;
  min-height: 160px;
  place-items: center;
  padding: 28px;
  border: 1px dashed rgba(132, 150, 196, 0.38);
  border-radius: 24px;
  color: var(--store-muted);
  background: rgba(255, 255, 255, 0.66);
  font-weight: 700;
  text-align: center;
}

.storefront-empty-state--compact {
  min-height: 120px;
}

.storefront-shell,
.storefront-shell input,
.storefront-shell select,
.storefront-shell textarea,
.storefront-shell button {
  font-weight: 400;
}

.storefront-shell h1,
.storefront-shell h2,
.storefront-shell h3,
.storefront-shell strong,
.storefront-shell b,
.storefront-top-strip,
.storefront-brand strong,
.storefront-brand-mark,
.storefront-kicker,
.storefront-button,
.storefront-nav-links > a,
.storefront-store-dropdown > a,
.storefront-nav-search button,
.storefront-mega-category strong,
.storefront-mega-subcategory,
.storefront-mega-feature-tile,
.storefront-mega-more,
.storefront-profile-avatar,
.storefront-profile-copy strong,
.storefront-profile-chevron,
.storefront-profile-dropdown a,
.storefront-profile-dropdown button,
.storefront-product-media-placeholder,
.storefront-product-body h3,
.storefront-product-price,
.storefront-category-card-media strong,
.storefront-category-card-copy span,
.storefront-category-card-copy small,
.storefront-filter-group h3,
.storefront-filter-link,
.storefront-sort-strip label,
.storefront-count,
.storefront-branch,
.storefront-badge,
.storefront-stock,
.storefront-mini-cart-icon,
.storefront-mini-cart summary strong,
.storefront-profile-name {
  font-weight: 600;
}

@media (max-width: 960px) {
  .storefront-shell {
    padding: 16px;
  }

  .storefront-login-card,
  .storefront-login-form,
  .storefront-password-reset form {
    grid-template-columns: 1fr;
  }

  .storefront-top-actions {
    position: static;
    justify-content: center;
    flex-wrap: wrap;
    margin: 12px auto;
    padding: 0 16px;
  }

  .storefront-profile-chip {
    position: static;
    width: min(100%, 560px);
    border-radius: 24px;
  }

  .storefront-mini-cart-menu {
    right: auto;
    left: 0;
  }

  .storefront-nav,
  .storefront-panel-header,
  .storefront-context-card {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .storefront-nav-left {
    grid-column: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .storefront-nav-links {
    grid-column: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .storefront-nav-search {
    grid-column: auto;
    justify-self: stretch;
    width: 100%;
  }

  .storefront-nav-search-results {
    max-height: min(420px, calc(100vh - 220px));
    overflow-y: auto;
  }

  .storefront-filter-bar {
    grid-template-columns: 1fr;
  }

  .storefront-members-grid {
    grid-template-columns: 1fr;
  }

  .storefront-signin-card {
    grid-template-columns: 1fr;
  }

  .storefront-commerce-layout {
    grid-template-columns: 1fr;
  }

  .storefront-catalog-toolbar {
    justify-content: stretch;
  }

  .storefront-catalog-toolbar .storefront-sort-strip {
    justify-content: flex-start;
  }

  .storefront-home-slider,
  .storefront-category-showcase,
  .storefront-subcategory-showcase,
  .storefront-brand-showcase,
  .storefront-commerce-visuals,
  .storefront-firesale-strip,
  .storefront-commerce-layout {
    width: min(100%, calc(100% - 24px));
  }

  .storefront-home-slide {
    min-height: 420px;
    padding: 36px 24px;
  }

  .storefront-category-card-grid,
  .storefront-subcategory-card-grid {
    --storefront-card-gap: 14px;
    padding-bottom: 8px;
  }

  .storefront-category-card-grid {
    --storefront-cards-per-view: 2;
  }

  .storefront-subcategory-card-grid {
    --storefront-cards-per-view: 3;
  }

  .storefront-firesale-grid {
    grid-template-columns: 1fr;
  }

  .storefront-brand-grid {
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    gap: 30px 20px;
  }

  .storefront-brand-showcase-heading {
    display: grid;
    gap: 4px;
  }

  .storefront-commerce-visuals,
  .storefront-commerce-visual-grid {
    grid-template-columns: 1fr;
  }

  .storefront-commerce-visual-card--image {
    grid-row: auto;
  }

  .storefront-carousel-control {
    display: none;
  }

  .storefront-category-card {
    grid-template-columns: 1fr;
  }

  .storefront-subcategory-card {
    grid-template-columns: 1fr;
  }

  .storefront-category-card-copy {
    padding: 22px;
  }

  .storefront-firesale-card {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .storefront-firesale-media {
    width: 82px;
    height: 82px;
  }

  .storefront-mega-menu-inner,
  .storefront-checkout-page,
  .storefront-checkout-grid,
  .storefront-cart-page,
  .storefront-cart-grid,
  .storefront-cart-table-head,
  .storefront-cart-table-line {
    grid-template-columns: 1fr;
  }

  .storefront-mega-subcategory-grid {
    grid-template-columns: 1fr;
  }

  .storefront-mega-menu {
    position: static;
    width: 100%;
    transform: none;
  }

  .storefront-checkout-confirm,
  .storefront-pager {
    justify-content: stretch;
    flex-direction: column;
    align-items: stretch;
  }

  .storefront-checkout-choice-grid {
    grid-template-columns: 1fr;
  }

  .storefront-checkout-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .storefront-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .storefront-footer nav {
    justify-content: flex-start;
  }

  .storefront-product-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }

  .storefront-catalog-skeleton {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }

  .storefront-filter-panel {
    position: static;
    width: min(1560px, calc(100% - 48px));
    margin: 0 auto;
  }

  .storefront-page-skeleton {
    inset: 0;
    padding-top: 24px;
  }

  .storefront-page-skeleton-inner {
    grid-template-columns: 1fr;
    width: min(100%, calc(100% - 24px));
  }

  .storefront-page-skeleton-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }

  .storefront-error-page {
    padding: 42px 16px;
  }

  .storefront-error-panel {
    padding: 28px 22px;
  }

  .storefront-error-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .storefront-cart-panel {
    position: static;
    grid-column: auto;
  }

  .storefront-product-detail,
  .storefront-product-detail-grid {
    width: min(100%, calc(100% - 32px));
    grid-template-columns: 1fr;
  }

  .storefront-product-detail-grid {
    gap: 28px;
  }

  .storefront-product-detail-image {
    min-height: 340px;
  }

  .storefront-product-detail-image img {
    max-height: 300px;
  }

  .storefront-product-thumbs button {
    flex-basis: 104px;
    width: 104px;
    height: 78px;
  }

  .storefront-product-detail-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .storefront-section-heading {
    align-items: center;
  }

  .storefront-card-carousel-actions button {
    width: 34px;
    height: 34px;
  }

  .storefront-category-card-grid,
  .storefront-subcategory-card-grid {
    --storefront-cards-per-view: 1;
  }

  .storefront-brand-grid {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    gap: 26px 18px;
  }

  .storefront-brand-tile {
    min-height: 76px;
    padding: 12px 8px;
  }
}
