/** Shopify CDN: Minification failed

Line 885:0 Expected "}" to go with "{"

**/
/* ============================================================
   GlowVibeCo — Component styles
   ============================================================ */

/* responsive helpers */
.gv-only-mobile { display: none; }
@media (max-width: 900px) {
  .gv-only-desk { display: none !important; }
  .gv-only-mobile { display: inline-flex; }
}

/* ---- Announcement bar ---------------------------------------------- */
.gv-announce {
  background: var(--ink);
  color: #fff;
  overflow: hidden;
  font-size: 12px;
  letter-spacing: 0.08em;
  height: 38px;
  display: flex;
  align-items: center;
}
.gv-announce-track {
  display: flex;
  gap: 26px;
  white-space: nowrap;
  align-items: center;
  animation: gv-marquee 26s linear infinite;
  padding-left: 26px;
}
.gv-announce-track span { opacity: .92; }
@keyframes gv-marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .gv-announce-track { animation: none; } }

/* ---- Logo ----------------------------------------------------------- */
.gv-logo { display: inline-flex; align-items: center; gap: 11px; }
.gv-logo-mark {
  width: 38px; height: 38px; border-radius: 11px; flex: none;
  display: grid; place-items: center;
  font-family: var(--font-head); font-weight: 700; font-size: 21px;
  color: #50272b;
  background: linear-gradient(135deg, var(--rose) 0%, var(--champagne) 100%);
  box-shadow: var(--sh-sm);
}
.gv-logo.sm .gv-logo-mark { width: 32px; height: 32px; font-size: 18px; }
.gv-logo-word { font-family: var(--font-head); font-weight: 600; font-size: 23px; letter-spacing: -0.01em; color: var(--ink); }
.gv-logo-word em { font-style: italic; font-weight: 600; color: var(--rose-accent); }
.gv-logo-co { font-family: var(--font-body); font-size: 12px; font-weight: 500; letter-spacing: 0.12em; vertical-align: super; margin-left: 1px; color: var(--ink-soft); }

