/* Luxe Editorial — catálogo premium crema/marfil, adaptable a paleta del tenant */
.sf-template--luxe-editorial *,
.sf-template--luxe-editorial *::before,
.sf-template--luxe-editorial *::after {
  box-sizing: border-box;
}

.sf-template--luxe-editorial {
  --luxe-bg: #faf7f2;
  --luxe-bg-soft: #f3ede4;
  --luxe-card: #fffcf8;
  --luxe-ink: #2a2420;
  --luxe-muted: #7a7168;
  --luxe-border: rgba(42, 36, 32, 0.1);
  --luxe-accent: var(--ac, #8b6b4f);
  --luxe-accent-soft: color-mix(in srgb, var(--luxe-accent) 12%, var(--luxe-bg));
  --luxe-wa: #128c41;
  --luxe-radius: 4px;
  --luxe-shadow: 0 18px 40px rgba(42, 36, 32, 0.08);
  --luxe-font: "Inter", system-ui, sans-serif;
  --luxe-display: "Cormorant Garamond", Georgia, serif;
}

.sf-template--luxe-editorial {
  background: var(--luxe-bg);
  color: var(--luxe-ink);
  font-family: var(--luxe-font);
  font-size: 15px;
  line-height: 1.6;
  min-height: 100vh;
}

.sf-template--luxe-editorial #root {
  min-height: 100vh;
}

.sf-template--luxe-editorial #waFab,
.sf-template--luxe-editorial .sf-whatsapp-fab {
  display: none !important;
}

.sf-template--luxe-editorial .luxe-ico {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: block;
}

.sf-template--luxe-editorial .luxe-ico--plus {
  width: 16px;
  height: 16px;
}

/* Header */
.sf-template--luxe-editorial .luxe-header {
  position: sticky;
  top: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  background: color-mix(in srgb, var(--luxe-bg) 92%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--luxe-border);
}

.sf-template--luxe-editorial .luxe-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--luxe-ink);
  text-decoration: none;
  font-family: var(--luxe-display);
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.sf-template--luxe-editorial .luxe-logo img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--luxe-border);
}

.sf-template--luxe-editorial .luxe-header-nav {
  display: none;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: center;
}

.sf-template--luxe-editorial .luxe-nav-link {
  color: var(--luxe-muted);
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 12px;
  transition: color 0.15s;
}

.sf-template--luxe-editorial .luxe-nav-link:hover,
.sf-template--luxe-editorial .luxe-nav-link.is-active {
  color: var(--luxe-accent);
}

.sf-template--luxe-editorial .luxe-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sf-template--luxe-editorial .luxe-cart-btn,
.sf-template--luxe-editorial .luxe-wa-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--luxe-border);
  background: var(--luxe-card);
  color: var(--luxe-ink);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.sf-template--luxe-editorial .luxe-cart-btn:hover,
.sf-template--luxe-editorial .luxe-wa-chip:hover {
  border-color: color-mix(in srgb, var(--luxe-accent) 35%, var(--luxe-border));
  box-shadow: var(--luxe-shadow);
}

.sf-template--luxe-editorial .luxe-cart-count {
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--luxe-accent);
  color: #fff;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Hero */
.sf-template--luxe-editorial .luxe-hero {
  position: relative;
  padding: 48px 20px 56px;
  text-align: center;
  background: linear-gradient(180deg, var(--luxe-bg-soft) 0%, var(--luxe-bg) 100%);
  border-bottom: 1px solid var(--luxe-border);
}

.sf-template--luxe-editorial .luxe-hero.has-image {
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.sf-template--luxe-editorial .luxe-hero.has-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(42, 36, 32, 0.15) 0%, rgba(42, 36, 32, 0.62) 100%);
}

.sf-template--luxe-editorial .luxe-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}

.sf-template--luxe-editorial .luxe-kicker {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--luxe-accent);
  margin-bottom: 12px;
}

.sf-template--luxe-editorial .luxe-hero.has-image .luxe-kicker {
  color: rgba(255, 255, 255, 0.85);
}

