:root {
  --vv-product-green: #2e5332;
  --vv-product-deep: #143b1b;
  --vv-product-gold: #d4a017;
  --vv-product-cream: #f8f4ec;
  --vv-product-line: #e3e4de;
  --vv-product-ink: #17231a;
  --vv-product-muted: #59645b;
}

.product-page,
.product-page #main { background: #faf7f0; }

.vv-product-page {
  background: #faf7f0;
  color: var(--vv-product-ink);
  font-family: "DM Sans", Arial, sans-serif;
  overflow: clip;
}

.vv-product-page *,
.vv-product-page *::before,
.vv-product-page *::after { box-sizing: border-box; }

.vv-product-page button,
.vv-product-page input { font: inherit; }

.vv-product-shell {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0 34px;
}

.vv-product-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  margin-bottom: 22px;
  color: #617064;
  font-size: 12px;
  line-height: 1.4;
}

.vv-product-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

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

.vv-product-breadcrumb svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vv-product-breadcrumb span {
  min-width: 0;
  overflow: hidden;
  color: #303a32;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vv-product-overview {
  display: grid;
  grid-template-columns: 86px minmax(450px, 1.03fr) minmax(430px, .97fr);
  align-items: start;
  gap: 20px 34px;
}

.vv-product-thumbnails {
  display: grid;
  gap: 12px;
}

.vv-product-thumb {
  width: 86px;
  height: 86px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e3ded4;
  border-radius: 9px;
  background: #faf7f0;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.vv-product-thumb:hover { transform: translateY(-1px); }

.vv-product-thumb.is-active {
  border-color: var(--vv-product-green);
  box-shadow: 0 0 0 1px var(--vv-product-green);
}

.vv-product-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.vv-product-main-media {
  position: relative;
  min-width: 0;
  height: 568px;
  overflow: hidden;
  border: 1px solid #e1ded5;
  border-radius: 12px;
  background: #f6f1e8;
}

.vv-product-main-media > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: opacity .18s ease, transform .4s ease;
}

.vv-product-main-media:hover > img { transform: scale(1.018); }
.vv-product-main-media > img.is-changing { opacity: .2; }

.vv-product-badge {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  padding: 7px 11px;
  border-radius: 6px;
  background: var(--vv-product-deep);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .02em;
}

.vv-product-wishlist,
.vv-product-action-wish {
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid #d8ddd7;
  background: #fff;
  color: #465248;
  cursor: pointer;
}

.vv-product-wishlist {
  position: absolute;
  z-index: 2;
  top: 17px;
  right: 17px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(24, 45, 27, .13);
}

.vv-product-wishlist svg,
.vv-product-action-wish svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vv-product-wishlist:hover,
.vv-product-action-wish:hover,
.vv-product-wishlist.is-saved,
.vv-product-action-wish.is-saved { color: #d71f49; }

.vv-product-wishlist.is-saved svg,
.vv-product-action-wish.is-saved svg { fill: currentColor; }

.vv-product-gallery-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  transform: translateY(-50%);
  border: 1px solid #e1e2dc;
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  color: var(--vv-product-green);
  box-shadow: 0 4px 13px rgba(22, 44, 25, .11);
  cursor: pointer;
}

.vv-product-gallery-arrow.is-left { left: 17px; }
.vv-product-gallery-arrow.is-right { right: 17px; }

.vv-product-gallery-arrow svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vv-product-gallery-arrow:hover { background: var(--vv-product-green); color: #fff; }

.vv-product-info {
  min-width: 0;
  padding: 1px 0 0;
}

.vv-product-eyebrow {
  margin: 0 0 5px;
  color: var(--vv-product-green);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .075em;
}

.vv-product-info h1 {
  margin: 0;
  font-family: Merriweather, Georgia, serif;
  font-size: clamp(28px, 2.15vw, 37px);
  line-height: 1.2;
  letter-spacing: -.025em;
}

.vv-product-subtitle {
  margin: 5px 0 14px;
  font-size: 13px;
  font-weight: 700;
}

.vv-product-rating-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-bottom: 15px;
  font-size: 11px;
}

