﻿:root {
  --zrv-bg: #f4f1eb;
  --zrv-surface: #ffffff;
  --zrv-surface-muted: #f0ece5;
  --zrv-text: #131313;
  --zrv-text-soft: #6b6b6b;
  --zrv-border: #e6e0d7;
  --zrv-accent: #f0d400;
  --zrv-accent-dark: #c8aa00;
  --zrv-dark: #050505;
  --zrv-radius-xl: 24px;
  --zrv-radius-lg: 18px;
  --zrv-radius-md: 14px;
  --zrv-shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
  --zrv-container: 1920px;
}
* { box-sizing: border-box; }
body.zrv-body { margin: 0; font-family: 'Manrope', sans-serif; color: var(--zrv-text); background: linear-gradient(180deg, #f2efe8 0%, #f7f4ee 100%); }
a { color: inherit; text-decoration: none; }
a:hover, a:focus { color: inherit; text-decoration: none; }
.container {
  width: 100%;
  max-width: var(--zrv-container);
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.zrv-topbar { background: #e8e8e8; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.zrv-topbar__inner, .zrv-header__main, .zrv-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.zrv-topbar__inner { min-height: 42px; }
.zrv-topbar__left, .zrv-topbar__right { display: flex; align-items: center; gap: 28px; }
.zrv-header { background: #ececec; padding: 18px 0 14px; }
.zrv-header__main { gap: 24px; align-items: flex-start; }
.zrv-brand { display: flex; flex-direction: column; gap: 12px; min-width: 250px;align-items: center;margin-top: 13px; }
.zrv-brand__logo img { max-height: 88px; }
.zrv-brand__badge {
  margin-top: -20px;
  padding-left: 4px;
  font-family: 'Dancing Script', 'Segoe Script', 'Brush Script MT', cursive;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.05;
  text-transform: none;
  color: #666262;

}
.zrv-brand__text { font-size: 30px; font-weight: 800; }
.zrv-header__search-area { flex: 1 1 auto; }
.zrv-header__tabs { display: flex; align-items: center; gap: 18px; margin-bottom: 14px; overflow-x: auto; }
.zrv-header__tabs a { white-space: nowrap; font-size: 15px; font-weight: 700; text-transform: uppercase; padding-bottom: 4px; }
.zrv-header__tabs a.is-active { box-shadow: inset 0 -6px 0 var(--zrv-accent); }
.zrv-search { position: relative; }
.zrv-search__input { width: 100%; height: 56px; border: 1px solid #d4d4d4; border-radius: 10px; background: #fff; padding: 0 150px 0 18px; font-size: 15px; }
.zrv-search__button { position: absolute; top: 0; right: 0; width: 132px; height: 56px; border: 0; border-radius: 0 10px 10px 0; background: #000; color: #fff; font-size: 18px; }
.zrv-header__actions { display: flex; align-items: center; gap: 10px; }
.zrv-icon-link, .zrv-cart__button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; width: 88px; min-height: 88px; border: 0; background: transparent; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.zrv-icon-link i, .zrv-cart__button i { font-size: 28px; }
.zrv-cart { position: relative; }
.zrv-cart__dropdown { min-width: 360px; margin-top: 10px; padding: 16px; border-radius: 18px; border: 1px solid var(--zrv-border); box-shadow: var(--zrv-shadow); }
.zrv-cart__links { display: flex; justify-content: flex-end; gap: 18px; }
.zrv-cart__empty { padding: 10px; text-align: center; color: var(--zrv-text-soft); }
.zrv-nav { background: #000; margin-bottom: 18px; }
.zrv-nav__scroller { overflow-x: auto; }
.zrv-nav__list { display: flex; gap: 0; min-width: max-content; margin: 0; padding: 0; list-style: none; }
.zrv-nav__item { position: relative; }
.zrv-nav__item > a { display: block; padding: 18px 24px; color: #fff; font-size: 15px; font-weight: 800; text-transform: uppercase; }
.zrv-nav__item:hover > a { background: #111; color: var(--zrv-accent); }
.zrv-nav__dropdown { position: absolute; top: 100%; left: 0; min-width: 340px; padding: 18px; border-radius: 0 0 18px 18px; background: #fff; box-shadow: var(--zrv-shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .2s ease; z-index: 20; }
.zrv-nav__item:hover .zrv-nav__dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.zrv-nav__dropdown-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.zrv-nav__dropdown a { display: block; padding: 7px 0; color: var(--zrv-text-soft); }
.zrv-home { padding-bottom: 48px; }
.zrv-hero__grid { display: grid; grid-template-columns: minmax(0, 1.96fr) minmax(300px, .96fr); gap: 14px; align-items: start; }
.zrv-panel { position: relative; overflow: hidden; background: #fff; box-shadow: var(--zrv-shadow); }
.zrv-panel--hero { min-height: 620px; border-radius: 0; background: linear-gradient(135deg, rgba(0,0,0,.86), rgba(0,0,0,.72)), linear-gradient(45deg, #232323, #090909); color: #fff; }
.zrv-panel__overlay { position: absolute; inset: 0; background: radial-gradient(circle at left top, rgba(240,212,0,.18), transparent 22%); }
.zrv-panel__content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: flex-end; height: 100%; padding: 40px; }
.zrv-panel__eyebrow { display: inline-flex; align-items: center; padding: 0 14px; min-height: 34px; border-radius: 999px; background: rgba(255,255,255,.1); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.zrv-panel--hero h1 { max-width: 760px; margin: 18px 0 14px; font-size: 56px; line-height: .98; letter-spacing: -.05em; text-transform: uppercase; }
.zrv-panel--hero p { max-width: 680px; font-size: 17px; line-height: 1.7; color: rgba(255,255,255,.82); }
.zrv-button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 26px; margin-top: 24px; border-radius: 12px; background: var(--zrv-accent); color: #000; font-size: 15px; font-weight: 800; text-transform: uppercase; }
.zrv-hero__side { display: grid; gap: 14px; }
.zrv-panel--banner { min-height: 320px; padding: 28px; border-radius: 0; background: linear-gradient(135deg, rgba(70,70,70,.12), rgba(0,0,0,.1)), linear-gradient(180deg, #ececec, #d8d8d8); }
.zrv-panel--banner h3, .zrv-panel--deal h4 { margin: 14px 0 10px; font-size: 34px; line-height: 1.05; letter-spacing: -.03em; text-transform: uppercase; }
.zrv-panel--banner p, .zrv-panel--deal p { margin: 0; font-size: 15px; line-height: 1.7; color: #555; }
.zrv-panel--deal { min-height: 286px; padding: 22px; border-radius: 0; background: linear-gradient(180deg, #e7ecec, #f3f3f1); }
.zrv-deal-card { display: flex; flex-direction: column; gap: 10px; min-height: 190px; padding: 26px; margin-top: 18px; border-radius: var(--zrv-radius-lg); background: rgba(255,255,255,.88); }
.zrv-deal-card__meta { font-size: 13px; font-weight: 800; text-transform: uppercase; color: #111; }
.zrv-deal-card a { font-size: 14px; font-weight: 800; text-transform: uppercase; text-decoration: underline; text-underline-offset: 3px; }
.zrv-home__modules, .zrv-home__content { margin-top: 10px; }
.zrv-footer {
  padding: 0;
  margin-top: 36px;
  background: #2f3338;
  color: #eceff3;
}
.zrv-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 28px;
  padding: 34px 30px;
  border-radius: 0;
  background: #2f3338;
  border: 0;
}
.zrv-footer__brand h3, .zrv-footer__col h4 {
  margin: 0 0 14px;
  text-transform: uppercase;
  color: #f2f4f7;
}
.zrv-footer__brand p, .zrv-footer__col li + li {
  margin-top: 10px;
  color: #c9d0d8;
}
.zrv-footer__col a,
.zrv-footer__brand a {
  color: #d8dee6;
}
.zrv-footer__col a:hover,
.zrv-footer__brand a:hover {
  color: #f5f7fa;
}
.zrv-footer__bottom {
  margin: 0 -16px;
  padding: 14px 30px;
  background: #000;
  color: #cfd5dc;
  font-size: 13px;
}
.zrv-footer__bottom p {
  margin: 0;
}
#content .product-layout .product-thumb, #content .product-layout .product-thumb:hover { border: 1px solid var(--zrv-border); border-radius: 18px; background: #fff; box-shadow: 0 14px 38px rgba(0,0,0,.06); overflow: hidden; }
#content .product-thumb .caption { padding: 22px; }
#content .product-thumb .button-group { display: flex; border-top: 1px solid var(--zrv-border); background: #fff; }
#content .product-thumb .button-group button, #content .product-thumb .button-group button + button { flex: 1 1 auto; border: 0; background: transparent; color: var(--zrv-text); }
@media (max-width: 1199px) { .zrv-header__main { flex-wrap: wrap; } .zrv-brand { min-width: 200px; } .zrv-header__search-area { width: 100%; } .zrv-hero__grid, .zrv-footer__grid { grid-template-columns: 1fr; } }
@media (max-width: 767px) { .zrv-topbar__inner, .zrv-header__main, .zrv-footer__bottom { flex-direction: column; align-items: stretch; } .zrv-topbar__left, .zrv-topbar__right, .zrv-header__tabs, .zrv-header__actions { flex-wrap: wrap; } .zrv-icon-link, .zrv-cart__button { width: calc(33.333% - 8px); min-height: 72px; } .zrv-search__input { padding-right: 72px; } .zrv-search__button { width: 60px; font-size: 16px; } .zrv-panel--hero { min-height: 420px; } .zrv-panel--hero h1 { font-size: 36px; } .zrv-panel--banner h3, .zrv-panel--deal h4 { font-size: 28px; } }

.zrv-page {
  padding-bottom: 48px;
}

.zrv-breadcrumb {
  margin: 0 0 24px;
  padding: 0;
  background: transparent;
}

.zrv-breadcrumb li,
.zrv-breadcrumb li a {
  color: var(--zrv-text-soft);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

/* Category page: desktop 2+10, tablet/mobile stacked */
#product-category .zrv-category-layout {
  display: grid;
  grid-template-columns: minmax(220px, 2fr) minmax(0, 10fr);
  gap: 24px;
}

#product-category .zrv-category-layout__content {
  min-width: 0;
}

#product-category .zrv-category-layout.has-left .zrv-category-layout__sidebar--left {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

#product-category .zrv-category-layout.has-right .zrv-category-layout__sidebar--right {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

#product-category .zrv-category-layout:not(.has-left) {
  grid-template-columns: minmax(0, 1fr);
}

#product-category .zrv-category-layout.has-left.has-right {
  grid-template-columns: minmax(220px, 2fr) minmax(0, 8fr) minmax(220px, 2fr);
}

#product-category .zrv-category-layout__sidebar .list-group,
#product-category .zrv-category-layout__sidebar .panel {
  margin: 0 0 16px;
  border: 1px solid var(--zrv-border);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

#product-category .zrv-category-layout__sidebar .list-group a,
#product-category .zrv-category-layout__sidebar .panel .list-group-item {
  display: block;
  border: 0;
  border-bottom: 1px solid #f0ece5;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  transition: background .18s ease, color .18s ease;
}

#product-category .zrv-category-layout__sidebar .list-group a:last-child,
#product-category .zrv-category-layout__sidebar .panel .list-group-item:last-child {
  border-bottom: 0;
}

#product-category .zrv-category-layout__sidebar .list-group a:hover {
  background: #f7f4ee;
}

#product-category .zrv-category-layout__sidebar .list-group a.active,
#product-category .zrv-category-layout__sidebar .list-group a.list-group-item.active {
  background: #0e0e0e;
  color: #fff;
}

/* Modern category navigation module */
.zrv-cat-nav {
  border: 1px solid var(--zrv-border);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.zrv-cat-nav__head {
  padding: 14px 16px;
  border-bottom: 1px solid #f0ece5;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.zrv-cat-nav__body {
  max-height: 56vh;
  overflow: auto;
}

.zrv-cat-nav__group {
  border-bottom: 1px solid #f0ece5;
}

.zrv-cat-nav__group:last-child {
  border-bottom: 0;
}

.zrv-cat-nav__summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  padding: 12px 16px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.zrv-cat-nav__summary::-webkit-details-marker {
  display: none;
}

.zrv-cat-nav__summary i {
  transition: transform .16s ease;
}

.zrv-cat-nav__group[open] .zrv-cat-nav__summary i {
  transform: rotate(90deg);
}

.zrv-cat-nav__children {
  padding: 0 0 8px;
}

.zrv-cat-nav__single,
.zrv-cat-nav__child {
  display: block;
  padding: 10px 16px;
  border-bottom: 1px solid #f4f1eb;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  color: #303030;
}

.zrv-cat-nav__single:last-child,
.zrv-cat-nav__child:last-child {
  border-bottom: 0;
}

.zrv-cat-nav__child {
  padding-left: 24px;
  color: #4f4f4f;
}

.zrv-cat-nav__single.is-active,
.zrv-cat-nav__child.is-active,
.zrv-cat-nav__group.is-active > .zrv-cat-nav__summary {
  background: #111;
  color: #fff;
}

/* Modern category filter module */
.zrv-filter {
  border: 1px solid var(--zrv-border);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.zrv-filter__head {
  padding: 14px 16px;
  border-bottom: 1px solid #f0ece5;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.zrv-filter__quick {
  padding: 10px 16px 12px;
  border-bottom: 1px solid #f0ece5;
  display: grid;
  gap: 10px;
  background: #fafafa;
}

.zrv-filter__switch-row {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.zrv-filter__switch-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
}

.zrv-filter__price label {
  display: block;
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.zrv-filter__price-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 8px;
}

.zrv-filter__price-inputs input {
  width: 100%;
  height: 36px;
  border: 1px solid #d7d2c9;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 13px;
}

.zrv-filter__range {
  position: relative;
  height: 30px;
  margin-top: 8px;
}

.zrv-filter__range input[type="range"] {
  width: 100%;
  position: absolute;
  left: 0;
  top: 7px;
  margin: 0;
  background: transparent;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
}

.zrv-filter__range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #111;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #111;
  pointer-events: auto;
  cursor: pointer;
}

.zrv-filter__range input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #111;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #111;
  pointer-events: auto;
  cursor: pointer;
}

.zrv-filter__range-base {
  position: absolute;
  left: 0;
  right: 0;
  top: 13px;
  height: 4px;
  border-radius: 999px;
  background: #d8d4cb;
}

.zrv-filter__range-fill {
  position: absolute;
  top: 13px;
  height: 4px;
  border-radius: 999px;
  background: #111;
}

.zrv-filter__price-readout {
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 800;
  color: #3a3a3a;
}

/* Ensure popup image also fits viewport on desktop/mobile */
.mfp-container {
  padding: 12px !important;
}

.mfp-content {
  max-height: calc(100vh - 24px) !important;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure img.mfp-img,
img.mfp-img {
  display: block !important;
  width: auto !important;
  max-width: min(98vw, 1760px) !important;
  max-height: calc(100vh - 64px) !important;
  margin: 0 auto !important;
}

@media (max-width: 767px) {
  .mfp-container {
    padding: 8px !important;
  }

  .mfp-figure img.mfp-img,
  img.mfp-img {
    max-width: calc(100vw - 16px) !important;
    max-height: calc(100vh - 48px) !important;
  }
}

/* Global top toast notifications */
.zrv-toast-stack {
  position: fixed;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  display: grid;
  gap: 8px;
  width: min(92vw, 520px);
  pointer-events: none;
}

.zrv-toast {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(18, 19, 23, 0.96);
  color: #f1f4f8;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity .25s ease, transform .25s ease;
}

.zrv-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.zrv-toast i {
  color: #7fe08f;
  font-size: 18px;
}

.zrv-toast__text {
  font-size: 13px;
  line-height: 1.4;
}

.zrv-toast__text a {
  color: #d7e6ff;
  text-decoration: underline;
}

/* Sticky cart summary panel */
.zrv-cart-sticky {
  position: fixed;
  top: 76px;
  right: 14px;
  z-index: 99998;
  width: min(360px, 92vw);
  border: 1px solid #d9d5cc;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  padding: 12px 12px 10px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity .22s ease, transform .22s ease;
}

.zrv-cart-sticky.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.zrv-cart-sticky__close {
  position: absolute;
  top: 6px;
  right: 8px;
  border: 0;
  background: transparent;
  color: #777;
  font-size: 22px;
  line-height: 1;
  padding: 0;
}

.zrv-cart-sticky__head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  color: #1f2328;
}

.zrv-cart-sticky__head i {
  color: #2b3036;
}

.zrv-cart-sticky__name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: #111;
}

.zrv-cart-sticky__meta {
  margin-top: 2px;
  font-size: 12px;
  color: #4f555d;
}

.zrv-cart-sticky__totals {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #ece8df;
  display: grid;
  gap: 4px;
}

.zrv-cart-sticky__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  color: #3e454d;
}

.zrv-cart-sticky__row strong {
  color: #121417;
}

.zrv-cart-sticky__actions {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.zrv-cart-sticky__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  background: #111;
  color: #f3f5f7;
}

.zrv-cart-sticky__actions a:first-child {
  background: #ece8df;
  color: #1d2329;
}

@media (max-width: 900px) {
  .zrv-cart-sticky {
    top: 8px;
    left: 8px;
    right: 8px;
    width: auto;
  }
}

.zrv-filter__body {
  max-height: 58vh;
  overflow: auto;
}

.zrv-filter__group {
  border-bottom: 1px solid #f0ece5;
}

.zrv-filter__group:last-child {
  border-bottom: 0;
}

.zrv-filter__summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.zrv-filter__summary::-webkit-details-marker {
  display: none;
}

.zrv-filter__summary i {
  transition: transform .16s ease;
}

.zrv-filter__group[open] .zrv-filter__summary i {
  transform: rotate(90deg);
}

.zrv-filter__options {
  padding: 0 16px 12px;
  display: grid;
  gap: 8px;
}

.zrv-filter__option {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #2b2b2b;
  cursor: pointer;
}

.zrv-filter__option input[type="checkbox"] {
  margin: 0;
}

.zrv-filter__footer {
  display: grid;
  gap: 8px;
  padding: 12px 16px 14px;
  border-top: 1px solid #f0ece5;
  background: #fcfcfc;
}

.zrv-filter__apply,
.zrv-filter__clear {
  border: 1px solid #d7d2c9;
  border-radius: 10px;
  min-height: 40px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.zrv-filter__apply {
  background: #111;
  border-color: #111;
  color: #fff;
}

.zrv-filter__clear {
  background: #fff;
  color: #2b2b2b;
}

@media (max-width: 1024px) {
  #product-category .zrv-category-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  #product-category .zrv-category-layout__sidebar--left,
  #product-category .zrv-category-layout__sidebar--right,
  #product-category .zrv-category-layout__content {
    display: block;
    max-width: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  #product-category .zrv-category-layout__sidebar--left {
    margin: 0 0 14px !important;
  }

  #product-category .zrv-category-layout__sidebar--right {
    margin: 14px 0 0 !important;
  }

  .zrv-cat-nav__body,
  .zrv-filter__body {
    max-height: 42vh;
  }
}


.zrv-section-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(240, 212, 0, 0.18);
  color: #000;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.zrv-listing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(240px, .8fr);
  gap: 20px;
  align-items: center;
  padding: 30px;
  margin-bottom: 28px;
  border: 1px solid var(--zrv-border);
  border-radius: 24px;
  background: linear-gradient(135deg, #fff, #f3efe7);
}

.zrv-listing-hero__content h1 {
  margin: 14px 0 0;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.zrv-listing-hero__desc {
  margin-top: 16px;
  color: var(--zrv-text-soft);
  font-size: 15px;
  line-height: 1.8;
}

.zrv-listing-hero__media img {
  width: 100%;
  border-radius: 18px;
}

.zrv-refine,
.zrv-related-products {
  margin-bottom: 28px;
}

.zrv-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.zrv-section-head h2,
.zrv-module-title {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

.zrv-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.zrv-chip {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--zrv-border);
  border-radius: 999px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
}

.zrv-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--zrv-border);
  border-radius: 18px;
  background: rgba(255,255,255,.8);
}

.zrv-toolbar__right {
  display: flex;
  gap: 14px;
}

.zrv-link-strong {
  font-weight: 800;
  text-transform: uppercase;
}

.zrv-select-wrap label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.zrv-select-wrap .form-control,
.zrv-qty-row .form-control {
  height: 46px;
  border: 1px solid var(--zrv-border);
  border-radius: 12px;
  box-shadow: none;
}

.zrv-product-grid {
  margin-bottom: 10px;
}

.zrv-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.zrv-product-card__image {
  padding: 20px;
  background: linear-gradient(180deg, #fff, #f5f1ea);
}

.zrv-product-card__image img {
  width: 100%;
  border-radius: 12px;
}

.zrv-product-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1 1 auto;
}

.zrv-product-card__body h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
}

.zrv-product-card__desc {
  margin: 0;
  color: var(--zrv-text-soft);
  font-size: 14px;
  line-height: 1.7;
}

.zrv-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #111;
}

.zrv-rating--inline {
  margin: 12px 0 18px;
}

.zrv-rating__text {
  margin-left: 8px;
  color: var(--zrv-text-soft);
  font-size: 13px;
  font-weight: 700;
}

.zrv-price {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
}

.zrv-price .price-current,
.zrv-price-box__current {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.03em;
}

.zrv-price .price-old,
.zrv-price-box__old {
  color: var(--zrv-text-soft);
  font-size: 16px;
  text-decoration: line-through;
}

.zrv-price .price-tax,
.zrv-price-box__tax {
  width: 100%;
  color: var(--zrv-text-soft);
  font-size: 12px;
  text-transform: uppercase;
}

.zrv-product-card__actions {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 54px 54px;
}

.zrv-product-card__actions button {
  min-height: 54px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.zrv-product-card__actions button:first-child {
  background: #008860 !important;
  color: #ffffff !important;
}

.zrv-product-card__actions button:not(:first-child) {
  border-left: 1px solid var(--zrv-border) !important;
}

.zrv-pagination-row {
  margin-top: 8px;
}

.zrv-empty-state {
  padding: 36px;
  border: 1px solid var(--zrv-border);
  border-radius: 24px;
  background: #fff;
  text-align: center;
}

.zrv-product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 28px;
  margin-bottom: 28px;
}

.zrv-product-detail__gallery,
.zrv-product-detail__summary,
.zrv-product-tabs {
  padding: 26px;
  border: 1px solid var(--zrv-border);
  border-radius: 24px;
  background: #fff;
}

.zrv-product-detail__main-image {
  padding: 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, #f4f1ea);
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: min(72vh, 760px) !important;
  overflow: hidden !important;
}

.zrv-product-detail__main-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(min(72vh, 760px) - 32px) !important;
  object-fit: contain;
  border-radius: 16px;
}

.zrv-product-detail__main-image > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: calc(min(72vh, 760px) - 32px) !important;
  overflow: hidden !important;
}

.zrv-product-detail__thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.zrv-thumb {
  display: block;
  padding: 10px;
  border: 1px solid var(--zrv-border);
  border-radius: 14px;
  background: #faf8f4;
}

.zrv-meta-list li + li {
  margin-top: 8px;
}

.zrv-price-box {
  padding: 18px 0;
  border-top: 1px solid var(--zrv-border);
  border-bottom: 1px solid var(--zrv-border);
}

.zrv-buy-box {
  padding-top: 18px;
}

.zrv-qty-row {
  max-width: 160px;
}

.zrv-buy-box__actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.zrv-button--dark,
.zrv-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 0;
  border-radius: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.zrv-button--dark {
  flex: 1 1 auto;
  background: #008860;
  color: #ffffff;
}

.zrv-icon-button {
  width: 54px;
  background: #f3efe7;
}

.zrv-product-tabs .nav-tabs {
  border-bottom: 1px solid var(--zrv-border);
}

.zrv-product-tabs .nav-tabs > li > a {
  border: 0;
  border-bottom: 3px solid transparent;
  font-weight: 800;
  text-transform: uppercase;
}

.zrv-product-tabs .nav-tabs > li.active > a,
.zrv-product-tabs .nav-tabs > li > a:hover {
  border: 0;
  border-bottom-color: var(--zrv-accent);
  background: transparent;
}

.zrv-tab-content {
  padding-top: 18px;
}

@media (max-width: 991px) {
  .zrv-product-detail,
  .zrv-listing-hero {
    grid-template-columns: 1fr;
  }

  .zrv-product-detail__main-image img {
    max-height: calc(58vh - 24px) !important;
  }

  .zrv-product-detail__main-image,
  .zrv-product-detail__main-image > a {
    max-height: 58vh !important;
  }

  .zrv-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .zrv-toolbar__right {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .zrv-listing-hero__content h1 {
    font-size: 32px;
  }

  .zrv-section-head h2,
  .zrv-module-title {
    font-size: 24px;
  }

  .zrv-product-card__actions {
    grid-template-columns: minmax(0, 1fr) 48px 48px;
  }

  .zrv-product-detail__thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Hero height and mobile refinements */
.zrv-hero__primary {
  min-width: 0;
}

.zrv-panel--hero {
  min-height: 600px;
  height: 600px;
}

.zrv-hero__side {
  grid-template-rows: repeat(2, minmax(0, 293px));
}

.zrv-panel--banner,
.zrv-panel--deal {
  min-height: 293px;
  height: 293px;
}

.zrv-panel--banner,
.zrv-panel--deal,
.zrv-deal-card {
  display: flex;
  flex-direction: column;
}

.zrv-deal-card {
  min-height: 0;
  height: 100%;
}

@media (max-width: 1199px) {
  .zrv-panel--hero {
    min-height: 520px;
    height: 520px;
  }

  .zrv-hero__side {
    grid-template-rows: repeat(2, minmax(0, 253px));
  }

  .zrv-panel--banner,
  .zrv-panel--deal {
    min-height: 253px;
    height: 253px;
  }
}

@media (max-width: 991px) {
  .zrv-topbar__inner {
    gap: 8px;
    padding: 10px 0;
  }

  .zrv-topbar__left,
  .zrv-topbar__right {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
  }

  .zrv-header {
    padding: 14px 0 10px;
  }

  .zrv-header__main {
    gap: 16px;
  }

  .zrv-brand {
    width: 100%;
    min-width: 0;
    align-items: center;
    text-align: center;
  }

  .zrv-brand__logo img {
    max-height: 72px;
  }

  .zrv-header__search-area,
  .zrv-header__actions {
    width: 100%;
  }

  .zrv-header__tabs {
    gap: 12px;
    margin-bottom: 10px;
  }

  .zrv-search__input {
    padding-right: 92px;
  }

  .zrv-search__button {
    width: 82px;
  }

  .zrv-header__actions {
    justify-content: space-between;
  }

  .zrv-icon-link,
  .zrv-cart__button {
    width: calc(33.333% - 8px);
    min-height: 76px;
  }

  .zrv-nav__item > a {
    padding: 14px 16px;
    font-size: 13px;
  }

  .zrv-hero__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .zrv-panel--hero {
    min-height: 460px;
    height: auto;
  }

  .zrv-hero__side {
    grid-template-rows: none;
    gap: 12px;
  }

  .zrv-panel--banner,
  .zrv-panel--deal {
    min-height: 224px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .zrv-topbar {
    font-size: 11px;
  }

  .zrv-topbar__inner,
  .zrv-header__main,
  .zrv-footer__bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .zrv-brand {
    align-items: flex-start;
    text-align: left;
  }

  .zrv-header__tabs {
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 2px;
  }

  .zrv-header__tabs a {
    font-size: 12px;
  }

  .zrv-search__input {
    height: 48px;
    padding: 0 58px 0 14px;
    font-size: 14px;
  }

  .zrv-search__button {
    width: 48px;
    height: 48px;
    border-radius: 0 10px 10px 0;
    font-size: 14px;
  }

  .zrv-header__actions {
    gap: 8px;
    flex-wrap: wrap;
  }

  .zrv-icon-link,
  .zrv-cart__button {
    width: calc(33.333% - 6px);
    min-height: 64px;
    padding: 8px 6px;
    font-size: 10px;
  }

  .zrv-icon-link i,
  .zrv-cart__button i {
    font-size: 22px;
  }

  .zrv-panel__content {
    padding: 24px 20px;
  }

  .zrv-panel--hero {
    min-height: 360px;
  }

  .zrv-panel--hero h1 {
    font-size: 32px;
    line-height: 1.02;
  }

  .zrv-panel--hero p {
    font-size: 14px;
    line-height: 1.6;
  }

  .zrv-button {
    width: 100%;
    min-height: 48px;
    margin-top: 18px;
    font-size: 13px;
  }

  .zrv-panel--banner,
  .zrv-panel--deal {
    min-height: 200px;
    padding: 20px;
  }

  .zrv-panel--banner h3,
  .zrv-panel--deal h4 {
    font-size: 24px;
    line-height: 1.08;
  }

  .zrv-deal-card {
    padding: 20px;
    margin-top: 14px;
  }
}

@media (max-width: 480px) {
  .zrv-topbar__left,
  .zrv-topbar__right {
    flex-direction: column;
    align-items: flex-start;
  }

  .zrv-icon-link,
  .zrv-cart__button {
    width: 100%;
  }

  .zrv-panel--hero {
    min-height: 320px;
  }

  .zrv-panel--hero h1 {
    font-size: 28px;
  }
}

/* Menu layout and hamburger fixes */
html, body {
  overflow-x: hidden;
}

.zrv-nav {
  overflow: visible;
}

.zrv-nav .container {
  position: relative;
}

.zrv-nav__mobile-bar {
  display: none;
}

.zrv-nav__collapse {
  display: block;
}

.zrv-nav__scroller {
  overflow: visible;
}

.zrv-nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  min-width: 0;
  width: 100%;
}

.zrv-nav__item {
  flex: 0 1 auto;
}

.zrv-nav__item > a {
  padding: 16px 18px;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .zrv-nav__item > a {
    padding: 14px 13px;
    font-size: 13px;
  }
}

@media (max-width: 900px) {
  .zrv-nav {
    padding: 10px 0;
    background: #000;
  }

  .zrv-nav__mobile-bar {
    display: block;
  }

  .zrv-nav__toggle {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 12px;
    background: #111;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .zrv-nav__toggle-icon {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
  }

  .zrv-nav__toggle-icon span {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
  }

  .zrv-nav__collapse {
    display: none;
    margin-top: 12px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    background: #0f0f0f;
  }

  .zrv-nav__collapse.in {
    display: block;
  }

  .zrv-nav__list {
    display: block;
    width: 100%;
  }

  .zrv-nav__item {
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .zrv-nav__item:last-child {
    border-bottom: 0;
  }

  .zrv-nav__item > a {
    padding: 14px 16px;
    white-space: normal;
  }

  .zrv-nav__dropdown {
    position: static;
    min-width: 0;
    padding: 12px 16px 16px;
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: block;
  }

  .zrv-nav__dropdown-grid {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .zrv-nav__dropdown a {
    color: rgba(255,255,255,.72);
    padding: 6px 0;
  }

  .zrv-header__tabs {
    overflow: hidden;
    flex-wrap: wrap;
  }
}


/* Mobile header redesign */
.zrv-header__mobile {
  display: none;
}

.zrv-mobile-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--zrv-border);
  border-radius: 12px;
  background: #fff;
}

.zrv-mobile-trigger__icon {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}

.zrv-mobile-trigger__icon span {
  display: block;
  width: 18px;
  height: 2px;
  background: #111;
}

.zrv-header__mobile-brand {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.zrv-header__mobile-brand .zrv-brand__logo img {
  max-height: 52px;
}

.zrv-header__mobile-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.zrv-mobile-icon,
.zrv-mobile-cart .zrv-cart__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  border: 1px solid var(--zrv-border);
  border-radius: 10px;
  background: #fff;
}

.zrv-mobile-icon i,
.zrv-mobile-cart .zrv-cart__button i {
  font-size: 18px;
}

.zrv-mobile-cart .zrv-cart__button span {
  display: none;
}

.zrv-nav__mobile-extra {
  display: none;
}

@media (max-width: 900px) {
  .zrv-topbar,
  .zrv-header__tabs,
  .zrv-header__actions,
  .zrv-brand__badge {
    display: none;
  }

  .zrv-header {
    padding: 12px 0 10px;
  }

  .zrv-header__mobile {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
  }

  .zrv-header__main {
    display: block;
  }

  .zrv-brand {
    display: none;
  }

  .zrv-header__search-area {
    width: 100%;
  }

  .zrv-search__input {
    height: 48px;
    padding: 0 56px 0 14px;
  }

  .zrv-search__button {
    width: 48px;
    height: 48px;
    font-size: 15px;
  }

  .zrv-nav {
    padding-top: 0;
  }

  .zrv-nav__mobile-extra {
    display: block;
    padding: 10px 14px 6px;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .zrv-nav__mobile-links {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .zrv-nav__mobile-links + .zrv-nav__mobile-links {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,.08);
  }

  .zrv-nav__mobile-links a {
    padding: 8px 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
  }
}

@media (max-width: 480px) {
  .zrv-header__mobile {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 8px;
  }

  .zrv-mobile-trigger,
  .zrv-mobile-icon,
  .zrv-mobile-cart .zrv-cart__button {
    width: 36px;
    height: 36px;
    min-height: 36px;
  }

  .zrv-header__mobile-actions {
    gap: 6px;
  }

  .zrv-header__mobile-brand .zrv-brand__logo img {
    max-height: 44px;
  }
}

/* Mobile header visibility fix */
@media (max-width: 900px) {
  .zrv-header {
    display: block !important;
  }

  .zrv-header .container {
    display: block !important;
  }

  .zrv-header__mobile {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 12px !important;
  }

  .zrv-header__mobile-brand,
  .zrv-header__mobile-actions,
  .zrv-mobile-trigger,
  .zrv-mobile-cart,
  .zrv-mobile-icon {
    display: flex !important;
  }

  .zrv-header__mobile-brand {
    justify-content: center !important;
  }

  .zrv-header__mobile-brand .zrv-brand__logo,
  .zrv-header__mobile-brand .zrv-brand__logo img {
    display: block !important;
    max-height: 44px !important;
    width: auto !important;
    margin: 0 auto !important;
  }

  .zrv-header__main {
    display: block !important;
  }

  .zrv-header__main > .zrv-brand,
  .zrv-header__main > .zrv-header__actions,
  .zrv-header__main > .zrv-header__search-area > .zrv-header__tabs {
    display: none !important;
  }

  .zrv-header__main > .zrv-header__search-area {
    display: block !important;
    width: 100% !important;
  }

  .zrv-header__main > .zrv-header__search-area .zrv-header__search {
    display: block !important;
  }

  .zrv-nav {
    display: block !important;
  }
}

/* Mobile header hard visibility override */
@media (max-width: 900px) {
  .zrv-header__mobile {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) auto !important;
    align-items: center !important;
    min-height: 52px !important;
    padding: 4px 0 !important;
    position: relative !important;
    z-index: 6 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .zrv-header__mobile * {
    visibility: visible !important;
    opacity: 1 !important;
  }

  .zrv-mobile-trigger,
  .zrv-mobile-icon,
  .zrv-mobile-cart,
  .zrv-mobile-cart .zrv-cart,
  .zrv-mobile-cart .zrv-cart__button {
    display: inline-flex !important;
  }

  .zrv-mobile-trigger,
  .zrv-mobile-icon,
  .zrv-mobile-cart .zrv-cart__button {
    align-items: center !important;
    justify-content: center !important;
    background: #fff !important;
    border: 1px solid var(--zrv-border) !important;
    border-radius: 10px !important;
  }

  .zrv-mobile-cart .dropdown-menu {
    right: 0 !important;
    left: auto !important;
  }

  .zrv-header__mobile-brand {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
  }

  .zrv-header__mobile-brand .zrv-brand__logo {
    display: block !important;
  }
}

/* Clean mobile header/nav reset */
@media (max-width: 900px) {
  .zrv-header {
    background: #ececec !important;
    padding: 12px 0 8px !important;
  }

  .zrv-header__mobile {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    min-height: 56px !important;
    margin-bottom: 12px !important;
  }

  .zrv-mobile-trigger,
  .zrv-header__mobile-brand,
  .zrv-header__mobile-actions,
  .zrv-mobile-icon,
  .zrv-mobile-cart,
  .zrv-mobile-cart .zrv-cart,
  .zrv-mobile-cart .zrv-cart__button {
    display: flex !important;
  }

  .zrv-header__mobile-brand {
    flex: 1 1 auto !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .zrv-header__mobile-brand .zrv-brand__logo,
  .zrv-header__mobile-brand .zrv-brand__logo img {
    display: block !important;
    max-height: 42px !important;
    width: auto !important;
  }

  .zrv-header__mobile-actions {
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 6px !important;
  }

  .zrv-mobile-trigger,
  .zrv-mobile-icon,
  .zrv-mobile-cart .zrv-cart__button {
    width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 !important;
    border: 1px solid var(--zrv-border) !important;
    border-radius: 10px !important;
    background: #fff !important;
  }

  .zrv-mobile-cart .zrv-cart__button span,
  .zrv-mobile-cart .zrv-cart__button #cart-total {
    display: none !important;
  }

  .zrv-mobile-icon i,
  .zrv-mobile-cart .zrv-cart__button i,
  .zrv-mobile-trigger__icon {
    font-size: 17px !important;
  }

  .zrv-header__main {
    display: block !important;
  }

  .zrv-header__main > .zrv-brand,
  .zrv-header__main > .zrv-header__actions,
  .zrv-header__main > .zrv-header__search-area > .zrv-header__tabs {
    display: none !important;
  }

  .zrv-header__main > .zrv-header__search-area {
    display: block !important;
    width: 100% !important;
  }

  .zrv-header__main > .zrv-header__search-area .zrv-header__search {
    display: block !important;
  }

  .zrv-nav {
    background: transparent !important;
    padding: 0 !important;
    margin-bottom: 14px !important;
  }

  .zrv-nav .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .zrv-nav__collapse {
    display: none !important;
    margin-top: 0 !important;
    border: 1px solid rgba(0,0,0,.08) !important;
    border-radius: 16px !important;
    background: #111 !important;
  }

  .zrv-nav__collapse.in {
    display: block !important;
    margin-top: 10px !important;
  }

  .zrv-nav__mobile-extra {
    display: block !important;
  }
}

/* Final mobile header structure */
.zrv-mobile-top {
  display: none;
}

@media (max-width: 900px) {
  .zrv-topbar {
    display: none !important;
  }

  .zrv-header {
    background: #ececec !important;
    padding: 12px 0 8px !important;
  }

  .zrv-header__main {
    display: block !important;
  }

  .zrv-header__main > .zrv-brand,
  .zrv-header__main > .zrv-header__actions,
  .zrv-header__search-area > .zrv-header__tabs {
    display: none !important;
  }

  .zrv-mobile-top {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    margin-bottom: 12px !important;
  }

  .zrv-mobile-top__brand {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .zrv-mobile-top__brand .zrv-brand__logo,
  .zrv-mobile-top__brand .zrv-brand__logo img {
    display: block !important;
    max-height: 42px !important;
    width: auto !important;
  }

  .zrv-mobile-top__actions {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    flex: 0 0 auto !important;
  }

  .zrv-mobile-trigger,
  .zrv-mobile-icon,
  .zrv-mobile-cart,
  .zrv-mobile-cart .zrv-cart,
  .zrv-mobile-cart .zrv-cart__button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .zrv-mobile-trigger,
  .zrv-mobile-icon,
  .zrv-mobile-cart .zrv-cart__button {
    width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 !important;
    border: 1px solid var(--zrv-border) !important;
    border-radius: 10px !important;
    background: #fff !important;
  }

  .zrv-mobile-cart .zrv-cart__button span,
  .zrv-mobile-cart .zrv-cart__button #cart-total {
    display: none !important;
  }

  .zrv-header__search-area {
    width: 100% !important;
  }

  .zrv-header__search-area .zrv-header__search {
    display: block !important;
  }

  .zrv-search__input {
    height: 48px !important;
    padding: 0 56px 0 14px !important;
    font-size: 14px !important;
  }

  .zrv-search__button {
    width: 48px !important;
    height: 48px !important;
    font-size: 14px !important;
  }

  .zrv-nav {
    background: transparent !important;
    padding: 0 !important;
    margin-bottom: 14px !important;
  }

  .zrv-nav__collapse {
    display: none !important;
    margin-top: 0 !important;
    border: 1px solid rgba(0,0,0,.08) !important;
    border-radius: 16px !important;
    background: #111 !important;
  }

  .zrv-nav__collapse.in {
    display: block !important;
    margin-top: 10px !important;
  }
}

@media (max-width: 480px) {
  .zrv-mobile-trigger,
  .zrv-mobile-icon,
  .zrv-mobile-cart .zrv-cart__button {
    width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
  }

  .zrv-mobile-top__brand .zrv-brand__logo img {
    max-height: 38px !important;
  }
}

/* Mobile menu redesign */
@media (max-width: 900px) {
  .zrv-nav__mobile-section {
    padding: 8px 0;
  }

  .zrv-nav__mobile-section + .zrv-nav__mobile-section {
    border-top: 1px solid rgba(255,255,255,.08);
    margin-top: 8px;
    padding-top: 16px;
  }

  .zrv-nav__mobile-section--campaigns a,
  .zrv-nav__mobile-section--links a {
    display: block;
    padding: 14px 16px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .zrv-nav__mobile-section--campaigns a:last-child,
  .zrv-nav__mobile-section--links a:last-child {
    border-bottom: 0;
  }

  .zrv-nav__mobile-section--campaigns a:first-child {
    color: #ff5a4f;
  }

  .zrv-mobile-category,
  .zrv-mobile-category--link {
    display: block;
    margin: 0 14px 12px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0,0,0,.12);
    overflow: hidden;
  }

  .zrv-mobile-category summary,
  .zrv-mobile-category--link {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    list-style: none;
    color: #111;
    cursor: pointer;
  }

  .zrv-mobile-category summary::-webkit-details-marker {
    display: none;
  }

  .zrv-mobile-category__media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f7f2ea, #ece5d8);
    color: #111;
  }

  .zrv-mobile-category__media i {
    font-size: 24px;
  }

  .zrv-mobile-category__name {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.3;
  }

  .zrv-mobile-category__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #111;
    transition: transform .2s ease;
  }

  .zrv-mobile-category[open] .zrv-mobile-category__arrow {
    transform: rotate(90deg);
  }

  .zrv-mobile-category__children {
    padding: 0 16px 16px 86px;
    background: #fff;
  }

  .zrv-mobile-category__children a {
    display: block;
    padding: 10px 0;
    color: #333;
    font-size: 15px;
    border-top: 1px solid #f1ece4;
  }

  .zrv-nav__list {
    display: none !important;
  }
}

/* Mobile menu refinement */
@media (max-width: 900px) {
  .zrv-nav__mobile-section {
    padding: 4px 0;
  }

  .zrv-nav__mobile-section + .zrv-nav__mobile-section {
    margin-top: 4px;
    padding-top: 12px;
  }

  .zrv-nav__mobile-section--campaigns a,
  .zrv-nav__mobile-section--links a {
    padding: 12px 16px;
    font-size: 14px;
  }

  .zrv-mobile-category,
  .zrv-mobile-category--link {
    margin: 0 12px 10px;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(0,0,0,.1);
  }

  .zrv-mobile-category summary,
  .zrv-mobile-category--link {
    grid-template-columns: 44px minmax(0, 1fr) 16px;
    gap: 12px;
    padding: 10px 14px;
  }

  .zrv-mobile-category__media {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }

  .zrv-mobile-category__media i {
    font-size: 19px;
  }

  .zrv-mobile-category__name {
    font-size: 13px;
    letter-spacing: .01em;
  }

  .zrv-mobile-category__arrow {
    font-size: 20px;
  }

  .zrv-mobile-category__children {
    padding: 0 14px 12px 70px;
  }

  .zrv-mobile-category__children a {
    padding: 8px 0;
    font-size: 14px;
  }
}

/* Fallback icon visibility */
.zrv-mobile-category__media i,
.zrv-mobile-category__arrow i {
  display: inline-block !important;
  line-height: 1;
}

.zrv-mobile-category__arrow {
  min-width: 16px;
}



@media (max-width: 900px) {
  .zrv-nav__mobile-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .zrv-nav__mobile-link-content {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }

  .zrv-nav__mobile-link-icon {
    width: 18px;
    text-align: center;
    font-size: 14px;
  }

  .zrv-nav__mobile-link-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #f2d400;
    color: #111;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
  }

  .zrv-nav__mobile-section--campaigns .zrv-nav__mobile-link:first-child {
    color: #ff5a4f;
  }
}

/* Home module spacing and heading separation fixes */
.zrv-module-block {
  position: relative;
  clear: both;
  margin-top: 0;
  margin-bottom: 28px;
}

.zrv-home__modules .zrv-module-block:last-child,
.zrv-home__content .zrv-module-block:last-child {
  margin-bottom: 0;
}

.zrv-module-title {
  display: block;
  clear: both;
  margin: 0 0 18px;
  line-height: 1.2;
}

.zrv-module-block .row {
  margin-left: -8px;
  margin-right: -8px;
}

.zrv-module-block .product-layout {
  margin-bottom: 22px;
  padding-left: 8px;
  padding-right: 8px;
}

/* Category image band stabilization */
.zrv-banner-module,
.zrv-carousel-module {
  margin: 0;
}

.zrv-banner-grid {
  margin-left: -8px;
  margin-right: -8px;
}

.zrv-banner-grid__col {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}

.zrv-banner-tile,
.zrv-carousel-tile {
  border-radius: 10px;
  overflow: hidden;
  background: #f3f3f3;
}

.zrv-banner-tile img,
.zrv-carousel-tile img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.zrv-carousel-module .swiper-slide {
  height: auto;
}

.zrv-carousel-module .swiper-pagination {
  position: static;
  margin-top: 12px;
}

@media (max-width: 900px) {
  .zrv-module-block {
    margin-bottom: 22px;
  }

  .zrv-module-title {
    margin: 0 0 14px;
    font-size: 26px;
    line-height: 1.2;
  }

  .zrv-banner-tile img,
  .zrv-carousel-tile img {
    height: 220px;
  }
}

@media (max-width: 600px) {
  .zrv-module-block {
    margin-bottom: 18px;
  }

  .zrv-module-title {
    font-size: 22px;
    margin: 0 0 12px;
  }

  .zrv-banner-grid__col {
    margin-bottom: 12px;
  }

  .zrv-banner-tile img,
  .zrv-carousel-tile img {
    height: 190px;
  }
}

/* Custom HTML category band (cat-image) stabilization */
.zrv-module-block .cat-image {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.zrv-module-block .cat-image a {
  display: block;
  min-width: 0;
}

.zrv-module-block .cat-image br {
  display: none;
}

.zrv-module-block .cat-image img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: clamp(220px, 22vw, 350px);
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 900px) {
  .zrv-module-block .cat-image {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .zrv-module-block .cat-image img {
    height: 220px;
  }
}

@media (max-width: 600px) {
  .zrv-module-block .cat-image {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .zrv-module-block .cat-image img {
    height: auto;
  }
}

/* Home first bottom module spacing tune (category band) */
.zrv-home__content .zrv-module-block--bottom:first-child {
  margin-top: 10px;
  margin-bottom: 52px;
}

.zrv-home__content .zrv-module-block--bottom:first-child .cat-image {
  margin-bottom: 4px;
}

@media (max-width: 900px) {
  .zrv-home__content .zrv-module-block--bottom:first-child {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  .zrv-home__content .zrv-module-block--bottom:first-child {
    margin-top: 0;
    margin-bottom: 34px;
  }
}





/* Product card redesign: white cards, hover cart CTA, stock-aware actions */
.zrv-product-card,
#content .product-layout .product-thumb.zrv-product-card,
#content .product-layout .product-thumb.zrv-product-card:hover {
  position: relative;
  background: #fff !important;
  border: 1px solid var(--zrv-border);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .05);
  overflow: hidden;
}

.zrv-product-card__image {
  position: relative;
  padding: 16px;
  background: #fff !important;
}

.zrv-product-card__image img {
  width: 100%;
  border-radius: 12px;
  background: #fff;
}

.zrv-product-card__body {
  padding: 0 16px;
  gap: 10px;
}

.zrv-product-card__body h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
}

.zrv-product-card__desc,
.zrv-price .price-tax {
  display: none !important;
}

.zrv-product-card__quick-actions {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  display: flex;
  gap: 8px;
}

.zrv-quick-btn {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 11px;
  background: rgba(255, 255, 255, .92);
  color: #111;
  opacity: .5;
  transition: opacity .2s ease, transform .2s ease, background-color .2s ease;
}

.zrv-quick-btn i {
  font-size: 16px;
}

.zrv-quick-btn--wishlist i {
  color: #e34b77;
}

.zrv-quick-btn--wishlist i::before {
  content: "\f004";
}

.zrv-product-card:hover .zrv-quick-btn,
.zrv-quick-btn:hover {
  opacity: 1;
}

.zrv-product-card__actions {
  display: block !important;
  min-height: 64px;
  padding: 0 16px 16px;
  border-top: 0 !important;
  background: transparent !important;
}

.zrv-cart-btn,
.zrv-stock-out {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.zrv-cart-btn {
  background: #008860;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.zrv-product-card:hover .zrv-cart-btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.zrv-stock-out {
  background: #d9d0d0;
  color: #555555;
  cursor: not-allowed;
}

.zrv-product-card.is-out-of-stock .zrv-product-card__quick-actions {
  display: none;
}

.zrv-product-card.is-out-of-stock .zrv-cart-btn {
  display: none !important;
}

@media (max-width: 767px) {
  .zrv-product-card__quick-actions {
    top: 8px;
    left: 8px;
  }

  .zrv-quick-btn {
    opacity: 1;
  }

  .zrv-quick-btn--compare {
    display: none;
  }

  .zrv-product-card__actions {
    min-height: 58px;
    padding: 0 12px 12px;
  }

  .zrv-cart-btn {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .zrv-product-card__body {
    padding: 0 12px;
  }
}

/* Product card action specificity hardening */
#content .product-thumb.zrv-product-card .zrv-product-card__actions {
  display: block !important;
  border-top: 0 !important;
  background: transparent !important;
}

#content .product-thumb.zrv-product-card .zrv-product-card__actions button {
  width: 100% !important;
  min-height: 46px;
  border: 0 !important;
  border-radius: 12px !important;
}

#content .product-thumb.zrv-product-card .zrv-cart-btn {
  background: #008860 !important;
  color: #ffffff !important;
}

#content .product-thumb.zrv-product-card .zrv-stock-out {
  background: #d9d0d0 !important;
  color: #555555 !important;
}

/* Product cards: compact sizing (safe for mobile) */
.zrv-product-card {
  height: auto !important;
}

.zrv-product-card__image {
  padding: 12px;
}

.zrv-product-card__image img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.zrv-product-card__body {
  padding: 0 12px;
  gap: 8px;
}

.zrv-product-card__body h4 {
  font-size: 16px;
  line-height: 1.25;
  min-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.zrv-price .price-current {
  font-size: 22px;
}

.zrv-product-card__actions {
  min-height: 56px;
  padding: 0 12px 12px;
}

@media (max-width: 767px) {
  .zrv-product-card__image {
    padding: 10px;
  }

  .zrv-product-card__body h4 {
    font-size: 15px;
    min-height: 36px;
  }

  .zrv-price .price-current {
    font-size: 20px;
  }
}

/* Product cards: balanced size tune */
.zrv-product-card__image {
  padding: 16px !important;
}

.zrv-product-card__image img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: auto !important;
  max-height: 365px;
  object-fit: contain;
}

.zrv-product-card__body {
  padding: 0 14px !important;
  gap: 10px !important;
}

.zrv-product-card__body h4 {
  font-size: 17px !important;
  min-height: 64px !important;
}

.zrv-price .price-current {
  font-size: 27px !important;
}

.zrv-product-card__actions {
  min-height: 92px !important;
  padding: 0 14px 24px !important;
  margin-top: 100px !important;
}

@media (max-width: 767px) {
  .zrv-product-card__image {
    padding: 12px !important;
  }

  .zrv-product-card__image img {
    max-height: 314px;
  }

  .zrv-product-card__body h4 {
    font-size: 16px !important;
    min-height: 56px !important;
  }

  .zrv-price .price-current {
    font-size: 24px !important;
  }
}






/* Product action buttons: in-stock/out-of-stock visual rules */
#content .product-thumb.zrv-product-card .zrv-product-card__actions button:first-child,
#content .product-thumb.zrv-product-card .zrv-cart-btn {
  background: #008860 !important;
  color: #ffffff !important;
  font-size: 14pt !important;
  font-weight: 700 !important;
}

#content .product-thumb.zrv-product-card.is-out-of-stock .zrv-product-card__actions button:first-child,
#content .product-thumb.zrv-product-card .zrv-stock-out {
  background: #d9d0d0 !important;
  color: #555555 !important;
  font-size: 14pt !important;
  font-weight: 700 !important;
  opacity: 1 !important;
  visibility: visible !important;
}



