/*
Theme Name: VAREZ
Theme URI: https://www.varez.si/
Author: VAREZ d.o.o.
Description: Lahka samostojna WooCommerce tema za VAREZ.si.
Version: 0.5.23
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: varez
*/

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/Poppins-Regular-LatinExt.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/Poppins-Regular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "VAREZ";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/VAREZ-Ethnocentric.ttf") format("truetype");
}

:root {
  --vz-red: #f2362e;
  --vz-red-dark: #d82b24;
  --vz-charcoal: #202326;
  --vz-charcoal-2: #11161a;
  --vz-steel: #697078;
  --vz-line: #e5e7e8;
  --vz-surface: #f6f7f7;
  --vz-white: #ffffff;
  --vz-radius: 6px;
  --vz-shadow: 0 12px 32px rgba(20, 25, 29, 0.08);
  --vz-container: 1460px;
  --vz-font-body: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --vz-font-heading: "VAREZ", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --vz-font-heading-weight: 400;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--vz-charcoal);
  background: var(--vz-white);
  font-family: var(--vz-font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.vz-container {
  width: min(calc(100% - 40px), var(--vz-container));
  margin-inline: auto;
}

.vz-home .vz-container {
  max-width: 1240px;
}

.vz-section {
  padding: clamp(64px, 7vw, 96px) 0;
}

.vz-section--soft {
  background: var(--vz-surface);
}

.vz-kicker {
  margin: 0 0 10px;
  color: var(--vz-red);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vz-section-title {
  margin: 0 0 36px;
  font-family: var(--vz-font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: var(--vz-font-heading-weight);
  letter-spacing: 0.025em;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

.vz-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid var(--vz-red);
  border-radius: var(--vz-radius);
  background: var(--vz-red);
  color: var(--vz-white);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
  transition: 180ms ease;
}

.vz-button:hover,
.vz-button:focus-visible,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  border-color: var(--vz-red-dark);
  background: var(--vz-red-dark);
  color: var(--vz-white);
  transform: translateY(-1px);
}

.vz-button--outline {
  border-color: rgba(255, 255, 255, 0.75);
  background: transparent;
}

.vz-text-link {
  color: var(--vz-red);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

/* Header */
.vz-header {
  position: sticky;
  z-index: 1000;
  top: var(--vz-admin-offset, 0px);
  border-bottom: 1px solid var(--vz-line);
  background: var(--vz-white);
  transition: box-shadow 180ms ease;
}

.vz-header.is-scrolled {
  box-shadow: 0 8px 30px rgba(17, 22, 26, 0.1);
}

.admin-bar .vz-header {
  top: var(--vz-admin-offset, 32px);
}

.vz-header__main {
  display: grid;
  min-height: 74px;
  align-items: center;
  grid-template-columns: minmax(170px, 230px) minmax(300px, 620px) auto;
  justify-content: space-between;
  gap: clamp(22px, 3vw, 48px);
}

.vz-header__brand {
  min-width: 0;
}

.vz-brand {
  display: inline-flex;
  align-items: center;
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.vz-brand__mark {
  margin-right: 2px;
  color: var(--vz-red);
}

.custom-logo {
  width: auto;
  max-height: 42px;
}

.vz-product-search {
  position: relative;
  width: 100%;
  max-width: 620px;
}

.vz-product-search__field {
  display: grid;
  overflow: hidden;
  height: 42px;
  border: 1px solid #bfc4c7;
  border-radius: var(--vz-radius);
  background: var(--vz-white);
  grid-template-columns: minmax(0, 1fr) 44px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.vz-product-search:focus-within .vz-product-search__field {
  border-color: var(--vz-charcoal);
  box-shadow: 0 0 0 3px rgba(32, 35, 38, 0.08);
}

.vz-product-search__input {
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0 16px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--vz-charcoal);
  font-size: 0.9rem;
}

.vz-product-search__input::-webkit-search-cancel-button {
  cursor: pointer;
}

.vz-product-search__submit {
  display: grid;
  border: 0;
  background: var(--vz-charcoal-2);
  color: var(--vz-white);
  cursor: pointer;
  place-items: center;
}

.vz-product-search__submit:hover {
  background: var(--vz-red);
}

.vz-product-search__submit svg,
.vz-icon-link svg,
.vz-menu-toggle svg,
.vz-mega-toggle svg,
.vz-hero__contact svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vz-search-results {
  position: absolute;
  z-index: 120;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  max-height: min(640px, calc(100vh - 132px));
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid var(--vz-line);
  border-radius: 8px;
  background: var(--vz-white);
  box-shadow: 0 18px 48px rgba(17, 22, 26, 0.18);
}

.vz-search-results[hidden] {
  display: none !important;
}

.vz-search-results__status {
  padding: 16px;
  color: var(--vz-steel);
  font-size: 0.82rem;
}

.vz-search-results__status:empty {
  display: none;
}

.vz-search-results__heading {
  padding: 10px 14px 7px;
  background: #f5f6f6;
  color: var(--vz-steel);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.vz-search-categories {
  display: grid;
  padding: 10px 12px 12px;
  border-bottom: 1px solid var(--vz-line);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.vz-search-category {
  display: grid;
  min-width: 0;
  min-height: 54px;
  align-items: center;
  padding: 7px 9px;
  border: 1px solid #e2e5e6;
  border-radius: 7px;
  background: var(--vz-white);
  color: var(--vz-charcoal);
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 9px;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.vz-search-category:hover,
.vz-search-category:focus-visible {
  border-color: rgba(242, 54, 46, 0.48);
  background: #fff7f6;
  transform: translateY(-1px);
}

.vz-search-category img,
.vz-search-category__icon {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  background: #f3f4f4;
  object-fit: contain;
  place-items: center;
}

.vz-search-category__icon {
  color: var(--vz-red);
  font-size: 0.8rem;
  font-weight: 900;
}

.vz-search-category > span:last-child {
  min-width: 0;
  overflow: hidden;
  font-size: 0.72rem;
  font-weight: 750;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vz-search-category small {
  margin-left: 6px;
  color: var(--vz-steel);
  font-size: 0.6rem;
  font-weight: 650;
}

.vz-search-result {
  display: grid;
  min-height: 82px;
  align-items: center;
  padding: 10px 14px;
  border-bottom: 1px solid var(--vz-line);
  background: var(--vz-white);
  grid-template-columns: 62px minmax(0, 1fr) minmax(110px, auto);
  gap: 13px;
  transition: background 160ms ease;
}

.vz-search-result:hover,
.vz-search-result:focus-visible {
  background: var(--vz-surface);
}

.vz-search-result img {
  width: 60px;
  height: 60px;
  padding: 4px;
  border-radius: 6px;
  background: #f5f6f6;
  object-fit: contain;
}

.vz-search-result__placeholder {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 6px;
  background: var(--vz-surface);
}

.vz-search-result__content {
  display: block;
  min-width: 0;
}

.vz-search-result__title {
  display: block;
  min-width: 0;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.35;
}

.vz-search-result__sku {
  display: block;
  margin-top: 5px;
  color: var(--vz-steel);
  font-size: 0.63rem;
  font-weight: 650;
}

.vz-search-result__price {
  color: var(--vz-red);
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: right;
}

.vz-search-results__all {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  color: var(--vz-charcoal);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.vz-search-results__all span {
  margin-left: 8px;
  color: var(--vz-red);
  font-size: 1.15rem;
}

.vz-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.vz-icon-link {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  padding: 0;
  border: 1px solid var(--vz-line);
  border-radius: 50%;
  background: var(--vz-white);
  color: var(--vz-charcoal);
  place-items: center;
  transition: 160ms ease;
}

.vz-icon-link:hover {
  border-color: var(--vz-red);
  color: var(--vz-red);
  transform: translateY(-1px);
}

.vz-cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  display: grid;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 10px;
  background: var(--vz-red);
  color: var(--vz-white);
  font-size: 0.63rem;
  line-height: 1;
  place-items: center;
}

.vz-header-cart {
  position: relative;
}

.vz-mini-cart {
  position: absolute;
  z-index: 120;
  top: calc(100% + 16px);
  right: 0;
  width: min(390px, calc(100vw - 32px));
  visibility: hidden;
  overflow: hidden;
  border-radius: 12px;
  background: var(--vz-white);
  box-shadow: 0 22px 60px rgba(17, 22, 26, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.vz-mini-cart::before {
  position: absolute;
  top: -16px;
  right: 0;
  width: 68px;
  height: 16px;
  content: "";
}

.vz-header-cart.is-open .vz-mini-cart {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.vz-mini-cart__header {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: var(--vz-charcoal-2);
  color: var(--vz-white);
}

.vz-mini-cart__header strong {
  font-size: 0.95rem;
}

.vz-mini-cart__close {
  display: grid;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--vz-white);
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
  place-items: center;
}

.vz-mini-cart__content {
  max-height: min(570px, calc(100vh - 140px));
  overflow-y: auto;
  padding: 8px 18px 18px;
}

.vz-mini-cart .woocommerce-mini-cart {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vz-mini-cart .woocommerce-mini-cart-item {
  display: block;
  position: relative;
  min-height: 0;
  padding: 14px 32px 14px 0;
  border-bottom: 1px solid #eceeef;
}

.vz-mini-cart .vz-mini-cart__product {
  display: grid !important;
  min-width: 0;
  align-items: center;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 13px;
  color: var(--vz-charcoal);
  font-size: 0.8rem;
  font-weight: 750;
  line-height: 1.35;
}

.vz-mini-cart__details,
.vz-mini-cart__name {
  display: block;
  min-width: 0;
}

.vz-mini-cart__media {
  display: grid;
  width: 82px;
  height: 82px;
  overflow: hidden;
  border: 1px solid #eceeef;
  border-radius: 9px;
  background: #f7f8f8;
  place-items: center;
}

.vz-mini-cart__name {
  padding-right: 4px;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: normal;
}

.vz-mini-cart .woocommerce-mini-cart-item img {
  display: block !important;
  width: 82px !important;
  height: 82px !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 6px;
  float: none !important;
  border-radius: 8px;
  background: transparent;
  object-fit: contain;
  transform: scale(1.08);
}

.vz-mini-cart .woocommerce-mini-cart-item .remove {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 0;
  display: grid;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f3f4f4;
  color: var(--vz-steel) !important;
  font-size: 1.05rem;
  place-items: center;
}

.vz-mini-cart .woocommerce-mini-cart-item .remove:hover {
  background: #ffebe9;
  color: var(--vz-red) !important;
}

.vz-mini-cart .vz-mini-cart__details .quantity {
  display: block;
  margin-top: 6px;
  color: var(--vz-steel);
  font-size: 0.74rem;
  line-height: 1.35;
}

.vz-mini-cart .vz-mini-cart__details dl.variation {
  display: grid;
  margin: 5px 0 0;
  padding: 0;
  border: 0;
  grid-template-columns: auto 1fr;
  gap: 2px 5px;
  color: var(--vz-steel);
  font-size: 0.66rem;
}

.vz-mini-cart .vz-mini-cart__details dl.variation dt,
.vz-mini-cart .vz-mini-cart__details dl.variation dd,
.vz-mini-cart .vz-mini-cart__details dl.variation p {
  margin: 0;
  padding: 0;
  float: none;
}

.vz-mini-cart .woocommerce-mini-cart__total {
  display: grid;
  align-items: center;
  margin: 16px 0;
  padding: 14px 0 0;
  color: var(--vz-steel);
  font-size: 0.78rem;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 3px 12px;
}

.vz-mini-cart .woocommerce-mini-cart__total strong {
  color: var(--vz-charcoal);
  font-size: 0.88rem;
}

.vz-mini-cart .woocommerce-mini-cart__total .amount {
  display: block;
  color: var(--vz-red);
  font-size: 1.1rem;
  font-weight: 850;
  text-align: right;
}

.vz-mini-cart .vz-price-ex-tax,
.vz-mini-cart .vz-price-ex-tax .amount {
  color: var(--vz-steel) !important;
  font-size: 0.64rem !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

.vz-mini-cart .vz-price-ex-tax {
  display: block !important;
  margin: 3px 0 0 !important;
  white-space: nowrap;
}

.vz-mini-cart .vz-price-ex-tax .amount {
  display: inline !important;
  text-align: inherit !important;
}

.vz-mini-cart .woocommerce-mini-cart__total > .vz-price-ex-tax {
  grid-column: 2;
  margin: 0;
  text-align: right;
}

.vz-mini-cart .woocommerce-mini-cart__buttons {
  display: grid;
  margin: 0;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.vz-mini-cart .woocommerce-mini-cart__buttons .button {
  display: inline-flex !important;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border: 1px solid var(--vz-red) !important;
  border-radius: 6px;
  background: var(--vz-red) !important;
  color: var(--vz-white) !important;
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.vz-mini-cart .woocommerce-mini-cart__buttons .button:not(.checkout) {
  border-color: var(--vz-charcoal) !important;
  background: var(--vz-white) !important;
  color: var(--vz-charcoal) !important;
}

.vz-mini-cart .woocommerce-mini-cart__buttons .button:hover {
  border-color: var(--vz-red-dark) !important;
  background: var(--vz-red-dark) !important;
  color: var(--vz-white) !important;
}

.vz-mini-cart .woocommerce-mini-cart__buttons .button:not(.checkout):hover {
  border-color: var(--vz-charcoal) !important;
  background: var(--vz-charcoal) !important;
  color: var(--vz-white) !important;
}

.vz-mini-cart .woocommerce-mini-cart__empty-message {
  margin: 0;
  padding: 38px 12px 30px;
  color: var(--vz-steel);
  text-align: center;
}

.vz-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--vz-line);
  border-radius: 50%;
  background: var(--vz-white);
  color: var(--vz-charcoal);
  cursor: pointer;
  place-items: center;
}

.vz-header__nav-wrap {
  position: relative;
  border-top: 1px solid var(--vz-line);
  background: var(--vz-white);
}

.vz-header__nav-row {
  display: flex;
  min-height: 44px;
  align-items: stretch;
  gap: 28px;
}

.vz-mega-toggle {
  display: inline-flex;
  min-width: 230px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 0;
  background: var(--vz-charcoal-2);
  color: var(--vz-white);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
}

.vz-mega-toggle:hover,
.vz-mega-toggle[aria-expanded="true"] {
  background: var(--vz-red);
}

.vz-mega-toggle__grid {
  width: 18px !important;
  height: 18px !important;
}

.vz-mega-toggle__chevron {
  width: 15px !important;
  height: 15px !important;
  margin-left: auto;
  transition: transform 160ms ease;
}

.vz-mega-toggle[aria-expanded="true"] .vz-mega-toggle__chevron {
  transform: rotate(180deg);
}

.vz-nav {
  min-width: 0;
}

.vz-nav ul {
  display: flex;
  height: 100%;
  align-items: center;
  gap: clamp(18px, 2.3vw, 34px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.vz-nav a {
  font-size: 0.9rem;
  font-weight: 650;
}

.vz-nav a:hover,
.vz-nav .current-menu-item > a {
  color: var(--vz-red);
}

.vz-nav .menu-item-has-children {
  position: relative;
}

.vz-nav .sub-menu {
  position: absolute;
  z-index: 20;
  top: 100%;
  left: -14px;
  display: none;
  width: 220px;
  height: auto;
  padding: 10px;
  border: 1px solid var(--vz-line);
  background: var(--vz-white);
  box-shadow: var(--vz-shadow);
}

.vz-nav .menu-item-has-children:hover > .sub-menu,
.vz-nav .menu-item-has-children:focus-within > .sub-menu {
  display: block;
}

.vz-nav .sub-menu a {
  display: block;
  padding: 8px 10px;
}

.vz-mobile-actions {
  display: none;
}

.vz-mega-menu {
  position: absolute;
  z-index: 80;
  top: 100%;
  right: 0;
  left: 0;
  max-height: calc(100vh - 118px);
  overflow-y: auto;
  padding: 28px 0 34px;
  border-top: 1px solid var(--vz-line);
  background: var(--vz-white);
  box-shadow: 0 20px 42px rgba(17, 22, 26, 0.16);
}

.vz-mega-menu[hidden] {
  display: none !important;
}

.vz-mega-menu__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.vz-mega-menu__heading strong {
  font-size: 1.1rem;
}

.vz-mega-menu__heading a {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.vz-mega-menu__heading a span {
  margin-left: 5px;
  color: var(--vz-red);
  font-size: 1.1rem;
}

.vz-mega-menu__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 30px;
}

.vz-mega-category {
  min-width: 0;
}

.vz-mega-category__title {
  display: grid;
  min-height: 54px;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--vz-line);
  color: var(--vz-charcoal);
  font-size: 0.88rem;
  font-weight: 800;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 10px;
}

.vz-mega-category__title img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.vz-mega-category__title--text {
  grid-template-columns: 1fr;
}

.vz-mega-category ul {
  margin: 9px 0 0;
  padding: 0;
  list-style: none;
}

.vz-mega-category li + li {
  margin-top: 5px;
}

.vz-mega-category li a {
  color: var(--vz-steel);
  font-size: 0.78rem;
}

.vz-mega-category a:hover {
  color: var(--vz-red);
}

/* Hero */
.vz-hero {
  position: relative;
  display: grid;
  min-height: 560px;
  align-items: center;
  overflow: hidden;
  background-color: var(--vz-charcoal-2);
  background-position: center;
  background-size: cover;
  color: var(--vz-white);
}

.vz-hero::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 14, 18, 0.96) 0%, rgba(8, 14, 18, 0.73) 44%, rgba(8, 14, 18, 0.08) 75%);
  content: "";
}

.vz-hero__content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding-block: 80px;
}

.vz-hero__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 20px;
}

.vz-hero__contact a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  background: rgba(10, 15, 18, 0.48);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.75rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.vz-hero__contact a:hover {
  border-color: var(--vz-red);
  background: rgba(242, 54, 46, 0.16);
  color: var(--vz-white);
}

.vz-hero__contact svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: var(--vz-red);
}

.vz-hero h1 {
  max-width: 700px;
  margin: 0 0 20px;
  font-family: var(--vz-font-heading);
  font-size: clamp(3rem, 6vw, 5.35rem);
  font-weight: var(--vz-font-heading-weight);
  letter-spacing: 0.015em;
  line-height: 0.98;
}

.vz-hero__text {
  max-width: 560px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.vz-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* Trust row */
.vz-trust {
  border-bottom: 1px solid var(--vz-line);
  background: var(--vz-white);
}

.vz-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.vz-trust__item {
  display: grid;
  min-height: 116px;
  align-items: center;
  padding: 22px 26px;
  border-right: 1px solid var(--vz-line);
  grid-template-columns: 48px 1fr;
  gap: 14px;
}

.vz-trust__item:last-child {
  border-right: 0;
}

.vz-trust__icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--vz-charcoal);
  border-radius: 50%;
  color: var(--vz-charcoal);
  transition: 180ms ease;
}

.vz-trust__icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.vz-trust__item:hover .vz-trust__icon {
  border-color: var(--vz-red);
  background: var(--vz-red);
  color: var(--vz-white);
  transform: translateY(-2px);
}

.vz-trust strong,
.vz-trust small {
  display: block;
}

.vz-trust small {
  margin-top: 2px;
  color: var(--vz-steel);
  line-height: 1.35;
}

/* Categories */
.vz-category-featured {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.vz-category-card {
  position: relative;
  display: flex;
  min-height: 290px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 22px;
  border: 1px solid var(--vz-line);
  border-radius: 10px;
  background: linear-gradient(145deg, var(--vz-white) 64%, #f1f3f3 100%);
  box-shadow: 0 5px 18px rgba(17, 22, 26, 0.035);
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.vz-category-card::before {
  position: absolute;
  z-index: 1;
  right: -32px;
  bottom: -44px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(242, 54, 46, 0.055);
  content: "";
  transition: transform 260ms ease, background 260ms ease;
}

.vz-category-card:hover {
  border-color: var(--vz-red);
  box-shadow: 0 17px 38px rgba(17, 22, 26, 0.11);
  transform: translateY(-5px);
}

.vz-category-card:hover::before {
  background: rgba(242, 54, 46, 0.1);
  transform: scale(1.25);
}

.vz-category-card img {
  position: absolute;
  inset: 12px 12px 54px;
  width: calc(100% - 24px);
  height: calc(100% - 66px);
  object-fit: contain;
  transition: transform 260ms ease;
}

.vz-category-card:hover img {
  transform: translateY(-4px) scale(1.045);
}

.vz-category-card__placeholder {
  position: absolute;
  inset: 22px 22px 68px;
  display: grid;
  place-items: center;
  color: #c9ccce;
  font-size: 4.5rem;
  font-weight: 900;
}

.vz-category-card strong {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 1rem;
}

.vz-category-card strong::after,
.vz-category-shortcut::after {
  display: inline-block;
  margin-left: 7px;
  color: var(--vz-red);
  content: "→";
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 0.75;
  transform: translateY(1px);
}

.vz-category-shortcuts {
  display: grid;
  margin-top: 18px;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.vz-category-shortcut {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border: 1px solid var(--vz-line);
  border-radius: var(--vz-radius);
  background: var(--vz-white);
  font-size: 0.88rem;
  font-weight: 750;
  box-shadow: 0 4px 14px rgba(17, 22, 26, 0.025);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.vz-category-shortcut:hover {
  border-color: var(--vz-red);
  box-shadow: 0 10px 24px rgba(17, 22, 26, 0.08);
  transform: translateY(-2px);
}

.vz-category-shortcut::after {
  transition: transform 180ms ease;
}

.vz-category-shortcut:hover::after {
  transform: translate(4px, 1px);
}

.vz-category-footer {
  margin-top: 24px;
  text-align: center;
}

.vz-category-footer .vz-category-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--vz-charcoal);
}

.vz-category-all__arrow {
  color: var(--vz-red);
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  transition: transform 160ms ease;
}

.vz-category-all:hover .vz-category-all__arrow {
  transform: translateX(3px);
}

/* Promos */
.vz-promo {
  display: grid;
  min-height: 240px;
  overflow: hidden;
  border: 1px solid var(--vz-line);
  border-radius: var(--vz-radius);
  background: linear-gradient(100deg, #eef0f1 0%, #f9f9f9 52%, #d8dde0 100%);
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
}

.vz-promo__content {
  align-self: center;
  padding: 38px 46px;
}

.vz-promo h2,
.vz-split h2,
.vz-consultation h2 {
  margin: 0 0 12px;
  font-family: var(--vz-font-heading);
  font-size: clamp(2rem, 3.8vw, 3.3rem);
  font-weight: var(--vz-font-heading-weight);
  letter-spacing: 0.02em;
  line-height: 1.03;
}

.vz-promo p,
.vz-split p {
  max-width: 580px;
  margin: 0 0 22px;
}

.vz-promo__media,
.vz-split__media {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.vz-promo__media::after,
.vz-split__media::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
}

.vz-promo__media::after {
  background: linear-gradient(
    90deg,
    #f9f9f9 0%,
    rgba(249, 249, 249, 0.9) 8%,
    rgba(249, 249, 249, 0.42) 24%,
    rgba(249, 249, 249, 0) 44%
  );
}

.vz-split__media::after {
  background: linear-gradient(
    90deg,
    var(--vz-charcoal-2) 0%,
    rgba(17, 22, 26, 0.88) 8%,
    rgba(17, 22, 26, 0.38) 25%,
    rgba(17, 22, 26, 0) 46%
  );
}

.vz-hero h1.vz-hero__logo { display:block; width:min(100%,520px); margin:20px 0; padding:0; background:transparent; border-radius:0; line-height:1; box-sizing:border-box; }
.vz-hero__logo img.vz-hero__logo-image { display:block; width:100%; max-width:100%; height:auto; object-fit:contain; }
.vz-hero__logo img.vz-hero__logo-image { filter:url(#vz-hero-light-logo); }
.vz-hero-logo-filter { position:absolute; pointer-events:none; }
#znanje-in-nasveti { scroll-margin-top:160px; }

/* Product catalog filters */
.vz-category-nav,
.vz-filter-box {
  overflow: hidden;
  border: 1px solid var(--vz-line);
  border-radius: 12px;
  background: #fff;
}
.vz-category-nav { margin-bottom: 18px; }
.vz-category-nav h2 { margin: 0; padding: 18px 20px; border-bottom: 1px solid var(--vz-line); font-family: var(--vz-font-body); font-size: 1.1rem; }
.vz-category-nav__scroll { max-height: 360px; overflow-y: auto; overscroll-behavior: contain; padding: 10px; scrollbar-width: thin; }
.vz-category-nav ul { list-style: none; margin: 0; padding: 0; }
.vz-category-nav li { margin: 0; padding: 0; }
.vz-category-nav a,
.vz-category-nav summary { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 10px; border-radius: 6px; color: var(--vz-charcoal); font-size: .85rem; line-height: 1.4; text-decoration: none; cursor: pointer; overflow-wrap: anywhere; }
.vz-category-nav summary { list-style: none; font-weight: 600; }
.vz-category-nav summary::-webkit-details-marker { display: none; }
.vz-category-nav a:hover,
.vz-category-nav summary:hover { background: #f7f8f8; color: var(--vz-red); }
.vz-category-nav [aria-current="page"] { background: #fff0ef; color: var(--vz-red); font-weight: 700; }
.vz-category-nav :is(a, summary):focus-visible { outline: 2px solid var(--vz-red); outline-offset: -2px; }
.vz-category-nav__branch { margin-left: 10px; padding-left: 8px; border-left: 1px solid var(--vz-line); }
.vz-category-nav__chevron { width: 7px; height: 7px; flex: 0 0 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(-45deg); transition: transform .18s ease; }
.vz-category-nav details[open] > summary .vz-category-nav__chevron { transform: rotate(45deg); }
.vz-filter-options { max-height: 250px; overflow-y: auto; scrollbar-width: thin; padding: 2px; }
.vz-catalog-layout > .vz-shop-filter { position: static; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.vz-catalog-layout {
  display: grid;
  clear: both;
  align-items: start;
  grid-template-columns: 265px minmax(0, 1fr);
  gap: 36px;
}

.vz-catalog-results {
  min-width: 0;
}

.vz-catalog-toolbar {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.vz-shop-filter__toggle {
  display: none;
}

.vz-shop-filter {
  position: sticky;
  top: 18px;
  overflow: hidden;
  border: 1px solid var(--vz-line);
  border-radius: 10px;
  background: var(--vz-white);
  box-shadow: 0 10px 28px rgba(17, 22, 26, 0.06);
}

.vz-shop-filter__heading {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--vz-line);
  background: var(--vz-charcoal-2);
  color: var(--vz-white);
}

.vz-shop-filter__heading h2 {
  margin: 0;
  font-size: 1.15rem;
}

.vz-shop-filter__heading span {
  color: var(--vz-red);
  font-size: 1.4rem;
}

.vz-shop-filter__form {
  padding: 4px 20px 22px;
}

.vz-filter-group {
  display: block;
  margin: 0;
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid var(--vz-line);
}

.vz-filter-group h3,
.vz-filter-group legend,
.vz-filter-field > span {
  display: block;
  margin: 0 0 12px;
  padding: 0;
  color: var(--vz-steel);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.vz-filter-price {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.vz-filter-price .vz-filter-field > span {
  margin-bottom: 6px;
  font-size: 0.66rem;
}

.vz-filter-field input,
.vz-filter-field select {
  width: 100%;
  min-height: 44px;
  padding: 9px 11px;
  border: 1px solid #d5d8da;
  border-radius: 5px;
  background: var(--vz-white);
  color: var(--vz-charcoal);
  font-size: 0.82rem;
}

.vz-filter-field input:focus,
.vz-filter-field select:focus {
  border-color: var(--vz-charcoal);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(32, 35, 38, 0.08);
}

.vz-filter-brands {
  max-height: 330px;
  overflow-y: auto;
}

.vz-filter-brands label {
  display: grid;
  min-height: 40px;
  align-items: center;
  padding: 7px 9px;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  gap: 8px;
}

.vz-filter-brands label + label {
  margin-top: 4px;
}

.vz-filter-brands label:hover {
  border-color: var(--vz-line);
  background: var(--vz-surface);
}

.vz-filter-brands input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--vz-red);
}

.vz-filter-brands span {
  min-width: 0;
  font-size: 0.82rem;
}

.vz-filter-brands small {
  color: var(--vz-steel);
  font-size: 0.72rem;
}

.vz-shop-filter__actions {
  display: grid;
  padding-top: 20px;
  text-align: center;
  gap: 10px;
}

.vz-shop-filter__actions .vz-button {
  width: 100%;
  min-height: 44px;
}

.vz-shop-filter__actions a {
  color: var(--vz-steel);
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vz-filter-no-results {
  margin-bottom: 24px;
  padding: 24px;
  border: 1px solid var(--vz-line);
  border-left: 4px solid var(--vz-red);
  border-radius: 7px;
  background: var(--vz-surface);
}

.vz-filter-no-results p {
  margin: 0 0 14px;
  font-weight: 700;
}

/* New products carousel on the homepage */
.vz-new-products-section {
  overflow: hidden;
  border-top: 1px solid rgba(32, 35, 38, 0.06);
}

.vz-new-products__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 24px;
}

.vz-new-products__heading .vz-kicker {
  margin-bottom: 6px;
}

.vz-new-products__heading .vz-section-title {
  margin-bottom: 0;
  text-align: left;
}

.vz-new-products__arrows {
  display: flex;
  flex: 0 0 auto;
  gap: 9px;
}

.vz-new-products__arrow {
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--vz-charcoal);
  border-radius: 50%;
  background: var(--vz-white);
  color: var(--vz-charcoal);
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
  place-items: center;
}

.vz-new-products__arrow svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.vz-new-products__arrow:hover {
  border-color: var(--vz-red);
  background: var(--vz-red);
  color: var(--vz-white);
  transform: translateY(-2px);
}

.vz-new-products__arrow:disabled {
  border-color: var(--vz-line);
  background: var(--vz-surface);
  color: #aeb4b7;
  cursor: not-allowed;
  transform: none;
}

.vz-new-products__viewport {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  outline: none;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.vz-new-products__viewport::-webkit-scrollbar {
  display: none;
}

.vz-new-products__viewport:focus-visible {
  outline: 3px solid rgba(242, 54, 46, 0.2);
  outline-offset: 6px;
}

.vz-new-products__viewport > .woocommerce {
  width: 100%;
}

.vz-new-products__viewport .woocommerce ul.products {
  display: flex !important;
  width: 100%;
  align-items: stretch;
  margin: 0 !important;
  overflow: visible;
  grid-template-columns: none !important;
  gap: 20px !important;
}

.vz-new-products__viewport .woocommerce ul.products li.product {
  width: calc((100% - 60px) / 4) !important;
  min-width: 0;
  flex: 0 0 calc((100% - 60px) / 4) !important;
  scroll-snap-align: start;
}

.vz-new-products__dots {
  display: flex;
  min-height: 18px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  gap: 7px;
}

.vz-new-products__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #cdd1d3;
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}

.vz-new-products__dot.is-active {
  width: 28px;
  background: var(--vz-red);
}

/* Catalog pagination */
.woocommerce nav.woocommerce-pagination {
  display: flex;
  width: 100%;
  clear: both;
  justify-content: center;
  margin: 42px 0 4px;
  text-align: center;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
  display: flex;
  width: auto;
  max-width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  gap: 7px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  margin: 0;
  border: 0;
  overflow: visible;
}

.woocommerce nav.woocommerce-pagination .page-numbers a,
.woocommerce nav.woocommerce-pagination .page-numbers span {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #e1e4e5;
  border-radius: 50%;
  background: var(--vz-white);
  color: var(--vz-charcoal);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1;
  place-items: center;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.woocommerce nav.woocommerce-pagination .page-numbers a:hover,
.woocommerce nav.woocommerce-pagination .page-numbers span.current {
  border-color: var(--vz-red);
  background: var(--vz-red);
  color: var(--vz-white);
  transform: translateY(-1px);
}

.woocommerce nav.woocommerce-pagination a.prev,
.woocommerce nav.woocommerce-pagination a.next {
  position: relative;
  width: 44px;
  height: 44px;
  border-color: var(--vz-charcoal);
  background: var(--vz-charcoal-2);
  color: var(--vz-white);
  font-size: 0;
}

.woocommerce nav.woocommerce-pagination a.prev {
  margin-right: 4px;
}

.woocommerce nav.woocommerce-pagination a.next {
  margin-left: 4px;
}

.woocommerce nav.woocommerce-pagination a.prev::before,
.woocommerce nav.woocommerce-pagination a.next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
}

.woocommerce nav.woocommerce-pagination a.prev::before {
  transform: translate(-50%, -50%) translateX(2px) rotate(135deg);
}

.woocommerce nav.woocommerce-pagination a.next::before {
  transform: translate(-50%, -50%) translateX(-2px) rotate(-45deg);
}

/* WooCommerce product and category cards */
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  float: none;
  margin: 0;
}

.woocommerce .woocommerce-ordering select {
  min-height: 42px;
  padding: 8px 34px 8px 12px;
  border: 1px solid var(--vz-line);
  border-radius: 5px;
  background-color: var(--vz-white);
  color: var(--vz-charcoal);
  font-size: 0.8rem;
}

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 26px;
  color: var(--vz-steel);
}

.woocommerce ul.products {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.vz-catalog-results > ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: flex;
  position: relative;
  width: auto;
  min-width: 0;
  float: none;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  padding: 12px;
  border: 1px solid var(--vz-line);
  border-radius: 10px;
  background: var(--vz-white);
  box-shadow: 0 4px 16px rgba(17, 22, 26, 0.035);
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.woocommerce ul.products li.product:hover {
  border-color: rgba(242, 54, 46, 0.38);
  box-shadow: 0 16px 38px rgba(17, 22, 26, 0.11);
  transform: translateY(-5px);
}

.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 1;
  margin: 0 0 17px;
  padding: 0;
  border-radius: 0;
  background: var(--vz-white);
  object-fit: contain;
  transition: transform 260ms ease;
}

.woocommerce ul.products li.product:hover a img {
  transform: scale(1.035);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 3.15em;
  padding: 0;
  color: var(--vz-charcoal);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.4;
  transition: color 160ms ease;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
  color: var(--vz-red-dark);
}

.vz-product-card__category {
  margin-bottom: 6px;
  color: var(--vz-steel);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .price {
  margin-top: auto;
  color: var(--vz-red);
  margin-bottom: 5px;
  font-size: 1.12rem;
  font-weight: 850;
}

.vz-price-ex-tax {
  display: inline-block;
  margin-left: 6px;
  color: var(--vz-steel);
  font-size: 0.64em;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
}

.woocommerce ul.products li.product .price .vz-price-ex-tax {
  display: block;
  margin: 3px 0 0;
  font-size: 0.64rem;
}

.vz-product-stock {
  display: flex;
  min-height: 20px;
  align-items: center;
  gap: 7px;
  color: #327a50;
  font-size: 0.7rem;
  font-weight: 750;
}

.vz-product-stock > span {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 3px rgba(50, 122, 80, 0.12);
}

.vz-product-stock--onbackorder {
  color: #b36a13;
}

.vz-product-stock--onbackorder > span {
  box-shadow: 0 0 0 3px rgba(179, 106, 19, 0.12);
}

.vz-product-stock--outofstock {
  color: #9a3a35;
}

.vz-product-stock--outofstock > span {
  box-shadow: 0 0 0 3px rgba(154, 58, 53, 0.12);
}

.vz-product-card__actions {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid var(--vz-line);
}

.vz-product-card__cart {
  display: flex;
  width: 100%;
  justify-content: center;
}

.woocommerce ul.products li.product .vz-product-card__cart .button {
  display: inline-flex !important;
  width: fit-content;
  min-width: 146px;
  height: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0 16px !important;
  font-size: 0.74rem;
  line-height: 1 !important;
  white-space: normal;
}

.vz-cart-label {
  display: block;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: none;
}

.vz-cart-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.woocommerce ul.products li.product .added_to_cart {
  align-self: center;
  margin-left: 8px;
  color: var(--vz-red);
  font-size: 0.75rem;
  font-weight: 750;
}

.vz-product-card__wishlist {
  position: absolute;
  z-index: 4;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
}

.vz-product-card__wishlist .yith-wcwl-add-to-wishlist {
  margin: 0;
}

.vz-product-card__wishlist .yith-wcwl-add-to-wishlist a {
  display: grid !important;
  width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0 !important;
  place-items: center;
  border: 1px solid var(--vz-line);
  border-radius: 50%;
  background: var(--vz-white);
  color: var(--vz-charcoal);
  font-size: 0 !important;
  line-height: 1;
  box-shadow: 0 5px 18px rgba(18, 23, 27, 0.12);
  transition: 160ms ease;
}

.woocommerce ul.products li.product-category,
.woocommerce-page ul.products li.product-category {
  padding: 0;
  border-radius: 10px;
}

.woocommerce ul.products li.product-category > a {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.woocommerce ul.products li.product-category a img {
  margin: 0;
  padding: 22px;
  border-radius: 0;
  background: linear-gradient(145deg, #f6f7f7, #ecefef);
}

.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
  display: flex;
  min-height: 68px;
  align-items: center;
  margin: 0;
  padding: 16px 18px;
  color: var(--vz-charcoal);
  font-size: 1rem;
  line-height: 1.3;
  gap: 8px;
}

.woocommerce ul.products li.product-category .woocommerce-loop-category__title::after {
  margin-left: auto;
  color: var(--vz-red);
  content: "→";
  font-size: 1.2rem;
  transition: transform 180ms ease;
}

.woocommerce ul.products li.product-category mark.count {
  padding: 0;
  background: transparent !important;
  color: var(--vz-steel);
  font-size: 0.72rem;
  font-weight: 600;
}

.woocommerce ul.products li.product-category:hover .woocommerce-loop-category__title::after {
  transform: translateX(4px);
}

.vz-product-card__wishlist .yith-wcwl-add-to-wishlist a::before {
  color: currentColor;
  content: "♡";
  font-size: 1.55rem;
  line-height: 1;
}

.vz-product-card__wishlist .yith-wcwl-add-to-wishlist a:hover,
.vz-product-card__wishlist .yith-wcwl-wishlistaddedbrowse a,
.vz-product-card__wishlist .yith-wcwl-wishlistexistsbrowse a {
  border-color: var(--vz-red);
  color: var(--vz-red);
  transform: translateY(-1px);
}

.vz-product-card__wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.vz-product-card__wishlist .yith-wcwl-wishlistexistsbrowse a::before {
  content: "♥";
}

.vz-product-card__wishlist .feedback,
.vz-product-card__wishlist .blockUI,
.vz-product-card__wishlist .separator,
.vz-product-card__wishlist img {
  display: none !important;
}

.woocommerce span.onsale.vz-sale-badge {
  position: absolute;
  z-index: 5;
  top: 16px !important;
  right: auto !important;
  left: 16px !important;
  display: grid;
  min-width: 58px;
  min-height: 58px;
  padding: 7px 8px;
  border: 3px solid var(--vz-white);
  border-radius: 50%;
  background: var(--vz-red);
  color: var(--vz-white);
  line-height: 1;
  place-content: center;
  box-shadow: 0 8px 22px rgba(216, 43, 36, 0.28);
  text-align: center;
  text-transform: uppercase;
}

.woocommerce span.onsale.vz-sale-badge strong,
.woocommerce span.onsale.vz-sale-badge small {
  display: block;
  color: inherit;
}

.woocommerce span.onsale.vz-sale-badge strong {
  font-size: 0.85rem;
  font-weight: 900;
}

.woocommerce span.onsale.vz-sale-badge small {
  margin-top: 3px;
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.woocommerce ul.products li.product.sale {
  box-shadow: 0 8px 28px rgba(242, 54, 46, 0.08);
}

.woocommerce ul.products li.product .price del {
  margin-right: 6px;
  color: #93999e;
  font-size: 0.75em;
  font-weight: 650;
  opacity: 1;
}

.woocommerce ul.products li.product .price ins {
  padding: 0;
  background: transparent;
  color: var(--vz-red);
  font-weight: 900;
  text-decoration: none;
}

/* Services and editorial */
.vz-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.vz-info-card {
  overflow: hidden;
  border: 1px solid var(--vz-line);
  border-radius: var(--vz-radius);
  background: var(--vz-white);
}

.vz-info-card__media {
  min-height: 180px;
  background: linear-gradient(135deg, #252b2f, #697078);
  background-position: center;
  background-size: cover;
}

.vz-info-card__body {
  padding: 24px;
}

.vz-home .vz-info-card__media {
  min-height: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.vz-home .vz-info-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Individual translate keeps hover movement independent of scroll reveals. */
.vz-home .vz-info-card,
.vz-motion-ready .vz-home .vz-info-card.vz-reveal.is-visible {
  transition:
    opacity 650ms ease,
    filter 650ms ease,
    transform 650ms ease,
    translate 240ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease;
  transition-delay: 0ms;
}

.vz-home .vz-info-card__media img {
  transition: transform 450ms ease;
}

.vz-home .vz-info-card:focus-within {
  border-color: var(--vz-red);
  box-shadow: 0 14px 32px rgba(17, 22, 26, 0.12);
}

@media (hover: hover) and (pointer: fine) {
  .vz-home .vz-info-card:hover {
    translate: 0 -6px;
    border-color: var(--vz-red);
    box-shadow: 0 18px 36px rgba(17, 22, 26, 0.12);
  }

  .vz-home .vz-info-card:hover .vz-info-card__media img {
    transform: scale(1.045);
  }
}

@media (prefers-reduced-motion: reduce) {
  .vz-home .vz-info-card,
  .vz-motion-ready .vz-home .vz-info-card.vz-reveal.is-visible,
  .vz-home .vz-info-card__media img {
    transition: none;
  }

  .vz-home .vz-info-card:hover {
    translate: none;
  }

  .vz-home .vz-info-card:hover .vz-info-card__media img {
    transform: none;
  }
}

.vz-info-card h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
}

.vz-info-card p {
  margin: 0 0 16px;
  color: var(--vz-steel);
  font-size: 0.92rem;
}

.vz-split {
  display: grid;
  overflow: hidden;
  background: var(--vz-charcoal-2);
  color: var(--vz-white);
  grid-template-columns: 0.95fr 1.05fr;
}

.vz-split__content {
  align-self: center;
  padding: clamp(42px, 7vw, 86px);
}

.vz-split__content p {
  color: rgba(255, 255, 255, 0.72);
}

.vz-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.vz-chips li {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.78rem;
}

.vz-split__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vz-consultation {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background: var(--vz-charcoal-2);
  background-position: center;
  background-size: cover;
  color: var(--vz-white);
}

.vz-consultation::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 15, 18, 0.97), rgba(10, 15, 18, 0.55));
  content: "";
}

.vz-consultation__content {
  position: relative;
  max-width: 600px;
}

.vz-consultation p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.78);
}

/* Lightweight scroll reveals */
.vz-motion-ready .vz-reveal {
  opacity: 0;
  filter: blur(2px);
  transform: translate3d(0, 26px, 0);
  transition:
    opacity 650ms cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 650ms cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--vz-reveal-delay, 0ms);
  will-change: opacity, transform;
}

.vz-motion-ready .vz-reveal--left {
  transform: translate3d(-30px, 0, 0);
}

.vz-motion-ready .vz-reveal--right {
  transform: translate3d(30px, 0, 0);
}

.vz-motion-ready .vz-reveal.is-visible {
  opacity: 1;
  filter: none;
  transform: none;
  will-change: auto;
}

.vz-motion-ready .vz-category-card.vz-reveal.is-visible:hover {
  transform: translateY(-3px);
}

/* Page / shop */
.vz-page-header {
  padding: 56px 0;
  background: var(--vz-surface);
}

.vz-page-header h1 {
  margin: 0;
  font-family: var(--vz-font-heading);
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: var(--vz-font-heading-weight);
  letter-spacing: 0.02em;
}

.vz-main {
  padding: 64px 0 90px;
}

.woocommerce .quantity .qty {
  min-height: 46px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--vz-red);
}

.vz-elementor-home,
.vz-elementor-page {
  overflow: clip;
}

/* Individual product */
.single-product .vz-main {
  padding-top: 48px;
}

body.single-product {
  background: #f7f8f8;
}

.single-product .vz-header {
  background: var(--vz-white);
}

.single-product .vz-footer {
  background: var(--vz-charcoal-2);
}

.single-product .woocommerce-breadcrumb {
  margin-bottom: 24px;
  color: var(--vz-steel);
  font-size: 0.72rem;
}

.single-product .woocommerce-breadcrumb a:hover {
  color: var(--vz-red);
}

.single-product .woocommerce div.product {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: clamp(34px, 5vw, 72px);
}

.single-product .woocommerce div.product::before,
.single-product .woocommerce div.product::after {
  display: none;
}

.single-product .woocommerce div.product div.images,
.single-product .woocommerce div.product div.summary {
  width: 100%;
  min-width: 0;
  float: none;
  margin: 0;
}

.single-product .woocommerce div.product div.images {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border-radius: 14px;
  background: var(--vz-white);
  box-shadow: 0 12px 38px rgba(17, 22, 26, 0.07);
}

.single-product .woocommerce div.product div.images::after {
  position: absolute;
  right: 20px;
  bottom: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(17, 22, 26, 0.76);
  color: var(--vz-white);
  content: "Kliknite za celozaslonski ogled";
  font-size: 0.62rem;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translateY(5px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.single-product .woocommerce div.product div.images:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.single-product .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  top: 18px;
  right: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  border: 1px solid var(--vz-line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 24px rgba(17, 22, 26, 0.12);
  place-items: center;
}

.single-product .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.single-product .woocommerce-product-gallery__image a {
  display: grid;
  min-height: clamp(380px, 44vw, 650px);
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(145deg, #ffffff, #fafbfb);
  cursor: zoom-in;
  place-items: center;
}

.single-product .woocommerce-product-gallery__image img {
  width: 100%;
  max-height: 660px;
  object-fit: contain;
}

.single-product .woocommerce-product-gallery .flex-direction-nav {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 0;
  left: 0;
  height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
}

.single-product .woocommerce-product-gallery .flex-direction-nav li {
  margin: 0;
  padding: 0;
}

.single-product .woocommerce-product-gallery .flex-direction-nav a {
  position: absolute;
  display: grid;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  border: 1px solid rgba(32, 35, 38, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: var(--vz-charcoal);
  box-shadow: 0 10px 26px rgba(17, 22, 26, 0.14);
  font-size: 0;
  opacity: 0;
  pointer-events: auto;
  transition: opacity 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
  place-items: center;
}

.single-product .woocommerce-product-gallery:hover .flex-direction-nav a,
.single-product .woocommerce-product-gallery .flex-direction-nav a:focus-visible {
  opacity: 1;
}

.single-product .woocommerce-product-gallery .flex-direction-nav a::before {
  font-family: Arial, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}

.single-product .woocommerce-product-gallery .flex-direction-nav .flex-prev {
  left: 16px;
}

.single-product .woocommerce-product-gallery .flex-direction-nav .flex-prev::before {
  content: "‹";
  transform: translate(-1px, -1px);
}

.single-product .woocommerce-product-gallery .flex-direction-nav .flex-next {
  right: 16px;
}

.single-product .woocommerce-product-gallery .flex-direction-nav .flex-next::before {
  content: "›";
  transform: translate(1px, -1px);
}

.single-product .woocommerce-product-gallery .flex-direction-nav a:hover {
  background: var(--vz-red);
  color: var(--vz-white);
  transform: scale(1.06);
}

.single-product .woocommerce div.product span.onsale {
  z-index: 4;
  top: 34px;
  left: 34px;
}

.single-product .flex-control-thumbs {
  display: flex !important;
  width: 100%;
  margin: 14px 0 0 !important;
  padding: 3px 2px 10px !important;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-color: rgba(32, 35, 38, 0.28) transparent;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.single-product .woocommerce div.product div.images .flex-control-thumbs li {
  width: 88px !important;
  min-width: 88px !important;
  flex: 0 0 88px !important;
  float: none !important;
  margin: 0 !important;
  scroll-snap-align: start;
}

.single-product .flex-control-thumbs img {
  width: 88px !important;
  height: 88px !important;
  aspect-ratio: 1;
  padding: 7px;
  border: 1px solid var(--vz-line);
  border-radius: 9px;
  background: var(--vz-white);
  object-fit: contain;
  opacity: 0.68;
  transition: border-color 160ms ease, box-shadow 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.single-product .flex-control-thumbs img.flex-active,
.single-product .flex-control-thumbs img:hover {
  border-color: var(--vz-red);
  box-shadow: 0 0 0 2px rgba(242, 54, 46, 0.1);
  opacity: 1;
  transform: translateY(-1px);
}

.single-product .woocommerce div.product div.summary {
  padding: clamp(24px, 3vw, 38px);
  border-top: 4px solid var(--vz-red);
  border-radius: 12px;
  background: var(--vz-white);
  box-shadow: 0 12px 38px rgba(17, 22, 26, 0.07);
}

.single-product .product_title {
  margin: 0 0 15px;
  color: var(--vz-charcoal);
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  line-height: 1.16;
}

.single-product .woocommerce-product-rating {
  display: flex;
  align-items: center;
  margin-bottom: 16px !important;
  gap: 10px;
}

.single-product .woocommerce div.product p.price {
  margin: 0 0 18px;
  color: var(--vz-red);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 900;
}

.single-product .woocommerce div.product p.price .vz-price-ex-tax {
  display: block;
  margin: 5px 0 0;
  color: var(--vz-steel);
  font-size: 0.7rem;
  font-weight: 650;
}

.single-product .woocommerce div.product p.price .vz-price-ex-tax .amount {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.single-product .woocommerce div.product p.price del {
  margin-right: 8px;
  color: #969ca0;
  font-size: 0.64em;
  opacity: 1;
}

.single-product .woocommerce div.product p.price ins {
  background: transparent;
  color: var(--vz-red);
  text-decoration: none;
}

.single-product .woocommerce-product-details__short-description {
  margin-bottom: 22px;
  color: var(--vz-steel);
  font-size: 0.9rem;
}

.single-product .woocommerce-product-details__short-description.vz-short-description--collapsed {
  position: relative;
  max-height: 9.2em;
  overflow: hidden;
}

.single-product .woocommerce-product-details__short-description.vz-short-description--collapsed::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 54px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--vz-white) 88%);
  content: "";
  pointer-events: none;
}

.single-product .woocommerce-product-details__short-description.vz-short-description--expanded {
  max-height: none;
  overflow: visible;
}

.vz-short-description__toggle {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  margin: -10px 0 8px;
  padding: 7px 0;
  border: 0;
  border-bottom: 2px solid var(--vz-red);
  background: transparent;
  color: var(--vz-charcoal);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 850;
  gap: 7px;
}

.vz-short-description__toggle::after {
  color: var(--vz-red);
  content: "↓";
  font-size: 0.95rem;
  line-height: 1;
  transition: transform 180ms ease;
}

.vz-short-description__toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.single-product .summary .stock {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  margin: 0 0 4px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #edf8f1;
  color: #287548;
  font-size: 0.72rem;
  font-weight: 800;
}

.single-product .summary .stock.out-of-stock {
  background: #fff0ef;
  color: var(--vz-red-dark);
}

.single-product .woocommerce div.product form.cart {
  display: flex;
  align-items: stretch;
  margin: 22px 0;
  padding: 18px 0;
  border-top: 1px solid var(--vz-line);
  border-bottom: 1px solid var(--vz-line);
  gap: 10px;
}

.single-product .woocommerce div.product form.cart .quantity {
  margin: 0;
}

.single-product .woocommerce div.product form.cart .quantity.vz-quantity {
  display: grid !important;
  width: 142px !important;
  height: 54px;
  flex: 0 0 142px;
  overflow: hidden;
  border: 1px solid #d9dddf;
  border-radius: 8px;
  background: var(--vz-white);
  grid-template-columns: 43px 54px 43px;
}

.single-product .woocommerce div.product form.cart .quantity .qty {
  width: 78px;
  height: 50px;
  border: 1px solid #dfe2e3;
  border-radius: 6px;
  text-align: center;
}

.single-product .woocommerce div.product form.cart .quantity.vz-quantity .qty {
  width: 54px !important;
  height: 52px;
  padding: 0 4px;
  border: 0;
  border-right: 1px solid #eceeef;
  border-left: 1px solid #eceeef;
  border-radius: 0;
  background: var(--vz-white);
  color: var(--vz-charcoal);
  font-weight: 800;
  line-height: 52px;
  appearance: textfield;
  -moz-appearance: textfield;
}

.single-product .woocommerce div.product form.cart .quantity.vz-quantity .qty::-webkit-inner-spin-button,
.single-product .woocommerce div.product form.cart .quantity.vz-quantity .qty::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
}

.single-product .vz-quantity__button {
  display: grid;
  width: 43px;
  height: 52px;
  padding: 0;
  border: 0;
  background: #f6f7f7;
  color: var(--vz-charcoal);
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  transition: background 160ms ease, color 160ms ease;
  place-items: center;
}

.single-product .vz-quantity__button:hover {
  background: #fff0ef;
  color: var(--vz-red);
}

.single-product .vz-quantity__button:disabled {
  color: #b9bec1;
  cursor: not-allowed;
}

.single-product .woocommerce div.product form.cart .single_add_to_cart_button {
  display: inline-flex !important;
  min-width: 230px;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 13px 25px !important;
  border-color: var(--vz-red) !important;
  border-radius: 8px !important;
  background: var(--vz-red) !important;
  color: var(--vz-white) !important;
  box-shadow: 0 10px 24px rgba(242, 54, 46, 0.23);
  font-family: var(--vz-font-body);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
  transition: transform 170ms ease, background 170ms ease, box-shadow 170ms ease;
  gap: 10px;
}

.single-product .woocommerce div.product form.cart .single_add_to_cart_button::before {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 4.5h2.2l1.7 9.2a2 2 0 0 0 2 1.6h7.8a2 2 0 0 0 1.9-1.4l1.4-5.3H6.4'/%3E%3Ccircle cx='9.5' cy='19' r='1.25'/%3E%3Ccircle cx='17.2' cy='19' r='1.25'/%3E%3C/svg%3E") center / contain no-repeat;
  content: "";
}

.single-product .woocommerce div.product form.cart .single_add_to_cart_button:hover {
  border-color: var(--vz-red-dark) !important;
  background: var(--vz-red-dark) !important;
  box-shadow: 0 13px 28px rgba(216, 43, 36, 0.28);
  transform: translateY(-2px);
}

.single-product .woocommerce div.product form.cart .single_add_to_cart_button:focus-visible {
  outline: 3px solid rgba(242, 54, 46, 0.24);
  outline-offset: 3px;
}

body.single-product .woocommerce div.product .summary form.cart button.single_add_to_cart_button.button,
body.single-product .woocommerce div.product .summary form.cart button.single_add_to_cart_button.alt {
  border: 1px solid var(--vz-red) !important;
  background: var(--vz-red) !important;
  background-color: var(--vz-red) !important;
  background-image: none !important;
  color: var(--vz-white) !important;
  opacity: 1 !important;
}

body.single-product .woocommerce div.product .summary form.cart button.single_add_to_cart_button.button:hover,
body.single-product .woocommerce div.product .summary form.cart button.single_add_to_cart_button.alt:hover {
  border-color: var(--vz-red-dark) !important;
  background: var(--vz-red-dark) !important;
  background-color: var(--vz-red-dark) !important;
}

.single-product .woocommerce div.product form.cart.variations_form {
  display: block;
}

.single-product .variations {
  margin-bottom: 16px !important;
}

.single-product .variations th,
.single-product .variations td {
  padding: 7px 0 !important;
  text-align: left;
}

.single-product .variations select {
  width: 100%;
  min-height: 46px;
  padding: 9px 12px;
  border: 1px solid #dfe2e3;
  border-radius: 6px;
  background: var(--vz-white);
}

.single-product .product_meta {
  display: grid;
  padding-top: 5px;
  color: var(--vz-steel);
  font-size: 0.72rem;
  gap: 5px;
}

.single-product .product_meta a {
  color: var(--vz-charcoal);
  font-weight: 700;
}

.single-product .woocommerce-tabs,
.single-product .related,
.single-product .upsells {
  min-width: 0;
  grid-column: 1 / -1;
}

.single-product .woocommerce-tabs {
  margin-top: 16px;
  padding: 30px;
  border-radius: 12px;
  background: var(--vz-white);
  box-shadow: 0 10px 32px rgba(17, 22, 26, 0.06);
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  margin: 0 0 26px;
  padding: 0;
  border-bottom: 1px solid var(--vz-line);
  gap: 24px;
}

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

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 10px 0 12px;
  border-bottom: 3px solid transparent;
  color: var(--vz-steel);
  font-size: 0.78rem;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  border-color: var(--vz-red);
  color: var(--vz-charcoal);
}

.single-product .woocommerce-tabs .panel {
  margin: 0;
  overflow-x: auto;
  color: var(--vz-steel);
  -webkit-overflow-scrolling: touch;
}

.single-product .woocommerce-tabs .panel .wp-block-table {
  display: block !important;
  width: 100%;
  margin: 24px 0;
  overflow-x: auto;
  border-radius: 9px;
  -webkit-overflow-scrolling: touch;
}

.single-product .woocommerce-tabs .panel table {
  display: table !important;
  width: 100% !important;
  min-width: 560px;
  margin: 24px 0 !important;
  visibility: visible !important;
  overflow: visible !important;
  border: 1px solid #dfe3e5 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border-radius: 9px;
  background: var(--vz-white) !important;
  opacity: 1 !important;
  table-layout: auto;
}

.single-product .woocommerce-tabs .panel .wp-block-table table {
  margin: 0 !important;
}

.single-product .woocommerce-tabs .panel table thead {
  display: table-header-group !important;
}

.single-product .woocommerce-tabs .panel table tbody {
  display: table-row-group !important;
}

.single-product .woocommerce-tabs .panel table tr {
  display: table-row !important;
}

.single-product .woocommerce-tabs .panel table th,
.single-product .woocommerce-tabs .panel table td {
  display: table-cell !important;
  height: auto !important;
  padding: 13px 16px !important;
  visibility: visible !important;
  border: 0 !important;
  border-right: 1px solid #e6e9ea !important;
  border-bottom: 1px solid #e6e9ea !important;
  background: transparent !important;
  color: var(--vz-charcoal) !important;
  font-size: 0.82rem;
  line-height: 1.5;
  opacity: 1 !important;
  text-align: left;
  vertical-align: middle;
}

.single-product .woocommerce-tabs .panel table th {
  background: var(--vz-charcoal-2) !important;
  color: var(--vz-white) !important;
  font-weight: 800;
}

.single-product .woocommerce-tabs .panel table tbody tr:nth-child(even) td {
  background: #f7f8f8 !important;
}

.single-product .woocommerce-tabs .panel table tr > *:last-child {
  border-right: 0 !important;
}

.single-product .woocommerce-tabs .panel table tbody tr:last-child td {
  border-bottom: 0 !important;
}

.single-product .related,
.single-product .upsells {
  margin-top: 34px;
}

.single-product .related > h2,
.single-product .upsells > h2 {
  margin-bottom: 24px;
  font-size: 1.55rem;
}

/* Full-screen product image viewer */
body.vz-viewer-open {
  overflow: hidden;
}

.vz-product-viewer[hidden] {
  display: none;
}

.vz-product-viewer {
  position: fixed;
  z-index: 999999;
  inset: 0;
  display: grid;
  min-width: 0;
  grid-template-rows: auto minmax(0, 1fr) auto;
  padding: 18px clamp(16px, 3vw, 44px) 20px;
  background: rgba(8, 11, 13, 0.97);
  color: var(--vz-white);
  backdrop-filter: blur(12px);
}

.vz-product-viewer__header {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.vz-product-viewer__counter {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.vz-product-viewer button {
  border: 0;
  color: var(--vz-white);
  cursor: pointer;
}

.vz-product-viewer__close,
.vz-product-viewer__arrow {
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
  place-items: center;
}

.vz-product-viewer__close svg,
.vz-product-viewer__arrow svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.vz-product-viewer__close:hover,
.vz-product-viewer__arrow:hover {
  border-color: var(--vz-red) !important;
  background: var(--vz-red);
  transform: scale(1.05);
}

.vz-product-viewer__stage {
  display: grid;
  min-width: 0;
  min-height: 0;
  align-items: center;
  grid-template-columns: 58px minmax(0, 1fr) 58px;
  gap: clamp(8px, 2vw, 30px);
}

.vz-product-viewer__figure {
  display: grid;
  min-width: 0;
  min-height: 0;
  height: 100%;
  margin: 0;
  align-content: center;
  justify-items: center;
  grid-template-rows: minmax(0, 1fr) auto;
}

.vz-product-viewer__image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 185px);
  border-radius: 8px;
  object-fit: contain;
  filter: drop-shadow(0 22px 50px rgba(0, 0, 0, 0.34));
}

.vz-product-viewer__figure figcaption {
  max-width: 860px;
  margin-top: 8px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vz-product-viewer__thumbnails {
  display: flex;
  max-width: min(900px, calc(100vw - 32px));
  margin: 12px auto 0;
  overflow-x: auto;
  padding: 4px;
  gap: 9px;
  scrollbar-width: thin;
}

.vz-product-viewer__thumbnails button {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  overflow: hidden;
  padding: 4px;
  border: 2px solid transparent;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  opacity: 0.62;
  transition: border-color 160ms ease, opacity 160ms ease;
}

.vz-product-viewer__thumbnails button:hover,
.vz-product-viewer__thumbnails button.is-active {
  border-color: var(--vz-red);
  opacity: 1;
}

.vz-product-viewer__thumbnails img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: var(--vz-white);
  object-fit: contain;
}

/* Cart page */
body.woocommerce-cart {
  background: #f7f8f8;
}

.woocommerce-cart .vz-header {
  background: var(--vz-white);
}

.woocommerce-cart .vz-footer {
  background: var(--vz-charcoal-2);
}

.woocommerce-cart .vz-main {
  padding-top: 48px;
}

.woocommerce-cart .woocommerce {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1.65fr) minmax(340px, 0.65fr);
  gap: 34px;
}

.woocommerce-cart .woocommerce > .woocommerce-notices-wrapper,
.woocommerce-cart .woocommerce > .woocommerce-message,
.woocommerce-cart .woocommerce > .woocommerce-error,
.woocommerce-cart .woocommerce > .woocommerce-info,
.woocommerce-cart .woocommerce > .cart-empty,
.woocommerce-cart .woocommerce > .return-to-shop {
  grid-column: 1 / -1;
}

.woocommerce-cart .woocommerce-cart-form {
  width: 100% !important;
  min-width: 0;
  float: none !important;
  grid-column: 1;
  padding: 8px 26px 24px;
  border-radius: 14px;
  background: var(--vz-white);
  box-shadow: 0 12px 36px rgba(17, 22, 26, 0.07);
}

.woocommerce-cart table.shop_table {
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.woocommerce-cart table.shop_table thead th {
  padding: 18px 12px 13px;
  border: 0;
  border-bottom: 1px solid #eceeef;
  color: var(--vz-steel);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.woocommerce-cart table.shop_table td {
  padding: 18px 12px;
  border-color: #eceeef;
}

.woocommerce-cart table.shop_table .product-thumbnail {
  width: 108px;
}

.woocommerce-cart table.shop_table .product-thumbnail img {
  width: 88px;
  height: 88px;
  padding: 8px;
  border-radius: 9px;
  background: #f5f6f6;
  object-fit: contain;
}

.woocommerce-cart table.shop_table .product-name a {
  color: var(--vz-charcoal);
  font-size: 0.88rem;
  font-weight: 750;
  line-height: 1.4;
}

.woocommerce-cart table.shop_table .product-name a:hover {
  color: var(--vz-red);
}

.woocommerce-cart table.shop_table .product-price,
.woocommerce-cart table.shop_table .product-subtotal {
  color: var(--vz-charcoal);
  font-size: 0.84rem;
  font-weight: 800;
}

.woocommerce-cart table.shop_table .product-subtotal {
  color: var(--vz-red);
}

.woocommerce-cart table.shop_table .product-remove a {
  display: grid;
  width: 32px;
  height: 32px;
  margin: auto;
  border-radius: 50%;
  background: #f3f4f4;
  color: var(--vz-steel) !important;
  font-size: 1.1rem;
  place-items: center;
}

.woocommerce-cart table.shop_table .product-remove a:hover {
  background: #ffebe9;
  color: var(--vz-red) !important;
}

.woocommerce-cart .quantity .qty {
  width: 70px;
  min-height: 44px;
  border: 1px solid #dfe2e3;
  border-radius: 6px;
  background: var(--vz-white);
  text-align: center;
}

.woocommerce-cart table.shop_table td.actions {
  padding: 22px 0 0;
  border-bottom: 0;
}

.woocommerce-cart table.shop_table td.actions .coupon {
  display: flex;
  gap: 8px;
}

.woocommerce-cart table.shop_table td.actions .coupon .input-text {
  width: 190px;
  min-height: 46px;
  padding: 10px 13px;
  border: 1px solid #dfe2e3;
  border-radius: 6px;
}

.woocommerce-cart table.shop_table td.actions .button {
  min-height: 46px;
  padding: 10px 16px;
  font-size: 0.7rem;
}

.woocommerce-cart table.shop_table td.actions > .button {
  border-color: var(--vz-charcoal);
  background: var(--vz-charcoal);
}

.woocommerce-cart button[name="update_cart"] {
  display: none !important;
}

.woocommerce-cart .cart-collaterals {
  display: grid;
  width: 100% !important;
  float: none !important;
  grid-column: 2;
  gap: 24px;
}

.woocommerce-cart .cart-collaterals::before,
.woocommerce-cart .cart-collaterals::after {
  display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-cart .cart-collaterals .cross-sells {
  width: 100%;
  float: none;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  position: sticky;
  top: 140px;
  order: -1;
  padding: 26px;
  border-radius: 14px;
  background: var(--vz-charcoal-2);
  color: var(--vz-white);
  box-shadow: 0 16px 42px rgba(17, 22, 26, 0.17);
}

.woocommerce-cart .cart_totals h2 {
  margin: 0 0 18px;
  color: var(--vz-white);
  font-size: 1.35rem;
}

.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
  padding: 14px 0;
  border-color: rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

.woocommerce-cart .cart_totals table.shop_table td {
  color: var(--vz-white);
  text-align: right;
}

.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
  padding-top: 20px;
  color: var(--vz-white);
  font-size: 0.95rem;
}

.woocommerce-cart .cart_totals .order-total .amount {
  color: #ff5a52;
  font-size: 1.3rem;
}

.woocommerce-cart .cart_totals .vz-price-ex-tax {
  display: block;
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.66rem;
}

.woocommerce-cart .cart_totals .vz-price-ex-tax .amount {
  color: inherit;
  font-size: inherit;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 20px 0 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: inline-flex !important;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid var(--vz-red) !important;
  border-radius: 6px;
  background: var(--vz-red) !important;
  color: var(--vz-white) !important;
  font-size: 0.78rem;
  font-weight: 850;
  text-align: center;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  border-color: var(--vz-red-dark) !important;
  background: var(--vz-red-dark) !important;
  color: var(--vz-white) !important;
}

.woocommerce-cart .cross-sells {
  padding: 22px;
  border-radius: 12px;
  background: var(--vz-white);
  box-shadow: 0 10px 30px rgba(17, 22, 26, 0.06);
}

.woocommerce-cart .cross-sells > h2 {
  margin: 0 0 18px;
  font-size: 1.05rem;
}

.woocommerce-cart .cross-sells ul.products {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.woocommerce-cart .cross-sells ul.products li.product {
  padding: 8px;
  box-shadow: 0 5px 18px rgba(17, 22, 26, 0.06);
}

.woocommerce-cart .cross-sells .vz-product-card__actions,
.woocommerce-cart .cross-sells .vz-product-card__wishlist {
  display: none;
}

.woocommerce-cart .woocommerce-cart-form .vz-price-ex-tax,
.vz-mini-cart .vz-price-ex-tax {
  display: block;
  margin: 3px 0 0;
  font-size: 0.65rem;
}

/* WooCommerce Cart block */
.woocommerce-cart .wc-block-cart {
  display: grid !important;
  align-items: start;
  grid-template-columns: minmax(0, 1.65fr) minmax(340px, 0.65fr) !important;
  gap: 34px !important;
}

.woocommerce-cart .woocommerce > .wp-block-woocommerce-cart {
  grid-column: 1 / -1;
}

.woocommerce-cart .wc-block-cart__main {
  width: 100% !important;
  grid-column: 1;
}

.woocommerce-cart .wc-block-cart__sidebar {
  position: sticky;
  top: 144px;
  width: 100% !important;
  grid-column: 2;
}

.woocommerce-cart .wc-block-cart-items,
.woocommerce-cart .wc-block-components-sidebar {
  overflow: hidden;
  border: 0 !important;
  border-radius: 14px;
  background: var(--vz-white);
  box-shadow: 0 12px 36px rgba(17, 22, 26, 0.07);
}

.woocommerce-cart .wc-block-components-sidebar {
  padding: 24px;
}

.woocommerce-cart .wc-block-components-button:not(.is-link) {
  min-height: 52px;
  border-radius: 6px;
  border-color: var(--vz-red) !important;
  background: var(--vz-red) !important;
  color: var(--vz-white) !important;
  font-weight: 800;
  text-transform: uppercase;
}

/* Checkout */
body.woocommerce-checkout {
  background: #f7f8f8;
}

.woocommerce-checkout .vz-header {
  background: var(--vz-white);
}

.woocommerce-checkout .vz-footer {
  background: var(--vz-charcoal-2);
}

.woocommerce-checkout .vz-main {
  padding-top: 42px;
}

.woocommerce-checkout .woocommerce > .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce > .woocommerce-form-login,
.woocommerce-checkout .woocommerce > .checkout_coupon,
.woocommerce-checkout .woocommerce > .woocommerce-info,
.woocommerce-checkout .woocommerce > .vz-checkout-steps {
  width: 100%;
}

.vz-checkout-steps {
  display: grid;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vz-checkout-steps li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--vz-steel);
  font-size: 0.73rem;
}

.vz-checkout-steps li strong {
  position: relative;
  z-index: 1;
  padding-right: 10px;
  background: #f7f8f8;
  white-space: nowrap;
}

.vz-checkout-steps li:not(:last-child)::after {
  position: absolute;
  z-index: 0;
  top: 20px;
  right: 18px;
  left: 58px;
  height: 2px;
  background: #dfe2e3;
  content: "";
}

.vz-checkout-steps span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  background: var(--vz-charcoal-2);
  color: var(--vz-white);
  font-weight: 850;
  place-items: center;
}

.vz-checkout-steps li:first-child span {
  background: var(--vz-red);
}

.woocommerce-checkout form.checkout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1.18fr) minmax(380px, 0.82fr);
  gap: 0 34px;
}

.woocommerce-checkout #customer_details {
  width: 100%;
  min-width: 0;
  grid-column: 1;
  grid-row: 1;
}

.woocommerce-checkout .vz-checkout-review {
  position: sticky;
  top: 140px;
  min-width: 0;
  grid-column: 2;
  grid-row: 1;
}

.woocommerce-checkout #customer_details::before,
.woocommerce-checkout #customer_details::after {
  display: none;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
  width: 100%;
  float: none;
  padding: clamp(22px, 3vw, 32px);
  border-radius: 12px;
  background: var(--vz-white);
  box-shadow: 0 10px 34px rgba(17, 22, 26, 0.065);
}

.woocommerce-checkout #customer_details .col-2 {
  margin-top: 22px;
}

.woocommerce-checkout #customer_details h3,
.woocommerce-checkout #order_review_heading {
  display: flex;
  align-items: center;
  margin: 0 0 22px;
  color: var(--vz-charcoal);
  font-size: 1.15rem;
  gap: 10px;
}

.woocommerce-checkout #customer_details h3::before,
.woocommerce-checkout #order_review_heading::before {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  background: #fff0ef;
  color: var(--vz-red);
  font-size: 0.73rem;
  font-weight: 850;
  place-items: center;
}

.woocommerce-checkout .woocommerce-billing-fields > h3::before {
  content: "1";
}

.woocommerce-checkout .woocommerce-shipping-fields h3::before,
.woocommerce-checkout .woocommerce-additional-fields h3::before {
  content: "2";
}

.woocommerce-checkout #order_review_heading {
  grid-column: auto;
  grid-row: auto;
  margin: 0;
  padding: 21px 24px 16px;
  border-radius: 12px 12px 0 0;
  background: var(--vz-charcoal-2);
  color: var(--vz-white);
}

.woocommerce-checkout #order_review_heading::before {
  background: var(--vz-red);
  color: var(--vz-white);
  content: "3";
}

.woocommerce-checkout #order_review {
  position: static;
  min-width: 0;
  grid-column: auto;
  grid-row: auto;
  padding: 4px 24px 24px;
  border-radius: 0 0 12px 12px;
  background: var(--vz-white);
  box-shadow: 0 14px 40px rgba(17, 22, 26, 0.1);
}

.woocommerce-checkout form .form-row {
  margin: 0 0 15px;
  padding: 0;
}

.woocommerce-checkout form .form-row label {
  margin-bottom: 5px;
  color: var(--vz-charcoal);
  font-size: 0.76rem;
  font-weight: 750;
}

.woocommerce-checkout form .form-row .required {
  color: var(--vz-red);
}

.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout form .form-row select,
.woocommerce-checkout .select2-container .select2-selection--single {
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #dce0e2;
  border-radius: 6px;
  background: var(--vz-white);
  color: var(--vz-charcoal);
}

.woocommerce-checkout form .form-row textarea {
  min-height: 112px;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 2px 20px 0 0;
  line-height: 25px;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 7px;
}

.woocommerce-checkout form .form-row input:focus,
.woocommerce-checkout form .form-row textarea:focus,
.woocommerce-checkout form .form-row select:focus {
  border-color: var(--vz-charcoal);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(32, 35, 38, 0.08);
}

.woocommerce-checkout-review-order-table {
  margin: 0 0 18px !important;
  border: 0 !important;
  border-collapse: separate !important;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  padding: 13px 0 !important;
  border-color: #e9ebec !important;
  font-size: 0.8rem;
}

.woocommerce-checkout-review-order-table th:last-child,
.woocommerce-checkout-review-order-table td:last-child {
  text-align: right;
}

.woocommerce-checkout-review-order-table .product-name {
  padding-right: 14px !important;
  color: var(--vz-charcoal);
  line-height: 1.38;
  overflow-wrap: break-word;
}

.woocommerce-checkout-review-order-table .product-total {
  width: 36%;
  white-space: nowrap;
}

.woocommerce-checkout-review-order-table .amount {
  white-space: nowrap;
}

.woocommerce-checkout-review-order-table .vz-price-ex-tax {
  display: block;
  margin: 3px 0 0;
  color: var(--vz-steel);
  font-size: 0.66rem;
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
}

.woocommerce-checkout-review-order-table .vz-price-ex-tax .amount {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
  vertical-align: top;
}

.woocommerce-checkout-review-order-table .order-total td strong,
.woocommerce-checkout-review-order-table .order-total td .includes_tax {
  display: block;
}

.woocommerce-checkout-review-order-table .order-total td .includes_tax {
  margin-top: 3px;
  color: var(--vz-steel);
  font-size: 0.64rem;
  line-height: 1.35;
}

.woocommerce-checkout-review-order-table .order-total .amount {
  color: var(--vz-red);
  font-size: 1.2rem;
  font-weight: 900;
}

.woocommerce-checkout #payment {
  border-radius: 8px;
  background: #f4f6f6;
}

