/* HAWE + KRACHT source-backed product directories — 0.21.0. */
body.rxp-brand-unified .rxp-catalog-page {
  --rxcat-navy-2: #102b4d;
  --rxcat-soft: #eef3f8;
  --rxcat-shadow: 0 18px 50px rgba(12, 32, 61, .08);
  --rxb-muted: #5f6d82;
  background: #f4f7fa;
}

body.rxp-brand-unified .rxp-catalog-page :where(a, summary) {
  -webkit-tap-highlight-color: transparent;
}

body.rxp-brand-unified .rxp-catalog-hero .rxp-brand-logo {
  width: min(260px, 58%);
  min-height: 78px;
}

body.rxp-brand-unified .rxp-catalog-hero .rxp-brand-logo img {
  width: auto;
  max-width: 100%;
  height: 52px;
}

body.rxp-brand-unified .rxp-catalog-jump .rxp-brand-container {
  justify-content: center;
}

body.rxp-brand-unified .rxp-catalog-jump a {
  min-height: 46px;
  align-items: center;
  white-space: nowrap;
}

body.rxp-brand-unified .rxp-catalog-directory {
  padding-block: clamp(64px, 7vw, 96px);
  background:
    radial-gradient(circle at 8% 18%, rgba(229, 37, 42, .055), transparent 26%),
    #f4f7fa;
}

body.rxp-brand-unified .rxp-catalog-directory__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 20px;
  margin-top: 34px;
}

body.rxp-brand-unified .rxp-catalog-directory__card {
  display: grid;
  min-width: 0;
  grid-template-columns: 152px minmax(0, 1fr);
  overflow: hidden;
  color: var(--rxb-ink) !important;
  background: #fff;
  border: 1px solid var(--rxb-line);
  border-radius: 24px;
  box-shadow: var(--rxcat-shadow);
  text-decoration: none !important;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

body.rxp-brand-unified .rxp-catalog-directory__card figure {
  min-height: 230px;
  margin: 0;
  padding: 18px;
  background: linear-gradient(150deg, #fff, #edf2f7);
}

body.rxp-brand-unified .rxp-catalog-directory__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .35s ease;
}

body.rxp-brand-unified .rxp-catalog-directory__card > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 24px 22px;
}

body.rxp-brand-unified .rxp-catalog-directory__card span {
  margin-bottom: 8px;
  color: var(--rxb-red);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .035em;
}

body.rxp-brand-unified .rxp-catalog-directory__card h3 {
  margin: 0 0 9px;
  color: var(--rxb-ink) !important;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 900;
  line-height: 1.55;
}

body.rxp-brand-unified .rxp-catalog-directory__card p {
  margin: 0 0 17px;
  color: var(--rxb-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.9;
}

body.rxp-brand-unified .rxp-catalog-directory__card strong {
  color: var(--rxb-red);
  font-size: 12px;
  font-weight: 850;
}

@media (hover: hover) and (pointer: fine) {
  body.rxp-brand-unified .rxp-catalog-directory__card:hover {
    border-color: rgba(229, 37, 42, .35);
    box-shadow: 0 24px 60px rgba(12, 32, 61, .13);
    transform: translateY(-5px);
  }

  body.rxp-brand-unified .rxp-catalog-directory__card:hover img {
    transform: scale(1.045);
  }
}

body.rxp-brand-unified .rxp-catalog-section {
  scroll-margin-top: 154px;
  padding-block: clamp(70px, 7vw, 104px);
  background: #fff;
}

body.rxp-brand-unified .rxp-catalog-section--soft {
  background: var(--rxcat-soft);
}

body.rxp-brand-unified .rxp-catalog-section__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  align-items: center;
  gap: clamp(36px, 6vw, 88px);
  margin-bottom: 32px;
}

body.rxp-brand-unified .rxp-catalog-section__head > div {
  max-width: 840px;
}

body.rxp-brand-unified .rxp-catalog-section__head h2 {
  margin: 0 0 14px;
  color: var(--rxb-ink) !important;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 950;
  line-height: 1.45;
  letter-spacing: -.02em;
}

body.rxp-brand-unified .rxp-catalog-section__head > div > p:not(.rxp-brand-eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--rxb-muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
}

