body[data-product-template="v2"] {
  --pd-ink: #172638;
  --pd-muted: #607080;
  --pd-navy: #0b1f33;
  --pd-blue: #154c79;
  --pd-line: #dce4eb;
  --pd-soft: #f4f7f9;
  --pd-orange: #f28c28;
  background: #fff;
  color: var(--pd-ink);
}

body[data-product-template="v2"] main {
  overflow: visible;
}

body[data-product-template="v2"] :focus-visible {
  outline: 3px solid rgba(242, 140, 40, 0.42);
  outline-offset: 3px;
}

.product-v2-main {
  padding-bottom: 0;
}

.product-v2-breadcrumb {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #687786;
  font-size: 13px;
}

.product-v2-breadcrumb a {
  color: var(--pd-blue);
  font-weight: 800;
}

.product-v2-breadcrumb span[aria-current="page"] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-v2-hero {
  padding: clamp(48px, 6vw, 82px) 0 clamp(64px, 8vw, 104px);
  border-bottom: 1px solid var(--pd-line);
  background: #fff;
}

.product-v2-hero-grid {
  display: grid;
  grid-template-columns: minmax(380px, 1.02fr) minmax(0, .98fr);
  align-items: center;
  gap: clamp(42px, 7vw, 100px);
}

.product-v2-gallery {
  min-width: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.product-v2-gallery-stage {
  position: relative;
  isolation: isolate;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(22px, 4vw, 44px);
  border: 1px solid var(--pd-line);
  border-radius: 7px;
  background: #fff;
}

.product-v2-gallery-stage::after {
  content: none;
}

.product-v2-gallery-stage img {
  position: absolute;
  inset: 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  padding: clamp(22px, 4vw, 44px);
  object-fit: contain;
  object-position: center center;
  filter: none;
  transition: opacity 160ms ease;
}

.product-v2-gallery-stage img.is-switching {
  opacity: .22;
}

.product-v2-thumbnails {
  display: grid;
  grid-template-columns: repeat(6, minmax(78px, 1fr));
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.product-v2-thumbnails button {
  min-width: 86px;
  display: grid;
  grid-template-rows: 66px auto;
  gap: 5px;
  padding: 5px;
  border: 1px solid var(--pd-line);
  border-radius: 5px;
  background: #fff;
  color: #586878;
  cursor: pointer;
  text-align: left;
}

.product-v2-thumbnails button:hover,
.product-v2-thumbnails button.active {
  border-color: var(--pd-orange);
  box-shadow: inset 0 0 0 1px rgba(242,140,40,.18);
}

.product-v2-thumbnails img {
  width: 100%;
  height: 66px;
  object-fit: contain;
  background: #fff;
}

.product-v2-thumbnails span {
  display: flex;
  align-items: center;
  min-height: 30px;
  overflow: hidden;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.product-v2-gallery > figcaption {
  color: #697989;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.product-v2-summary {
  min-width: 0;
}

.product-v2-summary .product-section-kicker,
.product-v2-overview .product-section-kicker,
.product-v2-selection .product-section-kicker,
.product-v2-main .product-engineering-head .product-section-kicker,
.product-v2-main .product-section-head .product-section-kicker {
  margin: 0 0 12px;
  color: var(--pd-orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-v2-summary h1 {
  max-width: 780px;
  margin: 0;
  color: var(--pd-navy);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.04;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.product-v2-lead {
  max-width: 720px;
  margin: 22px 0 0;
  color: #435669;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.7;
}

.product-v2-feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.product-v2-feature-tags li {
  padding: 7px 10px;
  border: 1px solid #cfdbe4;
  border-radius: 4px;
  background: #f7f9fb;
  color: #304c64;
  font-size: 12px;
  font-weight: 800;
}

.product-v2-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 26px 0 0;
  border-top: 1px solid var(--pd-line);
  border-left: 1px solid var(--pd-line);
}

.product-v2-proof div {
  min-height: 86px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 14px 16px;
  border-right: 1px solid var(--pd-line);
  border-bottom: 1px solid var(--pd-line);
}

.product-v2-proof dt {
  color: #718090;
  font-size: 11px;
  font-weight: 800;
}

.product-v2-proof dd {
  margin: 0;
  color: var(--pd-navy);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.product-v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
}

.product-v2-actions .btn {
  min-height: 48px;
}

.product-v2-actions .btn.ghost {
  border-color: #c7d4de;
  background: #fff;
  color: var(--pd-blue);
}

.product-v2-actions .btn.ghost:hover,
.product-v2-actions .btn.ghost:focus-visible {
  border-color: var(--pd-blue);
  background: #edf4f8;
  color: var(--pd-navy);
}

.product-v2-actions .btn.whatsapp,
.product-rfq-contact .btn.whatsapp {
  border-color: #1d7a4a;
  background: #1d7a4a;
  color: #fff;
}

.product-v2-actions .btn.whatsapp:hover,
.product-rfq-contact .btn.whatsapp:hover {
  border-color: #17623c;
  background: #17623c;
}

.product-v2-no-drawing {
  margin: 14px 0 0;
  color: #718090;
  font-size: 13px;
  line-height: 1.6;
}

.product-v2-overview,
.product-v2-selection,
.product-v2-files,
.product-v2-related,
.product-v2-articles,
.product-v2-faq,
.product-v2-rfq {
  padding-block: clamp(68px, 8vw, 108px);
}

.product-v2-content-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: clamp(46px, 8vw, 112px);
}

.product-v2-prose h2,
.product-v2-selection h2,
.product-v2-main .product-engineering-head h2,
.product-v2-main .product-section-head h2 {
  margin: 0;
  color: var(--pd-navy);
  font-size: clamp(28px, 3.5vw, 46px);
  line-height: 1.12;
}

.product-v2-prose > p:last-child,
.product-v2-selection-grid > div > p:not(.product-section-kicker),
.product-v2-main .product-engineering-head > p:last-child,
.product-v2-main .product-section-head p:last-child {
  margin: 18px 0 0;
  color: var(--pd-muted);
  font-size: 16px;
  line-height: 1.8;
}

.product-v2-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--pd-line);
  border-left: 1px solid var(--pd-line);
}

.product-v2-specs article {
  min-height: 190px;
  padding: 24px;
  border-right: 1px solid var(--pd-line);
  border-bottom: 1px solid var(--pd-line);
  background: #fff;
}

.product-v2-specs h3 {
  margin: 0;
  color: var(--pd-blue);
  font-size: 16px;
  line-height: 1.35;
}

.product-v2-specs p {
  margin: 12px 0 0;
  color: #526576;
  font-size: 14px;
  line-height: 1.7;
}

.product-v2-process {
  scroll-margin-top: calc(var(--site-header-height, 64px) + 28px);
  padding-block: clamp(72px, 8vw, 112px);
  border-top: 1px solid var(--pd-line);
  border-bottom: 1px solid var(--pd-line);
  background: #f6f8fa;
}

.product-process-wrap {
  width: min(1480px, calc(100% - 40px));
  display: grid;
  gap: 30px;
  margin-inline: auto;
}

.product-process-head {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  align-items: end;
  gap: clamp(36px, 5vw, 76px);
}

.product-process-head .product-section-kicker {
  margin: 0 0 12px;
  color: var(--pd-orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-process-head h2 {
  margin: 0;
  color: var(--pd-navy);
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.12;
}

.product-process-head > p {
  max-width: 760px;
  margin: 0;
  color: #536678;
  font-size: 16px;
  line-height: 1.8;
}

.product-process-diagram {
  margin: 0;
  padding: 18px 18px 14px;
  overflow: hidden;
  border: 1px solid #d6e0e8;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(23, 38, 52, .06);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.product-process-diagram:hover {
  border-color: rgba(242, 140, 40, .46);
  box-shadow: 0 18px 42px rgba(23, 38, 52, .08);
}

.product-process-stage {
  --process-pointer-x: 0px;
  --process-pointer-y: 0px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  aspect-ratio: var(--process-canvas-ratio, 80 / 31);
  border-radius: 4px;
}

.product-process-stage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.product-process-stage picture {
  display: block;
  width: 100%;
  height: 100%;
}

.product-process-pointer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(242, 140, 40, .88);
  border-radius: 50%;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 4px 14px rgba(11, 31, 51, .16), inset 0 0 0 3px rgba(242, 140, 40, .10);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(calc(var(--process-pointer-x) - 11px), calc(var(--process-pointer-y) - 11px), 0);
  transition: opacity 140ms ease;
  will-change: transform;
}

.product-process-pointer::before,
.product-process-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(242, 140, 40, .78);
  transform: translate(-50%, -50%);
}

.product-process-pointer::before {
  width: 8px;
  height: 1px;
}

.product-process-pointer::after {
  width: 1px;
  height: 8px;
}

.product-process-stage.has-pointer .product-process-pointer {
  opacity: 1;
}

.product-process-hotspots,
.product-process-hotspots > span {
  position: absolute;
  pointer-events: none;
}

.product-process-hotspots {
  inset: 0;
  z-index: 2;
}

.product-process-hotspots > span {
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.product-process-hotspots > span.is-active {
  border-color: rgba(242, 140, 40, .88);
  background: rgba(242, 140, 40, .10);
  box-shadow: 0 10px 24px rgba(11, 31, 51, .12), inset 0 0 0 1px rgba(255, 255, 255, .82);
}

.product-process-diagram figcaption {
  margin-top: 10px;
  color: #718090;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.product-process-accessible-steps {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.product-v2-selection {
  background: var(--pd-navy);
  color: #fff;
}

.product-v2-selection-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: clamp(48px, 8vw, 112px);
}

.product-v2-selection h2 {
  color: #fff;
}

.product-v2-selection-grid > div > p:not(.product-section-kicker) {
  color: #c3d0da;
}

.product-v2-selection-grid > div .btn {
  margin-top: 24px;
}

.product-v2-selection ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255,255,255,.2);
  list-style: none;
}

