:root {
  --neo-ink: #101512;
  --neo-soft-ink: #46534b;
  --neo-muted: #718077;
  --neo-paper: #fbfaf5;
  --neo-card: rgba(255,255,255,.78);
  --neo-line: rgba(16,21,18,.12);
  --neo-jade: #0f766e;
  --neo-mint: #9ee6d6;
  --neo-gold: #d5a642;
  --neo-rose: #d85b63;
  --neo-indigo: #26335f;
  --neo-night: #0b1210;
  --neo-shadow: 0 22px 70px rgba(14,25,21,.13);
  --neo-radius: 8px;
}

html {
  scroll-behavior: smooth;
}

body,
body.neo-store,
body.home-reborn.neo-store {
  color: var(--neo-ink);
  background:
    radial-gradient(circle at 8% 6%, rgba(158,230,214,.36), transparent 26rem),
    radial-gradient(circle at 92% 10%, rgba(213,166,66,.24), transparent 26rem),
    linear-gradient(180deg, #fffdf8 0%, #eef7f1 48%, #fff8eb 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body.neo-store::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(16,21,18,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,21,18,.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.9), transparent 78%);
}

body.neo-dark {
  color: #f7f2e8;
  background:
    radial-gradient(circle at 8% 6%, rgba(15,118,110,.28), transparent 26rem),
    radial-gradient(circle at 92% 10%, rgba(213,166,66,.18), transparent 26rem),
    linear-gradient(180deg, #09110f 0%, #101b18 55%, #15110b 100%);
}

body.neo-dark .navbar,
body.neo-dark .neo-hero-copy,
body.neo-dark .neo-section,
body.neo-dark .neo-shop-controls,
body.neo-dark .prod-details,
body.neo-dark .cart-container,
body.neo-dark .order-card,
body.neo-dark .search-filter,
body.neo-dark .login-container,
body.neo-dark .register-container {
  color: #f7f2e8;
  background: rgba(13,22,20,.84);
  border-color: rgba(255,255,255,.12);
}

body.neo-dark .neo-hero h1,
body.neo-dark .neo-section h2,
body.neo-dark .prod-details h1,
body.neo-dark .atlas-info h3,
body.neo-dark .card-info h3,
body.neo-dark .order-info h3,
body.neo-dark .navbar .logo span,
body.neo-dark .nav-links li a {
  color: #fff7e8;
}

body.neo-dark .neo-hero-copy p,
body.neo-dark .neo-section p,
body.neo-dark .prod-details p,
body.neo-dark .card-info p,
body.neo-dark .tf-shop-hero p,
body.neo-dark .tf-product-hero p,
body.neo-dark .tf-cart-hero p,
body.neo-dark .tf-orders-hero p {
  color: rgba(255,247,232,.72);
}

body.neo-store a {
  color: inherit;
}

.tc-site-nav {
  position: sticky;
  top: 10px;
  z-index: 100;
  width: min(1180px, calc(100% - 24px));
  min-height: 64px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: .85rem;
  margin: 10px auto 0;
  padding: .55rem .65rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--neo-radius);
  color: #fff7e8;
  background:
    linear-gradient(135deg, rgba(12,18,16,.96), rgba(15,118,110,.88)),
    var(--neo-night);
  box-shadow: 0 22px 60px rgba(11,18,16,.24);
  backdrop-filter: blur(18px);
}

.tc-site-brand {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: #fff7e8;
  text-decoration: none;
  font-weight: 950;
}

.tc-site-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff7e8;
  padding: 4px;
}

.tc-site-brand span {
  display: grid;
  line-height: 1.05;
}

.tc-site-brand small {
  color: rgba(255,247,232,.65);
  font-size: .7rem;
  font-weight: 800;
}

.tc-site-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tc-site-links a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 .7rem;
  color: rgba(255,247,232,.78);
  text-decoration: none;
  font-size: .9rem;
  font-weight: 900;
}

.tc-site-links a:hover,
.tc-site-links a.is-active {
  color: var(--neo-night);
  background: linear-gradient(135deg, #fff1a7, var(--neo-gold));
}

.tc-site-actions {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}

.tc-site-cart,
.tc-site-account,
.tc-site-toggle {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 .75rem;
  border: 1px solid rgba(255,255,255,.16);
  color: #fff7e8;
  background: rgba(255,255,255,.08);
  text-decoration: none;
  font-weight: 950;
}

.tc-site-account {
  color: var(--neo-night);
  background: #fff7e8;
}

.tc-site-toggle {
  display: none;
  width: 42px;
  padding: 0;
  cursor: pointer;
}

.tc-site-toggle span,
.tc-site-toggle::before,
.tc-site-toggle::after {
  content: "";
  width: 18px;
  height: 2px;
  display: block;
  border-radius: 99px;
  background: #fff7e8;
}

.tc-site-toggle {
  flex-direction: column;
  gap: 4px;
}

.has-site-nav .navbar {
  display: none !important;
}

.has-site-nav .neo-app-strip,
.has-site-nav .tf-shop-hero,
.has-site-nav .tf-product-hero,
.has-site-nav .tf-cart-hero,
.has-site-nav .tf-orders-hero {
  margin-top: 16px;
}

.neo-store .navbar {
  width: min(1180px, calc(100% - 24px));
  left: 50%;
  top: 12px;
  transform: translateX(-50%);
  border: 1px solid rgba(16,21,18,.12);
  border-radius: var(--neo-radius);
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 48px rgba(16,21,18,.12);
  backdrop-filter: blur(18px);
}

.neo-store .navbar .logo a,
.neo-store .logo a {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  text-decoration: none;
}

.neo-store .logo img {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15,118,110,.16);
}

.neo-store .logo span {
  color: var(--neo-ink);
  font-size: .98rem;
  letter-spacing: 0;
}

.neo-store .nav-links {
  gap: .25rem;
}

.neo-store .nav-links li a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  color: var(--neo-soft-ink);
  border-radius: 999px;
  padding: 0 .78rem;
  font-weight: 800;
}

.neo-store .nav-links li a:hover,
.neo-store .nav-links li a.cart-button {
  color: #fff;
  background: var(--neo-night);
}

.neo-store .hamburger span {
  background: var(--neo-ink);
}

.neo-app-strip {
  width: min(1180px, calc(100% - 24px));
  margin: 88px auto 0;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .55rem .75rem;
  border: 1px solid rgba(15,118,110,.18);
  border-radius: var(--neo-radius);
  background: rgba(15,118,110,.09);
  color: var(--neo-soft-ink);
  box-shadow: 0 18px 44px rgba(15,118,110,.08);
}

.neo-app-strip strong {
  color: var(--neo-jade);
}

.neo-app-strip a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 .8rem;
  border-radius: 999px;
  color: #fff;
  background: var(--neo-jade);
  text-decoration: none;
  font-weight: 900;
}

.neo-hero {
  width: min(1180px, calc(100% - 24px));
  min-height: calc(100vh - 132px);
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr);
  gap: 1rem;
  align-items: stretch;
}

.neo-hero-copy,
.neo-hero-market,
.neo-promo-card,
.neo-section,
.neo-command-panel,
.neo-review-board,
.neo-newsletter,
.neo-shop-controls,
.neo-detail-note,
.neo-cart-tools {
  border: 1px solid var(--neo-line);
  border-radius: var(--neo-radius);
  background: var(--neo-card);
  box-shadow: var(--neo-shadow);
  backdrop-filter: blur(16px);
}

.neo-hero-copy {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.25rem, 4vw, 4.25rem);
}

.neo-kicker,
.home-kicker,
.tf-kicker,
.section-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: .5rem;
  min-height: 30px;
  margin-bottom: .8rem;
  padding: 0 .7rem;
  border: 1px solid rgba(15,118,110,.2);
  border-radius: 999px;
  color: var(--neo-jade);
  background: rgba(15,118,110,.08);
  font-size: .74rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.neo-hero h1,
