:root {
  --color-primary: #2f6f62;
  --color-primary-hover: #24584e;
  --color-secondary: #bfe3d7;
  --color-accent: #d88a5b;
  --color-accent-soft: #f3e1d5;
  --color-bg: #f6f1e8;
  --color-surface: #fffdf9;
  --color-text: #24322d;
  --color-text-muted: #66756f;
  --color-border: #e3ddd2;
  --color-shadow: rgba(36, 50, 45, 0.08);
  --page-width: 1520px;
  --radius-sm: 16px;
  --radius-md: 22px;
  --radius-lg: 30px;
}

*,
*::before,
*::after { box-sizing: border-box; }

.visually-hidden,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 12px 16px;
  overflow: visible;
  clip: auto;
  white-space: normal;
  border-radius: 12px;
  background: var(--color-primary);
  color: #fff;
  z-index: 1000;
}

body {
  margin: 0;
  color: var(--color-text);
  background:
    radial-gradient(circle at top left, rgba(191, 227, 215, 0.34), transparent 36%),
    radial-gradient(circle at top right, rgba(216, 138, 91, 0.12), transparent 30%),
    var(--color-bg);
  font-family: "Manrope", system-ui, sans-serif;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
.page-width { width: min(var(--page-width), calc(100% - 32px)); margin: 0 auto; }
.site-announcement { border-bottom: 1px solid rgba(47,111,98,.12); background: rgba(216,138,91,.09); color: var(--color-primary); font-size: 13px; }
.site-announcement__inner, .site-header__inner { display:flex; align-items:center; justify-content:space-between; gap:16px; }
.site-announcement__inner { min-height: 40px; }
.site-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(47,111,98,.08); background: rgba(246,241,232,.92); backdrop-filter: blur(10px); }
.site-header__inner { min-height: 72px; display:grid; grid-template-columns: minmax(220px, 320px) minmax(0, 1fr) auto; align-items:center; gap: 20px; }
.site-header__brand { display:flex; align-items:center; gap:10px; min-width: 0; max-width: 320px; }
.site-header__brand--has-logo { max-width: clamp(150px, 20vw, 240px); }
.site-header__brand--text { max-width: 320px; }
.site-header__brand-badge { display:grid; place-items:center; width:36px; height:36px; border-radius:12px; background:linear-gradient(145deg, rgba(47,111,98,.96), rgba(191,227,215,.92)); color:#fff; font-weight:800; font-size:13px; flex: 0 0 auto; }
.site-header__brand-logo { display:flex; align-items:center; justify-content:flex-start; min-width:0; max-width:100%; }
.site-header__brand-logo-img { display:block; width:auto; max-width:100%; max-height:46px; height:auto; object-fit:contain; }
.site-header__brand-text { display:grid; gap:2px; min-width:0; }
.site-header__brand-name, .site-footer__title, .page-title, .section-title, .card-title, .product-card__title { margin:0; font-family:"Fraunces", Georgia, serif; line-height:1.08; }
.site-header__brand-name { display:block; font-size:16px; font-weight:700; }
.site-header__brand-copy { display:block; color: var(--color-text-muted); font-size:14px; line-height:1.35; }
.site-header__nav, .page-actions, .hero-badges, .meta-row { display:flex; align-items:center; gap:12px; flex-wrap:wrap; }
.site-header__actions { display:flex; align-items:center; gap:14px; }
.site-header__nav { justify-content: center; min-width: 0; flex-wrap: nowrap; gap: 28px; }
.site-header__nav a { padding:8px 0; font-weight:700; white-space: nowrap; transition: color .2s ease; font-size: 15px; }
.site-header__actions { justify-content: flex-end; flex-wrap: nowrap; }
.site-header__nav a.is-active { color: var(--color-primary); }
.site-header__nav a:hover { color: var(--color-primary); }
.site-header__helper-link,
.site-header__secondary-link {
  display:inline-flex;
  align-items:center;
  min-height:40px;
  color: var(--color-text);
  font-size:14px;
  font-weight:700;
  white-space: nowrap;
  transition: color .2s ease, opacity .2s ease;
}
.site-header__helper-link { color: var(--color-primary); }
.site-header__helper-link:hover,
.site-header__secondary-link:hover { color: var(--color-primary); }
.site-header__cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(47,111,98,.16);
  border-radius: 16px;
  background: var(--color-primary);
  color: #fff;
  box-shadow: 0 14px 28px rgba(36,50,45,.12);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.site-header__cart-link:hover {
  background: var(--color-primary-hover);
  box-shadow: 0 18px 34px rgba(36,50,45,.16);
  transform: translateY(-1px);
}
.site-header__cart-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
}
.site-header__cart-icon svg {
  width: 100%;
  height: 100%;
}
.site-header__cart-label {
  display: none;
}
.site-header__cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border: 2px solid rgba(246,241,232,.95);
  border-radius: 999px;
  background: var(--color-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}
