:root {
  --store-ink: #111827;
  --store-muted: #64748b;
  --store-line: #d8e0ea;
  --store-panel: #ffffff;
  --store-soft: #eef4f8;
  --store-deep: #06111d;
  --store-deep-2: #0a1a28;
  --store-accent: #0284c7;
  --store-accent-2: #0f766e;
  --store-accent-3: #f59e0b;
  --store-accent-4: #7c3aed;
  --store-neon: #a3e635;
  --store-warn: #b45309;
  --store-radius: 6px;
  --store-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

body.store-electronics {
  background:
    linear-gradient(135deg, rgba(34, 211, 238, 0.08) 0 18%, transparent 18% 100%),
    linear-gradient(315deg, rgba(245, 158, 11, 0.08) 0 16%, transparent 16% 100%),
    linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px),
    var(--store-soft);
  background-size: 44px 44px;
  color: var(--store-ink);
}

.store-electronics main,
.store-electronics [data-block] {
  letter-spacing: 0;
}

.store-electronics h1,
.store-electronics h2,
.store-electronics h3 {
  letter-spacing: 0;
}

.store-electronics.home .hero-section,
.store-electronics.home .entry-header {
  display: none;
}

.store-electronics .hero-section[data-type="type-2"] {
  --container-padding: clamp(34px, 5vw, 64px) 0;
}

.store-electronics .ct-header [data-row*="middle"] {
  border-bottom: 1px solid rgba(2, 132, 199, 0.12);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.store-section-kicker,
.store-home-kicker {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 28px;
  margin-bottom: 12px;
  padding: 5px 9px;
  border: 1px solid rgba(34, 211, 238, 0.22);
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.09);
  color: #0f766e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: anywhere;
}

.store-home-kicker {
  color: #a3e635;
  background: rgba(163, 230, 53, 0.1);
}

.store-electronics .store-hero {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  box-sizing: border-box;
  max-width: 100%;
  display: grid;
  align-content: center;
  padding: clamp(36px, 5vw, 68px) clamp(20px, 5vw, 72px);
  border: 1px solid rgba(34, 211, 238, 0.2);
  background:
    linear-gradient(90deg, rgba(6, 17, 29, 0.96) 0%, rgba(6, 17, 29, 0.88) 44%, rgba(6, 17, 29, 0.28) 100%),
    url("../img/bg-hero-future.svg") center / cover no-repeat,
    var(--store-deep);
  box-shadow: 0 28px 70px rgba(6, 17, 29, 0.22), inset 0 1px rgba(255, 255, 255, 0.12);
}

.store-electronics .store-hero::after {
  content: "";
  position: absolute;
  inset: 26px 26px auto auto;
  width: min(32vw, 380px);
  height: min(32vw, 380px);
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 30px, rgba(34, 211, 238, 0.22) 30px 32px, transparent 32px 100%),
    linear-gradient(0deg, transparent 0 30px, rgba(163, 230, 53, 0.18) 30px 32px, transparent 32px 100%);
  background-size: 72px 72px;
  border: 1px solid rgba(34, 211, 238, 0.2);
  border-radius: 14px;
  opacity: 0.46;
  transform: skewX(-8deg);
}

.store-electronics .store-hero > * {
  position: relative;
  z-index: 1;
  max-width: 860px;
}

.store-electronics .store-hero--catalog > * {
  max-width: 1060px;
}

.store-electronics .store-hero--catalog * {
  box-sizing: border-box;
}

.store-hero-layout {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  gap: clamp(18px, 4vw, 48px);
  align-items: end;
}

.store-hero-copy {
  min-width: 0;
}

.store-electronics .store-hero h1 {
  max-width: 860px;
  margin-bottom: 14px;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.04;
  color: #f8fafc;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.36);
  overflow-wrap: anywhere;
}

.store-electronics .store-hero p {
  max-width: 700px;
  color: #c7d7e8;
  font-size: 18px;
  line-height: 1.55;
}

.store-hero-metrics {
  display: grid;
  gap: 10px;
  align-self: stretch;
  padding: 14px;
  border: 1px solid rgba(34, 211, 238, 0.24);
  border-radius: var(--store-radius);
  background: rgba(2, 6, 23, 0.46);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
}

.store-hero-metrics span {
  display: grid;
  gap: 2px;
  padding: 10px;
  border-left: 3px solid rgba(163, 230, 53, 0.82);
  background: rgba(255, 255, 255, 0.07);
  color: #c7d7e8;
  font-size: 13px;
  line-height: 1.25;
}

