:root {
  --sb-bg: #fff8fb;
  --sb-ink: #241822;
  --sb-muted: #76606e;
  --sb-line: rgba(79, 42, 69, .14);
  --sb-pink: #ef7aa9;
  --sb-rose: #f7c8d9;
  --sb-green: #83bfa3;
  --sb-cream: #fff4e7;
  --sb-shadow: 0 24px 70px rgba(89, 44, 72, .13);
}

* { box-sizing: border-box; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--sb-ink); background: var(--sb-bg); }
body.demo-floranto {
  --sb-bg: #fff8f7;
  --sb-pink: #df5b75;
  --sb-rose: #ffd7df;
  --sb-green: #7fa06f;
  --sb-cream: #fff8e8;
}
body.demo-dulceluna {
  --sb-bg: #fff8f2;
  --sb-pink: #c86b4b;
  --sb-rose: #ffd9c8;
  --sb-green: #9b7b52;
  --sb-cream: #fff0d8;
}
body.demo-luma {
  --sb-bg: #fbf8f2;
  --sb-pink: #b88746;
  --sb-rose: #f3dfbf;
  --sb-green: #6f8062;
  --sb-cream: #fff6df;
}

body.demo-luma {
  --sb-ink: #17120d;
  --sb-muted: #716558;
  --sb-line: rgba(80, 58, 30, .18);
  --sb-shadow: 0 24px 70px rgba(42, 29, 15, .16);
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; display: block; }

.sb-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px clamp(16px, 4vw, 54px);
  background: rgba(255, 248, 251, .88);
  border-bottom: 1px solid var(--sb-line);
  backdrop-filter: blur(16px);
}

