/* === GLOBAL STYLES === */
body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: #f9f9f9;
  color: #333;
  padding: 1.5rem;
  text-align: center;
}

.container {
  max-width: 600px;
  margin: 0 auto;
}

/* === HEADER / TITLE === */
h1 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  color: #222;
}

p.slogan {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #555;
}

/* === BUTTONS === */
.btn {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0.5rem auto;
  padding: 1rem;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  color: white;
  transition: background-color 0.3s ease;
}

.menu-btn {
  background-color: #4CAF50;
}

.menu-btn:hover {
  background-color: #45a049;
}

.square-btn {
  background-color: #0072ff;
}

.square-btn:hover {
  background-color: #005fd1;
}

.whatsapp-btn {
  background-color: #25D366;
}

.whatsapp-btn:hover {
  background-color: #1ebe5d;
}

/* === FOOTER === */
footer {
  margin-top: 3rem;
  font-size: 0.85rem;
  color: #888;
}

/* === COMBO BOX (from menu.php) === */
.combo {
  background: #fff;
  border-radius: 10px;
  margin: 1.5rem auto;
  padding: 1rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  text-align: left;
  max-width: 500px;
}

.combo img {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 0.5rem;
}

.combo h3 {
  margin: 0.5rem 0 0.25rem;
}

.combo p {
  margin: 0.25rem 0;
}

.price {
  font-weight: bold;
  color: #2e7d32;
}
#best-sellers {
  text-align: left;
  margin-top: 2rem;
}

#best-sellers h2 {
  margin-left: 1rem;
  font-size: 1.4rem;
}

.scroll-wrapper {
  display: flex;
  overflow-x: auto;
  gap: 1rem;
  padding: 1rem;
  scroll-snap-type: x mandatory;
}

.item-card {
  flex: 0 0 auto;
  width: 200px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  scroll-snap-align: start;
  text-align: center;
}

.item-card img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.item-card h4 {
  margin: 0.5rem 0;
  font-size: 1rem;
}
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-links a {
  text-decoration: none;
  color: #000;
  font-size: 0.95rem;
}