.store-hero-metrics strong {
  color: #f8fafc;
  font-size: 18px;
  line-height: 1;
}

.store-electronics .store-hero .wp-block-buttons {
  margin-top: 20px;
}

.store-hero-search {
  position: relative;
  z-index: 1;
  min-width: 0;
  width: 100%;
  max-width: 820px;
  margin: 22px 0 0;
  padding: 10px;
  border: 1px solid rgba(34, 211, 238, 0.32);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22), inset 0 1px rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.store-hero-search--primary {
  max-width: 920px;
  margin-top: 18px;
  border-color: rgba(163, 230, 53, 0.34);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(34, 211, 238, 0.08));
}

.store-hero-search__label {
  margin: 0 0 8px;
  color: #d9f99d;
  font-size: 13px;
  font-weight: 900;
}

.store-hero-search form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin: 0;
}

.store-hero-search input[type="search"] {
  min-width: 0;
  width: 100%;
  min-height: 62px;
  border: 1px solid rgba(226, 246, 255, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--store-ink);
  font-size: 18px;
  font-weight: 700;
}

.store-hero-search input[type="search"]::placeholder {
  color: #64748b;
  font-weight: 600;
}

.store-hero-search button {
  min-height: 62px;
  padding: 0 30px;
  border: 1px solid rgba(163, 230, 53, 0.42);
  background: linear-gradient(135deg, #0ea5e9, #0f766e);
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(14, 165, 233, 0.22);
}

.store-hero-search__quick {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  gap: 8px;
  margin: 10px 0 0;
}

.store-hero-search__quick a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 9px;
  border: 1px solid rgba(34, 211, 238, 0.28);
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.1);
  color: #cffafe;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.store-hero-tools {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  gap: 10px;
  margin-top: 18px;
}

.store-hero-tools a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 13px;
  border: 1px solid rgba(34, 211, 238, 0.26);
  border-radius: var(--store-radius);
  background: rgba(2, 6, 23, 0.38);
  color: #e0f2fe;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.store-electronics .store-hero .wp-block-button__link {
  border: 1px solid rgba(34, 211, 238, 0.36);
  box-shadow: 0 12px 34px rgba(34, 211, 238, 0.2);
}

.store-electronics .store-hero .is-style-outline .wp-block-button__link {
  border-color: rgba(163, 230, 53, 0.72);
  color: #d9f99d;
  background: rgba(6, 17, 29, 0.32);
}

.store-electronics .wp-block-button__link,
.store-electronics .button,
.store-electronics button,
.store-electronics input[type="submit"] {
  border-radius: var(--store-radius);
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.store-electronics .wp-block-button__link:hover,
.store-electronics .button:hover,
.store-electronics button:hover,
.store-electronics input[type="submit"]:hover {
  transform: translateY(-1px);
}

.store-market-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: 22px;
  margin: clamp(30px, 5vw, 58px) 0;
  align-items: stretch;
}

.store-product-list,
.store-featured-categories,
.store-assist-grid article,
.store-resource-grid,
.store-resource-grid > a {
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.store-product-list,
.store-featured-categories {
  padding: clamp(20px, 3vw, 28px);
}

.store-product-list h2,
.store-featured-categories h2,
.store-resource-grid h2 {
  margin: 0 0 10px;
}

.store-product-list p,
.store-featured-categories p,
.store-resource-grid p,
.store-assist-grid p {
  color: var(--store-muted);
  line-height: 1.55;
}

.store-product-list ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.store-product-list a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid rgba(2, 132, 199, 0.14);
  border-radius: var(--store-radius);
  background: linear-gradient(90deg, rgba(236, 254, 255, 0.76), rgba(255, 255, 255, 0.82));
  color: #0f172a;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.store-product-list a:hover,
.store-hero-tools a:hover,
.store-resource-grid > a:hover {
  border-color: rgba(34, 211, 238, 0.5);
  box-shadow: 0 12px 26px rgba(14, 165, 233, 0.12);
}

.store-mini-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.store-category-tile {
  --card-accent: var(--store-accent);
  position: relative;
  overflow: hidden;
  min-height: 136px;
  display: grid;
  align-content: end;
  gap: 6px;
  padding: 18px;
  border: 1px solid rgba(34, 211, 238, 0.18);
  border-radius: var(--store-radius);
  background:
    linear-gradient(135deg, rgba(6, 17, 29, 0.96), rgba(10, 31, 42, 0.86)),
    var(--store-deep);
  color: #f8fafc;
  text-decoration: none;
}

.store-category-tile::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--card-accent);
  box-shadow: 0 0 18px var(--card-accent);
}

