:root {
  --store-ink: #08213f;
  --store-ink-soft: #42556e;
  --store-navy: #062a4f;
  --store-navy-strong: #041d38;
  --store-blue: #1769aa;
  --store-green: #0b7a55;
  --store-green-soft: #eaf8f1;
  --store-yellow: #f5b91f;
  --store-yellow-soft: #fff8df;
  --store-red: #b42318;
  --store-canvas: #f5f7f9;
  --store-surface: #ffffff;
  --store-line: #d7dee6;
  --store-line-soft: #e9edf1;
  --store-shadow: 0 8px 24px rgba(8, 33, 63, 0.08);
  --store-radius: 8px;
}

.store-contact-page {
  min-height: 68vh;
  background: var(--store-canvas);
}

.store-contact-hero {
  border-bottom: 1px solid var(--store-line);
  padding: 34px 0 30px;
  background: #ffffff;
}

.store-contact-hero .category-breadcrumbs {
  margin: 0 0 24px;
}

.store-contact-hero h1 {
  max-width: 760px;
  margin: 5px 0 10px;
  color: var(--store-ink);
  font-family: Sora, Manrope, sans-serif;
  font-size: 2.5rem;
  line-height: 1.15;
}

.store-contact-hero > .container > p:last-child {
  max-width: 760px;
  margin: 0;
  color: var(--store-ink-soft);
  line-height: 1.6;
}

.store-contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.36fr) minmax(0, 0.64fr);
  gap: 20px;
  align-items: start;
  padding-top: 28px;
  padding-bottom: 64px;
}

.store-contact-summary,
.store-contact-form-panel {
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: #ffffff;
}

.store-contact-summary {
  padding: 24px;
}

.store-contact-summary h2,
.store-contact-form-head h2 {
  margin: 5px 0 8px;
  color: var(--store-ink);
  font-family: Sora, Manrope, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}

.store-contact-summary > p:not(.eyebrow),
.store-contact-form-head > p:not(.eyebrow) {
  margin: 0;
  color: var(--store-ink-soft);
  font-size: 0.86rem;
  line-height: 1.55;
}

.store-contact-context {
  margin: 22px 0 0;
  border-left: 3px solid var(--store-green);
  padding: 12px 14px;
  background: var(--store-green-soft);
}

.store-contact-context span,
.store-contact-context strong,
.store-contact-context small {
  display: block;
}

.store-contact-context span {
  color: var(--store-ink-soft);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.store-contact-context strong {
  margin-top: 4px;
  overflow-wrap: anywhere;
  color: var(--store-ink);
  font-size: 0.88rem;
  line-height: 1.4;
}

.store-contact-context small {
  margin-top: 3px;
  color: var(--store-ink-soft);
}

.store-contact-details {
  margin: 22px 0 0;
}

.store-contact-details > div {
  border-top: 1px solid var(--store-line-soft);
  padding: 13px 0;
}

.store-contact-details dt {
  color: var(--store-ink-soft);
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
}

.store-contact-details dd {
  margin: 4px 0 0;
  color: var(--store-ink);
  font-size: 0.84rem;
  font-weight: 700;
}

.store-contact-details a {
  color: var(--store-navy);
}

.store-contact-form-panel {
  padding: 24px;
}

.store-contact-form-head {
  margin-bottom: 20px;
}

.store-contact-form .quote-form-grid {
  gap: 15px;
}

.store-contact-consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--store-ink-soft);
  font-size: 0.76rem;
  line-height: 1.5;
}

.store-contact-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--store-green);
}

.store-contact-consent a {
  color: var(--store-navy);
  font-weight: 700;
}

.store-contact-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.store-contact-actions {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.store-contact-actions .btn {
  min-width: 180px;
}

.store-contact-status {
  min-height: 42px;
  margin-top: 16px;
  border: 1px solid var(--store-line);
  border-radius: 6px;
  padding: 11px 13px;
  color: var(--store-ink-soft);
  background: var(--store-canvas);
  font-size: 0.78rem;
  line-height: 1.45;
}

.store-contact-status.is-loading {
  border-color: #b8d0e2;
  color: var(--store-navy);
  background: #eef6fb;
}

.store-contact-status.is-success {
  border-color: #9fd9c1;
  color: #087553;
  background: #eefaf5;
}

.store-contact-status.is-error {
  border-color: #efb4b4;
  color: #a91f2f;
  background: #fff4f4;
}

.detail-assistance-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--store-navy);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 820px) {
  .store-contact-hero {
    padding: 24px 0 22px;
  }

  .store-contact-hero .category-breadcrumbs {
    margin-bottom: 16px;
  }

  .store-contact-hero h1 {
    font-size: 2rem;
  }

  .store-contact-layout {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 18px;
    padding-bottom: 42px;
  }

  .store-contact-summary,
  .store-contact-form-panel {
    padding: 18px;
  }

  .store-contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .store-contact-actions .btn {
    width: 100%;
    min-width: 0;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 152px;
}

body {
  color: var(--store-ink);
  background: var(--store-canvas);
  font-family: Manrope, Arial, sans-serif;
}

body * {
  letter-spacing: 0;
}

body::before,
.aurora {
  display: none !important;
}

.container {
  width: min(100% - 40px, 1360px);
}

.reveal,
.reveal.show {
  opacity: 1;
  transform: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.store-utility-bar {
  min-height: 30px;
  color: #ffffff;
  background: var(--store-navy-strong);
  font-size: 0.75rem;
}

.store-utility-inner {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.store-utility-inner p {
  margin: 0;
}

.store-utility-inner a {
  color: #ffffff;
  text-decoration: none;
}

.store-utility-inner a:hover {
  text-decoration: underline;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid var(--store-line);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 2px 12px rgba(8, 33, 63, 0.06);
  backdrop-filter: none;
}

.site-header .store-header-main {
  min-height: 78px;
  display: grid;
  grid-template-columns: minmax(210px, 0.75fr) minmax(340px, 1.6fr) minmax(250px, 0.8fr);
  align-items: center;
  gap: 26px;
}

.brand.store-brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--store-ink);
  text-decoration: none;
}

.store-brand img {
  width: 46px;
  height: 42px;
  object-fit: cover;
  object-position: left center;
  border-radius: 50%;
  flex: 0 0 auto;
}

.store-brand-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.store-brand-copy strong {
  font-family: Sora, Manrope, sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
  white-space: nowrap;
}

.store-brand-copy small {
  margin-top: 5px;
  color: var(--store-ink-soft);
  font-size: 0.72rem;
  font-weight: 700;
}

.header-search {
  min-width: 0;
  height: 44px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  border: 1px solid #aebbc8;
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff;
}

.header-search:focus-within {
  border-color: var(--store-blue);
  box-shadow: 0 0 0 3px rgba(23, 105, 170, 0.15);
}

.header-search input {
  min-width: 0;
  height: 42px;
  border: 0;
  outline: 0;
  padding: 0 14px;
  color: var(--store-ink);
  background: transparent;
  font: inherit;
}

.header-search button {
  min-width: 84px;
  height: 44px;
  border: 0;
  border-radius: 0;
  padding: 0 16px;
  color: #ffffff;
  background: var(--store-navy);
  font: 800 0.82rem Manrope, sans-serif;
  cursor: pointer;
}

.header-search button:hover {
  background: var(--store-blue);
}

.store-header-actions {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 8px;
}

.store-header-action,
.site-header .cart-link {
  min-width: 108px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--store-line);
  border-radius: 6px;
  padding: 7px 11px;
  color: var(--store-ink);
  background: #ffffff;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 800;
}

