.zgs-page {
  background: #fff;
}

.zgs-hero-banner {
  display: none;
}

.zgs-hero-banner img,
.zgs-ad img,
.zgs-product-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.zgs-main {
  padding: 18px 0 80px;
}

.zgs-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0 0 18px;
  list-style: none;
  border-bottom: 1px dashed #d6d6d6;
  color: #7b86a0;
  font-size: 13px;
  line-height: 1.5;
}

.zgs-breadcrumb li {
  position: relative;
  padding-left: 20px;
}

.zgs-breadcrumb li::before {
  content: "\00BB";
  position: absolute;
  left: 0;
  top: 0;
  color: #5b6780;
  font-size: 18px;
  line-height: 1;
}

.zgs-breadcrumb li + li {
  margin-left: 22px;
}

.zgs-breadcrumb li + li::after {
  content: "/";
  position: absolute;
  left: -15px;
  top: 0;
  color: #9ca3b3;
}

.zgs-breadcrumb strong,
.zgs-breadcrumb span {
  font-weight: 400;
}

.zgs-section {
  margin-top: 34px;
}

.zgs-intro + .zgs-section {
  padding-top: 18px;
  border-top: 1px dashed #d6d6d6;
}

.zgs-intro {
  max-width: 100%;
  padding-top: 2px;
}

.zgs-title,
.zgs-section-title {
  margin: 0 0 22px;
  color: #475069;
  font-weight: 700;
}

.zgs-title {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 0.2px;
}

.zgs-section-title {
  font-size: 30px;
  line-height: 1.15;
}

.zgs-section-title--intro {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.45;
}

.zgs-section-title.is-lowercase {
  text-transform: lowercase;
}

.zgs-copy p {
  margin: 0;
  color: #333d52;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 1px;
}

.zgs-copy p + p {
  margin-top: 0;
}

.zgs-related-grid {
  display: grid;
  grid-template-columns: 1.08fr 1.92fr;
  gap: 14px;
  align-items: stretch;
}

.zgs-product-grid,
.zgs-top-list,
.zgs-info-grid,
.zgs-tags {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.zgs-top-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.zgs-product-card figure {
  margin: 0;
}

.zgs-product-card--related {
  position: relative;
  height: 100%;
}

.zgs-related-figure {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  padding: 10px;
  border: 1px solid #e4e4e4;
  background: #fff;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.zgs-product-card.is-featured .zgs-related-figure {
  justify-content: space-between;
}

.zgs-product-card--related:hover .zgs-related-figure {
  border-color: #2b90f5;
}

.zgs-zoom-trigger {
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 2;
  width: 14px;
  height: 14px;
  padding: 0;
  border: 1px solid #d8d8d8;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}

.zgs-zoom-trigger span,
.zgs-zoom-trigger span::before,
.zgs-zoom-trigger span::after {
  position: absolute;
  content: "";
  display: block;
}

.zgs-zoom-trigger span {
  inset: 0;
}

.zgs-zoom-trigger span::before,
.zgs-zoom-trigger span::after {
  width: 5px;
  height: 5px;
  border-color: #b8b8b8;
  border-style: solid;
  transition: border-color 0.25s ease;
}

.zgs-zoom-trigger span::before {
  left: 2px;
  top: 2px;
  border-width: 1px 0 0 1px;
}

.zgs-zoom-trigger span::after {
  right: 2px;
  bottom: 2px;
  border-width: 0 1px 1px 0;
}

.zgs-product-card--related:hover .zgs-zoom-trigger {
  border-color: #2b90f5;
  background: #2b90f5;
}

.zgs-product-card--related:hover .zgs-zoom-trigger span::before,
.zgs-product-card--related:hover .zgs-zoom-trigger span::after {
  border-color: #fff;
}

.zgs-product-thumb {
  display: block;
  background: #fff;
  overflow: hidden;
}

.zgs-product-thumb--featured {
  padding-top: 16px;
  padding-bottom: 16px;
}

.zgs-product-thumb--related {
  padding-top: 14px;
  padding-bottom: 14px;
}

.zgs-product-thumb--featured img {
  display: block;
  width: 100%;
  height: auto;
}

.zgs-product-thumb--related img {
  display: block;
  width: 100%;
  height: auto;
}

.zgs-related-caption {
  padding: 6px 2px 0;
}

.zgs-related-caption--featured {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 8px 2px;
}

.zgs-product-card h3 {
  margin: 0;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 400;
  height: 30px;
  overflow: hidden;
}

.zgs-product-card h3 a {
  color: #707070;
}

.zgs-product-card.is-featured h3 {
  height: 34px;
  text-align: center;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 400;
}

.zgs-product-card.is-featured h3 a {
  color: #707070;
}

.zgs-readmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 94px;
  height: 30px;
  margin-top: 36px;
  padding: 0 16px;
  border: 1px solid #2b90f5;
  background: #2b90f5;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.zgs-readmore:hover {
  background: #1f80e1;
  border-color: #1f80e1;
  color: #fff;
}

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

.zgs-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.74);
}

