.wgm-product-detail-page {
  --wgm-detail-navy: #0f3d66;
  --wgm-detail-navy-dark: #092a47;
  --wgm-detail-gold: #c8a24d;
  --wgm-detail-white: #ffffff;
  --wgm-detail-offwhite: #f8f8f6;
  --wgm-detail-gray: #666a73;
  font-family: "Inter", Arial, sans-serif;
}

.wgm-product-detail-page .wgm-detail-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 62px 0 68px;
  background: var(--wgm-detail-navy);
  color: var(--wgm-detail-white);
}

.wgm-product-detail-page .wgm-detail-hero::before {
  position: absolute;
  z-index: -1;
  top: -175px;
  right: -120px;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  content: "";
}

.wgm-product-detail-page .wgm-detail-hero::after {
  position: absolute;
  z-index: -1;
  right: 24%;
  bottom: -295px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(200, 162, 77, 0.2);
  border-radius: 50%;
  content: "";
}

.wgm-product-detail-page .wgm-detail-hero__decoration {
  position: absolute;
  z-index: -1;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.wgm-product-detail-page .wgm-detail-hero__decoration--one {
  top: 86px;
  left: 44%;
  width: 62%;
  transform: rotate(19deg);
}

.wgm-product-detail-page .wgm-detail-hero__decoration--two {
  right: -5%;
  bottom: 58px;
  width: 46%;
  transform: rotate(-14deg);
}

.wgm-product-detail-page .wgm-detail-hero__container {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: clamp(48px, 7vw, 108px);
  align-items: center;
}

.wgm-product-detail-page .wgm-detail-hero__content {
  position: relative;
  z-index: 1;
  max-width: 650px;
}

.wgm-product-detail-page .wgm-detail-hero__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 27px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-detail-hero__breadcrumb a {
  color: var(--wgm-detail-gold);
  text-decoration: none;
}

.wgm-product-detail-page .wgm-detail-hero__breadcrumb a:hover,
.wgm-product-detail-page .wgm-detail-hero__breadcrumb a:focus-visible {
  color: var(--wgm-detail-white);
}

.wgm-product-detail-page .wgm-detail-hero h1 {
  margin: 0;
  color: var(--wgm-detail-white);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.wgm-product-detail-page .wgm-detail-hero__lead {
  margin: 17px 0 0;
  color: var(--wgm-detail-gold);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.wgm-product-detail-page .wgm-detail-hero__description {
  max-width: 590px;
  margin: 16px 0 28px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.wgm-product-detail-page .wgm-detail-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 23px;
}

.wgm-product-detail-page .wgm-detail-hero__primary {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 10px 0 24px;
  border: 1px solid var(--wgm-detail-gold);
  border-radius: 4px;
  background: var(--wgm-detail-gold);
  color: var(--wgm-detail-white);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-detail-hero__arrow {
  display: inline-flex;
  width: 37px;
  height: 37px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  color: var(--wgm-detail-white);
  font-size: 18px;
  line-height: 1;
}

.wgm-product-detail-page .wgm-detail-hero__primary:hover,
.wgm-product-detail-page .wgm-detail-hero__primary:focus-visible {
  border-color: var(--wgm-detail-white);
  background: var(--wgm-detail-white);
  color: var(--wgm-detail-navy);
}

.wgm-product-detail-page .wgm-detail-hero__primary:hover .wgm-detail-hero__arrow,
.wgm-product-detail-page .wgm-detail-hero__primary:focus-visible .wgm-detail-hero__arrow {
  border-color: var(--wgm-detail-navy);
  color: var(--wgm-detail-navy);
}

.wgm-product-detail-page .wgm-detail-hero__phone {
  display: flex;
  flex-direction: column;
  color: var(--wgm-detail-white);
  line-height: 1.35;
  text-decoration: none;
}

.wgm-product-detail-page .wgm-detail-hero__phone span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-detail-hero__phone strong {
  margin-top: 3px;
  font-size: 15px;
  font-weight: 700;
}

.wgm-product-detail-page .wgm-detail-hero__phone:hover strong,
.wgm-product-detail-page .wgm-detail-hero__phone:focus-visible strong {
  color: var(--wgm-detail-gold);
}

.wgm-product-detail-page .wgm-detail-hero__visual {
  position: relative;
  padding: 13px 13px 36px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.wgm-product-detail-page .wgm-detail-hero__visual::before {
  position: absolute;
  top: -11px;
  right: -11px;
  width: 70px;
  height: 70px;
  border-top: 4px solid var(--wgm-detail-gold);
  border-right: 4px solid var(--wgm-detail-gold);
  content: "";
}

.wgm-product-detail-page .wgm-detail-hero__image-frame {
  height: 292px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--wgm-detail-navy-dark);
}

.wgm-product-detail-page .wgm-detail-hero__image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 37%;
}

.wgm-product-detail-page .wgm-detail-hero__image-label {
  position: absolute;
  right: 27px;
  bottom: 0;
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  padding: 0 19px;
  background: var(--wgm-detail-gold);
  color: var(--wgm-detail-white);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .wgm-product-detail-page .wgm-detail-hero {
    padding: 52px 0 58px;
  }

  .wgm-product-detail-page .wgm-detail-hero__container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .wgm-product-detail-page .wgm-detail-hero h1 {
    font-size: 30px;
  }

  .wgm-product-detail-page .wgm-detail-hero__visual {
    width: 100%;
    max-width: 760px;
  }
}

@media (max-width: 575.98px) {
  .wgm-product-detail-page .wgm-detail-hero {
    padding: 38px 0 44px;
  }

  .wgm-product-detail-page .wgm-detail-hero__breadcrumb {
    margin-bottom: 21px;
    font-size: 10px;
  }

  .wgm-product-detail-page .wgm-detail-hero h1 {
    font-size: 26px;
  }

  .wgm-product-detail-page .wgm-detail-hero__lead {
    font-size: 15px;
  }

  .wgm-product-detail-page .wgm-detail-hero__description {
    font-size: 14px;
  }

  .wgm-product-detail-page .wgm-detail-hero__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .wgm-product-detail-page .wgm-detail-hero__primary {
    min-height: 53px;
  }

  .wgm-product-detail-page .wgm-detail-hero__visual {
    padding: 9px 9px 31px;
  }

  .wgm-product-detail-page .wgm-detail-hero__image-frame {
    height: 210px;
  }

  .wgm-product-detail-page .wgm-detail-hero__image-label {
    right: 18px;
    min-height: 38px;
    padding: 0 14px;
    font-size: 9px;
  }
}

/* Compact table-only model comparison. */
.wgm-product-detail-page .wgm-model-comparison.wgm-model-comparison--table-only {
  padding: 40px 0;
}

.wgm-product-detail-page .wgm-model-comparison--table-only .wgm-model-comparison__table-wrap {
  border-radius: 4px;
  box-shadow: 0 8px 22px rgba(15, 61, 102, 0.07);
}

.wgm-product-detail-page .wgm-model-comparison--table-only .wgm-model-comparison__table {
  min-width: 720px;
}

.wgm-product-detail-page .wgm-model-comparison--table-only .wgm-model-comparison__table th,
.wgm-product-detail-page .wgm-model-comparison--table-only .wgm-model-comparison__table td {
  height: 42px;
  padding: 5px 8px;
  font-size: 13px;
  line-height: 1.25;
}

.wgm-product-detail-page .wgm-model-comparison--table-only .wgm-model-comparison__table thead th {
  height: 54px;
  font-size: 14px;
}

.wgm-product-detail-page .wgm-model-comparison--table-only .wgm-model-comparison__table thead th.is-featured > span {
  margin-bottom: 2px;
  font-size: 8px;
}

.wgm-product-detail-page .wgm-model-comparison--table-only .wgm-model-comparison__yes,
.wgm-product-detail-page .wgm-model-comparison--table-only .wgm-model-comparison__no {
  width: 24px;
  height: 24px;
  font-size: 16px;
}

.wgm-product-detail-page .wgm-model-comparison--table-only .wgm-model-comparison__yes svg {
  width: 14px;
  height: 14px;
}

@media (max-width: 575.98px) {
  .wgm-product-detail-page .wgm-model-comparison.wgm-model-comparison--table-only {
    padding: 12px 0;
  }

  .wgm-product-detail-page .wgm-model-comparison--table-only .wgm-model-comparison__table th,
  .wgm-product-detail-page .wgm-model-comparison--table-only .wgm-model-comparison__table td {
    height: 38px;
    padding: 4px 6px;
    font-size: 10px;
  }
}

/* Reusable compact image-banner hero for product detail pages. */
.wgm-product-detail-page .wgm-detail-hero.wgm-detail-hero--banner {
  display: flex;
  min-height: 330px;
  align-items: center;
  padding: 56px 0;
  background-color: #111820;
  border-bottom: 4px solid var(--wgm-detail-gold);
}

.wgm-product-detail-page .wgm-detail-hero.wgm-detail-hero--banner::before,
.wgm-product-detail-page .wgm-detail-hero.wgm-detail-hero--banner::after {
  display: none;
}

.wgm-product-detail-page .wgm-detail-hero--banner .wgm-detail-hero__backdrop,
.wgm-product-detail-page .wgm-detail-hero--banner .wgm-detail-hero__shade {
  position: absolute;
  inset: 0;
}

.wgm-product-detail-page .wgm-detail-hero--banner .wgm-detail-hero__backdrop {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wgm-product-detail-page .wgm-detail-hero--banner .wgm-detail-hero__shade {
  z-index: 1;
  background: linear-gradient(90deg, rgba(7, 17, 27, 0.9) 0%, rgba(7, 17, 27, 0.68) 34%, rgba(7, 17, 27, 0.16) 67%, rgba(7, 17, 27, 0.04) 100%);
}

.wgm-product-detail-page .wgm-detail-hero--banner .wgm-detail-hero__container {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
}

.wgm-product-detail-page .wgm-detail-hero--banner .wgm-detail-hero__content {
  max-width: 690px;
}

.wgm-product-detail-page .wgm-detail-hero--banner .wgm-detail-hero__breadcrumb {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.82);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.62);
}

.wgm-product-detail-page .wgm-detail-hero--banner h1 {
  color: #fff;
  font-size: clamp(30px, 3vw, 46px);
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.72);
}

@media (max-width: 767.98px) {
  .wgm-product-detail-page .wgm-detail-hero.wgm-detail-hero--banner {
    min-height: 245px;
    padding: 38px 0;
  }

  .wgm-product-detail-page .wgm-detail-hero--banner .wgm-detail-hero__backdrop {
    object-position: 64% center;
  }

  .wgm-product-detail-page .wgm-detail-hero--banner .wgm-detail-hero__shade {
    background: linear-gradient(90deg, rgba(7, 17, 27, 0.88) 0%, rgba(7, 17, 27, 0.62) 58%, rgba(7, 17, 27, 0.22) 100%);
  }

  .wgm-product-detail-page .wgm-detail-hero--banner h1 {
    max-width: 320px;
    font-size: clamp(26px, 8vw, 34px);
  }
}

.wgm-product-detail-page .wgm-technical-product {
  scroll-margin-top: 84px;
  padding: 40px 0;
  background: var(--wgm-detail-white);
}

.wgm-product-detail-page .wgm-technical-product__intro {
  display: grid;
  grid-template-columns: minmax(430px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(55px, 7vw, 108px);
  align-items: center;
}

.wgm-product-detail-page .wgm-technical-product__media {
  position: relative;
  overflow: hidden;
  border: 1px solid #d4dce2;
  border-radius: 7px;
  background: var(--wgm-detail-white);
  box-shadow: 0 18px 45px rgba(15, 61, 102, 0.1);
}

.wgm-product-detail-page .wgm-technical-product__number {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  display: inline-flex;
  width: 46px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--wgm-detail-gold);
  color: var(--wgm-detail-white);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.wgm-product-detail-page .wgm-technical-product__image {
  display: flex;
  height: 390px;
  align-items: center;
  justify-content: center;
  padding: 28px;
  border-bottom: 4px solid var(--wgm-detail-gold);
  background: #fafafa;
}

.wgm-product-detail-page .wgm-technical-product__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wgm-product-detail-page .wgm-technical-product__image-footer {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 24px;
  background: var(--wgm-detail-navy);
  color: var(--wgm-detail-white);
}

.wgm-product-detail-page .wgm-technical-product__image-footer span {
  color: var(--wgm-detail-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-technical-product__image-footer strong {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.wgm-product-detail-page .wgm-technical-product__content {
  max-width: 690px;
}

.wgm-product-detail-page .wgm-technical-product__kicker {
  display: block;
  margin-bottom: 13px;
  color: var(--wgm-detail-gold);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-technical-product__content h3 {
  margin: 16px 0 0;
  color: var(--wgm-detail-gold);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.wgm-product-detail-page .wgm-technical-product__content > p {
  margin: 19px 0 0;
  color: var(--wgm-detail-gray);
  font-size: 15px;
  line-height: 1.75;
}

.wgm-product-detail-page .wgm-technical-product__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
}

.wgm-product-detail-page .wgm-technical-product__primary {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  gap: 18px;
  padding: 0 22px;
  border: 1px solid var(--wgm-detail-gold);
  border-radius: 4px;
  background: var(--wgm-detail-gold);
  color: var(--wgm-detail-white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-technical-product__primary:hover,
.wgm-product-detail-page .wgm-technical-product__primary:focus-visible {
  border-color: var(--wgm-detail-navy);
  background: var(--wgm-detail-navy);
  color: var(--wgm-detail-white);
}

.wgm-product-detail-page .wgm-technical-product__secondary {
  color: var(--wgm-detail-navy);
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--wgm-detail-gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.wgm-product-detail-page .wgm-technical-product__secondary:hover,
.wgm-product-detail-page .wgm-technical-product__secondary:focus-visible {
  color: var(--wgm-detail-gold);
}

.wgm-product-detail-page .wgm-technical-product__points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 58px;
}

.wgm-product-detail-page .wgm-feature-point {
  display: grid;
  min-height: 158px;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 22px 21px;
  border: 1px solid #d5dce1;
  border-radius: 5px;
  background: var(--wgm-detail-offwhite);
}

.wgm-product-detail-page .wgm-feature-point__number {
  display: inline-flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--wgm-detail-gold);
  color: var(--wgm-detail-white);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
}

.wgm-product-detail-page .wgm-feature-point p {
  margin: 0;
  color: var(--wgm-detail-gray);
  font-size: 13px;
  line-height: 1.62;
}

.wgm-product-detail-page .wgm-technical-product__feature-list {
  display: grid;
  margin: 42px 0 0;
  padding: 0;
  border-top: 1px solid #d9dfe4;
  list-style: none;
}

.wgm-product-detail-page .wgm-technical-product__feature-list li {
  position: relative;
  margin: 0;
  padding: 13px 16px 13px 30px;
  border-bottom: 1px solid #d9dfe4;
  color: var(--wgm-detail-gray);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

.wgm-product-detail-page .wgm-technical-product__feature-list li::before {
  position: absolute;
  top: 19px;
  left: 6px;
  width: 8px;
  height: 8px;
  background: var(--wgm-detail-gold);
  border-radius: 50%;
  content: "";
}

.wgm-product-detail-page .wgm-technical-product__feature-list li:nth-child(even) {
  background: rgba(15, 61, 102, 0.025);
}

.wgm-product-detail-page .wgm-technical-product__section-label {
  display: inline-block;
  margin: 22px 0 0;
  padding: 7px 11px;
  border-left: 3px solid var(--wgm-detail-gold);
  background: rgba(200, 162, 77, 0.1);
  color: #20252a;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 575.98px) {
  .wgm-product-detail-page .wgm-technical-product__feature-list {
    margin-top: 32px;
  }

  .wgm-product-detail-page .wgm-technical-product__feature-list li {
    padding: 11px 8px 11px 25px;
    font-size: 13px;
  }

  .wgm-product-detail-page .wgm-technical-product__feature-list li::before {
    top: 17px;
    left: 4px;
  }

  .wgm-product-detail-page .wgm-technical-product__section-label {
    margin-top: 18px;
    padding: 6px 9px;
    font-size: 13px;
  }
}

.wgm-product-detail-page .wgm-technical-product__technical {
  width: 100vw;
  margin: 36px 0 -40px calc(50% - 50vw);
  padding: 34px max(20px, calc((100vw - 1300px) / 2));
  background: var(--wgm-detail-navy);
}

.wgm-product-detail-page .wgm-technical-product__technical-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.wgm-product-detail-page .wgm-technical-product__technical-copy > span {
  display: block;
  margin-bottom: 10px;
  color: var(--wgm-detail-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-technical-product__technical-copy h3 {
  margin: 0;
  color: var(--wgm-detail-white);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
}

.wgm-product-detail-page .wgm-technical-product__technical-copy p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.65;
}

.wgm-product-detail-page .wgm-technical-product__specs-wrap {
  overflow-x: auto;
  border: 0;
  border-bottom: 6px solid var(--wgm-detail-gold);
  border-radius: 5px;
  background: var(--wgm-detail-white);
  box-shadow: 0 16px 32px rgba(3, 20, 34, 0.22);
}

.wgm-product-detail-page .wgm-technical-product__specs-wrap:focus-visible {
  outline: 3px solid rgba(200, 162, 77, 0.45);
  outline-offset: 3px;
}

.wgm-product-detail-page .wgm-technical-product__specs {
  width: 100%;
  min-width: 470px;
  margin: 0;
  border-collapse: collapse;
}

.wgm-product-detail-page .wgm-technical-product__specs th,
.wgm-product-detail-page .wgm-technical-product__specs td {
  height: 40px;
  padding: 6px 12px;
  border-right: 1px solid #d9dfe4;
  border-bottom: 1px solid #d9dfe4;
  font-size: 12px;
  line-height: 1.25;
  vertical-align: middle;
}

.wgm-product-detail-page .wgm-technical-product__specs tr > *:last-child {
  border-right: 0;
}

.wgm-product-detail-page .wgm-technical-product__specs tbody tr:last-child > * {
  border-bottom: 0;
}

.wgm-product-detail-page .wgm-technical-product__specs thead th {
  background: #343a40;
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  text-align: left;
}

.wgm-product-detail-page .wgm-technical-product__specs tbody th {
  width: 58%;
  background: #f1f4f6;
  color: var(--wgm-detail-navy);
  font-weight: 800;
  text-align: left;
}

.wgm-product-detail-page .wgm-technical-product__specs tbody td {
  color: #151515;
  font-weight: 800;
  text-align: center;
}

.wgm-product-detail-page .wgm-technical-product__included {
  display: inline-flex;
  width: 31px;
  height: 31px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--wgm-detail-gold);
  color: var(--wgm-detail-white);
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 1199.98px) {
  .wgm-product-detail-page .wgm-technical-product__intro {
    grid-template-columns: minmax(390px, 0.92fr) minmax(0, 1.08fr);
    gap: 54px;
  }

  .wgm-product-detail-page .wgm-technical-product__technical-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .wgm-product-detail-page .wgm-technical-product {
    padding: 44px 0;
  }

  .wgm-product-detail-page .wgm-technical-product__intro {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .wgm-product-detail-page .wgm-technical-product__media,
  .wgm-product-detail-page .wgm-technical-product__content {
    width: 100%;
    max-width: 760px;
  }

  .wgm-product-detail-page .wgm-technical-product__points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .wgm-product-detail-page .wgm-technical-product__technical {
    margin-bottom: -44px;
    padding: 30px 20px;
  }

  .wgm-product-detail-page .wgm-technical-product__technical-inner {
    gap: 26px;
  }
}

@media (max-width: 575.98px) {
  .wgm-product-detail-page .wgm-technical-product {
    padding: 36px 0;
  }

  .wgm-product-detail-page .wgm-technical-product__image {
    height: 285px;
    padding: 22px;
  }

  .wgm-product-detail-page .wgm-technical-product__image-footer {
    min-height: 68px;
    padding: 0 18px;
  }

  .wgm-product-detail-page .wgm-technical-product__image-footer strong {
    font-size: 12px;
  }

  .wgm-product-detail-page .wgm-technical-product__content h3 {
    font-size: 15px;
  }

  .wgm-product-detail-page .wgm-technical-product__content > p {
    font-size: 14px;
  }

  .wgm-product-detail-page .wgm-technical-product__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .wgm-product-detail-page .wgm-technical-product__points {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 43px;
  }

  .wgm-product-detail-page .wgm-feature-point {
    min-height: 0;
  }

  .wgm-product-detail-page .wgm-technical-product__technical {
    margin-top: 28px;
    margin-bottom: -36px;
    padding: 28px 15px;
  }

  .wgm-product-detail-page .wgm-technical-product__technical-copy h3 {
    font-size: 25px;
  }
}

.wgm-product-detail-page .wgm-model-comparison {
  scroll-margin-top: 84px;
  padding: 40px 0;
  background: var(--wgm-detail-offwhite);
}

.wgm-product-detail-page .wgm-model-comparison__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.58fr);
  gap: 65px;
  align-items: end;
  margin-bottom: 36px;
}

.wgm-product-detail-page .wgm-model-comparison__kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--wgm-detail-gold);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-model-comparison__heading > p {
  margin: 0;
  color: var(--wgm-detail-gray);
  font-size: 15px;
  line-height: 1.7;
}

.wgm-product-detail-page .wgm-model-comparison__table-wrap {
  overflow-x: auto;
  border: 1px solid #d3dae0;
  border-radius: 7px;
  background: var(--wgm-detail-white);
  box-shadow: 0 16px 38px rgba(15, 61, 102, 0.08);
}

.wgm-product-detail-page .wgm-model-comparison__table-wrap:focus-visible {
  outline: 3px solid rgba(200, 162, 77, 0.34);
  outline-offset: 3px;
}

.wgm-product-detail-page .wgm-model-comparison__table {
  width: 100%;
  min-width: 850px;
  margin: 0;
  border-collapse: collapse;
  color: var(--wgm-detail-navy);
  table-layout: fixed;
}

.wgm-product-detail-page .wgm-model-comparison__table th,
.wgm-product-detail-page .wgm-model-comparison__table td {
  height: 72px;
  padding: 15px 19px;
  border-right: 1px solid #d9dfe4;
  border-bottom: 1px solid #d9dfe4;
  text-align: center;
  vertical-align: middle;
}

.wgm-product-detail-page .wgm-model-comparison__table tr > *:last-child {
  border-right: 0;
}

.wgm-product-detail-page .wgm-model-comparison__table tbody tr:last-child > * {
  border-bottom: 0;
}

.wgm-product-detail-page .wgm-model-comparison__table thead th {
  height: 92px;
  background: var(--wgm-detail-navy);
  color: var(--wgm-detail-white);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.wgm-product-detail-page .wgm-model-comparison__table thead th:first-child {
  width: 27%;
  text-align: left;
}

.wgm-product-detail-page .wgm-model-comparison__table thead th.is-featured {
  position: relative;
  background: var(--wgm-detail-gold);
}

.wgm-product-detail-page .wgm-model-comparison__table thead th.is-featured > span {
  display: block;
  margin-bottom: 5px;
  color: var(--wgm-detail-white);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-model-comparison__table tbody th {
  background: #f1f4f6;
  color: var(--wgm-detail-navy);
  font-size: 13px;
  font-weight: 800;
  text-align: left;
}

.wgm-product-detail-page .wgm-model-comparison__table tbody td {
  background: var(--wgm-detail-white);
  color: var(--wgm-detail-gray);
  font-size: 13px;
  font-weight: 600;
}

.wgm-product-detail-page .wgm-model-comparison__table tbody td.is-featured {
  background: rgba(200, 162, 77, 0.09);
  color: var(--wgm-detail-navy);
}

.wgm-product-detail-page .wgm-model-comparison__yes,
.wgm-product-detail-page .wgm-model-comparison__no {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.wgm-product-detail-page .wgm-model-comparison__yes {
  background: var(--wgm-detail-gold);
  color: var(--wgm-detail-white);
}

.wgm-product-detail-page .wgm-model-comparison__no {
  border: 1px solid #cfd5da;
  background: #eef1f3;
  color: #8c949b;
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.wgm-product-detail-page .wgm-model-comparison__table .wgm-model-comparison__shared {
  background: var(--wgm-detail-navy);
  color: var(--wgm-detail-white);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.wgm-product-detail-page .wgm-model-comparison__note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-top: 22px;
  padding: 18px 21px;
  border-left: 4px solid var(--wgm-detail-gold);
  background: var(--wgm-detail-white);
}

.wgm-product-detail-page .wgm-model-comparison__note > span {
  display: inline-flex;
  width: 31px;
  height: 31px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--wgm-detail-gold);
  color: var(--wgm-detail-white);
  font-family: Georgia, serif;
  font-size: 16px;
  font-weight: 700;
}

.wgm-product-detail-page .wgm-model-comparison__note p {
  margin: 0;
  color: var(--wgm-detail-gray);
  font-size: 13px;
  line-height: 1.55;
}

.wgm-product-detail-page .wgm-model-comparison__note a {
  color: var(--wgm-detail-navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.wgm-product-detail-page .wgm-model-comparison__note a:hover,
.wgm-product-detail-page .wgm-model-comparison__note a:focus-visible {
  color: var(--wgm-detail-gold);
}

@media (max-width: 991.98px) {
  .wgm-product-detail-page .wgm-model-comparison {
    padding: 44px 0;
  }

  .wgm-product-detail-page .wgm-model-comparison__heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 767.98px) {
  .wgm-product-detail-page .wgm-model-comparison__note {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .wgm-product-detail-page .wgm-model-comparison__note a {
    grid-column: 2;
  }
}

@media (max-width: 575.98px) {
  .wgm-product-detail-page .wgm-model-comparison {
    padding: 36px 0;
  }

  .wgm-product-detail-page .wgm-model-comparison__heading > p {
    font-size: 14px;
  }

  .wgm-product-detail-page .wgm-model-comparison__table th,
  .wgm-product-detail-page .wgm-model-comparison__table td {
    padding: 13px 15px;
  }

  .wgm-product-detail-page .wgm-model-comparison__note {
    padding: 17px;
  }
}

.wgm-product-detail-page .wgm-feature-section {
  scroll-margin-top: 84px;
  padding: 40px 0;
  background: var(--wgm-detail-white);
}

.wgm-product-detail-page .wgm-feature-section__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.65fr);
  gap: 70px;
  align-items: end;
  padding-bottom: 31px;
  border-bottom: 1px solid #d8dde2;
}

.wgm-product-detail-page .wgm-feature-section__kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--wgm-detail-gold);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-feature-section__heading > p {
  margin: 0;
  color: var(--wgm-detail-gray);
  font-size: 15px;
  line-height: 1.7;
}

.wgm-product-detail-page .wgm-product-video-copy {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(300px, 2fr);
  overflow: hidden;
  border: 1px solid #d6dde2;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 61, 102, 0.09);
}

.wgm-product-detail-page .wgm-product-video-copy__media {
  width: calc(100% - 32px);
  height: 320px;
  min-height: 0;
  margin: 32px 32px 32px 0;
  align-self: center;
  overflow: hidden;
  background: #091a29;
  border-radius: 8px;
}

.wgm-product-detail-page .wgm-product-video-copy__media video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
}

.wgm-product-detail-page .wgm-product-video-copy__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 4vw, 68px);
  border-left: 4px solid var(--wgm-detail-gold);
}

.wgm-product-detail-page .wgm-product-video-copy__content h2 {
  margin: 0;
  color: var(--wgm-detail-navy);
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.wgm-product-detail-page .wgm-product-video-copy__content h2.wgm-product-video-copy__kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  color: var(--wgm-detail-gold);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.35;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-product-video-copy__content h2.wgm-product-video-copy__kicker::before {
  width: 34px;
  height: 3px;
  flex: 0 0 auto;
  background: var(--wgm-detail-gold);
  content: "";
}

.wgm-product-detail-page .wgm-product-video-copy__content p {
  margin: 22px 0 0;
  color: var(--wgm-detail-gray);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}

.wgm-product-detail-page .wgm-product-video-copy__content p strong {
  font-weight: 500;
}

.wgm-product-detail-page .wgm-product-video-copy__content .wgm-product-video-copy__lead {
  color: var(--wgm-detail-navy);
  font-size: 17px;
  line-height: 1.6;
}

.wgm-product-detail-page .wgm-product-video-copy__content .wgm-product-video-copy__lead strong {
  font-weight: 700;
}

.wgm-product-detail-page .wgm-product-copy__highlight {
  display: inline-block;
  margin: 14px 0 0;
  padding: 8px 12px;
  border-left: 4px solid var(--wgm-detail-gold);
  background: rgba(200, 162, 77, 0.11);
  color: #151515;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(16px, 1.55vw, 22px);
  font-weight: 800;
  line-height: 1.4;
}

.wgm-product-detail-page .wgm-technical-product__heading,
.wgm-product-detail-page .wgm-product-name {
  margin: 0;
  padding: 16px 19px;
  background: #eaf3fa;
  border-left: 5px solid var(--wgm-detail-navy);
  color: var(--wgm-detail-navy);
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 900;
  letter-spacing: -0.015em;
  line-height: 1.4;
}

.wgm-product-detail-page .wgm-product-copy__list {
  margin: 22px 0 28px;
  padding: 0;
  list-style: none;
}

.wgm-product-detail-page .wgm-product-copy__list li {
  position: relative;
  margin: 0;
  padding: 8px 0 8px 28px;
  color: #25282b;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

.wgm-product-detail-page .wgm-product-copy__list li::before {
  position: absolute;
  top: 13px;
  left: 0;
  color: var(--wgm-detail-gold);
  content: "\279C";
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .wgm-product-detail-page .wgm-product-copy__list {
    margin: 18px 0 24px;
  }

  .wgm-product-detail-page .wgm-product-copy__list li {
    padding: 7px 0 7px 24px;
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .wgm-product-detail-page .wgm-product-copy__highlight {
    margin-top: 11px;
    padding: 7px 10px;
    font-size: 15px;
  }
}

@media (max-width: 991.98px) {
  .wgm-product-detail-page .wgm-product-video-copy {
    grid-template-columns: 1fr;
  }

  .wgm-product-detail-page .wgm-product-video-copy__media,
  .wgm-product-detail-page .wgm-product-video-copy__media video {
    min-height: 0;
  }

  .wgm-product-detail-page .wgm-product-video-copy__media {
    width: min(100% - 44px, 460px);
    height: 400px;
    margin: 0 auto 28px;
  }

  .wgm-product-detail-page .wgm-product-video-copy__content {
    border-top: 4px solid var(--wgm-detail-gold);
    border-left: 0;
  }
}

@media (max-width: 575.98px) {
  .wgm-product-detail-page .wgm-product-video-copy__media,
  .wgm-product-detail-page .wgm-product-video-copy__media video {
    min-height: 0;
  }

  .wgm-product-detail-page .wgm-product-video-copy__media {
    width: calc(100% - 32px);
    height: 340px;
    margin-bottom: 20px;
  }

  .wgm-product-detail-page .wgm-product-video-copy__content {
    padding: 28px 22px 32px;
  }

  .wgm-product-detail-page .wgm-product-video-copy__content p {
    font-size: 14px;
    line-height: 1.68;
  }

  .wgm-product-detail-page .wgm-product-video-copy__content .wgm-product-video-copy__lead {
    font-size: 16px;
  }
}

.wgm-product-detail-page .wgm-media-showcase {
  display: grid;
  grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr);
  gap: 24px;
  margin-top: 42px;
}

.wgm-product-detail-page .wgm-media-showcase__video {
  display: flex;
  min-height: 610px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #d5dce1;
  border-radius: 7px;
  background: var(--wgm-detail-navy);
}

.wgm-product-detail-page .wgm-media-showcase__video-copy {
  padding: 27px 28px 23px;
}

.wgm-product-detail-page .wgm-media-showcase__video-copy span {
  display: block;
  margin-bottom: 8px;
  color: var(--wgm-detail-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-media-showcase__video-copy h3 {
  margin: 0;
  color: var(--wgm-detail-white);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}

.wgm-product-detail-page .wgm-media-showcase__video-frame {
  position: relative;
  width: min(100%, 320px);
  flex: 1;
  align-self: center;
  overflow: hidden;
  border-top: 4px solid var(--wgm-detail-gold);
  background: var(--wgm-detail-navy-dark);
}

.wgm-product-detail-page .wgm-media-showcase__video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 490px;
  border: 0;
}

.wgm-product-detail-page .wgm-media-showcase__gallery {
  display: grid;
  grid-template-rows: minmax(330px, 1.25fr) minmax(220px, 0.75fr);
  gap: 24px;
}

.wgm-product-detail-page .wgm-media-showcase__image {
  position: relative;
  min-height: 0;
  overflow: hidden;
  margin: 0;
  border: 1px solid #d5dce1;
  border-radius: 7px;
  background: #fafafa;
}

.wgm-product-detail-page .wgm-media-showcase__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wgm-product-detail-page .wgm-media-showcase__image--large img {
  object-position: 50% 42%;
}

.wgm-product-detail-page .wgm-media-showcase__image--small img {
  object-position: 50% 48%;
}

.wgm-product-detail-page .wgm-media-showcase__image figcaption {
  position: absolute;
  right: 18px;
  bottom: 0;
  min-height: 42px;
  padding: 13px 18px;
  background: var(--wgm-detail-gold);
  color: var(--wgm-detail-white);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-feature-section__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 58px;
}

.wgm-product-detail-page .wgm-feature-card {
  min-height: 290px;
  padding: 25px 24px 27px;
  border: 1px solid #d5dce1;
  border-radius: 6px;
  background: var(--wgm-detail-offwhite);
  box-shadow: 0 10px 28px rgba(15, 61, 102, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.wgm-product-detail-page .wgm-feature-card:hover {
  border-color: var(--wgm-detail-gold);
  box-shadow: 0 17px 34px rgba(15, 61, 102, 0.11);
  transform: translateY(-4px);
}

.wgm-product-detail-page .wgm-feature-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 23px;
}

.wgm-product-detail-page .wgm-feature-card__icon {
  display: inline-flex;
  width: 43px;
  height: 43px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--wgm-detail-gold);
  color: var(--wgm-detail-white);
}

.wgm-product-detail-page .wgm-feature-card__number {
  color: #9ca4ab;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.wgm-product-detail-page .wgm-feature-card h3 {
  margin: 0;
  color: var(--wgm-detail-navy);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
}

.wgm-product-detail-page .wgm-feature-card p {
  margin: 13px 0 0;
  color: var(--wgm-detail-gray);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.68;
}

.wgm-product-detail-page .wgm-benefit-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(310px, 0.7fr) minmax(0, 1.3fr);
  gap: 60px;
  overflow: hidden;
  margin-top: 70px;
  padding: 47px 48px;
  border-left: 5px solid var(--wgm-detail-gold);
  background: var(--wgm-detail-navy);
}

.wgm-product-detail-page .wgm-benefit-section::after {
  position: absolute;
  right: -130px;
  bottom: -180px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.wgm-product-detail-page .wgm-benefit-section__heading {
  position: relative;
  z-index: 1;
}

.wgm-product-detail-page .wgm-benefit-section__heading > span {
  display: block;
  margin-bottom: 10px;
  color: var(--wgm-detail-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-benefit-section__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.wgm-product-detail-page .wgm-benefit-card {
  display: flex;
  min-height: 62px;
  align-items: center;
  gap: 13px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: var(--wgm-detail-white);
}

.wgm-product-detail-page .wgm-benefit-card > span {
  display: inline-flex;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--wgm-detail-gold);
  color: var(--wgm-detail-white);
}

.wgm-product-detail-page .wgm-benefit-card strong {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 1199.98px) {
  .wgm-product-detail-page .wgm-feature-section__heading {
    gap: 42px;
  }

  .wgm-product-detail-page .wgm-feature-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wgm-product-detail-page .wgm-benefit-section {
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
    gap: 38px;
  }
}

@media (max-width: 991.98px) {
  .wgm-product-detail-page .wgm-feature-section {
    padding: 44px 0;
  }

  .wgm-product-detail-page .wgm-feature-section__heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .wgm-product-detail-page .wgm-media-showcase {
    grid-template-columns: 1fr;
  }

  .wgm-product-detail-page .wgm-media-showcase__video {
    min-height: 680px;
  }

  .wgm-product-detail-page .wgm-media-showcase__video-frame {
    width: min(100%, 360px);
  }

  .wgm-product-detail-page .wgm-media-showcase__video-frame iframe {
    min-height: 560px;
  }

  .wgm-product-detail-page .wgm-media-showcase__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 310px;
  }

  .wgm-product-detail-page .wgm-benefit-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .wgm-product-detail-page .wgm-media-showcase__gallery {
    grid-template-columns: 1fr;
    grid-template-rows: 310px 250px;
  }

  .wgm-product-detail-page .wgm-benefit-section__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .wgm-product-detail-page .wgm-feature-section {
    padding: 36px 0;
  }

  .wgm-product-detail-page .wgm-feature-section__heading > p {
    font-size: 14px;
  }

  .wgm-product-detail-page .wgm-media-showcase {
    margin-top: 30px;
  }

  .wgm-product-detail-page .wgm-media-showcase__video {
    min-height: 605px;
  }

  .wgm-product-detail-page .wgm-media-showcase__video-copy {
    padding: 23px 21px 20px;
  }

  .wgm-product-detail-page .wgm-media-showcase__video-copy h3 {
    font-size: 19px;
  }

  .wgm-product-detail-page .wgm-media-showcase__video-frame {
    width: min(100%, 320px);
  }

  .wgm-product-detail-page .wgm-media-showcase__video-frame iframe {
    min-height: 500px;
  }

  .wgm-product-detail-page .wgm-feature-section__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 42px;
  }

  .wgm-product-detail-page .wgm-feature-card {
    min-height: 0;
  }

  .wgm-product-detail-page .wgm-benefit-section {
    margin-top: 52px;
    padding: 34px 25px;
  }
}

.wgm-product-detail-page .wgm-detail-nav {
  position: sticky;
  z-index: 35;
  top: 0;
  border-bottom: 1px solid #d8dde2;
  background: var(--wgm-detail-white);
  box-shadow: 0 8px 22px rgba(15, 61, 102, 0.06);
}

.wgm-product-detail-page .wgm-detail-nav__container {
  display: flex;
  min-height: 68px;
  align-items: center;
  gap: 28px;
}

.wgm-product-detail-page .wgm-detail-nav__label {
  flex: 0 0 auto;
  color: var(--wgm-detail-gold);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-detail-nav__links {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  gap: 6px;
}

.wgm-product-detail-page .wgm-detail-nav__links a {
  display: inline-flex;
  min-height: 38px;
  flex: 0 0 auto;
  align-items: center;
  padding: 0 13px;
  border-radius: 3px;
  color: var(--wgm-detail-navy);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.wgm-product-detail-page .wgm-detail-nav__links a:hover,
.wgm-product-detail-page .wgm-detail-nav__links a:focus-visible,
.wgm-product-detail-page .wgm-detail-nav__links a.is-active {
  background: var(--wgm-detail-navy);
  color: var(--wgm-detail-white);
  outline: none;
}

.wgm-product-detail-page .wgm-detail-nav__enquiry {
  display: inline-flex;
  min-height: 40px;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  border: 1px solid var(--wgm-detail-gold);
  border-radius: 3px;
  background: var(--wgm-detail-gold);
  color: var(--wgm-detail-white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-detail-nav__enquiry:hover,
.wgm-product-detail-page .wgm-detail-nav__enquiry:focus-visible {
  border-color: var(--wgm-detail-navy);
  background: var(--wgm-detail-navy);
  color: var(--wgm-detail-white);
}

.wgm-product-detail-page .wgm-product-overview {
  scroll-margin-top: 85px;
  padding: 40px 0;
  background: var(--wgm-detail-offwhite);
}

.wgm-product-detail-page .wgm-product-overview__container {
  display: grid;
  grid-template-columns: minmax(430px, 0.96fr) minmax(0, 1.04fr);
  gap: clamp(55px, 7vw, 110px);
  align-items: center;
}

.wgm-product-detail-page .wgm-product-overview__media {
  position: relative;
  overflow: hidden;
  border: 1px solid #d4dce2;
  border-radius: 7px;
  background: var(--wgm-detail-white);
  box-shadow: 0 18px 45px rgba(15, 61, 102, 0.1);
}

.wgm-product-detail-page .wgm-product-overview__number {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  display: inline-flex;
  width: 46px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--wgm-detail-gold);
  color: var(--wgm-detail-white);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.wgm-product-detail-page .wgm-product-overview__image {
  display: flex;
  height: 390px;
  align-items: center;
  justify-content: center;
  padding: 28px;
  border-bottom: 4px solid var(--wgm-detail-gold);
  background: #fafafa;
}

.wgm-product-detail-page .wgm-product-overview__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wgm-product-detail-page .wgm-product-overview__media-footer {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 24px;
  background: var(--wgm-detail-navy);
  color: var(--wgm-detail-white);
}

.wgm-product-detail-page .wgm-product-overview__media-footer span {
  color: var(--wgm-detail-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-product-overview__media-footer strong {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.wgm-product-detail-page .wgm-product-overview__content {
  max-width: 680px;
}

.wgm-product-detail-page .wgm-product-overview__kicker {
  display: block;
  margin-bottom: 13px;
  color: var(--wgm-detail-gold);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-product-overview__content h3 {
  margin: 17px 0 0;
  color: var(--wgm-detail-navy);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

.wgm-product-detail-page .wgm-product-overview__content > p {
  margin: 19px 0 0;
  color: var(--wgm-detail-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.wgm-product-detail-page .wgm-product-overview__support {
  margin-top: 27px;
  padding: 18px 20px;
  border-left: 4px solid var(--wgm-detail-gold);
  background: var(--wgm-detail-white);
}

.wgm-product-detail-page .wgm-product-overview__support > span {
  display: block;
  margin-bottom: 5px;
  color: var(--wgm-detail-gray);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-product-overview__support > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: #a7adb3;
}

.wgm-product-detail-page .wgm-product-overview__support a {
  color: var(--wgm-detail-navy);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.wgm-product-detail-page .wgm-product-overview__support a:hover,
.wgm-product-detail-page .wgm-product-overview__support a:focus-visible {
  color: var(--wgm-detail-gold);
}

.wgm-product-detail-page .wgm-product-overview__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 27px;
}

.wgm-product-detail-page .wgm-product-overview__primary {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  gap: 18px;
  padding: 0 10px 0 23px;
  border: 1px solid var(--wgm-detail-gold);
  border-radius: 4px;
  background: var(--wgm-detail-gold);
  color: var(--wgm-detail-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-product-overview__arrow {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  color: var(--wgm-detail-white);
  font-size: 17px;
  line-height: 1;
}

.wgm-product-detail-page .wgm-product-overview__primary:hover,
.wgm-product-detail-page .wgm-product-overview__primary:focus-visible {
  border-color: var(--wgm-detail-navy);
  background: var(--wgm-detail-navy);
  color: var(--wgm-detail-white);
}

.wgm-product-detail-page .wgm-product-overview__secondary {
  color: var(--wgm-detail-navy);
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--wgm-detail-gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.wgm-product-detail-page .wgm-product-overview__secondary:hover,
.wgm-product-detail-page .wgm-product-overview__secondary:focus-visible {
  color: var(--wgm-detail-gold);
}

.wgm-product-detail-page #fabric-kaigu,
.wgm-product-detail-page #fabric-relaxing,
.wgm-product-detail-page #fabric-spreading {
  scroll-margin-top: 88px;
}

@media (max-width: 1199.98px) {
  .wgm-product-detail-page .wgm-detail-nav__links {
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .wgm-product-detail-page .wgm-product-overview__container {
    grid-template-columns: minmax(390px, 0.92fr) minmax(0, 1.08fr);
    gap: 54px;
  }
}

@media (max-width: 991.98px) {
  .wgm-product-detail-page .wgm-detail-nav__label,
  .wgm-product-detail-page .wgm-detail-nav__enquiry {
    display: none;
  }

  .wgm-product-detail-page .wgm-detail-nav__links {
    margin: 0 -15px;
    padding: 0 15px;
  }

  .wgm-product-detail-page .wgm-product-overview {
    padding: 50px 0 74px;
  }

  .wgm-product-detail-page .wgm-product-overview__container {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .wgm-product-detail-page .wgm-product-overview__media,
  .wgm-product-detail-page .wgm-product-overview__content {
    width: 100%;
    max-width: 760px;
  }
}

@media (max-width: 575.98px) {
  .wgm-product-detail-page .wgm-detail-nav__container {
    min-height: 58px;
  }

  .wgm-product-detail-page .wgm-detail-nav__links a {
    min-height: 35px;
    padding: 0 11px;
    font-size: 11px;
  }

  .wgm-product-detail-page .wgm-product-overview {
    padding: 50px 0 58px;
  }

  .wgm-product-detail-page .wgm-product-overview__image {
    height: 285px;
    padding: 22px;
  }

  .wgm-product-detail-page .wgm-product-overview__media-footer {
    min-height: 68px;
    padding: 0 18px;
  }

  .wgm-product-detail-page .wgm-product-overview__media-footer strong {
    font-size: 13px;
  }

  .wgm-product-detail-page .wgm-product-overview__content h3 {
    font-size: 16px;
  }

  .wgm-product-detail-page .wgm-product-overview__content > p {
    font-size: 14px;
  }

  .wgm-product-detail-page .wgm-product-overview__support > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .wgm-product-detail-page .wgm-product-overview__support > div > span {
    display: none;
  }

  .wgm-product-detail-page .wgm-product-overview__actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Product 03: Fabric Relaxing Machine */
.wgm-product-detail-page .wgm-media-product {
  position: relative;
  overflow: hidden;
  padding: 64px 0 40px;
  background: #f8f8f6;
  color: var(--wgm-detail-navy);
  border-top: 1px solid #dfe4e8;
}

.wgm-product-detail-page .wgm-media-product::before {
  content: "RELAX";
  position: absolute;
  top: 30px;
  right: -22px;
  color: rgba(15, 61, 102, 0.035);
  font-size: clamp(90px, 14vw, 240px);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.06em;
  pointer-events: none;
}

.wgm-product-detail-page .wgm-media-product .max-container {
  position: relative;
  z-index: 1;
}

.wgm-product-detail-page .wgm-media-product__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(54px, 6vw, 96px);
}

.wgm-product-detail-page .wgm-media-product__content {
  max-width: 650px;
}

.wgm-product-detail-page .wgm-media-product__kicker,
.wgm-product-detail-page .wgm-media-product__video-heading > span,
.wgm-product-detail-page .wgm-media-product__spec-card > span,
.wgm-product-detail-page .wgm-media-product__benefits-heading > div > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--wgm-detail-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-media-product__kicker::before,
.wgm-product-detail-page .wgm-media-product__video-heading > span::before,
.wgm-product-detail-page .wgm-media-product__benefits-heading > div > span::before {
  content: "";
  width: 34px;
  height: 3px;
  background: var(--wgm-detail-gold);
}

.wgm-product-detail-page .wgm-media-product__lead {
  max-width: 590px;
  margin: 0;
  color: #586b7d;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}

.wgm-product-detail-page .wgm-media-product__highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 32px 0 34px;
  border-top: 1px solid #ccd6de;
  border-bottom: 1px solid #ccd6de;
}

.wgm-product-detail-page .wgm-media-product__highlights span {
  display: flex;
  min-height: 82px;
  padding: 15px 18px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  color: #677785;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-media-product__highlights span + span {
  border-left: 1px solid #ccd6de;
}

.wgm-product-detail-page .wgm-media-product__highlights strong {
  display: block;
  color: var(--wgm-detail-navy);
  font-size: 16px;
  font-weight: 800;
  text-transform: none;
}

.wgm-product-detail-page .wgm-media-product__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.wgm-product-detail-page .wgm-media-product__primary {
  display: inline-flex;
  min-height: 56px;
  padding: 0 22px 0 25px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  background: var(--wgm-detail-gold);
  color: #fff;
  border: 1px solid var(--wgm-detail-gold);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.wgm-product-detail-page .wgm-media-product__primary span:last-child {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.wgm-product-detail-page .wgm-media-product__primary:hover,
.wgm-product-detail-page .wgm-media-product__primary:focus-visible {
  background: var(--wgm-detail-navy);
  border-color: var(--wgm-detail-navy);
  color: #fff;
}

.wgm-product-detail-page .wgm-media-product__secondary {
  color: var(--wgm-detail-navy);
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--wgm-detail-gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.wgm-product-detail-page .wgm-media-product__product {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #cbd6de;
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(15, 61, 102, 0.12);
}

.wgm-product-detail-page .wgm-media-product__number {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  display: inline-flex;
  width: 52px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: var(--wgm-detail-gold);
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.wgm-product-detail-page .wgm-media-product__image {
  display: flex;
  height: 430px;
  padding: 52px 44px 36px;
  align-items: center;
  justify-content: center;
  background: #fafafa;
}

.wgm-product-detail-page .wgm-media-product__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wgm-product-detail-page .wgm-media-product__image-caption {
  display: flex;
  min-height: 82px;
  padding: 16px 24px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background: var(--wgm-detail-navy);
  border-top: 4px solid var(--wgm-detail-gold);
}

.wgm-product-detail-page .wgm-media-product__image-caption span {
  color: var(--wgm-detail-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-media-product__image-caption strong {
  margin-top: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.wgm-product-detail-page .wgm-media-product__details {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: 24px;
  margin-top: 74px;
}

.wgm-product-detail-page .wgm-media-product__details--specification {
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: 28px;
  margin-top: 40px;
}

.wgm-product-detail-page .wgm-media-product__spec-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  margin: 0;
  padding: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d9e0e5;
  border-bottom: 6px solid var(--wgm-detail-gold);
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(10, 43, 69, 0.1);
}

.wgm-product-detail-page .wgm-media-product__spec-visual img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 410px;
  object-fit: contain;
}

.wgm-product-detail-page .wgm-media-product__table-scroll {
  min-width: 0;
  overflow-x: auto;
  background: #fff;
  border-radius: 10px;
  border-bottom: 6px solid var(--wgm-detail-gold);
  box-shadow: 0 18px 42px rgba(10, 43, 69, 0.1);
}

.wgm-product-detail-page .wgm-media-product__model-table {
  width: 100%;
  min-width: 620px;
  height: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  color: var(--wgm-detail-navy);
  font-family: "Manrope", Arial, sans-serif;
}

.wgm-product-detail-page .wgm-media-product__model-table th,
.wgm-product-detail-page .wgm-media-product__model-table td {
  padding: 11px 14px;
  border: 0;
  border-bottom: 1px solid #d8e0e6;
  font-size: 13px;
  line-height: 1.35;
  vertical-align: middle;
}

.wgm-product-detail-page .wgm-media-product__model-table thead th {
  background: var(--wgm-detail-navy);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.wgm-product-detail-page .wgm-media-product__model-table thead th:first-child,
.wgm-product-detail-page .wgm-media-product__model-table tbody th {
  text-align: left;
}

.wgm-product-detail-page .wgm-media-product__model-table tbody th {
  width: 25%;
  background: #edf1f4;
  font-weight: 800;
}

.wgm-product-detail-page .wgm-media-product__model-table tbody td {
  background: #fff;
  font-weight: 700;
  text-align: center;
}

.wgm-product-detail-page .wgm-media-product__model-table tbody tr:last-child > * {
  border-bottom: 0;
}

.wgm-product-detail-page .wgm-media-product__video-card,
.wgm-product-detail-page .wgm-media-product__spec-card {
  padding: 28px;
  border-radius: 12px;
}

.wgm-product-detail-page .wgm-media-product__video-card {
  background: var(--wgm-detail-navy);
}

.wgm-product-detail-page .wgm-media-product__video-heading h3,
.wgm-product-detail-page .wgm-media-product__spec-card h3 {
  margin: 10px 0 22px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.wgm-product-detail-page .wgm-media-product__video {
  position: relative;
  overflow: hidden;
  width: min(100%, 340px);
  aspect-ratio: 9 / 16;
  max-height: 500px;
  margin: 0 auto;
  background: #081f33;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.wgm-product-detail-page .wgm-media-product__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.wgm-product-detail-page .wgm-media-product__spec-card {
  background: #fff;
  border: 1px solid #d5dde3;
}

.wgm-product-detail-page .wgm-media-product__spec-card h3 {
  color: var(--wgm-detail-navy);
}

.wgm-product-detail-page .wgm-media-product__spec-card dl {
  margin: 0;
}

.wgm-product-detail-page .wgm-media-product__spec-card dl > div {
  display: grid;
  grid-template-columns: minmax(150px, 0.62fr) minmax(0, 1.38fr);
  gap: 20px;
  padding: 16px 0;
  border-top: 1px solid #e3e8ec;
}

.wgm-product-detail-page .wgm-media-product__spec-card dt,
.wgm-product-detail-page .wgm-media-product__spec-card dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.wgm-product-detail-page .wgm-media-product__spec-card dt {
  color: #667784;
  font-weight: 600;
}

.wgm-product-detail-page .wgm-media-product__spec-card dd {
  color: var(--wgm-detail-navy);
  font-weight: 800;
}

.wgm-product-detail-page .wgm-media-product__benefits-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  gap: 50px;
  margin: 86px 0 32px;
  align-items: end;
}

.wgm-product-detail-page .wgm-media-product__benefits-heading > p {
  margin: 0;
  color: #667784;
  font-size: 15px;
  line-height: 1.7;
}

.wgm-product-detail-page .wgm-media-product__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.wgm-product-detail-page .wgm-media-benefit {
  display: grid;
  min-height: 196px;
  padding: 25px;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 17px;
  background: #fff;
  border: 1px solid #d7dfe5;
  border-top: 3px solid var(--wgm-detail-gold);
  border-radius: 8px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.wgm-product-detail-page .wgm-media-benefit:hover {
  transform: translateY(-4px);
  border-color: #c8a24d;
  box-shadow: 0 16px 32px rgba(15, 61, 102, 0.09);
}

.wgm-product-detail-page .wgm-media-benefit__number {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  background: var(--wgm-detail-navy);
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}

.wgm-product-detail-page .wgm-media-benefit h4 {
  margin: 2px 0 9px;
  color: var(--wgm-detail-navy);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.32;
}

.wgm-product-detail-page .wgm-media-benefit p {
  margin: 0;
  color: #657584;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
}

@media (max-width: 1199.98px) {
  .wgm-product-detail-page .wgm-media-product__intro {
    grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
    gap: 48px;
  }

  .wgm-product-detail-page .wgm-media-product__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .wgm-product-detail-page .wgm-media-product {
    padding: 44px 0;
  }

  .wgm-product-detail-page .wgm-media-product__intro {
    grid-template-columns: 1fr;
  }

  .wgm-product-detail-page .wgm-media-product__content,
  .wgm-product-detail-page .wgm-media-product__product {
    width: 100%;
    max-width: 760px;
  }

  .wgm-product-detail-page .wgm-media-product__details {
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  }
}

@media (max-width: 767.98px) {
  .wgm-product-detail-page .wgm-media-product__details,
  .wgm-product-detail-page .wgm-media-product__benefits-heading {
    grid-template-columns: 1fr;
  }

  .wgm-product-detail-page .wgm-media-product__details--specification {
    gap: 20px;
    margin-top: 32px;
  }

  .wgm-product-detail-page .wgm-media-product__spec-visual {
    min-height: 260px;
    padding: 12px;
  }

  .wgm-product-detail-page .wgm-media-product__model-table th,
  .wgm-product-detail-page .wgm-media-product__model-table td {
    padding: 9px 10px;
    font-size: 12px;
  }

  .wgm-product-detail-page .wgm-media-product__benefits-heading {
    gap: 18px;
  }
}

@media (max-width: 575.98px) {
  .wgm-product-detail-page .wgm-media-product {
    padding-top: 44px;
  }

  .wgm-product-detail-page .wgm-media-product {
    padding: 36px 0;
  }

  .wgm-product-detail-page .wgm-media-product__intro {
    gap: 38px;
  }

  .wgm-product-detail-page .wgm-media-product__lead {
    font-size: 14px;
  }

  .wgm-product-detail-page .wgm-media-product__highlights {
    grid-template-columns: 1fr;
  }

  .wgm-product-detail-page .wgm-media-product__highlights span {
    min-height: 62px;
    padding: 12px 2px;
  }

  .wgm-product-detail-page .wgm-media-product__highlights span + span {
    border-top: 1px solid #ccd6de;
    border-left: 0;
  }

  .wgm-product-detail-page .wgm-media-product__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .wgm-product-detail-page .wgm-media-product__image {
    height: 290px;
    padding: 48px 22px 24px;
  }

  .wgm-product-detail-page .wgm-media-product__details {
    margin-top: 50px;
  }

  .wgm-product-detail-page .wgm-media-product__video-card,
  .wgm-product-detail-page .wgm-media-product__spec-card {
    padding: 20px;
  }

  .wgm-product-detail-page .wgm-media-product__spec-card dl > div {
    grid-template-columns: 1fr;
    gap: 3px;
    padding: 13px 0;
  }

  .wgm-product-detail-page .wgm-media-product__benefits-heading {
    margin-top: 58px;
  }

  .wgm-product-detail-page .wgm-media-product__benefits {
    grid-template-columns: 1fr;
  }

  .wgm-product-detail-page .wgm-media-benefit {
    min-height: 0;
    padding: 22px 18px;
  }
}

/* Product 04: Semi-Automatic Spreading Machine */
.wgm-product-detail-page .wgm-spreading-list {
  padding: 40px 0;
  background: #f7f8f8;
}

.wgm-product-detail-page .wgm-spreading-list__product {
  margin-bottom: 40px;
}

.wgm-product-detail-page .wgm-spreading-list__product-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}

.wgm-product-detail-page .wgm-spreading-list__product-media {
  display: flex;
  min-height: 340px;
  margin: 0;
  padding: 20px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d8e0e5;
  border-bottom: 5px solid var(--wgm-detail-gold);
  border-radius: 10px;
  box-shadow: 0 16px 36px rgba(10, 43, 69, 0.08);
}

.wgm-product-detail-page .wgm-spreading-list__product-media img {
  display: block;
  width: 100%;
  height: 310px;
  object-fit: contain;
}

.wgm-product-detail-page .wgm-spreading-list__product-copy .wgm-product-name {
  margin-bottom: 24px;
}

.wgm-product-detail-page .wgm-spreading-list__product-copy p {
  max-width: 680px;
  margin: 18px 0 0;
  color: #586b7d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.wgm-product-detail-page .wgm-spreading-list__product-copy .wgm-spreading-list__product-lead {
  margin-top: 0;
  color: var(--wgm-detail-navy);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.55;
}

.wgm-product-detail-page .wgm-spreading-list__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(480px, 1.2fr);
  gap: clamp(46px, 6vw, 90px);
  align-items: center;
}

.wgm-product-detail-page .wgm-spreading-list__copy {
  max-width: 650px;
}

.wgm-product-detail-page .wgm-spreading-list__contact {
  display: inline-flex;
  margin-top: 26px;
  padding-bottom: 5px;
  align-items: center;
  gap: 14px;
  border-bottom: 2px solid var(--wgm-detail-gold);
  color: var(--wgm-detail-navy);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-spreading-list__contact:hover,
.wgm-product-detail-page .wgm-spreading-list__contact:focus-visible {
  color: var(--wgm-detail-gold);
}

.wgm-product-detail-page .wgm-spreading-list__media {
  position: relative;
  display: flex;
  min-height: 390px;
  margin: 0;
  padding: 28px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d8e0e5;
  border-bottom: 6px solid var(--wgm-detail-gold);
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(10, 43, 69, 0.09);
}

.wgm-product-detail-page .wgm-spreading-list__media img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: contain;
}

.wgm-product-detail-page .wgm-spreading-list__features {
  margin-top: 0;
}

.wgm-product-detail-page .wgm-spreading-list__heading {
  display: flex;
  padding-bottom: 24px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid #d8e0e5;
}

.wgm-product-detail-page .wgm-spreading-list__heading h2 {
  max-width: 850px;
  margin: 0;
  color: var(--wgm-detail-navy);
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 650;
  line-height: 1.25;
}

.wgm-product-detail-page .wgm-spreading-list__cta {
  display: inline-flex;
  min-height: 54px;
  padding: 0 18px 0 22px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 18px;
  background: var(--wgm-detail-gold);
  border: 1px solid var(--wgm-detail-gold);
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.3;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.wgm-product-detail-page .wgm-spreading-list__cta span:last-child {
  font-size: 19px;
  line-height: 1;
}

.wgm-product-detail-page .wgm-spreading-list__cta:hover,
.wgm-product-detail-page .wgm-spreading-list__cta:focus-visible {
  background: var(--wgm-detail-navy);
  border-color: var(--wgm-detail-navy);
  color: #fff;
}

.wgm-product-detail-page .wgm-spreading-list__features h3 {
  margin: 0;
  padding-top: 25px;
  color: var(--wgm-detail-navy);
  font-size: 28px;
  font-weight: 650;
  line-height: 1.2;
}

.wgm-product-detail-page .wgm-spreading-list__features .wgm-technical-product__feature-list {
  margin-top: 20px;
}

/* Audaces Linea automatic spreader */
.wgm-product-detail-page .wgm-audaces-linea {
  padding: 40px 0;
  background: #fff;
}

.wgm-product-detail-page .wgm-audaces-linea__layout {
  display: grid;
  grid-template-columns: minmax(390px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(42px, 5.5vw, 84px);
  align-items: start;
}

.wgm-product-detail-page .wgm-audaces-linea__media {
  position: sticky;
  top: 112px;
  display: flex;
  min-height: 480px;
  margin: 0;
  padding: 24px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fafafa;
  border: 1px solid #d8e0e5;
  border-bottom: 6px solid var(--wgm-detail-gold);
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(10, 43, 69, 0.09);
}

.wgm-product-detail-page .wgm-audaces-linea__media img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: contain;
}

.wgm-product-detail-page .wgm-audaces-linea__content h2.wgm-product-name {
  margin: 0;
}

.wgm-product-detail-page .wgm-audaces-linea__lead {
  margin: 19px 0 0;
  color: #4f6375;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
}

.wgm-product-detail-page .wgm-audaces-linea__list {
  margin: 25px 0 0;
  padding: 0;
  border-top: 1px solid #d8e0e5;
  list-style: none;
}

.wgm-product-detail-page .wgm-audaces-linea__list li {
  position: relative;
  margin: 0;
  padding: 15px 8px 15px 30px;
  border-bottom: 1px solid #d8e0e5;
  color: #566979;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.62;
}

.wgm-product-detail-page .wgm-audaces-linea__list li::before {
  position: absolute;
  top: 22px;
  left: 6px;
  width: 8px;
  height: 8px;
  background: var(--wgm-detail-gold);
  border-radius: 50%;
  content: "";
}

.wgm-product-detail-page .wgm-audaces-linea__list li:nth-child(even) {
  background: rgba(15, 61, 102, 0.025);
}

.wgm-product-detail-page .wgm-audaces-linea__list strong {
  color: var(--wgm-detail-navy);
  font-weight: 800;
}

.wgm-product-detail-page .wgm-audaces-linea__features {
  margin-top: 40px;
}

.wgm-product-detail-page .wgm-audaces-linea__features h3 {
  margin: 0;
  color: var(--wgm-detail-navy);
  font-size: 28px;
  font-weight: 650;
  line-height: 1.2;
}

.wgm-product-detail-page .wgm-audaces-linea__features .wgm-technical-product__feature-list {
  margin-top: 20px;
}

.wgm-product-detail-page .wgm-audaces-linea__table-note {
  margin: 22px 0 0;
  padding: 14px 18px;
  background: rgba(200, 162, 77, 0.11);
  border-left: 5px solid var(--wgm-detail-gold);
  color: var(--wgm-detail-navy);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .wgm-product-detail-page .wgm-spreading-list__product-layout {
    gap: 18px;
  }

  .wgm-product-detail-page .wgm-spreading-list__product-media {
    min-height: 280px;
  }

  .wgm-product-detail-page .wgm-spreading-list__product-media img {
    height: 250px;
  }

  .wgm-product-detail-page .wgm-spreading-list__intro {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .wgm-product-detail-page .wgm-spreading-list__media {
    min-height: 320px;
  }

  .wgm-product-detail-page .wgm-spreading-list__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .wgm-product-detail-page .wgm-audaces-linea__layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .wgm-product-detail-page .wgm-audaces-linea__media {
    position: relative;
    top: auto;
    min-height: 360px;
  }
}

@media (max-width: 575.98px) {
  .wgm-product-detail-page .wgm-spreading-list {
    padding: 32px 0;
  }

  .wgm-product-detail-page .wgm-spreading-list__product {
    margin-bottom: 32px;
  }

  .wgm-product-detail-page .wgm-spreading-list__product-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .wgm-product-detail-page .wgm-spreading-list__product-media {
    min-height: 230px;
    padding: 12px;
  }

  .wgm-product-detail-page .wgm-spreading-list__product-media img {
    height: 210px;
  }

  .wgm-product-detail-page .wgm-spreading-list__product-copy .wgm-product-name {
    margin-bottom: 18px;
  }

  .wgm-product-detail-page .wgm-spreading-list__product-copy p {
    font-size: 15px;
  }

  .wgm-product-detail-page .wgm-spreading-list__product-copy .wgm-spreading-list__product-lead {
    font-size: 16px;
  }

  .wgm-product-detail-page .wgm-spreading-list__media {
    min-height: 240px;
    padding: 14px;
  }

  .wgm-product-detail-page .wgm-spreading-list__media img {
    height: 220px;
  }

  .wgm-product-detail-page .wgm-spreading-list__features {
    margin-top: 30px;
  }

  .wgm-product-detail-page .wgm-spreading-list__heading h2 {
    font-size: 21px;
  }

  .wgm-product-detail-page .wgm-spreading-list__cta {
    width: 100%;
  }

  .wgm-product-detail-page .wgm-spreading-list__features h3 {
    font-size: 24px;
  }

  .wgm-product-detail-page .wgm-audaces-linea {
    padding: 32px 0;
  }

  .wgm-product-detail-page .wgm-audaces-linea__media {
    min-height: 250px;
    padding: 14px;
  }

  .wgm-product-detail-page .wgm-audaces-linea__media img {
    height: 230px;
  }

  .wgm-product-detail-page .wgm-audaces-linea__lead {
    font-size: 15px;
  }

  .wgm-product-detail-page .wgm-audaces-linea__list li {
    padding: 13px 5px 13px 25px;
    font-size: 13px;
  }

  .wgm-product-detail-page .wgm-audaces-linea__list li::before {
    top: 19px;
    left: 3px;
  }

  .wgm-product-detail-page .wgm-audaces-linea__features {
    margin-top: 30px;
  }

  .wgm-product-detail-page .wgm-audaces-linea__features h3 {
    font-size: 24px;
  }

  .wgm-product-detail-page .wgm-audaces-linea__table-note {
    padding: 12px 14px;
    font-size: 14px;
  }
}

.wgm-product-detail-page .wgm-dark-product {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  background: var(--wgm-detail-navy);
  color: #fff;
}

.wgm-product-detail-page .wgm-dark-product::before,
.wgm-product-detail-page .wgm-dark-product::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.wgm-product-detail-page .wgm-dark-product::before {
  top: -180px;
  right: -120px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(200, 162, 77, 0.18);
  border-radius: 50%;
}

.wgm-product-detail-page .wgm-dark-product::after {
  bottom: -210px;
  left: -170px;
  width: 480px;
  height: 480px;
  border: 70px solid rgba(255, 255, 255, 0.025);
  border-radius: 50%;
}

.wgm-product-detail-page .wgm-dark-product .max-container {
  position: relative;
  z-index: 1;
}

.wgm-product-detail-page .wgm-dark-product__top {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(55px, 7vw, 110px);
  align-items: center;
}

.wgm-product-detail-page .wgm-dark-product__copy {
  max-width: 610px;
}

.wgm-product-detail-page .wgm-dark-product__kicker,
.wgm-product-detail-page .wgm-dark-product__features-heading > div > span,
.wgm-product-detail-page .wgm-dark-product__cta > div > span {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--wgm-detail-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-dark-product__kicker::before,
.wgm-product-detail-page .wgm-dark-product__features-heading > div > span::before {
  content: "";
  width: 34px;
  height: 3px;
  background: var(--wgm-detail-gold);
}

.wgm-product-detail-page .wgm-dark-product__copy > p {
  margin: 0;
  color: #c9d4dc;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.76;
}

.wgm-product-detail-page .wgm-dark-product__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 34px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.wgm-product-detail-page .wgm-dark-product__metrics > div {
  display: flex;
  min-height: 85px;
  padding: 14px 16px;
  justify-content: center;
  flex-direction: column;
}

.wgm-product-detail-page .wgm-dark-product__metrics > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.wgm-product-detail-page .wgm-dark-product__metrics strong {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.wgm-product-detail-page .wgm-dark-product__metrics span {
  margin-top: 3px;
  color: #9eb0bd;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-dark-product__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.wgm-product-detail-page .wgm-dark-product__primary {
  display: inline-flex;
  min-height: 58px;
  padding: 0 20px 0 24px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  background: var(--wgm-detail-gold);
  color: #fff;
  border: 1px solid var(--wgm-detail-gold);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.wgm-product-detail-page .wgm-dark-product__primary span:last-child {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.wgm-product-detail-page .wgm-dark-product__primary:hover,
.wgm-product-detail-page .wgm-dark-product__primary:focus-visible {
  background: #fff;
  border-color: #fff;
  color: var(--wgm-detail-navy);
}

.wgm-product-detail-page .wgm-dark-product__primary:hover span:last-child,
.wgm-product-detail-page .wgm-dark-product__primary:focus-visible span:last-child {
  color: var(--wgm-detail-navy);
}

.wgm-product-detail-page .wgm-dark-product__secondary {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--wgm-detail-gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.wgm-product-detail-page .wgm-dark-product__gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(170px, 0.62fr);
  grid-template-rows: 1fr;
  gap: 14px;
  min-height: 520px;
}

.wgm-product-detail-page .wgm-dark-product__gallery figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #fafafa;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
}

.wgm-product-detail-page .wgm-dark-product__gallery-main {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  padding: 60px 30px 84px;
}

.wgm-product-detail-page .wgm-dark-product__gallery-side {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  padding: 38px 18px 80px;
}

.wgm-product-detail-page .wgm-dark-product__gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wgm-product-detail-page .wgm-dark-product__number {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  width: 52px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: var(--wgm-detail-gold);
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.wgm-product-detail-page .wgm-dark-product__gallery figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-height: 64px;
  padding: 13px 18px;
  align-items: center;
  background: #fff;
  color: var(--wgm-detail-navy);
  border-top: 4px solid var(--wgm-detail-gold);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.wgm-product-detail-page .wgm-dark-product__features-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.54fr);
  gap: 56px;
  margin: 94px 0 32px;
  align-items: end;
}

.wgm-product-detail-page .wgm-dark-product__features-heading > p {
  margin: 0;
  color: #aebdc8;
  font-size: 15px;
  line-height: 1.7;
}

.wgm-product-detail-page .wgm-dark-product__features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.wgm-product-detail-page .wgm-operation-card {
  display: grid;
  min-height: 158px;
  padding: 22px;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
  background: #f8f8f6;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 3px solid var(--wgm-detail-gold);
  border-radius: 7px;
  transition: transform 180ms ease, background-color 180ms ease;
}

.wgm-product-detail-page .wgm-operation-card:hover {
  transform: translateY(-4px);
  background: #fff;
}

.wgm-product-detail-page .wgm-operation-card > span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  background: var(--wgm-detail-gold);
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
}

.wgm-product-detail-page .wgm-operation-card p {
  margin: 2px 0 0;
  color: var(--wgm-detail-navy);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.58;
}

.wgm-product-detail-page .wgm-dark-product__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  margin-top: 50px;
  padding: 30px 34px;
  align-items: center;
  background: #fff;
  border-left: 5px solid var(--wgm-detail-gold);
  border-radius: 6px;
}

.wgm-product-detail-page .wgm-dark-product__cta h3 {
  max-width: 750px;
  margin: 8px 0 0;
  color: var(--wgm-detail-navy);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
}

.wgm-product-detail-page .wgm-dark-product__cta a {
  display: inline-flex;
  min-height: 50px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #fff;
  background: var(--wgm-detail-navy);
  border: 1px solid var(--wgm-detail-navy);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .wgm-product-detail-page .wgm-dark-product__top {
    grid-template-columns: minmax(0, 0.82fr) minmax(450px, 1.18fr);
    gap: 48px;
  }

  .wgm-product-detail-page .wgm-dark-product__gallery {
    min-height: 460px;
  }

  .wgm-product-detail-page .wgm-dark-product__features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .wgm-product-detail-page .wgm-dark-product {
    padding: 44px 0;
  }

  .wgm-product-detail-page .wgm-dark-product__top {
    grid-template-columns: 1fr;
  }

  .wgm-product-detail-page .wgm-dark-product__copy,
  .wgm-product-detail-page .wgm-dark-product__gallery {
    width: 100%;
    max-width: 780px;
  }

  .wgm-product-detail-page .wgm-dark-product__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .wgm-product-detail-page .wgm-dark-product__gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 330px);
    min-height: 0;
  }

  .wgm-product-detail-page .wgm-dark-product__gallery-main,
  .wgm-product-detail-page .wgm-dark-product__gallery-side {
    padding: 48px 24px 74px;
  }

  .wgm-product-detail-page .wgm-dark-product__features-heading,
  .wgm-product-detail-page .wgm-dark-product__cta {
    grid-template-columns: 1fr;
  }

  .wgm-product-detail-page .wgm-dark-product__features-heading {
    gap: 18px;
  }

  .wgm-product-detail-page .wgm-dark-product__cta {
    justify-items: start;
  }
}

@media (max-width: 575.98px) {
  .wgm-product-detail-page .wgm-dark-product {
    padding: 36px 0;
  }

  .wgm-product-detail-page .wgm-dark-product__top {
    gap: 38px;
  }

  .wgm-product-detail-page .wgm-dark-product__copy > p {
    font-size: 14px;
  }

  .wgm-product-detail-page .wgm-dark-product__metrics {
    grid-template-columns: 1fr;
  }

  .wgm-product-detail-page .wgm-dark-product__metrics > div {
    min-height: 62px;
    padding: 12px 2px;
  }

  .wgm-product-detail-page .wgm-dark-product__metrics > div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .wgm-product-detail-page .wgm-dark-product__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .wgm-product-detail-page .wgm-dark-product__gallery {
    grid-template-rows: repeat(2, 280px);
  }

  .wgm-product-detail-page .wgm-dark-product__features-heading {
    margin-top: 58px;
  }

  .wgm-product-detail-page .wgm-dark-product__features {
    grid-template-columns: 1fr;
  }

  .wgm-product-detail-page .wgm-operation-card {
    min-height: 0;
    padding: 20px 18px;
  }

  .wgm-product-detail-page .wgm-dark-product__cta {
    padding: 24px 20px;
  }
}

/* Product FAQs */
.wgm-product-detail-page .wgm-faq-section {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  background: #f8f8f6;
  color: var(--wgm-detail-navy);
  border-top: 1px solid #dce3e8;
}

.wgm-product-detail-page .wgm-faq-section::before {
  content: "FAQ";
  position: absolute;
  top: 25px;
  right: 2vw;
  color: rgba(15, 61, 102, 0.035);
  font-size: clamp(110px, 17vw, 280px);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.08em;
  pointer-events: none;
}

.wgm-product-detail-page .wgm-faq-section .max-container {
  position: relative;
  z-index: 1;
}

.wgm-product-detail-page .wgm-faq-section__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  gap: 58px;
  margin-bottom: 42px;
  align-items: end;
}

.wgm-product-detail-page .wgm-faq-section__heading > div > span {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--wgm-detail-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-faq-section__heading > div > span::before {
  content: "";
  width: 34px;
  height: 3px;
  background: var(--wgm-detail-gold);
}

.wgm-product-detail-page .wgm-faq-section__heading > p {
  margin: 0;
  color: #657584;
  font-size: 15px;
  line-height: 1.75;
}

.wgm-product-detail-page .wgm-faq-section__groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.wgm-product-detail-page .wgm-faq-section__group {
  overflow: hidden;
  background: #fff;
  border: 1px solid #d5dde3;
  border-radius: 10px;
  box-shadow: 0 18px 45px rgba(15, 61, 102, 0.075);
}

.wgm-product-detail-page .wgm-faq-section__group > header {
  display: grid;
  min-height: 112px;
  padding: 23px 26px;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  background: var(--wgm-detail-navy);
  border-bottom: 4px solid var(--wgm-detail-gold);
}

.wgm-product-detail-page .wgm-faq-section__group > header > span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  background: var(--wgm-detail-gold);
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.wgm-product-detail-page .wgm-faq-section__group header small {
  display: block;
  margin-bottom: 5px;
  color: var(--wgm-detail-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-faq-section__group header h3 {
  margin: 0;
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.25;
}

.wgm-product-detail-page .wgm-faq-section__list {
  padding: 8px 26px 18px;
}

.wgm-product-detail-page .wgm-faq-section__item {
  border-bottom: 1px solid #e2e7eb;
}

.wgm-product-detail-page .wgm-faq-section__item:last-child {
  border-bottom: 0;
}

.wgm-product-detail-page .wgm-faq-section__item summary {
  display: grid;
  min-height: 76px;
  padding: 17px 0;
  grid-template-columns: minmax(0, 1fr) 34px;
  gap: 18px;
  align-items: center;
  color: var(--wgm-detail-navy);
  cursor: pointer;
  list-style: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.wgm-product-detail-page .wgm-faq-section__item summary::-webkit-details-marker {
  display: none;
}

.wgm-product-detail-page .wgm-faq-section__item summary::marker {
  content: "";
}

.wgm-product-detail-page .wgm-faq-section__item summary i {
  position: relative;
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  background: #f0f2f3;
  border: 1px solid #d8e0e5;
  border-radius: 50%;
}

.wgm-product-detail-page .wgm-faq-section__item summary i::before,
.wgm-product-detail-page .wgm-faq-section__item summary i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: var(--wgm-detail-navy);
  transition: transform 180ms ease;
}

.wgm-product-detail-page .wgm-faq-section__item summary i::after {
  transform: rotate(90deg);
}

.wgm-product-detail-page .wgm-faq-section__item[open] summary {
  color: var(--wgm-detail-gold);
}

.wgm-product-detail-page .wgm-faq-section__item[open] summary i {
  background: var(--wgm-detail-gold);
  border-color: var(--wgm-detail-gold);
}

.wgm-product-detail-page .wgm-faq-section__item[open] summary i::before,
.wgm-product-detail-page .wgm-faq-section__item[open] summary i::after {
  background: #fff;
}

.wgm-product-detail-page .wgm-faq-section__item[open] summary i::after {
  transform: rotate(0deg);
}

.wgm-product-detail-page .wgm-faq-section__item > div {
  padding: 0 52px 20px 0;
}

.wgm-product-detail-page .wgm-faq-section__item p {
  margin: 0;
  color: #647482;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.72;
}

.wgm-product-detail-page .wgm-faq-section__support {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  margin-top: 28px;
  padding: 28px 32px;
  align-items: center;
  background: #fff;
  border: 1px solid #d5dde3;
  border-left: 5px solid var(--wgm-detail-gold);
  border-radius: 7px;
}

.wgm-product-detail-page .wgm-faq-section__support > div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
}

.wgm-product-detail-page .wgm-faq-section__support > div span {
  color: var(--wgm-detail-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-faq-section__support > div strong {
  color: var(--wgm-detail-navy);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
}

.wgm-product-detail-page .wgm-faq-section__support a {
  display: inline-flex;
  min-height: 50px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: var(--wgm-detail-navy);
  color: #fff;
  border: 1px solid var(--wgm-detail-navy);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.wgm-product-detail-page .wgm-faq-section__support a:hover,
.wgm-product-detail-page .wgm-faq-section__support a:focus-visible {
  background: var(--wgm-detail-gold);
  border-color: var(--wgm-detail-gold);
  color: #fff;
}

@media (max-width: 991.98px) {
  .wgm-product-detail-page .wgm-faq-section {
    padding: 44px 0;
  }

  .wgm-product-detail-page .wgm-faq-section__groups {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .wgm-product-detail-page .wgm-faq-section__heading,
  .wgm-product-detail-page .wgm-faq-section__support {
    grid-template-columns: 1fr;
  }

  .wgm-product-detail-page .wgm-faq-section__heading {
    gap: 18px;
  }

  .wgm-product-detail-page .wgm-faq-section__support {
    justify-items: start;
  }
}

@media (max-width: 575.98px) {
  .wgm-product-detail-page .wgm-faq-section {
    padding: 36px 0;
  }

  .wgm-product-detail-page .wgm-faq-section__group > header {
    min-height: 98px;
    padding: 20px;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }

  .wgm-product-detail-page .wgm-faq-section__group > header > span {
    width: 42px;
    height: 42px;
  }

  .wgm-product-detail-page .wgm-faq-section__group header h3 {
    font-size: 17px;
  }

  .wgm-product-detail-page .wgm-faq-section__list {
    padding: 5px 18px 14px;
  }

  .wgm-product-detail-page .wgm-faq-section__item summary {
    min-height: 68px;
    grid-template-columns: minmax(0, 1fr) 30px;
    gap: 12px;
    font-size: 13px;
  }

  .wgm-product-detail-page .wgm-faq-section__item summary i {
    width: 29px;
    height: 29px;
  }

  .wgm-product-detail-page .wgm-faq-section__item > div {
    padding-right: 0;
  }

  .wgm-product-detail-page .wgm-faq-section__support {
    padding: 24px 20px;
  }
}

/* Compact worldwide supply keywords */
.wgm-product-detail-page .wgm-location-directory {
  padding: 22px 0;
  background: #0b3152;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wgm-product-detail-page .wgm-location-directory__details {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
}

.wgm-product-detail-page .wgm-location-directory__details > summary {
  display: grid;
  min-height: 76px;
  padding: 12px 20px;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  color: #fff;
  cursor: pointer;
  list-style: none;
}

.wgm-product-detail-page .wgm-location-directory__details > summary::-webkit-details-marker {
  display: none;
}

.wgm-product-detail-page .wgm-location-directory__details > summary::marker {
  content: "";
}

.wgm-product-detail-page .wgm-location-directory__icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  background: var(--wgm-detail-gold);
  color: #fff;
  border-radius: 50%;
}

.wgm-product-detail-page .wgm-location-directory__summary-copy {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  flex-direction: column;
  gap: 3px;
}

.wgm-product-detail-page .wgm-location-directory__summary-copy small {
  color: var(--wgm-detail-gold);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-location-directory__summary-copy strong {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.wgm-product-detail-page .wgm-location-directory__toggle {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #fff;
}

.wgm-product-detail-page .wgm-location-directory__toggle em {
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wgm-product-detail-page .wgm-location-directory__toggle i {
  position: relative;
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.wgm-product-detail-page .wgm-location-directory__toggle i::before,
.wgm-product-detail-page .wgm-location-directory__toggle i::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 2px;
  background: #fff;
  transition: transform 180ms ease;
}

.wgm-product-detail-page .wgm-location-directory__toggle i::after {
  transform: rotate(90deg);
}

.wgm-product-detail-page .wgm-location-directory__details[open] .wgm-location-directory__toggle i {
  background: var(--wgm-detail-gold);
  border-color: var(--wgm-detail-gold);
}

.wgm-product-detail-page .wgm-location-directory__details[open] .wgm-location-directory__toggle i::after {
  transform: rotate(0deg);
}

.wgm-product-detail-page .wgm-location-directory__details[open] .wgm-location-directory__toggle em {
  font-size: 0;
}

.wgm-product-detail-page .wgm-location-directory__details[open] .wgm-location-directory__toggle em::after {
  content: "Hide Locations";
  font-size: 10px;
}

.wgm-product-detail-page .wgm-location-directory__content {
  padding: 4px 20px 24px 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.wgm-product-detail-page .wgm-location-directory__content > p {
  max-width: 850px;
  margin: 22px 0;
  color: #b7c7d3;
  font-size: 12px;
  line-height: 1.7;
}

.wgm-product-detail-page .wgm-location-directory__content ul {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px 18px;
  list-style: none;
}

.wgm-product-detail-page .wgm-location-directory__content li {
  position: relative;
  padding-left: 15px;
  color: #d4dee5;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
}

.wgm-product-detail-page .wgm-location-directory__content li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--wgm-detail-gold);
  border-radius: 50%;
}

@media (max-width: 991.98px) {
  .wgm-product-detail-page .wgm-location-directory__content ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .wgm-product-detail-page .wgm-location-directory__content {
    padding-left: 20px;
  }

  .wgm-product-detail-page .wgm-location-directory__content ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .wgm-product-detail-page .wgm-location-directory {
    padding: 14px 0;
  }

  .wgm-product-detail-page .wgm-location-directory__details > summary {
    min-height: 70px;
    padding: 10px 13px;
    grid-template-columns: 38px minmax(0, 1fr) 30px;
    gap: 10px;
  }

  .wgm-product-detail-page .wgm-location-directory__icon {
    width: 36px;
    height: 36px;
  }

  .wgm-product-detail-page .wgm-location-directory__summary-copy strong {
    font-size: 12px;
  }

  .wgm-product-detail-page .wgm-location-directory__toggle em {
    display: none;
  }

  .wgm-product-detail-page .wgm-location-directory__toggle i {
    width: 28px;
    height: 28px;
  }

  .wgm-product-detail-page .wgm-location-directory__content {
    padding: 0 14px 18px;
  }

  .wgm-product-detail-page .wgm-location-directory__content > p {
    margin: 16px 0;
    font-size: 11px;
  }

  .wgm-product-detail-page .wgm-location-directory__content ul {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}
/* Product image numbering is intentionally hidden across detail sections. */
.wgm-product-detail-page .wgm-product-media__index {
  display: none !important;
}