.button { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:0 18px; border:1px solid transparent; border-radius:var(--radius-sm); font-weight:800; }
.button--primary { background: var(--color-primary); color:#fff; }
.button--ghost, .button--secondary { border-color: rgba(47,111,98,.24); background: rgba(255,253,249,.92); color: var(--color-primary); }
.button:hover { transform: translateY(-1px); }
.button--primary:hover { background: var(--color-primary-hover); }
.button:focus-visible,
.site-header__nav a:focus-visible,
.site-header__helper-link:focus-visible,
.site-header__secondary-link:focus-visible,
.site-header__cart-link:focus-visible,
.toolbar select:focus-visible,
.field input:focus-visible,
.field textarea:focus-visible,
.qty-stepper button:focus-visible {
  outline: 2px solid rgba(216,138,91,.7);
  outline-offset: 2px;
}
.section-shell { padding: 38px 0; }
.section-shell:first-of-type { padding-top: 28px; }
.hero-card, .section-card, .surface-card { border:1px solid var(--color-border); background: rgba(255,253,249,.95); box-shadow: 0 22px 56px var(--color-shadow); }
.hero-card, .section-card { border-radius: var(--radius-lg); }
.surface-card { border-radius: var(--radius-md); box-shadow: 0 12px 32px rgba(36,50,45,.06); }
.surface-card:hover { box-shadow: 0 18px 40px rgba(36,50,45,.09); }
.hero-grid, .split-grid, .footer-grid, .support-grid, .product-grid, .review-grid, .content-grid { display:grid; gap:20px; }
.hero-grid { grid-template-columns: 1.08fr .92fr; padding: 40px; }
.split-grid { grid-template-columns: 1fr 1fr; }
.footer-grid { grid-template-columns: 1.2fr 1fr 1fr 1fr; }
.support-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.product-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.review-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.content-grid { grid-template-columns: 1.15fr .85fr; }
.kicker, .badge, .pill { display:inline-flex; align-items:center; padding:8px 12px; border-radius:999px; font-size:12px; font-weight:800; }
.kicker { margin-bottom:14px; background: rgba(47,111,98,.08); color:var(--color-primary); text-transform:uppercase; letter-spacing:.05em; }
.badge, .pill { background: var(--color-accent-soft); color: var(--color-primary); }
.badge--soft { border:1px solid rgba(47,111,98,.12); background: rgba(255,253,249,.92); }
.page-title, .section-title { font-size: clamp(30px, 4vw, 54px); }
.body-copy, .muted, .list-copy { color: var(--color-text-muted); }
.hero-visual, .media-block { overflow:hidden; min-height:340px; border-radius:26px; background: linear-gradient(155deg, rgba(191,227,215,.42), rgba(255,253,249,.98)); }
.hero-visual { padding:18px; }
.hero-visual__art { position:relative; width:100%; height:100%; min-height:300px; border-radius:24px; background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(36,50,45,.18)), url('https://images.unsplash.com/photo-1548199973-03cce0bbc87b?auto=format&fit=crop&w=1200&q=80') center/cover; }
.hero-visual__shape { position:absolute; border-radius:26px; box-shadow: 0 18px 44px rgba(36,50,45,.18); }
.hero-visual__shape--large { left:26px; bottom:26px; width:170px; height:138px; background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(36,50,45,.18)), url('https://images.unsplash.com/photo-1517849845537-4d257902454a?auto=format&fit=crop&w=800&q=80') center/cover; }
.hero-visual__shape--small { right:26px; top:26px; width:132px; height:166px; background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(36,50,45,.12)), url('https://images.unsplash.com/photo-1519052537078-e6302a4968d4?auto=format&fit=crop&w=800&q=80') center/cover; }
.section-head { display:flex; align-items:end; justify-content:space-between; gap:18px; margin-bottom:22px; }
.section-head__copy { max-width: 720px; }
.section-head--compact {
  align-items: start;
  margin-bottom: 18px;
}
.pet-categories-head .section-head__copy {
  max-width: 860px;
}
.pet-categories-head .section-title {
  max-width: 760px;
  margin-bottom: 14px;
  font-size: clamp(34px, 4.6vw, 62px);
}
.pet-categories-head .body-copy {
  max-width: 680px;
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
}
.feature-card, .product-card__body, .review-card, .info-card, .support-card, .content-card { padding:22px; }
.product-card { overflow:hidden; }
.product-card__media { position:relative; aspect-ratio: 4 / 4.2; }
.product-card__media.media--mint { background: linear-gradient(165deg, #c8e8df, #f8f4ed); }
.product-card__media.media--sand { background: linear-gradient(165deg, #f1e3d8, #fffaf4); }
.product-card__media.media--sage { background: linear-gradient(165deg, #d8e5d3, #f5f6ef); }
.product-card__media.media--clay { background: linear-gradient(165deg, #e8d2c6, #faf2ee); }
.product-card__media.media--dog-photo { background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(36,50,45,.1)), url('https://images.unsplash.com/photo-1517849845537-4d257902454a?auto=format&fit=crop&w=900&q=80') center/cover; }
.product-card__media.media--bowl-photo { background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(36,50,45,.12)), url('https://images.unsplash.com/photo-1548681528-6a5c45b66b42?auto=format&fit=crop&w=900&q=80') center/cover; }
.product-card__media.media--travel-photo { background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(36,50,45,.12)), url('https://images.unsplash.com/photo-1518717758536-85ae29035b6d?auto=format&fit=crop&w=900&q=80') center/cover; }
.product-card__media.media--rest-photo { background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(36,50,45,.12)), url('https://images.unsplash.com/photo-1511044568932-338cba0ad803?auto=format&fit=crop&w=900&q=80') center/cover; }
.product-card__badge { position:absolute; top:14px; left:14px; }
.product-card__body { display:grid; gap:12px; }
.product-card__title, .card-title { font-size:24px; }
.price { color: var(--color-primary); font-size:18px; font-weight:800; }
.rating-row { display:flex; align-items:center; gap:8px; flex-wrap:wrap; color:var(--color-text-muted); font-size:14px; }
.rating-stars { color: var(--color-primary); font-weight:800; }
.price-row { display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.price-compare { color: var(--color-text-muted); text-decoration: line-through; font-size:14px; }
.save-tag { background:#b54d3d; color:#fff; }
.shield-row { display:flex; flex-wrap:wrap; gap:10px; }
.shield-badge { display:inline-flex; align-items:center; gap:8px; padding:8px 12px; border:1px solid rgba(47,111,98,.12); border-radius:999px; background:rgba(255,253,249,.96); color:var(--color-primary); font-size:12px; font-weight:800; }
.shield-badge::before { content:""; width:8px; height:8px; border-radius:999px; background:var(--color-primary); }
.pet-card--photo { position:relative; overflow:hidden; min-height:280px; display:flex; align-items:flex-end; background-size:cover; background-position:center; }
.pet-card--photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(36,50,45,.04), rgba(36,50,45,.18) 48%, rgba(36,50,45,.76));
  pointer-events: none;
}
.pet-card--dog {
  background-color: #dce9e3;
  background-image: linear-gradient(180deg, rgba(36,50,45,.02), rgba(36,50,45,.44)), url('home-dog-collection.png');
}
.pet-card--cat {
  background-color: #efe5dc;
  background-image: linear-gradient(180deg, rgba(36,50,45,.02), rgba(36,50,45,.42)), url('home-cat-collection.png');
}
.pet-card__content {
  position: relative;
  z-index: 1;
  width:100%;
  padding: 26px 22px 22px;
}
.pet-card__content .button--ghost {
  background: rgba(255,253,249,.94);
  border-color: rgba(255,253,249,.3);
}
.review-card--ugc { display:grid; grid-template-columns:88px 1fr; align-items:start; gap:16px; }
.review-thumb { width:88px; height:88px; border-radius:18px; background-size:cover; background-position:center; }
.review-thumb--dog { background-image:url('https://images.unsplash.com/photo-1517849845537-4d257902454a?auto=format&fit=crop&w=400&q=80'); }
.review-thumb--cat { background-image:url('https://images.unsplash.com/photo-1519052537078-e6302a4968d4?auto=format&fit=crop&w=400&q=80'); }
.review-thumb--home { background-image:url('https://images.unsplash.com/photo-1548681528-6a5c45b66b42?auto=format&fit=crop&w=400&q=80'); }
.review-card__body { display:grid; gap:10px; }
.buybox-lead { display:grid; gap:10px; }
.buybox-benefits { margin:0; padding-left:18px; color:var(--color-text-muted); }
.buybox-benefits li + li { margin-top:6px; }
.trust-inline { display:grid; gap:10px; grid-template-columns:repeat(2, minmax(0,1fr)); }
.qty-stepper { display:inline-flex; align-items:center; border:1px solid var(--color-border); border-radius:14px; overflow:hidden; background:rgba(255,253,249,.98); }
.qty-stepper button, .qty-stepper span { min-width:44px; min-height:44px; display:inline-flex; align-items:center; justify-content:center; font-weight:800; }
.qty-stepper button { border:0; background:transparent; color:var(--color-primary); }
.inline-icon,
.trust-card__icon { display:inline-flex; align-items:center; justify-content:center; }
.inline-icon svg,
.trust-card__icon svg { width:18px; height:18px; display:block; }
.pet-scene { color:rgba(255,253,249,.9); font-size:14px; }
.product-highlight { display:grid; gap:8px; }
.size-guide-link { display:inline-flex; align-items:center; gap:8px; color:var(--color-primary); font-size:14px; font-weight:800; }
.size-guide-link::before { content:"Size"; display:inline-flex; align-items:center; justify-content:center; min-width:38px; height:22px; padding:0 8px; border-radius:999px; background:rgba(47,111,98,.08); font-size:11px; letter-spacing:.02em; text-transform:uppercase; }
.size-guide-card { border:1px dashed rgba(47,111,98,.28); background:rgba(191,227,215,.18); }
.sticky-atc { position:fixed; left:16px; right:16px; bottom:12px; z-index:20; margin-top:20px; padding:14px 16px; border:1px solid rgba(47,111,98,.16); border-radius:18px; background:rgba(255,253,249,.96); box-shadow:0 18px 40px rgba(36,50,45,.12); opacity:0; transform:translateY(18px); pointer-events:none; transition:opacity .25s ease, transform .25s ease; }
.sticky-atc.is-visible { opacity:1; transform:translateY(0); pointer-events:auto; }
.sticky-atc__row { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.review-meta { display:grid; gap:4px; }
.stars { color: var(--color-primary); font-weight:800; letter-spacing:.04em; }
.stars .muted { margin-left: 8px; }
.list, .footer-menu { padding:0; margin:0; list-style:none; }
.list li + li, .footer-menu li + li { margin-top:8px; }
.footer-shell { padding:24px 0 48px; }
.footer-grid { margin-top:22px; }
.breadcrumb { display:flex; align-items:center; gap:8px; margin-bottom:18px; color: var(--color-text-muted); font-size:14px; }
.toolbar { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:18px; }
.toolbar select, .field input, .field textarea { width:100%; padding:14px 16px; border:1px solid var(--color-border); border-radius:14px; background: rgba(255,253,249,.98); font:inherit; }
.field textarea { min-height:140px; resize:vertical; }
.form-notice { margin: 0 0 14px; padding: 14px 16px; border: 1px solid var(--color-border); border-radius: 14px; }
.form-notice--success { background: rgba(191,227,215,.22); color: var(--color-primary); }
.form-notice--error { background: rgba(216,138,91,.12); color: #8f4f2a; }
.stack { display:grid; gap:16px; }
.cart-item { display:grid; grid-template-columns:110px 1fr auto; gap:18px; align-items:center; padding:18px 0; border-bottom:1px solid var(--color-border); }
.cart-item__media { aspect-ratio:1; border-radius:20px; }
.nomad-cart-form {
  gap: 0;
}

.nomad-cart-form .cart-item:first-child {
  padding-top: 0;
}

.nomad-cart-form .cart-item:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.cart-item__details {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.cart-item__details .card-title {
  font-size: clamp(24px, 2.8vw, 30px);
}

.cart-item__details .card-title a:hover {
  color: var(--color-primary);
}

.cart-item__controls {
  display: grid;
  justify-items: end;
  gap: 12px;
  min-width: 180px;
}

.cart-item__qty {
  display: grid;
  gap: 8px;
  justify-items: end;
}

.cart-item__qty .quantity {
  margin: 0;
}

.cart-item__qty input.qty {
  width: 88px;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: rgba(255,253,249,.98);
  font: inherit;
}

.cart-item__line-total {
  display: grid;
  gap: 4px;
  text-align: right;
}

.cart-item__remove {
  min-width: 108px;
}

.cart-actions {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-top: 22px;
  margin-top: 22px;
  border-top: 1px solid var(--color-border);
}

.cart-summary-card {
  position: sticky;
  top: 104px;
}

.cart-cross-sells .meta-row {
  align-items: start;
}

.cart-cross-sells .meta-row + .meta-row {
  padding-top: 12px;
  border-top: 1px solid var(--color-border);
}

.progress { overflow:hidden; width:100%; height:10px; border-radius:999px; background: rgba(47,111,98,.12); }
.progress span { display:block; width:68%; height:100%; background: var(--color-primary); }
.faq-item summary { cursor:pointer; font-weight:800; }
.faq-item + .faq-item { margin-top:14px; }
.section-shell--tight { padding-top: 0; }
.trust-card { display:grid; gap:14px; }
.trust-card__icon { width:44px; height:44px; border-radius:14px; background:rgba(47,111,98,.08); color:var(--color-primary); }
.trust-card .card-title { font-size:22px; }
.buybox-panel { display:grid; gap:12px; }
.buybox-form .single_add_to_cart_button,
.buybox-form .button.alt,
.buybox-form .wc-stripe-product-checkout-container { width:100%; }
.buybox-form .quantity { width:100%; }
.buybox-form {
  gap: 14px;
}
.buybox-form form.cart {
  display: grid;
  gap: 14px;
  width: 100%;
}
.buybox-form table.variations {
  border-collapse: separate;
  border-spacing: 0;
}
.buybox-form table.variations tbody {
  display: grid;
  gap: 12px;
}
.buybox-form table.variations tr {
  display: grid;
  gap: 8px;
}
.buybox-form .variations td,
.buybox-form .variations th {
  margin: 0;
}
.buybox-form .woocommerce-variation.single_variation {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: rgba(255,253,249,.98);
}
.buybox-form .woocommerce-variation-price,
.buybox-form .woocommerce-variation-availability {
  margin: 0;
}
.buybox-form .woocommerce-variation-price .price {
  margin: 0;
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 800;
}
.buybox-form .woocommerce-variation-availability p,
.buybox-form p.stock {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 14px;
}
.buybox-form .single_variation_wrap {
  display: grid;
  gap: 14px;
}
.buybox-form .woocommerce-variation-add-to-cart {
  display: grid;
  gap: 12px;
}
.buybox-form .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  margin: 0;
}
.buybox-form .quantity {
  display: flex;
  align-items: center;
}
.buybox-form .quantity input.qty {
  width: 100%;
  min-width: 64px;
  max-width: 88px;
  min-height: 48px;
  padding: 10px 12px;
}
.buybox-form .reset_variations {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 4px;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
}
.buybox-form .woocommerce-Price-amount {
  font-weight: 800;
}
.buybox-form del {
  color: var(--color-text-muted);
}
.buybox-form ins {
  text-decoration: none;
}
@media (min-width: 750px) {
  .buybox-form table.variations tr {
    grid-template-columns: 88px minmax(0, 1fr);
    align-items: center;
    column-gap: 14px;
  }
  .buybox-form table.variations th,
  .buybox-form table.variations td {
    display: flex;
    align-items: center;
  }
  .buybox-form table.variations td.value {
    gap: 10px;
    flex-wrap: nowrap;
  }
  .buybox-form table.variations label {
    margin: 0;
  }
  .buybox-form table.variations select {
    min-width: 180px;
    width: auto;
  }
  .buybox-form .reset_variations {
    margin-top: 0;
    white-space: nowrap;
  }
  .buybox-form .woocommerce-variation-add-to-cart {
    grid-template-columns: 88px minmax(0, 1fr);
    align-items: center;
    column-gap: 14px;
  }
  .buybox-form .quantity {
    width: 88px;
    min-width: 88px;
  }
}
.product-layout__details,
.product-layout__reviews,
.product-layout__related { margin-top:20px; }
.product-review-list .commentlist,
.product-review-list .children { list-style:none; margin:0; padding:0; }
.product-review-list .commentlist li + li { margin-top:18px; padding-top:18px; border-top:1px solid var(--color-border); }
.product-review-list .comment-text { margin-left:0; }
.product-review-list .description > *:first-child { margin-top:0; }
.product-review-list .description > *:last-child { margin-bottom:0; }
@media (max-width: 1100px) {
  .hero-grid, .content-grid, .split-grid, .footer-grid, .product-grid, .review-grid, .support-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 749px) {
  .page-width { width: min(100% - 24px, var(--page-width)); }
  .site-announcement__inner, .section-head, .toolbar { flex-direction:column; align-items:flex-start; }
  .site-header__inner { display:flex; }
  .site-header__brand-copy { display:none; }
  .site-header__actions { width:100%; }
  .site-header__actions .button,
  .site-header__cart-link { width:100%; }
  .hero-grid, .content-grid, .split-grid, .footer-grid, .product-grid, .review-grid, .support-grid, .cart-item, .review-card--ugc { grid-template-columns: 1fr; }
  .hero-grid { padding:24px; }
  .sticky-atc__row { flex-direction:column; align-items:stretch; }
  .trust-inline { grid-template-columns:1fr; }
  .cart-item__controls,
  .cart-item__qty,
  .cart-item__line-total {
    justify-items: start;
    text-align: left;
  }
  .cart-actions {
    flex-direction: column;
  }
  .cart-actions .button {
    width: 100%;
  }
  .cart-summary-card {
    position: static;
  }
  .sticky-atc { left:12px; right:12px; bottom:12px; }
  .site-whatsapp-float {
    right: 12px;
    bottom: 84px;
    min-height: 52px;
    padding: 10px 14px;
    gap: 10px;
  }
  .site-whatsapp-float__icon {
    width: 34px;
    height: 34px;
  }
  .site-whatsapp-float__copy span {
    display: none;
  }
  .site-whatsapp-float + .back-to-top {
    bottom: 146px;
  }
}

.main-content {
  min-height: 100vh;
}

.button,
.site-header__nav a,
.site-header__helper-link {
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.button--ghost:hover,
.button--secondary:hover {
  background: rgba(242,236,227,.96);
}

.section-title,
.page-title,
.card-title,
.product-card__title,
.site-header__brand-name {
  color: var(--color-text);
}

.product-card__media img,
.media-block img,
.hero-visual img,
.cart-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-card__media a,
.product-card__media-link {
  display: block;
  width: 100%;
  height: 100%;
}

.product-card__title a,
.breadcrumb a,
.review-card a,
.card-title a {
  text-decoration: none;
}

.product-card__body > * {
  margin: 0;
}

.product-card__body .button {
  width: fit-content;
}

.hero-card.hero-grid > .stack,
.hero-card.hero-grid > .surface-card,
.content-grid > .stack {
  align-self: stretch;
}

.content-card .rte > *:first-child,
.surface-card .rte > *:first-child {
  margin-top: 0;
}

.content-card .rte > *:last-child,
.surface-card .rte > *:last-child {
  margin-bottom: 0;
}

.faq-item[open] summary {
  margin-bottom: 12px;
}

.site-header__brand-badge--icon {
  padding: 0;
  overflow: hidden;
}

.site-header__brand-badge--icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.woocommerce div.product form.cart .variations,
.woocommerce div.product form.cart,
.woocommerce .quantity {
  margin: 0;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  display: block;
  padding: 0;
}

.woocommerce div.product form.cart .variations label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

.woocommerce div.product form.cart .variations select,
.woocommerce div.product form.cart .quantity input.qty,
.woocommerce-cart-form input.qty {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: rgba(255,253,249,.98);
  font: inherit;
}

.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  background: var(--color-primary);
  color: #fff;
  font-weight: 800;
}

.woocommerce div.product form.cart .single_add_to_cart_button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: var(--color-primary-hover);
  color: #fff;
}

.woocommerce .reset_variations,
.woocommerce .woocommerce-Price-amount,
.woocommerce ul.products {
  color: inherit;
}

.woocommerce .star-rating,
.woocommerce-product-rating {
  display: none;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  margin: 0;
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  width: 100%;
  min-width: 220px;
  padding: 14px 16px;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: rgba(255,253,249,.98);
  font: inherit;
}

.woocommerce div.product form.cart {
  display: grid;
  gap: 16px;
}

.woocommerce div.product form.cart .quantity,
.woocommerce div.product form.cart .single_variation_wrap,
.woocommerce div.product form.cart .variations {
  width: 100%;
}

.woocommerce div.product form.cart .single_variation_wrap {
  display: grid;
  gap: 16px;
}
.single-product #wc-stripe-express-checkout-element,
.single-product .wc-stripe-product-checkout-container,
.single-product .wc-stripe-payment-request-wrapper,
.single-product .stripe-gateway-stripelink-modal-trigger-container,
.single-product .stripe-gateway-stripelink-modal-trigger-container > a {
  display: none !important;
}

.support-link-list,
.policy-related-links,
.track-actions {
  display: grid;
  gap: 12px;
}

.page-actions {
  align-items: center;
  gap: 10px;
}
.product-layout__grid .page-actions {
  margin-top: 2px;
}
.product-layout__grid .page-actions .button,
.product-layout__grid .page-actions .whatsapp-link {
  min-height: 48px;
}

/* WooCommerce Cart & Checkout Enhancements */
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce {
  display: grid;
  gap: 28px;
  align-items: start;
}

@media (min-width: 900px) {
  .woocommerce-checkout .woocommerce {
    grid-template-columns: 1fr 440px;
  }
  .woocommerce-account .woocommerce {
    grid-template-columns: 240px 1fr;
  }
}

.woocommerce-cart .woocommerce {
  grid-template-columns: 1fr;
}

.woocommerce-cart [data-source-section="cart_empty"] {
  max-width: 760px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.woocommerce-cart .product-layout__related {
  margin-top: 10px;
}

.woocommerce-cart .product-layout__related .section-head {
  margin-bottom: 18px;
}

.woocommerce-cart .product-layout__related .section-title {
  max-width: 560px;
  font-size: clamp(30px, 4vw, 44px);
}

/* Cart Table */
.woocommerce form.woocommerce-cart-form {
  overflow-x: auto;
}
.woocommerce-cart-form__contents {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.woocommerce-cart-form__contents th {
  text-align: left;
  padding: 16px;
  background: rgba(47,111,98,0.06);
  border-bottom: 2px solid var(--color-border);
  font-weight: 800;
  color: var(--color-text);
}
.woocommerce-cart-form__contents td {
  padding: 24px 16px;
  border-bottom: 1px solid var(--color-border);
  vertical-align: middle;
}
.woocommerce-cart-form__contents .product-thumbnail img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
}

/* Cart Totals & Order Review Box */
.cart_totals,
#order_review {
  background: rgba(255, 253, 249, 0.95);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: 0 12px 32px var(--color-shadow);
}
.cart_totals h2,
#order_review_heading {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 16px;
}
.cart_totals table,
#order_review table.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}
.cart_totals th,
.cart_totals td,
#order_review table.shop_table th,
#order_review table.shop_table td {
  padding: 14px 0;
  border-bottom: 1px solid var(--color-border);
  text-align: left;
}
.cart_totals td,
#order_review table.shop_table td {
  text-align: right;
  font-weight: 700;
  color: var(--color-primary);
}

/* Forms & Inputs */
.woocommerce form .form-row {
  margin-bottom: 16px;
}
.woocommerce form .form-row label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 14px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: rgba(255,253,249,0.98);
  font: inherit;
  transition: all 0.2s ease;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row select:focus,
.woocommerce form .form-row textarea:focus {
  outline: 2px solid rgba(216,138,91,0.7);
  outline-offset: 2px;
  border-color: var(--color-primary);
}

/* Payment Methods */
.woocommerce-checkout #payment {
  background: rgba(47,111,98,0.04);
  border-radius: var(--radius-md);
  padding: 20px;
  margin-top: 24px;
}
.woocommerce-checkout #payment ul.payment_methods {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  border-bottom: 1px solid var(--color-border);
}
.woocommerce-checkout #payment ul.payment_methods li {
  padding: 16px 0;
}
.woocommerce-checkout #payment div.payment_box {
  background: rgba(255,253,249,0.9);
  padding: 16px;
  border-radius: 12px;
  font-size: 14px;
  margin-top: 12px;
  color: var(--color-text-muted);
}
.woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 8px solid transparent;
  border-bottom-color: rgba(255,253,249,0.9);
  position: absolute;
  margin-top: -32px;
  margin-left: 6px;
}