.zgs-lightbox-dialog {
  position: relative;
  max-width: min(1000px, calc(100vw - 48px));
  max-height: calc(100vh - 48px);
  padding: 14px 52px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.zgs-lightbox-image {
  display: block;
  max-width: min(960px, calc(100vw - 76px));
  max-height: calc(100vh - 76px);
  width: auto;
  height: auto;
}

.zgs-lightbox-close {
  position: absolute;
  right: -12px;
  top: -12px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: #111;
  cursor: pointer;
}

.zgs-lightbox-close::before,
.zgs-lightbox-close::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 8px;
  width: 2px;
  height: 14px;
  background: #fff;
}

.zgs-lightbox-close::before {
  transform: rotate(45deg);
}

.zgs-lightbox-close::after {
  transform: rotate(-45deg);
}

.zgs-lightbox-nav {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  border: 0;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.82);
  cursor: pointer;
}

.zgs-lightbox-nav.is-prev {
  left: 10px;
}

.zgs-lightbox-nav.is-next {
  right: 10px;
}

.zgs-lightbox-nav::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-left: -3px;
  margin-top: -5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.zgs-lightbox-nav.is-prev::before {
  transform: rotate(-135deg);
}

.zgs-lightbox-nav.is-next::before {
  transform: rotate(45deg);
}

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

.zgs-ad {
  margin-top: 28px;
}

.zgs-top-item {
  min-width: 0;
}

.zgs-top-card {
  height: 100%;
}

.zgs-top-figure {
  position: relative;
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  align-items: center;
  min-height: 96px;
  padding: 10px 12px;
  border: 1px solid #e3e3e3;
  background: #fff;
  transition: border-color 0.25s ease;
}

.zgs-top-card:hover .zgs-top-figure {
  border-color: #2b90f5;
}

.zgs-top-card:hover .zgs-zoom-trigger {
  border-color: #2b90f5;
  background: #2b90f5;
}

.zgs-top-card:hover .zgs-zoom-trigger span::before,
.zgs-top-card:hover .zgs-zoom-trigger span::after {
  border-color: #fff;
}

.zgs-top-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 2px 8px 2px 0;
}

.zgs-top-thumb img {
  display: block;
  max-width: 102px;
  max-height: 76px;
  width: auto;
  height: auto;
}

.zgs-top-caption {
  min-width: 0;
  padding-right: 20px;
}

.zgs-top-title {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.15px;
}

.zgs-top-title a {
  color: #7d87c6;
}

.zgs-tabs {
  display: flex;
  gap: 34px;
  border-bottom: 1px solid #e3e3e3;
}

.zgs-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 0 14px;
  border: 0;
  background: transparent;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  cursor: pointer;
}

.zgs-tab::before {
  content: "";
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  opacity: 0.9;
}

.zgs-tab[data-tab-target="blog"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23545771' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9.2'/%3E%3Cpath d='M2.8 12h18.4M12 2.8c2.8 2.5 4.4 5.7 4.4 9.2S14.8 18.7 12 21.2c-2.8-2.5-4.4-5.7-4.4-9.2S9.2 5.3 12 2.8Z'/%3E%3C/svg%3E");
}

.zgs-tab[data-tab-target="reviews"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23545771' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9.2'/%3E%3Cpath d='m10 8 6 4-6 4Z' fill='%23545771' stroke='none'/%3E%3C/svg%3E");
}

.zgs-tab.is-active {
  color: #111;
}

.zgs-tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #2577ef;
}

.zgs-tab-panel {
  padding-top: 18px;
}

