/*
 * Ventzavod unified design system.
 * Loaded after the legacy theme and component refreshes.
 */

:root {
  --vz-brand: #0b68a6;
  --vz-brand-strong: #075786;
  --vz-brand-soft: #eaf4fa;
  --vz-surface: #ffffff;
  --vz-surface-soft: #f6f9fb;
  --vz-text: #334155;
  --vz-muted: #64748b;
  --vz-border: #dbe7ef;
  --vz-accent: #f2b705;
  --vz-radius-sm: 8px;
  --vz-radius-md: 12px;
  --vz-space-1: 4px;
  --vz-space-2: 8px;
  --vz-space-3: 12px;
  --vz-space-4: 16px;
  --vz-space-5: 20px;
  --vz-transition: 180ms ease;
}

/* Made-to-order lead time shown immediately before product prices. */
.vz-production-time {
  align-items: center;
  background: var(--vz-brand-soft);
  border: 1px solid #cfe3ef;
  border-radius: 999px;
  box-sizing: border-box;
  color: var(--vz-brand-strong) !important;
  display: flex !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  gap: 6px;
  line-height: 1.35 !important;
  margin: 0 0 8px;
  max-width: max-content;
  padding: 5px 9px;
  text-align: left;
  text-transform: none;
  white-space: normal;
}

.vz-production-time svg {
  fill: none;
  flex: 0 0 15px;
  height: 15px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 15px;
}

.vz-production-time--cyclone {
  background: #f1f7fb;
}

body.single-product .summary > p.price,
body.single-product .woocommerce-variation-price {
  color: var(--vz-brand-strong);
  font-family: "Open Sans", Arial, sans-serif;
}

body.single-product .summary > p.price .vz-production-time,
body.single-product .woocommerce-variation-price .vz-production-time,
body.single-product .woocommerce-variation-price .vz-production-time span {
  color: var(--vz-brand-strong) !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

/* Product-page sidebar: catalogue and news. */
.woocommerce #secondary.widget-area {
  box-sizing: border-box;
  color: var(--vz-text);
  flex: 0 0 286px;
  font-family: "Open Sans", Arial, sans-serif;
  margin-right: 30px;
  max-width: 286px;
  min-width: 0;
  width: 286px;
}

.woocommerce #secondary .widget {
  color: var(--vz-text);
  font-size: 14px;
  margin: 0 0 34px;
}

.woocommerce #secondary .widget .widget-title {
  align-items: center;
  background: var(--vz-brand-soft) !important;
  border: 0;
  border-left: 3px solid var(--vz-brand);
  border-radius: var(--vz-radius-sm);
  box-sizing: border-box;
  color: var(--vz-brand-strong) !important;
  display: flex;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0 0 var(--vz-space-3);
  min-height: 48px;
  padding: 12px 15px;
  text-transform: none !important;
}

.woocommerce #secondary .widget ul,
.woocommerce #secondary .widget ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce #secondary .widget_product_categories > .product-categories {
  border-top: 1px solid var(--vz-border);
}

.woocommerce #secondary .widget_product_categories li {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.woocommerce #secondary .widget_product_categories > .product-categories > li {
  border-bottom: 1px solid var(--vz-border);
}

.woocommerce #secondary .widget_product_categories li > a {
  border-radius: 7px;
  box-sizing: border-box;
  color: var(--vz-text) !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  padding: 10px 11px;
  text-decoration: none !important;
  text-transform: none !important;
  transition: background-color var(--vz-transition), color var(--vz-transition);
}

.woocommerce #secondary .widget_product_categories li > a:hover,
.woocommerce #secondary .widget_product_categories li > a:focus-visible {
  background: var(--vz-surface-soft);
  color: var(--vz-brand-strong) !important;
}

.woocommerce #secondary .widget_product_categories li > a:focus-visible,
.woocommerce #secondary .widget_recent_entries li > a:focus-visible {
  outline: 2px solid var(--vz-brand);
  outline-offset: 2px;
}

.woocommerce #secondary .widget_product_categories ul.children {
  border-left: 1px solid var(--vz-border);
  margin: 0 0 6px 15px;
  padding: 1px 0 1px 7px;
}

.woocommerce #secondary .widget_product_categories ul.children li > a {
  font-size: 13px;
  font-weight: 500;
  padding: 7px 10px;
}

.woocommerce #secondary .widget_product_categories ul.children ul.children {
  margin-left: 11px;
}

.woocommerce #secondary .widget_product_categories .current-cat-ancestor > a,
.woocommerce #secondary .widget_product_categories .current-cat-parent > a {
  color: var(--vz-brand-strong) !important;
  font-weight: 700;
}

.woocommerce #secondary .widget_product_categories .current-cat > a,
.woocommerce #secondary .widget_product_categories a[aria-current="page"] {
  background: var(--vz-brand-soft);
  color: var(--vz-brand-strong) !important;
  font-weight: 700;
}

.woocommerce #secondary .widget_recent_entries .widget-title {
  margin-bottom: 3px;
}

.woocommerce #secondary .widget_recent_entries li {
  border-bottom: 1px solid var(--vz-border);
  margin: 0;
  padding: 0;
}

.woocommerce #secondary .widget_recent_entries li:last-child {
  border-bottom: 0;
}

.woocommerce #secondary .widget_recent_entries li > a {
  border-radius: 7px;
  color: var(--vz-text) !important;
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  padding: 11px 10px;
  text-decoration: none !important;
  text-transform: none !important;
  transition: background-color var(--vz-transition), color var(--vz-transition);
}

.woocommerce #secondary .widget_recent_entries li > a:hover,
.woocommerce #secondary .widget_recent_entries li > a:focus-visible {
  background: var(--vz-surface-soft);
  color: var(--vz-brand-strong) !important;
}

@media (max-width: 900px) {
  .woocommerce #secondary.widget-area {
    flex-basis: 250px;
    margin-right: 22px;
    max-width: 250px;
    width: 250px;
  }
}

@media (max-width: 764px) {
  .woocommerce .full-container #personal_catalog_button {
    margin: 0 0 var(--vz-space-4);
  }

  .woocommerce .full-container #personal_catalog_button button {
    background: var(--vz-brand-soft);
    border: 0;
    border-left: 3px solid var(--vz-brand);
    border-radius: var(--vz-radius-sm);
    box-shadow: none;
    color: var(--vz-brand-strong);
    cursor: pointer;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    min-height: 48px;
    padding: 12px 15px;
    text-align: left;
    text-shadow: none;
    text-transform: none;
    transition: background-color var(--vz-transition);
  }

  .woocommerce .full-container #personal_catalog_button button:hover,
  .woocommerce .full-container #personal_catalog_button button:focus-visible {
    background: #dceef8;
  }

  .woocommerce .full-container #personal_catalog_button button:focus-visible {
    outline: 2px solid var(--vz-brand);
    outline-offset: 2px;
  }

  .woocommerce .full-container #personal_catalog_button button span::after {
    border-color: var(--vz-brand-strong) transparent transparent;
    top: 9px;
  }

  .woocommerce #secondary.widget-area {
    flex: 0 1 auto;
    margin: 24px 0 0;
    max-width: none;
    width: 100%;
  }

  .woocommerce #secondary .widget .widget-title {
    font-size: 16px;
    min-height: 46px;
  }

  .woocommerce #secondary .widget_product_categories li > a,
  .woocommerce #secondary .widget_recent_entries li > a {
    align-items: center;
    display: flex;
    min-height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .woocommerce #secondary a {
    transition: none !important;
  }
}

