@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;700;900&family=Fredoka:wght@600;700&display=swap');
:root{
  --bg:#0b1020;
  --bg-soft:#121a31;
  --card:#ffffff;
  --card-soft:#f8fafc;
  --line:#e2e8f0;
  --text:#0f172a;
  --muted:#64748b;
  --gold:#d4a017;
  --gold-soft:#f6db7a;
  --blue:#1d4ed8;
  --dark:#111827;
  --ok:#16a34a;
  --danger:#dc2626;
  --shadow:0 14px 40px rgba(15,23,42,.12);
  --radius:24px;
  --radius-sm:16px;
  --max:1280px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color:#0f172a;
  background-attachment: fixed;
  .wrap{
  position:relative;
  z-index:1;
}

  background:
    radial-gradient(circle at 20% 10%, rgba(0,0,0,.05), transparent 30%),
    radial-gradient(circle at 80% 90%, rgba(0,0,0,.04), transparent 30%),
   linear-gradient(180deg, #ffffff 0%, #e5e7eb 100%);
   
}


img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
a{text-decoration:none;color:inherit}

.wrap{
  width:min(var(--max), 94%);
  margin:auto;
}

/* =========================
   HEADER
========================= */
.topbar{
  background:
    radial-gradient(circle at 18% 30%, rgba(255,255,255,.25), transparent 22%),
    radial-gradient(circle at 78% 20%, rgba(255,255,255,.15), transparent 20%),
    linear-gradient(135deg, #ff7a00 0%, #ff8c1a 40%, #ffa94d 100%) !important;
}

.topbar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  background: rgba(255,255,255,.15) !important;
}

.brand-logo{
  width:84px;
  height:84px;
  border-radius:20px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}

.brand-logo img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.brand-text h1{
  margin:0;
  font-size:2.8rem; /* 👈 más grande */
  font-weight:900;
  color:#d35400; /* mejor contraste con amarillo */
  letter-spacing:.5px;
  line-height:1.1;

  text-shadow:
    0 2px 0 rgba(255,255,255,0.6),
    0 4px 10px rgba(0,0,0,.15);
}

.brand-text p{
  font-size:1.5rem !important;
  font-weight:900;
  color:#5a2d00;
}

.top-actions{
  display:flex;
  align-items:center;
  gap:10px;
}

/* =========================
   BOTONES
========================= */

.btn{
  border:none;
  cursor:pointer;
  border-radius:14px;
  padding:12px 16px;
  font-weight:800;
  transition:.18s ease;
}

.btn:hover{
  transform:translateY(-1px);
}

.btn-gold{
  background:linear-gradient(135deg,var(--gold) 0%,var(--gold-soft) 100%);
  color:#221b00;
}

.btn-dark{
  background:#0f172a;
  color:#fff;
}

.btn-ghost{
  background:#fff;
  color:#0f172a;
  font-weight:900;
  border:1px solid var(--line);
}

.btn-full{
  width:100%;
}

.cart-btn{
  position:relative;
  border:none;
  cursor:pointer;
  border-radius:999px;
  padding:12px 18px;
  font-weight:800;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}

.cart-badge{
  position:absolute;
  top:-7px;
  right:-6px;
  min-width:24px;
  height:24px;
  padding:0 6px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:#111827;
  color:#fff;
  font-size:.78rem;
  font-weight:900;
  border:2px solid #fff;
}

/* =========================
   SLIDER PROMOS
========================= */

.slider-promos{
  margin:28px 0 22px;
  padding:20px;
  border-radius:28px;
  background:linear-gradient(135deg, #ff7a5c, #ffd1a3);
  box-shadow:var(--shadow);
}

.slider-head{
  margin-bottom:16px;
}

.slider-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 16px;
  border-radius:999px;
  background:#ffb000;
  color:#fff;
  font-weight:900;
  box-shadow:0 8px 20px rgba(0,0,0,.12);
}

.slider-head h2{
  margin:14px 0 6px;
  font-size:2rem;
  color:#2a1a00;
}

.slider-head p{
  margin:0;
  color:#4a3418;
  font-weight:600;
}





.promo-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  width:42px;
  height:42px;
  border:none;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#111827;
  font-size:1rem;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(0,0,0,.18);
}

.promo-arrow.prev{ left:10px; }
.promo-arrow.next{ right:10px; }


/* =========================
   BUSCADOR + CHIPS
========================= */

.search-section{
  margin:20px 0 10px;
  display:grid;
  gap:14px;
}

.search-box{
  display:flex;
  align-items:center;
  gap:12px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:14px 16px;
  box-shadow:var(--shadow);
}

.search-icon{
  font-size:1.1rem;
}

.search-box input{
  width:100%;
  border:none;
  outline:none;
  background:transparent;
}

.clear-search{
  border:none;
  background:#f1f5f9;
  width:34px;
  height:34px;
  border-radius:10px;
  cursor:pointer;
  font-weight:900;
}
.chip {
  background: linear-gradient(145deg, #d4a017, #f5c542);
 color: #884a08;
  border: none;
  border-radius: 20px;
  padding: 10px 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 10px rgba(212, 160, 23, 0.28);
}

.chip:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(212, 160, 23, 0.38);
}

.chip.active {
  background: linear-gradient(145deg, #d4a017, #f5c542);
  color: #2b1d00;
  box-shadow:
    0 0 0 2px rgba(255, 215, 0, 0.45),
    0 0 12px rgba(255, 215, 0, 0.75),
    0 0 24px rgba(255, 215, 0, 0.55);
  transform: scale(1.04);
}
/* =========================
   TITULOS DE SECCIÓN
========================= */

.section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:14px;
  margin:34px 0 16px;
}

.section-head h3{
  margin:0;
  font-size:1.45rem;
}

.section-head p{
  margin:6px 0 0;
  color:var(--muted);
}

/* =========================
   DESTACADOS
========================= */

.featured-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.feature-card{
  background:#ffffff;
  border:1px solid #e5e7eb;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.feature-card img{
  width:100%;
  height:220px;
  object-fit:cover;
}

.feature-body{
  padding:16px;
}

.feature-body h4{
  font-family: 'Fredoka', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #5a2e00;
  letter-spacing: .3px;
}

.feature-body p{
  margin:0;
  color:var(--muted);
  min-height:42px;
}

.feature-actions{
  display:flex;
  gap:10px;
  margin-top:14px;
}

/* =========================
   GRID MENÚ
========================= */

.menu-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
  margin-bottom:34px;
}

.menu-card{
  background:#ffffff;
  border:1px solid #e5e7eb;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  display:flex;
  flex-direction:column;
  transition:.18s ease;
}

.menu-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.menu-card-media{
  position:relative;
  aspect-ratio:16 / 11;
  overflow:hidden;
  background:#e2e8f0;
}

.menu-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.menu-card-tag{
  position:absolute;
  top:12px;
  left:12px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(15,23,42,.78);
  color:#fff;
  font-size:.78rem;
  font-weight:900;
}

.menu-card-body{
  padding:16px;
  display:grid;
  gap:10px;
  flex:1;
}

.menu-card-title{
  margin:0;
  font-size:1rem;
}

.menu-card-text{
  color:var(--muted);
  font-size:.92rem;
  line-height:1.45;
  min-height:40px;
}

.menu-card-actions{
  display:grid;
  gap:10px;
  margin-top:auto;
}

/* =========================
   OVERLAY + MODAL
========================= */

.overlay{
  position:fixed;
  inset:0;
  background:rgba(15,23,42,.58);
  backdrop-filter:blur(6px);
  z-index:80;
}

.hidden{
  display:none !important;
}

.modal{
  position:fixed;
  inset:0;
  z-index:90;
  padding:3vh 3vw;
}

.modal-panel{
  background:#fff;
  border-radius:28px;
  box-shadow:0 24px 60px rgba(15,23,42,.24);
  overflow:hidden;
  height:100%;
}

.modal-large{
  max-width:1200px;
  margin:auto;
}

.modal-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding:20px 22px;
  border-bottom:1px solid var(--line);
}

.modal-header h3{
  margin:0;
  font-size:1.45rem;
}

.modal-header p{
  margin:6px 0 0;
  color:var(--muted);
}

.close-x{
  width:42px;
  height:42px;
  border:none;
  border-radius:14px;
  background:#f1f5f9;
  cursor:pointer;
  font-size:1.1rem;
  font-weight:900;
}

.modal-body{
  padding:20px 22px 24px;
  height:calc(100% - 88px);
  overflow:auto;
}

/* =========================
   CONTENIDO DEL MODAL
========================= */

.menu-sections{
  display:grid;
  gap:18px;
}

.menu-block{
  border:1px solid var(--line);
  border-radius:24px;
  overflow:hidden;
}

.menu-block-head{
  padding:16px 18px;
  background:linear-gradient(135deg,#eff6ff 0%,#fff9db 100%);
  border-bottom:1px solid var(--line);
}

.menu-block-head h4{
  margin:0;
  font-size:1.05rem;
}

.menu-items{
  padding:16px;
  display:grid;
  gap:14px;
}

.menu-item{
  border:1px solid var(--line);
  background:var(--card-soft);
  border-radius:20px;
  padding:14px;
  display:grid;
  gap:12px;
}

.menu-item-top{
  display:flex;
  gap:12px;
  align-items:center;
}

.menu-item-thumb{
  width:64px;
  height:64px;
  border-radius:14px;
  object-fit:cover;
  flex-shrink:0;
  background:#e2e8f0;
}

.menu-item-title{
  font-weight:900;
  line-height:1.3;
}

.menu-item-price{
  color:var(--blue);
  font-weight:900;
  margin-top:4px;
}

.menu-item-desc{
  color:var(--muted);
  font-size:.92rem;
  line-height:1.45;
}

.field{
  display:grid;
  gap:8px;
}

.field label{
  font-size:.9rem;
  font-weight:800;
  color:#334155;
}

.field input[type="text"],
.field select,
.field textarea{
  width:100%;
  border:1px solid var(--line);
  border-radius:14px;
  padding:11px 12px;
  background:#fff;
  resize:vertical;
}

.ing-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

.chip-check{
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--line);
  font-size:.9rem;
}

