body.woao-pdp-b2b .woocommerce-product-gallery,
body.woao-pdp-b2b .summary.entry-summary,
body.woao-pdp-b2b .woocommerce-tabs,
body.woao-pdp-b2b .related.products,
body.woao-pdp-b2b .upsells.products,
body.woao-pdp-b2b .woocommerce-product-details__short-description,
body.woao-pdp-b2b .product_meta,
body.woao-pdp-b2b .woocommerce-Reviews,
body.woao-pdp-b2b .et_pb_wc_images,
body.woao-pdp-b2b .et_pb_wc_title,
body.woao-pdp-b2b .et_pb_wc_rating,
body.woao-pdp-b2b .et_pb_wc_price,
body.woao-pdp-b2b .et_pb_wc_description,
body.woao-pdp-b2b .et_pb_wc_meta,
body.woao-pdp-b2b .et_pb_wc_add_to_cart,
body.woao-pdp-b2b .et_pb_wc_tabs,
body.woao-pdp-b2b .et_pb_wc_related_products,
body.woao-pdp-b2b .woao-product-detail {
  display: none !important;
}

.woao-pdp,
.woao-pdp * {
  box-sizing: border-box;
}

body.woao-pdp-b2b div.product {
  display: block;
  float: none;
}

body.woao-pdp-b2b #main-content .container:before {
  display: none !important;
  content: none !important;
}

body.woao-pdp-b2b #sidebar {
  display: none !important;
}

body.woao-pdp-b2b #left-area {
  float: none !important;
  width: 100% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.woao-pdp {
  width: 100%;
  float: none;
  clear: both;
  color: #263746;
}

.woao-pdp__inner {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.woao-pdp__eyebrow {
  margin: 0 0 10px;
  color: #d71f18;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.woao-pdp-hero {
  padding: 28px 0 48px;
  background: #fff;
}

.woao-pdp-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.woao-pdp-hero__stage {
  margin: 0;
  padding: 24px;
  border: 1px solid #d3e4f0;
  border-radius: 8px;
  background: #f7fbfe;
}

.woao-pdp-hero__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 4 / 3;
}

.woao-pdp-hero__thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.woao-pdp-hero__thumb {
  display: grid;
  gap: 4px;
  padding: 6px;
  border: 1px solid #d3e4f0;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}

.woao-pdp-hero__thumb.is-active,
.woao-pdp-hero__thumb:hover {
  border-color: #0a63a8;
}

.woao-pdp-hero__thumb-img {
  display: block;
  width: 100%;
  height: 52px;
  object-fit: contain;
}

.woao-pdp-hero__thumb span {
  color: #526574;
  font-size: 11px;
}

.woao-pdp-hero__sku {
  margin: 0;
  color: #0a63a8;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.woao-pdp-hero__copy h1 {
  margin: 6px 0 0;
  color: #084f87;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.25;
}

.woao-pdp-hero__en {
  margin: 6px 0 0;
  color: #526574;
  font-size: 15px;
}

.woao-pdp-hero__lead {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.7;
}

.woao-pdp-hero__specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  margin: 24px 0 0;
}

.woao-pdp-hero__specs div {
  padding: 10px 0;
  border-bottom: 1px solid #e6eef4;
}

.woao-pdp-hero__specs dt {
  color: #526574;
  font-size: 12px;
  font-weight: 700;
}

.woao-pdp-hero__specs dd {
  margin: 4px 0 0;
  color: #084f87;
  font-size: 15px;
  font-weight: 600;
}

.woao-pdp-hero__cta,
.woao-pdp-section__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.woao-pdp-button {
  display: inline-flex;
  min-height: 44px;
  padding: 8px 16px;
  align-items: center;
  justify-content: center;
  border: 1px solid #0a63a8;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
}

.woao-pdp-button--primary {
  background: #0a63a8;
  color: #fff;
}

.woao-pdp-button--primary:hover {
  background: #084f87;
  border-color: #084f87;
  color: #fff;
}

.woao-pdp-button--secondary {
  color: #0a63a8;
}

.woao-pdp-button--secondary:hover {
  background: #eff7fc;
}

.woao-pdp-button--ghost {
  border-color: #c8dfed;
  color: #526574;
}

.woao-pdp-button--ghost:hover {
  border-color: #0a63a8;
  color: #084f87;
}

.woao-pdp-section {
  padding: 56px 0;
  background: #fff;
}

.woao-pdp-section--muted {
  background: #f7fbfe;
}

.woao-pdp-section__heading {
  width: min(760px, 100%);
  margin: 0 0 28px;
}

.woao-pdp-section__heading h2 {
  margin: 0;
  color: #084f87;
  font-size: clamp(24px, 2.6vw, 32px);
}

.woao-pdp-section__heading p {
  margin: 12px 0 0;
  color: #526574;
  font-size: 15px;
  line-height: 1.7;
}

.woao-pdp-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border: 1px solid #d3e4f0;
  border-radius: 8px;
  background: #fff;
}

.woao-pdp-specs div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 16px;
  padding: 14px 18px;
  border-bottom: 1px solid #e6eef4;
}

.woao-pdp-specs div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.woao-pdp-specs dt {
  color: #526574;
  font-size: 13px;
  font-weight: 700;
}

.woao-pdp-specs dd {
  margin: 0;
  color: #084f87;
  font-size: 15px;
  line-height: 1.55;
}

.woao-pdp-cards {
  display: grid;
  gap: 16px;
}