.store-category-tile::after {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  width: 72%;
  height: 70%;
  background-position: center;
  background-size: cover;
  opacity: 0.34;
  mix-blend-mode: screen;
  pointer-events: none;
}

.store-category-tile span,
.store-category-tile strong {
  position: relative;
  z-index: 1;
}

.store-category-tile span {
  color: #a5f3fc;
  font-size: 13px;
  font-weight: 900;
}

.store-category-tile strong {
  font-size: 16px;
  line-height: 1.25;
}

.store-assist-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: clamp(30px, 5vw, 58px) 0;
}

.store-assist-grid article {
  min-height: 170px;
  padding: 20px;
}

.store-assist-grid span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #0f766e;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  font-weight: 900;
}

.store-assist-grid h3 {
  margin: 0 0 8px;
  font-size: 19px;
}

.store-project-band--catalog .store-step-grid a {
  color: #f8fafc;
  text-decoration: none;
}

.store-resource-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.15fr) repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: clamp(30px, 5vw, 58px) 0;
  padding: clamp(18px, 3vw, 24px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(236, 254, 255, 0.72)),
    url("../img/bg-catalog-panel.svg") center / cover no-repeat;
}

.store-resource-grid > a {
  display: grid;
  align-content: space-between;
  min-height: 150px;
  padding: 18px;
  color: var(--store-ink);
  text-decoration: none;
}

.store-resource-grid > a span {
  color: #0f766e;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.store-resource-grid > a strong {
  align-self: end;
  font-size: 17px;
  line-height: 1.3;
}

.store-electronics .store-category-grid {
  gap: 18px;
}

.store-electronics .store-category-grid .wp-block-column {
  --card-accent: var(--store-accent);
  position: relative;
  overflow: hidden;
  min-height: 208px;
  padding: 24px;
  border: 1px solid rgba(34, 211, 238, 0.16);
  border-radius: var(--store-radius);
  background:
    linear-gradient(135deg, rgba(6, 17, 29, 0.97), rgba(10, 31, 42, 0.9)),
    var(--store-deep);
  box-shadow: 0 18px 42px rgba(6, 17, 29, 0.16);
  color: #f8fafc;
}

.store-electronics .store-category-grid .wp-block-column::after {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  width: 78%;
  height: 72%;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  opacity: 0.42;
  mix-blend-mode: screen;
  transform: translate(16%, 18%);
  transition: opacity 180ms ease, transform 180ms ease;
}

.store-electronics .store-category-grid .wp-block-column::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--card-accent);
  box-shadow: 0 0 20px var(--card-accent);
  opacity: 0.9;
}

.store-electronics .store-category-grid .wp-block-column:hover::after {
  opacity: 0.62;
  transform: translate(10%, 12%);
}

.store-electronics .store-category-grid h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  font-size: 20px;
}

.store-electronics .store-category-grid p {
  position: relative;
  z-index: 1;
  max-width: 76%;
  color: #c5d3e3;
}

.store-electronics .store-category-grid a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 12px;
  color: #67e8f9;
  font-weight: 800;
  text-decoration: none;
}

.store-card--controllers {
  --card-accent: #22d3ee;
}

.store-card--sensors {
  --card-accent: #2dd4bf;
}

.store-card--power {
  --card-accent: #f59e0b;
}

.store-card--displays {
  --card-accent: #a78bfa;
}

.store-card--prototyping {
  --card-accent: #a3e635;
}

.store-card--components {
  --card-accent: #38bdf8;
}

.store-card--controllers::after,
.store-electronics .store-category-grid .wp-block-column:nth-child(1)::after {
  background-image: url("../img/bg-controllers.svg");
}

.store-card--sensors::after,
.store-electronics .store-category-grid .wp-block-column:nth-child(2)::after {
  background-image: url("../img/bg-sensors.svg");
}

.store-card--power::after,
.store-electronics .store-category-grid .wp-block-column:nth-child(3)::after {
  background-image: url("../img/bg-power.svg");
}

.store-card--displays::after,
.store-electronics .store-category-grid .wp-block-column:nth-child(4)::after {
  background-image: url("../img/bg-displays.svg");
}

.store-card--prototyping::after,
.store-electronics .store-category-grid .wp-block-column:nth-child(5)::after {
  background-image: url("../img/bg-prototyping.svg");
}

.store-card--components::after,
.store-electronics .store-category-grid .wp-block-column:nth-child(6)::after {
  background-image: url("../img/bg-components.svg");
}

