:root{--menu-orange: #e86f12;--menu-bg-card: #181818;--menu-border: rgba(232,111,18,.18);--menu-text: #ffffff;--menu-price: #f7d9a8;--menu-muted: #c9bcae;--menu-hover: #1f1f1f}.product-section{width:100%;display:flex;justify-content:center}.product-table{width:100%;max-width:1100px;border-radius:18px;background:var(--menu-bg-card);overflow:hidden}.product-table__header{display:grid;grid-template-columns:1fr 150px 150px 150px;padding:18px 32px;font-size:15px;font-weight:800;letter-spacing:.12em;color:var(--menu-orange);border-bottom:1px solid var(--menu-border)}.product-table__header div{text-align:center}.product-table__header div:first-child{text-align:left}.product-row{display:grid;grid-template-columns:1fr 150px 150px 150px;align-items:center;padding:22px 32px;border-bottom:1px solid var(--menu-border);transition:all .2s ease}.product-row:last-child{border-bottom:none}.product-row:hover{background:var(--menu-hover);transform:scale(1.01)}.product-row__name{display:flex;align-items:center;gap:18px;font-size:22px;font-weight:700;color:var(--menu-text)}.product-row__name img{width:78px;height:78px;border-radius:50%;object-fit:cover;box-shadow:0 6px 18px #0009}.product-row__price{text-align:center;font-size:20px;font-weight:700;color:var(--menu-price);position:relative}.product-table__header div:not(:first-child),.product-row__price{position:relative}.product-table__header div:not(:first-child):before,.product-row__price:before{content:"";position:absolute;left:0;top:20%;bottom:20%;width:1px;background:#e86f121f}.product-grid-flex{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:flex-start}.product-card-visual{display:flex;flex-direction:column;align-items:center;text-align:center;width:260px}.product-card-visual__img img{width:100%;max-width:240px;height:auto;object-fit:contain;margin-bottom:1rem;filter:drop-shadow(0 10px 20px rgba(0,0,0,.6))}.product-card-visual__info h3{margin:0;font-size:1.4rem;font-weight:700;color:var(--menu-text)}.product-card-visual__price{display:block;margin-top:.4rem;font-size:1.3rem;font-weight:800;color:var(--menu-price)}.grid-paquetes{display:flex;justify-content:center;align-items:center;margin-top:48px}.combo-card{display:flex;justify-content:center;align-items:center}.combo-img{width:auto;height:auto;max-width:100%;display:block;transform:none}