/* Product images centered in card */
.zrv-product-card__image {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.zrv-product-card__image > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.zrv-product-card__image img {
  display: block;
  margin: 0 auto;
}

/* Information pages: narrower readable content width */
#information-information.container,
#information-contact.container,
#information-sitemap.container {
  max-width: min(80vw, 1200px);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  #information-information.container,
  #information-contact.container,
  #information-sitemap.container {
    max-width: 100%;
  }
}

/* Always show cart/stock button on <=1024 and touch devices */
@media (max-width: 1024px), (hover: none), (pointer: coarse) {
  .zrv-product-card .zrv-cart-btn,
  #content .product-thumb.zrv-product-card .zrv-cart-btn {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .zrv-product-card .zrv-stock-out,
  #content .product-thumb.zrv-product-card .zrv-stock-out {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    display: block !important;
  }

  .zrv-product-card .zrv-product-card__actions,
  #content .product-thumb.zrv-product-card .zrv-product-card__actions {
    display: block !important;
  }
}

/* Home hero layout driven by Content Top / Column Right */
.zrv-home__hero-modules,
.zrv-home__hero-modules .zrv-module-block {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.zrv-hero__side > * + * {
  margin-top: 14px;
}

/* Prevent overlap on mobile; keep desktop tight */
.zrv-home__hero-modules > .zrv-module-block {
  margin-bottom: 0 !important;
}

.zrv-home__hero-modules .swiper-viewport {
  overflow: hidden;
}

@media (max-width: 991px) {
  .zrv-home__hero-modules > .zrv-module-block {
    margin-bottom: 14px !important;
  }

  /* Keep hero slider fully fluid on mobile/tablet */
  .zrv-home__hero-modules > .zrv-module-block:first-child,
  .zrv-home__hero-modules > .zrv-module-block:first-child > * {
    min-height: 0 !important;
    height: auto !important;
  }

  .zrv-home__hero-modules .slideshow.swiper-viewport,
  .zrv-home__hero-modules .slideshow .swiper-container,
  .zrv-home__hero-modules .slideshow .swiper-wrapper,
  .zrv-home__hero-modules .slideshow .swiper-slide {
    min-height: 0 !important;
    height: auto !important;
  }

  .zrv-home__hero-modules .slideshow .swiper-slide img {
    width: 100% !important;
    height: auto !important;
    display: block;
  }

  .zrv-home__hero-modules .slideshow .swiper-pagination {
    position: relative;
    margin-top: 4px;
    min-height: 12px;
    text-align: center;
    line-height: 1;
    z-index: 2;
  }

  .zrv-home__hero-modules .slideshow .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 50%;
    background: #8e8e8e;
    opacity: 1;
  }

  .zrv-home__hero-modules .slideshow .swiper-pagination .swiper-pagination-bullet-active {
    background: #1f1f1f;
  }
}