.woocommerce-checkout #payment ul.payment_methods {
  padding: 15px;
  border-color: #dfe2e3;
}

.woocommerce-checkout #payment ul.payment_methods li {
  padding: 7px 0;
  font-size: 0.76rem;
}

.woocommerce-checkout #payment div.payment_box {
  margin: 8px 0;
  padding: 12px;
  border-radius: 6px;
  background: var(--vz-white);
  color: var(--vz-steel);
  font-size: 0.7rem;
}

.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

.woocommerce-checkout #payment div.form-row {
  padding: 16px;
}

.woocommerce-checkout #place_order {
  width: 100%;
  min-height: 54px;
  margin-top: 8px;
  font-size: 0.78rem;
}

/* Checkout block */
.woocommerce-checkout .wc-block-checkout {
  display: grid !important;
  align-items: start;
  grid-template-columns: minmax(0, 1.18fr) minmax(380px, 0.82fr) !important;
  gap: 34px !important;
}

.woocommerce-checkout .wc-block-checkout__main {
  width: 100% !important;
  grid-column: 1;
}

.woocommerce-checkout .wc-block-checkout__sidebar {
  position: sticky;
  top: 140px;
  width: 100% !important;
  padding: 22px;
  border-radius: 12px;
  background: var(--vz-white);
  box-shadow: 0 14px 40px rgba(17, 22, 26, 0.09);
  grid-column: 2;
}

