body{
/* fondo blanco cogido de la pagina https://uigradients.com/*/
background: #ECE9E6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
/* Fuerza tamaño vertical uniforme en las cards */
.card-img-top {
  max-height: 380px;
  width: 100%;
  object-fit: contain;
}

/* Zoom suave al pasar el ratón */
.card:hover .card-img-top {
  transform: scale(1.08);
}

/* Quita efectos raros en enlaces */
.card {
  overflow: hidden;
}
.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  border: none;
  border-radius: 0;
}

.mega-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  text-decoration: none;
  color: #212529;
  border-radius: 8px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.mega-item i {
  font-size: 1.6rem;
  color: #6c757d;
}

.mega-item span {
  font-weight: 500;
}

.mega-item:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
}
/* ===============================*/


/* Pantalla completa n pantalla inicio */
.hero-slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero-img {
  height: 100vh;
  object-fit: cover;
}
/* ===============================*/


/* Overlay suave en pantalla inicio*/
.hero-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.hero-slider .carousel {
  position: relative;
  z-index: 0;
}

/* ===============================
   HERO PRINCIPAL · HOME
   Slider a pantalla completa
   =============================== */

.hero-slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* Imágenes del slider */
.hero-img {
  height: 100vh;
  object-fit: cover;
}

/* Texto centrado abajo */
.hero-text {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;

  text-align: center;
  color: #ffffff;
  text-shadow: 0 4px 20px rgba(0,0,0,0.6);
}

/* Título hero (pequeño y elegante) */
.hero-text h1 {
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  font-weight: 300;
  letter-spacing: 0.08em;
  margin-bottom: 0.8rem;
}

/* Botón hero */
.hero-text .btn {
  padding: 0.45rem 1.4rem;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  border-width: 1px;
}

/* Ajustes móvil */
@media (max-width: 768px) {
  .hero-text {
    bottom: 10%;
    width: 90%;
  }

  .hero-text h1 {
    font-size: 1.3rem;
  }
}
.hero-text,
.hero-text h1,
.hero-text a {
  color: #ffffff !important;
}

/* ============================================================== */



/* ===============================
   PÁGINA COLECCIONES
   =============================== */

.collection-card {
  position: relative;
  display: block;
  height: 420px;
  overflow: hidden;
  border-radius: 12px;
}

.collection-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.collection-card:hover img {
  transform: scale(1.08);
}

.collection-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  color: #fff;
}

.collection-overlay h2 {
  font-weight: 300;
  margin: 0;
}

.collection-overlay p {
  font-size: 0.95rem;
  opacity: 0.85;
}

/* ============================================================ */


/* ===============================
   PÁGINA PRODUCTOS
   =============================== */
.product-card {
  border: none;
}

.product-card img {
  height: 260px;
  object-fit: cover;
}
/* ============================================================= */

/* ===============================Para las imagenes de producto_detalle============================== */
/* MINIATURAS CUADRADAS */
.miniatura-cuadrada {
  width: 120px;
  height: 120px;
  object-fit: cover;
  cursor: pointer;
  border: 1px solid #ddd;
}

/* CONTENEDOR IMAGEN PRINCIPAL */
.contenedor-img-principal {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

/* IMAGEN PRINCIPAL */
.img-principal {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border: 1px solid #ddd;
}

/* SCROLL SI HAY MUCHAS MINIATURAS */
.col-md-2 {
  max-height: 520px;
  overflow-y: auto;
}

/* ============================================================= */

/* Oculta la flecha automática del dropdown de Bootstrap */
.dropdown-toggle::after {
  display: none;
}

/* Icono de pagar */
.btn-pagar:hover {
  transform: translateY(-1px);
  transition: 0.2s ease;
}

/* Iconos de mas  menos carrito */
.btn-xs {
  font-size: 0.75rem;
  line-height: 0.75;
}

/* Tamaño numero de articulos carrito */
.cantidad-mini {
  font-size: 0.9rem;
  min-width: 18px;
  text-align: center;
  font-weight: 600;
}





/* Color de fondo del encabezado*/
.navbar-custom {
    background-color: #2a2a2a;
}
.navbar-custom .nav-link,
.navbar-custom .navbar-brand {
    color: #ffffff;
}
.navbar-custom .nav-link:hover {
    color: #d4af37; /* Dorado en las opciones de la cabezera */
}

/* Ancho vertical del encabezado*/
.navbar {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}


/* Imagenes de Favoritos en miniatura cuadon accedemos al perfil */
.favorito-img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.2s ease;
}

.favorito-img:hover {
  transform: scale(1.05);
}

/* Texto Colecciones */
.collection-overlay h2 {
  color: #ffffff;
  text-align: center;
}

.collection-overlay p {
  color: #ffffff;
  text-align: center;
}


.collection-hero h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.subtitle {
  font-size: 1.4rem;
  font-style: italic;
  margin-bottom: 1.5rem;
}