/* Product-category introduction, tabs and model comparison table. */
body.tax-product_cat {
  --vz-comparison-feature: "Характеристика";
  --vz-comparison-hint: "Проведіть убік, щоб порівняти →";
  --vz-table-execution: "Виконання";
  --vz-table-ratio: "D/Dн";
  --vz-table-power: "Потужність";
  --vz-table-speed: "Оберти двигуна";
  --vz-table-airflow: "Продуктивність";
  --vz-table-pressure: "Тиск";
  --vz-table-price: "Ціна";
  --vz-table-cta: "Перейти до товару →";
}

body.tax-product_cat.locale-en {
  --vz-comparison-feature: "Specification";
  --vz-comparison-hint: "Swipe sideways to compare →";
  --vz-table-execution: "Execution";
  --vz-table-ratio: "D/Dn";
  --vz-table-power: "Power";
  --vz-table-speed: "Motor speed";
  --vz-table-airflow: "Airflow";
  --vz-table-pressure: "Pressure";
  --vz-table-price: "Price";
  --vz-table-cta: "View product →";
}

body.tax-product_cat.locale-ru {
  --vz-comparison-feature: "Характеристика";
  --vz-comparison-hint: "Проведите в сторону, чтобы сравнить →";
  --vz-table-execution: "Исполнение";
  --vz-table-ratio: "D/Dн";
  --vz-table-power: "Мощность";
  --vz-table-speed: "Обороты двигателя";
  --vz-table-airflow: "Производительность";
  --vz-table-pressure: "Давление";
  --vz-table-price: "Цена";
  --vz-table-cta: "Перейти к товару →";
}

body.tax-product_cat #primary .woocommerce-breadcrumb {
  border-bottom: 1px solid var(--vz-border);
  color: var(--vz-muted);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.55;
  margin: 0 0 28px !important;
  padding: 0 0 12px !important;
}

body.tax-product_cat #primary .woocommerce-breadcrumb a {
  color: var(--vz-brand-strong);
  text-decoration: none;
}

body.tax-product_cat #primary .woocommerce-breadcrumb a:hover,
body.tax-product_cat #primary .woocommerce-breadcrumb a:focus-visible {
  color: var(--vz-brand);
  text-decoration: underline;
}

body.tax-product_cat .cat_name__container h1 {
  color: var(--vz-text);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(24px, 2.2vw, 30px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0 0 26px;
  text-transform: none !important;
}

body.tax-product_cat .cat_pre__container {
  align-items: stretch;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(250px, 310px) minmax(0, 1fr);
  margin: 0 0 30px;
}

body.tax-product_cat .cat_pre__container div.cat_pre_container__image {
  aspect-ratio: 3 / 4;
  background: var(--vz-surface-soft);
  border-radius: var(--vz-radius-md);
  min-width: 0 !important;
  overflow: hidden;
  padding: 0;
  width: auto !important;
}

body.tax-product_cat .cat_pre__container .cat_pre_container__image img {
  display: block;
  height: 100% !important;
  margin: 0;
  max-width: none;
  object-fit: cover;
  object-position: center;
  width: 100% !important;
}

body.tax-product_cat .cat_pre__container div.cat_pre_container__text {
  align-items: center;
  background: var(--vz-surface-soft);
  border: 0;
  border-left: 3px solid var(--vz-brand);
  border-radius: var(--vz-radius-sm);
  color: var(--vz-text);
  display: flex;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  min-width: 0 !important;
  padding: 22px 24px;
}

body.tax-product_cat .category_tabs.woocommerce-tabs {
  margin: 0 0 26px;
}

body.tax-product_cat div.product .category_tabs ul.custom-tabs {
  background: var(--vz-surface);
  border: 0;
  border-bottom: 1px solid var(--vz-border);
  border-radius: 0;
  display: grid;
  gap: var(--vz-space-2);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  overflow: visible;
  padding: 0 var(--vz-space-2);
}

body.tax-product_cat div.product .category_tabs ul.custom-tabs::before,
body.tax-product_cat div.product .category_tabs ul.custom-tabs::after {
  content: none;
}

body.tax-product_cat div.product .category_tabs ul.custom-tabs li {
  background: transparent !important;
  border: 0 !important;
  border-radius: var(--vz-radius-sm);
  box-shadow: none;
  margin: 0 !important;
  padding: 0 !important;
}

body.tax-product_cat div.product .category_tabs ul.custom-tabs li.active {
  background: transparent !important;
  border: 0 !important;
}

body.tax-product_cat div.product .category_tabs ul.custom-tabs li::before,
body.tax-product_cat div.product .category_tabs ul.custom-tabs li::after {
  content: none;
}

body.tax-product_cat div.product .category_tabs ul.custom-tabs li a {
  align-items: center;
  border-bottom: 3px solid transparent;
  border-radius: var(--vz-radius-sm) var(--vz-radius-sm) 0 0;
  box-sizing: border-box;
  color: var(--vz-muted);
  display: flex;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.3;
  margin: 0 !important;
  max-width: none !important;
  min-height: 54px;
  padding: 12px 14px 10px;
  text-align: center;
  text-transform: none;
  transition: background-color var(--vz-transition), border-color var(--vz-transition), color var(--vz-transition);
  width: 100% !important;
}

body.tax-product_cat div.product .category_tabs ul.custom-tabs li.active a {
  background: var(--vz-brand-soft);
  border-bottom-color: var(--vz-brand);
  color: var(--vz-brand-strong);
}

body.tax-product_cat div.product .category_tabs ul.custom-tabs li:not(.active) a:hover,
body.tax-product_cat div.product .category_tabs ul.custom-tabs li:not(.active) a:focus-visible {
  background: var(--vz-brand-soft);
  color: var(--vz-brand-strong);
}

body.tax-product_cat div.product .category_tabs ul.custom-tabs a:focus-visible {
  outline: 2px solid var(--vz-brand);
  outline-offset: -2px;
}

body.tax-product_cat .products_table {
  background: var(--vz-surface);
  border: 1px solid var(--vz-border) !important;
  border-collapse: separate !important;
  border-radius: var(--vz-radius-md);
  border-spacing: 0;
  box-sizing: border-box;
  color: var(--vz-text);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  margin: 0 0 44px;
  overflow: hidden;
  width: 100%;
}

body.tax-product_cat .products_table .cat_products_table_head {
  background: var(--vz-brand);
  color: #ffffff;
}

body.tax-product_cat .products_table .cat_products_table_head th {
  background: var(--vz-brand);
  border: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.16) !important;
  color: #ffffff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  padding: 11px 7px;
  text-align: center;
  vertical-align: middle;
  word-break: normal !important;
}

body.tax-product_cat .products_table .cat_products_table_head tr:not(:first-child) th {
  background: #dceff9;
  border-right-color: #c4deed !important;
  color: var(--vz-brand-strong);
}

body.tax-product_cat .products_table .cat_products_table_head th:last-child {
  border-right: 0 !important;
}

body.tax-product_cat .products_table tbody {
  border: 0 !important;
}

body.tax-product_cat .products_table tbody:not(.tablesorter-no-sort) tr {
  cursor: pointer;
  transition: background-color var(--vz-transition);
}

body.tax-product_cat .products_table tbody:not(.tablesorter-no-sort) tr:nth-child(even) {
  background: #fbfdff;
}

body.tax-product_cat .products_table tbody:not(.tablesorter-no-sort) tr:hover {
  background: var(--vz-brand-soft);
}

