:root{
  --bg:#fbf9ff;
  --bg-2:#ffffff;
  --bg-3:#f3eefb;
  --bg-4:#f5f0ff;
  --card:#ffffff;
  --text:#171422;
  --muted:#655f77;
  --muted-2:#8e88a2;
  --line:#ebe4f7;
  --brand:#6e37e4;
  --brand-dark:#2b0a63;
  --brand-soft:#efe7ff;
  --success:#10b67a;
  --warning:#f5f0ff;
  --shadow:0 24px 60px rgba(47,20,107,.10);
  --shadow-sm:0 14px 32px rgba(47,20,107,.08);
  --radius:24px;
  --radius-sm:18px;
  --container:1200px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:
    radial-gradient(circle at top right, rgba(110,55,228,.08), transparent 26%),
    linear-gradient(180deg, #fbf9ff 0%, #ffffff 24%, #fbf9ff 100%);
  color:var(--text);
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer;border:0;background:none}
.container{width:min(var(--container), calc(100% - 40px));margin:0 auto}
.announcement{
  background:var(--brand-dark);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
  text-align:center;
  font-weight:800;
  font-size:13px;
  letter-spacing:.04em;
  padding:10px 16px;
}
.announcement-tag{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  font-size:11px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.announcement-text{font-weight:900}
.announcement-timer-label,.announcement-meta{opacity:.94}
.announcement-timer{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  font-variant-numeric:tabular-nums;
}
.announcement-divider{opacity:.45}
.site-header{
  position:sticky; top:0; z-index:20;
  backdrop-filter:saturate(180%) blur(12px);
  background:rgba(255,255,255,.82);
  border-bottom:1px solid rgba(235,228,247,.9);
}
.site-header .bar{
  min-height:78px; display:grid; grid-template-columns:minmax(0,1fr) auto minmax(0,1fr); align-items:center; gap:18px;
}
.brand{
  display:inline-flex; align-items:center; justify-self:start; line-height:0;
}
.brand-logo{
  display:block; height:42px; width:auto; max-width:220px; object-fit:contain;
}
.nav{
  display:flex; align-items:center; justify-content:center; gap:34px; margin:0; justify-self:center;
}
.nav a, .drawer-nav a{
  color:var(--text); font-weight:700; font-size:14px; letter-spacing:.04em; text-transform:uppercase;
}
.nav a.active{color:var(--brand)}
.header-right{display:flex;align-items:center;gap:12px;margin-left:0;justify-self:end}
.cart-pill{
  min-width:108px; height:46px; padding:0 18px;
  display:inline-flex; align-items:center; justify-content:space-between; gap:10px;
  border-radius:999px; background:var(--brand-dark); color:#fff; font-weight:800; box-shadow:var(--shadow-sm)
}
.cart-count{
  min-width:24px; height:24px; padding:0 7px; border-radius:999px;
  display:inline-grid; place-items:center;
  background:rgba(255,255,255,.14); font-size:12px;
}
.menu-toggle{
  display:none; width:42px; height:42px; border-radius:12px; border:1px solid var(--line); color:var(--text);
}
body.drawer-open{overflow:hidden}
.mobile-drawer{display:none;position:fixed;inset:0;z-index:120}
.mobile-drawer.open{display:block}
.mobile-drawer .backdrop{
  position:absolute; inset:0; background:rgba(16,8,33,.36); z-index:0;
}
.mobile-drawer .panel{
  position:absolute; left:0; top:0; bottom:0; width:min(88vw, 360px);
  background:#fff; padding:22px; display:flex; flex-direction:column; gap:24px;
  box-shadow:var(--shadow); z-index:1;
}
.drawer-nav{display:grid; gap:20px}
.drawer-cta,.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  border-radius:999px; min-height:58px; padding:14px 26px; font-weight:800; letter-spacing:-.01em;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
  background:linear-gradient(135deg, var(--brand-dark), var(--brand));
  color:#fff; box-shadow:0 20px 36px rgba(110,55,228,.22)
}
.btn-secondary{
  border:1px solid var(--line); background:#fff; color:var(--text)
}
.btn-full{width:100%}
.drawer-cta{background:linear-gradient(135deg, var(--brand-dark), var(--brand)); color:#fff}

main{padding-bottom:120px}
.hero{padding:52px 0 32px}
.hero-grid{display:grid; grid-template-columns:1.05fr .95fr; gap:38px; align-items:center}
.hero-copy{max-width:620px}
.hero-copy .eyebrow, .kicker, .eyebrow{
  display:inline-flex; align-items:center; justify-content:center;
  min-height:32px; padding:6px 12px; border-radius:999px;
  background:rgba(255,255,255,.92); border:1px solid var(--line);
  font-size:12px; font-weight:900; text-transform:uppercase; letter-spacing:.12em; color:var(--brand-dark)
}
.title-xl,.title-lg,.title-md{margin:0; letter-spacing:-.05em; color:var(--text)}
.title-xl{font-size:clamp(44px, 7vw, 86px); line-height:.94; font-weight:900; margin-top:18px}
.title-lg{font-size:clamp(30px, 4vw, 56px); line-height:.98; font-weight:900}
.title-md{font-size:clamp(22px, 2.1vw, 30px); line-height:1.08; font-weight:850}
.text-lg{font-size:clamp(17px, 1.4vw, 20px); line-height:1.65; color:var(--muted); margin:0}
.text{font-size:16px; line-height:1.68; color:var(--muted); margin:0}
.text-sm{font-size:14px; line-height:1.6; color:var(--muted)}
.rating,.badge-row,.cta-row,.mini-facts,.offer-points,.meta-list,.page-tags,.summary-lines{display:flex;flex-wrap:wrap;gap:12px}
.rating{align-items:center; margin-top:22px; color:var(--muted)}
.stars{color:#f8b84e; letter-spacing:.08em}
.price-line{display:flex; flex-wrap:wrap; gap:14px; align-items:flex-end; margin-top:18px}
.price{font-size:clamp(34px, 4vw, 48px); font-weight:900; letter-spacing:-.04em}
.compare{font-size:20px; color:var(--muted-2); text-decoration:line-through; font-weight:700}
.save-badge,.promo-badge,.pill,.status-pill{
  display:inline-flex; align-items:center; justify-content:center;
  min-height:38px; padding:8px 14px; border-radius:999px; font-size:14px; font-weight:800
}
.save-badge,.promo-badge{background:rgba(110,55,228,.10); color:var(--brand-dark)}
.pill{background:#fff; border:1px solid var(--line); color:var(--text)}
.status-pill.success{background:rgba(16,182,122,.10); color:#0c7c55}
.status-pill.soft{background:rgba(110,55,228,.10); color:var(--brand-dark)}
.hero-note,.notice-box,.help-box,.empty-state,.policy-note{
  background:rgba(255,255,255,.92); border:1px solid var(--line); border-radius:22px; padding:18px 20px;
}
.hero-visual,.image-frame,.media-frame{
  position:relative; background:linear-gradient(180deg, #f7f2ff, #ffffff);
  border:1px solid var(--line); border-radius:30px; overflow:hidden; box-shadow:var(--shadow)
}
.hero-visual{padding:18px}
.image-frame img,.media-frame img{width:100%; height:100%; object-fit:cover}
.visual-caption{display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:16px}
.card,.mini-card,.stat-card,.summary-card,.timeline-card,.contact-card,.faq-card,.policy-card{
  background:rgba(255,255,255,.94); border:1px solid var(--line); border-radius:var(--radius); padding:26px; box-shadow:var(--shadow-sm)
}
.card.center,.mini-card.center,.stat-card.center,.summary-card.center,.contact-card.center,.faq-card.center{text-align:center}
.icon-badge{
  width:48px; height:48px; border-radius:16px; display:inline-grid; place-items:center;
  background:var(--brand-soft); color:var(--brand-dark); font-weight:900; margin-bottom:18px;
}

.trust-strip-section{
  padding:34px 0 20px;
}
.trust-strip-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.trust-strip-card{
  background:rgba(255,255,255,.82);
  border:1px solid rgba(194,180,231,.42);
  border-radius:24px;
  padding:20px 18px 18px;
  box-shadow:0 22px 48px rgba(39,16,89,.08);
  backdrop-filter:blur(6px);
}
.trust-strip-top{
  display:flex;
  align-items:flex-start;
  gap:14px;
  margin-bottom:12px;
}
.trust-strip-icon{
  width:42px;
  height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg,#faf7ff 0%, #ffffff 100%);
  border:1px solid rgba(194,180,231,.5);
  box-shadow:0 8px 18px rgba(39,16,89,.08);
  font-size:18px;
}
.trust-strip-icon svg{
  width:20px;
  height:20px;
  display:block;
}
.trust-strip-card h3{
  margin:0;
  font-size:16px;
  line-height:1.2;
  letter-spacing:-.02em;
}
.trust-strip-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
  padding-left:56px;
}
.section{padding:42px 0}
.section-sm{padding:26px 0}
.section-head{
  max-width:820px; margin:0 auto 34px; text-align:center;
  display:flex; flex-direction:column; align-items:center; gap:12px;
}
.grid-2,.grid-3,.grid-4,.reviews-grid,.footer-grid,.policy-grid,.checkout-grid,.contact-grid,.summary-grid,.story-grid{
  display:grid; gap:22px
}

.two-col{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.mobile-only{display:none}
#checkoutSummaryWrap.open{display:block}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.footer-grid{grid-template-columns:1.25fr .8fr .8fr .95fr}
.story-grid{grid-template-columns:1fr 1fr; align-items:center}
.reviews-grid{grid-template-columns:1.15fr .85fr .85fr}
.review-card.video .review-media{
  border-radius:22px; overflow:hidden; margin-bottom:18px; border:1px solid var(--line); background:#f7f2ff
}
.review-card.video img{width:100%}
.how-grid{align-items:stretch}
.how-card{height:100%}
.how-card .science-media{border-bottom:1px solid var(--line)}
.how-card .science-body{display:grid;gap:12px}
.how-card .science-body .text{margin:0}
.offer-card{
  background:#fff; border:1px solid var(--line); border-radius:30px; padding:30px; box-shadow:var(--shadow-sm)
}
.offer-card.featured{
  background:linear-gradient(135deg, var(--brand-dark), var(--brand));
  color:#fff; border-color:transparent
}
.offer-card.featured .text, .offer-card.featured .offer-top h3, .offer-card.featured .offer-price{color:#fff}
.offer-card.featured .offer-points div{border-color:rgba(255,255,255,.18)}
.offer-card .offer-top{
  display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:16px
}
.offer-price{font-size:42px; font-weight:900; letter-spacing:-.04em; margin-bottom:8px}
.offer-points{display:grid; gap:12px; margin:20px 0 24px}
.offer-points div{
  display:flex; align-items:flex-start; gap:10px; font-size:15px; color:inherit;
  padding-top:12px; border-top:1px solid var(--line)
}
.page-shell{padding-top:28px}
.page-hero{
  max-width:860px; margin:0 auto 28px; text-align:center; padding:14px 0 12px
}
.page-hero .title-lg{margin-top:16px}
.product-grid{display:grid; grid-template-columns:1.02fr .88fr; gap:30px; align-items:start}
.gallery-grid{display:grid; gap:16px}
.main-shot{
  background:#fff; border:1px solid var(--line); border-radius:30px; overflow:hidden; box-shadow:var(--shadow)
}
.thumb-row{display:grid; grid-template-columns:repeat(4,1fr); gap:12px}
.thumb{border-radius:20px; overflow:hidden; border:1px solid var(--line); background:#fff}
.buy-card{position:sticky; top:106px}
.bundle-options{display:grid; gap:14px; margin:18px 0}
.bundle-option{
  display:grid; grid-template-columns:auto 1fr auto; gap:14px; align-items:center;
  border:1px solid var(--line); border-radius:22px; padding:18px; background:#fff;
  transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease
}
.bundle-option:hover{transform:translateY(-1px)}
.bundle-option.active{
  border-color:rgba(110,55,228,.38); box-shadow:0 18px 34px rgba(110,55,228,.12); background:#fcfaff
}
.bundle-radio{
  width:22px; height:22px; border-radius:999px; border:2px solid #c6b8e5; display:inline-grid; place-items:center
}
.bundle-option.active .bundle-radio::after{
  content:""; width:10px; height:10px; border-radius:999px; background:var(--brand)
}
.bundle-price{font-size:28px; font-weight:900; letter-spacing:-.03em}
.bundle-reason{
  border-radius:22px; background:#faf7ff; border:1px solid var(--line); padding:18px 20px; margin-top:16px
}
.meta-list{margin-top:20px; flex-direction:column}
.meta-item{
  display:flex; align-items:center; justify-content:space-between; gap:16px;
  padding:14px 0; border-top:1px solid var(--line)
}
.meta-item:first-child{border-top:0}
.compare-panel{
  display:grid; grid-template-columns:1fr 1fr; gap:18px
}
.compare-panel > div{
  background:#fff; border:1px solid var(--line); border-radius:22px; padding:22px
}
.compare-panel ul{margin:12px 0 0 20px; padding:0; color:var(--muted); line-height:1.7}
.faq-list{display:grid; gap:14px}
.faq-item{
  border:1px solid var(--line); border-radius:22px; background:#fff; overflow:hidden
}
.faq-question{
  width:100%; min-height:76px; display:flex; align-items:center; justify-content:space-between;
  gap:16px; padding:18px 22px; font-weight:800; color:var(--text); text-align:left
}
.faq-answer{
  display:none; padding:0 22px 22px; color:var(--muted); line-height:1.7
}
.faq-item.open .faq-answer{display:block}
.mobile-sticky{
  position:fixed; left:12px; right:12px; bottom:12px; z-index:18;
  display:none; align-items:center; gap:12px;
  padding:12px; border-radius:20px; background:rgba(255,255,255,.92); border:1px solid var(--line); box-shadow:var(--shadow)
}
.price-wrap{display:flex; flex-direction:column; gap:4px; min-width:88px}
.site-footer{
  padding:54px 0 30px; background:#fff; border-top:1px solid var(--line)
}
.footer-title{font-size:13px; font-weight:900; text-transform:uppercase; letter-spacing:.12em; color:var(--brand-dark); margin-bottom:16px}
.footer-links{display:grid; gap:12px}
.footer-links a{font-weight:600; color:var(--muted)}
.checkout-grid{grid-template-columns:1fr .88fr; align-items:start}
.form-grid{display:grid; gap:16px}
.form-grid.two{grid-template-columns:1fr 1fr}
.field{display:grid; gap:8px}

.checkout-kicker-note{
  margin:10px 0 0;
  font-size:14px;
  line-height:1.6;
  color:var(--muted);
}
label{font-size:14px; font-weight:800; color:var(--text)}
input,select,textarea{
  width:100%; min-height:54px; border-radius:18px; border:1px solid var(--line);
  padding:14px 16px; background:#fff; color:var(--text)
}
textarea{min-height:132px; resize:vertical}
.checkout-summary,.cart-summary{
  position:sticky; top:106px;
  background:#fff; border:1px solid var(--line); border-radius:30px; padding:26px; box-shadow:var(--shadow)
}
.summary-line,.cart-row{
  display:flex; align-items:center; justify-content:space-between; gap:16px; padding:14px 0; border-top:1px solid var(--line)
}
.summary-line:first-child,.cart-row:first-child{border-top:0}
.cart-layout{display:grid; grid-template-columns:1.1fr .82fr; gap:24px}
.cart-item{
  display:grid; grid-template-columns:96px 1fr auto; gap:18px; align-items:center;
  padding:18px; border:1px solid var(--line); border-radius:24px; background:#fff
}
.cart-thumb{
  width:96px; height:96px; border-radius:18px; overflow:hidden; border:1px solid var(--line); background:#faf6ff
}
.qty-inline{
  display:inline-flex; align-items:center; gap:12px; padding:8px 12px; border-radius:999px; border:1px solid var(--line)
}
.qty-inline button{width:24px; height:24px; border-radius:999px; background:#faf6ff}
.order-timeline,.quick-links,.policy-sections{display:grid; gap:16px}
.timeline-card{display:flex; gap:16px; align-items:flex-start}
.timeline-dot{
  width:16px; height:16px; border-radius:999px; background:var(--brand); margin-top:6px; box-shadow:0 0 0 8px rgba(110,55,228,.08)
}
.contact-grid{grid-template-columns:.92fr 1.08fr; align-items:start}
.contact-card strong{display:block; font-size:17px; margin-bottom:6px}
.quick-links{grid-template-columns:repeat(3, minmax(0,1fr))}
.policy-grid{grid-template-columns:320px 1fr; align-items:start}
.policy-nav{
  position:sticky; top:106px; display:grid; gap:10px;
  background:#fff; border:1px solid var(--line); border-radius:28px; padding:20px; box-shadow:var(--shadow-sm)
}
.policy-nav a{font-weight:700; color:var(--muted); padding:10px 12px; border-radius:14px}
.policy-nav a:hover,.policy-nav a.active{background:#faf6ff; color:var(--brand-dark)}
.policy-sections section{
  background:#fff; border:1px solid var(--line); border-radius:28px; padding:26px; box-shadow:var(--shadow-sm)
}
.policy-sections .title-md{margin-bottom:10px}
.notice-strip{
  display:flex; flex-wrap:wrap; gap:10px; margin-top:18px
}
.inline-image-card{
  overflow:hidden; border-radius:30px; border:1px solid var(--line); background:#fff; box-shadow:var(--shadow)
}
.inline-image-card img{width:100%}
.result-callout,.cta-banner{
  padding:38px; border-radius:32px; background:linear-gradient(135deg, var(--brand-dark), var(--brand)); color:#fff; text-align:center; box-shadow:var(--shadow)
}
.result-callout .text,.cta-banner .text,.cta-banner .text-lg{color:rgba(255,255,255,.88)}

.faq-answer p{margin:0}
.faq-answer p + p{margin-top:12px}
.faq-answer ul{margin:14px 0 0 20px; padding:0}
.faq-answer li + li{margin-top:8px}
.cta-banner .kicker{background:rgba(255,255,255,.16); border-color:rgba(255,255,255,.22); color:#f8f4ff}
.cta-banner .title-lg{color:#fff; margin-top:16px}
.cta-banner .cta-row{justify-content:center; margin-top:24px}
.hero-card-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px}
.hero-card-row .mini-card{padding:18px}
.utility-note{
  max-width:860px; margin:0 auto; text-align:center
}
.page-link-row{
  display:flex; flex-wrap:wrap; gap:12px; justify-content:center
}
.small-muted{color:var(--muted-2)}
.centered{ text-align:center }
.desktop-hide{display:none}


.section-toned{
  background:linear-gradient(180deg, rgba(239,231,255,.55) 0%, rgba(255,255,255,0) 100%);
}
.science-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.science-card,.trust-media-card{
  background:rgba(255,255,255,.95);
  border:1px solid var(--line);
  border-radius:30px;
  overflow:hidden;
  box-shadow:var(--shadow-sm);
}
.science-media,.trust-media{
  background:linear-gradient(180deg,#f7f2ff,#fff);
  border-bottom:1px solid var(--line);
}

.science-grid-fill-fix .science-media img{
  width:100%;
  display:block;
  height:100%;
  object-fit:cover;
}
.science-body,.trust-copy{
  padding:24px 24px 26px;
}
.science-body .title-md,.trust-copy .title-md{
  margin-bottom:12px;
}
.color-wheel-card{
  display:grid;
  place-items:center;
  min-height:100%;
  padding:24px;
}
.color-wheel-visual{
  position:relative;
  width:min(100%,320px);
  aspect-ratio:1.18/1;
}
.wheel-circle{
  position:absolute;
  width:46%;
  aspect-ratio:1/1;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:16px;
  font-weight:800;
  line-height:1.15;
  font-size:15px;
}
.wheel-yellow{
  left:0;
  top:20%;
  background:rgba(225,197,106,.78);
  color:#5e4b11;
}
.wheel-neutral{
  left:27%;
  top:22%;
  background:rgba(255,255,255,.88);
  color:var(--muted);
  border:1px solid rgba(235,228,247,.95);
  z-index:2;
  width:38%;
}
.wheel-purple{
  right:0;
  top:20%;
  background:linear-gradient(135deg, rgba(94,25,231,.95), rgba(160,120,245,.92));
  color:#fff;
}
.trust-mini-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.trust-media{
  overflow:hidden;
}
.trust-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}


@media (max-width: 1120px){
  .hero-grid,.product-grid,.checkout-grid,.cart-layout,.contact-grid,.story-grid,.two-col{grid-template-columns:1fr}
  .buy-card,.checkout-summary,.cart-summary{position:static}
  .reviews-grid,.footer-grid,.grid-4,.grid-3,.review-quotes-grid,.science-grid,.trust-mini-grid,.trust-strip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .policy-grid{grid-template-columns:1fr}
  .policy-nav{position:static}
}
@media (max-width: 760px){
  .container{width:min(100% - 24px, var(--container))}
  .mobile-only{display:block}
  .menu-toggle{display:inline-grid;place-items:center}
  .nav{display:none}
  .site-header .bar{min-height:68px;display:flex}
  .brand-logo{height:34px;max-width:176px}
  .hero{padding:34px 0 18px}
  .visual-caption,.hero-card-row,.grid-2,.grid-3,.grid-4,.reviews-grid,.review-quotes-grid,.footer-grid,.quick-links,.form-grid.two,.thumb-row,.summary-grid,.compare-panel,.science-grid,.trust-mini-grid,.trust-strip-grid{grid-template-columns:1fr}
  .hero-copy,.page-hero,.section-head{max-width:none}
  .title-xl{font-size:clamp(36px, 11vw, 58px)}
  .title-lg{font-size:clamp(28px, 8vw, 40px)}
  .main-shot,.hero-visual,.offer-card,.card,.policy-sections section,.checkout-summary,.cart-summary,.buy-card{border-radius:24px}
  .trust-strip-card p{padding-left:0}
  .mobile-sticky{display:flex}
  main{padding-bottom:144px}
}

.hero-main-frame{aspect-ratio:1/1; background:#fff}
.square-media{aspect-ratio:1/1}
.square-media img{height:100%; object-fit:cover}
.before-after-section{padding-top:24px}
.before-after-wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:22px;align-items:center}
.before-after-media{overflow:hidden;border-radius:30px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}
.before-after-media img{width:100%;height:100%;object-fit:cover}
.before-after-copy{display:grid;gap:16px}
.review-media{overflow:hidden;border-radius:22px;border:1px solid var(--line);background:#f7f2ff}
.review-media img{width:100%;height:100%;object-fit:cover}
.portrait-media{aspect-ratio:1/1}
.tall-media{aspect-ratio:4/5}
.review-card .title-md{margin-top:18px}
.review-card .text{margin-top:8px}
.review-quotes-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.review-quote-card{background:rgba(255,255,255,.96);border:1px solid var(--line);border-radius:30px;padding:30px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;min-height:100%}
.review-stars{font-size:20px;letter-spacing:2px;color:#f4b400;line-height:1;margin-bottom:18px}
.review-quote-card .title-md{margin-top:0}
.review-quote-card .text{margin-top:12px;flex:1}
.review-meta{margin-top:18px;padding-top:16px;border-top:1px solid var(--line);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-dark)}
@media (max-width: 1120px){
  .before-after-wrap{grid-template-columns:1fr}
}
@media (max-width: 760px){
  .hero-main-frame{aspect-ratio:1/1}
  .tall-media{aspect-ratio:1/1}
}


.story-grid-problem-solution{align-items:stretch}
.story-copy-card{display:flex;align-items:center}
.story-copy-stack{display:grid;gap:22px}
.story-copy-item + .story-copy-item{padding-top:22px;border-top:1px solid var(--line)}
.story-copy-item .title-md{margin-bottom:12px}
.story-copy-item .text + .text{margin-top:12px}



/* v1.17 mobile refinement */
@media (max-width: 760px){
  .container{width:min(100% - 32px, var(--container));}
  .site-header .bar{position:relative;justify-content:space-between;gap:12px;}
  .site-header .brand{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);justify-self:center;z-index:1;}
  .site-header .header-right{margin-left:auto;justify-self:end;position:relative;z-index:2;}
  .site-header .menu-toggle{position:relative;z-index:2;flex:0 0 auto;}
  .site-header .brand-logo{height:30px;max-width:156px;}
  .cart-pill{min-width:auto;width:28px;height:28px;padding:0;justify-content:center;position:relative;gap:0;border-radius:0;background:transparent;box-shadow:none;color:var(--brand-dark);}
  .cart-pill span:first-child{display:none;}
  .cart-pill .cart-count{position:absolute;right:-10px;top:-8px;min-width:20px;height:20px;padding:0 5px;font-size:11px;background:var(--brand-dark);color:#fff;border-radius:999px;display:inline-grid;place-items:center;line-height:1;box-shadow:0 4px 10px rgba(43,10,99,.18);}
  .cart-pill::before{content:"";width:20px;height:20px;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='18' cy='20' r='1'/%3E%3Cpath d='M3 4h2l2.2 10.2a1 1 0 0 0 1 .8h9.9a1 1 0 0 0 1-.8L21 7H7'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='18' cy='20' r='1'/%3E%3Cpath d='M3 4h2l2.2 10.2a1 1 0 0 0 1 .8h9.9a1 1 0 0 0 1-.8L21 7H7'/%3E%3C/svg%3E") center / contain no-repeat;}
  .hero,.section,.section-sm,.page-shell{overflow:hidden;}
  .science-card,.trust-media-card,.review-quote-card,.offer-card,.mini-card,.card,.hero-visual,.before-after-media,.inline-image-card,.faq-item{border-radius:24px;}
  .science-body,.trust-copy,.review-quote-card,.offer-card,.card,.mini-card{padding-left:20px;padding-right:20px;}
  .offer-points{gap:10px;}
  .offer-points div{font-size:14px;line-height:1.45;}
  .review-quotes-grid{grid-template-columns:1fr;gap:16px;}
  .review-quote-card{padding:24px;min-height:0;}
  .review-quote-card .title-md{font-size:clamp(24px,7.4vw,32px);line-height:1.05;}
  .review-quote-card .text{font-size:16px;line-height:1.6;word-break:normal;overflow-wrap:anywhere;}
  .review-meta{margin-top:16px;}
  .mobile-sticky{left:16px;right:16px;bottom:calc(12px + env(safe-area-inset-bottom));padding:10px 12px;gap:10px;z-index:60;background:rgba(255,255,255,.98);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transform:translateZ(0);will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;}
  .mobile-sticky .btn{min-height:54px;padding:12px 18px;font-size:16px;}
  .mobile-sticky .price-wrap{min-width:92px;}
  .mobile-sticky .price-wrap strong{font-size:28px;line-height:1;}
  .gallery-grid .thumb-row{display:flex;grid-template-columns:none;gap:12px;overflow-x:auto;padding:2px 2px 8px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;}
  .gallery-grid .thumb-row::-webkit-scrollbar{display:none;}
  .gallery-grid .thumb{flex:0 0 132px;min-width:132px;scroll-snap-align:start;}
}

.footer-bottom-bar{margin-top:22px;padding-top:22px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:16px}
.footer-payments img{width:auto;max-width:280px;height:28px;object-fit:contain}

@media (max-width: 768px){
  .announcement{font-size:12px;gap:6px;padding:9px 12px}
  .announcement-tag,.announcement-timer{min-height:24px;padding:0 8px;font-size:10px}
  .announcement-divider{display:none}
  .footer-bottom-bar{flex-direction:column;align-items:flex-start}
  .footer-payments img{height:24px;max-width:220px}
}


.section-video-gallery{padding-top:18px}
.video-carousel{position:relative}
.video-rail{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:calc((100% - 36px) / 3);
  gap:18px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  padding-bottom:4px;
  scrollbar-width:none;
}
.video-rail::-webkit-scrollbar{display:none}
.video-card{scroll-snap-align:start}
.video-shell{
  position:relative;
  overflow:hidden;
  aspect-ratio:9 / 16;
  border-radius:28px;
  border:1px solid rgba(194,180,231,.42);
  background:linear-gradient(180deg, #150a2f 0%, #24104d 100%);
  box-shadow:0 24px 50px rgba(39,16,89,.12);
}
.video-shell::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:32%;
  background:linear-gradient(180deg, rgba(13,8,25,0) 0%, rgba(13,8,25,.66) 100%);
  pointer-events:none;
}
.video-poster,.video-player{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.video-player{background:#000}
.video-play{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:48px;
  padding:12px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:var(--brand-dark);
  font-size:13px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
  box-shadow:0 18px 30px rgba(25,12,58,.18);
}
.video-play-icon{
  width:26px;
  height:26px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:rgba(110,55,228,.10);
}
.video-play-icon svg{width:16px;height:16px;display:block}
.video-shell.is-active .video-play,
.video-shell.is-active .video-poster{display:none}
.video-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  border:1px solid var(--line);
  box-shadow:var(--shadow-sm);
  color:var(--brand-dark);
  z-index:2;
}
.video-nav svg{width:20px;height:20px;display:block}
.video-nav-prev{left:-10px}
.video-nav-next{right:-10px}
@media (max-width: 1120px){
  .video-rail{grid-auto-columns:calc((100% - 18px) / 2)}
  .video-nav-prev{left:-6px}
  .video-nav-next{right:-6px}
}
@media (max-width: 760px){
  .video-rail{grid-auto-columns:84%;gap:14px}
  .video-shell{border-radius:24px}
  .video-play{left:14px;right:14px;bottom:14px;min-height:46px;padding:11px 14px;font-size:12px}
  .video-nav{display:none}
}


.product-payment-icons{display:flex;justify-content:center;align-items:center;margin-top:16px}
.product-payment-icons img{width:auto;max-width:280px;height:28px;object-fit:contain}
@media (max-width:767px){.product-payment-icons img{max-width:220px;height:24px}}


/* v1.26 track order result states */
.track-form-grid{display:grid;gap:18px}
.track-result-wrap{margin-top:22px}
.track-state{display:none;background:#fff;border:1px solid var(--line);border-radius:30px;padding:24px;box-shadow:var(--shadow-sm)}
.track-state.is-visible{display:block}
.track-state-head{display:flex;align-items:flex-start;gap:14px;margin-bottom:14px}
.track-state-icon{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;font-size:18px;font-weight:900;flex:0 0 42px}
.track-state-confirmed .track-state-icon,
.track-state-shipped .track-state-icon,
.track-state-completed .track-state-icon{background:rgba(110,55,228,.10);color:var(--brand-dark)}
.track-state-not-found .track-state-icon{background:rgba(214,51,108,.10);color:#b42349}
.track-state-title{font-size:28px;font-weight:900;line-height:1.05;color:var(--text);margin:0}
.track-state-copy{margin-top:10px;color:var(--muted);line-height:1.75}
.track-state-copy p{margin:0}
.track-state-copy p + p{margin-top:10px}
.track-state-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}
.track-state-chip{background:#faf6ff;border:1px solid var(--line);border-radius:20px;padding:14px 16px}
.track-state-chip-label{display:block;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-2);margin-bottom:6px}
.track-state-chip-value{font-size:16px;font-weight:800;color:var(--text);word-break:break-word}
.track-state-card{margin-top:16px;background:#faf6ff;border:1px solid var(--line);border-radius:22px;padding:18px}
.track-form-status{display:none;margin-top:16px;font-size:14px;font-weight:700;color:var(--muted)}
.track-form-status.is-visible{display:block}
.track-form-status.is-error{color:#b42349}
@media (max-width:760px){
  .track-state{padding:20px;border-radius:24px}
  .track-state-head{gap:12px;margin-bottom:12px}
  .track-state-icon{width:38px;height:38px;flex-basis:38px}
  .track-state-title{font-size:24px}
  .track-state-meta{grid-template-columns:1fr}
}

/* v1.26 richer policy content */
.policy-sections section .text + .text{margin-top:14px}
.policy-sections section ul{margin:16px 0 0 20px;padding:0;color:var(--muted);line-height:1.7}
.policy-sections section li + li{margin-top:8px}
.policy-sections section strong{color:var(--text)}


/* v1.32 footer polish */
.footer-brand{display:inline-flex;align-items:center;line-height:0}
.footer-logo{display:block;width:auto;height:40px;max-width:220px;object-fit:contain}
.site-footer .notice-strip .pill{background:var(--brand-soft);border-color:#d9cffa;color:var(--brand-dark);box-shadow:none}

@media (max-width: 760px){
  .footer-logo{height:32px;max-width:170px}
}

@media (max-width: 768px){
  .mobile-sticky + .site-footer{
    padding-bottom:calc(148px + env(safe-area-inset-bottom)) !important;
  }
  .mobile-sticky + .site-footer .footer-bottom-bar{
    padding-bottom:calc(16px + env(safe-area-inset-bottom)) !important;
  }
}
/* 产品相册与 Woo 购物车修正 */
.gallery-grid .main-shot{
  position:relative;
  aspect-ratio:1/1;
}
.gallery-grid .main-shot img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.gallery-grid .thumb{
  aspect-ratio:1/1;
  padding:0;
  background:#fff;
  cursor:pointer;
}
.gallery-grid .thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.gallery-grid .thumb.is-active{
  border-color:rgba(110,55,228,.42);
  box-shadow:0 10px 24px rgba(110,55,228,.12);
}
.gallery-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:42px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  border:1px solid var(--line);
  box-shadow:var(--shadow-sm);
  display:grid;
  place-items:center;
  font-size:24px;
  line-height:1;
  z-index:3;
}
.gallery-nav.prev{left:16px;}
.gallery-nav.next{right:16px;}

.cart-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.cart-copy{
  min-width:0;
}
.cart-title{
  display:block;
  font-size:18px;
  line-height:1.2;
  margin-bottom:8px;
}
.cart-actions{
  min-width:150px;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:10px;
}
.cart-line-price{
  font-size:18px;
  font-weight:900;
  line-height:1;
}
.cart-remove-btn{
  color:#8e88a2;
  font-size:14px;
  font-weight:600;
}

@media (max-width:760px){
  .gallery-nav{
    width:36px;
    height:36px;
    font-size:20px;
  }

  .cart-item{
    grid-template-columns:88px 1fr;
    align-items:start;
  }
  .cart-thumb{
    width:88px;
    height:88px;
  }
  .cart-copy{
    padding-right:0;
  }
  .cart-title{
    font-size:16px;
  }
  .cart-actions{
    grid-column:1 / -1;
    width:100%;
    min-width:0;
    margin-top:8px;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
  }
  .cart-line-price{
    font-size:16px;
  }
}

/* 购物车缩略图与移动端布局修正 */
.cart-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

@media (max-width:760px){
  .cart-item{
    grid-template-columns:88px 1fr;
    align-items:start;
  }

  .cart-thumb{
    width:88px;
    height:88px;
  }

  .cart-copy{
    min-width:0;
  }

  .cart-title{
    font-size:16px;
    line-height:1.28;
  }

  .cart-actions{
    grid-column:1 / -1;
    width:100%;
    min-width:0;
    margin-top:10px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:22px;
  }

  .qty-inline{
    order:1;
    margin-right:auto;
  }

  .cart-remove-btn{
    order:2;
    margin-left:0;
    white-space:nowrap;
  }

  .cart-line-price{
    order:3;
    white-space:nowrap;
    margin-left:8px;
  }
}
.qty-inline .qty-link{
  width:52px;
  height:52px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:#f7f2fb;
  color:#171422;
  text-decoration:none;
  font-size:28px;
  font-weight:700;
  line-height:1;
}
.cart-remove-btn{
  text-decoration:none;
}


/* Checkout 样式三次收口：修 State/Country 下拉框、输入框高度、字段间距 */
body.woocommerce-checkout:not(.woocommerce-order-received) .form-grid.two {
  gap: 14px !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #checkoutFormShell,
body.woocommerce-checkout:not(.woocommerce-order-received) .form-grid {
  row-gap: 14px !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .card .form-grid.two .field,
body.woocommerce-checkout:not(.woocommerce-order-received) .card .form-grid.two .form-row,
body.woocommerce-checkout:not(.woocommerce-order-received) .card .field,
body.woocommerce-checkout:not(.woocommerce-order-received) .card .form-row {
  margin: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .field .input-text,
body.woocommerce-checkout:not(.woocommerce-order-received) .field select,
body.woocommerce-checkout:not(.woocommerce-order-received) .form-row .input-text,
body.woocommerce-checkout:not(.woocommerce-order-received) .form-row select {
  height: 56px !important;
  min-height: 56px !important;
  padding: 0 16px !important;
  border-radius: 16px !important;
  font-size: 15px !important;
}

/* Woo Select2 单选下拉：州/国家这类字段 */
body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container {
  width: 100% !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container--default .select2-selection--single {
  height: 56px !important;
  min-height: 56px !important;
  border: 1px solid #ddd7ee !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: none !important;
  padding: 0 44px 0 16px !important;
  display: flex !important;
  align-items: center !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 56px !important;
  color: #3d3650 !important;
  font-size: 15px !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #9b94ae !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 56px !important;
  width: 36px !important;
  right: 8px !important;
  top: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -4px !important;
  margin-top: -2px !important;
  border-width: 5px 4px 0 4px !important;
  border-color: #5f5774 transparent transparent transparent !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container--default.select2-container--focus .select2-selection--single,
body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container--default.select2-container--open .select2-selection--single,
body.woocommerce-checkout:not(.woocommerce-order-received) .field .input-text:focus,
body.woocommerce-checkout:not(.woocommerce-order-received) .form-row .input-text:focus,
body.woocommerce-checkout:not(.woocommerce-order-received) .field select:focus,
body.woocommerce-checkout:not(.woocommerce-order-received) .form-row select:focus {
  border-color: #7a5af8 !important;
  box-shadow: 0 0 0 4px rgba(122, 90, 248, 0.10) !important;
  outline: none !important;
}

/* 下拉展开层 */
.select2-dropdown {
  border: 1px solid #ddd7ee !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 18px 40px rgba(21, 24, 28, 0.08) !important;
}

.select2-results__option {
  padding: 12px 14px !important;
  font-size: 15px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #f3eeff !important;
  color: #2b0a63 !important;
}

@media (max-width: 767px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .form-grid.two {
    gap: 12px !important;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) #checkoutFormShell,
  body.woocommerce-checkout:not(.woocommerce-order-received) .form-grid {
    row-gap: 12px !important;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) .field .input-text,
  body.woocommerce-checkout:not(.woocommerce-order-received) .field select,
  body.woocommerce-checkout:not(.woocommerce-order-received) .form-row .input-text,
  body.woocommerce-checkout:not(.woocommerce-order-received) .form-row select,
  body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container--default .select2-selection--single {
    height: 52px !important;
    min-height: 52px !important;
    border-radius: 14px !important;
    font-size: 15px !important;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container--default .select2-selection--single .select2-selection__rendered,
  body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container--default .select2-selection--single .select2-selection__arrow {
    line-height: 52px !important;
    height: 52px !important;
  }
}
/* Checkout 移动端 order summary 折叠区：只补前端交互样式，不动 Woo 链路 */
@media (max-width: 767px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) #checkoutSummaryWrap {
    order: -1;
    display: none;
    margin: 0 0 18px 0 !important;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) #checkoutSummaryWrap.open {
    display: block;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) #checkoutSummaryToggle {
    width: 100%;
    min-height: 76px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 22px 20px;
    border: 1px solid #eadffb;
    border-radius: 24px;
    background: #fff;
    color: #171422;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
    box-shadow: 0 12px 32px rgba(21,24,28,.06);
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-summary-toggle-right {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    flex-shrink: 0;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-summary-toggle-total {
    font-size: 16px;
    font-weight: 800;
    color: #171422;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-summary-toggle-icon {
    width: 10px;
    height: 10px;
    border-right: 2px solid #2b0a63;
    border-bottom: 2px solid #2b0a63;
    transform: rotate(45deg);
    transition: transform .2s ease;
    margin-top: -4px;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) #checkoutSummaryToggle.is-open .checkout-summary-toggle-icon {
    transform: rotate(-135deg);
    margin-top: 4px;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) #checkoutSummaryWrap .checkout-summary {
    margin: 0;
  }
}

/* 移动端右上角购物车：只显示图标，不显示 Cart 文字 */
@media (max-width: 767px) {
  .site-header .header-right .cart-pill {
    position: relative;
    width: 52px;
    min-width: 52px;
    height: 52px;
    padding: 0 !important;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    font-size: 0;
  }

  .site-header .header-right .cart-pill > span:first-child {
    display: none !important;
  }

  .site-header .header-right .cart-pill::before {
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232b0a63' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='18' cy='20' r='1'/%3E%3Cpath d='M3 4h2l2.2 10.4a1 1 0 0 0 1 .8h8.9a1 1 0 0 0 1-.8L21 7H7'/%3E%3C/svg%3E");
  }

  .site-header .header-right .cart-pill .cart-count {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    display: inline-grid !important;
    place-items: center;
    font-size: 11px !important;
    line-height: 1;
    font-weight: 800;
    z-index: 2;
  }
}

/* 移动端右上角购物车图标：修复数量角标不显示 */
@media (max-width: 767px) {
  .site-header .header-right .cart-pill {
    position: relative !important;
    overflow: visible !important;
  }

  .site-header .header-right .cart-pill .cart-count {
    position: absolute !important;
    top: 4px !important;
    right: 4px !important;
    min-width: 18px !important;
    height: 18px !important;
    padding: 0 4px !important;
    border-radius: 999px !important;
    display: inline-grid !important;
    place-items: center !important;
    background: #2b0a63 !important;
    color: #fff !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    z-index: 3 !important;
    box-shadow: 0 2px 8px rgba(43, 10, 99, 0.18) !important;
  }
}

/* 价格防闪：真实 Woo 价格没写入前，先隐藏模板写死价 */
html:not(.hsv-price-ready) [data-price-current],
html:not(.hsv-price-ready) [data-price-compare],
html:not(.hsv-price-ready) [data-price-save],
html:not(.hsv-price-ready) [data-price-from],
html:not(.hsv-price-ready) [data-bundle-total],
html:not(.hsv-price-ready) #selectedBundleTotal,
html:not(.hsv-price-ready) .mobile-sticky .price-wrap strong,
html:not(.hsv-price-ready) .mobile-sticky .price-wrap .text-sm {
  opacity: 0 !important;
}

html.hsv-price-ready [data-price-current],
html.hsv-price-ready [data-price-compare],
html.hsv-price-ready [data-price-save],
html.hsv-price-ready [data-price-from],
html.hsv-price-ready [data-bundle-total],
html.hsv-price-ready #selectedBundleTotal,
html.hsv-price-ready .mobile-sticky .price-wrap strong,
html.hsv-price-ready .mobile-sticky .price-wrap .text-sm {
  opacity: 1 !important;
  transition: opacity .15s ease;
}

/* Checkout Payment 最终定稿：只修支付区和 Place order 按钮，不动其他区域 */
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell,
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment,
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment ul.payment_methods,
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment ul.payment_methods > li,
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment .payment_box,
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment .woocommerce-privacy-policy-text,
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment .woocommerce-terms-and-conditions-wrapper,
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment .form-row.place-order,
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell .help-box {
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment ul.payment_methods {
  list-style: none !important;
  margin: 14px 0 0 !important;
  padding: 0 !important;
  border: 1px solid #e6def7 !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment ul.payment_methods > li {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #eee7fa !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment ul.payment_methods > li:last-child {
  border-bottom: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment ul.payment_methods > li > label,
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment .payment_method_cod > label,
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment .payment_method_stripe > label,
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment .payment_method_paypal > label {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 60px !important;
  padding: 0 18px !important;
  margin: 0 !important;
  background: #fff !important;
  color: #171422 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  box-sizing: border-box !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment input[type="radio"] {
  margin: 0 !important;
  transform: none !important;
  accent-color: #7a5af8 !important;
  flex: 0 0 auto !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment div.payment_box {
  margin: 0 !important;
  padding: 16px 18px !important;
  border: 0 !important;
  border-top: 1px solid #eee7fa !important;
  border-radius: 0 !important;
  background: #faf8ff !important;
  color: #5f5774 !important;
  box-shadow: none !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment div.payment_box::before {
  display: none !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment .woocommerce-privacy-policy-text {
  margin-top: 14px !important;
  color: #5f5774 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment .woocommerce-privacy-policy-text p {
  margin: 0 !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment .woocommerce-terms-and-conditions-wrapper {
  margin-top: 14px !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment .form-row.validate-required {
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment .woocommerce-form__label-for-checkbox {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr);
  column-gap: 10px !important;
  align-items: start !important;
  margin: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  margin: 2px 0 0 0 !important;
  accent-color: #7a5af8 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment .woocommerce-form__label-for-checkbox span {
  display: block !important;
  min-width: 0 !important;
  color: #171422 !important;
  line-height: 1.6 !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment .form-row.place-order {
  margin: 18px 0 0 !important;
  padding: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment button#place_order,
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment #place_order,
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment .button.alt,
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment .form-row.place-order .button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 58px !important;
  height: 58px !important;
  margin: 0 !important;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #2b0a63 0%, #6e37e4 100%) !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: -0.01em !important;
  text-align: center !important;
  text-shadow: none !important;
  box-shadow: 0 14px 34px rgba(110, 55, 228, 0.24) !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
  float: none !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment button#place_order:hover,
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment #place_order:hover,
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment .button.alt:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 18px 38px rgba(110, 55, 228, 0.28) !important;
  opacity: 1 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment button#place_order:disabled,
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment #place_order:disabled,
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment .button.alt:disabled,
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment #place_order[disabled] {
  opacity: .55 !important;
  box-shadow: none !important;
  transform: none !important;
  cursor: not-allowed !important;
}

@media (max-width: 767px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment ul.payment_methods > li > label,
  body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment .payment_method_cod > label,
  body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment .payment_method_stripe > label,
  body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment .payment_method_paypal > label {
    min-height: 56px !important;
    padding: 0 16px !important;
    font-size: 15px !important;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment div.payment_box {
    padding: 14px 16px !important;
    font-size: 14px !important;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment button#place_order,
  body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment #place_order,
  body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment .button.alt,
  body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-payment-shell #payment .form-row.place-order .button {
    min-height: 54px !important;
    height: 54px !important;
    font-size: 17px !important;
  }
}