.vv-product-rating-row strong { font-size: 11px; }

.vv-product-stars {
  color: #f5a100;
  font-size: 17px;
  letter-spacing: 1px;
}

.vv-product-rating-row a { color: #47534a; text-decoration: none; }

.vv-product-rating-row i {
  width: 1px;
  height: 17px;
  margin: 0 3px;
  background: #cbd1cb;
}

.vv-product-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 9px;
}

.vv-product-price-row strong {
  font-family: Merriweather, Georgia, serif;
  font-size: 27px;
}

.vv-product-price-row del { color: #8c938d; font-size: 12px; }

.vv-product-price-row em {
  color: #17733d;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.vv-member-save {
  color: #2e5332 !important;
}

.vv-product-member-note {
  margin: 0 0 8px;
  color: #2e5332;
  font-size: 12px;
  font-weight: 600;
}

.vv-product-tax {
  margin: 1px 0 10px;
  color: #566258;
  font-size: 10px;
}

.vv-product-description {
  max-width: 600px;
  margin: 0 0 18px;
  color: #3f4a41;
  font-size: 12px;
  line-height: 1.65;
}

.vv-product-benefits {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 18px;
}

.vv-product-benefit {
  min-width: 0;
  text-align: center;
}

.vv-product-benefit-icon {
  width: 53px;
  height: 53px;
  display: grid;
  place-items: center;
  margin: 0 auto 5px;
  border: 1px solid #e8e4db;
  border-radius: 50%;
  background: #faf8f3;
  color: var(--vv-product-green);
}

.vv-product-benefit-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vv-product-benefit > span:last-child { display: block; }

.vv-product-benefit b,
.vv-product-benefit small {
  display: block;
  overflow: hidden;
  font-size: 9px;
  line-height: 1.35;
  text-overflow: ellipsis;
}

.vv-product-benefit b { font-weight: 600; }
.vv-product-benefit small { color: #59645b; }

.vv-product-options {
  min-width: 0;
  margin: 0 0 14px;
  padding: 0;
  border: 0;
}

.vv-product-options legend {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
}

.vv-product-options > div { display: flex; flex-wrap: wrap; gap: 9px; }

.vv-product-options button {
  min-width: 88px;
  height: 38px;
  padding: 0 16px;
  border: 1px solid #d7dbd5;
  border-radius: 5px;
  background: #fff;
  color: #273229;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.vv-product-options button.is-active {
  border-color: var(--vv-product-green);
  background: #f4f8f2;
  box-shadow: inset 0 0 0 1px var(--vv-product-green);
}

.vv-product-quantity-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 600;
}

.vv-product-quantity {
  height: 38px;
  display: grid;
  grid-template-columns: 38px 42px 38px;
  overflow: hidden;
  border: 1px solid #e0e2dd;
  border-radius: 5px;
}

.vv-product-quantity button,
.vv-product-quantity output {
  display: grid;
  place-items: center;
  border: 0;
  background: #fff;
  color: #26312a;
}

.vv-product-quantity button { cursor: pointer; font-size: 17px; }
.vv-product-quantity button:hover { background: #f1f6ef; color: var(--vv-product-green); }
.vv-product-quantity output { font-size: 12px; }
.vv-product-stock { margin-left: auto; font-size: 11px; }
.vv-product-stock.is-ok { color: #1d7b40; }
.vv-product-stock.is-low { color: #a56a09; }

.vv-product-actions {
  display: grid;
  grid-template-columns: minmax(160px, 1.1fr) minmax(145px, 1fr) 46px;
  gap: 10px;
}

.vv-product-add,
.vv-product-buy,
.vv-product-action-wish {
  height: 47px;
  border-radius: 5px;
  cursor: pointer;
}

.vv-product-add {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--vv-product-deep);
  background: linear-gradient(135deg, #0f3d16, #2e5332);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.vv-product-add svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vv-product-buy {
  border: 1px solid var(--vv-product-green);
  background: #fff;
  color: var(--vv-product-deep);
  font-size: 13px;
  font-weight: 700;
}

.vv-product-action-wish { width: 46px; }
.vv-product-add:hover { filter: brightness(1.08); }
.vv-product-buy:hover { background: #f0f6ee; }
.vv-product-add[disabled], .vv-product-buy[disabled] { opacity: .65; cursor: wait; }

.vv-product-feedback {
  margin: 10px 0 0;
  padding: 9px 11px;
  border-radius: 5px;
  background: #edf7ed;
  color: #216239;
  font-size: 11px;
}

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

.vv-product-info > .vv-product-accordions {
  margin-top: 14px;
  background: #fbf8f2;
}

.vv-product-mini-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 15px;
  padding-top: 14px;
  border-top: 1px solid #ecece7;
}

.vv-product-mini-trust span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #29342c;
  font-size: 9px;
  font-weight: 600;
  white-space: nowrap;
}

.vv-product-mini-trust svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--vv-product-green);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vv-product-promos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 38px;
}

.vv-product-promo {
  position: relative;
  min-height: 254px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
  padding: 28px 30px;
  border-radius: 9px;
  background-position: center;
  background-size: cover;
  color: #fff;
  isolation: isolate;
}

.vv-product-promo::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(9,44,17,.9), rgba(9,44,17,.14) 66%, rgba(9,44,17,.5));
}