.product-v2-selection li {
  min-height: 74px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.product-v2-selection li span {
  color: var(--pd-orange);
  font-size: 12px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.product-v2-selection li strong {
  color: #eef4f8;
  font-size: 15px;
  line-height: 1.45;
}

body[data-product-template="v2"] .product-v2-model-data.product-engineering-section.wrap {
  width: min(1880px, calc(100% - 56px));
  display: grid;
  gap: 30px;
  margin: clamp(68px, 8vw, 108px) auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.product-v2-model-data .product-engineering-head {
  max-width: 920px;
}

.product-v2-model-data .product-model-table-card {
  gap: 30px;
}

.product-v2-model-data .product-data-sheet {
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--pd-line);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(23,38,52,.06);
}

.product-v2-model-data .product-data-sheet + .product-data-sheet {
  padding-top: 24px;
  border-top: 1px solid var(--pd-line);
}

.product-v2-model-data .product-data-sheet-head h3 {
  margin: 0;
  color: var(--pd-navy);
  font-size: 21px;
  line-height: 1.35;
}

.product-v2-model-data .product-data-sheet-body {
  grid-template-columns: clamp(250px, 18vw, 340px) minmax(0, 1fr);
  gap: 16px;
}

/* A sheet without a dimension drawing must use the full row. The generic
   two-column rule above otherwise squeezes short engineering tables into the
   drawing column and makes long cell text overlap. */
.product-v2-model-data .product-data-sheet--no-drawing .product-data-sheet-body {
  grid-template-columns: minmax(0, 1fr);
}

.product-v2-model-data .product-data-sheet--no-drawing .product-model-table[data-columns="4"] th {
  padding: 9px 10px;
  font-size: clamp(11px, 0.78vw, 14px);
}

.product-v2-model-data .product-data-sheet--no-drawing .product-model-table[data-columns="4"] td {
  padding: 10px 10px;
  font-size: clamp(12px, 0.82vw, 15px);
}

.product-v2-model-data .product-data-sheet--no-drawing .product-model-table[data-columns="4"] .product-model-table-value {
  overflow-wrap: anywhere;
  word-break: normal;
}

.product-v2-model-data .product-dimension-card--catalogue {
  position: sticky;
  top: calc(var(--site-header-height, 64px) + 20px);
  max-height: calc(100vh - var(--site-header-height, 64px) - 40px);
  overflow: hidden;
}

.product-v2-model-data .product-dimension-preview {
  height: min(58vh, 520px);
}

.product-v2-files,
.product-v2-related--soft,
.product-v2-faq {
  background: var(--pd-soft);
}

.product-v2-main .product-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.product-v2-main .product-section-head > div {
  max-width: 860px;
}

.product-v2-file-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.product-v2-file-grid a {
  min-height: 142px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  align-items: start;
  gap: 10px 14px;
  padding: 20px;
  border: 1px solid var(--pd-line);
  border-radius: 6px;
  background: #fff;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.product-v2-file-grid a:hover,
.product-v2-file-grid a:focus-visible {
  border-color: var(--pd-blue);
  box-shadow: 0 14px 30px rgba(23,38,52,.1);
  transform: translateY(-2px);
}

.product-v2-file-grid a > span {
  grid-row: 1 / span 2;
  min-width: 52px;
  min-height: 34px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: var(--pd-navy);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.product-v2-file-grid strong {
  color: var(--pd-navy);
  font-size: 15px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.product-v2-file-grid small {
  align-self: end;
  color: var(--pd-orange);
  font-weight: 800;
}

.product-v2-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.product-v2-related-grid > a {
  min-width: 0;
  display: grid;
  grid-template-rows: 190px 1fr;
  overflow: hidden;
  border: 1px solid var(--pd-line);
  border-radius: 7px;
  background: #fff;
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.product-v2-related-grid > a:hover,
.product-v2-related-grid > a:focus-visible {
  border-color: var(--pd-blue);
  box-shadow: 0 16px 36px rgba(23,38,52,.1);
  transform: translateY(-2px);
}

.product-v2-related-grid img {
  width: 100%;
  height: 190px;
  object-fit: contain;
  padding: 16px;
  border-bottom: 1px solid var(--pd-line);
  background: #fff;
}

.product-v2-related--soft .product-v2-related-grid img {
  padding: 0;
  object-fit: cover;
}

.product-v2-related-grid > a > span {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 16px;
}

.product-v2-related-grid strong {
  color: var(--pd-navy);
  font-size: 16px;
  line-height: 1.35;
}

.product-v2-related-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--pd-muted);
  font-size: 13px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.product-v2-articles {
  padding-top: 0;
}

.product-v2-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--pd-line);
  border-left: 1px solid var(--pd-line);
}

.product-v2-article-grid a {
  min-height: 178px;
  display: grid;
  align-content: space-between;
  gap: 20px;
  padding: 22px;
  border-right: 1px solid var(--pd-line);
  border-bottom: 1px solid var(--pd-line);
  background: #fff;
}

.product-v2-article-grid a:hover strong {
  color: var(--pd-orange);
}

.product-v2-article-grid strong {
  color: var(--pd-navy);
  font-size: 18px;
  line-height: 1.45;
}

.product-v2-article-grid span {
  color: var(--pd-muted);
  font-size: 13px;
  line-height: 1.6;
}

.product-v2-faq .product-faq-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.product-v2-faq .product-faq-item {
  box-shadow: none;
}

.product-v2-rfq {
  background: #fff;
}

.product-v2-rfq .product-quick-rfq {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 320px);
  gap: 30px;
  align-items: start;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--pd-line);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(23,38,52,.08);
}

.product-v2-rfq .product-rfq-head,
.product-v2-rfq .product-rfq-form {
  grid-column: 1;
}

.product-v2-rfq .product-rfq-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
}

