:root {
  --vivere-burgundy-dark: #3A0915;
  --vivere-burgundy: #4A0F1E;
  --vivere-burgundy-soft: #6B1F33;
  --vivere-gold: #B08D57;
  --vivere-gold-soft: #C9A46A;
  --vivere-ivory: #F8F4EF;
  --vivere-soft-ivory: #FFFDF9;
  --vivere-line: rgba(176,141,87,.20);
  --vivere-shadow: 0 28px 80px rgba(58,9,21,.10);
  --vivere-ease: cubic-bezier(.22,1,.36,1);
}

.vivere-collections-page,
.vivere-collections-page--archive,
.vivere-collections-page--shortcode {
  background: var(--vivere-ivory);
  color: var(--vivere-burgundy-dark);
  min-height: 100vh;
  overflow: clip;
}

.vivere-collections-page--shortcode { padding-top: 118px; }

.vivere-archive-hero {
  width: min(1720px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 160px 0 88px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr);
  gap: clamp(42px, 7vw, 128px);
  align-items: center;
}
.vivere-archive-hero__eyebrow {
  margin: 0 0 20px;
  color: var(--vivere-gold);
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-weight: 800;
}
.vivere-archive-hero h1 {
  max-width: 820px;
  margin: 0 0 26px;
  color: var(--vivere-burgundy);
  font-family: "Playfair Display", ui-serif, Georgia, serif;
  font-size: clamp(42px, 5.2vw, 78px);
  line-height: 1.05;
  letter-spacing: -.035em;
  font-weight: 500;
}
.vivere-archive-hero__text {
  max-width: 670px;
  color: rgba(58,9,21,.68);
  font-size: 17px;
  line-height: 1.85;
}
.vivere-archive-hero__text p { margin: 0; }
.vivere-archive-hero__actions {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.vivere-archive-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 16px 30px;
  border: 1px solid var(--vivere-gold);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  font-weight: 800;
  transition: background .28s ease, color .28s ease, transform .28s ease, border-color .28s ease;
}
.vivere-archive-hero__button:hover { transform: translateY(-2px); }
.vivere-archive-hero__button--primary {
  background: var(--vivere-burgundy);
  border-color: var(--vivere-burgundy);
  color: var(--vivere-soft-ivory);
}
.vivere-archive-hero__button--primary:hover { background: var(--vivere-gold); color: var(--vivere-burgundy-dark); border-color: var(--vivere-gold); }
.vivere-archive-hero__button--secondary { background: transparent; color: var(--vivere-burgundy); }
.vivere-archive-hero__button--secondary:hover { background: rgba(176,141,87,.12); }
.vivere-archive-hero__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 0;
  background: linear-gradient(135deg, rgba(74,15,30,.12), rgba(176,141,87,.18));
  box-shadow: var(--vivere-shadow);
}
.vivere-archive-hero__media::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,253,249,.38);
  z-index: 2;
  pointer-events: none;
}
.vivere-archive-hero__media img,
.vivere-archive-hero__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vivere-archive-hero__placeholder {
  background:
    radial-gradient(circle at 30% 20%, rgba(201,164,106,.32), transparent 26%),
    linear-gradient(135deg, rgba(74,15,30,.88), rgba(107,31,51,.48));
}

