:root {
  --store-bg: #eef3f8;
  --store-ink: #152033;
  --store-muted: #66748a;
  --store-line: #d7e1ee;
  --store-panel: rgba(255, 255, 255, 0.92);
  --store-soft: #f6f8fb;
  --store-primary: #2563eb;
  --store-primary-dark: #1d4ed8;
  --store-danger: #dc2626;
  --store-success: #15803d;
  --store-warning: #a16207;
  --store-radius: 18px;
  --store-radius-sm: 12px;
  --store-shadow: 0 18px 44px -34px rgba(21, 32, 51, 0.5);
}

body.store-body {
  background:
    radial-gradient(900px 420px at 8% -12%, rgba(37, 99, 235, 0.12), transparent 58%),
    linear-gradient(180deg, #f8fbff 0%, var(--store-bg) 52%, #e9eff6 100%);
  color: var(--store-ink);
  font-family: "IBM Plex Sans", "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.store-brand-wordmark,
h1,
h2,
h3,
.store-product-title {
  font-family: "IBM Plex Sans", "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.store-main {
  width: min(1420px, calc(100% - 1.5rem));
  padding-block: 1rem 1.75rem;
}

.store-announcement {
  background: #1f3f77;
  color: #f7fbff;
}

.store-navbar {
  min-height: 4rem;
  background: rgba(255, 255, 255, 0.91);
  border-bottom: 1px solid rgba(139, 155, 179, 0.28);
  box-shadow: 0 10px 26px -24px rgba(21, 32, 51, 0.7);
}

.store-brand-slot {
  flex: 0 0 auto;
  min-width: max-content;
}

.store-brand-link {
  display: inline-flex !important;
  height: 2.75rem;
  min-height: 2.75rem;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-inline: 0.42rem 0.72rem;
  white-space: nowrap;
}

.store-brand-icon {
  flex: 0 0 auto;
}

.store-nav-link {
  border-radius: 999px;
  color: #3c485a;
  min-height: 2.1rem;
  height: 2.1rem;
  padding-inline: 0.8rem;
  font-size: 0.86rem;
}

.store-nav-link.is-active,
.store-nav-link:hover {
  background: rgba(37, 99, 235, 0.1);
  color: var(--store-primary-dark);
}

.store-navbar .store-brand-wordmark {
  display: inline-block;
  color: var(--store-ink);
  font-size: 1.03rem;
  line-height: 1;
  white-space: nowrap;
}

.store-user-menu-button {
  width: 2.4rem;
  height: 2.4rem;
  min-height: 2.4rem;
  border-radius: 999px;
}

.store-user-avatar {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  border: 1px solid rgba(37, 99, 235, 0.2);
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(255, 255, 255, 0.94));
  color: var(--store-primary-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.store-user-avatar span {
  font-size: 0.95rem;
  font-weight: 850;
  line-height: 1;
}

.store-search-shell .input {
  height: 2.2rem;
  min-height: 2.2rem;
}

.store-primary-nav {
  flex: 0 1 auto;
  min-width: max-content;
}

.store-navbar .btn-circle {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  overflow: visible;
}

.store-navbar .btn-circle .indicator {
  position: relative;
  display: inline-flex;
  width: 1.35rem;
  height: 1.35rem;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.store-navbar .btn-circle .indicator > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #152033;
  font-size: 1.18rem;
  line-height: 1;
}

.store-navbar .indicator .badge {
  position: absolute !important;
  top: -0.62rem !important;
  right: -0.72rem !important;
  min-width: 1.08rem;
  height: 1.08rem;
  min-height: 1.08rem;
  border: 2px solid rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  box-shadow: 0 8px 18px -12px rgba(37, 99, 235, 0.9);
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1;
  padding: 0 0.24rem;
  transform: none !important;
  z-index: 2;
}

#mini-cart-trigger .indicator .badge {
  top: -0.54rem !important;
  right: -0.62rem !important;
}

.store-surface,
.store-panel,
.store-summary-card,
.store-account-card {
  background: var(--store-panel);
  border: 1px solid var(--store-line);
  box-shadow: var(--store-shadow);
}

.store-page-hero {
  border-radius: var(--store-radius);
  padding: clamp(1rem, 2vw, 1.45rem);
  margin-bottom: 1rem;
}

.store-page-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #536178;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-page-title {
  margin: 0.15rem 0 0;
  color: var(--store-ink);
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  text-wrap: balance;
}

.store-page-copy {
  margin-top: 0.35rem;
  max-width: 68ch;
  color: var(--store-muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.store-catalog-page {
  display: grid;
  gap: 0.85rem;
}

.store-catalog-hero {
  overflow: hidden;
  padding: 1.05rem 1.2rem;
}

.store-catalog-hero-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 1rem;
}

.store-catalog-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
}

.store-catalog-actions .btn {
  min-height: 2.2rem;
  height: 2.2rem;
  padding-inline: 0.9rem;
}

.store-catalog-hero .store-page-title {
  font-size: clamp(1.65rem, 2.2vw, 2.45rem);
}

.store-catalog-hero .store-page-copy {
  max-width: 62ch;
  font-size: 0.9rem;
}

.store-catalog-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.82rem;
}

.store-catalog-hero-stats > span {
  display: inline-flex;
  min-height: 1.7rem;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid var(--store-line);
  border-radius: 0.45rem;
  background: rgba(255, 255, 255, 0.78);
  color: #4a5870;
  padding: 0.22rem 0.58rem;
  font-size: 0.78rem;
  font-weight: 800;
}

.store-catalog-categories {
  position: relative;
  margin-top: 0.82rem;
  border-top: 1px solid rgba(139, 155, 179, 0.28);
  padding-top: 0.72rem;
  overflow-x: auto;
  scrollbar-width: thin;
}

.store-catalog-categories > div {
  display: flex;
  min-width: max-content;
  align-items: center;
  gap: 0.45rem;
}

.store-catalog-category-chip {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid var(--store-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #41506a;
  padding: 0.32rem 0.68rem;
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.store-catalog-category-chip:hover,
.store-catalog-category-chip.is-active {
  border-color: rgba(37, 99, 235, 0.32);
  background: rgba(37, 99, 235, 0.1);
  color: var(--store-primary-dark);
}

.store-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.store-section-title {
  margin: 0;
  color: var(--store-ink);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0;
}

.store-section-kicker {
  margin-bottom: 0.2rem;
  color: #66748a;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-hero-frame {
  min-height: clamp(24rem, 42vw, 29rem);
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  box-shadow: 0 24px 54px -42px rgba(21, 32, 51, 0.72);
}

.store-hero-frame .hero-overlay {
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.46) 48%, rgba(15, 23, 42, 0.16));
}

