:root {
  --container: 1200px;
  --mobile-container: 354px;
  --mobile-page-padding: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  background: #fff;
}

.bwp-form { display: grid; }
.bwp-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.bwp-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
.bwp-submit-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.bwp-submit-content svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex: 0 0 auto;
}

.bw-product-hub {
  --hub-ink: #25272b;
  --hub-muted: #686f78;
  --hub-faint: #9aa2aa;
  --hub-line: #e7e8ea;
  --hub-panel: #fff;
  --hub-radius: 30px;
  margin: 0;
  color: var(--hub-ink);
  background: #fff;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 17px;
  line-height: 29.24px;
  overflow-x: clip;
}
.bw-product-hub a {
  color: inherit;
  text-decoration: none;
}
.bw-product-hub img {
  display: block;
  max-width: 100%;
}
.bw-product-hub .wrap {
  width: min(var(--container), calc(100% - 48px));
  max-width: var(--container);
  margin: 0 auto;
}
.bw-product-hub .catalog-wrap {
  width: min(var(--container), calc(100% - 48px));
  max-width: var(--container);
  margin: 0 auto;
}
.bw-product-hub .page-hero {
  position: relative;
  min-height: 560px;
  background: #25272b;
  border-bottom: 1px solid var(--hub-line);
  overflow: hidden;
}
.bw-product-hub .page-hero-image {
  width: 100%;
  max-width: none;
  height: 560px;
  object-fit: cover;
  object-position: center center;
}
.bw-product-hub .page-hero picture {
  display: block;
  height: 560px;
}
.bw-product-hub .page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(24, 28, 33, .72) 0%, rgba(24, 28, 33, .54) 45%, rgba(24, 28, 33, .22) 100%);
  pointer-events: none;
}
.bw-product-hub .page-hero-content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bw-product-hub .page-hero-content .wrap {
  display: flex;
  justify-content: center;
}
.bw-product-hub h1 {
  max-width: 920px;
  margin: 0 auto;
  color: #fff;
  font-size: 50px;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: 0;
}
.bw-product-hub .desktop-break {
  display: inline;
}
.bw-product-hub main {
  padding: 72px 0 76px;
}
.bw-product-hub .catalog-layout {
  position: relative;
  display: block;
}
.bw-product-hub .category-rail {
  position: static;
  width: 100%;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.bw-product-hub .category-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 8px 2px 12px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}