.vv-product-promo.is-first { background-image: url('../images/promo.jpg'); }
.vv-product-promo.is-second { background-image: url('../images/about-story.jpg'); }

.vv-product-promo small {
  color: #f0c45c;
  font-family: Merriweather, Georgia, serif;
  font-size: 13px;
  letter-spacing: .12em;
}

.vv-product-promo h2 {
  margin: 2px 0;
  color: #fff;
  font-family: Merriweather, Georgia, serif;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.08;
}

.vv-product-promo p {
  max-width: 210px;
  margin: 4px 0 0;
  font-family: Merriweather, Georgia, serif;
  font-size: 15px;
  line-height: 1.45;
}

.vv-product-promo > strong {
  max-width: 220px;
  align-self: flex-end;
  font-family: Merriweather, Georgia, serif;
  font-size: 20px;
  line-height: 1.4;
  text-align: right;
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
}

.vv-product-promo.is-second > div:last-child {
  align-self: flex-end;
  text-align: right;
}

.vv-product-how {
  margin-top: 31px;
  text-align: center;
}

.vv-product-how > h2 {
  margin: 0;
  font-family: Merriweather, Georgia, serif;
  font-size: 25px;
}

.vv-product-flourish {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 5px 0 15px;
  color: var(--vv-product-gold);
  font-size: 9px;
}

.vv-product-flourish i { width: 16px; height: 1px; background: currentColor; }

.vv-product-how-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #e9e2d8;
  border-radius: 10px;
  background: linear-gradient(90deg, #faf7f0, #fff, #faf7f0);
}

.vv-product-step {
  position: relative;
  min-width: 0;
  min-height: 168px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 104px;
  align-items: center;
  gap: 10px;
  padding: 15px 16px;
}

.vv-product-step > span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid #92b498;
  border-radius: 50%;
  color: var(--vv-product-green);
  font-family: Merriweather, Georgia, serif;
  font-size: 13px;
}

.vv-product-step p {
  margin: 0;
  color: #303a32;
  font-size: 10px;
  line-height: 1.55;
  text-align: left;
}