.qty-row{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.qty-btn{
  width:36px;
  height:36px;
  border:none;
  border-radius:12px;
  background:#fff;
  border:1px solid var(--line);
  font-size:1rem;
  font-weight:900;
  cursor:pointer;
}

.qty-num{
  min-width:26px;
  text-align:center;
  font-weight:900;
}

.item-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}

.item-total{
  font-size:1rem;
  font-weight:900;
  color:#0f172a;
}

/* =========================
   DRAWER CARRITO
========================= */

.drawer{
  position:fixed;
  inset:0;
  z-index:95;
}

.drawer-panel{
  position:absolute;
  top:0;
  right:0;
  width:min(520px,100%);
  height:100%;
  background:#fff;
  box-shadow:-12px 0 40px rgba(15,23,42,.18);
  display:flex;
  flex-direction:column;
}

.drawer-body{
  padding:18px 20px;
  overflow:auto;
  flex:1;
  display:grid;
  gap:12px;
}

.drawer-item{
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:14px;
  display:grid;
  gap:8px;
  background:#f5f6f8;
  box-shadow:0 4px 10px rgba(0,0,0,0.05);
  margin-bottom:12px;
}

.drawer-item-top{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:flex-start;
}

.drawer-item-meta{
  color:var(--muted);
  font-size:.9rem;
  line-height:1.45;
}

.drawer-footer{
  border-top:1px solid var(--line);
  padding:18px 20px;
  display:grid;
  gap:14px;
  background:#fff;
}

.drawer-total{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  font-size:1.05rem;
}

.empty-state{
  border:1px dashed #cbd5e1;
  border-radius:20px;
  padding:24px;
  text-align:center;
  color:var(--muted);
  background:rgba(255,255,255,.7);
}

.toast{
  position:fixed;
  bottom:18px;
  right:18px;
  z-index:120;
  padding:12px 16px;
  border-radius:14px;
  background:#111827;
  color:#fff;
  font-weight:800;
  box-shadow:var(--shadow);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width:1100px){
  .menu-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .featured-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:768px){
  .slider-head h2{
    font-size:1.45rem;
  }

  .promo-slider-box{
    height:210px;
  }

  .topbar-inner{
    min-height:72px;
  }

 @media (max-width:768px){
  .slider-head h2{
    font-size:1.45rem;
  }

  .promo-slider-box{
    height:210px;
  }

  .topbar-inner{
    min-height:72px;
  }

  .brand-text p{
    display:block;
    font-size:1.2rem;
    font-weight:900;
    color:#5a2d00;
  }

  .menu-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .ing-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .modal{
    padding:0;
  }

  .modal-panel,
  .modal-large{
    border-radius:0;
    max-width:none;
  }
}

  .menu-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .ing-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .modal{
    padding:0;
  }

  .modal-panel,
  .modal-large{
    border-radius:0;
    max-width:none;
  }
}

@media (max-width:520px){
  .menu-grid,
  .featured-grid{
    grid-template-columns:1fr;
  }

  .ing-grid{
    grid-template-columns:1fr;
  }

  .btn-ghost{
    display:none;
  }

  .slider-promos{
    padding:16px;
  }
}
/* =========================
   CARRUSEL HORIZONTAL PRO
========================= */

.promo-carousel{
  position: relative;
  margin-top: 16px;
}

.promo-track{
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px;
}

.promo-track::-webkit-scrollbar{
  display: none;
}

/* CARD */
.promo-card{
  min-width:240px;
  height:180px;
  border-radius:20px;
  overflow:hidden;
  position:relative;
  flex-shrink:0;
  box-shadow:0 10px 24px rgba(0,0,0,.10);
  background:#000;
  border:1px solid rgba(255,255,255,.55);
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease;
}

.promo-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* TEXTO SOBRE IMAGEN */
.promo-info{
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to top, rgba(0,0,0,.7), transparent);
}

/* FLECHAS */
.promo-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:10;
  width:42px;
  height:42px;
  border-radius:50%;
  border:none;
  background:rgba(255,255,255,.95);
  color:#111827;
  cursor:pointer;
  font-weight:900;
  box-shadow:0 6px 16px rgba(0,0,0,.15);
}

.promo-arrow.prev{ left:-6px; }
.promo-arrow.next{ right:-6px; }

.promo-arrow.prev{ left: -10px; }
.promo-arrow.next{ right: -10px; }

/* RESPONSIVE */
@media (max-width:768px){
  .promo-card{
    min-width: 160px;
    height: 130px;
  }
}

/* SNAP MÁS BONITO EN EL CARRUSEL */
.promo-track{
  scroll-snap-type: x mandatory;
}

.promo-card{
  scroll-snap-align: start;
}
.promo-card{
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease;
}

.promo-card:hover{
  transform:translateY(-3px);
}

.promo-card:active{
  transform:scale(.98);
}
@media (max-width:768px){
 .brand-logo{
  width:110px;
  height:110px;}

  .topbar-inner{
    min-height:72px;
  }
}

/* 🎯 BOTÓN CARRITO LIGERO */
/* 🛒 CARRITO DORADO SUAVE */
.cart-btn{
  background: linear-gradient(135deg, #fff7cc, #ffe7a3);
  color:#7a4f01;
  border:1px solid rgba(212,160,23,.35);
  border-radius:16px;
  padding:12px 18px;
  font-weight:800;

  box-shadow:0 4px 12px rgba(0,0,0,.06);

  transition:all .18s ease;
}

/* ✨ hover elegante */
.cart-btn:hover{
  background: linear-gradient(135deg, #fff3b0, #ffd97a);
  transform:translateY(-1px);
  box-shadow:0 6px 16px rgba(0,0,0,.1);
}

/* 👇 presionado */
.cart-btn:active{
  transform:translateY(1px);
  box-shadow:0 2px 6px rgba(0,0,0,.08);
}




/* 🎯 BOTÓN ASISTENCIA SUAVE */
.btn-asistencia{
  background: linear-gradient(135deg, #fff3ed, #ffe0d3);
  color:#c2410c;

  border:1px solid rgba(255,90,31,.25);
  border-radius:16px;
  padding:12px 18px;
  font-weight:700;

  box-shadow:0 4px 12px rgba(0,0,0,.06);

  transition:all .18s ease;
}

/* ✨ hover */
.btn-asistencia:hover{
  background: linear-gradient(135deg, #ffe8dc, #ffd2bf);
  transform:translateY(-1px);
  box-shadow:0 6px 16px rgba(0,0,0,.1);
}

/* 👇 click */
.btn-asistencia:active{
  transform:translateY(1px);
  box-shadow:0 2px 6px rgba(0,0,0,.08);
}

.search-results{
  display:grid;
  gap:10px;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:12px;
  box-shadow:0 10px 24px rgba(0,0,0,.08);
}

.search-result-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border-radius:14px;
  background:#f8fafc;
  border:1px solid #e5e7eb;
  cursor:pointer;
  transition:all .18s ease;
}

.search-result-item:hover{
  background:#fff7ed;
  border-color:#fdba74;
  transform:translateY(-1px);
}

.search-result-main{
  display:grid;
  gap:4px;
}

.search-result-title{
  font-weight:900;
  color:#111827;
}

.search-result-meta{
  font-size:.88rem;
  color:#64748b;
}

.search-result-tag{
  flex-shrink:0;
  padding:7px 10px;
  border-radius:999px;
  background:linear-gradient(135deg,#fff7cc,#ffe7a3);
  color:#7a4f01;
  font-size:.78rem;
  font-weight:900;
  border:1px solid rgba(212,160,23,.25);
}
.search-target-active {
  border-radius: 18px;
  animation: resaltarProducto 1.6s ease;
}

.search-target-active .menu-item {
  box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.45), 0 10px 24px rgba(0,0,0,0.12);
}

@keyframes resaltarProducto {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}

.card-bebidas img {
  object-fit: contain;
  background: #f7f7f7;
}

/* ===== Lo más pedido / cards destacadas ===== */
.featured-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 28px;
  margin-top: 18px;
}

.feature-card {
  position: relative;
  overflow: hidden;

  background: linear-gradient(135deg, #fff3c4, #f4c430, #d4a017) !important;

  border-radius: 24px;
  border: 1px solid rgba(212, 175, 55, 0.35);

  box-shadow:
    0 12px 28px rgba(0,0,0,.15),
    0 0 20px rgba(212,160,23,.35);

  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.14), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,0.1), transparent 45%);
  pointer-events: none;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 18px 34px rgba(15, 23, 42, 0.14),
    0 6px 14px rgba(15, 23, 42, 0.08);
  border-color: rgba(212, 175, 55, 0.4);
}

.feature-card img {
  width: 100%;
  height: 235px;
  display: block;
  object-fit: cover;
  border-radius: 24px 24px 0 0;
  transition: transform 0.45s ease;
}

.feature-card:hover img {
  transform: scale(1.04);
}