.store-header-action:hover,
.site-header .cart-link:hover {
  border-color: var(--store-blue);
  color: var(--store-blue);
}

.cart-count {
  min-width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--store-navy-strong);
  background: var(--store-yellow);
  font-size: 0.72rem;
  font-weight: 900;
}

.store-category-shell {
  color: #ffffff;
  background: var(--store-navy);
}

.store-category-nav {
  min-height: 43px;
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.store-category-nav::-webkit-scrollbar {
  display: none;
}

.store-category-nav a {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 0 17px;
  border-radius: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
}

.store-category-nav a:first-child {
  border-left: 0;
  background: rgba(255, 255, 255, 0.1);
}

.store-category-nav a:hover,
.store-category-nav a[aria-current="page"] {
  color: var(--store-navy-strong);
  background: var(--store-yellow);
}

.store-intro {
  padding: 34px 0 28px;
  border-bottom: 1px solid var(--store-line-soft);
  background: #ffffff;
}

.store-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(330px, 0.7fr);
  align-items: end;
  gap: 40px;
}

.store-intro .eyebrow,
.store-section .eyebrow,
.catalog-heading .eyebrow {
  margin: 0 0 8px;
  color: var(--store-green);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.store-intro h1 {
  max-width: 770px;
  margin: 0;
  color: var(--store-ink);
  font-family: Sora, Manrope, sans-serif;
  font-size: clamp(2rem, 3.3vw, 2.8rem);
  line-height: 1.12;
}

.store-intro .lead {
  max-width: 760px;
  margin: 13px 0 0;
  color: var(--store-ink-soft);
  font-size: 1rem;
  line-height: 1.65;
}

.store-intro-actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 9px;
}

.btn,
button.btn,
a.btn {
  min-height: 42px;
  border-radius: 6px;
  padding: 0 17px;
  box-shadow: none;
  font-weight: 800;
}

.btn:not(.btn-ghost) {
  border-color: var(--store-navy);
  color: #ffffff;
  background: var(--store-navy);
}

.btn:not(.btn-ghost):hover {
  border-color: var(--store-blue);
  background: var(--store-blue);
  transform: none;
}

.btn.btn-ghost {
  border-color: #aebbc8;
  color: var(--store-ink);
  background: #ffffff;
}

.btn.btn-ghost:hover {
  border-color: var(--store-blue);
  color: var(--store-blue);
  background: #ffffff;
}

.store-categories {
  padding: 24px 0 28px;
  background: #ffffff;
}

.store-section-head,
.market-section-head {
  margin-bottom: 16px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.store-section-head h2,
.market-section-head h2,
.catalog-heading h2,
.store-benefits h2 {
  margin: 0;
  color: var(--store-ink);
  font-family: Sora, Manrope, sans-serif;
  font-size: 1.45rem;
  line-height: 1.25;
}

.store-section-head a,
.market-section-head a {
  color: var(--store-blue);
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
}

.commerce-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.commerce-category {
  min-width: 0;
  min-height: 132px;
  display: grid;
  grid-template-rows: 78px auto;
  align-items: center;
  gap: 4px;
  border: 1px solid var(--store-line);
  border-radius: 7px;
  padding: 10px;
  color: var(--store-ink);
  background: #ffffff;
  text-align: center;
  text-decoration: none;
}

.commerce-category:hover {
  border-color: var(--store-blue);
  box-shadow: var(--store-shadow);
}

.commerce-category img {
  width: 100%;
  height: 78px;
  object-fit: contain;
}

.commerce-category strong {
  min-width: 0;
  font-size: 0.8rem;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.market-section {
  padding: 30px 0 34px;
  background: var(--store-canvas);
}

.market-shell {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.market-shelf {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-columns: auto;
  gap: 12px;
  overflow: visible;
}

.market-card,
.vde-card.catalog-row,
.category-product-card {
  min-width: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--store-line);
  border-radius: 7px;
  overflow: hidden;
  color: var(--store-ink);
  background: #ffffff;
  box-shadow: none;
  cursor: pointer;
}

.market-card:hover,
.vde-card.catalog-row:hover,
.category-product-card:hover {
  border-color: #9eb1c3;
  box-shadow: var(--store-shadow);
  transform: none;
}

.market-card .vde-media,
.vde-card.catalog-row .vde-media,
.category-product-media {
  width: 100%;
  height: 190px;
  flex: 0 0 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-bottom: 1px solid var(--store-line-soft);
  border-radius: 0;
  padding: 16px;
  background: #ffffff;
}

.market-card .vde-media img,
.vde-card.catalog-row .vde-media img,
.category-product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.market-card .vde-media--placeholder,
.vde-card.catalog-row .vde-media--placeholder,
.category-product-media--placeholder {
  color: var(--store-ink-soft);
  background: #f1f4f7;
}

.market-card-body,
.vde-card.catalog-row > :not(.vde-media):not(.vde-actions),
.category-product-body {
  margin-left: 14px;
  margin-right: 14px;
}

.market-card-body {
  flex: 1 1 auto;
  padding: 14px 0 8px;
}

.market-card-body > span,
.vde-category,
.category-product-category {
  display: block;
  margin-bottom: 7px;
  color: var(--store-blue);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.market-card h3,
.vde-title,
.category-product-card h2 {
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.42;
}

.market-card h3 a,
.vde-title a,
.category-product-card h2 a {
  color: var(--store-ink);
  text-decoration: none;
}

.market-card-body p,
.vde-price,
.category-product-price {
  margin-top: 11px;
  color: var(--store-ink);
  font-size: 1.02rem;
  font-weight: 900;
}

.market-card-body small,
.vde-note,
.vde-price-note,
.vde-meta,
.category-product-meta {
  color: var(--store-ink-soft);
  font-size: 0.73rem;
  line-height: 1.4;
}

.market-card > .btn {
  width: calc(100% - 28px);
  margin: 8px 14px 14px;
}

.section-category {
  padding: 42px 0 54px;
  background: #ffffff;
}

.category-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.catalog-sidebar {
  position: sticky;
  top: 166px;
  display: block;
}

.catalog-sidebar .sidebar-card {
  margin: 0;
  border: 1px solid var(--store-line);
  border-radius: 7px;
  padding: 18px;
  background: #ffffff;
  box-shadow: none;
}

.catalog-sidebar .sidebar-card + .sidebar-card {
  display: none;
}

.catalog-sidebar h3 {
  margin: 0 0 15px;
  font-size: 1rem;
}

.store-search--sidebar input,
.filter-field select,
.filter-range input,
.toolbar-select select {
  border: 1px solid #b7c3cf;
  border-radius: 5px;
  color: var(--store-ink);
  background: #ffffff;
}

.equipment-filters--sidebar {
  display: grid;
  gap: 3px;
  margin: 13px 0;
}

.equipment-filters--sidebar button {
  width: 100%;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 4px;
  padding: 8px 10px;
  color: var(--store-ink);
  background: transparent;
  text-align: left;
  font: 700 0.78rem Manrope, sans-serif;
  cursor: pointer;
}

.equipment-filters--sidebar button:hover,
.equipment-filters--sidebar button.active {
  color: var(--store-green);
  background: var(--store-green-soft);
}

.catalog-main {
  min-width: 0;
}

.catalog-heading {
  margin-bottom: 16px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.catalog-heading .section-intro {
  max-width: 760px;
  margin: 8px 0 0;
  color: var(--store-ink-soft);
}

.catalog-command-bar {
  min-height: 52px;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--store-line);
  border-radius: 6px;
  padding: 9px 12px;
  color: var(--store-ink);
  background: #f8fafb;
}

.catalog-command-bar strong {
  font-size: 0.83rem;
}

.catalog-command-bar span {
  color: var(--store-ink-soft);
  font-size: 0.76rem;
}

.category-summary-grid {
  display: none;
}

.catalog-toolbar {
  min-height: 54px;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border: 0;
  padding: 0;
  background: transparent;
}

.toolbar-actions {
  display: flex;
  align-items: end;
  gap: 10px;
}

.toolbar-select {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--store-ink-soft);
  font-size: 0.74rem;
  font-weight: 800;
}

.vde-grid.catalog-table {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.catalog-table-head {
  display: none !important;
}

.vde-card.catalog-row {
  grid-template-columns: none;
  gap: 0;
  padding: 0;
}

.vde-card.catalog-row .vde-topline {
  min-height: 23px;
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.vde-doc-chip {
  flex: 0 0 auto;
  color: var(--store-green);
  font-size: 0.65rem;
  font-weight: 800;
}

.vde-card.catalog-row .vde-title {
  min-height: 2.8em;
  margin-top: 2px;
}

.vde-card.catalog-row .vde-meta {
  min-height: 2.1em;
  margin-top: 8px;
}

.vde-card.catalog-row .vde-price {
  margin-bottom: 0;
}

.vde-actions {
  width: auto;
  margin: auto 14px 14px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 7px;
  padding-top: 13px;
}

.vde-actions .btn {
  width: 100%;
  min-width: 0;
  padding: 0 9px;
  font-size: 0.72rem;
}

.catalog-load-more {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  padding: 22px 0 0;
}

.catalog-load-more .btn {
  min-width: 240px;
}

.store-benefits {
  padding: 34px 0;
  border-top: 1px solid var(--store-line);
  background: #ffffff;
}

.store-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--store-line);
  border-radius: 7px;
  overflow: hidden;
}

.store-benefit {
  min-height: 88px;
  padding: 18px;
  border-left: 1px solid var(--store-line);
}

.store-benefit:first-child {
  border-left: 0;
}

.store-benefit strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.83rem;
}

.store-benefit p {
  margin: 0;
  color: var(--store-ink-soft);
  font-size: 0.73rem;
  line-height: 1.45;
}

.site-footer {
  color: #dce6ef;
  background: var(--store-navy-strong);
}

.site-footer a,
.site-footer .call-link {
  color: #ffffff;
}

.site-footer .footer-title,
.site-footer .footer-heading {
  color: #ffffff;
}

.site-footer .footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.detail-page,
.category-page,
.cart-page,
.pump-page {
  min-height: 60vh;
  background: var(--store-canvas);
}

.storefront-cart .cart-hero {
  padding: 28px 0 22px;
  border-bottom: 1px solid var(--store-line);
  background: #ffffff;
}

.storefront-cart .cart-hero-grid {
  display: block;
}

.storefront-cart .cart-hero-copy {
  max-width: none;
}

.storefront-cart .cart-hero-copy h1 {
  margin: 0;
  font-family: Sora, Manrope, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}

.storefront-cart .cart-hero-copy .section-intro {
  max-width: 820px;
  margin: 8px 0 0;
  color: var(--store-ink-soft);
  line-height: 1.55;
}

.storefront-cart .cart-flow {
  margin-top: 16px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.storefront-cart .cart-flow span {
  min-width: 132px;
  min-height: 42px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--store-line);
  border-radius: 6px;
  padding: 6px 10px;
  background: #ffffff;
  font-size: 0.75rem;
}

.storefront-cart .cart-flow strong {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--store-green);
}

