.zs-product-detail-hero {
  position: relative;
  overflow: hidden;
  padding: 6.77083% 0 6.51042%;
  text-align: center;
}

.zs-product-detail-hero__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  transform: translateX(-50%);
}

.zs-product-detail-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
}

.zs-product-detail-hero__content {
  position: relative;
  z-index: 1;
}

.zs-product-detail-hero__title {
  color: #ffffff;
  font-size: 40px;
  line-height: 1;
}

.zs-product-detail-hero__crumbs {
  margin-top: 2.08333%;
  color: #ffffff;
  font-size: 14px;
  text-transform: capitalize;
}

.zs-product-detail-hero__crumbs a {
  color: #ffffff;
}

.zs-product-detail-hero__crumbs a:hover {
  color: #0078c9;
}

.zs-product-detail-page {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 3.125%;
  padding-bottom: 3.125%;
}

.zs-product-detail-main {
  width: 78.27381%;
  min-height: 700px;
}

.zs-product-side {
  width: 19.04762%;
}

.zs-product-detail-card {
  background: #ffffff;
}

.zs-product-detail-card__top {
  display: flex;
  justify-content: space-between;
}

.zs-product-gallery {
  width: 41.21673%;
  position: relative;
}

.zs-product-gallery__main {
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.zs-product-gallery__slide {
  position: relative;
}

.zs-product-gallery__zoom,
.zs-product-gallery__slide img {
  display: block;
  width: 100%;
}

.zs-product-gallery__zoom {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: none;
  border: 0;
}

.zs-product-gallery__zoom::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.04);
  opacity: 0;
}

.zs-product-gallery__zoom:hover::after {
  opacity: 1;
}

.zs-product-gallery__thumbs {
  margin-top: 12px;
  overflow: hidden;
}

.zs-product-gallery__thumbs .swiper-wrapper {
  display: flex;
  gap: 22px;
}

.zs-product-gallery__thumb {
  flex: 0 0 92px;
  width: 92px;
  padding: 0;
  overflow: hidden;
  background: none;
  border: 0;
  cursor: pointer;
  opacity: 0.75;
}

.zs-product-gallery__thumb.swiper-slide-thumb-active {
  opacity: 1;
}

.zs-product-gallery__thumb img {
  display: block;
  width: 100%;
}

.zs-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
}

.zs-gallery-modal[hidden] {
  display: none;
}

.zs-gallery-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.zs-gallery-modal__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 40px 70px;
}

.zs-gallery-modal__close {
  position: absolute;
  top: 20px;
  right: 24px;
  z-index: 3;
  width: 28px;
  height: 28px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
}

.zs-gallery-modal__slider {
  position: relative;
  width: 100%;
  max-width: 780px;
  overflow: hidden;
}

.zs-gallery-modal__slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.zs-gallery-modal__slider img {
  display: block;
  width: 100%;
  max-height: calc(100vh - 120px);
  object-fit: contain;
}

.zs-gallery-modal__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  color: #ffffff;
  font-size: 48px;
  line-height: 1;
}

.zs-gallery-modal__nav--prev {
  left: -54px;
}

.zs-gallery-modal__nav--next {
  right: -54px;
}

.zs-gallery-modal__counter {
  position: absolute;
  right: 8px;
  bottom: -18px;
  z-index: 3;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
}

.zs-product-summary {
  width: 57.03422%;
}

.zs-product-summary__label,
.zs-product-summary__subheading {
  color: #b8b8b8;
  font-size: 20px;
  font-weight: 700;
}

.zs-product-summary__content {
  margin-top: 14px;
  color: #000000;
  line-height: 24px;
}

.zs-product-summary__title {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 24px;
}

.zs-product-summary__content p {
  margin-bottom: 12px;
}

.zs-product-summary__content p:last-child {
  margin-bottom: 0;
}

.zs-product-summary__contact {
  margin-top: 26px;
}

