:root {
  --zv-primary: #271310;
  --zv-primary-container: #3e2723;
  --zv-secondary: #725b33;
  --zv-surface: #fff9ee;
  --zv-surface-low: #fcf3dd;
  --zv-surface-container: #f6edd8;
  --zv-surface-variant: #eae2cd;
  --zv-card: #ffffff;
  --zv-text: #271310;
  --zv-text-soft: #5f4a39;
  --zv-success: #4e8b47;
  --zv-radius-sm: 4px;
  --zv-radius-md: 6px;
  --zv-shadow-ambient: 0 20px 40px rgba(62, 39, 35, 0.08);
  --zv-shell-pad: 56px;
}

/* Force Elementor Theme Builder locations to true full width. */
.elementor-location-header,
.elementor-location-footer,
.elementor-location-archive,
.elementor-location-single {
  width: 100%;
  max-width: none;
}

.elementor-location-header .elementor-section.elementor-section-boxed > .elementor-container,
.elementor-location-footer .elementor-section.elementor-section-boxed > .elementor-container,
.elementor-location-archive .elementor-section.elementor-section-boxed > .elementor-container,
.elementor-location-single .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
  width: 100% !important;
}

.elementor-location-header .elementor-container,
.elementor-location-footer .elementor-container,
.elementor-location-archive .elementor-container,
.elementor-location-single .elementor-container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.elementor-location-header .elementor-widget-wrap,
.elementor-location-footer .elementor-widget-wrap,
.elementor-location-archive .elementor-widget-wrap,
.elementor-location-single .elementor-widget-wrap {
  padding: 0 !important;
}

/* Ensure Elementor template sections are not boxed on frontend. */
body.wp-theme-zdravavyziva-elementor-theme .elementor-section.elementor-section-boxed > .elementor-container,
body.wp-theme-zdravavyziva-elementor-theme .elementor-section > .elementor-container,
body.wp-theme-zdravavyziva-elementor-theme .e-con.e-con-boxed > .e-con-inner,
body.wp-theme-zdravavyziva-elementor-theme .e-con > .e-con-inner {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.wp-theme-zdravavyziva-elementor-theme .elementor-widget-shortcode,
body.wp-theme-zdravavyziva-elementor-theme .elementor-shortcode {
  width: 100% !important;
}

/* Keep regular page content full-width as well (home, pages, products). */
.site-main .elementor,
.site-main .elementor-section,
.site-main .elementor-section-wrap,
.site-main .e-con {
  width: 100% !important;
  max-width: 100% !important;
}

.site-main .elementor-section.elementor-section-boxed > .elementor-container,
.site-main .elementor-section > .elementor-container {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.site-main .elementor-column > .elementor-element-populated,
.site-main .e-con.e-con-boxed > .e-con-inner,
.site-main .e-con > .e-con-inner {
  max-width: 100% !important;
}

/* Your live templates render as elementor-8 / elementor-9, not location wrappers. */
.elementor.elementor-8,
.elementor.elementor-9 {
  width: 100% !important;
  max-width: none !important;
}

.elementor.elementor-8 .elementor-section.elementor-section-boxed > .elementor-container,
.elementor.elementor-9 .elementor-section.elementor-section-boxed > .elementor-container {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.elementor.elementor-8 .elementor-column > .elementor-element-populated,
.elementor.elementor-9 .elementor-column > .elementor-element-populated {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.elementor.elementor-8 .elementor-widget-shortcode,
.elementor.elementor-9 .elementor-widget-shortcode,
.elementor.elementor-8 .elementor-shortcode,
.elementor.elementor-9 .elementor-shortcode {
  width: 100% !important;
  overflow: visible !important;
}

/* Break header/footer out of boxed Elementor parents (hard full-bleed). */
.zv-topbar,
.zv-header,
.zv-footer {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: Manrope, sans-serif;
  background: var(--zv-surface);
  color: var(--zv-text);
  line-height: 1.45;
}

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

a:hover {
  color: var(--zv-secondary);
}

.zv-shell {
  width: 100%;
  max-width: none;
  margin-inline: auto;
  padding-inline: var(--zv-shell-pad);
}

.zv-topbar {
  background: #1c1716;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.zv-topbar-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 86px;
}

.zv-topbar-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 18px;
  font-size: 12px;
}

.zv-topbar-menu a {
  color: rgba(255, 255, 255, 0.9);
}

.zv-topbar-menu > li:nth-child(2) > a::after,
.zv-topbar-menu > li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid rgba(255, 255, 255, 0.9);
  border-bottom: 2px solid rgba(255, 255, 255, 0.9);
  transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 2px;
}

.zv-topbar-menu > li {
  position: relative;
}

.zv-topbar-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  padding: 8px 0 6px;
  margin: 0;
  list-style: none;
  background: rgba(18, 15, 14, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.14);
  z-index: 120;
  display: none;
}

.zv-topbar-menu > li.menu-item-has-children::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 10px;
}