/* Home hero final sizing: left ~1200x600, right ~300+300 */
@media (min-width: 992px) {
  .zrv-hero__grid {
    --zrv-hero-gap: 14px;
    --zrv-hero-height: clamp(420px, 48vw, 600px);
    gap: var(--zrv-hero-gap);
    align-items: stretch;
  }

  .zrv-hero__primary {
    display: flex;
  }

  .zrv-home__hero-modules {
    width: 100%;
    max-width: 1200px;
  }

  .zrv-home__hero-modules > .zrv-module-block:first-child,
  .zrv-home__hero-modules > .zrv-module-block:first-child > * {
    min-height: var(--zrv-hero-height) !important;
    height: var(--zrv-hero-height) !important;
  }

  /* Ensure slideshow/image modules fill the computed hero height without leaving white area */
  .zrv-home__hero-modules .swiper-viewport,
  .zrv-home__hero-modules .swiper-container,
  .zrv-home__hero-modules .swiper-wrapper,
  .zrv-home__hero-modules .swiper-slide {
    height: 100% !important;
    min-height: 0 !important;
  }

  .zrv-home__hero-modules .swiper-slide img,
  .zrv-home__hero-modules .swiper-slide a > img,
  .zrv-home__hero-modules .swiper-viewport img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
    display: block;
  }

  .zrv-hero__side {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
    height: var(--zrv-hero-height);
    gap: var(--zrv-hero-gap);
    overflow: hidden;
  }

  .zrv-hero__side > * {
    min-height: calc((var(--zrv-hero-height) - var(--zrv-hero-gap)) / 2) !important;
    height: calc((var(--zrv-hero-height) - var(--zrv-hero-gap)) / 2) !important;
    overflow: hidden;
  }

  .zrv-hero__side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}