.storefront-cart .cart-workspace {
  padding-top: 28px;
}

.storefront-pumping .catalog-hero-v2 {
  min-height: 0;
  padding: 32px 0 26px;
  border-bottom: 1px solid var(--store-line);
  background: #ffffff;
}

.storefront-pumping .catalog-hero-v2 .category-masthead-grid {
  display: block;
}

.storefront-pumping .catalog-hero-v2 .category-copy {
  max-width: 860px;
}

.storefront-pumping .catalog-hero-v2 h1 {
  max-width: 700px;
  margin: 0;
  font-size: 2.25rem;
  line-height: 1.14;
}

.storefront-pumping .catalog-hero-v2 .lead {
  max-width: 760px;
  margin: 12px 0 0;
  color: var(--store-ink-soft);
}

.storefront-pumping .catalog-hero-v2 .hero-cta {
  margin-top: 18px;
}

.pump-kit-links {
  margin: 14px 0;
  border-top: 1px solid var(--store-line);
  border-bottom: 1px solid var(--store-line);
  padding: 13px 0;
}

.pump-kit-links p {
  margin: 0 0 8px;
  color: var(--store-ink-soft);
  font-size: 0.72rem;
  font-weight: 800;
}

.pump-kit-links div {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: thin;
}

.pump-kit-links a {
  min-height: 34px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--store-line);
  border-radius: 5px;
  padding: 6px 10px;
  color: var(--store-blue);
  background: #ffffff;
  font-size: 0.7rem;
  font-weight: 800;
  text-decoration: none;
}

.pump-kit-links a:hover {
  border-color: var(--store-green);
  color: var(--store-green);
}

.cart-logistics-note {
  margin: 0 0 14px;
  border-left: 3px solid var(--store-yellow);
  padding: 9px 11px;
  color: var(--store-ink-soft);
  background: var(--store-yellow-soft);
  font-size: 0.73rem;
  line-height: 1.45;
}

.detail-shell,
.category-shell {
  padding-top: 34px;
  padding-bottom: 54px;
}

.detail-back,
.category-breadcrumbs {
  color: var(--store-blue);
  font-size: 0.8rem;
  font-weight: 800;
}

.detail-layout,
.detail-panel,
.category-heading-panel {
  border: 1px solid var(--store-line);
  border-radius: 7px;
  background: #ffffff;
  box-shadow: none;
}

.detail-layout {
  overflow: hidden;
}

.detail-image {
  background: #ffffff;
}

.detail-info-pane h1,
.category-heading-panel h1 {
  color: var(--store-ink);
  font-family: Sora, Manrope, sans-serif;
  line-height: 1.2;
}

.category-heading-panel {
  margin-top: 14px;
  padding: 16px 0 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.category-heading-panel h1 {
  margin: 0;
  font-size: 2rem;
}

.category-heading-panel p {
  max-width: 780px;
  margin: 10px 0 0;
  color: var(--store-ink-soft);
  line-height: 1.6;
}

.category-index-nav {
  margin: 18px 0 24px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.category-index-nav a {
  flex: 0 0 auto;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--store-line);
  border-radius: 5px;
  padding: 0 12px;
  color: var(--store-ink);
  background: #ffffff;
  font-size: 0.74rem;
  font-weight: 800;
  text-decoration: none;
}

.category-breadcrumbs a {
  display: inline !important;
}

.category-index-nav a[aria-current="page"],
.category-index-nav a:hover {
  border-color: var(--store-green);
  color: var(--store-green);
  background: var(--store-green-soft);
}

.category-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.category-product-body {
  flex: 1 1 auto;
  padding: 14px 0;
}

.category-product-card h2 {
  min-height: 2.8em;
}

.category-product-actions {
  margin: auto 14px 14px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
}

.category-product-actions .btn {
  width: 100%;
}

.category-pagination {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
}

.category-pagination a,
.category-pagination span {
  min-width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--store-line);
  border-radius: 5px;
  padding: 0 10px;
  color: var(--store-ink);
  background: #ffffff;
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: none;
}