.zgs-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.zgs-info-card,
.zgs-review-card {
  position: relative;
  min-height: 94px;
  padding: 16px 16px 14px;
  border: 1px solid #d3d3d3;
  border-radius: 16px;
  background: #fff;
}

.zgs-info-card h3,
.zgs-review-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.zgs-info-card h3 a,
.zgs-review-card h3 {
  color: #111;
}

.zgs-info-card p,
.zgs-review-card p {
  margin: 0;
  color: #666;
  font-size: 13px;
  line-height: 1.45;
}

.zgs-review-card h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 96px;
}

.zgs-review-card h3::before {
  content: "";
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23545771' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 5.8c-.7.3-1.5.6-2.3.7.8-.5 1.4-1.2 1.7-2.1-.8.5-1.6.9-2.5 1.1A4 4 0 0 0 12 8.2c0 .3 0 .6.1.9-3.3-.2-6.3-1.8-8.3-4.3-.3.6-.5 1.3-.5 2.1 0 1.4.7 2.7 1.8 3.5-.6 0-1.2-.2-1.7-.5 0 2 1.4 3.6 3.2 4-.3.1-.7.1-1 .1-.2 0-.5 0-.7-.1.5 1.6 2 2.8 3.8 2.8A8 8 0 0 1 3 18.3a11.3 11.3 0 0 0 6.1 1.8c7.4 0 11.5-6.3 11.5-11.8v-.5c.8-.6 1.4-1.2 1.9-2Z'/%3E%3C/svg%3E") no-repeat center / 16px 16px;
}

.zgs-review-card h3 span {
  color: #434343;
  font-size: 13px;
  font-weight: 400;
}

.zgs-stars {
  position: absolute;
  right: 16px;
  top: 18px;
  margin: 0;
  color: #f5bc29;
  font-size: 14px;
  letter-spacing: 2px;
}

.zgs-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 10px;
}

.zgs-tags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 16px;
  border: 2px solid #2577ef;
  border-radius: 5px;
  color: #3f3f3f;
  font-size: 14px;
  line-height: 1.4;
  background: #fff;
}

.zgs-tags a:hover {
  border-color: #1b63ca;
  color: #1b63ca;
}

.zgs-section-title.is-lowercase {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}

.zgs-form-wrap {
  padding: 0;
  border: 0;
  box-shadow: none;
}

.zgs-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.zgs-form label {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.zgs-form label.is-wide,
.zgs-form-row.is-wide {
  grid-column: 1 / -1;
}

.zgs-form-row {
  position: relative;
}

.zgs-form input,
.zgs-form textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-left: 3px solid #0d4e78;
  background: #fff;
  color: #444;
  font-size: 14px;
  line-height: 1.5;
}

.zgs-form input {
  height: 40px;
  padding: 0 12px;
}

.zgs-form textarea {
  min-height: 96px;
  padding: 12px;
  resize: vertical;
}

.zgs-form input::placeholder,
.zgs-form textarea::placeholder {
  color: #4f4f4f;
  opacity: 1;
}

.zgs-form .zs-btn {
  min-width: 134px;
  height: 42px;
  margin-top: 8px;
}

[data-reveal] {

  transform: translateY(20px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .zgs-title {
    font-size: 24px;
  }

  .zgs-related-grid {
    grid-template-columns: 1fr;
  }

  .zgs-top-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .zgs-main {
    padding-bottom: 52px;
  }

  .zgs-title {
    font-size: 22px;
    line-height: 1.4;
  }

  .zgs-section-title {
    font-size: 26px;
  }

  .zgs-copy p {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.6px;
  }

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

  .zgs-top-list,
  .zgs-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .zgs-main {
    padding-top: 14px;
  }

  .zgs-breadcrumb {
    padding-bottom: 14px;
    font-size: 12px;
  }

  .zgs-breadcrumb li + li {
    margin-left: 16px;
  }

  .zgs-title {
    font-size: 20px;
  }

  .zgs-section-title {
    font-size: 22px;
  }

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

  .zgs-info-grid,
  .zgs-form {
    grid-template-columns: 1fr;
  }

  .zgs-top-list {
    grid-template-columns: 1fr;
  }

  .zgs-form-wrap {
    padding: 22px 16px 26px;
  }

  .zgs-tab {
    font-size: 18px;
    padding-bottom: 12px;
  }
}