.sf-template--luxe-editorial .luxe-hero h1 {
  font-family: var(--luxe-display);
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  font-weight: 500;
  line-height: 1.05;
  margin: 0 0 12px;
  letter-spacing: 0.01em;
}

.sf-template--luxe-editorial .luxe-tagline {
  color: var(--luxe-muted);
  font-size: 1rem;
  max-width: 540px;
  margin: 0 auto 16px;
}

.sf-template--luxe-editorial .luxe-hero.has-image .luxe-tagline {
  color: rgba(255, 255, 255, 0.88);
}

.sf-template--luxe-editorial .luxe-trust-pill {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--luxe-border);
  background: var(--luxe-card);
  font-size: 12px;
  color: var(--luxe-muted);
}

.sf-template--luxe-editorial .luxe-hero.has-image .luxe-trust-pill {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
}

/* Social proof — productos */
.sf-template--luxe-editorial .tl-social-proof {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1.2;
  color: var(--luxe-muted);
}

.sf-template--luxe-editorial .tl-social-proof-stars {
  color: #9a6b3f;
  font-weight: 700;
}

.sf-template--luxe-editorial .tl-social-proof-count {
  color: var(--luxe-muted);
  font-weight: 500;
}

.sf-template--luxe-editorial .tl-social-proof-detail {
  display: grid;
  gap: 8px;
  margin: 8px 0 4px;
}

.sf-template--luxe-editorial .tl-social-proof-quote {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--luxe-muted);
  font-style: italic;
}

/* Búsqueda / orden — estilo editorial */
.sf-template--luxe-editorial .catalog-nav-overlay {
  top: 73px;
  z-index: 110;
  padding: 14px 20px;
  background: color-mix(in srgb, var(--luxe-bg) 94%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--luxe-border);
}

.sf-template--luxe-editorial .catalog-search-wrap {
  max-width: 420px;
}

.sf-template--luxe-editorial .catalog-search-input {
  border: 1px solid var(--luxe-border);
  border-radius: 999px;
  padding: 10px 36px 10px 16px;
  background: var(--luxe-card);
  color: var(--luxe-ink);
  font-family: var(--luxe-font);
  font-size: 14px;
}

.sf-template--luxe-editorial .catalog-search-input:focus {
  border-color: color-mix(in srgb, var(--luxe-accent) 45%, var(--luxe-border));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--luxe-accent) 12%, transparent);
}

.sf-template--luxe-editorial .catalog-search-input::placeholder {
  color: var(--luxe-muted);
}

.sf-template--luxe-editorial .catalog-search-clear {
  color: var(--luxe-muted);
}

.sf-template--luxe-editorial .catalog-sort-select {
  border: 1px solid var(--luxe-border);
  border-radius: 999px;
  padding: 10px 36px 10px 16px;
  background: var(--luxe-card);
  color: var(--luxe-ink);
  font-family: var(--luxe-font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.sf-template--luxe-editorial .catalog-sort-select:focus {
  border-color: color-mix(in srgb, var(--luxe-accent) 45%, var(--luxe-border));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--luxe-accent) 12%, transparent);
}

/* Toolbar */
.sf-template--luxe-editorial .luxe-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--luxe-border);
}

.sf-template--luxe-editorial .luxe-chips {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.sf-template--luxe-editorial .luxe-chips::-webkit-scrollbar {
  display: none;
}

.sf-template--luxe-editorial .luxe-chip {
  flex-shrink: 0;
  border: 1px solid var(--luxe-border);
  background: transparent;
  color: var(--luxe-muted);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.sf-template--luxe-editorial .luxe-chip.active {
  background: var(--luxe-accent);
  border-color: var(--luxe-accent);
  color: #fff;
}

.sf-template--luxe-editorial .luxe-count {
  flex-shrink: 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--luxe-muted);
}

/* Editorial picks */
.sf-template--luxe-editorial .luxe-picks {
  padding: 28px 20px 8px;
}

.sf-template--luxe-editorial .luxe-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.sf-template--luxe-editorial .luxe-section-head h2 {
  font-family: var(--luxe-display);
  font-size: 1.75rem;
  font-weight: 500;
  margin: 0;
}

.sf-template--luxe-editorial .luxe-pick-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
}

