:root {
  --indigo: #062a4f;
  --indigo-dark: #041c36;
  --orange: #d9a000;
  --carbon: #0c182b;
  --frost: #f6f8fc;
}
* {
  letter-spacing: 0 !important;
}
.brand-lockup img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: none;
}
.store-shell {
  max-width: 1440px;
}
.product-card {
  border-radius: 8px;
}
.product-card .product-media {
  background: #fff;
}
.product-card .product-media img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.product-card .product-link {
  min-width: 0;
}
.product-card .product-body {
  min-width: 0;
}
.product-card .product-model {
  overflow-wrap: anywhere;
}
.product-card .product-actions {
  flex-wrap: wrap;
}
.product-card .route-card-actions {
  display: flex;
  gap: 8px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.product-card .route-card-actions > * {
  min-height: 44px;
}
.product-actions a.add-button {
  display: grid;
  place-items: center;
  text-decoration: none;
}
.category-heading-panel {
  margin: 0 0 24px;
}
.category-heading-panel h1 {
  font-size: 40px;
  line-height: 1.15;
  margin: 16px 0;
}
.category-breadcrumbs {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 16px;
}
.category-catalog-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 0 28px;
  align-items: start;
}
.category-filters {
  grid-column: 1;
  grid-row: 1 / 4;
}
.category-discovery,
.category-catalog-main {
  grid-column: 2;
  min-width: 0;
}
.category-discovery-form {
  display: flex;
  gap: 16px;
  align-items: end;
}
.category-discovery-search {
  flex: 1;
  min-width: 0;
}
.category-discovery input,
.category-discovery select,
.category-price-fields input {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: white;
}
.category-sort {
  display: grid;
  gap: 6px;
  font-size: 12px;
}
.category-discovery-status {
  font-size: 13px;
  color: var(--muted);
  margin: 16px 0;
}
.category-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.category-results-header,
.category-filter-family,
.category-filter-group legend span {
  display: none;
}
.category-filters-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category-filters-heading span {
  display: none;
}
.category-filters-heading h2 {
  font-size: 18px;
}
.category-filters-heading button {
  background: none;
  border: 0;
  color: var(--indigo);
  min-height: 44px;
}
.category-filter-group {
  border: 0;
  padding: 0;
  margin: 20px 0;
}
.category-filter-group legend {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 12px;
}
.category-filter-group label {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 36px;
  font-size: 13px;
}
.category-filter-group small {
  margin-left: auto;
  color: var(--muted);
}
.category-filter-group input {
  accent-color: var(--indigo);
}
.category-price-fields {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.category-price-fields label {
  min-width: 0;
  font-size: 12px;
}
.category-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}
.category-pagination a,
.category-pagination span {
  padding: 10px;
}
.category-filters-toggle {
  display: none;
  min-height: 44px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 6px;
}
.category-filters-toggle span {
  display: none;
}
.category-technical-guide,
.category-editorial,
.category-related-links {
  margin: 40px 0;
  line-height: 1.6;
}
.pdp-surface h1 {
  font-size: 32px;
  line-height: 1.2;
}
.pdp-visual img {
  width: 100%;
  height: 480px;
  object-fit: contain;
}
.pdp-visual {
  overflow: hidden;
  min-width: 0;
  background: #eef3f8;
}
.pdp-visual figure {
  margin: 0;
  padding: 20px;
}
.text-button {
  min-height: 44px;
  padding: 9px 14px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--carbon);
}
.product-link {
  text-decoration: none;
}
.category-filter-price summary {
  display: flex;
  gap: 10px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  min-height: 44px;
  align-items: center;
}
.category-filter-price summary::after {
  content: "+";
  margin-left: auto;
  font-size: 20px;
}
.category-filter-price[open] summary::after {
  content: "\2212";
}
.category-filter-price summary:focus-visible,
.ui-comparison .compare-table:focus-visible {
  outline: 2px solid var(--indigo);
  outline-offset: 3px;
}
.ui-comparison th:first-child {
  position: sticky;
  left: 0;
  background: var(--frost);
}
.category-product-grid .product-actions strong {
  font-size: 16px;
}
.pdp-model,
.detail-availability,
.detail-price-breakdown {
  font-size: 13px;
  color: var(--muted);
}
.detail-price {
  font-size: 30px;
  font-weight: 800;
  margin: 0;
}
.detail-price span {
  font-size: 12px;
  font-weight: 400;
}
.detail-actions {
  display: flex;
  gap: 12px;
  margin: 0;
}
.pdp-surface > div:last-child {
  gap: 14px;
}
.detail-assistance-link {
  font-size: 13px;
}
.detail-copy {
  font: 400 18px / 1.55 "Source Sans 3", sans-serif;
}
.detail-lower {
  margin-top: 36px;
}
.detail-panel {
  margin: 32px 0;
}
.detail-panel .eyebrow {
  display: none;
}
.detail-panel h2 {
  font-size: 24px;
  line-height: 1.3;
}
.detail-specs {
  border-top: 1px solid var(--line);
}
.detail-spec-row {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) 2fr;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
  font-size: 14px;
}
.detail-spec-row strong {
  font-weight: 500;
  overflow-wrap: anywhere;
}
.detail-doc-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.detail-doc {
  display: flex;
  flex-direction: column;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  text-decoration: none;
}
.detail-doc small {
  color: var(--muted);
}
.detail-evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.detail-evidence-grid dd {
  margin: 6px 0;
  font-weight: 700;
}
.detail-evidence-grid dt,
.detail-evidence-source {
  color: var(--muted);
  font-size: 13px;
}
.detail-evidence-copy,
.detail-guidance {
  line-height: 1.6;
}
.detail-evidence-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.detail-faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
}
.detail-faq-list summary {
  cursor: pointer;
  font-weight: 700;
}
.detail-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.detail-related img {
  max-height: 160px;
  object-fit: contain;
}
.policy-shell {
  max-width: 950px;
  margin: 48px auto;
  line-height: 1.65;
}
.policy-shell h1 {
  font-size: 36px;
  line-height: 1.2;
}
.policy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.policy-block {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
.ui-toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(100% - 32px);
  z-index: 50;
  padding: 14px 20px;
  background: var(--carbon);
  color: white;
  border-radius: 6px;
}
.ui-toast:empty {
  display: none;
}
.ui-compare-launch {
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 45;
  min-height: 44px;
  background: var(--indigo);
  color: white;
  border: 0;
  border-radius: 6px;
  padding: 12px 18px;
}
.ui-comparison {
  width: min(1100px, calc(100% - 24px));
  max-height: 90vh;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}