.zs-product-summary__contact ul {
  margin-top: 12px;
}

.zs-product-summary__contact li {
  position: relative;
  display: block;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.6;
}

.zs-product-summary__contact li::after {
  content: "\e67f";
  position: absolute;
  top: -8px;
  left: 0;
  width: 30px;
  height: 30px;
  color: #0078c9;
  font-family: "icomoon", Arial, Helvetica, "Microsoft YaHei", SimSun, sans-serif;
  font-size: 14px;
  line-height: 34px;
}

.zs-product-summary__contact a {
  color: #000000;
}

.zs-product-summary__contact a:hover {
  text-decoration: underline;
}

.zs-product-summary__share {
  margin-top: 28px;
}

.zs-product-summary__share .zs-product-summary__subheading {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.zs-product-summary__share-links {
  display: inline-flex;
  gap: 18px;
  vertical-align: middle;
}

.zs-product-summary__share-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
}

.zs-product-summary__share-links .zs-product-summary__share-link--facebook {
  color: #1877f2;
}

.zs-product-summary__share-links .zs-product-summary__share-link--linkedin {
  color: #0a66c2;
}

.zs-product-summary__share-links svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.zs-product-summary__share-links .zs-product-summary__share-link--facebook:hover {
  color: #145dbf;
}

.zs-product-summary__share-links .zs-product-summary__share-link--linkedin:hover {
  color: #084c8d;
}

.zs-product-tabs {
  margin-top: 3.42205%;
}

.zs-product-tabs__nav {
  display: flex;
  width: 100%;
}

.zs-product-tabs__tab {
  flex: 1 1 0;
  min-width: 0;
  height: 57px;
  width: 100%;
  padding: 0 18px;
  color: #b8b8b8;
  font-size: clamp(14px, 1.4vw, 16px);
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  transition: none;
}

.zs-product-tabs__tab.is-active {
  color: #ffffff;
  background: #0078c9;
}

.zs-product-tabs__content {
  margin-top: 0;
}

.zs-product-tabs__panel {
  display: none;
  overflow: auto;
  padding: 30px;
  border: 1px solid #e5e5e5;
}

.zs-product-tabs__panel.is-active {
  display: block;
}

.zs-product-detail-copy p {
  margin-bottom: 16px;
  line-height: 24px;
}

.zs-product-detail-copy p:last-child {
  margin-bottom: 0;
}

.zs-product-table-wrap {
  overflow-x: visible;
}

.zs-product-table-wrap table,
.zs-product-table {
  min-width: 0;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  white-space: normal;
}

.zs-product-table-wrap table {
  margin: 0;
  border: 0;
}

.zs-product-table-wrap th,
.zs-product-table-wrap td,
.zs-product-table th,
.zs-product-table td {
  padding: 6px 5px;
  text-align: center;
  word-break: break-word;
  border: 1px solid #d9d9d9;
  vertical-align: middle;
}

.zs-product-table-wrap th,
.zs-product-table th {
  font-weight: 700;
}

.zs-product-table-wrap p {
  margin-bottom: 12px;
  line-height: 1.7;
}

.zs-product-table-wrap p:last-child {
  margin-bottom: 0;
}

.zs-product-related {
  margin-top: 2.6616%;
}

.zs-product-message {
  margin-top: 30px;
  border: 1px solid #d9d9d9;
  background: #ffffff;
}

.zs-product-message__title {
  padding: 15px 18px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  background: #0078c9;
  text-transform: none;
}

.zs-product-message__form {
  padding: 24px 20px 26px;
}

.zs-product-message__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 30px;
  row-gap: 16px;
}

.zs-product-message__field {
  width: 100%;
}

.zs-product-message__field--full {
  grid-column: 1 / -1;
}

.zs-product-message__field label {
  display: block;
  margin-bottom: 2px;
  color: #333333;
  font-size: 14px;
  line-height: 1.4;
}

