.block-products-vThree {
  background: #001317;
  padding-top: 50px;
  margin-bottom: 100px;
  position: relative;
  margin-top: 10vw;
}
.block-products-vThree .items-title-wrapper {
  position: absolute;
  bottom: 95%;
  left: 0px;
  width: 100%;
}
.block-products-vThree .items-title-wrapper .swiper-titles {
  margin-left: calc((100% - 1430px) / 2);
}
.block-products-vThree .b-titie.swiper-slide-thumb-active {
  opacity: 1!important;
}
.block-products-vThree .b-titie {
  font-weight: 700;
  font-size: 8vw;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  color: #001317;
  opacity: 0!important;
  transition: opacity 0.8s ease;
}
.block-products-vThree .b-titie.active {
  opacity: 1;
}
.block-products-vThree .block-products-vThree-row {
  display: flex;
}
.block-products-vThree .block-products-vThree-row .block-products-swiper {
  width: 35%;
}
.block-products-vThree .block-products-vThree-row .block-products-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
}
.block-products-vThree .block-products-vThree-row .block-products-swiper .swiper-wrapper .swiper-slide .slide-item {
  margin-top: auto;
  position: relative;
  padding-top: 90%;
}
.block-products-vThree .block-products-vThree-row .block-products-swiper .swiper-wrapper .swiper-slide .slide-item img {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.block-products-vThree .block-products-vThree-row .block-products-swiper-thumbs {
  width: 65%;
  padding-left: 30px;
  padding-bottom: 30px;
}
.block-products-vThree .block-products-vThree-row .block-products-swiper-thumbs .swiper-wrapper .swiper-slide {
  opacity: 0 !important;
  transition: opacity 0.3s ease;
}
.block-products-vThree .block-products-vThree-row .block-products-swiper-thumbs .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.block-products-vThree .block-products-vThree-row .block-products-swiper-thumbs .swiper-wrapper .swiper-slide .offer-slide .tags-wrapper {
  display: flex;
  grid-gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.block-products-vThree .block-products-vThree-row .block-products-swiper-thumbs .swiper-wrapper .swiper-slide .offer-slide .tags-wrapper .tag-item {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-weight: 800;
  font-size: 10px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 2px 10px;
}
.block-products-vThree .block-products-vThree-row .block-products-swiper-thumbs .swiper-wrapper .swiper-slide .offer-slide .block-title {
  margin-bottom: 40px;
}
.block-products-vThree .block-products-vThree-row .swiper-pagination {
  /* margin-top: 20px; */
  display: none;
  margin-bottom: 20px;
}
.block-products-vThree .woocommerce-product-attributes.not-visible {
  display: block;
  position: relative;
  max-height: 215px;
  overflow-y: hidden;
}
.block-products-vThree .woocommerce-product-attributes.not-visible::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 19, 23, 0) 0%, #001317 93.75%);
  width: 100%;
  height: 130px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.block-products-vThree .more {
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  text-decoration-line: underline;
  color: #82F970;
  display: inline-block;
  margin-top: 5px;
}

@media (min-width: 1921px) {
  .block-products-vThree .b-titie {
    font-size: 140px;
  }
}

@media (max-width: 1670px) {
  .block-products-vThree .items-title-wrapper {
    /* left: 15px; */
  }
  .block-products-vThree .items-title-wrapper .swiper-titles {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 1200px) {
  .block-products-vThree {
    padding-bottom: 30px;
  }
  .block-products-vThree .items-title-wrapper {
    left: 50%;
    transform: translateX(-50%);
    bottom: 97%;
  }
  .block-products-vThree .block-products-vThree-row {
    flex-direction: column;
  }
  .block-products-vThree .block-products-vThree-row .block-products-swiper {
    margin-bottom: 30px;
  }
  .block-products-vThree .block-products-vThree-row .block-products-swiper .swiper-wrapper .swiper-slide .slide-item {
    padding-top: 100%;
  }
  .block-products-vThree .block-products-vThree-row .block-products-swiper-thumbs {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 0px;
  }
  .block-products-vThree .block-products-vThree-row .swiper-pagination {
    display: block;
  }
}
@media (max-width: 991px) {
  .block-products-vThree {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .block-products-vThree .b-titie {
    font-size: 40px;
    text-align: center;
  }
  .block-products-vThree .items-title-wrapper {
    bottom: auto;
    top: -34px;
  }
  .block-products-vThree .block-products-vThree-row .block-products-swiper {
    width: 100%;
    max-width: 500px;
  }
  .block-products-vThree .block-products-vThree-row .block-products-swiper .navigations {
    display: none;
  }
}
@media (max-width: 767px) {
  .block-products-vThree .block-products-vThree-row .block-products-swiper-thumbs .swiper-wrapper .swiper-slide .offer-slide .block-title {
    margin-bottom: 30px;
  }
  .block-products-vThree .woocommerce-product-attributes tbody {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media (max-width: 480px) {
  .block-products-vThree .woocommerce-product-attributes tbody tr.hidden {
    display: none;
  }
  .block-products-vThree .woocommerce-product-attributes tbody tr {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
  }
  .block-products-vThree .woocommerce-product-attributes tbody tr:last-child {
    margin-bottom: 0px;
  }
  .block-products-vThree .woocommerce-product-attributes tbody tr .woocommerce-product-attributes-item__label {
    border-bottom: 1px solid transparent;
  }
  .block-products-vThree .woocommerce-product-attributes tbody tr .woocommerce-product-attributes-item__value {
    border-bottom: none;
  }
  .block-products-vThree .block-products-vThree-row .block-products-swiper-thumbs .swiper-wrapper .swiper-slide .offer-slide .tags-wrapper {
    justify-content: center;
  }
  .block-products-vThree .block-products-vThree-row .block-products-swiper-thumbs .swiper-wrapper .swiper-slide .offer-slide .block-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}