.neo-section h2,
.home-section-head h2,
.tf-shop-hero h1,
.tf-product-hero h1,
.tf-cart-hero h1,
.tf-orders-hero h1 {
  margin: 0;
  color: var(--neo-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  letter-spacing: 0;
  line-height: .98;
}

.neo-hero h1 {
  max-width: 760px;
  font-size: clamp(2.6rem, 6vw, 6rem);
}

.neo-hero-copy p,
.neo-section-head p,
.neo-section p,
.tf-shop-hero p,
.tf-product-hero p,
.tf-cart-hero p,
.tf-orders-hero p {
  color: var(--neo-soft-ink);
  line-height: 1.72;
}

.neo-hero-copy > p {
  max-width: 680px;
  margin: 1rem 0 0;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
}

.neo-action-row,
.home-actions,
.atlas-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.35rem;
}

.neo-btn,
.home-btn,
.home-ghost,
.atlas-link,
.home-cart-btn,
.add-to-cart,
.cta-btn,
.search-box button,
.neo-pill-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--neo-radius);
  padding: 0 1rem;
  text-decoration: none;
  font-weight: 950;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.neo-btn,
.home-btn,
.add-to-cart,
.cta-btn,
.search-box button {
  color: #fff;
  background: linear-gradient(135deg, var(--neo-night), var(--neo-jade));
  box-shadow: 0 14px 32px rgba(15,118,110,.24);
}

.neo-btn.secondary,
.home-ghost,
.atlas-link,
.neo-pill-btn {
  color: var(--neo-ink);
  background: #fff;
  border: 1px solid var(--neo-line);
  box-shadow: none;
}

.neo-btn:hover,
.home-btn:hover,
.home-ghost:hover,
.atlas-link:hover,
.home-cart-btn:hover,
.add-to-cart:hover,
.cta-btn:hover {
  transform: translateY(-2px);
}

.neo-metric-row,
.showroom-stats,
.tf-stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.3rem;
}

.neo-metric,
.showroom-stats span,
.tf-stat-row span {
  min-height: 54px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding: .55rem .8rem;
  border: 1px solid var(--neo-line);
  border-radius: var(--neo-radius);
  background: rgba(255,255,255,.7);
  color: var(--neo-soft-ink);
  font-size: .88rem;
}

.neo-metric strong,
.showroom-stats strong {
  color: var(--neo-ink);
  font-size: 1.1rem;
}

.neo-search-console {
  margin-top: 1.35rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .55rem;
  max-width: 720px;
  padding: .45rem;
  border: 1px solid var(--neo-line);
  border-radius: var(--neo-radius);
  background: #fff;
}

.neo-search-console input {
  border: 0;
  outline: 0;
  min-height: 44px;
  padding: 0 .8rem;
  background: transparent;
  color: var(--neo-ink);
  font: inherit;
}

.neo-search-console button {
  border: 0;
  border-radius: 8px;
  padding: 0 .95rem;
  color: #fff;
  background: var(--neo-indigo);
  font-weight: 900;
}

.neo-hero-market {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: 1rem;
  background:
    linear-gradient(160deg, rgba(11,18,16,.96), rgba(38,51,95,.9)),
    var(--neo-night);
  color: #fff;
}

.neo-feature-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  display: flex;
  align-items: flex-end;
  border-radius: var(--neo-radius);
  text-decoration: none;
  background: #121a18;
}

.neo-feature-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .82;
  transform: scale(1.02);
}

.neo-feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 36%, rgba(0,0,0,.88));
}

.neo-feature-info {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 1rem;
}

.neo-feature-info small,
.neo-card-badge,
.atlas-category,
.badge {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  padding: 0 .6rem;
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.neo-feature-info small {
  color: var(--neo-night);
  background: var(--neo-mint);
}

.neo-feature-info h2 {
  margin: .7rem 0 .45rem;
  font-size: clamp(1.65rem, 3vw, 2.6rem);
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1;
}

.neo-feature-info strong {
  color: #fff1a7;
  font-size: 1.25rem;
}

.neo-mini-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .7rem;
  margin-top: .8rem;
}

.neo-mini-rail a {
  min-height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  border-radius: var(--neo-radius);
  border: 1px solid rgba(255,255,255,.16);
  text-decoration: none;
  color: #fff;
  background: rgba(255,255,255,.08);
}

.neo-mini-rail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .72;
}

.neo-mini-rail span {
  position: relative;
  z-index: 1;
  padding: .55rem;
  font-weight: 900;
  text-shadow: 0 8px 18px rgba(0,0,0,.52);
}

.neo-market-status {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
  margin-top: .85rem;
}

.neo-market-status span {
  min-height: 72px;
  display: grid;
  align-content: center;
  padding: .7rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--neo-radius);
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.78);
  font-size: .82rem;
}

.neo-market-status strong {
  color: #fff;
  font-size: 1.05rem;
}

.neo-section {
  width: min(1180px, calc(100% - 24px));
  margin: 1rem auto 0;
  padding: clamp(1rem, 3vw, 2rem);
}

.neo-section-head,
.home-section-head,
.section-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-end;
  margin-bottom: 1rem;
}

.neo-section h2,
.home-section-head h2,
.section-head h2 {
  font-size: clamp(1.65rem, 3.2vw, 3.25rem);
}

.neo-banner-grid {
  display: grid;
  grid-template-columns: 1.35fr .9fr .9fr;
  gap: .8rem;
}

.neo-promo-card {
  min-height: 170px;
  overflow: hidden;
  position: relative;
  padding: 1rem;
  background: #fff;
}

.neo-promo-card strong {
  display: block;
  max-width: 320px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 2.2vw, 2.2rem);
  line-height: 1.05;
}

.neo-promo-card p {
  max-width: 360px;
  margin: .55rem 0 0;
}

.neo-promo-card img {
  position: absolute;
  right: -20px;
  bottom: -18px;
  width: min(42%, 210px);
  max-height: 160px;
  object-fit: contain;
  opacity: .9;
}

.neo-promo-card.dark {
  color: #fff;
  background: linear-gradient(135deg, var(--neo-night), var(--neo-indigo));
}

.neo-promo-card.dark p {
  color: rgba(255,255,255,.78);
}

.neo-promo-card.gold {
  background: linear-gradient(135deg, #fff7d4, #e8d7a5);
}

.collection-runway,
.neo-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .8rem;
}

.runway-card,
.neo-category-card {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  border-radius: var(--neo-radius);
  border: 1px solid var(--neo-line);
  text-decoration: none;
  background: #101512;
  box-shadow: 0 18px 42px rgba(16,21,18,.11);
}

.runway-card img,
.neo-category-card img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  opacity: .82;
  transition: transform .28s ease;
}

.runway-card:hover img,
.neo-category-card:hover img,
.atlas-card:hover img,
.card:hover img {
  transform: scale(1.045);
}

.runway-card span,
.neo-category-card span {
  position: absolute;
  left: .75rem;
  right: .75rem;
  bottom: .75rem;
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 .75rem;
  border-radius: var(--neo-radius);
  color: #fff;
  background: rgba(11,18,16,.72);
  backdrop-filter: blur(12px);
  font-weight: 950;
}

.neo-product-layout,
.spotlight-grid {
  display: grid;
  grid-template-columns: minmax(280px, .88fr) minmax(0, 1.5fr);
  gap: .9rem;
}

.spotlight-feature,
.neo-spotlight {
  position: sticky;
  top: 92px;
  min-height: 560px;
  overflow: hidden;
  border-radius: var(--neo-radius);
  text-decoration: none;
  background: #101512;
  color: #fff;
}

.spotlight-feature img,
.neo-spotlight img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  opacity: .86;
}

.spotlight-feature-info {
  position: absolute;
  left: .9rem;
  right: .9rem;
  bottom: .9rem;
  padding: 1rem;
  border-radius: var(--neo-radius);
  background: rgba(11,18,16,.74);
  backdrop-filter: blur(14px);
}

.spotlight-feature-info h3 {
  margin: 0 0 .45rem;
  font-size: clamp(1.45rem, 2.5vw, 2.25rem);
  font-family: "Playfair Display", Georgia, serif;
}

.product-atlas,
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
}

.atlas-card,
.card,
.order-card {
  overflow: hidden;
  border: 1px solid var(--neo-line);
  border-radius: var(--neo-radius);
  background: rgba(255,255,255,.82);
  box-shadow: 0 16px 42px rgba(16,21,18,.1);
}

.atlas-media,
.card > a {
  display: block;
  overflow: hidden;
  background: #eef4ef;
}

.atlas-media img,
.card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform .28s ease;
}

.atlas-info,
.card-info {
  display: grid;
  gap: .65rem;
  padding: .85rem;
}

