.product_breadcrumbs {
  background-color: #f8faf9;
  padding: 1.6rem 0 1.8rem;
  margin-top: 1.2rem;
}
.product_breadcrumbs .breadcrumbs {
  line-height: 2rem;
  min-height: 2rem;
}
.product_breadcrumbs .breadcrumbs span {
  font-size: 1.534rem;
  font-weight: 500;
  color: #0b7a3f;
}
.product_breadcrumbs .breadcrumbs span span::before {
  display: inline-block;
  content: '';
  width: 1px;
  height: 0.913em;
  background-color: #999;
  transform: rotate(18deg);
  margin: 0 0.6519em 0 0.456em;
}
.product_breadcrumbs .breadcrumbs span span:first-child::before {
  display: none;
}
.product_breadcrumbs .breadcrumbs span span:nth-child(2)::before {
  margin-left: 0.652em;
}
.product_breadcrumbs .breadcrumbs span a {
  color: #666;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.product_breadcrumbs .breadcrumbs span a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.product_show {
  padding: 2.9rem 0 8.5rem;
}
.product_show .swiper_box {
  width: 46.94444444%;
}
.product_show .swiper_box + .head {
  max-width: 68.8rem;
}
.product_show .product_show_gallery_swiper {
  overflow: hidden;
}
.product_show .product_show_gallery_swiper .img {
  display: flex;
  justify-content: center;
  padding-bottom: 72.4852071%;
}
.product_show .product_show_gallery_swiper .img img {
  left: unset;
  width: 72.4852071%;
}
.product_show .product_show_gallery_swiper .tag {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  font-size: 1.303rem;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background-color: #0b7a3f;
  border-radius: 1.33em;
  padding: 0.555em 1.1896em;
  margin: 5.33% 3.10651%;
  letter-spacing: 0.054em;
}
.product_show .product_show_thumbs_swiper {
  overflow: hidden;
  padding: 1px 3px;
  margin-top: 2rem;
}
.product_show .product_show_thumbs_swiper .swiper-slide {
  position: relative;
  --radius: 1.2rem;
  border-radius: var(--radius);
  border: 1px solid #f0f7f2;
  cursor: pointer;
  max-width: 9.7rem;
}
.product_show .product_show_thumbs_swiper .swiper-slide::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: var(--radius);
  border: 2px solid #0b7a3f;
  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 {
  padding-bottom: 100%;
  overflow: hidden;
}
.product_show .product_show_thumbs_swiper .img img {
  left: 3.1579%;
  top: -1px;
}
.product_show .head {
  flex: 1;
  padding-top: 4.8rem;
}
.product_show .tcon > em {
  font-size: 1.2rem;
  color: #7dc242;
  margin-bottom: 2.1rem;
  letter-spacing: 0.15em;
}
.product_show .tcon h1 {
  font-size: 4.6rem;
}
.product_show .tcon p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #666;
  max-width: 47rem;
  margin-top: 2.2rem;
}
.product_show .features {
  border-bottom: 1px solid #e8efe9;
  padding-bottom: 2.5rem;
  margin-top: 4.3rem;
}
.product_show .features ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6rem;
}
.product_show .features li {
  display: grid;
  grid-template-columns: 4rem 1fr;
  align-items: center;
  gap: 1rem;
}
.product_show .features .icon {
  padding-bottom: 100%;
  border-radius: 1rem;
  background-color: #f0f7f2;
}
.product_show .features .icon img {
  transform: scale(0.5);
}
.product_show .features strong {
  font-size: 1.2rem;
  font-weight: 400;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.product_show .features p {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-top: 0.4rem;
  margin-bottom: 0.8rem;
}
.product_show .btns {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.6rem;
  gap: 1.5rem;
}
.product_show .btns .btn,
.product_show .btns .btn_line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  font-size: 1.5rem;
  border-radius: 0.8em;
  gap: 1.1rem;
  line-height: 5.6rem;
}
.product_show .btns .btn::after,
.product_show .btns .btn_line::after {
  display: none;
}
.product_show .btns .btn::before,
.product_show .btns .btn_line::before {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 1em;
  height: 1.133em;
  background: no-repeat center right / contain;
  transition: all 0.3s;
}
.product_show .btns .btn {
  background-color: #0b7a3f;
  border-color: #0b7a3f;
}
.product_show .btns .btn::before {
  background-image: url("../images/icon-file.svg");
  filter: contrast(0) brightness(2);
}
.product_show .btns .btn:hover {
  background-color: transparent;
}
.product_show .btns .btn:hover::before {
  filter: unset;
}
.product_show .btns .btn_line {
  line-height: 5.7rem;
  border-color: #e5e5e5;
  color: #1a1a1a;
  padding: 0 3.05rem;
}
.product_show .btns .btn_line::before {
  background-image: url("../images/icon-download.svg");
  filter: contrast(0) brightness(0);
}
.product_show .btns .btn_line:hover {
  border-color: var(--primary);
  color: #fff;
}
.product_show .btns .btn_line:hover::before {
  filter: contrast(0) brightness(2);
}
.product_show .certificates {
  margin-top: 4.5rem;
}
.product_show .certificates ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3.67rem;
}
.product_show .certificates li {
  display: inline-grid;
  grid-template-columns: 1.1266em 1fr;
  align-items: center;
  font-size: 1.509rem;
  font-weight: 500;
  color: #1c1c1c;
  gap: 1.4rem;
}
.product_show .certificates li::before {
  display: block;
  padding-bottom: 100%;
  content: '';
  background: url("../images/icon-certify-full.svg") no-repeat center / contain;
}
.product_advantages {
  background-color: var(--bg);
  padding: 10.5rem 0 15rem;
}
.product_advantages.img_bg > img {
  height: auto;
  filter: contrast(0) brightness(2);
}
.product_advantages.img_bg > img:nth-of-type(2) {
  top: unset;
  bottom: 0;
}
.product_advantages .head > em {
  margin-bottom: 2.5rem;
}
.product_advantages .head h2 {
  font-size: 4rem;
}
.product_advantages .flex {
  margin-top: 5.2rem;
}
.product_advantages .items {
  width: 47.56944444%;
}
.product_advantages .items li + li {
  margin-top: 1.4rem;
}
.product_advantages .items .item {
  display: grid;
  grid-template-columns: 4.4rem 1fr;
  align-items: start;
  background-color: #fff;
  border-radius: 1.2rem;
  gap: 1.4rem;
  padding: 1.7rem 2.1rem 2rem;
}
.product_advantages .items .icon {
  padding-bottom: 100%;
  border-radius: 1rem;
  background-color: #0b7a3f;
}
.product_advantages .items .icon img {
  transform: scale(0.5);
}
.product_advantages .items .info {
  padding-top: 2px;
}
.product_advantages .items .info h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1a1a1a;
}
.product_advantages .items .info p {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #888;
  max-width: 47rem;
  margin-top: 0.4rem;
}
.product_advantages .desc {
  flex: 1;
  width: 100%;
  max-width: 68.6rem;
}
.product_advantages .desc p {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #555;
  hyphens: auto;
  max-width: 59rem;
  letter-spacing: 0.005333em;
}
.product_advantages .desc p + p {
  margin-top: 1.5rem;
}
.product_advantages .desc p:last-child {
  margin-top: 1.8rem;
}
.product_spec {
  padding: 8.2rem 0 7.9rem;
}
.product_spec .head > em {
  margin-bottom: 1.5rem;
}
.product_spec .head h2 {
  font-size: 4rem;
}
.product_spec .table {
  max-width: 123.3rem;
  border: 1px solid #e8efe9;
  --radius: 2rem;
  border-radius: var(--radius);
  margin: 6.1rem auto 0;
}
.product_spec table td,
.product_spec table th {
  font-size: 1.5rem;
  font-weight: 500;
  color: #1a1a1a;
  text-align: left;
  padding: 2.1rem 3.2rem 2.46rem;
}
.product_spec table th {
  color: #686868;
  background-color: #fafcfb;
  width: 34.95%;
}
.product_spec table tr + tr td {
  border-top: 1px solid #f0f4f1;
}
.product_spec table tr:first-child th {
  border-top-left-radius: var(--radius);
}
.product_spec table tr:last-child th {
  border-bottom-left-radius: var(--radius);
}
.product_spec p.center:has(.btn) {
  margin-top: 4.8rem;
}
.product_spec p.center:has(.btn) .btn {
  flex-direction: row-reverse;
  font-size: 1.5rem;
  border-radius: 0.8em;
  background-color: #0b7a3f;
  border-color: #0b7a3f;
  gap: 2.1rem;
  line-height: 5.8rem;
  padding: 0 2.2rem;
}
.product_spec p.center:has(.btn) .btn::after {
  width: 1.133em;
  height: 1.133em;
  background-image: url("../images/icon-download.svg");
  transform: translate(0);
}
.product_spec p.center:has(.btn) .btn:hover {
  background-color: transparent;
  color: #0b7a3f;
}
.product_related {
  padding: 8rem 0 14.7rem;
}
.product_related .head > em {
  margin-bottom: 1.6rem;
}
.product_related .head h2 {
  font-size: 4rem;
}
.product_related p {
  max-width: 82.9rem;
  margin-top: 2.7rem;
}
.product_related .product_related_swiper {
  overflow: hidden;
  margin-top: 4.2rem;
  padding-top: 5.347222%;
  padding-bottom: 2.1527778%;
}
.product_related .product_related_swiper .swiper-slide {
  max-width: 342px;
}
.product_related .category_list .img {
  width: 85.96491228%;
  margin-top: -22.51461988%;
}
.product_related .category_list .title {
  font-size: 2.355rem;
}
.product_related .category_list .desc {
  max-width: 27.2rem;
  font-size: 1.668rem;
}
.product_related .category_list .btn_c {
  width: 18.42%;
  padding-bottom: 18.42%;
  margin-bottom: -9.06433%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .product_related .product_related_swiper {
    padding-top: 7%;
    padding-bottom: 3%;
  }
}
@media screen and (max-width: 768px) {
  .product_breadcrumbs {
    padding: 10px 0;
    margin: 0;
  }
  .product_breadcrumbs .breadcrumbs {
    line-height: 20px;
    min-height: 20px;
  }
  .product_breadcrumbs .breadcrumbs span {
    font-size: 14px;
    font-size: 12px;
  }
  .product_breadcrumbs .breadcrumbs span span::before {
    height: 0.6em;
    margin: 0 0.6em;
  }
  .product_breadcrumbs .breadcrumbs span span:nth-child(2)::before {
    margin-left: 0.6em;
  }
  .product_show {
    padding: 30px 0 50px;
  }
  .product_show .product_show_gallery_swiper .tag {
    font-size: 12px;
    padding: 0.4em 1em;
  }
  .product_show .product_show_thumbs_swiper {
    padding: 1px;
    margin-top: 14px;
  }
  .product_show .product_show_thumbs_swiper .swiper-slide {
    --radius: 8px;
    max-width: 70px;
  }
  .product_show .head {
    padding: 0;
  }
  .product_show .tcon > em {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .product_show .tcon h1 {
    font-size: 25px;
  }
  .product_show .tcon p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .product_show .features {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .product_show .features ul {
    gap: 20px;
  }
  .product_show .features li {
    grid-template-columns: 40px 1fr;
    gap: 12px;
  }
  .product_show .features .icon {
    border-radius: 5px;
  }
  .product_show .features strong {
    font-size: 12px;
  }
  .product_show .features p {
    font-size: 14px;
    margin: 5px 0 0;
  }
  .product_show .btns {
    flex-direction: column;
  }
  .product_show .btns .btn,
  .product_show .btns .btn_line {
    border-width: 1px;
    line-height: 40px;
    padding: 0 20px;
    gap: 8px;
    font-size: 14px;
    border-radius: 5px;
  }
  .product_show .certificates {
    margin-top: 20px;
  }
  .product_show .certificates ul {
    gap: 20px;
  }
  .product_show .certificates li {
    font-size: 13px;
    gap: 12px;
  }
  .product_advantages {
    padding: 50px 0;
  }
  .product_advantages .head.em {
    margin-bottom: 8px;
  }
  .product_advantages .head h2 {
    font-size: 22px;
  }
  .product_advantages .flex {
    margin-top: 30px;
  }
  .product_advantages .items li + li {
    margin-top: 12px;
  }
  .product_advantages .items .item {
    border-radius: 10px;
    padding: 20px;
    gap: 12px;
    grid-template-columns: 40px 1fr;
  }
  .product_advantages .items .icon {
    border-radius: 5px;
  }
  .product_advantages .items .info {
    padding: 0;
  }
  .product_advantages .items .info h3 {
    font-size: 15px;
  }
  .product_advantages .items .info p {
    font-size: 13px;
    margin-top: 2px;
  }
  .product_advantages .desc p {
    font-size: 14px;
    line-height: 1.5;
  }
  .product_advantages .desc p + p {
    margin-top: 10px;
  }
  .product_advantages .desc p:last-child {
    margin-top: 10px;
  }
  .product_spec .head.em {
    margin-bottom: 8px;
  }
  .product_spec .head h2 {
    font-size: 22px;
  }
  .product_spec .table {
    --radius: 10px;
    margin-top: 30px;
  }
  .product_spec table th,
  .product_spec table td {
    font-size: 14px;
    padding: 14px 16px;
  }
  .product_spec p.center:has(.btn) {
    margin-top: 30px;
  }
  .product_spec p.center:has(.btn) .btn {
    font-size: 14px;
    gap: 8px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 5px;
  }
  .product_related {
    overflow: hidden;
    padding: 50px 0;
  }
  .product_related .head.em {
    margin-bottom: 8px;
  }
  .product_related .head h2 {
    font-size: 22px;
  }
  .product_related .product_related_swiper {
    overflow: unset;
    padding: 50px 0 20px;
  }
  .product_related .product_related_swiper .swiper-slide {
    max-width: 282px;
  }
  .product_related .category_list .img {
    margin-top: -50px;
  }
  .product_related .category_list .title {
    font-size: 18px;
  }
  .product_related .category_list .desc {
    font-size: 14px;
  }
  .product_related .category_list .btn_c {
    width: 40px;
    padding: 0;
    height: 40px;
    margin-bottom: -20px;
  }
  .product_related .swiper_btns.middle {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .product_show .swiper_box {
    width: 100%;
  }
  .product_advantages .items {
    width: 100%;
  }
}
