*{margin:0;padding:0;box-sizing:border-box}

:root{
  --verde:#0d3b3e;
  --verde-oscuro:#06292c;
  --amarillo:#f4b000;
  --naranja:#f15a24;
  --blanco:#ffffff;
  --fondo:#f7f9f9;
  --texto:#15393c;
  --texto-suave:#4b5c5f;
  --borde:#e4e9e9;
  --sombra:0 12px 35px rgba(13,59,62,.12);
}

body{font-family:Arial, Helvetica, sans-serif;background:var(--fondo);color:var(--texto);line-height:1.6;}
a{text-decoration:none}

.top-header{background:var(--color-header-bg,var(--blanco));padding:18px 8%;display:grid;grid-template-columns:1.2fr 1fr auto;gap:28px;align-items:center;box-shadow:0 3px 16px rgba(0,0,0,.06);}
.brand{display:flex;align-items:center;gap:18px}.brand img{width:86px;height:auto;display:block}.brand-text{font-size:31px;letter-spacing:4px;color:var(--verde);font-weight:800;white-space:nowrap}
.search-box{display:flex;align-items:center;background:#fff;border:1px solid #d9e0e0;border-radius:35px;padding:11px 18px;min-width:260px;}.search-box input{border:0;outline:none;width:100%;font-size:15px;color:#333}.search-box span{font-size:22px;color:#111}.search-box:focus-within{border-color:var(--naranja);box-shadow:0 0 0 3px rgba(241,90,36,.12);}
.header-actions{display:flex;align-items:center;gap:24px;white-space:nowrap}.wa-top{display:flex;align-items:center;gap:10px;color:#111;font-weight:bold}.wa-top small{display:block;color:#333;font-weight:400;margin-top:-5px}.socials{font-size:28px;display:flex;gap:10px;align-items:center}.cart{font-size:30px;color:var(--verde);position:relative}.cart::after{content:'0';position:absolute;right:-10px;top:-8px;background:var(--naranja);color:#fff;font-size:12px;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;}
nav{background:linear-gradient(90deg,var(--verde-oscuro),var(--verde));padding:0 8%;display:flex;justify-content:center;gap:28px;position:sticky;top:0;z-index:1000;}nav a{color:#fff;font-weight:bold;padding:17px 28px;display:inline-block;transition:.3s}nav a:hover,nav a.active{background:var(--amarillo);color:#fff;border-radius:8px}
.hero{background:#fff;padding:36px 8% 25px;overflow:hidden}.hero-wrap{display:grid;grid-template-columns:34% 66%;align-items:center;gap:20px}.hero-copy h1{font-size:43px;line-height:1.15;color:var(--verde);margin-bottom:18px;letter-spacing:.5px}.hero-copy h1 span{color:var(--naranja)}.hero-copy p{font-size:19px;color:#222;margin-bottom:26px}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.hero-banner img{width:100%;height:auto;display:block;border-radius:0 16px 16px 0}
.btn{display:inline-flex;align-items:center;gap:8px;background:var(--verde);color:#fff;padding:14px 22px;border-radius:9px;font-weight:bold;border:2px solid var(--verde);transition:.3s;cursor:pointer;}.btn:hover{background:var(--naranja);border-color:var(--naranja);transform:translateY(-2px)}.btn-outline{background:#fff;color:var(--naranja);border-color:var(--naranja)}.btn-outline:hover{color:#fff;background:var(--naranja)}
.dots{display:flex;gap:14px;margin-top:34px}.dots span{width:21px;height:11px;border-radius:20px;display:block}.dots span:nth-child(1){background:var(--verde)}.dots span:nth-child(2){background:var(--amarillo)}.dots span:nth-child(3){background:var(--naranja)}
.page-hero{background:linear-gradient(135deg,#ffffff 0%,#eef3f3 100%);padding:55px 8%;text-align:center;border-bottom:1px solid var(--borde);}.page-hero h1{color:var(--verde);font-size:42px;margin-bottom:12px}.page-hero p{color:var(--texto-suave);font-size:18px;max-width:760px;margin:auto}
.benefits{margin:0 8%;transform:translateY(-8px);background:#fff;border:1px solid var(--borde);border-radius:16px;box-shadow:var(--sombra);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;}.benefit{padding:24px 30px;display:flex;align-items:center;gap:16px;border-right:1px solid var(--borde);color:var(--verde);font-weight:bold;font-size:16px;}.benefit:last-child{border-right:0}.benefit .circle{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:27px;flex:none}.benefit:nth-child(1) .circle,.benefit:nth-child(4) .circle{background:var(--verde)}.benefit:nth-child(2) .circle{background:var(--amarillo)}.benefit:nth-child(3) .circle{background:var(--naranja)}
section{padding:58px 8%}section h2{text-align:center;color:var(--verde);font-size:26px;margin-bottom:10px;text-transform:uppercase}.title-dots{display:flex;justify-content:center;align-items:center;gap:10px;margin-bottom:28px}.title-dots::before,.title-dots::after{content:'';width:90px;height:1px;background:var(--verde)}.title-dots span{width:15px;height:8px;border-radius:10px;display:inline-block}.title-dots span:nth-child(1),.title-dots span:nth-child(2){background:var(--amarillo)}.title-dots span:nth-child(3){background:var(--naranja)}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:22px}.category-card,.card{background:#fff;border:1px solid var(--borde);border-radius:14px;box-shadow:0 8px 24px rgba(0,0,0,.06);overflow:hidden;transition:.3s;}.category-card:hover,.card:hover{transform:translateY(-4px);box-shadow:var(--sombra)}.category-card{display:grid;grid-template-columns:45% 55%;align-items:center;min-height:150px}.category-card img{width:100%;height:100%;object-fit:cover}.category-card div{padding:20px}.category-card h3,.card h3{color:var(--verde);margin-bottom:10px;font-size:20px}.category-card:nth-child(3) h3,.category-card:nth-child(4) h3{color:var(--naranja)}.category-card p,.card p{color:var(--texto-suave);font-size:15px}.category-card .mini-btn{display:inline-block;margin-top:16px;background:var(--verde);color:#fff;border-radius:6px;padding:8px 13px;font-size:12px;font-weight:bold}.category-card:nth-child(2) .mini-btn{background:var(--amarillo)}.category-card:nth-child(3) .mini-btn,.category-card:nth-child(4) .mini-btn{background:var(--naranja)}.card{padding:26px;text-align:center}
.info-strip{margin:0 8% 40px;background:#fff;border:1px solid var(--borde);border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.06);display:grid;grid-template-columns:repeat(5,1fr);overflow:hidden;}.info-item{padding:18px 22px;display:flex;align-items:center;gap:14px;border-right:1px solid var(--borde);font-size:14px;color:#222}.info-item:last-child{border-right:0}.info-item strong{display:block;color:var(--texto);font-size:16px}.info-item .icon{font-size:27px;color:var(--verde)}
footer{
background:var(--color-footer-bg,var(--verde));
color:#fff;
text-align:center;
padding:26px 20px;
}

.footer-links{
margin-top:10px;
display:flex;
justify-content:center;
align-items:center;
gap:10px;
flex-wrap:wrap;
font-size:14px;
}

.footer-links a{
color:#ffffff;
opacity:.9;
transition:.3s;
font-weight:600;
}

.footer-links a:hover{
opacity:1;
color:var(--amarillo);
}

.footer-links span{
opacity:.5;
}.whatsapp-float{position:fixed;right:22px;bottom:22px;width:62px;height:62px;background:var(--color-whatsapp,#25d366);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 10px 30px rgba(37,211,102,.35);z-index:9999;transition:.3s;font-size:0}.whatsapp-float:hover{transform:scale(1.08)}.wa-icon-img{width:30px;height:30px;display:inline-block;vertical-align:middle;object-fit:contain}.wa-inline{width:20px;height:20px;vertical-align:middle;margin-right:6px}.wa-float-img{width:34px;height:34px;display:block;margin:auto}.social-icon{width:28px;height:28px;object-fit:contain}.social-mini{width:24px;height:24px;object-fit:contain}.social-pack{display:flex;gap:6px;align-items:center}
.form-card{max-width:760px;margin:auto;text-align:left;background:#fff;border:1px solid var(--borde);border-radius:16px;padding:28px;box-shadow:0 8px 24px rgba(0,0,0,.06)}label{color:var(--verde);font-weight:bold}input,textarea,select{width:100%;padding:13px;margin:8px 0 16px;border-radius:8px;border:1px solid var(--borde);background:#fff;color:#222;font-size:15px}textarea{min-height:130px;resize:vertical}.contact-section{background:#f7f9f9}.contact-grid{display:grid;grid-template-columns:0.9fr 1.3fr;gap:26px;align-items:stretch}.contact-info-card{background:linear-gradient(135deg,var(--verde),var(--verde-oscuro));color:#fff;border-radius:18px;padding:32px;box-shadow:var(--sombra)}.contact-info-card h2{color:#fff;text-align:left;margin-bottom:8px}.contact-info-card p{color:#eef7f7;margin-bottom:22px}.contact-line{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.18)}.contact-line strong{display:block;color:#fff;margin-bottom:2px}.contact-line a,.contact-line span{color:#fff}.btn-whatsapp-contact{margin-top:24px;background:var(--color-whatsapp,#25d366);border-color:#25d366;color:#fff}.form-card h2{text-align:left;color:var(--verde);margin-bottom:6px}.form-intro{color:var(--texto-suave);margin-bottom:22px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-note{margin-top:14px;font-size:14px;color:var(--texto-suave)}.campo-oculto{position:absolute;left:-9999px;opacity:0;height:0;overflow:hidden}.recaptcha-box{margin:10px 0 18px}
.productos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-top:25px}.producto-card{background:#ffffff;border:1px solid var(--borde);border-radius:14px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.06);transition:.3s;display:flex;flex-direction:column}.producto-card:hover{transform:translateY(-4px);box-shadow:var(--sombra)}.producto-card img{width:100%;height:260px;object-fit:contain;background:#ffffff;padding:14px;border-bottom:1px solid #eeeeee}.producto-card div{padding:18px}.producto-card h3{color:var(--verde);font-size:20px;margin-bottom:10px;line-height:1.2}.producto-card p{font-size:15px;color:var(--texto-suave);margin-bottom:10px}.producto-card strong{display:block;font-size:22px;color:var(--naranja);margin-bottom:14px}.producto-card .mini-btn{display:inline-block;margin-top:8px;background:var(--verde);color:#ffffff;padding:10px 14px;border-radius:8px;font-size:13px;font-weight:bold;transition:.3s}.producto-card .mini-btn:hover{background:var(--naranja)}
@media(max-width:1100px){.top-header{grid-template-columns:1fr;justify-items:center;text-align:center}.hero-wrap{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-buttons,.dots{justify-content:center}.benefits,.info-strip{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.contact-grid,.form-row{grid-template-columns:1fr}}
@media(max-width:760px){.brand-text{font-size:22px;letter-spacing:2px}.brand img{width:70px}nav{gap:0;overflow-x:auto;justify-content:flex-start;padding:0 4%}nav a{padding:14px 17px;white-space:nowrap;font-size:14px}.hero{padding:28px 5% 20px}.hero-copy h1{font-size:33px}.hero-copy p{font-size:16px}.benefits,.info-strip{grid-template-columns:1fr;margin-left:5%;margin-right:5%}.benefit,.info-item{border-right:0;border-bottom:1px solid var(--borde)}section{padding:42px 5%}.category-card{grid-template-columns:1fr}.category-card img{height:190px}.producto-card img{height:220px}}
.cart{
  cursor:pointer;
  background:#ffffff;
  border:2px solid var(--verde);
  color:var(--verde);
  padding:8px 14px;
  border-radius:14px;
  font-size:24px;
  display:flex;
  align-items:center;
  gap:8px;
  box-shadow:0 6px 18px rgba(0,0,0,.10);
}

.cart:hover{
  background:var(--verde);
  color:#ffffff;
}

.cart::after{
  display:none !important;
  content:none !important;
}

#contador-carrito{
  background:var(--naranja);
  color:#ffffff;
  min-width:24px;
  height:24px;
  padding:0 7px;
  border-radius:999px;
  font-size:14px;
  font-weight:bold;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.header-actions .cart::after,
.cart::after{
  content:none !important;
  display:none !important;
  width:0 !important;
  height:0 !important;
  opacity:0 !important;
  visibility:hidden !important;
}

/* PERFUMES - ARIAS 180 STORE */
.perfume-consulta{
  text-align:center;
  max-width:760px;
  margin:0 auto 28px;
  background:#ffffff;
  border:1px solid var(--borde);
  border-left:5px solid var(--naranja);
  padding:15px 18px;
  border-radius:12px;
  color:var(--texto);
  box-shadow:0 8px 24px rgba(0,0,0,.05);
  font-weight:bold;
}

.subtitulo-perfumes{
  color:var(--verde);
  font-size:22px;
  margin:36px 0 18px;
  padding-left:12px;
  border-left:5px solid var(--amarillo);
  text-transform:uppercase;
}

.perfumes-grid{
  margin-bottom:32px;
}

.perfume-card img{
  height:270px;
  object-fit:contain;
  background:#fff;
}

/* Botones uniformes en Perfumes */
.perfume-card .mini-btn{
  margin-top:8px;
  margin-right:6px;
  vertical-align:middle;
}

.perfume-card button.mini-btn{
  font-family:Arial, Helvetica, sans-serif;
}


/* CATALOGO PRO - portada de categorías */
.catalogo-categorias-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:26px;
  margin-top:30px;
}

.catalogo-categoria-card{
  background:#ffffff;
  border:1px solid var(--borde);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(0,0,0,.08);
  transition:.3s;
  color:var(--texto);
  display:flex;
  flex-direction:column;
  min-height:360px;
}

.catalogo-categoria-card:hover{
  transform:translateY(-5px);
  box-shadow:var(--sombra);
}

.catalogo-categoria-card img{
  width:100%;
  height:210px;
  object-fit:cover;
  background:#ffffff;
  border-bottom:1px solid #eeeeee;
}

.catalogo-categoria-card div{
  padding:22px;
}

.catalogo-categoria-card h3{
  color:var(--verde);
  font-size:22px;
  margin-bottom:10px;
}

.catalogo-categoria-card p{
  color:var(--texto-suave);
  font-size:15px;
  min-height:48px;
}

.catalogo-categoria-card span{
  display:inline-block;
  margin-top:16px;
  background:var(--verde);
  color:#ffffff;
  padding:10px 14px;
  border-radius:8px;
  font-size:13px;
  font-weight:bold;
}

.catalogo-categoria-card:hover span{
  background:var(--naranja);
}

@media(max-width:760px){
  .catalogo-categorias-grid{
    grid-template-columns:1fr;
  }
  .catalogo-categoria-card{
    min-height:auto;
  }
  .catalogo-categoria-card img{
    height:190px;
  }
}


/* BUSCADOR PRO */
.buscador-pro-form{
  max-width:980px;
  margin:0 auto 32px;
  display:grid;
  grid-template-columns:1fr auto auto;
  gap:12px;
  background:#ffffff;
  border:1px solid var(--borde);
  border-radius:18px;
  padding:16px;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
}

.buscador-pro-form input{
  margin:0;
  border-radius:12px;
  font-size:16px;
}

.buscador-pro-form button,
.buscador-pro-form a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--verde);
  color:#ffffff;
  border:0;
  border-radius:12px;
  padding:0 18px;
  font-weight:bold;
  cursor:pointer;
  min-height:48px;
}

.buscador-pro-form a{
  background:var(--naranja);
}

.buscador-pro-form button:hover,
.buscador-pro-form a:hover{
  filter:brightness(.95);
}

.resultado-titulo{
  text-align:center;
  margin-bottom:22px;
  color:var(--texto);
  font-size:18px;
}

@media(max-width:760px){
  .buscador-pro-form{
    grid-template-columns:1fr;
  }
  .buscador-pro-form button,
  .buscador-pro-form a{
    width:100%;
  }
}


/* Redes sociales y compartir */
.socials a, .social-pack a{display:inline-flex;align-items:center;justify-content:center;line-height:0}
.socials a:hover, .social-pack a:hover{transform:scale(1.08)}
.share-float{position:fixed;right:22px;bottom:94px;width:62px;height:62px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 10px 30px rgba(0,0,0,.18);z-index:9999;transition:.3s}
.share-float:hover{transform:scale(1.08)}
.share-float-img{width:34px;height:34px;display:block;margin:auto}
@media(max-width:680px){.share-float{right:18px;bottom:88px;width:56px;height:56px}.share-float-img{width:31px;height:31px}}

/* Diálogo después de agregar al carrito */
.dialogo-post-carrito{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.55);
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
  z-index:100000;
}

.dialogo-post-carrito.activo{
  display:flex;
}

.dialogo-post-carrito-caja{
  width:min(92vw,430px);
  background:#ffffff;
  border-radius:18px;
  padding:28px 24px 24px;
  text-align:center;
  position:relative;
  box-shadow:0 18px 45px rgba(0,0,0,.25);
  animation:dialogoCarritoEntrada .18s ease-out;
}

.dialogo-post-carrito-cerrar{
  position:absolute;
  top:12px;
  right:14px;
  border:0;
  background:transparent;
  color:#647174;
  font-size:30px;
  line-height:1;
  cursor:pointer;
}

.dialogo-post-carrito-icono{
  width:62px;
  height:62px;
  margin:0 auto 14px;
  border-radius:50%;
  background:var(--verde);
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
  font-weight:bold;
}

.dialogo-post-carrito h2{
  margin:0 0 8px;
  color:var(--texto);
  font-size:22px;
}

.dialogo-post-carrito p{
  margin:0 0 22px;
  color:#4b5c5f;
  line-height:1.45;
}

.dialogo-post-carrito-acciones{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.dialogo-post-carrito-acciones button{
  border:0;
  border-radius:12px;
  padding:13px 14px;
  font-weight:800;
  cursor:pointer;
  font-size:15px;
}

.btn-seguir-comprando{
  background:#edf2f2;
  color:var(--texto);
}

.btn-ir-carrito{
  background:var(--naranja);
  color:#ffffff;
}

.dialogo-post-carrito-acciones button:hover{
  filter:brightness(.96);
  transform:translateY(-1px);
}

@keyframes dialogoCarritoEntrada{
  from{opacity:0;transform:translateY(10px) scale(.98)}
  to{opacity:1;transform:translateY(0) scale(1)}
}

@media(max-width:520px){
  .dialogo-post-carrito-caja{
    padding:26px 18px 20px;
  }
  .dialogo-post-carrito-acciones{
    grid-template-columns:1fr;
  }
}

/* Selector de cantidad antes de agregar al carrito */
.cantidad-selector{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin:6px 0 22px;
}

.cantidad-selector button{
  width:46px;
  height:46px;
  border:0;
  border-radius:12px;
  background:#edf2f2;
  color:var(--texto);
  font-size:24px;
  font-weight:900;
  cursor:pointer;
}

.input-cantidad-carrito{
  width:92px;
  height:46px;
  border:1px solid #d8dddd;
  border-radius:12px;
  text-align:center;
  font-size:20px;
  font-weight:900;
  color:var(--texto);
}

.producto-cantidad-nombre{
  font-weight:700;
}

/* Carrito PRO */
.modal-carrito-pro{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.58);
  z-index:99999;
  padding:20px;
  overflow:auto;
}

.modal-carrito-caja{
  max-width:860px;
  margin:34px auto;
  background:#fff;
  border-radius:22px;
  padding:30px;
  position:relative;
  box-shadow:0 18px 50px rgba(0,0,0,.25);
}

.modal-carrito-cerrar{
  position:absolute;
  right:18px;
  top:14px;
  border:0;
  background:#edf2f2;
  color:var(--texto);
  width:38px;
  height:38px;
  border-radius:50%;
  font-size:28px;
  line-height:1;
  cursor:pointer;
}

.modal-carrito-caja h2{
  text-align:left;
  margin:0 44px 10px 0;
  color:var(--texto);
}

.modal-carrito-intro{
  color:#4b5c5f;
  margin-bottom:18px;
  line-height:1.45;
}

.lista-carrito-pro{
  margin-bottom:22px;
}

.carrito-lista-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:12px;
}

.carrito-lista-head h3{
  margin:0;
  color:var(--texto);
}

.carrito-lista-head span{
  background:#edf2f2;
  color:var(--texto);
  padding:7px 12px;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
}

.carrito-item-pro{
  border:1px solid #e3e9e9;
  border-radius:16px;
  padding:14px;
  margin-bottom:11px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  background:#fbfdfd;
}

.carrito-item-info strong{
  display:block;
  color:var(--texto);
  font-size:16px;
  margin-bottom:4px;
}

.carrito-item-info small{
  color:#667579;
}

.carrito-item-controles{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.carrito-item-controles span{
  font-weight:800;
  color:var(--texto);
  font-size:13px;
}

.carrito-item-controles button{
  min-width:34px;
  height:34px;
  border:0;
  border-radius:10px;
  background:#edf2f2;
  color:var(--texto);
  cursor:pointer;
  font-weight:900;
}

.carrito-item-controles input{
  width:72px;
  height:34px;
  padding:5px;
  border:1px solid #d8dddd;
  border-radius:10px;
  text-align:center;
  font-weight:900;
}

.carrito-quitar{
  background:#ffecec!important;
  color:#b42318!important;
  padding:0 12px!important;
}

.modal-carrito-caja form{
  display:grid;
  gap:10px;
}

.modal-carrito-caja label{
  font-weight:800;
  color:var(--texto);
  margin-top:4px;
}

.modal-carrito-caja input,
.modal-carrito-caja textarea,
.modal-carrito-caja select{
  width:100%;
  border:1px solid #d8dddd;
  border-radius:12px;
  padding:12px;
  font-size:15px;
}

.modal-carrito-caja textarea{
  min-height:82px;
  resize:vertical;
}

.mensaje-envio-pro{
  background:#fff7e6;
  border:1px solid #f4b000;
  padding:12px;
  border-radius:12px;
  margin-bottom:15px;
  color:#6b4b00;
}

@media(max-width:680px){
  .modal-carrito-caja{padding:24px 18px;margin:20px auto;border-radius:18px;}
  .carrito-item-pro{align-items:flex-start;flex-direction:column;}
  .carrito-item-controles{justify-content:flex-start;width:100%;}
}

/* Panel admin de pedidos */
.admin-pedidos-body{
  background:#f3f6f6;
  color:var(--texto);
}

.admin-pedidos-wrap{
  max-width:1180px;
  margin:30px auto;
  padding:0 18px 40px;
}

.admin-pedidos-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}

.admin-pedidos-head h1{
  margin:0 0 6px;
}

.admin-pedidos-head p{
  margin:0;
  color:#5c6b6e;
}

.admin-volver,
.admin-filtros a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#edf2f2;
  color:var(--texto);
  text-decoration:none;
  border-radius:12px;
  padding:12px 14px;
  font-weight:800;
}

.admin-filtros{
  background:#fff;
  border:1px solid #e3e9e9;
  border-radius:18px;
  padding:14px;
  display:grid;
  grid-template-columns:1fr 190px 120px 100px;
  gap:10px;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
}

.admin-filtros input,
.admin-filtros select{
  border:1px solid #d8dddd;
  border-radius:12px;
  padding:12px;
  font-size:15px;
}

.admin-filtros button,
.pedido-acciones button{
  border:0;
  border-radius:12px;
  padding:12px 14px;
  background:var(--naranja);
  color:#fff;
  cursor:pointer;
  font-weight:900;
}

.admin-resumen{
  margin:16px 0;
  color:#4b5c5f;
}

.pedido-card{
  background:#fff;
  border:1px solid #e3e9e9;
  border-radius:20px;
  padding:18px;
  margin-bottom:15px;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
}

.pedido-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  border-bottom:1px solid #edf2f2;
  padding-bottom:12px;
  margin-bottom:14px;
}

.pedido-top h2{
  margin:0 0 4px;
  font-size:21px;
}

.pedido-top p{
  margin:0;
  color:#69777a;
}

.pedido-estado{
  background:#edf2f2;
  color:var(--texto);
  border-radius:999px;
  padding:8px 12px;
  font-weight:900;
  white-space:nowrap;
}

.estado-pendiente .pedido-estado{background:#fff4d6;color:#805600;}
.estado-en-proceso .pedido-estado{background:#e9f2ff;color:#175cd3;}
.estado-entregado .pedido-estado{background:#e7f8ef;color:#067647;}
.estado-cancelado .pedido-estado{background:#ffecec;color:#b42318;}

.pedido-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-bottom:14px;
}

.pedido-grid div,
.pedido-nota{
  background:#fbfdfd;
  border:1px solid #edf2f2;
  border-radius:14px;
  padding:12px;
}

.pedido-grid strong{
  display:block;
  font-size:12px;
  text-transform:uppercase;
  color:#667579;
  margin-bottom:4px;
}

.pedido-grid span{
  color:var(--texto);
  font-weight:700;
}

.pedido-card h3{
  margin:16px 0 10px;
}

.pedido-productos{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}

.pedido-producto{
  border:1px solid #e3e9e9;
  border-radius:14px;
  padding:12px;
  background:#fff;
}

.pedido-producto strong,
.pedido-producto span,
.pedido-producto small{
  display:block;
}

.pedido-producto span{
  font-weight:800;
  margin-top:4px;
}

.pedido-producto small{
  color:#667579;
  margin-top:3px;
}

.pedido-acciones{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  margin-top:16px;
}

.pedido-acciones form{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}

.pedido-acciones select{
  border:1px solid #d8dddd;
  border-radius:12px;
  padding:11px;
}

.btn-eliminar-pedido{
  background:#b42318!important;
}

.pedido-muted{
  color:#667579;
}

@media(max-width:820px){
  .admin-pedidos-head{flex-direction:column;align-items:flex-start;}
  .admin-filtros{grid-template-columns:1fr;}
  .pedido-grid{grid-template-columns:1fr;}
  .pedido-productos{grid-template-columns:1fr;}
}

/* Aviso de seguridad / privacidad */
.aviso-monitoreo{
  background:#ffffff;
  border:1px solid var(--borde);
  border-left:5px solid var(--verde);
  color:var(--texto);
  margin:18px 8% 0;
  padding:12px 16px;
  border-radius:12px;
  box-shadow:0 8px 24px rgba(0,0,0,.05);
  font-size:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-align:center;
}


@media(max-width:760px){
  .aviso-monitoreo{
    margin-left:5%;
    margin-right:5%;
    align-items:flex-start;
    text-align:left;
  }
}


/* =========================================================
   FASE 12 - Editor Visual: estilos para bloques dinámicos
========================================================= */
.vb-block{position:relative}.section-subtitle{max-width:900px;margin:0 auto 22px;color:var(--texto-suave,#4b5c5f);text-align:center}.vb-text-wrap{display:grid;grid-template-columns:minmax(220px,420px) 1fr;gap:28px;align-items:center;max-width:1150px;margin:auto}.vb-text-img{width:100%;border-radius:22px;box-shadow:0 14px 34px rgba(0,0,0,.12);object-fit:cover}.vb-content{line-height:1.75;color:var(--texto,#15393c);font-size:1.02rem}.vb-texto{padding:45px 24px}@media(max-width:800px){.vb-text-wrap{grid-template-columns:1fr}.vb-text-img{max-height:360px}}