/* My Account Navigation */
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: rgba(255, 253, 249, 0.95);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 16px 20px;
  font-weight: 700;
  border-bottom: 1px solid var(--color-border);
  transition: all 0.2s ease;
}
.woocommerce-MyAccount-navigation ul li:last-child a {
  border-bottom: none;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
  background: rgba(47,111,98,0.06);
  color: var(--color-primary);
}

/* My Account Content */
.woocommerce-MyAccount-content {
  background: rgba(255, 253, 249, 0.95);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 30px;
}
.woocommerce-MyAccount-content h2 {
  margin-top: 0;
  margin-bottom: 24px;
}
.woocommerce-MyAccount-content .woocommerce-Message {
  background: rgba(47,111,98,0.06);
  padding: 16px;
  border-radius: 12px;
  font-weight: 700;
  margin-bottom: 24px;
}
.woocommerce table.my_account_orders {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td {
  padding: 14px 10px;
  border-bottom: 1px solid var(--color-border);
  text-align: left;
}

/* Notices */
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  background: rgba(255,253,249,0.95);
  border: 1px solid var(--color-primary);
  border-left: 6px solid var(--color-primary);
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 24px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(36,50,45,0.04);
  list-style: none;
}
.woocommerce-notices-wrapper .woocommerce-message a,
.woocommerce-notices-wrapper .woocommerce-error a,
.woocommerce-notices-wrapper .woocommerce-info a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  font-weight: 800;
  color: var(--color-primary);
  text-decoration: underline;
  white-space: nowrap;
}
.woocommerce-notices-wrapper .nomad-cart-notice__copy {
  flex: 1 1 280px;
  min-width: 0;
}
.woocommerce-notices-wrapper .woocommerce-message a.wc-forward,
.woocommerce-notices-wrapper .woocommerce-message a.nomad-cart-notice__action {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 14px;
  background: var(--color-primary);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(36,50,45,.1);
}
.woocommerce-notices-wrapper .woocommerce-message a.wc-forward:hover,
.woocommerce-notices-wrapper .woocommerce-message a.nomad-cart-notice__action:hover {
  background: var(--color-primary-hover);
}
.woocommerce-notices-wrapper .woocommerce-error {
  border-color: #b54d3d;
  color: #b54d3d;
}
.woocommerce-notices-wrapper .woocommerce-info {
  border-color: var(--color-accent);
}

/* Coupon Form */
.checkout_coupon.woocommerce-form-coupon {
  padding: 20px;
  background: rgba(47,111,98,0.04);
  border-radius: var(--radius-md);
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 12px;
}
.checkout_coupon.woocommerce-form-coupon p {
  margin: 0;
}
.checkout_coupon.woocommerce-form-coupon p.form-row-first {
  flex: 1 1 200px;
}
.checkout_coupon.woocommerce-form-coupon p.form-row-last {
  flex: 0 1 auto;
}