.atlas-info h3,
.card-info h3,
.order-info h3 {
  margin: 0;
  color: var(--neo-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.12rem;
  line-height: 1.12;
}

.atlas-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem;
  color: var(--neo-soft-ink);
  font-weight: 900;
}

.atlas-category,
.badge {
  color: var(--neo-jade);
  background: rgba(15,118,110,.1);
}

.card-info p {
  color: var(--neo-soft-ink);
}

.price,
.card-info .price {
  color: var(--neo-rose);
  font-size: 1.05rem;
  font-weight: 950;
}

.neo-flash-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .85rem;
}

.neo-command-panel {
  padding: 1rem;
  background: linear-gradient(135deg, rgba(11,18,16,.96), rgba(38,51,95,.92));
  color: #fff;
}

.neo-countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .55rem;
  margin-top: 1rem;
}

.neo-countdown span {
  display: grid;
  place-items: center;
  min-height: 76px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--neo-radius);
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.78);
  font-size: .76rem;
  font-weight: 800;
}

.neo-countdown strong {
  display: block;
  color: #fff;
  font-size: 1.45rem;
}

.neo-review-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  padding: 1rem;
}

.testimonial-card {
  border: 1px solid var(--neo-line);
  border-radius: var(--neo-radius);
  background: #fff;
}

.neo-newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
}

.neo-newsletter form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .55rem;
  margin: 0;
  padding: 0;
  background: transparent;
}

.neo-newsletter input,
.neo-shop-controls input,
.neo-shop-controls select,
.search-box input,
.filter-select,
.prod-details input,
.prod-details textarea,
.login-container input,
.register-container input {
  min-height: 44px;
  border: 1px solid var(--neo-line);
  border-radius: var(--neo-radius);
  padding: 0 .8rem;
  background: rgba(255,255,255,.82);
  color: var(--neo-ink);
  font: inherit;
  outline: none;
}

.neo-newsletter button {
  border: 0;
}

.tf-shop-hero,
.tf-product-hero,
.tf-cart-hero,
.tf-orders-hero {
  width: min(1180px, calc(100% - 24px));
  margin: 92px auto 1rem;
  padding: clamp(1.35rem, 4vw, 3rem);
  border: 1px solid var(--neo-line);
  border-radius: var(--neo-radius);
  background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(238,247,241,.76));
  box-shadow: var(--neo-shadow);
}

.tf-shop-hero h1,
.tf-product-hero h1,
.tf-cart-hero h1,
.tf-orders-hero h1 {
  font-size: clamp(2.1rem, 5vw, 4.7rem);
}

.tf-top-link {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  margin-bottom: .8rem;
  padding: 0 .7rem;
  border: 1px solid var(--neo-line);
  border-radius: 999px;
  color: var(--neo-soft-ink);
  background: #fff;
  text-decoration: none;
  font-weight: 900;
}

.tf-shop-grid,
.tf-product-shell,
.cart-container,
.container:has(.order-card) {
  width: min(1180px, calc(100% - 24px));
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
}

.neo-shop-controls {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  gap: .7rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: .75rem;
}

.neo-view-toggle {
  display: inline-flex;
  gap: .35rem;
  padding: .25rem;
  border: 1px solid var(--neo-line);
  border-radius: var(--neo-radius);
  background: #fff;
}

.neo-view-toggle button {
  min-height: 36px;
  border: 0;
  border-radius: 7px;
  padding: 0 .7rem;
  background: transparent;
  color: var(--neo-soft-ink);
  font-weight: 900;
  cursor: pointer;
}

.neo-view-toggle button.is-active {
  color: #fff;
  background: var(--neo-night);
}

.neo-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: -.35rem 0 1rem;
}

.neo-filter-row button {
  min-height: 34px;
  border: 1px solid var(--neo-line);
  border-radius: 999px;
  padding: 0 .7rem;
  background: #fff;
  color: var(--neo-soft-ink);
  font-weight: 900;
  cursor: pointer;
}

.products-grid.neo-list-view {
  grid-template-columns: 1fr;
}

.products-grid.neo-list-view .card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
}

.products-grid.neo-list-view .card img {
  height: 100%;
}

.product-wrap {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.prod-image {
  position: sticky;
  top: 92px;
  overflow: hidden;
  border: 1px solid var(--neo-line);
  border-radius: var(--neo-radius);
  background: #eef4ef;
  box-shadow: var(--neo-shadow);
}

.prod-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 0;
  transition: transform .25s ease;
}

.prod-image.is-zooming img {
  transform: scale(1.08);
}

.neo-gallery-dock {
  position: absolute;
  left: .8rem;
  right: .8rem;
  bottom: .8rem;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.neo-gallery-dock span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 .65rem;
  color: #fff;
  background: rgba(11,18,16,.72);
  backdrop-filter: blur(10px);
  font-weight: 900;
  font-size: .78rem;
}

.prod-details {
  border: 1px solid var(--neo-line);
  border-radius: var(--neo-radius);
  background: rgba(255,255,255,.82);
  box-shadow: var(--neo-shadow);
  padding: clamp(1rem, 3vw, 2rem);
}

.prod-details h1 {
  margin: 0 0 .65rem;
  color: var(--neo-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.65rem);
  line-height: 1;
}

.prod-details p {
  color: var(--neo-soft-ink);
  line-height: 1.7;
}

.tf-attributes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
  margin: 1rem 0;
}

.tf-attributes div,
.neo-detail-note,
#addressView,
#checkoutForm,
.cart-summary,
.neo-cart-tools {
  border: 1px solid var(--neo-line);
  border-radius: var(--neo-radius);
  background: rgba(238,247,241,.72) !important;
  padding: .85rem;
}

.tf-attributes span {
  display: block;
  color: var(--neo-muted);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tf-attributes strong {
  color: var(--neo-ink);
}

#checkoutForm {
  display: grid;
  gap: .55rem;
}

.cart-container {
  border: 1px solid var(--neo-line);
  border-radius: var(--neo-radius);
  background: rgba(255,255,255,.82);
  box-shadow: var(--neo-shadow);
  padding: 1rem;
}

.cart-container table {
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--neo-radius);
}

.cart-container th {
  color: #fff;
  background: var(--neo-night);
}

.cart-container td,
.cart-container th {
  border-color: rgba(16,21,18,.08);
}