.store-hero-carousel {
  position: relative;
}

.store-hero-track {
  min-height: inherit;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.store-hero-track::-webkit-scrollbar {
  display: none;
}

.store-hero-track .carousel-item {
  min-height: inherit;
}

.store-hero-controls {
  position: absolute;
  inset: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  opacity: 0;
  transition: opacity 180ms ease;
}

.store-hero-carousel:hover .store-hero-controls,
.store-hero-carousel:focus-within .store-hero-controls {
  opacity: 1;
}

.store-hero-control {
  width: 2.65rem;
  height: 2.65rem;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.34);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  backdrop-filter: blur(10px);
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.store-hero-control:hover {
  background: rgba(15, 23, 42, 0.56);
  border-color: rgba(255, 255, 255, 0.62);
  transform: translateY(-1px);
}

.store-hero-control:focus-visible,
.store-hero-indicator:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.92);
  outline-offset: 3px;
}

.store-hero-indicators {
  position: absolute;
  left: 50%;
  bottom: 1.35rem;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.24);
  padding: 0.35rem 0.45rem;
  backdrop-filter: blur(10px);
}

.store-hero-indicator {
  width: 0.55rem;
  height: 0.55rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  padding: 0;
  transition: width 180ms ease, background 180ms ease, opacity 180ms ease;
}

.store-hero-indicator.is-active {
  width: 1.55rem;
  background: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .store-hero-track {
    scroll-behavior: auto;
  }

  .store-hero-control,
  .store-hero-indicator,
  .store-hero-controls {
    transition: none;
  }
}

.store-trust-strip {
  border-radius: var(--store-radius);
  padding: 0.85rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.store-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
}

.store-trust-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: rgba(37, 99, 235, 0.1);
  color: var(--store-primary-dark);
}

.store-commerce-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.store-catalog-metrics {
  margin: 0;
  gap: 0.6rem;
}

.store-commerce-metric {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-sm);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 32px -32px rgba(21, 32, 51, 0.55);
  padding: 0.78rem 0.85rem;
}

.store-catalog-metrics .store-commerce-metric {
  min-height: 4rem;
  padding: 0.62rem 0.72rem;
}

.store-commerce-metric > span,
.store-collection-card > span {
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(37, 99, 235, 0.1);
  color: var(--store-primary-dark);
}

.store-catalog-metrics .store-commerce-metric > span {
  width: 2rem;
  height: 2rem;
  border-radius: 0.72rem;
}

.store-commerce-metric strong {
  display: block;
  color: var(--store-ink);
  font-size: 1.3rem;
  line-height: 1;
}

.store-catalog-metrics .store-commerce-metric strong {
  font-size: 1.1rem;
}

.store-commerce-metric p {
  margin: 0.18rem 0 0;
  color: var(--store-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.store-catalog-metrics .store-commerce-metric p {
  font-size: 0.72rem;
}

.store-collection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.store-collection-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-sm);
  background: rgba(255, 255, 255, 0.92);
  color: var(--store-ink);
  padding: 0.9rem;
  text-decoration: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.store-collection-card:hover {
  border-color: rgba(37, 99, 235, 0.32);
  box-shadow: var(--store-shadow);
  transform: translateY(-1px);
}

.store-collection-card strong {
  display: block;
  font-size: 0.95rem;
}

.store-collection-card p {
  margin: 0.16rem 0 0;
  color: var(--store-muted);
  font-size: 0.78rem;
  line-height: 1.3;
}

.store-quick-filter-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius);
  background: rgba(255, 255, 255, 0.88);
  padding: 0.75rem;
}

.store-catalog-shortcuts {
  margin: 0;
  padding: 0.55rem 0.65rem;
  border-radius: var(--store-radius-sm);
}