.vivere-ajax-products {
  width: min(1720px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 0 0 110px;
  position: relative;
}
.vivere-collections-toolbar {
  position: sticky;
  top: 84px;
  z-index: 40;
  margin: 0 0 48px;
  padding: 18px 0;
  background: rgba(255,253,249,.94);
  backdrop-filter: blur(16px);
  border-top: 1px solid var(--vivere-line);
  border-bottom: 1px solid var(--vivere-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.vivere-result-count {
  display: inline-flex;
  align-items: baseline;
  gap: 9px;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: var(--vivere-burgundy);
  font-size: 11px;
  font-weight: 800;
}
.vivere-result-count strong {
  font-size: 12px;
  color: var(--vivere-gold);
}
.vivere-result-count em {
  font-style: normal;
  color: rgba(58,9,21,.55);
}
.vivere-collections-toolbar__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.vivere-filter-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  color: var(--vivere-burgundy);
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.vivere-view-icons {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.vivere-view-icons button {
  width: 30px;
  height: 30px;
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: rgba(74,15,30,.48);
  cursor: pointer;
  transition: background .25s ease, color .25s ease;
}
.vivere-view-icons button span {
  display: block;
  width: 4px;
  height: 16px;
  border: 1px solid currentColor;
}
.vivere-view-icons button.is-active,
.vivere-view-icons button:hover {
  color: var(--vivere-gold);
  background: rgba(176,141,87,.12);
}
.vivere-sort-form {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--vivere-burgundy);
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 11px;
  font-weight: 800;
}
.vivere-sort-form select {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--vivere-burgundy);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 11px;
  font-weight: 800;
  padding: 7px 22px 7px 0;
  cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, var(--vivere-gold) 50%), linear-gradient(135deg, var(--vivere-gold) 50%, transparent 50%);
  background-position: calc(100% - 10px) 50%, calc(100% - 5px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.vivere-catalog-search input {
  border: 1px solid var(--vivere-line);
  background: var(--vivere-soft-ivory);
  min-height: 38px;
  width: 220px;
  padding: 0 14px;
  color: var(--vivere-burgundy);
}

.vivere-collections-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 66px;
  align-items: start;
}
.vivere-ajax-filters {
  position: sticky;
  top: 172px;
  align-self: start;
  max-height: calc(100vh - 190px);
  overflow: auto;
  padding-right: 26px;
  scrollbar-width: thin;
}
.vivere-filter-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 24px;
  color: var(--vivere-burgundy);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 11px;
  font-weight: 800;
}
.vivere-filter-head button {
  display: none;
  border: 0;
  background: transparent;
  color: var(--vivere-burgundy);
  font-size: 26px;
  line-height: 1;
}
.vivere-filter-group { margin-bottom: 25px; }
.vivere-filter-group h3 { margin: 0; }
.vivere-filter-group h3 button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 0 13px;
  border: 0;
  border-bottom: 1px solid var(--vivere-line);
  background: transparent;
  color: var(--vivere-burgundy);
  text-transform: uppercase;
  letter-spacing: .20em;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.vivere-filter-group h3 button span {
  color: var(--vivere-gold);
  font-size: 16px;
  line-height: 1;
}
.vivere-filter-group__items {
  display: none;
  flex-direction: column;
  gap: 10px;
  padding-top: 15px;
}
.vivere-filter-group--open .vivere-filter-group__items { display: flex; }
.vivere-filter-all,
.vivere-filter-check {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 25px;
  padding: 1px 4px;
  margin-left: -4px;
  border-radius: 4px;
  color: rgba(58,9,21,.70);
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none;
  cursor: pointer;
  transition: color .25s ease;
}
.vivere-filter-all:hover,
.vivere-filter-all.is-active,
.vivere-filter-check:hover { color: var(--vivere-burgundy); }
.vivere-filter-check input {
  appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(176,141,87,.42);
  border-radius: 3px;
  background: transparent;
  display: grid;
  place-items: center;
  flex: 0 0 14px;
}
.vivere-filter-check input::after {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--vivere-gold);
  transform: scale(0);
  transition: transform .18s ease;
}
.vivere-filter-check input:checked { border-color: var(--vivere-gold); }
.vivere-filter-check input:checked::after { transform: scale(1); }
.vivere-price-inputs {
  display: none;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
}
.vivere-filter-group--open .vivere-price-inputs { display: grid; }
.vivere-price-inputs label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: rgba(58,9,21,.6);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.vivere-price-inputs input {
  width: 100%;
  border: 1px solid var(--vivere-line);
  border-radius: 8px;
  background: rgba(255,253,249,.72);
  min-height: 40px;
  padding: 0 10px;
  color: var(--vivere-burgundy);
}
.vivere-filter-actions {
  position: sticky;
  bottom: 0;
  display: grid;
  gap: 10px;
  padding: 18px 0 4px;
  background: linear-gradient(to top, var(--vivere-ivory) 75%, rgba(248,244,239,0));
}
.vivere-filter-actions button {
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid var(--vivere-gold);
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.vivere-filter-actions button:first-child { background: var(--vivere-burgundy); color: var(--vivere-soft-ivory); border-color: var(--vivere-burgundy); }
.vivere-filter-actions button:last-child { background: transparent; color: var(--vivere-burgundy); }
.vivere-filter-backdrop { display: none; }

.vivere-products-panel { min-width: 0; position: relative; }
.vivere-products-panel::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  background: rgba(248,244,239,.66);
  backdrop-filter: blur(4px);
  transition: opacity .25s ease, visibility .25s ease;
}
.is-loading .vivere-products-panel::before { opacity: 1; visibility: visible; }
.vivere-products-grid.products,
.woocommerce .vivere-products-grid.products {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0,1fr)) !important;
  gap: 58px 32px;
}
.vivere-products-grid.columns-2 { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
.vivere-products-grid.columns-4 { grid-template-columns: repeat(4, minmax(0,1fr)) !important; }
.vivere-products-grid.columns-4 .vivere-product-card:nth-child(7n + 1),
.vivere-products-grid.columns-4 .vivere-product-card:nth-child(7n + 6) { grid-column: span 2; }
.vivere-products-grid.columns-4 .vivere-product-card:nth-child(7n + 1) .vivere-product-card__media,
.vivere-products-grid.columns-4 .vivere-product-card:nth-child(7n + 6) .vivere-product-card__media { aspect-ratio: 1.22 / 1; }

.vivere-product-card,
.woocommerce ul.products li.product.vivere-product-card {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  list-style: none;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.vivere-product-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  margin-bottom: 18px;
  border-radius: 20px;
  background: var(--vivere-ivory);
  border: 1px solid rgba(176,141,87,.12);
  transition: border-color .35s ease, box-shadow .35s ease, transform .35s ease;
}
.vivere-product-card:hover .vivere-product-card__media {
  border-color: rgba(176,141,87,.42);
  box-shadow: 0 24px 70px rgba(58,9,21,.12);
  transform: translateY(-2px);
}
.vivere-product-card__image-link {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 1;
}
.vivere-product-card__media img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
  margin: 0 !important;
  transition: transform .72s var(--vivere-ease), filter .72s var(--vivere-ease);
}
.vivere-product-card:hover .vivere-product-card__media img { transform: scale(1.052); filter: saturate(1.02); }
.vivere-product-card__badges {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  pointer-events: none;
}
.vivere-product-card__badges span {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(255,253,249,.92);
  color: var(--vivere-burgundy);
  backdrop-filter: blur(10px);
  box-shadow: 0 6px 22px rgba(58,9,21,.08);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 9px;
  font-weight: 800;
}
.vivere-product-card__wish {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,253,249,.92);
  color: var(--vivere-burgundy);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 22px rgba(58,9,21,.09);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color .25s ease, transform .25s ease, background .25s ease;
}
.vivere-product-card__wish:hover,
.vivere-product-card__wish[aria-pressed="true"] { color: var(--vivere-gold); transform: translateY(-1px); }
.vivere-product-card__quick {
  position: absolute;
  inset-inline: 16px;
  bottom: 16px;
  z-index: 4;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .32s ease, transform .32s var(--vivere-ease);
}
.vivere-product-card:hover .vivere-product-card__quick { opacity: 1; transform: translateY(0); }
.vivere-product-card__quick a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 10px;
  background: rgba(255,253,249,.96);
  color: var(--vivere-burgundy);
  box-shadow: 0 14px 34px rgba(58,9,21,.13);
  backdrop-filter: blur(12px);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 10px;
  font-weight: 800;
  transition: background .25s ease, color .25s ease;
}
.vivere-product-card__quick a:hover { background: var(--vivere-burgundy); color: var(--vivere-soft-ivory); }
.vivere-product-card__body { padding: 0 8px; min-width: 0; }
.vivere-product-card__meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 7px;
}
.vivere-product-card__type {
  color: var(--vivere-gold);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vivere-product-card__price {
  color: rgba(58,9,21,.72);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.vivere-product-card__price.is-private { color: var(--vivere-gold); }
.vivere-product-card__title {
  display: block;
  color: var(--vivere-burgundy);
  font-family: "Playfair Display", ui-serif, Georgia, serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
  text-decoration: none;
  transition: color .25s ease;
}
.vivere-product-card:hover .vivere-product-card__title { color: var(--vivere-burgundy-soft); }
.vivere-product-card__attributes {
  display: block;
  margin-top: 7px;
  color: rgba(58,9,21,.54);
  font-size: 13px;
  line-height: 1.5;
}

.vivere-no-products {
  grid-column: 1 / -1;
  border: 1px solid var(--vivere-line);
  border-radius: 22px;
  background: rgba(255,253,249,.65);
  padding: 44px;
}
.vivere-no-products h2 { margin: 0 0 10px; color: var(--vivere-burgundy); font-family: "Playfair Display", ui-serif, Georgia, serif; font-size: 32px; }
.vivere-no-products p { margin: 0; color: rgba(58,9,21,.64); }
.vivere-ajax-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 62px;
}
.vivere-ajax-pagination button {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid var(--vivere-line);
  background: transparent;
  color: var(--vivere-burgundy);
  cursor: pointer;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.vivere-ajax-pagination button.is-active,
.vivere-ajax-pagination button:hover { background: var(--vivere-burgundy); color: var(--vivere-soft-ivory); border-color: var(--vivere-burgundy); }

@media (max-width: 1280px) {
  .vivere-archive-hero { grid-template-columns: minmax(0,1fr) minmax(360px,.8fr); gap: 54px; }
  .vivere-collections-layout { grid-template-columns: 220px minmax(0,1fr); gap: 42px; }
  .vivere-products-grid.products { gap: 44px 24px; }
  .vivere-products-grid.columns-4 { grid-template-columns: repeat(3, minmax(0,1fr)) !important; }
  .vivere-products-grid.columns-4 .vivere-product-card { grid-column: auto !important; }
  .vivere-products-grid.columns-4 .vivere-product-card .vivere-product-card__media { aspect-ratio: 4/5 !important; }
}

@media (max-width: 980px) {
  .vivere-collections-page--shortcode { padding-top: 104px; }
  .vivere-archive-hero {
    padding: 132px 0 64px;
    grid-template-columns: 1fr;
    width: min(100vw - 40px, 760px);
  }
  .vivere-archive-hero__media { aspect-ratio: 4/3; }
  .vivere-ajax-products { width: calc(100vw - 40px); padding-bottom: 88px; }
  .vivere-filter-toggle { display: inline-flex; }
  .vivere-collections-toolbar { top: 74px; align-items: flex-start; gap: 18px; }
  .vivere-collections-toolbar__right { flex-wrap: wrap; gap: 16px; }
  .vivere-collections-layout { display: block; }
  .vivere-filter-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(58,9,21,.38);
    backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    transition: .25s ease;
    z-index: 1000;
  }
  .vivere-ajax-filters {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(390px, 88vw);
    max-height: none;
    overflow: auto;
    background: var(--vivere-ivory);
    z-index: 1001;
    padding: 30px 26px;
    box-shadow: 24px 0 80px rgba(58,9,21,.18);
    transform: translateX(-104%);
    transition: transform .32s var(--vivere-ease);
  }
  .vivere-filter-head button { display: block; }
  .vivere-filters-open .vivere-filter-backdrop { opacity: 1; visibility: visible; }
  .vivere-filters-open .vivere-ajax-filters { transform: translateX(0); }
  .vivere-products-grid.products,
  .vivere-products-grid.columns-2,
  .vivere-products-grid.columns-3,
  .vivere-products-grid.columns-4 { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
}

@media (max-width: 680px) {
  .vivere-collections-page--shortcode { padding-top: 92px; }
  .vivere-archive-hero { width: calc(100vw - 36px); padding-top: 118px; padding-bottom: 46px; }
  .vivere-archive-hero h1 { font-size: clamp(38px, 13vw, 56px); }
  .vivere-archive-hero__text { font-size: 15px; line-height: 1.75; }
  .vivere-archive-hero__actions { display: grid; }
  .vivere-archive-hero__button { width: 100%; }
  .vivere-ajax-products { width: calc(100vw - 32px); padding-bottom: 70px; }
  .vivere-collections-toolbar { display: block; padding: 16px 0; margin-bottom: 30px; }
  .vivere-result-count { margin-bottom: 16px; }
  .vivere-collections-toolbar__right { justify-content: space-between; gap: 12px; }
  .vivere-view-icons { display: none; }
  .vivere-sort-form { width: 100%; justify-content: space-between; margin-top: 12px; }
  .vivere-catalog-search { width: 100%; }
  .vivere-catalog-search input { width: 100%; }
  .vivere-products-grid.products,
  .vivere-products-grid.columns-2,
  .vivere-products-grid.columns-3,
  .vivere-products-grid.columns-4 { grid-template-columns: 1fr !important; gap: 38px; }
  .vivere-product-card__media { border-radius: 18px; aspect-ratio: 4 / 5; }
  .vivere-product-card__quick { opacity: 1; transform: none; }
  .vivere-product-card__title { font-size: 22px; }
  .vivere-ajax-filters { width: min(360px, 92vw); padding: 26px 22px; }
}

/* v1.0.39 archive polish: isolate controls from WooCommerce/global form styles. */
.vivere-collections-shell,
.vivere-collections-shell * {
  box-sizing: border-box;
}

.vivere-collections-shell button,
.vivere-collections-shell input,
.vivere-collections-shell select,
.vivere-collections-shell a {
  font: inherit;
}

.vivere-ajax-filter-form input[type="checkbox"] {
  -webkit-appearance: none !important;
  appearance: none !important;
  box-sizing: border-box !important;
  width: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  max-height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(176,141,87,.46) !important;
  border-radius: 3px !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none;
  flex: 0 0 16px !important;
  display: inline-grid !important;
  place-items: center !important;
  line-height: 1 !important;
  cursor: pointer;
}

.vivere-ajax-filter-form input[type="checkbox"]::before {
  content: none !important;
}

.vivere-ajax-filter-form input[type="checkbox"]::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--vivere-gold);
  transform: scale(0);
  transition: transform .18s ease;
}