.woocommerce-checkout .wc-block-components-checkout-step {
  margin: 0 0 18px;
  padding: 24px !important;
  border: 0 !important;
  border-radius: 12px;
  background: var(--vz-white);
  box-shadow: 0 10px 32px rgba(17, 22, 26, 0.06);
}

.woocommerce-checkout .wc-block-components-checkout-step__heading {
  margin-bottom: 18px;
}

.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  border-color: #dce0e2 !important;
  border-radius: 6px !important;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  min-height: 54px;
  border-radius: 6px;
  background: var(--vz-red);
  color: var(--vz-white);
  font-weight: 850;
  text-transform: uppercase;
}

/* My account */
.logged-in.woocommerce-account .woocommerce {
  display: grid;
  align-items: start;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 40px;
}

.logged-in.woocommerce-account .woocommerce > .woocommerce-notices-wrapper {
  grid-column: 1 / -1;
}

.logged-in.woocommerce-account .woocommerce > .woocommerce-notices-wrapper:empty {
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100% !important;
  min-width: 0;
  float: none !important;
}

.logged-in.woocommerce-account .woocommerce > .woocommerce-MyAccount-navigation {
  grid-column: 1;
}

.logged-in.woocommerce-account .woocommerce > .woocommerce-MyAccount-content {
  grid-column: 2;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  position: sticky;
  top: 24px;
  overflow: hidden;
  border: 1px solid var(--vz-line);
  border-radius: 10px;
  background: var(--vz-white);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 8px;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li + li {
  margin-top: 3px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: flex;
  min-height: 48px;
  align-items: center;
  padding: 11px 14px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  background: #fff0ef;
  color: var(--vz-red);
}

.vz-account-welcome {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 10px;
  background: linear-gradient(120deg, var(--vz-charcoal-2), #31373c);
  color: var(--vz-white);
}

.vz-account-welcome h1 {
  margin: 0 0 8px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
}

.vz-account-welcome p:not(.vz-kicker) {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.vz-account-welcome .vz-text-link {
  flex: 0 0 auto;
}

.vz-account-quicklinks {
  display: grid;
  margin-bottom: 42px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.vz-account-card {
  display: grid;
  min-height: 126px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--vz-line);
  border-radius: 9px;
  background: var(--vz-white);
  grid-template-columns: 42px 1fr;
  gap: 14px;
  transition: 180ms ease;
}

.vz-account-card:hover {
  border-color: var(--vz-red);
  box-shadow: var(--vz-shadow);
  transform: translateY(-2px);
}

.vz-account-card__icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: #fff0ef;
  color: var(--vz-red);
  font-weight: 900;
}

.vz-account-card strong,
.vz-account-card small {
  display: block;
}

.vz-account-card small {
  margin-top: 4px;
  color: var(--vz-steel);
  line-height: 1.35;
}

.vz-recent-orders__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.vz-recent-orders__heading h2 {
  margin: 0;
}

.vz-recent-orders__list {
  overflow: hidden;
  border: 1px solid var(--vz-line);
  border-radius: 9px;
}

.vz-recent-order {
  display: grid;
  align-items: center;
  padding: 18px 20px;
  grid-template-columns: 0.7fr 1fr 0.85fr auto minmax(140px, 0.95fr);
  gap: 18px;
}

.vz-recent-order + .vz-recent-order {
  border-top: 1px solid var(--vz-line);
}

.vz-recent-order:hover {
  background: var(--vz-surface);
}

.vz-recent-order small,
.vz-recent-order strong {
  display: block;
}

.vz-recent-order small {
  color: var(--vz-steel);
  font-size: 0.72rem;
}

.vz-recent-order__total {
  color: var(--vz-red);
  font-weight: 850;
}

.vz-recent-order__tracking {
  min-width: 0;
}

.vz-account-empty {
  padding: 32px;
  border: 1px solid var(--vz-line);
  border-radius: 9px;
  text-align: center;
}

.woocommerce-account table.shop_table {
  overflow: hidden;
  border: 1px solid var(--vz-line);
  border-collapse: separate;
  border-radius: 9px;
  border-spacing: 0;
}

.woocommerce-account table.shop_table th {
  padding: 14px;
  background: var(--vz-surface);
  font-size: 0.75rem;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.woocommerce-account table.shop_table td {
  padding: 16px 14px;
  border-color: var(--vz-line);
}

.woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status {
  color: #187344;
  font-weight: 800;
}

.woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-status {
  color: #9a6413;
  font-weight: 800;
}

.vz-tracking__pending {
  color: var(--vz-steel);
  font-size: 0.82rem;
}

.vz-tracking {
  display: grid;
  gap: 10px;
}

.vz-tracking__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.vz-tracking__item small,
.vz-tracking__item strong {
  display: block;
}

.vz-tracking__item small {
  color: var(--vz-steel);
  font-size: 0.7rem;
}

.vz-tracking__link {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  border: 1px solid var(--vz-red);
  border-radius: 5px;
  color: var(--vz-red);
  font-size: 0.7rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.vz-tracking__link:hover {
  background: var(--vz-red);
  color: var(--vz-white);
}

.vz-tracking--compact .vz-tracking__item {
  align-items: flex-start;
  flex-direction: column;
}

.vz-order-tracking-panel {
  margin: 34px 0;
  padding: 26px;
  border: 1px solid var(--vz-line);
  border-left: 4px solid var(--vz-red);
  border-radius: 8px;
  background: var(--vz-surface);
}

.vz-order-tracking-panel h2 {
  margin: 0 0 18px;
}

.woocommerce-account .woocommerce-Addresses {
  display: grid !important;
  width: 100%;
  align-items: stretch;
  margin-top: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
  margin-top: 0;
}

.woocommerce-account .woocommerce-Addresses::before,
.woocommerce-account .woocommerce-Addresses::after {
  display: none !important;
}

.woocommerce-account .woocommerce-Addresses .woocommerce-Address,
.woocommerce-account .woocommerce-Addresses .u-column1,
.woocommerce-account .woocommerce-Addresses .u-column2 {
  width: 100% !important;
  min-width: 0;
  float: none !important;
  margin: 0 !important;
  padding: 24px;
  border: 1px solid var(--vz-line);
  border-radius: 9px;
  background: var(--vz-white);
}

.woocommerce-account .woocommerce-Address-title h2 {
  margin: 0;
  font-size: 1.25rem;
}

.woocommerce-account .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 16px;
}

.woocommerce-account .woocommerce-Address-title::before,
.woocommerce-account .woocommerce-Address-title::after {
  display: none;
}

.woocommerce-account .woocommerce-Address-title a.edit {
  flex: 0 0 auto;
  float: none;
  color: var(--vz-red);
  font-size: 0.72rem;
  font-weight: 800;
}

.woocommerce-account .woocommerce-Address address {
  margin: 0;
  color: var(--vz-steel);
  font-style: normal;
  line-height: 1.75;
}

.woocommerce-account form .form-row input.input-text,
.woocommerce-account form .form-row textarea,
.woocommerce-account form .select2-selection {
  min-height: 48px;
  border: 1px solid #cfd3d5;
  border-radius: 6px;
  background: var(--vz-white);
}

/* Footer */
.vz-footer {
  padding: 58px 0 20px;
  background: var(--vz-charcoal-2);
  color: rgba(255, 255, 255, 0.72);
}

.vz-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 46px;
}

.vz-footer h2,
.vz-footer h3 {
  margin-top: 0;
  color: var(--vz-white);
}

.vz-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vz-footer li + li {
  margin-top: 8px;
}

.vz-footer a:hover {
  color: var(--vz-white);
}

.vz-footer__bottom {
  display: flex;
  margin-top: 44px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  justify-content: space-between;
  gap: 20px;
  font-size: 0.77rem;
}

/* Product selection assistant */
.vz-shop-assistant {
  position: fixed;
  z-index: 920;
  bottom: 24px;
  left: 24px;
}

.vz-shop-assistant__launcher {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 17px;
  border: 0;
  border-radius: 26px;
  background: var(--vz-charcoal-2);
  color: var(--vz-white);
  cursor: pointer;
  font-size: 0.77rem;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(17, 22, 26, 0.24);
  transition: background 180ms ease, transform 180ms ease;
}

.vz-shop-assistant__launcher:hover,
.vz-shop-assistant.is-open .vz-shop-assistant__launcher {
  background: var(--vz-red);
  transform: translateY(-2px);
}

.vz-shop-assistant__launcher svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.vz-shop-assistant__panel {
  position: absolute;
  bottom: 66px;
  left: 0;
  width: min(390px, calc(100vw - 32px));
  overflow: hidden;
  border-radius: 14px;
  background: var(--vz-white);
  box-shadow: 0 22px 64px rgba(17, 22, 26, 0.24);
}

.vz-shop-assistant__panel[hidden] {
  display: none !important;
}

.vz-shop-assistant__header {
  display: grid;
  min-height: 72px;
  align-items: center;
  padding: 13px 14px;
  background: var(--vz-charcoal-2);
  color: var(--vz-white);
  grid-template-columns: 42px minmax(0, 1fr) 34px;
  gap: 11px;
}

.vz-shop-assistant__avatar {
  display: grid;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--vz-red);
  color: var(--vz-white);
  font-family: var(--vz-font-heading);
  font-size: 1.1rem;
  place-items: center;
}

.vz-shop-assistant__header strong,
.vz-shop-assistant__header small {
  display: block;
}

.vz-shop-assistant__header strong {
  font-size: 0.88rem;
}

.vz-shop-assistant__header small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.66rem;
}