.category-pagination span[aria-current="page"] {
  border-color: var(--store-navy);
  color: #ffffff;
  background: var(--store-navy);
}

.category-guide {
  max-width: 920px;
  margin: 30px auto 0;
  border-top: 1px solid var(--store-line);
  padding: 24px 0 0;
}

.category-guide h2 {
  margin: 4px 0 10px;
  color: var(--store-ink);
  font-family: Sora, Manrope, sans-serif;
  font-size: 1.3rem;
}

.category-guide p {
  margin: 8px 0 0;
  color: var(--store-ink-soft);
  line-height: 1.65;
}

.detail-guidance-list,
.detail-related-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-guidance-list {
  display: grid;
  gap: 10px;
}

.detail-guidance-list li {
  position: relative;
  padding-left: 19px;
  color: var(--store-ink-soft);
  line-height: 1.55;
}

.detail-guidance-list li::before {
  position: absolute;
  top: 0.62em;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--store-green);
  content: "";
}

.detail-policy-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--store-blue);
  font-size: 0.8rem;
  font-weight: 800;
}

.detail-related-list {
  display: grid;
  gap: 7px;
}

.detail-related-list a {
  display: grid;
  gap: 3px;
  border: 1px solid var(--store-line-soft);
  border-radius: 5px;
  padding: 10px 11px;
  color: var(--store-ink);
  background: #fbfcfd;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
}

.detail-related-list a:hover {
  border-color: var(--store-green);
  background: var(--store-green-soft);
}

.detail-related-list small {
  color: var(--store-ink-soft);
  font-size: 0.68rem;
  font-weight: 600;
}

.policy-page {
  min-height: 60vh;
  padding: 34px 0 56px;
  background: var(--store-canvas);
}

.policy-shell {
  display: grid;
  gap: 22px;
}

.policy-heading {
  max-width: 900px;
}

.policy-heading h1 {
  max-width: 780px;
  margin: 5px 0 12px;
  color: var(--store-ink);
  font-family: Sora, Manrope, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}

.policy-heading > p:not(.eyebrow) {
  margin: 8px 0 0;
  color: var(--store-ink-soft);
  line-height: 1.65;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--store-line);
  border-radius: 7px;
  overflow: hidden;
  background: #ffffff;
}

.policy-section {
  min-height: 190px;
  padding: 22px;
  border-right: 1px solid var(--store-line);
  border-bottom: 1px solid var(--store-line);
}

.policy-section:nth-child(even) {
  border-right: 0;
}

.policy-section:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.policy-section h2,
.policy-contact h2 {
  margin: 0 0 9px;
  color: var(--store-ink);
  font-family: Sora, Manrope, sans-serif;
  font-size: 1.05rem;
}

.policy-section p,
.policy-contact p,
.policy-privacy {
  margin: 0;
  color: var(--store-ink-soft);
  line-height: 1.65;
}

.policy-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid #b9dcca;
  border-radius: 7px;
  padding: 22px;
  background: var(--store-green-soft);
}

.policy-contact .detail-actions {
  flex: 0 0 auto;
  margin: 0;
}

.policy-privacy a {
  color: var(--store-blue);
  font-weight: 800;
}

.mobile-filter-toggle,
.mobile-filter-apply,
.filter-sheet-backdrop {
  border-radius: 5px;
}

:focus-visible {
  outline: 3px solid rgba(23, 105, 170, 0.35);
  outline-offset: 2px;
}