.store-quick-filter-strip > span {
  color: var(--store-muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-quick-filter-strip > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.45rem;
}

.store-quick-filter {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  gap: 0.38rem;
  border: 1px solid var(--store-line);
  border-radius: 999px;
  background: #fff;
  color: #46566d;
  padding: 0.35rem 0.72rem;
  font-size: 0.82rem;
  font-weight: 800;
}

.store-catalog-shortcuts .store-quick-filter {
  min-height: 1.85rem;
  padding: 0.28rem 0.62rem;
  font-size: 0.78rem;
}

.store-quick-filter:hover {
  border-color: rgba(37, 99, 235, 0.36);
  background: rgba(37, 99, 235, 0.1);
  color: var(--store-primary-dark);
}

.store-search-guided {
  position: relative;
}

.store-search-panel {
  position: absolute;
  top: calc(100% + 0.55rem);
  left: 0;
  z-index: 60;
  width: min(28rem, 92vw);
  border: 1px solid var(--store-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 54px -34px rgba(21, 32, 51, 0.62);
  padding: 0.85rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.store-search-guided:focus-within .store-search-panel,
.store-search-guided:hover .store-search-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.store-search-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.store-search-panel-head span,
.store-search-section > span,
.store-empty-suggestion-card > span {
  color: var(--store-muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-search-panel-head small {
  color: var(--store-muted);
  font-size: 0.72rem;
}

.store-search-shortcuts,
.store-mobile-search-shortcuts,
.store-search-section > div,
.store-empty-suggestion-card > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.store-search-section {
  display: grid;
  gap: 0.45rem;
  border-top: 1px solid var(--store-line);
  margin-top: 0.75rem;
  padding-top: 0.75rem;
}

.store-search-shortcuts a,
.store-mobile-search-shortcuts a,
.store-search-section a,
.store-empty-suggestion-card a {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  gap: 0.38rem;
  border: 1px solid var(--store-line);
  border-radius: 999px;
  background: #fff;
  color: #46566d;
  padding: 0.34rem 0.66rem;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.store-search-shortcuts a:hover,
.store-mobile-search-shortcuts a:hover,
.store-search-section a:hover,
.store-empty-suggestion-card a:hover {
  border-color: rgba(37, 99, 235, 0.36);
  background: rgba(37, 99, 235, 0.1);
  color: var(--store-primary-dark);
}

.store-mobile-search-shortcuts {
  margin-top: 0.5rem;
  overflow-x: auto;
  flex-wrap: nowrap;
  padding-bottom: 0.15rem;
}

.store-mobile-search-shortcuts a {
  flex: 0 0 auto;
}

.store-empty-search {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
  border: 1px dashed rgba(139, 155, 179, 0.65);
  border-radius: var(--store-radius);
  background: rgba(255, 255, 255, 0.82);
  padding: 1rem;
}

.store-empty-search-main,
.store-empty-suggestion-card {
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-sm);
  background: #fff;
  padding: 1rem;
}

.store-empty-search-main {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 0.45rem;
}

.store-empty-search-main > i {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #eef4ff;
  color: var(--store-primary-dark);
  font-size: 1.35rem;
}

.store-empty-search-main h3 {
  margin: 0;
  color: var(--store-ink);
  font-size: 1.2rem;
  font-weight: 900;
}

.store-empty-search-main p {
  margin: 0;
  color: var(--store-muted);
  font-size: 0.9rem;
}

.store-empty-search-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.store-empty-suggestion-card {
  display: grid;
  gap: 0.6rem;
}

.store-empty-product-grid a {
  align-items: flex-start;
  border-radius: var(--store-radius-sm);
  flex-direction: column;
  gap: 0.12rem;
}

.store-empty-product-grid strong,
.store-empty-product-grid small {
  display: block;
}

.store-empty-product-grid small {
  color: var(--store-primary-dark);
}

.store-catalog-filter-panel {
  margin: 0;
  border-radius: var(--store-radius);
  padding: 0.72rem;
}

.store-catalog-filter-form {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) repeat(auto-fit, minmax(132px, 1fr));
  align-items: end;
  gap: 0.6rem;
}

.store-catalog-filter-form .form-control {
  min-width: 0;
}

.store-catalog-filter-form .label-text {
  display: block;
  color: var(--store-muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.store-catalog-filter-form .input,
.store-catalog-filter-form .select {
  width: 100%;
  min-height: 2.15rem;
  height: 2.15rem;
  border-color: var(--store-line);
  color: var(--store-ink);
  font-size: 0.86rem;
}

.store-catalog-filter-form .input input {
  min-width: 0;
}

.store-catalog-filter-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.4rem;
}

.store-catalog-filter-actions .btn {
  min-height: 2.15rem;
  height: 2.15rem;
  padding-inline: 0.8rem;
}

.store-catalog-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 0.85rem;
}

.store-recent-panel {
  display: grid;
  grid-template-columns: minmax(180px, 0.22fr) minmax(0, 0.78fr);
  align-items: center;
  gap: 1rem;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius);
  background: rgba(255, 255, 255, 0.88);
  padding: 0.85rem;
}

.store-recent-panel h2 {
  margin: 0.15rem 0 0;
  color: var(--store-ink);
  font-size: 1.05rem;
  font-weight: 900;
}

.store-recent-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.65rem;
}

.store-recent-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.62rem;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-sm);
  background: #fff;
  color: var(--store-ink);
  padding: 0.58rem;
  text-decoration: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.store-recent-item:hover {
  border-color: rgba(37, 99, 235, 0.34);
  box-shadow: 0 14px 30px -28px rgba(21, 32, 51, 0.55);
  transform: translateY(-1px);
}

.store-recent-item > span {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--store-line);
  border-radius: 12px;
  background: #f5f8fc;
  color: var(--store-primary-dark);
}

.store-recent-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.store-recent-item strong,
.store-recent-item small {
  display: block;
}

.store-recent-item strong {
  color: var(--store-ink);
  font-size: 0.82rem;
  line-height: 1.2;
}

.store-recent-item small {
  margin-top: 0.2rem;
  color: var(--store-primary-dark);
  font-size: 0.78rem;
  font-weight: 800;
}

.product-card {
  border-radius: var(--store-radius-sm);
  border: 1px solid rgba(139, 155, 179, 0.34);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px -30px rgba(21, 32, 51, 0.5);
}

.product-card:hover {
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 18px 34px -30px rgba(21, 32, 51, 0.55);
}

.store-product-media {
  background: #f5f8fc;
}

.store-product-media-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.store-product-media-inner {
  border-radius: 10px;
  border: 1px solid rgba(139, 155, 179, 0.22);
  background: #fff;
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.store-product-media-link:hover .store-product-media-inner {
  border-color: rgba(37, 99, 235, 0.34);
  transform: translateY(-1px);
}

.store-product-title {
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.14;
  font-size: 0.82rem;
}

.store-product-old-price {
  margin-top: 0.18rem;
  color: #8a97aa;
  font-size: 0.74rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: line-through;
}

.store-product-tool-btn {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  border: 1px solid rgba(139, 155, 179, 0.42);
  background: rgba(255, 255, 255, 0.94);
  color: #34506f;
  box-shadow: 0 12px 24px -20px rgba(21, 32, 51, 0.65);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.store-product-tool-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(37, 99, 235, 0.42);
  color: var(--store-primary-dark);
}

.store-product-tool-btn.is-active,
.store-favorite-inline.is-active,
.store-card-favorite-btn.is-active {
  border-color: rgba(220, 38, 38, 0.28);
  background: rgba(254, 242, 242, 0.95);
  color: #dc2626;
}

.store-compare-btn.is-active,
.store-compare-inline.is-active,
.store-card-compare-btn.is-active {
  border-color: rgba(37, 99, 235, 0.28);
  background: rgba(239, 246, 255, 0.95);
  color: var(--store-primary-dark);
}

.store-favorite-inline,
.store-compare-inline {
  white-space: nowrap;
}

.store-card-favorite-form {
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  z-index: 10;
}

.store-card-favorite-btn {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid rgba(139, 155, 179, 0.38);
  background: rgba(255, 255, 255, 0.95);
  color: #38506d;
  box-shadow: 0 14px 26px -22px rgba(21, 32, 51, 0.72);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.store-card-favorite-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(220, 38, 38, 0.32);
  color: #dc2626;
}

.store-card-secondary-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem;
  margin-top: 0.45rem;
}

.store-card-secondary-actions form {
  min-width: 0;
}

.store-card-secondary-btn {
  width: 100%;
  min-height: 2rem;
  border-radius: 999px;
  border: 1px solid rgba(139, 155, 179, 0.36);
  background: rgba(255, 255, 255, 0.92);
  color: #3b4a60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  padding: 0.28rem 0.45rem;
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 10px 22px -24px rgba(21, 32, 51, 0.72);
  transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.store-card-secondary-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(37, 99, 235, 0.42);
  background: #fff;
  color: var(--store-primary-dark);
}

.store-card-secondary-btn span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.store-card-secondary-btn i {
  font-size: 0.82rem;
  line-height: 1;
}

.store-product-decision-split {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.store-product-action-stack {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.45rem;
}

.store-compare-board {
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--store-shadow);
  padding: 0.9rem;
  overflow-x: auto;
}