.store-electronics .store-category-grid .wp-block-column.store-card--controllers::after {
  background-image: url("../img/bg-controllers.svg");
}

.store-electronics .store-category-grid .wp-block-column.store-card--sensors::after {
  background-image: url("../img/bg-sensors.svg");
}

.store-electronics .store-category-grid .wp-block-column.store-card--power::after {
  background-image: url("../img/bg-power.svg");
}

.store-electronics .store-category-grid .wp-block-column.store-card--displays::after {
  background-image: url("../img/bg-displays.svg");
}

.store-electronics .store-category-grid .wp-block-column.store-card--prototyping::after {
  background-image: url("../img/bg-prototyping.svg");
}

.store-electronics .store-category-grid .wp-block-column.store-card--components::after {
  background-image: url("../img/bg-components.svg");
}

.store-visual-band,
.store-project-band {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin: clamp(34px, 5vw, 64px) calc(50% - 50vw);
  padding: clamp(28px, 5vw, 54px) max(20px, calc((100vw - var(--theme-normal-container-max-width, 1290px)) / 2 + 20px));
  border: 1px solid var(--store-line);
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(6, 17, 29, 0.94), rgba(6, 17, 29, 0.78)),
    url("../img/bg-catalog-panel.svg") center / cover no-repeat;
  color: #f8fafc;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
}

.store-project-band::after {
  content: "";
  position: absolute;
  inset: 20px 24px 20px auto;
  width: min(34vw, 360px);
  background: url("../img/bg-components.svg") center / cover no-repeat;
  opacity: 0.34;
  mix-blend-mode: screen;
  pointer-events: none;
}

.store-project-band > * {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.store-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.store-step-grid .wp-block-column {
  min-height: 118px;
  padding: 16px;
  border: 1px solid rgba(34, 211, 238, 0.18);
  border-radius: var(--store-radius);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

.store-step-grid p,
.store-visual-band p,
.store-project-band p {
  color: #c7d7e8;
}

.store-step-grid h3 {
  margin-bottom: 4px;
  font-size: 17px;
}

.store-electronics .products {
  align-items: stretch;
}

.store-electronics .woocommerce ul.products li.product,
.store-electronics .ct-woo-card {
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius);
  background: var(--store-panel);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.store-electronics .woocommerce ul.products li.product:hover,
.store-electronics .ct-woo-card:hover {
  border-color: rgba(3, 105, 161, 0.35);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
  transform: translateY(-2px);
}

.store-product-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 28px;
  margin: 8px 0 4px;
}

.store-product-chips span,
.store-quick-specs dd {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  border: 1px solid rgba(3, 105, 161, 0.18);
  border-radius: 999px;
  background: rgba(3, 105, 161, 0.07);
  color: #075985;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.store-product-purpose,
.store-product-sku {
  margin: 6px 0 0;
  color: var(--store-muted);
  font-size: 13px;
  line-height: 1.35;
}

.store-product-sku {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
}

.store-catalog-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 0 0 24px;
  padding: 18px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(236, 254, 255, 0.78)),
    url("../img/bg-catalog-panel.svg") center / cover no-repeat,
    var(--store-panel);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.store-catalog-intro h2 {
  margin: 0 0 5px;
  font-size: 20px;
}

.store-catalog-intro p {
  max-width: 680px;
  margin: 0;
  color: var(--store-muted);
}

.store-catalog-intro nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.store-catalog-intro a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(2, 132, 199, 0.28);
  border-radius: var(--store-radius);
  background: rgba(2, 132, 199, 0.09);
  color: #075985;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.store-catalog-empty {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.74)),
    url("../img/bg-components.svg") right center / 46% auto no-repeat,
    var(--store-panel);
  box-shadow: var(--store-shadow);
}

.store-catalog-empty h2 {
  margin: 0 0 8px;
  font-size: 22px;
}

.store-catalog-empty p {
  max-width: 680px;
  margin: 0 0 16px;
  color: var(--store-muted);
  line-height: 1.55;
}

.store-quick-specs {
  display: grid;
  gap: 10px;
  margin: 18px 0;
  padding: 14px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius);
  background: var(--store-panel);
}

.store-quick-specs div {
  display: grid;
  grid-template-columns: minmax(96px, 140px) 1fr;
  gap: 10px;
  align-items: start;
}

.store-quick-specs dt {
  color: var(--store-muted);
  font-size: 13px;
}

.store-quick-specs dd {
  justify-self: start;
  margin: 0;
}

.store-product-notices,
.store-product-readiness {
  margin: 18px 0;
  padding: 16px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius);
  background: var(--store-panel);
}