@media (max-width: 1160px) {
  .site-header .store-header-main {
    grid-template-columns: 205px minmax(280px, 1fr) auto;
    gap: 16px;
  }

  .store-header-action {
    display: none;
  }

  .commerce-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .market-shelf,
  .category-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vde-grid.catalog-table {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 130px;
  }

  .container {
    width: min(100% - 28px, 760px);
  }

  .store-utility-inner {
    justify-content: center;
  }

  .store-utility-inner p:last-child {
    display: none;
  }

  .site-header {
    position: relative;
  }

  .site-header .store-header-main {
    min-height: 116px;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: 56px 46px;
    gap: 7px 12px;
    padding-top: 4px;
    padding-bottom: 7px;
  }

  .store-brand img {
    width: 39px;
    height: 37px;
  }

  .store-brand-copy strong {
    font-size: 1rem;
  }

  .store-brand-copy small {
    font-size: 0.66rem;
  }

  .header-search {
    grid-column: 1 / -1;
    grid-row: 2;
    height: 44px;
  }

  .header-search button {
    min-width: 74px;
  }

  .store-header-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .site-header .cart-link {
    min-width: 84px;
    min-height: 38px;
    padding: 5px 9px;
    font-size: 0.74rem;
  }

  .site-header .cart-link > span:first-child {
    display: inline !important;
  }

  .store-category-shell {
    border-top: 1px solid var(--store-line);
    background: #ffffff;
  }

  .store-category-nav {
    width: 100%;
    min-height: 43px;
    padding: 0 14px;
  }

  .site-header .store-category-nav {
    display: flex !important;
  }

  .store-category-nav a {
    min-height: 43px;
    display: inline-flex !important;
    border: 0;
    border-bottom: 2px solid transparent;
    padding: 0 13px;
    color: var(--store-ink);
  }

  .store-category-nav a:first-child {
    background: transparent;
  }

  .store-category-nav a:hover,
  .store-category-nav a[aria-current="page"] {
    border-bottom-color: var(--store-yellow);
    color: var(--store-blue);
    background: transparent;
  }

  .store-intro {
    padding: 24px 0 20px;
  }

  .store-intro-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .store-intro h1 {
    font-size: 2rem;
  }

  .store-intro .lead {
    font-size: 0.9rem;
  }

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

  .store-categories {
    padding: 20px 0 22px;
    overflow: hidden;
  }

  .commerce-category-grid {
    width: calc(100vw - 14px);
    display: flex;
    gap: 9px;
    overflow-x: auto;
    padding-right: 14px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .commerce-category-grid::-webkit-scrollbar {
    display: none;
  }

  .commerce-category {
    width: 132px;
    min-width: 132px;
    min-height: 118px;
    grid-template-rows: 68px auto;
    scroll-snap-align: start;
  }

  .commerce-category img {
    height: 68px;
  }

  .market-section {
    padding: 24px 0 28px;
    overflow: hidden;
  }

  .market-shelf {
    width: calc(100vw - 14px);
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-right: 14px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .market-shelf::-webkit-scrollbar {
    display: none;
  }

  .market-card {
    width: min(76vw, 280px);
    min-width: min(76vw, 280px);
    scroll-snap-align: start;
  }

  .section-category {
    padding: 34px 0 44px;
  }

  .category-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .catalog-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 120;
    width: min(90vw, 360px);
    display: none;
    overflow-y: auto;
    padding: 14px;
    background: #ffffff;
    box-shadow: -12px 0 32px rgba(8, 33, 63, 0.18);
  }

  body.equipment-filters-open .catalog-sidebar {
    display: block;
  }

  .storefront-pumping .catalog-sidebar {
    position: static;
    width: auto;
    display: block;
    overflow: visible;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .storefront-pumping .catalog-sidebar .sidebar-card {
    border: 1px solid var(--store-line);
    padding: 18px;
  }

  .catalog-sidebar .sidebar-card {
    border: 0;
    padding: 10px;
  }

  .catalog-heading {
    align-items: start;
  }

  .catalog-command-bar {
    position: sticky;
    top: 0;
    z-index: 20;
    background: #ffffff;
  }

  .catalog-command-bar > div:first-child span {
    display: none;
  }

  .mobile-filter-toggle {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--store-navy);
    padding: 0 13px;
    color: #ffffff;
    background: var(--store-navy);
    font-weight: 800;
  }

  .catalog-toolbar {
    justify-content: stretch;
  }

  .toolbar-actions {
    width: 100%;
    justify-content: space-between;
  }

  .vde-grid.catalog-table,
  .category-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .store-benefit:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--store-line);
  }

  .store-benefit:nth-child(4) {
    border-top: 1px solid var(--store-line);
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 22px, 520px);
  }

  .store-intro h1 {
    font-size: 1.65rem;
    line-height: 1.18;
  }

  .storefront-cart .cart-hero {
    padding: 20px 0 16px;
  }

  .storefront-cart .cart-hero-copy h1 {
    font-size: 1.55rem;
  }

  .storefront-cart .cart-hero-copy .section-intro {
    font-size: 0.86rem;
  }

  .storefront-cart .cart-workspace {
    padding-top: 18px;
  }

  .storefront-pumping .catalog-hero-v2 {
    padding: 24px 0 20px;
  }

  .storefront-pumping .catalog-hero-v2 h1 {
    font-size: 1.7rem;
  }

  .storefront-pumping .catalog-hero-v2 .lead {
    font-size: 0.88rem;
    line-height: 1.55;
  }

  .store-intro .lead {
    line-height: 1.55;
  }

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

  .store-intro-actions .btn {
    width: 100%;
    padding: 0 10px;
    font-size: 0.75rem;
  }

  .store-section-head,
  .market-section-head {
    align-items: center;
  }

  .store-section-head h2,
  .market-section-head h2,
  .catalog-heading h2 {
    font-size: 1.16rem;
  }

  .vde-grid.catalog-table,
  .category-product-grid {
    grid-template-columns: 1fr;
  }

  .vde-card.catalog-row {
    min-height: 0;
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    grid-template-rows: auto auto auto auto auto;
    padding: 12px;
  }

  .vde-card.catalog-row .vde-media {
    width: 106px;
    height: 122px;
    grid-column: 1;
    grid-row: 1 / span 4;
    align-self: start;
    border: 0;
    padding: 7px;
  }

  .vde-card.catalog-row > :not(.vde-media):not(.vde-actions) {
    margin-left: 0;
    margin-right: 0;
  }

  .vde-card.catalog-row .vde-topline,
  .vde-card.catalog-row .vde-title,
  .vde-card.catalog-row .vde-meta,
  .vde-card.catalog-row .vde-price,
  .vde-card.catalog-row .vde-price-note,
  .vde-card.catalog-row .vde-note {
    grid-column: 2;
  }

  .vde-card.catalog-row .vde-topline {
    margin-top: 0;
  }

  .vde-card.catalog-row .vde-title,
  .vde-card.catalog-row .vde-meta {
    min-height: 0;
  }

  .vde-actions {
    grid-column: 1 / -1;
    grid-row: 5;
    margin: 12px 0 0;
    padding-top: 0;
  }

  .category-heading-panel {
    padding: 12px 0 8px;
  }

  .category-index-nav a {
    display: inline-flex !important;
  }

  .category-heading-panel h1 {
    font-size: 1.45rem;
  }

  .policy-page {
    padding: 24px 0 42px;
  }

  .policy-heading h1 {
    font-size: 1.55rem;
  }

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

  .policy-section,
  .policy-section:nth-child(even),
  .policy-section:nth-last-child(-n + 2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--store-line);
  }

  .policy-section:last-child {
    border-bottom: 0;
  }

  .policy-contact {
    align-items: stretch;
    flex-direction: column;
  }

  .policy-contact .detail-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

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

  .store-benefit,
  .store-benefit:nth-child(2),
  .store-benefit:nth-child(3),
  .store-benefit:nth-child(4) {
    border-top: 1px solid var(--store-line);
    border-left: 0;
  }

  .store-benefit:first-child {
    border-top: 0;
  }

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Storefront composition 20260722d */
:root {
  --store-canvas: #f4f7f8;
  --store-surface: #ffffff;
  --store-line: #d5dee5;
  --store-line-soft: #e8eef2;
  --store-shadow: 0 14px 34px rgba(8, 33, 63, 0.09);
}

.storefront-home main,
.storefront-product main,
.storefront-category main,
.storefront-cart main {
  min-width: 0;
}

.site-header .store-header-main {
  min-height: 76px;
}

.header-search {
  border-color: #9eb0bf;
  border-radius: 8px;
}

.store-header-action,
.site-header .cart-link {
  border-radius: 8px;
}

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

.store-mobile-category-menu {
  display: none;
}

.store-intro {
  min-height: 388px;
  display: flex;
  align-items: center;
  padding: 42px 0;
  border-bottom: 1px solid var(--store-line);
  background-color: #f9fafb;
  background-image: url("/assets/storefront-hero-20260722.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.store-intro-grid {
  min-height: 300px;
  display: grid;
  grid-template-columns: minmax(0, 0.56fr) minmax(360px, 0.44fr);
  grid-template-rows: auto auto;
  align-content: center;
  align-items: start;
  gap: 24px 36px;
}

.store-intro-copy,
.store-intro-actions {
  grid-column: 1;
}

.store-intro h1 {
  max-width: 720px;
  font-size: clamp(2.25rem, 4vw, 3.45rem);
  line-height: 1.06;
}

.store-intro .lead {
  max-width: 670px;
  margin-top: 16px;
  color: #304760;
  font-size: 1.02rem;
  line-height: 1.6;
}

.store-intro-proof {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  padding: 0;
  color: var(--store-ink);
  list-style: none;
  font-size: 0.78rem;
  font-weight: 800;
}

.store-intro-proof li {
  position: relative;
  padding-left: 17px;
}

.store-intro-proof li::before {
  position: absolute;
  top: 0.46em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--store-green);
  content: "";
}

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

.store-categories {
  padding: 34px 0 38px;
}

.commerce-category-grid {
  gap: 12px;
}

.commerce-category {
  min-height: 150px;
  grid-template-rows: 92px auto;
  border-radius: 8px;
  padding: 12px;
}

.commerce-category img {
  height: 92px;
  transition: transform 180ms ease;
}

.commerce-category:hover img {
  transform: scale(1.04);
}

.commerce-category strong {
  font-size: 0.84rem;
}

.market-section {
  padding: 38px 0 44px;
}

.market-shelf {
  gap: 16px;
}

.market-card,
.vde-card.catalog-row,
.category-product-card {
  border-radius: 8px;
}

.market-card .vde-media,
.vde-card.catalog-row .vde-media,
.category-product-media {
  height: 210px;
  flex-basis: 210px;
  padding: 20px;
  background: #fbfcfd;
}

.market-card h3,
.vde-title,
.category-product-card h2 {
  font-size: 0.94rem;
  line-height: 1.38;
}

.market-card h3,
.category-product-card h2,
.vde-card.catalog-row .vde-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.section-category {
  padding: 50px 0 62px;
}

.storefront-home .category-layout {
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 30px;
}

.storefront-home .catalog-sidebar {
  top: 156px;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}

.storefront-home .catalog-sidebar .sidebar-card {
  border: 1px solid var(--store-line);
  border-radius: 8px;
  padding: 18px;
  background: #ffffff;
}