/* solo bebidas */
.feature-card.card-bebidas img {
  object-fit: contain;
  background: linear-gradient(135deg, #fff3c4, #ffd36a, #f2a900);
  padding: 12px;
}

.feature-body {
  position: relative;
  padding: 22px 20px 18px;
}

.feature-body h4 {
  margin: 0 0 8px;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #13233f;
}

.feature-body p {
  margin: 0;
  min-height: 52px;
  font-size: 1rem;
  line-height: 1.55;
  color: #5b6f8d;
}

.feature-actions {
  margin-top: 20px;
}

.feature-card .btn.btn-gold{
  min-width: 170px;
  border: none;
  border-radius: 999px;
  padding: 14px 24px;

  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 700;

  color: #3b2a00;

  background: linear-gradient(135deg, #eca33d, #ffd54f, #d18329);

  box-shadow:
    0 8px 20px rgba(255, 179, 0, 0.4),
    inset 0 2px 0 rgba(255,255,255,.6);

  transition: all .25s ease;
}
.feature-card .btn.btn-gold:active{
  transform: scale(0.96);
}

.feature-card .btn.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 24px rgba(201, 151, 0, 0.34),
    inset 0 1px 0 rgba(255,255,255,0.55);
  filter: brightness(1.02);
}

.feature-card .btn.btn-gold:active {
  transform: translateY(0);
}

/* opcional: si quieres que las cards respiren más en móvil */
@media (max-width: 768px) {
  .featured-grid {
    gap: 20px;
  }

  .feature-card img {
    height: 210px;
  }

  .feature-body {
    padding: 18px 16px 16px;
  }

  .feature-body h4 {
    font-size: 1.35rem;
  }

  .feature-body p {
    min-height: auto;
  }

  .feature-card .btn.btn-gold {
    width: 100%;
    min-width: 0;
  }
}

/* ===== Header limpio pro ===== */
.section-head {
  margin: 10px 0 22px;
  padding-left: 14px;
  border-left: 4px solid #c99700;
}

.section-head h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.section-head p {
  margin: 6px 0 0;
  font-size: 1rem;
  color: #64748b;
  font-weight: 500;
}
.quick-picker-card {
  background: linear-gradient(180deg, #f7efe1 0%, #f5ecdc 100%);
  border: 1px solid rgba(214, 164, 53, 0.25);
  border-radius: 26px;
  padding: 18px;
  margin-bottom: 20px;
  box-shadow: 0 8px 20px rgba(120, 84, 31, 0.08);
}

.quick-picker-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.quick-picker-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  background: linear-gradient(135deg, #f3c84b 0%, #f0b92f 100%);
  box-shadow: 0 8px 16px rgba(201, 151, 0, 0.18);
  flex-shrink: 0;
}

.quick-picker-copy {
  min-width: 0;
}

.quick-picker-title {
  font-size: 1.55rem;
  font-weight: 800;
  color: #603d1f;
  line-height: 1.1;
}

.quick-picker-subtitle {
  margin-top: 4px;
  font-size: 1rem;
  line-height: 1.35;
  color: #8a6340;
  font-weight: 600;
}

.quick-picker-select-wrap {
  position: relative;
  margin-top:12px;
}

.quick-picker-select {
  width: 100%;
  min-height: 64px;
  border-radius: 22px;
  border: 1.5px solid rgba(191, 142, 50, 0.28);
  background: #fffdf9;
  padding: 0 54px 0 22px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #5e3f22;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
}

.quick-picker-select:focus {
  border-color: rgba(201, 151, 0, 0.75);
  box-shadow: 0 0 0 4px rgba(201, 151, 0, 0.12);
}

.quick-picker-select-wrap::after {
  content: "⌄";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-52%);
  font-size: 1.6rem;
  color: #6c4a28;
  pointer-events: none;
}

.search-target-active .menu-item {
  box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.45), 0 10px 24px rgba(0,0,0,0.12);
  border-radius: 18px;
  transition: box-shadow 0.25s ease;
}

.info-negocio-top h3 {
  margin: 0 0 6px;
  font-size: 1.9rem;
  font-weight: 800;
  color: #13233f;
}

.info-negocio-top p {
  margin: 0;
  color: #5c708f;
  font-size: 1rem;
}




/* ===== BLOQUE PRINCIPAL DEL NEGOCIO ===== */
.info-negocio-card {
  max-width: 1280px;
  margin: 22px auto 34px;
  padding: 28px 30px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.97) 0%, rgba(247,248,252,0.98) 100%);
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 30px;
  box-shadow:
    0 18px 40px rgba(15, 23, 42, 0.08),
    0 4px 12px rgba(15, 23, 42, 0.05);
  position: relative;
  overflow: hidden;
}

.info-negocio-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top right, rgba(255, 196, 60, 0.10), transparent 22%),
    linear-gradient(90deg, rgba(255,255,255,0.14), transparent 40%);
}

.info-negocio-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 26px;
  bottom: 26px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #d9a300, #f1cf63, #d9a300);
}

/* ===== CABECERA ===== */
.info-negocio-top {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}

.info-negocio-logo {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 24px;
  background: #fff;
  border: 2px solid rgba(255,255,255,0.95);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255,255,255,0.55);
  flex-shrink: 0;
}

.info-negocio-top h3 {
  margin: 0 0 8px;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #0f2b5b;
}

.info-negocio-top p {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.45;
  color: #5d7291;
  font-weight: 500;
}

/* ===== DATOS ===== */
.info-negocio-data {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 14px 18px;
  margin-bottom: 24px;
}

.info-negocio-data > div {
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(15, 23, 42, 0.05);
  border-radius: 18px;
  padding: 14px 16px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
  color: #24364f;
  font-size: 1.03rem;
  line-height: 1.45;
}

.info-negocio-data strong {
  color: #10284d;
  font-weight: 800;
}