.zv-topbar-menu > li:hover > .sub-menu,
.zv-topbar-menu > li:focus-within > .sub-menu {
  display: block;
}

.zv-topbar-menu .sub-menu li {
  margin: 0;
}

.zv-topbar-menu .sub-menu a {
  display: block;
  padding: 8px 14px;
  font-size: 18px;
  font-size: clamp(13px, 1.1vw, 18px);
  color: #fff;
}

.zv-topbar-menu .sub-menu a:hover {
  background: rgba(163, 139, 93, 0.22);
}

.zv-mobile-topline,
.zv-mobile-account,
.zv-mobile-menu-toggle,
.zv-mobile-drawer,
.zv-mobile-drawer-backdrop {
  display: none;
}

.zv-login-link {
  font-weight: 700;
  position: relative;
  padding-left: 22px;
}

.zv-login-link::before {
  content: "";
  width: 14px;
  height: 14px;
  background: no-repeat center / 14px 14px
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='3.5'/%3E%3Cpath d='M5.5 20a6.5 6.5 0 0 1 13 0'/%3E%3C/svg%3E");
  position: absolute;
  left: 0;
  top: 2px;
}

.zv-header {
  background: var(--zv-primary-container);
  color: #fff;
  background-image: radial-gradient(ellipse at 20% 40%, rgba(255, 255, 255, 0.08), transparent 45%);
}

.zv-header-inner {
  min-height: 82px;
  display: grid;
  gap: 14px;
  align-items: center;
  grid-template-columns: 108px minmax(440px, 1fr) auto;
}

.zv-header-search {
  width: 100%;
  max-width: min(36vw, 520px);
  justify-self: center;
}

.zv-branding img {
  max-height: 58px;
  width: auto;
}

.zv-brand-image-link {
  display: block;
  width: 88px;
}

.zv-brand-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.zv-site-title {
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.zv-search-form {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
}

.zv-search-icon {
  width: 36px;
  min-height: 42px;
  background: #fff;
  border-radius: 4px 0 0 4px;
  position: relative;
  border: 2px solid #8d8d8d;
  border-right: 0;
}

.zv-search-icon::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 3px solid #a1a1a1;
  border-radius: 50%;
  top: 9px;
  left: 8px;
}

.zv-search-icon::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 3px;
  background: #a1a1a1;
  transform: rotate(45deg);
  top: 22px;
  left: 19px;
}

.zv-search-input {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 0;
  padding: 0 12px;
  background: #fff;
  color: var(--zv-text);
  border-top: 2px solid #8d8d8d;
  border-bottom: 2px solid #8d8d8d;
  font-size: 15px;
  font-weight: 600;
}

.zv-search-input:focus {
  outline: 0;
}

.zv-search-submit {
  min-height: 42px;
  border: 0;
  border-radius: 18px;
  background: var(--zv-secondary);
  color: #fff;
  padding: 0 22px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  margin-left: 0;
}

.zv-search-suggest {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  background: #fff;
  border: 1px solid rgba(31, 20, 18, 0.18);
  border-radius: 6px;
  box-shadow: 0 18px 32px rgba(12, 7, 6, 0.26);
  z-index: 150;
  overflow: hidden;
}

.zv-search-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 8px 10px;
  color: #2a1916;
}