.intro {
  font-size: 1.1rem;
  line-height: 1.6;
}

.collection-manifesto {
  text-align: center;
  padding: 70px 20px 20px 20px;
  font-size: 1.8rem;
  background: #f9f6f2;
}

.collection-manifesto p {
  margin-bottom: 1px;
}
/* linea debajo del manifiesto */
.collection-manifesto::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #c8b6a6;
  margin: 30px auto 0;
}



/* Ajustar imagen pantalla completa de colecciones_camas_casita.htmil */

.collection-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin: 0;
}

.hero-container {
  width: 100%;
  height: 100%;
}

.hero-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Ajustar texto de colecciones */
.collection-hero h1 {
  font-size: clamp(3.5rem, 4vw, 3rem);
  font-weight: 300;
}

.subtitle {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.intro {
  font-size: 1.3rem;
  line-height: 1.6;
  opacity: 0.95;
}

.collection-hero-content {
  position: absolute;
  max-width: 600px;
}

.hero-camas .collection-hero-content {
  top: 40%;
  left: 4%;
  transform: translateY(-50%);
  color: white;
  text-align: center;
}
.hero-muebles .collection-hero-content {
  top: 39%;
  left: 48%;
  transform: translateY(-50%);
  color: white;
  text-align: center;
}
.hero-decoracion .collection-hero-content {
  top: 30%;
  left: 65%;
  transform: translateY(-50%);
  color: white;
  text-align: center;
}
.hero-temporada .collection-hero-content {
  top: 60%;
  left: 1%;
  transform: translateY(-50%);
  color: white;
  text-align: center;
}

/* Estilo visual de la tarjetas dentro de colecciones */

.collection-products {
  padding: 100px 0;
}

.product-card {
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.product-card .card-title {
  font-weight: 400;
  letter-spacing: 0.04em;
}

.product-card .card-text {
  font-size: 0.9rem;
  opacity: 0.8;
}


/* Texto en imagen de fondo dentro de Experiencia*/
.experience-hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.experience-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.experience-hero-content {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  max-width: 700px;
  padding: 20px;
}

.experience-hero-content h1 {
  font-size: 46px;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  color: #ffba00;
}

.experience-hero-content .subtitle {
  font-size: 18px;
  margin-bottom: 35px;
  opacity: 0.9;
  color: white
  margin-top: 0px;
}

.experience-hero-content .intro {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.85;
  color: white;
  margin-top: 0px;
}


/* Tablero Experiencia*/
.experience-grid {
  padding: 80px 0;
}

.experience-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;              /* importante */
  margin-bottom: 80px;
}

.experience-row.reverse {
  flex-direction: row-reverse;
}

.experience-image img {
  width: 100%;
  height: 500px;      /* altura fija elegante */
  object-fit: cover;
  display: block;
  border-radius: 6px;
}

.experience-text {
  max-width: 400px;
}

.text-card {
  padding: 40px;
  background: #f9f6f2;
}

.text-card h3 {
  font-weight: 400;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}

.text-card p {
  opacity: 0.8;
  line-height: 1.6;
}

/* Manifiesto Experiencia*/

.manifiesto-experiencia {
  padding: 70px 20px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.manifiesto-inner {
  max-width: 900px;
}

.manifiesto-experiencia p {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 15px;
}

/* Línea debajo manifiesto */
.manifiesto-line {
  width: 80px;
  height: 1px;
  background-color: #111111;
  margin: 30px auto 0 auto;
}

/* Imagenes forma tablero de ajedrez dentro de EXPERIENCIA */

.experience-grid {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 100px;
}
.experience-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;   /* 💥 centra horizontal y vertical */
  min-height: 80vh;
}

.experience-image img {
  width: 100%;
  max-width: 750px;   /* nunca más grande que 600px */
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 20px;   /* muy sutil */
  transition: transform 0.6s ease;
}
.experience-image img:hover {
  transform: scale(1.03);
}

.text-card {
  width: 100%;
  max-width: 750px;
  aspect-ratio: 1 / 1;       /* misma altura que imagen */
  display: flex;
  flex-direction: column;
  justify-content: center;   /* centra texto verticalmente */
  padding: 40px;
  box-sizing: border-box;
  background: #f8f8f8;
  border-radius: 12px;
}

/* Texto de las Imagenes forma tablero de ajedrez dentro de EXPERIENCIA */
.text-card h3 {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.text-card p {
  font-size: 25px;
  line-height: 1.6;
  font-weight: 300;
}

/* Formulario de CONTACTO */

.contact-section {
  padding: 140px 20px;
  background: #f5f3ef; /* tono cálido suave */
  display: flex;
  justify-content: center;
}

.contact-inner {
  max-width: 700px;
  width: 100%;
  text-align: center;
}

.contact-inner h2 {
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

.contact-intro {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 60px;
  color: #444;
}


/* Tarjetas de CONTACTO */

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  min-height: 100vh;
  padding: 80px;
  align-items: start;   /* 💥 en vez de center */
  background: #f5f3ef;
}

.contact-left {
  display: flex;
  flex-direction: column;
  gap: 30px;                /* espacio entre tarjetas */
  align-items: flex-start;  /* alineadas a la izquierda */
}
.contact-card h3 {
  margin-bottom: 30px;
  letter-spacing: 0.08em;
  color: #8a6642;
}

.contact-card p {
  margin: 4px 0;     /* mucho más compacto */
  line-height: 1.4;  /* controla la altura de línea */
}

.contact-center {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50px); /* 👈 mueve a la izquierda */
}

.contact-center img {
  width: 550px;
  max-width: 100%;
  opacity: 0.9;
  margin-left: 0px;
}

.contact-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-right h3 {
  font-size: 26px;
  margin-bottom: 30px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 400px;
}

.contact-form input,
.contact-form textarea {
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 12px;
  font-family: inherit;
  font-size: 15px;
  background: white;
}

.contact-form textarea {
  min-height: 120px;
  resize: none;
}

.contact-form button {
  padding: 16px;
  border: none;
  border-radius: 50px;
  background: #c8a96a;
  color: white;
  cursor: pointer;
  transition: 0.3s ease;
}

.contact-form button:hover {
  background: #b89658;
}

/* =====================================================
   ADMIN - PRODUCTOS
===================================================== */

.admin-container {
    padding: 40px;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.admin-table th,
.admin-table td {
    border: 1px solid #ddd;
    padding: 10px;
}

.admin-table th {
    background-color: #f5f5f5;
}

/* BOTÓN PRINCIPAL ADMIN */
.btn-admin-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 10px 18px;
    margin-bottom: 25px;

    background-color: #2c3e50;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;

    border-radius: 6px;
    transition: all 0.25s ease;
}

.btn-admin-primary {
    background-color: #2c3e50 !important;
}

.btn-admin-primary:hover {
    background-color: #34495e;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.btn-admin-primary:active {
    transform: translateY(0);
    box-shadow: none;
}

.btn-admin-primary .btn-icon {
    font-size: 16px;
    font-weight: bold;
}

.acciones {
    display: flex;
    gap: 12px;
}

.btn-action {
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-edit {
    background-color: #e6f0ff;
    color: #1a4fbf;
    border: 1px solid #c9dcff;
}

.btn-edit:hover {
    background-color: #1a4fbf;
    color: white;
}

.btn-delete {
    background-color: #ffe6e6;
    color: #b30000;
    border: 1px solid #ffcccc;
}

.btn-delete:hover {
    background-color: #b30000;
    color: white;
}
/* =====================================================
   ADMIN - EDITAR PRODUCTO
===================================================== */

.form-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 30px;
    font-size: 17px;
}

.form-container h2 {
    margin-bottom: 30px;
    font-size: 28px;
}

.form-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 0.9fr;
    gap: 35px;
    align-items: start;
}

