:root {
  --rxs-hv2-viewport: 100vw;
  --rxs-hv2-content-max: 1360px;
  --rxs-red: #d50916;
  --rxs-red-dark: #b60611;
  --rxs-red-soft: #fff3f4;
  --rxs-ink: #17212d;
  --rxs-navy: #162538;
  --rxs-muted: #68717d;
  --rxs-line: #e4e7eb;
  --rxs-surface: #f7f8fa;
  --rxs-white: #fff;
  --rxs-radius-sm: 10px;
  --rxs-radius-md: 16px;
  --rxs-shadow: 0 18px 44px rgba(18, 31, 45, .08);
}

.rxs-hv2,
.rxs-hv2-quick {
  color: var(--rxs-ink);
  font-family: inherit;
}

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

#rx-slider-root:not([data-rxs-stable="1"]) .rx-slide-item {
  display: none !important;
  opacity: 0 !important;
}

#rx-slider-root,
#rx-slider-root .rx-swiper-instance {
  position: relative;
}

#rx-slider-root:not([data-rxs-stable="1"]) .rx-slide-item.rxs-hero-active {
  display: block !important;
  width: 100% !important;
  opacity: 1 !important;
}

#rx-slider-root:not([data-rxs-stable="1"]) .rx-slide-item.rxs-hero-active .rx-text-col,
#rx-slider-root:not([data-rxs-stable="1"]) .rx-slide-item.rxs-hero-active .rx-img-col {
  opacity: 1 !important;
  transform: none !important;
}

#rx-slider-root[data-rxs-stable="1"] .swiper-wrapper {
  position: relative;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: inherit;
  transform: none !important;
}

#rx-slider-root[data-rxs-stable="1"] .rx-slide-item {
  width: 100% !important;
  opacity: 0 !important;
  transform: none !important;
}

#rx-slider-root[data-rxs-stable="1"] .rx-slide-item[hidden] {
  display: none !important;
}

#rx-slider-root[data-rxs-stable="1"] .rx-slide-item.rxs-hero-active {
  display: block !important;
  height: 100% !important;
  min-height: inherit;
  opacity: 1 !important;
}

#rx-slider-root[data-rxs-stable="1"] .rx-slide-item.rxs-hero-active .rx-text-col,
#rx-slider-root[data-rxs-stable="1"] .rx-slide-item.rxs-hero-active .rx-img-col {
  opacity: 1 !important;
  transform: none !important;
}

#rx-slider-root .rx-pagination {
  position: absolute !important;
  z-index: 7;
  right: 0 !important;
  bottom: 18px !important;
  left: 0 !important;
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 0;
}

#rx-slider-root .rxs-hero-dot {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

#rx-slider-root .rxs-hero-dot::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  content: "";
  background: #c5cbd2;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  transition: width .2s ease, background .2s ease;
}

#rx-slider-root .rxs-hero-dot.is-active::after {
  width: 28px;
  background: var(--rxs-red);
}

#rx-slider-root .rxs-hero-pause {
  position: absolute !important;
  z-index: 9;
  right: auto !important;
  bottom: 18px;
  left: clamp(12px, 2vw, 24px) !important;
  display: inline-flex;
  width: 44px;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--rxs-ink);
  background: var(--rxs-white);
  border: 1px solid var(--rxs-line);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
}

#rx-slider-root .rx-next,
#rx-slider-root .rx-prev {
  position: absolute !important;
  top: 46% !important;
  bottom: auto !important;
  z-index: 9;
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  color: var(--rxs-ink);
  background: rgba(255, 255, 255, .96);
  border: 1px solid var(--rxs-line);
  border-radius: 50%;
  box-shadow: 0 10px 26px rgba(18, 31, 45, .14);
  cursor: pointer;
  transform: translateY(-50%) !important;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

#rx-slider-root .rx-next {
  right: auto !important;
  left: clamp(12px, 2vw, 28px) !important;
}

#rx-slider-root .rx-prev {
  right: clamp(12px, 2vw, 28px) !important;
  left: auto !important;
}