.zv-search-item + .zv-search-item {
  border-top: 1px solid rgba(31, 20, 18, 0.08);
}

.zv-search-item:hover {
  background: #f6f0e2;
}

.zv-search-item img,
.zv-search-item-noimg {
  width: 42px;
  height: 42px;
  border-radius: 4px;
  background: #f2ecde;
  object-fit: cover;
}

.zv-search-item-copy {
  display: grid;
  gap: 2px;
}

.zv-search-item-copy strong {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
}

.zv-search-item-price {
  font-size: 12px;
  color: #66563f;
  font-weight: 700;
}

.zv-mobile-account {
  width: 62px;
  height: 52px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 8px;
  background: #fff;
  position: relative;
}

.zv-mobile-account::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 0;
  margin: auto;
  background: no-repeat center/20px 20px
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2333251f' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='3.5'/%3E%3Cpath d='M5.5 20a6.5 6.5 0 0 1 13 0'/%3E%3C/svg%3E");
}

.zv-mobile-menu-toggle {
  min-height: 52px;
  border: 0;
  border-radius: 18px;
  background: var(--zv-secondary);
  color: #fff;
  padding: 0 18px;
  font-size: 15px;
  font-weight: 800;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.zv-mobile-menu-icon {
  width: 18px;
  height: 14px;
  position: relative;
  display: inline-block;
}

.zv-mobile-menu-icon,
.zv-mobile-menu-icon::before,
.zv-mobile-menu-icon::after {
  border-top: 3px solid #fff;
  border-radius: 999px;
}

.zv-mobile-menu-icon::before,
.zv-mobile-menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
}

.zv-mobile-menu-icon::before {
  top: 4px;
}

.zv-mobile-menu-icon::after {
  top: 11px;
}

.zv-mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(86vw, 360px);
  background: #322e22;
  color: #fff;
  z-index: 10020;
  transform: translateX(102%);
  transition: transform 0.25s ease;
  box-shadow: -20px 0 50px rgba(0, 0, 0, 0.4);
}

.zv-mobile-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10010;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.zv-mobile-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 16px;
  font-weight: 800;
}

.zv-mobile-drawer-close {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.zv-mobile-drawer-content {
  max-height: calc(100vh - 68px);
  overflow: auto;
  padding: 10px;
}

body.zv-mobile-menu-open {
  overflow: hidden;
}

body.zv-mobile-menu-open .zv-mobile-drawer {
  transform: translateX(0);
}

body.zv-mobile-menu-open .zv-mobile-drawer-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.zv-header-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.zv-phone-icon {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 0;
  background: no-repeat center / 28px 28px
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b2a58f' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2.1 2.1 0 0 1-2.3 2.1A20.8 20.8 0 0 1 10.6 19a20.1 20.1 0 0 1-6.2-6.2A20.8 20.8 0 0 1 1.9 4.3 2.1 2.1 0 0 1 4 2h3a2.1 2.1 0 0 1 2 1.7c.12.92.34 1.83.67 2.69a2.1 2.1 0 0 1-.47 2.2L8 9.9a16.8 16.8 0 0 0 6.1 6.1l1.35-1.2a2.1 2.1 0 0 1 2.2-.47c.86.33 1.77.55 2.69.67A2.1 2.1 0 0 1 22 16.9z'/%3E%3C/svg%3E");
  flex: 0 0 auto;
}

.zv-phone-icon::before {
  content: none;
}

.zv-header-phone-wrap {
  display: grid;
  gap: 1px;
}

.zv-header-phone-kicker {
  font-size: 11px;
  line-height: 1.15;
  color: rgba(255, 255, 255, 0.82);
}

.zv-header-phone {
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  line-height: 1;
}

.zv-header-phone-meta {
  font-size: 10px;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.62);
}

.zv-cart-chip {
  min-width: 178px;
  min-height: 82px;
  background: #fff;
  color: var(--zv-primary-container);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border-radius: 0;
  line-height: 1.2;
  font-size: 12px;
}

.zv-cart-copy {
  display: grid;
}