.store-compare-grid {
  display: grid;
  grid-template-columns: repeat(var(--compare-columns, 1), minmax(250px, 1fr));
  gap: 0.8rem;
  min-width: min(100%, calc(var(--compare-columns, 1) * 250px));
}

.store-compare-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-sm);
  background: #fff;
  overflow: hidden;
  transition: opacity 0.18s ease, transform 0.18s ease, border-color 0.16s ease;
}

.store-compare-media {
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--store-line);
  background: #f5f8fc;
  color: var(--store-primary-dark);
}

.store-compare-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.8rem;
}

.store-compare-media i {
  font-size: 2.4rem;
  opacity: 0.35;
}

.store-compare-card-body {
  display: grid;
  gap: 0.55rem;
  padding: 0.85rem;
}

.store-compare-card-body h2 {
  min-height: 2.4rem;
  margin: 0;
  color: var(--store-ink);
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.22;
}

.store-compare-price {
  display: block;
  color: var(--store-primary-dark);
  font-size: 1.35rem;
  line-height: 1;
}

.store-compare-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.store-compare-specs {
  display: grid;
  margin: auto 0 0;
  border-top: 1px solid var(--store-line);
}

.store-compare-specs > div {
  display: grid;
  gap: 0.2rem;
  min-height: 4.2rem;
  border-bottom: 1px solid var(--store-line);
  padding: 0.75rem 0.85rem;
}

.store-compare-specs > div:last-child {
  border-bottom: 0;
}

.store-compare-specs dt {
  color: var(--store-muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-compare-specs dd {
  margin: 0;
  color: var(--store-ink);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.25;
}

.store-promo-box {
  display: grid;
  gap: 0.5rem;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: var(--store-radius-sm);
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.95), rgba(255, 255, 255, 0.92));
  padding: 0.75rem;
}

.store-promo-box strong,
.store-promo-box small {
  display: block;
}

.store-promo-box strong {
  color: var(--store-ink);
  font-size: 0.86rem;
  line-height: 1.25;
}

.store-promo-box small,
.store-promo-form label > span {
  color: var(--store-muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.store-promo-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 0.5rem;
}

.store-promo-form label {
  display: grid;
  gap: 0.25rem;
}

.store-cart-recommendations {
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--store-shadow);
  padding: 0.9rem;
}

.store-checkout-recommendations {
  display: grid;
  gap: 0.45rem;
  border-top: 1px solid var(--store-line);
  margin-top: 1rem;
  padding-top: 1rem;
}

.store-checkout-recommendations > a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.55rem;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-sm);
  background: #fff;
  color: var(--store-ink);
  padding: 0.5rem;
  text-decoration: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.store-checkout-recommendations > a:hover {
  border-color: rgba(37, 99, 235, 0.32);
  box-shadow: 0 12px 24px -24px rgba(21, 32, 51, 0.55);
  transform: translateY(-1px);
}

.store-checkout-recommendations > a > span {
  display: inline-flex;
  width: 2.6rem;
  height: 2.6rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--store-line);
  border-radius: 10px;
  background: #f5f8fc;
  color: var(--store-primary-dark);
}

.store-checkout-recommendations img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.store-checkout-recommendations strong,
.store-checkout-recommendations small {
  display: block;
}

.store-checkout-recommendations strong {
  color: var(--store-ink);
  font-size: 0.78rem;
  line-height: 1.2;
}

.store-checkout-recommendations small {
  margin-top: 0.15rem;
  color: var(--store-primary-dark);
  font-size: 0.74rem;
  font-weight: 800;
}

.store-quick-view-modal {
  width: min(92vw, 720px);
  max-width: 720px;
  border: 1px solid var(--store-line);
  border-radius: 18px;
  background: #fff;
}

.store-quick-view-media {
  height: 14rem;
  border-radius: 16px;
  border: 1px solid var(--store-line);
  background: #f4f7fb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
}

.store-product-detail-page {
  display: grid;
  gap: clamp(1.15rem, 2vw, 1.8rem);
}

.store-product-detail-grid {
  align-items: start;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.store-product-detail-title {
  max-width: 22ch;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.04;
}

.store-product-purchase-panel {
  overflow: hidden;
}

.store-product-purchase-content {
  display: grid;
  gap: 1rem;
  padding: clamp(1rem, 2.2vw, 1.6rem);
}

.store-product-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.store-product-sku {
  color: var(--store-muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.store-product-price {
  color: var(--store-primary);
  font-size: clamp(1.75rem, 2.4vw, 2.35rem);
  font-weight: 900;
  line-height: 1;
}

.store-product-cart-form {
  margin-top: 0;
}

.store-product-decision {
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-sm);
  background: #f8fbff;
  padding: 0.9rem;
}

.store-product-gallery {
  display: grid;
  gap: 0;
  background: #fff;
}

.store-product-gallery-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-bottom: 1px solid var(--store-line);
  background: #f8fbff;
  padding: 0.8rem 1rem;
}

.store-product-gallery-head span,
.store-product-gallery-head strong {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #334155;
  font-size: 0.82rem;
  font-weight: 800;
}

.store-product-gallery-head span i {
  color: #2563eb;
}

.store-product-gallery-stage {
  display: flex;
  min-height: clamp(280px, 40vw, 460px);
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(239, 246, 255, 0.9), rgba(255, 255, 255, 0.35)),
    #fff;
  padding: clamp(1rem, 3vw, 1.75rem);
}

.store-product-gallery-main {
  width: 100%;
  max-height: 440px;
  object-fit: contain;
  border-radius: 16px;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.store-product-gallery-thumbs {
  display: flex;
  gap: 0.6rem;
  overflow-x: auto;
  border-top: 1px solid var(--store-line);
  background: #fff;
  padding: 0.75rem 0.9rem 0.9rem;
  scrollbar-width: thin;
}

.store-product-gallery-thumb {
  display: inline-flex;
  width: 4.5rem;
  height: 4.5rem;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 14px;
  background: #f8fbff;
  padding: 0.22rem;
  box-shadow: 0 10px 20px -22px rgba(21, 32, 51, 0.6);
  transition: border-color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.store-product-gallery-thumb:hover,
.store-product-gallery-thumb.is-active {
  border-color: rgba(37, 99, 235, 0.72);
  background: #fff;
  transform: translateY(-1px);
  box-shadow: 0 16px 28px -24px rgba(21, 32, 51, 0.55);
}

.store-product-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 640px) {
  .store-product-gallery-head {
    padding: 0.7rem 0.8rem;
  }

  .store-product-gallery-thumb {
    width: 4rem;
    height: 4rem;
  }
}

.store-product-decision p {
  margin: 0.55rem 0 0;
  color: var(--store-muted);
  font-size: 0.88rem;
}

.store-product-description-card {
  border: 1px solid var(--store-line);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.92), rgba(255, 255, 255, 0.96));
  padding: clamp(0.95rem, 1.6vw, 1.2rem);
}