body.rxp-brand-unified .rxp-catalog-section__head > figure {
  display: grid;
  width: 100%;
  aspect-ratio: 1;
  place-items: center;
  margin: 0;
  padding: 28px;
  background: linear-gradient(145deg, #fff, #e8eef5);
  border: 1px solid var(--rxb-line);
  border-radius: 30px;
  box-shadow: var(--rxcat-shadow);
}

body.rxp-brand-unified .rxp-catalog-section__head > figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.rxp-brand-unified .rxp-catalog-head-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

body.rxp-brand-unified .rxp-catalog-head-actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  color: var(--rxb-navy) !important;
  background: transparent;
  border: 1px solid #cdd7e3;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.6;
  text-align: center;
  text-decoration: none !important;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

body.rxp-brand-unified .rxp-catalog-head-actions a:first-child {
  color: #fff !important;
  background: var(--rxb-navy);
  border-color: var(--rxb-navy);
}

@media (hover: hover) and (pointer: fine) {
  body.rxp-brand-unified .rxp-catalog-head-actions a:hover {
    color: #fff !important;
    background: var(--rxb-red);
    border-color: var(--rxb-red);
  }
}

body.rxp-brand-unified .rxp-catalog-family-grid {
  display: grid;
  gap: 14px;
}

body.rxp-brand-unified .rxp-catalog-family {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--rxb-line);
  border-radius: 20px;
  box-shadow: 0 8px 28px rgba(12, 32, 61, .045);
}

body.rxp-brand-unified .rxp-catalog-section--soft .rxp-catalog-family {
  background: rgba(255, 255, 255, .92);
}

body.rxp-brand-unified .rxp-catalog-family > summary {
  position: relative;
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 28px;
  color: var(--rxb-ink);
  cursor: pointer;
  list-style: none;
}

body.rxp-brand-unified .rxp-catalog-family > summary::-webkit-details-marker {
  display: none;
}

body.rxp-brand-unified .rxp-catalog-family > summary::before {
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: 4px;
  background: var(--rxb-red);
  content: "";
  opacity: 0;
  transition: opacity .2s ease;
}

body.rxp-brand-unified .rxp-catalog-family[open] > summary::before {
  opacity: 1;
}

body.rxp-brand-unified .rxp-catalog-family > summary span {
  display: grid;
  min-width: 0;
  gap: 5px;
}

body.rxp-brand-unified .rxp-catalog-family > summary strong {
  color: var(--rxb-ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.6;
}

body.rxp-brand-unified .rxp-catalog-family > summary small {
  color: var(--rxb-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
}

body.rxp-brand-unified .rxp-catalog-family > summary b {
  flex: 0 0 auto;
  padding: 7px 12px;
  color: #a71320;
  background: #fde7e9;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

body.rxp-brand-unified .rxp-catalog-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 !important;
  padding: 0 24px 24px !important;
  list-style: none !important;
}

body.rxp-brand-unified .rxp-catalog-products > li {
  display: grid;
  min-width: 0;
  min-height: 174px;
  grid-template-rows: 1fr auto;
  gap: 18px;
  margin: 0 !important;
  padding: 20px;
  background: #f7f9fc;
  border: 1px solid #e0e6ee;
  border-radius: 16px;
}

body.rxp-brand-unified .rxp-catalog-products h3 {
  margin: 0 0 7px;
  color: var(--rxb-navy) !important;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.45;
  text-align: right;
}

body.rxp-brand-unified .rxp-catalog-products p {
  margin: 0;
  color: var(--rxb-muted);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.85;
}

body.rxp-brand-unified .rxp-catalog-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.rxp-brand-unified .rxp-catalog-product-actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  color: var(--rxb-navy) !important;
  background: #fff;
  border: 1px solid #d5dee8;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.55;
  text-align: center;
  text-decoration: none !important;
  transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease;
}

body.rxp-brand-unified .rxp-catalog-product-actions a.rxp-catalog-rfq {
  color: var(--rxb-red) !important;
  border-color: rgba(229, 37, 42, .28);
}

@media (hover: hover) and (pointer: fine) {
  body.rxp-brand-unified .rxp-catalog-product-actions a:hover {
    color: #fff !important;
    background: var(--rxb-navy);
    border-color: var(--rxb-navy);
    transform: translateY(-1px);
  }

  body.rxp-brand-unified .rxp-catalog-product-actions a.rxp-catalog-rfq:hover {
    background: var(--rxb-red);
    border-color: var(--rxb-red);
  }
}

body.rxp-brand-unified .rxp-catalog-technical-note {
  margin: 20px 0 0 !important;
  padding: 15px 18px;
  color: #45566d;
  background: #fff;
  border: 1px solid var(--rxb-line);
  border-inline-start: 4px solid var(--rxb-red);
  border-radius: 13px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.9;
}

body.rxp-brand-unified .rxp-catalog-resources {
  padding-block: clamp(64px, 7vw, 92px);
  background: #fff;
}

body.rxp-brand-unified .rxp-catalog-resources__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 14px;
  margin-top: 30px;
}