.zv-cart-icon {
  width: 27px;
  height: 18px;
  border: 0;
  background: no-repeat center / 27px 18px
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238b734a' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1.3'/%3E%3Ccircle cx='18' cy='20' r='1.3'/%3E%3Cpath d='M2 4h2l2.8 10.3a1 1 0 0 0 1 .7h9.9a1 1 0 0 0 1-.8L21 7H7.1'/%3E%3C/svg%3E");
  position: relative;
}

.zv-cart-icon::before {
  content: none;
}

.zv-cart-icon::after {
  content: none;
}

.zv-cart-copy > span {
  font-size: 11px;
}

.zv-cart-copy strong {
  font-size: 17px;
  text-transform: none;
  line-height: 1;
}

.zv-cart-copy .woocommerce-Price-amount.amount {
  white-space: nowrap;
}

.zv-cart-copy .woocommerce-Price-currencySymbol {
  font-size: 0.8em;
}

.site-main {
  min-height: 45vh;
}

.zv-content-wrap {
  padding-block: 34px 56px;
}

.zv-content-wrap-fluid {
  width: 100%;
  padding: 20px 24px 48px;
}

.zv-sheet-none {
  background: transparent;
  padding: 0;
  border-radius: 0;
}

.zv-content-wrap-fluid .wp-block-woocommerce-cart,
.zv-content-wrap-fluid .alignwide,
.zv-content-wrap-fluid .alignfull {
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.zv-content-wrap-fluid .zv-title {
  margin-bottom: 12px;
}

.zv-sheet {
  background: var(--zv-surface-low);
  padding: 28px;
  border-radius: var(--zv-radius-md);
}

.zv-title,
h1,
.woocommerce-products-header__title.page-title,
.product_title.entry-title {
  margin: 0 0 18px;
  font-size: clamp(1.9rem, 2.7vw, 2.8rem);
  line-height: 1.05;
  font-weight: 700;
  color: var(--zv-primary);
}

.zv-entry {
  color: var(--zv-text-soft);
  font-size: 14px;
}

.zv-archive-wrap,
.zv-shop-layout {
  display: grid;
  align-items: start;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 20px;
}

.zv-sidebar {
  background: #4f4834;
  color: #fff;
  padding: 8px;
  border-radius: 0;
}

.zv-widget {
  margin: 0;
}

.zv-widget + .zv-widget {
  margin-top: 16px;
}

.zv-widget-title {
  margin: 0 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #f2e2bf;
}

.zv-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.zv-sidebar li {
  margin: 0;
}

.zv-sidebar a {
  display: block;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 0;
  font-size: 11px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}

.zv-sidebar a:hover,
.zv-sidebar .current-cat > a,
.zv-sidebar .current-menu-item > a {
  background: #5b403c;
  color: #fff;
  box-shadow: inset 3px 0 0 #b3976a;
}

.zv-shop-main {
  background: var(--zv-surface-low);
  border-radius: 0;
  padding: 24px;
}

.zv-shop-sidebar {
  width: 260px;
}

.zv-site-layout {
  display: grid;
  align-items: start;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 20px;
}

.zv-main-column {
  min-width: 0;
}

.zv-shop-cat-level {
  list-style: none;
  margin: 0;
  padding: 0;
}

.zv-shop-cat-level .zv-shop-cat-level {
  margin-top: 3px;
  padding-left: 10px;
}

.zv-shop-cat-item + .zv-shop-cat-item {
  margin-top: 3px;
}

.zv-shop-cat-item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #efe7d1;
}

.zv-shop-cat-item > a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid rgba(239, 231, 209, 0.9);
  border-bottom: 2px solid rgba(239, 231, 209, 0.9);
  transform: rotate(-45deg);
  margin-left: 8px;
  flex: 0 0 auto;
}

.zv-shop-cat-item:not(.has-children) > a::after {
  opacity: 0;
}

.zv-shop-cat-item.is-active > a {
  background: #a88f63;
  color: #231510;
}

.zv-shop-cat-item.is-active > a::after {
  border-color: #231510;
}

.zv-cat-chip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px 22px;
  margin: 0 0 18px;
}

.zv-cat-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  color: var(--zv-text-soft);
}