.sb-brand { display: grid; gap: 2px; font-weight: 950; letter-spacing: -.03em; }
.sb-brand span { font-size: 1.3rem; }
.sb-brand small { color: var(--sb-muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; }
.sb-header nav { margin-left: auto; display: flex; align-items: center; gap: 22px; color: var(--sb-muted); font-weight: 800; }
.sb-cart-button { border: 1px solid var(--sb-line); border-radius: 999px; padding: 10px 14px; background: #fff; color: var(--sb-ink); font-weight: 900; cursor: pointer; }
.sb-cart-button strong { display: inline-grid; place-items: center; min-width: 24px; height: 24px; margin-left: 6px; border-radius: 999px; background: var(--sb-pink); color: #fff; }

.sb-hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, .8fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  width: min(100% - 72px, 1500px);
  margin: 0 auto;
  padding: clamp(48px, 7vw, 90px) 0;
}

.sb-hero-copy > span,
.sb-section-head span,
.sb-message span,
.sb-admin-title span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #a64a74;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.sb-hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(3rem, 6vw, 6.8rem);
  line-height: .91;
  letter-spacing: -.075em;
}

.sb-hero p {
  max-width: 690px;
  margin: 22px 0 0;
  color: var(--sb-muted);
  font-size: 1.12rem;
  line-height: 1.65;
}

.sb-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.sb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 0 20px;
  background: var(--sb-ink);
  color: #fff;
  font-weight: 950;
  cursor: pointer;
}
.sb-btn-soft { background: #fff; color: var(--sb-ink); border: 1px solid var(--sb-line); }

.sb-hero-visual {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  min-height: 520px;
  padding: clamp(18px, 3vw, 34px);
  border-radius: 42px;
  background:
    radial-gradient(circle at 30% 20%, rgba(239,122,169,.28), transparent 30%),
    radial-gradient(circle at 80% 80%, rgba(131,191,163,.24), transparent 28%),
    linear-gradient(150deg, #fff, #fdeaf2 55%, #fff4e7);
  border: 1px solid var(--sb-line);
  box-shadow: var(--sb-shadow);
  overflow: hidden;
}

.sb-hero-visual::before {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 999px;
  background: rgba(255,255,255,.48);
  filter: blur(6px);
}

.sb-floating-product {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-content: start;
  width: 100%;
  min-height: 0;
  padding: 18px;
  border-radius: 26px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: 0 22px 54px rgba(88, 45, 72, .16);
}
.sb-float-1,
.sb-float-2,
.sb-float-3,
.sb-float-4 { transform: none; }
.sb-floating-product strong { display: block; margin-top: 12px; line-height: 1.08; }
.sb-floating-product span { display: block; margin-top: 6px; color: #a64a74; font-weight: 950; }
.sb-floating-product img {
  width: 100%;
  aspect-ratio: 1.08;
  object-fit: cover;
  border-radius: 20px;
}

.sb-product-art {
  min-height: 170px;
  border-radius: 22px;
  background:
    linear-gradient(90deg, transparent 34%, rgba(255,255,255,.6) 34% 66%, transparent 66%),
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.8), transparent 16%),
    linear-gradient(180deg, #f9d6e3, #ef7aa9);
  position: relative;
}
.sb-product-art::after {
  content: "";
  position: absolute;
  left: 36%;
  right: 36%;
  top: 18px;
  height: 22px;
  border-radius: 7px 7px 3px 3px;
  background: rgba(36,24,34,.76);
}
.sb-product-art.is-limpieza { background: linear-gradient(180deg, #cdeee6, #83bfa3); }
.sb-product-art.is-hidratantes { background: linear-gradient(180deg, #fff2c8, #f0c871); }
.sb-product-art.is-proteccion { background: linear-gradient(180deg, #d6e8ff, #7db0ef); }
.sb-product-art.is-tonicos { background: linear-gradient(180deg, #f7e7ff, #c998e8); }
.sb-product-art.is-tratamientos { background: linear-gradient(180deg, #ffe3d8, #e89b7c); }
.sb-product-art.is-packs { background: linear-gradient(180deg, #eadfff, #a986e8); }

.sb-band,
.sb-catalog,
.sb-routines,
.sb-trust,
.sb-showcase,
.sb-quiz,
.sb-pairing {
  width: min(100% - 72px, 1500px);
  margin: 0 auto;
}

.sb-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 18px 0 42px;
}
.sb-band article,
.sb-product-card,
.sb-cart,
.sb-message section,
.sb-admin-panel,
.sb-metrics article {
  background: rgba(255,255,255,.82);
  border: 1px solid var(--sb-line);
  border-radius: 24px;
  box-shadow: var(--sb-shadow);
}
.sb-band article { padding: 20px; }
.sb-band strong { display: block; margin-bottom: 6px; }
.sb-band span, .sb-product-card p, .sb-product-meta, .sb-product-bottom span, .sb-empty, .sb-muted { color: var(--sb-muted); }

.sb-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 0 0 38px;
}
.sb-showcase article {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--sb-line);
  border-radius: 24px;
  background: rgba(255,255,255,.78);
  box-shadow: var(--sb-shadow);
}
.sb-showcase-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.sb-showcase-head span { color: var(--sb-ink); font-size: 1.1rem; font-weight: 950; }
.sb-showcase-head a { color: #a64a74; font-weight: 900; }
.sb-showcase-row { display: grid; gap: 10px; }
.sb-showcase-row a {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 8px;
  border-radius: 16px;
  background: #fff;
}
.sb-showcase-row img { width: 58px; height: 58px; border-radius: 12px; object-fit: cover; }
.sb-showcase-row strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sb-showcase-row span { color: #a64a74; font-weight: 950; }

.sb-routines { padding: 14px 0 38px; }
.sb-routine-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.sb-routine-card {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--sb-line);
  box-shadow: var(--sb-shadow);
}
.sb-routine-card > span {
  width: fit-content;
  border-radius: 999px;
  padding: 7px 10px;
  background: #fff4f8;
  color: #a64a74;
  font-weight: 950;
  font-size: .78rem;
}
.sb-routine-card h3 { margin: 0; font-size: 1.55rem; line-height: 1.02; letter-spacing: -.04em; }
.sb-routine-card p { margin: 0; color: var(--sb-muted); line-height: 1.5; }
.sb-routine-card ol { margin: 0; padding-left: 20px; color: var(--sb-muted); line-height: 1.65; }
.sb-routine-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--sb-line);
}
.sb-routine-bottom strong { font-size: 1.45rem; }
.sb-routine-bottom button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  padding: 0 14px;
  background: var(--sb-ink);
  color: #fff;
  font-weight: 950;
  cursor: pointer;
}

.sb-quiz {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(360px, .65fr);
  gap: 22px;
  align-items: stretch;
  padding: 0 0 52px;
}
.sb-quiz-copy,
.sb-quiz-panel {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--sb-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--sb-shadow);
}
.sb-quiz-copy span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #a64a74;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.sb-quiz-copy h2 { max-width: 760px; margin: 0; font-size: clamp(2.2rem, 4vw, 4.4rem); line-height: .98; letter-spacing: -.06em; }
.sb-quiz-copy p { max-width: 620px; margin: 18px 0 0; color: var(--sb-muted); line-height: 1.65; }
.sb-quiz-panel { display: grid; gap: 14px; align-content: start; }
.sb-quiz-panel label { display: grid; gap: 7px; color: var(--sb-muted); font-weight: 900; }
.sb-quiz-panel select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--sb-line);
  border-radius: 16px;
  padding: 0 14px;
  background: #fff;
  color: var(--sb-ink);
  font-weight: 900;
}
.sb-quiz-results article {
  display: grid;
  gap: 8px;
  margin-top: 4px;
  padding: 18px;
  border-radius: 20px;
  background: #fff6fa;
}
.sb-quiz-results article[hidden] { display: none; }
.sb-quiz-results small { color: #a64a74; font-weight: 950; text-transform: uppercase; letter-spacing: .12em; }
.sb-quiz-results h3 { margin: 0; font-size: 1.4rem; }
.sb-quiz-results p { margin: 0; color: var(--sb-muted); line-height: 1.5; }
.sb-quiz-results strong { font-size: 1.35rem; }
.sb-quiz-results button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  padding: 0 14px;
  background: var(--sb-ink);
  color: #fff;
  font-weight: 950;
  cursor: pointer;
}

.sb-catalog { padding: 34px 0 80px; }
.sb-section-head { margin-bottom: 22px; }
.sb-section-head h2 { max-width: 860px; margin: 0; font-size: clamp(2.2rem, 4vw, 4.4rem); line-height: .98; letter-spacing: -.06em; }
.sb-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.sb-filters button, .sb-filters input, .sb-filters select {
  min-height: 44px;
  border: 1px solid var(--sb-line);
  border-radius: 999px;
  padding: 0 15px;
  background: #fff;
  color: var(--sb-ink);
  font-weight: 850;
}
.sb-filters button.is-active { background: var(--sb-pink); color: #fff; border-color: var(--sb-pink); }
.sb-filters select { max-width: min(100%, 210px); }
.sb-filters input { min-width: min(100%, 320px); margin-left: auto; }
.sb-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.sb-product-card { overflow: hidden; }
.sb-product-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}
.sb-product-media { position: relative; display: block; padding: 16px; background: #fff; }
.sb-product-media img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 20px; }
.sb-sale { position: absolute; top: 24px; left: 24px; border-radius: 999px; padding: 7px 10px; background: var(--sb-ink); color: #fff; font-weight: 950; font-size: .75rem; }
.sb-product-body {
  display: grid;
  grid-template-rows: auto auto auto minmax(46px, auto) auto auto auto;
  padding: 20px;
}
.sb-product-meta { display: flex; justify-content: space-between; gap: 8px; font-size: .82rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.sb-product-card h3 { min-height: 48px; margin: 10px 0 8px; font-size: 1.35rem; line-height: 1.02; letter-spacing: -.04em; }
.sb-product-card p { min-height: 46px; margin: 0; line-height: 1.45; }
.sb-rating { display: flex; align-items: center; gap: 6px; margin: 0 0 10px; font-size: .86rem; }
.sb-rating strong { color: var(--sb-ink); }
.sb-rating span { color: #df9a29; letter-spacing: .04em; }
.sb-rating small { color: var(--sb-muted); font-weight: 800; }
.sb-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.sb-chips small { border-radius: 999px; padding: 7px 10px; background: #fff4f8; color: #a64a74; font-weight: 850; }
.sb-product-bottom { display: flex; justify-content: space-between; align-items: end; gap: 12px; margin-top: 18px; }
.sb-product-bottom strong { display: block; font-size: 1.35rem; }
.sb-product-bottom del { display: block; color: var(--sb-muted); font-size: .85rem; }
.sb-product-bottom span { display: block; font-size: .85rem; }
.sb-product-bottom .is-low { color: #b54708; font-weight: 900; }
.sb-product-bottom button { border: 0; border-radius: 999px; min-height: 42px; padding: 0 14px; background: var(--sb-ink); color: #fff; font-weight: 950; cursor: pointer; }
.sb-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: auto; padding-top: 18px; }
.sb-card-actions a,
.sb-card-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  padding: 0 14px;
  font-weight: 950;
}
.sb-card-actions a { border: 1px solid var(--sb-line); background: #fff; color: var(--sb-ink); }
.sb-card-actions button { border: 0; background: var(--sb-ink); color: #fff; cursor: pointer; }

.sb-cart {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 40;
  width: min(100%, 440px);
  height: 100vh;
  border-radius: 0;
  transform: translateX(105%);
  transition: transform .2s ease;
  overflow: auto;
}
.is-cart-open .sb-cart { transform: translateX(0); }
.sb-overlay { display: none; position: fixed; inset: 0; z-index: 30; background: rgba(36,24,34,.32); }
.is-cart-open .sb-overlay { display: block; }
.sb-cart-head { display: flex; justify-content: space-between; align-items: center; padding: 20px; border-bottom: 1px solid var(--sb-line); }
.sb-cart-head button { border: 0; background: transparent; font-size: 2rem; cursor: pointer; }
.sb-cart-items, .sb-checkout { padding: 18px; display: grid; gap: 12px; }
.sb-cart-row { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 12px; border-radius: 16px; background: #fff6fa; }
.sb-cart-row span { display: block; color: var(--sb-muted); font-size: .9rem; }
.sb-qty { display: flex; align-items: center; gap: 8px; }
.sb-qty button { width: 30px; height: 30px; border: 0; border-radius: 50%; background: #fff; font-weight: 950; cursor: pointer; }
.sb-cart-summary { padding: 0 18px 18px; display: grid; gap: 12px; }
.sb-cart-progress,
.sb-cart-cross {
  margin: 0 18px 12px;
  padding: 14px;
  border-radius: 16px;
  background: #fff6fa;
}
.sb-cart-progress span { display: block; margin-bottom: 10px; color: var(--sb-muted); font-weight: 850; }
.sb-cart-progress div { height: 8px; overflow: hidden; border-radius: 999px; background: rgba(239,122,169,.18); }
.sb-cart-progress i { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--sb-pink); transition: width .2s ease; }
.sb-cart-cross { display: grid; gap: 6px; }
.sb-cart-cross span { color: #a64a74; font-size: .78rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.sb-cart-cross button { min-height: 40px; border: 0; border-radius: 999px; background: var(--sb-ink); color: #fff; font-weight: 950; cursor: pointer; }
.sb-checkout label, .sb-admin-panel label { display: grid; gap: 7px; font-weight: 850; }
.sb-checkout input, .sb-checkout select, .sb-checkout textarea, .sb-admin-panel input, .sb-admin-panel select, .sb-admin-panel textarea, .sb-filter select {
  width: 100%;
  border: 1px solid var(--sb-line);
  border-radius: 14px;
  padding: 12px;
  background: #fff;
  color: var(--sb-ink);
}
.sb-total { display: flex; justify-content: space-between; align-items: center; font-weight: 950; padding: 14px 0; border-top: 1px solid var(--sb-line); }

.sb-checkout-page {
  width: min(100% - 72px, 1280px);
  margin: 0 auto;
  padding: clamp(22px, 3.4vw, 42px) 0 58px;
}
.sb-checkout-copy { max-width: 720px; margin-bottom: 16px; }
.sb-checkout-copy > span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #a64a74;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.sb-checkout-copy h1 {
  margin: 0;
  font-size: clamp(2.1rem, 3.2vw, 3.6rem);
  line-height: 1.03;
  letter-spacing: -.05em;
}
.sb-checkout-copy p { max-width: 680px; margin: 12px 0 0; color: var(--sb-muted); line-height: 1.6; }
.sb-checkout-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 18px;
}
.sb-checkout-steps article {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid var(--sb-line);
  border-radius: 16px;
  background: rgba(255,255,255,.76);
}
.sb-checkout-steps strong {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--sb-ink);
  color: #fff;
  font-size: .85rem;
}
.sb-checkout-steps span { color: var(--sb-muted); font-weight: 900; }
.sb-checkout-layout {
  display: grid;
  grid-template-columns: minmax(300px, .58fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.sb-order-summary,
.sb-checkout-form {
  padding: 22px;
  border: 1px solid var(--sb-line);
  border-radius: 24px;
  background: rgba(255,255,255,.86);
  box-shadow: var(--sb-shadow);
}
.sb-order-summary h2 { margin: 0 0 12px; }
.sb-checkout-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-top: 1px solid var(--sb-line);
}
.sb-checkout-row:first-child { border-top: 0; }
.sb-checkout-row span { display: block; margin-top: 4px; color: var(--sb-muted); }
.sb-checkout-row b { white-space: nowrap; }
.sb-checkout-form { display: grid; gap: 14px; }
.sb-checkout-form .sb-btn { margin-top: 2px; }

.sb-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100% - 72px, 1500px);
  margin: 0 auto 42px;
  padding: 24px 0 0;
  border-top: 1px solid var(--sb-line);
  color: var(--sb-muted);
}
.sb-footer strong { display: block; color: var(--sb-ink); font-size: 1.05rem; }
.sb-footer p { max-width: 640px; margin: 6px 0 0; line-height: 1.55; }
.sb-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; font-weight: 900; }
.sb-footer a { color: #a64a74; }

.sb-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 0 0 56px;
}
.sb-trust article {
  padding: 20px;
  border: 1px solid var(--sb-line);
  border-radius: 22px;
  background: rgba(255,255,255,.72);
}
.sb-trust strong { display: block; margin-bottom: 6px; }
.sb-trust span { color: var(--sb-muted); line-height: 1.5; }

.sb-product-detail,
.sb-detail-sections,
.sb-product-quick-info,
.sb-product-index {
  width: min(100% - 72px, 1500px);
  margin: 0 auto;
}
.sb-product-detail {
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(0, 1fr);
  gap: clamp(28px, 4.5vw, 62px);
  align-items: start;
  padding: clamp(34px, 5vw, 62px) 0 30px;
}
.sb-product-missing {
  display: block;
  max-width: 760px;
  min-height: 55vh;
}
.sb-product-missing > span,
.sb-detail-info > .sb-back-link {
  color: #a64a74;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.sb-detail-media {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--sb-line);
  border-radius: 32px;
  background: #fff;
  box-shadow: var(--sb-shadow);
}
.sb-detail-media img,
.sb-detail-media .sb-product-art {
  width: 100%;
  min-height: 0;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0;
}
.sb-gallery-thumbs {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: flex;
  gap: 10px;
}
.sb-gallery-thumbs button {
  width: 68px;
  height: 68px;
  padding: 4px;
  border: 2px solid transparent;
  border-radius: 16px;
  background: rgba(255,255,255,.84);
  cursor: pointer;
}
.sb-gallery-thumbs button.is-active { border-color: var(--sb-pink); }
.sb-gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; border-radius: 11px; }
.sb-detail-info h1,
.sb-product-missing h1 {
  margin: 12px 0 16px;
  font-size: clamp(2.3rem, 3.7vw, 4.2rem);
  line-height: .98;
  letter-spacing: -.06em;
}
.sb-detail-info p,
.sb-product-missing p,
.sb-detail-sections p,
.sb-detail-sections li {
  color: var(--sb-muted);
  line-height: 1.65;
}
.sb-detail-price { display: grid; gap: 4px; margin: 22px 0; }
.sb-detail-price strong { font-size: clamp(2rem, 3vw, 3.1rem); }
.sb-detail-price del,
.sb-detail-price span { color: var(--sb-muted); }
.sb-detail-price .is-low { color: #b54708; font-weight: 950; }
.sb-detail-rating { margin: -4px 0 14px; }
.sb-detail-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 24px; }
.sb-detail-chips small {
  border-radius: 999px;
  padding: 9px 12px;
  background: #fff;
  border: 1px solid var(--sb-line);
  color: #a64a74;
  font-weight: 900;
}
.sb-detail-buy {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 12px;
}
.sb-detail-buy label {
  display: grid;
  gap: 7px;
  color: var(--sb-muted);
  font-weight: 900;
}
.sb-detail-buy input {
  width: 112px;
  min-height: 48px;
  border: 1px solid var(--sb-line);
  border-radius: 999px;
  padding: 0 14px;
  background: #fff;
  color: var(--sb-ink);
  font-weight: 950;
}
.sb-mini-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.sb-mini-trust span {
  border-radius: 999px;
  padding: 8px 10px;
  background: #fff4f8;
  color: #a64a74;
  font-weight: 900;
  font-size: .84rem;
}
.sb-product-quick-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0 0 20px;
}
.sb-product-quick-info article {
  padding: 20px;
  border: 1px solid var(--sb-line);
  border-radius: 22px;
  background: rgba(255,255,255,.84);
  box-shadow: var(--sb-shadow);
}
.sb-product-quick-info span {
  display: block;
  margin-bottom: 10px;
  color: #a64a74;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.sb-product-quick-info p,
.sb-product-quick-info li { color: var(--sb-muted); line-height: 1.55; }
.sb-product-quick-info ul { margin: 0; padding-left: 18px; }
.sb-detail-sections {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 0 0 48px;
}
.sb-detail-sections details {
  padding: 22px;
  border: 1px solid var(--sb-line);
  border-radius: 24px;
  background: rgba(255,255,255,.82);
  box-shadow: var(--sb-shadow);
}
.sb-detail-sections summary {
  margin: 0 0 12px;
  color: var(--sb-ink);
  font-size: 1.05rem;
  font-weight: 950;
  cursor: pointer;
}
.sb-detail-sections ul { margin: 0; padding-left: 18px; }
.sb-related { padding-top: 10px; }

.sb-product-index {
  padding: clamp(34px, 5vw, 64px) 0 76px;
}
.sb-product-index-copy {
  display: grid;
  gap: 12px;
  max-width: 860px;
  margin-bottom: 24px;
}
.sb-product-index-copy span {
  color: #a64a74;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.sb-product-index-copy h1 {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 5.4rem);
  line-height: .96;
  letter-spacing: -.06em;
}
.sb-product-index-copy p { max-width: 680px; margin: 0; color: var(--sb-muted); line-height: 1.65; }
.sb-product-index-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.sb-product-index-grid a {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid var(--sb-line);
  border-radius: 24px;
  background: rgba(255,255,255,.86);
  box-shadow: var(--sb-shadow);
}
.sb-product-index-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 18px; }
.sb-product-index-grid span { color: #a64a74; font-size: .78rem; font-weight: 950; text-transform: uppercase; letter-spacing: .1em; }
.sb-product-index-grid strong { font-size: 1.2rem; line-height: 1.08; }
.sb-product-index-grid small { color: var(--sb-muted); line-height: 1.35; }
.sb-product-index-grid b { color: var(--sb-ink); font-size: 1.25rem; }

.sb-pairing { padding: 0 0 44px; }
.sb-pairing-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.sb-pairing-row article {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--sb-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--sb-shadow);
}
.sb-pairing-row img { width: 84px; height: 84px; border-radius: 16px; object-fit: cover; }
.sb-pairing-row strong { display: block; line-height: 1.1; }
.sb-pairing-row span { display: block; margin-top: 5px; color: var(--sb-muted); font-size: .9rem; }
.sb-pairing-row button { min-height: 40px; border: 0; border-radius: 999px; padding: 0 14px; background: var(--sb-ink); color: #fff; font-weight: 950; cursor: pointer; }

.sb-message { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.sb-message section { width: min(100%, 640px); padding: clamp(24px, 4vw, 44px); }
.sb-message h1 { margin: 0 0 12px; font-size: clamp(2.3rem, 5vw, 4.2rem); line-height: .96; letter-spacing: -.06em; }
.sb-message p { color: var(--sb-muted); line-height: 1.6; }
.sb-receipt { margin: 18px 0; padding: 18px; border-radius: 18px; background: #fff6fa; }

.sb-admin-body { background: #f7f8fb; }
.sb-admin-top { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; gap: 18px; padding: 14px 28px; background: #111827; color: #fff; }
.sb-admin-brand { font-weight: 950; }
.sb-admin-top nav { margin-left: auto; display: flex; flex-wrap: wrap; gap: 8px; }
.sb-admin-top a { border-radius: 999px; padding: 9px 12px; color: rgba(255,255,255,.78); font-weight: 850; }
.sb-admin-top a.is-active, .sb-admin-top a:hover { background: rgba(255,255,255,.12); color: #fff; }
.sb-admin-main { width: min(100% - 48px, 1500px); margin: 0 auto; padding: 34px 0 70px; }
.sb-admin-title { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.sb-admin-title h1 { margin: 0; font-size: clamp(2.2rem, 4vw, 4.4rem); line-height: .98; letter-spacing: -.06em; }
.sb-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-bottom: 18px; }
.sb-metrics article { padding: 20px; }
.sb-metrics span { display: block; color: var(--sb-muted); font-weight: 850; }
.sb-metrics strong { display: block; margin-top: 8px; font-size: 2rem; }
.sb-admin-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.sb-admin-panel { padding: 20px; }
.sb-panel-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.sb-panel-head h2 { margin: 0; }
.sb-panel-head a, .sb-actions-cell a, .sb-actions-cell button { color: #a64a74; font-weight: 900; }
.sb-order-row { display: flex; justify-content: space-between; gap: 12px; padding: 13px 0; border-top: 1px solid var(--sb-line); }
.sb-order-row span { display: block; color: var(--sb-muted); margin-top: 4px; }
.sb-ok, .sb-alert { padding: 14px 16px; border-radius: 14px; font-weight: 850; }
.sb-ok { background: #ecfdf3; color: #067647; border: 1px solid #abefc6; }
.sb-alert { background: #fff1f3; color: #b42318; border: 1px solid #fecdca; }
.sb-filter, .sb-filter-bar, .sb-inline-form, .sb-stock-form, .sb-actions-cell { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.sb-filter { margin-bottom: 18px; }
.sb-filter-bar { justify-content: space-between; margin-bottom: 18px; }
.sb-filter-bar .sb-filter { margin-bottom: 0; }
.sb-filter select { max-width: 260px; }
.sb-order-card { padding: 18px 0; border-top: 1px solid var(--sb-line); }
.sb-order-card:first-child { border-top: 0; }
.sb-order-card-head { display: flex; justify-content: space-between; gap: 12px; }
.sb-order-card-head span, .sb-order-info span { display: block; color: var(--sb-muted); margin-top: 4px; }
.sb-order-info { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 12px 0; }
.sb-table-wrap { overflow: auto; }
.sb-table { width: 100%; border-collapse: collapse; min-width: 860px; }
.sb-table th, .sb-table td { text-align: left; padding: 14px; border-bottom: 1px solid var(--sb-line); vertical-align: middle; }
.sb-table td span { display: block; color: var(--sb-muted); margin-top: 4px; }
.sb-stock-form input { width: 78px; }
.sb-stock-form button, .sb-actions-cell button, .sb-category-row button { border: 0; background: transparent; cursor: pointer; font-weight: 900; }
.sb-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.sb-form-stack { display: grid; gap: 14px; align-content: start; }
.sb-full, .sb-form-actions { grid-column: 1 / -1; }
.sb-check { display: flex !important; grid-template-columns: auto 1fr !important; align-items: center; width: fit-content; }
.sb-check input { width: auto; }
.sb-form-actions { display: flex; gap: 12px; }
.sb-category-row { display: grid; grid-template-columns: minmax(0, 1fr) 90px auto auto; gap: 10px; align-items: center; padding: 12px 0; border-top: 1px solid var(--sb-line); }
.sb-admin-login { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.sb-admin-card { width: min(100%, 420px); display: grid; gap: 14px; padding: 28px; border-radius: 24px; background: #fff; border: 1px solid var(--sb-line); box-shadow: var(--sb-shadow); }
.sb-admin-card h1 { margin: 0; }

@media (max-width: 1080px) {
  .sb-hero, .sb-admin-grid, .sb-checkout-layout { grid-template-columns: 1fr; }
  .sb-product-detail { grid-template-columns: 1fr; }
  .sb-band, .sb-grid, .sb-metrics, .sb-routine-grid, .sb-trust, .sb-detail-sections, .sb-showcase, .sb-pairing-row, .sb-product-quick-info, .sb-product-index-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sb-quiz { grid-template-columns: 1fr; }
  .sb-order-info { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .sb-header { align-items: flex-start; flex-wrap: wrap; }
  .sb-header nav { order: 3; width: 100%; margin-left: 0; overflow-x: auto; }
  .sb-hero, .sb-band, .sb-catalog, .sb-admin-main, .sb-footer, .sb-product-detail, .sb-detail-sections, .sb-routines, .sb-trust, .sb-showcase, .sb-quiz, .sb-pairing, .sb-checkout-page, .sb-product-quick-info, .sb-product-index { width: min(100% - 24px, 1500px); }
  .sb-hero { grid-template-columns: 1fr; padding-top: 34px; }
  .sb-hero-visual { min-height: auto; grid-template-columns: 1fr; }
  .sb-float-1, .sb-float-2, .sb-float-3, .sb-float-4 { transform: none; }
  .sb-band, .sb-grid, .sb-metrics, .sb-form-grid, .sb-order-info, .sb-category-row, .sb-routine-grid, .sb-trust, .sb-detail-sections, .sb-showcase, .sb-pairing-row, .sb-product-quick-info, .sb-product-index-grid, .sb-checkout-steps { grid-template-columns: 1fr; }
  .sb-product-detail { padding-top: 28px; }
  .sb-card-actions { grid-template-columns: 1fr; }
  .sb-filters input, .sb-filters select { margin-left: 0; width: 100%; max-width: none; }
  .sb-routine-bottom, .sb-detail-buy { align-items: stretch; flex-direction: column; }
  .sb-routine-bottom button, .sb-detail-buy .sb-btn, .sb-detail-buy input { width: 100%; }
  .sb-showcase-row a, .sb-pairing-row article { grid-template-columns: 64px minmax(0, 1fr); }
  .sb-showcase-row span, .sb-pairing-row button { grid-column: 1 / -1; }
  .sb-footer { align-items: flex-start; flex-direction: column; }
  .sb-footer nav { justify-content: flex-start; }
  .sb-admin-top { align-items: flex-start; flex-direction: column; }
  .sb-admin-top nav { margin-left: 0; }
  .sb-admin-title { align-items: flex-start; flex-direction: column; }
  .sb-form-actions .sb-btn, .sb-message .sb-btn { width: 100%; }
}

/* Premium demo refinements */
.sb-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 620px;
  margin-top: 28px;
}
.sb-hero-stats article {
  padding: 14px;
  border: 1px solid var(--sb-line);
  border-radius: 18px;
  background: rgba(255,255,255,.72);
}
.sb-hero-stats strong { display: block; font-size: 1.4rem; }
.sb-hero-stats span { color: var(--sb-muted); font-weight: 850; font-size: .88rem; }

.sb-product-index-grid article {
  display: grid;
  grid-template-rows: auto auto auto auto minmax(0, 1fr) auto;
  gap: 8px;
  padding: 14px;
  border: 1px solid var(--sb-line);
  border-radius: 24px;
  background: rgba(255,255,255,.86);
  box-shadow: var(--sb-shadow);
}
.sb-product-index-grid article > a,
.sb-product-index-grid article strong a,
.sb-product-index-grid article .sb-card-actions a {
  display: inline-flex;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.sb-product-index-grid article > a { display: block; }
.sb-product-index-grid article .sb-card-actions a {
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--sb-line);
  background: #fff;
}
.sb-product-index-filters { margin-bottom: 24px; }
.sb-index-card-bottom {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: end;
  margin-top: auto;
}
.sb-index-card-bottom small { text-align: right; font-weight: 900; }
.sb-index-card-bottom .is-low { color: #b54708; }
.sb-detail-note {
  margin: 16px 0 0;
  padding: 14px 16px;
  border: 1px solid var(--sb-line);
  border-radius: 18px;
  background: #fff;
  color: var(--sb-muted);
  line-height: 1.55;
}

.sb-checkout-row { align-items: center; }
.sb-checkout-row-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.sb-remove {
  border: 0;
  background: transparent;
  color: #a64a74;
  font-weight: 950;
  cursor: pointer;
}
.sb-summary-note,
.sb-form-note {
  margin: 10px 0 14px;
  color: var(--sb-muted);
  line-height: 1.5;
  font-size: .95rem;
}

.sb-message {
  min-height: 72vh;
  width: min(100% - 72px, 1120px);
  margin: 0 auto;
  padding: clamp(34px, 6vw, 72px) 0;
}
.sb-message section {
  width: 100%;
  background:
    radial-gradient(circle at 85% 16%, rgba(131,191,163,.2), transparent 24%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,244,248,.94));
}
.sb-status-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
}
.sb-status-flow article {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--sb-line);
  border-radius: 16px;
  background: #fff;
}
.sb-status-flow strong {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #f8e7ef;
  color: #a64a74;
}
.sb-status-flow .is-current strong { background: var(--sb-ink); color: #fff; }
.sb-status-flow span { color: var(--sb-muted); font-weight: 900; }
.sb-receipt-head { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 12px; }
.sb-receipt-head small { display: block; color: var(--sb-muted); font-weight: 900; }
.sb-receipt-head strong { font-size: 1.25rem; }
.sb-receipt ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.sb-receipt li { display: flex; justify-content: space-between; gap: 12px; color: var(--sb-muted); }
.sb-receipt li strong { color: var(--sb-ink); }

.sb-admin-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}
.sb-focus-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #fff, #fff4f8);
}
.sb-focus-panel span {
  color: #a64a74;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.sb-focus-panel h2 { margin: 6px 0; }
.sb-focus-panel p { margin: 0; color: var(--sb-muted); line-height: 1.5; }
.sb-filter input { max-width: 260px; }
.sb-admin-note {
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff8e6;
  color: #8a5a00;
  font-weight: 850;
}
.sb-order-card-total { display: grid; justify-items: end; gap: 7px; }
.sb-admin-product-cell { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 12px; align-items: center; }
.sb-admin-product-cell img { width: 58px; height: 58px; border-radius: 14px; object-fit: cover; background: #fff4f8; }
.sb-badge-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 7px; }
.sb-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border-radius: 999px;
  padding: 0 10px;
  font-size: .76rem;
  font-weight: 950;
  white-space: nowrap;
}
.sb-badge.is-ok, .sb-badge.is-status-delivered { background: #ecfdf3; color: #067647; }
.sb-badge.is-muted { background: #f2f4f7; color: #667085; }
.sb-badge.is-soft, .sb-badge.is-status-new, .sb-badge.is-status-contacted { background: #fff4f8; color: #a64a74; }
.sb-badge.is-sale, .sb-badge.is-status-confirmed { background: #eef4ff; color: #3538cd; }
.sb-badge.is-warning, .sb-badge.is-status-preparing { background: #fffaeb; color: #b54708; }
.sb-badge.is-status-cancelled { background: #fff1f3; color: #b42318; }
.sb-product-form-intro { display: flex; justify-content: space-between; gap: 18px; align-items: center; margin-bottom: 18px; }
.sb-product-form-intro h2 { margin: 0 0 8px; }
.sb-product-form-intro p { margin: 0; color: var(--sb-muted); line-height: 1.5; }
.sb-product-form-intro img { width: 120px; height: 120px; border-radius: 22px; object-fit: cover; }
.sb-category-row { grid-template-columns: minmax(0, 1fr) 90px auto auto auto; }

@media (max-width: 720px) {
  .sb-message { width: min(100% - 24px, 1120px); }
  .sb-hero-stats, .sb-status-flow { grid-template-columns: 1fr; }
  .sb-checkout-row, .sb-checkout-row-actions, .sb-receipt-head, .sb-receipt li, .sb-focus-panel, .sb-product-form-intro {
    align-items: stretch;
    flex-direction: column;
  }
  .sb-order-card-total { justify-items: start; }
}

/* Distinct storefront directions */
.demo-floranto .sb-header {
  background: rgba(255, 248, 247, .9);
}
.demo-floranto .sb-hero {
  grid-template-columns: minmax(0, .86fr) minmax(480px, 1fr);
}
.demo-floranto .sb-hero h1 {
  max-width: 760px;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  letter-spacing: -.055em;
}
.demo-floranto .sb-hero-visual {
  grid-template-columns: minmax(0, 1.22fr) minmax(230px, .72fr);
  grid-template-rows: repeat(3, minmax(0, 172px));
  align-items: stretch;
  align-content: center;
  min-height: 610px;
  gap: 18px;
  border-radius: 54px 54px 22px 54px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.68), rgba(255,247,231,.9)),
    radial-gradient(circle at 16% 20%, rgba(223,91,117,.28), transparent 30%),
    radial-gradient(circle at 86% 76%, rgba(127,160,111,.26), transparent 34%);
}
.demo-floranto .sb-hero-visual::before {
  inset: 7%;
  border: 1px solid rgba(223,91,117,.18);
  background: transparent;
  filter: none;
}
.demo-floranto .sb-floating-product {
  grid-template-rows: minmax(0, 1fr) auto auto;
  height: 100%;
  min-height: 0;
  border-radius: 999px 999px 28px 28px;
  padding: 16px 16px 20px;
  overflow: hidden;
}
.demo-floranto .sb-floating-product:nth-child(1) {
  grid-row: 1 / span 3;
  padding: 20px;
}
.demo-floranto .sb-floating-product:nth-child(1) img {
  border-radius: 999px 999px 24px 24px;
}
.demo-floranto .sb-floating-product:nth-child(n+2) {
  grid-template-columns: 96px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  gap: 8px 12px;
  padding: 14px;
  border-radius: 24px;
}
.demo-floranto .sb-floating-product:nth-child(n+2) img {
  grid-row: 1 / span 2;
  width: 96px;
  height: 100%;
  min-height: 116px;
  border-radius: 18px;
}
.demo-floranto .sb-floating-product img {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 999px 999px 20px 20px;
}
.demo-floranto .sb-floating-product strong {
  min-height: 38px;
  display: flex;
  align-items: end;
  margin-top: 10px;
}
.demo-floranto .sb-floating-product:nth-child(n+2) strong {
  min-height: 0;
  margin-top: 0;
  align-items: end;
}
.demo-floranto .sb-floating-product span { margin-top: 4px; }
.demo-floranto .sb-float-2,
.demo-floranto .sb-float-4 { margin-top: 0; }
.demo-floranto .sb-product-card {
  border-radius: 34px 34px 18px 18px;
}
.demo-floranto .sb-product-media img {
  border-radius: 28px 28px 14px 14px;
}

.demo-dulceluna .sb-header {
  background: rgba(255, 248, 242, .92);
}
.demo-dulceluna .sb-hero {
  grid-template-columns: 1fr;
  gap: 26px;
  text-align: center;
}
.demo-dulceluna .sb-hero-copy {
  display: grid;
  justify-items: center;
}
.demo-dulceluna .sb-hero h1,
.demo-dulceluna .sb-hero p {
  max-width: 980px;
}
.demo-dulceluna .sb-hero h1 {
  font-size: clamp(3rem, 5.2vw, 5.8rem);
}
.demo-dulceluna .sb-hero-visual {
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  align-items: stretch;
  min-height: auto;
  border-radius: 28px;
  padding: 24px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  background:
    linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,239,218,.86)),
    repeating-linear-gradient(90deg, rgba(200,107,75,.08) 0 28px, rgba(255,255,255,.2) 28px 56px);
}
.demo-dulceluna .sb-hero-visual::before { display: none; }
.demo-dulceluna .sb-floating-product {
  grid-template-rows: minmax(0, 1fr) auto auto;
  min-width: 180px;
  min-height: 310px;
  border-radius: 18px;
  scroll-snap-align: start;
  box-shadow: 0 16px 42px rgba(109, 63, 36, .14);
}
.demo-dulceluna .sb-floating-product img {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 14px;
}
.demo-dulceluna .sb-floating-product strong {
  min-height: 40px;
  display: flex;
  align-items: end;
}
.demo-dulceluna .sb-floating-product span {
  width: fit-content;
  border-radius: 999px;
  padding: 6px 10px;
  background: #fff4e8;
}
.demo-dulceluna .sb-band article,
.demo-dulceluna .sb-product-card,
.demo-dulceluna .sb-order-summary,
.demo-dulceluna .sb-checkout-form {
  border-radius: 16px;
}
.demo-dulceluna .sb-grid {
  gap: 22px;
}
.demo-dulceluna .sb-product-media {
  background: #fff8f2;
}
.demo-dulceluna .sb-product-media img {
  aspect-ratio: 1.18;
  border-radius: 14px;
}

.demo-luma .sb-shop,
.demo-luma.sb-shop {
  background:
    linear-gradient(180deg, #fbf8f2 0, #f4eadc 42%, #fbf8f2 100%);
}
.demo-luma .sb-header {
  background: rgba(23, 18, 13, .92);
  border-bottom-color: rgba(255,255,255,.14);
  color: #fffaf2;
}
.demo-luma .sb-brand small,
.demo-luma .sb-header nav {
  color: rgba(255,250,242,.7);
}
.demo-luma .sb-cart-button {
  background: #fffaf2;
  border-color: rgba(184,135,70,.36);
}
.demo-luma .sb-hero {
  grid-template-columns: minmax(0, 1fr) minmax(420px, .72fr);
}
.demo-luma .sb-hero h1 {
  letter-spacing: -.045em;
}
.demo-luma .sb-btn,
.demo-luma .sb-card-actions button,
.demo-luma .sb-pairing-row button {
  background: #17120d;
  color: #fffaf2;
}
.demo-luma .sb-btn-soft,
.demo-luma .sb-card-actions a {
  background: rgba(255,250,242,.78);
}
.demo-luma .sb-hero-visual {
  grid-template-columns: minmax(0, 1.05fr) minmax(210px, .8fr);
  grid-template-rows: repeat(3, minmax(0, 1fr));
  align-items: start;
  align-content: center;
  min-height: 640px;
  gap: 16px;
  border-radius: 18px;
  background:
    linear-gradient(160deg, #21180f, #6f4f28 56%, #f4dfbd);
}
.demo-luma .sb-hero-visual::before {
  inset: 22px;
  border-radius: 12px;
  border: 1px solid rgba(255,250,242,.22);
  background: transparent;
  filter: none;
}
.demo-luma .sb-floating-product {
  grid-template-columns: 110px minmax(0, 1fr) auto;
  grid-template-rows: auto;
  align-items: center;
  min-height: 132px;
  height: auto;
  border-radius: 12px;
  padding: 16px 18px;
  background: rgba(255,250,242,.92);
  box-shadow: 0 20px 54px rgba(12, 8, 4, .22);
}
.demo-luma .sb-floating-product:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / span 3;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(0, 1fr) auto auto;
  align-items: stretch;
  padding: 18px;
}
.demo-luma .sb-floating-product:nth-child(1) img {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 10px;
}
.demo-luma .sb-floating-product:nth-child(1) strong {
  margin-top: 14px;
  font-size: 1.28rem;
}
.demo-luma .sb-floating-product:nth-child(1) span {
  margin-top: 8px;
  text-align: left;
}
.demo-luma .sb-floating-product:nth-child(n+2) {
  grid-column: 2;
}
.demo-luma .sb-floating-product img {
  width: 110px;
  height: 110px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
}
.demo-luma .sb-floating-product strong {
  margin-top: 0;
  min-width: 0;
  line-height: 1.12;
}
.demo-luma .sb-floating-product span {
  margin-top: 0;
  text-align: right;
  white-space: nowrap;
}
.demo-luma .sb-product-card,
.demo-luma .sb-band article,
.demo-luma .sb-order-summary,
.demo-luma .sb-checkout-form,
.demo-luma .sb-product-index-grid article {
  border-radius: 10px;
}
.demo-luma .sb-product-media img,
.demo-luma .sb-detail-media,
.demo-luma .sb-detail-media img {
  border-radius: 8px;
}

@media (max-width: 1080px) {
  .demo-floranto .sb-hero,
  .demo-luma .sb-hero { grid-template-columns: 1fr; }
  .demo-floranto .sb-hero-visual {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) minmax(220px, .8fr);
    grid-template-rows: repeat(3, minmax(0, 168px));
  }
  .demo-dulceluna .sb-hero-visual { grid-template-columns: repeat(4, minmax(180px, 1fr)); }
  .demo-luma .sb-hero-visual {
    min-height: 560px;
  }
}

@media (max-width: 720px) {
  .demo-floranto .sb-hero-visual,
  .demo-luma .sb-hero-visual { min-height: auto; }
  .demo-floranto .sb-hero-visual {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-rows: auto;
  }
  .demo-floranto .sb-floating-product:nth-child(1),
  .demo-floranto .sb-floating-product:nth-child(n+2) {
    grid-row: auto;
    grid-template-columns: 96px minmax(0, 1fr);
    grid-template-rows: auto auto;
    min-height: 128px;
    border-radius: 22px;
  }
  .demo-floranto .sb-floating-product:nth-child(1) img,
  .demo-floranto .sb-floating-product:nth-child(n+2) img {
    grid-row: 1 / span 2;
    width: 96px;
    height: 100%;
    min-height: 104px;
    border-radius: 16px;
  }
  .demo-dulceluna .sb-hero { text-align: left; }
  .demo-dulceluna .sb-hero-copy { justify-items: start; }
  .demo-dulceluna .sb-hero-visual {
    grid-template-columns: repeat(4, minmax(190px, 1fr));
    margin-inline: -12px;
    padding-inline: 12px;
    border-radius: 20px;
  }
  .demo-dulceluna .sb-floating-product { min-height: 270px; }
  .demo-luma .sb-hero-visual {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 12px;
  }
  .demo-luma .sb-floating-product:nth-child(1),
  .demo-luma .sb-floating-product:nth-child(n+2) {
    grid-column: auto;
    grid-row: auto;
  }
  .demo-luma .sb-floating-product {
    grid-template-columns: 84px minmax(0, 1fr);
    min-height: 112px;
  }
  .demo-luma .sb-floating-product img { width: 84px; height: 84px; }
  .demo-luma .sb-floating-product span {
    grid-column: 1 / -1;
    text-align: left;
  }
}