.store-product-section-kicker {
  margin-bottom: 0.5rem;
  color: #516178;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-product-description {
  color: #334155;
  font-size: 0.98rem;
  line-height: 1.65;
}

.store-product-description :where(p, ul, ol) {
  margin-block: 0.55rem 0;
}

.store-product-description :where(p:first-child, ul:first-child, ol:first-child) {
  margin-top: 0;
}

.store-product-buy-row {
  display: grid;
  grid-template-columns: minmax(11rem, 0.32fr) minmax(16rem, 1fr);
  align-items: end;
  gap: 0.9rem;
}

.store-product-add-btn {
  width: 100%;
  min-height: 3.1rem;
  font-weight: 850;
}

.store-product-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.store-product-assurance span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid var(--store-line);
  border-radius: 999px;
  background: #fff;
  color: #516178;
  padding: 0.48rem 0.62rem;
  font-size: 0.78rem;
  font-weight: 700;
}

.store-product-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  gap: clamp(1rem, 2vw, 1.5rem);
}

.store-product-info-grid.is-single {
  grid-template-columns: minmax(0, 1fr);
}

.store-product-summary-section {
  margin-top: 0.2rem;
}

.store-product-summary-card {
  overflow: hidden;
}

.store-product-summary-body {
  padding: clamp(1rem, 2vw, 1.35rem);
}

.store-product-summary-section .store-spec-list {
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 0.75rem;
}

.store-product-summary-section .store-spec-list > div {
  min-height: 5rem;
  padding: 0.85rem 0.95rem;
}

.store-mobile-buy-bar {
  box-shadow: 0 -18px 38px -28px rgba(21, 32, 51, 0.72);
}

.store-mobile-buy-bar .join .btn {
  min-width: 2.18rem;
}

.store-spec-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.store-spec-list > div {
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-sm);
  background: #fff;
  padding: 0.65rem;
}

.store-spec-list span,
.store-spec-list strong {
  display: block;
}

.store-spec-list span {
  color: var(--store-muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.store-spec-list strong {
  margin-top: 0.18rem;
  color: var(--store-ink);
  font-size: 0.9rem;
}

.store-success-page {
  display: grid;
  gap: 1rem;
  padding-bottom: 2rem;
}

.store-success-hero {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
}

.store-success-icon {
  display: inline-flex;
  width: 4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
  font-size: 2rem;
}

.store-success-actions,
.store-success-footer-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
}

.store-success-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 1rem;
}

.store-success-lines {
  display: grid;
  gap: 0.55rem;
}

.store-success-lines > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-sm);
  background: #fff;
  padding: 0.7rem;
}

.store-success-lines strong,
.store-success-lines span {
  display: block;
}

.store-success-lines span {
  margin-top: 0.16rem;
  color: var(--store-muted);
  font-size: 0.78rem;
}

.store-success-total,
.store-payment-steps {
  display: grid;
  gap: 0.45rem;
}

.store-success-total {
  margin-top: 1rem;
  border-top: 1px solid var(--store-line);
  padding-top: 0.9rem;
}

.store-success-total > div,
.store-payment-steps > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.store-success-total span,
.store-payment-steps span {
  color: var(--store-muted);
  font-size: 0.82rem;
}

.store-success-total strong,
.store-payment-steps strong {
  color: var(--store-ink);
  text-align: right;
}

.store-success-total > div:last-child strong {
  color: var(--store-primary-dark);
  font-size: 1.2rem;
}

.store-add-btn,
.store-cta-btn {
  min-height: 2.05rem;
  height: 2.05rem;
  border-radius: 999px;
}

.store-empty-state {
  border-radius: var(--store-radius);
  border: 1px dashed rgba(139, 155, 179, 0.65);
  background: rgba(255, 255, 255, 0.72);
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  padding: 2rem 1rem;
  text-align: center;
}

.store-empty-state > i {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #eef4ff;
  color: var(--store-primary-dark);
  font-size: 1.35rem;
}

.store-empty-state h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
}

.store-empty-state p {
  margin: 0;
  max-width: 28rem;
  color: var(--store-muted);
  font-size: 0.9rem;
}

.store-cart-item {
  border-radius: var(--store-radius-sm);
  border: 1px solid var(--store-line);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px -28px rgba(21, 32, 51, 0.5);
  transition: opacity 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

.store-qty-control .btn,
.store-qty-control .input {
  min-height: 2.05rem;
  height: 2.05rem;
}

.store-qty-control {
  flex-wrap: wrap;
}

.store-cart-apply-qty {
  min-width: 2.05rem;
  padding-inline: 0.55rem;
}

.store-cart-page-content {
  position: relative;
  transition: opacity 0.16s ease;
}

.store-cart-page-content.is-updating {
  opacity: 0.72;
}

form[data-cart-ajax="1"].is-submitting {
  pointer-events: none;
  opacity: 0.72;
}

.store-mini-cart-panel {
  width: min(92vw, 25rem);
  overflow: hidden;
  border: 1px solid rgba(139, 155, 179, 0.38);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 54px -28px rgba(21, 32, 51, 0.58);
}

.store-mini-cart {
  color: var(--store-ink);
}

.store-mini-cart-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem 0.7rem;
}

.store-mini-cart-head strong,
.store-mini-cart-total strong {
  display: block;
  color: var(--store-ink);
  font-size: 1rem;
  line-height: 1.1;
}

.store-mini-cart-eyebrow {
  display: block;
  margin-bottom: 0.18rem;
  color: var(--store-muted);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.store-mini-cart-close,
.store-mini-cart-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--store-line);
  border-radius: 999px;
  background: #fff;
  color: #526176;
  transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.store-mini-cart-close {
  width: 2rem;
  height: 2rem;
}

.store-mini-cart-close:hover,
.store-mini-cart-remove:hover {
  border-color: rgba(37, 99, 235, 0.28);
  background: #eef4ff;
  color: var(--store-primary-dark);
  transform: translateY(-1px);
}

.store-mini-cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 1rem 0.75rem;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.9), rgba(255, 255, 255, 0.98));
  padding: 0.72rem 0.78rem;
}

.store-mini-cart-total span {
  color: #526176;
  font-size: 0.78rem;
  font-weight: 800;
}