/* ===== BOTONES ===== */
.info-negocio-actions {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.info-negocio-actions .btn {
  min-height: 56px;
  padding: 0 22px;
  border-radius: 18px;
  font-size: 1.08rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.info-negocio-actions .btn:hover {
  transform: translateY(-2px);
}

.info-negocio-actions .btn.btn-gold {
  color: #1c1400;
  background: linear-gradient(135deg, #d5a100 0%, #f2d15f 55%, #d9ab0f 100%);
  border: none;
  box-shadow:
    0 12px 22px rgba(201, 151, 0, 0.24),
    inset 0 1px 0 rgba(255,255,255,0.5);
}

.info-negocio-actions .btn.btn-ghost {
  background: rgba(255,255,255,0.8);
  color: #10284d;
  border: 1px solid rgba(16, 40, 77, 0.10);
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.04);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .info-negocio-card {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .info-negocio-top {
    align-items: flex-start;
  }

  .info-negocio-data {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .info-negocio-card {
    margin: 18px 12px 28px;
    padding: 20px 16px;
  }

  .info-negocio-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .info-negocio-logo {
    width: 84px;
    height: 84px;
    border-radius: 20px;
  }

  .info-negocio-top h3 {
    font-size: 2rem;
  }

  .info-negocio-top p {
    font-size: 1rem;
  }

  .info-negocio-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .info-negocio-actions .btn {
    width: 100%;
  }
}

.info-negocio-actions {
  justify-content: flex-start;
}

.info-negocio-actions .btn.btn-gold {
  min-width: 170px;
}


.menu-item {
  border-radius: 16px;
  padding: 12px;
  transition: all 0.3s ease;
}

/* Colores pastel alternados */
.menu-item:nth-child(6n+1) { background: #fffdf55f; }   /* rosita */
.menu-item:nth-child(6n+2) { background: #06d83049; }   /* verde suave */
.menu-item:nth-child(6n+3) { background: #0668fa64; }   /* azul suave */
.menu-item:nth-child(6n+4) { background: #f0a30948; }   /* durazno */
.menu-item:nth-child(6n+5) { background: #6f1fe76c; }   /* lila */
.menu-item:nth-child(6n+6) { background: #04aeae7c; }   /* aqua */

/* Efecto pro al pasar el mouse */
.menu-item:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.062);
}

/* CONTENEDOR DE LOS CHIPS */
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* 👈 separación entre botones */
  margin-top: 10px;
}

/* ESPACIO INDIVIDUAL (extra por si acaso) */
.chip {
  margin: 4px;
}

.toast:not(.hidden) {
  animation: toastPop 0.35s ease;
}

@keyframes toastPop {
  0% {
    transform: translate(-50%, -30%) scale(0.9);
    opacity: 0;
  }
  70% {
    transform: translate(-50%, -52%) scale(1.03);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.toast-actions .btn-ghost {
  background: linear-gradient(145deg, #d4f8dc, #b7e4c7);
  color: #1b5e20;
  border: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}
.overlay-toast {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.08); /* más transparente */
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 119;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.overlay-toast.active {
  opacity: 1;
  pointer-events: auto;
}

.confirm-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #faf20298;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  z-index: 9999;
  text-align: center;
}

.confirm-box.hidden {
  display: none;
}

.confirm-actions {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

/* ===== AJUSTE FINAL TARJETA PIZZAS EMMANUEL ===== */
.pro-card{
  max-width:1280px;
  margin:18px auto 28px;
  padding:20px 28px 18px;
  background:linear-gradient(180deg,#ffffff 0%,#f7f8fb 100%);
  border:1px solid rgba(212,175,55,.12);
  border-radius:30px;
  box-shadow:0 12px 28px rgba(15,23,42,.06);
  position:relative;
  overflow:hidden;
}

.pro-card::after{
  content:"";
  position:absolute;
  left:10px;
  top:38px;
  bottom:38px;
  width:4px;
  border-radius:999px;
  background:linear-gradient(180deg,#d4a017,#f1d46d,#d4a017);
}

.pro-top{
  display:flex;
  align-items:center;
  gap:18px;
  padding-bottom:18px;
  border-bottom:1px solid #e7e7e7;
}

.pro-logo{
  width:74px;
  height:74px;
  object-fit:cover;
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 18px rgba(0,0,0,.12);
  flex-shrink:0;
}

.pro-head-text h3{
  margin:0 0 8px;
  font-size:clamp(2.1rem,3vw,3.2rem);
  line-height:1;
  font-weight:900;
  letter-spacing:-.04em;
  color:#1b2e4b;
}

.pro-head-text p{
  margin:0;
  font-size:1rem;
  color:#6a768a;
  font-weight:500;
}

.pro-info-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  margin-top:16px;
  border-top:1px solid #e7e7e7;
  border-left:1px solid #e7e7e7;
}

.pro-info-item{
  display:flex;
  align-items:center;
  gap:16px;
  min-height:92px;
  padding:16px 20px;
  background:#fff;
  border-right:1px solid #e7e7e7;
  border-bottom:1px solid #e7e7e7;
}

.pro-info-icon{
  width:58px;
  height:58px;
  min-width:58px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eef7ef;
  box-shadow:none;
}

.icon-svg{
  font-size:28px;
  line-height:1;
  color:#16a34a;
  filter:none;
}

.wa-pill-icon,
.pro-main-wa-icon{
  font-size:17px;
  line-height:1;
  color:#ffffff;
}

.pro-info-content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:6px;
  min-width:0;
}

.pro-info-content strong{
  font-size:17px;
  color:#1f2937;
  line-height:1.1;
}

.pro-info-content span,
.pro-text-link{
  font-size:15px;
  color:#334155;
  text-decoration:none;
  line-height:1.28;
}

.pro-text-link:hover{
  text-decoration:underline;
}

.pro-wa-content{
  flex-direction:row;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

.wa-pill-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:11px 18px;
  border-radius:999px;
  background:linear-gradient(135deg,#24c95a,#16a34a);
  color:#fff;
  text-decoration:none;
  font-size:15px;
  font-weight:800;
  box-shadow:0 8px 18px rgba(34,197,94,.22);
  transition:all .2s ease;
}

.wa-pill-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 20px rgba(34,197,94,.28);
}

.wa-pill-icon{
  font-size:15px;
  line-height:1;
}

.pro-bottom-cta{
  margin-top:24px;
  border:1px solid #dbeedd;
  background:#f8fdf8;
  border-radius:24px;
  padding:18px 18px 10px;
  text-align:center;
}

.pro-main-wa-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-width:430px;
  padding:14px 28px;
  border-radius:14px;
  background:linear-gradient(135deg,#16a34a,#14923f);
  color:#fff;
  text-decoration:none;
  font-size:17px;
  font-weight:900;
  box-shadow:0 10px 20px rgba(22,163,74,.22);
  transition:all .2s ease;
}

.pro-main-wa-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 24px rgba(22,163,74,.28);
}

.pro-main-wa-icon{
  font-size:17px;
  line-height:1;
}

.pro-bottom-cta p{
  margin:10px 0 0;
  color:#31a24c;
  font-size:14px;
  font-weight:500;
}

@media (max-width: 900px){
  .pro-info-grid{
    grid-template-columns:1fr;
  }

  .pro-top{
    flex-direction:column;
    align-items:flex-start;
  }

  .pro-main-wa-btn{
    min-width:100%;
  }
}

.btn-remove{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  min-width:120px;
  max-width:160px;
  align-self:flex-start;

  background:linear-gradient(135deg,#ff4d4d,#dc2626);
  color:#fff;
  border:none;
  padding:10px 16px;
  border-radius:12px;
  font-weight:800;
  cursor:pointer;
  transition:all .2s ease;
  box-shadow:0 6px 14px rgba(220,38,38,.18);
}

.btn-remove:hover{
  background:linear-gradient(135deg,#ff1a1a,#b91c1c);
  transform:translateY(-1px);
}

#cartCount{
  background:#111827;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  padding:3px 7px;
  border-radius:999px;
  margin-left:6px;
}

.cart-qty-controls{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin-top:6px;
  padding:10px 0 2px;
}

.cart-qty-btn{
  width:42px;
  height:42px;
  border:none;
  border-radius:12px;
  background:linear-gradient(135deg,#fff7cc,#f5d36b);
  color:#3b2a00;
  font-size:1.3rem;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 4px 10px rgba(0,0,0,0.08);
  transition:all .2s ease;
}

.cart-qty-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 6px 14px rgba(0,0,0,0.12);
}

.cart-qty-num{
  min-width:28px;
  text-align:center;
  font-size:1.1rem;
  font-weight:900;
  color:#0f172a;
}

.cart-remove-wrap{
  display:flex;
  justify-content:center;
  margin-top:8px;
}

.btn-remove{
  min-width:140px;
  padding:10px 18px;

  background:linear-gradient(135deg,#ffe5e5,#ffc9c9);
  color:#b91c1c;

  border:none;
  border-radius:14px;
  font-weight:800;
  cursor:pointer;

  transition:all .2s ease;
}

.btn-remove:hover{
  background:linear-gradient(135deg,#ffb3b3,#ff8080);
  transform:scale(1.03);
}

/* ===== FONDO NARANJA GLOBAL ===== */
html, body {
  background: #ff7a00 !important;
}

body {
  background: #ff7a00 !important;
  background-image: none !important;
  animation: none !important;
}

/* ===== ENCABEZADO AMARILLO ===== */
.topbar {
  background: #fff200 !important;
  background-image: none !important;
}

.topbar-inner {
  background: rgba(255, 255, 255, 0.10) !important;
}

/* Opcional: footer más acorde al fondo naranja */
footer {
  background: rgba(0, 0, 0, 0.18) !important;
}



/* ICONO */
.quick-picker-icon{
  width:48px;
  height:48px;
  border-radius:12px;
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
}

/* TITULO */
.quick-picker-title{
  font-size:1.3rem;
  font-weight:800;
  color:#7c2d12;
}

/* SUBTITULO */
.quick-picker-subtitle{
  font-size:.9rem;
  color:#92400e;
}

/* BOTÓN */
.quick-picker-open{
  background: linear-gradient(135deg, #ffb300, #ffd54f);
  color:#3b2a00;
  font-weight:900;
  font-size:1.2rem; /* 👈 más grande */
  padding:14px 28px;
  border:none;
  border-radius:999px;

  box-shadow:
    0 10px 20px rgba(0,0,0,.15),
    inset 0 2px 0 rgba(255,255,255,.5);

  transition: all .2s ease;
}

.quick-picker-open:hover{
  transform: translateY(-3px) scale(1.03);
  box-shadow:
    0 14px 28px rgba(0,0,0,.2),
    inset 0 2px 0 rgba(255,255,255,.6);
}
.quick-picker-open:active{
  transform: scale(0.97);
}

/* SELECT */
.quick-picker-select{
  width:100%;
  border-radius:14px;
  padding:12px;
  border:1px solid #fbbf24;
  font-weight:600;
  background:#fff;
}

/* LABEL */
.quick-picker-label{
  display:block;
  margin-bottom:6px;
  font-weight:700;
  color:#78350f;
}

.modal-brand{
  display:flex;
  align-items:center;
  gap:10px;
}

.modal-brand-logo{
  width:36px;
  height:36px;
  border-radius:10px;
  object-fit:cover;
  box-shadow:0 4px 10px rgba(0,0,0,.15);
}

.modal-brand-text{
  font-size:1.2rem;
  font-weight:800;
  color:#7c2d12;
}
.modal-brand-logo{
  width:90px !important;
  height:90px !important;
  border-radius:16px;
}

.modal-brand-text{
  font-size:2.2rem !important;
  font-weight:900;
}

/* HEADER AMARILLO DEL MODAL */
#modalMenu header{
  background: linear-gradient(135deg, #fff200, #ffd700) !important;
  border-bottom: none;
  padding: 14px 16px;
}

/* TEXTO */
#modalMenu header h2,
#modalMenu header span,
#modalMenu header div{
  color: #7c2d12 !important;
}

/* BOTÓN CERRAR (X) */
#modalMenu header button{
  background: rgba(0,0,0,.08);
  border-radius: 50%;
}
/* ===== HEADER AMARILLO DEL MODAL ===== */
#modalMenu .modal-header{
  background: linear-gradient(135deg, #fff7a8 0%, #facc15 100%) !important;
  border-bottom: 1px solid rgba(201, 151, 0, 0.25) !important;
  padding: 14px 16px !important;
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
}

/* textos del header */
#modalMenu .modal-header h3,
#modalMenu .modal-header p,
#modalMenu .modal-header .modal-brand-text{
  color: #7c2d12 !important;
}

/* logo del header */
#modalMenu .modal-header .modal-brand-logo{
  background:#fff;
  box-shadow:0 4px 10px rgba(0,0,0,.12);
}

/* botón cerrar */
#modalMenu .modal-header .close-x{
  background: rgba(255,255,255,.55) !important;
  color:#525251 !important;
  border:1px solid rgba(124,45,18,.12);
}
#modalMenu .modal-header{
  position: sticky;
  top: 0;
  z-index: 5;
}

#modalMenu .modal-header .modal-brand-text{
  color:#d35400 !important; /* 👈 naranja branding */
}

#modalMenu .modal-header h3{
  color:#d35400 !important;
}
.quick-picker-actions{
  display:flex;
  justify-content:center; /* 👈 lo centra */
  margin-top:10px;
}

.quick-picker-open{
  position:relative;
  overflow:hidden;
}

.quick-picker-open::after{
  content:"";
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.5), transparent);
  transition: all .6s;
}

.quick-picker-open:hover::after{
  left:100%;
}
.quick-picker-open{
  display:none;
}
.quick-picker-card{
  position: relative;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:14px;

  padding:26px 24px;
  border-radius:22px;
  background: linear-gradient(135deg, #ffb300, #ffd54f);
  overflow:hidden;

  box-shadow:
    0 12px 25px rgba(0,0,0,.15),
    inset 0 2px 0 rgba(255,255,255,.5);
}

/* texto visible */
.quick-picker-card::before{
  content:"¿Qué deseas ordenar?";
  display:block;
  flex:0 0 auto;
  font-size:1.7rem;
  font-weight:900;
  color:#3b2a00;
  line-height:1.1;
  text-align:left;
}

/* el botón interno ya no se usa visualmente */
.quick-picker-open{
  display:none !important;
}

.quick-picker-actions{
  display:none !important;
}

.quick-picker-select-wrap{
  position:relative;
  width:min(540px, 100%);
  margin:0;
  z-index:2;
  flex:1 1 auto;
  display:block !important;
}

.quick-picker-select{
  width:100%;
  min-height:62px;
  border-radius:18px;
  border:2px solid rgba(255,179,0,.55);
  background: linear-gradient(180deg, #fff7cc 0%, #ffe082 100%);
  padding:0 54px 0 18px;
  font-size:1.08rem;
  font-weight:800;
  color:#6b3d12;
  box-shadow:
    0 8px 18px rgba(0,0,0,.10),
    inset 0 1px 0 rgba(255,255,255,.55);
}

.quick-picker-select-wrap::after{
  content:"⌄";
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  font-size:1.5rem;
  color:#9a5a00;
  font-weight:900;
  pointer-events:none;
}
.quick-picker-select:focus{
  outline:none;
  border-color:#f59e0b;
  box-shadow:
    0 0 0 4px rgba(245,158,11,.18),
    0 10px 22px rgba(0,0,0,.12),
    inset 0 1px 0 rgba(255,255,255,.6);
}

@media (max-width:768px){
  .quick-picker-card{
    flex-direction:column;
    align-items:stretch;
    gap:14px;
  }

 

  .quick-picker-select-wrap{
    width:100%;
  }
}@media (max-width: 768px){
  .quick-picker-card{
    flex-direction:column;
    align-items:stretch;
    gap:14px;
  }

  .quick-picker-card::before{
    font-size:1.45rem;
  }
  /* EFECTO HOVER DORADO */
.quick-picker-card{
  position: relative;
  overflow: hidden;
  transition: all .25s ease;
}

.quick-picker-card:hover{
  transform: translateY(-4px) scale(1.01);

  box-shadow:
    0 18px 35px rgba(0,0,0,.2),
    inset 0 2px 0 rgba(255,255,255,.6);
}

/* BRILLO QUE PASA */
.quick-picker-card::after{
  content:"";
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,.5),
    transparent
  );
  transition: left .6s ease;
  pointer-events:none;
}

.quick-picker-card:hover::after{
  left:100%;
}

  .quick-picker-select-wrap{
    width:100%;
  }
}
.quick-picker-card:hover{
  box-shadow:
    0 18px 35px rgba(0,0,0,.2),
    0 0 25px rgba(255,193,7,.6), /* glow dorado */
    inset 0 2px 0 rgba(255,255,255,.6);
}
.modal-header p{
  font-size:1rem;
  font-weight:700;
  color:#6b3d12;
  text-shadow:0 1px 0 rgba(255,255,255,.6);
}
.menu-block-head{
  text-align:center;
  position:relative;
}

.menu-block-head h4{
  margin:0;
  font-size:1.6rem;
  font-weight:900;
  color:#d35400;

  text-shadow:
    0 1px 0 #fff,
    0 2px 0 #fbbf24,
    0 4px 6px rgba(0,0,0,.25);

  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
}
.menu-block-head::before,
.menu-block-head::after{
  content:"";
  position:absolute;
  top:50%;
  width:60px;
  height:3px;
  background: linear-gradient(to right, transparent, #facc15, transparent);
}

.menu-block-head::before{
  left:20px;
}

.menu-block-head::after{
  right:20px;
}
.quick-picker-card::before{
  content:"¿Qué deseas ordenar?";
  font-size:2rem;
  font-weight:900;
  color:#ff5a1f;

  text-shadow:
    0 1px 0 #fff,
    0 2px 0 #f97316,
    0 4px 8px rgba(0,0,0,.3);

  display:block;
}
/* ===== FIX HEADER DEFINITIVO ===== */

.topbar-inner{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
}

/* Agrupa logo + texto */
.brand{
  display:flex !important;
  align-items:center !important;
  gap:16px !important;
  flex:1 !important;
}

/* Logo */
.brand-logo{
  width:90px !important;
  height:90px !important;
  min-width:90px !important;
  flex-shrink:0 !important;
}

/* Texto */
.brand-text{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:flex-start !important;
}

/* Título */
.brand-text h1{
  margin:0 !important;
  font-size:3rem !important;
  line-height:1 !important;
}

/* Subtítulo */
.brand-text p{
  margin:0 !important;
  font-size:1.3rem !important;
}

/* Botones derecha */
.top-actions{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
}

/* MOBILE */
@media (max-width:768px){
  .topbar-inner{
    flex-direction:column !important;
    align-items:flex-start !important;
  }

  .brand{
    width:100% !important;
  }

  .top-actions{
    width:100% !important;
    justify-content:flex-start !important;
  }
}
/* ===== ALINEAR 17 PRODUCTOS CON EL TEXTO DEL MODAL ===== */

#modalMenu .modal-header > div{
  display:block !important;
}

/* título del modal */
#modalMenu .modal-header h3{
  margin:0 !important;
}

/* 17 productos debajo, alineado con Pizzas Emmanuel */
#modalMenu .modal-header p,
#modalSubtitle{
  margin-top:-2px !important;   /* 👈 más pegado */
  margin-left:104px !important;
  line-height:1 !important;
}
/* ===== FONDOS NARANJA EN MODAL ===== */

/* Fondo general del modal */
#modalMenu .modal-panel{
  background: linear-gradient(180deg, #fff7ed 0%, #ffe5c7 100%) !important;
}

/* Bloques internos (cards de productos) */
#modalMenu .menu-item{
  background: linear-gradient(180deg, #ffffff 0%, #fff3e0 100%) !important;
  border:1px solid rgba(255,140,0,.25) !important;
}

/* Contenedor de secciones */
#modalMenu .menu-block{
  background:#fff8ef !important;
}

