/** Shopify CDN: Minification failed

Line 12:0 All "@import" rules must come first

**/
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
/* ============================================
   YES, EYE DO — ILIA-Inspired Refactor
   File: assets/yeseyedo-custom.css
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap');

:root {
  --ye-warm-nude: #EDE8E3;
  --ye-off-white: #F6F5F2;
  --ye-page-bg: #FAFAF8;
  --ye-taupe: #9E9890;
  --ye-charcoal: #2C2826;
  --ye-dusty-rose: #B8908A;
  --ye-body: #6B635D;
  --ye-heading: 'Inter', sans-serif;
  --ye-sans: 'Inter', sans-serif;
}

body, .shopify-section {
  font-family: var(--ye-sans) !important;
  color: var(--ye-charcoal);
  -webkit-font-smoothing: antialiased;
}

#shopify-section-header { display: none !important; }

.ye-topbar {
  text-align: center;
  padding: 10px;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--ye-body);
  background: var(--ye-off-white);
  font-family: var(--ye-sans);
}
.ye-topbar span { color: var(--ye-charcoal); font-weight: 500; }

.ye-cta {
  display: inline-block;
  border: 1px solid var(--ye-charcoal);
  color: var(--ye-charcoal);
  padding: 14px 40px;
  font-size: 10px;
  letter-spacing: 3px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.35s ease;
  background: transparent;
  text-decoration: none;
  font-family: var(--ye-sans);
}
.ye-cta:hover {
  background: var(--ye-charcoal);
  color: #fff;
}

.ye-hero--full {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--ye-warm-nude);
}
.shopify-section .ye-hero--full {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%);
}
.shopify-section:has(.ye-hero--full) {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ye-hero__bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transform-origin: center center;
}

.ye-hero__overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

.ye-hero__content {
  position: relative;
  z-index: 2;
  max-width: 520px;
  padding: 80px 72px;
}
.ye-hero__content--left { margin-right: auto; }
.ye-hero__content--center { margin: 0 auto; text-align: center; }
.ye-hero__content--right { margin-left: auto; }

.ye-hero--full .eyebrow {
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 20px;
  font-family: var(--ye-sans);
  font-weight: 400;
}
.ye-hero--full h1 {
  font-family: var(--ye-heading);
  font-size: 44px;
  font-weight: 300;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}
.ye-hero--full h1 em {
  font-style: normal;
  font-weight: 300;
}
.ye-hero--full .hero-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  line-height: 1.75;
  margin-bottom: 36px;
  font-weight: 300;
  font-family: var(--ye-sans);
}
.ye-cta--hero {
  border-color: rgba(255,255,255,0.6);
  color: #fff;
}
.ye-cta--hero:hover {
  background: #fff;
  color: var(--ye-charcoal);
  border-color: #fff;
}

.ye-hero--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
  background: var(--ye-page-bg);
}
.ye-hero__text-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 72px;
}
.ye-hero__text-side .eyebrow {
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--ye-taupe);
  margin-bottom: 20px;
  font-family: var(--ye-sans);
  font-weight: 400;
}
.ye-hero__text-side h1 {
  font-family: var(--ye-heading);
  font-size: 40px;
  font-weight: 300;
  line-height: 1.15;
  color: var(--ye-charcoal);
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}
.ye-hero__text-side h1 em {
  font-style: normal;
  font-weight: 300;
}
.ye-hero__text-side .hero-sub {
  font-size: 14px;
  color: var(--ye-body);
  line-height: 1.75;
  margin-bottom: 36px;
  font-weight: 300;
  font-family: var(--ye-sans);
}
.ye-hero__img-side {
  overflow: hidden;
  background: var(--ye-warm-nude);
}
.ye-hero__img-side img {
  width: 100%; height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .ye-hero--full { min-height: 60vh; }
  .ye-hero__content { padding: 48px 28px; max-width: 100%; }
  .ye-hero--full h1 { font-size: 32px; }
  .ye-hero--split { grid-template-columns: 1fr; }
  .ye-hero__img-side { min-height: 360px; order: -1; }
  .ye-hero__text-side { padding: 48px 28px; }
  .ye-hero__text-side h1 { font-size: 32px; }
}

.ye-hdr {
  background: var(--ye-page-bg);
  text-align: center;
  padding: 40px 48px 0;
  position: relative;
}

.ye-hdr-icons {
  position: absolute;
  right: 48px;
  top: 28px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.ye-hdr-icons a {
  color: var(--ye-taupe);
  transition: color 0.25s;
  display: flex;
  align-items: center;
}
.ye-hdr-icons a:hover { color: var(--ye-charcoal); }

.ye-cart-icon { position: relative; }
.ye-cart-count {
  position: absolute;
  top: -6px; right: -8px;
  background: var(--ye-charcoal);
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  width: 16px; height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ye-sans);
}

.ye-hdr-logo { margin-bottom: 24px; }
.ye-hdr-logo a {
  display: inline-block;
  text-decoration: none;
}
.ye-logo-img { display: block; height: auto; }
.ye-logo-text {
  font-family: var(--ye-heading);
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 14px;
  text-transform: uppercase;
  color: var(--ye-charcoal);
}

.ye-hdr-line {
  display: none;
}

.ye-hdr-nav {
  display: flex;
  justify-content: center;
  gap: 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(44,40,38,0.06);
}
.ye-hdr-nav a {
  font-size: 10px;
  letter-spacing: 3.5px;
  color: var(--ye-body);
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.25s;
  font-family: var(--ye-sans);
  font-weight: 400;
}
.ye-hdr-nav a:hover {
  color: var(--ye-charcoal);
}

@media (max-width: 768px) {
  .ye-hdr { padding: 28px 20px 0; }
  .ye-hdr-icons { right: 20px; top: 18px; gap: 14px; }
  .ye-hdr-icons svg { width: 18px; height: 18px; }
  .ye-logo-img { max-width: 120px !important; }
  .ye-logo-text { font-size: 22px; letter-spacing: 10px; }
  .ye-hdr-nav { gap: 20px; flex-wrap: wrap; padding-bottom: 18px; }
}

.ye-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
}
.ye-split-img {
  background: var(--ye-warm-nude);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ye-split-img img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.ye-split-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 64px;
  background: var(--ye-page-bg);
}
.ye-split-text .eyebrow {
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--ye-taupe);
  margin-bottom: 20px;
  font-family: var(--ye-sans);
  font-weight: 400;
}
.ye-split-text h2 {
  font-family: var(--ye-heading);
  font-size: 32px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 18px;
  color: var(--ye-charcoal);
  letter-spacing: -0.3px;
}
.ye-split-text p {
  font-size: 14px;
  color: var(--ye-body);
  line-height: 1.8;
  margin-bottom: 28px;
  font-weight: 300;
}
.ye-split-text .price-line {
  font-size: 12px;
  color: var(--ye-taupe);
  letter-spacing: 2px;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.ye-statement {
  padding: 140px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: var(--ye-off-white);
}
.ye-statement--has-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.ye-statement__overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 1;
  pointer-events: none;
}
.ye-statement__content {
  position: relative;
  z-index: 2;
}
.ye-statement::before {
  display: none;
}
.ye-statement blockquote {
  font-family: var(--ye-heading);
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  max-width: 560px;
  margin: 0 auto 24px;
  letter-spacing: -0.2px;
  color: var(--ye-charcoal);
}
.ye-statement--has-bg blockquote { color: #fff; }
.ye-statement .attr {
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: var(--ye-sans);
  font-weight: 400;
  color: var(--ye-taupe);
}
.ye-statement--has-bg .attr { color: rgba(255,255,255,0.65); }

@media (max-width: 768px) {
  .ye-statement--has-bg { background-attachment: scroll; }
  .ye-statement { padding: 96px 28px; }
}

.ye-products {
  padding: 100px 56px;
  background: var(--ye-page-bg);
}
.ye-products .sec-eyebrow {
  text-align: center;
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--ye-taupe);
  margin-bottom: 14px;
  font-family: var(--ye-sans);
  font-weight: 400;
}
.ye-products .sec-title {
  text-align: center;
  font-family: var(--ye-heading);
  font-size: 28px;
  font-weight: 300;
  color: var(--ye-charcoal);
  margin-bottom: 56px;
  letter-spacing: -0.3px;
}
.ye-prod-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  list-style: none;
  padding: 0;
}
.ye-prod-card {
  cursor: pointer;
  text-align: center;
}
.ye-prod-card h3 {
  font-family: var(--ye-sans);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: var(--ye-charcoal);
}
.ye-prod-card h3 a {
  color: inherit;
  text-decoration: none;
}
.ye-prod-card .prod-sub {
  font-size: 11px;
  color: var(--ye-taupe);
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}
.ye-prod-card .prod-price {
  font-size: 13px;
  color: var(--ye-charcoal);
  font-weight: 300;
}
.ye-prod-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  aspect-ratio: 3 / 4;
  background: var(--ye-off-white);
  text-decoration: none;
}
.ye-prod-thumb .ye-prod-img-primary {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease;
}
.ye-prod-thumb .ye-prod-img-hover {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.ye-prod-card:hover .ye-prod-img-primary { opacity: 0; }
.ye-prod-card:hover .ye-prod-img-hover { opacity: 1; }

.ye-values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(44,40,38,0.06);
  border-bottom: 1px solid rgba(44,40,38,0.06);
  background: var(--ye-page-bg);
}
.ye-val-item {
  padding: 48px 28px;
  text-align: center;
  border-right: 1px solid rgba(44,40,38,0.06);
}
.ye-val-item:last-child { border-right: none; }
.ye-val-item h4 {
  font-family: var(--ye-heading);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--ye-charcoal);
}
.ye-val-item p {
  font-size: 12px;
  color: var(--ye-taupe);
  line-height: 1.7;
  letter-spacing: 0.3px;
}

.ye-bundle {
  background: var(--ye-off-white);
  padding: 100px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
.ye-bundle h2 {
  font-family: var(--ye-heading);
  font-size: 32px;
  font-weight: 300;
  color: var(--ye-charcoal);
  margin-bottom: 10px;
  letter-spacing: -0.3px;
}
.ye-bundle p {
  font-size: 14px;
  color: var(--ye-body);
  font-weight: 300;
  margin-bottom: 28px;
  line-height: 1.7;
}
.ye-bundle-visual {
  display: flex;
  gap: 16px;
  align-items: flex-end;
}
.ye-bundle-visual img {
  height: 160px;
  object-fit: contain;
}

.ye-reviews {
  padding: 100px 56px;
  background: var(--ye-page-bg);
}
.ye-reviews .sec-eyebrow {
  text-align: center;
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--ye-taupe);
  margin-bottom: 14px;
  font-family: var(--ye-sans);
  font-weight: 400;
}
.ye-reviews .sec-title {
  text-align: center;
  font-family: var(--ye-heading);
  font-size: 28px;
  font-weight: 300;
  color: var(--ye-charcoal);
  margin-bottom: 56px;
  letter-spacing: -0.3px;
}
.ye-rev-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.ye-rev-card {
  border-top: 1px solid rgba(44,40,38,0.08);
  padding-top: 28px;
}
.ye-rev-card .stars {
  color: var(--ye-charcoal);
  font-size: 10px;
  letter-spacing: 4px;
  margin-bottom: 14px;
}
.ye-rev-card .rev-text {
  font-family: var(--ye-sans);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.7;
  color: var(--ye-charcoal);
  margin-bottom: 18px;
}
.ye-rev-card .rev-author {
  font-size: 10px;
  color: var(--ye-taupe);
  letter-spacing: 2px;
  font-family: var(--ye-sans);
  text-transform: uppercase;
}

.ye-footer {
  background: var(--ye-charcoal);
  color: var(--ye-off-white);
  padding: 72px 56px 36px;
}
.ye-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.ye-footer h5 {
  font-family: var(--ye-sans);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 18px;
  color: var(--ye-off-white);
}
.ye-footer .brand-desc {
  font-size: 13px;
  color: var(--ye-taupe);
  line-height: 1.8;
  font-weight: 300;
}
.ye-footer a {
  display: block;
  font-size: 12px;
  color: var(--ye-taupe);
  text-decoration: none;
  line-height: 2.4;
  letter-spacing: 0.5px;
  transition: color 0.25s;
}
.ye-footer a:hover { color: var(--ye-off-white); }
.ye-footer-bottom {
  border-top: 1px solid rgba(245,240,235,0.08);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: var(--ye-taupe);
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  .ye-split { grid-template-columns: 1fr; }
  .ye-split-img { min-height: 320px; }
  .ye-split-text { padding: 56px 28px; }
  .ye-prod-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .ye-values { grid-template-columns: repeat(2, 1fr); }
  .ye-rev-grid { grid-template-columns: 1fr; }
  .ye-bundle { flex-direction: column; text-align: center; padding: 72px 28px; }
  .ye-footer-grid { grid-template-columns: 1fr 1fr; }
}

.ye-bundle-v2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
  background: var(--ye-page-bg);
}
.ye-bundle-v2__img {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ye-bundle-v2__img img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.ye-bundle-v2__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 64px;
  background: var(--ye-off-white);
}
.ye-bundle-v2__text .eyebrow {
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--ye-taupe);
  margin-bottom: 20px;
  font-family: var(--ye-sans);
  font-weight: 400;
}
.ye-bundle-v2__text h2 {
  font-family: var(--ye-heading);
  font-size: 32px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 18px;
  color: var(--ye-charcoal);
  letter-spacing: -0.3px;
}
.ye-bundle-v2__text p {
  font-size: 14px;
  color: var(--ye-body);
  line-height: 1.8;
  margin-bottom: 28px;
  font-weight: 300;
}
.ye-bundle-v2__price {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
  font-family: var(--ye-sans);
}
.ye-bundle-v2__price-old {
  font-size: 14px;
  color: var(--ye-taupe);
  text-decoration: line-through;
}
.ye-bundle-v2__price-new {
  font-size: 18px;
  font-weight: 500;
  color: var(--ye-charcoal);
}
.ye-bundle-v2__badge {
  font-size: 9px;
  letter-spacing: 1.5px;
  background: var(--ye-charcoal);
  color: #fff;
  padding: 4px 10px;
  border-radius: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.ye-cta--bundle {
  background: var(--ye-charcoal);
  color: #fff;
  border-color: var(--ye-charcoal);
  align-self: flex-start;
}
.ye-cta--bundle:hover {
  background: transparent;
  color: var(--ye-charcoal);
}

@media (max-width: 768px) {
  .ye-bundle-v2 { grid-template-columns: 1fr; }
  .ye-bundle-v2__img { min-height: 360px; }
  .ye-bundle-v2__text { padding: 48px 28px; }
  .ye-bundle-v2__text h2 { font-size: 28px; }
}

/* Hamburger — 桌面端隐藏，移动端显示 */
.ye-hamburger {
  display: none;
}

