:root {
  --product-deep: #08394f;
  --product-blue-dark: #08658f;
  --product-blue: #118bc1;
  --product-orange: #ffb250;
  --product-pale: #e6fcff;
  --product-ink: #173e4d;
  --product-muted: #5d7d89;
  --product-line: #cfe5eb;
}

.product-page {
  min-width: 320px;
  color: var(--product-ink);
  background: #f7fbfc;
}

.product-page main,
.product-page main *,
.product-page main *::before,
.product-page main *::after {
  box-sizing: border-box;
}

.product-page main {
  overflow: hidden;
  margin-top: 0;
  font-family: Arial, sans-serif;
}

.product-page button,
.product-page a {
  -webkit-tap-highlight-color: transparent;
}

.product-page a {
  color: inherit;
}

.product-page .skip-link {
  position: fixed;
  z-index: 200;
  left: 12px;
  top: 12px;
  padding: 10px 14px;
  color: #fff;
  background: var(--product-deep);
  transform: translateY(-150%);
  transition: transform .2s ease;
}

.product-page .skip-link:focus {
  transform: none;
}

.product-wrap {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

#product,
#specifications,
#compatibility {
  scroll-margin-top: 88px;
}

.product-intro {
  padding: 26px 0 52px;
  border-bottom: 1px solid #d4ebf1;
  background: linear-gradient(180deg, #fff 0%, var(--product-pale) 100%);
}

.product-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 22px;
  color: #7895a2;
  font-size: 11px;
  line-height: 1.4;
}

.product-breadcrumbs a {
  color: var(--product-blue-dark) !important;
}

.product-breadcrumbs a:hover {
  color: var(--product-deep) !important;
}

.product-breadcrumbs span[aria-hidden="true"] {
  color: #a7c5ce;
}

.product-card {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #c6e1e8;
  background: #fff;
  box-shadow: 0 18px 45px rgba(11, 72, 97, .08);
}

.product-gallery-panel {
  min-width: 0;
  border-right: 1px solid #d5e9ee;
  background: #fff;
}

.product-main-image {
  position: relative;
  display: block;
  aspect-ratio: 7 / 5;
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.product-image-button {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  cursor: zoom-in;
}

.product-image-button:hover img {
  transform: scale(1.015);
}

.product-image-button:focus-visible,
.product-thumb:focus-visible,
.gallery-expand:focus-visible,
.product-lightbox-close:focus-visible {
  outline: 3px solid var(--product-orange);
  outline-offset: -3px;
}

.product-image-button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
  transition: transform .25s ease;
}

.product-image-button img.product-image-contain {
  object-fit: contain;
}

.gallery-expand {
  position: absolute;
  right: 16px;
  top: 16px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #c8e0e7 !important;
  border-radius: 50%;
  color: var(--product-deep);
  background: rgba(255, 255, 255, .9);
  cursor: pointer;
  box-shadow: 0 7px 16px rgba(7, 58, 79, .1);
}

.gallery-expand svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.gallery-expand:hover {
  color: #fff;
  background: var(--product-blue-dark);
}

.product-gallery-caption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 18px 0;
  color: #7895a2;
  font-size: 10px;
  line-height: 1.4;
}

.product-gallery-caption b {
  color: var(--product-deep);
  font-size: 11px;
}

.product-thumbs {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 18px 18px;
}

.product-thumb {
  display: grid;
  place-items: center;
  min-width: 0;
  height: 72px;
  padding: 3px;
  overflow: hidden;
  border: 2px solid transparent !important;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  opacity: .64;
  transition: border-color .2s ease, opacity .2s ease, transform .2s ease;
}

.product-thumb:hover {
  opacity: .9;
  transform: translateY(-2px);
}

.product-thumb.is-active {
  border-color: var(--product-orange) !important;
  opacity: 1;
}

.product-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-summary {
  min-width: 0;
  padding: clamp(28px, 4vw, 48px);
}

.product-eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 15px;
  color: var(--product-blue-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.product-eyebrow::before,
.section-kicker::before {
  width: 22px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--product-orange);
  content: "";
}