body.tax-product_cat .products_table tbody tr td,
body.tax-product_cat .products_table tbody tr:hover td {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--vz-border);
  color: var(--vz-text);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
  padding: 11px 7px;
  text-align: center;
  vertical-align: middle;
}

body.tax-product_cat .products_table tbody tr td.special,
body.tax-product_cat .products_table tbody tr td.special a {
  color: var(--vz-brand-strong);
}

body.tax-product_cat .products_table tbody tr td a {
  text-decoration: none;
}

body.tax-product_cat .products_table tbody tr td a:focus-visible {
  border-radius: 4px;
  outline: 2px solid var(--vz-brand);
  outline-offset: 2px;
}

body.tax-product_cat .products_table tbody tr td:last-child {
  color: var(--vz-brand-strong);
  font-weight: 700;
}

body.tax-product_cat .products_table tbody.tablesorter-no-sort .cat_products_header {
  background: var(--vz-brand-soft) !important;
  border: 0 !important;
  border-top: 14px solid var(--vz-surface) !important;
  color: var(--vz-brand-strong);
  padding: 13px 16px;
  text-align: left;
}

body.tax-product_cat .products_table tbody.tablesorter-no-sort:first-of-type .cat_products_header {
  border-top: 0 !important;
}

body.tax-product_cat #main.site-main .products_table .cat_products_header h2 {
  color: inherit;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 0;
  text-transform: none;
}

/* Product-category details below the comparison table. */
body.tax-product_cat .cat_columns {
  border-top: 2px solid var(--vz-brand);
  color: var(--vz-text);
  display: grid !important;
  font-family: "Open Sans", Arial, sans-serif;
  gap: 40px;
  grid-template-columns: minmax(230px, 280px) minmax(0, 1fr);
  margin: 46px 0 28px;
  padding-top: 32px;
}

body.tax-product_cat .cat_columns .cat_img_wrapper-short_desc,
body.tax-product_cat .cat_columns .cat_long_description {
  min-width: 0;
  width: auto !important;
}

body.tax-product_cat .cat_columns .cat_short_description {
  min-width: 0;
  width: 100% !important;
}

body.tax-product_cat .cat_columns .cat_img_wrapper-short_desc {
  display: block;
}

body.tax-product_cat .cat_columns .cat_img_wrapper {
  border: 0 !important;
  border-radius: var(--vz-radius-md);
  margin: 0 0 24px;
  min-width: 0 !important;
  overflow: hidden;
  padding: 0;
  width: 100% !important;
}

body.tax-product_cat .cat_columns .cat_img_wrapper img {
  display: block;
  height: auto;
  margin: 0 auto !important;
  max-height: 374px;
  max-width: 100%;
  object-fit: contain;
  width: 100% !important;
}

body.tax-product_cat #main.site-main .cat_columns h2 {
  color: var(--vz-text);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 19px !important;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.4;
  margin: 26px 0 11px;
  padding: 0;
  text-transform: none !important;
}

body.tax-product_cat #main.site-main .cat_columns .cat_short_description h2 {
  color: var(--vz-brand-strong);
  margin-top: 0;
}

body.tax-product_cat .cat_columns .cat_short_description,
body.tax-product_cat .cat_columns .cat_long_description {
  color: var(--vz-text);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  padding: 0;
  text-align: left !important;
}

body.tax-product_cat #model-row .cat_long_description p,
body.tax-product_cat #model-row .cat_short_description p {
  color: var(--vz-text);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 15px;
  padding: 0;
  text-align: left !important;
}

body.tax-product_cat .cat_columns .cat_long_description p br {
  display: none;
}

body.tax-product_cat #main.site-main #model-row .cat_long_description h2,
body.tax-product_cat #main.site-main #model-row .cat_long_description h3,
body.tax-product_cat #main.site-main #model-row .cat_long_description h4,
body.tax-product_cat #main.site-main #model-row .cat_short_description h2,
body.tax-product_cat #main.site-main #model-row .cat_short_description h3,
body.tax-product_cat #main.site-main #model-row .cat_short_description h4 {
  color: var(--vz-text);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px !important;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.4;
  margin: 24px 0 10px;
  padding: 0;
  text-align: left !important;
  text-transform: none !important;
}

body.tax-product_cat #main.site-main #model-row .cat_long_description > h2:first-child,
body.tax-product_cat #main.site-main #model-row .cat_long_description > h3:first-child,
body.tax-product_cat #main.site-main #model-row .cat_long_description > h4:first-child,
body.tax-product_cat #main.site-main #model-row .cat_short_description > h2:first-child,
body.tax-product_cat #main.site-main #model-row .cat_short_description > h3:first-child,
body.tax-product_cat #main.site-main #model-row .cat_short_description > h4:first-child {
  margin-top: 0;
}

body.tax-product_cat #main.site-main #model-row .cat_long_description > h2:first-child {
  color: var(--vz-brand-strong);
  font-size: 20px !important;
}

body.tax-product_cat #main.site-main #model-row .cat_short_description > h2:first-child,
body.tax-product_cat #main.site-main #model-row .cat_short_description > h3:first-child,
body.tax-product_cat #main.site-main #model-row .cat_short_description > h4:first-child {
  color: var(--vz-brand-strong);
}

body.tax-product_cat #model-row .cat_long_description strong,
body.tax-product_cat #model-row .cat_short_description strong {
  color: var(--vz-text);
  font-weight: 700;
}

body.tax-product_cat .cat_columns ul {
  margin: 12px 0 0;
  padding: 0;
}

body.tax-product_cat .cat_columns ul li {
  color: var(--vz-text);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0 0 8px;
  padding-left: 19px;
}

body.tax-product_cat #model-row .cat_long_description ul,
body.tax-product_cat #model-row .cat_short_description ul {
  margin: 12px 0 20px;
  padding: 0;
}

body.tax-product_cat #model-row .cat_long_description ul li,
body.tax-product_cat #model-row .cat_short_description ul li {
  color: var(--vz-text);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  list-style: none;
  margin: 0 0 8px;
  padding-left: 19px;
  position: relative;
  text-align: left !important;
}

body.tax-product_cat #model-row .cat_long_description ul li::before,
body.tax-product_cat #model-row .cat_short_description ul li::before {
  background: var(--vz-brand);
  background-image: none;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 1px;
  position: absolute;
  top: 9px;
  width: 6px;
}

body.tax-product_cat .cat_columns ul li::before {
  background: var(--vz-brand);
  border-radius: 50%;
  height: 6px;
  left: 1px;
  top: 8px;
  width: 6px;
}

body.tax-product_cat .cat_short_info {
  align-items: center;
  background: var(--vz-brand-soft);
  border-left: 3px solid var(--vz-brand);
  border-radius: var(--vz-radius-md);
  color: var(--vz-text);
  display: grid;
  gap: 18px;
  grid-template-columns: 46px minmax(0, 1fr);
  margin: 28px 0;
  padding: 19px 22px;
  text-align: left;
}

body.tax-product_cat .cat_short_info .cat_short_info__pre_icon2 {
  height: 42px;
  margin: 0;
  min-width: 0;
  width: 42px;
}

body.tax-product_cat .cat_short_info .cat_short_info__pre_icon2 img {
  display: block;
  height: 42px;
  object-fit: contain;
  width: 42px;
}

body.tax-product_cat .cat_short_info .cat_short_info__text {
  color: var(--vz-text);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px !important;
  line-height: 1.65;
  padding: 0;
}

