﻿﻿@charset "utf-8";

.zs-product-page {
  background: #ececec;
}

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

.zs-product-hero__desktop {
  display: block;
}

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

.zs-product-carousel {
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
}

.zs-product-carousel__track {
  position: relative;
  width: 100%;
}

.zs-product-carousel__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.zs-product-carousel__slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.zs-product-carousel__slide a,
.zs-product-carousel__slide img {
  display: block;
  width: 100%;
}

.zs-product-carousel__dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 2;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.zs-product-carousel__dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  background: url("../img/circle.png") no-repeat center / cover;
}

.zs-product-carousel__dot.is-active {
  background-image: url("../img/circleon.png");
}

.zs-product-breadcrumb {
  height: 45px;
  border-bottom: 1px solid #ececec;
  background: #ececec;
}

.zs-product-breadcrumb .zs-shell {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
  color: #707070;
  font-size: 1.4rem;
}

.zs-product-breadcrumb a:last-child {
  color: #217fc4;
}

.zs-product-layout {
  display: flex;
  gap: 35px;
  padding: 34px 0 52px;
}

.zs-product-sidebar {
  flex: 0 0 260px;
}

.zs-product-sidebar__panel {
  border: 1px solid #d5d5d5;
  background: #ffffff;
  padding: 0 12px 12px;
}

.zs-product-sidebar__title {
  height: 48px;
  background: #ffffff;
  text-align: center;
}

.zs-product-sidebar__title a {
  display: block;
  color: #3b3b3b;
  font-family: "ZS-FuturaBook", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 48px;
}

.zs-product-sidebar__list li {
  margin-top: 8px;
  border-top: 0;
}

.zs-product-sidebar__list li:first-child {
  margin-top: 0;
}

.zs-product-sidebar__list a {
  position: relative;
  display: block;
  padding: 9px 36px 9px 12px;
  background: #696969;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.45;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.zs-product-sidebar__list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
}

.zs-product-sidebar__list li.is-active a,
.zs-product-sidebar__list a:hover {
  background: #217fc4;
  color: #ffffff;
}

.zs-product-content {
  flex: 1 1 auto;
  min-width: 0;
}

.zs-product-grid-wrap {
  margin: 0;
}

.zs-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 24px;
}

.zs-product-item {
  list-style: none;
}

.zs-product-card {
  height: 100%;
}

.zs-product-card__thumb {
  display: block;
  border: 1px solid #d7d7d7;
  background: #ffffff;
}

.zs-product-card__thumb img {
  width: 100%;
  aspect-ratio: 298 / 224;
  object-fit: cover;
}

.zs-product-card__title {
  margin-top: 18px;
  text-align: center;
}

.zs-product-card__title a {
  color: #333333;
  font-family: "ZS-FuturaHeavy", Arial, sans-serif;
  font-size: 1.7rem;
  line-height: 1.25;
}

.zs-product-card__summary {
  display: -webkit-box;
  min-height: 88px;
  margin-top: 14px;
  overflow: hidden;
  color: #676767;
  font-size: 1.4rem;
  line-height: 2.05;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.zs-product-card__summary a {
  color: inherit;
}

.zs-product-card__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.zs-product-card__check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #666666;
  font-size: 1.4rem;
}

.zs-product-card__check input {
  width: 14px;
  height: 14px;
  margin: 0;
}

.zs-product-card__inquire {
  display: inline-block;
  min-width: 142px;
  height: 38px;
  padding: 0 20px;
  border: 1px solid #217fc4;
  background: transparent;
  color: #217fc4;
  font-size: 1.6rem;
  line-height: 36px;
  text-align: center;
  transition: background-color 0.32s ease, color 0.32s ease, border-color 0.32s ease;
}

.zs-product-card__inquire:hover {
  background: #217fc4;
  color: #ffffff;
}

.zs-product-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 35px;
  padding-bottom: 10px;
}

.zs-product-pagination__links {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.zs-page-link {
  display: inline-block;
  min-width: 38px;
  height: 38px;
  padding: 0 16px;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  color: #555555;
  font-size: 1.5rem;
  line-height: 36px;
  text-align: center;
}

.zs-page-link.is-active {
  border-color: #217fc4;
  background: #217fc4;
  color: #ffffff;
}

.zs-page-link.is-disabled {
  color: #b3b3b3;
}

.zs-product-pagination__links ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.zs-product-pagination__links li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.zs-product-pagination__links a,
.zs-product-pagination__links span {
  display: inline-block;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  color: #4d4d4d;
  font-size: 1.4rem;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

.zs-product-pagination__links a:hover,
.zs-product-pagination__links .active span,
.zs-product-pagination__links .active a,
.zs-product-pagination__links .current,
.zs-product-pagination__links .current a {
  border-color: #217fc4;
  background: #217fc4;
  color: #ffffff;
}

.zs-product-pagination__links .disabled span,
.zs-product-pagination__links .disabled a {
  color: #b3b3b3;
}

.zs-product-pagination__submit {
  min-width: 190px;
  height: 42px;
  background: #217fc4;
  color: #ffffff;
  font-size: 1.6rem;
}

.zs-product-intro {
  margin-top: 18px;
}

.zs-product-intro__content {
  color: #4c4c4c;
  font-size: 1.6rem;
  line-height: 2;
}

.zs-product-intro__content.is-collapsed {
  max-height: 78px;
  overflow: hidden;
}

.zs-product-intro__content h2 {
  margin-bottom: 6px;
  color: #333333;
  font-family: "ZS-FuturaHeavy", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.6;
}

.zs-product-intro__content h2 {
  margin-top: 18px;
  color: #333333;
  font-family: "ZS-FuturaHeavy", Arial, sans-serif;
  font-size: 1.8rem;
}

.zs-product-intro__content p,
.zs-product-intro__content ul {
  margin-top: 10px;
}

.zs-product-intro__content ul {
  padding-left: 20px;
}

.zs-product-intro__content li {
  list-style: disc;
}

.zs-product-intro__content a {
  color: #548dd4;
  text-decoration: underline;
}

.zs-product-intro__toggle {
  display: inline-block;
  min-width: 170px;
  height: 40px;
  margin-top: 20px;
  border-radius: 20px;
  background: #217fc4;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 40px;
  text-align: center;
}

@media (max-width: 1219px) {
  .zs-product-layout {
    gap: 24px;
  }

  .zs-product-sidebar {
    flex-basis: 230px;
  }

  .zs-product-grid {
    gap: 26px 18px;
  }
}

@media (max-width: 999px) {
  .zs-product-layout {
    flex-direction: column;
    gap: 24px;
  }

  .zs-product-sidebar {
    flex-basis: auto;
  }

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

@media (max-width: 979px) {
  .zs-product-hero__desktop {
    display: none;
  }

  .zs-product-hero__mobile {
    display: block;
  }

  .zs-product-carousel__dots {
    bottom: 10px;
    gap: 8px;
  }

  .zs-product-carousel__dot {
    width: 10px;
    height: 10px;
  }

  .zs-product-breadcrumb {
    height: 40px;
  }

  .zs-product-layout {
    padding-top: 24px;
  }
}

@media (max-width: 639px) {
  .zs-product-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .zs-product-pagination {
    flex-direction: column;
    align-items: stretch;
  }

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

@media (max-width: 420px) {
  .zs-product-sidebar__title a {
    font-size: 1.7rem;
  }

  .zs-product-card__title a {
    font-size: 1.6rem;
  }

  .zs-product-card__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

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