/* ===== 页脚样式 ===== */
.site-footer {
  margin-top: 40px;
  padding: 48px 0 0;
  border-top: 1px solid var(--color-border);
  background: linear-gradient(180deg, rgba(246,241,232,.6), rgba(255,253,249,.98));
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  gap: 32px;
  align-items: stretch;
}
.footer-brand,
.footer-col {
  height: 100%;
}
.footer-brand,
.footer-col {
  display: flex;
  flex-direction: column;
}
.footer-brand__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.footer-brand__logo--has-logo {
  gap: 0;
  margin-bottom: 18px;
}
.footer-brand__logo .site-header__brand-logo {
  max-width: min(260px, 100%);
}
.footer-brand__logo .site-header__brand-logo-img {
  max-height: 56px;
}
.footer-brand__name {
  font-family: "Fraunces", Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text);
}
.footer-brand__copy {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 16px;
}
.footer-trust-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-col__title {
  display: block;
  margin-bottom: 14px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--color-primary);
}
.footer-menu a {
  color: var(--color-text-muted);
  font-size: 14px;
  transition: color .2s ease;
}
.footer-menu a:hover {
  color: var(--color-primary);
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
  padding: 20px 0;
  border-top: 1px solid var(--color-border);
  font-size: 13px;
}
.footer-bottom p { margin: 0; }
.footer-payments {
  display: flex;
  gap: 8px;
}
.payment-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: rgba(255,253,249,.96);
  font-size: 11px;
  font-weight: 800;
  color: var(--color-text-muted);
  letter-spacing: .02em;
}
@media (max-width: 749px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ===== P3: 紧凑型 Hero 区 ===== */
.page-hero--compact {
  display: block;
  padding: 32px 0 16px;
}
.page-hero--compact .kicker { margin-bottom: 6px; }
.page-hero--compact .page-hero__title { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 4px; }
.page-hero--compact .page-hero__copy { font-size: 15px; max-width: 600px; }
.page-hero--compact .page-hero__badges { margin-top: 14px; }
.page-hero--compact .page-hero__actions { margin-top: 18px; }

/* ===== P3: 单产品页无多余间距 ===== */
.section-shell--product { padding-top: 8px; }
.section-shell--product .article-shell { padding: 0; background: transparent; box-shadow: none; }

/* ===== P4: 彻底隐藏 Stripe 测试模式提示 ===== */
.woocommerce-checkout #payment .payment_method_stripe .wc-stripe-api-request-error,
p:has(> a[href*="stripe.com/docs/testing"]) { display: none !important; }
/* 隐藏包含 "Test mode" 文字的段落（支付框内第一个 p 通常是测试提示） */
.woocommerce-checkout .wc_payment_method .payment_box > p {
  display: none !important;
}
/* 保留卡号输入框和 iframe */
.woocommerce-checkout .wc_payment_method .payment_box .wc-stripe-elements-field,
.woocommerce-checkout .wc_payment_method .payment_box > div,
.woocommerce-checkout .wc_payment_method .payment_box > fieldset,
.woocommerce-checkout .wc_payment_method .payment_box iframe {
  display: block !important;
  font-size: 16px !important;
  line-height: normal !important;
  height: auto !important;
  overflow: visible !important;
}

/* ===== P3: Pay with Link 按钮对齐 ===== */
.woocommerce div.product .stripe-gateway-stripelink-modal-trigger-container,
.woocommerce div.product .stripe-gateway-stripelink-modal-trigger-container > a,
.woocommerce div.product form.cart .stripe-gateway-stripelink-modal-trigger-container {
  max-width: 100%;
  width: 100%;
  margin-top: 8px;
  border-radius: var(--radius-md);
}

/* ===== P3: 美化 WooCommerce 无图商品占位图 ===== */
.woocommerce ul.products li.product a img.woocommerce-placeholder,
.woocommerce ul.products li.product img.wp-post-image[src*="placeholder"] {
  background: linear-gradient(135deg, #e8e3dc, #d4cfc7);
  opacity: 0.5;
  object-fit: contain;
  padding: 30px;
}

/* ===== P3: 商品详情页优化 ===== */
.woocommerce div.product div.images { margin-bottom: 16px; }
.woocommerce div.product .product_title { font-family: "Fraunces", Georgia, serif; font-size: 1.8rem; margin-bottom: 8px; }
.woocommerce div.product p.price { font-size: 1.4rem; margin-bottom: 12px; }
.woocommerce div.product p.price del { color: var(--color-text-muted); font-size: 1rem; }
.woocommerce div.product p.price ins { text-decoration: none; color: var(--color-primary); font-weight: 700; }
.woocommerce div.product .woocommerce-product-details__short-description { font-size: 15px; line-height: 1.6; margin-bottom: 16px; }

/* ===== 消费者体验优化：汉堡菜单 ===== */
.mobile-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  background: rgba(255,253,249,.96);
  cursor: pointer;
  flex-shrink: 0;
  z-index: 12;
}

@media (min-width: 750px) {
  .mobile-menu-toggle {
    display: none !important;
  }
  .site-header__inner > .mobile-menu-toggle,
  .site-header__inner > .mobile-menu-toggle * {
    display: none !important;
    visibility: hidden !important;
  }
}

.hamburger-line {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--color-text);
  border-radius: 2px;
  transition: transform .3s ease, opacity .3s ease;
}
.mobile-menu-toggle .hamburger-line + .hamburger-line {
  margin-top: 5px;
}
/* 汉堡 → 叉叉动画 */
.mobile-menu-toggle.is-active .hamburger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.mobile-menu-toggle.is-active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.mobile-menu-toggle.is-active .hamburger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
/* 桌面端: mobile-nav-wrapper 正常 flow */
.mobile-nav-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-width: 0;
  gap: 20px;
}

/* ===== 消费者体验优化：公告栏关闭按钮 ===== */
.announcement-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(47,111,98,.1);
  color: var(--color-primary);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
  transition: background .2s ease;
}
.announcement-close:hover {
  background: rgba(47,111,98,.2);
}

/* ===== 消费者体验优化：商品图片悬停缩放 ===== */
.product-card__media {
  overflow: hidden;
}
.product-card__media img {
  transition: transform .4s ease;
}
.product-card:hover .product-card__media img {
  transform: scale(1.06);
}
.product-card {
  cursor: pointer;
  transition: box-shadow .3s ease, transform .2s ease;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(36,50,45,.12);
}

/* ===== 消费者体验优化：回到顶部按钮 ===== */
.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  background: rgba(255,253,249,.96);
  color: var(--color-primary);
  box-shadow: 0 8px 24px rgba(36,50,45,.12);
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .3s ease, transform .3s ease, background .2s ease;
  pointer-events: none;
}
.back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.back-to-top:hover {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

.site-whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 46;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 10px 16px;
  border: 1px solid rgba(47,111,98,.16);
  border-radius: 999px;
  background: rgba(37,211,102,.96);
  color: #fff;
  box-shadow: 0 18px 40px rgba(20,63,42,.18);
  backdrop-filter: blur(10px);
}

.site-whatsapp-float:hover {
  transform: translateY(-1px);
  background: rgba(30,196,92,.98);
}

.site-whatsapp-float:focus-visible {
  outline: 2px solid rgba(216,138,91,.7);
  outline-offset: 2px;
}

.site-whatsapp-float__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  flex: 0 0 auto;
}

.site-whatsapp-float__icon svg {
  width: 18px;
  height: 18px;
}

.site-whatsapp-float__copy {
  display: grid;
  gap: 2px;
  line-height: 1.15;
}

.site-whatsapp-float__copy strong {
  font-size: 14px;
  font-weight: 800;
}

.site-whatsapp-float__copy span {
  font-size: 12px;
  color: rgba(255,255,255,.88);
}

.site-whatsapp-float + .back-to-top {
  bottom: 96px;
}

/* ===== 消费者体验优化：Newsletter 订阅区 ===== */
.newsletter-section {
  padding: 0 0 48px;
}
.newsletter-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 48px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(47,111,98,.06), rgba(216,138,91,.06));
  box-shadow: 0 18px 48px rgba(36,50,45,.06);
}
.newsletter-content .section-title {
  font-size: clamp(24px, 3vw, 36px);
  margin-bottom: 12px;
}
.newsletter-input-group {
  display: flex;
  gap: 12px;
}
.newsletter-input {
  flex: 1;
  min-width: 0;
  padding: 14px 18px;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: rgba(255,253,249,.98);
  font: inherit;
  font-size: 15px;
}
.newsletter-input:focus {
  outline: 2px solid rgba(216,138,91,.7);
  outline-offset: 2px;
  border-color: var(--color-primary);
}
.newsletter-btn {
  flex-shrink: 0;
  min-width: 140px;
}
.newsletter-privacy {
  font-size: 12px;
  margin: 10px 0 0;
}
.newsletter-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.newsletter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}
.newsletter-shortcode > * {
  margin: 0;
}

/* ===== 消费者体验优化：支付图标升级 ===== */
.payment-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  background: rgba(255,253,249,.96);
  line-height: 0;
}
.payment-icon svg {
  display: block;
}

/* ===== 消费者体验优化：联系方式区 ===== */
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.footer-contact__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--color-text-muted);
  transition: color .2s ease;
}
.footer-contact__item:hover {
  color: var(--color-primary);
}
.footer-contact__icon {
  font-size: 16px;
  font-weight: 700;
}

.site-footer .footer-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.site-footer .payment-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 28px;
  padding: 0;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  background: rgba(255,253,249,.96);
  line-height: 0;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.45);
}

.site-footer .payment-icon svg {
  display: block;
  width: 32px;
  height: 20px;
}

/* ===== 移动端汉堡菜单响应式 ===== */
@media (max-width: 749px) {
  .site-header__inner {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-right: 56px;
  }
  .site-announcement__inner {
    flex-direction: row;
    align-items: center;
  }
  .site-header__brand {
    max-width: none;
    min-width: 0;
  }
  .mobile-menu-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
    gap: 0;
    margin-left: 0;
    width: 46px;
    height: 46px;
    background: var(--color-primary);
    border-color: var(--color-primary);
  }
  .mobile-menu-toggle .hamburger-line + .hamburger-line {
    margin-top: 4px;
  }
  .mobile-menu-toggle .hamburger-line {
    background: #fff;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .mobile-nav-wrapper {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: auto;
    height: calc(100vh - 70px);
    z-index: 11;
    padding: 24px 24px 120px;
    background: rgba(246,241,232,.98);
    backdrop-filter: blur(16px);
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity .3s ease, transform .3s ease;
    overflow-y: auto;
    gap: 24px;
    border-top: 1px solid rgba(47,111,98,.08);
  }
  .mobile-nav-wrapper.is-open {
    display: flex;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .mobile-nav-wrapper .site-header__nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .mobile-nav-wrapper .site-header__nav a {
    padding: 16px 0;
    font-size: 18px;
    border-bottom: 1px solid var(--color-border);
  }
  .mobile-nav-wrapper .site-header__actions {
    flex-direction: column;
    gap: 12px;
  }
  .mobile-nav-wrapper .site-header__actions .button,
  .mobile-nav-wrapper .site-header__cart-link {
    width: 100%;
    text-align: center;
  }
  .mobile-nav-wrapper .site-header__helper-link,
  .mobile-nav-wrapper .site-header__secondary-link {
    padding: 12px 0;
    font-size: 16px;
  }
  .mobile-nav-wrapper .site-header__cart-link {
    justify-content: space-between;
    padding: 0 16px;
  }
  .mobile-nav-wrapper .site-header__cart-label {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
  }
  /* Newsletter 移动端 */
  .newsletter-card {
    grid-template-columns: 1fr;
    padding: 28px;
    gap: 24px;
  }
  .newsletter-input-group {
    flex-direction: column;
  }
  .newsletter-btn {
    width: 100%;
  }
  .newsletter-actions .button {
    width: 100%;
  }
  .product-layout__grid .page-title,
  .content-grid .page-title {
    font-size: clamp(30px, 9vw, 40px) !important;
  }
  .product-layout__grid .page-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

body {
  overflow-x: hidden;
}

body.is-mobile-menu-open {
  overflow: hidden;
}

body.woocommerce-cart .content-card,
body.woocommerce-checkout .content-card {
  padding: 0;
  overflow: hidden;
}

body.woocommerce-cart .content-card > .rte,
body.woocommerce-checkout .content-card > .rte {
  padding: 0;
}

.wp-block-woocommerce-cart.alignwide,
.wp-block-woocommerce-checkout.alignwide {
  max-width: none;
  margin: 0;
}

.store-support-grid,
.store-followup-grid {
  margin-top: 20px;
}

.store-support-card,
.store-followup-card {
  height: 100%;
}

.store-support-card .card-title,
.store-followup-card .card-title {
  margin-bottom: 10px;
}

.store-support-card .card-title {
  font-size: clamp(22px, 2.6vw, 28px);
}

.store-followup-card {
  display: grid;
  gap: 14px;
  align-content: start;
}

.store-followup-card__actions {
  margin-top: 6px;
}

.journey-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.journey-list li {
  position: relative;
  padding-left: 20px;
  color: var(--color-text-muted);
}

.journey-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .6em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--color-primary);
}