/* Unified cart button colors across all listings and product detail */
#content .product-thumb.zrv-product-card .zrv-cart-btn,
#content .product-thumb.zrv-product-card .zrv-product-card__actions button:first-child:not(.zrv-stock-out),
#content .product-thumb .button-group button:first-child:not(.zrv-stock-out),
#button-cart,
.zrv-buy-box__actions .zrv-button--dark:not(.zrv-stock-out) {
  background: #008860 !important;
  color: #ffffff !important;
}

#content .product-thumb.zrv-product-card .zrv-stock-out,
#content .product-thumb.zrv-product-card.is-out-of-stock .zrv-product-card__actions button:first-child,
#content .product-thumb .button-group .zrv-stock-out,
.zrv-buy-box__actions .zrv-stock-out {
  background: #d9d0d0 !important;
  color: #555555 !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
}

/* Final hard override for home modules (featured/latest/bestseller/special) and all listings */
#common-home #content .product-layout .product-thumb .button-group button:first-child,
#common-home #content .product-layout .product-thumb .zrv-product-card__actions button:first-child,
#common-home #content .product-layout .product-thumb .zrv-cart-btn,
#content .product-layout .product-thumb .zrv-cart-btn,
#content .product-layout .product-thumb .button-group button:first-child:not(.zrv-stock-out):not(.no-stock),
#content .product-layout .product-thumb .zrv-product-card__actions button:first-child:not(.zrv-stock-out):not(.no-stock) {
  background: #008860 !important;
  color: #ffffff !important;
}