.vz-shop-assistant__header small i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: #4fd27d;
  box-shadow: 0 0 0 3px rgba(79, 210, 125, 0.14);
}

.vz-shop-assistant__close {
  display: grid;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--vz-white);
  cursor: pointer;
  font-size: 1.3rem;
  place-items: center;
}

.vz-shop-assistant__body {
  max-height: min(560px, calc(100vh - 190px));
  overflow-y: auto;
  padding: 18px;
}

.vz-shop-assistant__body > p {
  margin: 0 0 13px;
  font-size: 0.88rem;
  font-weight: 750;
}

.vz-shop-assistant__choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.vz-shop-assistant__choices button {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid #e3e6e7;
  border-radius: 7px;
  background: var(--vz-white);
  color: var(--vz-charcoal);
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 750;
  line-height: 1.25;
  text-align: left;
  transition: border-color 160ms ease, background 160ms ease;
}

.vz-shop-assistant__choices button:hover,
.vz-shop-assistant__choices button.is-selected {
  border-color: rgba(242, 54, 46, 0.5);
  background: #fff6f5;
}

.vz-shop-assistant__choices button span {
  flex: 0 0 auto;
  color: var(--vz-red);
  font-size: 1rem;
}

.vz-shop-assistant__result {
  margin-top: 13px;
  padding: 14px;
  border-left: 3px solid var(--vz-red);
  border-radius: 6px;
  background: #f7f8f8;
}