.storefront-home .catalog-main {
  min-width: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.storefront-home .catalog-heading {
  margin: 0 0 18px;
  border-bottom: 1px solid var(--store-line);
  padding: 0 0 18px;
  background: transparent;
}

.storefront-home .catalog-heading h2 {
  font-size: clamp(1.6rem, 2.4vw, 2rem);
}

.storefront-home .catalog-command-bar,
.storefront-home .catalog-toolbar,
.storefront-home .category-summary-grid {
  margin-inline: 0;
}

.storefront-home .catalog-command-bar {
  margin-bottom: 10px;
  border-radius: 8px;
  background: #ffffff;
}

.storefront-home .catalog-toolbar {
  min-height: 48px;
  margin-bottom: 12px;
}

.storefront-home .vde-grid.catalog-table {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.storefront-home .vde-card.catalog-row {
  border: 1px solid var(--store-line);
  background: #ffffff;
}

.vde-card.catalog-row .vde-title {
  min-height: 3.9em;
}

.vde-card.catalog-row .vde-price {
  margin-top: auto;
  padding-top: 12px;
}

.store-benefits {
  padding: 38px 0;
}

.store-benefit-grid {
  border-radius: 8px;
  background: #ffffff;
}

.detail-shell,
.category-shell {
  padding-top: 30px;
  padding-bottom: 64px;
}

.detail-layout {
  margin-top: 14px;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  gap: 0;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}

.detail-media-pane,
.detail-info-pane {
  border: 0;
  border-radius: 0;
}

.detail-media-pane {
  min-height: 500px;
  border-right: 1px solid var(--store-line);
  padding: 30px;
  background: #fbfcfd;
}

.detail-image {
  min-height: 420px;
  border: 0;
  background: transparent;
}

.detail-image img {
  width: 100%;
  height: 100%;
  max-height: 430px;
  display: block;
  object-fit: contain;
}

.detail-info-pane {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 58px);
}

.detail-info-pane h1 {
  max-width: 760px;
  margin: 8px 0 12px;
  font-size: clamp(2rem, 3.2vw, 3.05rem);
  line-height: 1.08;
}

.detail-price {
  margin: 18px 0 14px;
  font-size: 1.85rem;
}

.detail-price-breakdown {
  margin: -8px 0 14px;
  color: var(--store-ink-soft);
  font-size: 0.78rem;
  line-height: 1.45;
}

.detail-availability {
  width: fit-content;
  margin: -4px 0 14px;
  padding: 5px 9px;
  border: 1px solid var(--store-border);
  border-radius: 6px;
  color: var(--store-ink-soft);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
}

.detail-availability--in-stock {
  border-color: rgba(19, 133, 95, 0.32);
  background: rgba(19, 133, 95, 0.08);
  color: var(--store-green);
}

.detail-availability--out-of-stock {
  border-color: rgba(156, 63, 53, 0.3);
  background: rgba(156, 63, 53, 0.08);
  color: #9c3f35;
}

.detail-copy {
  max-width: 68ch;
  line-height: 1.65;
}

.detail-actions .btn {
  min-width: 150px;
}

.detail-lower {
  margin-top: 16px;
  gap: 16px;
}

.detail-panel {
  border-radius: 8px;
  padding: 22px;
}

.category-heading-panel {
  max-width: 900px;
  padding: 20px 0 14px;
}

.category-heading-panel h1 {
  font-size: clamp(2rem, 3.4vw, 3rem);
}

.category-product-grid {
  gap: 16px;
}

.storefront-cart .cart-hero {
  padding: 34px 0 28px;
}

.storefront-cart .cart-hero-copy h1 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
}

.storefront-cart .cart-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: visible;
}

.storefront-cart .cart-flow span {
  min-width: 0;
}

.cart-layout {
  gap: 18px;
}

.cart-items-panel,
.cart-summary {
  border-radius: 8px;
}

.quote-wrap {
  border: 0;
  border-top: 1px solid var(--store-line);
  border-radius: 0;
  padding: 18px 0 0;
}