.wp-block-woocommerce-empty-cart-block {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: clamp(28px, 4vw, 48px);
  background:
    radial-gradient(circle at top left, rgba(191,227,215,.22), transparent 34%),
    rgba(255,253,249,.92);
}

.wp-block-woocommerce-empty-cart-block > .wp-block-separator,
.wp-block-woocommerce-empty-cart-block .wp-block-separator {
  display: none;
}

.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(30px, 4vw, 44px);
  color: var(--color-text);
}

.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 24px;
  background-color: var(--color-primary);
  background-size: 34px 34px;
}

.wp-block-woocommerce-empty-cart-block > .wp-block-heading.has-text-align-center:not(.wc-block-cart__empty-cart__title) {
  margin: 0;
  color: var(--color-text);
  font-size: 22px;
  font-family: "Fraunces", Georgia, serif;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid {
  width: 100%;
  margin-top: 8px;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: rgba(255,253,249,.98);
  box-shadow: 0 18px 40px rgba(36,50,45,.08);
  text-align: left;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-link {
  display: grid;
  gap: 14px;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image {
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(191,227,215,.32), rgba(255,253,249,.98));
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image img {
  width: 100%;
  height: auto;
  display: block;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
  min-height: 0;
  margin: 0;
  color: var(--color-text);
  font-family: "Fraunces", Georgia, serif;
  font-size: 21px;
  line-height: 1.2;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price,
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-rating {
  margin-top: 10px;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-rating .star-rating {
  color: var(--color-primary);
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart {
  width: 100%;
  margin-top: 16px;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .wp-block-button__link {
  width: 100%;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: var(--radius-sm);
  background: var(--color-primary);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

body.woocommerce-cart .wp-block-woocommerce-filled-cart-block,
body.woocommerce-checkout .wc-block-components-sidebar-layout {
  display: grid;
  gap: 24px;
  align-items: start;
  padding: clamp(20px, 3vw, 32px);
}

body.woocommerce-cart .wp-block-woocommerce-cart-items-block,
body.woocommerce-cart .wp-block-woocommerce-cart-totals-block,
body.woocommerce-checkout .wc-block-components-main,
body.woocommerce-checkout .wc-block-components-sidebar {
  min-width: 0;
}

@media (min-width: 900px) {
  body.woocommerce-cart .wp-block-woocommerce-filled-cart-block,
  body.woocommerce-checkout .wc-block-components-sidebar-layout {
    grid-template-columns: minmax(0, 1.28fr) minmax(380px, .72fr);
  }

  body.woocommerce-cart .wp-block-woocommerce-cart-totals-block,
  body.woocommerce-checkout .wc-block-components-sidebar {
    position: sticky;
    top: 104px;
  }
}

body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block,
body.woocommerce-checkout .wc-block-components-checkout-step,
body.woocommerce-checkout .wc-block-components-order-summary,
body.woocommerce-checkout .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-components-totals-coupon,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout .wc-block-components-address-card,
body.woocommerce-checkout .wc-block-components-shipping-rates-control__package {
  border-radius: var(--radius-md);
}

body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block,
body.woocommerce-cart .wp-block-woocommerce-cart-items-block,
body.woocommerce-cart .wp-block-woocommerce-cart-line-items-block,
body.woocommerce-cart .wp-block-woocommerce-cart-totals-block,
body.woocommerce-cart .wc-block-cart__sidebar,
body.woocommerce-checkout .wc-block-components-checkout-step,
body.woocommerce-checkout .wc-block-components-order-summary,
body.woocommerce-checkout .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-checkout__sidebar,
body.woocommerce-checkout .wc-block-checkout__order-summary,
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block,
body.woocommerce-checkout .wc-block-components-sidebar,
body.woocommerce-checkout .wc-block-components-address-card,
body.woocommerce-checkout .wc-block-components-shipping-rates-control__package {
  width: 100%;
  max-width: none;
}

body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block,
body.woocommerce-checkout .wc-block-components-checkout-step,
body.woocommerce-checkout .wc-block-components-order-summary,
body.woocommerce-checkout .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-components-address-card,
body.woocommerce-checkout .wc-block-components-shipping-rates-control__package {
  border: 1px solid var(--color-border);
  background: rgba(255,253,249,.98);
  box-shadow: 0 14px 36px rgba(36,50,45,.06);
}

body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block,
body.woocommerce-checkout .wc-block-components-checkout-step,
body.woocommerce-checkout .wc-block-components-order-summary,
body.woocommerce-checkout .wc-block-components-totals-wrapper {
  padding: 24px;
}

body.woocommerce-cart .wc-block-components-title,
body.woocommerce-cart .wc-block-cart__totals-title,
body.woocommerce-checkout .wc-block-components-title,
body.woocommerce-checkout .wc-block-components-checkout-step__heading h2,
body.woocommerce-checkout .wc-block-components-order-summary__title-text {
  margin: 0 0 10px;
  color: var(--color-text);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 600;
}

body.woocommerce-cart .wc-block-cart-item,
body.woocommerce-checkout .wc-block-components-order-summary-item {
  padding: 18px 0;
  border-bottom: 1px solid var(--color-border);
}

body.woocommerce-cart .wc-block-cart-item:first-child,
body.woocommerce-checkout .wc-block-components-order-summary-item:first-child {
  padding-top: 0;
}

body.woocommerce-cart .wc-block-cart-item:last-child,
body.woocommerce-checkout .wc-block-components-order-summary-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

body.woocommerce-cart .wc-block-cart-item__image img,
body.woocommerce-checkout .wc-block-components-order-summary-item__image img {
  border-radius: 18px;
  background: rgba(191,227,215,.16);
}

body.woocommerce-cart .wc-block-cart-item,
body.woocommerce-checkout .wc-block-components-order-summary-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
}

body.woocommerce-cart .wc-block-cart-item__image,
body.woocommerce-checkout .wc-block-components-order-summary-item__image {
  width: 72px;
  min-width: 72px;
}

body.woocommerce-cart .wc-block-cart-item__product,
body.woocommerce-checkout .wc-block-components-order-summary-item__description {
  min-width: 0;
}

body.woocommerce-cart .wc-block-cart-item__total,
body.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
  justify-self: end;
  text-align: right;
}

body.woocommerce-cart .wc-block-components-product-name,
body.woocommerce-checkout .wc-block-components-product-name {
  color: var(--color-text);
  font-weight: 800;
  line-height: 1.35;
}

body.woocommerce-cart .wc-block-components-product-metadata,
body.woocommerce-checkout .wc-block-components-product-metadata,
body.woocommerce-cart .wc-block-components-product-details,
body.woocommerce-checkout .wc-block-components-product-details,
body.woocommerce-checkout .wc-block-components-checkout-step__description,
body.woocommerce-checkout .wc-block-components-address-card__address-section,
body.woocommerce-checkout .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__description {
  color: var(--color-text-muted);
}

body.woocommerce-cart .wc-block-components-quantity-selector,
body.woocommerce-checkout .wc-block-components-quantity-selector {
  border-color: var(--color-border);
  border-radius: 14px;
  background: rgba(255,253,249,.98);
}

body.woocommerce-cart .wc-block-cart__submit-container a,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
  min-height: 52px;
  border-radius: var(--radius-sm);
  font-weight: 800;
}

body.woocommerce-cart .wc-block-cart__submit-container a,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  background: var(--color-primary);
  color: #fff;
}

body.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
  border: 1px solid rgba(47,111,98,.24);
  background: rgba(255,253,249,.92);
  color: var(--color-primary);
}

body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input select,
body.woocommerce-checkout .wc-block-components-combobox .components-form-token-field__input,
body.woocommerce-checkout .wc-block-components-combobox-control .components-input-control__input,
body.woocommerce-checkout .wc-block-components-address-form input,
body.woocommerce-checkout .wc-block-components-address-form select,
body.woocommerce-checkout .wc-block-components-address-form textarea {
  min-height: 50px;
  border-color: var(--color-border);
  border-radius: 14px;
  background: rgba(255,253,249,.98);
  box-shadow: none;
}

body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-block-components-combobox-control label,
body.woocommerce-checkout .wc-block-components-checkbox label,
body.woocommerce-checkout .wc-block-components-radio-control__label,
body.woocommerce-checkout .wc-block-components-address-card__edit {
  color: var(--color-text);
}

body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-text-input select:focus,
body.woocommerce-checkout .wc-block-components-address-form input:focus,
body.woocommerce-checkout .wc-block-components-address-form select:focus,
body.woocommerce-checkout .wc-block-components-address-form textarea:focus {
  border-color: rgba(47,111,98,.42);
  outline: 2px solid rgba(216,138,91,.45);
  outline-offset: 2px;
}

body.woocommerce-checkout .wc-block-components-radio-control__option,
body.woocommerce-checkout .wc-block-components-checkbox,
body.woocommerce-checkout .wc-block-components-panel__button {
  border-color: var(--color-border);
}

body.woocommerce-checkout .wc-block-components-radio-control__option,
body.woocommerce-checkout .wc-block-components-panel__button {
  border-radius: 16px;
  background: rgba(255,253,249,.96);
}

body.woocommerce-checkout .wc-block-components-express-payment,
body.woocommerce-checkout .wc-block-components-payment-methods,
body.woocommerce-checkout .wc-block-components-checkout-step__content {
  margin-top: 14px;
}

body.woocommerce-checkout .wc-block-components-order-summary__content {
  padding-top: 6px;
}

.stripe-gateway-stripelink-modal-trigger-container,
.stripe-gateway-stripelink-modal-trigger-container > a {
  display: none !important;
}

iframe[title="Stripe developer tools frame"] {
  display: none !important;
}

body.woocommerce-cart .wc-block-components-totals-item,
body.woocommerce-checkout .wc-block-components-totals-item {
  padding: 12px 0;
}

body.woocommerce-cart .wc-block-components-totals-item__label,
body.woocommerce-checkout .wc-block-components-totals-item__label,
body.woocommerce-cart .wc-block-components-formatted-money-amount,
body.woocommerce-checkout .wc-block-components-formatted-money-amount {
  color: var(--color-text);
  font-weight: 700;
}

@media (max-width: 749px) {
  .site-announcement__inner {
    min-height: auto;
    padding: 8px 0;
    align-items: flex-start;
    gap: 8px;
  }

  .site-announcement__inner > span:first-child {
    min-width: 0;
    flex: 1 1 auto;
  }

  .site-announcement__inner .muted {
    display: none;
  }

  .site-header__inner {
    padding-right: 0;
    gap: 10px;
  }

  .site-header__brand {
    max-width: none;
    min-width: 0;
  }

  .site-header__brand--has-logo {
    max-width: 180px;
  }

  .site-header__brand-name {
    font-size: 15px;
  }

  .site-header__brand-logo-img {
    max-height: 38px;
  }

  .mobile-menu-toggle {
    position: static;
    transform: none;
    margin-left: auto;
    width: 44px;
    height: 44px;
    background: var(--color-primary);
    border-color: var(--color-primary);
    box-shadow: 0 12px 24px rgba(36,50,45,.12);
  }

  .mobile-nav-wrapper {
    padding: 88px 20px 28px;
    background:
      linear-gradient(180deg, rgba(246,241,232,.99), rgba(246,241,232,.96)),
      radial-gradient(circle at top left, rgba(191,227,215,.25), transparent 34%);
    gap: 20px;
  }

  .woocommerce-notices-wrapper .woocommerce-message,
  .woocommerce-notices-wrapper .woocommerce-error,
  .woocommerce-notices-wrapper .woocommerce-info {
    align-items: stretch;
  }

  .woocommerce-notices-wrapper .woocommerce-message a,
  .woocommerce-notices-wrapper .woocommerce-error a,
  .woocommerce-notices-wrapper .woocommerce-info a {
    width: 100%;
    margin-left: 0;
    white-space: normal;
  }

  body.woocommerce-cart .wp-block-woocommerce-filled-cart-block,
  body.woocommerce-checkout .wc-block-components-sidebar-layout {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  body.woocommerce-cart .wc-block-cart-items,
  body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block,
  body.woocommerce-checkout .wc-block-components-checkout-step,
  body.woocommerce-checkout .wc-block-components-order-summary,
  body.woocommerce-checkout .wc-block-components-totals-wrapper {
    padding: 20px;
  }

  body.woocommerce-cart .wp-block-woocommerce-cart-totals-block,
  body.woocommerce-checkout .wc-block-components-sidebar {
    position: static;
  }

  .wp-block-woocommerce-empty-cart-block {
    padding: 28px 18px;
  }

  .store-followup-card__actions .button {
    width: 100%;
  }

  .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
    grid-template-columns: 1fr;
  }

  .wp-block-woocommerce-empty-cart-block .wc-block-grid__product {
    max-width: none;
  }

  .single-product #wc-stripe-express-checkout-element,
  .single-product .wc-stripe-product-checkout-container,
  .single-product .stripe-gateway-stripelink-modal-trigger-container,
  .single-product .stripe-gateway-stripelink-modal-trigger-container > a {
    display: none !important;
  }
}

/* Main path trust and conversion cleanup */
.site-header__primary-cta {
  min-width: 188px;
}

.catalog-product-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  align-items: start;
}

.product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
}

.product-card__media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.product-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}