body.rxp-brand-unified .rxp-catalog-resources__grid a {
  display: grid;
  min-height: 112px;
  align-content: center;
  gap: 7px;
  padding: 22px;
  color: var(--rxb-ink) !important;
  background: #f7f9fc;
  border: 1px solid var(--rxb-line);
  border-radius: 17px;
  text-decoration: none !important;
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}

body.rxp-brand-unified .rxp-catalog-resources__grid strong {
  color: var(--rxb-ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.7;
}

body.rxp-brand-unified .rxp-catalog-resources__grid span {
  color: var(--rxb-muted);
  font-size: 11px;
  font-weight: 700;
}

@media (hover: hover) and (pointer: fine) {
  body.rxp-brand-unified .rxp-catalog-resources__grid a:hover {
    background: #fff;
    border-color: rgba(229, 37, 42, .4);
    transform: translateY(-3px);
  }
}

body.rxp-brand-unified .rxp-catalog-page :where(a, summary):focus-visible {
  outline: 3px solid #bd1824 !important;
  outline-offset: 3px !important;
}

body.rxp-brand-unified .rxp-catalog-family > summary:focus-visible {
  outline-offset: -4px !important;
}

@media (max-width: 980px) {
  body.rxp-brand-unified .rxp-catalog-section__head {
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 34px;
  }

  body.rxp-brand-unified .rxp-catalog-products {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.rxp-brand-unified .rxp-catalog-hero .rxp-brand-logo {
    width: min(226px, 72%);
    min-height: 70px;
    margin-inline: auto;
  }

  body.rxp-brand-unified .rxp-catalog-hero .rxp-brand-logo img {
    height: 44px;
  }

  body.rxp-brand-unified .rxp-catalog-jump {
    scroll-snap-type: inline proximity;
  }

  body.rxp-brand-unified .rxp-catalog-jump .rxp-brand-container {
    width: max-content !important;
    min-width: 100%;
    justify-content: flex-start;
  }

  body.rxp-brand-unified .rxp-catalog-jump a {
    min-height: 48px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  body.rxp-brand-unified .rxp-catalog-directory,
  body.rxp-brand-unified .rxp-catalog-section,
  body.rxp-brand-unified .rxp-catalog-resources {
    padding-block: 52px !important;
  }

  body.rxp-brand-unified .rxp-catalog-directory__grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 24px;
  }

  body.rxp-brand-unified .rxp-catalog-directory__card {
    grid-template-columns: 112px minmax(0, 1fr);
    border-radius: 20px;
  }

  body.rxp-brand-unified .rxp-catalog-directory__card figure {
    min-height: 190px;
    padding: 13px;
  }

  body.rxp-brand-unified .rxp-catalog-directory__card > div {
    padding: 20px 16px;
  }

  body.rxp-brand-unified .rxp-catalog-directory__card h3 {
    font-size: 17px;
  }

  body.rxp-brand-unified .rxp-catalog-directory__card p {
    font-size: 11.5px;
    line-height: 1.82;
  }

  body.rxp-brand-unified .rxp-catalog-section {
    scroll-margin-top: 118px;
  }

  body.rxp-brand-unified .rxp-catalog-section__head {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 22px;
  }

  body.rxp-brand-unified .rxp-catalog-section__head > div {
    text-align: center;
  }

  body.rxp-brand-unified .rxp-catalog-section__head h2 {
    font-size: clamp(25px, 7.4vw, 32px);
    line-height: 1.55;
  }

  body.rxp-brand-unified .rxp-catalog-section__head > div > p:not(.rxp-brand-eyebrow) {
    font-size: 13px;
    line-height: 1.9;
  }

  body.rxp-brand-unified .rxp-catalog-section__head > figure {
    width: min(230px, 76%);
    margin-inline: auto;
    padding: 22px;
    border-radius: 24px;
  }

  body.rxp-brand-unified .rxp-catalog-head-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  body.rxp-brand-unified .rxp-catalog-head-actions a {
    width: 100%;
    min-height: 48px;
  }

  body.rxp-brand-unified .rxp-catalog-family {
    border-radius: 17px;
  }

  body.rxp-brand-unified .rxp-catalog-family > summary {
    min-height: 92px;
    gap: 12px;
    padding: 17px 16px;
  }

  body.rxp-brand-unified .rxp-catalog-family > summary strong {
    font-size: 15px;
  }

  body.rxp-brand-unified .rxp-catalog-family > summary small {
    font-size: 11px;
    line-height: 1.75;
  }

  body.rxp-brand-unified .rxp-catalog-family > summary b {
    padding: 6px 9px;
    font-size: 10px;
  }

  body.rxp-brand-unified .rxp-catalog-products {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0 12px 12px !important;
  }

  body.rxp-brand-unified .rxp-catalog-products > li {
    min-height: 0;
    padding: 16px;
    border-radius: 14px;
  }

  body.rxp-brand-unified .rxp-catalog-product-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.rxp-brand-unified .rxp-catalog-product-actions a {
    min-height: 44px;
    padding-inline: 8px;
    font-size: 12.5px;
  }

  body.rxp-brand-unified .rxp-catalog-product-actions a:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  body.rxp-brand-unified .rxp-catalog-resources__grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  body.rxp-brand-unified .rxp-catalog-resources__grid a {
    min-height: 96px;
    padding: 18px;
  }
}

@media (max-width: 390px) {
  body.rxp-brand-unified .rxp-catalog-directory__card {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  body.rxp-brand-unified .rxp-catalog-directory__card figure {
    min-height: 176px;
    padding: 10px;
  }

  body.rxp-brand-unified .rxp-catalog-directory__card > div {
    padding-inline: 13px;
  }

  body.rxp-brand-unified .rxp-catalog-product-actions {
    grid-template-columns: 1fr;
  }

  body.rxp-brand-unified .rxp-catalog-product-actions a:last-child:nth-child(odd) {
    grid-column: auto;
  }
}

@media (max-width: 360px) {
  body.rxp-brand-unified .rxp-catalog-hero .rxp-brand-hero__media {
    min-height: 176px !important;
    grid-template-columns: 1.2fr .8fr;
    grid-template-rows: 176px !important;
  }

  body.rxp-brand-unified .rxp-catalog-hero .rxp-brand-hero__tile--1 {
    grid-row: auto;
  }

  body.rxp-brand-unified .rxp-catalog-hero .rxp-brand-hero__tile--3 {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.rxp-brand-unified .rxp-catalog-page *,
  body.rxp-brand-unified .rxp-catalog-page *::before,
  body.rxp-brand-unified .rxp-catalog-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* Independent, self-hosted brand category pages — 0.22.0. */
body.rxp-brand-unified .rxp-category-page {
  --rxcat-navy: #10233f;
  --rxcat-red: #e52329;
  --rxcat-ink: #101d33;
  --rxcat-muted: #66758b;
  --rxcat-line: #dbe3ed;
  --rxcat-surface: #f5f8fb;
  overflow: clip;
  color: var(--rxcat-ink);
  background: #f5f8fb;
}

body.rxp-brand-unified .rxp-category-page :where(h1, h2, h3, p, figure) {
  margin-block-start: 0;
}

body.rxp-brand-unified .rxp-category-hero {
  position: relative;
  padding: clamp(48px, 6vw, 88px) 0 clamp(56px, 7vw, 96px);
  background:
    radial-gradient(circle at 12% 14%, rgba(229, 35, 41, .12), transparent 28%),
    linear-gradient(135deg, #0c1c34 0%, #102c4d 66%, #16213c 100%);
}

body.rxp-brand-unified .rxp-category-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .35), transparent);
  content: "";
}

body.rxp-brand-unified .rxp-category-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  align-items: center;
  gap: clamp(42px, 7vw, 96px);
}

body.rxp-brand-unified .rxp-category-hero__copy {
  min-width: 0;
}

body.rxp-brand-unified .rxp-category-hero .rxp-brand-breadcrumb,
body.rxp-brand-unified .rxp-category-hero .rxp-brand-breadcrumb a,
body.rxp-brand-unified .rxp-category-hero .rxp-brand-breadcrumb span {
  color: rgba(255, 255, 255, .7) !important;
}

body.rxp-brand-unified .rxp-category-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  margin: 26px 0 20px;
  padding: 10px 16px;
  color: #fff;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 16px;
  backdrop-filter: blur(10px);
}

body.rxp-brand-unified .rxp-category-brand img {
  display: block;
  width: auto;
  max-width: 150px;
  height: 34px;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, .12));
}

