.product_show {
  padding: 5.6rem 0 4.2rem;
}
.product_show .breadcrumbs {
  margin-bottom: 2rem;
}
.product_show .breadcrumbs a:hover {
  color: var(--theme_color);
  text-decoration: underline;
}
.product_show .left {
  width: 43.888%;
}
.product_show .product_show_swiper {
  overflow: hidden;
}
.product_show .product_show_swiper a {
  display: block;
}
.product_show .product_show_swiper a:hover img {
  transform: scale(1.03);
}
.product_show .product_show_swiper a .img {
  aspect-ratio: 1;
  max-width: 61rem;
  width: 100%;
  margin: 0 auto;
}
.product_show .swiper-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  gap: 1rem;
}
.product_show .swiper-prev,
.product_show .swiper-next {
  width: 1.9rem;
  height: 2.6rem;
  background: url(../img/arr-thr.svg) no-repeat center / contain;
  cursor: pointer;
  transition: all 0.3s;
}
.product_show .swiper-prev {
  transform: rotate(-180deg);
}
.product_show .swiper-button-disabled {
  filter: contrast(0) brightness(1.6);
}
.product_show .product_show_thumb_swiper {
  overflow: hidden;
  flex: 1;
  max-width: 53.6rem;
}
.product_show .product_show_thumb_swiper .swiper-slide {
  border: 1px solid rgba(23, 23, 23, 0.1);
  transition: all 0.3s;
  cursor: pointer;
  opacity: .5;
}
.product_show .product_show_thumb_swiper .swiper-slide-thumb-active {
  border-color: #161616;
  opacity: 1;
}
.product_show .product_show_thumb_swiper .img {
  aspect-ratio: 1;
  transition: all 0.3s;
}
.product_show .right {
  flex: 1;
  max-width: 57.9rem;
  padding-top: 3.9rem;
}
.product_show .right h1 {
  font-size: 7.6rem;
  font-weight: 400;
  line-height: 1;
}
.product_show .right h1::after {
  content: '';
  display: inline-block;
  width: 2.8rem;
  height: 4.2rem;
  margin-left: 2.2rem;
  margin-bottom: 2.5rem;
  background: url(../img/h2icon.svg) no-repeat center / contain;
}
.product_show .right .desc {
  font-size: 2.2rem;
  color: #505050;
  line-height: 3.2rem;
  text-transform: uppercase;
  margin-top: 2rem;
  display: block;
}
.product_show .right .desc::after {
  content: '';
  display: block;
  width: 4.7rem;
  height: 0.6rem;
  background-color: var(--theme_color);
  transform: skewX(-42deg);
  margin-top: 2.7rem;
}
.product_show .right p {
  font-size: 1.7rem;
  color: #505050;
  line-height: 2.8rem;
  margin-top: 3.3rem;
}
.product_show .right .param {
  border-top: 1px solid rgba(22, 22, 22, 0.15);
  margin-top: 2rem;
  padding-top: 4rem;
}
.product_show .right .param ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.product_show .right .param li {
  flex: 1;
}
.product_show .right .param i {
  display: block;
  width: 3.1rem;
  height: 3.1rem;
  background: no-repeat center / contain;
}
.product_show .right .param strong {
  font-size: 2.6rem;
  font-weight: 900;
  text-transform: uppercase;
  /* font-family: 'Impact', sans-serif; */
  font-family: 'Oswald', sans-serif;
  display: block;
  margin-top: 1.4rem;
}
.product_show .right .param span {
  display: block;
  font-size: 1.5rem;
  color: rgba(22, 22, 22, 0.58);
  text-transform: uppercase;
  margin-top: 1.1rem;
}
.product_show .right .btns {
  margin-top: 5.8rem;
}
.product_show .right .btns a {
  width: 100%;
  text-align: center;
  justify-content: center;
}
.product_show .right .btns .btn::before {
  background-image: url(../img/btnbg2.svg);
}
.product_show .right .btns .down {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  background-color: #161616;
  transition: all 0.3s;
  text-transform: uppercase;
  gap: 1.6rem;
  padding: 1.9rem 2rem;
  margin-top: 1.6rem;
}
.product_show .right .btns .down:hover {
  background-color: var(--theme_color);
}
.product_show .right .btns .down::after {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/downicon.svg) no-repeat center / contain;
}
.product_show .attrs {
  border-top: 1px solid rgba(22, 22, 22, 0.15);
  margin-top: 3rem;
  padding-top: 4rem;
  font-size: 15px;
  line-height: 1.5;
}
.product_show .attrs p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}
.product_show .attrs table {
  border: none;
}
.product_show .attrs td {
  border: none;
  vertical-align: top;
  padding: 8px 0;
}
.product_nav {
  padding: 5rem 0;
}
.product_nav a {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Oswald", serif;
  color: #606060;
  display: block;
  padding: 2rem 0 0;
  transition: all 0.3s;
}
.product_nav a:hover {
  color: #161616;
}
.product_nav a:hover::after {
  opacity: 1;
}
.product_nav a::after {
  content: '';
  display: block;
  width: 120%;
  height: 0.6rem;
  position: relative;
  margin-top: 2rem;
  opacity: 0;
  transition: all 0.3s;
  background-color: var(--theme_color);
  transform: translate(-5%,50%) skewX(-42deg);
}
.product_nav ul {
  display: flex;
  border-bottom: 1px solid rgba(22, 22, 22, 0.15);
  gap: 4rem;
}
.product_nav li:first-child {
  margin-left: auto;
}
.product_nav li:last-child {
  margin-right: auto;
}
.product_nav li.active a {
  color: #161616;
}
.product_nav li.active a::after {
  opacity: 1;
}
.product_features2{
  padding: 4rem 0 14rem;
}
.product_features2 .main{
  padding-top: 7.5rem;
}
.product_features2 .main ul{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 9rem 6%;
}
.product_features2 .main ul li strong{
  display: block;
  padding-bottom: 2.8rem;
  font-size: 3.3rem;
  font-family: "Oswald" , sans-serif;
  line-height: 1.3;
  border-bottom: 1px solid rgba(22, 22, 22, 0.15);
  margin-bottom: 3rem;
}
.product_features2 .main ul li strong span{
  color: var(--theme_color);
}
.product_features2 .main ul li p{
  font-size: 17px;
  color: #666;
  line-height: 1.6;
}
.product_specs {
  padding: 15.6rem 0 11.4rem;
  overflow: hidden;
  background: url(../img/specsbg.jpg) no-repeat center top / cover;
}
.product_specs .head {
  width: 156.4rem;
  max-width: calc(100vw - 10rem);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.product_specs .head h2 {
  color: #fff;
}
.product_specs .nav {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.product_specs .nav .nav_item {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background-color: rgba(48, 48, 48, 0.9);
  text-align: center;
  min-width: 15.2rem;
  padding: 1.3rem 2.65rem;
  cursor: pointer;
  transition: all 0.3s;
}
.product_specs .nav .nav_item.active,
.product_specs .nav .nav_item:hover {
  background-color: var(--theme_color);
}
.product_specs .table {
  position: relative;
  z-index: 2;
  padding-top: 4.4rem;
  margin-top: 4rem;
  padding-bottom: 3.5rem;
  display: none;
}
.product_specs .table.active {
  display: block;
}
.product_specs .table::after {
  content: '';
  display: block;
  width: 108.6111%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(18, 18, 18, 0.9);
  z-index: -1;
}
.product_specs .table table {
  width: 100%;
  border-collapse: collapse;
}
.product_specs .table td {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.5rem;
  text-align: center;
  font-weight: 300;
  padding: 2.6rem 1rem;
}
.product_specs .table td:first-child {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: start;
  width: 17.01388%;
  padding-left: 0;
  text-transform: uppercase;
}
.product_specs .table tr {
  border-bottom: 1px solid rgba(181, 188, 187, 0.24);
}
.product_specs .table tr:first-child {
  border: none;
}
.product_specs .table tr:first-child td {
  font-family: 'oswald', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  padding-bottom: 3.6rem;
}
.product_specs .table tr:last-child {
  border: none;
}
.product_specs .table tr:nth-child(2) td:not(:first-child) {
  background-color: rgba(35, 35, 35, 0.9);
  text-transform: uppercase;
  font-weight: 600;
  padding: 2rem 1rem;
}
.product_specs .table[data-columns] tr td {
  background-color: transparent !important;
}
.product_specs .desc {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 2.3rem;
  /* margin-bottom: 2.8rem; */
  margin-top: 5.7rem;
}
.product_specs p {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 2.3rem;
}
.product_look2{
  padding: 11rem 0;
}
.product_look2 .head{
  margin-bottom: 5.5rem;
}
.product_look2 li img{
  display: block;
  width: 100%;
  height: auto;
}
.product_look2 li + li{
  margin-top: 1rem;
}
.product_reviews {
  padding: 9.3rem 0 10rem;
}
.product_reviews .list {
  margin-top: 5.6rem;
}
.product_reviews .list .explore_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7rem;
}
.product_related {
  padding: 14.1rem 0 14rem;
}
.product_related .product_related_swiper {
  margin-top: 6.3rem;
  overflow: hidden;
}
.product_related p.center:has(.btn) {
  min-height: 6rem;
  margin-top: 6.5rem;
}
.product_related p.center:has(.btn) .btn {
  margin: 0 auto;
}
.product_downloads2{
  padding: 11rem 0 12rem;
  background-color: rgba(240, 234, 218, 0.44);
}
.product_downloads2 .head{
  margin-bottom: 10rem;
}
.product_downloads2 .main ul li a > span{
  font-size: 2.3rem;
  font-weight: 900;
  color: var(--theme_color);
  /* font-family: "Impact", sans-serif; */
  font-family: 'Oswald', sans-serif;
}
.product_downloads2 .main ul li .flex{
  align-items: center;
  justify-content: space-between;
}
.product_downloads2 .main ul li strong{
  flex: 1;
  font-size: 4rem;
  /* font-family: "Impact", sans-serif; */
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}
.product_downloads2 .main ul li .btn:after{
  background-image: url('../img/downicon.svg');
  width: 1.6rem;
  height: 1.6rem;
}
.product_downloads2 .main ul li a{
  display: block;
  padding: 4rem 0;
  border-bottom: 1px solid #c6c6c6;
}