#common-home #content .product-layout .product-thumb .zrv-stock-out,
#common-home #content .product-layout .product-thumb .no-stock,
#content .product-layout .product-thumb .zrv-stock-out,
#content .product-layout .product-thumb .no-stock,
#content .product-layout .product-thumb.is-out-of-stock .button-group button:first-child,
#content .product-layout .product-thumb.is-out-of-stock .zrv-product-card__actions button:first-child {
  background: #d9d0d0 !important;
  color: #555555 !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
}

/* Home hero: keep left slider and right blocks aligned on same top line */
.zrv-hero__grid {
  align-items: start !important;
}

.zrv-hero__primary,
.zrv-hero__side {
  margin-top: 0 !important;
  padding-top: 0 !important;
  align-self: start !important;
}

.zrv-home__hero-modules > .zrv-module-block:first-child,
.zrv-hero__side > .zrv-module-block:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.zrv-home__hero-modules .module-title,
.zrv-home__hero-modules .zrv-module-title,
.zrv-home__hero-modules h3 {
  margin-top: 0 !important;
}

.zrv-home__hero-modules .swiper-viewport,
.zrv-home__hero-modules .slideshow,
.zrv-home__hero-modules .slideshow .swiper-container {
  margin-top: 0 !important;
}

/* Hero left: remove module heading space that pushes slider down */
.zrv-home__hero-modules > h3,
.zrv-home__hero-modules .module-title,
.zrv-home__hero-modules .zrv-module-title {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}

