/*
 * P1.45.0.10.6 – UX, Conversion & Partner Experience
 * Scope: public product cards, search, product comparison and provider profiles.
 * Fachlogik, Preise, Sortierung und Affiliateziele bleiben serverseitig autoritativ.
 */

:root {
  --aw106-navy: #08275b;
  --aw106-blue: #0b4b8d;
  --aw106-blue-soft: #eef5fc;
  --aw106-gold: #e9b83f;
  --aw106-gold-soft: #fff8e8;
  --aw106-green: #087a42;
  --aw106-text: #12233b;
  --aw106-muted: #5f7188;
  --aw106-line: #d8e3ef;
  --aw106-surface: #fff;
  --aw106-surface-soft: #f7faff;
  --aw106-shadow: 0 16px 38px rgba(8, 39, 91, .075);
  --aw106-radius-lg: 18px;
  --aw106-radius-md: 12px;
}

/* Global resilience */
.portal-ui :where(.product-card, .search-result-item, .offer-row, .provider-profile-head, .detail-layout) > * {
  min-width: 0;
}

.portal-ui :where(.main-action, .primary-action, .outline-action, .shop-link):focus-visible {
  outline: 3px solid rgba(11, 75, 141, .24);
  outline-offset: 3px;
}

/* --------------------------------------------------------------------------
   ProductCardV5 – start page and horizontal discovery
   -------------------------------------------------------------------------- */
.portal-homepage [data-home-product-panel] {
  min-width: 0 !important;
  max-width: 100% !important;
}

.portal-homepage .portal-product-row[data-home-products-slider] {
  grid-auto-rows: 1fr !important;
  align-items: stretch !important;
  box-sizing: border-box !important;
  padding: 4px 16px 14px 2px !important;
  scroll-padding-inline: 2px 16px !important;
  overscroll-behavior-inline: contain;
}

.portal-homepage .portal-product-row[data-home-products-slider] > .product-card.portal-product-card.product-card-v4 {
  scroll-snap-align: start !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  max-height: none !important;
  min-height: 432px !important;
  overflow: hidden !important;
  border: 1px solid var(--aw106-line) !important;
  border-radius: var(--aw106-radius-lg) !important;
  background: var(--aw106-surface) !important;
  box-shadow: 0 12px 30px rgba(8, 39, 91, .065) !important;
}

.portal-homepage .product-card.portal-product-card.product-card-v4 .product-media {
  height: 150px !important;
  min-height: 150px !important;
  flex-basis: 150px !important;
  padding: 18px 20px 10px !important;
  border-right: 0 !important;
  border-bottom: 1px solid #e9eff6 !important;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%) !important;
}

.portal-homepage .product-card.portal-product-card.product-card-v4 .product-media img {
  max-width: 88% !important;
  max-height: 120px !important;
  object-fit: contain !important;
}

.portal-homepage .product-card.portal-product-card.product-card-v4 .product-card-body {
  display: grid !important;
  grid-template-rows: minmax(2.55em, auto) minmax(2.2em, auto) 1fr auto !important;
  gap: 8px !important;
  min-height: 0 !important;
  padding: 14px 14px 14px !important;
}

.portal-homepage .product-card.portal-product-card.product-card-v4 .product-name {
  display: -webkit-box !important;
  min-height: 2.55em !important;
  height: auto !important;
  max-height: 3.8em !important;
  margin: 0 !important;
  overflow: hidden !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
  color: var(--aw106-navy) !important;
  font-size: 1rem !important;
  font-weight: 850 !important;
  line-height: 1.27 !important;
  overflow-wrap: break-word !important;
  hyphens: auto !important;
}

.portal-homepage .product-card.portal-product-card.product-card-v4 .product-card-meta {
  display: -webkit-box !important;
  min-height: 2.2em !important;
  max-height: 2.7em !important;
  margin: 0 !important;
  overflow: hidden !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  color: var(--aw106-muted) !important;
  font-size: .78rem !important;
  line-height: 1.35 !important;
}

.portal-homepage .product-card.portal-product-card.product-card-v4 .product-card-commerce-v4 {
  display: grid !important;
  align-content: end !important;
  gap: 7px !important;
  min-width: 0 !important;
  margin-top: 0 !important;
}

.portal-homepage .product-card.portal-product-card.product-card-v4 .product-card-price-block-v4 {
  min-width: 0 !important;
}

.portal-homepage .product-card.portal-product-card.product-card-v4 .product-card-total-line {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: baseline !important;
  gap: 8px !important;
  min-width: 0 !important;
  padding: 9px 0 7px !important;
  border-top: 1px solid #e2eaf3 !important;
  border-bottom: 1px solid #edf2f7 !important;
}

.portal-homepage .product-card.portal-product-card.product-card-v4 .product-card-total-line span {
  min-width: 0 !important;
  color: var(--aw106-muted) !important;
  font-size: .74rem !important;
  line-height: 1.25 !important;
  white-space: normal !important;
}

.portal-homepage .product-card.portal-product-card.product-card-v4 .product-card-total-line strong {
  color: var(--aw106-navy) !important;
  font-size: 1rem !important;
  white-space: nowrap !important;
}

.portal-homepage .product-card.portal-product-card.product-card-v4 .product-card-provider-line-v4 {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
  min-height: 2.25em !important;
  margin: 0 !important;
}

.portal-homepage .product-card.portal-product-card.product-card-v4 .product-card-provider-line-v4 strong {
  white-space: nowrap !important;
}

.portal-homepage .product-card.portal-product-card.product-card-v4 .product-card-provider-line-v4 span {
  min-width: 0 !important;
  color: var(--aw106-green) !important;
  font-size: .75rem !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-align: right !important;
  overflow-wrap: anywhere !important;
}

.portal-homepage .product-card.portal-product-card.product-card-v4 .card-actions {
  width: 100% !important;
  margin: 2px 0 0 !important;
}

.portal-homepage .product-card.portal-product-card.product-card-v4 .main-action {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 48px !important;
  padding: 10px 14px !important;
  border-radius: 12px !important;
  white-space: normal !important;
  line-height: 1.15 !important;
}

@media (min-width: 1400px) {
  .portal-homepage .portal-product-row[data-home-products-slider] {
    grid-auto-columns: calc((100% - 48px) / 4) !important;
  }
}

@media (min-width: 1000px) and (max-width: 1399px) {
  .portal-homepage .portal-product-row[data-home-products-slider] {
    grid-auto-columns: calc((100% - 32px) / 3) !important;
  }
}

@media (max-width: 999px) {
  .portal-homepage .portal-product-row[data-home-products-slider] {
    grid-auto-columns: minmax(260px, 42vw) !important;
  }
}

@media (max-width: 620px) {
  .portal-homepage .portal-product-row[data-home-products-slider] {
    grid-auto-columns: minmax(0, min(84vw, 320px)) !important;
    gap: 12px !important;
    padding-right: 18px !important;
  }
  .portal-homepage .portal-product-row[data-home-products-slider] > .product-card.portal-product-card.product-card-v4 {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 420px !important;
  }
  .portal-homepage .product-card.portal-product-card.product-card-v4 .product-media {
    height: 136px !important;
    min-height: 136px !important;
    flex-basis: 136px !important;
  }
  .portal-homepage .product-card.portal-product-card.product-card-v4 .product-media img {
    max-height: 108px !important;
  }
  .portal-homepage .product-card.portal-product-card.product-card-v4 .product-card-provider-line-v4 {
    grid-template-columns: 1fr !important;
    gap: 3px !important;
  }
  .portal-homepage .product-card.portal-product-card.product-card-v4 .product-card-provider-line-v4 span {
    text-align: left !important;
  }
}

/* --------------------------------------------------------------------------
   SearchCommandBarV2 and SearchResultCardV3
   -------------------------------------------------------------------------- */
.search-page .search-page-band {
  padding: 18px 0 14px !important;
}

.search-page .search-page-band h1 {
  font-size: clamp(1.9rem, 3.7vw, 3rem) !important;
}

.search-results-head.search-command-bar {
  display: grid !important;
  grid-template-columns: minmax(280px, 1fr) auto !important;
  align-items: center !important;
  gap: 18px !important;
  margin-bottom: 12px !important;
  padding: 15px 18px !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 26px rgba(8, 39, 91, .055) !important;
}

.search-command-summary h2 {
  margin: 0 0 3px !important;
  font-size: clamp(1.28rem, 2vw, 1.75rem) !important;
}

.search-command-summary p:last-child {
  max-width: 660px;
  font-size: .9rem;
}

.search-command-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 9px;
  min-width: 0;
}

.search-command-tools .search-sort-form {
  display: grid !important;
  grid-template-columns: auto minmax(170px, 220px) !important;
  align-items: center !important;
  gap: 8px !important;
}

.search-command-tools .search-sort-form select {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 220px !important;
  min-height: 44px !important;
  border-radius: 11px !important;
}

.search-command-tools .outline-action {
  min-height: 44px !important;
  padding: 9px 13px !important;
  border-radius: 11px !important;
  white-space: nowrap;
}

.search-command-basket.has-items {
  border-color: #e2b64e !important;
  background: var(--aw106-gold-soft) !important;
}

.search-result-list {
  gap: 12px !important;
}

.search-result-item {
  display: grid !important;
  grid-template-columns: 96px minmax(0, 1fr) minmax(220px, 252px) !important;
  gap: 18px !important;
  align-items: center !important;
  min-height: 150px !important;
  padding: 14px 16px !important;
  border-radius: 16px !important;
  box-shadow: 0 9px 24px rgba(8, 39, 91, .045) !important;
}

.search-result-item:hover,
.search-result-item:focus-within {
  border-color: #a9bfd8 !important;
  box-shadow: var(--aw106-shadow) !important;
}

.search-result-main {
  align-self: stretch;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 6px !important;
  min-width: 0 !important;
}

.search-result-title {
  max-width: 760px;
  font-size: 1.02rem !important;
  line-height: 1.28 !important;
}

.search-result-pricebox.search-result-pricebox-v2 {
  display: flex !important;
  flex-direction: column !important;
  align-self: stretch !important;
  justify-content: center !important;
  gap: 5px !important;
  min-width: 0 !important;
  padding: 4px 0 4px 18px !important;
  border-left: 1px solid #e1e9f2 !important;
}

.search-result-total-price {
  order: -4;
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  align-items: baseline !important;
  gap: 8px !important;
  padding-bottom: 7px !important;
  border-bottom: 1px solid #e6edf5 !important;
}

.search-result-total-price small,
.search-result-total-price em {
  color: var(--aw106-muted) !important;
  font-size: .74rem !important;
  font-style: normal !important;
}

.search-result-total-price strong {
  color: var(--aw106-navy) !important;
  font-size: 1.65rem !important;
  white-space: nowrap !important;
}

.search-result-price-label,
.search-result-pricebox > .product-current-price-row,
.search-result-pricebox > .product-unit-price,
.search-result-saving,
.provider-market-comparison {
  order: -2;
}

.search-result-pricebox > .product-current-price-row strong {
  font-size: 1.25rem !important;
}

.search-result-commerce-count {
  display: block;
  color: var(--aw106-muted);
  font-size: .76rem;
  font-weight: 800;
}

.search-result-cta {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 46px !important;
  margin-top: 3px !important;
  padding: 9px 12px !important;
  border-radius: 12px !important;
  font-size: .88rem !important;
  white-space: normal !important;
}

