.product-column {
  display: flex;
  justify-content: space-between;
}
.product-image {
  width: 48%;
  margin-right: 60px;
  position: sticky;
  top: 162px;
  height: 100%;
}

/* Стандартная галерея WooCommerce: не ломаем слайдер, zoom и миниатюры */
.product-image .woocommerce-product-gallery {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  margin: 0 !important;
}
.product-image .woocommerce-product-gallery__wrapper,
.product-image .flex-viewport {
  position: relative;
}
/* Картинки в галерее — адаптивно, без жёсткого absolute на все img */
.product-image .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Миниатюры (FlexSlider controlNav: thumbnails) — квадраты 100x100 */
.product-image .flex-control-nav.flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0 0 !important;
  padding: 0;
  list-style: none;
}
.product-image .flex-control-nav.flex-control-thumbs > li {
  width: 100px;
  height: 100px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  flex: 0 0 100px;
}
.product-image .flex-control-nav.flex-control-thumbs > li img {
  width: 100px !important;
  height: 100px !important;
  object-fit: cover;
  display: block;
}
.product-info {
  flex: 1;
}
.product-info > *:not(:last-child) {
  margin-bottom: 30px;
}
.product-section-title {
  margin-bottom: 20px;
}
.product-property__row {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 30px;
}
.product-property__row:not(:last-child) {
  margin-bottom: 15px;
}
.product-property__row.hidden {
  display: none;
}
.product-property__value {
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
}
.product-property__table.opened .product-property__row.hidden {
  display: grid;
}
.product-price {
  display: flex;
  justify-content: space-between;
}
.product-price__value {
  --color: var(--main);
  flex: 1;
}
.product-price__availability {
  padding-right: 30px;
  align-self: center;
}
.product-price__availability--green {
  color: #48C95F;
}
.product-price__availability--red {
  color: var(--main);
}
.product-btn {
  margin-left: auto;
}
.product-more {
  margin-top: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.product-more:hover {
  --color: var(--main);
}
.product-similar {
  margin-top: 80px;
}
.product-table {
  overflow: auto;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
}
.product-table:not(:last-child) {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .product-table:not(:last-child) {
    margin-bottom: 20px;
  }
}
.product-table__row {
  display: grid;
  grid-template-columns: 279px 173px 173px 271px 169px 1fr;
}
.product-table__row.head .product-table__td {
  background: var(--dark);
  padding: 15px 30px;
  font-weight: 700;
  --color: #fff;
}
.product-table__row:not(.head) .product-table__td {
  padding: 30px;
}
.product-table__row:not(.head):not(:last-child) {
  border-bottom: 1px solid #E0E0E0;
}
.product-table__row:not(.head):hover .product-table__td:first-child {
  --color: var(--main);
}
.product-table__row:not(.head):hover .product-link {
  background: transparent;
  --svgColor: var(--main);
}
.product-table__td {
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.product-table__td:not(:last-child) {
  border-right: 1px solid #E0E0E0;
}
.product-table__td:last-child {
  min-width: 100px;
  width: 100%;
  justify-content: center;
}
.product-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main);
  border: 1px solid var(--main);
  border-radius: 50%;
  transition: all 0.3s;
  --svgColor: #fff;
  --svgWidth: 20px;
  --svgHeight: 20px;
}
.product-tabs {
  margin-top: 80px;
}
.product-tabs__head {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.product-tabs__head .product-tab {
  --background: #A0A0A4;
  --border: #A0A0A4;
  flex-shrink: 0;
  margin-bottom: 15px;
}
.product-tabs__head .product-tab:not(:last-child) {
  margin-right: 20px;
}
.product-tabs__head .product-tab.active {
  --background: #14191B;
  --border: #14191B;
  pointer-events: none;
}
.product-tabs__head .product-tab:hover {
  --borderHover: #14191B;
  --colorHover: #14191B;
}
.product-tabs .product-tab__content {
  display: none;
}
.product-tabs .product-tab__content.active {
  display: block;
}
.product-video {
  width: 46.1%;
  height: 100%;
  margin-top: 80px;
  position: relative;
}
.product-video:before {
  content: "";
  padding-bottom: 74%;
  display: block;
}
.product-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-description-text {
  overflow-x: hidden;
}

.description-more {
  margin-top: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.description-more:hover {
  --color: var(--main);
}

@media (max-width: 1199px) {
  .product-image {
    margin-right: 30px;
    width: 45%;
  }
  .product-table__row {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 992px) {
  .product-column {
    flex-direction: column;
  }
  .product-image {
    position: relative;
    top: 0;
    margin-bottom: 30px;
    width: 50%;
  }
  .product-video {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .product-table__row:not(.head) .product-table__td {
    padding: 15px;
  }
  .product-table__row.head .product-table__td {
    padding: 15px;
  }
  .product-table {
    margin-right: -15px;
  }
  .product-tabs {
    margin-top: 40px;
  }
}
@media (max-width: 592px) {
  .product-property__row {
    grid-template-columns: 36% 1fr;
    gap: 15px;
  }
  .product-image {
    width: 100%;
  }
  .product-video {
    width: 100%;
    margin-top: 40px;
  }
  .product-price {
    flex-direction: column;
  }
  .product-price__value {
    margin-bottom: 10px;
  }
  .product-similar {
    margin-top: 40px;
  }
  .product-tabs__head {
    margin-bottom: 15px;
  }
  .product-tabs__head .product-tab {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-tabs__head .product-tab:not(:last-child) {
    margin-right: 10px;
  }
  .product-price__availability {
    padding-right: 0;
    margin-bottom: 10px;
    align-self: flex-start;
  }
}/*# sourceMappingURL=single-product.css.map */