body.rxp-brand-unified .rxp-category-brand span {
  padding-inline-start: 16px;
  border-inline-start: 1px solid rgba(255, 255, 255, .2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .03em;
}

body.rxp-brand-unified .rxp-category-hero h1 {
  max-width: 780px;
  margin-bottom: 18px;
  color: #fff !important;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -.03em;
}

body.rxp-brand-unified .rxp-category-hero__copy > p {
  max-width: 760px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, .76) !important;
  font-size: clamp(15px, 1.35vw, 18px);
  font-weight: 600;
  line-height: 2;
}

body.rxp-brand-unified .rxp-category-hero .rxp-brand-button--secondary {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .28) !important;
}

body.rxp-brand-unified .rxp-category-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 720px;
  margin-top: 28px;
}

body.rxp-brand-unified .rxp-category-stats > div {
  display: flex;
  min-height: 84px;
  flex-direction: column;
  justify-content: center;
  padding: 12px 16px;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 16px;
}

body.rxp-brand-unified .rxp-category-stats strong {
  color: #fff;
  font-size: 25px;
  font-weight: 950;
  line-height: 1;
}

body.rxp-brand-unified .rxp-category-stats span {
  margin-top: 8px;
  color: rgba(255, 255, 255, .66);
  font-size: 11px;
  font-weight: 700;
}