.zrv-home__hero-modules > *:first-child,
.zrv-home__hero-modules > .zrv-module-block:first-child > *:first-child,
.zrv-home__hero-modules .swiper-viewport:first-child {
  margin-top: 0 !important;
  top: 0 !important;
}


.oc-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	    justify-content: center;
	width: 100%;
}

.oc-col {
	width: 100%;
}

@media (min-width: 768px) {
	.oc-col {
		width: 50%;
	}

	.oc-col-l {
		width: 16%;
	}

	.oc-col-c {
		width: 60%;
	}

	.oc-col-r {
		width: 24%;
	}

	.cat-image img {
		width: 25% !important;
	}
}

/* ===== CANLI ARAMA KONUM DÜZELTME ===== */

.live-search-wrapper {
	position: relative !important;
}

/* Sonuç kutusu ana stil */
#live-search-result {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
	border-radius: 0 0 6px 6px;
	z-index: 99999;
	display: none;
	max-height: 380px;
	overflow-y: auto;
}

/* Aktif olunca göster */
#live-search-result.active {
	display: block;
}

/* Her bir sonuç satırı */
.live-search-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 10px;
	border-bottom: 1px solid #f0f0f0;
	text-decoration: none !important;
	color: #333;
}

/* Hover efekti */
.live-search-item:hover {
	background: #f5f7fa;
}