.zv-cat-chip span {
  width: 6px;
  height: 6px;
  background: rgba(39, 19, 16, 0.22);
}

.zv-filter-strip {
  margin: 0;
  min-height: 56px;
  background: var(--zv-surface-container);
  border-radius: 2px;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
}

.zv-filter-label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.zv-filter-box {
  min-width: 40px;
  min-height: 20px;
  display: grid;
  place-items: center;
  border-radius: 2px;
  background: #fff;
  font-size: 10px;
  font-weight: 700;
}

.zv-filter-line {
  height: 4px;
  border-radius: 999px;
  background: var(--zv-primary-container);
}

.zv-filter-flags {
  min-height: 36px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0 0 16px;
  padding: 0 14px;
}

.zv-filter-flag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  color: var(--zv-text-soft);
}

.zv-filter-flag::before {
  content: "";
  width: 11px;
  height: 11px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(39, 19, 16, 0.24);
}

.zv-shop-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
}

.woocommerce-breadcrumb {
  margin: 0 0 12px;
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(39, 19, 16, 0.68);
}

.woocommerce-result-count,
.woocommerce-ordering {
  margin-bottom: 8px;
  font-size: 11px;
}

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

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

.woocommerce ul.products li.product {
  margin: 0;
  width: 100%;
  background: var(--zv-card);
  padding: 10px 10px 12px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: 0 0 0 1px rgba(62, 39, 35, 0.08);
}

.woocommerce ul.products li.product .onsale {
  background: #cf684e;
  min-height: unset;
  min-width: unset;
  padding: 4px 8px;
  font-size: 10px;
  line-height: 1;
  border-radius: var(--zv-radius-sm);
}

.woocommerce ul.products li.product a img {
  margin: 0 0 8px;
  border-radius: 3px;
  object-fit: contain;
  aspect-ratio: 1 / 1;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 13px;
  line-height: 1.2;
  color: var(--zv-primary);
  padding: 0;
  margin: 0 0 8px;
  min-height: 36px;
}

.woocommerce ul.products li.product .price {
  color: var(--zv-primary);
  margin: auto 0 8px;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}

.woocommerce ul.products li.product .price .amount {
  color: var(--zv-primary);
}

.woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol {
  font-size: 0.58em;
}

.zv-loop-stock {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 4px;
}

.zv-loop-stock.in-stock {
  color: #3f9348;
}

.zv-loop-stock.out-of-stock {
  color: #a44436;
}

.woocommerce ul.products li.product .button {
  margin-top: 4px;
  border: 0;
  border-radius: var(--zv-radius-sm);
  background: var(--zv-secondary);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 8px 16px;
  align-self: flex-end;
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 26px;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  background: var(--zv-surface-container);
  color: var(--zv-primary);
  font-size: 12px;
  font-weight: 700;
}

.woocommerce nav.woocommerce-pagination ul li .current {
  background: var(--zv-secondary);
  color: #fff;
}

.single-product .zv-shop-layout {
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 20px;
}

.single-product .zv-shop-main {
  background: #ebe3cf;
  border-radius: 0;
  padding: 14px 18px 18px;
}

.single-product .zv-sidebar {
  background: #4d4632;
  border-radius: 0;
  padding: 8px;
}

.single-product .zv-sidebar .widgettitle,
.single-product .zv-sidebar .wp-block-heading {
  margin: 0 0 6px;
  font-size: 12px;
  color: #efe7d4;
  text-transform: none;
}

.single-product .zv-sidebar ul li + li {
  margin-top: 3px;
}

.single-product .zv-sidebar a {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 11px;
  letter-spacing: 0;
  text-transform: none;
  padding: 7px 10px;
}

.single-product div.product {
  display: grid;
  grid-template-columns: minmax(0, 43%) minmax(0, 1fr);
  gap: 20px;
  background: transparent;
  padding: 0;
  border-radius: 0;
  margin-bottom: 12px;
}

.single-product div.product .woocommerce-product-gallery {
  margin: 0;
}

.single-product div.product .woocommerce-product-gallery__wrapper {
  background: #fff;
  border: 1px solid #ddd7c7;
  padding: 10px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin-top: 8px;
}