@media (max-width: 1160px) {
  .store-intro-grid {
    grid-template-columns: minmax(0, 0.62fr) minmax(300px, 0.38fr);
  }

  .storefront-home .vde-grid.catalog-table {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 166px;
  }

  .site-header {
    position: sticky;
    top: 0;
  }

  .site-header .store-header-main {
    min-height: 108px;
    grid-template-rows: 52px 44px;
  }

  .store-category-shell {
    background: #ffffff;
  }

  .store-mobile-navigation-ready .store-category-shell {
    display: none;
  }

  .store-mobile-navigation-ready .store-mobile-category-menu {
    position: relative;
    display: block;
    border-top: 1px solid var(--store-line);
    background: #ffffff;
  }

  .store-mobile-category-menu summary {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    color: var(--store-ink);
    cursor: pointer;
    font-size: 0.78rem;
    font-weight: 800;
    list-style: none;
  }

  .store-mobile-category-menu summary::-webkit-details-marker {
    display: none;
  }

  .store-mobile-category-menu summary::after {
    font-size: 1rem;
    content: "+";
  }

  .store-mobile-category-menu[open] summary::after {
    content: "−";
  }

  .store-mobile-category-panel {
    position: absolute;
    top: calc(100% + 1px);
    right: 10px;
    left: 10px;
    z-index: 120;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid var(--store-line);
    border-radius: 8px;
    overflow: hidden;
    padding: 1px;
    background: var(--store-line);
    box-shadow: 0 18px 42px rgba(8, 33, 63, 0.18);
  }

  .site-header .store-mobile-category-panel a {
    min-height: 48px;
    display: flex !important;
    align-items: center;
    border-radius: 0;
    padding: 10px 12px;
    color: var(--store-ink);
    background: #ffffff;
    font-size: 0.74rem;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
  }

  .store-mobile-category-panel a[aria-current="page"] {
    color: var(--store-green);
    background: var(--store-green-soft);
  }

  .store-intro {
    min-height: 514px;
    align-items: flex-start;
    padding: 28px 0 224px;
    background-position: 66% calc(100% - 12px);
    background-size: auto 220px;
  }

  .store-intro-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 18px;
  }

  .store-intro-copy,
  .store-intro-actions {
    grid-column: 1;
  }

  .store-intro h1 {
    max-width: 620px;
    font-size: clamp(1.85rem, 7.8vw, 2.45rem);
  }

  .store-intro .lead {
    max-width: 620px;
    font-size: 0.92rem;
  }

  .store-intro-proof {
    margin-top: 15px;
    gap: 7px 14px;
    font-size: 0.72rem;
  }

  .commerce-category-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
    padding: 0;
  }

  .commerce-category {
    width: auto;
    min-width: 0;
    min-height: 132px;
    grid-template-rows: 78px auto;
  }

  .commerce-category img {
    height: 78px;
  }

  .storefront-home .category-layout {
    grid-template-columns: 1fr;
  }

  .storefront-home .catalog-main {
    border: 0;
  }

  .storefront-home .catalog-command-bar {
    position: static;
  }

  .detail-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .detail-media-pane,
  .detail-info-pane {
    min-width: 0;
  }

  .detail-info-pane h1,
  .detail-copy,
  .detail-subtitle {
    overflow-wrap: anywhere;
  }

  .detail-media-pane {
    min-height: 340px;
    border-right: 0;
    border-bottom: 1px solid var(--store-line);
    padding: 18px;
  }

  .detail-image {
    min-height: 300px;
  }

  .detail-image img {
    max-height: 300px;
  }

  .detail-info-pane {
    padding: 28px;
  }

  .detail-info-pane h1 {
    font-size: clamp(1.7rem, 6vw, 2.3rem);
  }

  .detail-lower {
    grid-template-columns: 1fr;
  }

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

  .storefront-cart .cart-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .container {
    width: min(100% - 24px, 560px);
  }

  .store-utility-bar,
  .store-utility-inner {
    min-height: 28px;
  }

  .store-utility-inner {
    justify-content: flex-start;
    font-size: 0.68rem;
  }

  .store-brand-copy small {
    display: none;
  }

  .header-search input {
    padding-inline: 11px;
    font-size: 0.82rem;
  }

  .header-search button {
    min-width: 68px;
    padding-inline: 10px;
    font-size: 0.74rem;
  }

  .store-intro {
    min-height: 500px;
    padding-bottom: 212px;
    background-position: 64% calc(100% - 10px);
    background-size: auto 202px;
  }

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

  .store-intro-actions .btn {
    min-height: 44px;
    font-size: 0.76rem;
  }

  .store-intro-proof li:last-child {
    display: none;
  }

  .store-categories {
    padding: 28px 0 32px;
  }

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

  .commerce-category {
    min-height: 122px;
    grid-template-rows: 72px auto;
  }

  .commerce-category img {
    height: 72px;
  }

  .market-shelf {
    width: calc(100vw - 12px);
  }

  .market-card {
    width: min(80vw, 300px);
    min-width: min(80vw, 300px);
  }

  .section-category {
    padding: 38px 0 48px;
  }

  .storefront-home .catalog-heading {
    padding-bottom: 14px;
  }

  .catalog-command-bar {
    min-height: 50px;
  }

  .toolbar-actions {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .toolbar-select {
    min-width: 0;
  }

  body.storefront-home #equipmentGrid.catalog-table {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .storefront-home .vde-card.catalog-row {
    min-height: 0;
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    grid-template-rows: auto auto auto auto auto;
    padding: 12px;
  }

  .storefront-home .vde-card.catalog-row .vde-media {
    width: 104px;
    height: 142px;
    grid-column: 1;
    grid-row: 1 / span 5;
    align-self: start;
    border: 0;
    padding: 6px;
  }

  .storefront-home .vde-card.catalog-row > :not(.vde-media):not(.vde-actions) {
    grid-column: 2;
    margin-right: 0;
    margin-left: 0;
  }

  .storefront-home .vde-card.catalog-row .vde-topline {
    margin-top: 0;
  }

  .storefront-home .vde-card.catalog-row .vde-title {
    min-height: 0;
    margin-top: 5px;
    font-size: 0.9rem;
    -webkit-line-clamp: 3;
  }

  .storefront-home .vde-card.catalog-row .vde-meta {
    min-height: 0;
    margin-top: 5px;
  }

  .storefront-home .vde-card.catalog-row .vde-price {
    margin-top: 8px;
    padding-top: 0;
  }

  .storefront-home .vde-actions {
    grid-column: 1 / -1;
    grid-row: 6;
    margin: 12px 0 0;
    padding: 0;
  }

  .detail-shell,
  .category-shell {
    padding-top: 20px;
    padding-bottom: 44px;
  }

  .detail-layout {
    margin-top: 10px;
  }

  .detail-media-pane {
    min-height: 200px;
    padding: 12px;
  }

  .detail-image {
    min-height: 176px;
  }

  .detail-image img {
    max-height: 176px;
  }

  .detail-info-pane {
    padding: 18px 18px 22px;
  }

  .detail-info-pane h1 {
    font-size: 1.55rem;
  }

  .detail-price {
    margin: 14px 0 10px;
    font-size: 1.45rem;
  }

  .detail-copy {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 0.86rem;
  }

  .detail-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .detail-actions .btn {
    min-width: 0;
    padding-inline: 10px;
    font-size: 0.76rem;
  }

  .category-heading-panel h1 {
    font-size: 1.75rem;
  }

  .category-product-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .category-product-card {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .category-product-media {
    width: 120px;
    height: 170px;
    grid-row: 1 / span 2;
    padding: 10px;
  }

  .category-product-body {
    margin: 0;
    padding: 14px 12px 8px;
  }

  .category-product-card h2 {
    min-height: 0;
  }

  .category-product-actions {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
    margin: 0;
    border-top: 1px solid var(--store-line-soft);
    padding: 10px 12px 12px;
  }

  .storefront-cart .cart-hero {
    padding: 22px 0 18px;
  }

  .storefront-cart .cart-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .storefront-cart .cart-flow span {
    min-height: 48px;
    padding: 6px 8px;
    font-size: 0.68rem;
  }

  .cart-panel-head,
  .cart-summary-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .cart-panel-head .btn {
    width: 100%;
  }

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

  .quote-field--full {
    grid-column: 1;
  }
}

/* Storefront alignment, footer and pumping calculators 20260727c */

.brand.store-brand {
  min-height: 52px;
  gap: 12px;
}

.store-brand img {
  width: 44px;
  height: 44px;
  display: block;
  object-fit: cover;
  object-position: left center;
  border-radius: 50%;
}

.store-brand-copy {
  display: grid;
  align-content: center;
  gap: 3px;
  line-height: 1;
}

.store-brand-copy strong {
  line-height: 1;
}

.store-brand-copy small {
  margin-top: 0;
  line-height: 1.15;
}

.site-footer {
  margin-top: 0;
  border-top: 4px solid var(--store-yellow);
  padding: 0 !important;
  background: #04182d !important;
}

.site-footer .footer-grid {
  grid-template-columns: minmax(260px, 1.45fr) minmax(150px, 0.72fr) minmax(170px, 0.78fr) minmax(
      220px,
      1fr
    );
  gap: 42px;
  padding-top: 46px;
  padding-bottom: 42px;
}

.site-footer .footer-col {
  min-width: 0;
}

.site-footer nav.footer-col {
  display: block;
}

.footer-brand-link {
  display: inline-grid;
  gap: 4px;
  color: #ffffff !important;
  text-decoration: none;
}

.footer-brand-link strong {
  font-family: Sora, Manrope, sans-serif;
  font-size: 1.28rem;
  line-height: 1;
}

.footer-brand-link span {
  color: #a9c4dc;
  font-size: 0.75rem;
  font-weight: 800;
}

.site-footer .footer-desc {
  max-width: 420px;
  margin: 18px 0 0;
  color: #c6d5e3;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.65;
}

.footer-service-note {
  max-width: 430px;
  margin: 18px 0 0 !important;
  border-left: 3px solid var(--store-yellow);
  padding-left: 12px;
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.55;
}

.site-footer .footer-heading {
  margin: 1px 0 15px;
  color: #ffffff;
  font-size: 0.72rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-footer .footer-list {
  gap: 10px;
}

.site-footer .footer-list a {
  color: #c6d5e3 !important;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
}

.site-footer .footer-list a:hover,
.site-footer .footer-list a[aria-current="page"] {
  color: #ffffff !important;
  text-decoration: underline;
  text-decoration-color: var(--store-yellow);
  text-underline-offset: 4px;
}

.site-footer .footer-address {
  margin-top: 20px;
  color: #8eabc4;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.6;
}

.site-footer .footer-bottom {
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding-top: 18px;
  padding-bottom: 20px;
  color: #8eabc4;
  font-size: 0.72rem;
  font-weight: 700;
}

.footer-network {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
}

.site-footer .footer-network a {
  color: #c6d5e3 !important;
  text-decoration: none;
}

.site-footer .footer-network a:hover {
  color: #ffffff !important;
  text-decoration: underline;
  text-decoration-color: var(--store-yellow);
  text-underline-offset: 4px;
}

.pump-sizing-section {
  border-bottom: 1px solid var(--store-line);
  padding: 46px 0 44px;
  background: #f4f7f8;
}

.pump-sizing-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  align-items: end;
  gap: 28px;
  margin-bottom: 22px;
}