body.tax-product_cat .cat_short_info .cat_short_info__text p {
  margin: 0 !important;
}

body.tax-product_cat .cat_picture {
  margin: 30px auto 48px;
  max-width: 800px;
  text-align: center;
}

body.tax-product_cat .cat_picture img {
  border-radius: var(--vz-radius-md);
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

@media (max-width: 760px) {
  body.tax-product_cat #primary .woocommerce-breadcrumb {
    font-size: 12px;
    margin-bottom: 22px !important;
  }

  body.tax-product_cat .cat_name__container h1 {
    font-size: 23px;
    margin-bottom: 20px;
  }

  body.tax-product_cat .cat_pre__container {
    display: grid !important;
    gap: var(--vz-space-4);
    grid-template-columns: minmax(0, 1fr);
    margin-bottom: 24px;
  }

  body.tax-product_cat .cat_pre__container div.cat_pre_container__image {
    aspect-ratio: 3 / 4;
    justify-self: center;
    max-width: 340px;
    min-width: 0 !important;
    width: 100% !important;
  }

  body.tax-product_cat .cat_pre__container div.cat_pre_container__text {
    font-size: 14px;
    line-height: 1.65;
    padding: 17px 18px;
  }

  body.tax-product_cat div.product .category_tabs ul.custom-tabs li a {
    font-size: 13px;
    min-height: 48px;
    padding: 10px 8px 8px;
  }

  body.tax-product_cat .cat_columns {
    gap: 26px;
    grid-template-columns: minmax(0, 1fr);
    margin-top: 38px;
    padding-top: 24px;
  }

  body.tax-product_cat .cat_columns .cat_img_wrapper {
    justify-self: center;
    margin-bottom: 20px;
    max-width: 300px;
  }

  body.tax-product_cat #main.site-main .cat_columns h2 {
    font-size: 18px !important;
    margin-top: 22px;
  }

  body.tax-product_cat .cat_columns .cat_short_description,
  body.tax-product_cat .cat_columns .cat_long_description,
  body.tax-product_cat .cat_columns .cat_long_description p {
    font-size: 14px;
    line-height: 1.65;
  }

  body.tax-product_cat .cat_short_info {
    gap: 14px;
    grid-template-columns: 38px minmax(0, 1fr);
    margin: 24px 0;
    padding: 16px;
  }

  body.tax-product_cat .cat_short_info .cat_short_info__pre_icon2,
  body.tax-product_cat .cat_short_info .cat_short_info__pre_icon2 img {
    height: 36px;
    width: 36px;
  }

  body.tax-product_cat .cat_picture {
    margin: 24px auto 38px;
  }

  body.tax-product_cat .products_table {
    background: transparent;
    border: 0 !important;
    border-radius: 0;
    display: block;
    margin-bottom: 34px;
    overflow: visible;
  }

  body.tax-product_cat .products_table thead {
    display: none;
  }

  body.tax-product_cat .products_table tbody {
    display: block;
    width: 100%;
  }

  body.tax-product_cat .products_table tbody.tablesorter-no-sort {
    margin: 26px 0 10px;
  }

  body.tax-product_cat .products_table tbody.tablesorter-no-sort:first-of-type {
    margin-top: 0;
  }

  body.tax-product_cat .products_table tbody.tablesorter-no-sort tr,
  body.tax-product_cat .products_table tbody.tablesorter-no-sort .cat_products_header {
    display: block;
    width: 100%;
  }

  body.tax-product_cat .products_table tbody.tablesorter-no-sort .cat_products_header {
    border: 0 !important;
    border-left: 3px solid var(--vz-brand) !important;
    border-radius: var(--vz-radius-sm);
    box-sizing: border-box;
    padding: 12px 14px;
  }

  body.tax-product_cat .products_table tbody:not(.tablesorter-no-sort) tr {
    background: var(--vz-surface);
    border: 1px solid var(--vz-border);
    border-radius: var(--vz-radius-md);
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 0 var(--vz-space-3);
    overflow: hidden;
    position: relative;
    touch-action: manipulation;
    width: 100%;
  }

  body.tax-product_cat .products_table tbody:not(.tablesorter-no-sort) tr:nth-child(even),
  body.tax-product_cat .products_table tbody:not(.tablesorter-no-sort) tr:hover {
    background: var(--vz-surface);
  }

  body.tax-product_cat .products_table tbody tr td,
  body.tax-product_cat .products_table tbody tr:hover td {
    align-items: flex-start;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--vz-border);
    box-sizing: border-box;
    color: var(--vz-text);
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    line-height: 1.4;
    min-height: 64px;
    padding: 10px 12px;
    text-align: left;
    width: auto;
  }

  body.tax-product_cat .products_table tbody tr td:nth-child(odd) {
    border-right: 1px solid var(--vz-border);
  }

  body.tax-product_cat .products_table tbody tr td:nth-child(5),
  body.tax-product_cat .products_table tbody tr td:nth-child(6),
  body.tax-product_cat .products_table tbody tr td:nth-child(8),
  body.tax-product_cat .products_table tbody tr td:nth-child(10) {
    display: none !important;
  }

  body.tax-product_cat .products_table tbody tr td:nth-child(7),
  body.tax-product_cat .products_table tbody tr td:nth-child(9) {
    display: flex !important;
  }

  body.tax-product_cat .products_table tbody tr td:nth-child(11) {
    align-items: center;
    background: var(--vz-surface-soft);
    border-bottom: 0;
    border-right: 0;
    display: grid;
    font-size: 16px;
    gap: var(--vz-space-2);
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 58px;
  }

  body.tax-product_cat .products_table tbody tr td::before {
    color: var(--vz-muted);
    content: "";
    display: block;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 4px;
  }

  body.tax-product_cat .products_table tbody tr td:nth-child(1)::before {
    content: var(--vz-table-execution);
  }

  body.tax-product_cat .products_table tbody tr td:nth-child(2)::before {
    content: var(--vz-table-ratio);
  }

  body.tax-product_cat .products_table tbody tr td:nth-child(3)::before {
    content: var(--vz-table-power);
  }

  body.tax-product_cat .products_table tbody tr td:nth-child(4)::before {
    content: var(--vz-table-speed);
  }

  body.tax-product_cat .products_table tbody tr td:nth-child(7)::before {
    content: var(--vz-table-airflow);
  }

  body.tax-product_cat .products_table tbody tr td:nth-child(9)::before {
    content: var(--vz-table-pressure);
  }

  body.tax-product_cat .products_table tbody tr td:nth-child(11)::before {
    content: var(--vz-table-price);
    margin: 0;
  }

  body.tax-product_cat .products_table tbody:not(.tablesorter-no-sort) tr::after {
    background: var(--vz-brand-strong);
    color: #ffffff;
    content: var(--vz-table-cta);
    font-size: 13px;
    font-weight: 700;
    grid-column: 1 / -1;
    line-height: 1.3;
    padding: 11px 14px;
    pointer-events: none;
    text-align: center;
  }

  body.tax-product_cat .products_table tbody tr td:nth-child(3) a::after {
    content: "";
    inset: 0;
    position: absolute;
    z-index: 2;
  }

  body.tax-product_cat .products_table tbody tr td:nth-child(3) a:focus-visible::after {
    border-radius: var(--vz-radius-md);
    outline: 3px solid var(--vz-brand);
    outline-offset: -3px;
  }
}