.columna {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 18px;
}

.form-group input,
.form-group textarea {
    padding: 8px 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

textarea {
    resize: vertical;
    min-height: 90px;
}

/* Categorías */
.categorias-group label {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.categorias-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 25px;
}

.categoria-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: normal;
}

.categoria-item {
    font-weight: normal;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Botón */
.btn-guardar {
    margin-top: 10px;
    padding: 10px;
    font-size: 16px;
    background-color: #222;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.btn-guardar:hover {
    background-color: #444;
}

.imagenes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.imagen-card {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    background: #fafafa;
}

.imagen-card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.imagen-opciones {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 14px;
}

/* =====================================================
   PANEL ADMINISTRACIÓN
===================================================== */

.admin-panel-wrapper {
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.admin-panel-box {
    text-align: center;
}

.admin-panel-box h1 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 50px;
    letter-spacing: 0.08em;
}

.admin-links {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
}

.admin-link-card {
    width: 320px;
    padding: 18px 0;

    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-decoration: none;

    background: white;
    color: #2a2a2a;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);

    transition: all 0.3s ease;
}

.admin-link-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    background: #2c3e50;
    color: white;
}

/* =====================================================
   PANEL ADMINISTRACIÓN (MENSAJES PENDIENTES)
===================================================== */

.alerta-mensajes {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-bottom: 50px;
    margin-right: 50px;
}

.texto-alerta {
    font-size: 28px;
    font-weight: 500;
}

