.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.v2-page {
  background: #ffffff;
  color: #172126;
}

.v2-page main {
  min-height: 60vh;
}

.v2-page .cn-main-nav > a.active {
  background: rgba(0, 54, 130, 0.34);
  color: #ffffff;
  font-weight: 800;
}

html[lang="en"] .v2-category-tabs strong,
html[lang="es"] .v2-category-tabs strong,
html[lang="fr"] .v2-category-tabs strong {
  font-size: 14px;
  line-height: 1.35;
}

html[lang="en"] .v2-product-card-body h3,
html[lang="es"] .v2-product-card-body h3,
html[lang="fr"] .v2-product-card-body h3 {
  font-size: 17px;
  line-height: 1.4;
}

.v2-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.v2-page .btn svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.v2-page-heading {
  padding: 40px 0 42px;
  border-bottom: 1px solid #dce4e1;
  background: #f4f7f6;
}

.v2-breadcrumb {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 24px;
  color: #6a777c;
  font-size: 13px;
}

.v2-breadcrumb a:hover,
.v2-breadcrumb a:focus-visible {
  color: #075b59;
}

.v2-breadcrumb svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.v2-heading-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 1fr);
  align-items: end;
  gap: 48px;
  margin-top: 22px;
}

.v2-heading-copy h1 {
  margin: 0;
  color: #13272c;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.12;
  letter-spacing: 0;
}

.v2-heading-copy p {
  max-width: 640px;
  margin: 0;
  color: #55646a;
  font-size: 16px;
  line-height: 1.8;
}

.v2-catalog {
  padding: 44px 0 70px;
}

.v2-category-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid #d6dfdc;
  border-radius: 8px;
  background: #d6dfdc;
}

.v2-category-tabs button {
  display: grid;
  align-content: center;
  min-height: 76px;
  padding: 12px 14px;
  border: 0;
  background: #ffffff;
  color: #334349;
  cursor: pointer;
  text-align: left;
}

.v2-category-tabs button:hover,
.v2-category-tabs button:focus-visible {
  position: relative;
  z-index: 1;
  background: #eff6f4;
  outline: 2px solid #16817c;
  outline-offset: -2px;
}

.v2-category-tabs button.active {
  background: #0d6e69;
  color: #ffffff;
}

.v2-category-tabs strong,
.v2-category-tabs span {
  display: block;
}

.v2-category-tabs strong {
  font-size: 15px;
  line-height: 1.35;
}

.v2-category-tabs span {
  margin-top: 4px;
  color: #6d7b80;
  font-size: 12px;
}

.v2-category-tabs button.active span {
  color: rgba(255, 255, 255, 0.75);
}

.v2-catalog-toolbar {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) 210px 180px;
  gap: 14px;
  margin-top: 22px;
  padding: 16px;
  border: 1px solid #dce4e1;
  border-radius: 8px;
  background: #f7f9f8;
}

.v2-search-control {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
}

.v2-search-control > svg {
  position: absolute;
  left: 15px;
  width: 19px;
  height: 19px;
  fill: none;
  stroke: #637277;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.v2-search-control input {
  width: 100%;
  min-height: 48px;
  padding: 10px 46px 10px 46px;
  border: 1px solid #cfd9d6;
  border-radius: 6px;
  background: #ffffff;
  color: #172126;
  font-size: 14px;
  outline: 0;
}

.v2-search-control input:focus {
  border-color: #16817c;
  box-shadow: 0 0 0 3px rgba(22, 129, 124, 0.12);
}

.v2-search-control button {
  position: absolute;
  right: 7px;
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #647378;
  cursor: pointer;
}

.v2-search-control button:hover,
.v2-search-control button:focus-visible {
  background: #e8efed;
  color: #172126;
}