.single-product div.product .summary {
  margin: 0;
}

.single-product div.product .product_title.entry-title {
  margin: 0 0 8px;
  font-size: clamp(2.2rem, 2.6vw, 3rem);
  line-height: 0.94;
}

.single-product .woocommerce-product-rating {
  margin-bottom: 6px;
  font-size: 11px;
}

.single-product .star-rating {
  color: #a88f5f;
}

.single-product .stock {
  display: inline-block;
  color: #357538;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 6px;
}

.single-product .product_meta,
.single-product .sku_wrapper,
.single-product .posted_in,
.single-product .tagged_as {
  font-size: 10px;
  color: rgba(39, 19, 16, 0.85);
}

.single-product div.product p.price,
.single-product div.product span.price {
  color: var(--zv-primary);
  font-weight: 700;
  font-size: clamp(2.1rem, 3.4vw, 3.1rem);
  line-height: 1;
  margin: 8px 0 10px;
}

.single-product div.product p.price del,
.single-product div.product span.price del {
  font-size: 0.52em;
  opacity: 0.58;
}

.single-product div.product p.price .woocommerce-Price-currencySymbol,
.single-product div.product span.price .woocommerce-Price-currencySymbol {
  font-size: 0.5em;
}

.single-product form.cart {
  display: flex;
  align-items: stretch;
  gap: 8px;
  margin-bottom: 8px;
}

.single-product .quantity .qty {
  min-height: 38px;
  border: 1px solid #cfc7b5;
  border-radius: 0;
  width: 56px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
}

.single-product .single_add_to_cart_button.button,
.single-product .zv-shop-main div.product form.cart .single_add_to_cart_button.button,
.single-product .zv-shop-main .single_add_to_cart_button.button.alt {
  min-height: 38px;
  border: 0;
  border-radius: 2px;
  background: #8f7a4f;
  color: #fff;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  padding: 0 16px;
  font-size: 13px;
}

.single-product .single_add_to_cart_button.button:hover,
.single-product .zv-shop-main div.product form.cart .single_add_to_cart_button.button:hover,
.single-product .zv-shop-main .single_add_to_cart_button.button.alt:hover {
  background: #7a673f;
}

.woocommerce div.product .woocommerce-tabs {
  margin-top: 10px;
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0 0 10px;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  border: 0;
  background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0 6px 0 0;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  background: #5a513b;
  color: #fff;
  border-radius: 0;
  padding: 7px 10px;
  font-size: 11px;
  line-height: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  background: #a48b5f;
}

.woocommerce div.product .woocommerce-Tabs-panel {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.45;
}

.woocommerce div.product .woocommerce-Tabs-panel h2 {
  font-size: 20px;
  margin: 0 0 10px;
}

.zv-footer {
  background: var(--zv-primary-container);
  color: #fff;
  padding: 28px 0 18px;
}

.zv-site-credit {
  background: #fff;
  color: #2f221f;
  text-align: center;
  font-size: 13px;
  padding: 10px 12px 14px;
}

.zv-site-credit a {
  color: #2f221f;
  text-decoration: none;
  font-weight: 600;
}

.zv-site-credit a:hover {
  color: #8f7a4f;
}

.zv-footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.zv-footer h3 {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.05;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 800;
  position: relative;
  padding-left: 14px;
}

.zv-footer h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 2px;
  background: #c4ab84;
}

.zv-footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 4px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
}

.zv-footer-links li {
  position: relative;
  padding-left: 12px;
}

.zv-footer-links li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

.zv-payments {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.zv-footer p {
  margin: 0 0 6px;
  font-size: 12px;
}

.zv-pay-icon {
  width: 50px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.zv-pay-icon-visa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 40'%3E%3Crect width='120' height='40' rx='6' fill='white'/%3E%3Ctext x='18' y='28' fill='%231a1f71' font-family='Arial,Helvetica,sans-serif' font-size='24' font-weight='700'%3EVISA%3C/text%3E%3C/svg%3E");
}

.zv-pay-icon-mastercard {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 40'%3E%3Crect width='120' height='40' rx='6' fill='white'/%3E%3Ccircle cx='52' cy='20' r='11' fill='%23eb001b'/%3E%3Ccircle cx='68' cy='20' r='11' fill='%23f79e1b'/%3E%3C/svg%3E");
}

.zv-map-card {
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.08);
  padding: 10px;
}