.bw-product-hub .category-tabs::-webkit-scrollbar {
  display: none;
}
.bw-product-hub .category-tab {
  display: block;
  position: relative;
  flex: 0 0 auto;
  min-width: 216px;
  min-height: 82px;
  padding: 18px 20px 20px 22px;
  border: 1px solid var(--hub-line);
  border-radius: 19px;
  background: #fff;
  scroll-snap-align: start;
  box-shadow: 0 4px 14px rgba(18, 24, 32, .035);
}
.bw-product-hub .category-tab.active {
  border-color: #25272b;
  background: #fff;
  box-shadow: 0 8px 18px rgba(18, 24, 32, .06);
}
.bw-product-hub .category-tab.active::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 14px;
  bottom: 14px;
  left: -1px;
  width: 3px;
  border-radius: 999px;
  background: #25272b;
}
.bw-product-hub .category-tab span {
  display: block;
  margin-bottom: 6px;
  color: var(--hub-faint);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.bw-product-hub .category-tab:first-child {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.bw-product-hub .category-tab strong {
  display: block;
  color: var(--hub-ink);
  font-size: 16px;
  line-height: 1.22;
  font-weight: 800;
}
.bw-product-hub .catalog-content {
  min-width: 0;
}
.bw-product-hub .family-card,
.bw-product-hub .product-card {
  border: 1px solid var(--hub-line);
  border-radius: var(--hub-radius);
  background: var(--hub-panel);
  box-shadow: 0 10px 28px rgba(18, 24, 32, .035), 0 1px 2px rgba(18, 24, 32, .035);
}
.bw-product-hub .family-card {
  margin-bottom: 30px;
  padding: 34px;
}
.bw-product-hub .code {
  color: var(--hub-faint);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.bw-product-hub .family-card h2,
.bw-product-hub .family-card h3 {
  margin: 14px 0 12px;
  color: var(--hub-ink);
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
  letter-spacing: 0;
}
.bw-product-hub .family-card p {
  max-width: 850px;
  margin: 0;
  color: var(--hub-muted);
  font-size: 16px;
  line-height: 27.52px;
}
.bw-product-hub .family-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 22px;
}
.bw-product-hub .family-feature {
  padding-top: 18px;
  border-top: 1px solid var(--hub-line);
}
.bw-product-hub .family-feature strong,
.bw-product-hub .family-feature span {
  display: block;
}
.bw-product-hub .family-feature strong {
  margin-bottom: 6px;
  color: var(--hub-ink);
  font-size: 16px;
  line-height: 22.4px;
}
.bw-product-hub .family-feature span {
  color: var(--hub-muted);
  font-size: 16px;
  line-height: 27.52px;
}
.bw-product-hub .product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 32px;
  align-items: stretch;
}
.bw-product-hub .product-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0;
  border-color: var(--hub-line);
  background: var(--hub-panel);
  box-shadow: 0 10px 28px rgba(18, 24, 32, .035), 0 1px 2px rgba(18, 24, 32, .035);
}
.bw-product-hub .product-card[hidden] {
  display: none !important;
}
.bw-product-hub .product-card-link {
  display: flex;
  flex: 1;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}