.store-mini-cart-total strong {
  color: var(--store-primary-dark);
  font-size: 1.08rem;
  text-align: right;
}

.store-mini-cart-list {
  display: grid;
  gap: 0.55rem;
  max-height: min(21rem, 52vh);
  overflow: auto;
  padding: 0 0.85rem 0.85rem;
}

.store-mini-cart-row {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 0.72rem;
  border: 1px solid var(--store-line);
  border-radius: 16px;
  background: #fff;
  padding: 0.55rem;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.store-mini-cart-row:hover {
  border-color: rgba(37, 99, 235, 0.24);
  box-shadow: 0 14px 28px -28px rgba(21, 32, 51, 0.55);
  transform: translateY(-1px);
}

.store-mini-cart-media {
  display: flex;
  width: 4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(139, 155, 179, 0.28);
  border-radius: 13px;
  background: #f6f8fb;
  color: #9aa7b8;
}

.store-mini-cart-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.25rem;
}

.store-mini-cart-info {
  min-width: 0;
}

.store-mini-cart-name {
  display: -webkit-box;
  overflow: hidden;
  color: var(--store-ink);
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.store-mini-cart-name:hover {
  color: var(--store-primary-dark);
}

.store-mini-cart-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin-top: 0.28rem;
}

.store-mini-cart-meta span {
  color: var(--store-muted);
  font-size: 0.72rem;
  font-weight: 750;
}

.store-mini-cart-meta strong {
  color: var(--store-ink);
  font-size: 0.82rem;
  line-height: 1.1;
  text-align: right;
}

.store-mini-cart-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  margin-top: 0.52rem;
}

.store-mini-cart-qty {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--store-line);
  border-radius: 999px;
  background: #f8fbff;
}

.store-mini-cart-qty button,
.store-mini-cart-qty span {
  display: inline-flex;
  min-width: 1.72rem;
  height: 1.72rem;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--store-ink);
  font-size: 0.8rem;
  font-weight: 850;
}

.store-mini-cart-qty button:hover:not(:disabled) {
  background: rgba(37, 99, 235, 0.1);
  color: var(--store-primary-dark);
}

.store-mini-cart-qty button:disabled {
  color: #b7c1d0;
  cursor: not-allowed;
}

.store-mini-cart-remove {
  width: 1.72rem;
  height: 1.72rem;
  font-size: 0.78rem;
}

.store-mini-cart-remove:hover {
  border-color: rgba(220, 38, 38, 0.26);
  background: #fff1f2;
  color: var(--store-danger);
}

.store-mini-cart-more {
  border: 1px dashed rgba(139, 155, 179, 0.58);
  border-radius: 14px;
  color: var(--store-muted);
  font-size: 0.76rem;
  font-weight: 750;
  padding: 0.55rem;
  text-align: center;
}

.store-mini-cart-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.48rem;
  border-top: 1px solid var(--store-line);
  background: #f8fbff;
  padding: 0.78rem;
}

.store-mini-cart-footer-secondary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.48rem;
}

.store-mini-cart-footer form {
  margin: 0;
}

.store-mini-cart-checkout,
.store-mini-cart-secondary,
.store-mini-cart-clear {
  display: inline-flex;
  min-height: 2.18rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.store-mini-cart-checkout {
  gap: 0.45rem;
  border: 1px solid var(--store-primary);
  background: var(--store-primary);
  color: #fff;
  padding-inline: 0.95rem;
  width: 100%;
}

.store-mini-cart-checkout:hover {
  border-color: var(--store-primary-dark);
  background: var(--store-primary-dark);
  color: #fff;
}

.store-mini-cart-secondary,
.store-mini-cart-clear {
  border: 1px solid var(--store-line);
  background: #fff;
  color: #526176;
  padding-inline: 0.75rem;
}

.store-mini-cart-secondary:hover {
  border-color: rgba(37, 99, 235, 0.28);
  color: var(--store-primary-dark);
}

.store-mini-cart-clear:hover {
  border-color: rgba(220, 38, 38, 0.26);
  color: var(--store-danger);
}

.store-mini-cart-empty {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  padding: 1.35rem;
  text-align: center;
}

.store-mini-cart-empty .store-mini-cart-close {
  position: absolute;
  top: 0.72rem;
  right: 0.72rem;
}

.store-mini-cart-empty-icon {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #eef4ff;
  color: var(--store-primary-dark);
  font-size: 1.35rem;
}

.store-mini-cart-empty h3 {
  margin: 0;
  color: var(--store-ink);
  font-size: 1rem;
  font-weight: 850;
}

.store-mini-cart-empty p {
  max-width: 16rem;
  margin: 0 0 0.3rem;
  color: var(--store-muted);
  font-size: 0.84rem;
  line-height: 1.35;
}

.store-summary-card {
  border-radius: var(--store-radius);
}

.store-checkout-steps .step {
  min-height: 2.2rem;
  font-size: 0.86rem;
  font-weight: 700;
}

.store-checkout-panel {
  border-radius: var(--store-radius);
  border: 1px solid var(--store-line);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--store-shadow);
}

.store-checkout-step-head {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}