.store-product-notices h2,
.store-product-readiness h2 {
  margin: 0 0 12px;
  font-size: 18px;
}

.store-product-notice {
  padding: 12px;
  border-left: 4px solid var(--store-accent);
  background: #f8fafc;
}

.store-product-notice + .store-product-notice {
  margin-top: 10px;
}

.store-product-notice strong {
  display: block;
  margin-bottom: 4px;
}

.store-product-notice p,
.store-product-readiness p {
  margin: 0;
  color: var(--store-muted);
  line-height: 1.5;
}

.store-product-notice--mains,
.store-product-notice--battery {
  border-left-color: var(--store-warn);
  background: #fffbeb;
}

.store-product-notice--radio {
  border-left-color: var(--store-accent);
  background: #eff6ff;
}

.store-product-notice--quality,
.store-product-notice--prototype {
  border-left-color: #7c3aed;
  background: #f5f3ff;
}

.store-product-readiness {
  border-color: rgba(180, 83, 9, 0.28);
  background: #fff7ed;
}

.store-product-readiness ul {
  margin: 0 0 10px 18px;
}

.store-product-readiness li {
  margin-bottom: 4px;
}

.store-electronics .woocommerce-Price-amount {
  color: var(--store-ink);
  font-weight: 800;
}

.store-electronics .stock.in-stock {
  color: var(--store-accent-2);
}

.store-electronics .stock.out-of-stock {
  color: var(--store-warn);
}

.store-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.store-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .store-hero-layout,
  .store-market-grid,
  .store-resource-grid {
    grid-template-columns: 1fr;
  }

  .store-hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 768px) {
  body.store-electronics {
    overflow-x: hidden;
  }

  .store-electronics .store-hero {
    min-height: auto;
    width: 100%;
    max-width: 100vw;
    padding: 42px 20px;
    background:
      linear-gradient(180deg, rgba(6, 17, 29, 0.94) 0%, rgba(6, 17, 29, 0.82) 64%, rgba(6, 17, 29, 0.5) 100%),
      url("../img/bg-hero-future.svg") center / cover no-repeat;
  }

  .store-electronics .store-hero::after {
    inset: auto -68px -42px auto;
    width: 260px;
    height: 260px;
    opacity: 0.28;
  }

  .store-electronics .store-hero p {
    font-size: 16px;
  }

  .store-home-kicker,
  .store-section-kicker {
    font-size: 11px;
    line-height: 1.2;
  }

  .store-electronics .store-hero h1 {
    font-size: clamp(31px, 9vw, 38px);
    line-height: 1.08;
  }

  .store-electronics .store-hero-copy,
  .store-electronics .store-hero-search,
  .store-electronics .store-hero-layout,
  .store-electronics .store-hero-tools {
    width: 100%;
    max-width: calc(100vw - 40px);
  }

  .store-electronics .store-hero > *,
  .store-electronics .store-hero--catalog > * {
    width: 100%;
    max-width: calc(100vw - 40px);
  }

  .store-hero-layout,
  .store-market-grid,
  .store-mini-category-grid,
  .store-assist-grid,
  .store-resource-grid,
  .store-hero-metrics {
    grid-template-columns: 1fr;
  }

  .store-hero-metrics {
    display: none;
  }

  .store-hero-search {
    margin-top: 24px;
    padding: 8px;
  }

  .store-hero-search__label {
    font-size: 12px;
    line-height: 1.25;
  }

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

  .store-hero-search input[type="search"],
  .store-hero-search button {
    min-height: 52px;
    font-size: 16px;
  }

  .store-hero-search button {
    width: 100%;
  }

  .store-hero-tools a {
    min-height: 38px;
    font-size: 13px;
  }

  .store-product-list,
  .store-featured-categories,
  .store-assist-grid article,
  .store-resource-grid {
    padding: 18px;
  }

  .store-product-list a {
    min-height: 40px;
    font-size: 13px;
  }

  .store-category-tile,
  .store-assist-grid article,
  .store-resource-grid > a {
    min-height: 132px;
  }

  .store-electronics .store-category-grid .wp-block-column {
    min-height: 190px;
  }

  .store-electronics .store-category-grid p {
    max-width: 86%;
  }

  .store-project-band::after {
    inset: auto -70px -50px auto;
    width: 270px;
    height: 190px;
  }

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

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

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

  .store-quick-specs div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .store-electronics *,
  .store-electronics *::before,
  .store-electronics *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .store-reveal {
    opacity: 1;
    transform: none;
  }
}