.product-card__title {
  font-size: clamp(20px, 2.2vw, 24px);
}

.product-card__rating {
  min-height: 22px;
}

.product-card__highlight {
  min-height: 40px;
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-card__body .button {
  width: 100%;
  margin-top: auto;
}

.cart-layout {
  margin-top: 20px;
  grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.86fr);
  align-items: start;
}

.cart-items-card {
  box-shadow: 0 12px 28px rgba(36, 50, 45, 0.05);
}

.cart-item {
  grid-template-columns: 96px minmax(0, 1fr) 190px;
  align-items: start;
  gap: 16px;
  padding: 16px 0;
}

.cart-item__details .card-title {
  font-size: clamp(20px, 2.3vw, 26px);
}

.cart-item__summary {
  font-size: 14px;
  line-height: 1.55;
}

.cart-item__controls {
  gap: 10px;
  min-width: 190px;
  justify-items: stretch;
}

.cart-item__meta,
.cart-item__qty {
  padding: 12px 14px;
  border: 1px solid rgba(47, 111, 98, 0.12);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.96);
}

.cart-item__meta {
  display: grid;
  gap: 4px;
}

.cart-item__meta-label {
  color: var(--color-text-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cart-item__qty {
  gap: 8px;
  justify-items: stretch;
}

.cart-item__qty .quantity {
  width: 100%;
}

.cart-item__qty input.qty {
  width: 100%;
  max-width: none;
}

.cart-item__line-total .price {
  font-size: 20px;
}

.cart-item__remove {
  min-width: 0;
  width: 100%;
}

.cart-actions {
  justify-content: flex-start;
  gap: 12px;
  padding-top: 18px;
  margin-top: 18px;
}

.cart-actions .button {
  min-width: 170px;
}

.checkout-status-card {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(216, 138, 91, 0.28);
  border-radius: 18px;
  background: rgba(216, 138, 91, 0.08);
}

.checkout-status-card__copy {
  display: grid;
  gap: 6px;
}

.checkout-status-card__copy p {
  margin: 0;
}

.cart-summary-card--warning {
  border-color: rgba(216, 138, 91, 0.28);
  background: rgba(216, 138, 91, 0.08);
}

.cart-summary-card__note {
  margin: 0;
}

.cart-summary-card__support {
  width: 100%;
}

.store-content-shell--checkout {
  display: grid;
  gap: 14px;
}

body.woocommerce-checkout .page-hero--checkout {
  padding: 22px 24px 18px;
}

body.woocommerce-checkout .page-hero--checkout .page-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 24px;
  align-items: end;
}

body.woocommerce-checkout .page-hero--checkout .page-hero__content {
  display: grid;
  gap: 8px;
}

body.woocommerce-checkout .page-hero--checkout .page-hero__title {
  margin: 0;
  font-size: clamp(2rem, 3.6vw, 2.8rem);
}

body.woocommerce-checkout .page-hero--checkout .page-hero__copy {
  margin: 0;
  max-width: 680px;
  font-size: 15px;
  line-height: 1.55;
}

body.woocommerce-checkout .page-hero--checkout .page-hero__rail {
  display: grid;
  justify-items: end;
  gap: 12px;
  align-self: center;
}

body.woocommerce-checkout .page-hero--checkout .page-hero__badges {
  margin-top: 0;
  justify-content: flex-end;
}

body.woocommerce-checkout .page-hero--checkout .page-hero__actions {
  margin-top: 0;
}

body.woocommerce-checkout .page-hero--checkout .page-hero__actions .button {
  min-width: 176px;
}

body.woocommerce-checkout .store-support-grid,
body.woocommerce-checkout .store-followup-grid {
  display: none;
}

body.woocommerce-checkout .store-content-shell--checkout .wp-block-woocommerce-checkout {
  margin: 0;
}

body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-sidebar-layout {
  gap: 18px;
  padding: 0;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .78fr);
  align-items: start;
}

body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-main {
  display: grid;
  gap: 14px;
}

body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-checkout-step,
body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-order-summary,
body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-totals-wrapper {
  padding: 18px 20px;
}

body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-checkout-step + .wc-block-components-checkout-step {
  margin-top: 14px;
}

body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-checkout-step__heading-container {
  margin-bottom: 2px;
}

body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-checkout-step__title,
body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-order-summary__title-text {
  font-size: clamp(1.45rem, 2vw, 1.9rem);
}

body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-checkout-step__description,
body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-notice-banner p {
  margin-top: 4px;
}

body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-notice-banner {
  border: 1px solid rgba(47, 111, 98, 0.16);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.96);
  box-shadow: none;
}

body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-notice-banner.is-warning,
body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-notice-banner.is-error,
body.woocommerce-checkout .checkout-status-card--runtime {
  border-color: rgba(216, 138, 91, 0.28);
  background: rgba(216, 138, 91, 0.08);
}

body.woocommerce-checkout .store-content-shell--checkout .wc-block-checkout__sidebar {
  display: grid;
  gap: 12px;
}

body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-order-summary,
body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-totals-wrapper,
body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-sidebar > .wc-block-components-notices {
  margin: 0;
}

body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-order-summary__content {
  padding-top: 0;
}

body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-order-summary-item {
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 12px;
  padding: 14px 0;
}

body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-order-summary-item__image,
body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-order-summary-item__image img {
  width: 56px;
  min-width: 56px;
}

body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-order-summary-item__image img {
  border-radius: 16px;
}

body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-order-summary-item__quantity {
  top: -6px;
  right: -4px;
}

body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-order-summary-item__description p {
  margin: 4px 0 0;
}

body.woocommerce-checkout .store-content-shell--checkout [data-np-loading-copy="true"] {
  display: none !important;
}

@keyframes npCheckoutPulse {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: -100% 0;
  }
}

body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-express-payment,
body.woocommerce-checkout .store-content-shell--checkout .wc-block-checkout__payment-method .wc-block-components-checkout-step__content,
body.woocommerce-checkout .store-content-shell--checkout .wp-block-woocommerce-checkout-order-summary-block {
  position: relative;
}

body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-express-payment:not(.np-checkout-force-show) {
  min-height: 88px;
}

body.woocommerce-checkout .store-content-shell--checkout .wc-block-checkout__payment-method .wc-block-components-checkout-step__content {
  min-height: 180px;
}

body.woocommerce-checkout .store-content-shell--checkout .wp-block-woocommerce-checkout-order-summary-block {
  min-height: 320px;
}

body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-express-payment:not(.np-checkout-force-show) > *,
body.woocommerce-checkout .store-content-shell--checkout .wc-block-checkout__payment-method:not(.is-np-ready) .wc-block-components-checkout-step__content > *,
body.woocommerce-checkout .store-content-shell--checkout .wp-block-woocommerce-checkout-order-summary-block:not(.is-np-ready) > * {
  opacity: 0;
  visibility: hidden;
}

body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-express-payment:not(.np-checkout-force-show)::before,
body.woocommerce-checkout .store-content-shell--checkout .wc-block-checkout__payment-method:not(.is-np-ready) .wc-block-components-checkout-step__content::before,
body.woocommerce-checkout .store-content-shell--checkout .wp-block-woocommerce-checkout-order-summary-block:not(.is-np-ready)::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(236, 229, 217, 0.35) 25%, rgba(255, 253, 249, 0.88) 40%, rgba(236, 229, 217, 0.35) 55%) 0 0 / 220% 100%,
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(248, 242, 232, 0.98));
  animation: npCheckoutPulse 1.25s linear infinite;
}

body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-express-payment:not(.np-checkout-force-show)::after {
  content: "";
  position: absolute;
  inset: 18px 20px;
  border-radius: 18px;
  background:
    linear-gradient(rgba(47, 111, 98, 0.12), rgba(47, 111, 98, 0.12)) top left / 140px 14px no-repeat,
    linear-gradient(rgba(47, 111, 98, 0.08), rgba(47, 111, 98, 0.08)) left 36px / 100% 44px no-repeat,
    linear-gradient(rgba(47, 111, 98, 0.08), rgba(47, 111, 98, 0.08)) left bottom / 40% 12px no-repeat;
}

