:root {
  --vv-shop-green: #2e5332;
  --vv-shop-deep: #173d20;
  --vv-shop-gold: #d4a017;
  --vv-shop-ink: #17231a;
  --vv-shop-muted: #667068;
  --vv-shop-line: #e3e6df;
  --vv-shop-soft: #f5f3ed;
  --vv-shop-cream: #fbf8f1;
  --vv-shop-white: #ffffff;
}

.shop-page main {
  overflow: clip;
  background: #faf7f0;
}

.vv-shop-page {
  padding: 20px 0 42px;
  color: var(--vv-shop-ink);
  background: #faf7f0;
}

.vv-shop-shell {
  width: min(1320px, calc(100% - 48px));
  margin-inline: auto;
}

.vv-shop-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #59635b;
  font-size: 12px;
}

.vv-shop-breadcrumb a:hover { color: var(--vv-shop-green); }

.vv-shop-breadcrumb svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.vv-shop-hero {
  position: relative;
  left: 50%;
  width: 100vw;
  min-height: 220px;
  display: flex;
  align-items: center;
  margin: 0 0 26px -50vw;
  padding: 34px max(24px, calc((100vw - 1320px) / 2));
  overflow: hidden;
  border-block: 1px solid #eee9df;
  background: #fbf8f1;
}

.vv-shop-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 0 45%;
  background:
    linear-gradient(90deg, #fbf8f1 0%, rgba(251, 248, 241, .48) 34%, rgba(251, 248, 241, 0) 63%),
    url('../images/about-hero.jpg') center 47% / cover no-repeat;
}

.vv-shop-hero > div {
  position: relative;
  z-index: 1;
  width: min(610px, 52%);
}

.vv-shop-eyebrow {
  margin: 0 0 7px !important;
  color: var(--vv-shop-gold) !important;
  font-size: 10px !important;
  font-weight: 700;
  letter-spacing: .14em;
}

.vv-shop-hero h1 {
  margin: 0;
  color: var(--vv-shop-deep);
  font-family: Merriweather, Georgia, "Times New Roman", serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.vv-shop-hero > div > p:last-child {
  max-width: 570px;
  margin: 8px 0 0;
  color: #545f56;
  font-size: 13.5px;
  line-height: 1.65;
}

.vv-shop-flourish {
  width: 64px;
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 6px 0;
  color: var(--vv-shop-gold);
  font-size: 9px;
}

.vv-shop-flourish i {
  width: 17px;
  height: 1px;
  background: currentColor;
}

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

.vv-shop-sidebar {
  min-width: 0;
  width: 100%;
  display: grid;
  gap: 16px;
  align-self: start;
  background: transparent;
}

.vv-shop-filter-mobile-head { display: none; }

.vv-shop-category-panel,
.vv-shop-filters {
  min-width: 0;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--vv-shop-line);
  border-radius: 12px;
  background: #fffdfa;
  box-shadow: 0 4px 18px rgba(27, 51, 31, .045);
}

.vv-shop-category-panel { padding: 19px 14px 16px; }

.vv-shop-category-panel h2,
.vv-shop-filter-title h2 {
  margin: 0;
  color: var(--vv-shop-deep);
  font-family: Merriweather, Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
}

.vv-shop-category-checklist {
  width: 100%;
  display: grid;
  gap: 3px;
  margin-top: 12px;
}

.vv-shop-category-option {
  width: 100%;
  min-width: 0;
}