.woao-pdp-cards--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.woao-pdp-card {
  padding: 22px;
  border: 1px solid #d3e4f0;
  border-radius: 8px;
  background: #fff;
}

.woao-pdp-card__icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  color: #0a63a8;
}

.woao-pdp-card__icon svg {
  width: 36px;
  height: 36px;
}

.woao-pdp-card h3 {
  margin: 0;
  color: #084f87;
  font-size: 18px;
}

.woao-pdp-card p {
  margin: 10px 0 0;
  color: #526574;
  font-size: 14px;
  line-height: 1.65;
}

.woao-pdp-adapters {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.woao-pdp-adapter {
  padding: 12px;
  border: 1px solid #d3e4f0;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.woao-pdp-adapters[data-collapsed="true"] .woao-pdp-adapter.is-extra {
  display: none;
}

.woao-pdp-adapter__image {
  display: block;
  width: 100%;
  height: 92px;
  object-fit: contain;
  background: #f7fbfe;
  border-radius: 4px;
}

.woao-pdp-adapter p {
  margin: 8px 0 0;
  color: #526574;
  font-size: 11px;
}

.woao-pdp-adapter strong {
  color: #084f87;
  font-size: 15px;
}

.woao-pdp-adapter--code {
  min-height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.woao-pdp-adapters__more {
  margin: 18px 0 0;
}

.woao-pdp-table-wrap {
  overflow-x: auto;
  border: 1px solid #d3e4f0;
  border-radius: 8px;
  background: #fff;
}

.woao-pdp-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.woao-pdp-table th,
.woao-pdp-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #e6eef4;
  text-align: left;
  font-size: 14px;
}

.woao-pdp-table th {
  color: #084f87;
  background: #eff7fc;
}

.woao-pdp-table tr:last-child td {
  border-bottom: 0;
}

.woao-pdp-note {
  margin: 16px 0 0;
  color: #526574;
  font-size: 13px;
  line-height: 1.7;
}

.woao-pdp-pack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.woao-pdp-pack figure {
  margin: 0;
  padding: 16px;
  border: 1px solid #d3e4f0;
  border-radius: 8px;
  background: #fff;
}

.woao-pdp-pack__image {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: contain;
}

.woao-pdp-pack figcaption {
  margin-top: 10px;
  color: #084f87;
  font-size: 14px;
  font-weight: 700;
}

.woao-pdp-related {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.woao-pdp-related__card {
  border: 1px solid #d3e4f0;
  border-radius: 8px;
  background: #fff;
}

.woao-pdp-related__card a {
  display: grid;
  gap: 8px;
  padding: 16px;
  color: inherit;
  text-decoration: none;
}

.woao-pdp-related__image {
  width: 100%;
  height: 140px;
  object-fit: contain;
}

.woao-pdp-related__sku {
  margin: 0;
  color: #d71f18;
  font-size: 13px;
  font-weight: 700;
}

.woao-pdp-related__card h3 {
  margin: 0;
  color: #084f87;
  font-size: 16px;
}

.woao-pdp-related__card p {
  margin: 0;
  color: #526574;
  font-size: 13px;
  line-height: 1.6;
}

.woao-pdp-related__card span {
  color: #0a63a8;
  font-size: 14px;
  font-weight: 700;
}

body.woao-pdp-b2b {
  overflow-x: clip;
}

.woao-pdp .woao-home-contact {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 48px 0 0;
  overflow: visible;
  background: transparent;
  float: none;
  clear: both;
}

.woao-pdp .woao-home-contact::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  background: #eff7fc;
  pointer-events: none;
}

.woao-pdp .woao-home-contact > * {
  position: relative;
  z-index: 1;
}

.woao-pdp .woao-home-contact__copy,
.woao-pdp .woao-home-contact__form-card,
.woao-pdp .woao-home-contact__services,
.woao-pdp .woao-home-contact__services li {
  float: none;
  width: auto;
  max-width: none;
}

body.woao-pdp-b2b .woocommerce .woao-home-contact__services,
body.woao-pdp-b2b .woocommerce ul.woao-home-contact__services {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.woao-pdp-b2b .woocommerce .woao-home-contact__services li,
body.woao-pdp-b2b .woocommerce ul.woao-home-contact__services li {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  display: list-item !important;
  margin: 0 !important;
}

.woao-pdp-series-link {
  width: min(1200px, calc(100% - 48px));
  margin: -24px auto 48px;
}

.woao-pdp-series-link a {
  color: #0a63a8;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .woao-pdp-cards--4,
  .woao-pdp-related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woao-pdp-adapters {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .woao-pdp-hero__grid,
  .woao-pdp-specs,
  .woao-pdp-pack {
    grid-template-columns: minmax(0, 1fr);
  }

  .woao-pdp-specs div,
  .woao-pdp-specs div:nth-last-child(-n + 2) {
    grid-template-columns: minmax(0, 1fr);
    border-bottom: 1px solid #e6eef4;
  }

  .woao-pdp-hero__thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .woao-pdp__inner {
    width: calc(100% - 32px);
  }

  body.woao-pdp-b2b .woocommerce .woao-home-contact__services,
  body.woao-pdp-b2b .woocommerce ul.woao-home-contact__services {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .woao-pdp-hero,
  .woao-pdp-section {
    padding: 32px 0;
  }

  .woao-pdp-hero__cta,
  .woao-pdp-section__cta {
    flex-direction: column;
  }

  .woao-pdp-button {
    width: 100%;
  }

  .woao-pdp-hero__specs,
  .woao-pdp-cards--4,
  .woao-pdp-related,
  .woao-pdp-adapters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