.vz-shop-assistant__result[hidden] {
  display: none !important;
}

.vz-shop-assistant__result > p {
  margin: 0 0 12px;
  color: var(--vz-steel);
  font-size: 0.73rem;
  line-height: 1.55;
}

.vz-shop-assistant__actions {
  display: grid;
  grid-template-columns: 0.9fr 1.35fr;
  gap: 8px;
}

.vz-shop-assistant__actions a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.vz-shop-assistant__products {
  border: 1px solid var(--vz-charcoal);
  color: var(--vz-charcoal);
}

.vz-shop-assistant__whatsapp {
  background: #1fa855;
  color: var(--vz-white);
}

.vz-shop-assistant__whatsapp:hover {
  background: #188d47;
}

.vz-shop-assistant__whatsapp svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.vz-shop-assistant__general {
  display: block;
  margin-top: 13px;
  color: var(--vz-steel);
  font-size: 0.68rem;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* WhatsApp / e-mail customer support */
.vz-shop-assistant {
  right: 0;
  bottom: 96px;
  left: auto;
}

.vz-shop-assistant__launcher {
  width: 60px;
  height: 238px;
  min-height: 0;
  flex-direction: column;
  gap: 14px;
  padding: 18px 11px;
  border-radius: 18px 0 0 18px;
  background: var(--vz-charcoal-2);
  box-shadow: 0 16px 42px rgba(17, 22, 26, 0.24);
}

.vz-shop-assistant__launcher:hover,
.vz-shop-assistant.is-open .vz-shop-assistant__launcher {
  background: var(--vz-red);
  transform: translateX(-3px);
}

.vz-shop-assistant__launcher-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
}

.vz-shop-assistant__launcher-status {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: #d2a340;
  box-shadow: 0 0 0 5px rgba(210, 163, 64, 0.18);
}

.vz-shop-assistant.is-online .vz-shop-assistant__launcher-status {
  background: #3fc777;
  box-shadow: 0 0 0 5px rgba(63, 199, 119, 0.18);
}

.vz-shop-assistant__launcher svg {
  flex: 0 0 23px;
}

.vz-shop-assistant__panel {
  right: 76px;
  bottom: 0;
  left: auto;
  width: min(400px, calc(100vw - 100px));
  max-height: min(650px, calc(100vh - 120px));
  border: 1px solid rgba(17, 22, 26, 0.08);
  border-radius: 16px;
  background: #f7f8f8;
  box-shadow: 0 26px 72px rgba(17, 22, 26, 0.25);
}

.vz-shop-assistant.is-open .vz-shop-assistant__panel {
  animation: vz-support-open 200ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

@keyframes vz-support-open {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.vz-shop-assistant__header {
  min-height: 82px;
  padding: 14px 16px;
  border-bottom: 4px solid var(--vz-red);
  background: var(--vz-charcoal-2);
  grid-template-columns: 44px minmax(0, 1fr) 38px;
  gap: 12px;
}

.vz-shop-assistant__avatar {
  width: 44px;
  height: 44px;
  background: var(--vz-red);
}

.vz-shop-assistant__header strong {
  font-size: 0.94rem;
}

.vz-shop-assistant__header small {
  font-size: 0.67rem;
}

.vz-shop-assistant__header small i {
  background: #d2a340;
  box-shadow: 0 0 0 3px rgba(210, 163, 64, 0.15);
}

.vz-shop-assistant.is-online .vz-shop-assistant__header small i {
  background: #3fc777;
  box-shadow: 0 0 0 3px rgba(63, 199, 119, 0.15);
}

.vz-shop-assistant__close {
  width: 38px;
  height: 38px;
  font-size: 0;
}

.vz-shop-assistant__close svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.vz-shop-assistant__body {
  max-height: min(568px, calc(100vh - 202px));
  min-height: 300px;
  padding: 22px;
}

.vz-shop-assistant__online[hidden],
.vz-shop-assistant__offline[hidden] {
  display: none !important;
}

.vz-shop-assistant__message {
  position: relative;
  margin: 0 28px 20px 0;
  padding: 17px 18px;
  border-radius: 5px 15px 15px 15px;
  background: var(--vz-white);
  box-shadow: 0 8px 24px rgba(17, 22, 26, 0.06);
}

.vz-shop-assistant__message::before {
  position: absolute;
  top: 0;
  left: -9px;
  border-top: 10px solid var(--vz-white);
  border-left: 10px solid transparent;
  content: "";
}

.vz-shop-assistant__message strong {
  display: block;
  margin-bottom: 5px;
  color: var(--vz-charcoal);
  font-size: 0.88rem;
}

.vz-shop-assistant__message p {
  margin: 0;
  color: var(--vz-steel);
  font-size: 0.75rem;
  line-height: 1.55;
}

.vz-shop-assistant__whatsapp {
  display: grid;
  min-height: 62px;
  align-items: center;
  padding: 11px 14px;
  border-radius: 9px;
  background: #1fa855;
  color: var(--vz-white);
  box-shadow: 0 10px 24px rgba(31, 168, 85, 0.2);
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 11px;
}

.vz-shop-assistant__whatsapp:hover {
  background: #188d47;
  color: var(--vz-white);
  transform: translateY(-1px);
}

.vz-shop-assistant__whatsapp svg {
  width: 30px;
  height: 30px;
}

.vz-shop-assistant__whatsapp span,
.vz-shop-assistant__whatsapp strong,
.vz-shop-assistant__whatsapp small {
  display: block;
}

.vz-shop-assistant__whatsapp strong {
  font-size: 0.78rem;
}

.vz-shop-assistant__whatsapp small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.62rem;
}

.vz-shop-assistant__whatsapp b {
  font-size: 1.2rem;
}

.vz-shop-assistant__form {
  display: grid;
  gap: 11px;
}

.vz-shop-assistant__form label,
.vz-shop-assistant__form label span {
  display: block;
}

.vz-shop-assistant__form label span {
  margin-bottom: 4px;
  color: var(--vz-charcoal);
  font-size: 0.67rem;
  font-weight: 750;
}

.vz-shop-assistant__form input,
.vz-shop-assistant__form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 11px;
  border: 1px solid #d9dddf;
  border-radius: 7px;
  background: var(--vz-white);
  color: var(--vz-charcoal);
  font-size: 0.76rem;
  resize: vertical;
}

.vz-shop-assistant__form textarea {
  min-height: 94px;
}

.vz-shop-assistant__form input:focus,
.vz-shop-assistant__form textarea:focus {
  border-color: var(--vz-red);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(242, 54, 46, 0.1);
}

.vz-shop-assistant__form button[type="submit"] {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 11px 14px;
  border: 0;
  border-radius: 7px;
  background: var(--vz-red);
  color: var(--vz-white);
  cursor: pointer;
  font-size: 0.73rem;
  font-weight: 850;
}

.vz-shop-assistant__form button[type="submit"]:hover {
  background: var(--vz-red-dark);
}

.vz-shop-assistant__form button[type="submit"]:disabled {
  cursor: wait;
  opacity: 0.65;
}