.bw-product-hub .product-card-link:focus-visible {
  outline: 2px solid rgba(0, 107, 252, .38);
  outline-offset: -4px;
}
.bw-product-hub .product-image {
  display: grid;
  place-items: center;
  min-height: 318px;
  padding: 46px 42px 38px;
  border-bottom: 1px solid var(--hub-line);
  border-radius: calc(var(--hub-radius) - 1px) calc(var(--hub-radius) - 1px) 0 0;
  background: #fff;
  overflow: hidden;
}
.bw-product-hub .product-image img {
  width: auto;
  height: auto;
  max-width: 74%;
  max-height: 220px;
  object-fit: contain;
  object-position: center;
}
.bw-product-hub .product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  position: relative;
  padding: 34px 34px 32px;
}
.bw-product-hub .product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.bw-product-hub .pill {
  max-width: 58%;
  overflow: hidden;
  border: 1px solid var(--hub-line);
  border-radius: 999px;
  padding: 5px 12px;
  color: var(--hub-muted);
  font-size: 11px;
  line-height: 1.25;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bw-product-hub .product-card h3 {
  max-width: 460px;
  margin: 0;
  color: var(--hub-ink);
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
}
.bw-product-hub .product-card p {
  flex: 1;
  max-width: 520px;
  margin: 16px 0 40px;
  color: var(--hub-muted);
  font-size: 16px;
  line-height: 27.52px;
}
.bw-product-hub .facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
  margin: auto 0 0;
  padding: 28px 0 54px;
  border-top: 1px solid var(--hub-line);
}
.bw-product-hub .fact {
  color: var(--hub-muted);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
}
.bw-product-hub .fact dd,
.bw-product-hub .fact strong {
  display: block;
  min-height: 0;
  margin-top: 8px;
  margin-left: 0;
  color: var(--hub-ink);
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 800;
}
.bw-product-hub .fact dt,
.bw-product-hub .fact span {
  display: block;
  color: var(--hub-muted);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
}
.bw-product-hub .bwpc-contact {
  width: 100vw;
  margin: 96px 0 0 calc(50% - 50vw);
  padding: 134px 0;
  border: 0;
  border-radius: 0;
  background: #f6f7f8;
  box-shadow: none;
}
.bw-product-hub .bwpc-contact .bwpc-wrap {
  width: min(var(--container), calc(100% - 48px));
  max-width: var(--container);
  margin: 0 auto;
}
.bw-product-hub .bwpc-contact-grid {
  display: block;
  padding: 52px;
  border: 1px solid rgba(31, 31, 31, .06);
  border-radius: var(--hub-radius);
  background: #fff;
  box-shadow: none;
}
.bw-product-hub .bwpc-contact-grid > div:first-child {
  margin-bottom: 34px;
}
.bw-product-hub .bwpc-section h2,
.bw-product-hub .bwpc-contact h2 {
  max-width: 1094px;
  margin: 10px 0 0;
  color: #1f1f1f;
  font-size: 44px;
  line-height: 53.68px;
  font-weight: 900;
  letter-spacing: 0;
}
.bw-product-hub .bwpc-contact p:not(.bwpc-eyebrow) {
  max-width: 1094px;
  margin: 22px 0 0;
  color: var(--hub-muted);
  font-size: 17px;
  line-height: 29.24px;
}
.bw-product-hub .bwpc-contact .bwpc-eyebrow {
  max-width: none;
  margin: 0;
  color: var(--hub-muted);
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 600;
  letter-spacing: .22em;
  text-align: left;
}
.bw-product-hub .bwpc-form-shell {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.bw-product-hub .bwp-form {
  grid-template-columns: 1fr;
  gap: 14px;
  width: 100%;
  margin: 0;
}
.bw-product-hub .bwp-form-message,
.bw-product-hub .bwp-form label,
.bw-product-hub .bwp-form button {
  grid-column: 1 / -1;
}
.bw-product-hub .bwp-form-message {
  display: none;
  min-height: 0;
  padding: 14px 18px;
  border: 1px solid rgba(31, 31, 31, .10);
  border-radius: 18px;
  background: rgba(246, 247, 248, .82);
  color: var(--hub-muted);
  font-size: 16px;
  line-height: 24px;
}
.bw-product-hub .bwp-form-message.is-pending,
.bw-product-hub .bwp-form-message.is-success,
.bw-product-hub .bwp-form-message.is-error {
  display: block;
}
.bw-product-hub .bwp-form-message.is-success {
  border-color: rgba(31, 120, 68, .20);
  background: rgba(235, 248, 240, .88);
  color: rgb(31, 96, 58);
}
.bw-product-hub .bwp-form-message.is-error {
  border-color: rgba(154, 55, 55, .22);
  background: rgba(252, 239, 239, .90);
  color: rgb(130, 45, 45);
}
.bw-product-hub .bwp-form label {
  display: block;
  min-width: 0;
  color: var(--hub-ink);
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 800;
}
.bw-product-hub .bwp-form label span {
  position: absolute;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}
.bw-product-hub .bwp-form input,
.bw-product-hub .bwp-form select,
.bw-product-hub .bwp-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 0 20px;
  border: 1px solid rgba(31, 31, 31, .12);
  border-radius: 18px;
  background: rgba(246, 247, 248, .74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
  font: 16px/22px Helvetica, Verdana, Arial, sans-serif;
}
.bw-product-hub .bwp-form textarea {
  min-height: 150px;
  padding: 18px 20px;
}
.bw-product-hub .bwp-form input::placeholder,
.bw-product-hub .bwp-form textarea::placeholder {
  color: rgba(31, 31, 31, .42);
  opacity: 1;
}
.bw-product-hub .bwp-form button {
  width: 100%;
  min-width: 0;
  min-height: 58px;
  height: 58px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: rgb(31, 31, 31);
  box-shadow: 0 18px 34px rgba(31, 31, 31, .14);
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 600;
}
.bw-product-hub .bwp-submit-content,
.bw-product-hub .bwp-submit-content span {
  position: static;
  clip: auto;
  clip-path: none;
  width: auto;
  height: auto;
  overflow: visible;
  white-space: normal;
}
.bw-product-hub .bwpc-product-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 42px 0 0;
}
.bw-product-hub .bwpc-product-pagination[hidden] {
  display: none !important;
}
.bw-product-hub .mobile-series-flow {
  display: none;
}
.bw-product-hub .mobile-product-indicator {
  display: none;
}
.bw-product-hub .bwpc-page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.bw-product-hub .bwpc-page-button,
.bw-product-hub .bwpc-page-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--hub-line);
  border-radius: 999px;
  background: #fff;
  color: var(--hub-ink);
  font: inherit;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 8px 20px rgba(18, 24, 32, .025);
  transition: border-color .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.bw-product-hub .bwpc-page-button {
  min-width: 108px;
  padding: 0 22px;
}
.bw-product-hub .bwpc-page-number {
  padding: 0;
}
.bw-product-hub .bwpc-page-number.is-current {
  border-color: #25272b;
  background: #25272b;
  color: #fff;
}
.bw-product-hub .bwpc-page-button.is-disabled {
  color: var(--hub-faint);
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .bw-product-hub .category-tab:hover,
  .bw-product-hub .category-tab:focus-visible {
    border-color: #25272b;
    background: #25272b;
    color: #fff;
    box-shadow: 0 12px 28px rgba(18, 24, 32, .10);
    outline: none;
  }
  .bw-product-hub .category-tab:hover span,
  .bw-product-hub .category-tab:hover strong,
  .bw-product-hub .category-tab:focus-visible span,
  .bw-product-hub .category-tab:focus-visible strong {
    color: inherit;
  }
  .bw-product-hub .bwpc-page-button:not(.is-disabled):hover,
  .bw-product-hub .bwpc-page-button:not(.is-disabled):focus-visible,
  .bw-product-hub .bwpc-page-number:not(.is-current):hover,
  .bw-product-hub .bwpc-page-number:not(.is-current):focus-visible {
    border-color: #25272b;
    background: #25272b;
    color: #fff;
    box-shadow: 0 10px 24px rgba(18, 24, 32, .08);
  }
}