.product-v2-rfq .product-rfq-progress {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.product-v2-rfq .product-rfq-progress span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #cbd6df;
  border-radius: 50%;
  background: #fff;
  color: #68798a;
  font-size: 12px;
  font-weight: 900;
}

.product-v2-rfq .product-rfq-progress span.active {
  border-color: var(--pd-orange);
  background: var(--pd-orange);
  color: #fff;
}

.product-v2-rfq .product-rfq-progress i {
  width: 30px;
  height: 1px;
  background: #cbd6df;
}

.product-v2-rfq fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.product-v2-rfq fieldset[hidden] {
  display: none;
}

.product-v2-rfq legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.product-v2-rfq .product-rfq-step-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

.product-v2-rfq .rfq-honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.product-v2-rfq .rfq-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--pd-line);
  border-radius: 6px;
  background: var(--pd-soft);
}

.product-v2-rfq .rfq-check input {
  width: 18px;
  min-height: 18px;
  margin: 1px 0 0;
}

.product-v2-rfq .rfq-check span {
  color: #415569;
  font-size: 13px;
  line-height: 1.5;
}

.product-v2-rfq .product-rfq-file-name {
  display: block;
  margin-top: 8px;
  color: var(--pd-blue);
  font-size: 12px;
  font-weight: 800;
}