.v2-search-control button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.v2-select-control {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.v2-select-control > span {
  color: #66757a;
  font-size: 13px;
  white-space: nowrap;
}

.v2-select-control select {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 9px 34px 9px 12px;
  border: 1px solid #cfd9d6;
  border-radius: 6px;
  background-color: #ffffff;
  color: #25343a;
  font-size: 14px;
  outline: 0;
}

.v2-select-control select:focus {
  border-color: #16817c;
  box-shadow: 0 0 0 3px rgba(22, 129, 124, 0.12);
}

.v2-catalog-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  gap: 24px;
  border-bottom: 1px solid #e0e7e5;
}

.v2-catalog-status > div {
  display: flex;
  align-items: baseline;
  gap: 12px;
  min-width: 0;
}

.v2-catalog-status strong {
  color: #19292e;
  font-size: 20px;
}

.v2-catalog-status span {
  color: #6a787d;
  font-size: 13px;
}

.v2-catalog-status button {
  padding: 7px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: #0d6e69;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.v2-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding-top: 26px;
}

.v2-product-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 392px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dce4e1;
  border-radius: 8px;
  background: #ffffff;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.v2-product-card:hover,
.v2-product-card:focus-within {
  border-color: #91aba7;
  box-shadow: 0 12px 30px rgba(27, 49, 53, 0.1);
  transform: translateY(-3px);
}

.v2-product-card-media {
  position: relative;
  display: grid;
  aspect-ratio: 4 / 3;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid #edf1f0;
  background: #ffffff;
}

.v2-product-card-media img {
  width: 100%;
  height: 100%;
  padding: 12px;
  object-fit: contain;
  object-position: center;
  transition: transform 220ms ease;
}

.v2-product-card-media .v2-product-card-image--catalog {
  padding: 0;
  object-fit: cover;
  object-position: center top;
}

.v2-product-card-media .v2-product-card-image--box {
  transform: scale(1.075);
  transform-origin: center top;
}

.v2-product-card-media .v2-product-card-image--wide {
  transform: scale(1.44);
  transform-origin: center top;
}

.v2-localized-image-visual {
  position: relative;
  display: block;
  overflow: hidden;
  background: #ffffff;
}

.v2-localized-image-visual--card {
  width: 100%;
  height: 100%;
}

.v2-product-card-media--localized .v2-localized-image-visual--card img {
  width: 100%;
  height: 133.333%;
  max-width: none;
  padding: 0;
  object-fit: cover;
  object-position: center top;
  transform: none;
}

.v2-localized-image-caption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 255, 255, 0.99);
  color: #17282d;
  text-align: center;
}

.v2-localized-image-caption strong,
.v2-localized-image-caption span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.v2-localized-image-caption--card {
  min-height: 30%;
  padding: 6px 10px 7px;
  border-top: 1px solid #edf1f0;
}

.v2-localized-image-caption--card strong {
  display: -webkit-box;
  font-size: 11px;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.v2-localized-image-caption--card span {
  margin-top: 3px;
  font-size: 9px;
  line-height: 1.15;
  white-space: nowrap;
}

.v2-product-card:hover .v2-product-card-media--localized img,
.v2-product-card:hover .v2-product-card-media--localized .v2-product-card-image--box,
.v2-product-card:hover .v2-product-card-media--localized .v2-product-card-image--wide {
  transform: scale(1.015);
  transform-origin: center top;
}

.v2-product-card:hover .v2-product-card-media img {
  transform: scale(1.025);
}

.v2-product-card:hover .v2-product-card-media .v2-product-card-image--box {
  transform: scale(1.1);
}

.v2-product-card:hover .v2-product-card-media .v2-product-card-image--wide {
  transform: scale(1.47);
}

.v2-product-card-id {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 7px;
  border: 1px solid rgba(32, 50, 56, 0.1);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.92);
  color: #56666b;
  font-size: 11px;
  font-weight: 800;
}

.v2-product-card-body {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  padding: 17px 17px 16px;
}

.v2-product-card-category {
  color: #0d6e69;
  font-size: 12px;
  font-weight: 700;
}

.v2-product-card h3 {
  display: -webkit-box;
  min-height: 50px;
  margin: 8px 0 6px;
  overflow: hidden;
  color: #17272c;
  font-size: 17px;
  line-height: 1.45;
  letter-spacing: 0;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.v2-product-card-size {
  min-height: 42px;
  margin: 0;
  color: #66757a;
  font-size: 12px;
  line-height: 1.65;
}

.v2-product-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #edf1f0;
  color: #244047;
  font-size: 13px;
  font-weight: 800;
}