/* Inputs (selects, campos) */
#modalMenu select,
#modalMenu input,
#modalMenu textarea{
  background: linear-gradient(180deg, #fffdf7 0%, #ffe8c2 100%) !important;
  border:1px solid rgba(255,140,0,.35) !important;
}

/* Ingredientes (chips) */
#modalMenu .chip-check{
  background: linear-gradient(135deg, #fff4d6, #ffe0a3) !important;
  border:1px solid rgba(255,140,0,.35) !important;
}

/* Hover más bonito */
#modalMenu .chip-check:hover{
  background: linear-gradient(135deg, #ffe9b3, #ffd27a) !important;
}

/* Zona gris grande (contenedor principal) */
#modalMenu .modal-body{
  background: transparent !important;
}
/* ===== ELIMINAR BLANCOS Y PASAR A NARANJA ===== */

/* Cards principales (la de Hawaiana y todas) */
#modalMenu .menu-item{
  background: linear-gradient(180deg, #fff3e0 0%, #ffd9a3 100%) !important;
}

/* Contenedores internos */
#modalMenu .menu-block{
  background: linear-gradient(180deg, #fff4e6 0%, #ffe0b3 100%) !important;
}

/* Inputs (selects) */
#modalMenu select,
#modalMenu input,
#modalMenu textarea{
  background: linear-gradient(180deg, #fff7ed 0%, #ffe0b3 100%) !important;
  border:1px solid rgba(255,140,0,.35) !important;
}

/* Chips (ingredientes) */
#modalMenu .chip-check{
  background: linear-gradient(135deg, #ffe5b4, #ffd180) !important;
  border:1px solid rgba(255,140,0,.35) !important;
}

/* Fondo general que aún se ve blanco */
#modalMenu .modal-body{
  background: linear-gradient(180deg, #fff3e0 0%, #ffd9a3 100%) !important;
}

/* Panel principal (el contenedor grande) */
#modalMenu .modal-panel{
  background: linear-gradient(180deg, #ffe0b3 0%, #ffc266 100%) !important;
}
/* ===== CAMBIAR FRANJA GRIS A NARANJA ===== */

#modalMenu .menu-block-head{
  background: linear-gradient(135deg, #ffe0b3 0%, #ffb347 100%) !important;
  border-bottom:1px solid rgba(255,140,0,.4) !important;
}
/* ===== ESTILO DEL SELECT (VISIBLE) ===== */

#modalMenu select{
  background: linear-gradient(180deg, #fff3e0 0%, #ffd9a3 100%) !important;
  color:#7c2d12 !important;
}

/* Opciones dentro del dropdown */
#modalMenu select option{
  background:#ffe0b3 !important;
  color:#5a2d00 !important;
}

/* 🔥 Dar espacio arriba al título "Pizzas y chinches" */
#modalMenu .menu-block{
  margin-top:18px !important;
}

/* opcional: más aire arriba del título */
#modalMenu .menu-block-head{
  margin-top:10px !important;
}

.video-placeholder{
  position:relative;
  margin-top:20px;
  border-radius:20px;
  overflow:hidden;
  height:400px;
  box-shadow:0 12px 30px rgba(0,0,0,.12);
}

.video-placeholder video{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:brightness(.9);
}

.video-overlay{
  position:absolute;
  bottom:0;
  width:100%;
  padding:16px;
  text-align:center;
  font-weight:900;
  font-size:1.2rem;
  color:#fff;
  background:linear-gradient(to top, rgba(0,0,0,.6), transparent);
}
/* 🔥 RECORTAR ESPACIO ARRIBA DEL BLOQUE */

/* Quita espacio del contenedor del modal */
#modalMenu .modal-body{
  padding-top:8px !important;
}

/* Quita espacio del bloque principal */
#modalMenu .menu-block{
  margin-top:6px !important;
}

/* Ajusta el encabezado interno */
#modalMenu .menu-block-head{
  margin-top:0 !important;
  padding-top:10px !important;
  padding-bottom:10px !important;
}

.orilla-box{
  margin-top:20px;
  padding:16px;
  border-radius:16px;
  background:linear-gradient(135deg,#fff3d1,#ffc66b);
  border:2px dashed rgba(255,140,0,.5);
  box-shadow:0 8px 20px rgba(0,0,0,.1);
}
.orilla-box{
  margin-top:15px;
  padding:12px;
  border-radius:12px;
  background:linear-gradient(135deg,#fff3d1,#ffc66b);
  border:1px solid rgba(255,140,0,.4);
}
/* 🧀 Queso en la orilla destacado */
.orilla-box{
  margin-top:18px;
  padding:16px;
  border-radius:18px;

  background:linear-gradient(135deg,#fff3d1,#ffb347);
  border:2px solid #ff9800;

  box-shadow:0 10px 25px rgba(255,140,0,.25);
  transition:all .3s ease;
}

/* Texto más llamativo */
.orilla-box label{
  font-weight:900;
  color:#7a2e00;
  font-size:1.1rem;
}

/* 🧀 efecto cuando seleccionan */
.orilla-box input:checked + span,
.orilla-box input:checked{
  accent-color:#ff6a00;
}

/* 🔥 glow cuando está activo */
.orilla-box:has(input:checked){
  background:linear-gradient(135deg,#ffd27a,#ff8c00);
  box-shadow:0 0 20px rgba(255,140,0,.6);
  transform:scale(1.02);
}


/* ===== FIX DEFINITIVO: QUE EL HEADER NO TAPE EL CONTENIDO ===== */

#modalMenu .modal-panel{
  display:flex !important;
  flex-direction:column !important;
  height:100% !important;
  overflow:hidden !important;
}

#modalMenu .modal-header{
  position:relative !important;
  top:auto !important;
  z-index:20 !important;
  flex:0 0 auto !important;
}

#modalMenu .modal-body{
  flex:1 1 auto !important;
  height:auto !important;
  overflow:auto !important;
  padding-top:18px !important;
}

#modalMenu .menu-sections{
  margin-top:0 !important;
}