.btn {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 .7rem;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.btn-view {
  background: var(--neo-jade);
}

.btn-delete {
  background: var(--neo-rose);
}

.order-card {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: .8rem;
  margin-bottom: .8rem;
}

.order-card img {
  width: 130px;
  height: 130px;
  border-radius: var(--neo-radius);
  object-fit: cover;
}

.search-filter {
  border: 1px solid var(--neo-line);
  border-radius: var(--neo-radius);
  background: rgba(255,255,255,.82);
  box-shadow: var(--neo-shadow);
  padding: .75rem;
}

.login-container,
.register-container {
  position: relative;
  border: 1px solid var(--neo-line);
  border-radius: var(--neo-radius);
  background: rgba(255,255,255,.86);
  box-shadow: var(--neo-shadow);
}

body.tf-auth-page {
  min-height: 100vh;
  height: auto;
  padding: 1rem;
  gap: 1rem;
}

.neo-hidden {
  display: none !important;
}

@media (max-width: 980px) {
  .neo-hero,
  .neo-product-layout,
  .spotlight-grid,
  .product-wrap,
  .neo-flash-grid,
  .neo-newsletter {
    grid-template-columns: 1fr;
  }

  .neo-hero {
    min-height: auto;
  }

  .neo-hero-market,
  .spotlight-feature,
  .prod-image {
    position: relative;
    top: auto;
  }

  .neo-banner-grid,
  .collection-runway,
  .neo-category-grid,
  .product-atlas,
  .products-grid,
  .neo-review-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .neo-shop-controls {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .tc-site-nav {
    grid-template-columns: auto auto;
    width: calc(100% - 18px);
  }

  .tc-site-links {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: .55rem;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: var(--neo-radius);
    background: rgba(11,18,16,.96);
    box-shadow: 0 18px 42px rgba(0,0,0,.22);
  }

  .tc-site-nav.is-open .tc-site-links {
    display: flex;
  }

  .tc-site-links a {
    justify-content: center;
  }

  .tc-site-actions {
    justify-self: end;
  }

  .tc-site-cart,
  .tc-site-account {
    display: none;
  }

  .tc-site-toggle {
    display: inline-flex;
  }

  .neo-store .navbar {
    top: 8px;
    width: calc(100% - 18px);
  }

  .neo-store .nav-links {
    display: none !important;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
    padding: .55rem;
    border: 1px solid var(--neo-line);
    border-radius: var(--neo-radius);
    background: rgba(255,255,255,.96);
    box-shadow: var(--neo-shadow);
  }

  .neo-store .nav-links.active {
    display: flex !important;
  }

  .neo-store .nav-links li a {
    width: 100%;
    justify-content: center;
  }

  .neo-store .hamburger {
    display: flex !important;
  }

  .neo-app-strip {
    margin-top: 78px;
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .neo-hero {
    width: calc(100% - 18px);
  }

  .neo-hero h1 {
    font-size: clamp(2.35rem, 12vw, 4.1rem);
  }

  .neo-hero-market {
    min-height: auto;
  }

  .neo-feature-card {
    min-height: 360px;
  }

  .neo-mini-rail,
  .neo-market-status {
    grid-template-columns: 1fr;
  }

  .neo-section,
  .tf-shop-hero,
  .tf-product-hero,
  .tf-cart-hero,
  .tf-orders-hero,
  .tf-shop-grid,
  .tf-product-shell,
  .cart-container,
  .container:has(.order-card) {
    width: calc(100% - 18px);
  }

  .neo-section-head,
  .home-section-head,
  .section-head {
    display: block;
  }

  .neo-banner-grid {
    grid-template-columns: 1fr;
  }

  .collection-runway,
  .neo-category-grid,
  .product-atlas,
  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
  }

  .atlas-info,
  .card-info {
    padding: .65rem;
  }

  .atlas-info h3,
  .card-info h3 {
    font-size: .95rem;
  }

  .atlas-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .products-grid.neo-list-view .card {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .tf-attributes,
  .neo-countdown,
  .neo-review-board,
  .neo-newsletter form {
    grid-template-columns: 1fr;
  }

  .cart-container {
    overflow-x: auto;
  }

  .order-card {
    grid-template-columns: 94px minmax(0, 1fr);
    gap: .7rem;
  }

  .order-card img {
    width: 94px;
    height: 94px;
  }
}

/* Light Futuristic Commerce Upgrade */
:root {
  --neo-ink: #10201b;
  --neo-soft-ink: #465e55;
  --neo-muted: #74867d;
  --neo-paper: #fbfdf9;
  --neo-card: rgba(255,255,255,.86);
  --neo-line: rgba(15,118,110,.16);
  --neo-jade: #0f766e;
  --neo-mint: #d8fbf1;
  --neo-gold: #d5a642;
  --neo-cyan: #00a8c7;
  --neo-rose: #d85b63;
  --neo-indigo: #3a4f85;
  --neo-night: #10201b;
  --neo-shadow: 0 22px 64px rgba(21,72,64,.13);
}

body,
body.neo-store,
body.home-reborn.neo-store {
  color: var(--neo-ink);
  background:
    linear-gradient(115deg, rgba(216,251,241,.72), transparent 34%),
    linear-gradient(245deg, rgba(255,238,184,.7), transparent 38%),
    linear-gradient(180deg, #fcfff9 0%, #f2fbf8 44%, #fff8e9 100%);
}

body.neo-store::before {
  background-image:
    linear-gradient(rgba(15,118,110,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,118,110,.06) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.55), transparent 80%);
}

body.neo-dark {
  color: var(--neo-ink);
  background:
    linear-gradient(115deg, rgba(216,251,241,.72), transparent 34%),
    linear-gradient(245deg, rgba(255,238,184,.7), transparent 38%),
    linear-gradient(180deg, #fcfff9 0%, #f2fbf8 44%, #fff8e9 100%);
}

.tc-site-nav {
  position: sticky;
  top: 10px;
  isolation: isolate;
  overflow: visible;
  border: 1px solid rgba(15,118,110,.18);
  color: var(--neo-ink);
  background:
    linear-gradient(110deg, rgba(255,255,255,.94), rgba(239,252,248,.9), rgba(255,250,236,.94));
  background-size: 220% 220%;
  box-shadow: 0 22px 60px rgba(22,75,67,.14);
  animation: neoNavShift 9s ease-in-out infinite;
}

.tc-site-nav::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 6px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--neo-jade), var(--neo-cyan), var(--neo-gold), var(--neo-jade));
  background-size: 180% 100%;
  animation: neoNavLine 4.5s linear infinite;
  opacity: .72;
}

.tc-site-nav::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(15,118,110,.22), rgba(0,168,199,.16), rgba(213,166,66,.24));
  filter: blur(14px);
  opacity: .34;
}

.tc-site-nav.is-scrolled {
  box-shadow: 0 18px 52px rgba(22,75,67,.2);
  transform: translateY(-2px);
}

.tc-site-brand {
  color: var(--neo-ink);
}

.tc-site-brand img {
  background: #fff;
  box-shadow: 0 10px 26px rgba(15,118,110,.16);
}

.tc-site-brand small {
  color: var(--neo-muted);
}