/* Intermediate category cards and the accompanying category copy. */
body.tax-product_cat .cat_middle_level_table {
  border: 0;
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 30px 0 38px;
  padding: 0;
  text-align: left;
}

body.tax-product_cat .cat_middle_level_table_cell {
  align-items: stretch;
  background: var(--vz-surface-soft);
  border: 0;
  border-radius: var(--vz-radius-md);
  box-sizing: border-box;
  color: var(--vz-text);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  padding: 14px 14px 18px;
  text-decoration: none;
  transition: background-color var(--vz-transition), transform var(--vz-transition);
  width: auto;
}

body.tax-product_cat .cat_middle_level_table_cell:hover,
body.tax-product_cat .cat_middle_level_table_cell:focus-visible {
  background: var(--vz-brand-soft);
  color: var(--vz-brand-strong);
  transform: translateY(-2px);
}

body.tax-product_cat .cat_middle_level_table_cell:focus-visible {
  outline: 2px solid var(--vz-brand);
  outline-offset: 3px;
}

body.tax-product_cat .cat_middle_level_table_cell picture {
  align-items: center;
  background: var(--vz-surface);
  border-radius: var(--vz-radius-sm);
  display: flex;
  height: 220px;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
}

body.tax-product_cat .cat_middle_level_table_cell img {
  display: block;
  height: 200px;
  margin: 0 auto;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

body.tax-product_cat #main.site-main .cat_middle_level_table_cell h4 {
  background: transparent;
  color: inherit;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 15px 2px 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

body.tax-product_cat .cat_middle_level_table .cmltc_divider {
  display: none;
}

body.tax-product_cat .cat_middle_level_table + .cat_columns {
  display: none !important;
}

body.tax-product_cat #model-row > .cat_long_description {
  border-top: 1px solid var(--vz-border);
  box-sizing: border-box;
  color: var(--vz-text);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
  padding: 30px 0 10px;
  text-align: left;
  width: 100% !important;
}

body.tax-product_cat #model-row > .cat_long_description p {
  color: var(--vz-text);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.75;
  margin: 0 0 18px;
  padding: 0;
  text-align: left;
}

body.tax-product_cat #model-row > .cat_long_description ul {
  margin: 4px 0 20px;
  padding: 0;
}

body.tax-product_cat #model-row > .cat_long_description li {
  color: var(--vz-text);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.65;
  list-style: none;
  margin: 0 0 8px;
  padding-left: 19px;
  position: relative;
}

body.tax-product_cat #model-row > .cat_long_description li::before {
  background: var(--vz-brand);
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 1px;
  position: absolute;
  top: 9px;
  width: 6px;
}

body.tax-product_cat #model-row > .cat_long_description a {
  color: var(--vz-brand-strong);
  text-decoration: none;
}

body.tax-product_cat #model-row > .cat_long_description a:hover,
body.tax-product_cat #model-row > .cat_long_description a:focus-visible {
  color: var(--vz-brand);
  text-decoration: underline;
}

/* Legacy tables embedded directly in older category descriptions. */
body.tax-product_cat #model-row .cat_long_description table:not(.products_table):not(.special-table) {
  background: var(--vz-surface);
  border: 1px solid var(--vz-border);
  border-collapse: separate;
  border-radius: var(--vz-radius-md);
  border-spacing: 0;
  color: var(--vz-text);
  display: block;
  font-family: "Open Sans", Arial, sans-serif;
  margin: 24px 0 36px;
  max-width: 100%;
  overflow-x: auto;
  width: 100%;
}

body.tax-product_cat #model-row .cat_long_description table:not(.products_table):not(.special-table) th {
  background: var(--vz-brand-soft);
  border: 0;
  border-bottom: 1px solid var(--vz-border);
  border-right: 1px solid var(--vz-border);
  color: var(--vz-brand-strong);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  padding: 12px 14px;
  text-align: left;
  vertical-align: middle;
}

body.tax-product_cat #model-row .cat_long_description table:not(.products_table):not(.special-table) td {
  background: var(--vz-surface);
  border: 0;
  border-bottom: 1px solid var(--vz-border);
  border-right: 1px solid var(--vz-border);
  color: var(--vz-text);
  font-size: 13px;
  line-height: 1.5;
  padding: 11px 14px;
  vertical-align: middle;
}

body.tax-product_cat #model-row .cat_long_description table:not(.products_table):not(.special-table) tr:nth-child(even) td {
  background: #fbfdff;
}

body.tax-product_cat #model-row .cat_long_description table:not(.products_table):not(.special-table) tr:last-child td {
  border-bottom: 0;
}

body.tax-product_cat #model-row .cat_long_description table:not(.products_table):not(.special-table) th:last-child,
body.tax-product_cat #model-row .cat_long_description table:not(.products_table):not(.special-table) td:last-child {
  border-right: 0;
}

/* Legacy model-comparison tables used by ZIL, VME and similar categories. */
body.tax-product_cat #model-row .table-container {
  border: 1px solid var(--vz-border);
  border-radius: var(--vz-radius-md);
  box-sizing: border-box;
  margin: 0 0 42px;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}

body.tax-product_cat #model-row table.special-table {
  background: var(--vz-surface);
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  color: var(--vz-text);
  font-family: "Open Sans", Arial, sans-serif;
  margin: 0;
  min-width: 620px;
  position: relative;
  table-layout: auto;
  text-align: center;
  width: 100%;
}

body.tax-product_cat #model-row table.special-table thead tr {
  background: var(--vz-brand);
}

body.tax-product_cat #model-row table.special-table thead th {
  background: var(--vz-brand);
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  cursor: pointer;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  padding: 14px 12px;
  text-align: center;
  vertical-align: middle;
}

body.tax-product_cat #model-row table.special-table thead th:first-child::after {
  content: var(--vz-comparison-feature);
}

body.tax-product_cat #model-row table.special-table thead th:first-child,
body.tax-product_cat #model-row table.special-table tbody td:first-child {
  min-width: 210px;
  width: 34%;
}

body.tax-product_cat #model-row table.special-table thead th:not(:first-child),
body.tax-product_cat #model-row table.special-table tbody td:not(:first-child) {
  min-width: 120px;
}

body.tax-product_cat #model-row table.special-table thead th:last-child {
  border-right: 0;
}

body.tax-product_cat #model-row table.special-table tbody tr:nth-child(odd),
body.tax-product_cat #model-row table.special-table tbody tr:nth-child(even) {
  background: var(--vz-surface);
}

body.tax-product_cat #model-row table.special-table tbody tr:nth-child(even) {
  background: #fbfdff;
}

body.tax-product_cat #model-row table.special-table tbody td {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--vz-border);
  border-right: 1px solid var(--vz-border);
  border-collapse: separate;
  color: var(--vz-text);
  cursor: pointer;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
  padding: 12px 10px;
  text-align: center;
  transition: background-color var(--vz-transition), color var(--vz-transition);
  vertical-align: middle;
}

body.tax-product_cat #model-row table.special-table tbody tr:last-child td {
  border-bottom: 0;
}

body.tax-product_cat #model-row table.special-table tbody td:last-child {
  border-right: 0;
}

body.tax-product_cat #model-row table.special-table tbody td:first-child {
  background: var(--vz-surface-soft);
  color: var(--vz-muted);
  font-weight: 600;
  text-align: left;
}

body.tax-product_cat #model-row table.special-table tbody td.hovered,
body.tax-product_cat #model-row table.special-table tbody td:not(:first-child):hover {
  background: var(--vz-brand-soft);
  color: var(--vz-brand-strong);
}