.zv-map-address {
  margin-bottom: 10px;
}

.zv-map-address a {
  color: #a38b5d;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.zv-map-address a:hover {
  color: #c7ac7b;
}

.zv-map-frame-wrap {
  border-radius: 3px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.24);
}

.zv-map-frame {
  display: block;
  width: 100%;
  height: 190px;
  border: 0;
}

.zv-map-hours {
  margin-top: 12px;
  display: grid;
  gap: 3px;
  font-size: clamp(10px, 0.95vw, 14px);
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.2;
  font-weight: 700;
}

.zv-map-button {
  margin-top: 12px;
  display: inline-block;
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  background: var(--zv-secondary);
  color: #fff;
  padding: 8px 14px;
  border-radius: 14px;
}

.zv-contact-line {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.zv-contact-line p {
  margin: 0;
}

.zv-contact-line strong {
  font-size: 18px;
  line-height: 1.05;
}

.zv-contact-line span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  line-height: 1.2;
}

.zv-contact-line a {
  color: #fff;
  text-decoration: none;
}

.zv-contact-line a:hover {
  color: #d9c89f;
}

.zv-contact-avatar {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 2px;
  object-fit: cover;
  flex: 0 0 auto;
}

.zv-contact-email {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.zv-contact-email a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.zv-contact-email a:hover {
  color: #d9c89f;
}

.zv-mail-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: no-repeat center/16px 16px
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m4 7 8 6 8-6'/%3E%3C/svg%3E");
}

.zv-newsletter-form {
  margin-top: 14px;
}

.zv-newsletter-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 10px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.zv-newsletter-row {
  display: flex;
}

.zv-newsletter-row input {
  flex: 1 1 auto;
  min-height: 32px;
  border: 0;
  padding: 0 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.zv-newsletter-row button {
  min-height: 32px;
  border: 0;
  background: var(--zv-secondary);
  color: #fff;
  padding: 0 14px;
  font-size: 11px;
  font-weight: 700;
}

.zv-related-categories {
  margin-top: 18px;
  padding-top: 8px;
}

.zv-related-categories h2 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.08;
  color: var(--zv-primary);
}

.zv-related-categories-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px 12px;
}

.zv-related-cat {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  color: #433621;
}

