.mcom-product-page {
  min-width: 320px;
  background: #eef3f2;
}

.mcom-product-path {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.mcom-product-path .mcom-breadcrumbs {
  margin: 0;
}

.mcom-product-path .mcom-admin-add {
  margin: 0;
}

.mcom-product-hero {
  padding-bottom: 42px;
}

.mcom-product-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(440px, 0.96fr);
  align-items: stretch;
  box-shadow: 0 28px 68px rgba(3, 26, 34, 0.12);
}

.mcom-product-gallery {
  min-width: 0;
  min-height: 690px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  padding: 24px;
  background:
    linear-gradient(90deg, rgba(7, 56, 69, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(7, 56, 69, 0.035) 1px, transparent 1px),
    #f8faf9;
  background-size: 34px 34px;
  border: 1px solid var(--mcom-line);
  border-right: 0;
}

.mcom-product-gallery__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #91a4a8;
  font: 500 8px/1 var(--mcom-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mcom-product-gallery__head p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.mcom-product-gallery__head i {
  width: 6px;
  height: 6px;
  background: var(--mcom-blue);
}

.mcom-product-gallery__main {
  position: relative;
  min-width: 0;
  min-height: 470px;
  display: grid;
  place-items: center;
  padding: 48px;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.mcom-product-gallery__main::before,
.mcom-product-gallery__main::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(7, 56, 69, 0.08);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.mcom-product-gallery__main::before {
  width: min(76%, 460px);
  height: 1px;
}

.mcom-product-gallery__main::after {
  width: 1px;
  height: min(76%, 390px);
}

.mcom-product-gallery__main img {
  position: relative;
  z-index: 1;
  max-width: min(92%, 520px);
  max-height: 420px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 24px 24px rgba(3, 26, 34, 0.14));
  transition: transform 220ms ease;
}

.mcom-product-gallery__main:hover img {
  transform: scale(1.025);
}

.mcom-product-gallery__zoom {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--mcom-line);
  background: rgba(252, 254, 253, 0.8);
  color: var(--mcom-petrol);
  font: 600 13px/1 var(--mcom-mono);
  backdrop-filter: blur(8px);
}

.mcom-product-gallery__corner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-bottom: 1px solid var(--mcom-orange);
  border-left: 1px solid var(--mcom-orange);
  pointer-events: none;
}

.mcom-product-thumbs {
  min-height: 76px;
  display: flex;
  gap: 10px;
  align-items: center;
  overflow-x: auto;
}

.mcom-product-thumbs button {
  width: 70px;
  height: 64px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  padding: 6px;
  border: 1px solid var(--mcom-line);
  background: white;
  cursor: pointer;
}

.mcom-product-thumbs button.is-active,
.mcom-product-thumbs button:hover {
  border-color: var(--mcom-orange);
}

.mcom-product-thumbs img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.mcom-product-console {
  position: relative;
  min-width: 0;
  min-height: 690px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(38px, 4vw, 64px);
  background:
    radial-gradient(circle at 85% 8%, rgba(105, 199, 227, 0.11), transparent 28%),
    linear-gradient(145deg, var(--mcom-night), #062c36 68%, var(--mcom-petrol));
  color: white;
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px));
}