.store-checkout-step-number {
  width: 2rem;
  height: 2rem;
  border-radius: 12px;
  background: rgba(37, 99, 235, 0.12);
  color: var(--store-primary-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-weight: 800;
}

.store-checkout-subtitle {
  margin: 1.15rem 0 0.65rem;
  color: #536178;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.store-form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.85rem;
}

.store-form-grid .label,
.store-account-form .label {
  padding-block: 0 0.25rem;
}

.store-account-form .label-text {
  color: #40516a;
  font-size: 0.78rem;
  font-weight: 760;
}

.store-account-form .label-text-alt {
  color: var(--store-muted);
  font-size: 0.72rem;
  font-weight: 650;
}

.store-form-grid .input,
.store-form-grid .select,
.store-form-grid .textarea,
.store-checkout-panel .input,
.store-checkout-panel .select,
.store-checkout-panel .textarea {
  min-height: 2.45rem;
  height: 2.45rem;
  border-color: var(--store-line);
  background: #fbfdff;
}

.store-checkout-panel .textarea {
  height: auto;
}

.store-input-shell {
  min-height: 2.55rem;
  height: 2.55rem;
  border-radius: 999px;
  border-color: var(--store-line);
  background: #fbfdff;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding-block: 0;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.store-input-shell:focus-within {
  border-color: rgba(37, 99, 235, 0.42);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.store-input-shell input {
  min-width: 0;
  height: 1.35rem;
  margin: 0;
  padding-block: 0;
  color: #182437;
  font-size: 0.86rem;
  font-weight: 520;
  letter-spacing: 0;
  line-height: 1.35rem;
}

.store-input-shell > i {
  color: #8a97aa;
  font-size: 0.95rem;
  line-height: 1;
}

.store-input-shell input::placeholder,
.store-textarea::placeholder {
  color: #9aa6b7;
  font-weight: 480;
}

.store-textarea {
  min-height: 6.8rem;
  height: auto;
  border-radius: 18px;
  border-color: var(--store-line);
  background: #fbfdff;
  color: #182437;
  font-size: 0.86rem;
  font-weight: 520;
  line-height: 1.45;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.store-textarea:focus {
  border-color: rgba(37, 99, 235, 0.42);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
  outline: none;
}

.store-payment-option {
  border: 1px solid var(--store-line);
  border-radius: 14px;
  background: #fbfdff;
  padding: 0.85rem;
}

.store-payment-option:hover {
  border-color: rgba(37, 99, 235, 0.34);
  background: #f7faff;
}

.store-confirm-check {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  border-radius: 14px;
  border: 1px solid var(--store-line);
  background: #f7faff;
  padding: 0.8rem;
  color: #334155;
  font-size: 0.92rem;
}

.store-checkout-preview {
  border-radius: 14px;
  border: 1px solid var(--store-line);
  background: #f7faff;
  padding: 0.8rem;
}

.store-checkout-legal-note {
  margin-top: 1rem;
  color: #64748b;
  font-size: 0.76rem;
  line-height: 1.35;
  text-align: center;
}

.store-checkout-legal-note a {
  color: var(--store-primary-dark);
  font-weight: 800;
  text-decoration: none;
}

.store-checkout-legal-note a:hover {
  text-decoration: underline;
}

.checkout-summary-list {
  max-height: 14rem;
  overflow: auto;
  padding-right: 0.2rem;
}

.store-account-page {
  padding-bottom: 1.5rem;
}

.store-account-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 1rem;
}

.store-account-sidebar {
  display: grid;
  align-content: start;
  gap: 0.8rem;
}

.store-account-card {
  border-radius: var(--store-radius);
  overflow: hidden;
}

.store-account-card .card-body {
  padding: 1rem;
}

.store-account-avatar {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 16px;
  background: #183a73;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.05rem;
}

.store-account-nav {
  padding: 0.45rem;
}

.store-account-nav .menu a {
  border-radius: 12px;
  min-height: 2.25rem;
  font-size: 0.92rem;
}

.store-account-nav .menu a.active {
  background: rgba(37, 99, 235, 0.12);
  color: var(--store-primary-dark);
}

.store-account-form-card {
  overflow: hidden;
}

.store-form-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--store-line);
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(255, 255, 255, 0) 62%),
    #fbfdff;
  padding: 1rem 1.1rem;
}

.store-form-card-head h2 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.15rem 0 0;
  color: var(--store-ink);
  font-size: 1.12rem;
  font-weight: 900;
  letter-spacing: 0;
}

.store-form-card-head h2 i {
  color: var(--store-primary-dark);
  font-size: 1rem;
}

.store-form-card-head p {
  margin: 0.3rem 0 0;
  max-width: 52rem;
  color: var(--store-muted);
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.35;
}

.store-form-card-body {
  padding: 1rem;
}

.store-account-form {
  display: grid;
  gap: 0.85rem;
}

.store-form-section {
  display: grid;
  gap: 0.8rem;
  border: 1px solid rgba(139, 155, 179, 0.28);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
  padding: 0.9rem;
}

.store-form-section-head {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
}

.store-form-section-head > span {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 13px;
  background: rgba(37, 99, 235, 0.1);
  color: var(--store-primary-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.store-form-section-head h3 {
  margin: 0;
  color: var(--store-ink);
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: 0;
}

.store-form-section-head p,
.store-help-copy {
  margin: 0.2rem 0 0;
  color: var(--store-muted);
  font-size: 0.8rem;
  font-weight: 650;
  line-height: 1.35;
}

.store-form-alert {
  border-radius: 16px;
  font-size: 0.86rem;
}

.store-form-alert ul {
  margin-top: 0.3rem;
  padding-left: 1rem;
}

.store-default-address-panel {
  background: rgba(37, 99, 235, 0.06);
}

.store-toggle-row {
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  padding: 0;
}

.store-toggle-row strong,
.store-toggle-row small {
  display: block;
}

.store-toggle-row strong {
  color: var(--store-ink);
  font-size: 0.92rem;
  font-weight: 850;
}

.store-toggle-row small {
  margin-top: 0.18rem;
  color: var(--store-muted);
  font-size: 0.78rem;
  font-weight: 650;
}

.store-form-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
  border-top: 1px solid var(--store-line);
  padding-top: 0.9rem;
}

.store-data-table :where(th, td) {
  padding-block: 0.85rem;
}

.store-data-table thead th {
  background: #f2f6fb;
  color: #536178;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.store-account-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: 0.75rem;
}

.store-account-metric {
  min-height: 5.2rem;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-sm);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 32px -32px rgba(21, 32, 51, 0.5);
  padding: 0.85rem;
}

.store-account-metric-wide {
  grid-column: span 2;
}

.store-account-metric span,
.store-compact-title + p,
.store-filter-strip p {
  color: var(--store-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.store-account-metric strong {
  display: block;
  margin-top: 0.15rem;
  color: var(--store-ink);
  font-size: 1.45rem;
  line-height: 1;
}

.store-account-metric small {
  display: block;
  margin-top: 0.38rem;
  color: var(--store-muted);
  font-size: 0.76rem;
}

.store-compact-title {
  margin: 0;
  color: var(--store-ink);
  font-size: 1rem;
  font-weight: 800;
}

.store-filter-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem;
}

.store-filter-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.45rem;
}