.zs-product-message__field label span {
  color: #ff2a2a;
}

.zs-product-message__field input,
.zs-product-message__field textarea {
  width: 100%;
  color: #333333;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  outline: none;
}

.zs-product-message__field input {
  height: 31px;
  padding: 0 10px;
}

.zs-product-message__field textarea {
  min-height: 84px;
  padding: 8px 10px;
  resize: vertical;
}

.zs-product-message__actions {
  margin-top: 20px;
  text-align: center;
}

.zs-product-message__submit {
  min-width: 112px;
  height: 35px;
  padding: 0 24px;
  color: #ffffff;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  background: #0078c9;
}

.zs-product-message__submit:hover {
  background: #005e9f;
}

.zs-product-related__title {
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  text-transform: capitalize;
}

.zs-product-related__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

.zs-product-related__item {
  width: 21.90114%;
  text-align: center;
}

.zs-product-related__image {
  display: block;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.zs-product-related__image img {
  display: block;
  width: 100%;
}

.zs-product-related__name {
  display: inline-block;
  margin-top: 15px;
  color: #000000;
  font-size: 15px;
}

.zs-product-related__item:hover .zs-product-related__name {
  color: #0078c9;
}

.zs-product-side__title,
.zs-product-side__hot-title {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 15px;
  color: #111111;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  text-transform: capitalize;
  cursor: default;
}

.zs-product-side__title::after,
.zs-product-side__hot-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: #0078c9;
}

.zs-product-side__list {
  margin-top: 30px;
  background: #ffffff;
}

.zs-product-side__list > li {
  position: relative;
}

.zs-product-side__list > li > a {
  position: relative;
  display: block;
  padding: 15px 10px 15px 50px;
  color: #292929;
  font-size: 16px;
  text-transform: capitalize;
}

.zs-product-side__list > li > a::before {
  content: "\e624";
  position: absolute;
  top: 4px;
  left: 20px;
  color: #0078c9;
  font-family: "icomoon", Arial, Helvetica, "Microsoft YaHei", SimSun, sans-serif;
  font-size: 30px;
}

.zs-product-side__list > li.is-open > a {
  color: #0078c9;
  background: transparent;
}

.zs-product-side__list > li.is-open > a::before {
  color: #0078c9;
}

.zs-product-side__list > li:hover > a {
  color: #ffffff;
  background: #0078c9;
}

.zs-product-side__list > li:hover > a::before {
  color: #ffffff;
}