body.rxp-brand-unified .rxp-category-hero__media {
  position: relative;
  display: grid;
  width: min(100%, 480px);
  aspect-ratio: 1;
  place-items: center;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 52px);
  background: linear-gradient(150deg, rgba(255, 255, 255, .98), rgba(232, 239, 247, .94));
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: clamp(28px, 4vw, 44px);
  box-shadow: 0 32px 80px rgba(0, 0, 0, .28);
}

body.rxp-brand-unified .rxp-category-hero__media::before {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(16, 35, 63, .08);
  border-radius: calc(clamp(28px, 4vw, 44px) - 10px);
  content: "";
}

body.rxp-brand-unified .rxp-category-hero__media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .45s cubic-bezier(.2, .8, .2, 1);
}

@media (hover: hover) and (pointer: fine) {
  body.rxp-brand-unified .rxp-category-hero__media:hover img {
    transform: scale(1.035) rotate(-1deg);
  }
}

body.rxp-brand-unified .rxp-category-products {
  padding-block: clamp(66px, 7vw, 104px);
  background:
    radial-gradient(circle at 90% 16%, rgba(229, 35, 41, .05), transparent 24%),
    #f5f8fb;
}

body.rxp-brand-unified .rxp-category-family-list {
  display: grid;
  gap: 24px;
  margin-top: 34px;
}

body.rxp-brand-unified .rxp-category-family {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--rxcat-line);
  border-radius: 26px;
  box-shadow: 0 18px 50px rgba(12, 32, 61, .07);
}

body.rxp-brand-unified .rxp-category-family > header {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: 28px;
  padding: 24px 28px;
  background: linear-gradient(135deg, #10233f, #17365b);
}

body.rxp-brand-unified .rxp-category-family > header > div {
  display: flex;
  align-items: center;
  gap: 14px;
}

body.rxp-brand-unified .rxp-category-family > header span {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  color: #fff;
  background: var(--rxcat-red);
  border-radius: 13px;
  font-size: 12px;
  font-weight: 900;
}

body.rxp-brand-unified .rxp-category-family > header h2 {
  margin: 0;
  color: #fff !important;
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 900;
  line-height: 1.55;
}

body.rxp-brand-unified .rxp-category-family > header p {
  margin: 0;
  color: rgba(255, 255, 255, .7) !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.9;
}

body.rxp-brand-unified .rxp-category-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
}