@media (max-width: 768px) {
  .ye-hamburger {
    display: block;
    position: absolute;
    left: 20px;
    top: 24px;
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 102;
  }
  .ye-hamburger span {
    display: block;
    width: 20px;
    height: 1px;
    background: #2C2826;
    margin: 5px auto;
  }
  .ye-hdr-nav {
    display: none;
  }
}
/* ============================================
   ★ Announcement bar — 桌面并排 + 移动端轮播
   ============================================ */
.ye-topbar {
  text-align: center;
  padding: 0;
  background: var(--ye-off-white);
  font-family: var(--ye-sans);
  overflow: hidden;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ye-topbar__track {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 56px;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.ye-topbar__item {
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--ye-body);
  font-weight: 400;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ye-topbar__item a {
  color: var(--ye-charcoal);
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.25s;
}
.ye-topbar__item a:hover { opacity: 0.65; }

/* 桌面端：用分隔点替代 gap */
@media (min-width: 769px) {
  .ye-topbar__item + .ye-topbar__item::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background: var(--ye-taupe);
    border-radius: 50%;
    margin-right: 56px;
    margin-left: -56px;
    opacity: 0.6;
    vertical-align: middle;
  }
}

/* 移动端：轮播模式（每条占 100% 宽，垂直切换） */
@media (max-width: 768px) {
  .ye-topbar { height: 36px; }
  .ye-topbar__track {
    flex-direction: column;
    gap: 0;
    width: 100%;
    height: 36px;
  }
  .ye-topbar__item {
    flex: 0 0 36px;
    height: 36px;
    width: 100%;
    font-size: 10px;
    letter-spacing: 2px;
    padding: 0 16px;
  }
  .ye-topbar__item + .ye-topbar__item::before {
    display: none;
  }
}

/* ============================================
   ★ Hero — 双 CTA 按钮组
   ============================================ */
.ye-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
}