.vivere-ajax-filter-form input[type="checkbox"]:checked {
  border-color: var(--vivere-gold) !important;
  background: rgba(176,141,87,.08) !important;
}

.vivere-ajax-filter-form input[type="checkbox"]:checked::after {
  transform: scale(1);
}

.vivere-filter-check,
.vivere-filter-all {
  width: 100%;
  min-height: 26px;
  padding: 2px 0;
  margin: 0;
  gap: 12px;
}

.vivere-filter-check span,
.vivere-filter-all {
  color: inherit;
  font-size: 14px;
  line-height: 1.45;
}

@media (min-width: 981px) {
  .vivere-ajax-filters {
    max-height: none;
    overflow: visible;
    padding-right: 0;
    scrollbar-width: auto;
  }

  .vivere-collections-layout {
    grid-template-columns: 250px minmax(0, 1fr);
    gap: clamp(48px, 5vw, 76px);
  }
}

.vivere-view-icons {
  min-width: max-content;
}

.vivere-view-icons button {
  font-size: 0 !important;
  line-height: 0 !important;
  min-width: 30px;
  min-height: 30px;
  border: 0 !important;
  box-shadow: none !important;
}

.vivere-view-icons button span {
  box-sizing: border-box;
  width: 5px !important;
  height: 18px !important;
  min-width: 5px !important;
  min-height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid currentColor !important;
  border-radius: 2px;
  background: transparent;
  line-height: 0;
}

