:root {
  --tinta: #261b29;
  --texto-suave: #756a78;
  --morado: #75269c;
  --morado-oscuro: #57166f;
  --rosa: #ed70ad;
  --rosa-claro: #fce9f3;
  --lavanda: #faf6fc;
  --linea: #eadfec;
  --blanco: #fff;
  --verde: #217a59;
  --verde-claro: #eaf7f1;
  --ambar: #94631d;
  --ambar-claro: #fff4dc;
  --sombra: 0 22px 60px rgba(78, 37, 88, 0.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--blanco);
  color: var(--tinta);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.modal-abierto, body.carrito-abierto { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
h2 { margin-bottom: 0; font-size: clamp(2.2rem, 4.2vw, 3.65rem); line-height: 1.04; }

.solo-lector {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.contenedor { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.seccion { padding: 92px 0; }
.sobrelinea {
  margin: 0 0 13px;
  color: var(--morado);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.encabezado {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(117, 38, 156, .1);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(18px);
}
.barra-navegacion { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.marca { display: flex; align-items: center; gap: 11px; min-width: max-content; }
.marca img { width: 52px; height: 52px; border: 1px solid var(--linea); border-radius: 14px; background: white; object-fit: contain; }
.marca > span { display: grid; gap: 1px; }
.marca strong { color: var(--morado); font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }
.marca small { color: var(--texto-suave); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.navegacion { display: flex; align-items: center; gap: 23px; color: #4b404e; font-size: .9rem; font-weight: 650; }
.navegacion > a:not(.boton) { position: relative; padding-block: 10px; }
.navegacion > a:not(.boton)::after { position: absolute; bottom: 4px; left: 0; width: 0; height: 1px; background: var(--rosa); content: ""; transition: width .2s ease; }
.navegacion > a:not(.boton):hover::after { width: 100%; }
.acciones-encabezado { display: flex; align-items: center; gap: 10px; }
.boton-carrito { min-height: 42px; padding: 8px 10px 8px 14px; border: 1px solid #d9c7df; border-radius: 999px; background: white; color: var(--morado); display: inline-flex; align-items: center; gap: 7px; font-size: .78rem; font-weight: 800; cursor: pointer; }
.boton-carrito:hover { border-color: var(--morado); background: var(--lavanda); }
.boton-carrito > span:first-child { color: var(--rosa); font-size: 1.05rem; line-height: 1; }
.boton-carrito strong { min-width: 25px; height: 25px; padding: 0 6px; border-radius: 999px; background: var(--morado); color: white; display: grid; place-items: center; font-size: .7rem; }
.boton-menu { display: none; width: 44px; height: 44px; border: 0; border-radius: 13px; background: var(--lavanda); align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.boton-menu span { width: 19px; height: 1.5px; border-radius: 2px; background: var(--morado); }

.franja-promocion {
  position: relative;
  z-index: 40;
  min-height: 48px;
  padding: 10px 24px;
  background: linear-gradient(90deg, #5b1876, #8129a5 55%, #b04198);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px 22px;
  text-align: center;
  box-shadow: 0 7px 24px rgba(91, 24, 118, .13);
}
.franja-promocion > span { padding: 5px 9px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; color: #ffd2e8; font-size: .64rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.franja-promocion strong { font-family: Georgia, serif; font-size: 1rem; font-weight: 500; }
.franja-promocion small { color: #f9eefa; font-size: .7rem; font-weight: 750; }
.franja-promocion:hover small { text-decoration: underline; text-underline-offset: 3px; }

.boton {
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: .88rem;
  font-weight: 750;
  line-height: 1;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.boton:hover:not(:disabled):not(.deshabilitado) { transform: translateY(-2px); }
.boton:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid rgba(237, 112, 173, .35); outline-offset: 3px; }
.boton:disabled, .boton.deshabilitado { cursor: not-allowed; opacity: .52; pointer-events: none; }
.boton-pequeno { min-height: 42px; padding: 10px 16px; font-size: .82rem; }
.boton-primario { background: var(--morado); color: white; box-shadow: 0 10px 28px rgba(117, 38, 156, .2); }
.boton-primario:hover:not(.deshabilitado) { background: var(--morado-oscuro); }
.boton-secundario { border-color: #d7bddf; background: rgba(255,255,255,.75); color: var(--morado); }
.boton-secundario:hover { background: white; }

.portada { position: relative; overflow: hidden; background: linear-gradient(130deg, #fff 15%, #fcf4fa 62%, #f3e8f7 100%); }
.portada::before { position: absolute; width: 420px; height: 420px; right: -150px; bottom: -230px; border: 1px solid rgba(117,38,156,.14); border-radius: 50%; content: ""; }
.portada-interior { min-height: 665px; padding: 70px 0; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 78px; }
.portada-texto { position: relative; z-index: 1; }
.portada h1 { max-width: 680px; margin-bottom: 23px; color: #2c1c31; font-size: clamp(3.4rem, 6.5vw, 6.3rem); line-height: .93; }
.portada-descripcion { max-width: 600px; margin-bottom: 12px; color: #5f5262; font-size: clamp(1.05rem, 1.6vw, 1.3rem); line-height: 1.7; }
.firma { margin-bottom: 31px; color: var(--morado); font-family: Georgia, serif; font-size: 1.1rem; font-style: italic; }
.portada-acciones { display: flex; flex-wrap: wrap; gap: 12px; }
.ventajas { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 13px 22px; color: #645968; font-size: .78rem; font-weight: 700; }
.ventajas span { display: inline-flex; align-items: center; gap: 8px; }
.ventajas span::before { width: 6px; height: 6px; border-radius: 50%; background: var(--rosa); content: ""; }
.marco-logo { position: relative; padding: 23px; border: 1px solid rgba(117, 38, 156, .16); border-radius: 42px; background: rgba(255,255,255,.82); box-shadow: var(--sombra); transform: rotate(1.2deg); }
.marco-logo::after { position: absolute; inset: 12px -12px -12px 12px; z-index: -1; border-radius: 42px; background: linear-gradient(140deg, #f6b5d5, #d8b6e7); content: ""; }
.marco-logo > img { width: 100%; aspect-ratio: 1 / 1.02; border-radius: 26px; background: white; object-fit: contain; }
.marco-logo > span { position: absolute; z-index: 2; top: 16px; right: 16px; padding: 7px 11px; border-radius: 999px; background: var(--morado); color: white; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.encabezado-seccion, .introduccion-catalogo { margin-bottom: 38px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.enlace-texto { padding: 10px 0; border: 0; background: transparent; color: var(--morado); font-weight: 800; cursor: pointer; }
.productos-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.tarjeta-producto { min-width: 0; overflow: hidden; border: 1px solid var(--linea); border-radius: 27px; background: white; box-shadow: 0 12px 42px rgba(69,32,74,.055); transition: transform .24s ease, box-shadow .24s ease; }
.tarjeta-producto:hover { transform: translateY(-5px); box-shadow: 0 22px 55px rgba(69,32,74,.11); }
.boton-imagen { position: relative; width: 100%; padding: 0; overflow: hidden; border: 0; background: var(--lavanda); cursor: pointer; }
.media-producto { position: relative; width: 100%; aspect-ratio: 1.08 / 1; overflow: hidden; background: linear-gradient(145deg,#fff,#fbf5fc 60%,#f5e9f7); }
.imagen-alternativa { position: absolute; inset: 0; padding: 25px; display: grid; place-items: center; }
.imagen-alternativa > img { width: min(58%,190px); aspect-ratio: 1/1.02; border: 1px solid #efe5f0; border-radius: 22px; background: white; box-shadow: 0 13px 28px rgba(91,43,98,.08); object-fit: contain; }
.imagen-alternativa > div { position: absolute; left: 20px; right: 20px; bottom: 17px; display: flex; justify-content: space-between; color: #796a7c; font-size: .68rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.imagen-alternativa small { color: var(--morado); }
.foto-producto { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; background: white; object-fit: contain; transition: transform .45s ease; }
.boton-imagen:hover .foto-producto { transform: scale(1.035); }
.insignias { position: absolute; z-index: 2; top: 15px; left: 15px; display: flex; gap: 7px; }
.insignia { padding: 7px 10px; border-radius: 999px; color: white; font-size: .64rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 5px 16px rgba(50,20,55,.12); }
.insignia-nuevo { background: var(--rosa); }
.insignia-destacado { background: var(--morado); }
.modelo-agotado { position: absolute; z-index: 2; inset: auto 15px 15px; padding: 10px; border-radius: 12px; background: rgba(38,27,41,.86); color: white; font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.cuerpo-producto { padding: 21px; }
.meta-producto, .modal-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #8a7c8d; font-size: .68rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.nombre-precio { min-height: 58px; margin-top: 9px; display: flex; justify-content: space-between; align-items: start; gap: 15px; }
.nombre-precio h3 { margin: 0; font-family: Georgia, serif; font-size: 1.27rem; font-weight: 500; line-height: 1.25; }
.nombre-precio > strong { min-width: max-content; color: var(--morado); font-size: 1rem; }
.titulo-disponibilidad { margin: 18px 0 9px; display: flex; justify-content: space-between; color: #746a76; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.texto-disponible { color: var(--verde); }
.texto-agotado { color: #9b5264; }
.tallas-resumen { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; }
.resumen-talla { min-width: 0; padding: 9px 10px; border-radius: 11px; display: flex; align-items: center; gap: 7px; font-size: .72rem; }
.resumen-talla strong { width: 23px; height: 23px; flex: 0 0 auto; border-radius: 7px; background: rgba(255,255,255,.82); display: grid; place-items: center; }
.resumen-talla small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .64rem; font-weight: 760; }
.disponible { background: var(--verde-claro); color: var(--verde); }
.ultimo { background: var(--ambar-claro); color: var(--ambar); }
.agotada { background: #f3f0f3; color: #a399a5; text-decoration: line-through; }
.acciones-tarjeta { margin-top: 18px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8px; }
.boton-ficha, .boton-pedir, .boton-agregar { min-height: 45px; padding: 10px 12px; border-radius: 13px; font-size: .76rem; }
.boton-ficha { border-color: #d9c7df; background: white; color: var(--morado); }
.boton-pedir { background: var(--morado); color: white; }
.boton-agregar { grid-column: 1 / -1; border-color: #e5c7da; background: var(--rosa-claro); color: var(--morado-oscuro); }
.boton-agregar:hover:not(:disabled) { background: #f8d9e9; }

.catalogo { background: var(--lavanda); }
.introduccion-catalogo > div:first-child > p:last-child { max-width: 580px; margin: 15px 0 0; color: var(--texto-suave); line-height: 1.7; }
.aviso-demostracion { max-width: 365px; padding: 14px 17px; border: 1px solid #ead3e3; border-radius: 16px; background: #fff8fc; display: grid; gap: 4px; }
.aviso-demostracion strong { color: var(--morado); font-size: .75rem; }
.aviso-demostracion span { color: #766877; font-size: .72rem; line-height: 1.45; }
.herramientas-catalogo { padding: 20px; border: 1px solid var(--linea); border-radius: 24px; background: white; box-shadow: 0 13px 38px rgba(72,40,77,.05); display: grid; gap: 18px; }
.buscador { min-height: 53px; padding: 0 16px; border: 1px solid #ded1e2; border-radius: 15px; display: flex; align-items: center; gap: 11px; color: var(--morado); }
.buscador:focus-within { border-color: var(--rosa); box-shadow: 0 0 0 4px rgba(237,112,173,.1); }
.buscador input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--tinta); }
.grupo-filtros { display: grid; gap: 9px; }
.etiqueta-filtro { color: #7d7080; font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.fila-filtros { display: flex; flex-wrap: wrap; gap: 8px; }
.filtro { min-height: 38px; padding: 8px 14px; border: 1px solid #dfd3e2; border-radius: 999px; background: white; color: #66596a; font-size: .76rem; font-weight: 740; cursor: pointer; }
.filtro:hover { border-color: #bd91ca; color: var(--morado); }
.filtro.activo { border-color: var(--morado); background: var(--morado); color: white; box-shadow: 0 6px 16px rgba(117,38,156,.16); }
.filtro-tallas { padding-top: 15px; border-top: 1px solid #eee5ef; }
.filtro-talla { min-width: 45px; }
.barra-resultados { min-height: 66px; display: flex; align-items: center; justify-content: space-between; color: var(--texto-suave); font-size: .82rem; }
.barra-resultados strong { color: var(--morado); }
.barra-resultados button { padding: 8px 0; border: 0; background: transparent; color: var(--morado); font-size: .76rem; font-weight: 800; cursor: pointer; }
.sin-resultados { padding: 70px 25px; border: 1px dashed #d8c5de; border-radius: 25px; background: rgba(255,255,255,.58); text-align: center; }
.sin-resultados > span { color: var(--rosa); font-size: 3rem; }
.sin-resultados h3 { margin-bottom: 8px; font-family: Georgia, serif; font-size: 1.5rem; font-weight: 500; }
.sin-resultados p { margin-bottom: 23px; color: var(--texto-suave); }

.titulo-centrado { max-width: 690px; margin: 0 auto 45px; text-align: center; }
.pasos-grid { padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; list-style: none; }
.pasos-grid li { min-height: 190px; padding: 28px; border: 1px solid var(--linea); border-radius: 24px; background: linear-gradient(145deg,#fff,#fcf8fd); display: flex; align-items: start; gap: 17px; }
.pasos-grid li > span { width: 44px; height: 44px; flex: 0 0 auto; border-radius: 50%; background: var(--rosa-claro); color: var(--morado); display: grid; place-items: center; font-family: Georgia,serif; font-weight: 700; }
.pasos-grid h3 { margin: 4px 0 9px; font-family: Georgia,serif; font-size: 1.28rem; font-weight: 500; }
.pasos-grid p { margin: 0; color: var(--texto-suave); font-size: .84rem; line-height: 1.7; }

.entrega { padding: 0 0 92px; background: white; }
.tarjeta-entrega { overflow: hidden; border: 1px solid var(--linea); border-radius: 34px; background: linear-gradient(135deg,#fff 0%,#fcf6fb 100%); box-shadow: var(--sombra); display: grid; grid-template-columns: .92fr 1.08fr; }
.entrega-texto { padding: 50px 52px; display: flex; align-items: flex-start; flex-direction: column; justify-content: center; }
.entrega-texto h2 { max-width: 590px; font-size: clamp(2.15rem,3.7vw,3.35rem); }
.entrega-texto > p:not(.sobrelinea) { max-width: 590px; margin: 18px 0 22px; color: var(--texto-suave); line-height: 1.75; }
.referencia-entrega { width: 100%; margin-bottom: 25px; padding: 14px 16px; border: 1px solid #ead8e8; border-radius: 16px; background: rgba(255,255,255,.78); color: #665a69; display: flex; align-items: flex-start; gap: 10px; font-size: .8rem; line-height: 1.55; }
.referencia-entrega > span:first-child { flex: 0 0 auto; color: var(--rosa); font-size: 1.35rem; line-height: 1; }
.referencia-entrega strong { color: var(--morado); }
.mapa-entrega { min-height: 420px; background: #eee0f5; }
.mapa-entrega iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; }

.contacto { padding: 0 0 84px; }
.tarjeta-contacto { min-height: 245px; padding: 50px 55px; border-radius: 34px; background: linear-gradient(125deg,#5a1974,#852da8 58%,#a4459f); color: white; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.tarjeta-contacto .sobrelinea { color: #f7b5d6; }
.tarjeta-contacto p:last-child { margin: 15px 0 0; color: #f4e8f6; }
.boton-claro { min-width: 190px; background: white; color: var(--morado); }

.pie { padding: 45px 0 24px; border-top: 1px solid var(--linea); }
.pie-interior { padding-bottom: 34px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.marca-pie { display: flex; align-items: center; gap: 15px; }
.marca-pie img { width: 70px; height: 70px; border: 1px solid var(--linea); border-radius: 17px; object-fit: contain; }
.marca-pie strong { color: var(--morado); font-family: Georgia,serif; font-size: 1.45rem; font-weight: 500; }
.marca-pie p { margin: 3px 0; color: #5f5362; font-family: Georgia,serif; font-style: italic; }
.marca-pie small { color: #8a7d8d; }
.redes { display: flex; gap: 22px; color: var(--morado); font-size: .82rem; font-weight: 750; }
.red-pendiente { color: #9a909c; cursor: help; }
.pie-final { padding-top: 22px; border-top: 1px solid #eee7ef; display: flex; justify-content: space-between; gap: 20px; color: #8b818e; font-size: .72rem; }
.whatsapp-flotante { position: fixed; z-index: 35; right: 22px; bottom: 22px; min-height: 49px; padding: 11px 16px; border-radius: 999px; background: #217a59; color: white; box-shadow: 0 12px 32px rgba(27,91,67,.27); display: flex; align-items: center; gap: 8px; font-size: .78rem; }

.fondo-modal { position: fixed; z-index: 100; inset: 0; padding: 26px; overflow-y: auto; background: rgba(29,18,32,.72); backdrop-filter: blur(9px); display: grid; place-items: center; }
.fondo-modal[hidden] { display: none; }
.modal-producto { position: relative; width: min(100%,1040px); max-height: calc(100vh - 52px); overflow-y: auto; border-radius: 30px; background: white; box-shadow: 0 30px 100px rgba(22,8,26,.32); display: grid; grid-template-columns: 1.04fr .96fr; }
.cerrar-modal { position: absolute; z-index: 4; top: 15px; right: 15px; width: 43px; height: 43px; border: 1px solid #e2d7e5; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--morado); font-size: 1.7rem; cursor: pointer; }
.modal-galeria { min-width: 0; padding: 26px; background: var(--lavanda); }
.imagen-modal-principal { position: relative; overflow: hidden; border-radius: 23px; }
.media-grande { aspect-ratio: 1/1; }
.media-grande .imagen-alternativa > img { width: min(65%,285px); }
.insignia-modal { position: absolute; z-index: 3; top: 14px; left: 14px; }
.miniaturas { margin-top: 12px; display: flex; gap: 10px; }
.miniaturas button { width: 65px; height: 65px; padding: 3px; border: 1px solid #ded1e2; border-radius: 12px; background: white; cursor: pointer; }
.miniaturas img { width: 100%; height: 100%; border-radius: 8px; object-fit: cover; }
.modal-detalles { min-width: 0; padding: 55px 45px 39px; }
.modal-detalles h2 { margin: 13px 0 9px; font-size: clamp(2.25rem,4vw,3.6rem); }
.modal-precio { color: var(--morado); font-size: 1.36rem; }
.modal-descripcion { margin: 22px 0 25px; color: var(--texto-suave); font-size: .9rem; line-height: 1.75; }
.selector-encabezado { padding-top: 22px; border-top: 1px solid var(--linea); display: flex; justify-content: space-between; gap: 15px; }
.selector-encabezado > div { display: grid; gap: 4px; }
.selector-encabezado small { color: var(--texto-suave); font-size: .7rem; }
.selector-encabezado > span { color: var(--morado); font-size: .72rem; font-weight: 800; }
.selector-tallas { margin-top: 14px; display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.selector-tallas button { min-height: 73px; padding: 9px 5px; border: 1px solid #ddd0e1; border-radius: 14px; background: white; display: grid; place-items: center; gap: 2px; cursor: pointer; }
.selector-tallas button small { font-size: .57rem; font-weight: 760; }
.selector-tallas button.ultimo:not(.seleccionada) { border-color: #dfb86f; }
.selector-tallas button.agotada { cursor: not-allowed; }
.selector-tallas button.seleccionada { border-color: var(--morado); background: var(--morado); color: white; text-decoration: none; box-shadow: 0 8px 20px rgba(117,38,156,.2); }
.acciones-modal { margin-top: 23px; display: grid; gap: 9px; }
.boton-modal { width: 100%; margin-top: 0; }
.aviso-producto { min-height: 18px; margin: 10px 0 0; color: var(--verde); font-size: .7rem; font-weight: 750; text-align: center; }
.nota-modal { margin: 13px 0 0; color: #938796; font-size: .66rem; line-height: 1.5; text-align: center; }

.fondo-carrito { position: fixed; z-index: 110; inset: 0; background: rgba(29,18,32,.62); backdrop-filter: blur(7px); display: flex; justify-content: flex-end; }
.fondo-carrito[hidden] { display: none; }
.panel-carrito { width: min(100%,460px); height: 100%; overflow: hidden; background: white; box-shadow: -20px 0 70px rgba(31,14,35,.22); display: flex; flex-direction: column; }
.encabezado-carrito { padding: 27px 25px 21px; border-bottom: 1px solid var(--linea); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.encabezado-carrito .sobrelinea { margin-bottom: 7px; }
.encabezado-carrito h2 { font-size: 2.15rem; }
.cerrar-carrito { width: 43px; height: 43px; flex: 0 0 auto; border: 1px solid #e2d7e5; border-radius: 50%; background: var(--lavanda); color: var(--morado); font-size: 1.65rem; cursor: pointer; }
.carrito-vacio { flex: 1; padding: 45px 28px; color: var(--texto-suave); display: grid; place-content: center; justify-items: center; text-align: center; }
.carrito-vacio[hidden] { display: none; }
.carrito-vacio > span { margin-bottom: 12px; color: var(--rosa); font-size: 3rem; line-height: 1; }
.carrito-vacio strong { color: var(--tinta); font-family: Georgia,serif; font-size: 1.4rem; font-weight: 500; }
.carrito-vacio p { max-width: 290px; margin: 9px 0 0; font-size: .82rem; line-height: 1.6; }
.lista-carrito { flex: 1; min-height: 0; padding: 18px 21px; overflow-y: auto; display: grid; align-content: start; gap: 11px; }
.lista-carrito:empty { display: none; }
.item-carrito { min-width: 0; padding: 10px; border: 1px solid var(--linea); border-radius: 17px; background: linear-gradient(145deg,#fff,#fdf9fe); display: grid; grid-template-columns: 72px minmax(0,1fr) auto; align-items: center; gap: 12px; }
.item-carrito-imagen { width: 72px; height: 72px; border-radius: 12px; background: var(--lavanda); object-fit: contain; }
.item-carrito-detalles { min-width: 0; display: grid; gap: 4px; }
.item-carrito-detalles small { color: var(--morado); font-size: .64rem; font-weight: 850; letter-spacing: .08em; }
.item-carrito-detalles strong { overflow: hidden; color: var(--tinta); font-family: Georgia,serif; font-size: 1rem; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.item-carrito-detalles span { color: var(--texto-suave); font-size: .72rem; }
.eliminar-carrito { padding: 8px; border: 0; background: transparent; color: #9b5264; font-size: .68rem; font-weight: 800; cursor: pointer; }
.pie-carrito { padding: 18px 22px 22px; border-top: 1px solid var(--linea); background: var(--lavanda); }
.resumen-carrito { margin-bottom: 14px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.resumen-carrito strong { color: var(--tinta); font-size: .8rem; }
.resumen-carrito button { padding: 6px 0; border: 0; background: transparent; color: var(--morado); font-size: .7rem; font-weight: 800; cursor: pointer; }
.resumen-carrito button:disabled { color: #aaa0ad; cursor: not-allowed; }
.pie-carrito > .boton { width: 100%; }
.pie-carrito > p { margin: 10px 0 0; color: #8b7e8e; font-size: .64rem; line-height: 1.45; text-align: center; }

@media (max-width: 980px) {
  .portada-interior { min-height: auto; padding: 66px 0 80px; gap: 42px; }
  .productos-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  #nuevos-grid .tarjeta-producto:last-child { display: none; }
}

@media (max-width: 900px) {
  .boton-menu { display: flex; }
  .navegacion { position: absolute; z-index: 3; top: calc(100% + 1px); left: 0; right: 0; padding: 16px 20px 24px; border-bottom: 1px solid var(--linea); background: rgba(255,255,255,.98); box-shadow: 0 18px 35px rgba(60,29,66,.09); display: none; align-items: stretch; flex-direction: column; gap: 3px; }
  .navegacion.abierta { display: flex; }
  .navegacion > a:not(.boton) { padding: 13px 8px; }
}

@media (max-width: 780px) {
  .contenedor { width: min(100% - 30px,660px); }
  .seccion { padding: 72px 0; }
  .franja-promocion { padding-block: 11px; flex-wrap: wrap; gap: 5px 12px; }
  .franja-promocion strong { width: 100%; order: 2; }
  .franja-promocion small { order: 3; }
  .portada-interior { grid-template-columns: 1fr; }
  .portada-texto { text-align: center; }
  .portada h1, .portada-descripcion { margin-inline: auto; }
  .portada-acciones, .ventajas { justify-content: center; }
  .marco-logo { width: min(100%,480px); margin: 4px auto 0; transform: none; }
  .encabezado-seccion, .introduccion-catalogo { align-items: start; flex-direction: column; }
  .aviso-demostracion { max-width: none; }
  .pasos-grid { grid-template-columns: 1fr; }
  .pasos-grid li { min-height: 0; }
  .tarjeta-entrega { grid-template-columns: 1fr; }
  .entrega-texto { padding: 42px 35px; }
  .mapa-entrega, .mapa-entrega iframe { min-height: 340px; }
  .tarjeta-contacto { padding: 40px 29px; text-align: center; flex-direction: column; }
  .modal-producto { max-height: none; grid-template-columns: 1fr; }
  .modal-galeria { padding: 20px; }
  .modal-detalles { padding: 34px 25px 28px; }
  .fondo-modal { display: block; padding: 15px; }
  .pie-interior { align-items: start; flex-direction: column; }
  .pie-final { flex-direction: column; }
}

@media (max-width: 520px) {
  .contenedor { width: min(100% - 24px,480px); }
  .barra-navegacion { min-height: 69px; }
  .marca img { width: 45px; height: 45px; border-radius: 12px; }
  .marca small { display: none; }
  .barra-navegacion { gap: 12px; }
  .acciones-encabezado { margin-left: auto; gap: 7px; }
  .boton-carrito { width: 44px; height: 44px; min-height: 44px; padding: 0; justify-content: center; position: relative; }
  .boton-carrito .texto-carrito { display: none; }
  .boton-carrito strong { position: absolute; top: -5px; right: -5px; min-width: 21px; height: 21px; padding-inline: 5px; border: 2px solid white; font-size: .6rem; }
  .franja-promocion { min-height: 65px; padding-inline: 12px; }
  .franja-promocion strong { font-size: .92rem; }
  .portada-interior { padding: 50px 0 63px; }
  .portada h1 { font-size: clamp(3rem,16vw,4.15rem); }
  .portada-descripcion { font-size: 1rem; }
  .portada-acciones { display: grid; }
  .portada-acciones .boton { width: 100%; }
  .marco-logo { padding: 13px; border-radius: 29px; }
  .marco-logo::after { border-radius: 29px; }
  .productos-grid { grid-template-columns: 1fr; }
  #nuevos-grid .tarjeta-producto:last-child { display: block; }
  .herramientas-catalogo { padding: 15px; border-radius: 19px; }
  .filtro { min-height: 40px; }
  .entrega { padding-bottom: 72px; }
  .tarjeta-entrega { width: calc(100% - 24px); border-radius: 25px; }
  .entrega-texto { padding: 34px 24px; }
  .entrega-texto .boton { width: 100%; }
  .mapa-entrega, .mapa-entrega iframe { min-height: 300px; }
  .tarjeta-contacto { width: calc(100% - 24px); border-radius: 25px; }
  .pie-interior img { width: 58px; height: 58px; }
  .redes { flex-wrap: wrap; gap: 15px 20px; }
  .whatsapp-flotante { right: 14px; bottom: 14px; width: 51px; height: 51px; padding: 0; justify-content: center; }
  .whatsapp-flotante strong { display: none; }
  .fondo-modal { padding: 0; background: white; }
  .modal-producto { min-height: 100vh; border-radius: 0; }
  .modal-galeria { padding: 14px; }
  .modal-detalles { padding: 29px 18px 28px; }
  .selector-tallas { grid-template-columns: repeat(2,1fr); }
  .panel-carrito { width: 100%; }
  .encabezado-carrito { padding: 22px 18px 17px; }
  .lista-carrito { padding: 14px; }
  .pie-carrito { padding: 16px 16px 19px; }
  .item-carrito { grid-template-columns: 62px minmax(0,1fr) auto; gap: 9px; }
  .item-carrito-imagen { width: 62px; height: 62px; }
}

@media (min-width: 521px) and (max-width: 680px) {
  .productos-grid { gap: 14px; }
  .cuerpo-producto { padding: 16px; }
  .nombre-precio { min-height: 74px; flex-direction: column; gap: 5px; }
  .acciones-tarjeta { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