.zs-product-side__list > li > ul {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 4;
  display: none;
  width: 100%;
  background: #0078c9;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

.zs-product-side__list > li:hover > ul {
  display: block;
}

.zs-product-side__list > li > ul > li > a {
  display: block;
  padding: 17px 20px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.zs-product-side__list > li > ul > li.is-open > a,
.zs-product-side__list > li > ul > li:hover > a {
  background: #0f5f93;
}

.zs-product-side__hot {
  margin-top: 14.0625%;
}

.zs-product-side__hot-list {
  margin-top: 9.375%;
}

.zs-product-side__hot-item {
  width: 100%;
  margin-bottom: 7.8125%;
}

.zs-product-side__hot-item:last-child {
  margin-bottom: 0;
}

.zs-product-side__hot-image {
  display: block;
  overflow: hidden;
}

.zs-product-side__hot-image img {
  width: 100%;
}

.zs-product-side__hot-name {
  display: inline-block;
  margin-top: 10px;
  color: #111111;
  font-size: 14px;
}

.zs-product-side__hot-item:hover .zs-product-side__hot-image img {
  transform: scale(1.1);
}

.zs-product-side__hot-item:hover .zs-product-side__hot-name {
  color: #0078c9;
}

@media screen and (max-width: 1600px) {
  .zs-product-detail-page {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 1400px) {
  .zs-product-detail-hero__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 875px) {
  .zs-product-detail-hero__title {
    font-size: 14px;
  }

  .zs-product-detail-page {
    display: block;
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .zs-product-detail-main {
    width: 100%;
    min-height: auto;
    padding-top: 30px;
  }

  .zs-product-side {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .zs-product-side__title {
    position: relative;
    padding: 13px 60px 13px 10px;
    margin-bottom: 1px;
    color: #ffffff;
    font-size: 20px;
    background: #0078c9;
    cursor: pointer;
  }

  .zs-product-side__title::after {
    width: auto;
    height: auto;
    right: 10px;
    bottom: 13px;
    left: auto;
    color: #ffffff;
    background: none;
    content: "Open ▾";
    font-size: 12px;
  }

  .zs-product-side__title.is-open::after {
    content: "Close ▴";
  }

  .zs-product-side__wrap {
    position: relative;
    z-index: 15;
  }

  .zs-product-side__list {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
    z-index: 20;
    display: none;
    margin-top: 0;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  }

  .zs-product-side__list.is-open {
    display: block;
  }

  .zs-product-side__list > li {
    margin-bottom: 1px;
  }

  .zs-product-side__list > li > a {
    height: 35px;
    padding: 0 10px;
    color: #ffffff;
    font-size: 14px;
    line-height: 35px;
    background: #0078c9;
  }

  .zs-product-side__list > li > a::before {
    display: none;
  }

  .zs-product-side__list > li:hover > a,
  .zs-product-side__list > li.is-open > a {
    background: #0a588b;
  }

  .zs-product-side__list > li > ul {
    position: static;
    display: none;
    box-shadow: none;
  }

  .zs-product-side__list > li.is-open > ul {
    display: block;
  }

  .zs-product-side__hot {
    display: none;
  }

  .zs-product-detail-card__top {
    display: block;
  }

  .zs-product-gallery,
  .zs-product-summary {
    width: 100%;
  }

  .zs-product-summary {
    padding-top: 20px;
  }

  .zs-gallery-modal__dialog {
    padding: 40px 20px;
  }

  .zs-gallery-modal__slider {
    max-width: 100%;
  }

  .zs-gallery-modal__nav--prev {
    left: 10px;
  }

  .zs-gallery-modal__nav--next {
    right: 10px;
  }

  .zs-gallery-modal__counter {
    right: 12px;
    bottom: 12px;
  }

  .zs-product-summary__contact {
    margin-top: 22px;
  }

  .zs-product-summary__share {
    margin-top: 20px;
  }

  .zs-product-tabs {
    margin-top: 40px;
  }

  .zs-product-tabs__nav {
    flex-direction: column;
    gap: 8px;
  }

  .zs-product-tabs__tab {
    height: 46px;
    border: 1px solid #0078c9;
    border-radius: 4px;
    background: #f4f7fb;
    color: #0078c9;
  }

  .zs-product-tabs__tab.is-active {
    background: #0078c9;
    color: #ffffff;
  }

  .zs-product-tabs__panel {
    padding: 20px 10px;
  }

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

  .zs-product-table-wrap table,
  .zs-product-table {
    min-width: 980px;
    table-layout: auto;
    white-space: nowrap;
  }

  .zs-product-table-wrap th,
  .zs-product-table-wrap td,
  .zs-product-table th,
  .zs-product-table td {
    word-break: normal;
  }

  .zs-product-related {
    margin-top: 30px;
  }

  .zs-product-message {
    margin-top: 24px;
  }

  .zs-product-message__form {
    padding: 18px 10px 20px;
  }

  .zs-product-message__grid {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 14px;
  }

  .zs-product-related__title {
    font-size: 20px;
  }

  .zs-product-related__name {
    font-size: 14px;
  }
}

@media screen and (max-width: 700px) {
  .zs-product-related__item {
    width: 48%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .zs-product-detail-hero {
    padding: 40px 0;
  }
}