.ui-comparison::backdrop {
  background: #0008;
}
.ui-comparison header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.ui-comparison header button {
  width: 44px;
  height: 44px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 6px;
}
.ui-comparison .compare-table {
  overflow: auto;
  max-width: 100%;
}
.ui-comparison table {
  min-width: 600px;
  width: 100%;
  border-collapse: collapse;
}
.ui-comparison td,
.ui-comparison th {
  padding: 14px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
  overflow-wrap: anywhere;
}
.ui-comparison th img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 12px;
}
.ui-comparison h2 {
  font-size: 22px;
}
#uiCompareContent {
  width: 100%;
  max-height: none;
  padding: 0;
  border: 0;
}
#uiCompareContent h2 {
  font-size: 32px;
}
#uiCompareContent h1 {
  font-size: 32px;
  line-height: 1.2;
}
.ui-comparison .compare-remove {
  display: block;
  min-height: 44px;
}
.pdp-route,
.catalog-route {
  padding-top: 36px;
}
@media (max-width: 980px) {
  .category-catalog-layout {
    grid-template-columns: 210px minmax(0, 1fr);
  }
  .category-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .detail-doc-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .category-catalog-layout {
    display: block;
  }
  .category-filters-toggle {
    display: block;
    margin-bottom: 16px;
  }
  .category-filters {
    margin-bottom: 20px;
  }
  .category-filter-group label {
    min-height: 44px;
  }
  .category-filters[hidden] {
    display: none;
  }
  .category-heading-panel h1 {
    font-size: 28px;
  }
  .pdp-surface h1 {
    font-size: 26px;
  }
  .pdp-visual img {
    height: 350px;
  }
  .category-sort {
    max-width: 150px;
  }
  .policy-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .category-product-grid {
    grid-template-columns: 1fr;
  }
  .detail-doc-list,
  .detail-evidence-grid {
    grid-template-columns: 1fr 1fr;
  }
  .detail-spec-row {
    grid-template-columns: 1fr 1fr;
  }
  .pdp-surface {
    grid-template-columns: 1fr !important;
  }
  .detail-related-grid {
    grid-template-columns: 1fr;
  }
  .category-discovery-form {
    gap: 8px;
  }
  .policy-shell h1 {
    font-size: 28px;
  }
}
#addressAutocomplete gmp-place-autocomplete {
  color-scheme: light;
}