.contador-alerta {
    font-size: 28px;
    font-weight: bold;
    color: white;
    background: #dc3545;

    width: 32px;
    height: 32px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* =====================================================
   PANEL ADMINISTRACIÓN MENSAJES CONTACTO
===================================================== */
.estado-pendiente {
    color: #e74c3c;
    font-weight: bold;
}

.estado-leido {
    color: #f39c12;
    font-weight: bold;
}

.estado-respondido {
    color: #27ae60;
    font-weight: bold;
}

.btn-success {
    background-color: #27ae60;
    color: white;
}

/* =====================================================
   REGISTRO DE USUARIOS
===================================================== */

/* CONTENEDOR */

.registro-container {
    width: 420px;
    margin: 60px auto;
    padding: 35px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
}

.registro-container h2 {
    text-align: center;
    margin-bottom: 25px;
}


/* FORMULARIO */

.form-registro {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-weight: 600;
    margin-bottom: 5px;
}

.form-group input {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
}


/* BOTON */

.btn-registro {
    margin-top: 10px;
    padding: 12px;
    background: #111;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
}

.btn-registro:hover {
    background: #333;
}


/* DIRECCIONES */
/* =========================================
   PAGINA DIRECCIONES
========================================= */

.pagina-direcciones
{
    max-width: 720px;
}



/* ================================
   TITULOS
================================ */

.pagina-direcciones h2
{
    font-weight: 600;
    color: #111;
    margin-bottom: 30px;
}



/* ================================
   TARJETAS DE DIRECCIÓN
================================ */

.pagina-direcciones .direccion-card
{
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 18px;
    margin-bottom: 18px;
    background: #ffffff;
    transition: all 0.2s ease;
}

.pagina-direcciones .direccion-card:hover
{
    border-color: #000;
    transform: translateY(-1px);
}



/* ================================
   TEXTO DIRECCIÓN
================================ */

.pagina-direcciones .direccion-linea1
{
    font-weight: 700;
    font-size: 15px;
    color: #111;
}

.pagina-direcciones .direccion-linea2
{
    font-size: 14px;
    color: #333;
}

.pagina-direcciones .direccion-linea3
{
    font-size: 13px;
    color: #666;
}



/* ================================
   BOTONES
================================ */

.pagina-direcciones .btn-usar
{
    font-size: 13px;
    padding: 6px 16px;
    border-radius: 6px;
    font-weight: 500;
}

.pagina-direcciones .btn-nueva-direccion
{
    padding: 10px 22px;
    border-radius: 6px;
    font-weight: 500;
}

.pagina-direcciones .btn-guardar-direccion
{
    padding: 10px 26px;
    border-radius: 6px;
    font-weight: 600;
}



/* ================================
   LINKS EDITAR / ELIMINAR
================================ */

.pagina-direcciones .direccion-links a
{
    font-size: 13px;
}

.pagina-direcciones .direccion-links a:hover
{
    text-decoration: underline;
}



/* ================================
   FORMULARIOS
================================ */

.pagina-direcciones .direccion-form label
{
    font-weight: 600;
    font-size: 14px;
    color: #222;
    margin-bottom: 6px;
}



.pagina-direcciones .direccion-form input
{
    border-radius: 6px;
    border: 1px solid #cfcfcf;
    padding: 10px 12px;
    font-size: 14px;
    color: #111;
    width: 100%;
}



.pagina-direcciones .direccion-form input::placeholder
{
    color: #9a9a9a;
}



.pagina-direcciones .direccion-form input:focus
{
    border-color: #000;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.08);
}



.pagina-direcciones .direccion-form .mb-3
{
    margin-bottom: 18px;
}



.pagina-direcciones .direccion-form button
{
    margin-top: 10px;
}}

/* ================================
   HISTORICO PEDIDOS
================================ */
/* ===============================
   PEDIDOS PAGE
================================ */

.pedidos-page .pedido-fecha
{
    font-size: 13px;
    color: #777;
}

.pedidos-page .pedido-total
{
    font-weight: 600;
    margin-right: 20px;
}



/* BADGE ESTADO */

.pedidos-page .estado-badge
{
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 6px;
    text-transform: capitalize;
}

.pedidos-page .estado-pagado
{
    background: #3a86ff;
    color: white;
}

.pedidos-page .estado-preparando
{
    background: #f77f00;
    color: white;
}

.pedidos-page .estado-enviado
{
    background: #ffbe0b;
    color: #333;
}

.pedidos-page .estado-entregado
{
    background: #2a9d8f;
    color: white;
}



/* BARRA PROGRESO */