.sf-template--luxe-editorial .luxe-pick-track::-webkit-scrollbar {
  display: none;
}

.sf-template--luxe-editorial .luxe-card--compact {
  min-width: 200px;
  max-width: 220px;
}

/* Grid */
.sf-template--luxe-editorial .luxe-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 20px;
  scroll-margin-top: 88px;
}

.sf-template--luxe-editorial .luxe-card:nth-child(3n + 1) {
  grid-column: span 2;
}

.sf-template--luxe-editorial .luxe-card {
  background: var(--luxe-card);
  border: 1px solid var(--luxe-border);
  border-radius: var(--luxe-radius);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
  color: inherit;
  display: block;
}

.sf-template--luxe-editorial .luxe-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--luxe-shadow);
}

.sf-template--luxe-editorial .luxe-card-media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--luxe-bg-soft);
}

.sf-template--luxe-editorial .luxe-card:nth-child(3n + 1) .luxe-card-media {
  aspect-ratio: 16 / 9;
}

.sf-template--luxe-editorial .luxe-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sf-template--luxe-editorial .luxe-card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--luxe-display);
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.9);
}

.sf-template--luxe-editorial .luxe-card-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.sf-template--luxe-editorial .luxe-card-badge {
  background: var(--luxe-accent);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 8px;
}

.sf-template--luxe-editorial .luxe-card-badge--muted {
  background: rgba(42, 36, 32, 0.72);
}

.sf-template--luxe-editorial .luxe-card-badge--featured {
  background: var(--luxe-accent);
  letter-spacing: 0.08em;
}

.sf-template--luxe-editorial .luxe-card-badge--combo {
  background: #2a2420;
}

.sf-template--luxe-editorial .luxe-card-add {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: var(--luxe-card);
  color: var(--luxe-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(42, 36, 32, 0.12);
}

.sf-template--luxe-editorial .luxe-card-body {
  padding: 14px 16px 18px;
}

.sf-template--luxe-editorial .luxe-card-cat {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--luxe-accent);
  margin-bottom: 6px;
}

.sf-template--luxe-editorial .luxe-card-name {
  font-family: var(--luxe-display);
  font-size: 1.35rem;
  line-height: 1.15;
  margin-bottom: 8px;
}

.sf-template--luxe-editorial .luxe-card:nth-child(3n + 1) .luxe-card-name {
  font-size: 1.65rem;
}

.sf-template--luxe-editorial .luxe-card-price {
  font-size: 14px;
  font-weight: 600;
  color: var(--luxe-ink);
}

/* Footer */
.sf-template--luxe-editorial .luxe-footer {
  padding: 40px 20px 100px;
  border-top: 1px solid var(--luxe-border);
  background: var(--luxe-bg-soft);
}

.sf-template--luxe-editorial .luxe-footer-grid {
  display: grid;
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}

.sf-template--luxe-editorial .luxe-footer-title {
  font-family: var(--luxe-display);
  font-size: 1.5rem;
}

.sf-template--luxe-editorial .luxe-footer-copy {
  color: var(--luxe-muted);
  margin-top: 8px;
}

.sf-template--luxe-editorial .luxe-footer-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--luxe-muted);
  margin-bottom: 10px;
}

.sf-template--luxe-editorial .luxe-footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sf-template--luxe-editorial .luxe-footer-link {
  color: var(--luxe-ink);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.sf-template--luxe-editorial .luxe-footer-bottom {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--luxe-border);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  color: var(--luxe-muted);
  font-size: 13px;
}

/* Sticky bar */
.sf-template--luxe-editorial .luxe-sticky-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 130;
  display: flex;
  gap: 10px;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: color-mix(in srgb, var(--luxe-bg) 94%, transparent);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--luxe-border);
}