.zv-related-cat-icon {
  width: 11px;
  height: 9px;
  background: linear-gradient(#b79d74, #9c835b);
  clip-path: polygon(0 30%, 38% 30%, 46% 0, 100% 0, 100% 100%, 0 100%);
}

.zv-empty-state {
  text-align: center;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  word-wrap: normal;
}

@media (max-width: 1180px) {
  :root {
    --zv-shell-pad: 20px;
  }

  .zv-header-inner {
    grid-template-columns: 1fr;
    padding-block: 14px;
    min-height: 0;
  }

  .zv-header-meta {
    justify-content: flex-start;
  }

  .zv-topbar-inner {
    padding-left: 0;
  }

  .zv-search-input {
    font-size: 22px;
  }

  .zv-search-submit {
    font-size: 26px;
  }

  .zv-header-phone {
    font-size: 24px;
  }

  .zv-cart-chip {
    min-width: 180px;
    min-height: 62px;
    border-radius: 4px;
  }

  .zv-cart-copy > span {
    font-size: 18px;
  }

  .zv-cart-copy strong {
    font-size: 22px;
  }

  .zv-archive-wrap,
  .zv-shop-layout {
    grid-template-columns: 1fr;
  }

  .zv-site-layout {
    grid-template-columns: 1fr;
  }

  .zv-sidebar {
    order: 2;
  }

  .zv-site-layout .zv-sidebar {
    order: 2;
  }
}

@media (min-width: 1025px) and (max-width: 1180px) {
  .zv-archive-wrap,
  .zv-shop-layout {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .zv-sidebar {
    order: 0;
  }

  .zv-shop-sidebar {
    width: auto;
  }

  .zv-site-layout {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .zv-site-layout .zv-sidebar {
    order: 0;
  }
}

@media (max-width: 820px) {
  :root {
    --zv-shell-pad: 10px;
  }

  .zv-topbar {
    border-bottom: 0;
  }

  .zv-topbar-inner {
    min-height: 44px;
    padding: 0;
  }

  .zv-topbar-menu,
  .zv-login-link,
  .zv-header-meta {
    display: none !important;
  }

  .zv-mobile-topline {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .zv-mobile-phone {
    background: #1c1716;
    color: #fff;
    min-height: 44px;
    display: grid;
    align-content: center;
    padding: 3px 10px;
    text-decoration: none;
  }

  .zv-mobile-phone strong {
    font-size: 14px;
    line-height: 1;
  }

  .zv-mobile-phone span {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.72);
  }

  .zv-mobile-cart {
    min-width: 138px;
    min-height: 44px;
    padding: 0 10px;
    background: #fff;
    color: var(--zv-primary-container);
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .zv-mobile-cart-copy {
    display: grid;
    line-height: 1.05;
  }

  .zv-mobile-cart-copy > span {
    font-size: 11px;
  }

  .zv-mobile-cart-copy strong {
    font-size: clamp(14px, 4.2vw, 22px);
  }

  .zv-header-inner {
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 8px;
    padding-block: 6px 8px;
  }

  .zv-branding {
    order: 1;
  }

  .zv-brand-image-link {
    width: 70px;
  }

  .zv-mobile-account {
    order: 2;
    display: block;
    justify-self: center;
    width: 52px;
    height: 42px;
    border-width: 1px;
    border-radius: 7px;
  }

  .zv-mobile-menu-toggle {
    order: 3;
    display: inline-flex;
    justify-self: end;
    min-height: 42px;
    padding: 0 14px;
    font-size: 12px;
    border-radius: 14px;
    gap: 8px;
  }

  .zv-header-search {
    order: 4;
    grid-column: 1 / -1;
    max-width: none;
  }

  .zv-search-input {
    min-height: 30px;
    font-size: clamp(10px, 2.8vw, 14px);
    border-width: 1px;
  }

  .zv-search-submit {
    min-height: 30px;
    font-size: 9px;
    padding: 0 9px;
    border-radius: 10px;
  }

  .zv-search-icon {
    min-height: 30px;
    width: 24px;
    border-width: 1px;
  }

  .zv-search-icon::before {
    width: 7px;
    height: 7px;
    border-width: 2px;
    top: 8px;
    left: 6px;
  }

  .zv-search-icon::after {
    width: 5px;
    height: 2px;
    top: 14px;
    left: 12px;
  }

  .zv-mobile-drawer,
  .zv-mobile-drawer-backdrop {
    display: block;
  }

  .zv-mobile-drawer .zv-shop-cat-level {
    display: grid;
    gap: 6px;
  }

  .zv-mobile-drawer .zv-shop-cat-level .zv-shop-cat-level {
    padding-left: 8px;
  }

  .zv-mobile-drawer .zv-shop-cat-item + .zv-shop-cat-item {
    margin-top: 0;
  }

  .zv-mobile-drawer .zv-shop-cat-item > a {
    min-height: 38px;
  }

  .zv-site-layout > .zv-sidebar,
  .zv-shop-layout > .zv-sidebar,
  .zv-archive-wrap > .zv-sidebar {
    display: none !important;
  }

  .zv-site-layout,
  .zv-shop-layout,
  .zv-archive-wrap {
    grid-template-columns: 1fr !important;
  }

  .zv-content-wrap-fluid {
    padding: 14px 10px 28px;
  }

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

  .zv-cat-chip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .zv-related-categories-grid {
    grid-template-columns: 1fr;
  }

  .zv-footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 560px) {
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .zv-cat-chip-grid {
    grid-template-columns: 1fr;
  }

  .zv-filter-strip {
    grid-template-columns: 1fr;
  }
}