.pedidos-page .pedido-progreso
{
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.pedidos-page .paso
{
    font-size: 13px;
    color: #999;
}

.pedidos-page .paso.activo
{
    color: #111;
    font-weight: 600;
}

.pedidos-page .linea
{
    flex: 1;
    height: 2px;
    background: #ddd;
    margin: 0 10px;
}

.pedidos-page .linea.activa
{
    background: #000;
}

/* ================================
ADMIN PEDIDO DETALLE
================================ */

.admin-container
{
    max-width: 900px;
    margin: auto;
}

/* Header pedido */

.admin-header
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

/* Botón volver */

.btn-admin-secondary
{
    background: #f3f3f3;
    color: #333;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #ddd;
    transition: all 0.2s ease;
}

.btn-admin-secondary:hover
{
    background: #e6e6e6;
}

/* Estado del pedido */

.admin-select
{
    padding: 6px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-left: 8px;
    margin-right: 10px;
}

/* Botón actualizar */

.btn-admin-primary
{
    background: #1f7aec;
    color: white;
    border: none;
    padding: 7px 14px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s;
}

.btn-admin-primary:hover
{
    background: #1665c4;
}

/* Separación textos */

.admin-container p
{
    margin: 8px 0;
}

/* Tabla productos */

.admin-table
{
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.admin-table th
{
    text-align: left;
    padding: 10px;
    background: #f5f5f5;
    font-weight: 600;
}

.admin-table td
{
    padding: 10px;
    border-bottom: 1px solid #eee;
}

/* Subtotal alineado */

.admin-table td:last-child
{
    text-align: right;
    font-weight: 600;
}


/* ================================
/* FLASH MESSAGES */
================================ */
.alert {
    border: none;
    border-radius: 14px;
    padding: 14px 18px;
    font-size: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
/* ============================================================== */
/*=========================
  ACORDEÓN DETALLES PRODUCTO
==========================*/
.hero-camas-container{
    width:100%;
    height:100%;
    position:relative;
}

.hero-camas-container img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:none;
}


.accordion-item{
    border: none;
    border-bottom: 1px solid #e5e5e5;
}

.accordion-button{
    background: #fff;
    font-weight: 600;
    font-size: 1rem;
    padding: 18px 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed){
    background: #fff;
    color: #8b5a2b;
}

.accordion-button:focus{
    box-shadow: none;
}

.accordion-body{
    padding-left: 10px;
    padding-bottom: 20px;
}

.lista-producto{
    list-style: none;
    margin: 0;
    padding: 0;
}

.lista-producto li{
    position: relative;
    padding-left: 55px;
    margin-bottom: 14px;
    line-height: 1.8;
    color: #555;
}

.lista-producto li::before{
    content: "\F26A";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 18px;
    top: 2px;
    color: #8b5a2b;
    font-size: 1rem;
}
}
/* ============================================================== */


/*LANDING LITERAS CASITAS
/* ============================================================== */
/*=========================================
 HERO
==========================================*/
/* ========= HERO CAMAS ========= */

.hero-camas{
    position:relative;
    width:100%;
    height:100vh;
    overflow:hidden;

    margin-bottom:40px;
}

.hero-camas-container{
    width:100%;
    height:100%;
}

.hero-camas-container img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;

}

.hero-camas-content h1{

    font-size: 3.5rem;

    font-weight: 200;

    letter-spacing: 3px;

    text-transform: uppercase;

    margin-top:20px;

color:#D6B97B;
}

.hero-camas-content{

    position:absolute;

    top:60%;
    left:4%;

    transform:translateY(-50%);

    max-width:600px;

    color:#fff;

    text-align:center;

    z-index:100;
}
.hero-logo img{
    width:430px;
    margin-top:-280px;
 }


.miniaturas-producto{

    display:flex;
    gap:8px;
    justify-content:center;
    margin-top:15px;

}

.miniaturas-producto img{

    width:60px !important;
    height:60px !important;

    object-fit:cover;

    flex:0 0 60px;

    border:1px solid #ddd;
    border-radius:4px;

    cursor:pointer;

}

v/* Espacio entre miniaturas y texto */

.miniaturas-producto{

    display:flex;
    justify-content:center;
    gap:8px;
    margin-bottom:22px;   /* antes estaba mucho más junto */

}

/* Nombre del producto */

.product-card .card-title{

    font-size:1.45rem;
    font-weight:500;
    margin-bottom:12px;
    color:#222;

}

/* Descripción */

.product-card .card-text{

    font-family: "Cormorant Garamond", serif;
    font-size:1.05rem;
    line-height:1.7;
    color:#666;
    margin-bottom:10px;

}

.product-card .card-body{

    padding:1.8rem;

}

.miniaturas-producto{

    margin-top:18px;
    margin-bottom:24px;

}


.imagen-principal{

    overflow:hidden;
    cursor: zoom-in;

}

.imagen-principal img{

    width:100%;
    display:block;

    transition:transform .5s ease;

}

.imagen-principal:hover img{

    transform:scale(1.05);

}

.visor-imagen{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.85);

    display:flex;

    justify-content:center;

    align-items:center;

    opacity:0;

    visibility:hidden;

    transition:.3s;

    z-index:9999;

    cursor:zoom-out;

}

.visor-imagen.activo{

    opacity:1;

    visibility:visible;

}

.visor-imagen img{

    max-width:85vw;

    max-height:85vh;

    border-radius:10px;

    box-shadow:0 20px 60px rgba(0,0,0,.5);

}

/*=================== VALORES ===================*/