.vv-shop-category-choice {
  width: 100%;
  min-width: 0;
  min-height: 40px;
  display: grid;
  grid-template-columns: 15px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  padding: 8px 9px;
  border-radius: 6px;
  color: #354138;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

.vv-shop-category-choice:hover,
.vv-shop-category-choice.is-selected,
.vv-shop-category-option.is-selected > .vv-shop-category-choice {
  background: #edf2e9;
  color: var(--vv-shop-deep);
}

.vv-shop-category-choice input {
  width: 15px;
  height: 15px;
  margin: 0;
  appearance: none;
  border: 1px solid #7f8d82;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
}

.vv-shop-category-choice input:checked {
  border-color: var(--vv-shop-green);
  background: var(--vv-shop-green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3 8 3 3 7-7' fill='none' stroke='white' stroke-width='2'/%3E%3C/svg%3E") center / 11px no-repeat;
}

.vv-shop-category-choice > span {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.vv-shop-category-choice b {
  min-width: 0;
  overflow: hidden;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vv-shop-category-choice.is-selected b,
.vv-shop-category-option.is-selected > .vv-shop-category-choice b { font-weight: 700; }

.vv-shop-category-choice small {
  min-width: 24px;
  flex: 0 0 auto;
  padding: 2px 5px;
  border-radius: 999px;
  background: rgba(46, 83, 50, .08);
  color: #5f6c61;
  font-size: 9.5px;
  line-height: 1.4;
  text-align: center;
}

.vv-shop-category-subfilters {
  width: calc(100% - 24px);
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
  margin: 3px 0 7px 24px;
  padding: 9px 9px 9px 12px;
  overflow: hidden;
  border-left: 1px solid #cfd9ce;
  background: rgba(247, 248, 243, .72);
}

.vv-shop-category-subfilters[hidden] { display: none !important; }

.vv-shop-category-subfilters label {
  min-width: 0;
  display: grid;
  grid-template-columns: 13px minmax(0, 1fr);
  align-items: start;
  gap: 7px;
  color: #5f6961;
  font-size: 11px;
  line-height: 1.35;
  cursor: pointer;
}

.vv-shop-category-subfilters input {
  width: 13px;
  height: 13px;
  margin: 0;
  appearance: none;
  border: 1px solid #8b978d;
  border-radius: 3px;
  background: #fff;
}

.vv-shop-category-subfilters input:checked {
  border-color: var(--vv-shop-green);
  background: var(--vv-shop-green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3 8 3 3 7-7' fill='none' stroke='white' stroke-width='2'/%3E%3C/svg%3E") center / 10px no-repeat;
}

.vv-shop-category-subfilters span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.vv-shop-category-subfilters small { color: #879087; }

.vv-shop-category-panel nav {
  width: 100%;
  display: block;
  margin-top: 12px;
}

.vv-shop-category-group {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.vv-shop-category-group > div:first-child {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 30px;
  align-items: center;
  gap: 2px;
}

.vv-shop-category-link {
  width: 100%;
  min-width: 0;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 8px 10px;
  overflow: hidden;
  border-radius: 6px;
  color: #28342b;
  font-size: 11.5px;
  line-height: 1.35;
}

.vv-shop-category-link > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vv-shop-category-link:hover,
.vv-shop-category-link.is-active {
  background: #edf2e9;
  color: var(--vv-shop-deep);
  font-weight: 700;
}

.vv-shop-category-link small {
  flex: 0 0 auto;
  padding: 2px 5px;
  border-radius: 3px;
  background: #f0ead8;
  color: #77641d;
  font-size: 8px;
}

.vv-shop-category-group > div:first-child > button {
  width: 30px;
  height: 32px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: var(--vv-shop-green);
  cursor: pointer;
}

.vv-shop-category-group > div:first-child > button:hover { background: #edf2e9; }

.vv-shop-category-group > div:first-child > button svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vv-shop-category-group .vv-cat-arrow-up,
.vv-shop-category-group.is-open .vv-cat-arrow-down { display: none; }

.vv-shop-category-group.is-open .vv-cat-arrow-up { display: block; }

.vv-shop-subcategories {
  width: calc(100% - 12px) !important;
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-auto-flow: row !important;
  gap: 0 !important;
  margin: 2px 0 7px 12px !important;
  padding: 3px 0 3px 10px !important;
  overflow: hidden !important;
  border-left: 1px solid #d8ded6;
}

.vv-shop-subcategories[hidden] { display: none !important; }

.vv-shop-subcategories a {
  width: 100% !important;
  min-width: 0 !important;
  display: block !important;
  padding: 6px 8px !important;
  overflow: hidden !important;
  color: #687169;
  font-size: 10.5px !important;
  line-height: 1.35 !important;
  white-space: normal !important;
  overflow-wrap: anywhere;
}

.vv-shop-subcategories a:hover,
.vv-shop-subcategories a.is-active {
  color: var(--vv-shop-green);
  font-weight: 700;
}

.vv-shop-filters { padding: 18px 15px; }

.vv-shop-filter-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 11px;
  border-bottom: 1px solid #e7e9e4;
}

.vv-shop-filter-title button,
.vv-shop-show-more {
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--vv-shop-green);
  font-size: 11px;
  cursor: pointer;
}

.vv-shop-filters fieldset {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  margin: 0;
  padding: 15px 0;
  border: 0;
  border-bottom: 1px solid #e7e9e4;
}

.vv-shop-filter-title + fieldset,
.vv-shop-filters fieldset + fieldset {
  margin-top: 10px;
}

.vv-shop-filters legend {
  width: 100%;
  padding: 0 0 9px;
  color: #273329;
  font-size: 12.5px;
  font-weight: 700;
}

.vv-shop-filters label {
  min-width: 0;
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  color: #465048;
  font-size: 11.5px;
  line-height: 1.35;
  cursor: pointer;
}

.vv-shop-filters label span { min-width: 0; }
.vv-shop-filters label small { color: #7a827b; }

.vv-shop-filters input[type="checkbox"],
.vv-shop-filters input[type="radio"] {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  margin: 0;
  accent-color: var(--vv-shop-green);
}

.vv-shop-filters input[type="checkbox"] {
  appearance: none;
  border: 1px solid #829087;
  border-radius: 3px;
  background: #fff;
}

.vv-shop-filters input[type="checkbox"]:checked {
  border-color: var(--vv-shop-green);
  background: var(--vv-shop-green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3 8 3 3 7-7' fill='none' stroke='white' stroke-width='2'/%3E%3C/svg%3E") center / 11px no-repeat;
}

.vv-shop-filters .is-more { display: none; }
.vv-shop-filter-collapsible.is-expanded .is-more { display: grid; }
.vv-shop-show-more { justify-self: start; margin-top: 2px; }

.vv-shop-price-filter input {
  width: 100%;
  height: 4px;
  margin: 4px 0 3px;
  accent-color: var(--vv-shop-green);
}

.vv-shop-price-filter > div {
  display: flex;
  justify-content: space-between;
  color: #59635b;
  font-size: 10px;
}

.vv-shop-rating-filter b { color: #c9cec8; font-size: 11px; }
.vv-shop-rating-filter b.is-on { color: #e5a500; }

.vv-shop-clear-button {
  width: 100%;
  height: 38px;
  margin-top: 16px;
  border: 1px solid var(--vv-shop-green);
  border-radius: 5px;
  background: #fff;
  color: var(--vv-shop-deep);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.vv-shop-clear-button:hover { background: var(--vv-shop-green); color: #fff; }

.vv-shop-results { min-width: 0; }

.vv-shop-toolbar {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(240px, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.vv-shop-toolbar > p {
  margin: 0;
  color: #4e594f;
  font-size: 11.5px;
  white-space: nowrap;
}

.vv-shop-search {
  position: relative;
  width: min(430px, 100%);
  justify-self: end;
}

.vv-shop-search input {
  width: 100%;
  height: 43px;
  padding: 0 49px 0 15px;
  border: 1px solid #dce2db;
  border-radius: 6px;
  background: #fff;
  color: var(--vv-shop-ink);
  outline: 0;
}

.vv-shop-search input:focus {
  border-color: var(--vv-shop-green);
  box-shadow: 0 0 0 3px rgba(46, 83, 50, .09);
}

.vv-shop-search svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  height: 43px;
  padding: 12px;
  border-radius: 0 6px 6px 0;
  background: var(--vv-shop-deep);
  fill: none;
  stroke: #fff;
  stroke-width: 1.6;
}

.vv-shop-sort {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  white-space: nowrap;
}

.vv-shop-sort select {
  height: 43px;
  min-width: 132px;
  padding: 0 35px 0 13px;
  border: 1px solid #dce2db;
  border-radius: 6px;
  background: #fff;
  color: #263129;
  font-weight: 600;
  appearance: none;
}

.vv-shop-sort svg {
  position: absolute;
  right: 10px;
  width: 14px;
  height: 14px;
  fill: none;
  stroke: var(--vv-shop-green);
  stroke-width: 1.6;
  pointer-events: none;
}

.vv-shop-filter-open { display: none; }

.vv-shop-feedback {
  margin: 0 0 12px;
  padding: 9px 12px;
  border-radius: 5px;
  background: #eef6ed;
  color: var(--vv-shop-green);
  font-size: 12px;
}

.vv-shop-feedback.is-error { background: #fff0ef; color: #a33131; }

.vv-shop-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.vv-shop-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e1e6e1;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(23, 35, 26, .05);
  transition: transform .2s ease, box-shadow .2s ease;
}

.vv-shop-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 9px 24px rgba(23, 35, 26, .10);
}

.vv-shop-card-media {
  position: relative;
  aspect-ratio: 1.12 / 1;
  overflow: hidden;
  background: #faf7f0;
}

.vv-shop-card-view-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.vv-shop-card-media > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}

.vv-shop-card:hover .vv-shop-card-media > img { transform: scale(1.025); }

.vv-shop-wish {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #687267;
  box-shadow: 0 4px 14px rgba(21, 38, 25, .15);
  cursor: pointer;
  z-index: 2;
}

.vv-shop-wish svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vv-shop-wish:hover,
.vv-shop-wish.is-saved { color: #e11d48; }
.vv-shop-wish.is-saved svg { fill: currentColor; stroke: currentColor; }

.vv-shop-badge {
  position: absolute;
  top: 11px;
  right: 10px;
  padding: 5px 9px;
  border-radius: 4px;
  background: var(--vv-shop-deep);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  z-index: 2;
}

.vv-shop-card-body {
  display: grid;
  gap: 6px;
  flex: 1;
  padding: 13px 14px 15px;
}

.vv-shop-card-category {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: var(--vv-shop-green);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .035em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.vv-shop-card-body h3 {
  min-height: 40px;
  margin: 0;
  font-family: Merriweather, Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.vv-shop-card-body h3 a {
  color: inherit;
  text-decoration: none;
}

.vv-shop-card-body h3 a:hover { color: var(--vv-shop-green); }

.vv-shop-card-description {
  min-height: 49px;
  margin: 0;
  color: var(--vv-shop-muted);
  font-size: 11px;
  line-height: 1.45;
}

.vv-shop-card-rating {
  margin: 0;
  color: #9b7600;
  font-size: 11px;
  font-weight: 700;
}

.vv-shop-card-rating i { color: #7a847c; font-style: normal; font-weight: 400; }

.vv-shop-card-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
}

.vv-shop-card-price strong { color: #17231a; font-size: 16px; }
.vv-shop-card-price del { color: #89908a; font-size: 10.5px; }
.vv-shop-card-price em { color: #1f7a45; font-size: 10px; font-style: normal; font-weight: 700; }
.vv-shop-card-price .vv-member-save { color: #2e5332; }
.vv-shop-card-stock { margin: 0 0 3px; font-size: 11px; font-weight: 600; }
.vv-shop-card-stock.is-ok { color: #1f7a45; }
.vv-shop-card-stock.is-low { color: #a86a08; }

.vv-shop-add {
  width: 100%;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #2e854a;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.vv-shop-add:hover,
.vv-shop-add.is-added { background: #236c3c; }
.vv-shop-add:disabled { cursor: wait; opacity: .65; }
.vv-shop-add svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

.vv-shop-empty {
  padding: 60px 20px;
  border: 1px dashed #d9dfd7;
  border-radius: 12px;
  text-align: center;
}

.vv-shop-empty svg { width: 52px; height: 52px; fill: none; stroke: var(--vv-shop-green); stroke-width: 1.3; }
.vv-shop-empty h3 { margin: 13px 0 5px; font-family: Merriweather, Georgia, serif; }
.vv-shop-empty p { margin: 0 0 16px; color: var(--vv-shop-muted); }
.vv-shop-empty button { padding: 10px 18px; border: 0; border-radius: 999px; background: var(--vv-shop-green); color: #fff; font-weight: 700; }

.vv-shop-load-more {
  min-width: 180px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 25px auto 0;
  padding: 0 25px;
  border: 1px solid var(--vv-shop-green);
  border-radius: 5px;
  background: #fff;
  color: var(--vv-shop-deep);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.vv-shop-load-more:hover { background: var(--vv-shop-green); color: #fff; }
.vv-shop-load-more svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

.vv-shop-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 34px;
  padding: 19px 0;
  border: 1px solid #e7e4dd;
  border-radius: 9px;
  background: linear-gradient(90deg, #fdfbf7, #fffdf9);
}

.vv-shop-benefits > div {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 22px;
  border-right: 1px solid #e7e4dd;
}

.vv-shop-benefits > div:last-child { border: 0; }
.vv-shop-benefits svg { width: 34px; height: 34px; flex: 0 0 auto; fill: none; stroke: var(--vv-shop-green); stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.vv-shop-benefits p { margin: 0; }
.vv-shop-benefits strong,
.vv-shop-benefits span { display: block; }
.vv-shop-benefits strong { font-size: 12px; }
.vv-shop-benefits span { margin-top: 3px; color: #667068; font-size: 10px; }

.vv-shop-filter-backdrop[hidden],
.vv-shop-card[hidden],
.vv-shop-empty[hidden],
.vv-shop-load-more[hidden] { display: none !important; }

@media (max-width: 1180px) {
  .vv-shop-shell { width: min(1080px, calc(100% - 40px)); }
  .vv-shop-layout { grid-template-columns: 245px minmax(0, 1fr); gap: 20px; }
  .vv-shop-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vv-shop-toolbar { grid-template-columns: auto minmax(200px, 1fr) auto; gap: 12px; }
}

@media (max-width: 900px) {
  .vv-shop-shell { width: calc(100% - 36px); }
  .vv-shop-hero { min-height: 195px; padding-inline: 18px; }
  .vv-shop-hero h1 { font-size: 34px; }
  .vv-shop-hero::before { inset-inline-start: 39%; }
  .vv-shop-layout { display: block; }
  .vv-shop-sidebar {
    position: fixed;
    z-index: 1002;
    top: 0;
    bottom: 0;
    left: 0;
    width: min(360px, 90vw);
    display: block;
    overflow-y: auto;
    padding: 0 14px 22px;
    background: #f9f7f1;
    transform: translateX(-105%);
    transition: transform .25s ease;
  }
  .vv-shop-sidebar.is-open { transform: translateX(0); }
  .vv-shop-category-panel,
  .vv-shop-filters { margin-top: 14px; }
  .vv-shop-filter-mobile-head {
    position: sticky;
    z-index: 3;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-inline: -14px;
    padding: 15px 18px;
    border-bottom: 1px solid var(--vv-shop-line);
    background: #fff;
  }
  .vv-shop-filter-mobile-head strong { font-family: Merriweather, Georgia, serif; }
  .vv-shop-filter-mobile-head button { width: 34px; height: 34px; border: 0; border-radius: 50%; background: #edf2e9; color: var(--vv-shop-green); font-size: 25px; cursor: pointer; }
  .vv-shop-filter-backdrop { position: fixed; z-index: 1001; inset: 0; background: rgba(14, 30, 17, .45); }
  .vv-shop-filter-backdrop:not([hidden]) { display: block; }
  .vv-shop-filter-open {
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 14px;
    border: 1px solid var(--vv-shop-green);
    border-radius: 5px;
    background: #fff;
    color: var(--vv-shop-green);
    font-weight: 700;
  }
  .vv-shop-filter-open svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
  .vv-shop-filter-open span { min-width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: var(--vv-shop-green); color: #fff; font-size: 9px; }
  .vv-shop-toolbar { grid-template-columns: auto minmax(220px, 1fr) auto; }
  .vv-shop-toolbar > p { grid-column: 1 / -1; }
  .vv-shop-benefits { grid-template-columns: 1fr 1fr; }
  .vv-shop-benefits > div:nth-child(2) { border-right: 0; }
  .vv-shop-benefits > div:nth-child(-n+2) { border-bottom: 1px solid #e7e4dd; }
}

@media (max-width: 660px) {
  .vv-shop-page { padding: 15px 0 27px; }
  .vv-shop-shell { width: calc(100% - 26px); }
  .vv-shop-breadcrumb { margin-bottom: 13px; font-size: 11px; }
  .vv-shop-hero { min-height: 210px; margin-bottom: 18px; padding-block: 25px; }
  .vv-shop-hero::before { inset-inline-start: 22%; opacity: .4; }
  .vv-shop-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #fbf8f1 0%, rgba(251, 248, 241, .92) 58%, rgba(251, 248, 241, .56) 100%); }
  .vv-shop-hero > div { width: 100%; }
  .vv-shop-hero h1 { font-size: 29px; }
  .vv-shop-hero > div > p:last-child { font-size: 12.5px; line-height: 1.55; }
  .vv-shop-toolbar { grid-template-columns: auto 1fr; gap: 10px; }
  .vv-shop-toolbar > p { grid-column: 1 / -1; }
  .vv-shop-search { grid-column: 1 / -1; grid-row: 2; width: 100%; }
  .vv-shop-filter-open { grid-column: 1; }
  .vv-shop-sort { grid-column: 2; justify-self: end; }
  .vv-shop-sort > span { display: none; }
  .vv-shop-sort select { min-width: 158px; }
  .vv-shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .vv-shop-card { border-radius: 10px; }
  .vv-shop-card-media { aspect-ratio: 1.04 / 1; }
  .vv-shop-card-body { padding: 10px 10px 12px; gap: 5px; }
  .vv-shop-card-category { font-size: 8.8px; }
  .vv-shop-card-body h3 { min-height: 38px; font-size: 12.5px; }
  .vv-shop-card-description { min-height: 46px; font-size: 10px; }
  .vv-shop-card-rating { font-size: 10px; }
  .vv-shop-card-price { gap: 4px; }
  .vv-shop-card-price strong { font-size: 14.5px; }
  .vv-shop-card-price del { font-size: 9px; }
  .vv-shop-card-price em { font-size: 8.5px; }
  .vv-shop-card-stock { font-size: 10px; }
  .vv-shop-add { height: 35px; font-size: 10.8px; }
  .vv-shop-wish { width: 31px; height: 31px; }
  .vv-shop-badge { padding: 4px 7px; }
  .vv-shop-benefits { margin-top: 25px; }
  .vv-shop-benefits > div { justify-content: flex-start; padding: 14px 12px; }
  .vv-shop-benefits svg { width: 29px; height: 29px; }
}

@media (max-width: 390px) {
  .vv-shop-shell { width: calc(100% - 18px); }
  .vv-shop-hero h1 { font-size: 27px; }
  .vv-shop-grid { gap: 8px; }
  .vv-shop-card-body { padding-inline: 8px; }
  .vv-shop-card-description { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .vv-shop-add svg { display: none; }
  .vv-shop-benefits { grid-template-columns: 1fr; }
  .vv-shop-benefits > div { border-right: 0; border-bottom: 1px solid #e7e4dd; }
  .vv-shop-benefits > div:nth-child(3) { border-bottom: 1px solid #e7e4dd; }
  .vv-shop-benefits > div:last-child { border-bottom: 0; }
}