body.tax-product_cat #model-row table.special-table thead th:not(:first-child):hover {
  background: var(--vz-brand-strong);
}

@media (max-width: 760px) {
  body.tax-product_cat .cat_middle_level_table {
    gap: 14px;
    grid-template-columns: minmax(0, 1fr);
    margin: 24px 0 30px;
  }

  body.tax-product_cat .cat_middle_level_table_cell {
    padding: 12px 12px 16px;
  }

  body.tax-product_cat .cat_middle_level_table_cell picture {
    height: 210px;
  }

  body.tax-product_cat .cat_middle_level_table_cell img {
    height: 190px;
  }

  body.tax-product_cat #main.site-main .cat_middle_level_table_cell h4 {
    font-size: 16px;
    margin-top: 13px;
  }

  body.tax-product_cat #model-row > .cat_long_description {
    font-size: 14px;
    line-height: 1.65;
    padding-top: 24px;
  }

  body.tax-product_cat #model-row > .cat_long_description p,
  body.tax-product_cat #model-row > .cat_long_description li {
    font-size: 14px;
    line-height: 1.65;
  }

  body.tax-product_cat #model-row .table-container {
    border-radius: var(--vz-radius-sm);
    margin-bottom: 34px;
    overscroll-behavior-inline: contain;
    touch-action: pan-x pan-y;
  }

  body.tax-product_cat #model-row .table-container::before {
    background: var(--vz-brand-soft);
    color: var(--vz-brand-strong);
    content: var(--vz-comparison-hint);
    display: block;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    padding: 10px 12px;
    position: sticky;
    left: 0;
    text-align: left;
    width: calc(100vw - 44px);
    z-index: 5;
  }

  body.tax-product_cat #model-row table.special-table {
    min-width: 700px;
  }

  body.tax-product_cat #model-row table.special-table thead th,
  body.tax-product_cat #model-row table.special-table tbody td {
    font-size: 12px;
    line-height: 1.4;
    padding: 11px 9px;
  }

  body.tax-product_cat #model-row table.special-table thead th:first-child,
  body.tax-product_cat #model-row table.special-table tbody td:first-child {
    box-shadow: 5px 0 10px rgba(15, 43, 66, 0.06);
    left: 0;
    position: sticky;
    min-width: 190px;
    width: 190px;
    z-index: 3;
  }

  body.tax-product_cat #model-row table.special-table thead th:first-child {
    background: var(--vz-brand-strong);
    z-index: 4;
  }

  body.tax-product_cat #model-row table.special-table tbody td:first-child {
    background: var(--vz-surface-soft);
  }
}

/* Single product: gallery, product configuration and specifications. */
body.single-product {
  --vz-related-title: "Схожі товари";
}

body.single-product.locale-en {
  --vz-related-title: "Related products";
}

body.single-product.locale-ru {
  --vz-related-title: "Похожие товары";
}

body.single-product #primary > #main > .woocommerce-breadcrumb {
  border-bottom: 1px solid var(--vz-border);
  color: var(--vz-muted);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.55;
  margin: 0 0 26px !important;
  padding: 0 0 12px !important;
}

body.single-product #primary > #main > .woocommerce-breadcrumb a {
  color: var(--vz-brand-strong);
  text-decoration: none;
}

body.single-product #primary > #main > .woocommerce-breadcrumb a:hover,
body.single-product #primary > #main > .woocommerce-breadcrumb a:focus-visible {
  color: var(--vz-brand);
  text-decoration: underline;
}

body.single-product #primary div.product {
  align-items: start;
  display: grid;
  gap: 34px 36px;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
}

body.single-product #primary div.product > .woocommerce-product-gallery,
body.single-product #primary div.product > .summary {
  float: none !important;
  margin: 0 !important;
  min-width: 0;
  width: auto !important;
}

body.single-product #primary div.product > .woocommerce-tabs,
body.single-product #primary div.product > .related,
body.single-product #primary div.product > .upsells {
  grid-column: 1 / -1;
  min-width: 0;
  width: 100%;
}

body.single-product .woocommerce-product-gallery__wrapper {
  display: grid !important;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.single-product div.product div.images .woocommerce-product-gallery__image:first-child {
  align-items: center;
  background: var(--vz-surface-soft);
  border-radius: var(--vz-radius-md);
  display: flex;
  grid-column: 1 / -1;
  justify-content: center;
  max-height: none !important;
  min-height: 430px;
  overflow: hidden;
  padding: 12px;
}

body.single-product div.product div.images .woocommerce-product-gallery__image:first-child a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

body.single-product div.product div.images .woocommerce-product-gallery__image:first-child img {
  display: block;
  height: 430px !important;
  margin: 0 auto !important;
  max-height: none !important;
  object-fit: contain;
  width: 100% !important;
}

body.single-product div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  align-items: center;
  background: var(--vz-surface-soft);
  border: 1px solid transparent;
  border-radius: var(--vz-radius-sm);
  display: flex;
  height: 84px;
  justify-content: center;
  margin: 0 !important;
  max-height: none !important;
  overflow: hidden;
  padding: 5px;
  position: relative;
  transition: border-color var(--vz-transition), background-color var(--vz-transition);
  width: auto !important;
}

body.single-product div.product div.images .woocommerce-product-gallery__image:nth-child(n+2):hover {
  background: var(--vz-brand-soft);
  border-color: #bcd9e9;
}

body.single-product div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) img {
  display: block;
  height: 72px !important;
  margin: 0 auto !important;
  max-height: none !important;
  object-fit: contain;
  width: 100% !important;
}

body.single-product div.product div.summary {
  padding: 0 !important;
}

body.single-product #page-wrapper div.product h1.product_title {
  color: var(--vz-text);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(23px, 2vw, 28px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.28;
  margin: 0 0 16px;
  text-transform: none !important;
}

body.single-product #main.site-main h3.product_vent_type {
  color: var(--vz-muted);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 14px;
}

body.single-product .summary > .product_meta:last-of-type {
  display: none !important;
}