body.woocommerce-checkout .store-content-shell--checkout .wc-block-checkout__payment-method:not(.is-np-ready) .wc-block-components-checkout-step__content::after {
  content: "";
  position: absolute;
  inset: 20px;
  border-radius: 18px;
  background:
    linear-gradient(rgba(47, 111, 98, 0.1), rgba(47, 111, 98, 0.1)) top left / 180px 16px no-repeat,
    linear-gradient(rgba(47, 111, 98, 0.08), rgba(47, 111, 98, 0.08)) top 34px left / 100% 58px no-repeat,
    linear-gradient(rgba(47, 111, 98, 0.08), rgba(47, 111, 98, 0.08)) top 108px left / 92% 58px no-repeat;
}

body.woocommerce-checkout .store-content-shell--checkout .wp-block-woocommerce-checkout-order-summary-block:not(.is-np-ready)::after {
  content: "";
  position: absolute;
  inset: 20px;
  border-radius: 18px;
  background:
    linear-gradient(rgba(47, 111, 98, 0.12), rgba(47, 111, 98, 0.12)) top left / 160px 16px no-repeat,
    linear-gradient(rgba(47, 111, 98, 0.08), rgba(47, 111, 98, 0.08)) top 34px left / 100% 72px no-repeat,
    linear-gradient(rgba(47, 111, 98, 0.08), rgba(47, 111, 98, 0.08)) top 126px left / 100% 18px no-repeat,
    linear-gradient(rgba(47, 111, 98, 0.08), rgba(47, 111, 98, 0.08)) top 160px left / 100% 18px no-repeat,
    linear-gradient(rgba(47, 111, 98, 0.12), rgba(47, 111, 98, 0.12)) bottom left / 100% 20px no-repeat;
}

body.np-checkout-express-ready .store-content-shell--checkout .wc-block-components-express-payment,
body.np-checkout-payment-ready .store-content-shell--checkout .wc-block-checkout__payment-method,
body.np-checkout-summary-ready .store-content-shell--checkout .wp-block-woocommerce-checkout-order-summary-block {
  min-height: 0;
}

body.np-checkout-express-ready .store-content-shell--checkout .wc-block-components-express-payment {
  display: block;
}

body.np-checkout-express-ready .store-content-shell--checkout .wc-block-components-express-payment,
body.np-checkout-payment-ready .store-content-shell--checkout .wc-block-checkout__payment-method.is-np-ready .wc-block-components-checkout-step__content > *,
body.np-checkout-summary-ready .store-content-shell--checkout .wp-block-woocommerce-checkout-order-summary-block.is-np-ready > * {
  opacity: 1;
  visibility: visible;
}

body.np-checkout-express-ready .store-content-shell--checkout .wc-block-components-express-payment::before,
body.np-checkout-express-ready .store-content-shell--checkout .wc-block-components-express-payment::after,
body.np-checkout-payment-ready .store-content-shell--checkout .wc-block-checkout__payment-method.is-np-ready .wc-block-components-checkout-step__content::before,
body.np-checkout-payment-ready .store-content-shell--checkout .wc-block-checkout__payment-method.is-np-ready .wc-block-components-checkout-step__content::after,
body.np-checkout-summary-ready .store-content-shell--checkout .wp-block-woocommerce-checkout-order-summary-block.is-np-ready::before,
body.np-checkout-summary-ready .store-content-shell--checkout .wp-block-woocommerce-checkout-order-summary-block.is-np-ready::after {
  display: none;
}

body.np-checkout-express-deferred .store-content-shell--checkout .wc-block-components-express-payment,
body.np-checkout-express-deferred .store-content-shell--checkout .wc-block-components-express-payment-continue-rule--checkout,
body.np-checkout-express-deferred .store-content-shell--checkout #ppcp-recaptcha-v2-container {
  display: none !important;
}

body.np-checkout-payment-ready .store-content-shell--checkout .wc-block-checkout__payment-method.is-np-ready .wc-block-components-checkout-step__content {
  min-height: 0;
}

body.woocommerce-checkout .store-content-shell--checkout .wc-block-checkout__payment-method p.content:has(a[href*="docs.stripe.com/testing"]) {
  display: none !important;
}

body.woocommerce-checkout .store-content-shell--checkout #ppcp-checkout-paylater-messages {
  display: none !important;
}

body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-checkout-return-to-cart-button {
  font-weight: 700;
}

body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-checkout-place-order-button {
  min-height: 54px;
}

.product-review-list {
  display: grid;
  gap: 20px;
}

.product-review-list .comments-area {
  display: grid;
  gap: 20px;
}

.product-review-list .comments-title,
.product-review-list .comment-reply-title {
  margin: 0;
  color: var(--color-text);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 600;
  line-height: 1.15;
}

.product-review-list .comment-list,
.product-review-list .commentlist,
.product-review-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-review-list .comment-list > li + li,
.product-review-list .commentlist > li + li {
  margin-top: 16px;
}

.product-review-list .comment-body {
  padding: 20px 22px;
  border: 1px solid rgba(47, 111, 98, 0.12);
  border-radius: 22px;
  background: rgba(255, 253, 249, 0.96);
  box-shadow: 0 14px 30px rgba(36, 50, 45, 0.06);
}

.product-review-list .comment-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
  margin-bottom: 12px;
}

.product-review-list .comment-author {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--color-text);
  font-weight: 800;
}

.product-review-list .avatar {
  width: 48px;
  height: 48px;
  border: 2px solid rgba(47, 111, 98, 0.16);
  border-radius: 999px;
  object-fit: cover;
}

.product-review-list .comment-metadata,
.product-review-list .comment-metadata a,
.product-review-list .logged-in-as,
.product-review-list .comment-notes,
.product-review-list .must-log-in,
.product-review-list .form-allowed-tags,
.product-review-list .no-comments {
  color: var(--color-text-muted);
  font-size: 14px;
}

.product-review-list .comment-content p,
.product-review-list .description p {
  margin: 0;
  color: var(--color-text);
  line-height: 1.7;
}

.product-review-list .children {
  display: grid;
  gap: 14px;
  margin-top: 14px;
  padding-left: 18px;
}

.product-review-list .comment-reply-link {
  color: var(--color-primary);
  font-weight: 700;
  text-decoration: none;
}

.product-review-list .comment-respond {
  padding: 24px;
  border: 1px solid rgba(47, 111, 98, 0.14);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(191, 227, 215, 0.16), rgba(255, 253, 249, 0.98));
}

.product-review-list .comment-form {
  display: grid;
  gap: 16px;
}

.product-review-list .comment-form p {
  margin: 0;
}

.product-review-list .comment-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--color-text);
  font-size: 14px;
  font-weight: 700;
}

.product-review-list .comment-form input[type="text"],
.product-review-list .comment-form input[type="email"],
.product-review-list .comment-form input[type="url"],
.product-review-list .comment-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.98);
  color: var(--color-text);
  box-shadow: none;
}

.product-review-list .comment-form textarea {
  min-height: 150px;
  resize: vertical;
}

.product-review-list .comment-form input:focus,
.product-review-list .comment-form textarea:focus {
  border-color: rgba(47, 111, 98, 0.42);
  outline: 2px solid rgba(216, 138, 91, 0.45);
  outline-offset: 2px;
}

.product-review-list .comment-form-rating,
.product-review-list .comment-form-cookies-consent {
  display: grid;
  gap: 8px;
}

.product-review-list .form-submit {
  margin-top: 4px;
}

.product-review-list .form-submit .submit {
  min-height: 52px;
  padding: 14px 22px;
  border: 0;
  border-radius: var(--radius-sm);
  background: var(--color-primary);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .cart-layout {
    grid-template-columns: 1fr;
  }

  .cart-item {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .cart-item__controls {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
    align-items: start;
  }

  .cart-item__remove {
    width: auto;
  }

  body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-sidebar-layout {
    grid-template-columns: 1fr;
  }

  body.woocommerce-checkout .page-hero--checkout .page-hero__layout {
    grid-template-columns: 1fr;
    align-items: start;
  }

  body.woocommerce-checkout .page-hero--checkout .page-hero__rail {
    justify-items: start;
  }

  body.woocommerce-checkout .page-hero--checkout .page-hero__badges {
    justify-content: flex-start;
  }
}

@media (max-width: 749px) {
  .site-header__primary-cta {
    width: 100%;
    min-width: 0;
  }

  .catalog-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .product-card__media {
    aspect-ratio: 1 / 1.12;
  }

  .product-card__body {
    padding: 14px;
  }

  .product-card__title {
    font-size: 18px;
  }

  .product-card__highlight {
    min-height: 0;
    font-size: 13px;
  }

  .cart-item {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 14px;
  }

  .cart-item__controls {
    grid-template-columns: 1fr 1fr;
  }

  .cart-item__qty,
  .cart-item__remove {
    grid-column: 1 / -1;
  }

  .cart-item__remove {
    width: 100%;
  }

  .cart-actions .button {
    width: 100%;
    min-width: 0;
  }

  body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-sidebar-layout {
    padding-top: 0;
    gap: 16px;
  }

  body.woocommerce-checkout .page-hero--checkout {
    padding: 18px;
  }

  body.woocommerce-checkout .page-hero--checkout .page-hero__layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.woocommerce-checkout .page-hero--checkout .page-hero__title {
    font-size: 34px;
  }

  body.woocommerce-checkout .page-hero--checkout .page-hero__rail,
  body.woocommerce-checkout .page-hero--checkout .page-hero__badges {
    justify-items: start;
    justify-content: flex-start;
  }

  body.woocommerce-checkout .page-hero--checkout .page-hero__actions .button {
    width: 100%;
    min-width: 0;
  }

  body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-checkout-step,
  body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-order-summary,
  body.woocommerce-checkout .store-content-shell--checkout .wc-block-components-totals-wrapper {
    padding: 18px;
  }

  .product-review-list .comment-body,
  .product-review-list .comment-respond {
    padding: 18px;
  }

  .product-review-list .comment-meta {
    align-items: flex-start;
  }

  .product-review-list .children {
    padding-left: 12px;
  }
}

/* ===== Cart Rebuild ===== */
.section-shell--cart {
  padding-top: 12px;
}

.section-shell--cart .page-width {
  display: grid;
  gap: 20px;
}

.section-shell--cart .woocommerce-notices-wrapper {
  margin-bottom: 0;
}

.section-shell--cart .cart-topbar {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 16px;
  align-items: stretch;
  padding: 16px 20px;
  border: 1px solid rgba(47, 111, 98, 0.12);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(244, 248, 242, 0.92), rgba(255, 253, 249, 0.98));
  box-shadow: 0 18px 36px rgba(36, 50, 45, 0.06);
}

.section-shell--cart .cart-topbar__copy {
  display: grid;
  gap: 6px;
  align-content: start;
}

.section-shell--cart .cart-topbar__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
}

.section-shell--cart .cart-topbar__title {
  margin: 0;
  color: var(--color-text);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(26px, 3.4vw, 34px);
  font-weight: 600;
  line-height: 1.02;
}