body.rxp-brand-unified .rxp-category-product {
  display: flex;
  min-width: 0;
  min-height: 220px;
  flex-direction: column;
  padding: 22px;
  background: #f8fafc;
  border: 1px solid #e0e7ef;
  border-radius: 18px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body.rxp-brand-unified .rxp-category-product__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e0e7ef;
}

body.rxp-brand-unified .rxp-category-product h3 {
  margin: 0;
  color: var(--rxcat-ink) !important;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.25;
}

body.rxp-brand-unified .rxp-category-product__top span {
  color: var(--rxcat-red);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.6;
  text-align: end;
}

body.rxp-brand-unified .rxp-category-product > p {
  flex: 1;
  margin: 16px 0 20px;
  color: var(--rxcat-muted) !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.95;
}

body.rxp-brand-unified .rxp-category-product > p strong {
  color: var(--rxcat-ink);
}

body.rxp-brand-unified .rxp-category-product__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.rxp-brand-unified .rxp-category-product__actions a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  color: var(--rxcat-navy) !important;
  background: #fff;
  border: 1px solid #cfd9e5;
  border-radius: 11px;
  font-size: 11.5px;
  font-weight: 850;
  line-height: 1.45;
  text-align: center;
  text-decoration: none !important;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

body.rxp-brand-unified .rxp-category-product__actions .rxp-catalog-rfq {
  color: #fff !important;
  background: var(--rxcat-red);
  border-color: var(--rxcat-red);
}

@media (hover: hover) and (pointer: fine) {
  body.rxp-brand-unified .rxp-category-product:hover {
    border-color: rgba(229, 35, 41, .26);
    box-shadow: 0 18px 38px rgba(12, 32, 61, .1);
    transform: translateY(-3px);
  }

  body.rxp-brand-unified .rxp-category-product__actions a:hover {
    color: #fff !important;
    background: var(--rxcat-navy);
    border-color: var(--rxcat-navy);
    transform: translateY(-1px);
  }

  body.rxp-brand-unified .rxp-category-product__actions .rxp-catalog-rfq:hover {
    background: #c7181e;
    border-color: #c7181e;
  }
}

body.rxp-brand-unified .rxp-category-selection {
  padding-block: clamp(66px, 7vw, 98px);
  background: #fff;
}

body.rxp-brand-unified .rxp-category-selection__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, .9fr) minmax(240px, .7fr);
  align-items: stretch;
  gap: 18px;
}

body.rxp-brand-unified .rxp-category-selection__grid > div:first-child,
body.rxp-brand-unified .rxp-category-selection__grid > aside {
  padding: 30px;
  border-radius: 24px;
}

body.rxp-brand-unified .rxp-category-selection__grid > div:first-child {
  color: #fff;
  background: linear-gradient(135deg, var(--rxcat-navy), #173b64);
}

body.rxp-brand-unified .rxp-category-selection__grid h2 {
  margin: 10px 0 12px;
  color: #fff !important;
  font-size: clamp(26px, 3vw, 39px);
  font-weight: 950;
  line-height: 1.5;
}

body.rxp-brand-unified .rxp-category-selection__grid > div:first-child > p:not(.rxp-brand-eyebrow) {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, .72) !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 2;
}

body.rxp-brand-unified .rxp-category-checklist {
  display: grid;
  gap: 10px;
}

body.rxp-brand-unified .rxp-category-checklist > div {
  display: flex;
  min-height: 62px;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  background: var(--rxcat-surface);
  border: 1px solid var(--rxcat-line);
  border-radius: 15px;
}

body.rxp-brand-unified .rxp-category-checklist span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  color: #fff;
  background: var(--rxcat-red);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 900;
}

body.rxp-brand-unified .rxp-category-checklist strong {
  color: var(--rxcat-ink);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.75;
}