/* Ürün görseli */
.live-search-item img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 4px;
}

/* Ürün başlığı */
.live-search-title {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	color: #9d9a9a;
}

/* Fiyat */
.live-search-price {
	font-size: 14px;
	color: #e74c3c;
	margin-top: 6px;
	font-weight: 600;
}

/* Footer announcement ticker (single-line, seamless) */
.announcement-bar-wrapper {
	width: 100% !important;
	height: 40px !important;
	background: #000 !important;
	color: #fff !important;
	overflow: hidden !important;
}

.announcement-bar,
.announcement-viewport {
	width: 100% !important;
	height: 40px !important;
	overflow: hidden !important;
}

.announcement-track {
	display: inline-flex !important;
	align-items: center !important;
	flex-wrap: nowrap !important;
	white-space: nowrap !important;
	width: max-content !important;
	height: 40px !important;
	will-change: transform !important;
	transform: translate3d(0, 0, 0);
}

.announcement-group {
	display: inline-flex !important;
	align-items: center !important;
	flex-wrap: nowrap !important;
	white-space: nowrap !important;
	flex-shrink: 0 !important;
	height: 40px !important;
	line-height: 40px !important;
	padding: 0 !important;
	margin: 0 !important;
}

.announcement-item {
	display: inline-flex !important;
	align-items: center !important;
	white-space: nowrap !important;
	line-height: 40px !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	color: #fff !important;
	padding: 0 14px !important;
}