#rx-slider-root .rx-next::before,
#rx-slider-root .rx-next::after,
#rx-slider-root .rx-prev::before,
#rx-slider-root .rx-prev::after {
  content: none !important;
}

#rx-slider-root .rx-next:hover,
#rx-slider-root .rx-next:focus-visible,
#rx-slider-root .rx-prev:hover,
#rx-slider-root .rx-prev:focus-visible,
#rx-slider-root .rxs-hero-pause:hover,
#rx-slider-root .rxs-hero-pause:focus-visible {
  color: #fff;
  background: var(--rxs-red);
  border-color: var(--rxs-red);
  box-shadow: 0 12px 28px rgba(213, 9, 22, .22);
}

#rx-slider-root .rxs-hero-arrow__icon,
#rx-slider-root .rxs-hero-pause__icon {
  pointer-events: none;
  font-size: 15px;
  line-height: 1;
}

.rxs-hv2 *,
.rxs-hv2-quick * {
  box-sizing: border-box;
}

.rxs-hv2 [hidden] {
  display: none !important;
}

.rxs-hv2 a:focus-visible,
.rxs-hv2 button:focus-visible,
.rxs-hv2 input:focus-visible,
.rxs-hv2 select:focus-visible,
.rxs-hv2 textarea:focus-visible,
.rxs-hv2 summary:focus-visible,
.rxs-hv2-quick a:focus-visible,
#rx-slider-root button:focus-visible,
#rx-slider-root [role="button"]:focus-visible {
  outline: 3px solid #8f0610;
  outline-offset: 3px;
}

.rxs-hv2-rfq a:focus-visible,
.rxs-hv2-rfq button:focus-visible,
.rxs-hv2-rfq input:focus-visible,
.rxs-hv2-rfq select:focus-visible,
.rxs-hv2-rfq textarea:focus-visible,
.rxs-hv2-expert a:focus-visible {
  outline-color: #fff;
  box-shadow: 0 0 0 2px var(--rxs-red);
}

.rxs-hv2 img {
  display: block;
  max-width: 100%;
}

body.home #rx-final-v2 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

#rx-slider-root .rx-brand-logo.rxs-brand-logo--kracht {
  width: 190px !important;
  height: 45px !important;
  max-width: min(190px, 100%) !important;
  padding: 6px 10px;
  object-fit: contain;
  object-position: center;
  border: 1px solid var(--rxs-line);
  border-radius: 10px;
  background: #fff;
}

.rxs-hv2 a,
.rxs-hv2-quick a {
  text-decoration: none;
}

.rxs-hv2-container,
.rxs-hv2-quick {
  width: min(var(--rxs-hv2-content-max), calc(100% - 40px));
  margin-inline: auto;
}

.rxs-hv2-section {
  width: var(--rxs-hv2-viewport);
  max-width: none;
  padding: 76px 0;
  margin-inline: calc((100% - var(--rxs-hv2-viewport)) / 2);
}

.rxs-hv2-quick,
.rxs-hv2-final {
  --rxs-hv2-wide-width: min(var(--rxs-hv2-content-max), calc(var(--rxs-hv2-viewport) - 40px));
  position: relative;
  left: auto;
  width: var(--rxs-hv2-wide-width);
  max-width: none;
  margin-inline: calc((100% - var(--rxs-hv2-wide-width)) / 2);
  transform: none;
}

#rxs-rfq-section,
#rxs-brands,
#rxs-products,
#rxs-faq {
  scroll-margin-top: 140px;
}

.rxs-hv2-section--soft {
  background: var(--rxs-surface);
}

.rxs-hv2-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 30px;
}

.rxs-hv2-heading > div {
  min-width: 0;
}