.vivere-sort-form select {
  width: auto !important;
  min-width: 122px;
  height: 34px !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.vivere-product-card__wish {
  font-size: 18px !important;
  line-height: 1 !important;
  padding: 0 !important;
  box-shadow: 0 8px 22px rgba(58,9,21,.09) !important;
}

.vivere-product-card__badges span {
  line-height: 1 !important;
  white-space: nowrap;
}

.vivere-product-card__media .woocommerce-placeholder,
.vivere-product-card__media img.woocommerce-placeholder {
  background: linear-gradient(135deg, rgba(74,15,30,.16), rgba(176,141,87,.16));
  object-fit: contain;
  padding: 18%;
}

.vivere-archive-hero__media {
  min-height: 320px;
}

.vivere-products-panel {
  min-height: 640px;
}

@media (max-width: 980px) {
  .vivere-ajax-filters {
    overflow: auto;
    max-height: none;
    padding-right: 26px;
  }

  .vivere-products-panel {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .vivere-collections-toolbar__right {
    align-items: center;
  }

  .vivere-filter-check,
  .vivere-filter-all {
    min-height: 34px;
  }
}

/* v1.0.41 - Archive/shop pixel alignment with VIVERE collections demo. */
.vivere-collections-page,
.vivere-collections-page--archive,
.vivere-collections-page--shortcode {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #F8F4EF;
  color: #3A0915;
}

.vivere-archive-hero,
.vivere-ajax-products {
  width: min(1720px, 100vw);
  padding-left: clamp(24px, 2.1vw, 40px);
  padding-right: clamp(24px, 2.1vw, 40px);
  box-sizing: border-box;
}

.vivere-archive-hero {
  margin: 0 auto;
  padding-top: 164px;
  padding-bottom: 96px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 41.666%);
  gap: clamp(56px, 7vw, 128px);
  align-items: center;
}

.vivere-archive-hero__content {
  max-width: 760px;
}

.vivere-archive-hero__eyebrow {
  margin: 0 0 20px;
  color: #B08D57;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 800;
}

.vivere-archive-hero h1 {
  max-width: 710px;
  margin: 0 0 24px;
  color: #4A0F1E;
  font-family: "Playfair Display", ui-serif, Georgia, serif;
  font-size: clamp(40px, 3.78vw, 72px);
  line-height: 1.05;
  letter-spacing: -.028em;
  font-weight: 500;
}

.vivere-archive-hero__text {
  max-width: 650px;
  color: rgba(58, 9, 21, .64);
  font-size: 16px;
  line-height: 1.78;
  font-weight: 400;
}

.vivere-archive-hero__actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.vivere-archive-hero__button {
  min-height: 48px;
  padding: 15px 32px;
  border-radius: 0;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: .16em;
  font-weight: 800;
  box-shadow: none;
  transform: none;
}

.vivere-archive-hero__button:hover {
  transform: none;
}

.vivere-archive-hero__media {
  aspect-ratio: 4 / 3;
  min-height: 300px;
  border-radius: 0;
  box-shadow: none;
  background: #F8F4EF;
}

.vivere-archive-hero__media::before {
  display: none;
}

.vivere-archive-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.vivere-ajax-products {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 96px;
}

.vivere-collections-toolbar {
  position: sticky;
  top: 84px;
  z-index: 40;
  margin: 0 0 64px;
  min-height: 66px;
  padding: 18px 0;
  background: rgba(255, 253, 249, .95);
  border-top: 1px solid rgba(176, 141, 87, .20);
  border-bottom: 1px solid rgba(176, 141, 87, .20);
  backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.vivere-result-count,
.vivere-filter-toggle,
.vivere-sort-form {
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-weight: 800;
  color: #4A0F1E;
}

.vivere-result-count {
  gap: 8px;
}

.vivere-result-count strong {
  font-size: 11px;
  color: #B08D57;
}

.vivere-result-count em {
  color: rgba(74, 15, 30, .56);
}

.vivere-collections-toolbar__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
}

.vivere-view-icons {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.vivere-view-icons button {
  width: 28px !important;
  min-width: 28px !important;
  height: 28px !important;
  min-height: 28px !important;
  padding: 6px !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: transparent !important;
  color: rgba(74, 15, 30, .50) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2px !important;
  box-shadow: none !important;
}

.vivere-view-icons button span {
  width: 3px !important;
  min-width: 3px !important;
  height: 14px !important;
  min-height: 14px !important;
  border: 1px solid currentColor !important;
  border-radius: 1px !important;
  background: transparent !important;
}

.vivere-view-icons button.is-active,
.vivere-view-icons button:hover {
  color: #B08D57 !important;
  background: rgba(176, 141, 87, .10) !important;
}

.vivere-sort-form {
  gap: 8px;
  white-space: nowrap;
}

.vivere-sort-form select {
  min-width: 112px !important;
  height: 32px !important;
  padding: 0 22px 0 0 !important;
  border: 0 !important;
  background-color: transparent !important;
  color: #4A0F1E !important;
  font-size: 11px !important;
  line-height: 1.5 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}

.vivere-collections-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}

.vivere-ajax-filters {
  width: 240px;
  position: sticky;
  top: 172px;
  max-height: none;
  overflow: visible;
  padding-right: 26px;
  box-sizing: border-box;
}

.vivere-filter-head {
  margin: 0 0 24px;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: .20em;
  text-transform: uppercase;
  font-weight: 800;
  color: #4A0F1E;
}

.vivere-filter-group {
  margin: 0 0 24px;
}

.vivere-filter-group h3,
.vivere-filter-group h3 button {
  margin: 0;
}

.vivere-filter-group h3 button {
  width: 100%;
  min-height: 30px;
  padding: 0 0 13px;
  border: 0 !important;
  border-bottom: 1px solid rgba(176, 141, 87, .20) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #4A0F1E !important;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  font-size: 11px !important;
  line-height: 1.5 !important;
  letter-spacing: .20em !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}

.vivere-filter-group h3 button span {
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4A0F1E;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}

.vivere-filter-group__items {
  padding-top: 13px;
  gap: 10px;
}

.vivere-filter-all,
.vivere-filter-check {
  width: 100%;
  min-height: 25px;
  padding: 2px 0 !important;
  margin: 0 !important;
  gap: 12px;
  border: 0 !important;
  border-radius: 4px;
  background: transparent !important;
  color: rgba(74, 15, 30, .70);
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  box-shadow: none !important;
}

.vivere-filter-check span,
.vivere-filter-all span {
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

.vivere-filter-all:hover,
.vivere-filter-all.is-active,
.vivere-filter-check:hover {
  color: #4A0F1E;
}

.vivere-ajax-filter-form input[type="checkbox"] {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 14px !important;
  min-width: 14px !important;
  max-width: 14px !important;
  height: 14px !important;
  min-height: 14px !important;
  max-height: 14px !important;
  flex: 0 0 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(176, 141, 87, .42) !important;
  border-radius: 3px !important;
  background: transparent !important;
  display: inline-grid !important;
  place-items: center !important;
  box-shadow: none !important;
  outline: none !important;
}

.vivere-ajax-filter-form input[type="checkbox"]::before {
  content: none !important;
}

.vivere-ajax-filter-form input[type="checkbox"]::after {
  content: "";
  width: 6px !important;
  height: 6px !important;
  border-radius: 1px;
  background: #B08D57;
  transform: scale(0);
  transition: transform .18s ease;
}

.vivere-ajax-filter-form input[type="checkbox"]:checked {
  border-color: #B08D57 !important;
  background: rgba(176, 141, 87, .08) !important;
}

.vivere-ajax-filter-form input[type="checkbox"]:checked::after {
  transform: scale(1);
}

.vivere-products-grid.products,
.woocommerce .vivere-products-grid.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 57px 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

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

.vivere-products-grid.columns-3,
.woocommerce .vivere-products-grid.columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.vivere-products-grid.columns-4,
.woocommerce .vivere-products-grid.columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.vivere-products-grid.columns-4 .vivere-product-card,
.vivere-products-grid.columns-4 .vivere-product-card:nth-child(7n + 1),
.vivere-products-grid.columns-4 .vivere-product-card:nth-child(7n + 6) {
  grid-column: auto !important;
}

.vivere-products-grid.columns-4 .vivere-product-card .vivere-product-card__media,
.vivere-products-grid.columns-4 .vivere-product-card:nth-child(7n + 1) .vivere-product-card__media,
.vivere-products-grid.columns-4 .vivere-product-card:nth-child(7n + 6) .vivere-product-card__media {
  aspect-ratio: 4 / 5 !important;
}

.vivere-product-card,
.woocommerce ul.products li.product.vivere-product-card {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.vivere-product-card__media {
  position: relative;
  aspect-ratio: 4 / 5;
  margin: 0 0 20px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(176, 141, 87, .10);
  background: #F8F4EF;
  box-shadow: none;
  transform: none;
  transition: border-color .35s ease, transform .35s ease;
}

.vivere-product-card:hover .vivere-product-card__media {
  border-color: rgba(176, 141, 87, .40);
  box-shadow: none;
  transform: none;
}

.vivere-product-card__media img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  transition: transform .7s cubic-bezier(.22, 1, .36, 1) !important;
}

.vivere-product-card:hover .vivere-product-card__media img {
  transform: scale(1.05);
  filter: none;
}

.vivere-product-card__badges {
  top: 16px;
  left: 16px;
  gap: 7px;
}

.vivere-product-card__badges span {
  min-height: 23px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 253, 249, .92);
  color: #4A0F1E;
  font-size: 9px !important;
  line-height: 1 !important;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 800;
  box-shadow: 0 6px 20px rgba(58, 9, 21, .08);
  backdrop-filter: blur(10px);
}

.vivere-product-card__wish {
  top: 16px;
  right: 16px;
  width: 32px !important;
  min-width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: rgba(255, 253, 249, .90) !important;
  color: #4A0F1E !important;
  font-size: 17px !important;
  line-height: 1 !important;
  box-shadow: 0 8px 22px rgba(58, 9, 21, .09) !important;
  backdrop-filter: blur(12px);
}

.vivere-product-card__wish:hover,
.vivere-product-card__wish[aria-pressed="true"] {
  color: #B08D57 !important;
  transform: none;
}

.vivere-product-card__quick {
  inset-inline: 16px;
  bottom: 0;
  padding-bottom: 0;
  opacity: 0;
  transform: translateY(14px);
}

.vivere-product-card:hover .vivere-product-card__quick {
  opacity: 1;
  transform: translateY(-16px);
}

.vivere-product-card__quick a {
  min-height: 39px;
  border-radius: 8px;
  background: rgba(255, 253, 249, .95);
  color: #4A0F1E;
  font-size: 10px !important;
  line-height: 1.5;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(58, 9, 21, .10);
}

.vivere-product-card__quick a:hover {
  background: #4A0F1E;
  color: #F8F4EF;
}

.vivere-product-card__body {
  padding: 0 8px;
}

.vivere-product-card__meta-row {
  margin-bottom: 6px;
  gap: 12px;
}

.vivere-product-card__type {
  color: #B08D57;
  font-size: 10px !important;
  line-height: 1.4;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 800;
}

.vivere-product-card__price {
  color: rgba(58, 9, 21, .68);
  font-size: 13px !important;
  line-height: 1.4;
  font-weight: 600;
}

.vivere-product-card__title {
  color: #4A0F1E !important;
  font-family: "Playfair Display", ui-serif, Georgia, serif;
  font-size: 18px !important;
  line-height: 1.375 !important;
  font-weight: 500 !important;
  letter-spacing: 0;
  margin: 0 0 4px;
}

.vivere-product-card:hover .vivere-product-card__title {
  color: #6B1F33 !important;
}

.vivere-product-card__attributes {
  margin-top: 6px;
  color: rgba(58, 9, 21, .54);
  font-size: 13px !important;
  line-height: 1.5;
}

.vivere-price-inputs input,
.vivere-catalog-search input {
  border: 1px solid rgba(176, 141, 87, .20) !important;
  border-radius: 0 !important;
  background: rgba(255, 253, 249, .72) !important;
  color: #4A0F1E !important;
  box-shadow: none !important;
}

@media (min-width: 1281px) {
  .vivere-collections-layout {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 64px;
  }

  .vivere-products-grid.columns-4,
  .woocommerce .vivere-products-grid.columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 48px 24px !important;
  }
}