@media (min-width: 1680px) {
  .bw-product-hub .catalog-layout {
    display: grid;
    grid-template-columns: 228px minmax(0, var(--container));
    gap: 16px;
    width: calc(var(--container) + 244px);
    margin-left: -244px;
    align-items: start;
  }
  .bw-product-hub .category-rail {
    position: sticky;
    top: 24px;
    width: 228px;
    margin: 0;
  }
  .bw-product-hub .category-tabs {
    display: grid;
    gap: 12px;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }
  .bw-product-hub .category-tab {
    min-width: 0;
    min-height: 88px;
    padding: 20px 20px 22px 22px;
    scroll-snap-align: none;
  }
  .bw-product-hub .catalog-content {
    width: var(--container);
  }
}

@media (max-width: 1540px) {
  .bw-product-hub .category-rail {
    position: static;
    width: 100%;
    margin: 0 0 24px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .bw-product-hub .category-tabs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 8px 2px 12px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  .bw-product-hub .category-tabs::-webkit-scrollbar {
    display: none;
  }
  .bw-product-hub .category-tab {
    flex: 0 0 auto;
    min-width: 186px;
    scroll-snap-align: start;
  }
}

@media (max-width: 1020px) {
  .bw-product-hub .product-grid {
    grid-template-columns: 1fr;
  }
  .bw-product-hub .bwpc-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .bw-product-hub {
    --hub-radius: 24px;
  }
  .bw-product-hub .wrap,
  .bw-product-hub .catalog-wrap {
    width: min(var(--mobile-container), calc(100% - (var(--mobile-page-padding) * 2)));
    max-width: var(--mobile-container);
  }
  .bw-product-hub .page-hero {
    min-height: 500px;
  }
  .bw-product-hub .page-hero-image {
    height: 500px;
    object-position: 52% center;
  }
  .bw-product-hub .page-hero picture {
    height: 500px;
  }
  .bw-product-hub .page-hero::after {
    background:
      linear-gradient(180deg, rgba(24, 28, 33, .02) 0%, rgba(24, 28, 33, .12) 42%, rgba(24, 28, 33, .58) 100%),
      linear-gradient(90deg, rgba(24, 28, 33, .52) 0%, rgba(24, 28, 33, .32) 58%, rgba(24, 28, 33, .10) 100%);
  }
  .bw-product-hub .page-hero-content {
    align-items: center;
    padding-bottom: 0;
  }
  .bw-product-hub .page-hero-content .wrap {
    text-align: center;
  }
  .bw-product-hub h1 {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    font-size: 34px;
    line-height: 1.08;
    font-weight: 900;
    text-align: center;
  }
  .bw-product-hub .desktop-break {
    display: inline;
  }
  .bw-product-hub .desktop-break br {
    display: none;
  }
  .bw-product-hub main {
    padding: 56px 0 56px;
  }
  .bw-product-hub .catalog-layout {
    display: block;
  }
  .bw-product-hub .mobile-series-flow {
    display: none;
  }
  .bw-product-hub.is-mobile-card-flow .catalog-layout {
    display: none;
  }
  .bw-product-hub.is-mobile-card-flow .mobile-series-flow {
    display: block;
  }
  .bw-product-hub .mobile-series-group {
    margin: 0 0 58px;
  }
  .bw-product-hub .mobile-series-group:last-child {
    margin-bottom: 0;
  }
  .bw-product-hub .family-card.mobile-family-card {
    width: 100%;
    margin: 0 0 26px;
    padding: 28px 24px;
    border-radius: var(--hub-radius);
    background: #f5f6f7;
    box-shadow: 0 8px 22px rgba(18, 24, 32, .03), 0 1px 2px rgba(18, 24, 32, .03);
  }
  .bw-product-hub .family-card.mobile-family-card .code {
    margin-bottom: 14px;
    color: var(--hub-faint);
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .22em;
  }
  .bw-product-hub .family-card.mobile-family-card h2,
  .bw-product-hub .family-card.mobile-family-card h3 {
    margin: 0 0 12px;
    color: var(--hub-ink);
    font-size: 20px;
    line-height: 24.4px;
    font-weight: 900;
    letter-spacing: 0;
  }
  .bw-product-hub .family-card.mobile-family-card > p {
    margin: 0;
    color: var(--hub-muted);
    font-size: 16px;
    line-height: 25.6px;
    font-weight: 400;
  }
  .bw-product-hub .family-card.mobile-family-card .family-features {
    gap: 14px;
    margin-top: 22px;
  }
  .bw-product-hub .family-card.mobile-family-card .family-feature {
    padding-top: 18px;
  }
  .bw-product-hub .family-card.mobile-family-card .family-feature strong {
    margin-bottom: 6px;
    color: var(--hub-ink);
    font-size: 16px;
    line-height: 22.4px;
    font-weight: 800;
  }
  .bw-product-hub .family-card.mobile-family-card .family-feature span {
    color: var(--hub-muted);
    font-size: 16px;
    line-height: 25.6px;
    font-weight: 400;
  }
  .bw-product-hub .mobile-product-carousel {
    --mobile-product-card-width: min(var(--mobile-container), calc(100vw - 36px));
    display: flex;
    align-items: stretch;
    gap: 18px;
    width: 100vw;
    margin: 0 0 0 calc(50% - 50vw);
    padding: 0 calc((100vw - var(--mobile-product-card-width)) / 2) 24px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: calc((100vw - var(--mobile-product-card-width)) / 2);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
  }
  .bw-product-hub .mobile-product-carousel::-webkit-scrollbar {
    display: none;
  }
  .bw-product-hub .mobile-product-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: min(var(--mobile-container), calc(100vw - 36px));
    margin: 8px auto 0;
    min-height: 14px;
  }
  .bw-product-hub .mobile-product-indicator[hidden] {
    display: none;
  }
  .bw-product-hub .mobile-product-dot {
    width: 5px;
    height: 5px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(16, 24, 39, .2);
    appearance: none;
    cursor: pointer;
    transition: width .22s ease, background-color .22s ease, opacity .22s ease;
  }
  .bw-product-hub .mobile-product-dot.is-active {
    width: 18px;
    background: rgba(16, 24, 39, .78);
  }
  .bw-product-hub .mobile-product-card {
    flex: 0 0 var(--mobile-product-card-width);
    width: var(--mobile-product-card-width);
    min-width: var(--mobile-product-card-width);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(31, 31, 31, .08);
    border-radius: 30px;
    background: #fff;
    box-shadow: none;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
  .bw-product-hub .mobile-product-card .product-image {
    min-height: 142px;
    padding: 18px 18px 16px;
  }
  .bw-product-hub .mobile-product-card .product-image img {
    max-width: 56%;
    max-height: 96px;
  }
  .bw-product-hub .mobile-product-card .product-body {
    padding: 18px 20px 18px;
  }
  .bw-product-hub .mobile-product-card .product-meta {
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  .bw-product-hub .mobile-product-card .code,
  .bw-product-hub .mobile-product-card .pill {
    line-height: 1.2;
  }
  .bw-product-hub .mobile-product-card .code {
    font-size: 10px;
    letter-spacing: .2em;
  }
  .bw-product-hub .mobile-product-card .pill {
    max-width: 50%;
    padding: 4px 10px;
    font-size: 10px;
  }
  .bw-product-hub .mobile-product-card h3 {
    font-size: 18px;
    line-height: 22.3px;
    font-weight: 800;
  }
.bw-product-hub .mobile-product-card p {
    display: block;
    margin: 9px 0 16px;
    overflow: visible;
    color: var(--hub-muted);
    font-size: 14px;
    line-height: 21.8px;
  }
  .bw-product-hub .mobile-product-card .facts {
    gap: 10px;
    margin-right: 0;
    padding: 14px 0 38px;
  }
  .bw-product-hub .mobile-product-card .fact {
    font-size: 10px;
    line-height: 1.3;
  }
  .bw-product-hub .mobile-product-card .fact dd,
  .bw-product-hub .mobile-product-card .fact strong {
    display: -webkit-box;
    min-height: 0;
    margin-top: 5px;
    margin-left: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 19.6px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .bw-product-hub .mobile-product-card .fact dt,
  .bw-product-hub .mobile-product-card .fact span {
    font-size: 10px;
    line-height: 1.3;
  }
  .bw-product-hub .mobile-product-card .product-card-action {
    right: 18px;
    bottom: 18px;
    width: 28px;
    height: 28px;
    font-size: 24px;
  }
  .bw-product-hub .bwpc-contact {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 48px 0;
    border: 0;
    border-radius: 0;
  }
  .bw-product-hub .bwpc-contact .bwpc-wrap {
    width: min(var(--mobile-container), calc(100vw - (var(--mobile-page-padding) * 2)));
    max-width: var(--mobile-container);
  }
  .bw-product-hub .bwpc-contact-grid {
    padding: 28px 24px 30px;
    border-radius: var(--hub-radius);
    box-shadow: none;
  }
  .bw-product-hub .bwpc-form-shell {
    padding: 0;
    border-radius: 0;
  }
  .bw-product-hub .bwpc-section h2,
  .bw-product-hub .bwpc-contact h2 {
    font-size: 26px;
    line-height: 30.16px;
  }
}

@media (max-width: 767px) {
  .bwpc-page .bwp-form input:not([type="hidden"]),
  .bwpc-page .bwp-form select,
  .bwpc-page .bwp-form textarea,
  .bw-product-hub .bwp-form input:not([type="hidden"]),
  .bw-product-hub .bwp-form select,
  .bw-product-hub .bwp-form textarea {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}

/* BWPC 0.3.49: keep form titles and descriptions centered consistently. */
.bw-product-hub .bwpc-contact .bwpc-contact-grid > div:first-child,
.bw-product-hub .bwpc-contact .bwpc-eyebrow,
.bw-product-hub .bwpc-contact h2,
.bw-product-hub .bwpc-contact p:not(.bwpc-eyebrow) {
  text-align: center !important;
}

.bw-product-hub .bwpc-contact h2,
.bw-product-hub .bwpc-contact p:not(.bwpc-eyebrow) {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* BWFORM 2026-06-23 product-category: unify form typography and desktop submit hover. */
html body.bwpc-page .bwpc-contact h2 {
  max-width: 900px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  font-size: 44px !important;
  line-height: 53.68px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

html body.bwpc-page .bwpc-contact p:not(.bwpc-eyebrow) {
  max-width: 900px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  font-size: 17px !important;
  line-height: 29.24px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

@media (max-width: 900px) {
  html body.bwpc-page .bwpc-contact h2 {
    font-size: 22px !important;
    line-height: 27px !important;
  }

  html body.bwpc-page .bwpc-contact p:not(.bwpc-eyebrow) {
    font-size: 15px !important;
    line-height: 24px !important;
  }

  html body.bwpc-page .bwpc-contact button,
  html body.bwpc-page .bwpc-contact [type="submit"] {
    font-size: 15px !important;
    line-height: 20px !important;
  }
}

@media (min-width: 901px) and (hover: hover) and (pointer: fine) {
  html body.bwpc-page .bwpc-contact button,
  html body.bwpc-page .bwpc-contact [type="submit"] {
    transform: none !important;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease !important;
    will-change: auto !important;
  }

  html body.bwpc-page .bwpc-contact button:is(:hover, :focus-visible),
  html body.bwpc-page .bwpc-contact [type="submit"]:is(:hover, :focus-visible) {
    background: #2261b6 !important;
    border-color: #2261b6 !important;
    color: #fff !important;
    transform: none !important;
    box-shadow: none !important;
  }
}
/* End BWFORM 2026-06-23 product-category */

/* BWPC 0.3.74: keep the bottom inquiry form aligned with the other lightweight pages. */
html body.bwpc-page .bw-product-hub .bwpc-contact,
html body.bwpc-page .bw-product-hub .bwpc-contact .bwp-form {
  font-size: 16px !important;
  line-height: 25.6px !important;
}

html body.bwpc-page .bw-product-hub .bwpc-contact .bwp-form label {
  font-size: 16px !important;
  line-height: 22.4px !important;
}

html body.bwpc-page .bw-product-hub .bwpc-contact .bwp-field-help,
html body.bwpc-page .bw-product-hub .bwpc-contact .bwp-form-message {
  font-size: 14px !important;
  line-height: 21px !important;
}

html body.bwpc-page .bw-product-hub .bwpc-contact .bw-legal-form-note {
  width: min(100%, 780px) !important;
  margin: 10px auto 0 !important;
  color: #6e6e73 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

html body.bwpc-page .bw-product-hub .bwpc-contact .bw-legal-form-note a {
  color: #006bfc !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}

/* BWPC 0.3.76: keep desktop Safari selects aligned with the shared inquiry form. */
html body.bwpc-page .bw-product-hub .bwpc-contact .bwp-form select {
  display: block !important;
  width: 100% !important;
  height: 54px !important;
  min-height: 54px !important;
  padding: 0 48px 0 20px !important;
  border: 1px solid rgba(31, 31, 31, .12) !important;
  border-radius: 18px !important;
  box-sizing: border-box !important;
  color: var(--hub-ink) !important;
  background-color: rgba(246, 247, 248, .74) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='%23757575' d='M7.4 8.6 12 13.2l4.6-4.6L18 10l-6 6-6-6z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 20px center !important;
  background-size: 14px 14px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72) !important;
  font: 16px/22px Helvetica, Verdana, Arial, sans-serif !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}

html body.bwpc-page .bw-product-hub .bwpc-contact .bwp-form select::-ms-expand {
  display: none;
}

@media (max-width: 767px) {
  html body.bwpc-page .bw-product-hub .bwpc-contact-grid {
    padding: 28px 24px 30px !important;
  }

  html body.bwpc-page .bw-product-hub .bwpc-contact-grid > div:first-child {
    margin-bottom: 20px !important;
  }

  html body.bwpc-page .bw-product-hub .bwpc-contact .bwp-form {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    gap: 14px !important;
  }

  html body.bwpc-page .bw-product-hub .bwpc-contact .bwp-form input:not([type="hidden"]),
  html body.bwpc-page .bw-product-hub .bwpc-contact .bwp-form select,
  html body.bwpc-page .bw-product-hub .bwpc-contact .bwp-form textarea {
    min-height: 54px !important;
    padding: 0 20px !important;
    border-radius: 18px !important;
    font-size: 16px !important;
    line-height: 22px !important;
  }

  html body.bwpc-page .bw-product-hub .bwpc-contact .bwp-form textarea {
    min-height: 150px !important;
    padding: 18px 20px !important;
  }

  html body.bwpc-page .bw-product-hub .bwpc-contact .bwp-form button,
  html body.bwpc-page .bw-product-hub .bwpc-contact .bwp-form [type="submit"] {
    min-height: 58px !important;
    height: 58px !important;
    padding: 0 24px !important;
  }

  html body.bwpc-page .bw-product-hub .bwpc-contact .bw-legal-form-note {
    margin-top: 9px !important;
    font-size: 11.5px !important;
    line-height: 1.48 !important;
  }
}

/* BWPC 0.3.69: mobile product-page interaction polish. */
.bw-product-hub .category-detail:focus,
.bw-product-hub .product-grid:focus {
  outline: none !important;
}

@media (max-width: 700px) {
  .bw-product-hub .family-card.mobile-family-card .family-features {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .bw-product-hub .family-card.mobile-family-card .family-feature + .family-feature {
    margin-top: 18px;
  }
}

@media (max-width: 900px) {
  .bw-product-hub .product-card-link {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  .bw-product-hub .product-card-link .product-card-action {
    transition: background-color .1s cubic-bezier(.2, 0, .2, 1), color .1s cubic-bezier(.2, 0, .2, 1), transform .1s cubic-bezier(.2, 0, .2, 1) !important;
  }

  .bw-product-hub .product-card-link:active .product-card-action,
  .bw-product-hub .product-card-action:is(:active, .is-touching, .is-tap-feedback) {
    background: #24262a !important;
    background-color: #24262a !important;
    background-image: none !important;
    color: #fff !important;
    transform: translate3d(0, 1px, 0) !important;
  }

  html body.bwpc-page .bw-product-hub .product-card-link .product-card-action:is(:active, .is-touching, .is-tap-feedback) {
    background: #24262a !important;
    background-color: #24262a !important;
    background-image: none !important;
    color: #fff !important;
    transform: translate3d(0, 1px, 0) !important;
  }

  html body.bwpc-page .bw-product-hub .product-card-link:active .product-card-action,
  html body.bwpc-page .bw-product-hub .product-card-action.is-touching,
  html body.bwpc-page .bw-product-hub .product-card-action.is-tap-feedback,
  html body.bwpc-page .bw-product-hub .bw-card-action.is-touching,
  html body.bwpc-page .bw-product-hub .bw-card-action.is-tap-feedback {
    background: #24262a !important;
    background-color: #24262a !important;
    background-image: none !important;
    color: #fff !important;
    transform: translate3d(0, 1px, 0) !important;
  }
}