.rxs-hv2-heading span,
.rxs-hv2-kicker,
.rxs-hv2-final span,
.rxs-hv2-rfq__intro > span,
.rxs-hv2-tabpanel__intro span,
.rxs-hv2-brand-story__copy > span {
  display: block;
  margin-bottom: 8px;
  color: var(--rxs-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .11em;
}

.rxs-hv2-heading h2,
.rxs-hv2-rfq h2,
.rxs-hv2-help h2,
.rxs-hv2-final h2,
.rxs-hv2-brand-story h3,
.rxs-hv2-tabpanel h3 {
  margin: 0;
  color: var(--rxs-ink);
  font-family: inherit;
  font-weight: 900;
  line-height: 1.45;
}

.rxs-hv2-heading h2,
.rxs-hv2-rfq h2,
.rxs-hv2-help h2,
.rxs-hv2-final h2 {
  font-size: clamp(25px, 2.2vw, 34px);
}

.rxs-hv2-heading > p,
.rxs-hv2-heading > a {
  width: min(360px, 100%);
  margin: 0;
  color: var(--rxs-muted);
  line-height: 1.9;
}

.rxs-hv2-heading > a {
  width: auto;
  color: var(--rxs-red-dark);
  font-weight: 850;
  white-space: nowrap;
}

.rxs-hv2-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.5;
  text-align: center;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.rxs-hv2-button:hover,
.rxs-hv2-button:focus-visible {
  transform: translateY(-2px);
}

.rxs-hv2-button--primary {
  color: #fff !important;
  background: var(--rxs-red);
  border-color: var(--rxs-red);
}

.rxs-hv2-button--primary:hover,
.rxs-hv2-button--primary:focus-visible {
  background: var(--rxs-red-dark);
  border-color: var(--rxs-red-dark);
}

.rxs-hv2-button--rfq {
  color: var(--rxs-red-dark) !important;
  background: #fff;
  border-color: #e4a4aa;
}

.rxs-hv2-button--rfq:hover,
.rxs-hv2-button--rfq:focus-visible {
  background: var(--rxs-red-soft);
  border-color: var(--rxs-red);
}

.rxs-hv2-quick {
  display: grid;
  margin-top: 24px;
  margin-bottom: 44px;
  background: #fff;
  border: 1px solid var(--rxs-line);
  border-radius: var(--rxs-radius-md);
  box-shadow: 0 12px 36px rgba(18, 31, 45, .06);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.rxs-hv2-quick a {
  display: flex;
  min-width: 0;
  min-height: 92px;
  align-items: center;
  gap: 12px;
  padding: 18px;
  color: var(--rxs-ink);
  border-inline-end: 1px solid var(--rxs-line);
  transition: background-color .18s ease, color .18s ease;
}

.rxs-hv2-quick a:last-child {
  border-inline-end: 0;
}

.rxs-hv2-quick a:hover,
.rxs-hv2-quick a:focus-visible {
  color: var(--rxs-red-dark);
  background: var(--rxs-red-soft);
}

.rxs-hv2-quick__number {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  color: var(--rxs-red-dark);
  background: var(--rxs-red-soft);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
  place-items: center;
}

.rxs-hv2-quick strong,
.rxs-hv2-quick small {
  display: block;
}

.rxs-hv2-quick strong {
  margin-bottom: 4px;
  font-size: 14px;
}

.rxs-hv2-quick small {
  color: var(--rxs-muted);
  font-size: 12px;
  line-height: 1.6;
}

.rxs-hv2-rfq {
  color: #fff;
  background:
    radial-gradient(circle at 12% 10%, rgba(213, 9, 22, .2), transparent 36%),
    linear-gradient(135deg, #111c2a 0%, #1b2d42 100%);
}

.rxs-hv2-rfq__grid {
  display: grid;
  align-items: start;
  gap: 54px;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
}

.rxs-hv2-rfq h2 {
  color: #fff;
}

.rxs-hv2-rfq__intro > p {
  margin: 18px 0 0;
  color: #d7dde5;
  line-height: 1.95;
}

.rxs-hv2-rfq__intro ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.rxs-hv2-rfq__intro li {
  position: relative;
  padding-inline-start: 25px;
  color: #f5f7fa;
  line-height: 1.75;
}

.rxs-hv2-rfq__intro li::before {
  position: absolute;
  top: .65em;
  inset-inline-start: 0;
  width: 9px;
  height: 9px;
  content: "";
  background: var(--rxs-red);
  border: 3px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
}

.rxs-hv2-rfq__status {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  font-size: 13px;
}

.rxs-hv2-rfq__form {
  min-width: 0;
  padding: 28px;
  color: var(--rxs-ink);
  background: #fff;
  border-radius: var(--rxs-radius-md);
  box-shadow: 0 22px 60px rgba(3, 10, 20, .24);
}

.rxs-hv2-rfq .rxs-rfq-intake {
  max-width: none;
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
}

.rxs-hv2-rfq .rxs-rfq-intake > h1,
.rxs-hv2-rfq .rxs-rfq-intake > h2 {
  margin: 0 0 18px;
  color: var(--rxs-ink);
  font-size: 21px;
}

.rxs-hv2-rfq .rxs-rfq-form {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rxs-hv2-rfq .rxs-rfq-form > label {
  display: grid;
  gap: 7px;
  min-width: 0;
  margin: 0;
  color: #3f4955;
  font-size: 12px;
  font-weight: 800;
}

.rxs-hv2-rfq .rxs-rfq-form input,
.rxs-hv2-rfq .rxs-rfq-form select,
.rxs-hv2-rfq .rxs-rfq-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  margin: 0;
  color: var(--rxs-ink);
  background: #fff;
  border: 1px solid #d9dde2;
  border-radius: 7px;
  font: inherit;
}

.rxs-hv2-rfq .rxs-rfq-form input:focus,
.rxs-hv2-rfq .rxs-rfq-form select:focus,
.rxs-hv2-rfq .rxs-rfq-form textarea:focus {
  border-color: var(--rxs-red);
  box-shadow: 0 0 0 3px rgba(213, 9, 22, .1);
}

.rxs-hv2-rfq .rxs-rfq-part-number,
.rxs-hv2-rfq .rxs-rfq-form > label:nth-last-of-type(2),
.rxs-hv2-rfq .rxs-rfq-consent,
.rxs-hv2-rfq .rxs-rfq-form > button,
.rxs-hv2-rfq .rxs-rfq-bootstrap-status {
  grid-column: 1 / -1;
}

.rxs-hv2-rfq .rxs-rfq-form textarea {
  min-height: 96px;
  resize: vertical;
}

.rxs-hv2-rfq .rxs-rfq-consent {
  display: flex !important;
  min-height: 44px;
  align-items: flex-start;
  gap: 9px !important;
  padding: 10px 0;
  line-height: 1.75;
}

.rxs-hv2-rfq .rxs-rfq-consent input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.rxs-hv2-rfq .rxs-rfq-form > button {
  min-height: 48px;
  color: #fff;
  background: var(--rxs-red);
  border: 1px solid var(--rxs-red);
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.rxs-hv2-rfq .rxs-rfq-form > button:hover,
.rxs-hv2-rfq .rxs-rfq-form > button:focus-visible {
  background: var(--rxs-red-dark);
  border-color: var(--rxs-red-dark);
}

.rxs-hv2-rfq__standby {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 36px);
  color: var(--rxs-ink);
  background: linear-gradient(145deg, #fff 0%, #f5f7f9 100%);
  border: 1px solid #e0e5ea;
  border-radius: 12px;
  box-shadow: 0 18px 46px rgba(3, 10, 20, .11);
}

.rxs-hv2-rfq__standby > span {
  color: var(--rxs-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
}

.rxs-hv2-rfq__standby h3,
.rxs-hv2-rfq__standby p,
.rxs-hv2-rfq__standby small {
  margin: 0;
}

.rxs-hv2-rfq__standby h3 {
  color: var(--rxs-ink);
  font-size: clamp(20px, 2.8vw, 27px);
  line-height: 1.55;
}

.rxs-hv2-rfq__standby p,
.rxs-hv2-rfq__standby small {
  color: var(--rxs-muted);
  line-height: 1.9;
}

.rxs-hv2-rfq__standby-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rxs-hv2-rfq__standby-actions .rxs-hv2-button--ghost {
  color: var(--rxs-red);
  background: #fff;
  border-color: var(--rxs-red);
}

.rxs-hv2-rfq__standby-actions a:hover,
.rxs-hv2-rfq__standby-actions a:focus-visible {
  color: #fff;
  background: var(--rxs-red-dark);
  border-color: var(--rxs-red-dark);
}

.rxs-hv2-brand-supply {
  display: grid;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid var(--rxs-line);
  border-radius: var(--rxs-radius-md);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.rxs-hv2-brand-supply a {
  display: grid;
  min-width: 0;
  min-height: 82px;
  align-content: center;
  gap: 4px;
  padding: 15px 18px;
  color: var(--rxs-ink);
  border-bottom: 1px solid var(--rxs-line);
  border-inline-end: 1px solid var(--rxs-line);
  transition: background-color .18s ease, color .18s ease;
}

.rxs-hv2-brand-supply a:nth-child(4n) {
  border-inline-end: 0;
}

.rxs-hv2-brand-supply a:nth-last-child(-n + 4) {
  border-bottom: 0;
}

.rxs-hv2-brand-supply a:hover,
.rxs-hv2-brand-supply a:focus-visible {
  color: var(--rxs-red-dark);
  background: var(--rxs-red-soft);
}

.rxs-hv2-brand-supply strong,
.rxs-hv2-brand-supply small {
  min-width: 0;
  overflow-wrap: anywhere;
}

.rxs-hv2-brand-supply strong {
  font-size: 14px;
}

.rxs-hv2-brand-supply small {
  color: var(--rxs-muted);
  font-size: 11px;
  line-height: 1.55;
}

.rxs-hv2-brand-supply a[data-rxs-request-type] small {
  color: var(--rxs-red-dark);
  font-weight: 750;
}

.rxs-hv2-brand-stories {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rxs-hv2-brand-story {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 410px;
  align-items: center;
  gap: 20px;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--rxs-line);
  border-radius: var(--rxs-radius-md);
  grid-template-columns: minmax(0, 1.18fr) minmax(150px, .82fr);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.rxs-hv2-brand-story::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 92px;
  height: 4px;
  content: "";
  background: var(--rxs-red);
}

.rxs-hv2-brand-story--kracht::before {
  background: var(--rxs-navy);
}

.rxs-hv2-brand-story:hover,
.rxs-hv2-brand-story:focus-within {
  border-color: #cfd4da;
  box-shadow: none;
  transform: none;
}

.rxs-hv2-brand-logo {
  width: auto;
  height: 34px;
  margin-bottom: 24px;
  object-fit: contain;
  object-position: right center;
}

.rxs-hv2-brand-logo--wide {
  height: 28px;
}

.rxs-hv2-brand-story h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.rxs-hv2-brand-story p {
  margin: 0;
  color: var(--rxs-muted);
  line-height: 1.9;
}

.rxs-hv2-brand-story__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.rxs-hv2-brand-story__links a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 8px 13px;
  color: var(--rxs-ink);
  background: #fff;
  border: 1px solid #ccd1d8;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 850;
}

.rxs-hv2-brand-story__links a:hover,
.rxs-hv2-brand-story__links a:focus-visible {
  color: var(--rxs-red-dark);
  border-color: var(--rxs-red);
}

.rxs-hv2-brand-story__product {
  position: relative;
  display: grid;
  min-width: 0;
  align-self: stretch;
  color: var(--rxs-ink);
  background: linear-gradient(145deg, #fff 10%, #eef1f5 100%);
  border-radius: 14px;
  place-items: center;
  overflow: hidden;
}

.rxs-hv2-brand-story__product img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  transition: transform .24s ease;
}

.rxs-hv2-brand-story:hover .rxs-hv2-brand-story__product img,
.rxs-hv2-brand-story:focus-within .rxs-hv2-brand-story__product img {
  transform: scale(1.035);
}

.rxs-hv2-brand-story__product span {
  position: absolute;
  bottom: 10px;
  left: 10px;
  max-width: calc(100% - 20px);
  padding: 5px 8px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid var(--rxs-line);
  border-radius: 6px;
  font-size: 10px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.rxs-hv2-tablist {
  display: flex;
  gap: 8px;
  padding: 5px;
  margin-bottom: 26px;
  background: var(--rxs-surface);
  border: 1px solid var(--rxs-line);
  border-radius: 12px;
}

.rxs-hv2-tablist button {
  min-width: 0;
  min-height: 44px;
  flex: 1 1 0;
  padding: 9px 14px;
  color: #555f6b;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.rxs-hv2-tablist button:hover,
.rxs-hv2-tablist button:focus-visible,
.rxs-hv2-tablist button[aria-selected="true"] {
  color: var(--rxs-red-dark);
  background: #fff;
  border-color: #d8dce1;
  box-shadow: 0 5px 14px rgba(18, 31, 45, .06);
}

.rxs-hv2-tabpanel {
  min-width: 0;
}

.rxs-hv2-tabpanel__intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 22px;
}

.rxs-hv2-tabpanel h3 {
  font-size: 22px;
}

.rxs-hv2-tabpanel__intro > p {
  width: min(500px, 100%);
  margin: 0;
  color: var(--rxs-muted);
  font-size: 13px;
  line-height: 1.85;
}

.rxs-hv2-products {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rxs-hv2-product {
  display: flex;
  min-width: 0;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--rxs-line);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.rxs-hv2-product:hover,
.rxs-hv2-product:focus-within {
  border-color: #cfd4da;
  box-shadow: none;
  transform: none;
}

.rxs-hv2-product__media {
  position: relative;
  display: block;
  padding: 18px;
  background: linear-gradient(145deg, #fff 20%, #f3f5f7 100%);
  overflow: hidden;
}

.rxs-hv2-product__media img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  transition: transform .24s ease;
}

.rxs-hv2-product:hover .rxs-hv2-product__media img,
.rxs-hv2-product:focus-within .rxs-hv2-product__media img {
  transform: scale(1.04);
}

.rxs-hv2-status {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
}

.rxs-hv2-status--available {
  color: #146b38;
  background: #eaf7ef;
}

.rxs-hv2-status--rfq {
  color: #8b1c24;
  background: var(--rxs-red-soft);
}

.rxs-hv2-product__body {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 17px;
}

.rxs-hv2-product__body > span {
  min-height: 20px;
  color: var(--rxs-muted);
  font-size: 10px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.rxs-hv2-product h4 {
  min-height: 52px;
  margin: 7px 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.75;
}

.rxs-hv2-product h4 a {
  color: var(--rxs-ink);
}

.rxs-hv2-product h4 a:hover,
.rxs-hv2-product h4 a:focus-visible {
  color: var(--rxs-red-dark);
}

.rxs-hv2-product small {
  display: block;
  min-height: 32px;
  color: #56606c;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.rxs-hv2-product p {
  display: flex;
  min-height: 36px;
  align-items: center;
  margin: auto 0 13px;
  color: var(--rxs-red-dark);
  font-size: 14px;
  font-weight: 900;
}

.rxs-hv2-product .rxs-hv2-button {
  width: 100%;
  margin-top: auto;
}

.rxs-hv2-empty {
  display: flex;
  min-height: 120px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px;
  color: var(--rxs-muted);
  background: var(--rxs-surface);
  border: 1px dashed #cbd1d8;
  border-radius: 12px;
  line-height: 1.8;
}

.rxs-hv2-help {
  display: grid;
  align-items: start;
  gap: 24px;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .75fr);
}

.rxs-hv2-faq-panel {
  padding: 32px;
  background: #fff;
  border: 1px solid var(--rxs-line);
  border-radius: var(--rxs-radius-md);
}

.rxs-hv2-help details {
  border-bottom: 1px solid var(--rxs-line);
}

.rxs-hv2-help details:last-child {
  border-bottom: 0;
}

.rxs-hv2-help summary {
  min-height: 58px;
  padding: 17px 2px;
  color: var(--rxs-ink);
  cursor: pointer;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.75;
}

.rxs-hv2-help details[open] summary,
.rxs-hv2-help summary:hover,
.rxs-hv2-help summary:focus-visible {
  color: var(--rxs-red-dark);
}

.rxs-hv2-help details p {
  padding: 0 2px 18px;
  margin: 0;
  color: var(--rxs-muted);
  line-height: 1.95;
}

.rxs-hv2-expert {
  padding: 32px;
  color: #fff;
  background: var(--rxs-navy);
  border-radius: var(--rxs-radius-md);
  box-shadow: none;
}

.rxs-hv2-expert > span {
  display: block;
  margin-bottom: 8px;
  color: #f0a7ad;
  font-size: 12px;
  font-weight: 850;
}

.rxs-hv2-expert h2 {
  color: #fff;
  font-size: 25px;
}

.rxs-hv2-expert p {
  margin: 15px 0;
  color: #d6dce3;
  line-height: 1.9;
}

.rxs-hv2-expert > div {
  display: grid;
  gap: 8px;
  margin: 20px 0;
  grid-template-columns: 1fr;
}

.rxs-hv2-expert > div a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .055);
  direction: ltr;
  font-size: 14px;
  font-weight: 800;
}

.rxs-hv2-expert .rxs-hv2-button {
  width: 100%;
}

.rxs-hv2-final {
  display: grid;
  align-items: center;
  gap: 34px;
  padding: 38px 42px;
  margin-top: 54px;
  margin-bottom: 74px;
  background: #fff;
  border: 1px solid var(--rxs-line);
  border-inline-start: 5px solid var(--rxs-red);
  border-radius: var(--rxs-radius-md);
  box-shadow: none;
  grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr);
}

.rxs-hv2-final h2 {
  font-size: 26px;
}

.rxs-hv2-final p {
  margin: 8px 0 0;
  color: var(--rxs-muted);
  line-height: 1.8;
}

.rxs-hv2-final__actions {
  display: grid;
  min-width: 0;
  gap: 10px;
}

.rxs-hv2-final-search {
  display: grid;
  min-width: 0;
  gap: 8px;
  padding: 5px;
  background: var(--rxs-surface);
  border: 1px solid var(--rxs-line);
  border-radius: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.rxs-hv2-final-search input[type="search"] {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 0 13px;
  color: var(--rxs-ink);
  background: transparent;
  border: 0;
  border-radius: 7px;
  font: inherit;
}

.rxs-hv2-final-search input[type="search"]::placeholder {
  color: var(--rxs-muted);
}

.rxs-hv2-final__actions > .rxs-hv2-button {
  justify-self: start;
}

@media (max-width: 1050px) {
  .rxs-hv2-rfq__grid {
    gap: 34px;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  }

  .rxs-hv2-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rxs-hv2-brand-story {
    padding: 28px;
    grid-template-columns: minmax(0, 1fr) 150px;
  }

  .rxs-hv2-brand-stories {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  #rxs-rfq-section,
  #rxs-brands,
  #rxs-products,
  #rxs-faq {
    scroll-margin-top: 92px;
  }

  .rxs-hv2-section {
    padding: 62px 0;
  }

  .rxs-hv2-quick {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rxs-hv2-quick a:nth-child(2) {
    border-inline-end: 0;
  }

  .rxs-hv2-quick a:nth-child(-n + 2) {
    border-bottom: 1px solid var(--rxs-line);
  }

  .rxs-hv2-heading,
  .rxs-hv2-tabpanel__intro {
    align-items: start;
    flex-direction: column;
    gap: 14px;
  }

  .rxs-hv2-rfq__grid,
  .rxs-hv2-brand-stories,
  .rxs-hv2-help,
  .rxs-hv2-final {
    grid-template-columns: 1fr;
  }

  .rxs-hv2-rfq__intro {
    max-width: 680px;
  }

  .rxs-hv2-brand-story {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) 180px;
  }

  .rxs-hv2-brand-supply {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rxs-hv2-brand-supply a:nth-child(4n) {
    border-inline-end: 1px solid var(--rxs-line);
  }

  .rxs-hv2-brand-supply a:nth-child(2n) {
    border-inline-end: 0;
  }

  .rxs-hv2-brand-supply a:nth-last-child(-n + 4) {
    border-bottom: 1px solid var(--rxs-line);
  }

  .rxs-hv2-brand-supply a:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .rxs-hv2-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rxs-hv2-help {
    gap: 18px;
  }
}

@media (max-width: 560px) {
  #rx-slider-root .rx-next,
  #rx-slider-root .rx-prev {
    width: 44px;
    height: 44px;
  }

  #rx-slider-root .rx-next {
    left: 8px !important;
  }

  #rx-slider-root .rx-prev {
    right: 8px !important;
  }

  #rx-slider-root .rxs-hero-pause {
    left: 8px !important;
  }

  .rxs-hv2-container,
  .rxs-hv2-quick {
    width: min(100% - 28px, var(--rxs-hv2-content-max));
  }

  .rxs-hv2-quick,
  .rxs-hv2-final {
    --rxs-hv2-wide-width: min(calc(var(--rxs-hv2-viewport) - 28px), var(--rxs-hv2-content-max));
    width: var(--rxs-hv2-wide-width);
  }

  .rxs-hv2-section {
    padding: 48px 0;
  }

  .rxs-hv2-heading {
    margin-bottom: 22px;
  }

  .rxs-hv2-heading h2,
  .rxs-hv2-rfq h2,
  .rxs-hv2-help h2,
  .rxs-hv2-final h2 {
    font-size: 23px;
  }

  .rxs-hv2-quick {
    margin-top: 16px;
    margin-bottom: 34px;
  }

  .rxs-hv2-quick a {
    min-height: 86px;
    gap: 9px;
    padding: 14px 11px;
  }

  .rxs-hv2-quick__number {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .rxs-hv2-rfq__grid {
    gap: 26px;
  }

  .rxs-hv2-rfq__form,
  .rxs-hv2-faq-panel,
  .rxs-hv2-expert {
    padding: 22px 18px;
  }

  .rxs-hv2-rfq__form--standby {
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .rxs-hv2-rfq .rxs-rfq-form {
    grid-template-columns: 1fr;
  }

  .rxs-hv2-rfq .rxs-rfq-form > * {
    grid-column: 1 !important;
  }

  .rxs-hv2-rfq__standby-actions,
  .rxs-hv2-rfq__standby-actions .rxs-hv2-button {
    width: 100%;
  }

  .rxs-hv2-brand-supply a {
    min-height: 76px;
    padding: 12px;
  }

  .rxs-hv2-brand-story {
    display: flex;
    padding: 24px 20px;
    flex-direction: column;
  }

  .rxs-hv2-brand-story__product {
    width: min(230px, 100%);
    align-self: center;
  }

  .rxs-hv2-tablist {
    justify-content: flex-start;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }

  .rxs-hv2-tablist button {
    min-width: max-content;
    flex: 0 0 auto;
  }

  .rxs-hv2-tabpanel__intro > p {
    font-size: 12px;
  }

  .rxs-hv2-products {
    grid-template-columns: 1fr;
  }

  .rxs-hv2-product {
    width: 100%;
  }

  .rxs-hv2-empty {
    align-items: stretch;
    flex-direction: column;
  }

  .rxs-hv2-final {
    gap: 22px;
    padding: 28px 22px;
    margin-top: 38px;
    margin-bottom: 54px;
    grid-template-columns: 1fr;
  }

  .rxs-hv2-final .rxs-hv2-button {
    width: 100%;
  }

  .rxs-hv2-final-search {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rxs-hv2 *,
  .rxs-hv2-quick *,
  #rx-slider-root * {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