.vv-product-step img {
  width: 104px;
  height: 128px;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.vv-product-step > svg {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -13px;
  width: 25px;
  height: 25px;
  padding: 4px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
  fill: none;
  stroke: var(--vv-product-green);
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vv-product-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 31px;
}

.vv-product-details > article,
.vv-product-accordions {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e6e2da;
  border-radius: 9px;
  background: #fbf8f2;
}

.vv-product-accordion + .vv-product-accordion { border-top: 1px solid #e3e2dc; }

.vv-product-accordion > button {
  width: 100%;
  min-height: 50px;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border: 0;
  background: transparent;
  color: #263229;
  text-align: left;
  cursor: pointer;
}

.vv-product-accordion > button b { font-size: 11px; }

.vv-product-accordion-icon {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 1px solid #cad6ca;
  border-radius: 4px;
  color: var(--vv-product-green);
  font-size: 10px;
}

.vv-product-accordion button > svg {
  grid-column: 3;
  grid-row: 1;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--vv-product-green);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vv-product-accordion .is-up,
.vv-product-accordion.is-open .is-down { display: none; }
.vv-product-accordion.is-open .is-up { display: block; }

.vv-product-accordion-panel { padding: 0 48px 13px; }
.vv-product-accordion-panel p,
.vv-product-accordion-panel .vv-rich,
.vv-product-accordion-panel { color: #5a655c; font-size: 10px; line-height: 1.5; }
.vv-product-accordion-panel p { margin: 0; }
.vv-product-accordion-panel img,
.vv-product-description img { display: block; max-width: 100%; height: auto; margin: 10px 0; border-radius: 8px; }

.vv-product-ingredients,
.vv-product-choose,
.vv-product-promise { padding: 18px 19px; }

.vv-product-details h2 {
  margin: 0 0 18px;
  font-family: Merriweather, Georgia, serif;
  font-size: 14px;
}

.vv-product-ingredients > div {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}

.vv-product-ingredients > div > span {
  font-size: 30px;
  line-height: 1;
}

.vv-product-ingredients p { margin: 0; }
.vv-product-ingredients b { display: block; font-size: 10px; }
.vv-product-ingredients small { display: block; margin-top: 2px; color: #5b665d; font-size: 8px; line-height: 1.35; }
.vv-product-ingredients em { align-self: start; color: #5b665d; font-size: 8px; font-style: normal; white-space: nowrap; }
.vv-product-more-ingredients { color: var(--vv-product-green); font-size: 9px; font-weight: 700; text-align: center; }

.vv-product-choose ul,
.vv-product-promise ul {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vv-product-choose li,
.vv-product-promise li {
  position: relative;
  padding-left: 25px;
  font-size: 10px;
}

.vv-product-choose li::before,
.vv-product-promise li::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border: 1px solid #8cad91;
  border-radius: 50%;
  color: var(--vv-product-green);
  content: "✓";
  font-size: 10px;
}

.vv-product-choose > div {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #e0dfd9;
}

.vv-product-choose > div b,
.vv-product-choose > div span { display: block; }
.vv-product-choose > div b { margin-bottom: 6px; font-size: 10px; }
.vv-product-choose > div span { color: #4e5a51; font-size: 9px; }

.vv-product-promise { position: relative; min-height: 307px; }
.vv-product-promise ul { position: relative; z-index: 2; max-width: 170px; }
.vv-product-promise img {
  position: absolute;
  right: -62px;
  bottom: -22px;
  width: 260px;
  height: 220px;
  object-fit: contain;
  pointer-events: none;
}

.vv-product-recommendations { padding: 46px 0 12px; }
.vv-product-recommendations.is-related { padding-top: 42px; padding-bottom: 24px; }
.vv-product-recommend-head { max-width: 760px; margin: 0 auto 27px; text-align: center; }
.vv-product-recommend-head > p { margin: 0 0 7px; color: var(--vv-product-gold); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.vv-product-recommend-head h2 { margin: 0; color: var(--vv-product-deep); font-family: Merriweather, Georgia, "Times New Roman", serif; font-size: 34px; font-weight: 500; line-height: 1.15; letter-spacing: -.02em; }
.vv-product-recommend-head > span { display: block; margin-top: 10px; color: #5f6a61; font-size: 13px; line-height: 1.6; }
.vv-product-recommend-wrap { position: relative; }
.vv-product-recommend-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 48px) / 4); gap: 16px; overflow-x: auto; padding: 2px 1px 12px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain; }
.vv-product-recommend-track::-webkit-scrollbar { display: none; }
.vv-product-recommend-track:focus-visible { border-radius: 14px; outline: 2px solid var(--vv-product-green); outline-offset: 3px; }
.vv-product-recommend-card { position: relative; min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid #e1e6e1; border-radius: 14px; background: #fff; box-shadow: 0 3px 12px rgba(23, 35, 26, .06); scroll-snap-align: start; cursor: pointer; transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.vv-product-recommend-card:hover { border-color: rgba(46, 83, 50, .42); box-shadow: 0 10px 24px rgba(23, 35, 26, .12); transform: translateY(-2px); }
.vv-product-recommend-link { position: absolute; z-index: 1; inset: 0; border-radius: inherit; }
.vv-product-recommend-link:focus-visible { outline: 3px solid var(--vv-product-gold); outline-offset: -4px; }
.vv-product-recommend-media { position: relative; aspect-ratio: 1.15 / 1; overflow: hidden; background: #f7f2e9; }
.vv-product-recommend-media > img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .4s ease; }
.vv-product-recommend-card:hover .vv-product-recommend-media > img { transform: scale(1.035); }
.vv-product-recommend-wish { position: absolute; z-index: 3; top: 10px; left: 10px; width: 35px; height: 35px; 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; }
.vv-product-recommend-wish:hover,.vv-product-recommend-wish.is-saved { color: #e11d48; transform: translateY(-1px); }
.vv-product-recommend-wish svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.vv-product-recommend-wish.is-saved svg { fill: currentColor; }
.vv-product-recommend-badge { position: absolute; z-index: 2; top: 10px; right: 10px; padding: 5px 9px; border-radius: 5px; background: var(--vv-product-deep); color: #fff; font-size: 10px; font-weight: 700; }
.vv-product-recommend-body { display: grid; gap: 6px; flex: 1; padding: 14px 16px 16px; }
.vv-product-recommend-category { margin: 0; color: var(--vv-product-green); font-size: 11.5px; font-weight: 700; letter-spacing: .04em; line-height: 1.35; text-transform: uppercase; }
.vv-product-recommend-body h3 { min-height: 42px; margin: 0; color: var(--vv-product-ink); font-family: Merriweather, Georgia, "Times New Roman", serif; font-size: 16px; font-weight: 700; line-height: 1.3; }
.vv-product-recommend-description { min-height: 54px; margin: 0; color: #657067; font-size: 12.5px; line-height: 1.45; }
.vv-product-recommend-rating { margin: 0; color: #9b7600; font-size: 12px; font-weight: 700; }
.vv-product-recommend-rating i { color: #7a847c; font-style: normal; font-weight: 400; }
.vv-product-recommend-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; }
.vv-product-recommend-price strong { color: var(--vv-product-ink); font-size: 18px; }
.vv-product-recommend-price del { color: #89908a; font-size: 12.5px; }
.vv-product-recommend-price em { color: #1f7a45; font-size: 11.5px; font-style: normal; font-weight: 700; }
.vv-product-recommend-price .vv-member-save { color: #2e5332; }
.vv-product-recommend-stock { margin: 0 0 4px; font-size: 12px; font-weight: 600; }
.vv-product-recommend-stock.is-ok { color: #1f7a45; }
.vv-product-recommend-stock.is-low { color: #a86a08; }
.vv-product-recommend-add { position: relative; z-index: 3; width: 100%; height: 39px; 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: 13px; font-weight: 700; cursor: pointer; }
.vv-product-recommend-add:hover,.vv-product-recommend-add.is-added { background: #236c3c; }
.vv-product-recommend-add:disabled { cursor: wait; opacity: .65; }
.vv-product-recommend-add svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.vv-product-recommend-arrow { position: absolute; z-index: 4; top: 42%; width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 1px solid #d9ded9; border-radius: 50%; background: #fff; color: var(--vv-product-green); box-shadow: 0 4px 14px rgba(24, 55, 31, .1); cursor: pointer; transform: translateY(-50%); }
.vv-product-recommend-arrow:hover { border-color: var(--vv-product-green); background: var(--vv-product-green); color: #fff; }
.vv-product-recommend-arrow.is-prev { left: 7px; }
.vv-product-recommend-arrow.is-next { right: 7px; }
.vv-product-recommend-arrow svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.vv-product-recommend-arrow[hidden] { display: none; }
@media (max-width: 1050px) { .vv-product-recommend-track { grid-auto-columns: calc((100% - 32px) / 3); } }
@media (max-width: 760px) { .vv-product-recommend-track { grid-auto-columns: calc((100% - 16px) / 2); } }
@media (max-width: 560px) { .vv-product-recommendations { padding-top: 36px; } .vv-product-recommendations.is-related { padding-top: 34px; } .vv-product-recommend-head { margin-bottom: 21px; } .vv-product-recommend-head h2 { font-size: 28px; } .vv-product-recommend-head > span { font-size: 12px; } .vv-product-recommend-track { grid-auto-columns: 82%; gap: 13px; padding-inline: 1px; } .vv-product-recommend-body { padding: 13px 14px 15px; } .vv-product-recommend-body h3,.vv-product-recommend-description { min-height: auto; } .vv-product-recommend-arrow { width: 36px; height: 36px; } .vv-product-recommend-arrow.is-prev { left: 5px; } .vv-product-recommend-arrow.is-next { right: 5px; } }
@media (prefers-reduced-motion: reduce) { .vv-product-recommend-track { scroll-behavior: auto; } .vv-product-recommend-card,.vv-product-recommend-media > img { transition: none; } }

@media (max-width: 1180px) {
  .vv-product-overview { grid-template-columns: 76px minmax(390px, 1fr) minmax(375px, .95fr); gap: 16px 24px; }
  .vv-product-thumb { width: 76px; height: 76px; }
  .vv-product-main-media { height: 520px; }
  .vv-product-benefit-icon { width: 47px; height: 47px; }
  .vv-product-benefit-icon svg { width: 24px; height: 24px; }
  .vv-product-step { grid-template-columns: 30px minmax(0, 1fr); }
  .vv-product-step img { position: absolute; right: 8px; bottom: 8px; width: 64px; height: 64px; opacity: .25; }
  .vv-product-step p { position: relative; z-index: 1; }
}

@media (max-width: 980px) {
  .vv-product-shell { width: min(100% - 32px, 900px); }
  .vv-product-overview { grid-template-columns: 72px minmax(0, 1fr); }
  .vv-product-thumbnails { grid-column: 1; grid-row: 1; }
  .vv-product-main-media { grid-column: 2; grid-row: 1; height: 540px; }
  .vv-product-info { grid-column: 1 / -1; padding-top: 6px; }
  .vv-product-info h1 { font-size: 32px; }
  .vv-product-benefits { max-width: 650px; }
  .vv-product-actions { max-width: 680px; }
  .vv-product-mini-trust { max-width: 680px; }
  .vv-product-details { grid-template-columns: 1fr 1fr; }
  .vv-product-promos { gap: 12px; }
  .vv-product-promo { min-height: 220px; padding: 22px; }
  .vv-product-how-grid { grid-template-columns: 1fr 1fr; }
  .vv-product-step:nth-child(2) > svg { display: none; }
  .vv-product-step { border-bottom: 1px solid #e5e3dc; }
  .vv-product-step:nth-last-child(-n+2) { border-bottom: 0; }
}

@media (max-width: 700px) {
  .vv-product-shell { width: min(100% - 24px, 600px); padding-top: 16px; }
  .vv-product-breadcrumb { margin-bottom: 15px; font-size: 10px; }
  .vv-product-breadcrumb a:nth-of-type(n+2),
  .vv-product-breadcrumb a:nth-of-type(n+2) + svg { display: none; }
  .vv-product-overview { grid-template-columns: 1fr; gap: 11px; }
  .vv-product-main-media { grid-column: 1; grid-row: 1; height: auto; aspect-ratio: 1 / 1; }
  .vv-product-thumbnails {
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    overflow-x: auto;
    padding: 1px;
  }
  .vv-product-thumb { width: 100%; height: auto; aspect-ratio: 1 / 1; }
  .vv-product-info { grid-column: 1; grid-row: 3; padding-top: 9px; }
  .vv-product-info h1 { font-size: clamp(25px, 7.5vw, 32px); }
  .vv-product-subtitle { margin-bottom: 11px; }
  .vv-product-rating-row { align-items: baseline; gap: 5px; }
  .vv-product-stars { font-size: 14px; }
  .vv-product-rating-row i { display: none; }
  .vv-product-rating-row > span:last-child { flex-basis: 100%; }
  .vv-product-description { font-size: 11.5px; }
  .vv-product-benefits { gap: 4px; overflow-x: auto; padding-bottom: 4px; }
  .vv-product-benefit { min-width: 67px; }
  .vv-product-benefit-icon { width: 44px; height: 44px; }
  .vv-product-benefit b, .vv-product-benefit small { font-size: 8px; }
  .vv-product-actions { grid-template-columns: 1fr 1fr 44px; gap: 7px; }
  .vv-product-add, .vv-product-buy, .vv-product-action-wish { height: 44px; }
  .vv-product-add { font-size: 12px; }
  .vv-product-buy { font-size: 12px; }
  .vv-product-mini-trust { grid-template-columns: 1fr 1fr; gap: 12px 6px; }
  .vv-product-mini-trust span { justify-content: flex-start; }
  .vv-product-promos { grid-template-columns: 1fr; margin-top: 28px; }
  .vv-product-promo { min-height: 205px; }
  .vv-product-how { margin-top: 26px; }
  .vv-product-how > h2 { font-size: 22px; }
  .vv-product-how-grid { grid-template-columns: 1fr; }
  .vv-product-step { min-height: 116px; grid-template-columns: 34px minmax(0, 1fr) 88px; padding: 13px; }
  .vv-product-step img { position: static; width: 88px; height: 88px; opacity: 1; }
  .vv-product-step > svg { top: auto; right: 50%; bottom: -13px; transform: rotate(90deg) translateY(-50%); transform-origin: center; }
  .vv-product-step:nth-child(2) > svg { display: block; }
  .vv-product-step:nth-last-child(-n+2) { border-bottom: 1px solid #e5e3dc; }
  .vv-product-step:last-child { border-bottom: 0; }
  .vv-product-details { grid-template-columns: 1fr; margin-top: 25px; }
  .vv-product-promise { min-height: 285px; }
}

@media (max-width: 430px) {
  .vv-product-shell { width: calc(100% - 20px); }
  .vv-product-breadcrumb { gap: 5px; }
  .vv-product-main-media { border-radius: 9px; }
  .vv-product-gallery-arrow { width: 36px; height: 36px; }
  .vv-product-gallery-arrow.is-left { left: 10px; }
  .vv-product-gallery-arrow.is-right { right: 10px; }
  .vv-product-wishlist { top: 10px; right: 10px; width: 38px; height: 38px; }
  .vv-product-badge { top: 11px; left: 11px; }
  .vv-product-actions { grid-template-columns: 1fr 1fr; }
  .vv-product-action-wish { display: none; }
  .vv-product-add svg { display: none; }
  .vv-product-stock { display: none; }
  .vv-product-promo { min-height: 188px; padding: 18px; }
  .vv-product-promo > strong { font-size: 14px; }
  .vv-product-promo h2 { font-size: 29px; }
  .vv-product-promo p { font-size: 12px; }
  .vv-product-step { grid-template-columns: 32px minmax(0, 1fr) 74px; }
  .vv-product-step img { width: 74px; height: 78px; }
}

/* Keep the visual gallery beside the longer purchase-information column. */
@media (min-width: 981px) {
  .vv-product-thumbnails,
  .vv-product-main-media {
    position: sticky;
    top: 143px;
    align-self: start;
  }

  .vv-product-thumbnails {
    z-index: 4;
    padding-bottom: 2px;
    background: #fff;
  }

  .vv-product-main-media {
    z-index: 3;
    height: clamp(440px, calc(100vh - 158px), 568px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .vv-product-page *,
  .vv-product-page *::before,
  .vv-product-page *::after { scroll-behavior: auto !important; transition: none !important; }
}