.store-chip {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  border: 1px solid var(--store-line);
  border-radius: 999px;
  background: #fff;
  color: #46566d;
  padding: 0.35rem 0.72rem;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.store-chip:hover,
.store-chip.is-active {
  border-color: rgba(37, 99, 235, 0.36);
  background: rgba(37, 99, 235, 0.1);
  color: var(--store-primary-dark);
}

.store-status-pill {
  display: inline-flex;
  min-height: 1.8rem;
  align-items: center;
  gap: 0.4rem;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.25rem 0.62rem;
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}

.store-status-pill.is-info {
  border-color: rgba(37, 99, 235, 0.18);
  background: rgba(37, 99, 235, 0.1);
  color: #1d4ed8;
}

.store-status-pill.is-primary {
  border-color: rgba(37, 99, 235, 0.24);
  background: rgba(37, 99, 235, 0.13);
  color: #1e40af;
}

.store-status-pill.is-warning {
  border-color: rgba(217, 119, 6, 0.24);
  background: rgba(245, 158, 11, 0.14);
  color: #92400e;
}

.store-status-pill.is-success {
  border-color: rgba(21, 128, 61, 0.22);
  background: rgba(34, 197, 94, 0.14);
  color: #166534;
}

.store-status-pill.is-danger {
  border-color: rgba(220, 38, 38, 0.2);
  background: rgba(248, 113, 113, 0.13);
  color: #991b1b;
}

.store-order-number {
  color: var(--store-primary-dark);
  font-weight: 900;
}

.store-order-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
}

.store-order-step {
  position: relative;
  min-height: 5.15rem;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-sm);
  background: #fff;
  padding: 0.75rem;
}

.store-order-step span {
  display: inline-flex;
  width: 1.65rem;
  height: 1.65rem;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #edf2f8;
  color: #64748b;
}

.store-order-step strong,
.store-order-step small {
  display: block;
}

.store-order-step strong {
  margin-top: 0.55rem;
  font-size: 0.9rem;
}

.store-order-step small {
  color: var(--store-muted);
  font-size: 0.75rem;
}

.store-order-step.is-done {
  border-color: rgba(21, 128, 61, 0.2);
  background: rgba(240, 253, 244, 0.72);
}

.store-order-step.is-done span {
  background: rgba(34, 197, 94, 0.14);
  color: #166534;
}

.store-order-step.is-current {
  border-color: rgba(37, 99, 235, 0.3);
  background: rgba(37, 99, 235, 0.08);
}

.store-order-step.is-current span {
  background: rgba(37, 99, 235, 0.14);
  color: var(--store-primary-dark);
}

.store-order-step.is-danger {
  grid-column: 1 / -1;
  border-color: rgba(220, 38, 38, 0.18);
  background: rgba(254, 242, 242, 0.86);
}

.checkout-summary-row,
.checkout-summary-total,
.store-info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.checkout-summary-row,
.store-info-row {
  color: var(--store-muted);
  font-size: 0.88rem;
}

.checkout-summary-row strong,
.store-info-row strong {
  color: var(--store-ink);
  font-weight: 800;
  text-align: right;
}

.checkout-summary-total {
  font-size: 1rem;
  font-weight: 900;
}

.checkout-summary-total strong {
  color: var(--store-primary-dark);
}

.store-field-error {
  display: block;
  margin-top: 0.35rem;
  color: var(--store-danger);
  font-size: 0.78rem;
  font-weight: 700;
}

.store-icon-btn {
  width: 2.15rem;
  height: 2.15rem;
  min-height: 2.15rem;
  padding: 0;
  border-radius: 12px;
}

.store-auth-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1fr);
  min-height: min(680px, calc(100dvh - 10rem));
  border-radius: 22px;
  overflow: hidden;
}

.store-auth-visual {
  position: relative;
  display: flex;
  align-items: center;
  padding: clamp(1.5rem, 4vw, 3rem);
  background:
    linear-gradient(135deg, rgba(24, 58, 115, 0.96), rgba(31, 63, 119, 0.88)),
    #183a73;
  color: #f7fbff;
}

.store-auth-visual::after {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  pointer-events: none;
}

.store-auth-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.96);
  padding: clamp(1rem, 4vw, 3rem);
}

.store-auth-form {
  width: min(100%, 28rem);
}

.store-auth-benefit {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  padding: 0.85rem;
}

@media (max-width: 1279px) {
  .store-catalog-filter-form {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .store-catalog-filter-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 1023px) {
  .store-account-layout {
    grid-template-columns: 1fr;
  }

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

  .store-account-metrics,
  .store-order-timeline,
  .store-commerce-metrics,
  .store-collection-grid,
  .store-product-assurance {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .store-product-buy-row {
    grid-template-columns: 1fr;
  }

  .store-success-hero,
  .store-success-grid,
  .store-empty-search,
  .store-recent-panel {
    grid-template-columns: 1fr;
  }

  .store-catalog-hero-main {
    grid-template-columns: 1fr;
  }

  .store-catalog-actions {
    justify-content: flex-start;
  }

  .store-catalog-filter-form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .store-catalog-filter-actions {
    justify-content: flex-start;
  }

  .store-success-actions {
    justify-content: flex-start;
  }

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

  .store-auth-visual {
    display: none;
  }
}

@media (max-width: 767px) {
  .store-main {
    width: min(100% - 0.85rem, 1320px);
    padding-top: 0.75rem;
  }

  .store-page-hero {
    padding: 0.95rem;
  }

  .store-catalog-page {
    gap: 0.7rem;
  }

  .store-catalog-hero {
    padding: 0.9rem;
  }

  .store-catalog-hero .store-page-title {
    font-size: 1.55rem;
  }

  .store-catalog-hero-stats > span {
    min-height: 1.55rem;
    font-size: 0.72rem;
  }

  .store-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .store-account-metrics,
  .store-order-timeline,
  .store-commerce-metrics,
  .store-collection-grid,
  .store-product-assurance,
  .store-spec-list {
    grid-template-columns: 1fr;
  }

  .store-account-metric-wide {
    grid-column: auto;
  }

  .store-filter-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .store-filter-actions {
    justify-content: flex-start;
  }

  .store-form-card-head,
  .store-form-section-head,
  .store-toggle-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .store-form-actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .store-form-actions .btn {
    width: 100%;
  }

  .store-quick-filter-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .store-quick-filter-strip > div {
    justify-content: flex-start;
  }

  .store-catalog-filter-form,
  .store-catalog-product-grid {
    grid-template-columns: 1fr;
  }

  .store-catalog-filter-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .store-catalog-filter-actions .btn {
    width: 100%;
  }

  .store-product-decision-split {
    flex-direction: column;
  }

  .store-product-purchase-content,
  .store-product-summary-body {
    padding: 0.95rem;
  }

  .store-product-description-card {
    padding: 0.9rem;
  }

  .store-product-action-stack {
    justify-content: flex-start;
  }

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

  .store-success-lines > div,
  .store-success-total > div,
  .store-payment-steps > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }

  .store-payment-steps strong,
  .store-success-total strong {
    text-align: left;
  }

  .store-hero-frame {
    min-height: 22rem;
    border-radius: 18px;
  }

  .store-hero-frame .hero-content {
    text-align: left;
    justify-content: flex-start;
  }
}