.tc-site-links a {
  color: #486057;
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.tc-site-links a:hover,
.tc-site-links a.is-active {
  color: #0b1210;
  background: linear-gradient(135deg, #fff6c8, var(--neo-gold));
  box-shadow: 0 10px 24px rgba(213,166,66,.22);
  transform: translateY(-2px);
}

.tc-site-cart,
.tc-site-account,
.tc-site-toggle {
  border-color: rgba(15,118,110,.18);
  color: #17342d;
  background: rgba(255,255,255,.72);
}

.tc-site-account {
  color: #fff;
  background: linear-gradient(135deg, var(--neo-jade), #00a88f);
  box-shadow: 0 12px 26px rgba(15,118,110,.22);
}

.tc-site-toggle span,
.tc-site-toggle::before,
.tc-site-toggle::after {
  background: var(--neo-jade);
}

@keyframes neoNavShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes neoNavLine {
  to { background-position: 180% 0; }
}

.neo-hero-copy,
.neo-hero-market,
.neo-promo-card,
.neo-section,
.neo-command-panel,
.neo-review-board,
.neo-newsletter,
.neo-shop-controls,
.neo-detail-note,
.neo-cart-tools,
.prod-details,
.cart-container,
.order-card,
.search-filter,
.login-container,
.register-container,
.tf-shop-hero,
.tf-product-hero,
.tf-cart-hero,
.tf-orders-hero {
  border-color: var(--neo-line);
  background: rgba(255,255,255,.86);
  box-shadow: var(--neo-shadow);
}

.neo-hero-market,
.neo-command-panel {
  color: var(--neo-ink);
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(232,250,245,.86)),
    #fff;
}

.neo-feature-card,
.spotlight-feature,
.runway-card,
.neo-category-card {
  background: #eaf6f2;
}

.neo-feature-card::after {
  background: linear-gradient(180deg, transparent 32%, rgba(8,28,24,.72));
}

.neo-market-status span,
.neo-mini-rail a {
  border-color: rgba(15,118,110,.16);
  background: rgba(255,255,255,.38);
}

.neo-kicker,
.home-kicker,
.tf-kicker,
.section-kicker {
  color: var(--neo-jade);
  border-color: rgba(15,118,110,.18);
  background: rgba(216,251,241,.62);
}

.neo-btn,
.home-btn,
.add-to-cart,
.cta-btn,
.search-box button {
  color: #fff;
  background: linear-gradient(135deg, var(--neo-jade), #00a88f);
  box-shadow: 0 14px 32px rgba(15,118,110,.22);
}

.neo-btn.secondary,
.home-ghost,
.atlas-link,
.neo-pill-btn,
.product-link {
  color: var(--neo-ink);
  background: rgba(255,255,255,.84);
  border: 1px solid var(--neo-line);
}

.neo-btn.secondary:hover,
.home-ghost:hover,
.atlas-link:hover,
.neo-pill-btn:hover {
  color: #0b1210;
  background: linear-gradient(135deg, #fff6c8, var(--neo-gold));
  box-shadow: 0 12px 28px rgba(213,166,66,.22);
}

.neo-countdown span,
.tf-attributes div,
#addressView,
#checkoutForm,
.cart-summary,
.neo-cart-tools {
  background: rgba(255,255,255,.72) !important;
  border-color: var(--neo-line);
}

.neo-countdown strong,
.price,
.card-info .price,
.product-price {
  color: var(--neo-jade);
}

.home-reborn .home-showroom,
.home-reborn .home-flow {
  background: rgba(255,255,255,.86);
}

[data-neo-theme] {
  display: none !important;
}

@media (max-width: 760px) {
  .tc-site-links {
    border-color: rgba(15,118,110,.18);
    background: rgba(255,255,255,.96);
    box-shadow: 0 18px 42px rgba(22,75,67,.18);
  }
}

/* Compact premium commerce pass: smaller headings, sidebar shop, 1:1 cards. */
:root {
  --neo-ink: #10231d;
  --neo-soft-ink: #33483f;
  --neo-muted: #52685f;
  --neo-line: rgba(15, 118, 110, .2);
}

body.neo-store {
  color: var(--neo-ink);
}

.neo-hero,
.tf-shop-hero,
.tf-product-hero,
.tf-cart-hero,
.tf-orders-hero {
  min-height: auto !important;
  padding: clamp(5.25rem, 7vw, 6.5rem) clamp(1rem, 3vw, 2rem) clamp(1.65rem, 4vw, 2.5rem) !important;
}

.neo-hero h1,
.tf-shop-hero h1,
.tf-product-hero h1,
.tf-cart-hero h1,
.tf-orders-hero h1,
.prod-details h1 {
  max-width: 900px;
  font-size: clamp(2rem, 4.2vw, 3.35rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.neo-section-head h2,
.home-section-head h2,
.section-head h2,
.neo-command-panel h2,
.newsletter-box h2,
.prod-details h2,
.cart-container h2 {
  font-size: clamp(1.38rem, 2.25vw, 2rem) !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
}

.spotlight-feature-info h3,
.atlas-info h3,
.card-info h3,
.product-info h3,
.order-info h3 {
  font-size: .96rem !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
}

.neo-hero-copy p,
.neo-section-head p,
.home-section-head p,
.section-head p,
.neo-section p,
.tf-shop-hero p,
.tf-product-hero p,
.tf-cart-hero p,
.tf-orders-hero p,
.card-info p,
.atlas-info p,
.prod-details p,
.neo-detail-note p {
  color: var(--neo-soft-ink) !important;
}

.tf-stat-row span,
.neo-metric,
.atlas-meta,
.atlas-category,
.badge {
  color: #1c4037 !important;
}

.neo-shop-layout {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.neo-shop-sidebar {
  position: sticky;
  top: 88px;
  display: grid;
  gap: .72rem;
  border: 1px solid var(--neo-line);
  border-radius: 8px;
  padding: .8rem;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 18px 42px rgba(22, 75, 67, .12);
}

.neo-sidebar-title {
  color: var(--neo-ink);
  font-weight: 950;
  font-size: .82rem;
  text-transform: uppercase;
}

.neo-sidebar-note {
  border: 1px solid rgba(15,118,110,.16);
  border-radius: 8px;
  padding: .7rem;
  color: var(--neo-soft-ink);
  background: rgba(232, 250, 245, .72);
  font-size: .82rem;
  line-height: 1.5;
}

.neo-shop-sidebar .neo-shop-controls {
  grid-template-columns: 1fr !important;
  gap: .55rem;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.neo-shop-sidebar .neo-shop-controls input,
.neo-shop-sidebar .neo-shop-controls select {
  width: 100%;
  min-height: 38px;
  font-size: .84rem;
}

.neo-shop-sidebar .neo-view-toggle {
  width: 100%;
}

.neo-shop-sidebar .neo-view-toggle button {
  flex: 1;
}

.neo-shop-sidebar .neo-filter-row {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
}

.neo-shop-sidebar .neo-pill-btn,
.neo-shop-sidebar .neo-filter-row button {
  width: 100%;
  justify-content: flex-start;
  border-radius: 8px;
  text-align: left;
}

.neo-shop-results {
  min-width: 0;
}

.product-atlas,
.products-grid {
  grid-template-columns: repeat(auto-fill, minmax(176px, 1fr)) !important;
  gap: .72rem !important;
}

.products-grid.neo-list-view {
  grid-template-columns: 1fr !important;
}

.products-grid.neo-list-view .card {
  grid-template-columns: 190px minmax(0, 1fr) !important;
}

.atlas-card,
.card,
.product-card,
.neo-category-card,
.runway-card,
.promo-card,
.craft-card,
.testimonial-card,
.neo-command-panel,
.neo-shop-controls,
.neo-detail-note,
.prod-details,
.cart-container,
.order-card {
  border-radius: 8px !important;
}

.atlas-media img,
.card img,
.product-media img,
.product-card .product-media img,
.category-image,
.neo-category-card img,
.gallery-grid img {
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
}

.atlas-info,
.card-info,
.product-info {
  gap: .45rem !important;
  padding: .68rem !important;
}

.card-info p,
.product-desc,
.atlas-info p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 0 !important;
  font-size: .78rem !important;
  line-height: 1.45 !important;
}

.price,
.card-info .price,
.product-price,
.atlas-meta span:first-child {
  color: #0f766e !important;
  font-size: .95rem !important;
  font-weight: 950 !important;
}

.atlas-category,
.badge {
  border-radius: 999px;
  padding: .18rem .45rem;
  font-size: .68rem !important;
  font-weight: 900;
}

.neo-btn,
.home-btn,
.home-ghost,
.atlas-link,
.home-cart-btn,
.add-to-cart,
.cta-btn,
.search-box button,
.neo-pill-btn,
.wa-order-btn {
  min-height: 34px !important;
  border-radius: 8px !important;
  padding: 0 .62rem !important;
  font-size: .76rem !important;
  line-height: 1 !important;
  white-space: nowrap;
}

.atlas-actions {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .42rem !important;
  margin-top: .45rem !important;
}

.atlas-actions .atlas-link {
  grid-column: 1 / -1;
}

.atlas-actions .atlas-link,
.atlas-actions .home-cart-btn,
.atlas-actions .add-to-cart,
.atlas-actions .wa-order-btn {
  width: 100%;
}

.wa-order-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(8, 120, 76, .22);
  color: #fff !important;
  background: linear-gradient(135deg, #0f8f5f, #18b977);
  box-shadow: 0 10px 22px rgba(24, 185, 119, .2);
  text-decoration: none;
  font-weight: 950;
  cursor: pointer;
}

.wa-order-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(24, 185, 119, .26);
}

.neo-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: .8rem 0 1rem;
}

@media (min-width: 1180px) {
  .neo-shop-results .products-grid {
    grid-template-columns: repeat(auto-fill, minmax(168px, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .neo-shop-layout {
    grid-template-columns: 1fr;
  }

  .neo-shop-sidebar {
    position: relative;
    top: auto;
  }
}

@media (max-width: 760px) {
  .neo-hero,
  .tf-shop-hero,
  .tf-product-hero,
  .tf-cart-hero,
  .tf-orders-hero {
    padding: 5.1rem .85rem 1.35rem !important;
  }

  .neo-hero h1,
  .tf-shop-hero h1,
  .tf-product-hero h1,
  .tf-cart-hero h1,
  .tf-orders-hero h1,
  .prod-details h1 {
    font-size: clamp(1.72rem, 8vw, 2.2rem) !important;
  }

  .neo-section-head h2,
  .home-section-head h2,
  .section-head h2,
  .neo-command-panel h2,
  .newsletter-box h2,
  .prod-details h2,
  .cart-container h2 {
    font-size: clamp(1.18rem, 5.6vw, 1.48rem) !important;
  }

  .product-atlas,
  .products-grid,
  .neo-category-grid,
  .category-grid,
  .collection-runway,
  .gallery-grid,
  .neo-banner-grid,
  .promo-grid,
  .craft-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .55rem !important;
  }

  .neo-promo-card,
  .promo-card,
  .craft-card,
  .testimonial-card {
    min-height: 0 !important;
    padding: .72rem !important;
  }

  .neo-promo-card strong,
  .promo-card strong,
  .craft-card strong,
  .testimonial-card h4 {
    font-size: .82rem !important;
    line-height: 1.22 !important;
  }

  .neo-promo-card p,
  .promo-card p,
  .craft-card p,
  .testimonial-card p {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: .72rem !important;
    line-height: 1.38 !important;
  }

  .atlas-info,
  .card-info,
  .product-info {
    padding: .55rem !important;
  }

  .atlas-info h3,
  .card-info h3,
  .product-info h3 {
    font-size: .82rem !important;
    line-height: 1.2 !important;
  }

  .card-info p,
  .product-desc,
  .atlas-category {
    display: none !important;
  }

  .price,
  .card-info .price,
  .product-price,
  .atlas-meta span:first-child {
    font-size: .82rem !important;
  }

  .neo-btn,
  .home-btn,
  .home-ghost,
  .atlas-link,
  .home-cart-btn,
  .add-to-cart,
  .cta-btn,
  .search-box button,
  .neo-pill-btn,
  .wa-order-btn {
    min-height: 31px !important;
    padding: 0 .45rem !important;
    font-size: .68rem !important;
  }

  .products-grid.neo-list-view .card {
    grid-template-columns: 1fr !important;
  }
}

/* Full-width polish pass: tighter header, compact heroes, contained filters. */
body.neo-store {
  background:
    linear-gradient(180deg, #f9fffc 0%, #ffffff 42%, #f7fffb 100%) !important;
}

.tc-site-nav {
  top: 0 !important;
  width: 100% !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: .45rem clamp(.75rem, 2vw, 1.4rem) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(15,118,110,.16) !important;
  border-radius: 0 !important;
  box-shadow: 0 10px 30px rgba(22,75,67,.09) !important;
}

.tc-site-nav::before {
  left: 0 !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important;
  height: 2px !important;
}

.tc-site-nav::after {
  display: none !important;
}

.tc-site-links a,
.tc-site-cart,
.tc-site-account {
  min-height: 34px !important;
  border-radius: 8px !important;
  padding: 0 .62rem !important;
  font-size: .8rem !important;
}

.neo-app-strip {
  display: none !important;
}

.neo-section,
.tf-shop-grid,
.tf-product-shell,
.cart-container,
.container:has(.order-card) {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: clamp(.7rem, 2vw, 1.35rem) !important;
  padding-right: clamp(.7rem, 2vw, 1.35rem) !important;
}

.neo-hero,
.tf-shop-hero,
.tf-product-hero,
.tf-cart-hero,
.tf-orders-hero {
  width: 100% !important;
  margin-top: 0 !important;
  padding: clamp(1.15rem, 3vw, 2.1rem) clamp(.85rem, 2vw, 1.35rem) clamp(1rem, 2.5vw, 1.7rem) !important;
}

.has-site-nav .neo-hero,
.has-site-nav .tf-shop-hero,
.has-site-nav .tf-product-hero,
.has-site-nav .tf-cart-hero,
.has-site-nav .tf-orders-hero {
  margin-top: 0 !important;
}

.neo-hero {
  grid-template-columns: minmax(0, .92fr) minmax(320px, .72fr) !important;
  gap: 1rem !important;
}

.neo-hero-copy,
.neo-hero-market {
  padding: clamp(.95rem, 2vw, 1.35rem) !important;
}

.neo-hero h1,
.tf-shop-hero h1,
.tf-product-hero h1,
.tf-cart-hero h1,
.tf-orders-hero h1,
.prod-details h1 {
  font-size: clamp(1.68rem, 3.3vw, 2.72rem) !important;
}

.tf-shop-hero h1 {
  max-width: none;
  margin-bottom: .42rem !important;
  font-size: clamp(1.55rem, 2.7vw, 2.18rem) !important;
}

.tf-shop-hero p {
  max-width: 920px !important;
  margin: 0 auto .65rem !important;
  font-size: .9rem !important;
  line-height: 1.45 !important;
}

.tf-shop-hero .tf-kicker,
.tf-shop-hero .tf-top-link {
  font-size: .72rem !important;
  min-height: 30px !important;
  margin-bottom: .45rem !important;
}

.tf-shop-hero .tf-stat-row {
  justify-content: center;
  gap: .42rem !important;
  margin-top: .55rem !important;
}

.tf-shop-hero .tf-stat-row span {
  min-height: 30px !important;
  padding: 0 .58rem !important;
  font-size: .72rem !important;
}

.neo-shop-layout {
  grid-template-columns: minmax(218px, 240px) minmax(0, 1fr) !important;
  gap: .85rem !important;
}

.neo-shop-sidebar {
  top: 70px !important;
  overflow: hidden;
  padding: .72rem !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(235,251,246,.88)),
    #fff !important;
}

.neo-shop-sidebar * {
  max-width: 100%;
}

.neo-shop-sidebar .neo-filter-row {
  gap: .38rem !important;
}

.neo-shop-sidebar .neo-pill-btn,
.neo-shop-sidebar .neo-filter-row button {
  min-width: 0 !important;
  min-height: 32px !important;
  overflow: hidden;
  padding: 0 .55rem !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #173f35 !important;
  background: rgba(255,255,255,.88) !important;
}

.neo-shop-sidebar .neo-shop-controls input,
.neo-shop-sidebar .neo-shop-controls select,
.neo-view-toggle {
  min-width: 0 !important;
  border-radius: 8px !important;
}

.neo-shop-sidebar .neo-view-toggle button {
  min-width: 0;
  padding: 0 .36rem !important;
}

.atlas-actions,
.card-info .atlas-actions {
  overflow: hidden;
  padding: .34rem;
  border: 1px solid rgba(15,118,110,.12);
  border-radius: 8px;
  background: rgba(247,255,252,.86);
}

.atlas-actions .atlas-link,
.atlas-actions .home-cart-btn,
.atlas-actions .add-to-cart,
.atlas-actions .wa-order-btn {
  min-width: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.neo-review-board {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)) !important;
  gap: .62rem !important;
  padding: .7rem !important;
}

.mosaic-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)) !important;
  gap: .55rem !important;
}

.mosaic-grid img,
.mosaic-grid img:nth-child(1),
.mosaic-grid img:nth-child(6) {
  grid-column: auto !important;
  grid-row: auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 9px !important;
  object-fit: cover !important;
}

.testimonial-card {
  display: grid !important;
  gap: .42rem !important;
  padding: .72rem !important;
  min-height: 0 !important;
}

.testimonial-card img {
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
}

.testimonial-card p {
  margin: 0 !important;
  font-size: .78rem !important;
  line-height: 1.42 !important;
}

.testimonial-card h4 {
  margin: 0 !important;
  font-size: .78rem !important;
}

body.neo-store header.banner {
  height: auto !important;
  min-height: 220px !important;
  margin: 0 !important;
  padding: clamp(1.2rem, 4vw, 2.2rem) 1rem !important;
  color: #13362d !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(231,250,244,.9)),
    url('/uploads/hero.jpg') center/cover no-repeat !important;
  border-bottom: 1px solid rgba(15,118,110,.14);
}

body.neo-store header.banner::after {
  display: none !important;
}

body.neo-store header.banner h1 {
  color: #12372e !important;
  font-size: clamp(1.55rem, 3vw, 2.35rem) !important;
  text-shadow: none !important;
}

body.neo-store main.container {
  width: 100% !important;
  max-width: none !important;
  padding: clamp(1rem, 2.5vw, 2rem) clamp(.8rem, 2vw, 1.35rem) !important;
}

body.neo-store main.container section {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem !important;
}

body.neo-store main.container section h2 {
  font-size: clamp(1.28rem, 2.2vw, 1.85rem) !important;
  margin-bottom: .8rem !important;
}

body.neo-store main.container section p,
body.neo-store .why-choose li,
body.neo-store .founder p {
  color: #344b42 !important;
  font-size: .96rem !important;
  line-height: 1.65 !important;
}

@media (max-width: 900px) {
  .neo-hero {
    grid-template-columns: 1fr !important;
  }

  .neo-shop-layout {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  .tc-site-nav {
    min-height: 54px !important;
  }

  .neo-hero,
  .tf-shop-hero,
  .tf-product-hero,
  .tf-cart-hero,
  .tf-orders-hero {
    padding: .85rem .7rem 1rem !important;
  }

  .neo-hero h1,
  .tf-shop-hero h1,
  .tf-product-hero h1,
  .tf-cart-hero h1,
  .tf-orders-hero h1,
  .prod-details h1 {
    font-size: clamp(1.48rem, 7vw, 1.95rem) !important;
  }

  .tf-shop-hero p {
    font-size: .8rem !important;
  }

  .neo-review-board {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Rescue pass: calm scale, full-width bands, readable text, compact imagery. */
:root {
  --neo-gold: #b8872d;
  --neo-readable: #18362f;
  --neo-readable-soft: #40584f;
  --neo-band-a: #fbfffd;
  --neo-band-b: #eefaf6;
  --neo-band-c: #fffaf0;
}

body.neo-store {
  color: var(--neo-readable) !important;
  background: #fbfffd !important;
}

.neo-kicker,
.home-kicker,
.tf-kicker,
.section-kicker,
.neo-card-badge,
.atlas-category,
.badge,
.tc-footer-hero span,
.tc-footer-links h3,
.tc-support-card h3,
.tc-designed a {
  color: #0f5f57 !important;
}

.neo-hero,
.neo-section {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.neo-hero {
  min-height: auto !important;
  padding:
    clamp(.85rem, 2.2vw, 1.35rem)
    max(clamp(.7rem, 2vw, 1.2rem), calc((100vw - 1180px) / 2))
    clamp(1.05rem, 2.5vw, 1.65rem) !important;
  display: grid !important;
  grid-template-columns: minmax(0, .96fr) minmax(290px, .68fr) !important;
  gap: .85rem !important;
  background:
    linear-gradient(135deg, rgba(238,250,246,.95), rgba(255,250,240,.86)),
    #fbfffd !important;
}

.neo-hero-copy,
.neo-hero-market,
.neo-promo-card,
.neo-command-panel,
.neo-newsletter,
.neo-review-board {
  border: 1px solid rgba(15,118,110,.13) !important;
  border-radius: 10px !important;
  background: rgba(255,255,255,.88) !important;
  box-shadow: 0 12px 30px rgba(22,75,67,.07) !important;
}

.neo-hero-copy,
.neo-hero-market {
  padding: clamp(.75rem, 1.8vw, 1.05rem) !important;
}

.neo-hero h1 {
  max-width: 620px !important;
  font-size: clamp(1.7rem, 3vw, 2.32rem) !important;
  line-height: 1.08 !important;
}

.neo-hero-copy > p,
.neo-section-head p,
.neo-section p,
.tf-shop-hero p,
.prod-details p,
.card-info p,
.atlas-info p {
  color: var(--neo-readable-soft) !important;
  font-size: .88rem !important;
  line-height: 1.55 !important;
}

.neo-kicker,
.tf-kicker,
.section-kicker {
  min-height: 26px !important;
  margin-bottom: .55rem !important;
  padding: 0 .58rem !important;
  border-color: rgba(15,95,87,.16) !important;
  background: rgba(232,250,246,.75) !important;
  font-size: .66rem !important;
  letter-spacing: .06em !important;
}

.neo-action-row,
.neo-search-console,
.neo-metric-row {
  margin-top: .8rem !important;
}

.neo-btn,
.home-btn,
.home-ghost,
.atlas-link,
.home-cart-btn,
.add-to-cart,
.cta-btn,
.search-box button,
.neo-pill-btn,
.wa-order-btn {
  min-height: 32px !important;
  padding: 0 .58rem !important;
  border-radius: 8px !important;
  font-size: .72rem !important;
}

.neo-metric,
.tf-stat-row span {
  min-height: 36px !important;
  padding: .38rem .58rem !important;
  font-size: .72rem !important;
}

.neo-metric strong {
  font-size: .85rem !important;
}

.neo-search-console {
  max-width: 560px !important;
  padding: .32rem !important;
  border-radius: 10px !important;
}

.neo-search-console input {
  min-height: 36px !important;
  font-size: .84rem !important;
}

.neo-search-console button {
  min-height: 36px !important;
  padding: 0 .7rem !important;
}

.neo-hero-market {
  min-height: auto !important;
  grid-template-rows: auto auto !important;
  gap: .65rem !important;
  color: var(--neo-readable) !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,.92), rgba(232,250,246,.82)),
    #fff !important;
}

.neo-feature-card {
  min-height: 0 !important;
  aspect-ratio: 4 / 3 !important;
  border-radius: 9px !important;
  background: #edf7f3 !important;
}

.neo-feature-card img {
  opacity: .94 !important;
  transform: none !important;
}

.neo-feature-card::after {
  background: linear-gradient(180deg, transparent 44%, rgba(12,36,30,.72)) !important;
}

.neo-feature-info {
  padding: .75rem !important;
}

.neo-feature-info h2 {
  font-size: clamp(.92rem, 1.8vw, 1.18rem) !important;
  line-height: 1.16 !important;
}

.neo-feature-info small,
.neo-feature-info strong {
  color: #fff !important;
}

.neo-mini-rail {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: .5rem !important;
}

.neo-mini-rail a {
  min-height: 0 !important;
  display: grid !important;
  gap: .32rem !important;
  align-content: start !important;
  padding: .38rem !important;
  border-radius: 9px !important;
  background: #fff !important;
}

.neo-mini-rail img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 7px !important;
  object-fit: cover !important;
}

.neo-mini-rail span {
  color: var(--neo-readable) !important;
  font-size: .7rem !important;
  line-height: 1.2 !important;
}

.neo-market-status {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: .4rem !important;
  margin-top: .6rem !important;
}

.neo-market-status span {
  min-height: 0 !important;
  padding: .45rem !important;
  color: var(--neo-readable-soft) !important;
  font-size: .68rem !important;
}

.neo-section {
  padding:
    clamp(1.15rem, 3vw, 2.1rem)
    max(clamp(.7rem, 2vw, 1.2rem), calc((100vw - 1180px) / 2)) !important;
  background: var(--neo-band-a) !important;
}

body.neo-store > .neo-section:nth-of-type(odd) {
  background: linear-gradient(180deg, var(--neo-band-b), #fbfffd) !important;
}

body.neo-store > .neo-section:nth-of-type(even) {
  background: linear-gradient(180deg, #fff, var(--neo-band-c)) !important;
}

.neo-section > .neo-section-head,
.neo-section > .neo-banner-grid,
.neo-section > .neo-category-grid,
.neo-section > .neo-product-layout,
.neo-section > .neo-flash-grid,
.neo-section > .neo-review-board,
.neo-section > .mosaic-grid,
.neo-section > .neo-newsletter {
  width: 100% !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.neo-section-head {
  margin-bottom: .85rem !important;
  gap: .8rem !important;
}

.neo-section-head h2,
.home-section-head h2,
.section-head h2,
.neo-command-panel h2,
.newsletter-box h2 {
  font-size: clamp(1.12rem, 2vw, 1.55rem) !important;
  line-height: 1.18 !important;
}

.neo-banner-grid,
.neo-category-grid,
.neo-flash-grid {
  gap: .72rem !important;
}

.neo-promo-card,
.neo-command-panel {
  min-height: 0 !important;
  padding: .85rem !important;
}

.neo-promo-card.dark,
.neo-promo-card.gold {
  color: var(--neo-readable) !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(232,250,246,.78)),
    #fff !important;
}

.neo-promo-card strong,
.neo-command-panel h2 {
  color: var(--neo-readable) !important;
  font-size: .98rem !important;
}

.neo-promo-card img {
  width: 42% !important;
  opacity: .16 !important;
}

.neo-category-card {
  border-radius: 9px !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(22,75,67,.06) !important;
}

.neo-category-card img {
  aspect-ratio: 1 / 1 !important;
}

.neo-category-card span {
  color: var(--neo-readable) !important;
  padding: .58rem !important;
  font-size: .78rem !important;
}

.neo-product-layout {
  grid-template-columns: 210px minmax(0, 1fr) !important;
  gap: .72rem !important;
}

.spotlight-feature {
  top: 68px !important;
  max-height: 310px !important;
  border-radius: 9px !important;
}

.spotlight-feature img {
  aspect-ratio: 1 / 1 !important;
}

.spotlight-feature-info {
  left: .5rem !important;
  right: .5rem !important;
  bottom: .5rem !important;
  padding: .58rem !important;
  border-radius: 8px !important;
}

.product-atlas,
.products-grid {
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr)) !important;
  gap: .6rem !important;
}

.atlas-card,
.card {
  border-radius: 9px !important;
  box-shadow: 0 9px 22px rgba(22,75,67,.06) !important;
}

.atlas-info,
.card-info {
  padding: .55rem !important;
  gap: .34rem !important;
}

.atlas-info h3,
.card-info h3 {
  font-size: .8rem !important;
  line-height: 1.2 !important;
}

.price,
.card-info .price,
.product-price,
.atlas-meta span:first-child {
  color: #0f5f57 !important;
  font-size: .82rem !important;
}

.neo-countdown {
  gap: .38rem !important;
}

.neo-countdown span {
  min-height: 52px !important;
  padding: .45rem !important;
  font-size: .66rem !important;
}

.neo-countdown strong {
  color: #0f5f57 !important;
  font-size: 1rem !important;
}

@media (max-width: 900px) {
  .neo-hero,
  .neo-product-layout {
    grid-template-columns: 1fr !important;
  }

  .spotlight-feature {
    display: none !important;
  }
}

@media (max-width: 760px) {
  .neo-hero {
    padding: .7rem .62rem 1rem !important;
    gap: .62rem !important;
  }

  .neo-hero-copy,
  .neo-hero-market {
    padding: .68rem !important;
  }

  .neo-hero h1 {
    font-size: clamp(1.42rem, 7vw, 1.82rem) !important;
  }

  .neo-hero-copy > p {
    font-size: .78rem !important;
  }

  .neo-action-row {
    gap: .42rem !important;
  }

  .neo-search-console {
    grid-template-columns: 1fr !important;
  }

  .neo-hero-market {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .5rem !important;
  }

  .neo-hero-market > div,
  .neo-mini-rail {
    display: contents !important;
  }

  .neo-feature-card,
  .neo-mini-rail a {
    aspect-ratio: 1 / 1 !important;
    min-height: 0 !important;
  }

  .neo-feature-info {
    padding: .42rem !important;
  }

  .neo-feature-info h2 {
    font-size: .72rem !important;
    line-height: 1.18 !important;
  }

  .neo-feature-info small,
  .neo-feature-info strong {
    font-size: .62rem !important;
  }

  .neo-market-status {
    grid-column: 1 / -1 !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    margin-top: 0 !important;
  }

  .neo-market-status span {
    padding: .34rem !important;
    font-size: .6rem !important;
  }

  .neo-section {
    padding: 1rem .62rem !important;
  }

  .neo-section-head {
    margin-bottom: .65rem !important;
  }

  .neo-section-head h2,
  .home-section-head h2,
  .section-head h2,
  .neo-command-panel h2 {
    font-size: clamp(1rem, 5vw, 1.25rem) !important;
  }

  .neo-banner-grid,
  .neo-category-grid,
  .product-atlas,
  .products-grid,
  .neo-review-board,
  .mosaic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .5rem !important;
  }

  .neo-promo-card,
  .neo-command-panel,
  .testimonial-card {
    padding: .62rem !important;
  }

  .neo-promo-card strong,
  .neo-command-panel h2 {
    font-size: .8rem !important;
  }

  .neo-promo-card p,
  .neo-command-panel p,
  .testimonial-card p {
    font-size: .68rem !important;
    line-height: 1.35 !important;
  }

  .product-atlas,
  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Stability repair: small buttons and readable text everywhere. */
body.neo-store,
body.neo-store .neo-section,
body.neo-store .neo-hero-copy,
body.neo-store .neo-hero-market,
body.neo-store .neo-promo-card,
body.neo-store .neo-command-panel,
body.neo-store .neo-newsletter,
body.neo-store .card,
body.neo-store .atlas-card,
body.neo-store .prod-details,
body.neo-store .cart-container,
body.neo-store .order-card {
  color: #18362f !important;
}

body.neo-store h1,
body.neo-store h2,
body.neo-store h3,
body.neo-store h4,
body.neo-store strong,
body.neo-store label,
body.neo-store .card-info h3,
body.neo-store .atlas-info h3,
body.neo-store .neo-section-head h2,
body.neo-store .section-head h2 {
  color: #102820 !important;
}

body.neo-store p,
body.neo-store li,
body.neo-store span,
body.neo-store small,
body.neo-store .card-info p,
body.neo-store .atlas-info p,
body.neo-store .neo-section-head p,
body.neo-store .section-head p,
body.neo-store .neo-detail-note p,
body.neo-store .tf-shop-hero p {
  color: #375249 !important;
}

body.neo-store .neo-kicker,
body.neo-store .tf-kicker,
body.neo-store .section-kicker,
body.neo-store .home-kicker,
body.neo-store .neo-card-badge,
body.neo-store .atlas-category,
body.neo-store .badge {
  color: #0d5f55 !important;
  background: #eefaf6 !important;
  border-color: rgba(13, 95, 85, .18) !important;
}

body.neo-store .neo-feature-info,
body.neo-store .neo-feature-info *,
body.neo-store .spotlight-feature-info,
body.neo-store .spotlight-feature-info * {
  color: #fff !important;
}

body.neo-store .price,
body.neo-store .card-info .price,
body.neo-store .product-price,
body.neo-store .atlas-meta span:first-child,
body.neo-store .neo-countdown strong {
  color: #0d6b60 !important;
}

body.neo-store .neo-btn,
body.neo-store .home-btn,
body.neo-store .home-ghost,
body.neo-store .atlas-link,
body.neo-store .home-cart-btn,
body.neo-store .add-to-cart,
body.neo-store .cta-btn,
body.neo-store .search-box button,
body.neo-store .neo-pill-btn,
body.neo-store .wa-order-btn,
body.neo-store .tf-top-link,
body.neo-store .neo-view-toggle button,
body.neo-store .neo-shop-sidebar .neo-pill-btn,
body.neo-store .neo-shop-sidebar .neo-filter-row button {
  min-height: 28px !important;
  height: auto !important;
  padding: .34rem .48rem !important;
  border-radius: 7px !important;
  font-size: .64rem !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
  white-space: normal !important;
}

body.neo-store .neo-btn,
body.neo-store .home-btn,
body.neo-store .add-to-cart,
body.neo-store .home-cart-btn,
body.neo-store .cta-btn {
  color: #fff !important;
  background: #0f766e !important;
}

body.neo-store .home-ghost,
body.neo-store .atlas-link,
body.neo-store .neo-pill-btn,
body.neo-store .tf-top-link,
body.neo-store .neo-view-toggle button {
  color: #17362e !important;
  background: #fff !important;
  border: 1px solid rgba(15, 118, 110, .2) !important;
}

body.neo-store .wa-order-btn {
  color: #fff !important;
  background: #14945f !important;
  border: 1px solid rgba(20, 148, 95, .25) !important;
}

body.neo-store .atlas-actions,
body.neo-store .card-info .atlas-actions {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: .26rem !important;
  padding: .24rem !important;
  border-radius: 7px !important;
}

body.neo-store .atlas-actions .atlas-link,
body.neo-store .atlas-actions .home-cart-btn,
body.neo-store .atlas-actions .add-to-cart,
body.neo-store .atlas-actions .wa-order-btn {
  grid-column: auto !important;
  width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

body.neo-store .neo-hero h1 {
  font-size: clamp(1.42rem, 2.7vw, 2.05rem) !important;
}

body.neo-store .neo-section-head h2,
body.neo-store .section-head h2,
body.neo-store .tf-shop-hero h1,
body.neo-store .neo-command-panel h2 {
  font-size: clamp(1rem, 1.7vw, 1.35rem) !important;
}

body.neo-store .neo-hero-copy > p,
body.neo-store .neo-section-head p,
body.neo-store .section-head p,
body.neo-store .neo-command-panel p {
  font-size: .78rem !important;
}

@media (max-width: 760px) {
  body.neo-store .neo-btn,
  body.neo-store .home-btn,
  body.neo-store .home-ghost,
  body.neo-store .atlas-link,
  body.neo-store .home-cart-btn,
  body.neo-store .add-to-cart,
  body.neo-store .cta-btn,
  body.neo-store .search-box button,
  body.neo-store .neo-pill-btn,
  body.neo-store .wa-order-btn,
  body.neo-store .tf-top-link,
  body.neo-store .neo-view-toggle button {
    min-height: 25px !important;
    padding: .28rem .34rem !important;
    font-size: .58rem !important;
  }

  body.neo-store .atlas-actions,
  body.neo-store .card-info .atlas-actions {
    gap: .22rem !important;
    padding: .2rem !important;
  }
}