@media (max-width: 1100px) {
  .search-results-head.search-command-bar {
    grid-template-columns: 1fr !important;
  }
  .search-command-tools {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .search-result-item {
    grid-template-columns: 84px minmax(0, 1fr) !important;
    align-items: start !important;
  }
  .search-result-pricebox.search-result-pricebox-v2 {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(150px, 220px) !important;
    align-items: end !important;
    padding: 11px 0 0 !important;
    border-top: 1px solid #e1e9f2 !important;
    border-left: 0 !important;
  }
  .search-result-total-price {
    grid-column: 1;
    border-bottom: 0 !important;
  }
  .search-result-cta {
    grid-column: 2;
    grid-row: 1 / span 3;
  }
}

@media (max-width: 640px) {
  .search-results-head.search-command-bar {
    gap: 12px !important;
    padding: 13px !important;
  }
  .search-command-tools {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .search-command-tools .search-sort-form {
    grid-column: 1 / -1;
    grid-template-columns: 1fr !important;
    gap: 4px !important;
  }
  .search-command-tools .search-sort-form select {
    max-width: none !important;
  }
  .search-command-tools .outline-action {
    min-width: 0 !important;
    white-space: normal;
    text-align: center;
  }
  .search-result-item {
    grid-template-columns: 68px minmax(0, 1fr) !important;
    gap: 11px !important;
    padding: 12px !important;
  }
  .search-result-pricebox.search-result-pricebox-v2 {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .search-result-total-price {
    width: 100%;
  }
  .search-result-cta {
    width: 100% !important;
  }
}

/* --------------------------------------------------------------------------
   ProductComparisonHero and ProviderOfferRowV4
   -------------------------------------------------------------------------- */
.product-page .detail-layout {
  display: grid !important;
  grid-template-columns: minmax(190px, 250px) minmax(0, 1fr) !important;
  gap: 24px !important;
  max-width: 1240px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.product-page .product-hero-media {
  min-height: 250px !important;
  border: 1px solid var(--aw106-line) !important;
  border-radius: var(--aw106-radius-lg) !important;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%) !important;
  box-shadow: 0 12px 28px rgba(8, 39, 91, .05) !important;
}

.product-page .product-hero-media img {
  max-width: 78% !important;
  max-height: 200px !important;
}

.product-page .product-comparison-hero {
  padding: 6px 0 2px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.product-page .product-comparison-hero .detail-title {
  max-width: 900px !important;
  font-size: clamp(1.75rem, 3vw, 2.65rem) !important;
  line-height: 1.08 !important;
  -webkit-line-clamp: 3 !important;
}

.product-page .product-comparison-hero .fact-list {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0 !important;
  margin: 14px 0 0 !important;
  padding: 10px 0 !important;
  border-top: 1px solid var(--aw106-line) !important;
  border-bottom: 1px solid var(--aw106-line) !important;
}

.product-page .product-comparison-hero .fact-list > div {
  flex: 0 1 auto !important;
  min-width: 120px !important;
  min-height: 0 !important;
  padding: 4px 16px !important;
  border: 0 !important;
  border-right: 1px solid #e4ebf3 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.product-page .product-comparison-hero .fact-list > div:first-child {
  padding-left: 0 !important;
}

.product-page .product-comparison-hero .fact-list > div:last-child {
  border-right: 0 !important;
}

.product-page .product-comparison-summary {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 14px 0 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid #cfdcea !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 8px 22px rgba(8, 39, 91, .045) !important;
}

.product-page .product-comparison-summary > div {
  display: grid !important;
  align-content: center !important;
  gap: 4px !important;
  min-height: 78px !important;
  padding: 12px 14px !important;
  border-right: 1px solid #e1e9f2 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.product-page .product-comparison-summary > div:last-child {
  border-right: 0 !important;
}

.product-page .product-comparison-summary span {
  color: var(--aw106-muted) !important;
  font-size: .72rem !important;
  font-weight: 750 !important;
}

.product-page .product-comparison-summary strong {
  color: var(--aw106-navy) !important;
  font-size: 1.12rem !important;
}

.product-page .product-freshness-card time {
  display: block !important;
  color: var(--aw106-muted) !important;
  font-size: .68rem !important;
}

.product-page .product-offers-jump {
  width: fit-content !important;
  min-height: 46px !important;
  margin-top: 13px !important;
  padding: 10px 18px !important;
  border-radius: 12px !important;
}

.product-page .product-context-nav {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  max-width: 100% !important;
  margin-top: 12px !important;
}

.product-page .product-context-nav :where(span, a) {
  max-width: 100%;
  padding: 5px 9px !important;
  border: 1px solid #d9e4ef !important;
  border-radius: 999px !important;
  background: #f8fbfe !important;
  color: #385675 !important;
  font-size: .72rem !important;
  line-height: 1.25 !important;
  overflow-wrap: anywhere;
}

.product-page .summary-actions {
  margin-top: 12px !important;
}

.product-page .product-offers-head {
  align-items: end !important;
}

.product-page .offer-sortbar {
  margin-bottom: 10px !important;
  border: 1px solid #d7e2ed !important;
  border-radius: 14px !important;
  background: #f9fbfd !important;
  box-shadow: none !important;
}

.product-page .offer-list {
  overflow: hidden !important;
  border: 1px solid var(--aw106-line) !important;
  border-radius: var(--aw106-radius-lg) !important;
  background: #fff !important;
  box-shadow: var(--aw106-shadow) !important;
}

.product-page .offer-row.offer-compare-row {
  grid-template-areas: "provider info price" !important;
  grid-template-columns: minmax(210px, 260px) minmax(280px, 1fr) minmax(210px, 240px) !important;
  gap: 20px !important;
  min-height: 152px !important;
  padding: 18px 20px !important;
  border: 0 !important;
  border-bottom: 1px solid #e1e9f2 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.product-page .offer-row.offer-compare-row:last-child {
  border-bottom: 0 !important;
}

.product-page .offer-row.offer-compare-row.best {
  background: linear-gradient(90deg, var(--aw106-gold-soft) 0%, #fff 34%) !important;
  box-shadow: inset 4px 0 0 var(--aw106-gold) !important;
}

.product-page .offer-provider-col { grid-area: provider; }
.product-page .offer-info-col { grid-area: info; }
.product-page .offer-pricebox { grid-area: price; }

.product-page .offer-provider-col {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-width: 0 !important;
}

.product-page .offer-head {
  display: grid !important;
  grid-template-columns: 92px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 0 8px !important;
}

.product-page .offer-shop-logo {
  width: 92px !important;
  height: 48px !important;
  max-width: 92px !important;
  max-height: 48px !important;
  padding: 5px 7px !important;
  object-fit: contain !important;
  border: 1px solid #dfe7ef !important;
  border-radius: 10px !important;
  background: #fff !important;
}

.product-page .offer-head h3 {
  margin: 0 !important;
  color: var(--aw106-navy) !important;
  font-size: 1rem !important;
  line-height: 1.22 !important;
}

.product-page .offer-head span.offer-best-badge {
  display: inline-flex;
  width: fit-content;
  margin-top: 5px !important;
  padding: 4px 8px !important;
  border-radius: 999px !important;
  background: #ffedb7 !important;
  color: #5d4300 !important;
  font-size: .69rem !important;
  font-weight: 850 !important;
}

.product-page .offer-delivery {
  margin: 0 0 5px !important;
  color: var(--aw106-green) !important;
  font-size: .84rem !important;
  font-weight: 800 !important;
}

.product-page .offer-profile-link {
  width: fit-content;
  font-size: .8rem !important;
  font-weight: 780 !important;
  text-underline-offset: 3px;
}

.product-page .offer-info-col {
  align-self: center !important;
  min-width: 0 !important;
}

.product-page .offer-facts {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin: 0 0 8px !important;
}

.product-page .offer-facts span {
  max-width: 100% !important;
  padding: 5px 9px !important;
  border-radius: 999px !important;
  background: var(--aw106-blue-soft) !important;
  color: #305579 !important;
  font-size: .72rem !important;
  line-height: 1.2 !important;
}

.product-page .offer-facts .offer-free-shipping {
  background: #eaf8f0 !important;
  color: #076d3b !important;
}

.product-page .offer-provider-profile {
  margin: 0 !important;
  border: 0 !important;
  border-top: 1px solid #e2eaf2 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.product-page .offer-provider-profile summary {
  min-height: 34px !important;
  padding: 8px 28px 6px 0 !important;
  color: #244f7b !important;
  font-size: .78rem !important;
  font-weight: 820 !important;
}

.product-page .offer-provider-profile .provider-profile-body {
  padding: 8px 0 0 !important;
}

.product-page .offer-provider-profile .provider-profile-source {
  margin-top: 8px !important;
  padding-top: 7px !important;
  border-top: 1px dashed #dbe5ef;
}

.product-page .offer-pricebox {
  align-self: stretch !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 8px !important;
  min-width: 0 !important;
  padding: 4px 0 4px 18px !important;
  border-left: 1px solid #dde6ef !important;
}

.product-page .offer-price-list .offer-total-line {
  margin-top: 5px !important;
  padding-top: 9px !important;
}

.product-page .offer-price-list .offer-total-line dd {
  color: var(--aw106-navy) !important;
  font-size: 1.72rem !important;
}

.product-page .offer-price-gap,
.product-page .offer-price-gap.gap-tier-1,
.product-page .offer-price-gap.gap-tier-2,
.product-page .offer-price-gap.gap-tier-3,
.product-page .offer-price-gap.gap-tier-4 {
  color: #687d94 !important;
}

.product-page .offer-pricebox .shop-link {
  width: 100% !important;
  max-width: none !important;
  min-height: 48px !important;
  padding: 10px 12px !important;
  border-radius: 12px !important;
  font-size: .85rem !important;
  line-height: 1.18 !important;
  text-align: center !important;
  white-space: normal !important;
}

.product-page .offer-outbound-note {
  color: var(--aw106-muted);
  font-size: .66rem;
  line-height: 1.25;
  text-align: center;
}

@media (max-width: 1060px) {
  .product-page .offer-row.offer-compare-row {
    grid-template-columns: minmax(190px, 230px) minmax(240px, 1fr) minmax(190px, 220px) !important;
    gap: 14px !important;
  }
}

@media (max-width: 900px) {
  .product-page .detail-layout {
    grid-template-columns: minmax(150px, 210px) minmax(0, 1fr) !important;
    gap: 18px !important;
  }
  .product-page .product-comparison-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .product-page .product-comparison-summary > div:nth-child(2) {
    border-right: 0 !important;
  }
  .product-page .product-comparison-summary > div:nth-child(-n+2) {
    border-bottom: 1px solid #e1e9f2 !important;
  }
  .product-page .offer-row.offer-compare-row {
    grid-template-areas:
      "provider price"
      "info info" !important;
    grid-template-columns: minmax(0, 1fr) minmax(190px, 230px) !important;
    gap: 14px 18px !important;
  }
  .product-page .offer-pricebox {
    padding: 0 0 0 16px !important;
    border-top: 0 !important;
    border-left: 1px solid #dde6ef !important;
  }
}

@media (max-width: 680px) {
  .product-page .detail-layout {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .product-page .product-hero-media {
    min-height: 180px !important;
  }
  .product-page .product-hero-media img {
    max-height: 145px !important;
  }
  .product-page .product-comparison-hero {
    padding: 0 !important;
  }
  .product-page .product-comparison-hero .detail-title {
    font-size: clamp(1.55rem, 7vw, 2.05rem) !important;
  }
  .product-page .product-comparison-hero .fact-list > div {
    flex: 1 1 45% !important;
    padding: 7px 10px !important;
  }
  .product-page .product-comparison-hero .fact-list > div:nth-child(2n) {
    border-right: 0 !important;
  }
  .product-page .product-offers-jump {
    width: 100% !important;
    justify-content: center !important;
  }
  .product-page .offer-sortbar {
    align-items: stretch !important;
    gap: 10px !important;
  }
  .product-page .offer-sort-control {
    width: 100%;
    justify-content: space-between;
  }
  .product-page .offer-sort-control select {
    flex: 1 1 auto;
    min-width: 0 !important;
  }
  .product-page .offer-row.offer-compare-row {
    grid-template-areas:
      "provider"
      "price"
      "info" !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 16px !important;
  }
  .product-page .offer-pricebox {
    padding: 12px 0 0 !important;
    border-top: 1px solid #dde6ef !important;
    border-left: 0 !important;
  }
  .product-page .offer-head {
    grid-template-columns: 82px minmax(0, 1fr) !important;
  }
  .product-page .offer-shop-logo {
    width: 82px !important;
    max-width: 82px !important;
  }
}

/* --------------------------------------------------------------------------
   ProviderProfileHeroV2 and partner trust
   -------------------------------------------------------------------------- */
.provider-profile-page .provider-profile-fallback-note {
  margin-top: 14px;
  padding: 10px 14px !important;
  border: 1px solid #d9e4ef;
  border-radius: 12px;
  background: #f7faff;
  color: #4f6580;
  font-size: .85rem;
}

.provider-profile-page .provider-profile-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, .9fr) !important;
  align-items: center !important;
  gap: 34px !important;
  padding: 28px !important;
  border: 1px solid var(--aw106-line) !important;
  border-radius: var(--aw106-radius-lg) !important;
  background: linear-gradient(135deg, #fff 0%, #f8fbff 100%) !important;
  box-shadow: var(--aw106-shadow) !important;
}

.provider-profile-page .provider-profile-brand {
  gap: 24px !important;
}

.provider-profile-page .provider-profile-brand > img {
  width: 180px !important;
  height: 92px !important;
  max-width: 180px !important;
  max-height: 92px !important;
  padding: 12px !important;
  object-fit: contain !important;
  border: 1px solid #dfe7ef !important;
  border-radius: 14px !important;
  background: #fff !important;
}

.provider-profile-page .provider-profile-brand-copy h1 {
  font-size: clamp(2rem, 4vw, 3.2rem) !important;
  line-height: 1.05 !important;
}

.provider-profile-page .provider-profile-metrics {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  overflow: hidden;
  border: 1px solid #dbe5ef !important;
  border-radius: 14px !important;
  background: #fff !important;
}

.provider-profile-page .provider-profile-metrics article {
  display: grid !important;
  grid-template-columns: 112px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 0 14px !important;
  min-height: 78px !important;
  padding: 12px 16px !important;
  border: 0 !important;
  border-bottom: 1px solid #e5ecf3 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.provider-profile-page .provider-profile-metrics article:last-child {
  border-bottom: 0 !important;
}

.provider-profile-page .provider-profile-metrics strong {
  grid-row: 1 / span 2;
  color: var(--aw106-navy) !important;
  font-size: 1.55rem !important;
}

.provider-profile-page .provider-profile-metrics span {
  font-weight: 850 !important;
}

.provider-profile-page .provider-profile-metrics small,
.provider-profile-page .provider-profile-metrics time {
  color: var(--aw106-muted) !important;
  font-size: .72rem !important;
}

.provider-profile-page .provider-profile-grid {
  gap: 18px !important;
}

.provider-profile-page .provider-profile-grid > .detail-card {
  padding: 22px !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 28px rgba(8, 39, 91, .05) !important;
}

.provider-profile-page .provider-offer-actions .main-action {
  order: 1;
}
.provider-profile-page .provider-offer-actions .secondary-action {
  order: 2;
}

@media (max-width: 980px) {
  .provider-profile-page .provider-profile-head {
    grid-template-columns: 1fr !important;
  }
  .provider-profile-page .provider-profile-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .provider-profile-page .provider-profile-metrics article {
    grid-template-columns: 1fr !important;
    border-right: 1px solid #e5ecf3 !important;
    border-bottom: 0 !important;
  }
  .provider-profile-page .provider-profile-metrics article:last-child {
    border-right: 0 !important;
  }
  .provider-profile-page .provider-profile-metrics strong {
    grid-row: auto;
  }
}

@media (max-width: 650px) {
  .provider-profile-page .provider-profile-head {
    gap: 22px !important;
    padding: 20px !important;
  }
  .provider-profile-page .provider-profile-brand {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
  .provider-profile-page .provider-profile-brand > img {
    width: 150px !important;
    height: 76px !important;
  }
  .provider-profile-page .provider-profile-metrics {
    grid-template-columns: 1fr !important;
  }
  .provider-profile-page .provider-profile-metrics article {
    grid-template-columns: 96px minmax(0, 1fr) !important;
    border-right: 0 !important;
    border-bottom: 1px solid #e5ecf3 !important;
  }
  .provider-profile-page .provider-profile-metrics article:last-child {
    border-bottom: 0 !important;
  }
  .provider-profile-page .provider-profile-metrics strong {
    grid-row: 1 / span 2;
  }
}

/* Multi-product hidden positions must be absent from layout and focus order. */
.multi-product-search-page .multi-search-position[hidden],
.multi-product-search-page .multi-search-position[inert][hidden] {
  display: none !important;
}

/* Dark / high contrast integration */
html[data-aw-contrast="dark"] {
  --aw106-text: #f3f7fb;
  --aw106-muted: #b7c4d3;
  --aw106-line: #3b536d;
  --aw106-surface: #132940;
  --aw106-surface-soft: #102338;
}

html[data-aw-contrast="dark"] :where(
  .search-results-head.search-command-bar,
  .search-result-item,
  .product-page .product-comparison-summary,
  .product-page .offer-list,
  .product-page .offer-row.offer-compare-row,
  .provider-profile-page .provider-profile-head,
  .provider-profile-page .provider-profile-metrics,
  .provider-profile-page .provider-profile-metrics article
) {
  color: var(--aw-dark-text) !important;
  background: var(--aw-dark-surface) !important;
  border-color: var(--aw-dark-line) !important;
}

html[data-aw-contrast="dark"] .product-page .offer-row.offer-compare-row.best {
  background: linear-gradient(90deg, rgba(117, 87, 18, .35) 0%, var(--aw-dark-surface) 38%) !important;
}

html[data-aw-contrast="dark"] :where(
  .search-result-total-price strong,
  .product-page .product-comparison-summary strong,
  .product-page .offer-head h3,
  .product-page .offer-price-list .offer-total-line dd,
  .provider-profile-page .provider-profile-metrics strong
) {
  color: var(--aw-dark-text) !important;
}

html[data-aw-contrast="dark"] :where(
  .search-result-pricebox.search-result-pricebox-v2,
  .product-page .offer-pricebox,
  .product-page .offer-provider-profile,
  .product-page .product-comparison-hero .fact-list,
  .product-page .product-comparison-summary > div
) {
  border-color: var(--aw-dark-line) !important;
}

@media (prefers-reduced-motion: reduce) {
  .portal-homepage .product-card,
  .search-result-item,
  .product-page .offer-row {
    transition: none !important;
  }
}

@media (forced-colors: active) {
  .portal-homepage .product-card,
  .search-results-head,
  .search-result-item,
  .product-page .offer-list,
  .product-page .offer-row,
  .provider-profile-head {
    border: 1px solid CanvasText !important;
    box-shadow: none !important;
  }
}

/* Explicit dark-mode parity. The normal component rules use !important and
   therefore require equal-or-higher specificity here. */
html[data-aw-contrast="dark"] .product-page .product-comparison-hero .detail-title,
html[data-aw-contrast="dark"] .product-page .product-comparison-hero .summary-maker,
html[data-aw-contrast="dark"] .product-page .product-comparison-hero .eyebrow,
html[data-aw-contrast="dark"] .search-page .search-result-title,
html[data-aw-contrast="dark"] .provider-profile-page .provider-profile-brand-copy h1 {
  color: var(--aw-dark-text, #f3f7fb) !important;
}

html[data-aw-contrast="dark"] .product-page .offer-row.offer-compare-row {
  color: var(--aw-dark-text, #f3f7fb) !important;
  background: var(--aw-dark-surface, #162532) !important;
  border-color: var(--aw-dark-line, #405566) !important;
}

html[data-aw-contrast="dark"] .product-page .offer-row.offer-compare-row.best {
  background: linear-gradient(90deg, rgba(117, 87, 18, .35) 0%, var(--aw-dark-surface, #162532) 38%) !important;
}

html[data-aw-contrast="dark"] .product-page .offer-row.offer-compare-row :where(.offer-head h3, .offer-price-list dd, .offer-price-list dt) {
  color: var(--aw-dark-text, #f3f7fb) !important;
}

html[data-aw-contrast="dark"] .product-page :where(.product-context-nav span, .product-context-nav a, .offer-facts span) {
  color: #d8e7f5 !important;
  background: #22394c !important;
  border-color: var(--aw-dark-line, #405566) !important;
}

html[data-aw-contrast="dark"] .product-page .offer-provider-profile summary,
html[data-aw-contrast="dark"] .product-page .offer-profile-link {
  color: #a8d2ff !important;
}

@media (max-width: 420px) {
  .provider-profile-page .provider-profile-metrics article {
    grid-template-columns: 1fr !important;
    gap: 3px !important;
    min-height: 0 !important;
    padding: 14px !important;
  }
  .provider-profile-page .provider-profile-metrics strong {
    grid-row: auto !important;
    font-size: 1.35rem !important;
  }
}


/* ========================================================================== 
   P1.45.0.10.6.1 – Post-Deploy UX Hardening
   ========================================================================== */

/* Dark-mode contrast: the filled basket action must remain a strong, readable
   decision control instead of inheriting the global light text color. */
html[data-aw-contrast="dark"] .search-command-basket.has-items {
  color: #08275b !important;
  background: #f3c85a !important;
  border-color: #f3c85a !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .12), 0 8px 20px rgba(0, 0, 0, .24) !important;
}

html[data-aw-contrast="dark"] .search-command-basket.has-items:hover,
html[data-aw-contrast="dark"] .search-command-basket.has-items:focus-visible {
  color: #041a3c !important;
  background: #ffd96f !important;
  border-color: #ffd96f !important;
}

/* Lighter media wells reduce the hard white cut-out effect in dark mode while
   preserving the original product photography. */
html[data-aw-contrast="dark"] :where(
  .product-page .product-hero-media,
  .product-page .offer-shop-logo,
  .provider-profile-page .provider-profile-brand > img
) {
  background: #edf3f8 !important;
  border-color: #607387 !important;
}

/* Flatter provider hero: metrics belong to the same information surface and no
   longer appear as a second card inside the hero card. */
@media (min-width: 981px) {
  .provider-profile-page .provider-profile-metrics {
    overflow: visible !important;
    padding-left: 28px !important;
    border: 0 !important;
    border-left: 1px solid #dbe5ef !important;
    border-radius: 0 !important;
    background: transparent !important;
  }
  .provider-profile-page .provider-profile-metrics article {
    min-height: 70px !important;
    padding: 9px 0 !important;
    border-bottom-color: #e5ecf3 !important;
  }
  html[data-aw-contrast="dark"] .provider-profile-page .provider-profile-metrics {
    border-left-color: var(--aw-dark-line, #405566) !important;
    background: transparent !important;
  }
}

/* Offer columns start at the same optical baseline. This removes the floating,
   dashboard-like middle area on wide screens. */
@media (min-width: 901px) {
  .product-page .offer-provider-col,
  .product-page .offer-info-col,
  .product-page .offer-pricebox {
    align-self: start !important;
  }
  .product-page .offer-provider-col {
    justify-content: flex-start !important;
    padding-top: 2px !important;
  }
  .product-page .offer-info-col {
    padding-top: 3px !important;
  }
  .product-page .offer-pricebox {
    min-height: 126px !important;
  }
}

/* One visible freshness label; the exact machine-readable value remains in the
   time element's datetime attribute. */
.product-page .product-freshness-card time,
.provider-profile-page .provider-update-metric time {
  color: inherit !important;
  font: inherit !important;
}

/* Compact mobile search controls. The explanatory sentence remains available
   on larger screens, while small displays immediately expose the first result. */
@media (max-width: 640px) {
  .search-page .search-page-band {
    padding: 11px 0 9px !important;
  }
  .search-page .search-page-band h1 {
    margin-bottom: 3px !important;
    font-size: clamp(1.45rem, 7vw, 1.85rem) !important;
    line-height: 1.1 !important;
  }
  .search-page .search-page-band .page-intro {
    margin: 0 !important;
    font-size: .84rem !important;
    line-height: 1.3 !important;
  }
  .search-results-head.search-command-bar {
    gap: 8px !important;
    padding: 10px 11px !important;
  }
  .search-command-summary .eyebrow,
  .search-command-summary > p:last-child {
    display: none !important;
  }
  .search-command-summary h2 {
    margin: 0 !important;
    font-size: 1.08rem !important;
    line-height: 1.22 !important;
  }
  .search-command-tools {
    display: grid !important;
    grid-template-columns: minmax(0, 1.18fr) minmax(0, .91fr) minmax(0, .91fr) !important;
    gap: 6px !important;
    align-items: stretch !important;
  }
  .search-command-tools .search-sort-form {
    grid-column: auto !important;
    display: block !important;
    min-width: 0 !important;
  }
  .search-command-tools .search-sort-form label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .search-command-tools .search-sort-form select,
  .search-command-tools .outline-action {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    max-height: 52px !important;
    padding: 7px 8px !important;
    font-size: .78rem !important;
    line-height: 1.12 !important;
  }
  .search-command-tools .outline-action {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

@media (max-width: 350px) {
  .search-command-tools {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, .94fr) minmax(0, .94fr) !important;
    gap: 5px !important;
  }
  .search-command-tools .search-sort-form select,
  .search-command-tools .outline-action {
    padding-inline: 5px !important;
    font-size: .73rem !important;
  }
}


/* ========================================================================== 
   P1.45.0.10.6.2 – Live UI & Data Consistency Hardening
   ========================================================================== */

/* Product-card content is intrinsic: no blank tail below the CTA. */
.portal-homepage .portal-product-row[data-home-products-slider] > .product-card.product-card-v6 {
  min-height: 0 !important;
  height: auto !important;
}
.portal-homepage .product-card.product-card-v6 .product-card-body {
  grid-template-rows: auto auto auto auto !important;
  align-content: start !important;
}
.portal-homepage .product-card.product-card-v6 .card-actions {
  align-self: end !important;
}

/* Compact carousel position instead of one control per product. */
.portal-homepage .home-product-dots { display: none !important; }
.portal-homepage .home-product-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(260px, 72vw);
  margin: 10px auto 0;
  color: var(--aw106-muted);
  font-size: .78rem;
  font-weight: 800;
}
.portal-homepage .home-product-progress progress {
  width: min(180px, 52vw);
  height: 7px;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: #d8e4f0;
}
.portal-homepage .home-product-progress progress::-webkit-progress-bar { background: #d8e4f0; border-radius: 999px; }
.portal-homepage .home-product-progress progress::-webkit-progress-value { background: var(--aw106-navy); border-radius: 999px; }
.portal-homepage .home-product-progress progress::-moz-progress-bar { background: var(--aw106-navy); border-radius: 999px; }

@media (max-width: 620px) {
  .portal-homepage .portal-product-row[data-home-products-slider] {
    grid-auto-columns: min(88vw, 350px) !important;
    padding-inline: 2px 18px !important;
  }
  .portal-homepage .portal-product-row[data-home-products-slider] > .product-card.product-card-v6 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    min-height: 0 !important;
    overflow: clip !important;
  }
  .portal-homepage .product-card.product-card-v6 .product-media {
    width: 100% !important;
    height: 132px !important;
    min-height: 132px !important;
    padding: 14px 18px 8px !important;
  }
  .portal-homepage .product-card.product-card-v6 .product-card-body {
    display: grid !important;
    grid-template-rows: auto auto auto auto !important;
    gap: 8px !important;
    padding: 14px !important;
  }
  .portal-homepage .product-card.product-card-v6 .product-name {
    min-height: 0 !important;
    max-height: 3.85em !important;
  }
  .portal-homepage .product-card.product-card-v6 .product-card-total-line {
    grid-template-columns: minmax(0, 1fr) max-content !important;
    gap: 10px !important;
  }
  .portal-homepage .product-card.product-card-v6 .product-card-total-line strong {
    display: inline-flex !important;
    white-space: nowrap !important;
  }
  .portal-homepage .product-card.product-card-v6 .product-card-provider-line-v4 {
    grid-template-columns: 1fr !important;
    gap: 4px !important;
  }
  .portal-homepage .product-card.product-card-v6 .product-card-provider-line-v4 span {
    max-width: 100% !important;
    text-align: left !important;
    overflow: visible !important;
    overflow-wrap: normal !important;
  }
}

@media (max-width: 380px) {
  .portal-homepage .product-card.product-card-v6 .product-card-total-line {
    grid-template-columns: 1fr !important;
  }
  .portal-homepage .product-card.product-card-v6 .product-card-total-line strong {
    justify-self: start !important;
  }
}

/* Hero remains readable under tablet widths and 200% zoom. */
.product-page .detail-layout {
  grid-template-columns: minmax(230px, 320px) minmax(0, 1fr) !important;
  align-items: start !important;
}
.product-page .product-comparison-hero,
.product-page .product-comparison-hero * { min-width: 0; }
.product-page .product-identifier-value,
.product-page .fact-pzn dd,
.product-page .product-identifiers dd {
  white-space: nowrap !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 980px) {
  .product-page .detail-layout { grid-template-columns: 1fr !important; }
  .product-page .product-hero-media {
    width: 100% !important;
    max-width: 440px !important;
    min-height: 210px !important;
    justify-self: center !important;
  }
  .product-page .product-comparison-hero { width: 100% !important; }
  .product-page .product-comparison-hero .detail-title {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }
}

/* Denser desktop comparison list; mobile remains a stacked card. */
@media (min-width: 901px) {
  .product-page .offer-row.offer-compare-row {
    grid-template-columns: minmax(180px, 220px) minmax(260px, 1fr) minmax(205px, 225px) !important;
    gap: 14px !important;
    min-height: 112px !important;
    padding: 13px 16px !important;
  }
  .product-page .offer-shop-logo {
    width: 118px !important;
    max-width: 118px !important;
    height: 46px !important;
    object-fit: contain !important;
  }
  .product-page .offer-head { gap: 10px !important; }
  .product-page .offer-head h3 { font-size: .92rem !important; line-height: 1.18 !important; }
  .product-page .offer-pricebox { min-height: 98px !important; }
}

/* Percentage-based heat scale for the premium above the best total price. */
.product-page .offer-price-gap {
  --aw-gap-fg: #7b2b2b;
  --aw-gap-bg: #fff3f1;
  --aw-gap-bar: #d9776b;
  position: relative !important;
  display: grid !important;
  gap: 2px !important;
  margin: 0 !important;
  padding: 8px 10px 8px 15px !important;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--aw-gap-bar) 28%, transparent) !important;
  border-radius: 10px !important;
  color: var(--aw-gap-fg) !important;
  background: var(--aw-gap-bg) !important;
}
.product-page .offer-price-gap::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--aw-gap-bar);
}
.product-page .offer-price-gap strong { color: inherit !important; font-size: .82rem !important; }
.product-page .offer-price-gap span { color: inherit !important; font-size: .69rem !important; }
.product-page .offer-price-gap.gap-tier-1 { --aw-gap-fg:#7b3b35; --aw-gap-bg:#fff6f4; --aw-gap-bar:#d98b80; }
.product-page .offer-price-gap.gap-tier-2 { --aw-gap-fg:#842f2f; --aw-gap-bg:#fff0ee; --aw-gap-bar:#d8665f; }
.product-page .offer-price-gap.gap-tier-3 { --aw-gap-fg:#8f2226; --aw-gap-bg:#ffe7e5; --aw-gap-bar:#d94449; }
.product-page .offer-price-gap.gap-tier-4 { --aw-gap-fg:#851820; --aw-gap-bg:#ffdcda; --aw-gap-bar:#c92d38; }
.product-page .offer-price-gap.gap-tier-5 { --aw-gap-fg:#76121b; --aw-gap-bg:#ffd1cf; --aw-gap-bar:#aa1827; }
html[data-aw-contrast="dark"] .product-page .offer-price-gap {
  --aw-gap-fg:#ffe1de;
  --aw-gap-bg:#40262a;
  border-color:#7c4449 !important;
}
html[data-aw-contrast="dark"] .product-page .offer-price-gap.gap-tier-1 { --aw-gap-bg:#33272a; --aw-gap-bar:#d98b80; }
html[data-aw-contrast="dark"] .product-page .offer-price-gap.gap-tier-2 { --aw-gap-bg:#3a2529; --aw-gap-bar:#e06f67; }
html[data-aw-contrast="dark"] .product-page .offer-price-gap.gap-tier-3 { --aw-gap-bg:#432329; --aw-gap-bar:#ec5258; }
html[data-aw-contrast="dark"] .product-page .offer-price-gap.gap-tier-4 { --aw-gap-bg:#4b2028; --aw-gap-bar:#f03c49; }
html[data-aw-contrast="dark"] .product-page .offer-price-gap.gap-tier-5 { --aw-gap-bg:#541c26; --aw-gap-bar:#ff3043; }

/* Provider hero: no overlap and full dark-mode readability. */
.provider-profile-page .provider-profile-head { align-items: start !important; }
.provider-profile-page .provider-profile-metrics article {
  grid-template-columns: 96px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
}
.provider-profile-page .provider-update-metric {
  grid-template-columns: 1fr !important;
}
.provider-profile-page .provider-update-metric strong {
  grid-row: auto !important;
  white-space: nowrap !important;
  font-size: 1.12rem !important;
}
html[data-aw-contrast="dark"] .provider-profile-page .provider-profile-head,
html[data-aw-contrast="dark"] .provider-profile-page .provider-profile-brand-copy,
html[data-aw-contrast="dark"] .provider-profile-page .provider-profile-brand-copy :where(h1,p,summary) {
  color: var(--aw-dark-text, #f3f7fb) !important;
}
html[data-aw-contrast="dark"] .provider-profile-page .provider-profile-head {
  background: var(--aw-dark-surface, #162532) !important;
}


/* P1.45.0.10.6.3 – Navigation, Verzeichnis, Semantik und Datenqualität */
.search-result-commerce-visual{display:contents}
.provider-product-quality-note{display:inline-flex;margin-top:.35rem;padding:.2rem .48rem;border:1px solid #d6e1ef;border-radius:999px;color:#5a6d86;font-size:.72rem;font-weight:700}
.provider-profile-verified-note{margin:.8rem 0 0;color:#62738a;font-size:.88rem}
.categories-directory,.categories-featured{margin-top:2rem}.categories-directory-head{align-items:end}.category-directory-filter,.directory-filter{display:grid;gap:.35rem;font-weight:700;min-width:min(100%,22rem)}.category-directory-filter input,.directory-filter input{min-height:46px;border:1px solid #cad8ea;border-radius:12px;padding:.7rem .9rem;font:inherit}.category-alpha-nav{display:flex;flex-wrap:wrap;gap:.45rem;margin:1rem 0}.category-alpha-nav a{display:grid;place-items:center;min-width:38px;min-height:38px;border:1px solid #cad8ea;border-radius:10px;text-decoration:none;font-weight:800}.category-alpha-group,.brand-directory-groups section{scroll-margin-top:7rem;margin:1.5rem 0}.category-alpha-group h3,.brand-directory-groups h2{border-bottom:1px solid #dbe5f1;padding-bottom:.45rem}.category-alpha-links,.brand-directory-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.55rem}.category-alpha-links a,.brand-directory-grid a{display:flex;justify-content:space-between;gap:.8rem;align-items:center;padding:.75rem .85rem;border:1px solid #dbe5f1;border-radius:12px;text-decoration:none;background:#fff}.category-alpha-links small,.brand-directory-grid span{color:#61748c}.provider-index-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.provider-index-card{display:grid;grid-template-columns:88px minmax(0,1fr);gap:1rem;align-items:center;padding:1rem;border:1px solid #d8e3f0;border-radius:16px;background:#fff;text-decoration:none}.provider-index-card img{width:88px;height:58px;object-fit:contain}.provider-index-card span{min-width:0}.provider-index-card strong,.provider-index-card small{display:block}.provider-index-card em{grid-column:2;color:#0b4a91;font-style:normal;font-weight:800}.deals-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:1rem}
html[data-aw-contrast="dark"] :where(.category-alpha-links a,.brand-directory-grid a,.provider-index-card){background:#132238;border-color:#334a68;color:#f4f7fb}html[data-aw-contrast="dark"] :where(.category-directory-filter input,.directory-filter input){background:#0f1b2d;border-color:#425a78;color:#f4f7fb}html[data-aw-contrast="dark"] .provider-product-quality-note{border-color:#526781;color:#c7d3e2}
@media(max-width:760px){.categories-directory-head{align-items:stretch}.category-directory-filter,.directory-filter{min-width:0}.category-alpha-links,.brand-directory-grid,.provider-index-grid{grid-template-columns:1fr}.provider-index-card{grid-template-columns:72px minmax(0,1fr)}.provider-index-card img{width:72px}.search-result-commerce-visual{display:block}}

/* ========================================================================== 
   P1.45.0.10.6.4 – Asset Freshness, Offer Trust & Conversion Density
   ========================================================================== */

/* Product cards react to their actual card width, not only the viewport. */
.portal-homepage .product-card.product-card-v7 {
  container-name: aw-product-card;
  container-type: inline-size;
}
.portal-homepage .product-card.product-card-v7 .product-card-total-label {
  min-width: 0;
  line-height: 1.18;
}
.portal-homepage .product-card.product-card-v7 .product-card-total-label > span,
.portal-homepage .product-card.product-card-v7 .product-card-total-label > small {
  display: block;
}
.portal-homepage .product-card.product-card-v7 .product-card-total-label > small {
  margin-top: 2px;
  color: var(--aw106-muted);
  font-size: .72em;
  font-weight: 750;
}
.portal-homepage .product-card.product-card-v7 .product-card-total-line strong {
  min-width: max-content !important;
  white-space: nowrap !important;
  font-variant-numeric: tabular-nums;
}
.portal-homepage .product-card.product-card-v7 .product-card-provider-line-v4,
.portal-homepage .product-card.product-card-v7 .product-card-total-line {
  overflow: visible !important;
}

@container aw-product-card (max-width: 430px) {
  /* The subject of every rule remains a descendant. The portal/card prefixes
     intentionally match the specificity of the inherited v6 declarations. */
  .portal-homepage .product-card.product-card-v6.product-card-v7 .product-media {
    height: 116px !important;
    min-height: 116px !important;
    flex-basis: 116px !important;
    padding: 10px 14px 6px !important;
  }
  .portal-homepage .product-card.product-card-v6.product-card-v7 .product-media img {
    max-height: 94px !important;
  }
  .portal-homepage .product-card.product-card-v6.product-card-v7 .product-card-body {
    gap: 7px !important;
    padding: 13px 14px 14px !important;
  }
  .portal-homepage .product-card.product-card-v6.product-card-v7 .product-card-total-line,
  .portal-homepage .product-card.product-card-v6.product-card-v7 .product-card-provider-line-v4 {
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 4px !important;
  }
  .portal-homepage .product-card.product-card-v6.product-card-v7 .product-card-total-line strong {
    justify-self: start !important;
    font-size: 1.08rem !important;
  }
  .portal-homepage .product-card.product-card-v6.product-card-v7 .product-card-provider-line-v4 span {
    max-width: 100% !important;
    text-align: left !important;
    white-space: normal !important;
    overflow: visible !important;
    overflow-wrap: normal !important;
  }
  .portal-homepage .product-card.product-card-v6.product-card-v7 .main-action {
    min-height: 46px !important;
  }
}

@media (max-width: 620px) {
  .portal-homepage .portal-product-row[data-home-products-slider] > .product-card.product-card-v7 {
    overflow: hidden !important;
  }
  .portal-homepage .product-card.product-card-v7 .product-card-total-line,
  .portal-homepage .product-card.product-card-v7 .product-card-provider-line-v4 {
    grid-template-columns: 1fr !important;
  }
}

/* The hero no longer spends a summary tile on one global timestamp. */
.product-page .product-comparison-summary {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.product-page .product-price-freshness-summary {
  margin: 9px 0 0 !important;
  color: var(--aw106-muted) !important;
  font-size: .78rem !important;
  line-height: 1.35 !important;
}

/* Offer-specific freshness is quiet, close to the price and machine-readable. */
.product-page .offer-price-freshness {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 7px;
  margin: -1px 0 0 !important;
  color: var(--aw106-muted) !important;
  font-size: .68rem !important;
  line-height: 1.3 !important;
}
.product-page .offer-price-freshness span {
  font-weight: 760;
}
.product-page .offer-price-freshness time,
.product-page .offer-price-freshness strong {
  color: #3a5674 !important;
  font-weight: 780 !important;
  font-variant-numeric: tabular-nums;
}

/* Closed desktop rows prioritise provider, delivery, total price, premium and CTA. */
@media (min-width: 901px) {
  .product-page .offer-row.offer-compare-row {
    grid-template-columns: minmax(168px, 205px) minmax(235px, 1fr) minmax(198px, 216px) !important;
    gap: 12px !important;
    min-height: 0 !important;
    padding: 11px 14px !important;
  }
  .product-page .offer-provider-col,
  .product-page .offer-info-col,
  .product-page .offer-pricebox {
    align-self: start !important;
  }
  .product-page .offer-provider-col {
    justify-content: flex-start !important;
  }
  .product-page .offer-head {
    grid-template-columns: 82px minmax(0, 1fr) !important;
    gap: 9px !important;
    margin-bottom: 6px !important;
  }
  .product-page .offer-shop-logo {
    width: 82px !important;
    max-width: 82px !important;
    height: 42px !important;
  }
  .product-page .offer-facts {
    margin-bottom: 5px !important;
  }
  .product-page .offer-provider-profile summary {
    min-height: 30px !important;
    padding-block: 6px 4px !important;
  }
  .product-page .offer-pricebox {
    min-height: 0 !important;
    gap: 6px !important;
    padding-left: 14px !important;
  }
  .product-page .offer-price-list .offer-total-line {
    margin-top: 3px !important;
    padding-top: 7px !important;
  }
  .product-page .offer-price-list .offer-total-line dd {
    font-size: 1.55rem !important;
  }
  .product-page .offer-price-gap {
    padding-block: 6px !important;
  }
  .product-page .shop-link {
    min-height: 44px !important;
    padding-block: 9px !important;
  }
}

@media (max-width: 900px) {
  .product-page .product-comparison-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 680px) {
  .product-page .product-comparison-summary {
    grid-template-columns: 1fr !important;
  }
  .product-page .product-comparison-summary > div {
    border-right: 0 !important;
    border-bottom: 1px solid #e1e9f2 !important;
  }
  .product-page .product-comparison-summary > div:last-child {
    border-bottom: 0 !important;
  }
  .product-page .offer-row.offer-compare-row {
    gap: 9px !important;
    padding: 14px !important;
  }
  .product-page .offer-pricebox {
    gap: 7px !important;
    padding-top: 10px !important;
  }
}

/* Removed per-row outbound disclaimer: one global disclosure remains. */
.product-page .offer-outbound-note { display: none !important; }
.product-page .legal-note[data-p14501064-global-provider-note] {
  margin-top: 10px !important;
}

html[data-aw-contrast="dark"] .product-page .offer-price-freshness,
html[data-aw-contrast="dark"] .product-page .product-price-freshness-summary {
  color: #b9c8d9 !important;
}
html[data-aw-contrast="dark"] .product-page .offer-price-freshness :where(time,strong) {
  color: #e8eff8 !important;
}



/* ========================================================================== 
   P1.45.0.10.6.5 – UI Acceptance, Responsive Trust & Density Hardening
   ========================================================================== */

/* The home carousel remains a flex scroller, but card width now follows the
   actual row width. This removes the 620/621 jump and fits four complete cards
   in the 1360 px desktop shell without changing mobile swipe behaviour. */
.portal-homepage .portal-product-row[data-home-products-slider] > .product-card.portal-product-card.product-card-v4.product-card-v6.product-card-v7 {
  flex: 0 0 clamp(320px, calc((100% - 36px) / 4), 338px) !important;
  width: clamp(320px, calc((100% - 36px) / 4), 338px) !important;
  max-width: clamp(320px, calc((100% - 36px) / 4), 338px) !important;
  height: auto !important;
  min-height: 416px !important;
  max-height: none !important;
}
.portal-homepage .home-product-nav {
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
}
.portal-homepage .home-product-tabs {
  scroll-padding-inline: 2px 22px;
  padding-right: 22px !important;
}
.portal-homepage .product-card.product-card-v7 .product-card-total-label > span {
  white-space: nowrap !important;
}

@media (max-width: 620px) {
  .portal-homepage .portal-product-row[data-home-products-slider] > .product-card.portal-product-card.product-card-v4.product-card-v6.product-card-v7 {
    flex: 0 0 clamp(272px, calc(100vw - 48px), 350px) !important;
    width: clamp(272px, calc(100vw - 48px), 350px) !important;
    max-width: clamp(272px, calc(100vw - 48px), 350px) !important;
    min-height: 408px !important;
  }
}

@container aw-product-card (max-width: 430px) {
  .portal-homepage .product-card.product-card-v6.product-card-v7 .product-media {
    height: 104px !important;
    min-height: 104px !important;
    flex-basis: 104px !important;
    padding: 8px 14px 5px !important;
  }
  .portal-homepage .product-card.product-card-v6.product-card-v7 .product-media img {
    max-height: 86px !important;
  }
  .portal-homepage .product-card.product-card-v6.product-card-v7 .product-card-body {
    gap: 6px !important;
    padding: 12px 13px 13px !important;
  }
  .portal-homepage .product-card.product-card-v6.product-card-v7 .product-card-total-line {
    grid-template-columns: minmax(0, 1fr) max-content !important;
    align-items: center !important;
    gap: 8px !important;
  }
  .portal-homepage .product-card.product-card-v6.product-card-v7 .product-card-provider-line-v4 {
    grid-template-columns: 1fr !important;
    gap: 2px !important;
  }
  .portal-homepage .product-card.product-card-v6.product-card-v7 .product-card-provider-line-v4 span {
    text-align: left !important;
  }
}

@media (max-width: 360px) {
  .portal-homepage .home-product-tab-period {
    display: none !important;
  }
}

/* Explicit contrast contracts for the exact dark surfaces used by cards and
   tabs. All values exceed 4.5:1 against the current dark card backgrounds. */
html[data-aw-contrast="dark"] body.portal-homepage .product-card.product-card-v7 .product-card-provider-line-v4 strong {
  color: #e8f0f8 !important;
}
html[data-aw-contrast="dark"] body.portal-homepage .product-card.product-card-v7 .product-card-provider-line-v4 span {
  color: #8ee7b7 !important;
}
html[data-aw-contrast="dark"] body.portal-homepage .home-product-tab:not([aria-selected="true"]) {
  color: #08275b !important;
  background: #ffffff !important;
  border-color: #9fb5ce !important;
}
html[data-aw-contrast="dark"] body.portal-homepage .home-product-tab:not([aria-selected="true"]) .home-product-tab-period {
  color: #274463 !important;
  opacity: 1 !important;
}
html[data-aw-contrast="dark"] body.portal-homepage .home-product-tab[aria-selected="true"] .home-product-tab-period {
  color: currentColor !important;
  opacity: .94 !important;
}

/* Occupancy-driven summary: no fourth empty column when only three facts are
   rendered. On common mobile widths the third fact spans the full second row. */
body.product-page .product-comparison-summary {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
}
@media (max-width: 680px) and (min-width: 361px) {
  body.product-page .product-comparison-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  body.product-page .product-comparison-summary > div:last-child {
    grid-column: 1 / -1 !important;
    border-right: 0 !important;
  }
  body.product-page .product-comparison-summary > div:nth-child(2) {
    border-right: 0 !important;
  }
  body.product-page .product-comparison-summary > div:nth-child(-n + 2) {
    border-bottom: 1px solid #e1e9f2 !important;
  }
}
@media (max-width: 360px) {
  body.product-page .product-comparison-summary {
    grid-template-columns: 1fr !important;
  }
  body.product-page .product-comparison-summary > div {
    grid-column: auto !important;
    border-right: 0 !important;
    border-bottom: 1px solid #e1e9f2 !important;
  }
  body.product-page .product-comparison-summary > div:last-child {
    border-bottom: 0 !important;
  }
}

/* Provider freshness is a text metric, not a fixed-width number. The public
   provider template places .provider-profile-page on a wrapper div, not on
   <body>. This wrapper contract deliberately outranks the earlier 96px metric
   column so dates wrap inside their own row instead of overlapping labels. */
/* p14501065-provider-wrapper-selector-contract-v1 */
.provider-profile-page .provider-profile-metrics .provider-update-metric {
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto auto auto !important;
  align-content: center !important;
  gap: 3px !important;
  min-width: 0 !important;
}
.provider-profile-page .provider-profile-metrics .provider-update-metric strong,
.provider-profile-page .provider-profile-metrics .provider-update-metric time,
.provider-profile-page .provider-profile-metrics .provider-update-metric span,
.provider-profile-page .provider-profile-metrics .provider-update-metric small {
  min-width: 0 !important;
  max-width: 100% !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  overflow-wrap: anywhere !important;
}
.provider-profile-page .provider-profile-metrics .provider-update-metric strong {
  grid-row: auto !important;
  font-size: clamp(.96rem, 1.2vw, 1.12rem) !important;
  line-height: 1.22 !important;
}

/* Compact closed offer cards keep all decision data but remove repeated
   vertical whitespace. Product and shipping price share one row on mobile. */
@media (max-width: 680px) {
  body.product-page .offer-row.offer-compare-row {
    gap: 8px !important;
    padding: 12px !important;
  }
  body.product-page .offer-head {
    grid-template-columns: 72px minmax(0, 1fr) !important;
    gap: 8px !important;
    margin-bottom: 4px !important;
  }
  body.product-page .offer-shop-logo {
    width: 72px !important;
    max-width: 72px !important;
    height: 38px !important;
  }
  body.product-page .offer-delivery {
    margin: 0 !important;
    font-size: .82rem !important;
    line-height: 1.25 !important;
  }
  body.product-page .offer-info-col {
    gap: 5px !important;
  }
  body.product-page .offer-facts {
    gap: 4px !important;
    margin-bottom: 4px !important;
  }
  body.product-page .offer-facts span {
    padding: 4px 7px !important;
    font-size: .69rem !important;
  }
  body.product-page .offer-provider-profile summary {
    min-height: 30px !important;
    padding-block: 6px 4px !important;
  }
  body.product-page .offer-pricebox {
    gap: 5px !important;
    padding: 8px 0 0 !important;
  }
  body.product-page .offer-price-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 5px 10px !important;
  }
  body.product-page .offer-price-list > div {
    min-width: 0 !important;
    margin: 0 !important;
  }
  body.product-page .offer-price-list .offer-total-line {
    grid-column: 1 / -1 !important;
    margin-top: 0 !important;
    padding-top: 6px !important;
  }
  body.product-page .offer-price-list .offer-total-line dd {
    font-size: 1.48rem !important;
  }
  body.product-page .offer-price-freshness {
    gap: 3px 6px !important;
    margin-top: 0 !important;
  }
  body.product-page .offer-price-gap {
    padding-block: 6px !important;
  }
  body.product-page .shop-link {
    min-height: 44px !important;
    padding-block: 9px !important;
  }
}

/* The fixed CTA starts hidden in markup and becomes interactive only after the
   normal hero CTA has scrolled out, so it never obscures the hero summary. */
body.product-page .product-mobile-cta.is-hidden {
  visibility: hidden;
}
body.product-page .product-mobile-cta:not(.is-hidden) {
  visibility: visible;
}

/* P1.45.0.10.6.5 mobile specificity closure: the legacy v4 mobile card
   contract used a more specific selector. These rules intentionally outrank
   it so the acceptance dimensions are deterministic rather than incidental. */
@media (max-width: 620px) {
  .portal-homepage .portal-product-row[data-home-products-slider] > .product-card.portal-product-card.product-card-v4.product-card-v6.product-card-v7 {
    display: flex !important;
    flex-direction: column !important;
    height: 424px !important;
    min-height: 424px !important;
    max-height: 424px !important;
  }
  .portal-homepage .product-card.portal-product-card.product-card-v4.product-card-v6.product-card-v7 .product-media {
    height: 100px !important;
    min-height: 100px !important;
    max-height: 100px !important;
    flex: 0 0 100px !important;
    padding: 7px 13px 5px !important;
  }
  .portal-homepage .product-card.portal-product-card.product-card-v4.product-card-v6.product-card-v7 .product-media img {
    max-height: 82px !important;
  }
  .portal-homepage .product-card.portal-product-card.product-card-v4.product-card-v6.product-card-v7 .product-card-body {
    flex: 1 1 auto !important;
    gap: 5px !important;
    padding: 10px 12px 12px !important;
  }
  .portal-homepage .product-card.portal-product-card.product-card-v4.product-card-v6.product-card-v7 .product-card-meta {
    min-height: 18px !important;
    max-height: 18px !important;
    line-height: 18px !important;
  }
  .portal-homepage .product-card.portal-product-card.product-card-v4.product-card-v6.product-card-v7 .product-card-commerce-v4 {
    gap: 5px !important;
    padding-top: 2px !important;
  }
  .portal-homepage .product-card.portal-product-card.product-card-v4.product-card-v6.product-card-v7 .product-card-price-block-v4 {
    min-height: 44px !important;
  }
  .portal-homepage .product-card.portal-product-card.product-card-v4.product-card-v6.product-card-v7 .product-current-price-row-v4 {
    min-height: 32px !important;
  }
  .portal-homepage .product-card.portal-product-card.product-card-v4.product-card-v6.product-card-v7 .product-card-total-line {
    min-height: 44px !important;
    padding: 5px 0 !important;
  }
  .portal-homepage .product-card.portal-product-card.product-card-v4.product-card-v6.product-card-v7 .product-card-provider-line-v4 {
    min-height: 28px !important;
  }
  .portal-homepage .product-card.portal-product-card.product-card-v4.product-card-v6.product-card-v7 .card-actions {
    margin-top: 3px !important;
  }
}

/* Dark primary action must be distinguishable from the card surface as a UI
   component, not only readable as text. */
html[data-aw-contrast="dark"] body.portal-homepage .product-card.portal-product-card.product-card-v7 .main-action {
  color: #ffffff !important;
  background: #1f73d2 !important;
  border-color: #78adf0 !important;
}
html[data-aw-contrast="dark"] body.portal-homepage .product-card.portal-product-card.product-card-v7 .main-action:hover,
html[data-aw-contrast="dark"] body.portal-homepage .product-card.portal-product-card.product-card-v7 .main-action:focus-visible {
  color: #ffffff !important;
  background: #1672d4 !important;
  border-color: #9bc5f6 !important;
}

/* Product comparison dark surfaces use opaque endpoints. This prevents a
   translucent best-price gradient from depending on the white list surface
   underneath and gives primary offer actions a 3:1 component boundary. */
html[data-aw-contrast="dark"] body.product-page .offer-list {
  background: #162532 !important;
  border-color: #405566 !important;
}
html[data-aw-contrast="dark"] body.product-page .offer-row.offer-compare-row {
  color: #f3f7fb !important;
  background: #162532 !important;
  border-color: #405566 !important;
}
html[data-aw-contrast="dark"] body.product-page .offer-row.offer-compare-row.best {
  background: linear-gradient(90deg, #3b321e 0%, #162532 38%) !important;
}
html[data-aw-contrast="dark"] body.product-page :where(
  .offer-row .shop-link.main-action,
  .product-comparison-hero .product-offers-jump,
  .product-mobile-cta .main-action
) {
  color: #ffffff !important;
  background: #1f73d2 !important;
  border-color: #78adf0 !important;
}
html[data-aw-contrast="dark"] body.product-page :where(
  .offer-row .shop-link.main-action,
  .product-comparison-hero .product-offers-jump,
  .product-mobile-cta .main-action
):hover,
html[data-aw-contrast="dark"] body.product-page :where(
  .offer-row .shop-link.main-action,
  .product-comparison-hero .product-offers-jump,
  .product-mobile-cta .main-action
):focus-visible {
  color: #ffffff !important;
  background: #1672d4 !important;
  border-color: #9bc5f6 !important;
}
/* ========================================================================== 
   P1.45.0.10.6.5 R8 – Exact Public DOM Dark Contract & Mobile Offer Density
   ========================================================================== */
/* Route identity is taken from the component contract itself. This remains
   valid whether portal-homepage is carried by <body> or by an inner wrapper. */
html[data-aw-contrast="dark"] [data-home-products-slider] > .product-card.portal-product-card.product-card-v7 {
  color: #f3f7fb !important;
  background: #132940 !important;
  border-color: #52677c !important;
}
html[data-aw-contrast="dark"] [data-home-products-slider] > .product-card.portal-product-card.product-card-v7 :where(
  .product-name,
  .product-card-current-price-v4,
  .product-card-current-price-v4 .product-price-amount,
  .product-card-total-line strong,
  .product-card-provider-line-v4 strong
) {
  color: #f3f7fb !important;
}
html[data-aw-contrast="dark"] [data-home-products-slider] > .product-card.portal-product-card.product-card-v7 :where(
  .product-card-meta,
  .product-unit-price-v4,
  .product-card-current-price-v4 small,
  .product-card-total-label,
  .product-card-total-label > span,
  .product-card-total-label > small
) {
  color: #c7d5e4 !important;
}
html[data-aw-contrast="dark"] [data-home-products-slider] > .product-card.portal-product-card.product-card-v7 .product-card-provider-line-v4 span {
  color: #8ee7b7 !important;
}
html[data-aw-contrast="dark"] [data-home-products-slider] > .product-card.portal-product-card.product-card-v7 :where(
  .product-card-total-line,
  .product-media
) {
  border-color: #405566 !important;
}
html[data-aw-contrast="dark"] [data-home-products-slider] > .product-card.portal-product-card.product-card-v7 .main-action {
  color: #ffffff !important;
  background: #1f73d2 !important;
  border-color: #78adf0 !important;
}
html[data-aw-contrast="dark"] [data-home-products-slider] > .product-card.portal-product-card.product-card-v7 .main-action:hover,
html[data-aw-contrast="dark"] [data-home-products-slider] > .product-card.portal-product-card.product-card-v7 .main-action:focus-visible {
  color: #ffffff !important;
  background: #1672d4 !important;
  border-color: #9bc5f6 !important;
}
html[data-aw-contrast="dark"] .home-product-tab:not([aria-selected="true"]) {
  color: #08275b !important;
  background: #ffffff !important;
  border-color: #9fb5ce !important;
}
html[data-aw-contrast="dark"] .home-product-tab:not([aria-selected="true"]) .home-product-tab-period {
  color: #274463 !important;
  opacity: 1 !important;
}
html[data-aw-contrast="dark"] .home-product-tab[aria-selected="true"] .home-product-tab-period {
  color: currentColor !important;
  opacity: .94 !important;
}

/* Secondary facts remain available by horizontal swipe instead of creating
   two or three extra card rows. Primary price and CTA retain 44 px targets. */
@media (max-width: 680px) {
  body.product-page .offer-row.offer-compare-row {
    gap: 6px !important;
    padding: 10px !important;
  }
  body.product-page .offer-head {
    margin-bottom: 2px !important;
  }
  body.product-page .offer-profile-link {
    margin-top: 2px !important;
  }
  body.product-page .offer-facts {
    flex-wrap: nowrap !important;
    gap: 4px !important;
    margin-bottom: 2px !important;
    padding: 0 14px 2px 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    -webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 18px), transparent 100%);
    mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 18px), transparent 100%);
  }
  body.product-page .offer-facts::-webkit-scrollbar {
    display: none;
  }
  body.product-page .offer-facts span {
    flex: 0 0 auto !important;
    max-width: none !important;
    padding: 4px 7px !important;
    white-space: nowrap !important;
  }
  body.product-page .offer-provider-profile summary {
    min-height: 28px !important;
    padding: 5px 26px 3px 0 !important;
  }
  body.product-page .offer-pricebox {
    gap: 4px !important;
    padding-top: 6px !important;
  }
  body.product-page .offer-price-list {
    gap: 3px 8px !important;
  }
  body.product-page .offer-price-list .offer-total-line {
    padding-top: 4px !important;
  }
  body.product-page .offer-price-freshness {
    line-height: 1.2 !important;
  }
  body.product-page .shop-link {
    min-height: 44px !important;
    padding-block: 8px !important;
  }
}

/* R8 mobile offer compaction against the complete public offer DOM. */
@media (max-width: 680px) {
  .offer-row.offer-compare-row .offer-provider-col {
    gap: 2px !important;
  }
  .offer-row.offer-compare-row .offer-head {
    grid-template-columns: 56px minmax(0, 1fr) !important;
    gap: 7px !important;
    min-height: 0 !important;
  }
  .offer-row.offer-compare-row .offer-shop-logo {
    width: 56px !important;
    max-width: 56px !important;
    height: 34px !important;
  }
  .offer-row.offer-compare-row .offer-head h3 {
    margin: 0 !important;
    font-size: .9rem !important;
    line-height: 1.16 !important;
  }
  .offer-row.offer-compare-row .offer-best-badge {
    margin-top: 3px !important;
    padding: 2px 5px !important;
    font-size: .62rem !important;
    line-height: 1.15 !important;
  }
  .offer-row.offer-compare-row .offer-profile-link {
    font-size: .72rem !important;
    line-height: 1.18 !important;
  }
  .offer-row.offer-compare-row .offer-price-list :where(dt, dd) {
    line-height: 1.16 !important;
  }
  .offer-row.offer-compare-row .offer-price-list dt {
    font-size: .7rem !important;
  }
  .offer-row.offer-compare-row .offer-price-list dd {
    font-size: .85rem !important;
  }
  .offer-row.offer-compare-row .offer-price-list .offer-total-line dd {
    font-size: 1.36rem !important;
    line-height: 1.05 !important;
  }
  .offer-row.offer-compare-row .offer-price-gap {
    min-height: 0 !important;
    padding: 4px 8px 4px 13px !important;
  }
  .offer-row.offer-compare-row .shop-link.main-action {
    min-height: 44px !important;
    padding: 8px 10px !important;
    font-size: .84rem !important;
    line-height: 1.16 !important;
  }
}
/* ========================================================================== 
   P1.45.0.10.6.5 R9 – Unique Basename & Explicit Dark Cascade Closure
   ========================================================================== */
/* p14501065-r9-inline-home-dark-critical-v1
   Late, nonce-bearing critical fallback for the exact public homepage card DOM.
   It deliberately avoids zero-specificity grouping so every decision element outranks legacy
   !important declarations even when an intermediary CSS optimizer varies by UA. */
html[data-aw-contrast="dark"] body.home-page.portal-homepage.portal-ui div.portal-product-row[data-home-products-slider] > article.product-card.portal-product-card.featured-home-product-card.product-card-v2.product-card-v3.product-card-v4.product-card-v6.product-card-v7 {
  color: #f3f7fb !important;
  background: #132940 !important;
  border-color: #526780 !important;
}
html[data-aw-contrast="dark"] body.home-page.portal-homepage.portal-ui div.portal-product-row[data-home-products-slider] > article.product-card.portal-product-card.featured-home-product-card.product-card-v2.product-card-v3.product-card-v4.product-card-v6.product-card-v7 .product-card-body,
html[data-aw-contrast="dark"] body.home-page.portal-homepage.portal-ui div.portal-product-row[data-home-products-slider] > article.product-card.portal-product-card.featured-home-product-card.product-card-v2.product-card-v3.product-card-v4.product-card-v6.product-card-v7 .product-card-commerce-v4,
html[data-aw-contrast="dark"] body.home-page.portal-homepage.portal-ui div.portal-product-row[data-home-products-slider] > article.product-card.portal-product-card.featured-home-product-card.product-card-v2.product-card-v3.product-card-v4.product-card-v6.product-card-v7 .product-card-price-block-v4 {
  color: #f3f7fb !important;
  background: #132940 !important;
  border-color: #405566 !important;
}
html[data-aw-contrast="dark"] body.home-page.portal-homepage.portal-ui div.portal-product-row[data-home-products-slider] > article.product-card.portal-product-card.featured-home-product-card.product-card-v2.product-card-v3.product-card-v4.product-card-v6.product-card-v7 a.product-name,
html[data-aw-contrast="dark"] body.home-page.portal-homepage.portal-ui div.portal-product-row[data-home-products-slider] > article.product-card.portal-product-card.featured-home-product-card.product-card-v2.product-card-v3.product-card-v4.product-card-v6.product-card-v7 span.product-card-current-price.product-card-current-price-v4,
html[data-aw-contrast="dark"] body.home-page.portal-homepage.portal-ui div.portal-product-row[data-home-products-slider] > article.product-card.portal-product-card.featured-home-product-card.product-card-v2.product-card-v3.product-card-v4.product-card-v6.product-card-v7 span.product-card-current-price.product-card-current-price-v4 span.product-price-amount,
html[data-aw-contrast="dark"] body.home-page.portal-homepage.portal-ui div.portal-product-row[data-home-products-slider] > article.product-card.portal-product-card.featured-home-product-card.product-card-v2.product-card-v3.product-card-v4.product-card-v6.product-card-v7 span.product-card-current-price.product-card-current-price-v4 span.product-price-major,
html[data-aw-contrast="dark"] body.home-page.portal-homepage.portal-ui div.portal-product-row[data-home-products-slider] > article.product-card.portal-product-card.featured-home-product-card.product-card-v2.product-card-v3.product-card-v4.product-card-v6.product-card-v7 span.product-card-current-price.product-card-current-price-v4 sup.product-price-minor,
html[data-aw-contrast="dark"] body.home-page.portal-homepage.portal-ui div.portal-product-row[data-home-products-slider] > article.product-card.portal-product-card.featured-home-product-card.product-card-v2.product-card-v3.product-card-v4.product-card-v6.product-card-v7 span.product-card-current-price.product-card-current-price-v4 span.product-price-currency,
html[data-aw-contrast="dark"] body.home-page.portal-homepage.portal-ui div.portal-product-row[data-home-products-slider] > article.product-card.portal-product-card.featured-home-product-card.product-card-v2.product-card-v3.product-card-v4.product-card-v6.product-card-v7 div.product-card-total-line > strong,
html[data-aw-contrast="dark"] body.home-page.portal-homepage.portal-ui div.portal-product-row[data-home-products-slider] > article.product-card.portal-product-card.featured-home-product-card.product-card-v2.product-card-v3.product-card-v4.product-card-v6.product-card-v7 div.product-card-provider-line.product-card-provider-line-v4 > strong {
  color: #f3f7fb !important;
}
html[data-aw-contrast="dark"] body.home-page.portal-homepage.portal-ui div.portal-product-row[data-home-products-slider] > article.product-card.portal-product-card.featured-home-product-card.product-card-v2.product-card-v3.product-card-v4.product-card-v6.product-card-v7 p.product-card-meta,
html[data-aw-contrast="dark"] body.home-page.portal-homepage.portal-ui div.portal-product-row[data-home-products-slider] > article.product-card.portal-product-card.featured-home-product-card.product-card-v2.product-card-v3.product-card-v4.product-card-v6.product-card-v7 small.product-unit-price,
html[data-aw-contrast="dark"] body.home-page.portal-homepage.portal-ui div.portal-product-row[data-home-products-slider] > article.product-card.portal-product-card.featured-home-product-card.product-card-v2.product-card-v3.product-card-v4.product-card-v6.product-card-v7 span.product-card-current-price.product-card-current-price-v4 > small,
html[data-aw-contrast="dark"] body.home-page.portal-homepage.portal-ui div.portal-product-row[data-home-products-slider] > article.product-card.portal-product-card.featured-home-product-card.product-card-v2.product-card-v3.product-card-v4.product-card-v6.product-card-v7 span.product-card-total-label,
html[data-aw-contrast="dark"] body.home-page.portal-homepage.portal-ui div.portal-product-row[data-home-products-slider] > article.product-card.portal-product-card.featured-home-product-card.product-card-v2.product-card-v3.product-card-v4.product-card-v6.product-card-v7 span.product-card-total-label > span,
html[data-aw-contrast="dark"] body.home-page.portal-homepage.portal-ui div.portal-product-row[data-home-products-slider] > article.product-card.portal-product-card.featured-home-product-card.product-card-v2.product-card-v3.product-card-v4.product-card-v6.product-card-v7 span.product-card-total-label > small {
  color: #c7d5e4 !important;
}
html[data-aw-contrast="dark"] body.home-page.portal-homepage.portal-ui div.portal-product-row[data-home-products-slider] > article.product-card.portal-product-card.featured-home-product-card.product-card-v2.product-card-v3.product-card-v4.product-card-v6.product-card-v7 div.product-card-provider-line.product-card-provider-line-v4 > span {
  color: #8ee7b7 !important;
}
html[data-aw-contrast="dark"] body.home-page.portal-homepage.portal-ui div.portal-product-row[data-home-products-slider] > article.product-card.portal-product-card.featured-home-product-card.product-card-v2.product-card-v3.product-card-v4.product-card-v6.product-card-v7 a.main-action {
  color: #ffffff !important;
  background: #1f73d2 !important;
  border-color: #78adf0 !important;
}
html[data-aw-contrast="dark"] body.home-page.portal-homepage.portal-ui div.portal-product-row[data-home-products-slider] > article.product-card.portal-product-card.featured-home-product-card.product-card-v2.product-card-v3.product-card-v4.product-card-v6.product-card-v7 a.main-action:hover,
html[data-aw-contrast="dark"] body.home-page.portal-homepage.portal-ui div.portal-product-row[data-home-products-slider] > article.product-card.portal-product-card.featured-home-product-card.product-card-v2.product-card-v3.product-card-v4.product-card-v6.product-card-v7 a.main-action:focus-visible {
  color: #ffffff !important;
  background: #1672d4 !important;
  border-color: #9bc5f6 !important;
}

/* ========================================================================== 
   P1.45.0.10.6.8 – Product Hero Air, Hierarchy & Reduced Box Density
   ========================================================================== */
/* p14501068-product-hero-air-hierarchy-v1 */
body.product-page .product-comparison-hero {
  position: relative !important;
  padding: 8px 0 4px clamp(30px, 2.4vw, 38px) !important;
}

body.product-page .product-comparison-hero::before {
  inset: 8px auto 8px 0 !important;
  width: 3px !important;
  height: auto !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #0c4c8e 0%, #d9a52d 100%) !important;
  box-shadow: none !important;
}

body.product-page .product-hero-media {
  border-color: rgba(31, 55, 106, .09) !important;
  border-radius: 24px !important;
  box-shadow: 0 10px 24px rgba(8, 39, 91, .045) !important;
}

body.product-page .product-comparison-hero .detail-title {
  max-width: 940px !important;
  margin-bottom: 8px !important;
}

body.product-page .product-comparison-hero .summary-maker {
  margin-bottom: 12px !important;
}

body.product-page .product-comparison-hero .fact-list {
  margin-top: 16px !important;
  padding: 12px 0 !important;
  border-color: #dfe7f0 !important;
}

body.product-page .product-comparison-hero .fact-list > div {
  padding: 4px 18px !important;
  border-right-color: #e5ecf3 !important;
}

body.product-page .product-comparison-summary {
  margin: 18px 0 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 18px !important;
  background: #f6f9fc !important;
  box-shadow:
    inset 0 0 0 1px #dbe5ef,
    0 8px 18px rgba(8, 39, 91, .035) !important;
}

body.product-page .product-comparison-summary > div {
  min-height: 82px !important;
  padding: 14px 18px !important;
  border-right-color: #dfe8f1 !important;
  background: transparent !important;
}

body.product-page .product-comparison-summary > div:first-child {
  background: linear-gradient(135deg, rgba(255, 249, 233, .92) 0%, rgba(255, 244, 218, .64) 100%) !important;
}

body.product-page .product-comparison-summary span {
  margin-bottom: 2px !important;
  color: #62758d !important;
  font-size: .7rem !important;
  letter-spacing: .045em !important;
}

body.product-page .product-comparison-summary strong {
  color: #10294d !important;
  font-size: 1.12rem !important;
  line-height: 1.18 !important;
}

body.product-page .product-price-freshness-summary {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 10px 0 0 !important;
  color: #61758d !important;
}

body.product-page .product-price-freshness-summary::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2b9a61;
  box-shadow: 0 0 0 4px rgba(43, 154, 97, .10);
}

body.product-page .product-offers-jump {
  margin-top: 15px !important;
  box-shadow: 0 8px 18px rgba(11, 60, 118, .14) !important;
}

body.product-page .product-context-nav {
  gap: 7px !important;
  margin-top: 14px !important;
}

body.product-page .product-context-nav :where(span, a) {
  padding: 6px 10px !important;
  border-color: transparent !important;
  background: #eef3f8 !important;
  color: #365473 !important;
  box-shadow: inset 0 0 0 1px rgba(46, 79, 116, .06) !important;
}

body.product-page .product-context-nav a:hover,
body.product-page .product-context-nav a:focus-visible {
  background: #e5edf6 !important;
  box-shadow: inset 0 0 0 1px #b8cce0 !important;
}

body.product-page .summary-actions {
  gap: 8px !important;
  margin-top: 15px !important;
  padding-top: 14px !important;
  border-top: 1px solid #dfe7f0 !important;
}

body.product-page .summary-actions :where(.outline-action, .basket-button) {
  border-color: #cbd9e7 !important;
  background: rgba(255, 255, 255, .78) !important;
  box-shadow: none !important;
}

body.product-page .summary-actions :where(.outline-action, .basket-button):hover,
body.product-page .summary-actions :where(.outline-action, .basket-button):focus-visible {
  border-color: #9fb9d2 !important;
  background: #f4f8fc !important;
}

html[data-aw-contrast="dark"] body.product-page .product-comparison-hero::before {
  background: linear-gradient(180deg, #62a9ef 0%, #e7be61 100%) !important;
}

html[data-aw-contrast="dark"] body.product-page .product-comparison-summary {
  background: #142b42 !important;
  box-shadow:
    inset 0 0 0 1px var(--aw-dark-line),
    0 8px 18px rgba(0, 0, 0, .16) !important;
}

html[data-aw-contrast="dark"] body.product-page .product-comparison-summary > div:first-child {
  background: linear-gradient(135deg, rgba(113, 83, 20, .34) 0%, rgba(20, 43, 66, .90) 100%) !important;
}

html[data-aw-contrast="dark"] body.product-page .product-price-freshness-summary {
  color: #bfd0e1 !important;
}

html[data-aw-contrast="dark"] body.product-page .product-price-freshness-summary::before {
  background: #7ee6a9;
  box-shadow: 0 0 0 4px rgba(126, 230, 169, .12);
}

html[data-aw-contrast="dark"] body.product-page .product-context-nav :where(span, a) {
  color: #dbe8f5 !important;
  background: #1a344d !important;
  box-shadow: inset 0 0 0 1px #405a73 !important;
}

html[data-aw-contrast="dark"] body.product-page .summary-actions {
  border-top-color: var(--aw-dark-line) !important;
}

html[data-aw-contrast="dark"] body.product-page .summary-actions :where(.outline-action, .basket-button) {
  color: #e8f0f8 !important;
  border-color: #526d86 !important;
  background: #193149 !important;
}

html[data-aw-contrast="dark"] body.product-page .product-identifiers {
  border-color: var(--aw-dark-line) !important;
  background: transparent !important;
}

html[data-aw-contrast="dark"] body.product-page .product-identifiers > summary,
html[data-aw-contrast="dark"] body.product-page .product-identifiers dd {
  color: #e8f0f8 !important;
}

html[data-aw-contrast="dark"] body.product-page .product-identifiers dt {
  color: #b9c8d9 !important;
}

@media (max-width: 900px) {
  body.product-page .product-comparison-hero {
    padding-left: 26px !important;
  }

  body.product-page .product-comparison-summary > div {
    padding-inline: 15px !important;
  }
}

@media (max-width: 680px) {
  body.product-page .product-comparison-hero {
    padding: 18px 0 2px !important;
  }

  body.product-page .product-comparison-hero::before {
    inset: 0 auto auto 0 !important;
    width: 56px !important;
    height: 3px !important;
  }

  body.product-page .product-hero-media {
    border-radius: 20px !important;
    box-shadow: 0 7px 18px rgba(8, 39, 91, .04) !important;
  }

  body.product-page .product-comparison-summary {
    border-radius: 16px !important;
  }

  body.product-page .product-comparison-summary > div {
    min-height: 72px !important;
    padding: 12px 13px !important;
  }

  body.product-page .summary-actions {
    padding-top: 12px !important;
  }
}

@media (forced-colors: active) {
  body.product-page .product-comparison-hero::before {
    background: CanvasText !important;
  }

  body.product-page .product-comparison-summary,
  body.product-page .summary-actions :where(.outline-action, .basket-button) {
    border: 1px solid CanvasText !important;
    box-shadow: none !important;
  }
}

/* ========================================================================== 
   P1.45.0.10.6.9 – Mobile Product Reflow, Clipping & Overlay Guard
   ========================================================================== */
/* p14501069-mobile-product-reflow-clipping-guard-v1 */
@media (max-width: 680px) {
  /* Keep the mobile trust message complete instead of showing a clipped
     carousel item. The remaining trust points stay available in the footer. */
  body.product-page .portal-trustbar-inner {
    min-height: 32px !important;
    justify-content: center !important;
    gap: 0 !important;
    overflow: hidden !important;
    padding-inline: 8px !important;
    white-space: normal !important;
  }

  body.product-page .portal-trustbar-inner > :not(:first-child) {
    display: none !important;
  }

  body.product-page .portal-trustbar-inner > span:first-child {
    max-width: 100% !important;
    justify-content: center !important;
    font-size: .78rem !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: normal !important;
  }

  /* Product pages get the compact two-row mobile header: brand and the three
     essential tools, followed by the search field. */
  body.product-page .portal-header-row {
    min-height: 0 !important;
    padding-block: 8px 9px !important;
    gap: 8px 10px !important;
  }

  body.product-page .portal-brand img {
    width: min(166px, 45vw) !important;
  }

  body.product-page .portal-head .header-actions {
    gap: 5px !important;
  }

  body.product-page .portal-head :where(
    .nav-basket-link,
    .header-action[href="/konto"],
    .reader-quick-tools
  ) {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    flex-basis: 44px !important;
  }

  body.product-page .portal-head .head-search {
    grid-template-columns: minmax(0, 1fr) 96px !important;
    margin-top: 0 !important;
  }

  body.product-page .portal-head .head-search input,
  body.product-page .portal-head .head-search button {
    min-height: 48px !important;
  }

  body.product-page .portal-head .head-search button {
    width: 96px !important;
  }

  /* Avoid a third partially visible category item. Mobile product pages keep
     the category drawer and multi-product entry as the two primary routes. */
  body.product-page .portal-category-scroll {
    min-height: 46px !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    padding-block: 1px !important;
    overflow: hidden !important;
  }

  body.product-page .portal-category-scroll > a:nth-child(n + 3) {
    display: none !important;
  }

  body.product-page .portal-category-scroll > a {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 44px !important;
    font-size: .88rem !important;
  }

  /* A concise wrapped breadcrumb is preferable to a retained horizontal scroll
     position that starts mid-word after Safari restores the page. */
  body.product-page .product-page-band-compact {
    padding-block: 0 !important;
  }

  body.product-page .product-topline-compact {
    display: none !important;
  }

  body.product-page .breadcrumb {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    gap: 4px 7px !important;
    min-height: 44px !important;
    padding-block: 10px !important;
    overflow: visible !important;
    white-space: normal !important;
    font-size: .78rem !important;
    line-height: 1.3 !important;
  }

  body.product-page .breadcrumb > *:not(:nth-last-child(-n + 3)) {
    display: none !important;
  }

  body.product-page .breadcrumb > span:last-child {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  /* Balanced product metadata: equal columns, no inherited offset and a full
     width last item when the rendered fact count is odd. */
  body.product-page .product-comparison-hero .fact-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 !important;
    padding-block: 8px !important;
  }

  body.product-page .product-comparison-hero .fact-list > div {
    display: grid !important;
    align-content: start !important;
    gap: 4px !important;
    min-width: 0 !important;
    padding: 9px 14px !important;
    border-right: 0 !important;
    border-bottom: 1px solid #e2eaf2 !important;
  }

  body.product-page .product-comparison-hero .fact-list > div:nth-child(odd) {
    padding-left: 0 !important;
    border-right: 1px solid #e2eaf2 !important;
  }

  body.product-page .product-comparison-hero .fact-list > div:nth-child(even) {
    padding-right: 0 !important;
  }

  body.product-page .product-comparison-hero .fact-list > div:last-child:nth-child(odd) {
    grid-column: 1 / -1 !important;
    padding-right: 0 !important;
    border-right: 0 !important;
  }

  body.product-page .product-comparison-hero .fact-list > div:nth-last-child(-n + 2) {
    border-bottom: 0 !important;
  }

  body.product-page .product-comparison-hero .fact-list dt {
    font-size: .7rem !important;
    line-height: 1.2 !important;
    letter-spacing: .055em !important;
  }

  body.product-page .product-comparison-hero .fact-list dd {
    margin: 0 !important;
    min-width: 0 !important;
    font-size: 1rem !important;
    line-height: 1.25 !important;
  }

  /* The provider count is a compact footer row, not a third large tile. */
  body.product-page .product-comparison-summary > div:last-child {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    min-height: 52px !important;
    padding: 10px 15px !important;
  }

  body.product-page .product-comparison-summary > div:last-child span {
    margin: 0 !important;
  }

  body.product-page .product-comparison-summary > div:last-child strong {
    font-size: 1rem !important;
  }

  body.product-page .product-price-freshness-summary {
    align-items: flex-start !important;
    font-size: .9rem !important;
    line-height: 1.4 !important;
  }

  body.product-page .product-offers-jump {
    width: 100% !important;
    min-height: 50px !important;
    justify-content: center !important;
  }

  body.product-page .product-context-nav {
    display: flex !important;
    flex-wrap: wrap !important;
    overflow: visible !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
  }

  body.product-page .product-context-nav :where(span, a) {
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  body.product-page .summary-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.product-page .summary-actions > * {
    width: 100% !important;
    min-height: 44px !important;
    justify-content: center !important;
  }

  body.product-page .summary-actions > :last-child:nth-child(odd) {
    grid-column: 1 / -1 !important;
  }

  /* The sort panel and every offer fact stay within the card. Secondary facts
     wrap naturally instead of becoming an internally clipped swipe strip. */
  body.product-page .product-offers-head {
    align-items: stretch !important;
  }

  body.product-page .product-offers-head .offer-sort,
  body.product-page .product-offers-head .offer-sort label,
  body.product-page .product-offers-head .offer-sort select {
    width: 100% !important;
    max-width: none !important;
  }

  body.product-page .offer-row.offer-compare-row {
    margin-bottom: 12px !important;
    border-radius: 18px !important;
    overflow: hidden !important;
  }

  body.product-page .offer-facts {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin: 5px 0 2px !important;
    padding: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
  }

  body.product-page .offer-facts span {
    flex: 0 1 auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 5px 9px !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    line-height: 1.25 !important;
  }

  body.product-page .offer-pricebox {
    padding-top: 9px !important;
  }

  body.product-page .offer-row .shop-link.main-action {
    width: 100% !important;
    min-height: 48px !important;
    padding-inline: 14px !important;
  }

  /* On product pages the feedback entry becomes a footer action on mobile.
     It remains available without obscuring tags, prices or offer controls. */
  body.product-page .feedback-widget {
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 14px 16px calc(18px + env(safe-area-inset-bottom)) !important;
    background: #08275b !important;
  }

  body.product-page .feedback-tab {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: auto !important;
    min-width: 172px !important;
    min-height: 44px !important;
    padding: 9px 18px !important;
    border-radius: 999px !important;
    writing-mode: horizontal-tb !important;
    font-size: .82rem !important;
    line-height: 1.15 !important;
    box-shadow: none !important;
  }

  body.product-page .feedback-tab::before,
  body.product-page .feedback-tab::after {
    display: none !important;
  }

  body.product-page .feedback-tab .feedback-tab-label {
    display: inline !important;
    writing-mode: horizontal-tb !important;
    transform: none !important;
  }

  body.product-page .feedback-tab > .feedback-tab-icon {
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
  }
}

@media (max-width: 360px) {
  body.product-page .portal-brand img {
    width: min(150px, 43vw) !important;
  }

  body.product-page .portal-head :where(
    .nav-basket-link,
    .header-action[href="/konto"],
    .reader-quick-tools
  ) {
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    flex-basis: 42px !important;
  }

  body.product-page .product-comparison-hero .fact-list {
    grid-template-columns: 1fr !important;
  }

  body.product-page .product-comparison-hero .fact-list > div,
  body.product-page .product-comparison-hero .fact-list > div:nth-child(odd),
  body.product-page .product-comparison-hero .fact-list > div:nth-child(even) {
    grid-column: auto !important;
    padding-inline: 0 !important;
    border-right: 0 !important;
  }

  body.product-page .product-comparison-hero .fact-list > div:nth-last-child(-n + 2) {
    border-bottom: 1px solid #e2eaf2 !important;
  }

  body.product-page .product-comparison-hero .fact-list > div:last-child {
    border-bottom: 0 !important;
  }

  body.product-page .product-comparison-summary {
    grid-template-columns: 1fr !important;
  }

  body.product-page .product-comparison-summary > div {
    grid-column: auto !important;
  }
}

html[data-aw-contrast="dark"] body.product-page .feedback-widget {
  background: #081b2d !important;
}

@media (forced-colors: active) and (max-width: 680px) {
  body.product-page .feedback-widget {
    background: Canvas !important;
    border-top: 1px solid CanvasText !important;
  }

  body.product-page .feedback-tab,
  body.product-page .offer-facts span {
    border: 1px solid CanvasText !important;
  }
}

/* p14501069-mobile-specificity-closure-v1 */
@media (max-width: 680px) {
  body.product-page .offer-row.offer-compare-row .shop-link.main-action {
    width: 100% !important;
    height: auto !important;
    min-height: 48px !important;
    padding: 11px 14px !important;
    box-sizing: border-box !important;
  }

  body.product-page .feedback-widget .feedback-tab {
    color: #ffffff !important;
    background: linear-gradient(135deg, #17427f 0%, #0b58ad 100%) !important;
    border: 1px solid #78aee5 !important;
    opacity: 1 !important;
  }

  body.product-page .feedback-widget .feedback-tab .feedback-tab-label,
  body.product-page .feedback-widget .feedback-tab > .feedback-tab-icon {
    color: #ffffff !important;
    opacity: 1 !important;
  }
}

@media (max-width: 680px) {
  body.product-page:not(#p14508-touch-geometry-override) .offer-row.offer-compare-row .shop-link.main-action {
    height: auto !important;
    min-height: 48px !important;
  }
}

/* ========================================================================== 
   P1.45.0.10.6.9.1 – Mobile Sort Target & 320 px Navigation Audit Closure
   ========================================================================== */
/* p145010691-mobile-sort-nav-audit-closure-v1 */
@media (max-width: 680px) {
  /* The real sort control lives in .offer-sortbar, not .product-offers-head.
     Give the actual select a deterministic full-width 44 px touch target. */
  body.product-page .offer-sortbar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: stretch !important;
  }

  body.product-page .offer-sort-control {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: stretch !important;
    gap: 6px !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body.product-page .offer-sort-control > span {
    min-width: 0 !important;
  }

  body.product-page [data-offer-sort-select] {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 360px) {
  /* The prior 14 px gap produced exactly 8 px internal overflow at 320 px.
     Six pixels keeps both primary routes intact without clipping or scrolling. */
  body.product-page .portal-category-scroll {
    gap: 6px !important;
    column-gap: 6px !important;
    padding-inline: 0 !important;
  }

  body.product-page .portal-category-scroll > a {
    flex: 0 1 auto !important;
    min-width: 0 !important;
    padding-inline: 6px !important;
    box-sizing: border-box !important;
  }
}

/* --------------------------------------------------------------------------
   P1.45.0.10.8.8.1 – Mindestbestellwert und echte Bestellbarkeit
   Rechnerische Preise werden sichtbar von direkt bestellbaren Gesamtpreisen
   getrennt. Die Kennzeichnung ist textlich vollständig und nicht farbabhängig.
   -------------------------------------------------------------------------- */
.product-page .offer-orderability {
  display: grid !important;
  gap: 3px !important;
  margin: 0 0 10px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(31, 55, 106, .13) !important;
  border-radius: 12px !important;
  background: #f7f9fc !important;
  color: var(--aw106-text) !important;
  line-height: 1.35 !important;
}

.product-page .offer-orderability strong {
  color: inherit !important;
  font-size: .81rem !important;
  font-weight: 880 !important;
}

.product-page .offer-orderability span {
  color: var(--aw106-muted) !important;
  font-size: .72rem !important;
}

.product-page .offer-orderability.is-direct {
  border-color: rgba(8, 122, 66, .25) !important;
  background: #eefaf3 !important;
  color: #076d3b !important;
}

.product-page .offer-orderability.needs-cart {
  border-color: rgba(180, 108, 0, .28) !important;
  background: #fff8e8 !important;
  color: #6f4800 !important;
}

.product-page .offer-orderability.needs-cart span {
  color: #715c35 !important;
}

.product-page .offer-row[data-directly-orderable="0"] .offer-price-list .offer-total-line {
  border-top-style: dashed !important;
}

.product-page .offer-row[data-directly-orderable="0"] .offer-price-list .offer-total-line dd {
  color: #5f7188 !important;
}

.product-page .offer-row[data-directly-orderable="0"] .shop-link {
  border: 1px solid rgba(11, 75, 141, .30) !important;
  background: #eef5fc !important;
  color: var(--aw106-blue) !important;
  box-shadow: none !important;
}

.product-page .offer-row[data-directly-orderable="0"] .shop-link:hover,
.product-page .offer-row[data-directly-orderable="0"] .shop-link:focus-visible {
  background: #e2eef9 !important;
}

html[data-aw-contrast="dark"] .product-page .offer-orderability {
  border-color: rgba(168, 191, 220, .22) !important;
  background: rgba(13, 31, 55, .72) !important;
  color: #eef5ff !important;
}

html[data-aw-contrast="dark"] .product-page .offer-orderability span {
  color: #bdcce0 !important;
}

html[data-aw-contrast="dark"] .product-page .offer-orderability.is-direct {
  border-color: rgba(80, 205, 139, .35) !important;
  background: rgba(15, 90, 55, .34) !important;
  color: #a8f1ca !important;
}

html[data-aw-contrast="dark"] .product-page .offer-orderability.needs-cart {
  border-color: rgba(239, 190, 87, .38) !important;
  background: rgba(105, 70, 13, .32) !important;
  color: #ffe2a0 !important;
}

html[data-aw-contrast="dark"] .product-page .offer-orderability.needs-cart span {
  color: #ead3a0 !important;
}

html[data-aw-contrast="dark"] .product-page .offer-row[data-directly-orderable="0"] .shop-link {
  border-color: rgba(130, 177, 225, .35) !important;
  background: rgba(32, 70, 111, .70) !important;
  color: #eaf4ff !important;
}

@media (max-width: 640px) {
  .product-page .offer-orderability {
    padding: 9px 10px !important;
  }
}

/* P1.45.0.10.8.13 – sichtbare Aktualitätsfristen und harte Highlight-Sperre. */
.product-freshness-summary,
.offer-freshness-warning {
  display: grid;
  gap: .35rem;
  margin: .85rem 0;
  padding: .85rem 1rem;
  border: 1px solid var(--line, #cbd5e1);
  border-radius: .85rem;
  color: #3b2a0b;
  background: #fff8e6;
  border-color: #e4bd59;
}
.product-freshness-summary strong,
.product-freshness-summary span,
.offer-freshness-warning strong,
.offer-freshness-warning span { color: inherit; }
.offer-freshness-warning span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-freshness-summary strong,
.offer-freshness-warning strong { font-weight: 750; }
.product-freshness-summary span,
.offer-freshness-warning span { line-height: 1.45; }
.offer-row.has-freshness-warning {
  border-style: dashed;
  box-shadow: none;
}
.offer-row.has-freshness-warning .offer-frame-badge,
.offer-row.has-freshness-warning [data-offer-best-badge] { display: none !important; }
.offer-freshness-details {
  margin-top: .65rem;
  border-top: 1px solid var(--line, #d8dee8);
  padding-top: .65rem;
}
.offer-freshness-details summary {
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: .2em;
}
.offer-freshness-details dl {
  display: grid;
  gap: .5rem;
  margin: .7rem 0 0;
}
.freshness-row {
  display: grid;
  grid-template-columns: minmax(8rem, .8fr) minmax(12rem, 1.5fr);
  gap: .75rem;
  align-items: start;
}
.freshness-row dt { font-weight: 650; }
.freshness-row dd { display: grid; gap: .15rem; margin: 0; }
.freshness-row dd span { font-size: .9rem; opacity: .82; }
.freshness-row.is-current dd strong::before { content: "✓ "; }
.freshness-row:not(.is-current) dd strong::before { content: "! "; }
.fact-price-unconfirmed dd { max-width: 32rem; line-height: 1.4; }
@media (max-width: 760px) {
  .freshness-row { grid-template-columns: 1fr; gap: .2rem; }
  .product-freshness-summary,
  .offer-freshness-warning { padding: .75rem .8rem; }
}
html[data-aw-contrast="dark"] .product-freshness-summary,
html[data-aw-contrast="dark"] .offer-freshness-warning {
  color: #f8e7bf;
  background: #2a2115;
  border-color: #8b6b2e;
}
html[data-aw-contrast="dark"] .product-freshness-summary strong,
html[data-aw-contrast="dark"] .product-freshness-summary span,
html[data-aw-contrast="dark"] .offer-freshness-warning strong,
html[data-aw-contrast="dark"] .offer-freshness-warning span {
  color: inherit !important;
}

/* ========================================================================== 
   P1.45.0.10.8.14 – Produktseite als Entscheidungsseite
   Drei Funktionsbereiche, drei Bestellziele, kompakte Angebotskarten und
   eine konkrete mobile Angebotsleiste. Öffentliche Quellen-/Prüfbox entfällt.
   ========================================================================== */
/* p145010814-product-decision-page-v1 */
body.product-page .product-decision-hero {
  display: grid !important;
  grid-template-columns: minmax(210px, .78fr) minmax(340px, 1.42fr) minmax(310px, .98fr) !important;
  gap: clamp(16px, 2vw, 28px) !important;
  align-items: stretch !important;
  max-width: 1360px !important;
}

body.product-page .product-decision-hero > .detail-card {
  min-width: 0 !important;
  height: 100% !important;
  border: 1px solid rgba(28, 62, 104, .13) !important;
  border-radius: 22px !important;
  box-shadow: 0 16px 40px rgba(22, 51, 88, .08) !important;
  background: var(--aw106-surface, #fff) !important;
}

body.product-page .product-decision-hero .product-hero-media {
  display: grid !important;
  place-items: center !important;
  padding: clamp(18px, 2vw, 30px) !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 50% 46%, rgba(223, 238, 251, .85), rgba(247, 250, 253, .4) 58%, transparent 76%),
    var(--aw106-surface, #fff) !important;
}

body.product-page .product-decision-hero .product-hero-media img {
  display: block !important;
  width: min(100%, 310px) !important;
  height: auto !important;
  max-height: 330px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 14px 22px rgba(20, 52, 86, .13)) !important;
}

body.product-page .product-decision-identity {
  display: flex !important;
  flex-direction: column !important;
  gap: 11px !important;
  padding: clamp(22px, 2.7vw, 38px) !important;
}

body.product-page .product-decision-identity .detail-title {
  margin: 0 !important;
  max-width: 23ch !important;
  color: var(--aw106-navy, #153b69) !important;
  font-size: clamp(1.72rem, 2.45vw, 2.65rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
  text-wrap: balance !important;
}

body.product-page .product-decision-identity .summary-maker,
body.product-page .product-decision-identity .product-identity-facts-line {
  margin: 0 !important;
}

body.product-page .product-decision-facts {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 8px 0 2px !important;
}

body.product-page .product-decision-facts .fact-item {
  display: grid !important;
  gap: 3px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 11px 12px !important;
  border: 1px solid rgba(31, 72, 117, .11) !important;
  border-radius: 13px !important;
  background: rgba(239, 246, 252, .65) !important;
}

body.product-page .product-decision-facts dt {
  color: var(--aw106-muted, #5f7188) !important;
  font-size: .74rem !important;
  font-weight: 720 !important;
}

body.product-page .product-decision-facts dd {
  min-width: 0 !important;
  margin: 0 !important;
  color: var(--aw106-text, #172b43) !important;
  font-size: .91rem !important;
  font-weight: 760 !important;
  line-height: 1.32 !important;
  overflow-wrap: anywhere !important;
}

body.product-page .product-decision-uses {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 6px 0 2px !important;
  padding: 0 !important;
  list-style: none !important;
}

body.product-page .product-decision-uses li {
  position: relative !important;
  min-width: 0 !important;
  padding: 10px 10px 10px 30px !important;
  border-radius: 12px !important;
  background: rgba(232, 244, 238, .8) !important;
  color: #174c34 !important;
  font-size: .79rem !important;
  line-height: 1.35 !important;
}

body.product-page .product-decision-uses li::before {
  content: "✓" !important;
  position: absolute !important;
  left: 10px !important;
  top: 10px !important;
  font-weight: 900 !important;
}

body.product-page .product-decision-identity .summary-actions {
  margin-top: auto !important;
  padding-top: 8px !important;
}

body.product-page .product-hero-offer {
  display: flex !important;
  flex-direction: column !important;
  gap: 13px !important;
  padding: clamp(22px, 2.3vw, 32px) !important;
  border-color: rgba(10, 106, 65, .23) !important;
  background:
    linear-gradient(145deg, rgba(236, 249, 242, .94), rgba(255, 255, 255, .98) 60%) !important;
}

body.product-page .product-hero-offer.has-safe-fallback {
  border-color: rgba(187, 111, 0, .25) !important;
  background: linear-gradient(145deg, rgba(255, 248, 230, .96), rgba(255, 255, 255, .98) 64%) !important;
}

body.product-page .product-hero-offer h2 {
  margin: 0 !important;
  color: var(--aw106-navy, #153b69) !important;
  font-size: clamp(1.18rem, 1.6vw, 1.52rem) !important;
  line-height: 1.22 !important;
  text-wrap: balance !important;
}

body.product-page .product-hero-total {
  display: grid !important;
  gap: 2px !important;
  margin: 2px 0 0 !important;
}

body.product-page .product-hero-total span {
  color: var(--aw106-muted, #5f7188) !important;
  font-size: .78rem !important;
  font-weight: 720 !important;
}

body.product-page .product-hero-total strong {
  color: #087a42 !important;
  font-size: clamp(2rem, 3.2vw, 3.15rem) !important;
  line-height: 1 !important;
  letter-spacing: -.045em !important;
  font-variant-numeric: tabular-nums !important;
}

body.product-page .product-hero-price-parts {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 0 !important;
}

body.product-page .product-hero-price-parts > div {
  display: grid !important;
  gap: 2px !important;
  padding: 9px 10px !important;
  border: 1px solid rgba(9, 95, 60, .13) !important;
  border-radius: 11px !important;
  background: rgba(255, 255, 255, .75) !important;
}

body.product-page .product-hero-price-parts dt {
  color: var(--aw106-muted, #5f7188) !important;
  font-size: .72rem !important;
}

body.product-page .product-hero-price-parts dd {
  margin: 0 !important;
  font-weight: 820 !important;
  font-variant-numeric: tabular-nums !important;
}

body.product-page .product-hero-provider {
  display: grid !important;
  gap: 4px !important;
  padding: 12px 0 !important;
  border-top: 1px solid rgba(31, 72, 117, .12) !important;
  border-bottom: 1px solid rgba(31, 72, 117, .12) !important;
}

body.product-page .product-hero-provider strong {
  color: var(--aw106-text, #172b43) !important;
  font-size: 1rem !important;
}

body.product-page .product-hero-provider span,
body.product-page .product-hero-contract-note,
body.product-page .product-hero-offer > p:not(.eyebrow):not(.product-hero-total):not(.product-hero-fallback-count) {
  margin: 0 !important;
  color: var(--aw106-muted, #5f7188) !important;
  font-size: .82rem !important;
  line-height: 1.43 !important;
}

body.product-page .product-hero-offer-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 50px !important;
  margin-top: auto !important;
  padding: 11px 14px !important;
  text-align: center !important;
  line-height: 1.28 !important;
  white-space: normal !important;
}

body.product-page .product-hero-fallback-count {
  display: flex !important;
  align-items: baseline !important;
  gap: 9px !important;
  margin: 0 !important;
}

body.product-page .product-hero-fallback-count strong {
  color: #825500 !important;
  font-size: 2.4rem !important;
  line-height: 1 !important;
}

body.product-page .product-hero-fallback-count span {
  color: #654d20 !important;
  font-weight: 720 !important;
}

body.product-page .product-decision-trustline {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 7px 18px !important;
  margin-top: 14px !important;
  padding: 13px 16px !important;
  border: 1px solid rgba(31, 72, 117, .11) !important;
  border-radius: 14px !important;
  background: rgba(246, 249, 252, .82) !important;
  color: var(--aw106-muted, #5f7188) !important;
  font-size: .78rem !important;
  line-height: 1.35 !important;
}

body.product-page .product-decision-trustline span:not(:last-of-type)::after {
  content: "·" !important;
  margin-left: 18px !important;
  color: rgba(53, 82, 115, .45) !important;
}

body.product-page .product-decision-trustline a {
  margin-left: auto !important;
  font-weight: 750 !important;
}

body.product-page .product-choice-section {
  margin-top: clamp(26px, 4vw, 48px) !important;
}

body.product-page .product-choice-section .section-head {
  margin-bottom: 15px !important;
}

body.product-page .product-choice-section .section-head h2 {
  max-width: 28ch !important;
  text-wrap: balance !important;
}

body.product-page .product-choice-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(12px, 1.7vw, 20px) !important;
}

body.product-page .product-choice-card {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  min-height: 285px !important;
  padding: clamp(18px, 2vw, 25px) !important;
  border: 1px solid rgba(31, 72, 117, .14) !important;
  border-radius: 18px !important;
  background: var(--aw106-surface, #fff) !important;
  box-shadow: 0 10px 28px rgba(22, 51, 88, .065) !important;
}

body.product-page .product-choice-card.has-current-choice {
  border-top: 4px solid #087a42 !important;
}

body.product-page .product-choice-card.has-safe-fallback {
  border-top: 4px solid #c58522 !important;
  background: linear-gradient(180deg, rgba(255, 249, 237, .85), var(--aw106-surface, #fff) 42%) !important;
}

body.product-page .product-choice-kicker {
  margin: 0 0 7px !important;
  color: var(--aw106-blue, #0b5cad) !important;
  font-size: .72rem !important;
  font-weight: 850 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

body.product-page .product-choice-card h3 {
  margin: 0 0 13px !important;
  color: var(--aw106-navy, #153b69) !important;
  font-size: clamp(1.05rem, 1.35vw, 1.28rem) !important;
  line-height: 1.24 !important;
  text-wrap: balance !important;
}

body.product-page .product-choice-price {
  display: grid !important;
  gap: 2px !important;
  margin: 0 0 12px !important;
}

body.product-page .product-choice-price strong {
  color: #087a42 !important;
  font-size: clamp(1.75rem, 2.4vw, 2.35rem) !important;
  line-height: 1 !important;
  letter-spacing: -.035em !important;
  font-variant-numeric: tabular-nums !important;
}

body.product-page .product-choice-price span,
body.product-page .product-choice-provider span,
body.product-page .product-choice-fallback {
  color: var(--aw106-muted, #5f7188) !important;
  font-size: .81rem !important;
  line-height: 1.42 !important;
}

body.product-page .product-choice-provider {
  display: grid !important;
  gap: 3px !important;
  margin: 0 0 15px !important;
}

body.product-page .product-choice-provider strong {
  color: var(--aw106-text, #172b43) !important;
}

body.product-page .product-choice-fallback {
  margin: 0 0 16px !important;
}

body.product-page .product-choice-card > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  margin-top: auto !important;
  padding: 10px 13px !important;
  text-align: center !important;
  line-height: 1.25 !important;
  white-space: normal !important;
}

body.product-page .product-section-nav {
  display: flex !important;
  gap: 8px !important;
  margin-top: 18px !important;
  overflow-x: auto !important;
  scrollbar-width: thin !important;
  padding-bottom: 3px !important;
}

body.product-page .product-section-nav a {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 44px !important;
  padding: 8px 13px !important;
  border: 1px solid rgba(31, 72, 117, .16) !important;
  border-radius: 999px !important;
  background: var(--aw106-surface, #fff) !important;
  color: var(--aw106-blue, #0b5cad) !important;
  font-size: .82rem !important;
  font-weight: 760 !important;
  text-decoration: none !important;
}

/* Kompakte Angebotskarten: Pflichtangaben bleiben sichtbar, Detailfristen sind aufklappbar. */
body.product-page .product-offers-section {
  scroll-margin-top: 24px !important;
}

body.product-page .offer-list {
  display: grid !important;
  gap: 12px !important;
}

body.product-page .offer-row.offer-compare-row {
  display: grid !important;
  grid-template-columns: minmax(250px, 1.2fr) minmax(255px, 1.05fr) minmax(220px, .82fr) !important;
  gap: 15px !important;
  align-items: center !important;
  padding: 17px 18px !important;
  border-radius: 16px !important;
}

body.product-page .offer-row.offer-compare-row .offer-provider-col,
body.product-page .offer-row.offer-compare-row .offer-info-col,
body.product-page .offer-row.offer-compare-row .offer-pricebox {
  min-width: 0 !important;
}

body.product-page .offer-row.offer-compare-row .offer-provider-title-row h3 {
  font-size: 1rem !important;
  line-height: 1.2 !important;
}

body.product-page .offer-row.offer-compare-row .offer-shop-logo {
  width: 94px !important;
  max-height: 38px !important;
  object-fit: contain !important;
}

body.product-page .offer-row.offer-compare-row .offer-facts {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 5px !important;
}

body.product-page .offer-row.offer-compare-row .offer-facts > span {
  padding: 5px 8px !important;
  border: 1px solid rgba(31, 72, 117, .11) !important;
  border-radius: 999px !important;
  background: rgba(244, 248, 252, .86) !important;
  font-size: .72rem !important;
  line-height: 1.25 !important;
}

body.product-page .offer-row.offer-compare-row .offer-orderability {
  margin: 7px 0 0 !important;
  padding: 8px 9px !important;
}

body.product-page .offer-row.offer-compare-row .offer-freshness-warning {
  margin: 7px 0 0 !important;
  padding: 8px 9px !important;
}

body.product-page .offer-row.offer-compare-row .offer-freshness-warning strong {
  font-size: .76rem !important;
}

body.product-page .offer-row.offer-compare-row .offer-freshness-warning span {
  font-size: .71rem !important;
}

body.product-page .offer-row.offer-compare-row .offer-freshness-details {
  margin-top: 7px !important;
  padding-top: 6px !important;
}

body.product-page .offer-row.offer-compare-row .offer-freshness-details summary,
body.product-page .offer-row.offer-compare-row details.offer-provider-profile > summary {
  min-height: 38px !important;
  display: flex !important;
  align-items: center !important;
  font-size: .75rem !important;
}

body.product-page .offer-row.offer-compare-row .offer-pricebox {
  align-self: stretch !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding-left: 15px !important;
  border-left: 1px solid rgba(31, 72, 117, .13) !important;
}

body.product-page .offer-row.offer-compare-row .offer-price-list {
  margin: 0 0 8px !important;
}

body.product-page .offer-row.offer-compare-row .offer-price-list > div {
  padding-block: 3px !important;
}

body.product-page .offer-row.offer-compare-row .offer-total-line dd {
  font-size: 1.38rem !important;
  line-height: 1.05 !important;
}

body.product-page .offer-row.offer-compare-row .shop-link.main-action {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 48px !important;
  padding: 10px 12px !important;
  text-align: center !important;
  line-height: 1.25 !important;
  white-space: normal !important;
}

body.product-page .product-medical-detail-card .product-medical-facts dl,
body.product-page .product-medical-detail-card .product-device-profile dl {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 9px !important;
}

body.product-page .product-medical-detail-card .product-medical-facts dl > div,
body.product-page .product-medical-detail-card .product-device-profile dl > div {
  min-width: 0 !important;
  padding: 12px !important;
  border: 1px solid rgba(31, 72, 117, .11) !important;
  border-radius: 12px !important;
  background: rgba(246, 249, 252, .75) !important;
}

body.product-page .product-report-link {
  margin: 16px 0 0 !important;
  text-align: right !important;
}

body.product-page .product-mobile-cta {
  padding-bottom: max(10px, env(safe-area-inset-bottom)) !important;
}

body.product-page .product-mobile-cta > div {
  min-width: 0 !important;
}

body.product-page .product-mobile-cta > div span,
body.product-page .product-mobile-cta > div strong {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.product-page .product-mobile-cta .main-action {
  min-height: 48px !important;
  max-width: 56vw !important;
  padding-inline: 12px !important;
  line-height: 1.2 !important;
  white-space: normal !important;
  text-align: center !important;
}

body.product-page a:focus-visible,
body.product-page button:focus-visible,
body.product-page summary:focus-visible,
body.product-page select:focus-visible {
  outline: 3px solid #f3a712 !important;
  outline-offset: 3px !important;
}

@media (max-width: 1120px) {
  body.product-page .product-decision-hero {
    grid-template-columns: minmax(220px, .75fr) minmax(420px, 1.35fr) !important;
  }
  body.product-page .product-decision-hero .product-hero-offer {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr) !important;
    align-items: center !important;
  }
  body.product-page .product-hero-offer .eyebrow,
  body.product-page .product-hero-offer h2,
  body.product-page .product-hero-offer .product-hero-total,
  body.product-page .product-hero-offer .product-hero-fallback-count,
  body.product-page .product-hero-offer > p:not(.product-hero-contract-note) {
    grid-column: 1 !important;
  }
  body.product-page .product-hero-price-parts,
  body.product-page .product-hero-provider,
  body.product-page .product-hero-offer-cta,
  body.product-page .product-hero-contract-note {
    grid-column: 2 !important;
  }
  body.product-page .product-hero-offer-cta { grid-row: 2 / span 2 !important; }
  body.product-page .offer-row.offer-compare-row {
    grid-template-columns: minmax(230px, 1fr) minmax(210px, .9fr) minmax(205px, .78fr) !important;
  }
}

@media (max-width: 900px) {
  body.product-page .product-decision-hero {
    grid-template-columns: minmax(180px, .68fr) minmax(0, 1.32fr) !important;
  }
  body.product-page .product-decision-hero .product-hero-offer {
    display: flex !important;
    grid-column: 1 / -1 !important;
  }
  body.product-page .product-choice-grid {
    grid-template-columns: 1fr !important;
  }
  body.product-page .product-choice-card {
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(180px, .55fr) !important;
    column-gap: 20px !important;
  }
  body.product-page .product-choice-card > a {
    grid-column: 2 !important;
    grid-row: 1 / span 4 !important;
    align-self: center !important;
  }
  body.product-page .offer-row.offer-compare-row {
    grid-template-columns: minmax(0, 1fr) minmax(210px, .62fr) !important;
  }
  body.product-page .offer-row.offer-compare-row .offer-info-col {
    grid-column: 1 !important;
  }
  body.product-page .offer-row.offer-compare-row .offer-pricebox {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
  }
}

@media (max-width: 700px) {
  body.product-page {
    padding-bottom: calc(88px + env(safe-area-inset-bottom)) !important;
  }
  body.product-page .product-decision-hero {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }
  body.product-page .product-decision-hero .product-hero-media {
    min-height: 0 !important;
    max-height: min(34vh, 280px) !important;
    padding: 14px !important;
  }
  body.product-page .product-decision-hero .product-hero-media img {
    width: min(66vw, 235px) !important;
    max-height: min(31vh, 235px) !important;
  }
  body.product-page .product-decision-identity,
  body.product-page .product-hero-offer {
    padding: 18px !important;
  }
  body.product-page .product-decision-identity .detail-title {
    font-size: clamp(1.55rem, 7vw, 2rem) !important;
  }
  body.product-page .product-decision-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  body.product-page .product-decision-uses {
    grid-template-columns: 1fr !important;
  }
  body.product-page .product-decision-trustline {
    display: grid !important;
    gap: 7px !important;
  }
  body.product-page .product-decision-trustline span::after {
    display: none !important;
  }
  body.product-page .product-decision-trustline a {
    margin-left: 0 !important;
  }
  body.product-page .product-choice-section {
    margin-top: 30px !important;
  }
  body.product-page .product-choice-card {
    display: flex !important;
    min-height: 0 !important;
  }
  body.product-page .product-choice-card > a {
    width: 100% !important;
  }
  body.product-page .offer-row.offer-compare-row {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 15px !important;
  }
  body.product-page .offer-row.offer-compare-row .offer-info-col,
  body.product-page .offer-row.offer-compare-row .offer-pricebox {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
  body.product-page .offer-row.offer-compare-row .offer-pricebox {
    padding: 12px 0 0 !important;
    border-left: 0 !important;
    border-top: 1px solid rgba(31, 72, 117, .13) !important;
  }
  body.product-page .offer-row.offer-compare-row .offer-price-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }
  body.product-page .offer-row.offer-compare-row .offer-price-list .offer-total-line {
    grid-column: 1 / -1 !important;
  }
  body.product-page .product-medical-detail-card .product-medical-facts dl,
  body.product-page .product-medical-detail-card .product-device-profile dl {
    grid-template-columns: 1fr !important;
  }
  body.product-page .product-mobile-cta {
    display: grid !important;
    grid-template-columns: minmax(0, .82fr) minmax(145px, 1.18fr) !important;
    gap: 9px !important;
    align-items: center !important;
    padding: 9px 10px max(9px, env(safe-area-inset-bottom)) !important;
  }
  body.product-page .product-mobile-cta.is-hidden {
    transform: translateY(calc(120% + env(safe-area-inset-bottom))) !important;
    pointer-events: none !important;
  }
  body.product-page .product-mobile-cta .main-action {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    font-size: .78rem !important;
  }
}

@media (max-width: 390px) {
  body.product-page .product-decision-facts {
    gap: 6px !important;
  }
  body.product-page .product-decision-facts .fact-item {
    padding: 9px !important;
  }
  body.product-page .product-hero-price-parts {
    grid-template-columns: 1fr !important;
  }
  body.product-page .product-mobile-cta {
    grid-template-columns: minmax(0, .72fr) minmax(142px, 1.28fr) !important;
  }
}

html[data-aw-contrast="dark"] body.product-page .product-decision-hero > .detail-card,
html[data-aw-contrast="dark"] body.product-page .product-choice-card,
html[data-aw-contrast="dark"] body.product-page .product-section-nav a {
  border-color: rgba(164, 190, 222, .24) !important;
  background: #102039 !important;
  color: #eef5ff !important;
}

html[data-aw-contrast="dark"] body.product-page .product-decision-hero .product-hero-media {
  background: radial-gradient(circle at 50% 45%, rgba(53, 91, 132, .55), rgba(16, 32, 57, .95) 68%) !important;
}

html[data-aw-contrast="dark"] body.product-page .product-hero-offer.has-current-offer {
  background: linear-gradient(145deg, rgba(17, 79, 54, .74), #102039 64%) !important;
}

html[data-aw-contrast="dark"] body.product-page .product-hero-offer.has-safe-fallback,
html[data-aw-contrast="dark"] body.product-page .product-choice-card.has-safe-fallback {
  background: linear-gradient(145deg, rgba(93, 65, 16, .68), #102039 66%) !important;
}

html[data-aw-contrast="dark"] body.product-page .product-decision-facts .fact-item,
html[data-aw-contrast="dark"] body.product-page .product-hero-price-parts > div,
html[data-aw-contrast="dark"] body.product-page .product-decision-trustline,
html[data-aw-contrast="dark"] body.product-page .offer-row.offer-compare-row .offer-facts > span,
html[data-aw-contrast="dark"] body.product-page .product-medical-detail-card dl > div {
  border-color: rgba(164, 190, 222, .2) !important;
  background: rgba(24, 48, 79, .78) !important;
  color: #eef5ff !important;
}

html[data-aw-contrast="dark"] body.product-page .product-decision-identity .detail-title,
html[data-aw-contrast="dark"] body.product-page .product-hero-offer h2,
html[data-aw-contrast="dark"] body.product-page .product-choice-card h3,
html[data-aw-contrast="dark"] body.product-page .product-decision-facts dd,
html[data-aw-contrast="dark"] body.product-page .product-choice-provider strong {
  color: #f1f6ff !important;
}

html[data-aw-contrast="dark"] body.product-page .product-decision-facts dt,
html[data-aw-contrast="dark"] body.product-page .product-choice-price span,
html[data-aw-contrast="dark"] body.product-page .product-choice-provider span,
html[data-aw-contrast="dark"] body.product-page .product-choice-fallback,
html[data-aw-contrast="dark"] body.product-page .product-hero-provider span,
html[data-aw-contrast="dark"] body.product-page .product-hero-contract-note,
html[data-aw-contrast="dark"] body.product-page .product-decision-trustline {
  color: #bdcde2 !important;
}

@media (prefers-reduced-motion: reduce) {
  body.product-page .product-mobile-cta,
  body.product-page .product-choice-card,
  body.product-page .offer-row {
    transition: none !important;
  }
}

/* P1.45.0.10.8.14 final accessibility/geometry hardening. */
body.product-page .product-decision-identity .summary-actions :is(a, button),
body.product-page .product-decision-trustline a,
body.product-page .offer-row.offer-compare-row .offer-freshness-details summary,
body.product-page .offer-row.offer-compare-row details.offer-provider-profile > summary {
  min-height: 44px !important;
}

body.product-page .product-decision-identity .summary-actions :is(a, button),
body.product-page .product-decision-trustline a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.product-page .product-decision-trustline a {
  padding: 6px 4px !important;
}

body.product-page .breadcrumb a,
body.product-page nav.breadcrumb a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 44px !important;
}

@media (max-width: 700px) {
  body.product-page .offer-row.offer-compare-row .offer-head {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  body.product-page .offer-row.offer-compare-row .offer-shop-logo {
    width: min(108px, 42vw) !important;
    max-width: min(108px, 42vw) !important;
  }
  body.product-page .offer-row.offer-compare-row .offer-provider-copy,
  body.product-page .offer-row.offer-compare-row .offer-provider-title-row,
  body.product-page .offer-row.offer-compare-row .offer-provider-title-row h3 {
    min-width: 0 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
}


/* P1.45.0.10.8.17.2 – public offer simplification and explicit MBW administration */
body.product-page .product-decision-hero.without-hero-offer {
  grid-template-columns: minmax(260px, .78fr) minmax(0, 1.45fr) !important;
}
body.product-page .product-decision-hero.without-hero-offer .product-decision-identity {
  grid-column: auto !important;
}
body.product-page .product-offers-head {
  align-items: end !important;
}
body.product-page .product-offers-head > p {
  max-width: 540px !important;
  margin: 0 !important;
}
body.product-page .offer-sortbar-copy {
  display: flex !important;
  align-items: center !important;
}
body.product-page .offer-sortbar-copy > span { display: none !important; }
body.product-page .offer-row.offer-compare-row {
  grid-template-columns: minmax(190px, 235px) minmax(220px, 1fr) minmax(205px, 225px) !important;
  min-height: 0 !important;
  align-items: start !important;
}
body.product-page .offer-info-col {
  align-self: start !important;
  padding-top: 2px !important;
}
body.product-page .offer-facts {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  margin: 0 !important;
}
body.product-page .offer-facts > span {
  max-width: 100% !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}
body.product-page .offer-pricebox {
  align-self: stretch !important;
  min-height: 0 !important;
  gap: 8px !important;
}
body.product-page .offer-base-price-meta {
  margin: 0 !important;
  text-align: right !important;
}
body.product-page :where(.offer-orderability,.offer-freshness-warning,.offer-freshness-details,.offer-price-freshness,.comparison-method-note) {
  display: none !important;
}
@media (max-width: 900px) {
  body.product-page .product-decision-hero.without-hero-offer {
    grid-template-columns: minmax(190px, .72fr) minmax(0, 1.28fr) !important;
  }
  body.product-page .offer-row.offer-compare-row {
    grid-template-areas: "provider price" "info info" !important;
    grid-template-columns: minmax(0, 1fr) minmax(190px, 225px) !important;
  }
}
@media (max-width: 680px) {
  body.product-page .product-decision-hero.without-hero-offer {
    grid-template-columns: 1fr !important;
  }
  body.product-page .offer-row.offer-compare-row {
    grid-template-areas: "provider" "info" "price" !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  body.product-page .offer-pricebox {
    padding-top: 10px !important;
  }
  body.product-page .offer-base-price-meta { text-align: left !important; }
}

/* P1.45.0.10.8.17.4 – live responsive offer audit hardening */
body.product-page .product-decision-hero.without-hero-offer {
  align-items: start !important;
}
body.product-page .product-decision-hero.without-hero-offer .product-hero-media {
  align-self: start !important;
  min-height: 300px !important;
  max-height: 420px !important;
}
body.product-page .product-decision-hero.without-hero-offer .product-hero-media img {
  max-height: 245px !important;
}
body.product-page .offer-provider-profile .provider-profile-body {
  font-size: .875rem !important;
  line-height: 1.45 !important;
}
body.product-page .offer-provider-profile .provider-profile-facts {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
  gap: 8px !important;
}
body.product-page .offer-provider-profile .provider-profile-facts > div {
  min-width: 0 !important;
  padding: 9px 10px !important;
  border: 1px solid rgba(31,72,117,.12) !important;
  border-radius: 10px !important;
  background: rgba(246,249,252,.78) !important;
}
body.product-page .offer-provider-profile .provider-profile-facts span,
body.product-page .offer-provider-profile .provider-profile-facts strong {
  display: block !important;
  overflow-wrap: anywhere !important;
}
body.product-page .offer-provider-profile .provider-profile-facts span {
  margin-bottom: 2px !important;
  font-size: .78rem !important;
}
body.product-page .offer-provider-profile .provider-profile-facts strong {
  font-size: .875rem !important;
}

html[data-aw-contrast="dark"] body.product-page .offer-sortbar {
  background: #14263b !important;
  color: #f4f8ff !important;
  border-color: #526a83 !important;
}
html[data-aw-contrast="dark"] body.product-page .offer-sortbar :where(strong,span,label) {
  color: #f4f8ff !important;
}
html[data-aw-contrast="dark"] body.product-page .offer-sortbar select {
  background: #0d1d30 !important;
  color: #ffffff !important;
  border-color: #7087a0 !important;
  color-scheme: dark !important;
}
html[data-aw-contrast="dark"] body.product-page .offer-provider-profile {
  border-color: #536a82 !important;
  background: transparent !important;
}
html[data-aw-contrast="dark"] body.product-page .offer-provider-profile > summary {
  color: #b9dcff !important;
}
html[data-aw-contrast="dark"] body.product-page .offer-provider-profile .provider-profile-body,
html[data-aw-contrast="dark"] body.product-page .offer-provider-profile .provider-profile-notes,
html[data-aw-contrast="dark"] body.product-page .offer-provider-profile .provider-profile-payments {
  color: #eef5ff !important;
  background: transparent !important;
}
html[data-aw-contrast="dark"] body.product-page .offer-provider-profile .provider-profile-facts > div {
  background: #1a324c !important;
  border-color: #526b84 !important;
  color: #eef5ff !important;
}
html[data-aw-contrast="dark"] body.product-page .offer-provider-profile .provider-profile-facts :where(span,strong),
html[data-aw-contrast="dark"] body.product-page .offer-provider-profile .provider-profile-notes li,
html[data-aw-contrast="dark"] body.product-page .offer-provider-profile .payment-list {
  color: #eef5ff !important;
}
html[data-aw-contrast="dark"] body.product-page .offer-pricebox {
  border-color: #526a83 !important;
}
html[data-aw-contrast="dark"] body.product-page .offer-price-list dt,
html[data-aw-contrast="dark"] body.product-page .offer-base-price-meta,
html[data-aw-contrast="dark"] body.product-page .offer-base-price-meta :where(span,strong) {
  color: #d8e6f5 !important;
}

@media (min-width: 681px) and (max-width: 820px) {
  body.product-page .offer-row.offer-compare-row {
    grid-template-areas: "provider" "info" "price" !important;
    grid-template-columns: minmax(0,1fr) !important;
    gap: 12px !important;
    padding: 16px !important;
  }
  body.product-page .offer-row.offer-compare-row .offer-provider-col,
  body.product-page .offer-row.offer-compare-row .offer-info-col,
  body.product-page .offer-row.offer-compare-row .offer-pricebox {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
  body.product-page .offer-row.offer-compare-row .offer-pricebox {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) minmax(180px,220px) !important;
    column-gap: 16px !important;
    align-items: end !important;
    padding: 12px 0 0 !important;
    border-left: 0 !important;
    border-top: 1px solid rgba(31,72,117,.16) !important;
  }
  body.product-page .offer-row.offer-compare-row .offer-price-list,
  body.product-page .offer-row.offer-compare-row .offer-base-price-meta {
    grid-column: 1 !important;
  }
  body.product-page .offer-row.offer-compare-row .shop-link.main-action {
    grid-column: 2 !important;
    grid-row: 1 / span 3 !important;
    align-self: stretch !important;
  }
  body.product-page .offer-row.offer-compare-row .offer-price-list {
    display: grid !important;
    grid-template-columns: repeat(3,minmax(0,1fr)) !important;
    gap: 10px !important;
  }
  body.product-page .offer-row.offer-compare-row .offer-price-list .offer-total-line {
    margin: 0 !important;
    padding: 3px 0 !important;
  }
}

@media (max-width: 680px) {
  body.product-page .offer-delivery,
  body.product-page .offer-profile-link,
  body.product-page .offer-facts > span,
  body.product-page .offer-provider-profile > summary,
  body.product-page .offer-provider-profile .provider-profile-body,
  body.product-page .offer-price-list dt,
  body.product-page .offer-base-price-meta {
    font-size: .875rem !important;
    line-height: 1.45 !important;
  }
  body.product-page .offer-price-list dd {
    font-size: 1rem !important;
  }
  body.product-page .offer-row.offer-compare-row .offer-total-line dd {
    font-size: 1.45rem !important;
  }
  body.product-page .offer-provider-profile > summary {
    min-height: 44px !important;
  }
}

@media (max-width: 360px) {
  body.product-page .offer-row.offer-compare-row {
    padding: 13px !important;
  }
  body.product-page .offer-price-list {
    grid-template-columns: 1fr !important;
  }
  body.product-page .offer-price-list .offer-total-line {
    grid-column: 1 !important;
  }
}

/* P1.45.0.10.8.17.4 – mobile minimum readable typography closure */
@media (max-width: 680px) {
  body.product-page .offer-row.offer-compare-row .offer-profile-link,
  body.product-page .offer-row.offer-compare-row .offer-facts > span,
  body.product-page .offer-row.offer-compare-row .offer-provider-profile > summary,
  body.product-page .offer-row.offer-compare-row .offer-provider-profile .provider-profile-body,
  body.product-page .offer-row.offer-compare-row .offer-provider-profile .provider-profile-facts span,
  body.product-page .offer-row.offer-compare-row .offer-provider-profile .provider-profile-facts strong,
  body.product-page .offer-row.offer-compare-row .offer-price-list dt,
  body.product-page .offer-row.offer-compare-row .offer-base-price-meta {
    font-size: .875rem !important;
    line-height: 1.45 !important;
  }
  body.product-page .offer-row.offer-compare-row .offer-price-list dd {
    font-size: 1rem !important;
    line-height: 1.35 !important;
  }
}
@media (max-width: 680px) {
  html body.product-page .offer-row.offer-compare-row details.offer-provider-profile > summary {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }
}

/* ========================================================================== 
   P1.45.0.10.8.17.4.23 – ruhige Produktseiten-Hierarchie & Angebotskopf
   ========================================================================== */
/* p145010817423-product-offers-heading-natural-case-v1 */
body.product-page .eyebrow,
body.product-page .product-choice-kicker {
  text-transform: none !important;
  letter-spacing: 0 !important;
}

body.product-page .product-offers-head {
  display: block !important;
  max-width: none !important;
  margin-bottom: 14px !important;
  text-align: left !important;
}

body.product-page .product-offers-heading-copy {
  display: grid !important;
  gap: 5px !important;
  width: min(100%, 760px) !important;
  max-width: 760px !important;
}

body.product-page .product-offers-heading-copy .eyebrow,
body.product-page .product-offers-heading-copy h2,
body.product-page .product-offers-heading-copy .product-offers-intro {
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

body.product-page .product-offers-heading-copy .eyebrow {
  margin-top: 0 !important;
  margin-bottom: 1px !important;
}

body.product-page .product-offers-heading-copy h2 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body.product-page .product-offers-intro {
  width: auto !important;
  max-width: 680px !important;
  margin-top: 2px !important;
  margin-bottom: 0 !important;
  color: var(--aw106-muted, #5f7188) !important;
  font-size: .94rem !important;
  line-height: 1.5 !important;
}

@media (max-width: 680px) {
  body.product-page .product-offers-heading-copy {
    width: 100% !important;
    max-width: none !important;
  }
  body.product-page .product-offers-intro {
    max-width: none !important;
    font-size: .92rem !important;
  }
}


/* ==========================================================================
   P1.45.0.10.8.17.4.80 – Tablet/iPad UI, Shortlink/QR & CTA Parity\n   ========================================================================== */
/* Sichtbarer Shortlink: dieselbe URL wie Copy/WhatsApp/QR, ohne versteckte Zustände. */
.basket-share-shortlink{
  display:grid!important;
  grid-template-columns:max-content minmax(0,1fr)!important;
  gap:6px 14px!important;
  align-items:center!important;
  min-width:0!important;
  margin:2px 0 0!important;
  padding:10px 12px!important;
  border:1px solid rgba(31,55,106,.12)!important;
  border-radius:11px!important;
  background:rgba(255,255,255,.72)!important;
}
.basket-share-shortlink>span{color:#667b90!important;font-size:.72rem!important;font-weight:720!important}
.basket-share-shortlink>a{min-width:0!important;overflow-wrap:anywhere!important;color:#174e83!important;font-size:.82rem!important;font-weight:680!important;text-decoration:none!important}
.basket-share-shortlink>a:hover{text-decoration:underline!important;text-underline-offset:3px!important}

/* QR als echtes Modal statt als höhenverändernder Inline-Block. */
.basket-share-qr-dialog{
  width:min(92vw,620px)!important;
  max-width:620px!important;
  padding:0!important;
  border:0!important;
  border-radius:20px!important;
  background:#fff!important;
  color:#163755!important;
  box-shadow:0 24px 70px rgba(8,39,91,.28)!important;
}
.basket-share-qr-dialog::backdrop{background:rgba(7,22,40,.54)!important;backdrop-filter:blur(3px)}
.basket-share-qr-dialog-shell{position:relative;display:grid;grid-template-columns:minmax(190px,220px) minmax(0,1fr);gap:24px;align-items:center;padding:28px}
.basket-share-qr-dialog .order-qr-code{display:grid;place-items:center;min-height:210px;padding:12px;border:1px solid rgba(31,55,106,.12);border-radius:16px;background:#fff}
.basket-share-qr-dialog .order-qr-code svg{display:block;width:min(100%,210px);height:auto}
.basket-share-qr-copy{min-width:0}
.basket-share-qr-copy h3{margin:3px 0 8px;color:#173b61;font-size:1.15rem;line-height:1.25}
.basket-share-qr-copy p:not(.eyebrow){margin:0 0 12px;color:#60758a;line-height:1.45}
.basket-share-qr-copy>a{display:block;overflow-wrap:anywhere;color:#174e83;font-weight:700;text-decoration:none}
.basket-share-qr-close{position:absolute;top:12px;right:12px;display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid rgba(31,55,106,.12);border-radius:999px;background:#f5f8fb;color:#214563;font-size:1.35rem;line-height:1;cursor:pointer}

/* Produkt-Preisrail: Primärentscheidung oben, Merkzettel direkt darunter. */
body.product-page .product-premium-wishlist-cta .basket-toggle-button{border-color:#bfd0df!important;background:#fff!important;color:#173f68!important}
body.product-page .product-premium-wishlist-cta .basket-toggle-button:hover{background:#f5f9fc!important;border-color:#8eaac3!important}
body.product-page .product-premium-wishlist-cta .basket-toggle-button.is-saved{border-color:#a9d2b5!important;background:#eef9f1!important;color:#1d6a3a!important}
body.product-page .product-premium-rail-actions{grid-template-columns:minmax(0,1fr)!important}
body.product-page .product-premium-rail-actions>*{min-width:0!important;max-width:100%!important}

/* Tablet-Vertrag 721–1024 px: Header bleibt zweizeilig und alle Werkzeuge im Flow. */
@media (min-width:721px) and (max-width:1024px){
  .portal-head .portal-header-row{
    display:grid!important;
    grid-template-columns:minmax(180px,1fr) auto!important;
    grid-template-rows:auto auto!important;
    gap:10px 12px!important;
    align-items:center!important;
    padding-block:10px!important;
  }
  .portal-head .portal-brand{grid-column:1!important;grid-row:1!important;min-width:0!important;overflow:hidden!important}
  .portal-head .portal-brand img{width:min(220px,38vw)!important;max-width:100%!important;height:auto!important}
  .portal-head .header-actions{grid-column:2!important;grid-row:1!important;position:static!important;display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:7px!important;min-width:0!important}
  .portal-head .header-account-cluster,.portal-head .header-account-row{display:contents!important}
  .portal-head .header-action[href="/kontakt"]{display:none!important}
  .portal-head :where(.nav-basket-link,.header-action[href="/konto"],.reader-quick-tools){
    width:46px!important;min-width:46px!important;max-width:46px!important;height:46px!important;min-height:46px!important;flex:0 0 46px!important;margin:0!important;padding:5px!important;border-radius:14px!important;
  }
  .portal-head .nav-basket-link span,.portal-head .header-action[href="/konto"] span{display:none!important}
  .portal-head .nav-basket-link .ui-icon,.portal-head .header-action[href="/konto"] .ui-icon{width:34px!important;height:34px!important;padding:7px!important}
  .portal-head .reader-quick-tools{position:static!important;inset:auto!important;display:grid!important;place-items:center!important;padding:0!important;border:1px solid #d5e0ec!important;background:#fff!important;box-shadow:none!important;backdrop-filter:none!important;z-index:auto!important}
  .portal-head .reader-quick-open{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;flex-basis:44px!important;border-radius:13px!important;box-shadow:none!important}
  .portal-head .reader-quick-separator,.portal-head .reader-quick-font,.portal-head .reader-quick-theme{display:none!important}
  .portal-head .head-search{grid-column:1/-1!important;grid-row:2!important;width:100%!important;min-width:0!important;margin:0!important}
  .portal-head .head-search .search-row{width:100%!important;min-width:0!important}
  .portal-category-nav{overflow:hidden!important}
  .portal-category-scroll{display:flex!important;flex-wrap:nowrap!important;justify-content:flex-start!important;gap:16px!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;padding-inline:2px 28px!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior-x:contain!important;white-space:nowrap!important}
  .portal-category-scroll::-webkit-scrollbar{display:none!important}
  .portal-category-scroll>a{display:inline-flex!important;flex:0 0 auto!important;min-width:max-content!important;white-space:nowrap!important}

  body.product-page .product-premium-hero .product-premium-price-rail{padding:24px 26px!important}
  body.product-page .product-premium-rail-actions{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;width:100%!important;max-width:none!important}
  body.product-page .product-premium-rail-actions>.product-premium-compare-cta,
  body.product-page .product-premium-rail-actions>.product-premium-wishlist-cta,
  body.product-page .product-premium-rail-actions>.product-premium-direct-link,
  body.product-page .product-premium-rail-actions>.product-hero-contract-note{grid-column:1!important;grid-row:auto!important;width:100%!important;margin:0!important}
  body.product-page .product-premium-wishlist-cta .save-form,body.product-page .product-premium-wishlist-cta .basket-toggle-button{width:100%!important}
  body.product-page .product-premium-rail-actions .product-hero-contract-note{margin-top:1px!important}
  body.product-page .offer-row.offer-compare-row{min-width:0!important;overflow:hidden!important}
  body.product-page .offer-provider-col,body.product-page .offer-info-col,body.product-page .offer-pricebox{min-width:0!important}

  .portal-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px 24px!important}
  .portal-footer-main{grid-template-columns:1fr!important;gap:28px!important}
  .portal-footer-brand{max-width:none!important;width:100%!important}
  .portal-footer-brand p{max-width:48ch!important}
  .portal-footer-links{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px 48px!important;width:100%!important;min-width:0!important}
  .portal-footer-links>section{min-width:0!important}
  .portal-footer-categories{display:flex!important;flex-wrap:wrap!important;justify-content:flex-start!important;gap:10px 18px!important;overflow:visible!important;white-space:normal!important}
  .portal-footer-legend{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px 24px!important}
  .portal-footer-note{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px 24px!important}

  body.portal-ui .feedback-tab,body.product-page .feedback-tab{
    left:auto!important;right:14px!important;bottom:calc(14px + env(safe-area-inset-bottom))!important;width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;padding:0!important;border-radius:999px!important;display:grid!important;place-items:center!important;writing-mode:horizontal-tb!important;transform:none!important;overflow:hidden!important;z-index:54!important;
  }
  body.portal-ui .feedback-tab .feedback-tab-label,body.product-page .feedback-tab .feedback-tab-label{display:none!important}
  body.portal-ui .feedback-tab>.feedback-tab-icon,body.product-page .feedback-tab>.feedback-tab-icon{display:block!important;width:20px!important;height:20px!important;margin:0!important}
}

/* Smartphone: dieselben Verträge, aber Share-Aktionen und Footer bewusst einspaltiger. */
@media (max-width:720px){
  .basket-share-shortlink{grid-template-columns:1fr!important;gap:4px!important;padding:10px!important}
  .basket-plan-share-actions,.shared-plan-share .basket-plan-share-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .share-action{width:100%!important;justify-content:center!important}
  .basket-share-qr-dialog-shell{grid-template-columns:1fr!important;gap:16px!important;padding:24px 18px 20px!important}
  .basket-share-qr-dialog .order-qr-code{width:min(100%,230px)!important;min-height:0!important;margin:0 auto!important}
  .portal-footer-links{grid-template-columns:1fr!important;gap:24px!important}
  .portal-footer-legend,.portal-footer-note{grid-template-columns:1fr!important}
  body.portal-ui .feedback-tab{left:auto!important;right:10px!important;bottom:calc(10px + env(safe-area-inset-bottom))!important}
  body.product-page .feedback-tab{left:auto!important;right:10px!important;bottom:calc(78px + env(safe-area-inset-bottom))!important}
  body.product-page.product-cta-hidden .feedback-tab{bottom:calc(10px + env(safe-area-inset-bottom))!important}
}

html[data-aw-contrast="dark"] .basket-share-shortlink{background:rgba(18,34,51,.82)!important;border-color:rgba(224,233,243,.16)!important}
html[data-aw-contrast="dark"] .basket-share-shortlink>a{color:#a9d5ff!important}
html[data-aw-contrast="dark"] .basket-share-qr-dialog{background:#101f2e!important;color:#edf5ff!important}
html[data-aw-contrast="dark"] .basket-share-qr-copy h3{color:#edf5ff!important}
html[data-aw-contrast="dark"] .basket-share-qr-dialog .order-qr-code{background:#fff!important}

/* P1.45.0.10.8.17.4.80 · dialog fallback: closed QR dialogs must never consume layout space */
.basket-share-qr-dialog:not([open]):not(.is-open){display:none!important}
.basket-share-qr-dialog.is-open{display:block!important}

/* P1.45.0.10.8.17.4.159 · Provider identity grid-area convergence; .158 warmth retained.
   Root cause closed: the legacy desktop contract gives .offer-shop-logo the named
   grid-area "logo". Nesting that image inside a new subgrid in .158 made the
   browser resolve "logo" inside the wrong grid and auto-place the profile link
   before it. Logo, profile link and provider copy are direct offer-head grid
   items again and use explicit named areas. */
body.product-page .offer-row.offer-compare-row{
  background:linear-gradient(98deg,rgba(250,247,240,.42) 0%,rgba(255,255,255,0) 31%)!important;
}
body.product-page .offer-row.offer-compare-row.best{
  border-left-color:#cda64a!important;
  background:linear-gradient(98deg,rgba(251,245,228,.88) 0%,rgba(255,252,245,.52) 34%,rgba(255,255,255,0) 62%)!important;
}
body.product-page .offer-row.offer-compare-row .offer-head[data-p1450108174159-provider-identity]{
  display:grid!important;
  grid-template-columns:96px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  grid-template-areas:"logo copy" "profile copy"!important;
  column-gap:16px!important;
  row-gap:6px!important;
  align-items:start!important;
  width:100%!important;
  min-width:0!important;
  margin-bottom:0!important;
}
body.product-page .offer-row.offer-compare-row .offer-head.has-shop-logo:not(.has-provider-profile-link)[data-p1450108174159-provider-identity]{
  grid-template-rows:auto!important;
  grid-template-areas:"logo copy"!important;
  row-gap:0!important;
}
body.product-page .offer-row.offer-compare-row .offer-head.without-shop-logo[data-p1450108174159-provider-identity]{
  grid-template-columns:minmax(0,1fr)!important;
  grid-template-rows:auto!important;
  grid-template-areas:"copy"!important;
  column-gap:0!important;
  row-gap:0!important;
}
body.product-page .offer-row.offer-compare-row .offer-head[data-p1450108174159-provider-identity] > .offer-shop-logo[data-p1450108174159-provider-logo]{
  grid-area:logo!important;
  grid-column:1!important;
  grid-row:1!important;
  justify-self:center!important;
  align-self:start!important;
  width:92px!important;
  max-width:92px!important;
  height:40px!important;
  margin:0!important;
  object-fit:contain!important;
  object-position:center!important;
  border-color:rgba(51,78,102,.14)!important;
  background:#fff!important;
}
body.product-page .offer-row.offer-compare-row .offer-head[data-p1450108174159-provider-identity] > .offer-profile-link-under-logo[data-p1450108174159-provider-profile]{
  grid-area:profile!important;
  grid-column:1!important;
  grid-row:2!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  justify-self:center!important;
  align-self:start!important;
  min-height:24px!important;
  max-width:92px!important;
  margin:0!important;
  padding:0 2px!important;
  color:#55718d!important;
  font-size:.72rem!important;
  font-weight:650!important;
  line-height:1.25!important;
  text-align:center!important;
  text-decoration-line:underline!important;
  text-decoration-color:rgba(85,113,141,.36)!important;
  text-decoration-thickness:1px!important;
  text-underline-offset:3px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  position:static!important;
  transform:none!important;
}
body.product-page .offer-row.offer-compare-row .offer-head[data-p1450108174159-provider-identity] > .offer-profile-link-under-logo[data-p1450108174159-provider-profile]:hover,
body.product-page .offer-row.offer-compare-row .offer-head[data-p1450108174159-provider-identity] > .offer-profile-link-under-logo[data-p1450108174159-provider-profile]:focus-visible{
  color:#315d84!important;
  text-decoration-color:currentColor!important;
}
body.product-page .offer-row.offer-compare-row .offer-head[data-p1450108174159-provider-identity] > .offer-provider-copy{
  grid-area:copy!important;
  grid-column:2!important;
  grid-row:1 / span 2!important;
  align-self:start!important;
  min-width:0!important;
  padding-top:1px!important;
}
body.product-page .offer-row.offer-compare-row .offer-head.without-shop-logo[data-p1450108174159-provider-identity] > .offer-provider-copy{
  grid-column:1!important;
  grid-row:1!important;
}
body.product-page .offer-row.offer-compare-row .offer-provider-meta{
  gap:5px 10px!important;
  margin-top:7px!important;
}
body.product-page .offer-row.offer-compare-row .offer-provider-meta .offer-delivery{
  color:#55775d!important;
  font-weight:700!important;
}
body.product-page .offer-row.offer-compare-row .offer-provider-title-row .offer-best-kicker-inline{
  color:#78672c!important;
}
body.product-page .offer-row.offer-compare-row .offer-profile-link-no-logo{
  display:inline-flex!important;
  width:fit-content!important;
  margin:0!important;
  color:#55718d!important;
  font-size:.76rem!important;
  font-weight:650!important;
  line-height:1.25!important;
  text-underline-offset:3px!important;
}
@media (max-width:700px){
  body.product-page .offer-row.offer-compare-row .offer-head[data-p1450108174159-provider-identity]{
    grid-template-columns:76px minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    grid-template-areas:"logo copy" "profile copy"!important;
    column-gap:10px!important;
    row-gap:5px!important;
  }
  body.product-page .offer-row.offer-compare-row .offer-head.has-shop-logo:not(.has-provider-profile-link)[data-p1450108174159-provider-identity]{
    grid-template-rows:auto!important;
    grid-template-areas:"logo copy"!important;
    row-gap:0!important;
  }
  body.product-page .offer-row.offer-compare-row .offer-head.without-shop-logo[data-p1450108174159-provider-identity]{
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:auto!important;
    grid-template-areas:"copy"!important;
  }
  body.product-page .offer-row.offer-compare-row .offer-head[data-p1450108174159-provider-identity] > .offer-shop-logo[data-p1450108174159-provider-logo]{
    width:76px!important;
    max-width:76px!important;
    height:38px!important;
  }
  body.product-page .offer-row.offer-compare-row .offer-head[data-p1450108174159-provider-identity] > .offer-profile-link-under-logo[data-p1450108174159-provider-profile]{
    max-width:76px!important;
    min-height:22px!important;
    font-size:.72rem!important;
    line-height:1.2!important;
  }
  body.product-page .offer-row.offer-compare-row .offer-head[data-p1450108174159-provider-identity] > .offer-provider-copy{
    padding-top:0!important;
  }
}
@media (max-width:380px){
  body.product-page .offer-row.offer-compare-row .offer-head[data-p1450108174159-provider-identity]{
    grid-template-columns:68px minmax(0,1fr)!important;
    column-gap:9px!important;
  }
  body.product-page .offer-row.offer-compare-row .offer-head[data-p1450108174159-provider-identity] > .offer-shop-logo[data-p1450108174159-provider-logo]{
    width:68px!important;
    max-width:68px!important;
    height:36px!important;
  }
  body.product-page .offer-row.offer-compare-row .offer-head[data-p1450108174159-provider-identity] > .offer-profile-link-under-logo[data-p1450108174159-provider-profile]{
    max-width:68px!important;
    font-size:.69rem!important;
  }
}
html[data-aw-contrast="dark"] body.product-page .offer-row.offer-compare-row{
  background:linear-gradient(98deg,rgba(156,126,72,.055) 0%,rgba(15,29,43,0) 34%)!important;
}
html[data-aw-contrast="dark"] body.product-page .offer-row.offer-compare-row.best{
  border-left-color:#d0aa55!important;
  background:linear-gradient(98deg,rgba(177,139,68,.12) 0%,rgba(15,29,43,0) 52%)!important;
}
html[data-aw-contrast="dark"] body.product-page .offer-row.offer-compare-row .offer-head[data-p1450108174159-provider-identity] > .offer-profile-link-under-logo[data-p1450108174159-provider-profile],
html[data-aw-contrast="dark"] body.product-page .offer-row.offer-compare-row .offer-profile-link-no-logo{
  color:#a9c6df!important;
  text-decoration-color:rgba(169,198,223,.42)!important;
}
html[data-aw-contrast="dark"] body.product-page .offer-row.offer-compare-row .offer-provider-meta .offer-delivery{
  color:#91c19b!important;
}
html[data-aw-contrast="dark"] body.product-page .offer-row.offer-compare-row .offer-provider-title-row .offer-best-kicker-inline{
  color:#d9c277!important;
}


/* P1.45.0.10.8.17.4.160 · Best-offer header convergence.
   The best-price label is a calm centered header inside the highlighted offer
   card, spanning the full comparison grid. Server markup and the active R9
   sorter use the same top-level DOM contract so sorting can no longer push the
   label back into the provider-name line. */
body.product-page .offer-row.offer-compare-row.has-offer-best-header > .offer-best-header{
  grid-area:best-header!important;
  display:block!important;
  justify-self:stretch!important;
  align-self:center!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:1px 8px 3px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#78672c!important;
  font-size:.74rem!important;
  font-weight:760!important;
  line-height:1.28!important;
  letter-spacing:.012em!important;
  text-align:center!important;
  text-wrap:balance!important;
}
body.product-page .offer-row.offer-compare-row .offer-provider-title-row > .offer-best-kicker-inline{
  display:none!important;
}
@media (min-width:901px){
  body.product-page .offer-row.offer-compare-row.has-offer-best-header{
    grid-template-areas:"best-header best-header best-header" "provider info price"!important;
    grid-template-rows:auto auto!important;
    row-gap:8px!important;
  }
}
@media (min-width:681px) and (max-width:900px){
  body.product-page .offer-row.offer-compare-row.has-offer-best-header{
    grid-template-areas:"best-header best-header" "provider price" "info info"!important;
    grid-template-rows:auto auto auto!important;
    row-gap:9px!important;
  }
}
@media (max-width:680px){
  body.product-page .offer-row.offer-compare-row.has-offer-best-header{
    grid-template-areas:"best-header" "provider" "price" "info"!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:auto auto auto auto!important;
    row-gap:7px!important;
  }
  body.product-page .offer-row.offer-compare-row.has-offer-best-header > .offer-best-header{
    padding:0 4px 2px!important;
    font-size:.7rem!important;
    line-height:1.24!important;
  }
}
html[data-aw-contrast="dark"] body.product-page .offer-row.offer-compare-row.has-offer-best-header > .offer-best-header{
  color:#d9c277!important;
}

/* P1.45.0.10.8.17.4.181 · product offer axes + medical fact containment.
   One sitewide layout contract: all absolute offer-price rows share the same
   left label axis and right money axis; long medical compounds stay inside
   their own highlight grid cell instead of crossing into a sibling column. */
body.product-page .offer-row.offer-compare-row .offer-price-list > div{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) max-content!important;
  align-items:baseline!important;
  column-gap:12px!important;
  row-gap:0!important;
  width:100%!important;
}
body.product-page .offer-row.offer-compare-row .offer-price-list dt{
  min-width:0!important;
  justify-self:stretch!important;
  text-align:left!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}
body.product-page .offer-row.offer-compare-row .offer-price-list dd{
  min-width:max-content!important;
  justify-self:end!important;
  text-align:right!important;
  white-space:nowrap!important;
}
body.product-page .offer-row.offer-compare-row .offer-price-list .offer-total-line{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) max-content!important;
}
body.product-page .product-summary-highlights.product-decision-uses{
  grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr))!important;
  column-gap:clamp(22px,2.8vw,38px)!important;
}
body.product-page .product-summary-highlights.product-decision-uses > li{
  min-width:0!important;
  max-width:100%!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  hyphens:auto!important;
}
@media (max-width:820px){
  body.product-page .offer-row.offer-compare-row .offer-price-list{
    grid-template-columns:1fr!important;
  }
}
@media (max-width:680px){
  body.product-page .product-summary-highlights.product-decision-uses{
    grid-template-columns:1fr!important;
    column-gap:0!important;
  }
}

/* P1.45.0.10.8.17.4.197 – sitewide premium commerce design system
   One coherent surface language: fewer cards/pills, restrained radii, hierarchy via
   typography, spacing and dividers. Scoped to product/provider commerce surfaces. */
:root{
  --aw197-ink:#0b2948;
  --aw197-muted:#65778a;
  --aw197-line:rgba(19,56,92,.14);
  --aw197-line-strong:rgba(19,56,92,.24);
  --aw197-soft:#f7f9fb;
  --aw197-soft-blue:#f3f7fb;
  --aw197-primary:#0b3c70;
  --aw197-primary-hover:#082f5a;
  --aw197-success:#087742;
  --aw197-warn:#946b16;
  --aw197-radius:8px;
  --aw197-radius-sm:6px;
}

/* Shared section rhythm --------------------------------------------------- */
body.product-page [data-p1450108174197-premium-variants="1"],
body.product-page [data-p1450108174197-premium-related="1"],
.provider-profile-page[data-p1450108174197-premium-provider="1"]{
  --aw197-section-gap:clamp(18px,2.4vw,34px);
}
body.product-page [data-p1450108174197-premium-variants="1"] .section-head,
body.product-page [data-p1450108174197-premium-related="1"] .section-head,
.provider-profile-page[data-p1450108174197-premium-provider="1"] .section-head{
  margin-bottom:var(--aw197-section-gap)!important;
}
body.product-page [data-p1450108174197-premium-variants="1"] .section-head h2,
body.product-page [data-p1450108174197-premium-related="1"] .section-head h2,
.provider-profile-page[data-p1450108174197-premium-provider="1"] .section-head h2{
  color:var(--aw197-ink)!important;
  letter-spacing:-.025em!important;
}

/* Product variants: list, not nested cards ------------------------------- */
body.product-page .variant-section[data-p1450108174197-premium-variants="1"]{
  background:transparent!important;
}
body.product-page .variant-section[data-p1450108174197-premium-variants="1"] .variant-list{
  display:block!important;
  border-top:1px solid var(--aw197-line)!important;
  border-bottom:1px solid var(--aw197-line)!important;
  background:transparent!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
body.product-page .variant-section[data-p1450108174197-premium-variants="1"] .variant-card{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(150px,max-content)!important;
  align-items:center!important;
  gap:24px!important;
  min-height:0!important;
  margin:0!important;
  padding:15px 2px!important;
  border:0!important;
  border-top:1px solid var(--aw197-line)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--aw197-ink)!important;
  transform:none!important;
}
body.product-page .variant-section[data-p1450108174197-premium-variants="1"] .variant-card:first-child{
  border-top:0!important;
}
body.product-page .variant-section[data-p1450108174197-premium-variants="1"] a.variant-card:hover,
body.product-page .variant-section[data-p1450108174197-premium-variants="1"] a.variant-card:focus-visible{
  background:linear-gradient(90deg,rgba(10,59,112,.035),rgba(10,59,112,0) 78%)!important;
  box-shadow:inset 3px 0 0 var(--aw197-primary)!important;
}
body.product-page .variant-section[data-p1450108174197-premium-variants="1"] .variant-card.variant-current{
  padding-left:12px!important;
  border-color:var(--aw197-line)!important;
  background:linear-gradient(90deg,rgba(10,59,112,.055),rgba(10,59,112,0) 72%)!important;
  box-shadow:inset 3px 0 0 var(--aw197-primary)!important;
}
body.product-page .variant-section[data-p1450108174197-premium-variants="1"] .variant-choice-copy{
  display:grid!important;
  gap:3px!important;
  min-width:0!important;
}
body.product-page .variant-section[data-p1450108174197-premium-variants="1"] .variant-label{
  width:max-content!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:var(--aw197-primary)!important;
  font-size:.72rem!important;
  font-weight:760!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
}
body.product-page .variant-section[data-p1450108174197-premium-variants="1"] .variant-card h3{
  margin:0!important;
  color:var(--aw197-ink)!important;
  font-size:1rem!important;
  line-height:1.32!important;
  font-weight:760!important;
}
body.product-page .variant-section[data-p1450108174197-premium-variants="1"] .variant-card p{
  margin:0!important;
  color:var(--aw197-muted)!important;
  font-size:.86rem!important;
  line-height:1.45!important;
}
body.product-page .variant-section[data-p1450108174197-premium-variants="1"] .variant-price{
  display:grid!important;
  justify-items:end!important;
  gap:3px!important;
  text-align:right!important;
  min-width:0!important;
}
body.product-page .variant-section[data-p1450108174197-premium-variants="1"] .variant-price strong{
  color:var(--aw197-ink)!important;
  font-size:1.02rem!important;
  font-weight:800!important;
  white-space:nowrap!important;
}
body.product-page .variant-section[data-p1450108174197-premium-variants="1"] .variant-base-price{
  color:var(--aw197-muted)!important;
  font-size:.76rem!important;
  line-height:1.35!important;
  white-space:normal!important;
}

/* Related products: editorial product strip instead of card-in-card ------- */
body.product-page .related-section[data-p1450108174197-premium-related="1"]{
  overflow:visible!important;
}
body.product-page .related-section[data-p1450108174197-premium-related="1"] .related-filter-row{
  display:flex!important;
  gap:24px!important;
  align-items:end!important;
  margin:0 0 22px!important;
  padding:0!important;
  border:0!important;
  border-bottom:1px solid var(--aw197-line)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.product-page .related-section[data-p1450108174197-premium-related="1"] .related-filter{
  appearance:none!important;
  min-height:40px!important;
  margin:0 0 -1px!important;
  padding:0 0 10px!important;
  border:0!important;
  border-bottom:2px solid transparent!important;
  border-radius:0!important;
  background:transparent!important;
  color:var(--aw197-muted)!important;
  font-size:.86rem!important;
  font-weight:720!important;
  box-shadow:none!important;
}
body.product-page .related-section[data-p1450108174197-premium-related="1"] .related-filter:hover,
body.product-page .related-section[data-p1450108174197-premium-related="1"] .related-filter:focus-visible,
body.product-page .related-section[data-p1450108174197-premium-related="1"] .related-filter.is-active{
  border-bottom-color:var(--aw197-primary)!important;
  background:transparent!important;
  color:var(--aw197-ink)!important;
}
body.product-page .related-section[data-p1450108174197-premium-related="1"] .related-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:0!important;
  align-items:stretch!important;
  overflow:visible!important;
  scroll-snap-type:none!important;
  padding:0!important;
}
body.product-page .related-section[data-p1450108174197-premium-related="1"] .alternative-product-wrap{
  min-width:0!important;
  width:auto!important;
  padding:0 22px!important;
  border:0!important;
  border-left:1px solid var(--aw197-line)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  scroll-snap-align:none!important;
}
body.product-page .related-section[data-p1450108174197-premium-related="1"] .alternative-product-wrap:first-child{
  padding-left:0!important;
  border-left:0!important;
}
body.product-page .related-section[data-p1450108174197-premium-related="1"] .alternative-product-wrap:nth-child(3n){
  padding-right:0!important;
}
body.product-page .related-section[data-p1450108174197-premium-related="1"] .alternative-saving{
  margin:0 0 10px!important;
  color:var(--aw197-success)!important;
  font-size:.78rem!important;
  font-weight:720!important;
}
body.product-page .related-section[data-p1450108174197-premium-related="1"] .detail-related-card.product-card-v4{
  display:grid!important;
  grid-template-columns:1fr!important;
  min-height:0!important;
  height:100%!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
body.product-page .related-section[data-p1450108174197-premium-related="1"] .detail-related-card .product-card-top{
  top:4px!important;
  right:2px!important;
  z-index:2!important;
}
body.product-page .related-section[data-p1450108174197-premium-related="1"] .detail-related-card .product-media{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:168px!important;
  min-height:168px!important;
  margin:0 0 12px!important;
  padding:8px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.product-page .related-section[data-p1450108174197-premium-related="1"] .detail-related-card .product-media img{
  width:auto!important;
  height:auto!important;
  max-width:78%!important;
  max-height:148px!important;
  margin:auto!important;
  object-fit:contain!important;
}
body.product-page .related-section[data-p1450108174197-premium-related="1"] .detail-related-card .product-card-body,
body.product-page .related-section[data-p1450108174197-premium-related="1"] .detail-related-card .product-card-body-v2{
  display:flex!important;
  flex-direction:column!important;
  gap:0!important;
  min-height:0!important;
  height:auto!important;
  padding:0!important;
  background:transparent!important;
}
body.product-page .related-section[data-p1450108174197-premium-related="1"] .detail-related-card .product-name{
  min-height:0!important;
  margin:0 0 5px!important;
  color:var(--aw197-ink)!important;
  font-size:.98rem!important;
  line-height:1.38!important;
  font-weight:760!important;
  letter-spacing:-.012em!important;
}
body.product-page .related-section[data-p1450108174197-premium-related="1"] .detail-related-card .product-card-meta{
  min-height:0!important;
  margin:0 0 14px!important;
  color:var(--aw197-muted)!important;
  font-size:.79rem!important;
  line-height:1.45!important;
}
body.product-page .related-section[data-p1450108174197-premium-related="1"] .detail-related-card .product-facts,
body.product-page .related-section[data-p1450108174197-premium-related="1"] .detail-related-card .product-facts-v2{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:0 14px!important;
  margin:0!important;
  padding:13px 0 12px!important;
  border:0!important;
  border-top:1px solid var(--aw197-line)!important;
  border-bottom:1px solid var(--aw197-line)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.product-page .related-section[data-p1450108174197-premium-related="1"] .detail-related-card .product-facts > *,
body.product-page .related-section[data-p1450108174197-premium-related="1"] .detail-related-card .product-facts-v2 > *{
  min-width:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.product-page .related-section[data-p1450108174197-premium-related="1"] .detail-related-card .fact-price{
  border-right:1px solid var(--aw197-line)!important;
  padding-right:14px!important;
}
body.product-page .related-section[data-p1450108174197-premium-related="1"] .detail-related-card .fact-total-price{
  padding-left:0!important;
}
body.product-page .related-section[data-p1450108174197-premium-related="1"] .detail-related-card .fact-price small,
body.product-page .related-section[data-p1450108174197-premium-related="1"] .detail-related-card .fact-total-price small,
body.product-page .related-section[data-p1450108174197-premium-related="1"] .detail-related-card .product-unit-price{
  color:var(--aw197-muted)!important;
  font-size:.7rem!important;
  line-height:1.35!important;
}
body.product-page .related-section[data-p1450108174197-premium-related="1"] .detail-related-card .product-card-current-price-v4,
body.product-page .related-section[data-p1450108174197-premium-related="1"] .detail-related-card .fact-total-price strong{
  color:var(--aw197-ink)!important;
  font-weight:820!important;
}
body.product-page .related-section[data-p1450108174197-premium-related="1"] .detail-related-card .fact-provider{
  grid-column:1/-1!important;
  margin-top:10px!important;
  padding-top:9px!important;
  border-top:1px solid var(--aw197-line)!important;
  color:var(--aw197-muted)!important;
  font-size:.77rem!important;
}
body.product-page .related-section[data-p1450108174197-premium-related="1"] .detail-related-card .delivery-line{
  margin:9px 0 0!important;
  color:var(--aw197-muted)!important;
  font-size:.76rem!important;
}
body.product-page .related-section[data-p1450108174197-premium-related="1"] .detail-related-card .card-actions{
  display:block!important;
  margin-top:auto!important;
  padding-top:14px!important;
}
body.product-page .related-section[data-p1450108174197-premium-related="1"] .detail-related-card .card-actions .main-action{
  display:inline-flex!important;
  width:auto!important;
  min-height:40px!important;
  padding:9px 14px!important;
  border-radius:var(--aw197-radius)!important;
  box-shadow:none!important;
}
body.product-page .related-section[data-p1450108174197-premium-related="1"] .related-slider-controls{
  margin-top:18px!important;
  gap:12px!important;
}
body.product-page .related-section[data-p1450108174197-premium-related="1"] .related-slider-controls button{
  width:36px!important;
  height:36px!important;
  border:1px solid var(--aw197-line-strong)!important;
  border-radius:var(--aw197-radius-sm)!important;
  background:#fff!important;
  color:var(--aw197-ink)!important;
  box-shadow:none!important;
}
body.product-page .related-section[data-p1450108174197-premium-related="1"] .related-swipe-hint{
  color:var(--aw197-muted)!important;
}

/* Provider profile: editorial header, open information architecture -------- */
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-profile-hero{
  padding-bottom:0!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-profile-head{
  display:grid!important;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr)!important;
  grid-template-areas:"brand metrics" "verified metrics"!important;
  gap:12px clamp(36px,5vw,72px)!important;
  align-items:start!important;
  margin:0!important;
  padding:24px 0 30px!important;
  border:0!important;
  border-bottom:1px solid var(--aw197-line)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-profile-brand{
  grid-area:brand!important;
  display:grid!important;
  grid-template-columns:minmax(130px,170px) minmax(0,1fr)!important;
  gap:clamp(24px,3vw,40px)!important;
  align-items:start!important;
  min-width:0!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-profile-brand > img{
  display:block!important;
  width:100%!important;
  max-width:168px!important;
  height:76px!important;
  max-height:none!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  object-fit:contain!important;
  object-position:left center!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-profile-brand-copy{
  min-width:0!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-profile-brand-copy h1{
  margin:.12rem 0 .55rem!important;
  color:var(--aw197-ink)!important;
  font-size:clamp(2rem,3vw,3.1rem)!important;
  line-height:1.04!important;
  letter-spacing:-.04em!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-profile-description-summary{
  max-width:64ch!important;
  color:var(--aw197-muted)!important;
  line-height:1.65!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-profile-description-more{
  margin-top:9px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-profile-description-more summary{
  color:var(--aw197-primary)!important;
  font-weight:720!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-profile-metrics{
  grid-area:metrics!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:0!important;
  padding:0!important;
  border:0!important;
  border-top:1px solid var(--aw197-line)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-profile-metrics article{
  display:grid!important;
  grid-template-columns:minmax(88px,max-content) minmax(0,1fr)!important;
  grid-template-areas:"value label" "value note"!important;
  gap:2px 18px!important;
  align-items:center!important;
  min-height:88px!important;
  padding:16px 0!important;
  border:0!important;
  border-bottom:1px solid var(--aw197-line)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-profile-metrics article strong{
  grid-area:value!important;
  color:var(--aw197-ink)!important;
  font-size:1.42rem!important;
  line-height:1.1!important;
  font-weight:820!important;
  font-variant-numeric:tabular-nums!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-profile-metrics article span{
  grid-area:label!important;
  color:var(--aw197-ink)!important;
  font-weight:720!important;
  line-height:1.32!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-profile-metrics article small{
  grid-area:note!important;
  color:var(--aw197-muted)!important;
  line-height:1.42!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-profile-verified-note{
  grid-area:verified!important;
  margin:0!important;
  color:var(--aw197-muted)!important;
  font-size:.79rem!important;
}

/* Provider info blocks: columns with a divider, not cards ----------------- */
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-profile-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:0!important;
  align-items:start!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-detail-panel.detail-card{
  min-height:100%!important;
  padding:8px clamp(28px,4vw,48px) 8px 0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-detail-panel.detail-card + .provider-detail-panel.detail-card{
  padding-right:0!important;
  padding-left:clamp(28px,4vw,48px)!important;
  border-left:1px solid var(--aw197-line)!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-detail-panel h2{
  margin-top:0!important;
  color:var(--aw197-ink)!important;
  letter-spacing:-.02em!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-detail-panel h3{
  margin:22px 0 8px!important;
  color:var(--aw197-ink)!important;
  font-size:.82rem!important;
  letter-spacing:.03em!important;
  text-transform:uppercase!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-shipping-summary{
  color:var(--aw197-muted)!important;
  line-height:1.6!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-fact-list{
  margin-top:18px!important;
  border-top:1px solid var(--aw197-line)!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-fact-list > div{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) max-content!important;
  gap:16px!important;
  padding:10px 0!important;
  border-bottom:1px solid var(--aw197-line)!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-payment-logo-row{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px 18px!important;
  align-items:center!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-payment-logo-row .payment-badge,
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-payment-logo-row .payment-badge-logo,
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-payment-logo-row > *{
  min-height:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-chip-row{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:0!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-chip-row span{
  position:relative!important;
  padding:0 12px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:var(--aw197-muted)!important;
  box-shadow:none!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-chip-row span:first-child{
  padding-left:0!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-chip-row span + span::before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  top:20%!important;
  width:1px!important;
  height:60%!important;
  background:var(--aw197-line-strong)!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-profile-links{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px 20px!important;
  margin-top:22px!important;
  padding-top:14px!important;
  border-top:1px solid var(--aw197-line)!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-profile-links a{
  color:var(--aw197-primary)!important;
  text-decoration-thickness:1px!important;
  text-underline-offset:3px!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-marketplace-notice{
  margin-top:18px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

/* Provider categories: compact link table rather than mini-cards ---------- */
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-category-links{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:0 28px!important;
  border-top:1px solid var(--aw197-line)!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-category-links a{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) max-content!important;
  gap:14px!important;
  align-items:center!important;
  min-height:48px!important;
  padding:9px 0!important;
  border:0!important;
  border-bottom:1px solid var(--aw197-line)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--aw197-ink)!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-category-links a:hover,
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-category-links a:focus-visible{
  color:var(--aw197-primary)!important;
  background:transparent!important;
  transform:none!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-category-links a span{
  color:var(--aw197-muted)!important;
  font-size:.78rem!important;
  font-variant-numeric:tabular-nums!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-category-toggle{
  margin-top:18px!important;
  border-radius:var(--aw197-radius)!important;
  box-shadow:none!important;
}

/* Provider offer list: one row, no price-in-price boxes ------------------- */
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-product-grid-v2{
  display:block!important;
  border-top:1px solid var(--aw197-line-strong)!important;
  background:transparent!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-card-v3[data-p1450108174197-provider-offer="premium-row"]{
  display:grid!important;
  grid-template-columns:96px minmax(240px,1.4fr) minmax(170px,.72fr) minmax(170px,.68fr) minmax(185px,.62fr)!important;
  grid-template-areas:"media product price market actions"!important;
  gap:0 22px!important;
  align-items:center!important;
  min-width:0!important;
  margin:0!important;
  padding:18px 0!important;
  border:0!important;
  border-bottom:1px solid var(--aw197-line)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-card-v3[data-p1450108174197-provider-offer="premium-row"]:hover{
  background:linear-gradient(90deg,rgba(10,59,112,.025),rgba(10,59,112,0) 75%)!important;
  box-shadow:none!important;
  transform:none!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-media{
  grid-area:media!important;
  position:relative!important;
  width:96px!important;
  min-width:96px!important;
  height:96px!important;
  padding:4px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-media > a:not(.heart-button){
  display:flex!important;
  width:100%!important;
  height:100%!important;
  align-items:center!important;
  justify-content:center!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-media img{
  max-width:88px!important;
  max-height:88px!important;
  object-fit:contain!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-product{
  grid-area:product!important;
  min-width:0!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-title{
  display:inline!important;
  color:var(--aw197-ink)!important;
  font-size:.96rem!important;
  line-height:1.4!important;
  font-weight:760!important;
  letter-spacing:-.01em!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-product > p{
  margin:5px 0 0!important;
  color:var(--aw197-muted)!important;
  font-size:.77rem!important;
  line-height:1.45!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-availability,
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-product-quality-note{
  display:block!important;
  width:auto!important;
  margin-top:7px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--aw197-muted)!important;
  font-size:.74rem!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-price,
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-market{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:3px!important;
  align-content:center!important;
  min-width:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-price{
  grid-area:price!important;
  padding-left:18px!important;
  border-left:1px solid var(--aw197-line)!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-market{
  grid-area:market!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-price > span,
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-market > span{
  color:var(--aw197-muted)!important;
  font-size:.7rem!important;
  line-height:1.35!important;
  font-weight:650!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-price > strong,
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-market > strong{
  color:var(--aw197-ink)!important;
  font-size:1.12rem!important;
  line-height:1.2!important;
  font-weight:820!important;
  font-variant-numeric:tabular-nums!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-price > small,
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-market > small{
  grid-column:auto!important;
  color:var(--aw197-muted)!important;
  font-size:.7rem!important;
  line-height:1.35!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-market small.is-best{
  color:var(--aw197-success)!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-actions{
  grid-area:actions!important;
  display:grid!important;
  gap:9px!important;
  align-content:center!important;
  justify-items:stretch!important;
  min-width:0!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-actions .main-action{
  min-height:40px!important;
  padding:9px 12px!important;
  border-radius:var(--aw197-radius)!important;
  box-shadow:none!important;
  font-size:.8rem!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-direct-link.secondary-action{
  min-height:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--aw197-primary)!important;
  font-size:.76rem!important;
  font-weight:700!important;
  text-align:left!important;
  text-decoration:underline!important;
  text-decoration-thickness:1px!important;
  text-underline-offset:3px!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-direct-link.secondary-action:hover,
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-direct-link.secondary-action:focus-visible{
  background:transparent!important;
  color:var(--aw197-primary-hover)!important;
  transform:none!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-sort select{
  border-radius:var(--aw197-radius)!important;
  box-shadow:none!important;
}
.provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-pagination a{
  border-radius:var(--aw197-radius-sm)!important;
  box-shadow:none!important;
}

/* Product offer rail: keep the already-flat list and harmonise controls ---- */
body.product-page .product-offers-section .offer-row.offer-compare-row .main-action,
body.product-page .product-offers-section .offer-row.offer-compare-row .secondary-action,
body.product-page .product-offers-section .offer-sort-control select{
  border-radius:var(--aw197-radius)!important;
  box-shadow:none!important;
}

/* Tablet ----------------------------------------------------------------- */
@media (max-width:1100px){
  .provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-card-v3[data-p1450108174197-provider-offer="premium-row"]{
    grid-template-columns:88px minmax(0,1fr) minmax(165px,.7fr) minmax(175px,.68fr)!important;
    grid-template-areas:"media product price actions" "media product market actions"!important;
    gap:8px 18px!important;
  }
  .provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-market{
    padding-top:8px!important;
    border-top:1px solid var(--aw197-line)!important;
  }
  body.product-page .related-section[data-p1450108174197-premium-related="1"] .related-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body.product-page .related-section[data-p1450108174197-premium-related="1"] .alternative-product-wrap:nth-child(3n){
    padding-right:22px!important;
  }
  body.product-page .related-section[data-p1450108174197-premium-related="1"] .alternative-product-wrap:nth-child(2n+1){
    padding-left:0!important;
    border-left:0!important;
  }
  body.product-page .related-section[data-p1450108174197-premium-related="1"] .alternative-product-wrap:nth-child(2n){
    padding-right:0!important;
    border-left:1px solid var(--aw197-line)!important;
  }
}

@media (max-width:820px){
  .provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-profile-head{
    grid-template-columns:1fr!important;
    grid-template-areas:"brand" "metrics" "verified"!important;
    gap:22px!important;
    padding-top:14px!important;
  }
  .provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-profile-brand{
    grid-template-columns:120px minmax(0,1fr)!important;
  }
  .provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-profile-brand > img{
    height:64px!important;
  }
  .provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-profile-grid{
    grid-template-columns:1fr!important;
  }
  .provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-detail-panel.detail-card,
  .provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-detail-panel.detail-card + .provider-detail-panel.detail-card{
    padding:20px 0!important;
    border-left:0!important;
    border-top:1px solid var(--aw197-line)!important;
  }
  .provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-detail-panel.detail-card:first-child{
    border-top:0!important;
  }
  .provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-category-links{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-card-v3[data-p1450108174197-provider-offer="premium-row"]{
    grid-template-columns:84px minmax(0,1fr) minmax(165px,.72fr)!important;
    grid-template-areas:"media product price" "media product market" "actions actions actions"!important;
    gap:8px 16px!important;
  }
  .provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-actions{
    grid-template-columns:max-content minmax(0,1fr)!important;
    align-items:center!important;
    justify-content:start!important;
    justify-items:start!important;
    padding-top:10px!important;
  }
  .provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-actions .main-action{
    width:auto!important;
  }
}

/* Mobile ----------------------------------------------------------------- */
@media (max-width:680px){
  body.product-page .variant-section[data-p1450108174197-premium-variants="1"] .variant-card{
    grid-template-columns:1fr!important;
    gap:8px!important;
    padding:14px 2px!important;
  }
  body.product-page .variant-section[data-p1450108174197-premium-variants="1"] .variant-card.variant-current{
    padding-left:10px!important;
  }
  body.product-page .variant-section[data-p1450108174197-premium-variants="1"] .variant-price{
    justify-items:start!important;
    text-align:left!important;
  }
  body.product-page .related-section[data-p1450108174197-premium-related="1"] .related-filter-row{
    gap:18px!important;
    overflow-x:auto!important;
    scrollbar-width:none!important;
  }
  body.product-page .related-section[data-p1450108174197-premium-related="1"] .related-filter-row::-webkit-scrollbar{
    display:none!important;
  }
  body.product-page .related-section[data-p1450108174197-premium-related="1"] .related-filter{
    flex:0 0 auto!important;
    white-space:nowrap!important;
  }
  body.product-page .related-section[data-p1450108174197-premium-related="1"] .related-grid{
    display:flex!important;
    gap:0!important;
    overflow-x:auto!important;
    scroll-snap-type:x mandatory!important;
    overscroll-behavior-inline:contain!important;
  }
  body.product-page .related-section[data-p1450108174197-premium-related="1"] .alternative-product-wrap,
  body.product-page .related-section[data-p1450108174197-premium-related="1"] .alternative-product-wrap:nth-child(n){
    flex:0 0 min(84vw,320px)!important;
    width:min(84vw,320px)!important;
    padding:0 18px!important;
    border-left:1px solid var(--aw197-line)!important;
    scroll-snap-align:start!important;
  }
  body.product-page .related-section[data-p1450108174197-premium-related="1"] .alternative-product-wrap:first-child{
    padding-left:0!important;
    border-left:0!important;
  }
  body.product-page .related-section[data-p1450108174197-premium-related="1"] .detail-related-card .product-media{
    height:152px!important;
    min-height:152px!important;
  }
  body.product-page .related-section[data-p1450108174197-premium-related="1"] .detail-related-card .product-media img{
    max-height:132px!important;
  }
  body.product-page .related-section[data-p1450108174197-premium-related="1"] .detail-related-card .card-actions .main-action{
    width:100%!important;
    justify-content:center!important;
  }
  .provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-profile-brand{
    grid-template-columns:1fr!important;
    gap:16px!important;
  }
  .provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-profile-brand > img{
    width:144px!important;
    max-width:144px!important;
    height:58px!important;
  }
  .provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-profile-brand-copy h1{
    font-size:clamp(1.8rem,8vw,2.35rem)!important;
  }
  .provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-profile-metrics article{
    grid-template-columns:78px minmax(0,1fr)!important;
    min-height:78px!important;
    gap:2px 14px!important;
  }
  .provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-category-links{
    grid-template-columns:1fr!important;
  }
  .provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-card-v3[data-p1450108174197-provider-offer="premium-row"]{
    grid-template-columns:74px minmax(0,1fr)!important;
    grid-template-areas:"media product" "price price" "market market" "actions actions"!important;
    gap:10px 14px!important;
    padding:16px 0!important;
  }
  .provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-media{
    width:74px!important;
    min-width:74px!important;
    height:74px!important;
  }
  .provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-media img{
    max-width:68px!important;
    max-height:68px!important;
  }
  .provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-price,
  .provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-market{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) max-content!important;
    gap:2px 14px!important;
    align-items:end!important;
    padding:10px 0 0!important;
    border-left:0!important;
    border-top:1px solid var(--aw197-line)!important;
  }
  .provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-price > small,
  .provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-market > small{
    grid-column:1/-1!important;
  }
  .provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-actions{
    grid-template-columns:1fr!important;
    gap:9px!important;
    padding-top:4px!important;
  }
  .provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-actions .main-action{
    width:100%!important;
    justify-content:center!important;
  }
}

/* Dark contrast parity ---------------------------------------------------- */
html[data-aw-contrast="dark"] body.product-page [data-p1450108174197-premium-variants="1"],
html[data-aw-contrast="dark"] body.product-page [data-p1450108174197-premium-related="1"],
html[data-aw-contrast="dark"] .provider-profile-page[data-p1450108174197-premium-provider="1"]{
  --aw197-ink:var(--aw-dark-text,#eef5fb);
  --aw197-muted:var(--aw-dark-muted,#aebdca);
  --aw197-line:rgba(214,228,239,.16);
  --aw197-line-strong:rgba(214,228,239,.27);
  --aw197-soft:transparent;
  --aw197-soft-blue:transparent;
  --aw197-primary:#9ec9f4;
  --aw197-primary-hover:#c5ddf5;
  --aw197-success:#7dd3a7;
}
html[data-aw-contrast="dark"] body.product-page .variant-section[data-p1450108174197-premium-variants="1"] .variant-card,
html[data-aw-contrast="dark"] body.product-page .related-section[data-p1450108174197-premium-related="1"] .detail-related-card,
html[data-aw-contrast="dark"] .provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-profile-head,
html[data-aw-contrast="dark"] .provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-detail-panel,
html[data-aw-contrast="dark"] .provider-profile-page[data-p1450108174197-premium-provider="1"] .provider-offer-card-v3{
  background:transparent!important;
  box-shadow:none!important;
}
html[data-aw-contrast="dark"] body.product-page .related-section[data-p1450108174197-premium-related="1"] .related-slider-controls button{
  background:transparent!important;
  color:var(--aw197-ink)!important;
}

@media (forced-colors:active){
  body.product-page .variant-section[data-p1450108174197-premium-variants="1"] .variant-card.variant-current,
  body.product-page .variant-section[data-p1450108174197-premium-variants="1"] a.variant-card:focus-visible,
  body.product-page .related-section[data-p1450108174197-premium-related="1"] .related-filter:focus-visible,
  .provider-profile-page[data-p1450108174197-premium-provider="1"] a:focus-visible{
    outline:2px solid CanvasText!important;
    outline-offset:3px!important;
  }
}