.pump-sizing-heading h2 {
  max-width: 720px;
  margin: 5px 0 0;
  color: var(--store-ink);
  font-family: Sora, Manrope, sans-serif;
  font-size: 1.85rem;
  line-height: 1.2;
}

.pump-sizing-heading > p {
  margin: 0;
  color: var(--store-ink-soft);
  font-size: 0.88rem;
  line-height: 1.65;
}

.pump-calculator-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
}

.pump-calculator {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: #ffffff;
}

.pump-calculator-heading {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid var(--store-line-soft);
  padding: 17px 20px;
}

.pump-calculator-heading .eyebrow {
  margin: 0 0 3px;
}

.pump-calculator-heading h3 {
  margin: 0;
  color: var(--store-ink);
  font-family: Sora, Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.pump-step {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--store-navy);
  font-size: 0.8rem;
  font-weight: 800;
}

.pump-calculator-form {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
  gap: 16px;
  padding: 20px;
}

.pump-voltage-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pump-voltage-form .selector-field:nth-of-type(3),
.pump-voltage-form .pump-calculator-output {
  grid-column: 1 / -1;
}

.pump-calculator .selector-field {
  align-content: start;
}

.pump-calculator .selector-field span {
  color: var(--store-ink-soft);
  font-size: 0.72rem;
  font-weight: 800;
}

.pump-calculator .selector-field input,
.pump-calculator .selector-field select {
  width: 100%;
  min-height: 44px;
  border-color: #b8c6d2;
  border-radius: 6px;
  padding: 10px 12px;
  color: var(--store-ink);
  font-size: 0.86rem;
}

.pump-calculator .selector-field input:focus,
.pump-calculator .selector-field select:focus {
  border-color: var(--store-blue);
  outline: 3px solid rgba(23, 105, 170, 0.14);
  outline-offset: 0;
}

.pump-calculator .selector-field small {
  color: var(--store-ink-soft);
  font-size: 0.68rem;
  line-height: 1.45;
}

.pump-calculator-output {
  min-height: 122px;
  display: grid;
  align-content: center;
  border-left: 3px solid var(--store-green);
  padding: 17px 18px;
  background: var(--store-green-soft);
}

.pump-calculator-output--voltage {
  min-height: 108px;
  border-left-color: var(--store-blue);
  background: #edf5fb;
}

.pump-calculator-output span,
.pump-calculator-output strong,
.pump-calculator-output small {
  display: block;
}

.pump-calculator-output span {
  color: var(--store-ink-soft);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.pump-calculator-output strong {
  margin-top: 7px;
  color: var(--store-ink);
  font-family: Sora, Manrope, sans-serif;
  font-size: 1.08rem;
  line-height: 1.25;
}

.pump-calculator-output strong b {
  margin-right: 4px;
  font-size: 2rem;
  font-weight: 800;
}

.pump-calculator-output small {
  margin-top: 7px;
  color: var(--store-ink-soft);
  font-size: 0.7rem;
  line-height: 1.5;
}

.pump-calculator-note {
  margin: 0;
  border-top: 1px solid var(--store-line-soft);
  padding: 14px 20px 16px;
  color: var(--store-ink-soft);
  font-size: 0.72rem;
  line-height: 1.55;
}

.pump-reference {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 0.66fr);
  align-items: center;
  gap: 26px;
  margin-top: 22px;
  border-top: 1px solid var(--store-line);
  border-bottom: 1px solid var(--store-line);
  padding: 22px 0;
}

.pump-reference-copy h3 {
  margin: 4px 0 8px;
  color: var(--store-ink);
  font-family: Sora, Manrope, sans-serif;
  font-size: 1.05rem;
  line-height: 1.35;
}

.pump-reference-copy > p:last-child {
  margin: 0;
  color: var(--store-ink-soft);
  font-size: 0.76rem;
  line-height: 1.55;
}

.pump-reference-table-wrap {
  min-width: 0;
  overflow-x: auto;
}

.pump-reference-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  color: var(--store-ink);
  background: #ffffff;
  font-size: 0.76rem;
}

.pump-reference-table th,
.pump-reference-table td {
  border-bottom: 1px solid var(--store-line-soft);
  padding: 10px 12px;
  text-align: left;
}

.pump-reference-table thead th {
  color: var(--store-ink-soft);
  background: #edf2f5;
  font-size: 0.65rem;
  text-transform: uppercase;
}

.pump-reference-table tbody th {
  font-weight: 800;
}

.pump-reference-table tbody tr:last-child th,
.pump-reference-table tbody tr:last-child td {
  border-bottom: 0;
}

.pump-reference-table tbody tr.is-selected th,
.pump-reference-table tbody tr.is-selected td {
  color: #075940;
  background: #e8f7ef;
}

.pump-design-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  margin-top: 18px;
  border-left: 3px solid var(--store-yellow);
  padding: 12px 14px;
  color: var(--store-ink-soft);
  background: var(--store-yellow-soft);
  font-size: 0.76rem;
  line-height: 1.55;
}

.pump-design-note strong {
  color: var(--store-ink);
}

@media (max-width: 980px) {
  .site-footer .footer-grid {
    grid-template-columns: minmax(240px, 1.2fr) repeat(2, minmax(150px, 0.8fr));
    gap: 34px 28px;
  }

  .site-footer .footer-contact-col {
    grid-column: 1 / -1;
  }

  .site-footer .footer-contact-col .footer-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
  }

  .site-footer .footer-contact-col .footer-address {
    margin-top: 14px;
  }

  .pump-sizing-heading,
  .pump-reference {
    grid-template-columns: 1fr;
  }

  .pump-calculator-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .brand.store-brand {
    min-height: 46px;
    gap: 9px;
  }

  .store-brand img {
    width: 39px;
    height: 39px;
  }

  .store-brand-copy {
    gap: 2px;
  }

  .store-brand-copy strong {
    font-size: 0.95rem;
  }

  .store-brand-copy small {
    display: block;
    font-size: 0.61rem;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
    padding-top: 34px;
    padding-bottom: 32px;
  }

  .site-footer .footer-brand-col,
  .site-footer .footer-contact-col {
    grid-column: 1 / -1;
  }

  .site-footer .footer-contact-col .footer-list {
    display: grid;
    gap: 10px;
  }

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

  .pump-sizing-section {
    padding: 32px 0 34px;
  }

  .pump-sizing-heading {
    gap: 12px;
    margin-bottom: 18px;
  }

  .pump-sizing-heading h2 {
    font-size: 1.45rem;
  }

  .pump-sizing-heading > p {
    font-size: 0.82rem;
  }

  .pump-calculator-form,
  .pump-voltage-form {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .pump-voltage-form .selector-field:nth-of-type(3),
  .pump-voltage-form .pump-calculator-output {
    grid-column: 1;
  }

  .pump-calculator-output {
    min-height: 112px;
  }

  .pump-reference {
    gap: 16px;
  }

  .pump-reference-table {
    min-width: 440px;
  }

  .pump-design-note {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}

@media (max-width: 640px) {
  .site-header .cart-link,
  .mobile-filter-toggle,
  .btn,
  button,
  .store-section-head a,
  .market-section-head a {
    min-height: 44px !important;
  }

  .store-section-head a,
  .market-section-head a {
    display: inline-flex;
    align-items: center;
  }
}