.announcement-item::before {
	content: none !important;
	display: none !important;
}

.announcement-sep {
	width: 6px !important;
	height: 6px !important;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, 0.25) !important;
	flex-shrink: 0 !important;
	margin: 0 7px !important;
}

.announcement-item i {
	margin-right: 3px !important;
}

@media (max-width: 767px) {
	.announcement-bar-wrapper,
	.announcement-bar,
	.announcement-viewport,
	.announcement-track,
	.announcement-group {
		height: 34px !important;
		line-height: 34px !important;
	}

	.announcement-item {
		font-size: 12px !important;
		line-height: 34px !important;
		padding: 0 10px !important;
	}
}

body.announcement-fixed-bottom {
	margin-top: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 40px !important;
}

html.announcement-fixed-bottom,
body.announcement-fixed-bottom,
body.announcement-fixed-bottom .zrv-site,
body.announcement-fixed-bottom .zrv-header {
	margin-top: 0 !important;
	padding-top: 0 !important;
	top: 0 !important;
	transform: none !important;
}

body.announcement-fixed-bottom > *:first-child,
body.announcement-fixed-bottom .zrv-site > *:first-child {
	margin-top: 0 !important;
	padding-top: 0 !important;
	top: 0 !important;
}

body.announcement-fixed-bottom .zrv-site {
	margin-top: -15px !important;
}

body.announcement-fixed-bottom .announcement-bar-wrapper {
	position: fixed !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	top: auto !important;
	z-index: 10040 !important;
}

body.announcement-fixed-bottom .whatsapp-float {
	bottom: 70px !important;
}

.whatsapp-float {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
}

/* Always render WhatsApp glyph even if inner <i> fails */
.whatsapp-float::before {
	content: "\f232";
	font-family: FontAwesome !important;
	font-size: 42px;
	line-height: 1;
	color: #fff;
}

.whatsapp-float i {
	display: none !important;
}

@media (max-width: 767px) {
	body.announcement-fixed-bottom {
		padding-bottom: 34px !important;
	}

	body.announcement-fixed-bottom .whatsapp-float {
		bottom: 60px !important;
	}
}

/* FA5 class fallback on FA4-only environments */
i.fa,
span.fa {
	font-family: FontAwesome !important;
	font-style: normal;
}

i.far,
i.fas,
i.fal,
i.fab {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome !important;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

i.far.fa-smile-beam:before {
	content: "\f118"; /* fa-smile-o in FA4 */
}

i.fas.fa-shipping-fast:before {
	content: "\f0d1"; /* fa-truck in FA4 */
}

i.far.fa-calendar-alt:before {
	content: "\f073"; /* fa-calendar in FA4 */
}