.v2-product-card-link::after {
  position: absolute;
  inset: 0;
  content: "";
}

.v2-product-card-link svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  fill: none;
  stroke: #0d6e69;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.v2-empty-state {
  margin-top: 26px;
  padding: 68px 24px;
  border: 1px dashed #cbd6d3;
  border-radius: 8px;
  background: #f7f9f8;
  text-align: center;
}

.v2-empty-state > svg {
  width: 42px;
  height: 42px;
  margin: 0 auto 14px;
  fill: none;
  stroke: #77868a;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.v2-empty-state h3 {
  margin: 0;
  font-size: 22px;
}

.v2-empty-state p {
  margin: 7px 0 22px;
  color: #657479;
}

.v2-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 36px;
}

.v2-pagination > div {
  display: flex;
  align-items: center;
  gap: 6px;
}

.v2-pagination button,
.v2-pagination span {
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
}

.v2-pagination button {
  border: 1px solid #d5dfdc;
  border-radius: 6px;
  background: #ffffff;
  color: #334349;
  cursor: pointer;
}

.v2-pagination button:hover,
.v2-pagination button:focus-visible,
.v2-pagination button.active {
  border-color: #0d6e69;
  background: #0d6e69;
  color: #ffffff;
}

.v2-pagination button:disabled {
  border-color: #e4e9e7;
  background: #f6f8f7;
  color: #aeb9b6;
  cursor: not-allowed;
}

.v2-pagination svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.v2-contact-band {
  padding: 44px 0;
  border-top: 1px solid #d9e2df;
  background: #152e33;
  color: #ffffff;
}

.v2-contact-band .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.v2-contact-band h2 {
  margin: 0;
  color: #ffffff;
  font-size: 28px;
  letter-spacing: 0;
}

.v2-contact-band p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.v2-contact-band .btn.primary {
  flex: 0 0 auto;
  background: #ffffff;
  color: #0b5f5b;
}

/* Product detail */
.v2-detail-shell {
  padding: 26px 0 64px;
  border-bottom: 1px solid #dfe6e4;
  background: #f4f7f6;
}

.v2-detail-breadcrumb {
  padding: 4px 0 24px;
}

.v2-product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
  overflow: hidden;
  border: 1px solid #dce4e1;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(33, 54, 59, 0.08);
}

.v2-detail-media {
  min-width: 0;
  border-right: 1px solid #e0e7e5;
}

.v2-detail-media > button {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 560px;
  padding: 32px;
  place-items: center;
  border: 0;
  background: #ffffff;
  cursor: zoom-in;
}

.v2-detail-media img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: contain;
}

.v2-detail-image-button--localized {
  align-items: start;
}

.v2-localized-image-visual--detail {
  width: min(100%, 500px);
  aspect-ratio: 1;
}

.v2-detail-media .v2-localized-image-visual--detail img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center top;
}

.v2-localized-image-caption--detail,
.v2-localized-image-caption--dialog {
  min-height: 29%;
  padding: 16px 20px 18px;
  border-top: 1px solid #e7ecea;
}

.v2-localized-image-caption--detail strong,
.v2-localized-image-caption--dialog strong {
  font-size: clamp(16px, 2.1vw, 24px);
  line-height: 1.2;
}

.v2-localized-image-caption--detail span,
.v2-localized-image-caption--dialog span {
  margin-top: 8px;
  font-size: clamp(11px, 1.3vw, 15px);
  line-height: 1.35;
  white-space: normal;
}

.v2-detail-media button > span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid #dce4e1;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  color: #4c5c61;
  font-size: 12px;
  font-weight: 700;
}

.v2-detail-media button > span svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.v2-detail-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 48px 46px 42px;
}

.v2-detail-category {
  align-self: flex-start;
  color: #0d6e69;
  font-size: 13px;
  font-weight: 800;
}