.sf-template--luxe-editorial .luxe-sticky-wa,
.sf-template--luxe-editorial .luxe-sticky-cart {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.sf-template--luxe-editorial .luxe-sticky-wa {
  background: var(--luxe-wa);
  color: #fff;
}

.sf-template--luxe-editorial .luxe-sticky-cart {
  background: var(--luxe-accent);
  color: #fff;
}

/* Detail */
.sf-template--luxe-editorial .detail-view {
  display: none;
}

.sf-template--luxe-editorial .detail-view.active {
  display: block;
}

.sf-template--luxe-editorial .luxe-detail-shell {
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 20px 120px;
}

.sf-template--luxe-editorial .luxe-detail-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
}

.sf-template--luxe-editorial .luxe-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  background: transparent;
  color: var(--luxe-muted);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0;
}

.sf-template--luxe-editorial .luxe-detail-layout {
  display: grid;
  gap: 28px;
}

.sf-template--luxe-editorial .luxe-detail-media img {
  width: 100%;
  display: block;
  border-radius: var(--luxe-radius);
}

.sf-template--luxe-editorial .luxe-detail-main {
  margin-bottom: 12px;
}

.sf-template--luxe-editorial .luxe-detail-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
}

.sf-template--luxe-editorial .luxe-detail-thumb {
  flex-shrink: 0;
  width: 72px;
  height: 88px;
  padding: 0;
  border: 2px solid transparent;
  background: none;
  cursor: pointer;
  border-radius: var(--luxe-radius);
  overflow: hidden;
}

.sf-template--luxe-editorial .luxe-detail-thumb.is-active {
  border-color: var(--luxe-accent);
}

.sf-template--luxe-editorial .luxe-detail-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.sf-template--luxe-editorial .luxe-detail-placeholder {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--luxe-display);
  font-size: 3rem;
  color: #fff;
  border-radius: var(--luxe-radius);
}

.sf-template--luxe-editorial .luxe-detail-cat {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--luxe-accent);
  margin-bottom: 8px;
}

.sf-template--luxe-editorial .luxe-detail-shell h1 {
  font-family: var(--luxe-display);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 500;
  line-height: 1.08;
  margin: 0 0 12px;
}

.sf-template--luxe-editorial .luxe-detail-price {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.sf-template--luxe-editorial .luxe-detail-desc {
  color: var(--luxe-muted);
  margin: 0 0 20px;
}

.sf-template--luxe-editorial .detail-stock {
  font-size: 13px;
  color: var(--luxe-muted);
  margin-bottom: 16px;
}

.sf-template--luxe-editorial .detail-variants {
  margin-bottom: 20px;
}

.sf-template--luxe-editorial .detail-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--luxe-muted);
  margin-bottom: 10px;
}

.sf-template--luxe-editorial .detail-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sf-template--luxe-editorial .detail-chip {
  border: 1px solid var(--luxe-border);
  background: var(--luxe-card);
  color: var(--luxe-ink);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  cursor: pointer;
}

.sf-template--luxe-editorial .detail-chip.selected {
  border-color: var(--luxe-accent);
  background: var(--luxe-accent-soft);
  color: var(--luxe-accent);
}

.sf-template--luxe-editorial .luxe-detail-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sf-template--luxe-editorial .luxe-detail-wa,
.sf-template--luxe-editorial .luxe-detail-add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.sf-template--luxe-editorial .luxe-detail-wa {
  background: var(--luxe-wa);
  color: #fff;
}

.sf-template--luxe-editorial .luxe-detail-add {
  background: var(--luxe-accent);
  color: #fff;
}

.sf-template--luxe-editorial .detail-unavailable {
  padding: 14px;
  border: 1px dashed var(--luxe-border);
  text-align: center;
  color: var(--luxe-muted);
}

/* Cart drawer (required — shell renders before #root) */
.sf-template--luxe-editorial #waFab,
.sf-template--luxe-editorial .sf-whatsapp-fab {
  display: none !important;
}

.sf-template--luxe-editorial .cart-ov {
  position: fixed;
  inset: 0;
  background: rgba(42, 36, 32, 0.36);
  z-index: 299;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}

.sf-template--luxe-editorial .cart-ov.open {
  opacity: 1;
  pointer-events: all;
}

.sf-template--luxe-editorial .cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(380px, 100vw);
  background: var(--luxe-card);
  z-index: 300;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--luxe-border);
  box-shadow: -12px 0 40px rgba(42, 36, 32, 0.1);
}