#modalMenu .menu-block{
  margin-top:0 !important;
}
/* 🔥 Agrupar tamaño + tipo en una fila */
#modalMenu .pizza-config-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

/* Cada campo ocupa mitad */
#modalMenu .pizza-config-row .field{
  flex:1;
  min-width:220px;
}
#modalMenu .pizza-config-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

#modalMenu .pizza-config-row .field{
  flex:1;
  min-width:240px;
}
/* Flechas bonitas para carrusel de cards */
.feature-card .card-slider{
  position:relative;
  overflow:hidden;
  border-radius:22px 22px 0 0;
}

.feature-card .card-slider img{
  width:100%;
  display:block;
}

.feature-card .arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:5;

  width:42px;
  height:42px;
  border:none;
  border-radius:50%;

  background:rgba(255,255,255,.92);
  color:#7a2e00;
  font-size:34px;
  font-weight:900;
  line-height:36px;

  display:flex;
  align-items:center;
  justify-content:center;

  box-shadow:0 8px 20px rgba(0,0,0,.25);
  cursor:pointer;
}

.feature-card .arrow.left{
  left:12px;
}

.feature-card .arrow.right{
  right:12px;
}

.feature-card .arrow:hover{
  background:#ffcc33;
  transform:translateY(-50%) scale(1.08);
}

.feature-card .arrow:active{
  transform:translateY(-50%) scale(.96);
}
/* ===== DISEÑO FUERTE INFO NEGOCIO: AMARILLO / NARANJA / ROJO ===== */

