.product_breadcrumbs {
  border-top: 1px solid #e4e9ee;
  border-bottom: 1px solid #e4e9ee;
  background-color: #f3f6f9;
  padding: 0.9rem 0 0.8rem;
}
.product_breadcrumbs .breadcrumbs span {
  letter-spacing: 0.002em;
}
.product_show {
  padding: 6.5rem 0 13.6rem;
}
.product_show .swiper_box {
  width: 45.44776119%;
  position: sticky;
  top: 150px;
}
.product_show .swiper_box > div {
  position: static;
}
.product_show .swiper_box + .head {
  max-width: 60.8rem;
}
.product_show .product_show_gallery_swiper {
  overflow: hidden;
  background-image: linear-gradient(to bottom, #edf0f2 6.3%, #fff 52%, #edf0f2 94%);
}
.product_show .product_show_gallery_swiper .img {
  display: block;
  padding-bottom: 84.89326765%;
  cursor: zoom-in;
}
.product_show .product_show_gallery_swiper .img.img_ab img {
  width: 80.4598%;
  height: 94.7776%;
  left: 7.4877%;
  top: 4.0619%;
}
.product_show .product_show_thumbs_swiper {
  overflow: hidden;
  padding: 1px;
  margin: 1.3rem -1px 0;
}
.product_show .product_show_thumbs_swiper .swiper-slide {
  position: relative;
  width: 24%;
  max-width: 14.2rem;
  cursor: pointer;
}
.product_show .product_show_thumbs_swiper .swiper-slide::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: -1px;
  content: '';
  border-radius: var(--rd);
  border: 2px solid #1779d1;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.product_show .product_show_thumbs_swiper .swiper-slide-thumb-active::after {
  opacity: 1;
}
.product_show .product_show_thumbs_swiper .img {
  display: block;
  padding-bottom: 84.89326765%;
  background-image: linear-gradient(to bottom, #edf0f2 6.3%, #fff 52%, #edf0f2 94%);
  overflow: hidden;
}
.product_show .product_show_thumbs_swiper .img.img_ab img {
  width: 87.3239%;
  height: 102.4793%;
  left: 6.1972%;
  top: -3.3058%;
}
.product_show .head {
  flex: 1;
  width: 100%;
  margin-top: -1px;
}
.product_show .head h1 {
  font-size: 4.2rem;
  line-height: 1.3333;
  font-weight: 600;
}
.product_show .head strong {
  display: block;
  font-size: 2.2rem;
  line-height: 1.18181818;
  font-weight: 500;
  color: var(--primary);
  max-width: 57rem;
  margin-top: 2.5rem;
  letter-spacing: 0.0078em;
}
.product_show .head p {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.005em;
}
.product_show p {
  margin-top: 3.5rem;
}
.product_show p + p {
  margin-top: 1.2rem;
}
.product_show .btns {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e4e9ee;
  padding-top: 2.8rem;
  gap: 2.5rem;
  margin-top: 4.6rem;
}
.product_show .btns .btn,
.product_show .btns .btn_line {
  flex: 1 0 14rem;
  padding: 0 2rem;
}
.product_show .btns .btn {
  min-width: 50%;
}
.product_specification {
  padding: 13.7rem 0;
}
.product_specification .head h2::before {
  left: 0;
}
.product_specification .table {
  margin-top: 4.5rem;
}
.product_specification table th:first-child,
.product_specification table td:first-child {
  width: 35.6%;
}
.product_specification table th {
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  background-color: var(--primary);
  text-transform: uppercase;
  text-align: left;
  border-right: 1px solid rgba(228, 233, 238, 0.5);
  padding: 1.9rem 2.9rem;
}
.product_specification table th:last-child {
  border-right-color: transparent;
}
.product_specification table td {
  font-size: 1.9rem;
  font-weight: 500;
  color: #333e4a;
  border-right: 1px solid #e4e9ee;
  border-bottom: 1px solid #e4e9ee;
  padding: 1.9rem 2.9rem 1.3rem;
  letter-spacing: 0.00368em;
}
.product_specification table td:first-child {
  font-weight: 400;
  color: #5e6a75;
  border-left: 1px solid #e4e9ee;
  letter-spacing: normal;
}
.product_specification table tbody tr:nth-child(odd) {
  background-color: #f4f7fb;
}
.product_capabilities {
  overflow: hidden;
  padding: 13.7rem 0 13.5rem;
}
.product_capabilities .items {
  position: relative;
  z-index: 2;
  min-height: 52rem;
  margin-top: 6rem;
  padding: 3.4rem 0;
}
.product_capabilities .items::before {
  position: absolute;
  width: 100vw;
  left: 50%;
  top: 0;
  bottom: 0;
  background-color: var(--bg2);
  content: '';
  transform: translateX(-50%);
  z-index: -1;
}
.product_capabilities .items > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 0;
}
.product_capabilities .items .item {
  padding-right: 1rem;
}
.product_capabilities .items .item h3 {
  font-size: 3.6rem;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
}
.product_capabilities .items .item ul {
  font-size: 2.2rem;
  line-height: 1.27272727;
  color: var(--text);
  margin-top: 2.1rem;
  letter-spacing: -0.0091em;
}
.product_capabilities .items .item ul li + li {
  margin-top: 1.2rem;
}
.product_capabilities .items .item ul li {
  position: relative;
  padding-left: 0.8182em;
}
.product_capabilities .items .item ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '•';
}
.product_body {
  padding: 0 0 4rem;
}
.product_body p {
  font-size: 2rem;
  line-height: 1.5;
}
.product_body p + p {
  margin-top: 1.2rem;
}
.product_show:has(+ .product_related),
.product_show:has(+ .product_body) {
  padding-bottom: 6.5rem;
}
.product_show + .product_related {
  padding-top: 8rem;
}
.product_related {
  padding: 13.5rem 0 8.5rem;
}
.product_related .product_related_swiper {
  overflow: hidden;
  margin-top: 5rem;
}
.product_related .product_list .img {
  margin-top: -1px;
}
.product_related .product_list .title {
  padding-top: 0.3rem;
}
.product_related .swiper_con {
  position: static;
  margin-top: 4rem;
}
.product_related .swiper_btns.middle {
  top: 46.7%;
}
@media screen and (max-width: 768px) {
  .product_breadcrumbs {
    padding: 10px 0;
  }
  .product_breadcrumbs .breadcrumbs {
    min-height: unset;
  }
  .product_show {
    padding: 30px 0 50px;
  }
  .product_show .swiper_box {
    top: 80px;
  }
  .product_show .product_show_thumbs_swiper {
    margin-top: 10px;
  }
  .product_show .product_show_thumbs_swiper .swiper-slide {
    max-width: 70px;
  }
  .product_show .head {
    margin: 0;
  }
  .product_show .head h1 {
    font-size: 30px;
  }
  .product_show .head strong {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .product_show .head p {
    font-size: 14px;
  }
  .product_show .btns {
    padding-top: 16px;
  }
  .product_specification {
    padding: 50px 0;
  }
  .product_specification .table {
    margin-top: 30px;
  }
  .product_specification table th {
    font-size: 15px;
    padding: 14px;
  }
  .product_specification table td {
    font-size: 14px;
    padding: 14px;
  }
  .product_capabilities {
    padding: 50px 0;
  }
  .product_capabilities .items {
    min-height: unset;
    padding: 30px 0;
    margin-top: 30px;
  }
  .product_capabilities .items > div {
    gap: 30px 16px;
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
  }
  .product_capabilities .items .item {
    padding: 0;
  }
  .product_capabilities .items .item h3 {
    font-size: 20px;
  }
  .product_capabilities .items .item ul {
    font-size: 14px;
    margin-top: 12px;
  }
  .product_capabilities .items .item ul li + li {
    margin-top: 10px;
  }
  .product_related {
    padding: 50px 0;
    overflow: hidden;
  }
  .product_related .product_related_swiper {
    overflow: unset;
    margin-top: 30px;
  }
  .product_related .product_list .title {
    padding: 0;
  }
  .product_related .swiper_con {
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
  .product_related .swiper_con .swiper_btns {
    width: auto;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .product_show .swiper_box {
    width: 100%;
    position: static;
  }
} 

.glightbox-container .gslide-media,
.glightbox-container .gslide-image,
.glightbox-container .gslide-image img {
  background-color: #fff;
}
.glightbox-container .gclose .garrow,
.glightbox-container .gnext .garrow,
.glightbox-container .gprev .garrow {
  stroke: #333;
}
.glightbox-container .gclose path,
.glightbox-container .gnext path,
.glightbox-container .gprev path {
  fill: #333;
}