.woodpau-valores{

    padding:120px 0;

    background:#faf8f4;

}

.titulo-seccion{

    text-align:center;

    max-width:760px;

    margin:0 auto 80px;

}

.titulo-seccion span{

    color:#b08a52;

    letter-spacing:3px;

    font-size:.85rem;

    text-transform:uppercase;

}

.titulo-seccion h2{

    font-family:"Cormorant Garamond",serif;

    font-size:3.2rem;

    margin:18px 0;

    color:#2e2e2e;

}

.titulo-seccion p{

    font-size:1.15rem;

    color:#6b6b6b;

    line-height:1.9;

}

.valor-card{

    background:white;

    padding:45px 35px;

    border-radius:14px;

    text-align:center;

    height:100%;

    transition:.35s;

    box-shadow:0 8px 25px rgba(0,0,0,.05);

}

.valor-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.valor-icono{

    font-size:3rem;

    margin-bottom:25px;

}

.valor-card h3{

    font-family:"Cormorant Garamond",serif;

    font-size:1rem;

    margin-bottom:18px;

    color:#2d2d2d;

}

.valor-card p{

    color:#6d6d6d;

    line-height:1.8;

    font-size:1rem;

}

.logo-seccion{
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}

.logo-seccion img{
    width: 550px;
    height: auto;
    opacity: .95;
    transition: .3s ease;
}

.logo-seccion img:hover{
    transform: scale(1.03);
}

.configurable-section{

    padding:90px 0;
    background:#f8f5f1;
    text-align:center;

}

.configurable-etiqueta{

    display:inline-block;
    letter-spacing:3px;
    font-size:.8rem;
    color:#8d7355;
    margin-bottom:18px;

}

.configurable-section h2{

    font-size:2.3rem;
    margin-bottom:25px;
    color:#3b2f26;

}

.configurable-texto{

    max-width:700px;
    margin:0 auto 50px;
    font-size:1.08rem;
    line-height:1.8;
    color:#666;

}

.configurable-items{

    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:30px;

}

.configurable-items .item{

    background:white;
    padding:22px 30px;
    border-radius:14px;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
    min-width:220px;
    font-size:1.05rem;
    transition:.3s;

}

.configurable-items .item:hover{

    transform:translateY(-5px);

}

.configurable-items .item span{

    display:block;
    margin-top:10px;

}

.configurable-items .precio{

    background:#6b4b32;
    color:white;

}

.configurable-items .precio strong{

    color:#fff;

}

.imagen-transicion{
    max-width: 700px;
    width: 100%;
    margin: 90px auto;
    padding: 0 20px;
    position: relative;
}

.imagen-transicion img{
    width: 100%;
    display: block;
    border-radius: 8px;
    box-shadow: 0 30px 70px rgba(0,0,0,.30);
    transition: transform .4s ease;
}

.imagen-transicion img:hover{
    transform: scale(1.015);
}

.collection-manifesto{

    text-align:center;
    padding:200px 0 90px;

}

.configurable-etiqueta{

    display:inline-block;
    margin-bottom:18px;

    font-size:.85rem;
    letter-spacing:3px;
    text-transform:uppercase;

    color:#9a7b56;

}

.configurable-section h2{

    font-family:"Cormorant Garamond", serif;
    font-size:2.7rem;
    font-weight:500;
    letter-spacing:-0.2px;
    line-height:1.1;

    color:#7a5a38;

}

.configurable-texto{

    max-width:760px;

    margin:0 auto;

    font-size:1.15rem;

    line-height:1.9;

    color:#666;

}

.configurable-precio{

    display:flex;
    justify-content:center;
    align-items:baseline;
    gap:14px;

    margin-top:05px;

}

.configurable-precio .texto-superior{

    font-size:1.55rem;
    letter-spacing:2px;

    color:#8d7355;

}

.configurable-precio .precio{

    font-family:"Cormorant Garamond", serif;
    font-size:3.5rem;
    font-weight:400;
    color:#6b4b32;
    line-height:1;

}
.linea-precio{

    width:90px;
    height:2px;

    margin:25px auto 0;

    background:linear-gradient(
        to right,
        transparent,
        #b08a52,
        transparent
    );

}

.catalogo-intro{

    text-align:center;
    margin-bottom:35px;

}

.catalogo-etiqueta{

    display:inline-block;
    margin-bottom:18px;

    font-size:.85rem;
    letter-spacing:3px;
    text-transform:uppercase;

    color:#9a7b56;

}

.catalogo-intro h2{

    font-family:"Cormorant Garamond", serif;
    font-size:2.7rem;
    font-weight:500;
    letter-spacing:-0.2px;
    line-height:1.1;

    color:#7a5a38;

}

.catalogo-intro p{

    max-width:650px;
    margin:0 auto;

    color:#666;
    line-height:1.8;

}

.logo-configurable{

    text-align:center;

    margin:0;

}