/* ---- Header --------------------------------------------------------- */
.gv-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,249,248,0.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.gv-header-inner { display: flex; align-items: center; gap: 18px; height: 76px; }
.gv-nav { display: flex; align-items: center; gap: 4px; margin-inline: auto; }
.gv-nav-link {
  position: relative; padding: 9px 13px; font-size: 14px; font-weight: 500; color: var(--ink);
  border-radius: 9px; transition: color .2s, background .2s;
  white-space: nowrap;
}
.gv-nav-link::after {
  content: ""; position: absolute; left: 13px; right: 13px; bottom: 4px; height: 1.5px;
  background: var(--rose-accent); transform: scaleX(0); transform-origin: left; transition: transform .25s;
}
.gv-nav-link:hover { color: var(--rose-accent); }
.gv-nav-link:hover::after { transform: scaleX(1); }
.gv-header-actions { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.gv-iconbtn {
  width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center;
  color: var(--ink); transition: background .2s, color .2s, transform .2s;
}
.gv-iconbtn:hover { background: var(--rose-wash); color: var(--rose-accent); }
.gv-badged { position: relative; }
.gv-count {
  position: absolute; top: 3px; right: 3px; min-width: 17px; height: 17px; padding: 0 4px;
  background: var(--rose-accent); color: #fff; font-size: 10px; font-weight: 600;
  border-radius: 999px; display: grid; place-items: center; border: 2px solid var(--bg);
}
.gv-langbtn {
  display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; border-radius: 9px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.04em; color: var(--ink-soft);
  border: 1px solid var(--line); transition: all .2s;
}
.gv-langbtn:hover { color: var(--rose-accent); border-color: var(--rose); }
.gv-langbtn.lg { width: 100%; justify-content: center; padding: 14px; font-size: 14px; margin-top: 20px; }

/* ---- Mobile menu ---------------------------------------------------- */
.gv-mmenu {
  position: fixed; inset: 0; z-index: 80; background: var(--bg);
  display: flex; flex-direction: column; padding: 20px var(--gut);
  transform: translateX(-100%); transition: transform .35s cubic-bezier(.2,.7,.3,1);
}
.gv-mmenu.open { transform: none; }
.gv-mmenu-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.gv-mmenu-nav { display: flex; flex-direction: column; }
.gv-mmenu-nav a, .gv-mmenu-nav button {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 4px; font-family: var(--font-head); font-size: 22px; color: var(--ink);
  border-bottom: 1px solid var(--line); text-align: left;
}
.gv-mmenu-nav a svg, .gv-mmenu-nav button svg { color: var(--rose-accent); }

/* ---- Hero ----------------------------------------------------------- */
.gv-hero { position: relative; min-height: clamp(560px, 78vh, 760px); display: flex; align-items: center; overflow: hidden; }
.gv-hero-media { position: absolute; inset: 0; }
.gv-hero-veil {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(255,249,248,0.96) 0%, rgba(255,249,248,0.82) 38%, rgba(255,249,248,0.25) 70%, transparent 100%);
}
.gv-hero-inner { position: relative; z-index: 2; }
.gv-hero-copy { max-width: 580px; display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.gv-hero-copy h1 { font-size: clamp(44px, 7vw, 82px); font-weight: 700; line-height: 1.02; }
.gv-hero-copy h1 span:nth-child(2) { font-style: italic; color: var(--rose-accent); }
.gv-hero-copy > p { font-size: clamp(16px, 2vw, 19px); line-height: 1.6; color: var(--ink-soft); max-width: 440px; }
.gv-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.gv-hero-trust { display: flex; gap: 22px; margin-top: 6px; flex-wrap: wrap; }
.gv-hero-trust span { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; color: var(--ink-soft); font-weight: 500; }
.gv-hero-floats { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.gv-hero-float { position: absolute; border-radius: var(--r-img); box-shadow: var(--sh-lg); }
.gv-hero-float.f1 { width: 190px; height: 240px; right: 8%; top: 18%; animation: gv-float 7s ease-in-out infinite; }
.gv-hero-float.f2 { width: 150px; height: 150px; right: 26%; bottom: 14%; border-radius: 999px; animation: gv-float 8s ease-in-out infinite reverse; }
@keyframes gv-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }
@media (max-width: 900px) { .gv-hero-floats { display: none; } .gv-hero-veil { background: linear-gradient(180deg, rgba(255,249,248,0.7), rgba(255,249,248,0.95)); } }
@media (prefers-reduced-motion: reduce) { .gv-hero-float { animation: none; } }

/* ---- Categories ----------------------------------------------------- */
.gv-cats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.gv-cat-card {
  position: relative; aspect-ratio: 3/4; border-radius: var(--r-card); overflow: hidden;
  text-align: left; box-shadow: var(--sh-sm); transition: transform .35s, box-shadow .35s;
}
.gv-cat-card:hover { transform: translateY(-5px); box-shadow: var(--sh-md); }
.gv-cat-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(42,34,33,0.62) 0%, rgba(42,34,33,0.08) 48%, transparent 100%); }
.gv-cat-text { position: absolute; left: 20px; right: 20px; bottom: 20px; color: #fff; z-index: 2; }
.gv-cat-text h3 { color: #fff; font-size: clamp(20px, 2vw, 26px); margin-bottom: 6px; }
.gv-cat-text span { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 500; opacity: .92; }
.gv-cat-card:hover .gv-cat-text span svg { transform: translateX(4px); transition: transform .25s; }
@media (max-width: 900px) { .gv-cats-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

/* ---- Product grid + card ------------------------------------------- */
.gv-grid-4 { display: grid; grid-template-columns: repeat(var(--grid-n, 4), 1fr); gap: 22px; }
@media (max-width: 1100px) { .gv-grid-4 { grid-template-columns: repeat(3, 1fr) !important; } }
@media (max-width: 820px)  { .gv-grid-4 { grid-template-columns: repeat(2, 1fr) !important; gap: 14px; } }
@media (max-width: 520px)  { .gv-grid-4 { grid-template-columns: 1fr !important; } }

.gv-pcard { cursor: pointer; display: flex; flex-direction: column; gap: 14px; }
.gv-pcard-media {
  position: relative; aspect-ratio: 4/5; border-radius: var(--r-card); overflow: hidden;
  background: var(--white); box-shadow: var(--sh-sm); transition: box-shadow .3s, transform .3s;
}
.gv-pcard:hover .gv-pcard-media { box-shadow: var(--sh-md); transform: translateY(-4px); }
.gv-pcard-badges { position: absolute; top: 12px; left: 12px; display: flex; flex-direction: column; gap: 6px; z-index: 3; }
.gv-wish {
  position: absolute; top: 11px; right: 11px; z-index: 3; width: 38px; height: 38px; border-radius: 999px;
  display: grid; place-items: center; background: rgba(255,255,255,0.9); color: var(--ink);
  backdrop-filter: blur(6px); transition: all .2s; box-shadow: var(--sh-sm);
}
.gv-wish:hover { color: var(--rose-accent); transform: scale(1.08); }
.gv-wish.on { color: var(--rose-accent); }
.gv-quickadd { position: absolute; left: 12px; right: 12px; bottom: 12px; z-index: 3; opacity: 0; transform: translateY(10px); transition: opacity .28s, transform .28s; }
.gv-quickadd.show { opacity: 1; transform: none; }
@media (max-width: 900px) { .gv-quickadd { opacity: 1; transform: none; } }
.gv-pcard-body { display: flex; flex-direction: column; gap: 5px; }
.gv-pcard-brand { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint); }
.gv-pcard-name { font-family: var(--font-body); font-size: 15px; font-weight: 500; line-height: 1.35; color: var(--ink); }
.gv-pcard-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 4px; }
.gv-pcard-price { display: flex; align-items: baseline; gap: 8px; }
.gv-price-now { font-size: 16px; font-weight: 600; color: var(--ink); }
.gv-price-was { font-size: 13px; color: var(--ink-faint); text-decoration: line-through; }
.gv-pcard-rate { display: inline-flex; align-items: center; gap: 4px; font-size: 12.5px; font-weight: 600; color: var(--ink-soft); }
.gv-pcard-rate svg { color: var(--rose-accent); }

.gv-featured-foot { display: flex; justify-content: center; margin-top: 44px; }

/* ---- Promo banner --------------------------------------------------- */
.gv-promo-card {
  position: relative; overflow: hidden; border-radius: calc(var(--r-card) + 6px);
  background: linear-gradient(120deg, var(--rose) 0%, var(--champagne) 100%);
  box-shadow: var(--sh-md);
}
.gv-promo-inner { position: relative; z-index: 2; padding: clamp(40px, 6vw, 72px); max-width: 620px; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.gv-promo-inner .gv-eyebrow { color: #7a3f44; }
.gv-promo-inner h2 { font-size: clamp(32px, 4.6vw, 56px); color: #3a1e21; }
.gv-promo-inner > p { color: #5e3236; font-size: 16px; }
.gv-promo-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: stretch; margin-top: 10px; }
.gv-code {
  display: flex; flex-direction: column; align-items: flex-start; gap: 1px;
  padding: 11px 20px; border-radius: var(--r-btn); background: rgba(255,255,255,0.55);
  border: 1.5px dashed rgba(80,39,43,0.4); transition: background .2s;
}
.gv-code:hover { background: rgba(255,255,255,0.78); }
.gv-code-label { font-size: 9px; letter-spacing: 0.2em; color: #7a3f44; font-weight: 700; }
.gv-code-val { font-family: var(--font-head); font-size: 22px; font-weight: 700; color: #3a1e21; letter-spacing: 0.04em; }
.gv-code-copy { font-size: 11px; color: #7a3f44; font-weight: 500; }

/* ---- Benefits ------------------------------------------------------- */
.gv-benefits { background: var(--white); border-block: 1px solid var(--line); }
.gv-benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.gv-benefit { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.gv-benefit-ic { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: var(--rose-wash); color: var(--rose-accent); }
.gv-benefit strong { font-size: 16px; font-weight: 600; }
.gv-benefit p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.5; }
@media (max-width: 820px) { .gv-benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 18px; } }

/* ---- Testimonials --------------------------------------------------- */
.gv-testi { background: var(--rose-wash); }
.gv-testi-stage { display: flex; align-items: center; gap: 18px; }
.gv-testi-cards { position: relative; flex: 1; height: 280px; overflow: hidden; }
.gv-testi-card {
  position: absolute; inset: 0; margin: auto; max-width: 680px; left: 0; right: 0;
  background: var(--white); border-radius: var(--r-card); padding: clamp(28px, 4vw, 48px);
  box-shadow: var(--sh-md); display: flex; flex-direction: column; gap: 18px; justify-content: center;
  transition: transform .55s cubic-bezier(.4,0,.2,1), opacity .55s; opacity: 0;
}
.gv-testi-card.active { opacity: 1; }
.gv-testi-card blockquote { font-family: var(--font-head); font-size: clamp(19px, 2.4vw, 26px); line-height: 1.4; color: var(--ink); margin: 0; font-weight: 500; }
.gv-testi-card figcaption { display: flex; align-items: center; gap: 13px; }
.gv-testi-card figcaption strong { display: block; font-size: 14px; }
.gv-testi-card figcaption span { font-size: 12.5px; color: var(--ink-faint); }
.gv-testi-nav { width: 48px; height: 48px; border-radius: 999px; background: var(--white); color: var(--ink); display: grid; place-items: center; box-shadow: var(--sh-sm); flex: none; transition: all .2s; }
.gv-testi-nav:hover { color: var(--rose-accent); transform: scale(1.06); }
.gv-dots { display: flex; justify-content: center; gap: 8px; margin-top: 28px; }
.gv-dots button { width: 8px; height: 8px; border-radius: 999px; background: var(--rose); opacity: .4; transition: all .25s; }
.gv-dots button.on { opacity: 1; width: 24px; background: var(--rose-accent); }
@media (max-width: 900px) { .gv-testi-nav { display: none; } .gv-testi-cards { height: 320px; } }

/* ---- Instagram ------------------------------------------------------ */
.gv-insta-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 10px; }
.gv-insta-cell { position: relative; aspect-ratio: 1; border-radius: 14px; overflow: hidden; display: grid; place-items: center; }
.gv-insta-ic { position: relative; z-index: 2; color: #fff; opacity: 0; transform: scale(.8); transition: all .25s; }
.gv-insta-cell::before { content: ""; position: absolute; inset: 0; background: rgba(42,34,33,0.32); opacity: 0; transition: opacity .25s; }
.gv-insta-cell:hover::before { opacity: 1; }
.gv-insta-cell:hover .gv-insta-ic { opacity: 1; transform: none; }
.gv-insta-foot { display: flex; justify-content: center; margin-top: 28px; }
@media (max-width: 900px) { .gv-insta-grid { grid-template-columns: repeat(4, 1fr); } }

/* ---- Newsletter ----------------------------------------------------- */
.gv-news { background: var(--ink); color: #fff; }
.gv-news-inner { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; max-width: 620px; margin-inline: auto; }
.gv-news-inner h2 { color: #fff; font-size: clamp(28px, 4vw, 44px); }
.gv-news-inner > p { color: rgba(255,255,255,0.7); font-size: 16px; line-height: 1.6; }
.gv-news-form { display: flex; gap: 10px; width: 100%; max-width: 480px; margin-top: 12px; }
.gv-news-form input {
  flex: 1; padding: 15px 20px; border-radius: var(--r-btn); border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.06); color: #fff; font-family: var(--font-body); font-size: 15px;
}
.gv-news-form input::placeholder { color: rgba(255,255,255,0.5); }
.gv-news-form input:focus { outline: none; border-color: var(--rose); background: rgba(255,255,255,0.1); }
.gv-news-form .gv-btn-primary { background: var(--rose); color: #50272b; }
.gv-news-form .gv-btn-primary:hover { background: var(--rose-accent); }
.gv-news-done { color: var(--rose); font-weight: 500; }
@media (max-width: 560px) { .gv-news-form { flex-direction: column; } }

/* ---- Footer --------------------------------------------------------- */
.gv-footer { background: #211b1a; color: rgba(255,255,255,0.7); padding-top: 64px; }
.gv-footer .gv-logo-word { color: #fff; }
.gv-footer .gv-logo-co { color: rgba(255,255,255,0.6); }
.gv-footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; }
.gv-footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; max-width: 280px; }
.gv-footer-brand p { font-size: 14px; line-height: 1.6; }
.gv-footer-social { display: flex; gap: 10px; }
.gv-footer-social a { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; background: rgba(255,255,255,0.08); color: #fff; transition: all .2s; }
.gv-footer-social a:hover { background: var(--rose); color: #50272b; }
.gv-footer-col { display: flex; flex-direction: column; gap: 13px; }
.gv-footer-col h4 { color: #fff; font-family: var(--font-body); font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 4px; }
.gv-footer-col a, .gv-footer-col button { text-align: left; font-size: 14px; color: rgba(255,255,255,0.62); transition: color .2s; }
.gv-footer-col a:hover, .gv-footer-col button:hover { color: var(--rose); }
.gv-footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-block: 24px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 12.5px; flex-wrap: wrap; gap: 10px; }
.gv-footer-pay { display: inline-flex; align-items: center; gap: 8px; }
@media (max-width: 820px) { .gv-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } .gv-footer-brand { grid-column: 1 / -1; } }

/* ---- Search overlay ------------------------------------------------- */
.gv-search-ov { position: fixed; inset: 0; z-index: 90; background: rgba(42,34,33,0.4); backdrop-filter: blur(4px); opacity: 0; pointer-events: none; transition: opacity .25s; }
.gv-search-ov.open { opacity: 1; pointer-events: auto; }
.gv-search-panel { background: var(--bg); max-width: 640px; margin: 9vh auto 0; border-radius: var(--r-card); box-shadow: var(--sh-lg); overflow: hidden; transform: translateY(-12px); transition: transform .3s; }
.gv-search-ov.open .gv-search-panel { transform: none; }
.gv-search-bar { display: flex; align-items: center; gap: 12px; padding: 18px 18px; border-bottom: 1px solid var(--line); }
.gv-search-bar input { flex: 1; border: none; background: none; font-family: var(--font-body); font-size: 17px; color: var(--ink); }
.gv-search-bar input:focus { outline: none; }
.gv-search-sugg { padding: 20px; display: flex; flex-direction: column; gap: 12px; }
.gv-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.gv-chip { padding: 8px 16px; border-radius: 999px; background: var(--rose-wash); color: var(--ink); font-size: 13px; font-weight: 500; transition: all .2s; }
.gv-chip:hover { background: var(--rose); color: #50272b; }
.gv-search-results { padding: 8px; display: flex; flex-direction: column; }
.gv-search-row { display: flex; align-items: center; gap: 14px; padding: 10px 12px; border-radius: 12px; text-align: left; transition: background .2s; }
.gv-search-row:hover { background: var(--rose-wash); }
.gv-search-row > div { flex: 1; display: flex; flex-direction: column; }
.gv-search-row strong { font-size: 14.5px; font-weight: 500; }
.gv-search-row span { font-size: 12px; color: var(--ink-faint); }
.gv-search-price { font-weight: 600; font-size: 15px; }
.gv-search-empty { padding: 30px; text-align: center; color: var(--ink-faint); }

/* ---- Drawers + scrim ------------------------------------------------ */
.gv-scrim { position: fixed; inset: 0; z-index: 70; background: rgba(42,34,33,0.42); backdrop-filter: blur(3px); opacity: 0; pointer-events: none; transition: opacity .3s; }
.gv-scrim.on { opacity: 1; pointer-events: auto; }
.gv-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 75; width: min(440px, 92vw);
  background: var(--bg); display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform .4s cubic-bezier(.3,.8,.3,1); box-shadow: var(--sh-lg);
}
.gv-drawer.open { transform: none; }
.gv-drawer-left { right: auto; left: 0; transform: translateX(-100%); }
.gv-drawer-left.open { transform: none; }
.gv-drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 22px 18px; border-bottom: 1px solid var(--line); }
.gv-drawer-head h3 { font-size: 22px; display: flex; align-items: center; gap: 10px; }
.gv-drawer-n { font-family: var(--font-body); font-size: 12px; font-weight: 600; background: var(--rose-accent); color: #fff; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 999px; display: grid; place-items: center; }
.gv-drawer-body { flex: 1; overflow-y: auto; padding: 22px; }
.gv-drawer-foot { padding: 18px 22px 22px; border-top: 1px solid var(--line); background: var(--white); display: flex; flex-direction: column; gap: 12px; }
.gv-drawer-empty { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; padding: 60px 20px; }
.gv-empty-ic { width: 72px; height: 72px; border-radius: 999px; background: var(--rose-wash); color: var(--rose-accent); display: grid; place-items: center; }
.gv-drawer-empty strong { font-family: var(--font-head); font-size: 21px; }
.gv-drawer-empty p { color: var(--ink-soft); font-size: 14px; max-width: 240px; }
.gv-drawer-empty .gv-btn { margin-top: 8px; }

.gv-freebar { padding: 14px 22px; background: var(--champ-wash); }
.gv-freebar p { font-size: 13px; color: #5e3236; }
.gv-freebar-track { height: 6px; border-radius: 999px; background: rgba(0,0,0,0.07); margin-top: 8px; overflow: hidden; }
.gv-freebar-fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--rose), var(--champagne)); transition: width .5s; }

.gv-cart-lines { display: flex; flex-direction: column; gap: 18px; }
.gv-cart-line { display: flex; gap: 14px; position: relative; }
.gv-cart-line-info { flex: 1; display: flex; flex-direction: column; }
.gv-cart-brand { font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-faint); }
.gv-cart-line-info strong { font-size: 14.5px; font-weight: 500; line-height: 1.3; margin-top: 2px; }
.gv-cart-variant { font-size: 12px; color: var(--ink-soft); margin-top: 2px; }
.gv-cart-line-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 10px; }
.gv-cart-line-price { font-weight: 600; font-size: 15px; }
.gv-cart-remove { position: absolute; top: 0; right: 0; width: 28px; height: 28px; border-radius: 8px; display: grid; place-items: center; color: var(--ink-faint); transition: all .2s; }
.gv-cart-remove:hover { background: var(--rose-wash); color: var(--rose-accent); }

.gv-qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: var(--r-btn); overflow: hidden; }
.gv-qty button { width: 38px; height: 38px; display: grid; place-items: center; color: var(--ink); transition: background .2s; }
.gv-qty button:hover { background: var(--rose-wash); }
.gv-qty span { min-width: 30px; text-align: center; font-weight: 600; font-size: 14px; }
.gv-qty.sm button { width: 30px; height: 30px; }
.gv-qty.sm span { min-width: 26px; font-size: 13px; }

.gv-cart-recs { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 10px; }
.gv-cart-recs-row { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
.gv-cart-recs-row::-webkit-scrollbar { display: none; }
.gv-cart-rec { flex: 0 0 86px; display: flex; flex-direction: column; gap: 5px; }
.gv-cart-rec img { width: 86px !important; height: 86px !important; aspect-ratio: unset !important; object-fit: cover; border-radius: 10px; flex: none; }
.gv-cart-rec strong { font-size: 10.5px; font-weight: 500; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.gv-cart-rec-foot { display: flex; align-items: center; justify-content: space-between; }
.gv-cart-rec-foot span { font-size: 11px; font-weight: 600; }
.gv-cart-rec-foot button { width: 22px; height: 22px; border-radius: 6px; background: var(--ink); color: #fff; display: grid; place-items: center; transition: background .2s; }
.gv-cart-rec-foot button:hover { background: var(--rose-accent); }

.gv-cart-totals { display: flex; flex-direction: column; gap: 7px; }
.gv-cart-row { display: flex; justify-content: space-between; font-size: 14px; }
.gv-cart-row strong { font-size: 17px; }
.gv-cart-row.gv-muted { color: var(--ink-soft); }
.gv-cart-continue { font-size: 13px; color: var(--ink-soft); text-align: center; text-decoration: underline; text-underline-offset: 3px; }
.gv-cart-continue:hover { color: var(--rose-accent); }

/* ---- Toast ---------------------------------------------------------- */
.gv-toast {
  position: fixed; bottom: 28px; left: 50%; z-index: 95;
  transform: translate(-50%, 80px); background: var(--ink); color: #fff;
  padding: 14px 22px; border-radius: 999px; display: inline-flex; align-items: center; gap: 10px;
  font-size: 14px; font-weight: 500; box-shadow: var(--sh-lg); opacity: 0; pointer-events: none;
  transition: transform .4s cubic-bezier(.2,.7,.3,1), opacity .3s;
}
.gv-toast svg { color: var(--rose); }
.gv-toast.show { transform: translate(-50%, 0); opacity: 1; }

/* ============================================================
   Collection page
   ============================================================ */
.gv-coll-hero { position: relative; overflow: hidden; padding-block: clamp(40px, 6vw, 72px); border-bottom: 1px solid var(--line); }
.gv-coll-hero .gv-container { position: relative; z-index: 2; }
.gv-coll-hero h1 { font-size: clamp(34px, 5vw, 58px); margin-top: 10px; }
.gv-breadcrumb { font-size: 13px; color: var(--ink-soft); transition: color .2s; }
.gv-breadcrumb:hover { color: var(--rose-accent); }
.gv-breadcrumb-sep { color: var(--ink-faint); margin-inline: 8px; font-size: 13px; }
.gv-breadcrumb-cur { font-size: 13px; color: var(--ink); font-weight: 500; }
.gv-coll-body { display: grid; grid-template-columns: 248px 1fr; gap: 40px; padding-top: 36px; padding-bottom: 80px; align-items: start; }
.gv-coll-aside { position: sticky; top: 96px; }
@media (max-width: 900px) { .gv-coll-body { grid-template-columns: 1fr; } }

.gv-filters { display: flex; flex-direction: column; gap: 26px; }
.gv-filter-group { display: flex; flex-direction: column; gap: 10px; }
.gv-filter-group h4 { font-family: var(--font-body); font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 4px; }
.gv-check { display: flex; align-items: center; gap: 10px; padding: 5px 0; text-align: left; }
.gv-check-box { width: 19px; height: 19px; border-radius: 6px; border: 1.5px solid var(--line); display: grid; place-items: center; color: #fff; transition: all .2s; flex: none; }
.gv-check.on .gv-check-box { background: var(--rose-accent); border-color: var(--rose-accent); }
.gv-check-label { flex: 1; font-size: 14px; color: var(--ink); }
.gv-check.on .gv-check-label { font-weight: 500; }
.gv-check-count { font-size: 12px; color: var(--ink-faint); }
.gv-check:hover .gv-check-box { border-color: var(--rose); }
.gv-range { width: 100%; -webkit-appearance: none; appearance: none; height: 4px; border-radius: 999px; background: var(--line); }
.gv-range::-webkit-slider-thumb { -webkit-appearance: none; width: 18px; height: 18px; border-radius: 999px; background: var(--rose-accent); cursor: pointer; box-shadow: var(--sh-sm); }
.gv-range::-moz-range-thumb { width: 18px; height: 18px; border: none; border-radius: 999px; background: var(--rose-accent); cursor: pointer; }
.gv-range-val { font-size: 13px; color: var(--ink-soft); }

.gv-coll-bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; gap: 14px; }
.gv-coll-count { font-size: 14px; color: var(--ink-soft); }
.gv-coll-tools { display: flex; gap: 10px; }
.gv-tool-btn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 15px; border-radius: var(--r-btn); border: 1px solid var(--line); background: var(--white); font-size: 13.5px; color: var(--ink); transition: all .2s; }
.gv-tool-btn:hover { border-color: var(--rose); }
.gv-tool-btn strong { font-weight: 600; }
.gv-tool-n { background: var(--rose-accent); color: #fff; min-width: 18px; height: 18px; border-radius: 999px; font-size: 11px; display: grid; place-items: center; padding: 0 5px; }
.gv-sort { position: relative; }
.gv-sort-menu { position: absolute; top: calc(100% + 6px); right: 0; z-index: 20; background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--sh-md); padding: 6px; min-width: 190px; display: flex; flex-direction: column; }
.gv-sort-menu button { text-align: left; padding: 10px 12px; border-radius: 8px; font-size: 13.5px; color: var(--ink); transition: background .2s; }
.gv-sort-menu button:hover { background: var(--rose-wash); }
.gv-sort-menu button.on { color: var(--rose-accent); font-weight: 600; }
.gv-active-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; align-items: center; }
.gv-pill { display: inline-flex; align-items: center; gap: 6px; padding: 7px 13px; border-radius: 999px; background: var(--rose-wash); color: var(--ink); font-size: 12.5px; font-weight: 500; transition: background .2s; }
.gv-pill:hover { background: var(--rose); }
.gv-clear { font-size: 12.5px; color: var(--ink-soft); text-decoration: underline; text-underline-offset: 3px; }
.gv-clear:hover { color: var(--rose-accent); }
.gv-coll-grid { margin-top: 4px; }
.gv-coll-empty { padding: 60px 0; text-align: center; color: var(--ink-soft); }

/* ============================================================
   Product page
   ============================================================ */
.gv-prod-top { padding-top: 22px; }
.gv-prod-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(28px, 4vw, 56px); padding-top: 22px; padding-bottom: 40px; align-items: start; }
@media (max-width: 900px) { .gv-prod-grid { grid-template-columns: 1fr; } }
.gv-prod-gallery { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 12px; }
@media (max-width: 900px) { .gv-prod-gallery { position: static; } }
.gv-prod-main { position: relative; aspect-ratio: 1; border-radius: var(--r-img); overflow: hidden; box-shadow: var(--sh-sm); }
.gv-prod-zoom { position: absolute; bottom: 14px; right: 14px; width: 40px; height: 40px; border-radius: 999px; background: rgba(255,255,255,0.85); backdrop-filter: blur(6px); display: grid; place-items: center; color: var(--ink); z-index: 2; }
.gv-prod-badges { position: absolute; top: 14px; left: 14px; display: flex; gap: 6px; z-index: 2; }
.gv-prod-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gv-prod-thumb { position: relative; aspect-ratio: 1; border-radius: 12px; overflow: hidden; border: 2px solid transparent; transition: border-color .2s; }
.gv-prod-thumb.on { border-color: var(--rose-accent); }

.gv-prod-info { display: flex; flex-direction: column; }
.gv-prod-brand { font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint); }
.gv-prod-info h1 { font-size: clamp(28px, 3.6vw, 42px); margin: 8px 0 12px; }
.gv-prod-rating { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.gv-prod-rating span { font-size: 13px; color: var(--ink-soft); }
.gv-prod-price { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.gv-prod-price .gv-price-now { font-size: 28px; }
.gv-prod-price .gv-price-was { font-size: 17px; }
.gv-prod-blurb { font-size: 15.5px; line-height: 1.6; color: var(--ink-soft); margin-bottom: 24px; }
.gv-variant { margin-bottom: 22px; display: flex; flex-direction: column; gap: 11px; }
.gv-variant-label { font-size: 13px; font-weight: 600; color: var(--ink); }
.gv-shades { display: flex; gap: 10px; }
.gv-shade { width: 36px; height: 36px; border-radius: 999px; border: 2px solid var(--white); box-shadow: 0 0 0 1.5px var(--line); transition: all .2s; }
.gv-shade.on { box-shadow: 0 0 0 2px var(--rose-accent); transform: scale(1.08); }
.gv-sizes { display: flex; gap: 10px; flex-wrap: wrap; }
.gv-size { padding: 11px 20px; border-radius: var(--r-btn); border: 1.5px solid var(--line); font-size: 14px; font-weight: 500; color: var(--ink); transition: all .2s; }
.gv-size.on { border-color: var(--ink); background: var(--ink); color: #fff; }
.gv-prod-stock { margin-bottom: 20px; font-size: 13.5px; font-weight: 500; }
.gv-stock-in { color: #4a8a5e; }
.gv-stock-low { color: #c98a3a; }
.gv-stock-out { color: var(--rose-accent); }
.gv-prod-buy { display: flex; gap: 12px; margin-bottom: 12px; }
.gv-prod-wish { border: 1.5px solid var(--line); width: 54px; height: 54px; flex: none; }
.gv-prod-wish:hover, .gv-prod-wish.on { color: var(--rose-accent); border-color: var(--rose); }
.gv-prod-buy .gv-btn { height: 54px; }
.gv-prod-assurances { display: flex; flex-direction: column; gap: 12px; margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line); }
.gv-prod-assurances li { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--ink-soft); }
.gv-prod-assurances svg { color: var(--rose-accent); flex: none; }

.gv-prod-tabs { padding-bottom: 40px; }
.gv-tabs-head { display: flex; gap: 4px; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.gv-tab { padding: 14px 20px; font-size: 14px; font-weight: 500; color: var(--ink-soft); position: relative; transition: color .2s; }
.gv-tab.on { color: var(--ink); }
.gv-tab::after { content: ""; position: absolute; left: 16px; right: 16px; bottom: -1px; height: 2px; background: var(--rose-accent); transform: scaleX(0); transition: transform .25s; }
.gv-tab.on::after { transform: scaleX(1); }
.gv-tabs-body { padding: 26px 4px; max-width: 760px; }
.gv-tabs-body p { font-size: 15.5px; line-height: 1.75; color: var(--ink-soft); }
.gv-related { background: var(--rose-wash); }

/* ---- Announcement bar (multiple messages) -------------------------------- */
.gv-announce-single { margin: 0; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 2rem; }
.gv-announce-track  { position: relative; flex: 1; overflow: hidden; height: 100%; }
.gv-announce-slide  { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .4s; pointer-events: none; }
.gv-announce-slide.on { opacity: 1; pointer-events: auto; }
.gv-announce-prev,
.gv-announce-next   { background: none; border: none; padding: 0 12px; cursor: pointer; font-size: 22px; line-height: 1; opacity: .7; }
.gv-announce-prev:hover,
.gv-announce-next:hover { opacity: 1; }

/* ---- Product card: hover second image ------------------------------------ */
.gv-pcard-media     { position: relative; overflow: hidden; border-radius: var(--r-img); aspect-ratio: 3/4; display: block; background: var(--rose-wash); }
.gv-pcard-img       { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .4s, transform .5s; }
.gv-pcard-img-hover { opacity: 0; transform: scale(1.04); }
@media (hover: hover) {
  .gv-pcard-media:hover .gv-pcard-img-primary { opacity: 0; }
  .gv-pcard-media:hover .gv-pcard-img-hover   { opacity: 1; transform: scale(1); }
}
.gv-pcard-badges    { position: absolute; top: 10px; left: 10px; display: flex; flex-direction: column; gap: 4px; z-index: 1; pointer-events: none; }
.gv-wish            { position: absolute; top: 10px; right: 10px; z-index: 2; background: rgba(255,255,255,.9); border: none; width: 36px; height: 36px; border-radius: 999px; display: grid; place-items: center; cursor: pointer; transition: color .2s, transform .2s; }
.gv-wish:hover, .gv-wish.on { color: var(--rose-accent); transform: scale(1.12); }
.gv-quickadd        { position: absolute; bottom: 10px; left: 10px; right: 10px; opacity: 0; transform: translateY(8px); transition: all .25s; pointer-events: none; }
.gv-pcard-media:hover .gv-quickadd,
.gv-pcard-media:focus-within .gv-quickadd { opacity: 1; transform: none; pointer-events: auto; }
.gv-pcard-body      { padding: 14px 2px 0; }
.gv-pcard-brand     { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-soft); display: block; margin-bottom: 4px; }
.gv-pcard-name      { font-size: 14.5px; font-weight: 500; margin: 0 0 8px; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.gv-pcard-name a    { color: var(--ink); text-decoration: none; }
.gv-pcard-name a:hover { color: var(--rose-accent); }
.gv-pcard-foot      { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.gv-pcard-price     { display: flex; align-items: baseline; gap: 7px; flex-wrap: wrap; }
.gv-pcard-rate      { display: flex; align-items: center; gap: 3px; font-size: 12.5px; color: var(--ink-soft); white-space: nowrap; }
.gv-pcard-rate svg  { color: #e8c068; }

/* ---- Countdown timer (inline on product page) ---------------------------- */
.gv-prod-countdown  { display: inline-flex; align-items: center; gap: 8px; background: #fff3e0; color: #b04b00; font-size: 13px; font-weight: 600; padding: 8px 14px; border-radius: var(--r-btn); margin-bottom: 18px; }
.gv-prod-countdown svg { flex: none; }
.gv-prod-countdown strong { font-variant-numeric: tabular-nums; }

/* ---- Countdown banner section ------------------------------------------- */
.gv-countdown-banner { padding: 24px 0; }
.gv-countdown-inner  { display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; text-align: center; }
.gv-countdown-heading { font-size: 16px; font-weight: 600; margin: 0; }
.gv-countdown-timer  { display: flex; align-items: center; gap: 4px; }
.gv-cd-unit          { display: flex; flex-direction: column; align-items: center; min-width: 56px; }
.gv-cd-unit strong   { font-size: 32px; font-weight: 700; font-variant-numeric: tabular-nums; line-height: 1; }
.gv-cd-unit span     { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; opacity: .7; }
.gv-cd-sep           { font-size: 26px; font-weight: 700; line-height: 1; opacity: .6; margin-bottom: 14px; }

/* ---- Urgency widget ------------------------------------------------------ */
.gv-urgency          { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--ink-soft); margin-bottom: 16px; }
.gv-urgency svg      { color: var(--rose-accent); flex: none; }
.gv-urgency strong   { color: var(--ink); }

/* ---- Sticky ATC bar ------------------------------------------------------ */
.gv-sticky-atc       { position: fixed; bottom: 0; left: 0; right: 0; z-index: 200; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-top: 1px solid var(--line); transform: translateY(100%); transition: transform .3s cubic-bezier(.4,0,.2,1); box-shadow: 0 -4px 24px rgba(0,0,0,.08); }
.gv-sticky-atc.visible { transform: none; }
.gv-sticky-atc-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 0; }
.gv-sticky-atc-info  { display: flex; align-items: center; gap: 12px; flex: 1; min-width: 0; }
.gv-sticky-atc-name  { display: block; font-size: 14px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gv-sticky-atc-price { font-size: 13px; color: var(--ink-soft); }
@media (max-width: 600px) { .gv-sticky-atc-info { display: none; } }

/* ---- Newsletter popup ---------------------------------------------------- */
.gv-popup            { position: fixed; inset: 0; z-index: 400; display: grid; place-items: center; padding: 16px; pointer-events: none; opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.gv-popup.open       { pointer-events: auto; opacity: 1; visibility: visible; }
.gv-popup[hidden]    { display: none; }
.gv-scrim[data-popup-overlay] { position: fixed; inset: 0; z-index: 390; background: rgba(0,0,0,.5); opacity: 0; transition: opacity .3s; pointer-events: none; }
.gv-scrim[data-popup-overlay].open { opacity: 1; pointer-events: auto; }
.gv-popup-inner      { background: var(--bg); border-radius: var(--r-card); overflow: hidden; display: flex; max-width: 780px; width: 100%; position: relative; box-shadow: 0 24px 64px rgba(0,0,0,.18); transform: scale(.94) translateY(16px); opacity: 0; transition: transform .35s cubic-bezier(.4,0,.2,1), opacity .35s; }
.gv-popup.open .gv-popup-inner { transform: none; opacity: 1; }
.gv-popup-img        { flex: 0 0 42%; overflow: hidden; }
.gv-popup-img img    { width: 100%; height: 100%; object-fit: cover; display: block; }
.gv-popup-copy       { flex: 1; padding: 44px 36px; display: flex; flex-direction: column; gap: 12px; }
.gv-popup-close      { position: absolute; top: 12px; right: 12px; z-index: 1; background: rgba(255,255,255,.9); }
.gv-popup-sub        { font-size: 15px; color: var(--ink-soft); margin: 0; }
.gv-popup-code       { background: var(--rose-wash); border-radius: var(--r-btn); padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.gv-code-label       { font-size: 12px; color: var(--ink-soft); text-transform: uppercase; letter-spacing: .06em; }
.gv-code-val         { font-size: 18px; letter-spacing: .12em; color: var(--rose-accent); }
.gv-popup-form-row   { display: flex; gap: 8px; }
.gv-popup-form-row input { flex: 1; height: 48px; border: 1.5px solid var(--line); border-radius: var(--r-btn); padding: 0 16px; font-size: 14px; outline: none; transition: border-color .2s; }
.gv-popup-form-row input:focus { border-color: var(--rose-accent); }
.gv-popup-thanks     { font-size: 14px; color: #4a8a5e; font-weight: 500; }
.gv-popup-privacy    { font-size: 12px; color: var(--ink-soft); }
@media (max-width: 640px) {
  .gv-popup-img { display: none; }
  .gv-popup-copy { padding: 36px 24px; }
  .gv-popup-form-row { flex-direction: column; }
}

/* ---- Trust badges row ---------------------------------------------------- */
.gv-trust-row        { background: var(--champagne); }
.gv-trust-list       { display: flex; align-items: center; justify-content: center; gap: 32px; flex-wrap: wrap; padding: 24px 0; margin: 0; list-style: none; }
.gv-trust-item       { display: flex; align-items: center; gap: 12px; font-size: 14px; }
.gv-trust-ic         { color: var(--rose-accent); flex: none; }
.gv-trust-item strong { display: block; font-weight: 600; }
.gv-trust-item small  { color: var(--ink-soft); }

/* ---- Guarantee section --------------------------------------------------- */
.gv-guarantee        { background: var(--rose-wash); }
.gv-guarantee-inner  { display: flex; align-items: center; gap: 56px; flex-wrap: wrap; }
.gv-guarantee-badge  { flex: 0 0 160px; display: flex; align-items: center; justify-content: center; }
.gv-guarantee-badge-default { text-align: center; color: var(--rose-accent); }
.gv-guarantee-badge-default span { display: block; font-size: 13px; font-weight: 700; margin-top: 6px; letter-spacing: .08em; text-transform: uppercase; }
.gv-guarantee-copy   { flex: 1; min-width: 280px; }
@media (max-width: 640px) { .gv-guarantee-inner { flex-direction: column; text-align: center; } }

/* ---- Video section ------------------------------------------------------- */
.gv-video-wrap       { border-radius: var(--r-card); overflow: hidden; }
.gv-video-ratio      { position: relative; padding-bottom: 56.25%; height: 0; }
.gv-video-ratio iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }

/* ---- Before/After slider ------------------------------------------------- */
.gv-ba               { }
.gv-ba-wrap          { position: relative; user-select: none; touch-action: none; overflow: hidden; border-radius: var(--r-card); max-width: 900px; margin: 0 auto; cursor: ew-resize; }
.gv-ba-after         { display: block; width: 100%; }
.gv-ba-after img     { display: block; width: 100%; height: auto; }
.gv-ba-before        { position: absolute; inset: 0; clip-path: inset(0 50% 0 0); }
.gv-ba-before img    { display: block; width: 100%; height: 100%; object-fit: cover; }
.gv-ba-handle        { position: absolute; top: 0; bottom: 0; left: 50%; transform: translateX(-50%); width: 48px; display: flex; flex-direction: column; align-items: center; pointer-events: none; }
.gv-ba-line          { position: absolute; inset: 0; left: 50%; width: 2px; transform: translateX(-50%); background: #fff; box-shadow: 0 0 6px rgba(0,0,0,.25); }
.gv-ba-grip          { position: sticky; top: 50%; transform: translateY(-50%); z-index: 2; width: 44px; height: 44px; background: #fff; border-radius: 999px; box-shadow: 0 2px 12px rgba(0,0,0,.2); display: grid; place-items: center; color: var(--ink); }
.gv-ba-label         { position: absolute; bottom: 14px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; background: rgba(255,255,255,.9); color: var(--ink); padding: 4px 10px; border-radius: 999px; pointer-events: none; }
.gv-ba-label-before  { left: 14px; }
.gv-ba-label-after   { right: 14px; }

/* ---- Cart page layout ---------------------------------------------------- */
.gv-cartpage         { padding-top: 48px; padding-bottom: 72px; min-height: 60vh; }
.gv-cartpage-head    { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 28px; border-bottom: 1px solid var(--line); padding-bottom: 16px; flex-wrap: wrap; gap: 12px; }
.gv-cartpage-grid    { display: grid; grid-template-columns: 1fr 360px; gap: 48px; align-items: start; }
.gv-cart-empty       { text-align: center; padding: 80px 0; }
.gv-cart-empty .gv-empty-ic-lg { margin-bottom: 20px; color: var(--rose); }
.gv-cart-list        { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 20px; }
.gv-cart-item        { display: flex; gap: 16px; }
.gv-cart-img         { flex: 0 0 80px; height: 100px; border-radius: var(--r-img); overflow: hidden; background: var(--rose-wash); }
.gv-cart-img img     { width: 100%; height: 100%; object-fit: cover; display: block; }
.gv-cart-meta        { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 6px; }
.gv-cart-name        { font-size: 15px; font-weight: 500; color: var(--ink); text-decoration: none; }
.gv-cart-name:hover  { color: var(--rose-accent); }
.gv-cart-var         { font-size: 12.5px; color: var(--ink-soft); }
.gv-cart-bot         { display: flex; align-items: center; gap: 14px; margin-top: auto; }
.gv-cart-price       { font-size: 15px; font-weight: 600; }
.gv-cart-remove      { background: none; border: none; color: var(--ink-soft); cursor: pointer; padding: 4px; line-height: 0; transition: color .2s; }
.gv-cart-remove:hover { color: var(--rose-accent); }
.gv-cartpage-summary { background: var(--rose-wash); border-radius: var(--r-card); padding: 28px 24px; position: sticky; top: 90px; display: flex; flex-direction: column; gap: 16px; }
.gv-cart-totals-page { border-bottom: 1px solid var(--line); padding-bottom: 16px; }
.gv-cart-totals-page h3 { margin: 0 0 14px; font-size: 16px; }
.gv-btn-xl           { height: 56px; font-size: 15px; }
.gv-cart-trust-page  { display: flex; flex-direction: column; gap: 8px; }
.gv-cart-trust       { display: flex; flex-wrap: wrap; gap: 10px 20px; font-size: 12px; color: var(--ink-soft); }
.gv-cart-trust span  { display: flex; align-items: center; gap: 5px; }
.gv-pay-logos        { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.gv-pay-logo         { height: 22px; width: auto; }
.gv-cart-disc        { color: #4a8a5e; }
.gv-freebar-page     { margin-bottom: 24px; }
@media (max-width: 900px) {
  .gv-cartpage-grid  { grid-template-columns: 1fr; }
  .gv-cartpage-summary { position: static; }
}

/* ---- Free-shipping bar (drawer + cart page) ------------------------------ */
.gv-freebar          { padding: 10px 18px; background: var(--rose-wash); }
.gv-freebar p        { font-size: 12.5px; color: var(--ink-soft); margin: 0 0 6px; text-align: center; }
.gv-freebar-track    { height: 4px; background: var(--line); border-radius: 99px; overflow: hidden; }
.gv-freebar-fill     { height: 100%; background: linear-gradient(90deg, var(--rose), var(--rose-accent)); border-radius: 99px; transition: width .5s cubic-bezier(.4,0,.2,1); }

/* ---- Cart drawer trust + continue ---------------------------------------- */
.gv-cart-trust       { padding: 10px 0 0; border-top: 1px solid var(--line); }
.gv-cart-continue    { display: block; text-align: center; font-size: 13px; color: var(--ink-soft); text-decoration: underline; background: none; border: none; cursor: pointer; padding: 8px; width: 100%; }
.gv-cart-continue:hover { color: var(--ink); }

/* ---- Recently viewed section --------------------------------------------- */
.gv-rv               { }

/* ---- FAQ section --------------------------------------------------------- */
.gv-faq              { }
.gv-faq-list         { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--line); }
.gv-faq-item         { border-bottom: 1px solid var(--line); }
.gv-faq-btn          { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 20px 4px; font-size: 16px; font-weight: 500; text-align: left; background: none; border: none; cursor: pointer; color: var(--ink); gap: 16px; transition: color .2s; }
.gv-faq-btn:hover    { color: var(--rose-accent); }
.gv-faq-icon         { flex: none; transition: transform .3s; }
.gv-faq-item.open .gv-faq-icon { transform: rotate(45deg); }
.gv-faq-body         { padding: 0 4px 20px; }
.gv-faq-body .rte p  { font-size: 15px; line-height: 1.75; color: var(--ink-soft); }

/* ---- Product breadcrumb -------------------------------------------------- */
.gv-prod-top         { padding-top: 20px; padding-bottom: 8px; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.gv-breadcrumb       { font-size: 13px; color: var(--ink-soft); text-decoration: none; }
.gv-breadcrumb:hover { color: var(--ink); }
.gv-breadcrumb-sep   { font-size: 12px; color: var(--ink-soft); }
.gv-breadcrumb-cur   { font-size: 13px; color: var(--ink); }

/* ---- Product gallery zoom icon ------------------------------------------- */
.gv-prod-zoom        { position: absolute; bottom: 12px; right: 12px; background: rgba(255,255,255,.85); border-radius: 999px; width: 38px; height: 38px; display: grid; place-items: center; cursor: pointer; z-index: 2; border: none; transition: background .2s, transform .2s; }
.gv-prod-zoom:hover  { background: #fff; transform: scale(1.06); }

/* ---- Rating stars (generic) --------------------------------------------- */
.gv-stars            { display: inline-flex; gap: 2px; color: #e8c068; }

/* ---- Quantity stepper ---------------------------------------------------- */
.gv-qty              { display: flex; align-items: center; height: 54px; border: 1.5px solid var(--line); border-radius: var(--r-btn); overflow: hidden; }
.gv-qty button       { width: 44px; height: 100%; background: none; border: none; cursor: pointer; color: var(--ink); display: grid; place-items: center; transition: background .2s; flex: none; }
.gv-qty button:hover { background: var(--rose-wash); }
.gv-qty [data-qty-value],
.gv-qty [data-qty-val] { min-width: 32px; text-align: center; font-size: 15px; font-weight: 500; }

/* ============================================================
   Product gallery — image + video
   ============================================================ */
.gv-prod-main-img    { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.gv-prod-thumb-img   { width: 100%; height: 100%; object-fit: cover; display: block; }
.gv-prod-media-item  { position: absolute; inset: 0; }
.gv-prod-video       { width: 100%; height: 100%; object-fit: cover; display: block; }
.gv-thumb-video-ic   { position: relative; width: 100%; height: 100%; display: block; }
.gv-play-badge       {
  position: absolute; inset: 0; display: grid; place-items: center;
  background: rgba(42,37,32,0.35); color: #fff; border-radius: 8px;
}

/* ============================================================
   Lightbox
   ============================================================ */
.gv-lightbox {
  position: fixed; inset: 0; z-index: 300;
  background: rgba(10,8,6,0.94); display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity .3s;
}
.gv-lightbox[aria-hidden="false"] { opacity: 1; pointer-events: auto; }
.gv-lightbox.open                 { opacity: 1; pointer-events: auto; }
.gv-lightbox-scrim  { position: absolute; inset: 0; cursor: zoom-out; }
.gv-lightbox-inner  { position: relative; z-index: 1; max-width: min(90vw, 1200px); max-height: 90vh; display: flex; align-items: center; justify-content: center; }
.gv-lightbox-inner img { max-width: 100%; max-height: 90vh; object-fit: contain; border-radius: 6px; user-select: none; display: block; }
.gv-lightbox-close  {
  position: absolute; top: 16px; right: 16px; z-index: 2;
  width: 44px; height: 44px; border-radius: 999px; background: rgba(255,255,255,.12);
  color: #fff; display: grid; place-items: center; cursor: pointer; border: none;
  transition: background .2s;
}
.gv-lightbox-close:hover { background: rgba(255,255,255,.22); }
.gv-lightbox-nav    {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  width: 52px; height: 52px; border-radius: 999px; background: rgba(255,255,255,.12);
  color: #fff; display: grid; place-items: center; cursor: pointer; border: none;
  transition: background .2s;
}
.gv-lightbox-nav:hover  { background: rgba(255,255,255,.26); }
.gv-lightbox-prev   { left: 16px; }
.gv-lightbox-next   { right: 16px; }
.gv-lightbox-count  {
  position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%);
  font-size: 13px; color: rgba(255,255,255,.6); letter-spacing: .06em;
}

/* ============================================================
   Color swatch filters (collection page)
   ============================================================ */
.gv-swatch-filters  { display: flex; flex-wrap: wrap; gap: 8px; }
.gv-swatch-check    { cursor: pointer; position: relative; }
.gv-swatch-check input { position: absolute; opacity: 0; width: 0; height: 0; }
.gv-swatch-bubble   {
  display: block; width: 32px; height: 32px; border-radius: 999px;
  border: 2px solid transparent; box-shadow: 0 0 0 1.5px var(--line);
  transition: box-shadow .2s, transform .15s;
}
.gv-swatch-check:hover .gv-swatch-bubble { transform: scale(1.1); box-shadow: 0 0 0 2px var(--rose-accent); }
.gv-swatch-check.on .gv-swatch-bubble    { box-shadow: 0 0 0 2.5px var(--rose-accent); transform: scale(1.08); }

/* ============================================================
   404 page search
   ============================================================ */
.gv-404             { padding: 80px 24px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 20px; }
.gv-404 .gv-eyebrow { font-size: 72px; line-height: 1; opacity: .14; font-family: var(--font-head); font-weight: 700; margin-bottom: -8px; }
.gv-404 h1          { font-size: clamp(28px, 4vw, 42px); }
.gv-404 > p         { font-size: 16px; color: var(--ink-soft); max-width: 400px; }
.gv-404-search      { width: 100%; max-width: 520px; }
.gv-404-form        { position: relative; }
.gv-404-input-wrap  { display: flex; border: 1.5px solid var(--line); border-radius: var(--r-btn); overflow: hidden; background: #fff; }
.gv-404-search-ic   { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: var(--ink-soft); pointer-events: none; }
.gv-404-input-wrap input {
  flex: 1; padding: 14px 16px 14px 46px; border: none; background: none;
  font-family: var(--font-body); font-size: 15px; color: var(--ink); outline: none;
}
.gv-404-input-wrap input:focus { outline: none; }
.gv-404-input-wrap .gv-btn { border-radius: 0 calc(var(--r-btn) - 2px) calc(var(--r-btn) - 2px) 0; }
.gv-404-results     {
  position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: 20;
  background: #fff; border-radius: var(--r-card); box-shadow: var(--sh-lg);
  overflow: hidden; border: 1px solid var(--line);
}

/* ============================================================
   Cart recommendations title
   ============================================================ */
.gv-cart-recs-title { font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); }

/* ============================================================
   Scroll reveal
   ============================================================ */
.gv-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .65s cubic-bezier(.22,1,.36,1), transform .65s cubic-bezier(.22,1,.36,1);
}
.gv-reveal.is-visible { opacity: 1; transform: none; }
.gv-reveal-d1 { transition-delay: .07s; }
.gv-reveal-d2 { transition-delay: .17s; }
.gv-reveal-d3 { transition-delay: .27s; }
.gv-reveal-d4 { transition-delay: .37s; }
@media (prefers-reduced-motion: reduce) {
  .gv-reveal { opacity: 1; transform: none; transition: none; }
}

/* ============================================================
   Hero — Ken Burns + animated text entrance
   ============================================================ */
@keyframes gv-ken-burns {
  from { transform: scale(1); }
  to   { transform: scale(1.09) translate(-1.5%, 0.8%); }
}
.gv-hero .gv-hero-img {
  animation: gv-ken-burns 22s ease-in-out alternate infinite;
  will-change: transform;
}

@keyframes gv-hero-enter {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: none; }
}
.gv-hero-copy .gv-eyebrow  { animation: gv-hero-enter .55s .00s both ease-out; }
.gv-hero-copy h1            { animation: gv-hero-enter .60s .16s both ease-out; }
.gv-hero-copy > p           { animation: gv-hero-enter .55s .33s both ease-out; }
.gv-hero-copy .gv-hero-cta  { animation: gv-hero-enter .55s .48s both ease-out; }
.gv-hero-copy .gv-hero-trust { animation: gv-hero-enter .50s .62s both ease-out; }

@media (prefers-reduced-motion: reduce) {
  .gv-hero .gv-hero-img,
  .gv-hero-copy .gv-eyebrow,
  .gv-hero-copy h1,
  .gv-hero-copy > p,
  .gv-hero-copy .gv-hero-cta,
  .gv-hero-copy .gv-hero-trust { animation: none; }
}

/* Hero float blobs (fallback when no image is set in schema) */
.gv-hero-float-blob { opacity: .5; }

/* ============================================================
   Primary CTA — subtle pulse ring
   ============================================================ */
@keyframes gv-pulse-ring {
  0%   { box-shadow: var(--sh-btn, 0 4px 14px rgba(0,0,0,.14)), 0 0 0 0 rgba(200,150,155,.5); }
  70%  { box-shadow: var(--sh-btn, 0 4px 14px rgba(0,0,0,.14)), 0 0 0 12px rgba(200,150,155,0); }
  100% { box-shadow: var(--sh-btn, 0 4px 14px rgba(0,0,0,.14)), 0 0 0 0 rgba(200,150,155,0); }
}
.gv-btn-pulse { animation: gv-pulse-ring 2.8s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce) { .gv-btn-pulse { animation: none; } }

/* ============================================================
   Product card — shine sweep on hover
   ============================================================ */
.gv-pcard-media::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(108deg,
    transparent 32%,
    rgba(255,255,255,.26) 50%,
    transparent 68%);
  opacity: 0;
  transform: translateX(-130%);
  transition: none;
  z-index: 4;
  pointer-events: none;
  border-radius: inherit;
}
@media (hover: hover) {
  .gv-pcard-media:hover::before {
    opacity: 1;
    transform: translateX(130%);
    transition: transform .7s ease, opacity .1s;
  }
}

/* ============================================================
   Featured section — horizontal swipe carousel on mobile
   ============================================================ */
@media (max-width: 640px) {
@media (max-width: 640px) {
  .gv-featured .gv-grid-4 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px;
    overflow-x: unset !important;
    scroll-snap-type: unset !important;
    -webkit-overflow-scrolling: unset !important;
    margin-inline: 0 !important;
    padding-inline: 0 !important;
    padding-bottom: 0 !important;
  }
  .gv-featured .gv-grid-4 > * {
    min-width: unset !important;
    scroll-snap-align: unset !important;
    flex: unset !important;
    width: 100% !important;
  }
}