.ye-hero--full .ye-hero__ctas {
  margin-bottom: 32px;
}

/* 主按钮 — 白底深字（视觉重心） */
.ye-cta--hero.ye-cta--primary {
  background: #fff;
  color: var(--ye-charcoal);
  border-color: #fff;
}
.ye-cta--hero.ye-cta--primary:hover {
  background: rgba(255, 255, 255, 0.85);
  color: var(--ye-charcoal);
  border-color: rgba(255, 255, 255, 0.85);
}

/* 次按钮保持原描边样式（已在原 CSS 定义） */

/* ============================================
   ★ Hero — 信任标签行
   ============================================ */
.ye-hero__trust {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.ye-hero__trust li {
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
  font-family: var(--ye-sans);
  display: flex;
  align-items: center;
  position: relative;
}

.ye-hero__trust li::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.85)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .ye-hero__ctas {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 28px;
  }
  .ye-hero__ctas .ye-cta {
    text-align: center;
    width: 100%;
  }
  .ye-hero__trust {
    gap: 10px 14px;
    margin-top: 4px;
  }
  .ye-hero__trust li {
    font-size: 9px;
    letter-spacing: 1.8px;
  }
  .ye-hero__trust li::before {
    width: 11px;
    height: 11px;
    margin-right: 5px;
  }
}