.mcom-product-console__grid {
  position: absolute;
  inset: 0;
  opacity: 0.15;
  background-image:
    linear-gradient(rgba(105, 199, 227, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(105, 199, 227, 0.2) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(135deg, transparent, black 78%);
  pointer-events: none;
}

.mcom-product-console > :not(.mcom-product-console__grid) {
  position: relative;
  z-index: 1;
}

.mcom-product-console__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.mcom-product-console__top .mcom-kicker {
  margin: 0;
}

.mcom-product-brand {
  max-width: 180px;
  padding: 7px 10px;
  border: 1px solid rgba(105, 199, 227, 0.28);
  color: var(--mcom-blue);
  font: 600 9px/1 var(--mcom-mono);
  letter-spacing: 0.08em;
  overflow-wrap: anywhere;
  text-align: right;
  text-transform: uppercase;
}

.mcom-product-console h1 {
  max-width: 720px;
  margin: 38px 0 0;
  color: white;
  font-size: clamp(38px, 4vw, 62px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
}

.mcom-product-console__lead {
  max-width: 630px;
  margin: 22px 0 0;
  color: #a8c0c6;
  font-size: 13px;
  line-height: 1.65;
}

.mcom-product-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 32px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.mcom-product-facts > div {
  min-width: 0;
  display: grid;
  gap: 8px;
  padding: 17px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.mcom-product-facts > div:first-child {
  padding-left: 0;
}

.mcom-product-facts > div:last-child {
  border-right: 0;
}

.mcom-product-facts dt {
  color: #719099;
  font: 500 8px/1 var(--mcom-mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mcom-product-facts dd {
  min-width: 0;
  margin: 0;
  color: white;
  font: 500 9px/1.4 var(--mcom-mono);
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.mcom-product-facts dd i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  background: #38c98f;
  box-shadow: 0 0 0 4px rgba(56, 201, 143, 0.1);
}

.mcom-product-options {
  margin-top: 18px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: #b3c6ca;
  font-size: 11px;
}

.mcom-product-options > span {
  display: block;
  margin-bottom: 10px;
  color: var(--mcom-blue);
  font: 500 8px/1 var(--mcom-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mcom-product-options select,
.mcom-product-options input {
  min-height: 40px;
  border: 1px solid #42626a;
  background: #0b404c;
  color: white;
}

.mcom-product-action {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.mcom-product-quantity {
  min-width: 0;
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.mcom-product-quantity button,
.mcom-product-quantity input {
  min-width: 0;
  height: 54px;
  border: 0;
  background: transparent;
  color: white;
  text-align: center;
}

.mcom-product-quantity button {
  color: #9db5ba;
  font-size: 18px;
  cursor: pointer;
}

.mcom-product-quantity input {
  width: 100%;
  padding: 0;
  appearance: textfield;
  font: 600 12px/1 var(--mcom-mono);
}

.mcom-product-quantity input::-webkit-inner-spin-button,
.mcom-product-quantity input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.mcom-product-action__submit {
  width: 100%;
  min-width: 0;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
  border: 0;
  background: var(--mcom-orange) !important;
  background-image: none !important;
  color: var(--mcom-night);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}

.mcom-product-action__submit * {
  background: none !important;
  background-image: none !important;
}

.mcom-product-action__submit:disabled {
  opacity: 0.72;
  cursor: wait;
}

.mcom-product-action__submit .wait {
  color: #805026;
}

.mcom-product-assurance {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 22px;
}

.mcom-product-assurance > div {
  min-width: 0;
  display: flex;
  gap: 9px;
  padding: 10px 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.mcom-product-assurance > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.mcom-product-assurance span {
  color: var(--mcom-orange);
  font: 600 8px/1 var(--mcom-mono);
}

.mcom-product-assurance p {
  min-width: 0;
  display: grid;
  gap: 5px;
  margin: 0;
}

.mcom-product-assurance b {
  font-size: 10px;
}

.mcom-product-assurance small {
  color: #7f9ca3;
  font-size: 8px;
  line-height: 1.35;
}

.mcom-product-file-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.mcom-product-file-link span {
  color: #77949b;
  font: 500 8px/1 var(--mcom-mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mcom-product-file-link b {
  color: var(--mcom-blue);
  font-size: 10px;
}

.mcom-product-information {
  padding-block: 34px 88px;
}

.mcom-product-tabs {
  min-height: 66px;
  display: flex;
  align-items: stretch;
  overflow-x: auto;
  background: var(--mcom-white);
  border: 1px solid var(--mcom-line);
}

.mcom-product-tabs a {
  min-width: 150px;
  display: grid;
  place-items: center;
  padding: 0 22px;
  border-right: 1px solid var(--mcom-line);
  color: var(--mcom-muted);
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

.mcom-product-tabs a:last-child {
  margin-left: auto;
  border-right: 0;
  border-left: 1px solid var(--mcom-line);
  color: var(--mcom-petrol);
}

.mcom-product-tabs a:hover,
.mcom-product-tabs a.is-active {
  background: var(--mcom-petrol);
  color: white;
}

.mcom-product-tabs a.is-active {
  box-shadow: inset 0 -3px var(--mcom-orange);
}

.mcom-product-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 20px;
  align-items: start;
  margin-top: 20px;
}

.mcom-product-content,
.mcom-product-request-guide {
  min-width: 0;
  padding: clamp(28px, 4vw, 54px);
  background: white;
  border: 1px solid var(--mcom-line);
}

.mcom-product-content--wide {
  margin-top: 20px;
}

.mcom-section-code {
  margin: 0 0 14px;
  color: var(--mcom-orange-text);
  font: 600 9px/1 var(--mcom-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mcom-product-content h2,
.mcom-product-request-guide h2,
.mcom-related-products__head h2 {
  margin: 0;
  color: var(--mcom-ink);
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.mcom-product-description {
  margin-top: 30px;
  color: #385159;
  font-size: 14px;
  line-height: 1.8;
}

.mcom-product-description p:first-child,
.mcom-product-description > :first-child {
  margin-top: 0;
}

.mcom-product-description img {
  max-width: 100%;
  height: auto;
}

.mcom-product-description table,
.mcom-generated-specs {
  width: 100%;
  border-collapse: collapse;
}

.mcom-product-description th,
.mcom-product-description td,
.mcom-generated-specs dt,
.mcom-generated-specs dd {
  padding: 13px 14px;
  border-bottom: 1px solid #dde5e4;
  text-align: left;
  vertical-align: top;
}

.mcom-generated-specs {
  display: grid;
  grid-template-columns: minmax(170px, 0.34fr) minmax(0, 0.66fr);
  margin: 0;
}

.mcom-generated-specs dt {
  background: #f1f5f4;
  color: var(--mcom-petrol);
  font: 600 10px/1.5 var(--mcom-mono);
  text-transform: uppercase;
}

.mcom-generated-specs dd {
  margin: 0;
  color: #405a61;
  font-size: 12px;
  line-height: 1.55;
}

.mcom-product-description-empty {
  margin-top: 30px;
  padding: 28px;
  background: #f0f5f4;
  border-left: 3px solid var(--mcom-orange);
}

.mcom-product-description-empty > span {
  color: var(--mcom-blue);
  font: 500 8px/1 var(--mcom-mono);
  letter-spacing: 0.08em;
}

.mcom-product-description-empty h3 {
  margin: 12px 0 8px;
  font-size: 20px;
}

.mcom-product-description-empty p {
  max-width: 650px;
  margin: 0 0 16px;
  color: var(--mcom-muted);
  font-size: 12px;
  line-height: 1.65;
}

.mcom-product-description-empty a {
  color: var(--mcom-petrol);
  font-size: 11px;
  font-weight: 700;
}

.mcom-product-request-guide {
  background: var(--mcom-petrol);
  color: white;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.mcom-product-request-guide h2 {
  color: white;
  font-size: 26px;
}

.mcom-product-request-guide ol {
  margin: 26px 0;
  padding: 0;
  list-style: none;
}

.mcom-product-request-guide li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.mcom-product-request-guide li > span {
  color: var(--mcom-orange);
  font: 600 9px/1 var(--mcom-mono);
}

.mcom-product-request-guide li b {
  font-size: 12px;
}

.mcom-product-request-guide li p {
  margin: 6px 0 0;
  color: #9bb5bb;
  font-size: 10px;
  line-height: 1.5;
}

.mcom-product-request-guide > a {
  color: var(--mcom-blue);
  font: 600 11px/1 var(--mcom-mono);
}

.mcom-product-image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.mcom-product-image-grid img {
  width: 100%;
  height: 260px;
  padding: 20px;
  background: #f2f6f5;
  border: 1px solid var(--mcom-line);
  object-fit: contain;
  mix-blend-mode: multiply;
}

.mcom-related-products,
.mcom-recent-products {
  padding-block: 72px;
  background: #e6edeb;
  border-top: 1px solid var(--mcom-line);
}

.mcom-recent-products {
  background: #f3f6f5;
}

.mcom-related-products__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 26px;
}

.mcom-related-products__head > a {
  color: var(--mcom-petrol);
  font-size: 11px;
  font-weight: 700;
}

.mcom-related-products .mcom-catalog-results,
.mcom-recent-products .mcom-catalog-results {
  margin-top: 0;
}

.mcom-related-products .goods-list,
.mcom-recent-products .goods-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mcom-product-lightbox {
  width: min(920px, calc(100vw - 40px));
  max-width: none;
  max-height: calc(100vh - 40px);
  padding: 30px;
  border: 0;
  background: white;
  box-shadow: 0 32px 100px rgba(3, 26, 34, 0.35);
}

.mcom-product-lightbox::backdrop {
  background: rgba(3, 26, 34, 0.83);
  backdrop-filter: blur(5px);
}

.mcom-product-lightbox > button {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--mcom-line);
  background: white;
  color: var(--mcom-ink);
  font-size: 23px;
  cursor: pointer;
}

.mcom-product-lightbox > img {
  width: 100%;
  height: min(76vh, 720px);
  object-fit: contain;
}

@media (max-width: 1180px) {
  .mcom-product-stage {
    grid-template-columns: minmax(0, 0.92fr) minmax(400px, 1.08fr);
  }

  .mcom-product-gallery,
  .mcom-product-console {
    min-height: 650px;
  }

  .mcom-product-gallery__main {
    min-height: 420px;
  }

  .mcom-product-console {
    padding: 40px;
  }

  .mcom-product-facts {
    grid-template-columns: 1fr 1fr;
  }

  .mcom-product-facts > div:nth-child(2n) {
    border-right: 0;
  }

  .mcom-product-facts > div:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .mcom-related-products .goods-list,
  .mcom-recent-products .goods-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .mcom-product-stage {
    grid-template-columns: 1fr;
  }

  .mcom-product-gallery,
  .mcom-product-console {
    min-height: 0;
  }

  .mcom-product-gallery {
    border-right: 1px solid var(--mcom-line);
  }

  .mcom-product-gallery__main {
    min-height: 430px;
  }

  .mcom-product-console {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 24px 100%, 0 calc(100% - 24px));
  }

  .mcom-product-file-link {
    margin-top: 30px;
  }

  .mcom-product-content-layout {
    grid-template-columns: 1fr;
  }

  .mcom-product-request-guide {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 20px 30px;
  }

  .mcom-product-request-guide ol {
    grid-row: 1 / span 3;
    grid-column: 2;
    margin: 0;
  }

  .mcom-related-products .goods-list,
  .mcom-recent-products .goods-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .mcom-product-path {
    min-height: 58px;
  }

  .mcom-product-path .mcom-breadcrumbs {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mcom-product-path .mcom-breadcrumbs > * {
    max-width: 100%;
  }

  .mcom-product-stage {
    width: 100%;
  }

  .mcom-product-gallery {
    min-height: 430px;
    padding: 16px;
    border-right: 0;
    border-left: 0;
  }

  .mcom-product-gallery__head p {
    display: none;
  }

  .mcom-product-gallery__main {
    min-height: 300px;
    padding: 32px 18px;
  }

  .mcom-product-gallery__main img {
    max-height: 280px;
  }

  .mcom-product-thumbs {
    min-height: 62px;
  }

  .mcom-product-thumbs button {
    width: 58px;
    height: 54px;
  }

  .mcom-product-console {
    padding: 34px 20px 28px;
  }

  .mcom-product-console__top {
    display: grid;
  }

  .mcom-product-brand {
    max-width: 100%;
    width: fit-content;
  }

  .mcom-product-console h1 {
    margin-top: 28px;
    font-size: clamp(34px, 11vw, 48px);
  }

  .mcom-product-facts {
    grid-template-columns: 1fr 1fr;
  }

  .mcom-product-facts > div {
    padding: 14px 10px;
  }

  .mcom-product-facts > div:first-child {
    padding-left: 10px;
  }

  .mcom-product-action {
    grid-template-columns: 1fr;
  }

  .mcom-product-quantity {
    grid-template-columns: 48px 1fr 48px;
  }

  .mcom-product-assurance {
    grid-template-columns: 1fr;
  }

  .mcom-product-assurance > div,
  .mcom-product-assurance > div:first-child {
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 0;
  }

  .mcom-product-file-link {
    align-items: flex-start;
    flex-direction: column;
  }

  .mcom-product-information {
    padding-block: 22px 58px;
  }

  .mcom-product-tabs a {
    min-width: 132px;
    padding: 0 16px;
  }

  .mcom-product-tabs a:last-child {
    margin-left: 0;
  }

  .mcom-product-content,
  .mcom-product-request-guide {
    padding: 26px 20px;
  }

  .mcom-generated-specs {
    grid-template-columns: 1fr;
  }

  .mcom-generated-specs dt {
    padding-bottom: 6px;
    border-bottom: 0;
  }

  .mcom-generated-specs dd {
    padding-top: 4px;
  }

  .mcom-product-request-guide {
    display: block;
  }

  .mcom-product-request-guide ol {
    margin: 24px 0;
  }

  .mcom-product-image-grid,
  .mcom-related-products .goods-list,
  .mcom-recent-products .goods-list {
    grid-template-columns: 1fr;
  }

  .mcom-related-products,
  .mcom-recent-products {
    padding-block: 54px;
  }

  .mcom-related-products__head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .mcom-product-console h1 {
    font-size: clamp(30px, 8.5vw, 34px);
    overflow-wrap: normal;
    hyphens: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mcom-product-gallery__main img {
    transition: none;
  }
}
/* Canonical product page also carries the full specification for search and users. */
.mcom-product-specification {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--mcom-line);
}

.mcom-product-specification > h3 {
  margin: 0 0 20px;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.mcom-product-specification table {
  width: 100%;
  border-collapse: collapse;
}

.mcom-product-specification td,
.mcom-product-specification th {
  padding: 12px 10px;
  border-bottom: 1px solid var(--mcom-line);
  text-align: left;
  vertical-align: top;
}