.logo-configurable img{

    width:320px;

    display:block;

    margin:10px auto 5px;

    opacity:.95;

    transition:.3s ease;

}

.logo-configurable img:hover{

    transform:translateY(20px) scale(1.03);

}

.configurable-section{

    background:#f8f5f1;
    padding:80px 0;

}

.configurable-card{

    max-width:900px;

    margin:0 auto;

    padding:70px 80px;

    background:#ffffff;

    border-radius:28px;

    border:1px solid rgba(176,138,82,.18);

    box-shadow:
        0 10px 30px rgba(0,0,0,.05),
        0 30px 60px rgba(0,0,0,.06);

    text-align:center;

}
.collection-manifesto{

    background:#f8f5f1;
    padding:90px 0;

}

.manifesto-card{

    max-width:900px;
    margin:0 auto;

    padding:60px;

    background:#fff;

    border-radius:28px;

    border:1px solid rgba(176,138,82,.18);

    box-shadow:0 15px 40px rgba(0,0,0,.06);

}
.valores-card{

    max-width:500px;

    margin:0 auto;

    padding:90px 0;

    background:#fff;

    border-radius:28px;

    border:1px solid rgba(176,138,82,.18);

    box-shadow:0 15px 40px rgba(0,0,0,.06);

}


.configurable-cabecera{

    text-align:center;

    max-width:760px;

    margin:0 auto 60px;

}

.valor-icono{

    margin-bottom:28px;

}

.valor-card{

    padding:55px 45px;
    min-height:290px;

}

.valor-icono{

    font-size:3rem;
    margin-bottom:30px;
    color:#b08a52;

}
.contacto-section{

    padding:120px 0;
    background:#faf8f4;

}