/* ============================================
   ★ Product Card — 修复 / 增强
   ============================================ */

/* 强制覆盖 +N 链接的默认浏览器紫色 */
.ye-shade-more,
.ye-shade-more:visited,
.ye-shade-more:active {
  color: var(--ye-taupe) !important;
  text-decoration: none !important;
}
.ye-shade-more:hover {
  color: var(--ye-charcoal) !important;
}

/* 色号点边框加深，避免浅色背景透明看不见 */
.ye-shade-dot {
  border: 1px solid rgba(44, 40, 38, 0.2);
}
.ye-shade-dot:hover {
  border-color: var(--ye-charcoal);
}

/* 色号点容器加间距 */
.ye-shade-dots {
  margin-top: 10px;
  gap: 7px;
}

/* Tagline 限两行 */
.ye-prod-tagline {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

/* ===== Best Seller 角标 - 小巧贴片版 ===== */
.ye-prod-thumb {
  position: relative;
}

.ye-prod-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-block;
  padding: 5px 10px;
  font-family: var(--ye-font-sans, inherit);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 2px;
  white-space: nowrap;
  pointer-events: none;
}

.ye-prod-badge--bestseller {
  background: var(--ye-charcoal, #2a2a2a);
  color: #fff;
}

/* 移动端稍微更小 */
@media (max-width: 749px) {
  .ye-prod-badge {
    top: 8px;
    left: 8px;
    padding: 4px 8px;
    font-size: 9px;
  }
}