@media (max-width: 1280px) and (min-width: 981px) {
  .vivere-archive-hero,
  .vivere-ajax-products {
    padding-left: 32px;
    padding-right: 32px;
  }

  .vivere-archive-hero {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 40%);
    gap: 48px;
  }

  .vivere-collections-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 42px;
  }

  .vivere-ajax-filters {
    width: 220px;
    padding-right: 20px;
  }

  .vivere-products-grid.products,
  .vivere-products-grid.columns-3,
  .vivere-products-grid.columns-4,
  .woocommerce .vivere-products-grid.products,
  .woocommerce .vivere-products-grid.columns-3,
  .woocommerce .vivere-products-grid.columns-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 48px 24px !important;
  }

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

@media (max-width: 980px) {
  .vivere-archive-hero,
  .vivere-ajax-products {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .vivere-archive-hero {
    padding-top: 132px;
    padding-bottom: 64px;
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .vivere-archive-hero h1 {
    font-size: clamp(40px, 7vw, 56px);
  }

  .vivere-archive-hero__media {
    aspect-ratio: 4 / 3;
  }

  .vivere-collections-toolbar {
    top: 74px;
    margin-bottom: 40px;
    min-height: 64px;
    align-items: center;
  }

  .vivere-filter-toggle {
    display: inline-flex;
  }

  .vivere-collections-layout {
    display: block;
  }

  .vivere-ajax-filters {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(390px, 88vw);
    max-height: none;
    overflow: auto;
    background: #F8F4EF;
    z-index: 1001;
    padding: 30px 26px;
    box-shadow: 24px 0 80px rgba(58, 9, 21, .18);
    transform: translateX(-104%);
    transition: transform .32s cubic-bezier(.22, 1, .36, 1);
  }

  .vivere-products-grid.products,
  .vivere-products-grid.columns-2,
  .vivere-products-grid.columns-3,
  .vivere-products-grid.columns-4,
  .woocommerce .vivere-products-grid.products,
  .woocommerce .vivere-products-grid.columns-2,
  .woocommerce .vivere-products-grid.columns-3,
  .woocommerce .vivere-products-grid.columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 44px 24px !important;
  }
}

@media (max-width: 680px) {
  .vivere-archive-hero,
  .vivere-ajax-products {
    padding-left: 18px;
    padding-right: 18px;
  }

  .vivere-archive-hero {
    padding-top: 116px;
    padding-bottom: 48px;
  }

  .vivere-archive-hero h1 {
    font-size: clamp(38px, 12vw, 48px);
  }

  .vivere-archive-hero__text {
    font-size: 15px;
    line-height: 1.74;
  }

  .vivere-archive-hero__actions {
    display: grid;
    gap: 14px;
  }

  .vivere-archive-hero__button {
    width: 100%;
  }

  .vivere-collections-toolbar {
    display: block;
    margin-bottom: 32px;
    padding: 16px 0;
  }

  .vivere-result-count {
    margin-bottom: 14px;
  }

  .vivere-collections-toolbar__right {
    justify-content: space-between;
    gap: 12px;
  }

  .vivere-view-icons {
    display: none;
  }

  .vivere-sort-form {
    width: 100%;
    justify-content: space-between;
    margin-top: 12px;
  }

  .vivere-products-grid.products,
  .vivere-products-grid.columns-2,
  .vivere-products-grid.columns-3,
  .vivere-products-grid.columns-4,
  .woocommerce .vivere-products-grid.products,
  .woocommerce .vivere-products-grid.columns-2,
  .woocommerce .vivere-products-grid.columns-3,
  .woocommerce .vivere-products-grid.columns-4 {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  .vivere-product-card__media {
    border-radius: 18px;
  }

  .vivere-product-card__quick {
    opacity: 1;
    transform: translateY(-16px);
  }

  .vivere-product-card__title {
    font-size: 21px !important;
  }
}

/* VIVERE v1.0.53: combined Category / Type filter */
.vivere-filter-group--category-type .vivere-filter-subheading {
  display: block;
  margin: 10px 0 2px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(74, 15, 30, 0.52);
}
.vivere-filter-group--category-type .vivere-filter-subheading:first-of-type { margin-top: 8px; }
.vivere-filter-check--type span::before {
  content: 'Type';
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
  padding: 2px 6px;
  border: 1px solid rgba(176, 141, 87, 0.24);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(176, 141, 87, 0.9);
}

/* VIVERE v1.0.54: mapped Category / Type filter */
.vivere-filter-category-type-block {
  margin: 10px 0 12px;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(176, 141, 87, 0.12);
}
.vivere-filter-category-type-block:last-child {
  border-bottom: 0;
}
.vivere-filter-category-type-block > .vivere-filter-check--category {
  margin-bottom: 7px;
  font-weight: 700;
  color: #4A0F1E;
}
.vivere-filter-type-list {
  display: grid;
  gap: 5px;
  padding-left: 22px;
}
.vivere-filter-type-list .vivere-filter-check {
  font-size: 13px;
  line-height: 1.35;
  color: rgba(74, 15, 30, 0.72);
}
.vivere-filter-type-list .vivere-filter-check input {
  width: 13px;
  height: 13px;
}
.vivere-filter-check--type span::before {
  display: none !important;
}
@media (max-width: 767px) {
  .vivere-filter-type-list {
    padding-left: 18px;
  }
}


/* VIVERE v1.0.60 - Safe filter repair.
   Roll back risky layout overrides and keep only stable, editorial filter styling.
   The archive width, hero grid and product grid are explicitly restored. */
.vivere-collections-page,
.vivere-collections-page--archive,
.vivere-collections-page--shortcode {
  overflow-x: clip !important;
  background: #F8F4EF !important;
}

.vivere-archive-hero,
.vivere-ajax-products,
.vivere-collections-shell {
  width: min(1720px, 100%) !important;
  max-width: 1720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

.vivere-archive-hero,
.vivere-ajax-products {
  padding-left: clamp(24px, 2.1vw, 40px) !important;
  padding-right: clamp(24px, 2.1vw, 40px) !important;
}

@media (min-width: 981px) {
  .vivere-archive-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 41.666%) !important;
    gap: clamp(56px, 7vw, 128px) !important;
    align-items: center !important;
  }

  .vivere-collections-layout {
    display: grid !important;
    grid-template-columns: 260px minmax(0, 1fr) !important;
    gap: clamp(38px, 3.6vw, 72px) !important;
    align-items: start !important;
  }

  .vivere-ajax-filters {
    position: sticky !important;
    top: 142px !important;
    width: 260px !important;
    min-width: 260px !important;
    max-width: 260px !important;
    overflow: visible !important;
    max-height: none !important;
    padding: 0 0 28px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
  }

  .vivere-products-grid.products,
  .woocommerce .vivere-products-grid.products,
  .vivere-products-grid.columns-3,
  .woocommerce .vivere-products-grid.columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 48px 24px !important;
  }

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

  .vivere-products-grid.columns-4,
  .woocommerce .vivere-products-grid.columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1280px) and (min-width: 981px) {
  .vivere-collections-layout {
    grid-template-columns: 230px minmax(0, 1fr) !important;
    gap: 40px !important;
  }
  .vivere-ajax-filters { width: 230px !important; min-width: 230px !important; max-width: 230px !important; }
  .vivere-products-grid.products,
  .woocommerce .vivere-products-grid.products,
  .vivere-products-grid.columns-3,
  .woocommerce .vivere-products-grid.columns-3,
  .vivere-products-grid.columns-4,
  .woocommerce .vivere-products-grid.columns-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

.vivere-ajax-filter-form {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.vivere-filter-head {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin: 0 0 22px !important;
  padding: 0 0 16px !important;
  border-bottom: 1px solid rgba(176, 141, 87, .22) !important;
}

.vivere-filter-head span {
  font-family: "Playfair Display", ui-serif, Georgia, serif !important;
  font-size: 22px !important;
  line-height: 1.15 !important;
  font-weight: 500 !important;
  color: #4A0F1E !important;
}

.vivere-filter-head::before {
  content: "Refine";
  display: block;
  position: absolute;
  transform: translateY(-18px);
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(176, 141, 87, .76);
}

.vivere-filter-head button,
.vivere-filter-toggle {
  appearance: none !important;
  cursor: pointer !important;
}

.vivere-filter-svg,
.vivere-filter-svg svg {
  display: inline-flex !important;
  width: 15px !important;
  height: 15px !important;
  flex: 0 0 15px !important;
}
.vivere-filter-svg svg {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.65 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}
.vivere-filter-svg--chevron { transition: transform .22s ease !important; }
.vivere-filter-svg--chevron.is-open { transform: rotate(180deg) !important; }

.vivere-filter-group {
  margin: 0 !important;
  padding: 18px 0 !important;
  border-bottom: 1px solid rgba(176, 141, 87, .18) !important;
}
.vivere-filter-group h3 { margin: 0 !important; }
.vivere-filter-group h3 button {
  width: 100% !important;
  min-height: 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #4A0F1E !important;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif !important;
  font-size: 10.5px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  letter-spacing: .20em !important;
  text-transform: uppercase !important;
  text-align: left !important;
}
.vivere-filter-group__items {
  display: none !important;
  margin: 13px 0 0 !important;
  padding: 0 !important;
}
.vivere-filter-group--open > .vivere-filter-group__items { display: block !important; }

.vivere-filter-all {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: rgba(74, 15, 30, .72) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}
.vivere-filter-all.is-active,
.vivere-filter-all:hover { color: #4A0F1E !important; }

.vivere-filter-category-type-block {
  margin: 0 !important;
  padding: 8px 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.vivere-filter-check {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 28px !important;
  margin: 0 !important;
  padding: 3px 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: rgba(74, 15, 30, .68) !important;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  cursor: pointer !important;
}
.vivere-filter-check--category { color: #4A0F1E !important; font-weight: 700 !important; }
.vivere-filter-check:hover { color: #4A0F1E !important; }
.vivere-filter-check input[type="checkbox"] {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 14px !important;
  height: 14px !important;
  flex: 0 0 14px !important;
  margin: 1px 0 0 !important;
  border: 1px solid rgba(176, 141, 87, .48) !important;
  border-radius: 3px !important;
  background: transparent !important;
}
.vivere-filter-check input[type="checkbox"]::before {
  content: "" !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 1px !important;
  background: #4A0F1E !important;
  transform: scale(0) !important;
  transition: transform .16s ease !important;
}
.vivere-filter-check input[type="checkbox"]:checked {
  border-color: #4A0F1E !important;
  background: rgba(176, 141, 87, .10) !important;
}
.vivere-filter-check input[type="checkbox"]:checked::before { transform: scale(1) !important; }
.vivere-filter-type-list {
  margin: 4px 0 2px 24px !important;
  padding: 0 0 0 13px !important;
  border-left: 1px solid rgba(176, 141, 87, .18) !important;
}
.vivere-filter-type-list .vivere-filter-check {
  min-height: 25px !important;
  font-size: 12.5px !important;
  color: rgba(74, 15, 30, .58) !important;
}
.vivere-price-inputs {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}
.vivere-price-inputs label {
  display: grid !important;
  gap: 7px !important;
  color: rgba(74, 15, 30, .50) !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}
.vivere-price-inputs input {
  min-height: 38px !important;
  width: 100% !important;
  padding: 0 10px !important;
  border: 1px solid rgba(176, 141, 87, .26) !important;
  background: transparent !important;
  color: #4A0F1E !important;
  font-size: 13px !important;
}
.vivere-filter-actions {
  display: grid !important;
  gap: 10px !important;
  margin: 22px 0 0 !important;
  padding: 18px 0 0 !important;
  border-top: 1px solid rgba(176, 141, 87, .18) !important;
}
.vivere-filter-actions button {
  min-height: 38px !important;
  border-radius: 0 !important;
  font-size: 9.5px !important;
  font-weight: 800 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}
.vivere-filter-actions button:first-child { background: #4A0F1E !important; color: #FFFDF9 !important; border: 1px solid #4A0F1E !important; }
.vivere-filter-actions button:last-child { background: transparent !important; color: #4A0F1E !important; border: 1px solid rgba(176, 141, 87, .30) !important; }

.vivere-filter-toggle {
  display: none;
  align-items: center !important;
  gap: 8px !important;
  min-height: 36px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(176, 141, 87, .32) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #4A0F1E !important;
  font-size: 9.5px !important;
  font-weight: 800 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

@media (max-width: 980px) {
  .vivere-filter-toggle { display: inline-flex !important; }
  .vivere-collections-layout { display: block !important; }
  .vivere-ajax-filters {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    z-index: 99992 !important;
    width: min(390px, 92vw) !important;
    max-width: none !important;
    padding: 24px 22px !important;
    background: #F8F4EF !important;
    box-shadow: 28px 0 78px rgba(58, 9, 21, .22) !important;
    overflow: auto !important;
    transform: translateX(-106%) !important;
    transition: transform .34s cubic-bezier(.22,1,.36,1) !important;
  }
  .vivere-filters-open .vivere-ajax-filters { transform: translateX(0) !important; }
  .vivere-filter-backdrop {
    position: fixed !important;
    inset: 0 !important;
    display: block !important;
    z-index: 99990 !important;
    background: rgba(58, 9, 21, .42) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity .28s ease, visibility .28s ease !important;
  }
  .vivere-filters-open .vivere-filter-backdrop { opacity: 1 !important; visibility: visible !important; }
  body.vivere-filters-open { overflow: hidden !important; }
}

@media (max-width: 640px) {
  .vivere-archive-hero,
  .vivere-ajax-products { padding-left: 18px !important; padding-right: 18px !important; }
  .vivere-ajax-filters { width: 100vw !important; padding: 20px 18px !important; }
  .vivere-products-grid.products,
  .vivere-products-grid.columns-2,
  .vivere-products-grid.columns-3,
  .vivere-products-grid.columns-4,
  .woocommerce .vivere-products-grid.products,
  .woocommerce .vivere-products-grid.columns-2,
  .woocommerce .vivere-products-grid.columns-3,
  .woocommerce .vivere-products-grid.columns-4 {
    grid-template-columns: 1fr !important;
  }
}

/* v1.0.62 - Collapsible Category / Type filter blocks */
.vivere-filter-group--category-type .vivere-filter-group__items {
  display: none !important;
}
.vivere-filter-group--category-type.vivere-filter-group--open > .vivere-filter-group__items {
  display: block !important;
}
.vivere-filter-category-type-block {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid rgba(176, 141, 87, .16) !important;
}
.vivere-filter-category-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 34px !important;
  padding: 4px 0 !important;
}
.vivere-filter-category-row .vivere-filter-check--category {
  min-width: 0 !important;
  min-height: 28px !important;
  padding: 0 !important;
}
.vivere-filter-category-row .vivere-filter-check--category span {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  color: #4A0F1E !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.vivere-filter-type-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  width: auto !important;
  min-width: 36px !important;
  height: 28px !important;
  padding: 0 6px !important;
  margin: 0 !important;
  border: 1px solid rgba(176, 141, 87, .28) !important;
  border-radius: 999px !important;
  background: rgba(255, 253, 249, .58) !important;
  color: rgba(74, 15, 30, .68) !important;
  cursor: pointer !important;
  box-shadow: none !important;
}
.vivere-filter-type-toggle:hover {
  color: #4A0F1E !important;
  border-color: rgba(176, 141, 87, .48) !important;
  background: rgba(255, 253, 249, .88) !important;
}
.vivere-filter-type-count {
  display: inline-flex !important;
  min-width: 10px !important;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif !important;
  font-size: 9px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
  color: #B08D57 !important;
}
.vivere-filter-type-toggle .vivere-svg-icon {
  width: 11px !important;
  height: 11px !important;
  transition: transform .22s ease !important;
}
.vivere-filter-category-type-block.is-open .vivere-filter-type-toggle .vivere-svg-icon {
  transform: rotate(180deg) !important;
}
.vivere-filter-type-list {
  display: none !important;
  margin: 0 0 10px 26px !important;
  padding: 3px 0 0 11px !important;
  border-left: 1px solid rgba(176, 141, 87, .18) !important;
}
.vivere-filter-category-type-block.is-open > .vivere-filter-type-list {
  display: block !important;
}
.vivere-filter-type-list .vivere-filter-check--type {
  min-height: 23px !important;
  padding: 1px 0 !important;
  margin: 0 !important;
  gap: 9px !important;
}
.vivere-filter-type-list .vivere-filter-check--type span {
  color: rgba(74, 15, 30, .62) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
}
.vivere-filter-type-list .vivere-filter-check--type:hover span,
.vivere-filter-type-list .vivere-filter-check--type input:checked + span {
  color: #4A0F1E !important;
}
.vivere-filter-group--category-type .vivere-filter-all {
  min-height: 28px !important;
  margin: 0 0 8px !important;
}
