.product_show {
  background-color: #f5f1e6;
  padding: 8.9rem 0 11.3rem;
}
.product_show .breadcrumbs span {
  font-size: 1.4rem;
  font-weight: 600;
}
.product_show .breadcrumbs span span::before {
  content: ' / ';
  color: #cfc8b8;
  font-weight: 400;
  margin: 0 0.43em;
}
.product_show .breadcrumbs span span:first-child::before {
  display: none;
}
.product_show .breadcrumbs span a {
  font-weight: 400;
  color: var(--text);
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.product_show .breadcrumbs span a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.product_show .flex {
  margin-top: 3.1rem;
}
.product_show .swiper_box {
  position: sticky;
  top: 12rem;
  width: 44.13043478%;
}
.product_show .swiper_box > div {
  position: static;
}
.product_show .swiper_box + .head {
  max-width: 69.1rem;
}
.product_show .product_show_gallery_swiper {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid var(--border2);
  border-radius: 2.4rem;
}
.product_show .product_show_gallery_swiper .img.img_ab {
  display: block;
  padding-bottom: 84.90823723%;
}
.product_show .product_show_gallery_swiper .img.img_ab img {
  width: 84.1845%;
  height: 99.031%;
  left: 8.402%;
  top: -7.1705%;
}
.product_show .product_show_thumbs_swiper {
  margin: 2.8rem -1px 0;
  padding: 1px;
  --rd: 0.8rem;
  overflow: hidden;
  border-radius: var(--rd);
}
.product_show .product_show_thumbs_swiper .swiper-slide {
  position: relative;
  max-width: 10.7rem;
  border-radius: var(--rd);
  background-color: #fff;
  border: 1px solid var(--border2);
  cursor: pointer;
}
.product_show .product_show_thumbs_swiper .swiper-slide::after {
  position: absolute;
  left: -1.5px;
  top: -1.5px;
  bottom: -1.5px;
  right: -1.5px;
  content: '';
  border-radius: var(--rd);
  border: 2px solid var(--primary);
  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.img_ab {
  padding-bottom: 87.61904762%;
}
.product_show .product_show_thumbs_swiper .img.img_ab img {
  width: 84.2857%;
  height: 96.1957%;
  left: 5.7143%;
  top: -5.4348%;
}
.product_show .head {
  flex: 1;
  width: 100%;
  margin-top: -1px;
}
.product_show .tcon .metas {
  font-size: 1em;
  line-height: 1.2;
  font-weight: 600;
  color: var(--tertiary);
  text-transform: uppercase;
  margin: 0 0 1.1rem;
  letter-spacing: 0.075em;
}
.product_show .tcon h1 {
  font-size: 5.4rem;
  line-height: 1.07407407;
  font-weight: 700;
  max-width: 58rem;
  letter-spacing: 0.02778em;
}
.product_show .tcon p {
  margin-top: 4.2rem;
}
.product_show .tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.7rem;
  gap: 1.2rem 1.1rem;
}
.product_show .tags span {
  display: inline-grid;
  grid-template-columns: 0.58em auto;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid var(--border2);
  border-radius: 1.5em;
  gap: 0.57143em;
  padding: 0.8643em 1.82143em;
  min-width: 7.857em;
}
.product_show .tags span::before {
  display: block;
  padding-bottom: 100%;
  content: '';
  border-radius: 50%;
  background-color: var(--secondary);
}
.product_show .tags span.sm {
  padding: 0.8643em 1.25em;
}
.product_show .features {
  border-radius: 1.8rem;
  border: 1px solid var(--border2);
  background-color: var(--border2);
  overflow: hidden;
  margin-top: 3.4rem;
}
.product_show .features ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
}
.product_show .features li {
  background-color: #fff;
  padding: 4.6511628% 5.5232558%;
}
.product_show .features li p {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text);
  text-transform: uppercase;
  margin: 0 0 0.7rem;
  letter-spacing: 0.0833em;
}
.product_show .features li strong {
  font-size: 1.7rem;
  font-weight: 600;
}
.product_show .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 4rem;
}
.product_show .btn {
  gap: 1.4rem;
  min-width: 28rem;
}
.product_show .btn_line {
  flex-direction: row-reverse;
  gap: 0.9rem;
}
.product_show .btn_line::after {
  width: 0.9375em;
  height: 0.9375em;
  background-image: url("../img/icon-download.svg");
}
.page_products {
  padding: 17.1rem 0 17.6rem;
}
.page_products .head .btn_line {
  margin-bottom: 0.9rem;
}
.page_products .page_products_swiper {
  margin-top: 5.4rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .product_show .btn {
    min-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .product_show {
    padding: 20px 0 50px;
  }
  .product_show .breadcrumbs span {
    font-size: 13px;
  }
  .product_show .flex {
    margin-top: 30px;
  }
  .product_show .swiper_box {
    top: 80px;
  }
  .product_show .product_show_gallery_swiper {
    border-radius: 10px;
  }
  .product_show .product_show_thumbs_swiper {
    margin-top: 16px;
    --rd: 6px;
  }
  .product_show .product_show_thumbs_swiper .swiper-slide {
    max-width: 80px;
  }
  .product_show .head {
    margin: 0;
  }
  .product_show .tcon .metas {
    margin-bottom: 8px;
  }
  .product_show .tcon h1 {
    font-size: 30px;
    line-height: 1.2;
  }
  .product_show .tcon p {
    margin-top: 12px;
  }
  .product_show .tags {
    gap: 10px;
    margin-top: 16px;
  }
  .product_show .tags span {
    font-size: 13px;
    padding: 0.7em 1em;
  }
  .product_show .tags span.sm {
    padding: 0.7em 1em;
  }
  .product_show .features {
    margin-top: 20px;
    border-radius: 10px;
  }
  .product_show .features li {
    padding: 14px;
  }
  .product_show .features li p {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .product_show .features li strong {
    font-size: 14px;
  }
  .product_show .btns {
    flex-direction: column;
  }
  .page_products {
    padding: 50px 0;
  }
  .page_products .page_products_swiper {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .product_show .swiper_box {
    width: 100%;
    position: static;
  }
}