body.single-product .product_meta_sku {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

body.single-product .product_meta_sku .sku_wrapper,
body.single-product .product_meta_sku .stock_status {
  border-radius: 999px;
  box-sizing: border-box;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 !important;
  padding: 7px 11px;
}

body.single-product .product_meta_sku .sku_wrapper {
  background: var(--vz-surface-soft);
  color: var(--vz-text) !important;
}

body.single-product .product_meta_sku .stock_status {
  background: #edf9f2;
  color: #18794e !important;
}

body.single-product .product_meta_sku .stock_status_icon {
  background: #22a06b !important;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 0 6px 1px 0;
  width: 8px;
}

body.single-product div.product form.cart {
  margin: 20px 0 0;
}

body.single-product div.product form.cart table.variations {
  border-collapse: collapse;
  display: none !important;
  margin: 20px 0 !important;
  width: 100%;
}

body.single-product div.product form.cart table.variations tbody,
body.single-product div.product form.cart table.variations tr {
  display: block;
  width: 100%;
}

body.single-product div.product form.cart table.variations tr {
  align-items: center;
  border-bottom: 1px solid var(--vz-border);
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(120px, 0.85fr) minmax(110px, 0.95fr) minmax(130px, 0.9fr);
  min-height: 56px;
}

body.single-product div.product form.cart table.variations tr:first-child {
  border-top: 1px solid var(--vz-border);
}

body.single-product div.product form.cart table.variations td,
body.single-product div.product form.cart table.variations td:first-child,
body.single-product div.product form.cart table.variations td:first-child label {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  font-family: "Open Sans", Arial, sans-serif;
  height: auto;
  line-height: 1.35;
  min-height: 44px;
  padding: 8px 0 !important;
  width: auto !important;
}

body.single-product div.product form.cart table.variations td.label,
body.single-product div.product form.cart table.variations td.label label {
  color: var(--vz-muted);
  font-size: 13px;
  font-weight: 600;
}

body.single-product div.product form.cart table.variations td.display-value {
  color: var(--vz-text);
  font-size: 14px;
  font-weight: 700;
  padding-right: 4px !important;
}

body.single-product div.product form.cart table.variations td.value {
  min-height: 44px;
  position: relative;
}

body.single-product div.product form.cart table.variations td.value .value-mask {
  align-items: center;
  background: var(--vz-brand-soft);
  border-radius: var(--vz-radius-sm);
  box-sizing: border-box;
  color: var(--vz-brand-strong);
  display: flex;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  left: 0;
  padding: 7px 10px;
  text-align: center;
  text-transform: none;
  top: 3px;
  transition: background-color var(--vz-transition), color var(--vz-transition);
  width: 100%;
}

body.single-product div.product form.cart table.variations td.value .value-mask:hover,
body.single-product div.product form.cart table.variations td.value .value-mask:focus-visible {
  background: #dbeef8;
  color: var(--vz-brand);
}

body.single-product .single_variation_wrap {
  align-items: center;
  background: var(--vz-surface-soft);
  border: 0;
  border-radius: var(--vz-radius-md);
  box-sizing: border-box;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 22px 0 0;
  padding: 16px;
  text-align: left;
}

body.single-product .woocommerce-variation.single_variation {
  flex: 1 1 auto;
  margin: 0;
  min-width: 120px;
}

body.single-product .woocommerce-variation-price,
body.single-product .woocommerce-variation-price span {
  color: var(--vz-brand-strong) !important;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
}

body.single-product .single_variation_wrap .woocommerce-variation-add-to-cart {
  align-items: center;
  display: grid;
  flex: 0 1 auto;
  gap: 14px;
  grid-template-columns: 114px minmax(140px, 170px);
}

body.single-product .woocommerce-variation-add-to-cart .product-price {
  display: none;
}

body.single-product .quantity-container {
  align-items: center;
  display: grid;
  grid-template-columns: 32px 46px 32px;
  justify-content: center;
  width: 114px;
}

body.single-product div.product form.cart .quantity-container div.quantity {
  margin: 0 !important;
  width: 46px;
}

body.single-product #page-wrapper .product .cart .quantity-container div.quantity input.qty {
  background: var(--vz-surface);
  border: 1px solid var(--vz-border);
  border-radius: 0;
  box-sizing: border-box;
  color: var(--vz-text);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  height: 38px;
  margin: 0 !important;
  padding: 0;
  width: 46px;
}

body.single-product .cart_manipulate_quantity,
body.single-product .cart_manipulate_quantity:hover,
body.single-product .cart_manipulate_quantity:active,
body.single-product .cart_manipulate_quantity:focus {
  align-items: center;
  background: var(--vz-surface) !important;
  border: 1px solid var(--vz-border);
  box-sizing: border-box;
  color: var(--vz-brand-strong);
  display: flex;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 19px;
  height: 38px;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 32px;
}

body.single-product .cart_manipulate_quantity.increment {
  border-radius: var(--vz-radius-sm) 0 0 var(--vz-radius-sm);
}

body.single-product .cart_manipulate_quantity.decrement {
  border-radius: 0 var(--vz-radius-sm) var(--vz-radius-sm) 0;
}

body.single-product .cart_manipulate_quantity.increment::before {
  content: "+";
}

body.single-product .cart_manipulate_quantity.decrement::before {
  content: "−";
}

body.single-product .woocommerce-variation-add-to-cart > button[type="submit"] {
  background: var(--vz-brand-strong);
  border: 0;
  border-radius: var(--vz-radius-sm);
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 48px;
  line-height: 1.2;
  padding: 0 20px;
  position: relative;
  text-align: center;
  transition: background-color var(--vz-transition), transform var(--vz-transition);
  width: 100%;
}

body.single-product .woocommerce-variation-add-to-cart > button[type="submit"]:hover,
body.single-product .woocommerce-variation-add-to-cart > button[type="submit"]:focus-visible {
  background: var(--vz-brand);
}

body.single-product .woocommerce-variation-add-to-cart > button[type="submit"]:active {
  transform: translateY(1px);
}

body.single-product .woocommerce-variation-add-to-cart > button[type="submit"] span {
  left: auto;
  position: static;
  top: auto;
  transform: none;
}

body.single-product div.product .woocommerce-tabs ul.tabs {
  background: var(--vz-surface);
  border: 0;
  border-bottom: 1px solid var(--vz-border);
  display: grid;
  gap: var(--vz-space-1);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 12px 0 24px;
  padding: 0 var(--vz-space-2);
}

body.single-product div.product .woocommerce-tabs ul.tabs::before,
body.single-product div.product .woocommerce-tabs ul.tabs::after,
body.single-product div.product .woocommerce-tabs ul.tabs li::before,
body.single-product div.product .woocommerce-tabs ul.tabs li::after {
  content: none;
}

body.single-product div.product .woocommerce-tabs ul.tabs li,
body.single-product div.product .woocommerce-tabs ul.tabs li.active {
  background: transparent;
  border: 0;
  border-radius: var(--vz-radius-sm) var(--vz-radius-sm) 0 0;
  box-shadow: none;
  display: flex;
  margin: 0;
  padding: 0;
}

body.single-product div.product .woocommerce-tabs ul.tabs li a {
  align-items: center;
  border-bottom: 3px solid transparent;
  border-radius: var(--vz-radius-sm) var(--vz-radius-sm) 0 0;
  box-sizing: border-box;
  color: var(--vz-muted);
  display: flex;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.3;
  margin: 0 !important;
  min-height: 54px;
  padding: 10px 8px;
  text-align: center;
  text-transform: none;
  width: 100%;
}

body.single-product div.product .woocommerce-tabs ul.tabs li.active a {
  background: var(--vz-brand-soft);
  border-bottom-color: var(--vz-brand);
  color: var(--vz-brand-strong);
}

body.single-product div.product .woocommerce-tabs ul.tabs li:not(.active) a:hover,
body.single-product div.product .woocommerce-tabs ul.tabs li:not(.active) a:focus-visible {
  background: var(--vz-surface-soft);
  color: var(--vz-brand-strong);
}

body.single-product div.product .woocommerce-tabs .panel {
  color: var(--vz-text);
  font-family: "Open Sans", Arial, sans-serif;
  padding: 0 !important;
}

body.single-product table.shop_attributes {
  border: 0;
  border-collapse: collapse;
  font-family: "Open Sans", Arial, sans-serif;
  margin: 0;
  width: 100%;
}

body.single-product table.shop_attributes tr:nth-child(even),
body.single-product table.shop_attributes tr:nth-child(odd) {
  background: transparent;
}

body.single-product table.shop_attributes th,
body.single-product table.shop_attributes td {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--vz-border);
  box-sizing: border-box;
  color: var(--vz-text);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  line-height: 1.5;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

body.single-product table.shop_attributes th {
  color: var(--vz-muted);
  font-weight: 600;
  width: 38%;
}