.contacto-card{

    display:grid;
    grid-template-columns:1fr 1fr;

    background:#fff;

    border-radius:30px;

    overflow:hidden;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.contacto-imagen{

    display:flex;
    justify-content:center;
    align-items:center;
    padding:40px;
    overflow:hidden;   /* Muy importante */
}

.contacto-imagen img{

    width:580px;
    height:900px;

    object-fit:cover;
    object-position:center 100%;

    border-radius:18px;

    border:12px solid #f7f3ee;

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.contacto-contenido{

    padding:70px;
    text-align:center;
}

.contacto-contenido h2{

    font-family:"Cormorant Garamond", serif;

    font-size:2.8rem;

    color:#7a5a38;

    margin:20px 0;

    text-align:center;

}

.contacto-formulario{

    margin-top:40px;

}

.contacto-formulario input,
.contacto-formulario textarea{

    width:100%;

    padding:18px 0;

    margin-bottom:28px;

    border:none;

    border-bottom:1px solid #ddd;

    background:transparent;

    font-size:1rem;

    transition:.3s;

}

.contacto-formulario input:focus,
.contacto-formulario textarea:focus{

    outline:none;

    border-color:#b08a52;

}

.check{

    display:flex;

    align-items:center;

    gap:10px;

    font-size:.9rem;

    color:#666;

    margin:20px 0 35px;

}

.contacto-formulario button{

    background:#6b4b32;

    color:#fff;

    border:none;

    padding:16px 42px;

    border-radius:50px;

    font-size:1rem;

    transition:.3s;

}

.contacto-formulario button:hover{

    background:#866246;

    transform:translateY(-2px);

}


.collection-productos{


    background:#faf8f4;
}

.productos-card{

    background:#fff;

    padding:60px;

    border-radius:24px;

    border:1px solid #ece7df;

    box-shadow:0 12px 35px rgba(0,0,0,.06);

}
/* ============================================================== */
/* =======================================================
   LANDING CAMAS - VERSIÓN MÓVIL
======================================================= */

@media (max-width:768px){

    .hero-camas{

        height:65vh;
        margin-bottom:20px;

    }

    .hero-camas-content{

        top:38%;
        left:50%;

        transform:translate(-50%,-50%);

        width:90%;
        max-width:none;

        text-align:center;
        z-index:2;

    }

    .hero-logo img{

        width:150px;
        margin-top:-10px;

    }

    .hero-camas-content h1{

        font-size:1.9rem;
        font-weight:900;      /* Más gruesa */
        letter-spacing:2px;
        margin-top:180px;
        margin-bottom:5px;

    }

    /* Frase "Dormir dentro..." */
    .hero-camas-content p{

        font-size:0.9rem;
        margin-bottom:10px;
        margin-top: 3px;

    }

    /* Texto descriptivo */
    .hero-camas-content .descripcion{

        font-size:0.72rem;
        line-height:1.45;
        margin-top: 5px;

    }



    .collection-manifesto{

        padding:40px 15px;

    }

    .manifesto-card{

        padding:30px 20px;

    }
    .imagen-transicion{

        max-width:100%;

        margin:30px auto 0;

        padding:0;

    }

    .imagen-transicion img{

        width:100%;
        border-radius:12px;

    }

    .configurable-precio{

        flex-direction:column;
        align-items:center;
        justify-content:center;
        gap:5px;

        text-align:center;

    }

    .configurable-precio .texto-superior{

        font-size:1rem;
        letter-spacing:1px;

    }

    .precio{

        font-size:2.4rem;

    }

    .configurable-card{

        padding:35px 20px;

    }

    .logo-configurable{

        width:100%;
        display:flex;
        justify-content:center;
        align-items:center;
    }

    .logo-configurable img{

        width:170px;
        margin:15px auto;

    }



    .contacto-section{

        padding:50px 15px;

    }

    .contacto-card{

        display:flex;
        flex-direction:column;

        border-radius:22px;

    }

    /* FOTO */

    .contacto-imagen{

        padding:20px 20px 0 20px;

        display:flex;
        justify-content:center;
        align-items:center;

    }

    .contacto-imagen img{

        width:100%;
        height:280px;

        object-fit:cover;
        object-position:center;

        border-radius:16px;
        border:8px solid #f7f3ee;

        box-shadow:0 12px 30px rgba(0,0,0,.10);

    }

    /* TEXTO */

    .contacto-contenido{

        padding:35px 20px;

        text-align:center;

    }

    .contacto-contenido h2{

        font-size:2rem;

        margin-bottom:20px;

    }

    .contacto-contenido p{

        font-size:.95rem;

        line-height:1.6;

    }

    /* FORMULARIO */

    .contacto-formulario{

        margin-top:30px;

    }

    .contacto-formulario input,
    .contacto-formulario textarea{

        width:100%;

        font-size:16px;

    }

    .contacto-formulario button{

        width:100%;

        padding:16px;

        font-size:1rem;

    }

    .check{

        font-size:.85rem;

        text-align:left;

    }

  /* HERO EXPERIENCIA*/

    .experience-hero{
        height:70vh;
    }

    .experience-hero-content{
        width:90%;
        top:72%;
        padding:0 15px;
    }

    .experience-hero-content h1{
        font-size:34px;
        margin-bottom:15px;
        letter-spacing:4px;
    }

    .experience-hero-content .subtitle{
        font-size:18px;
        margin-bottom:20px;
    }

    .experience-hero-content .intro{
        font-size:15px;
        line-height:1.6;
    }


    /* MANIFIESTO */

    .manifiesto-experiencia{
        padding:60px 25px;
    }

    .manifiesto-experiencia p{
        font-size:22px;
        line-height:1.45;
    }


    /* TABLERO */

    .experience-grid{
        padding:0 20px;
    }

    .experience-row{

        display:flex;
        flex-direction:column !important;

        min-height:auto;

        gap:25px;

        margin-bottom:60px;
    }

    .experience-row.reverse{

        flex-direction:column !important;

    }


    /* IMÁGENES */

    .experience-image{

        width:100%;

    }

    .experience-image img{

        width:100%;
        max-width:100%;

        height:320px;

        aspect-ratio:auto;

        border-radius:18px;

    }


    /* TARJETAS */

    .experience-text{

        width:100%;
        max-width:100%;

    }

    .text-card{

        width:100%;
        max-width:100%;

        aspect-ratio:auto;

        padding:35px 25px;

        border-radius:18px;

    }

    .text-card h3{

        font-size:30px;

        margin-bottom:15px;

        text-align:center;

    }

    .text-card p{

        font-size:18px;

        line-height:1.7;

        text-align:center;

    }


    /* CONTACTO */

    .contact-section{

        padding:70px 20px;

    }

    .contact-inner h2{

        font-size:34px;

    }

    .contact-intro{

        font-size:18px;

        margin-bottom:40px;

    }


    .contact-layout{

        display:flex;

        flex-direction:column;

        padding:40px 20px;

        gap:45px;

        min-height:auto;

    }

    .contact-left{

        align-items:center;

        text-align:center;

    }

    .contact-center{

        transform:none;

    }

    .contact-center img{

        width:240px;

    }

    .contact-right{

        align-items:center;

    }

    .contact-form{

        width:100%;
        max-width:100%;

    }

    .contact-form input,
    .contact-form textarea{

        font-size:16px;

    }

    .contact-form button{

        width:100%;

    }

        .contact-layout{
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        gap:40px;
        padding:40px 20px;
    }

    .contact-left,
    .contact-center,
    .contact-right{
        width:100%;
        display:flex;
        flex-direction:column;
        align-items:center;
        text-align:center;
    }

    .contact-center{
        order:2;
    }

    .contact-left{
        order:1;
    }

    .contact-right{
        order:3;
    }

    .contact-center img{
        display:block;
        width:220px;
        max-width:100%;
        margin:0 auto;
    }

    .contact-form{
        width:100%;
        max-width:400px;
    }

}