.pro-card{
  background:
    radial-gradient(circle at 88% 8%, rgba(255,0,0,.22), transparent 22%),
    linear-gradient(135deg,#fff86a 0%,#ffb21a 48%,#ff4b00 100%) !important;
  border:4px solid #ff2a00 !important;
  border-radius:32px !important;
  box-shadow:0 22px 48px rgba(255,59,0,.38) !important;
  color:#5a1400 !important;
}

.pro-card::after{
  background:linear-gradient(180deg,#ff1f00,#ff8a00,#fff200) !important;
  width:6px !important;
}

.pro-top{
  border-bottom:2px solid rgba(255,60,0,.25) !important;
}

.pro-logo{
  border:3px solid #fff200 !important;
  box-shadow:0 12px 24px rgba(122,20,0,.35) !important;
}

.pro-head-text h3{
  color:#a81800 !important;
  text-shadow:
    2px 2px 0 #fff200,
    4px 4px 0 rgba(122,20,0,.25) !important;
}

.pro-head-text p{
  color:#7a2400 !important;
  font-weight:900 !important;
}

.pro-info-grid{
  border:2px solid rgba(255,60,0,.32) !important;
  border-radius:24px !important;
  overflow:hidden !important;
  background:rgba(255,255,255,.28) !important;
}

.pro-info-item{
  background:linear-gradient(135deg,#fff7b0,#ffd15a) !important;
  border-color:rgba(255,76,0,.35) !important;
}

.pro-info-icon{
  background:linear-gradient(135deg,#ff2a00,#ff8a00) !important;
  color:#fff200 !important;
  box-shadow:0 10px 22px rgba(255,42,0,.35) !important;
}

.pro-info-content strong{
  color:#8b1e00 !important;
  font-weight:900 !important;
}

.pro-info-content span,
.pro-text-link{
  color:#5a1700 !important;
  font-weight:700 !important;
}

.wa-pill-btn,
.pro-main-wa-btn{
  background:linear-gradient(135deg,#d71900,#ff5a00,#ffcc00) !important;
  color:#fff !important;
  border:2px solid #fff27a !important;
  box-shadow:0 12px 28px rgba(215,25,0,.45) !important;
}

.wa-pill-btn:hover,
.pro-main-wa-btn:hover{
  transform:translateY(-2px) scale(1.03) !important;
  filter:saturate(1.15) !important;
}

.pro-bottom-cta{
  background:
    radial-gradient(circle at 15% 50%, rgba(255,242,0,.35), transparent 20%),
    linear-gradient(135deg,#fff6a3,#ffb21a) !important;
  border:2px solid #ff4b00 !important;
  box-shadow:inset 0 0 24px rgba(255,255,255,.38) !important;
}

.pro-bottom-cta p{
  color:#a81800 !important;
  font-weight:800 !important;
}
/* ===== TITULO TIPO PIZZAS EMMANUEL ===== */

.section-head h2,
.section-head h3{
  color:#d63b00 !important;
  font-weight:900 !important;
  letter-spacing:.5px;

  text-shadow:
    2px 2px 0 #fff200,
    4px 4px 0 rgba(122,23,0,.25),
    0 0 10px rgba(255,140,0,.4);

  font-size:2.2rem !important;
}

/* SUBTEXTO */
.section-head p{
  color:#ff6a00 !important;
  font-weight:700 !important;

  text-shadow:
    1px 1px 0 #fff200,
    0 0 6px rgba(236, 131, 39, 0.35);

  font-size:1.1rem !important;
}

/* LINEA IZQUIERDA MÁS PRO */
.section-head{
  border-left:6px solid #dbed1c !important;
  padding-left:18px !important;
}

/* EFECTO HOVER OPCIONAL */
.section-head h2:hover,
.section-head h3:hover{
  transform:scale(1.02);
  transition:.2s;
}

/* ===== TITULO ESTILO LOGO PIZZAS EMMANUEL ===== */
.section-head h2,
.section-head h3{
  color:#edca1c !important;
  font-family: "Brush Script MT", "Segoe Script", "Lucida Handwriting", cursive !important;
  font-size:3rem !important;
  font-weight:900 !important;
  letter-spacing:.5px !important;
  line-height:1 !important;

  text-shadow:
    1px 1px 0 #821e08,
    2px 3px 4px rgba(92,31,0,.35) !important;
}

.section-head p{
  color:#4b1f00 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size:1.1rem !important;
  font-weight:600 !important;
  margin-top:2px !important;
  text-shadow:none !important;
}

.section-head{
  border-left:4px solid #ffb000 !important;
  padding-left:18px !important;
}
.feature-card{
  cursor:pointer !important;
}

.feature-card:hover{
  transform:translateY(-8px) scale(1.01) !important;
}
.orilla-hidden-check{
  display:none !important;
}

.orilla-title{
  display:block;
  font-size:1.15rem !important;
  font-weight:900 !important;
  color:#7a2e00 !important;
  margin-bottom:12px;
}

.orilla-buttons{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.orilla-btn{
  border:none;
  cursor:pointer;
  border-radius:999px;
  padding:12px 22px;
  font-weight:900;
  background:linear-gradient(135deg,#fff7cc,#ffd37a);
  color:#7a2e00;
  box-shadow:0 6px 14px rgba(0,0,0,.12);
}

.orilla-btn.active{
  background:linear-gradient(135deg,#ff3b00,#ff8a00,#ffd000);
  color:#fff;
  transform:scale(1.03);
}

.alitas-division-info {
  margin-top: 8px;
  padding: 10px 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff2c4, #ffd36a);
  border: 1px solid #f2a900;
  color: #7a2d12;
  font-weight: 800;
  font-size: 15px;
}

.pro-phone-list{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

.pro-phone-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-width:210px;
  padding:14px 22px;
  border-radius:16px;
  background:linear-gradient(135deg,#ffb300,#ffd54f,#f59e0b);
  color:#3b1f00;
  font-weight:900;
  font-size:1.05rem;
  text-decoration:none;
  box-shadow:
    0 10px 22px rgba(255,140,0,.25),
    inset 0 2px 0 rgba(255,255,255,.45);
  transition:all .2s ease;
}

.pro-phone-btn:hover{
  transform:translateY(-2px) scale(1.02);
  box-shadow:
    0 14px 28px rgba(255,140,0,.35),
    inset 0 2px 0 rgba(255,255,255,.55);
}

.pro-phone-icon{
  font-size:1.2rem;
}
.pro-main-wa-icon{
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: white;
  padding: 4px;
}
.btn-orange{
  background: linear-gradient(135deg,#ff7a00,#ffb347,#ffd36a);
  color: #3b1f00;
  font-weight: 900;
  border: none;
  border-radius: 16px;
  padding: 12px 24px;
  box-shadow:
    0 8px 18px rgba(255,120,0,.35),
    inset 0 2px 0 rgba(255,255,255,.4);
  transition: all .2s ease;
}

.btn-orange:hover{
  transform: scale(1.05);
  box-shadow:
    0 12px 24px rgba(255,120,0,.45),
    inset 0 2px 0 rgba(255,255,255,.5);
}
.btn-asistencia{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.icon-btn{
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}
/* =========================
   FIX MOBILE FINAL
========================= */
@media (max-width: 768px){

  body{
    overflow-x:hidden;
  }

  .wrap{
    width:94%;
  }

  .topbar-inner{
    align-items:center !important;
    text-align:center;
  }

  .brand{
    flex-direction:column !important;
    align-items:center !important;
    gap:8px !important;
  }

  .brand-logo{
    width:95px !important;
    height:95px !important;
  }

  .brand-text{
    align-items:center !important;
  }

  .brand-text h1{
    font-size:2.2rem !important;
    text-align:center;
  }

  .brand-text p{
    font-size:1rem !important;
    text-align:center;
  }

  .top-actions{
    width:100% !important;
    justify-content:center !important;
    flex-wrap:wrap;
  }

  .btn-asistencia,
  .cart-btn{
    min-width:145px;
    justify-content:center;
  }

  .promo-card{
    min-width:210px;
    height:145px;
  }

  .section-head{
    margin-top:22px;
  }

  .section-head h2,
  .section-head h3{
    font-size:2.2rem !important;
    text-align:left;
  }

  .featured-grid{
    grid-template-columns:1fr !important;
    gap:18px;
  }

  .feature-card{
    border-radius:22px;
  }

  .feature-card img{
    height:210px;
  }

  .feature-body h4{
    font-size:1.35rem;
  }

  .feature-body p{
    font-size:.95rem;
    min-height:auto;
  }

  .feature-card .btn.btn-gold{
    width:100%;
  }

  .modal{
    padding:0 !important;
  }

  .modal-panel{
    border-radius:0 !important;
  }

  #modalMenu .modal-header{
    padding:10px 12px !important;
  }

  .modal-brand{
    gap:8px;
  }

  .modal-brand-logo{
    width:60px !important;
    height:60px !important;
  }

  .modal-brand-text{
    font-size:1.45rem !important;
  }

  #modalSubtitle{
    margin-left:70px !important;
    font-size:.9rem !important;
  }

  .quick-picker-card{
    padding:18px 14px;
  }

  .quick-picker-card::before{
    font-size:1.45rem !important;
    text-align:center;
  }

  .quick-picker-select{
    font-size:.95rem;
    min-height:56px;
  }

  .video-placeholder{
    height:220px;
  }

  .menu-items{
    padding:12px;
  }

  .menu-item{
    padding:12px;
  }

  .menu-item-top{
    align-items:flex-start;
  }

  .menu-item-thumb{
    width:58px;
    height:58px;
  }

  .ing-grid{
    grid-template-columns:1fr !important;
  }

  .pizza-config-row{
    flex-direction:column;
  }

  .item-bottom{
    flex-direction:column;
    align-items:stretch;
  }

  .item-bottom .btn{
    width:100%;
  }

  .qty-row{
    justify-content:center;
  }

  .drawer-panel{
    width:100%;
  }

  .pro-card{
    margin:18px 10px 28px !important;
    padding:18px 14px !important;
    border-radius:24px !important;
  }

  .pro-top{
    flex-direction:column;
    text-align:center;
  }

  .pro-head-text h3{
    font-size:2.1rem !important;
  }

  .pro-info-grid{
    grid-template-columns:1fr !important;
  }

  .pro-info-item{
    flex-direction:column;
    text-align:center;
    padding:16px 12px;
  }

  .pro-phone-list{
    flex-direction:column;
  }

  .pro-phone-btn{
    width:100%;
  }

  .confirm-box{
    width:90%;
  }
}
.pizza-opciones-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: start;
}

.pizza-opcion-box {
  width: 100%;
}

.pizza-personalizada-box {
  border: 1px solid #ffad42;
  border-radius: 16px;
  background: rgba(255, 190, 80, 0.18);
  padding: 12px;
}

.pizza-personalizada-box summary {
  cursor: pointer;
  font-weight: 800;
  color: #7a2b0a;
  list-style: none;
}

.pizza-personalizada-box summary::-webkit-details-marker {
  display: none;
}

@media (max-width: 700px) {
  .pizza-opciones-row {
    grid-template-columns: 1fr;
  }
}

.btn-personalizar-pizza{
  width:100%;
  height:52px;
  border:none;
  border-radius:16px;
  background:linear-gradient(135deg,#ffb347,#ffcc33);
  color:#7a2b0a;
  font-weight:800;
  font-size:1rem;
  cursor:pointer;
  transition:.25s ease;
  box-shadow:0 4px 12px rgba(0,0,0,.12);
}

.btn-personalizar-pizza:hover{
  transform:translateY(-2px);
  filter:brightness(1.03);
}
.chip-check.locked input[type="checkbox"]{
  accent-color: #9e9e9e;
}
.chip-check.locked{
  background: linear-gradient(135deg, #ffd54f, #ffca28);
  border: 2px solid #ffb300;
  box-shadow: 0 2px 8px rgba(255, 179, 0, 0.18);
}

.chip-check.locked span{
  color:#6b3d00;
  font-weight:800;
}
.pizza-personalizada-layout{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:24px;
  align-items:start;
}

.pizza-total-personalizada{
  position:sticky;
  top:20px;
  justify-self:center;
  align-self:center;
  font-size:1.2rem;
  font-weight:900;
  color:#6b2d00;
}

.pizza-total-personalizada strong{
  background:linear-gradient(135deg,#ffcc33,#ffb347);
  padding:10px 18px;
  border-radius:14px;
  display:inline-block;
}

@media (max-width:700px){
  .pizza-personalizada-layout{
    grid-template-columns:1fr;
  }

  .pizza-total-personalizada{
    justify-self:end;
  }
}
.pizza-resumen-extras{
  margin-top:18px;
  padding:16px;
  border-radius:18px;
  background:rgba(255,190,80,.18);
  border:1px solid #ffb347;
}

.resumen-linea{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-bottom:8px;
  font-weight:700;
  color:#6b2d00;
}

.resumen-linea.total{
  margin-top:12px;
  padding-top:12px;
  border-top:1px dashed #ffb347;
  font-size:1.08rem;
}

.orilla-extra-wrap{
  margin-top:10px;
  display:flex;
  justify-content:flex-start;
}

.orilla-extra-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  background:linear-gradient(135deg,#fff3d6,#ffd27a);
  border:1px solid rgba(255,145,0,.35);
  color:#7a3b00;
  font-size:.92rem;
  font-weight:700;
  box-shadow:
    0 4px 12px rgba(255,145,0,.18),
    inset 0 1px 0 rgba(255,255,255,.65);
}
.toast{
  position:fixed;
  left:50%;
  bottom:24px;
  transform:translateX(-50%);
  width:min(92%,460px);

  background:
linear-gradient(
  135deg,
  #fff8ef 0%,
  #f8e7c9 45%,
  #f5d7a1 100%
);
border:2px solid rgba(214,158,46,.35);

  border-radius:24px;
  padding:18px;

  display:flex;
  align-items:center;
  gap:16px;

  z-index:9999;

  box-shadow:
    0 15px 40px rgba(0,0,0,.45),
    0 0 18px rgba(255,215,0,.15);

  animation:toastIn .28s ease;
}

.toast.hidden{
  display:none;
}

.toast-icon{
  font-size:40px;
  flex-shrink:0;
}

.toast-content{
  flex:1;
}

.toast-title{
  color:#5c3415;
  font-size:20px;
  font-weight:800;
  margin-bottom:4px;
}

.toast-text{
  color:#6b4b2a;
  font-size:14px;
}

.toast-actions{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.btn-toast-cart,
.btn-toast-continue{
  border:none;
  border-radius:14px;
  padding:12px 16px;
  font-weight:800;
  cursor:pointer;
  transition:.2s ease;
  white-space:nowrap;
}

.btn-toast-cart{
  background:linear-gradient(135deg,#facc15,#eab308);
  color:#111;
}

.btn-toast-cart:hover{
  transform:scale(1.04);
}

.btn-toast-continue{
  background:#dcfce7;
  color:#166534;
}

.btn-toast-continue:hover{
  transform:scale(1.04);
}

@keyframes toastIn{
  from{
    opacity:0;
    transform:translateX(-50%) translateY(20px);
  }
  to{
    opacity:1;
    transform:translateX(-50%) translateY(0);
  }
}

.toast{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:16px;
  align-items:center;
}

.toast-content{
  text-align:left;
}

.toast-actions{
  grid-column:1 / -1;
  width:100%;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.btn-toast-cart,
.btn-toast-continue{
  width:100%;
}

@media (max-width:520px){
  .toast{
    width:92%;
    grid-template-columns:1fr;
    text-align:center;
    justify-items:center;
  }

  .toast-content{
    text-align:center;
  }

  .toast-actions{
    grid-template-columns:1fr;
  }
}
/* =========================
   RESPONSIVE MOBILE
========================= */
@media (max-width: 768px){

  body{
    overflow-x: hidden;
  }

  .container,
  .menu-container,
  .content,
  .main-content{
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
  }

  .chips{
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: none;
  }

  .chips::-webkit-scrollbar{
    display: none;
  }

 .chip,
.categoria-pill{
  white-space: nowrap;
  font-size: 13px;

  padding: 0 14px;
  min-height: 44px;

  display:flex;
  align-items:center;
  justify-content:center;

  line-height:1;
}
.chips{
  align-items:center;
}

  .search-box{
    width: 100%;
  }

  .search-box input{
    font-size: 16px;
  }

  .producto-card,
  .pizza-card,
  .item-card{
    width: 100%;
    border-radius: 18px;
  }

  .item-bottom{
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
  }

  .qty-row{
    justify-content: center;
  }

 .btn{
  width: 100%;
}

.qty-btn,
.cart-qty-btn,
.promo-arrow,
.clear-search,
.close-x,
.feature-card .arrow,
button[data-qty]{
  width: auto !important;
}

  .modal-content,
  .confirm-box{
    width: 92%;
    max-width: 92%;
    border-radius: 22px;
  }

  textarea,
  select,
  input{
    font-size: 16px;
  }

  .hero-content h1,
  .hero-content h2{
    font-size: 32px;
    line-height: 1.1;
  }

  .item-total{
    text-align: center;
  }
}
/* =========================
   CARRUSEL MOBILE
========================= */
@media (max-width: 768px){

  .slider-promos{
    padding: 12px 0;
    overflow: hidden;
  }

  .promo-carousel{
    width: 100%;
    overflow: hidden;
  }

  .promo-track{
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 8px 14px 14px;
    scrollbar-width: none;
  }

  .promo-track::-webkit-scrollbar{
    display: none;
  }

  .promo-card{
    flex: 0 0 82%;
    max-width: 82%;
    height: 190px;
    scroll-snap-align: center;
    border-radius: 20px;
    overflow: hidden;
  }

  .promo-card img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
  }

  .promo-arrow{
    width: 34px;
    height: 34px;
    font-size: 14px;
    z-index: 5;
  }
}

/* =========================
   FIX URGENTE MOBILE FINAL
========================= */
@media (max-width:768px){

  .chips{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    overflow:visible !important;
  }

  .chip{
    width:100% !important;
    min-height:42px !important;
    padding:0 14px !important;
    margin:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    font-size:13px !important;
    line-height:1 !important;
    border-radius:999px !important;
  }

  .btn-asistencia,
  .cart-btn{
    width:auto !important;
    min-width:135px !important;
    padding:10px 14px !important;
  }

  .promo-card{
    flex:0 0 88% !important;
    max-width:88% !important;
    height:170px !important;
  }

  .promo-card img{
    object-fit:contain !important;
    background:#000 !important;
  }

  .clear-search{
    width:34px !important;
    height:34px !important;
    flex:0 0 34px !important;
  }
}

/* =========================
   FIX HEADER MOBILE PRO
========================= */
@media (max-width:768px){

  .topbar{
    padding:8px 0 10px !important;
  }

  .topbar-inner{
    gap:6px !important;
  }

  .brand{
    gap:6px !important;
  }

  .brand-logo{
    width:76px !important;
    height:76px !important;
    border-radius:18px !important;
  }

  .brand-text h1{
    font-size:1.9rem !important;
    line-height:1 !important;
    margin-top:2px !important;
  }

  .brand-text p{
    font-size:.78rem !important;
    line-height:1.1 !important;
    margin-top:2px !important;
  }

  .top-actions{
    gap:8px !important;
    justify-content:center !important;
  }

  .btn-asistencia,
  .cart-btn{
    min-width:112px !important;
    width:auto !important;
    padding:9px 12px !important;
    font-size:.82rem !important;
    border-radius:14px !important;
  }

  .icon-btn{
    width:17px !important;
    height:17px !important;
  }

  .cart-badge,
  #cartCount{
    top:-8px !important;
    right:-6px !important;
    font-size:10px !important;
    min-width:20px !important;
    height:20px !important;
  }
}
/* =========================
   INFO MOBILE COMPACT
========================= */
@media (max-width:768px){

  .info-grid{
    gap:10px !important;
  }

  .info-card{
    padding:14px 12px !important;
    border-radius:22px !important;
    min-height:auto !important;
  }

  .info-icon{
    width:58px !important;
    height:58px !important;
    font-size:1.4rem !important;
    margin-bottom:10px !important;
    border-radius:18px !important;
  }

  .info-card h3,
  .info-card strong{
    font-size:1.1rem !important;
    margin-bottom:4px !important;
  }

  .info-card p{
    font-size:.92rem !important;
    line-height:1.25 !important;
    margin:0 !important;
  }

  .whatsapp-btn{
    padding:10px 14px !important;
    font-size:.9rem !important;
    border-radius:999px !important;
    min-height:auto !important;
  }

}
/* =========================
   INGREDIENTES CHINCHE GRID
========================= */
.ingredients-grid{
  display:grid !important;
  grid-template-columns:repeat(5, 1fr) !important;
  gap:10px !important;
  width:100% !important;
}

.chip-check{
  width:100% !important;
  margin:0 !important;
}

@media (max-width:768px){

  .ingredients-grid{
    grid-template-columns:repeat(2, 1fr) !important;
  }

}
/* =========================
   CHIPS EDITABLES AZULES
========================= */

.chip-check input:not(:disabled) + span{
  color:#1e3a8a !important;
  font-weight:700 !important;
}

.chip-check input:not(:disabled){
  accent-color:#2563eb !important;
  cursor:pointer !important;
}

.chip-check input:not(:disabled) + span:hover{
  color:#2563eb !important;
}

.chip-check input:disabled + span{
  color:#8b5a00 !important;
  opacity:.75 !important;
}
/* =========================
   INGREDIENTE FIJO CHINCHE
========================= */

.chip-check input:disabled + span{
  color:#b45309 !important;
  font-weight:800 !important;
}

.chip-check input:disabled{
  accent-color:#f59e0b !important;
}

.chip-check:has(input:disabled){
  background:linear-gradient(
    135deg,
    #ffe7a3,
    #ffd166
  ) !important;

  border:2px solid #f59e0b !important;

  box-shadow:
    0 0 0 1px rgba(245,158,11,.25),
    0 6px 14px rgba(245,158,11,.18) !important;
}
/* =========================
   INFO NEGOCIO MOBILE TIPO APP
========================= */
@media (max-width:768px){

  .pro-card{
    margin:10px 10px 18px !important;
    padding:14px 12px !important;
    border-radius:24px !important;
    border:3px solid #ff3b00 !important;
    background:linear-gradient(180deg,#fff7b8 0%,#ffd35a 100%) !important;
    box-shadow:0 12px 26px rgba(130,40,0,.25) !important;
  }

  .pro-card::after{
    display:none !important;
  }

  .pro-top{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    gap:12px !important;
    text-align:left !important;
    padding-bottom:12px !important;
    margin-bottom:10px !important;
    border-bottom:1px solid rgba(255,100,0,.28) !important;
  }

  .pro-logo{
    width:62px !important;
    height:62px !important;
    min-width:62px !important;
    border-radius:16px !important;
  }

  .pro-head-text h3{
    font-size:1.65rem !important;
    line-height:1 !important;
    margin:0 0 4px !important;
    color:#8b1a00 !important;
    text-shadow:1px 1px 0 #fff200 !important;
  }

  .pro-head-text p{
    font-size:.78rem !important;
    line-height:1.15 !important;
    margin:0 !important;
    color:#5a1700 !important;
    font-weight:800 !important;
  }

  .pro-info-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:0 !important;
    margin-top:8px !important;
    border:1px solid rgba(255,128,0,.35) !important;
    border-radius:22px !important;
    overflow:hidden !important;
    background:rgba(255,255,255,.22) !important;
  }

  .pro-info-item{
    display:grid !important;
    grid-template-columns:52px 1fr !important;
    align-items:center !important;
    gap:12px !important;
    min-height:auto !important;
    padding:13px 14px !important;
    text-align:left !important;
    border-radius:0 !important;
    border:none !important;
    border-bottom:1px solid rgba(255,128,0,.25) !important;
    background:linear-gradient(135deg,#fff8c7,#ffd86f) !important;
  }

  .pro-info-item:last-child{
    border-bottom:none !important;
  }

  .pro-info-icon{
    width:48px !important;
    height:48px !important;
    min-width:48px !important;
    border-radius:14px !important;
    margin:0 !important;
    background:linear-gradient(135deg,#ff3b00,#ff8a00) !important;
    box-shadow:0 8px 16px rgba(255,70,0,.25) !important;
  }

  .icon-svg{
    font-size:23px !important;
  }

  .pro-info-content{
    align-items:flex-start !important;
    text-align:left !important;
    gap:3px !important;
    min-width:0 !important;
  }

  .pro-info-content strong{
    font-size:1rem !important;
    line-height:1.05 !important;
    color:#5a1700 !important;
    font-weight:900 !important;
  }

  .pro-info-content span,
  .pro-info-content a,
  .pro-text-link{
    font-size:.84rem !important;
    line-height:1.18 !important;
    color:#3b1f00 !important;
    font-weight:800 !important;
  }

  .pro-wa-content{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:8px !important;
    flex-wrap:wrap !important;
  }

  .wa-pill-btn{
    padding:8px 12px !important;
    border-radius:999px !important;
    font-size:.8rem !important;
    min-width:auto !important;
    white-space:nowrap !important;
  }

  .wa-pill-icon{
    width:20px !important;
    height:20px !important;
  }

  .pro-bottom-cta{
    margin-top:12px !important;
    padding:12px !important;
    border-radius:22px !important;
    border:1px solid rgba(255,128,0,.35) !important;
    background:linear-gradient(135deg,#fff8c7,#ffd86f) !important;
  }

  .pro-phone-list{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:9px !important;
  }

  .pro-phone-btn{
    width:100% !important;
    min-width:0 !important;
    padding:11px 14px !important;
    border-radius:999px !important;
    font-size:.95rem !important;
    background:linear-gradient(135deg,#ffd54f,#f59e0b) !important;
    color:#3b1f00 !important;
    box-shadow:0 6px 14px rgba(120,60,0,.15) !important;
  }

  .pro-bottom-cta p{
    margin-top:8px !important;
    font-size:.9rem !important;
    color:#a81800 !important;
    font-weight:900 !important;
  }
}
/* =========================
   HEADER AMARILLO MODERNO
========================= */

.topbar{
  background:
    radial-gradient(circle at top left,
      rgba(255,255,255,.45),
      transparent 35%
    ),

    radial-gradient(circle at bottom right,
      rgba(255,255,255,.18),
      transparent 30%
    ),

    linear-gradient(
      135deg,
      #fff7c2 0%,
      #ffe66d 35%,
      #ffd43b 70%,
      #ffc107 100%
    ) !important;

  border-bottom:3px solid #ff8a00 !important;

  box-shadow:
    0 10px 24px rgba(255,170,0,.18),
    inset 0 -2px 0 rgba(255,255,255,.35);

  position:relative;
  overflow:hidden;
}

/* textura moderna */
.topbar::before{
  content:"";
  position:absolute;
  inset:0;

  background-image:
    radial-gradient(rgba(255,255,255,.18) 2px, transparent 2px);

  background-size:26px 26px;
  opacity:.45;
  pointer-events:none;
}

/* texto */
.topbar h1{
  color:#b02a00 !important;

  text-shadow:
    0 2px 0 #fff5a0,
    0 4px 12px rgba(255,120,0,.18);
}

/* subtitulo */
.topbar p{
  color:#5a1700 !important;
}
/* =========================
   FIX BOTONES INFERIORES ANDROID
========================= */

@media (max-width:768px){

  .top-actions{
    position:fixed !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;

    width:100% !important;

    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    gap:10px !important;

    padding:
      10px 12px
      calc(10px + env(safe-area-inset-bottom));

    background:
      rgba(255,255,255,.96) !important;

    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);

    z-index:99999 !important;

    box-shadow:
      0 -8px 24px rgba(0,0,0,.12);

    border-top:
      1px solid rgba(0,0,0,.06);
  }

  .btn-asistencia,
  .cart-btn{
    flex:1 !important;

    min-height:52px !important;

    border-radius:18px !important;

    font-size:.92rem !important;
    font-weight:800 !important;
  }

  body{
    padding-bottom:95px !important;
  }
}