body.rxp-brand-unified .rxp-category-selection__grid > aside {
  color: #fff;
  background: linear-gradient(145deg, #e52329, #bf151b);
}

body.rxp-brand-unified .rxp-category-selection__grid > aside > strong {
  display: block;
  margin-bottom: 18px;
  font-size: 17px;
  font-weight: 900;
}

body.rxp-brand-unified .rxp-category-selection__grid > aside ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.rxp-brand-unified .rxp-category-selection__grid > aside li {
  position: relative;
  padding-inline-start: 16px;
  color: rgba(255, 255, 255, .84);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.75;
}

body.rxp-brand-unified .rxp-category-selection__grid > aside li::before {
  position: absolute;
  inset-inline-start: 0;
  top: .78em;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  content: "";
}

body.rxp-brand-unified .rxp-category-documents {
  padding-block: clamp(66px, 7vw, 104px);
  background: #edf3f8;
}

body.rxp-brand-unified .rxp-category-document-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}

body.rxp-brand-unified .rxp-category-document-list article {
  display: flex;
  min-width: 0;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid var(--rxcat-line);
  border-radius: 16px;
}

body.rxp-brand-unified .rxp-category-document-list article > div:first-child {
  display: grid;
  min-width: 0;
  grid-template-columns: 38px minmax(0, 1fr);
  column-gap: 12px;
  align-items: center;
}

body.rxp-brand-unified .rxp-category-document-list article > div:first-child > span {
  display: grid;
  width: 38px;
  height: 38px;
  grid-row: 1 / 3;
  place-items: center;
  color: #fff;
  background: var(--rxcat-red);
  border-radius: 11px;
  font-size: 9px;
  font-weight: 900;
}