.nav-links a {
  margin-left: 20px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
}
.catering-button {
  background-color: #f97316; /* naranja cálido */
  color: white;
  padding: 8px 14px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.catering-button:hover {
  background-color: #ea580c;
}
.menu-section {
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
}

.menu-section h2 {
  font-size: 28px;
  margin-bottom: 10px;
  text-align: center;
}

.menu-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.menu-item h3 {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.menu-item p {
  margin: 5px 0 0;
  color: #444;
}

.price {
  font-weight: bold;
  color: #e07a5f;
}
.menu-section {
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
}

.menu-section h2 {
  font-size: 28px;
  margin-bottom: 10px;
  text-align: center;
}

.menu-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.menu-item h3 {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.menu-item p {
  margin: 5px 0 0;
  color: #444;
}

.price {
  font-weight: bold;
  color: #e07a5f;
}

/* === Swiper Carousel === */
.best-sellers {
  padding: 2rem 1rem;
}
.swiper {
  width: 100%;
  padding: 1rem 0;
}
.swiper-slide {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  overflow: hidden;
}
.swiper-slide img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.swiper-slide h4 {
  margin: 0.5rem 0;
  padding: 0 0.5rem;
}

/* === Tab Section === */
.tab-section {
  text-align: center;
  padding: 2rem 1rem;
}
.tab-buttons button {
  padding: 0.75rem 1.2rem;
  margin: 0.5rem;
  border: none;
  border-radius: 5px;
  background-color: #eee;
  font-weight: bold;
  cursor: pointer;
}
.tab-buttons button.active {
  background-color: #4CAF50;
  color: white;
}
.tab-content {
  display: none;
  padding: 1rem;
}
.tab-content.active {
  display: block;
}
.item-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  padding: 1rem;
  margin-bottom: 1rem;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

/* === Floating Buttons === */
.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 999;
}
.floating-buttons a {
  padding: 0.8rem 1rem;
  border-radius: 6px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  text-align: center;
}

/* === Contact Form === */
.menu-section form input,
.menu-section form textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}
.menu-section form button {
  width: 100%;
}

/* Top bar layout */
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* Navigation links */
.top-nav a {
  margin-left: 20px;
  text-decoration: none;
  font-weight: 600;
  color: #333;
  transition: color 0.2s ease-in-out;
}

.top-nav a:hover {
  color: #4CAF50;
}
/* Logo con efecto de scroll */

.logo-img {
  height: 140px;
  width: auto;
  transition: all 0.3s ease;
  transform-origin: top left;
  margin-top: -30px; /* para que sobresalga */
}

.shrink .logo-img {
  height: 80px;
  margin-top: 0;
}
.shrink .logo-img {
  height: 80px;
  margin-top: 0;
}
.top-socials {
  display: inline-flex;
  gap: 10px;
  margin-right: 15px;
  vertical-align: middle;
}
.top-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1.5px solid #8B4513;
  color: #8B4513;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.top-socials a:hover {
  background: #8B4513;
  color: #fff;
  transform: translateY(-1px);
}
.menu-title {
  max-width: 1200px;
  margin: 24px auto 8px auto;
  padding: 0 16px;
  text-align: center;
}
.menu-title h2 {
  font-family: 'Marcellus', serif;
  color: #8B4513;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .3px;
  margin: 0;
}
.site-footer {
  background-color: #f9f9f9; /* o el color de tu marca */
  padding: 20px;
  font-size: 14px;
  color: #333;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}

.footer-title {
  font-weight: bold;
  margin-bottom: 5px;
  color: #7b431b; /* color de marca */
}

.footer-hours ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-hours li {
  margin-bottom: 2px;
}

.footer-contact a {
  color: inherit;
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
  }
}
/* contenedor virtual alrededor del H1 usando su padre inmediato */
h1{
  display:block;
  max-width: 1100px;
  margin: 14px auto 18px !important;
  padding: 22px 20px;
  background: linear-gradient(180deg,#ffffff, #faf9f7);
  border: 1px solid rgba(0,0,0,.05);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.07), 0 2px 8px rgba(0,0,0,.05);
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.15;
  font-weight: 500;
  letter-spacing:.2px;
  color:#1a1a1a;
  text-shadow: 0 1px 0 #fff;
  position: relative;
}
h1::before{
  content:"";
  position:absolute; left:18px; top:8px;
  width:56px; height:6px; border-radius:6px;
  background: rgba(123,67,27,.18);
}
@media (prefers-color-scheme: dark){
  h1{background: linear-gradient(180deg,#12151b,#0f1115); border-color:rgba(255,255,255,.06); text-shadow:none; color:#fafafa}
  h1::before{background: rgba(123,67,27,.35)}
}
/* === Contact inputs: estado base y focus unificados === */

/* BASE (gris claro, sin sombra rara del navegador) */
.contact-card .field input,
.contact-card .field textarea{
  border: 1px solid transparent;
  box-shadow: inset 0 0 0 1px #e6e6e6;
  outline: 0;
  -webkit-appearance: none;
          appearance: none;
}

/* FOCUS (borde naranja + halo durazno; sin borde negro) */
.contact-card .field input:focus,
.contact-card .field textarea:focus{
  border-color: transparent;
  box-shadow: 0 0 0 4px var(--ring),
              inset 0 0 0 1.5px var(--brand);
  outline: 0;
}

/* Por si Phone tenía reglas sueltas */
.contact-card .field input[type="tel"],
.contact-card .field input[type="tel"]:focus{
  border-color: transparent;
}
/* Base: gris claro sin borde negro */
.contact-card .field input,
.contact-card .field textarea{border:1px solid transparent!important;box-shadow:inset 0 0 0 1px #e6e6e6!important;outline:0!important;-webkit-appearance:none;appearance:none}

/* Focus: halo + borde naranja (uniforme) */
.contact-card .field input:focus,
.contact-card .field textarea:focus,
.contact-card .field input:focus-visible,
.contact-card .field textarea:focus-visible{border-color:transparent!important;outline:0!important;box-shadow:0 0 0 4px var(--ring),inset 0 0 0 1.5px var(--brand)!important}
/* Quita por completo el borde nativo y usa solo sombras */
.contact-card .field input,
.contact-card .field textarea{
  border: 0 !important;
  box-shadow: inset 0 0 0 1px #e6e6e6 !important; /* gris en reposo */
}

/* Al seleccionar: halo durazno + “borde” naranja, sin borde negro */
.contact-card .field input:focus,
.contact-card .field textarea:focus,
.contact-card .field input:focus-visible,
.contact-card .field textarea:focus-visible{
  border: 0 !important;
  outline: 0 !important;
  box-shadow: 0 0 0 4px var(--ring), inset 0 0 0 1.5px var(--brand) !important;
}
/* ——— TEXTAREA: quita el borde negro y unifica estilos ——— */

/* estado base (gris) */
.contact-card .field textarea{
  border: 0 !important;
  box-shadow: inset 0 0 0 1px #e6e6e6 !important;
  outline: 0 !important;
  -webkit-appearance: none; appearance: none;
  background-clip: padding-box; /* evita artefactos en el borde */
}

/* foco (halo + borde naranja, sin negro) */
.contact-card .field textarea:focus,
.contact-card .field textarea:focus-visible{
  border: 0 !important;
  outline: 0 !important;
  box-shadow: 0 0 0 4px var(--ring), inset 0 0 0 1.5px var(--brand) !important;
}

/* por si el wrapper le añade sombra al enfocar */
.contact-card .field:focus-within{ box-shadow: none !important; }

/* Desktop por defecto */
.nav-toggle{ display:none }

/* Mobile: hamburguesa */
@media (max-width: 900px){
  .top-bar{ position:relative }
  .nav-toggle{ display:inline-flex; margin-left:auto; background:#fff; border:1px solid rgba(123,67,27,.25);
    border-radius:12px; width:40px; height:40px; align-items:center; justify-content:center;
    box-shadow:0 2px 8px rgba(0,0,0,.06); cursor:pointer }

  /* Oculto por defecto */
  .top-nav{
    position:absolute; top:58px; right:12px; left:12px;
    display:none; flex-direction:column; gap:8px;
    background:#fff; border:1px solid rgba(0,0,0,.08); border-radius:12px;
    box-shadow:0 12px 30px rgba(0,0,0,.12); padding:10px; z-index:1000;
  }
  /* Abierto */
  .top-nav.is-open{ display:flex }

  .top-nav a{ padding:10px 12px; border-radius:10px }
  .top-nav a:hover{ background:#fdf6f1; color:var(--brand) }

  /* (Opcional) ocultar redes en móvil */
  /* .top-socials{ display:none } */
}

/* Hero Catering en azul */
.catering-hero {
  background: linear-gradient(135deg, #0077b6, #0096c7);
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}

.catering-hero h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.catering-hero p {
  font-size: 1.2rem;
  opacity: 0.9;
}

/* Tarjetas de paquetes */
.package-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 20px;
  width: 280px;
  margin: 15px auto;
  transition: transform 0.2s;
}

.package-card:hover {
  transform: translateY(-5px);
}

.package-card h3 {
  color: #0077b6;
  font-weight: bold;
  margin-bottom: 10px;
}

.package-card span {
  color: #0096c7;
  font-size: 0.9rem;
}

/* Títulos de secciones */
.catering-menu h2,
.catering-drinks h2,
.catering-notes h2,
.catering-form h2 {
  color: #0077b6;
  text-align: center;
  margin-bottom: 20px;
}

/* Beverages */
.bevs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}
.bev-card{background:#fff;border:1px solid rgba(139,94,52,.12);border-radius:16px;box-shadow:0 10px 24px rgba(0,0,0,.06);padding:16px;display:flex;gap:12px;align-items:flex-start}
.bev-ico{font-size:28px;line-height:1}
.bev-body h3{margin:0 0 4px;font-size:1rem}
.bev-meta{display:flex;gap:8px;align-items:center;font-size:.9rem;color:#6c5441}
.badge{background:#ffe8df;color:#c96139;border:1px solid #f4c5b2;padding:2px 8px;border-radius:999px;font-weight:700}

/* Info / Policies */
.policies{background:#fff;border:1px solid rgba(139,94,52,.12);border-radius:18px;box-shadow:0 10px 24px rgba(0,0,0,.06);padding:18px}
.policy-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:10px}
.policy-item{display:flex;gap:10px;align-items:flex-start}
.policy-ico{font-size:22px;min-width:22px;line-height:1.2}
.callout{margin-top:12px;border-left:4px solid #c96139;background:#fff5f1;padding:10px 12px;border-radius:12px}
@media(min-width:900px){
.policies{padding:22px}
  .policy-list{grid-template-columns:repeat(2,1fr)}
}
/* ===== Quote Form styling ===== */
.form-card{
  background:#fff;
  border:1px solid rgba(139,94,52,.12);
  border-radius:20px;
  box-shadow:0 12px 28px rgba(0,0,0,.08);
  padding:22px;
  max-width:820px;
  margin:10px auto;
}
.form-grid{display:grid;grid-template-columns:1fr;gap:14px}
.field label{display:block;font-weight:600;margin-bottom:6px;color:#4b382c}
.field input,.field select,.field textarea{
  width:100%;padding:12px 14px;border:1.5px solid #e6d9cf;border-radius:12px;
  background:#fff;outline:none;transition:border-color .2s, box-shadow .2s
}
.field input:focus,.field select:focus,.field textarea:focus{
  border-color:#c96139;box-shadow:0 0 0 4px rgba(201,97,57,.12)
}
.field--full{grid-column:1/-1}
.form-actions{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:8px}
.btn-submit{min-width:200px;padding:12px 20px;border-radius:14px}
.disclaimer{font-size:.9rem;color:#6c5441;margin:0}

.form-meta{
  display:grid;grid-template-columns:1fr;gap:12px;
  max-width:980px;margin:26px auto 0
}
.form-meta h4{margin:0 0 6px;color:#4b382c}
.form-meta p{margin:0;color:#6c5441}

@media (min-width:820px){
  .form-grid{grid-template-columns:1fr 1fr;gap:16px}
  .form-meta{grid-template-columns:repeat(3,1fr)}
}
/* Botón principal del formulario */
.btn-submit {
  background: var(--brand-primary, #8b5e34);
  color: #fff;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all .25s ease;
}

.btn-submit:hover {
  background: #a56e3d;   /* un poco más claro en hover */
  box-shadow: 0 6px 16px rgba(0,0,0,.15);
  transform: translateY(-2px);
}

.btn-submit:disabled {
  background: #d3c8c0;
  color: #888;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}
.back-home {
  text-align: center;
  margin-top: 16px;
}

.back-home a {
  color: #8b5e34;          /* mismo tono de la marca */
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.2s;
}

.back-home a:hover {
  color: #c96139;          /* tono más vivo en hover */
  text-decoration: underline;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 56px;
  height: 56px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  z-index: 1000;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.whatsapp-float:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}
/* Contenedor virtual: apilamos los dos flotantes con offset */
.whatsapp-float, .square-float {
  position: fixed;
  right: 20px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,.2);
  z-index: 1000;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

/* WhatsApp abajo */
.whatsapp-float { bottom: 20px; background: #25d366; }
.whatsapp-float:hover { transform: scale(1.05); box-shadow: 0 6px 16px rgba(0,0,0,.25); }

/* Square arriba (separado 72px del borde inferior para no chocar con WhatsApp) */
.square-float { bottom: 92px; background: #ffffff; border: 1px solid #e6e6e6; }
.square-float:hover { transform: scale(1.05); box-shadow: 0 6px 16px rgba(0,0,0,.25); }

/* Ajuste opcional para pantallas muy pequeñas */
@media (max-width: 380px) {
  .square-float { bottom: 84px; right: 16px; }
  .whatsapp-float { bottom: 12px; right: 16px; }
}

.btn-primary {
  background: #8b5e34;
  color: #fff !important;
  border: none;
  font-weight: 600;
}
.btn-primary:hover {
  background: #a56e3d;
}
.how-to-order {
  padding: 60px 20px;
  background: #fff8f3;
  text-align: center;
}
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-top: 30px;
}
.step {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  transition: transform .2s ease;
}
.step:hover {
  transform: translateY(-4px);
}
.step .icon {
  font-size: 36px;
  margin-bottom: 12px;
}
.testimonials { padding: 60px 20px; background:#fff8f3; }
.testimonials .section-title { text-align:center; margin-bottom:18px; }

.t-card {
  background:#fff;
  border:1px solid rgba(139,94,52,.12);
  border-radius:18px;
  box-shadow:0 10px 24px rgba(0,0,0,.08);
  padding:20px;
  max-width:760px;
  margin:0 auto;
}
.t-stars { color:#ffc107; margin-bottom:8px; font-size:18px; letter-spacing:2px; }
.t-quote { font-size:1.05rem; color:#4b382c; margin:0 0 14px; line-height:1.5; }
.t-author { font-weight:600; color:#6c5441; }

.testimonials .swiper-pagination-bullet { background:#c8b3a4; opacity:.7; }
.testimonials .swiper-pagination-bullet-active { background:#8b5e34; opacity:1; }

/* Ajuste de botón Request a Quote */
.quote-btn-wrapper {
  text-align: center;   /* centra el botón */
  margin: 20px 0;
}

.quote-btn-wrapper .btn-primary {
  display: inline-block;   /* evita que ocupe todo el ancho */
  padding: 10px 22px;
  max-width: 220px;        /* ancho máximo */
  width: auto;             /* se ajusta al texto */
  font-size: 1rem;
  border-radius: 12px;
}
.footer {
  background: #1a1a1a;
  color: #f5f5f5;
  padding: 10px 15px;  /* antes 20px */
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
  gap: 10px;
}

.footer-col {
  flex: 1;
  min-width: 160px;
}

.footer-col h4 {
  margin-bottom: 5px; /* antes 8px */
  font-size: 14px;    /* un poco más pequeño */
  color: #ffb347;
}

.footer-col p, .footer-col a {
  font-size: 12px;   /* más compacto */
  line-height: 1.3;  /* antes 1.4 */
  margin: 1px 0;     /* casi sin espacio */
}

.social-icons a {
  margin-right: 8px;
  font-size: 16px;  /* un poco más chico */
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #333;
  margin-top: 10px;   /* antes 15px */
  padding-top: 5px;   /* antes 10px */
  font-size: 11px;
  color: #aaa;
}
/* ===== Footer base (ya lo tienes) ===== */
/* .footer, .footer-container, .footer-col ... */

/* ===== Responsive ===== */

/* Tablet y abajo */
@media (max-width: 992px) {
  .footer {
    padding: 12px 14px;
  }
  .footer-container {
    gap: 8px;
  }
  .footer-col h4 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .footer-col p, .footer-col a {
    font-size: 12px;
    line-height: 1.3;
  }
}

/* Móviles (stack en 1 columna) */
@media (max-width: 768px) {
  .footer-container {
    display: grid;
    grid-template-columns: 1fr;   /* una columna */
    max-width: 540px;             /* contenedor más angosto */
    row-gap: 8px;
  }
  .footer-col {
    margin: 0;                    /* sin márgenes laterales extra */
  }
  .footer {
    padding: 10px 12px;           /* más delgado */
  }
  .footer-bottom {
    margin-top: 8px;
    padding-top: 6px;
    font-size: 11px;
  }
  .social-icons a {
    font-size: 15px;
    margin-right: 8px;
  }
}

/* Teléfonos chicos */
@media (max-width: 480px) {
  .footer {
    padding: 8px 10px;            /* súper compacto */
  }
  .footer-col h4 {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .footer-col p, .footer-col a {
    font-size: 11.5px;
    line-height: 1.25;
    margin: 1px 0;
  }
  .footer-bottom {
    font-size: 10.5px;
    padding-top: 5px;
  }
}
/* Botón del header */
.promo-open-btn{
  background:#0f766e; /* tu verde/azul de marca si quieres */
  color:#fff;
  border:none;
  padding:8px 12px;
  border-radius:10px;
  font-weight:600;
  cursor:pointer;
  transition:transform .15s ease, opacity .15s ease;
}
.promo-open-btn:hover{ transform:translateY(-1px); opacity:.95; }

/* Modal base */
.promo-modal[hidden]{ display:none; }
.promo-modal{
  position:fixed; inset:0;
  z-index:9999;
  display:block; /* hidden controla visibilidad */
}

/* Fondo difuminado */
.promo-backdrop{
  position:absolute; inset:0;
  background:rgba(0,0,0,.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px); /* Safari */
}

/* Contenido centrado */
.promo-content{
  position:relative;
  width:min(920px, 92vw);
  max-height:86vh;
  margin:5vh auto 0;
  background:#fff;
  border-radius:16px;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  animation:popIn .18s ease-out;
}
@keyframes popIn{ from{ transform:scale(.97); opacity:0 } to{ transform:scale(1); opacity:1 } }

.promo-title{
  font-size:1.15rem;
  font-weight:800;
  padding:14px 18px;
  border-bottom:1px solid #eee;
}

/* Botón cerrar */
.promo-close{
  position:absolute; top:10px; right:10px;
  width:36px; height:36px;
  border:none; border-radius:50%;
  background:#111; color:#fff; cursor:pointer;
  display:grid; place-items:center;
  opacity:.9;
}
.promo-close:hover{ opacity:1 }

/* Viewer */
.promo-viewer{
  position:relative;
  background:#f8f8f8;
  display:grid;
  place-items:center;
  padding:10px;
}

.promo-viewer .slide{
  display:none;
  width:100%;
  height:auto;
  object-fit:contain;
  border-radius:10px;
  background:#fff;
  box-shadow:0 2px 10px rgba(0,0,0,.08);
}
.promo-viewer .slide.active{ display:block; }

/* Flechas */
.promo-viewer .nav{
  position:absolute;
  top:50%; transform:translateY(-50%);
  width:42px; height:42px; border:none;
  border-radius:50%;
  background:rgba(0,0,0,.75); color:#fff;
  font-size:24px; line-height:1;
  display:grid; place-items:center;
  cursor:pointer;
}
.promo-viewer .prev{ left:10px; }
.promo-viewer .next{ right:10px; }
.promo-viewer .nav:hover{ background:#000; }

/* Dots */
.promo-dots{
  display:flex; justify-content:center; gap:8px;
  padding:12px 0 16px;
  background:#fff;
}
.promo-dots .dot{
  width:10px; height:10px; border-radius:50%;
  border:none; background:#cbd5e1; cursor:pointer;
}
.promo-dots .dot.active{ background:#0f766e; }

/* Responsive */
@media (max-width:600px){
  .promo-content{ width:94vw; max-height:88vh; }
  .promo-viewer .nav{ width:36px; height:36px; font-size:20px; }
}
/* Normaliza SOLO el carrusel de Best Sellers */
.best-sellers .swiper-slide{
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.best-sellers .swiper-slide img{
  width: 100%;
  height: auto;            /* anula el height:200px anterior */
  aspect-ratio: 4 / 3;     /* todas con el mismo marco */
  object-fit: cover;       /* recorte centrado sin deformar */
  display: block;
}