.section-shell--cart .cart-topbar__count {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(47, 111, 98, 0.08);
  color: var(--color-primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.section-shell--cart .cart-topbar__note {
  margin: 0;
  max-width: 62ch;
  font-size: 14px;
  color: var(--color-text-muted);
}

.section-shell--cart .cart-progress {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid rgba(47, 111, 98, 0.12);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.86);
  align-content: start;
}

.section-shell--cart .cart-progress__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.section-shell--cart .cart-progress p {
  margin: 0;
}

.section-shell--cart .progress {
  height: 6px;
}

.section-shell--cart .cart-layout {
  grid-template-columns: minmax(0, 1.68fr) minmax(300px, 0.72fr);
  gap: 20px;
  align-items: start;
}

.section-shell--cart .cart-items-card,
.section-shell--cart .cart-summary-card,
.section-shell--cart .cart-cross-sells {
  box-shadow: 0 18px 36px rgba(36, 50, 45, 0.06);
}

.section-shell--cart .woocommerce-notices-wrapper {
  margin-bottom: 16px;
}

.section-shell--cart .woocommerce-notices-wrapper > * {
  margin: 0 0 12px;
  padding: 14px 18px;
  border: 1px solid rgba(47, 111, 98, 0.16);
  border-radius: 16px;
  background: rgba(191, 227, 215, 0.18);
  color: var(--color-primary);
  list-style: none;
  box-shadow: 0 12px 24px rgba(36, 50, 45, 0.05);
}

.section-shell--cart .woocommerce-notices-wrapper .woocommerce-message::before,
.section-shell--cart .woocommerce-notices-wrapper .woocommerce-info::before,
.section-shell--cart .woocommerce-notices-wrapper .woocommerce-error::before {
  display: none;
}

.section-shell--cart .cart-items-card {
  padding: 22px 24px;
}

.section-shell--cart .cart-items-card__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(47, 111, 98, 0.12);
}

.section-shell--cart .cart-items-card__header .card-title,
.section-shell--cart .cart-summary-card__head .card-title,
.section-shell--cart .cart-cross-sells__head .card-title {
  margin: 0;
}

.section-shell--cart .cart-items-card__header p {
  margin: 4px 0 0;
  font-size: 14px;
}

.section-shell--cart .cart-item {
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 18px 0;
}

.section-shell--cart .cart-item__media {
  width: 128px;
  min-width: 128px;
  overflow: hidden;
}

.section-shell--cart .cart-item__content {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.section-shell--cart .cart-item__details {
  gap: 6px;
}

.section-shell--cart .cart-item__details .card-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.14;
}

.section-shell--cart .cart-item__details .muted {
  margin: 0;
}

.section-shell--cart .cart-item__summary {
  max-width: 54ch;
  font-size: 13px;
  line-height: 1.45;
}

.section-shell--cart .cart-item__line {
  display: grid;
  grid-template-columns: minmax(110px, max-content) minmax(160px, max-content) minmax(110px, max-content) auto;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid rgba(47, 111, 98, 0.1);
}

.section-shell--cart .cart-item__metric {
  display: grid;
  gap: 4px;
  align-content: start;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.section-shell--cart .cart-item__metric .price {
  font-size: 18px;
  line-height: 1.2;
}

.section-shell--cart .cart-item__meta-label {
  font-size: 11px;
}

.section-shell--cart .cart-item__qty {
  gap: 6px;
}

.section-shell--cart .cart-item__qty-control {
  display: inline-flex;
  max-width: 100%;
}

.section-shell--cart .cart-qty-field {
  display: inline-grid;
  grid-template-columns: 38px 56px 38px;
  align-items: center;
  min-height: 48px;
  border: 1px solid rgba(47, 111, 98, 0.14);
  border-radius: 12px;
  background: rgba(255, 253, 249, 0.96);
  overflow: hidden;
}

.section-shell--cart .cart-qty-field__value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-left: 1px solid rgba(47, 111, 98, 0.1);
  border-right: 1px solid rgba(47, 111, 98, 0.1);
  color: var(--color-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.section-shell--cart .cart-qty-field__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-height: 48px;
  padding: 0;
  border: 0;
  background: rgba(47, 111, 98, 0.06);
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
}

.section-shell--cart .cart-item__qty input.qty[type="hidden"] {
  display: none;
}

.section-shell--cart .cart-item__metric--remove {
  justify-items: end;
  align-self: center;
  padding: 0;
  border: 0;
  background: transparent;
}

.section-shell--cart .cart-item__remove {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  padding: 0;
  border: 0;
  background: none;
  color: var(--color-text-muted);
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.section-shell--cart .cart-item__remove:hover {
  color: var(--color-primary);
}

.section-shell--cart .cart-actions {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  margin-top: 16px;
}

.section-shell--cart .cart-actions .button {
  min-width: 148px;
}

.section-shell--cart .cart-sidebar {
  gap: 14px;
}

.section-shell--cart .cart-cross-sells--full {
  margin-top: 18px;
}

.section-shell--cart .cart-summary-card {
  top: 92px;
  gap: 10px;
  padding: 18px 18px 16px;
}

.section-shell--cart .cart-summary-card__head {
  display: grid;
  gap: 4px;
}

.section-shell--cart .cart-summary-card__head .card-title {
  font-size: clamp(24px, 2.8vw, 28px);
}

.section-shell--cart .cart-summary-card .meta-row {
  gap: 10px;
  padding: 6px 0;
}

.section-shell--cart .cart-summary-card .meta-row + .meta-row {
  border-top: 1px solid rgba(47, 111, 98, 0.1);
}

.section-shell--cart .cart-summary-card .meta-row--total {
  padding-top: 14px;
}

.section-shell--cart .cart-summary-card .meta-row--total strong {
  font-size: 21px;
}

.section-shell--cart .cart-summary-card .button--primary {
  width: 100%;
  min-height: 50px;
}

.section-shell--cart .cart-summary-card__note {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.section-shell--cart .cart-cross-sells {
  display: grid;
  gap: 14px;
  padding: 16px 18px;
  border-color: rgba(47, 111, 98, 0.1);
  box-shadow: 0 10px 24px rgba(36, 50, 45, 0.04);
}

.section-shell--cart .cart-cross-sells__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.section-shell--cart .cart-cross-sells__head .card-title {
  margin-top: 4px;
  font-size: 22px;
}

.section-shell--cart .cart-cross-sells__browse,
.section-shell--cart .cart-cross-sell__link {
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.section-shell--cart .cart-cross-sells__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.section-shell--cart .cart-cross-sell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
  padding-top: 14px;
  border-top: 1px solid rgba(47, 111, 98, 0.08);
}

.section-shell--cart .cart-cross-sell:nth-child(-n+2) {
  padding-top: 0;
  border-top: 0;
}

.section-shell--cart .cart-cross-sell__copy {
  display: grid;
  gap: 4px;
}

.section-shell--cart .cart-cross-sell__copy .muted {
  font-size: 13px;
  line-height: 1.4;
}

.section-shell--cart .cart-cross-sell__meta {
  display: grid;
  gap: 6px;
  justify-items: end;
  text-align: right;
}

.section-shell--cart .cart-cross-sell__meta .price {
  font-size: 16px;
}

@media (max-width: 1100px) {
  .section-shell--cart .cart-topbar,
  .section-shell--cart .cart-layout {
    grid-template-columns: 1fr;
  }

  .section-shell--cart .cart-summary-card {
    position: static;
  }
}

@media (max-width: 749px) {
  .section-shell--cart .cart-topbar {
    padding: 16px;
  }

  .section-shell--cart .cart-topbar__title {
    font-size: 28px;
  }

  .section-shell--cart .cart-progress {
    padding: 12px 14px;
  }

  .section-shell--cart .cart-items-card {
    padding: 16px;
  }

  .section-shell--cart .cart-item {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
  }

  .section-shell--cart .cart-item__media {
    width: 96px;
    min-width: 96px;
  }

  .section-shell--cart .cart-item__line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .section-shell--cart .cart-item__qty {
    grid-column: 1 / -1;
  }

  .section-shell--cart .cart-item__metric--remove {
    justify-items: start;
    align-items: end;
    grid-column: 1 / -1;
  }

  .section-shell--cart .cart-item__metric--remove .cart-item__meta-label {
    display: none;
  }

  .section-shell--cart .cart-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .section-shell--cart .cart-actions .button {
    width: 100%;
  }

  .section-shell--cart .cart-summary-card,
  .section-shell--cart .cart-cross-sells {
    padding: 16px;
  }

  .section-shell--cart .cart-cross-sells__head {
    align-items: stretch;
    flex-direction: column;
  }

  .section-shell--cart .cart-cross-sells__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .section-shell--cart .cart-cross-sell {
    grid-template-columns: 1fr;
    padding-top: 12px;
    border-top: 1px solid rgba(47, 111, 98, 0.1);
  }

  .section-shell--cart .cart-cross-sell:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .section-shell--cart .cart-cross-sell__meta {
    justify-items: start;
    text-align: left;
  }
}

/* =========================================================================
   WooCommerce Cart & Checkout Premium UI Overrides
   ========================================================================= */

/* 1. Global Buttons Hover & Transition */
.woocommerce-cart .button,
.woocommerce-checkout .button,
.cart-actions .button,
.cart-summary-card .button {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.woocommerce-cart .button:hover,
.woocommerce-checkout .button:hover,
.cart-actions .button:hover,
.cart-summary-card .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(47, 111, 98, 0.2);
}

/* 2. Premium Input Fields (Checkout & Cart) */
.woocommerce-checkout form .form-row input[type="text"],
.woocommerce-checkout form .form-row input[type="email"],
.woocommerce-checkout form .form-row input[type="tel"],
.woocommerce-checkout form .form-row select,
.woocommerce-checkout form .form-row textarea {
  border: 1px solid rgba(47, 111, 98, 0.15);
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 16px;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.woocommerce-checkout form .form-row input:focus,
.woocommerce-checkout form .form-row select:focus,
.woocommerce-checkout form .form-row textarea:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(47, 111, 98, 0.1);
  outline: none;
}

/* 3. Cart "Remove" Button Refinement */
.cart-item__remove a.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  color: #d53f3f !important;
  background: rgba(213, 63, 63, 0.05);
  padding: 6px 12px;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.cart-item__remove a.remove:hover {
  background: rgba(213, 63, 63, 0.1);
  transform: scale(1.02);
  color: #d53f3f !important;
}

/* 4. Total Amount Sizing (Cart Summary) */
.cart-summary-card .meta-row:last-of-type,
.woocommerce-checkout .shop_table tfoot tr.order-total th,
.woocommerce-checkout .shop_table tfoot tr.order-total td {
  font-size: 20px;
  font-weight: 800;
  color: var(--color-primary);
  border-top: 2px solid rgba(47, 111, 98, 0.1);
  padding-top: 16px;
  margin-top: 12px;
}
.cart-summary-card .meta-row:last-of-type span:last-child {
  font-size: 28px;
}

/* 5. Checkout Right Sidebar (Order Summary) Tweaks */
#order_review {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.04);
  border: 1px solid rgba(47, 111, 98, 0.08);
}
#order_review_heading {
  font-size: 24px;
  margin-bottom: 20px;
}
.woocommerce-checkout-payment {
  background: transparent !important;
  border-radius: 12px;
}