.product-title {
  max-width: 540px;
  margin: 0;
  color: var(--product-deep);
  font-size: clamp(36px, 3.7vw, 48px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1;
}

.product-description {
  max-width: 560px;
  margin: 20px 0 0;
  color: #496b79;
  font-size: 15px;
  line-height: 1.6;
}

.product-description a {
  color: var(--product-deep);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(8, 57, 79, .34);
  text-underline-offset: 3px;
}

.product-description a:hover {
  color: var(--product-blue-dark);
  text-decoration-color: currentColor;
}
.product-page-catalog .product-gallery-panel .spec-card-gallery {
  margin: 18px;
}

.product-page-catalog .product-gallery-panel .spec-card-gallery .data-card-heading {
  padding: 18px 20px 14px;
}

.product-page-catalog .product-gallery-panel .spec-card-gallery .data-card-heading h2 {
  font-size: 25px;
  line-height: 1.1;
}

.product-page-catalog .product-gallery-panel .spec-card-gallery .spec-table {
  font-size: 12px;
}

.product-page-catalog .product-gallery-panel .spec-card-gallery .spec-table th,
.product-page-catalog .product-gallery-panel .spec-card-gallery .spec-table td {
  padding: 10px 20px;
}

.product-page-catalog .product-description > p {
  margin: 0;
}

.product-page-catalog .product-description > p + p {
  margin-top: 16px;
}

.product-page-catalog .product-description > :is(h2, h3) {
  margin: 24px 0 12px;
  color: var(--product-deep);
  font-size: 20px;
  line-height: 1.2;
}

.product-page-catalog .product-description > ul {
  margin: 0;
  padding-left: 22px;
}

.product-page-catalog .product-description > ul li + li {
  margin-top: 8px;
}

.buy-card {
  margin-top: 27px;
  padding: 20px 22px 21px;
  border: 1px solid #b9dae4;
  background: #f9fdfe;
}

.buy-options {
  display: grid;
  gap: 12px;
  margin-top: 27px;
}

.buy-options .buy-card {
  margin-top: 0;
}

.buy-options .buy-card-heading p {
  font-size: 15px;
}

.buy-options .product-button {
  min-height: 45px;
  margin-top: 15px;
}

.buy-card-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.buy-card-heading p {
  margin: 0;
  color: var(--product-deep);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.02em;
}

.buy-card-heading small {
  display: block;
  max-width: 190px;
  margin-top: 5px;
  color: #7895a2;
  font-size: 10px;
  line-height: 1.4;
}

.product-price {
  flex: 0 0 auto;
  color: var(--product-deep);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.03em;
  white-space: nowrap;
}

.product-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 49px;
  margin-top: 18px;
  padding: 11px 15px;
  border: 1px solid transparent !important;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.product-button span {
  margin-left: 8px;
  font-size: 16px;
  line-height: 1;
}

.product-button:hover {
  transform: translateY(-2px);
}

.product-button-primary {
  color: #183b49 !important;
  background: var(--product-orange);
}

.product-button-primary:hover {
  background: #ffbf68;
}

.buy-card-meta {
  margin: 13px 0 0;
  color: #7895a2;
  font-size: 10px;
  line-height: 1.5;
}

.buy-card-meta b {
  color: var(--product-deep);
}

.product-details {
  padding: 58px 0 68px;
  background: var(--product-pale);
}

.details-grid {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  gap: 24px;
  align-items: start;
}

.product-page-catalog .details-grid.catalog-details {
  grid-template-columns: minmax(0, 1fr);
  justify-content: center;
}

.product-page-catalog .catalog-details .chemistry-card {
  width: 100%;
}

.product-page-catalog .catalog-details .chemistry-table {
  width: min(100%, 940px);
  margin-inline: auto;
}

.product-page-catalog .catalog-details .chemistry-table caption {
  text-align: center;
}

@media (max-width: 720px) {
  .product-page-catalog .product-gallery-panel .spec-card-gallery {
    margin: 16px 14px 18px;
  }
}

.data-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #c6e1e8;
  background: #fff;
}

.size-card {
  grid-column: 1 / -1;
}

.data-card-heading {
  padding: 23px 24px 19px;
  border-bottom: 1px solid #d5e9ee;
}

.data-card-heading .section-kicker {
  margin-bottom: 11px;
}

.data-card-heading h2 {
  margin: 0;
  color: var(--product-deep);
  font-size: clamp(25px, 3vw, 34px);
  letter-spacing: -.04em;
  line-height: 1.08;
}

.table-wrap {
  overflow-x: auto;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--product-ink);
  font-size: 13px;
}

.spec-table th,
.spec-table td {
  padding: 13px 24px;
  border-bottom: 1px solid #e0eef1;
  text-align: left;
  vertical-align: top;
}

.spec-table tr:last-child th,
.spec-table tr:last-child td {
  border-bottom: 0;
}

.spec-table th {
  width: 57%;
  color: #6c8996;
  font-weight: 400;
}

.spec-table td {
  color: var(--product-deep);
  font-weight: 800;
}

.size-table {
  min-width: 0;
}

.size-table th,
.size-table td {
  padding: 12px 20px;
}

.size-table thead th {
  color: #6c8996;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.size-table tbody td {
  color: var(--product-deep);
  font-weight: 800;
}

.chemistry-card {
  color: #d8eaee;
  border-color: var(--product-deep);
  background: var(--product-deep);
}