body.single-product table.shop_attributes td {
  width: 62%;
}

/* Product cards used in catalog listings, related and upsell sections. */
body.woocommerce ul.products,
body.woocommerce-page ul.products {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

body.woocommerce ul.products::before,
body.woocommerce ul.products::after,
body.woocommerce-page ul.products::before,
body.woocommerce-page ul.products::after {
  content: none;
}

body.woocommerce ul.products li.product:not(.product-category),
body.woocommerce-page ul.products li.product:not(.product-category),
body.single-product #page-wrapper .related.products ul.products li.product,
body.single-product #page-wrapper .upsells.products ul.products li.product {
  background: var(--vz-surface);
  border: 1px solid var(--vz-border);
  border-radius: var(--vz-radius-md);
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column;
  float: none !important;
  margin: 0 !important;
  max-width: none;
  min-width: 0;
  overflow: hidden;
  padding: 0 0 14px;
  text-align: left;
  transition: border-color var(--vz-transition), transform var(--vz-transition);
  width: auto !important;
}

body.woocommerce ul.products li.product:not(.product-category):hover,
body.woocommerce-page ul.products li.product:not(.product-category):hover {
  border-color: #b9d7e7;
  transform: translateY(-2px);
}

body.woocommerce ul.products li.product:not(.product-category) .woocommerce-LoopProduct-link,
body.woocommerce-page ul.products li.product:not(.product-category) .woocommerce-LoopProduct-link {
  color: var(--vz-text);
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  text-decoration: none;
}

body.woocommerce ul.products li.product:not(.product-category) picture,
body.woocommerce-page ul.products li.product:not(.product-category) picture {
  align-items: center;
  background: var(--vz-surface-soft);
  display: flex;
  height: 210px;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
}

body.woocommerce ul.products li.product:not(.product-category) img,
body.woocommerce-page ul.products li.product:not(.product-category) img {
  display: block;
  height: 190px !important;
  margin: 0 auto !important;
  max-height: none;
  object-fit: contain;
  width: 100% !important;
}

body.woocommerce ul.products li.product:not(.product-category) h2,
body.woocommerce ul.products li.product:not(.product-category) h4,
body.woocommerce-page ul.products li.product:not(.product-category) h2,
body.woocommerce-page ul.products li.product:not(.product-category) h4 {
  color: var(--vz-text);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
  padding: 14px 14px 12px;
  text-align: left;
  text-transform: none;
}

body.woocommerce ul.products li.product:not(.product-category) .button,
body.woocommerce-page ul.products li.product:not(.product-category) .button {
  background: var(--vz-brand-soft);
  border: 0;
  border-radius: var(--vz-radius-sm);
  box-shadow: none;
  box-sizing: border-box;
  color: var(--vz-brand-strong);
  display: flex;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.3;
  margin: auto 14px 0;
  min-height: 42px;
  padding: 12px 14px;
  text-align: center;
  text-shadow: none;
  width: auto;
}

body.woocommerce ul.products li.product:not(.product-category) .button:hover,
body.woocommerce ul.products li.product:not(.product-category) .button:focus-visible,
body.woocommerce-page ul.products li.product:not(.product-category) .button:hover,
body.woocommerce-page ul.products li.product:not(.product-category) .button:focus-visible {
  background: var(--vz-brand-strong);
  color: #ffffff;
}

body.single-product .related.products,
body.single-product .upsells.products {
  border-top: 1px solid var(--vz-border);
  margin-top: 12px;
  padding-top: 28px;
}

body.single-product .related.products > h2:empty,
body.single-product .upsells.products > h2:empty {
  display: none;
}

body.single-product .related.products::before {
  color: var(--vz-text);
  content: var(--vz-related-title);
  display: block;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  grid-column: 1 / -1;
  letter-spacing: -0.01em;
  line-height: 1.35;
  margin: 0 0 18px;
}

@media (max-width: 1040px) {
  body.single-product #primary div.product {
    gap: 28px;
    grid-template-columns: minmax(250px, 0.78fr) minmax(0, 1.22fr);
  }

  body.woocommerce ul.products,
  body.woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.single-product #primary > #main > .woocommerce-breadcrumb {
    font-size: 12px;
    margin-bottom: 22px !important;
  }

  body.single-product #primary div.product {
    gap: 26px;
    grid-template-columns: minmax(0, 1fr);
  }

  body.single-product #primary div.product > .woocommerce-product-gallery,
  body.single-product #primary div.product > .summary,
  body.single-product #primary div.product > .woocommerce-tabs,
  body.single-product #primary div.product > .related,
  body.single-product #primary div.product > .upsells {
    grid-column: 1;
  }

  body.single-product div.product div.images .woocommerce-product-gallery__image:first-child {
    min-height: 440px;
    padding: 8px;
  }

  body.single-product div.product div.images .woocommerce-product-gallery__image:first-child img {
    height: 440px !important;
  }

  body.single-product #page-wrapper div.product h1.product_title {
    font-size: 22px;
    margin-bottom: 14px;
  }

  body.single-product .summary > .product_meta:first-of-type {
    display: block !important;
  }

  body.single-product div.product form.cart {
    display: flex;
    flex-direction: column !important;
    margin-top: 18px;
  }

  body.single-product div.product form.cart table.variations {
    order: 1;
  }

  body.single-product div.product form.cart .single_variation_wrap {
    order: 2;
  }

  body.single-product div.product form.cart table.variations tr {
    gap: 6px 10px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    padding: 9px 0;
  }

  body.single-product div.product form.cart table.variations td,
  body.single-product div.product form.cart table.variations td:first-child,
  body.single-product div.product form.cart table.variations td:first-child label {
    font-size: 13px;
    min-height: 30px;
    padding: 2px 0 !important;
  }

  body.single-product div.product form.cart table.variations td.value {
    grid-column: 1 / -1;
    min-height: 40px;
  }

  body.single-product div.product form.cart table.variations td.value .value-mask {
    height: 38px;
    top: 0;
  }

  body.single-product .single_variation_wrap {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 0;
    padding: 16px;
  }

  body.single-product .woocommerce-variation.single_variation {
    min-width: 0;
    text-align: left;
  }

  body.single-product .woocommerce-variation-price,
  body.single-product .woocommerce-variation-price span {
    font-size: 25px;
  }

  body.single-product .single_variation_wrap .woocommerce-variation-add-to-cart {
    display: grid;
    gap: 12px;
    grid-template-columns: 114px minmax(0, 1fr);
    position: static;
  }

  body.single-product .woocommerce-variation-add-to-cart > button[type="submit"] {
    left: auto;
    position: relative;
    top: auto;
    transform: none;
    width: 100%;
  }

  body.single-product div.product .woocommerce-tabs ul.tabs {
    gap: var(--vz-space-1);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: var(--vz-space-1);
  }

  body.single-product div.product .woocommerce-tabs ul.tabs li a {
    font-size: 12px;
    min-height: 50px;
    padding: 8px 6px;
  }

  body.single-product table.shop_attributes th,
  body.single-product table.shop_attributes td {
    font-size: 12px;
    line-height: 1.45;
    padding: 9px 8px;
  }

  body.woocommerce ul.products,
  body.woocommerce-page ul.products {
    grid-template-columns: minmax(0, 1fr);
  }

  body.woocommerce ul.products li.product:not(.product-category),
  body.woocommerce-page ul.products li.product:not(.product-category) {
    justify-self: center;
    max-width: 360px;
    width: 100% !important;
  }
}