.sf-template--luxe-editorial .cart-drawer.open {
  transform: translateX(0);
}

.sf-template--luxe-editorial .cart-hd {
  padding: 18px 20px;
  border-bottom: 1px solid var(--luxe-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sf-template--luxe-editorial .cart-hd-title {
  font-family: var(--luxe-display);
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--luxe-ink);
}

.sf-template--luxe-editorial .cart-x {
  width: 32px;
  height: 32px;
  background: var(--luxe-bg-soft);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  color: var(--luxe-muted);
}

.sf-template--luxe-editorial .cart-body {
  flex: 1;
  overflow-y: auto;
  padding: 12px 20px;
}

.sf-template--luxe-editorial .cart-empty {
  text-align: center;
  padding: 48px 0;
  font-size: 15px;
  color: var(--luxe-muted);
}

.sf-template--luxe-editorial .ci {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid var(--luxe-border);
}

.sf-template--luxe-editorial .ci-img {
  width: 64px;
  height: 64px;
  background: var(--luxe-bg-soft);
  flex-shrink: 0;
  overflow: hidden;
  border-radius: var(--luxe-radius);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sf-template--luxe-editorial .ci-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sf-template--luxe-editorial .ci-info {
  flex: 1;
  min-width: 0;
}

.sf-template--luxe-editorial .ci-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--luxe-ink);
  margin-bottom: 4px;
  line-height: 1.3;
}

.sf-template--luxe-editorial .ci-price {
  font-size: 14px;
  font-weight: 700;
  color: var(--luxe-ink);
}

.sf-template--luxe-editorial .ci-promo {
  font-size: 12px;
  color: var(--luxe-accent);
  margin-top: 2px;
}

.sf-template--luxe-editorial .ci-qty {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}

.sf-template--luxe-editorial .qbtn {
  width: 24px;
  height: 24px;
  border: 1px solid var(--luxe-border);
  background: var(--luxe-card);
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  color: var(--luxe-ink);
}

.sf-template--luxe-editorial .qval {
  font-size: 13px;
  font-weight: 700;
  min-width: 18px;
  text-align: center;
}

.sf-template--luxe-editorial .cart-ft {
  padding: 16px 20px 24px;
  border-top: 1px solid var(--luxe-border);
}

.sf-template--luxe-editorial .cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.sf-template--luxe-editorial .cart-total-lbl {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--luxe-muted);
}

.sf-template--luxe-editorial .cart-total-val {
  font-family: var(--luxe-display);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--luxe-ink);
}

.sf-template--luxe-editorial .cart-wa-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--luxe-wa);
  color: #fff;
  padding: 14px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  border: none;
  border-radius: 999px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .sf-template--luxe-editorial .luxe-header-nav {
    display: flex;
  }

  .sf-template--luxe-editorial .luxe-toolbar,
  .sf-template--luxe-editorial .luxe-picks,
  .sf-template--luxe-editorial .luxe-grid,
  .sf-template--luxe-editorial #catalogNavOverlay {
    width: min(100% - 40px, 1200px);
    margin-inline: auto;
  }

  .sf-template--luxe-editorial .luxe-footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .sf-template--luxe-editorial .luxe-detail-layout {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: start;
  }

  .sf-template--luxe-editorial .luxe-sticky-bar {
    display: none;
  }
}

@media (min-width: 960px) {
  .sf-template--luxe-editorial .luxe-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    padding: 24px 20px 32px;
  }

  /* Hero editorial: 2 de 3 columnas — evita imágenes a ancho completo */
  .sf-template--luxe-editorial .luxe-card:nth-child(3n + 1) {
    grid-column: span 2;
  }

  .sf-template--luxe-editorial .luxe-card-media {
    max-height: 480px;
  }

  .sf-template--luxe-editorial .luxe-card:nth-child(3n + 1) .luxe-card-media {
    aspect-ratio: 2 / 1;
    max-height: 420px;
  }

  .sf-template--luxe-editorial .luxe-card-media img {
    object-fit: cover;
    object-position: center center;
  }
}