.chemistry-card .data-card-heading {
  border-bottom-color: rgba(190, 224, 231, .2);
}

.chemistry-card .section-kicker {
  color: #a4d6e3;
}

.chemistry-card .data-card-heading h2 {
  color: #fff;
}

.chemistry-card .data-card-heading > p:last-child {
  max-width: 450px;
  margin: 15px 0 0;
  color: #b9d6de;
  font-size: 13px;
  line-height: 1.55;
}

.chemistry-table-wrap {
  overflow-x: auto;
}

.chemistry-table {
  width: 100%;
  min-width: 430px;
  border-collapse: collapse;
  font-size: 12px;
}

.chemistry-table caption {
  padding: 15px 24px 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-align: left;
}

.chemistry-table th,
.chemistry-table td {
  padding: 12px 18px;
  border-top: 1px solid rgba(164, 214, 225, .2);
  text-align: center;
}

.chemistry-table th:first-child,
.chemistry-table td:first-child {
  width: 55%;
  text-align: left;
}

.chemistry-table th {
  color: #9cc8d4;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.chemistry-table td {
  color: #deeff2;
}

.chemistry-table td:not(:first-child) {
  color: var(--product-orange);
  font-weight: 800;
}

.chemistry-footer {
  padding: 16px 24px 22px;
  border-top: 1px solid rgba(164, 214, 225, .2);
}

.chemistry-footer p {
  margin: 0;
  color: #9fc3ce;
  font-size: 10px;
  line-height: 1.5;
}

.chemistry-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 13px;
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline !important;
  text-decoration-color: rgba(167, 221, 234, .5) !important;
  text-underline-offset: 3px;
}

.chemistry-link span {
  color: var(--product-orange);
  font-size: 16px;
  text-decoration: none;
}

.chemistry-link:hover {
  color: var(--product-orange) !important;
}

.product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: grid;
  place-items: center;
  padding: 36px;
  background: rgba(4, 28, 42, .94);
}

.product-lightbox[hidden] {
  display: none;
}

.product-lightbox img {
  max-width: min(920px, 94vw);
  max-height: 88vh;
  object-fit: contain;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .48);
}

.product-lightbox-close {
  position: absolute;
  right: 20px;
  top: 13px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 980px) {
  .product-card,
  .details-grid {
    grid-template-columns: 1fr;
  }

  .product-gallery-panel {
    border-right: 0;
    border-bottom: 1px solid #d5e9ee;
  }

  .product-summary {
    padding: 32px;
  }
}

@media (max-width: 720px) {
  .product-wrap {
    width: calc(100% - 30px);
  }

  .product-intro {
    padding: 24px 0 40px;
  }

  .product-breadcrumbs {
    margin-bottom: 18px;
    font-size: 10px;
  }

  .product-gallery-caption {
    display: block;
    padding-inline: 14px;
  }

  .product-gallery-caption span {
    display: block;
    margin-top: 4px;
  }

  .product-thumbs {
    display: flex;
    gap: 8px;
    margin: 12px 14px 14px;
    padding-bottom: 3px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .product-thumbs::-webkit-scrollbar {
    display: none;
  }

  .product-thumb {
    flex: 0 0 72px;
    height: 66px;
  }

  .product-summary {
    padding: 27px 20px 23px;
  }

  .product-title {
    font-size: clamp(35px, 10vw, 46px);
  }

  .product-description {
    margin-top: 17px;
    font-size: 14px;
  }

  .buy-card {
    margin-top: 22px;
    padding: 18px 16px 18px;
  }

  .buy-options {
    margin-top: 22px;
  }

  .product-price {
    font-size: 25px;
  }

  .product-details {
    padding: 40px 0 48px;
  }

  .data-card-heading {
    padding: 20px 18px 17px;
  }

  .data-card-heading h2 {
    font-size: 28px;
  }

  .spec-table {
    font-size: 12px;
  }

  .spec-table th,
  .spec-table td {
    padding: 12px 18px;
  }

  .size-table th,
  .size-table td {
    padding: 11px 13px;
  }

  .chemistry-table caption {
    padding-inline: 18px;
  }

  .chemistry-table th,
  .chemistry-table td {
    padding: 11px 8px;
  }

  .chemistry-table {
    min-width: 0;
    table-layout: fixed;
    font-size: 11px;
  }

  .chemistry-table th:first-child,
  .chemistry-table td:first-child {
    width: 52%;
  }

  .chemistry-footer {
    padding: 15px 18px 19px;
  }

  .chemistry-link {
    align-items: flex-start;
  }

  .product-lightbox {
    padding: 18px;
  }

  .product-lightbox-close {
    right: 6px;
    top: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-page *,
  .product-page *::before,
  .product-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