.product-v2-rfq .product-rfq-upload-progress {
  height: 4px;
  display: block;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 2px;
  background: #dfe7ed;
}

.product-v2-rfq .product-rfq-upload-progress[hidden] {
  display: none;
}

.product-v2-rfq .product-rfq-upload-progress i {
  width: var(--upload-progress, 0%);
  height: 100%;
  display: block;
  background: var(--pd-orange);
  transition: width 160ms linear;
}

.product-v2-rfq .product-rfq-contact {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  gap: 14px;
  padding: 22px;
  border-left: 3px solid var(--pd-orange);
  background: var(--pd-soft);
}

.product-v2-rfq .product-rfq-contact p {
  margin: 0;
  color: #4b5e70;
  line-height: 1.7;
}

.product-v2-rfq .product-rfq-contact .btn {
  width: 100%;
  text-align: center;
}

.product-v2-mobile-actions {
  display: none;
}

.mega-overview-link {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(242,140,40,.28);
  border-radius: 7px;
  background: #fff8ef;
  color: var(--pd-navy);
}

@media (max-width: 1100px) {
  body[data-product-template="v2"] .header-tools .search-box {
    display: none;
  }

  .product-v2-hero-grid,
  .product-v2-content-grid,
  .product-v2-selection-grid,
  .product-process-head {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-v2-gallery {
    max-width: 760px;
    margin-inline: auto;
  }

  .product-v2-model-data .product-data-sheet-body {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-v2-model-data .product-dimension-card--catalogue {
    position: static;
    max-height: none;
  }

  .product-v2-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-v2-file-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (min-width: 981px) and (max-width: 1500px) {
  .product-process-diagram {
    margin-inline-end: clamp(52px, 5.4vw, 76px);
  }
}

@media (max-width: 980px) {
  .product-process-diagram {
    padding: 10px 10px 12px;
  }

  .product-process-stage {
    aspect-ratio: var(--process-mobile-canvas-ratio, 24 / 77);
  }

  .product-process-pointer,
  .product-process-hotspots {
    display: none;
  }
}

@media (max-width: 780px) {
  body[data-product-template="v2"] .wrap {
    width: min(100% - 28px, var(--wrap));
  }

  .product-v2-hero {
    padding-top: 34px;
  }

  .product-v2-summary h1 {
    font-size: 38px;
  }

  .product-v2-thumbnails {
    grid-template-columns: repeat(6, 92px);
  }

  .product-v2-proof,
  .product-v2-specs,
  .product-v2-related-grid,
  .product-v2-file-grid,
  .product-v2-article-grid,
  .product-v2-faq .product-faq-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-v2-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .product-v2-actions .btn {
    width: 100%;
  }

  .product-v2-process {
    padding-block: 60px;
  }

  .product-process-wrap {
    width: min(100% - 28px, 1480px);
    gap: 22px;
  }

  .product-v2-specs article {
    min-height: auto;
  }

  body[data-product-template="v2"] .product-v2-model-data.product-engineering-section.wrap {
    width: min(100% - 20px, 1880px);
  }

  .product-v2-model-data .product-data-sheet {
    padding: 14px 10px;
  }

  .product-v2-main .product-section-head,
  .product-v2-rfq .product-rfq-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-v2-rfq .product-quick-rfq {
    grid-template-columns: minmax(0, 1fr);
    padding: 22px 16px;
  }

  .product-v2-rfq .product-rfq-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-v2-rfq .product-rfq-grid .wide {
    grid-column: auto;
  }

  .product-v2-rfq .product-rfq-contact {
    grid-column: 1;
    grid-row: auto;
  }

  .product-v2-rfq .product-rfq-submit-row {
    align-items: stretch;
    flex-direction: column;
  }

  .product-v2-rfq .product-rfq-submit-row .btn,
  .product-v2-rfq .product-rfq-step-actions .btn {
    width: 100%;
  }

  .product-v2-mobile-actions {
    position: fixed;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
    z-index: 68;
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 7px;
    padding: 7px;
    border: 1px solid rgba(15,31,49,.12);
    border-radius: 7px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 16px 38px rgba(15,31,49,.18);
    backdrop-filter: blur(14px);
  }

  .product-v2-mobile-actions a {
    min-height: 46px;
    display: grid;
    place-items: center;
    padding: 8px 10px;
    border-radius: 5px;
    background: var(--pd-orange);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
  }

  .product-v2-mobile-actions a:last-child {
    background: #1d7a4a;
  }

  .product-v2-main {
    padding-bottom: 76px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-product-template="v2"] *,
  body[data-product-template="v2"] *::before,
  body[data-product-template="v2"] *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }

  .product-process-pointer,
  .product-process-hotspots > span {
    transition: none !important;
  }
}