.v2-detail-category:hover,
.v2-detail-category:focus-visible {
  text-decoration: underline;
}

.v2-detail-copy h1 {
  margin: 12px 0 10px;
  color: #14262b;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.25;
  letter-spacing: 0;
  word-break: break-word;
}

.v2-detail-lead {
  margin: 0 0 24px;
  color: #6a787d;
  font-size: 14px;
}

.v2-spec-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid #dde5e3;
  border-left: 1px solid #dde5e3;
}

.v2-spec-row {
  min-width: 0;
  padding: 12px 14px;
  border-right: 1px solid #dde5e3;
  border-bottom: 1px solid #dde5e3;
}

.v2-spec-row.wide {
  grid-column: 1 / -1;
}

.v2-spec-row dt,
.v2-spec-row dd {
  margin: 0;
}

.v2-spec-row dt {
  margin-bottom: 3px;
  color: #738186;
  font-size: 11px;
}

.v2-spec-row dd {
  color: #24353a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
  word-break: break-word;
}

.v2-color-list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.v2-color-dot {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  border: 1px solid rgba(16, 30, 35, 0.22);
  border-radius: 50%;
  background: #cbd4d2;
}

.v2-color-dot[data-color="蓝色"] { background: #1573c9; }
.v2-color-dot[data-color="钛青蓝"] { background: #146d87; }
.v2-color-dot[data-color="绿色"] { background: #159257; }
.v2-color-dot[data-color="白色"] { background: #ffffff; }
.v2-color-dot[data-color="红色"] { background: #d64545; }
.v2-color-dot[data-color="橙色"] { background: #ef8a24; }
.v2-color-dot[data-color="黄色"] { background: #f2c533; }
.v2-color-dot[data-color="黑色"] { background: #25292b; }

.v2-detail-note {
  display: grid;
  grid-template-columns: 19px minmax(0, 1fr);
  gap: 10px;
  margin-top: 20px;
  padding: 13px 14px;
  border-left: 3px solid #c9862e;
  background: #fbf7ee;
  color: #6d5838;
}

.v2-detail-note svg {
  width: 19px;
  height: 19px;
  margin-top: 2px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.v2-detail-note p {
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
}

.v2-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 24px;
}

.v2-detail-actions .btn {
  min-width: 156px;
}

.v2-related {
  padding: 56px 0 70px;
  background: #ffffff;
}

.v2-related-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.v2-related-heading h2 {
  margin: 0;
  color: #16282d;
  font-size: 30px;
  letter-spacing: 0;
}

.v2-related-heading p {
  margin: 5px 0 0;
  color: #6b797e;
}

.v2-related-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #0d6e69;
  font-size: 13px;
  font-weight: 800;
}

.v2-related-heading > a svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.v2-detail-missing {
  padding: 90px 24px;
  border: 1px solid #dce4e1;
  border-radius: 8px;
  background: #ffffff;
  text-align: center;
}

.v2-detail-missing > span {
  color: #c6d0cd;
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
}

.v2-detail-missing h1 {
  margin: 15px 0 8px;
  font-size: 30px;
}

.v2-detail-missing p {
  margin: 0 0 24px;
  color: #69777c;
}

.v2-image-dialog {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  padding: 34px;
  place-items: center;
  background: rgba(8, 19, 23, 0.86);
}

.v2-image-dialog[hidden] {
  display: none;
}

.v2-image-dialog > button {
  position: fixed;
  top: 20px;
  right: 20px;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.28);
  color: #ffffff;
  cursor: pointer;
}

.v2-image-dialog > button svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.v2-image-dialog figure {
  width: min(980px, 92vw);
  max-height: 88vh;
  margin: 0;
}

.v2-image-dialog img {
  width: 100%;
  max-height: calc(88vh - 50px);
  object-fit: contain;
  border-radius: 6px;
  background: #ffffff;
}

.v2-image-dialog-figure--localized {
  width: min(760px, 92vw);
}

.v2-localized-image-visual--dialog {
  width: min(100%, calc(88vh - 50px));
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 6px;
}

.v2-image-dialog .v2-localized-image-visual--dialog img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center top;
}

.v2-image-dialog figcaption {
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
}

body.v2-image-open {
  overflow: hidden;
}

/* Increase supporting copy without changing the established hierarchy. */
.v2-breadcrumb,
.v2-select-control > span,
.v2-catalog-status span,
.v2-catalog-status button {
  font-size: 14px;
}

.v2-category-tabs span,
.v2-product-card-category,
.v2-product-card-size,
.v2-detail-media button > span,
.v2-spec-row dt,
.v2-detail-note p {
  font-size: 13px;
}

.v2-product-card-id {
  font-size: 12px;
}

.v2-product-card-link,
.v2-detail-category,
.v2-related-heading > a {
  font-size: 14px;
}

.v2-detail-lead {
  font-size: 15px;
}

@media (prefers-reduced-motion: reduce) {
  .v2-product-card,
  .v2-product-card-media img {
    transition: none;
  }
}

@media (max-width: 1080px) {
  .v2-catalog-toolbar {
    grid-template-columns: minmax(300px, 1fr) minmax(220px, 0.8fr);
  }

  .v2-catalog-toolbar .v2-select-control:last-child {
    grid-column: 2;
  }

  .v2-search-control {
    grid-row: span 2;
  }

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

  .v2-product-detail {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
  }

  .v2-detail-copy {
    padding: 38px 34px 34px;
  }
}

@media (max-width: 960px) {
  .v2-page .cn-site .main-nav,
  .v2-page .main-nav {
    top: var(--v2-header-height, 112px);
  }

  .v2-page .cn-main-nav > a.active {
    background: #e8f1ee;
    color: #075b59;
  }

  .v2-category-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .v2-detail-media {
    border-right: 0;
    border-bottom: 1px solid #e0e7e5;
  }

  .v2-detail-media > button {
    min-height: 520px;
  }
}

@media (max-width: 720px) {
  .v2-page-heading {
    padding: 28px 0 30px;
  }

  .v2-heading-copy {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 16px;
  }

  .v2-heading-copy h1 {
    font-size: 36px;
  }

  .v2-heading-copy p {
    font-size: 14px;
  }

  .v2-catalog {
    padding: 28px 0 52px;
  }

  .v2-category-tabs {
    display: flex;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }

  .v2-category-tabs button {
    min-width: 160px;
  }

  .v2-catalog-toolbar {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
  }

  .v2-search-control,
  .v2-catalog-toolbar .v2-select-control:last-child {
    grid-row: auto;
    grid-column: auto;
  }

  .v2-select-control {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .v2-catalog-status {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    padding: 16px 0;
  }

  .v2-catalog-status > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 1px;
  }

  .v2-product-card {
    min-height: 360px;
  }

  .v2-contact-band .container,
  .v2-related-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .v2-contact-band .btn {
    width: 100%;
  }

  .v2-detail-shell {
    padding: 20px 0 46px;
  }

  .v2-detail-media > button {
    min-height: 0;
    aspect-ratio: 1 / 1;
    padding: 20px;
  }

  .v2-detail-copy {
    padding: 28px 22px 26px;
  }

  .v2-detail-copy h1 {
    font-size: 30px;
  }

  .v2-spec-list {
    grid-template-columns: 1fr;
  }

  .v2-spec-row.wide {
    grid-column: auto;
  }

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

  .v2-related {
    padding: 44px 0 52px;
  }

  .v2-related-heading h2 {
    font-size: 26px;
  }
}

@media (max-width: 520px) {
  .v2-product-grid,
  .v2-related-grid {
    grid-template-columns: 1fr;
  }

  .v2-product-card {
    min-height: 0;
  }

  .v2-product-card h3 {
    min-height: 0;
  }

  .v2-pagination {
    gap: 5px;
  }

  .v2-pagination > div {
    gap: 4px;
  }

  .v2-pagination button,
  .v2-pagination span {
    width: 36px;
    height: 36px;
  }

  .v2-image-dialog {
    padding: 14px;
  }
}