.vz-shop-assistant__honeypot {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.vz-shop-assistant__form-status {
  min-height: 0;
  margin: 0;
  font-size: 0.67rem;
  line-height: 1.5;
}

.vz-shop-assistant__form-status:empty {
  display: none;
}

.vz-shop-assistant__form-status.is-success {
  color: #187344;
}

.vz-shop-assistant__form-status.is-error {
  color: var(--vz-red-dark);
}

.vz-shop-assistant__email-link {
  display: block;
  margin-top: 12px;
  color: var(--vz-steel);
  font-size: 0.67rem;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vz-scroll-top {
  position: fixed;
  z-index: 900;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: 48px;
  height: 48px;
  visibility: hidden;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: var(--vz-charcoal-2);
  color: var(--vz-white);
  cursor: pointer;
  opacity: 0;
  place-items: center;
  box-shadow: 0 12px 30px rgba(17, 22, 26, 0.22);
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease, background 180ms ease;
}

.vz-scroll-top.is-visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.vz-scroll-top:hover {
  background: var(--vz-red);
}

.vz-scroll-top svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

@media (max-width: 1280px) and (min-width: 1025px) {
  .vz-catalog-layout {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 24px;
  }

  .vz-catalog-results > ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
	.vz-new-products__viewport .woocommerce ul.products li.product {
		width: calc((100% - 40px) / 3) !important;
		flex-basis: calc((100% - 40px) / 3) !important;
	}

  .vz-header__main {
    min-height: auto;
    padding: 12px 0 14px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 12px;
  }

  .vz-menu-toggle {
    display: grid;
  }

  .vz-product-search {
    max-width: none;
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .vz-header__nav-wrap {
    position: absolute;
    z-index: 100;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    background: var(--vz-white);
    box-shadow: 0 20px 42px rgba(17, 22, 26, 0.18);
  }

  .vz-header__nav-wrap.is-open {
    display: block;
  }

  .vz-header__nav-row {
    min-height: 0;
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    padding: 14px 0;
  }

  .vz-mega-toggle {
    width: 100%;
    min-height: 48px;
    justify-content: flex-start;
    border-radius: 5px;
  }

  .vz-nav {
    width: 100%;
  }

  .vz-nav ul {
    align-items: stretch;
    flex-direction: column;
    gap: 2px;
  }

  .vz-nav a {
    display: block;
    padding: 10px 12px;
  }

  .vz-nav .sub-menu {
    position: static;
    display: block;
    width: auto;
    padding: 0 0 4px 16px;
    border: 0;
    box-shadow: none;
  }

  .vz-mobile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 8px;
    border-top: 1px solid var(--vz-line);
  }

  .vz-mobile-actions a {
    padding: 8px 12px;
    border: 1px solid var(--vz-line);
    border-radius: 4px;
    font-size: 0.78rem;
    font-weight: 700;
  }

  .vz-mega-menu {
    position: static;
    max-height: none;
    overflow: visible;
    padding: 20px 0 24px;
    border-top: 1px solid var(--vz-line);
    box-shadow: none;
  }

  .vz-mega-menu__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vz-catalog-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .vz-shop-filter__toggle {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 10px 16px;
    border: 1px solid var(--vz-charcoal);
    border-radius: 6px;
    background: var(--vz-white);
    color: var(--vz-charcoal);
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 800;
  }

  .vz-shop-filter__toggle svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
  }

  .vz-shop-filter {
    position: static;
    display: none;
  }

  .vz-shop-filter.is-open {
    display: block;
  }

  .woocommerce-cart .woocommerce {
    grid-template-columns: 1fr;
  }

  .woocommerce-cart .woocommerce-cart-form,
  .woocommerce-cart .cart-collaterals {
    grid-column: 1;
  }

  .woocommerce-cart .wc-block-cart {
    grid-template-columns: 1fr !important;
  }

  .woocommerce-cart .wc-block-cart__main,
  .woocommerce-cart .wc-block-cart__sidebar {
    position: static;
    grid-column: 1;
  }

  .woocommerce-cart .cart-collaterals .cart_totals {
    position: static;
  }

  .single-product .woocommerce div.product {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout form.checkout,
  .woocommerce-checkout .wc-block-checkout {
    grid-template-columns: 1fr !important;
  }

  .woocommerce-checkout #customer_details,
  .woocommerce-checkout .vz-checkout-review,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review,
  .woocommerce-checkout .wc-block-checkout__main,
  .woocommerce-checkout .wc-block-checkout__sidebar {
    position: static;
    grid-column: 1;
    grid-row: auto;
  }

  .woocommerce-checkout #order_review_heading {
    margin-top: 0;
  }

  .woocommerce-checkout .vz-checkout-review {
    margin-top: 24px;
  }

  .vz-trust__grid,
  .vz-category-featured,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
  }

  .vz-category-shortcuts {
    grid-template-columns: repeat(2, 1fr);
  }

  .vz-promo,
  .vz-split {
    grid-template-columns: 1fr;
  }

  .vz-split__media {
    min-height: 420px;
    grid-row: 1;
  }

  .vz-promo__media::after {
    background: linear-gradient(
      180deg,
      #f9f9f9 0%,
      rgba(249, 249, 249, 0.72) 18%,
      rgba(249, 249, 249, 0) 48%
    );
  }

  .vz-split__media::after {
    background: linear-gradient(
      0deg,
      var(--vz-charcoal-2) 0%,
      rgba(17, 22, 26, 0.72) 18%,
      rgba(17, 22, 26, 0) 48%
    );
  }

  .vz-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .logged-in.woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }

  .logged-in.woocommerce-account .woocommerce > .woocommerce-MyAccount-navigation,
  .logged-in.woocommerce-account .woocommerce > .woocommerce-MyAccount-content {
    grid-column: 1;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    position: static;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    overflow-x: auto;
    gap: 4px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation li {
    flex: 0 0 auto;
  }

  .vz-recent-order {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 782px) {
  .admin-bar .vz-header {
    top: var(--vz-admin-offset, 46px);
  }
}

@media (max-width: 700px) {
	.vz-new-products__heading {
		align-items: center;
		margin-bottom: 22px;
	}

	.vz-new-products__heading .vz-section-title {
		font-size: clamp(1.55rem, 7vw, 2rem);
	}

	.vz-new-products__arrow {
		width: 40px;
		height: 40px;
	}

	.vz-new-products__viewport .woocommerce ul.products {
		gap: 10px !important;
	}

	.vz-new-products__viewport .woocommerce ul.products li.product {
		width: calc((100% - 10px) / 2) !important;
		flex-basis: calc((100% - 10px) / 2) !important;
	}

  .vz-container {
    width: min(calc(100% - 28px), var(--vz-container));
  }

  .vz-mini-cart {
    position: fixed;
    top: 122px;
    right: 14px;
    left: 14px;
    width: auto;
    max-height: calc(100vh - 138px);
  }

  .vz-mini-cart__content {
    max-height: calc(100vh - 196px);
  }

  .vz-search-categories {
    grid-template-columns: 1fr 1fr;
  }

  .vz-search-result {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 10px;
  }

  .vz-search-result img,
  .vz-search-result__placeholder {
    width: 52px;
    height: 52px;
  }

  .vz-search-result__price {
    grid-column: 2;
    margin-top: -7px;
    text-align: left;
  }

  .vz-scroll-top {
    right: 14px;
    bottom: 14px;
    width: 44px;
    height: 44px;
  }

  .vz-shop-assistant {
    right: 14px;
    bottom: 76px;
    left: auto;
  }

  .vz-shop-assistant__launcher {
    width: 52px;
    height: 52px;
    min-height: 52px;
    padding: 0;
    border-radius: 50%;
    gap: 0;
  }

  .vz-shop-assistant__launcher-text {
    display: none;
  }

  .vz-shop-assistant__launcher-status {
    position: absolute;
    top: -1px;
    right: -1px;
    display: block !important;
    width: 13px;
    height: 13px;
    border-width: 2px;
  }

  .vz-shop-assistant__panel {
    position: fixed;
    right: 14px;
    bottom: 140px;
    left: 14px;
    width: auto;
    max-height: calc(100vh - 160px);
  }

  .vz-shop-assistant__body {
    max-height: calc(100vh - 246px);
    min-height: 0;
    padding: 18px;
  }

  .woocommerce-cart .vz-main {
    padding-top: 30px;
  }

  .woocommerce-cart .woocommerce-cart-form {
    padding: 6px 16px 18px;
  }

  .woocommerce-cart table.shop_table_responsive tr {
    padding: 14px 0;
    border-bottom: 1px solid #eceeef;
  }

  .woocommerce-cart table.shop_table_responsive tr td {
    padding: 8px 0;
    border: 0;
  }

  .woocommerce-cart table.shop_table_responsive tr td::before {
    color: var(--vz-steel);
    font-size: 0.68rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .woocommerce-cart table.shop_table_responsive .product-thumbnail {
    display: block;
    width: 100%;
  }

  .woocommerce-cart table.shop_table_responsive .product-thumbnail::before {
    display: none;
  }

  .woocommerce-cart table.shop_table_responsive .product-thumbnail img {
    width: 92px;
    height: 92px;
    margin-left: auto;
  }

  .woocommerce-cart table.shop_table td.actions .coupon {
    display: grid;
    grid-template-columns: 1fr;
  }

  .woocommerce-cart table.shop_table td.actions .coupon .input-text,
  .woocommerce-cart table.shop_table td.actions .coupon .button,
  .woocommerce-cart table.shop_table td.actions > .button {
    width: 100%;
  }

  .woocommerce-cart table.shop_table td.actions > .button {
    margin-top: 10px;
  }

  .woocommerce-cart .cart-collaterals .cart_totals {
    padding: 22px 18px;
  }

  .single-product .vz-main,
  .woocommerce-checkout .vz-main {
    padding-top: 30px;
  }

  .single-product .woocommerce div.product div.images,
  .single-product .woocommerce div.product div.summary,
  .single-product .woocommerce-tabs {
    padding: 18px;
  }

  .single-product .woocommerce div.product form.cart:not(.variations_form) {
    flex-direction: column;
  }

  .single-product .woocommerce div.product form.cart .quantity .qty,
  .single-product .woocommerce div.product form.cart .single_add_to_cart_button {
    width: 100%;
  }

  .single-product .woocommerce div.product form.cart .quantity.vz-quantity {
    width: 142px !important;
    align-self: flex-start;
  }

  .single-product .woocommerce div.product form.cart .quantity.vz-quantity .qty {
    width: 54px !important;
  }

  .single-product .woocommerce div.product form.cart .single_add_to_cart_button {
    min-width: 0;
  }

  .single-product .woocommerce div.product div.images .flex-control-thumbs li {
    width: 72px !important;
    min-width: 72px !important;
    flex: 0 0 72px !important;
  }

  .single-product .flex-control-thumbs img {
    width: 72px !important;
    height: 72px !important;
    padding: 5px;
  }

  .single-product .woocommerce div.product div.images::after {
    display: none;
  }

  .single-product .woocommerce-product-gallery .flex-direction-nav a {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    opacity: 1;
  }

  .single-product .woocommerce-product-gallery .flex-direction-nav .flex-prev {
    left: 9px;
  }

  .single-product .woocommerce-product-gallery .flex-direction-nav .flex-next {
    right: 9px;
  }

  .vz-product-viewer {
    padding: 10px 12px 14px;
  }

  .vz-product-viewer__stage {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 5px;
  }

  .vz-product-viewer__close,
  .vz-product-viewer__arrow {
    width: 40px;
    height: 40px;
  }

  .vz-product-viewer__image {
    max-height: calc(100vh - 160px);
  }

  .vz-product-viewer__figure figcaption {
    display: none;
  }

  .vz-product-viewer__thumbnails button {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
    overflow-x: auto;
    gap: 18px;
  }

  .single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
    flex: 0 0 auto;
  }

  .vz-checkout-steps {
    margin-bottom: 22px;
  }

  .vz-checkout-steps li {
    justify-content: center;
  }

  .vz-checkout-steps li strong {
    display: none;
  }

  .vz-checkout-steps li:not(:last-child)::after {
    right: -20px;
    left: calc(50% + 25px);
  }

  .woocommerce-checkout #customer_details .col-1,
  .woocommerce-checkout #customer_details .col-2,
  .woocommerce-checkout .wc-block-components-checkout-step,
  .woocommerce-checkout .wc-block-checkout__sidebar {
    padding: 18px !important;
  }

  .vz-section {
    padding: 50px 0;
  }

  .vz-section-title {
    margin-bottom: 26px;
    font-size: clamp(1.7rem, 8vw, 2.35rem);
    line-height: 1.14;
    overflow-wrap: break-word;
  }

  .vz-header__main {
    padding: 10px 0 12px;
    gap: 10px;
  }

  .custom-logo {
    max-width: 170px;
    max-height: 38px;
  }

  .vz-menu-toggle {
    padding: 0;
  }

  .vz-product-search__field {
    height: 44px;
    grid-template-columns: minmax(0, 1fr) 46px;
  }

  .vz-search-result {
    min-height: 68px;
    padding-inline: 10px;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 10px;
  }

  .vz-search-result img {
    width: 48px;
    height: 48px;
  }

  .vz-search-result__placeholder {
    width: 48px;
    height: 48px;
  }

  .vz-search-result__price {
    grid-column: 2;
    white-space: normal;
  }

  .vz-mega-menu__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .vz-catalog-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
  }

  .woocommerce .woocommerce-result-count {
    font-size: 0.8rem;
  }

  .woocommerce .woocommerce-ordering,
  .woocommerce .woocommerce-ordering select {
    width: 100%;
  }

  .vz-hero {
    min-height: 490px;
    background-position: 68% center;
  }

  .vz-hero::before {
    background: linear-gradient(90deg, rgba(8, 14, 18, 0.94), rgba(8, 14, 18, 0.7));
  }

  .vz-hero__content {
    max-width: 100%;
    padding-block: 54px;
  }

  .vz-hero__contact {
    gap: 7px;
    margin-bottom: 17px;
  }

  .vz-hero__contact a {
    min-height: 32px;
    padding: 6px 9px;
    font-size: 0.7rem;
  }

  .vz-hero h1 {
    max-width: 520px;
    margin-bottom: 16px;
    font-size: clamp(2rem, 9vw, 3rem);
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .vz-hero__text {
    margin-bottom: 24px;
    font-size: 0.96rem;
  }

  .vz-trust__grid,
  .vz-card-grid,
  .vz-footer__grid {
    grid-template-columns: 1fr;
  }

  .vz-trust__item {
    min-height: 86px;
    padding: 18px 12px;
    border-right: 0;
    border-bottom: 1px solid var(--vz-line);
  }

  .vz-category-featured,
  .woocommerce ul.products {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .vz-catalog-results > ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }

  .vz-catalog-results > ul.products > li.product {
    width: auto !important;
    min-width: 0;
    float: none !important;
    margin: 0 !important;
    padding: 9px;
    border-radius: 8px;
  }

  .vz-catalog-results > ul.products li.product a img {
    margin-bottom: 10px;
  }

  .vz-catalog-results > ul.products li.product .woocommerce-loop-product__title {
    min-height: 3.6em;
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .vz-catalog-results > ul.products li.product .vz-product-card__category {
    margin-bottom: 4px;
    font-size: 0.56rem;
  }

  .vz-catalog-results > ul.products li.product .price {
    font-size: 0.92rem;
  }

  .vz-catalog-results > ul.products li.product .vz-product-stock {
    min-height: 18px;
    gap: 5px;
    font-size: 0.61rem;
    line-height: 1.3;
  }

  .vz-catalog-results > ul.products li.product .vz-product-card__actions {
    margin-top: 9px;
    padding-top: 9px;
  }

  .vz-catalog-results > ul.products li.product .vz-product-card__cart .button {
    width: 100%;
    min-width: 0;
    min-height: 39px;
    height: auto;
    padding: 8px 7px !important;
    gap: 5px;
  }

  .vz-catalog-results > ul.products li.product .vz-cart-label {
    font-size: 0.65rem;
    line-height: 1.15;
  }

  .vz-catalog-results > ul.products li.product .vz-cart-icon {
    width: 15px;
    height: 15px;
    flex-basis: 15px;
  }

  .vz-catalog-results > ul.products li.product .vz-product-card__wishlist {
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
  }

  .vz-category-card {
    min-height: 200px;
    padding: 13px;
  }

  .vz-category-card img {
    inset: 8px 8px 48px;
    width: calc(100% - 16px);
    height: calc(100% - 56px);
  }

  .vz-category-card strong {
    font-size: 0.86rem;
  }

  .vz-category-shortcuts {
    grid-template-columns: 1fr;
  }

  .vz-promo__content,
  .vz-split__content {
    padding: 32px 22px;
  }

  .vz-promo h2,
  .vz-split h2,
  .vz-consultation h2 {
    font-size: clamp(1.7rem, 7.8vw, 2.35rem);
    line-height: 1.12;
    overflow-wrap: break-word;
  }

  .vz-promo__media {
    min-height: 205px;
  }

  .vz-split__media {
    min-height: 300px;
  }

  .vz-info-card__media {
    min-height: 160px;
  }

  .vz-consultation {
    padding: 56px 0;
    background-position: 66% center;
  }

  .vz-consultation::before {
    background: linear-gradient(90deg, rgba(10, 15, 18, 0.96), rgba(10, 15, 18, 0.67));
  }

  .vz-footer {
    padding-top: 46px;
  }

  .vz-footer__grid {
    gap: 30px;
  }

  .woocommerce ul.products li.product .vz-product-card__cart .button {
    min-width: 104px;
    padding-inline: 10px;
  }

  .vz-account-welcome {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
  }

  .vz-account-quicklinks,
  .woocommerce-account .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }

  .vz-recent-order {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .vz-recent-order__total {
    margin-top: 5px;
  }

  .vz-tracking__item {
    align-items: flex-start;
    flex-direction: column;
  }

  .vz-footer__bottom {
    flex-direction: column;
  }
}

/* Variation swatches: keep colour choices circular and place the reset action
 * on its own, clearly styled row. The selectors support CartFlows Variation
 * Swatches while retaining WooCommerce's native variation markup. */
body.single-product div.product form.variations_form table.variations {
  width: 100%;
  margin: 0 0 12px !important;
}

body.single-product div.product form.variations_form table.variations tr {
  display: block;
  margin: 0 0 20px;
}

body.single-product div.product form.variations_form table.variations th,
body.single-product div.product form.variations_form table.variations td {
  display: block;
  width: 100%;
  padding: 0 !important;
}

body.single-product div.product form.variations_form table.variations th {
  margin-bottom: 10px;
}

body.single-product div.product form.variations_form .cfvsw-swatches-container {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px !important;
  margin: 0 !important;
}

body.single-product div.product form.variations_form .cfvsw-swatches-option {
  box-sizing: border-box;
  margin: 0 !important;
}

body.single-product div.product form.variations_form .cfvsw-color-option {
  display: grid !important;
  width: 46px !important;
  min-width: 46px !important;
  max-width: 46px !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 5px !important;
  border: 2px solid transparent !important;
  border-radius: 50% !important;
  background: var(--vz-white) !important;
  box-shadow: 0 0 0 1px #dfe3e4;
  place-items: center;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.single-product div.product form.variations_form .cfvsw-color-option .cfvsw-swatch-inner {
  display: block !important;
  width: 32px !important;
  min-width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: inset 0 0 0 1px rgba(17, 22, 26, 0.1);
}

body.single-product div.product form.variations_form .cfvsw-color-option:hover {
  box-shadow: 0 0 0 1px var(--vz-charcoal), 0 5px 14px rgba(17, 22, 26, 0.12);
  transform: translateY(-2px);
}

body.single-product div.product form.variations_form .cfvsw-color-option.cfvsw-selected-swatch,
body.single-product div.product form.variations_form .cfvsw-color-option.selected {
  border-color: var(--vz-charcoal) !important;
  box-shadow: 0 0 0 2px var(--vz-white), 0 0 0 3px var(--vz-charcoal);
}

body.single-product div.product form.variations_form .cfvsw-label-option {
  display: inline-flex !important;
  min-width: 72px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 9px 14px !important;
  border: 1px solid #dfe3e4 !important;
  border-radius: 7px !important;
  background: var(--vz-white) !important;
  color: var(--vz-charcoal) !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
}

body.single-product div.product form.variations_form .cfvsw-label-option.cfvsw-selected-swatch,
body.single-product div.product form.variations_form .cfvsw-label-option.selected {
  border-color: var(--vz-charcoal) !important;
  box-shadow: inset 0 0 0 1px var(--vz-charcoal);
}

body.single-product div.product form.variations_form a.reset_variations {
  display: inline-flex !important;
  width: fit-content;
  min-height: 38px;
  flex-basis: 100%;
  align-items: center;
  justify-content: center;
  clear: both;
  margin: 16px 0 0 !important;
  padding: 8px 13px !important;
  border: 1px solid #dfe3e4;
  border-radius: 6px;
  background: var(--vz-white);
  color: var(--vz-charcoal) !important;
  font-size: 0.7rem !important;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  gap: 7px;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

body.single-product div.product form.variations_form a.reset_variations::before {
  color: var(--vz-red);
  font-size: 1rem;
  line-height: 1;
  content: "\00d7";
}

body.single-product div.product form.variations_form a.reset_variations:hover {
  border-color: var(--vz-red);
  background: #fff0ef;
  color: var(--vz-red) !important;
}

/* The variable product form contains a full variations table before its cart
 * controls. Keep that table on a separate row and the final controls aligned. */
body.single-product div.product .summary form.cart.variations_form > table.variations,
body.single-product div.product .summary form.cart.variations_form > .single_variation_wrap {
  width: 100%;
  flex: 0 0 100%;
}

body.single-product div.product .summary form.cart.variations_form .woocommerce-variation-add-to-cart {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

/* Compact mobile cart: product information stays together in a readable card,
 * while totals and recommendations follow without squeezing product cards. */
@media (max-width: 700px) {
  body.woocommerce-cart .vz-page-header {
    padding: 28px 0 22px;
  }

  body.woocommerce-cart .vz-page-header h1 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  body.woocommerce-cart .vz-main {
    padding: 20px 0 52px;
  }

  body.woocommerce-cart .vz-container {
    width: min(calc(100% - 20px), var(--vz-container));
  }

  body.woocommerce-cart .woocommerce {
    display: block !important;
  }

  body.woocommerce-cart .woocommerce-cart-form {
    width: 100% !important;
    margin: 0 0 16px;
    padding: 8px 14px 16px !important;
    border-radius: 12px;
  }

  body.woocommerce-cart .woocommerce-cart-form table.shop_table,
  body.woocommerce-cart .woocommerce-cart-form table.shop_table tbody {
    display: block !important;
    width: 100% !important;
  }

  body.woocommerce-cart .woocommerce-cart-form table.shop_table thead {
    display: none !important;
  }

  body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item {
    display: grid !important;
    grid-template-columns: 78px minmax(0, 1fr) 32px;
    grid-template-areas:
      "image name remove"
      "image quantity subtotal";
    align-items: center;
    margin: 0 !important;
    padding: 16px 0 !important;
    border-bottom: 1px solid #e9ecec;
    gap: 7px 12px;
  }

  body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item td {
    display: block !important;
    width: auto !important;
    min-width: 0;
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
  }

  body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item td::before {
    display: none !important;
    content: none !important;
  }

  body.woocommerce-cart .woocommerce-cart-form td.product-remove {
    align-self: start;
    grid-area: remove;
  }

  body.woocommerce-cart .woocommerce-cart-form td.product-remove a {
    width: 30px;
    height: 30px;
    margin: 0;
  }

  body.woocommerce-cart .woocommerce-cart-form td.product-thumbnail {
    display: block !important;
    grid-area: image;
  }

  body.woocommerce-cart .woocommerce-cart-form td.product-thumbnail img {
    display: block;
    width: 76px !important;
    height: 76px !important;
    margin: 0 !important;
    padding: 5px;
    border-radius: 8px;
    object-fit: contain;
  }

  body.woocommerce-cart .woocommerce-cart-form td.product-name {
    grid-area: name;
  }

  body.woocommerce-cart .woocommerce-cart-form td.product-name a {
    display: block;
    overflow-wrap: anywhere;
    font-size: 0.76rem;
    line-height: 1.34;
  }

  body.woocommerce-cart .woocommerce-cart-form td.product-price {
    display: none !important;
  }

  body.woocommerce-cart .woocommerce-cart-form td.product-price .vz-price-ex-tax {
    display: none !important;
  }

  body.woocommerce-cart .woocommerce-cart-form td.product-quantity {
    grid-area: quantity;
  }

  body.woocommerce-cart .woocommerce-cart-form td.product-quantity .quantity .qty {
    width: 62px;
    min-height: 38px;
    font-size: 0.74rem;
  }

  body.woocommerce-cart .woocommerce-cart-form td.product-subtotal {
    grid-area: subtotal;
    color: var(--vz-red);
    font-size: 0.78rem;
    text-align: right !important;
  }

  body.woocommerce-cart .woocommerce-cart-form td.product-subtotal .vz-price-ex-tax {
    display: block;
    margin: 2px 0 0;
    color: var(--vz-steel);
    font-size: 0.56rem;
    white-space: normal;
  }

  body.woocommerce-cart .woocommerce-cart-form table.shop_table tr:not(.cart_item) td.actions {
    display: block !important;
    width: 100% !important;
    padding: 16px 0 0 !important;
  }

  body.woocommerce-cart .woocommerce-cart-form td.actions .coupon {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.woocommerce-cart .woocommerce-cart-form td.actions .coupon .input-text,
  body.woocommerce-cart .woocommerce-cart-form td.actions .coupon .button {
    width: 100%;
    min-height: 44px;
    margin: 0 !important;
  }

  body.woocommerce-cart .cart-collaterals {
    display: flex !important;
    width: 100% !important;
    flex-direction: column;
    gap: 16px;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals {
    position: static;
    order: -1;
    padding: 20px 16px;
    border-radius: 12px;
  }

  body.woocommerce-cart .cart_totals h2 {
    margin-bottom: 12px;
    font-size: 1.15rem;
  }

  body.woocommerce-cart .cart_totals table.shop_table,
  body.woocommerce-cart .cart_totals table.shop_table tbody {
    display: block !important;
    width: 100% !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table tr {
    display: grid !important;
    width: 100%;
    grid-template-columns: minmax(88px, 0.7fr) minmax(0, 1.3fr);
    align-items: start;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    gap: 14px;
  }

  body.woocommerce-cart .cart_totals table.shop_table th,
  body.woocommerce-cart .cart_totals table.shop_table td {
    display: block !important;
    width: auto !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 0.67rem;
    line-height: 1.45;
  }

  body.woocommerce-cart .cart_totals table.shop_table th {
    text-align: left !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table td {
    overflow-wrap: anywhere;
    text-align: right !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table td::before {
    display: none !important;
    content: none !important;
  }

  body.woocommerce-cart .cart_totals .woocommerce-shipping-methods {
    display: grid;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    gap: 8px;
  }

  body.woocommerce-cart .cart_totals .woocommerce-shipping-methods li {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: start;
    margin: 0 !important;
    text-align: left;
    gap: 7px;
  }

  body.woocommerce-cart .cart_totals .woocommerce-shipping-methods input {
    margin: 3px 0 0 !important;
  }

  body.woocommerce-cart .cart_totals .woocommerce-shipping-methods label,
  body.woocommerce-cart .cart_totals .woocommerce-shipping-destination,
  body.woocommerce-cart .cart_totals .woocommerce-shipping-calculator {
    display: block;
    margin: 0;
    font-size: 0.64rem;
    line-height: 1.45;
    text-align: left;
  }

  body.woocommerce-cart .cart_totals .woocommerce-shipping-destination {
    margin-top: 9px;
    color: rgba(255, 255, 255, 0.65);
  }

  body.woocommerce-cart .cart_totals .order-total {
    align-items: start;
  }

  body.woocommerce-cart .cart_totals .order-total td > strong,
  body.woocommerce-cart .cart_totals .order-total td > .includes_tax,
  body.woocommerce-cart .cart_totals .order-total td > .vz-price-ex-tax {
    display: block;
    width: 100%;
    margin: 0;
    text-align: right;
  }

  body.woocommerce-cart .cart_totals .order-total .amount {
    font-size: 1.08rem;
  }

  body.woocommerce-cart .cart_totals .order-total td > .includes_tax,
  body.woocommerce-cart .cart_totals .order-total td > .includes_tax .amount,
  body.woocommerce-cart .cart_totals .order-total td > .vz-price-ex-tax,
  body.woocommerce-cart .cart_totals .order-total td > .vz-price-ex-tax .amount {
    color: rgba(255, 255, 255, 0.62) !important;
    font-size: 0.58rem !important;
    font-weight: 600;
    line-height: 1.45;
  }

  body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    min-height: 50px;
    padding: 12px 10px;
    font-size: 0.69rem;
  }

  body.woocommerce-cart .cross-sells {
    overflow: hidden;
    padding: 18px 14px;
    border-radius: 12px;
  }

  body.woocommerce-cart .cross-sells > h2 {
    margin-bottom: 14px;
    font-size: 0.98rem;
  }

  body.woocommerce-cart .cross-sells ul.products {
    display: flex !important;
    width: 100%;
    overflow-x: auto;
    grid-template-columns: none !important;
    padding: 2px 1px 10px;
    gap: 12px !important;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  body.woocommerce-cart .cross-sells ul.products::-webkit-scrollbar {
    display: none;
  }

  body.woocommerce-cart .cross-sells ul.products li.product {
    width: min(66vw, 210px) !important;
    min-width: min(66vw, 210px) !important;
    max-width: min(66vw, 210px) !important;
    flex: 0 0 min(66vw, 210px) !important;
    margin: 0 !important;
    padding: 10px !important;
    scroll-snap-align: start;
  }

  body.woocommerce-cart .cross-sells ul.products li.product .woocommerce-loop-product__title {
    font-size: 0.72rem !important;
    line-height: 1.32;
  }

  body.woocommerce-cart .cross-sells ul.products li.product .price {
    font-size: 0.84rem !important;
  }
}

@media (max-width: 520px) {
  .vz-header__actions > .vz-icon-link {
    display: none;
  }

  .vz-mega-menu__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .vz-shop-assistant__choices,
  .vz-shop-assistant__actions {
    grid-template-columns: 1fr;
  }

  .vz-search-categories {
    grid-template-columns: 1fr;
  }

  .woocommerce nav.woocommerce-pagination ul.page-numbers {
    min-height: 40px;
    padding-inline: 44px;
    gap: 4px;
  }

  .woocommerce nav.woocommerce-pagination .page-numbers a,
  .woocommerce nav.woocommerce-pagination .page-numbers span {
    width: 34px;
    height: 34px;
    font-size: 0.68rem;
  }

  .woocommerce nav.woocommerce-pagination .page-numbers a.prev,
  .woocommerce nav.woocommerce-pagination .page-numbers a.next {
    top: 0;
    font-size: 0;
    width: 38px;
    height: 38px;
  }

  .vz-mega-category__title {
    min-height: 48px;
  }

  .vz-hero__actions,
  .vz-split__actions {
    flex-direction: column;
  }

  .vz-hero__actions .vz-button,
  .vz-split__actions .vz-button,
  .vz-promo .vz-button,
  .vz-consultation .vz-button {
    width: 100%;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .vz-motion-ready .vz-reveal,
  .vz-motion-ready .vz-reveal.is-visible {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
}

/* Final component safeguards: keep external WooCommerce and Elementor styles
   from replacing the VAREZ primary colour or the product quantity layout. */
html body .woocommerce a.button:not(.disabled),
html body .woocommerce button.button:not(:disabled),
html body .woocommerce input.button:not(:disabled),
html body .woocommerce #respond input#submit:not(:disabled),
html body .wc-block-components-button:not(.is-link):not(:disabled),
html body .wp-block-woocommerce-cart .wc-block-cart__submit-button,
html body .wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button,
html body .elementor-button {
  border-color: var(--vz-red) !important;
  background: var(--vz-red) !important;
  background-color: var(--vz-red) !important;
  background-image: none !important;
  color: var(--vz-white) !important;
}

html body .woocommerce a.button:not(.disabled):hover,
html body .woocommerce button.button:not(:disabled):hover,
html body .woocommerce input.button:not(:disabled):hover,
html body .woocommerce #respond input#submit:not(:disabled):hover,
html body .wc-block-components-button:not(.is-link):not(:disabled):hover,
html body .wp-block-woocommerce-cart .wc-block-cart__submit-button:hover,
html body .wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
html body .elementor-button:hover {
  border-color: var(--vz-red-dark) !important;
  background: var(--vz-red-dark) !important;
  background-color: var(--vz-red-dark) !important;
  color: var(--vz-white) !important;
}

html body.single-product .woocommerce div.product .summary form.cart .quantity.vz-quantity {
  display: inline-flex !important;
  width: 146px !important;
  min-width: 146px !important;
  height: 52px !important;
  flex: 0 0 146px !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  flex-direction: row !important;
  border: 1px solid #d9dddf !important;
  border-radius: 8px !important;
  background: var(--vz-white) !important;
}

html body.single-product .woocommerce div.product .summary form.cart .quantity.vz-quantity .vz-quantity__button {
  display: grid !important;
  width: 45px !important;
  min-width: 45px !important;
  height: 50px !important;
  flex: 0 0 45px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--vz-white) !important;
  color: var(--vz-charcoal) !important;
  font-size: 1.25rem !important;
  line-height: 1 !important;
  place-items: center !important;
}

html body.single-product .woocommerce div.product .summary form.cart .quantity.vz-quantity .vz-quantity__button--minus {
  order: 1;
}

html body.single-product .woocommerce div.product .summary form.cart .quantity.vz-quantity input.qty {
  display: block !important;
  width: 56px !important;
  min-width: 56px !important;
  height: 50px !important;
  flex: 0 0 56px !important;
  order: 2;
  float: none !important;
  margin: 0 !important;
  padding: 0 4px !important;
  border: 0 !important;
  border-right: 1px solid #e6e9ea !important;
  border-left: 1px solid #e6e9ea !important;
  border-radius: 0 !important;
  background: #f8f9f9 !important;
  color: var(--vz-charcoal) !important;
  text-align: center !important;
}

html body.single-product .woocommerce div.product .summary form.cart .quantity.vz-quantity .vz-quantity__button--plus {
  order: 3;
}

html body.single-product .woocommerce div.product .summary form.cart .quantity.vz-quantity .vz-quantity__button:hover {
  background: #fff0ef !important;
  color: var(--vz-red) !important;
}

html body.single-product .woocommerce div.product .summary p.stock {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100%;
  min-height: 38px;
  align-items: center;
  margin: 2px 0 10px !important;
  padding: 8px 14px !important;
  border: 1px solid #cfe8d8;
  border-radius: 999px !important;
  background: #edf8f1 !important;
  color: #237246 !important;
  font-size: 0.75rem !important;
  font-weight: 800 !important;
  line-height: 1.35;
  gap: 8px;
}

html body.single-product .woocommerce div.product .summary p.stock::before {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px rgba(35, 114, 70, 0.11);
  content: "";
}

html body.single-product .woocommerce div.product .summary p.stock.available-on-backorder,
html body.single-product .woocommerce div.product .summary p.stock.on-backorder {
  border-color: #ead8b8;
  background: #fff8ea !important;
  color: #9a651d !important;
}

html body.single-product .woocommerce div.product .summary p.stock.out-of-stock {
  border-color: #f1ccca;
  background: #fff0ef !important;
  color: var(--vz-red-dark) !important;
}

/* Single-product markup does not contain an inner .woocommerce wrapper. These
   selectors intentionally bind to the body/product structure actually emitted
   by WooCommerce and override leftover Woostify Pro component styles. */
body.single-product div.product div.images .flex-control-thumbs {
  display: flex !important;
  width: 100% !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  margin: 16px 0 0 !important;
  padding: 3px 2px 10px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  gap: 10px !important;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

body.single-product div.product div.images .flex-control-thumbs > li {
  display: block !important;
  width: 96px !important;
  min-width: 96px !important;
  max-width: 96px !important;
  height: 96px !important;
  flex: 0 0 96px !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid var(--vz-line);
  border-radius: 9px;
  background: var(--vz-white);
}

body.single-product div.product div.images .flex-control-thumbs > li img {
  display: block !important;
  width: 94px !important;
  min-width: 94px !important;
  max-width: 94px !important;
  height: 94px !important;
  margin: 0 !important;
  padding: 5px !important;
  border: 0 !important;
  border-radius: 8px;
  background: var(--vz-white);
  object-fit: contain !important;
}

body.single-product div.product div.images .flex-control-thumbs > li:has(img.flex-active) {
  border-color: var(--vz-red);
  box-shadow: 0 0 0 2px rgba(242, 54, 46, 0.1);
}

body.single-product .vz-short-description__toggle {
  display: flex;
  width: fit-content;
  clear: both;
  margin: -10px 0 14px;
}

body.single-product div.product .summary form.cart {
  display: flex !important;
  width: 100%;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  clear: both;
  margin: 10px 0 22px !important;
  padding: 18px 0 !important;
  border-top: 1px solid var(--vz-line);
  border-bottom: 1px solid var(--vz-line);
  gap: 10px !important;
}

html body.single-product div.product .summary form.cart .quantity.vz-quantity {
  display: inline-flex !important;
  position: static !important;
  width: 152px !important;
  min-width: 152px !important;
  max-width: 152px !important;
  height: 52px !important;
  flex: 0 0 152px !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  flex-direction: row !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid #d9dddf !important;
  border-radius: 8px !important;
  background: var(--vz-white) !important;
}

html body.single-product div.product .summary form.cart .quantity.vz-quantity > .vz-quantity__button {
  display: grid !important;
  position: static !important;
  width: 46px !important;
  min-width: 46px !important;
  max-width: 46px !important;
  height: 50px !important;
  flex: 0 0 46px !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--vz-white) !important;
  color: var(--vz-charcoal) !important;
  font-family: Arial, sans-serif !important;
  font-size: 1.25rem !important;
  line-height: 1 !important;
  place-items: center !important;
}

html body.single-product div.product .summary form.cart .quantity.vz-quantity > input.qty {
  display: block !important;
  position: static !important;
  width: 60px !important;
  min-width: 60px !important;
  max-width: 60px !important;
  height: 50px !important;
  flex: 0 0 60px !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 4px !important;
  border: 0 !important;
  border-right: 1px solid #e5e8e9 !important;
  border-left: 1px solid #e5e8e9 !important;
  border-radius: 0 !important;
  background: #f8f9f9 !important;
  color: var(--vz-charcoal) !important;
  font-weight: 800;
  line-height: 50px !important;
  text-align: center !important;
}

html body.single-product div.product .summary form.cart .quantity.vz-quantity > .vz-quantity__button:hover {
  background: #fff0ef !important;
  color: var(--vz-red) !important;
}

html body.single-product div.product .summary form.cart button.single_add_to_cart_button.button,
html body.single-product div.product .summary form.cart button.single_add_to_cart_button.alt {
  display: inline-flex !important;
  min-width: 220px !important;
  min-height: 52px !important;
  align-items: center !important;
  justify-content: center !important;
  float: none !important;
  margin: 0 !important;
  padding: 12px 24px !important;
  border: 1px solid var(--vz-red) !important;
  border-radius: 8px !important;
  background: var(--vz-red) !important;
  background-color: var(--vz-red) !important;
  background-image: none !important;
  color: var(--vz-white) !important;
  box-shadow: 0 10px 24px rgba(242, 54, 46, 0.22) !important;
  font-family: var(--vz-font-body) !important;
  font-size: 0.78rem !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  opacity: 1 !important;
  text-transform: none !important;
}

html body.single-product div.product .summary form.cart button.single_add_to_cart_button.button:hover,
html body.single-product div.product .summary form.cart button.single_add_to_cart_button.alt:hover {
  border-color: var(--vz-red-dark) !important;
  background: var(--vz-red-dark) !important;
  background-color: var(--vz-red-dark) !important;
  transform: translateY(-1px);
}

html body.single-product div.product .summary p.stock {
  display: flex !important;
  width: fit-content !important;
  min-height: 24px;
  align-items: center;
  clear: both;
  margin: 6px 0 2px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #287548 !important;
  font-family: var(--vz-font-body);
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  line-height: 1.35;
  gap: 8px;
}

html body.single-product div.product .summary p.stock::before {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 3px rgba(40, 117, 72, 0.11);
  content: "";
}

html body.single-product div.product .summary p.stock.available-on-backorder,
html body.single-product div.product .summary p.stock.on-backorder {
  background: transparent !important;
  color: #a4691e !important;
}

html body.single-product div.product .summary p.stock.out-of-stock {
  background: transparent !important;
  color: var(--vz-red-dark) !important;
}

@media (max-width: 700px) {
  body.single-product div.product div.images .flex-control-thumbs > li {
    width: 78px !important;
    min-width: 78px !important;
    max-width: 78px !important;
    height: 78px !important;
    flex-basis: 78px !important;
  }

  body.single-product div.product div.images .flex-control-thumbs > li img {
    width: 76px !important;
    min-width: 76px !important;
    max-width: 76px !important;
    height: 76px !important;
  }

  body.single-product div.product .summary form.cart {
    display: grid !important;
    grid-template-columns: 152px minmax(0, 1fr);
  }

  html body.single-product div.product .summary form.cart button.single_add_to_cart_button.button,
  html body.single-product div.product .summary form.cart button.single_add_to_cart_button.alt {
    width: 100% !important;
    min-width: 0 !important;
  }

  body.single-product div.product .summary form.cart.variations_form {
    display: block !important;
  }

  body.single-product div.product .summary form.cart.variations_form > table.variations,
  body.single-product div.product .summary form.cart.variations_form > .single_variation_wrap {
    width: 100% !important;
  }

  body.single-product div.product .summary form.cart.variations_form .woocommerce-variation-add-to-cart {
    display: grid !important;
    grid-template-columns: 142px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
  }

  html body.single-product div.product .summary form.cart.variations_form .quantity.vz-quantity {
    width: 142px !important;
    min-width: 142px !important;
    max-width: 142px !important;
  }

  body.single-product div.product form.variations_form .cfvsw-color-option {
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
  }

  body.single-product div.product form.variations_form .cfvsw-color-option .cfvsw-swatch-inner {
    width: 29px !important;
    min-width: 29px !important;
    height: 29px !important;
    min-height: 29px !important;
  }
}

/* Final cart and homepage-carousel alignment refinements. */
body.woocommerce-cart .vz-page-header {
  padding: 34px 0;
}

body.woocommerce-cart .vz-main {
  padding-top: 28px;
}

@media (min-width: 1025px) {
  body.woocommerce-cart .cart-collaterals {
    display: contents;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
    order: 0;
    grid-column: 2;
  }

  body.woocommerce-cart .cart-collaterals .cross-sells {
    width: 100%;
    grid-column: 1 / -1;
    margin-top: 10px;
  }

  body.woocommerce-cart .cross-sells ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 700px) {
  body.woocommerce-cart .vz-page-header {
    padding: 24px 0 18px;
  }

  body.woocommerce-cart .vz-main {
    padding-top: 18px;
  }

  .vz-product-carousel-section .vz-new-products__heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
  }

  .vz-product-carousel-section .vz-new-products__arrows {
    display: flex !important;
    visibility: visible !important;
    min-width: 84px;
    justify-content: flex-end;
  }

  .vz-product-carousel-section .vz-new-products__arrow {
    display: grid !important;
    visibility: visible !important;
    width: 38px;
    height: 38px;
    opacity: 1 !important;
  }

  .vz-product-carousel-section .vz-new-products__arrow:disabled {
    border-color: #c8cdcf;
    background: var(--vz-white);
    color: #7e878b;
    opacity: 1 !important;
  }
}

/* Cart layout v2: cross-sells are moved beside the collaterals in theme.js,
 * making the two-column desktop layout independent of recommendation height. */
@media (min-width: 1025px) {
  body.woocommerce-cart .cart-collaterals {
    display: grid;
    align-self: start;
    grid-column: 2;
    gap: 24px;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals {
    position: sticky;
    top: 140px;
    order: -1;
    grid-column: auto;
  }

  body.woocommerce-cart .woocommerce > .vz-cart-cross-sells {
    width: 100%;
    grid-column: 1 / -1;
    margin-top: 10px;
    padding: 28px;
  }

  body.woocommerce-cart .vz-cart-cross-sells ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }
}

body.woocommerce-cart .cross-sells {
  border: 1px solid rgba(32, 35, 38, 0.06);
  border-radius: 14px;
  background: var(--vz-white);
  box-shadow: 0 12px 34px rgba(17, 22, 26, 0.07);
}

body.woocommerce-cart .cross-sells > h2 {
  display: flex;
  align-items: center;
  margin: 0 0 24px;
  padding-left: 14px;
  border-left: 4px solid var(--vz-red);
  color: var(--vz-charcoal);
  font-size: 1.35rem;
  line-height: 1.2;
}

body.woocommerce-cart .cross-sells ul.products li.product {
  padding: 14px;
  border-color: #eceeee;
  border-radius: 10px;
  box-shadow: none;
}

body.woocommerce-cart .cross-sells ul.products li.product:hover {
  border-color: rgba(242, 54, 46, 0.35);
  box-shadow: 0 12px 30px rgba(17, 22, 26, 0.09);
}

@media (max-width: 700px) {
  html body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item {
    position: relative;
    grid-template-columns: 92px minmax(0, 1fr);
    grid-template-areas:
      "image name"
      "image quantity"
      "subtotal subtotal";
    align-items: center;
    padding: 18px 0 !important;
    gap: 8px 14px;
  }

  html body.woocommerce-cart .woocommerce-cart-form td.product-remove {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 0;
    width: 30px !important;
  }

  html body.woocommerce-cart .woocommerce-cart-form td.product-thumbnail img {
    width: 90px !important;
    height: 90px !important;
  }

  html body.woocommerce-cart .woocommerce-cart-form td.product-name {
    padding-right: 38px !important;
  }

  html body.woocommerce-cart .woocommerce-cart-form td.product-name a {
    font-size: 0.79rem;
    line-height: 1.38;
  }

  html body.woocommerce-cart form.woocommerce-cart-form table.cart td.product-price,
  html body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-price {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
  }

  html body.woocommerce-cart .woocommerce-cart-form td.product-quantity {
    align-self: end;
  }

  html body.woocommerce-cart .woocommerce-cart-form td.product-subtotal {
    display: grid !important;
    width: 100% !important;
    min-height: 54px;
    align-content: center;
    justify-items: end;
    padding: 12px 0 0 !important;
    border-top: 1px solid #eceeee !important;
    font-size: 0.92rem;
    line-height: 1.25;
    gap: 3px;
  }

  html body.woocommerce-cart .woocommerce-cart-form td.product-subtotal .vz-price-ex-tax {
    max-width: none;
    margin: 0;
    font-size: 0.6rem;
    line-height: 1.35;
    white-space: nowrap;
  }

  html body.woocommerce-cart .cart_totals .woocommerce-shipping-methods li {
    display: flex !important;
    width: 100%;
    grid-template-columns: none;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: right;
    gap: 7px;
  }

  html body.woocommerce-cart .cart_totals .woocommerce-shipping-methods label {
    width: auto;
    min-width: 0;
    flex: 1 1 auto;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none;
    text-align: right;
  }

  html body.woocommerce-cart .cart_totals .woocommerce-shipping-methods input[type="radio"] {
    width: 16px;
    min-width: 16px;
    flex: 0 0 16px;
  }

  html body.woocommerce-cart .cart_totals .woocommerce-shipping-destination,
  html body.woocommerce-cart .cart_totals .woocommerce-shipping-calculator {
    width: 100%;
    margin-top: 9px;
    overflow-wrap: normal;
    word-break: normal;
    text-align: right;
  }

  body.woocommerce-cart .cross-sells {
    width: 100%;
    margin-top: 16px;
    padding: 20px 16px;
  }

  body.woocommerce-cart .cross-sells > h2 {
    margin-bottom: 18px;
    padding-left: 11px;
    border-left-width: 3px;
    font-size: 1.08rem;
  }

  body.woocommerce-cart .cross-sells ul.products li.product {
    width: min(72vw, 240px) !important;
    min-width: min(72vw, 240px) !important;
    max-width: min(72vw, 240px) !important;
    flex-basis: min(72vw, 240px) !important;
    padding: 14px !important;
  }

  body.woocommerce-cart .cross-sells ul.products li.product a img {
    margin-bottom: 13px;
  }

  body.woocommerce-cart .cross-sells ul.products li.product .woocommerce-loop-product__title {
    min-height: 0;
    font-size: 0.8rem !important;
    line-height: 1.38;
  }

  body.woocommerce-cart .cross-sells ul.products li.product .vz-product-card__category {
    font-size: 0.6rem;
  }

  body.woocommerce-cart .cross-sells ul.products li.product .price {
    font-size: 0.94rem !important;
  }
}

/* Functional three-step classic checkout. */
body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout form.checkout_coupon {
  display: none !important;
}

body.woocommerce-checkout .vz-checkout-steps {
  max-width: 1040px;
  margin: 0 auto 34px;
}

body.woocommerce-checkout .vz-checkout-steps li {
  min-width: 0;
}

body.woocommerce-checkout .vz-checkout-steps li button {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
  gap: 10px;
}

body.woocommerce-checkout .vz-checkout-steps li button:disabled {
  cursor: default;
}

body.woocommerce-checkout .vz-checkout-steps li.is-active span {
  background: var(--vz-red);
  box-shadow: 0 0 0 5px rgba(242, 54, 46, 0.1);
}

body.woocommerce-checkout .vz-checkout-steps li.is-active strong {
  color: var(--vz-charcoal);
}

body.woocommerce-checkout .vz-checkout-steps li.is-complete span {
  background: #287548;
  font-size: 0;
}

body.woocommerce-checkout .vz-checkout-steps li.is-complete span::after {
  color: var(--vz-white);
  content: "✓";
  font-size: 0.85rem;
}

body.woocommerce-checkout .vz-checkout-steps li.is-complete:not(:last-child)::after {
  background: #287548;
}

body.woocommerce-checkout form.checkout[data-vz-checkout-step="1"] .vz-checkout-review,
body.woocommerce-checkout form.checkout[data-vz-checkout-step="2"] #customer_details,
body.woocommerce-checkout form.checkout[data-vz-checkout-step="3"] #customer_details {
  display: none !important;
}

body.woocommerce-checkout form.checkout[data-vz-checkout-step="1"] {
  grid-template-columns: minmax(0, 860px);
  justify-content: center;
}

body.woocommerce-checkout form.checkout[data-vz-checkout-step="2"],
body.woocommerce-checkout form.checkout[data-vz-checkout-step="3"] {
  grid-template-columns: minmax(0, 900px);
  justify-content: center;
}

body.woocommerce-checkout form.checkout[data-vz-checkout-step="2"] .vz-checkout-review,
body.woocommerce-checkout form.checkout[data-vz-checkout-step="3"] .vz-checkout-review {
  position: static;
  width: 100%;
  max-width: 900px;
  grid-column: 1;
  grid-row: 1;
}

body.woocommerce-checkout form.checkout[data-vz-checkout-step="2"] .woocommerce-checkout-review-order-table thead,
body.woocommerce-checkout form.checkout[data-vz-checkout-step="2"] .woocommerce-checkout-review-order-table tbody,
body.woocommerce-checkout form.checkout[data-vz-checkout-step="2"] .woocommerce-checkout-review-order-table tfoot tr:not(.woocommerce-shipping-totals) {
  display: none !important;
}

body.woocommerce-checkout form.checkout[data-vz-checkout-step="2"] #payment {
  display: none !important;
}

body.woocommerce-checkout form.checkout[data-vz-checkout-step="2"] #order_review_heading::before {
  content: "2";
}

body.woocommerce-checkout form.checkout[data-vz-checkout-step="2"] .woocommerce-checkout-review-order-table,
body.woocommerce-checkout form.checkout[data-vz-checkout-step="2"] .woocommerce-checkout-review-order-table tfoot {
  display: block;
  width: 100%;
}

body.woocommerce-checkout form.checkout[data-vz-checkout-step="2"] .woocommerce-shipping-totals {
  display: grid !important;
  width: 100%;
  grid-template-columns: minmax(150px, 0.45fr) minmax(0, 1fr);
  align-items: start;
  padding: 20px 0;
  gap: 24px;
}

body.woocommerce-checkout form.checkout[data-vz-checkout-step="2"] .woocommerce-shipping-totals th,
body.woocommerce-checkout form.checkout[data-vz-checkout-step="2"] .woocommerce-shipping-totals td {
  display: block;
  width: 100%;
  padding: 0 !important;
  border: 0 !important;
  text-align: left;
}

body.woocommerce-checkout form.checkout[data-vz-checkout-step="2"] #shipping_method {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 10px;
}

body.woocommerce-checkout form.checkout[data-vz-checkout-step="2"] #shipping_method li {
  display: flex;
  min-height: 54px;
  align-items: center;
  margin: 0;
  padding: 13px 15px;
  border: 1px solid #dfe3e4;
  border-radius: 8px;
  background: var(--vz-white);
  gap: 10px;
}

body.woocommerce-checkout form.checkout[data-vz-checkout-step="2"] #shipping_method li:has(input:checked) {
  border-color: var(--vz-red);
  box-shadow: 0 0 0 3px rgba(242, 54, 46, 0.09);
}

body.woocommerce-checkout form.checkout[data-vz-checkout-step="2"] #shipping_method label {
  flex: 1 1 auto;
  color: var(--vz-charcoal);
  font-weight: 750;
}

body.woocommerce-checkout form.checkout[data-vz-checkout-step="2"] .woocommerce-shipping-destination,
body.woocommerce-checkout form.checkout[data-vz-checkout-step="2"] .woocommerce-shipping-calculator {
  margin: 12px 0 0;
  color: var(--vz-steel);
  font-size: 0.72rem;
  line-height: 1.5;
}

.vz-checkout-step-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  gap: 12px;
}

.vz-checkout-step-actions--customer {
  justify-content: flex-end;
  padding: 22px clamp(22px, 3vw, 32px);
  border-radius: 12px;
  background: var(--vz-white);
  box-shadow: 0 10px 34px rgba(17, 22, 26, 0.065);
}

.vz-checkout-step-actions .vz-button {
  min-height: 50px;
  padding: 12px 20px;
  font-size: 0.75rem;
}

body.woocommerce-checkout form.checkout[data-vz-checkout-step="3"] .vz-checkout-step-actions--review [data-vz-checkout-next] {
  display: none;
}

body.woocommerce-checkout form.checkout[data-vz-checkout-step="3"] .vz-checkout-step-actions--review {
  justify-content: flex-start;
}

.vz-checkout-step-error {
  width: 100%;
  grid-column: 1 / -1;
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 1px solid #f0b7b2;
  border-left: 4px solid var(--vz-red);
  border-radius: 7px;
  background: #fff3f2;
  color: #8c2e29;
  font-size: 0.78rem;
  font-weight: 700;
}

.vz-checkout-step-error[hidden] {
  display: none !important;
}

body.woocommerce-checkout .vz-company-toggle {
  margin: 7px 0 14px !important;
  padding: 14px 16px !important;
  border: 1px solid #dfe3e4;
  border-radius: 8px;
  background: #f8f9f9;
}

body.woocommerce-checkout .vz-company-toggle label {
  display: flex;
  align-items: center;
  margin: 0 !important;
  cursor: pointer;
  gap: 10px;
}

body.woocommerce-checkout .vz-company-toggle input {
  width: 19px;
  height: 19px;
  accent-color: var(--vz-red);
}

body.woocommerce-checkout .vz-company-field[hidden] {
  display: none !important;
}

body.woocommerce-checkout form.checkout:not([data-vz-checkout-ready="true"]) .vz-company-field {
  display: none;
}

.vz-saved-addresses {
  margin: 0 0 26px;
  padding: 20px;
  border: 1px solid #e2e5e6;
  border-radius: 10px;
  background: #f8f9f9;
}

.vz-saved-addresses__heading {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  gap: 11px;
}

.vz-saved-addresses__heading > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 50%;
  background: #fff0ef;
  color: var(--vz-red);
  font-size: 1rem;
  place-items: center;
}

.vz-saved-addresses__heading h3 {
  display: block !important;
  margin: 0 0 3px !important;
  font-size: 0.92rem !important;
}

.vz-saved-addresses__heading h3::before {
  display: none !important;
}

.vz-saved-addresses__heading p {
  margin: 0;
  color: var(--vz-steel);
  font-size: 0.7rem;
}

.vz-saved-addresses__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.vz-saved-address {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 126px;
  align-items: flex-start;
  flex-direction: column;
  padding: 14px 14px 14px 42px;
  border: 1px solid #dfe3e4;
  border-radius: 8px;
  background: var(--vz-white);
  color: var(--vz-charcoal);
  cursor: pointer;
  font-family: var(--vz-font-body);
  text-align: left;
  gap: 6px;
}

.vz-saved-address:hover {
  border-color: var(--vz-charcoal);
}

.vz-saved-address.is-selected {
  border-color: var(--vz-red);
  box-shadow: 0 0 0 3px rgba(242, 54, 46, 0.08);
}

.vz-saved-address__check,
.vz-saved-address__plus {
  position: absolute;
  top: 14px;
  left: 14px;
  display: grid;
  width: 18px;
  height: 18px;
  border: 1px solid #bdc3c5;
  border-radius: 50%;
  color: var(--vz-white);
  font-size: 0.7rem;
  place-items: center;
}

.vz-saved-address.is-selected .vz-saved-address__check {
  border-color: var(--vz-red);
  background: var(--vz-red);
}

.vz-saved-address.is-selected .vz-saved-address__check::after {
  content: "✓";
}

.vz-saved-address__plus {
  border-color: var(--vz-charcoal);
  color: var(--vz-charcoal);
  font-size: 0.9rem;
  font-weight: 800;
}

.vz-saved-address strong {
  font-size: 0.74rem;
}

.vz-saved-address > span:last-child {
  color: var(--vz-steel);
  font-size: 0.65rem;
  line-height: 1.45;
}

@media (max-width: 1024px) {
  body.woocommerce-checkout form.checkout[data-vz-checkout-step] {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.woocommerce-checkout form.checkout[data-vz-checkout-step="2"] .vz-checkout-review,
  body.woocommerce-checkout form.checkout[data-vz-checkout-step="3"] .vz-checkout-review {
    max-width: none;
  }
}

@media (max-width: 700px) {
  body.woocommerce-checkout .vz-main {
    padding-top: 20px;
  }

  body.woocommerce-checkout .vz-checkout-steps {
    margin-bottom: 22px;
    gap: 6px;
  }

  body.woocommerce-checkout .vz-checkout-steps li {
    display: block;
  }

  body.woocommerce-checkout .vz-checkout-steps li button {
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    gap: 7px;
  }

  body.woocommerce-checkout .vz-checkout-steps li strong {
    padding: 0;
    background: transparent;
    font-size: 0.58rem;
    line-height: 1.25;
    white-space: normal;
  }

  body.woocommerce-checkout .vz-checkout-steps li:not(:last-child)::after {
    top: 17px;
    right: -6px;
    left: calc(50% + 23px);
  }

  body.woocommerce-checkout .vz-checkout-steps span {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  body.woocommerce-checkout #customer_details .col-1,
  body.woocommerce-checkout #customer_details .col-2,
  body.woocommerce-checkout #order_review {
    padding: 18px;
  }

  .vz-saved-addresses {
    padding: 15px;
  }

  .vz-saved-addresses__grid {
    grid-template-columns: 1fr;
  }

  .vz-saved-address {
    min-height: 98px;
  }

  body.woocommerce-checkout form.checkout[data-vz-checkout-step="2"] .woocommerce-shipping-totals {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .vz-checkout-step-actions,
  .vz-checkout-step-actions--customer {
    align-items: stretch;
    flex-direction: column-reverse;
    padding: 16px;
  }

  .vz-checkout-step-actions .vz-button {
    width: 100%;
  }

body.woocommerce-checkout form.checkout[data-vz-checkout-step="3"] .vz-checkout-step-actions--review {
    align-items: stretch;
  }
}