body.rxp-brand-unified .rxp-category-document-list strong {
  overflow: hidden;
  color: var(--rxcat-ink);
  font-size: 15px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.rxp-brand-unified .rxp-category-document-list small {
  overflow: hidden;
  color: var(--rxcat-muted);
  font-size: 10px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.rxp-brand-unified .rxp-category-document-list article > div:last-child {
  display: flex;
  flex: 0 0 auto;
  gap: 7px;
}

body.rxp-brand-unified .rxp-category-document-list a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  color: var(--rxcat-navy) !important;
  background: #f6f8fb;
  border: 1px solid #d4dde8;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 850;
  text-decoration: none !important;
}

body.rxp-brand-unified .rxp-brand-directory-page .rxp-brand-final-cta .rxp-brand-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  body.rxp-brand-unified .rxp-category-hero__grid {
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 36px;
  }

  body.rxp-brand-unified .rxp-category-selection__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.rxp-brand-unified .rxp-category-selection__grid > aside {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  body.rxp-brand-unified .rxp-category-hero {
    padding: 34px 0 52px;
  }

  body.rxp-brand-unified .rxp-category-hero__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  body.rxp-brand-unified .rxp-category-hero__copy {
    text-align: center;
  }

  body.rxp-brand-unified .rxp-category-hero .rxp-brand-breadcrumb {
    justify-content: center;
  }

  body.rxp-brand-unified .rxp-category-brand {
    margin: 20px auto 18px;
  }

  body.rxp-brand-unified .rxp-category-brand img {
    max-width: 116px;
    height: 30px;
  }

  body.rxp-brand-unified .rxp-category-brand span {
    max-width: 145px;
    font-size: 10px;
  }

  body.rxp-brand-unified .rxp-category-hero h1 {
    font-size: clamp(31px, 9vw, 43px);
    line-height: 1.4;
  }

  body.rxp-brand-unified .rxp-category-hero__copy > p {
    font-size: 13px;
    line-height: 1.9;
  }

  body.rxp-brand-unified .rxp-category-hero .rxp-brand-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.rxp-brand-unified .rxp-category-stats {
    gap: 7px;
  }

  body.rxp-brand-unified .rxp-category-stats > div {
    min-height: 76px;
    padding: 10px 6px;
    border-radius: 13px;
  }

  body.rxp-brand-unified .rxp-category-stats strong {
    font-size: 21px;
  }

  body.rxp-brand-unified .rxp-category-stats span {
    font-size: 9px;
    line-height: 1.5;
  }

  body.rxp-brand-unified .rxp-category-hero__media {
    width: min(310px, 88%);
    padding: 34px;
    border-radius: 30px;
  }

  body.rxp-brand-unified .rxp-category-family-list {
    gap: 16px;
    margin-top: 24px;
  }

  body.rxp-brand-unified .rxp-category-family {
    border-radius: 20px;
  }

  body.rxp-brand-unified .rxp-category-family > header {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px;
    text-align: center;
  }

  body.rxp-brand-unified .rxp-category-family > header > div {
    justify-content: center;
  }

  body.rxp-brand-unified .rxp-category-family > header p {
    font-size: 11.5px;
  }

  body.rxp-brand-unified .rxp-category-product-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px;
  }

  body.rxp-brand-unified .rxp-category-product {
    min-height: 0;
    padding: 17px;
    border-radius: 15px;
  }

  body.rxp-brand-unified .rxp-category-product h3 {
    font-size: 19px;
  }

  body.rxp-brand-unified .rxp-category-product > p {
    font-size: 12px;
  }

  body.rxp-brand-unified .rxp-category-product__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.rxp-brand-unified .rxp-category-product__actions .rxp-catalog-rfq {
    grid-column: 1 / -1;
  }

  body.rxp-brand-unified .rxp-category-selection__grid {
    grid-template-columns: 1fr;
  }

  body.rxp-brand-unified .rxp-category-selection__grid > aside {
    grid-column: auto;
  }

  body.rxp-brand-unified .rxp-category-selection__grid > div:first-child,
  body.rxp-brand-unified .rxp-category-selection__grid > aside {
    padding: 23px;
    border-radius: 20px;
  }

  body.rxp-brand-unified .rxp-category-document-list {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 22px;
  }

  body.rxp-brand-unified .rxp-category-document-list article {
    min-height: 0;
    align-items: stretch;
    flex-direction: column;
    padding: 14px;
  }

  body.rxp-brand-unified .rxp-category-document-list article > div:last-child {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.rxp-brand-unified .rxp-category-document-list a {
    min-height: 44px;
  }

  body.rxp-brand-unified .rxp-brand-directory-page .rxp-brand-final-cta .rxp-brand-actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 380px) {
  body.rxp-brand-unified .rxp-category-brand {
    gap: 10px;
    padding-inline: 12px;
  }

  body.rxp-brand-unified .rxp-category-brand span {
    max-width: 122px;
    padding-inline-start: 10px;
  }

  body.rxp-brand-unified .rxp-category-product__actions {
    grid-template-columns: 1fr;
  }

  body.rxp-brand-unified .rxp-category-product__actions .rxp-catalog-rfq {
    grid-column: auto;
  }
}

body.rxp-brand-unified .rxp-category-page a:focus-visible,
body.rxp-brand-unified .rxp-brand-directory-page a:focus-visible {
  outline: 3px solid rgba(229, 31, 44, 0.34);
  outline-offset: 4px;
}

body.rxp-brand-unified .rxp-brand-master-doc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding: 22px 24px;
  border: 1px solid rgba(15, 36, 66, 0.12);
  border-radius: 20px;
  background: linear-gradient(135deg, #f7f9fc, #fff);
  box-shadow: 0 16px 38px rgba(15, 36, 66, 0.08);
}

body.rxp-brand-unified .rxp-brand-master-doc > div:first-child {
  display: grid;
  gap: 5px;
}

body.rxp-brand-unified .rxp-brand-master-doc span {
  color: #e51f2c;
  font-size: 12px;
  font-weight: 800;
}

body.rxp-brand-unified .rxp-brand-master-doc strong {
  color: #0f2442;
  font-size: 19px;
}

body.rxp-brand-unified .rxp-brand-master-doc p {
  margin: 0;
  color: #637086;
  font-size: 12px;
}

body.rxp-brand-unified .rxp-brand-master-doc > div:last-child {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

body.rxp-brand-unified .rxp-brand-master-doc a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid #dce3ed;
  border-radius: 12px;
  color: #0f2442;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}

body.rxp-brand-unified .rxp-brand-master-doc a:last-child {
  border-color: #e51f2c;
  color: #fff;
  background: #e51f2c;
}

@media (max-width: 767px) {
  body.rxp-brand-unified .rxp-brand-master-doc {
    align-items: stretch;
    flex-direction: column;
    padding: 19px;
  }

  body.rxp-brand-unified .rxp-brand-master-doc > div:last-child {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  body.rxp-brand-unified .rxp-category-page *,
  body.rxp-brand-unified .rxp-category-page *::before,
  body.rxp-brand-unified .rxp-category-page *::after,
  body.rxp-brand-unified .rxp-brand-directory-page *,
  body.rxp-brand-unified .rxp-brand-directory-page *::before,
  body.rxp-brand-unified .rxp-brand-directory-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
