
        @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;600;700;900&display=swap');
        body { font-family: 'Inter', sans-serif; background-color: white; color: black; }
        .category-title-luxury { font-family: 'Roboto', sans-serif; font-weight: 600; font-size: 1.25rem; line-height: 1.1; letter-spacing: -0.3px; }
        .product-title-roboto { font-family: 'Roboto', sans-serif !important; font-weight: 500 !important; font-size: 1.12rem; line-height: 1.12; letter-spacing: -0.3px; }
        .product-price-roboto { font-family: 'Roboto', sans-serif !important; font-weight: 600 !important; letter-spacing: -0.3px; }
        .price-pill { display: inline-flex; align-items: center; justify-content: center; width: fit-content; background: #ffffff; color: #000000 !important; border: 1.5px solid rgba(0,0,0,0.9); border-radius: 9999px; padding: 3px 9px; line-height: 1; box-shadow: 0 1px 2px rgba(0,0,0,0.10); white-space: nowrap; font-family: 'Roboto', sans-serif !important; font-weight: 700 !important; letter-spacing: -0.3px; }
        .price-pill-sm { font-size: 10px; padding: 3px 7px; }
        .price-pill-md { font-size: 13px; padding: 5px 11px; }
        .roboto-action-btn { font-family: 'Roboto', sans-serif; }
        .product-card-desc-readable { font-size: 0.86rem !important; line-height: 1.32 !important; }
        .product-card-disabled { opacity: 0.48 !important; filter: grayscale(1) !important; pointer-events: none !important; background: rgba(127, 29, 29, 0.06) !important; border-color: rgba(127, 29, 29, 0.42) !important; }
        .product-unavailable-badge { display: inline-flex; align-items: center; justify-content: center; width: fit-content; background: rgba(127, 29, 29, 0.10); color: #7f1d1d !important; border: 1px solid rgba(127,29,29,0.38); border-radius: 9999px; padding: 4px 9px; line-height: 1; font-family: 'Roboto', sans-serif !important; font-size: 10px; font-weight: 900 !important; text-transform: uppercase; letter-spacing: 0.04em; white-space: nowrap; }
        .modal-product-title-readable { font-size: 1.25rem !important; line-height: 1.12 !important; }
        .modal-product-desc-readable { font-size: 0.95rem !important; line-height: 1.35 !important; }
        .modal-product-options h4 { font-size: 0.82rem !important; line-height: 1.15 !important; letter-spacing: 0.04em !important; }
        .modal-product-options select, .modal-product-options textarea, .modal-product-options button { font-size: 0.92rem !important; }
        .modal-product-options textarea { line-height: 1.35 !important; min-height: 46px; }
        #modal-add-btn { font-size: 0.96rem !important; line-height: 1.12 !important; }
        .product-card-floating-price { position: absolute !important; top: 8px !important; right: 8px !important; z-index: 8 !important; box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important; }
        .product-title-roboto { padding-right: 108px !important; }
        .modal-live-price-bar { position: sticky !important; top: 0 !important; z-index: 35 !important; display: flex !important; align-items: center !important; justify-content: space-between !important; gap: 7px !important; background: linear-gradient(180deg, #080808 0%, #000000 100%) !important; border: 1px solid rgba(255,255,255,0.16) !important; border-radius: 18px !important; padding: 6px !important; margin: 0 0 8px 0 !important; box-shadow: 0 8px 18px rgba(0,0,0,0.18) !important; }
        .modal-live-price-label { font-family: 'Roboto', sans-serif !important; min-width: 64px !important; min-height: 38px !important; padding: 0 10px !important; border-radius: 13px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; background: rgba(255,255,255,0.06) !important; border: 1px solid rgba(255,255,255,0.20) !important; font-size: 0.66rem !important; line-height: 1 !important; font-weight: 800 !important; color: rgba(255,255,255,0.82) !important; text-transform: uppercase !important; letter-spacing: 0.10em !important; }
        #modal-live-price { font-size: 1.02rem !important; padding: 9px 14px !important; background: #ffffff !important; color: #000000 !important; border: 1px solid rgba(255,255,255,0.88) !important; box-shadow: 0 2px 8px rgba(0,0,0,0.16) !important; }
        .modal-live-action-btn { background: #ffffff !important; color: #000000 !important; border: 1px solid rgba(255,255,255,0.90) !important; border-radius: 13px !important; padding: 10px 12px !important; font-family: 'Roboto', sans-serif !important; font-weight: 900 !important; font-size: 0.95rem !important; line-height: 1.12 !important; letter-spacing: -0.02em !important; display: flex !important; align-items: center !important; justify-content: center !important; text-align: center !important; flex: 1 !important; min-height: 42px !important; box-shadow: 0 2px 10px rgba(0,0,0,0.18) !important; }
        .modal-scroll-price-safe { padding-bottom: 1rem !important; }
        .modal-price-visible-footer { position: absolute !important; left: 0 !important; right: 0 !important; bottom: 0 !important; z-index: 55 !important; }
        .soft-black-border { border-color: rgba(0, 0, 0, 0.35) !important; }
        .promo-popup-overlay { position: fixed; inset: 0; z-index: 120; background: rgba(0,0,0,0.72); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); display: flex; align-items: flex-start; justify-content: center; padding: 1cm 16px 16px 16px; overflow: hidden; }
        .promo-popup-panel { position: relative; width: min(92vw, 540px); max-height: calc(100dvh - 1cm); overflow: hidden; background: white; border: 1px solid rgba(0,0,0,0.18); border-radius: 24px; padding: 12px; box-shadow: 0 24px 60px rgba(0,0,0,0.25); }
        .promo-popup-panel.popup-size-pequeno { width: min(88vw, 390px); }
        .promo-popup-panel.popup-size-mediano { width: min(92vw, 540px); }
        .promo-popup-panel.popup-size-grande { width: min(94vw, 680px); }
        .promo-popup-panel.popup-size-pantalla { width: min(96vw, 820px); }
        .promo-popup-image-wrap { width: 100%; aspect-ratio: 1080 / 1350; max-height: calc(100dvh - 1cm - 142px); border-radius: 18px; overflow: hidden; background: #f3f4f6; border: 1px solid rgba(0,0,0,0.12); }
        .promo-popup-image-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
        .promo-popup-actions { display: flex; flex-direction: column; gap: 8px; margin-top: 12px; }
        .promo-popup-reserve { width: 100%; background: linear-gradient(180deg,#111111 0%,#000000 100%); color: #ffffff; border-radius: 16px; padding: 13px 16px; font-family: 'Roboto', sans-serif; font-weight: 900; font-size: 0.92rem; line-height: 1.15; text-align: center; display: flex; align-items: center; justify-content: center; text-decoration: none; box-shadow: 0 10px 22px rgba(0,0,0,0.22); letter-spacing: -0.01em; }
        .promo-popup-close { width: 100%; background: white; color: black; border: 1px solid rgba(0,0,0,0.22); border-radius: 16px; padding: 12px 16px; font-family: 'Roboto', sans-serif; font-weight: 600; font-size: 0.9rem; }
        #promo-popup.promo-popup-overlay { z-index: 2147483647 !important; }
        .promo-popup-x { position: absolute; top: 8px; right: 8px; width: 38px; height: 38px; border-radius: 9999px; background: rgba(0,0,0,0.88); color: #ffffff; border: 1px solid rgba(255,255,255,0.72); display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 22px rgba(0,0,0,0.24); z-index: 2; }
        .promo-popup-x svg { width: 20px; height: 20px; display: block; }
        .promo-popup-close:active, .promo-popup-reserve:active, .promo-popup-x:active { transform: scale(0.97); }
        .font-serif { font-family: 'Playfair Display', serif; }
        .gold-text { color: #000000; }
        .floating-badge { animation: none !important; }
        @keyframes floatBadge {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-4px); }
        }
        .glass { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid #e5e7eb; }
        
        ::-webkit-scrollbar { width: 8px; height: 8px; }
        ::-webkit-scrollbar-track { background: #f3f4f6; border-radius: 4px; }
        ::-webkit-scrollbar-thumb { background: #d1d5db; border: 1px solid #000000; border-radius: 8px; }
        ::-webkit-scrollbar-thumb:hover { background: #000000; }
        
        .no-scrollbar::-webkit-scrollbar { display: none; }
        .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
        .scroll-smooth { -webkit-overflow-scrolling: touch; }
        
        .modal-enter { animation: modalFadeIn 0.3s ease-out; }
        @keyframes modalFadeIn {
            from { opacity: 0; transform: translateY(-20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        input, select, textarea { color-scheme: light; }

        #drinks-bar-wrapper {
            position: sticky;
            top: 0;
            z-index: 30;
            background: white;
            padding-top: 8px;
            padding-bottom: 4px;
            margin-left: -1.5rem;
            margin-right: -1.5rem;
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

        /* LANDING PAGE STYLES */
        .landing-card {
            background: white;
            border: 1px solid #000000;
            transition: all 0.3s ease;
        }
        .landing-card:hover {
            border-color: #000000;
            box-shadow: 0 8px 32px rgba(0,0,0,0.08);
        }
        .landing-btn-carta {
            background: white;
            color: black;
            border: 2px solid #000000;
            transition: all 0.2s ease;
        }
        .landing-btn-carta:active { transform: scale(0.97); }
        .landing-btn-reserva {
            background: white;
            border: 2px solid #000000;
            color: black;
            transition: all 0.2s ease;
        }
        .landing-btn-reserva:hover { background: white; }
        .landing-btn-reserva:active { transform: scale(0.97); }
        @keyframes landingFadeUp {
            from { opacity: 0; transform: translateY(30px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .landing-animate { animation: landingFadeUp 0.6s ease-out both; }
        .landing-animate-delay { animation: landingFadeUp 0.6s ease-out 0.15s both; }
        .landing-animate-delay2 { animation: landingFadeUp 0.6s ease-out 0.3s both; }
        .uber-eats-like-title {
            font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 900;
            letter-spacing: -0.02em;
        }




        /* ============================================================
           CATEGORÍAS DESPLEGABLES PREMIUM MOBILE FIRST
           Solo mejora visual del bloque bajo buscador y pestañas.
        ============================================================ */
        #menu-grid > .premium-category-card {
            margin-top: 0.6rem !important;
        }
        #menu-grid > .premium-category-card:first-child {
            margin-top: 0 !important;
        }
        .premium-category-card {
            background: #ffffff;
            border: 1px solid rgba(0,0,0,0.075);
            border-radius: 22px;
            overflow: hidden;
            box-shadow: 0 8px 24px rgba(0,0,0,0.045);
            transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.18s ease;
        }
        .premium-category-card.is-open {
            border-color: rgba(0,0,0,0.20);
            box-shadow: 0 10px 28px rgba(0,0,0,0.075);
        }
        .premium-category-trigger {
            width: 100%;
            min-height: 82px;
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 9px 11px 9px 9px;
            text-align: left;
            outline: none;
            background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
            -webkit-tap-highlight-color: transparent;
        }
        .premium-category-trigger:active {
            transform: scale(0.992);
        }
        .premium-category-image-wrap {
            width: 70px;
            height: 70px;
            flex: 0 0 70px;
            border-radius: 17px;
            overflow: hidden;
            background: #f4f4f4;
            border: 1px solid rgba(0,0,0,0.08);
            box-shadow: inset 0 0 0 1px rgba(255,255,255,0.55), 0 4px 12px rgba(0,0,0,0.065);
        }
        .premium-category-image-wrap img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }
        .premium-category-copy {
            min-width: 0;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 4px;
        }
        .premium-category-title {
            font-family: 'Roboto', sans-serif !important;
            font-size: 1.02rem !important;
            line-height: 1.08 !important;
            font-weight: 700 !important;
            letter-spacing: -0.35px !important;
            color: #050505 !important;
            margin: 0 !important;
            padding: 0 !important;
        }
        .premium-category-meta {
            display: inline-flex;
            align-items: center;
            width: fit-content;
            color: #747474;
            font-family: 'Inter', sans-serif;
            font-size: 0.72rem;
            line-height: 1;
            font-weight: 700;
            letter-spacing: 0.01em;
        }
        .premium-category-chevron-box {
            width: 32px;
            height: 32px;
            flex: 0 0 32px;
            border-radius: 9999px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f6f6f6;
            border: 1px solid rgba(0,0,0,0.07);
            color: #111111;
            margin-left: auto;
            transition: background 0.22s ease, border-color 0.22s ease;
        }
        .premium-category-chevron {
            width: 17px;
            height: 17px;
            transition: transform 0.22s ease;
        }
        .premium-category-card.is-open .premium-category-chevron-box {
            background: #000000;
            border-color: #000000;
            color: #ffffff;
        }
        .premium-category-card.is-open .premium-category-chevron {
            transform: rotate(180deg);
        }
        .premium-category-panel {
            padding: 8px 0 10px 0;
            background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%);
            border-top: 1px solid rgba(0,0,0,0.10);
        }
        @media (max-width: 420px) {
            .premium-category-trigger {
                min-height: 78px;
                gap: 10px;
                padding: 8px 10px 8px 8px;
            }
            .premium-category-image-wrap {
                width: 64px;
                height: 64px;
                flex-basis: 64px;
                border-radius: 16px;
            }
            .premium-category-title {
                font-size: 0.96rem !important;
            }
            .premium-category-meta {
                font-size: 0.69rem;
            }
            .premium-category-chevron-box {
                width: 30px;
                height: 30px;
                flex-basis: 30px;
            }
        }

        /* ============================================================
           BLOQUE SUPERIOR PREMIUM MOBILE FIRST
           Solo mejora visual: idioma, logo, carrito, horario, dirección,
           botones principales, buscador y pestañas principales.
        ============================================================ */
        .premium-header {
            background: rgba(255,255,255,0.98) !important;
            border-bottom: 1px solid rgba(0,0,0,0.06) !important;
            box-shadow: 0 10px 32px rgba(0,0,0,0.045) !important;
        }
        .premium-header-inner { gap: 0.65rem !important; }
        .premium-top-row {
            min-height: 54px;
            display: grid;
            grid-template-columns: 78px 1fr 78px;
            align-items: start;
            width: 100%;
        }
        .premium-lang-btn {
            min-height: 30px;
            border-radius: 9999px !important;
            border: 1px solid rgba(0,0,0,0.09) !important;
            background: #ffffff !important;
            box-shadow: 0 5px 16px rgba(0,0,0,0.07) !important;
            padding: 6px 9px !important;
            font-family: 'Roboto', sans-serif !important;
            letter-spacing: -0.15px;
        }
        .premium-logo-img {
            height: 47px !important;
            max-width: 178px;
            object-fit: contain;
        }
        .premium-anniversary {
            margin-top: 2px !important;
            gap: 6px !important;
            line-height: 1 !important;
        }
        .premium-anniversary span {
            font-family: 'Roboto', sans-serif !important;
            font-size: 10px !important;
            font-weight: 900 !important;
            letter-spacing: 0.16em !important;
            font-style: normal !important;
        }
        .premium-cart-btn {
            width: 34px !important;
            height: 34px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            border-radius: 9999px !important;
            background: #ffffff !important;
            border: 1px solid rgba(0,0,0,0.08) !important;
            box-shadow: 0 5px 16px rgba(0,0,0,0.07) !important;
        }
        .premium-cart-btn.hidden { display: none !important; }
        .premium-info-stack {
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 7px;
        }
        .premium-info-pill {
            width: 100%;
            display: flex;
            align-items: center;
            gap: 8px;
            background: linear-gradient(180deg,#ffffff 0%,#fafafa 100%);
            border: 1px solid rgba(0,0,0,0.10) !important;
            border-radius: 9999px !important;
            box-shadow: 0 6px 18px rgba(0,0,0,0.045) !important;
            color: #111111 !important;
        }
        .premium-info-icon {
            width: 25px;
            height: 25px;
            border-radius: 9999px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 auto;
            background: #ffffff;
            border: 1px solid rgba(0,0,0,0.08);
        }
        .premium-info-icon svg { width: 14px; height: 14px; }
        .premium-schedule-pill {
            position: relative;
            justify-content: center;
            flex-direction: column;
            gap: 2px;
            padding: 6px 42px !important;
            min-height: 38px;
        }
        .premium-schedule-pill .premium-info-icon {
            position: absolute;
            left: 9px;
            top: 50%;
            transform: translateY(-50%);
        }
        .premium-schedule-title {
            font-family: 'Roboto', sans-serif !important;
            font-size: 9px !important;
            line-height: 1 !important;
            font-weight: 900 !important;
            letter-spacing: 0.12em !important;
            color: #000000 !important;
            text-transform: uppercase !important;
            text-align: center !important;
        }
        #branch-schedule {
            font-family: 'Roboto', sans-serif !important;
            font-size: 9px !important;
            line-height: 1.15 !important;
            letter-spacing: -0.14px !important;
            font-weight: 800 !important;
            color: #111111 !important;
            text-align: center !important;
            white-space: nowrap !important;
            overflow-x: auto !important;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            width: 100%;
        }
        #branch-schedule::-webkit-scrollbar { display: none; }
        .premium-address-pill {
            position: relative;
            justify-content: center;
            padding: 7px 42px !important;
            min-height: 39px;
            text-align: center !important;
        }
        .premium-address-pill .premium-info-icon {
            position: absolute;
            left: 9px;
            top: 50%;
            transform: translateY(-50%);
        }
        #branch-address-text {
            font-family: 'Inter', sans-serif !important;
            font-size: 9.5px !important;
            line-height: 1.18 !important;
            letter-spacing: -0.1px !important;
            color: #222222 !important;
            font-weight: 650 !important;
            display: block;
            width: 100%;
            text-align: center !important;
        }
        .premium-actions {
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 8px;
            margin-top: 1px;
        }
        .premium-actions-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 8px;
            width: 100%;
        }
        .premium-action-btn {
            font-family: 'Roboto', sans-serif !important;
            min-height: 43px !important;
            border-radius: 17px !important;
            font-size: 10px !important;
            line-height: 1.05 !important;
            font-weight: 900 !important;
            letter-spacing: -0.08px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 8px !important;
            transition: transform .16s ease, box-shadow .16s ease, background .16s ease !important;
        }
        .premium-action-btn:active { transform: scale(0.975); }
        .premium-action-icon {
            width: 17px;
            height: 17px;
            flex: 0 0 auto;
        }
        .premium-action-divider {
            width: 1px;
            height: 18px;
            background: currentColor;
            opacity: .28;
            flex: 0 0 auto;
        }
        .premium-action-dark {
            background: linear-gradient(180deg,#101010 0%,#000000 100%) !important;
            color: #ffffff !important;
            border: 1px solid #000000 !important;
            box-shadow: 0 9px 18px rgba(0,0,0,0.18) !important;
        }
        .premium-action-dark .premium-action-icon {
            color: #c49a2c !important;
            stroke: #c49a2c !important;
        }
        .premium-action-light {
            background: #ffffff !important;
            color: #000000 !important;
            border: 1px solid rgba(0,0,0,0.38) !important;
            box-shadow: 0 6px 16px rgba(0,0,0,0.06) !important;
        }
        .premium-action-full {
            min-height: 42px !important;
            border-radius: 16px !important;
        }
        .premium-search-wrap { margin-bottom: 13px !important; }
        .premium-search-icon {
            left: 16px !important;
            width: 18px !important;
            height: 18px !important;
            color: #111111 !important;
        }
        .premium-search-input,
        #search-input {
            height: 45px !important;
            border-radius: 9999px !important;
            border: 1px solid rgba(0,0,0,0.13) !important;
            background: #ffffff !important;
            box-shadow: 0 7px 20px rgba(0,0,0,0.06) !important;
            padding-left: 46px !important;
            padding-right: 18px !important;
            padding-top: 0 !important;
            padding-bottom: 0 !important;
            font-family: 'Inter', sans-serif !important;
            font-size: 13px !important;
            color: #111111 !important;
        }
        #search-input::placeholder { color: #7b8490 !important; opacity: 1; }
        #search-input:focus {
            outline: none !important;
            border-color: rgba(0,0,0,0.45) !important;
            box-shadow: 0 8px 24px rgba(0,0,0,0.09) !important;
        }
        #drinks-bar-wrapper {
            position: static !important;
            top: auto !important;
            z-index: 1 !important;
            background: transparent !important;
            padding-top: 0 !important;
            padding-bottom: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
            margin-bottom: 12px !important;
        }
        .premium-main-tabs {
            width: 100%;
            display: grid !important;
            grid-template-columns: 1fr 1fr;
            gap: 0 !important;
            padding: 3px;
            border-radius: 9999px;
            border: 1px solid rgba(0,0,0,0.14);
            background: #ffffff;
            box-shadow: 0 7px 20px rgba(0,0,0,0.06);
            overflow: hidden;
        }
        .premium-main-tab {
            min-height: 39px;
            border-radius: 9999px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 7px;
            font-family: 'Roboto', sans-serif !important;
            font-size: 10.5px;
            line-height: 1;
            font-weight: 900;
            letter-spacing: -0.1px;
            transition: all .16s ease;
            border: 1px solid transparent;
        }
        .premium-main-tab svg {
            width: 15px;
            height: 15px;
            flex: 0 0 auto;
        }
        .premium-main-tab.active {
            background: #000000;
            color: #ffffff;
            box-shadow: 0 6px 16px rgba(0,0,0,0.18);
        }
        .premium-main-tab.inactive {
            background: #ffffff;
            color: #111111;
        }
        .premium-main-tab-count {
            font-size: 10px;
            font-weight: 700;
            opacity: .78;
            letter-spacing: -0.2px;
        }
        @media (max-width: 390px) {
            .premium-top-row { grid-template-columns: 72px 1fr 72px; }
            .premium-logo-img { height: 42px !important; max-width: 155px; }
            .premium-lang-btn { padding-left: 7px !important; padding-right: 7px !important; }
            .premium-action-btn { font-size: 9.2px !important; gap: 6px !important; }
            .premium-action-icon { width: 15px; height: 15px; }
            #branch-schedule { font-size: 8px !important; }
            #branch-address-text { font-size: 8.7px !important; }
        }



    
        /* ============================================================
           FOTOS + LIKES PREMIUM AL QUINCHO
           - Botón FOTOS reemplaza reseñas.
           - Galería vertical 9:16 con fotos/videos, flechas y miniaturas.
           - Corazón rojo por producto con contador.
           - Estrella amarilla para el producto más gustado.
        ============================================================ */
        .aq-like-btn { display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 4px !important; border: 1px solid rgba(220, 0, 0, 0.28) !important; background: #ffffff !important; color: #dc0000 !important; border-radius: 9999px !important; padding: 4px 8px !important; min-height: 28px !important; line-height: 1 !important; font-family: 'Roboto', sans-serif !important; font-size: 12px !important; font-weight: 900 !important; box-shadow: 0 2px 8px rgba(220,0,0,0.10) !important; transition: transform .14s ease, background .14s ease, border-color .14s ease !important; -webkit-tap-highlight-color: transparent !important; }
        .aq-like-btn:active { transform: scale(0.94) !important; }
        .aq-like-btn.is-liked { background: #fff1f1 !important; border-color: rgba(220,0,0,0.55) !important; }
        .aq-like-heart { color: #e00000 !important; font-size: 16px !important; line-height: 1 !important; filter: drop-shadow(0 1px 1px rgba(224,0,0,0.18)); }
        .aq-like-count { color: #111111 !important; font-size: 11px !important; line-height: 1 !important; font-weight: 900 !important; min-width: 8px !important; text-align: left !important; }
        .aq-top-liked-badge { display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 4px !important; width: fit-content !important; border-radius: 9999px !important; background: #fff7cc !important; color: #7a4b00 !important; border: 1px solid rgba(245, 158, 11, 0.48) !important; padding: 3px 8px !important; font-family: 'Roboto', sans-serif !important; font-size: 9px !important; font-weight: 900 !important; line-height: 1 !important; text-transform: uppercase !important; letter-spacing: 0.03em !important; box-shadow: 0 2px 7px rgba(245,158,11,0.13) !important; }
        .aq-top-star { color: #ffc400 !important; text-shadow: 0 1px 1px rgba(0,0,0,0.15); }
        .aq-card-actions { display: inline-flex !important; align-items: center !important; justify-content: flex-end !important; gap: 6px !important; flex-wrap: nowrap !important; }

        .aq-story-modal { position: fixed; inset: 0; z-index: 2147483646; background: rgba(0,0,0,0.88); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); display: none; align-items: center; justify-content: center; padding: 12px; }
        .aq-story-modal.is-open { display: flex; }
        .aq-story-shell { position: relative; width: min(94vw, 430px); height: min(94dvh, 820px); display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 10px; }
        .aq-story-topbar { position: absolute; top: 10px; left: 10px; right: 10px; z-index: 6; display: flex; align-items: center; justify-content: space-between; gap: 10px; pointer-events: none; }
        .aq-story-title-pill { pointer-events: auto; max-width: calc(100% - 54px); background: rgba(0,0,0,0.62); color: #fff; border: 1px solid rgba(255,255,255,0.24); border-radius: 9999px; padding: 8px 12px; font-family: 'Roboto', sans-serif; font-size: 11px; line-height: 1; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .aq-story-close { pointer-events: auto; width: 38px; height: 38px; border-radius: 9999px; background: rgba(0,0,0,0.72); color: #fff; border: 1px solid rgba(255,255,255,0.35); display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(0,0,0,0.28); }
        .aq-story-close svg { width: 20px; height: 20px; }
        .aq-story-frame { position: relative; width: 100%; aspect-ratio: 9 / 16; max-height: calc(100dvh - 96px); border-radius: 28px; overflow: hidden; background: #050505; border: 1px solid rgba(255,255,255,0.18); box-shadow: 0 24px 80px rgba(0,0,0,0.45); }
        .aq-story-media { width: 100%; height: 100%; object-fit: cover; display: block; background: #000; }
        .aq-story-empty { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #fff; padding: 26px; font-family: 'Roboto', sans-serif; }
        .aq-story-empty strong { font-size: 18px; margin-bottom: 8px; }
        .aq-story-empty span { font-size: 12px; color: rgba(255,255,255,0.72); line-height: 1.35; }
        .aq-story-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 44px; height: 44px; border-radius: 9999px; background: rgba(0,0,0,0.62); color: #fff; border: 1px solid rgba(255,255,255,0.32); display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 30px rgba(0,0,0,0.28); transition: transform .15s ease, background .15s ease; }
        .aq-story-arrow:active { transform: translateY(-50%) scale(0.94); }
        .aq-story-arrow-left { left: 10px; }
        .aq-story-arrow-right { right: 10px; }
        .aq-story-arrow svg { width: 22px; height: 22px; }
        .aq-story-bottom { position: absolute; left: 10px; right: 10px; bottom: 10px; z-index: 6; display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; pointer-events: none; }
        .aq-story-caption { pointer-events: auto; max-width: calc(100% - 90px); background: linear-gradient(180deg, rgba(0,0,0,0.20), rgba(0,0,0,0.68)); color: #fff; border-radius: 18px; padding: 10px 12px; font-family: 'Inter', sans-serif; font-size: 12px; line-height: 1.25; font-weight: 700; text-shadow: 0 1px 2px rgba(0,0,0,0.42); }
        .aq-story-like { pointer-events: auto; min-width: 62px; height: 52px; border-radius: 18px; background: rgba(0,0,0,0.62); color: #fff; border: 1px solid rgba(255,255,255,0.24); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; font-family: 'Roboto', sans-serif; font-weight: 900; box-shadow: 0 8px 24px rgba(0,0,0,0.30); }
        .aq-story-like .heart { color: #e00000; font-size: 22px; line-height: 1; filter: drop-shadow(0 1px 2px rgba(0,0,0,0.45)); }
        .aq-story-like .count { color: #fff; font-size: 10px; line-height: 1; }
        .aq-story-like.is-liked { background: rgba(224,0,0,0.22); border-color: rgba(255,255,255,0.40); }
        .aq-story-counter { align-self: center; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.10); color: rgba(255,255,255,0.90); border: 1px solid rgba(255,255,255,0.16); border-radius: 9999px; padding: 5px 10px; font-family: 'Roboto', sans-serif; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
        .aq-story-thumbs { width: 100%; display: flex; align-items: center; gap: 7px; overflow-x: auto; padding: 1px 2px 5px 2px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
        .aq-story-thumbs::-webkit-scrollbar { display: none; }
        .aq-story-thumb { position: relative; width: 42px; height: 58px; flex: 0 0 42px; border-radius: 12px; overflow: hidden; border: 2px solid rgba(255,255,255,0.20); background: #111; opacity: .72; transition: transform .15s ease, opacity .15s ease, border-color .15s ease; }
        .aq-story-thumb.is-active { opacity: 1; transform: translateY(-2px); border-color: #ffffff; }
        .aq-story-thumb img, .aq-story-thumb video { width: 100%; height: 100%; object-fit: cover; display: block; }
        .aq-story-thumb-video { position: absolute; inset: auto 3px 3px auto; width: 16px; height: 16px; border-radius: 9999px; background: rgba(0,0,0,0.70); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 9px; }
        @media (max-width: 390px) {
            .aq-story-shell { width: 96vw; height: 96dvh; gap: 8px; }
            .aq-story-frame { border-radius: 24px; }
            .aq-story-arrow { width: 38px; height: 38px; }
            .aq-story-thumb { width: 38px; height: 52px; flex-basis: 38px; }
        }



        /* ============================================================
           VISTA ESCRITORIO PRO TIPO UBER EATS
           - Solo se activa desde 1024px.
           - Mobile queda igual.
           - Cambia este link cuando tengas el banner final 1920x320.
        ============================================================ */
        :root {
            --aq-desktop-banner-url: none;
        }
        #aq-desktop-top-banner,
        #aq-desktop-sidebar,
        #aq-desktop-cart-panel {
            display: none;
        }
        .aq-header-social-links,
        .aq-desktop-modal-media {
            display: none;
        }

        @media (min-width: 1024px) {
            body {
                background: #ffffff !important;
                padding-bottom: 0 !important;
            }
            .premium-header {
                position: sticky !important;
                top: 0 !important;
                z-index: 80 !important;
                padding: 10px 28px 12px !important;
                background: rgba(255,255,255,0.98) !important;
                box-shadow: 0 10px 30px rgba(0,0,0,0.055) !important;
            }
            .premium-header > .max-w-xl {
                max-width: 1240px !important;
                display: grid !important;
                grid-template-columns: 260px minmax(0, 1fr) 430px !important;
                align-items: center !important;
                gap: 22px !important;
            }
            .premium-top-row {
                min-height: 42px !important;
                grid-template-columns: 62px 1fr 0px !important;
                align-items: center !important;
            }
            .premium-logo-img {
                height: 62px !important;
                max-width: 220px !important;
            }
            .premium-top-row {
                min-height: 70px !important;
            }
            .aq-header-social-links {
                display: flex !important;
                align-items: center !important;
                justify-content: center !important;
                gap: 7px !important;
                margin-top: 5px !important;
            }
            .aq-header-social-link {
                width: 24px !important;
                height: 24px !important;
                border-radius: 9999px !important;
                border: 1px solid rgba(0,0,0,0.14) !important;
                background: #ffffff !important;
                color: #000000 !important;
                display: inline-flex !important;
                align-items: center !important;
                justify-content: center !important;
                box-shadow: 0 4px 12px rgba(0,0,0,0.07) !important;
                transition: transform .15s ease, box-shadow .15s ease !important;
            }
            .aq-header-social-link:hover {
                transform: translateY(-1px) !important;
                box-shadow: 0 6px 16px rgba(0,0,0,0.11) !important;
            }
            .aq-header-social-link svg {
                width: 13px !important;
                height: 13px !important;
                display: block !important;
            }
            .premium-anniversary span {
                font-size: 9px !important;
            }
            .premium-info-stack {
                gap: 7px !important;
            }
            .premium-info-pill {
                min-height: 34px !important;
            }
            .premium-schedule-pill,
            .premium-address-pill {
                padding-top: 5px !important;
                padding-bottom: 5px !important;
            }
            .premium-actions {
                margin: 0 !important;
                gap: 8px !important;
            }
            .premium-action-btn {
                min-height: 40px !important;
                border-radius: 14px !important;
                font-size: 10px !important;
            }
            .premium-action-full {
                min-height: 40px !important;
            }
            #cart-btn,
            #event-cart-btn {
                display: none !important;
            }
            #aq-desktop-top-banner {
                display: block;
                width: 100%;
                height: 160px;
                overflow: hidden;
                border-bottom: 1px solid rgba(0,0,0,0.08);
                background-image: linear-gradient(90deg, rgba(0,0,0,0.08), rgba(0,0,0,0.02)), var(--aq-desktop-banner-url);
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
            }
            #aq-desktop-top-banner::after {
                content: "";
                display: block;
                width: 100%;
                height: 100%;
                background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(0,0,0,0.06));
                pointer-events: none;
            }
            main.max-w-xl {
                max-width: 1240px !important;
                display: grid !important;
                grid-template-columns: 238px minmax(0, 1fr) !important;
                gap: 32px !important;
                padding: 24px 32px 80px !important;
                min-height: calc(100vh - 234px) !important;
            }
            #aq-desktop-sidebar {
                display: block !important;
                position: sticky;
                top: 132px;
                align-self: start;
                max-height: calc(100vh - 150px);
                overflow-y: auto;
                padding: 6px 0 18px;
                scrollbar-width: thin;
            }
            .aq-desktop-sidebar-title {
                font-family: 'Roboto', sans-serif !important;
                font-size: 1.05rem;
                line-height: 1.05;
                font-weight: 900;
                color: #000;
                margin: 0 0 4px;
            }
            .aq-desktop-sidebar-hours {
                font-family: 'Inter', sans-serif;
                font-size: 0.72rem;
                color: #555;
                margin: 0 0 14px;
            }
            .aq-desktop-side-btn {
                width: 100%;
                min-height: 44px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 10px;
                padding: 11px 12px 11px 14px;
                border-left: 4px solid transparent;
                border-radius: 0 12px 12px 0;
                background: transparent;
                color: #1f2937;
                text-align: left;
                font-family: 'Inter', sans-serif;
                font-size: 0.92rem;
                line-height: 1.15;
                font-weight: 700;
                transition: background .16s ease, border-color .16s ease, color .16s ease;
            }
            .aq-desktop-side-btn:hover {
                background: #f5f5f5;
                color: #000;
            }
            .aq-desktop-side-btn.is-active {
                background: #eeeeee;
                border-left-color: #000;
                color: #000;
                font-weight: 900;
            }
            .aq-desktop-side-count {
                min-width: 26px;
                height: 22px;
                padding: 0 7px;
                border-radius: 9999px;
                background: #f3f4f6;
                color: #4b5563;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                font-size: 0.68rem;
                font-weight: 900;
            }
            .aq-desktop-side-btn.is-active .aq-desktop-side-count {
                background: #000;
                color: #fff;
            }
            #view-menu {
                min-width: 0 !important;
                min-height: 70vh !important;
            }
            #view-promo {
                grid-column: 2 !important;
            }
            .premium-search-wrap {
                max-width: 720px !important;
                margin-bottom: 14px !important;
            }
            .premium-search-input,
            #search-input {
                height: 46px !important;
                border-radius: 9999px !important;
                box-shadow: none !important;
                background: #f6f6f6 !important;
                border-color: rgba(0,0,0,0.08) !important;
                font-size: 0.93rem !important;
            }
            #drinks-bar-wrapper {
                max-width: 720px !important;
                margin-bottom: 22px !important;
            }
            .premium-main-tabs {
                border: 1px solid rgba(0,0,0,0.08) !important;
                box-shadow: none !important;
                background: #f5f5f5 !important;
            }
            .premium-main-tab {
                min-height: 42px !important;
                font-size: 0.72rem !important;
            }
            #delivery-bar,
            #category-bar,
            #banner-container,
            #wine-brands-container,
            #tragos-subs-container {
                display: none !important;
            }
            #menu-grid {
                display: block !important;
                padding-bottom: 40px !important;
            }
            .aq-desktop-section {
                scroll-margin-top: 138px;
                margin-bottom: 38px;
            }
            .aq-desktop-section-title {
                font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
                font-size: 1.65rem !important;
                line-height: 1.05 !important;
                font-weight: 900 !important;
                letter-spacing: -0.045em !important;
                color: #000 !important;
                margin: 0 0 16px !important;
            }
            .aq-desktop-products-grid {
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 16px 20px;
            }
            .aq-desktop-product-card {
                min-height: 148px;
                display: grid;
                grid-template-columns: minmax(0, 1fr) 136px;
                gap: 14px;
                position: relative;
                background: #fff;
                border: 1px solid rgba(0,0,0,0.10);
                border-radius: 14px;
                padding: 16px;
                overflow: hidden;
                cursor: pointer;
                transition: box-shadow .16s ease, transform .16s ease, border-color .16s ease;
            }
            .aq-desktop-product-card:hover {
                border-color: rgba(0,0,0,0.18);
                box-shadow: 0 10px 28px rgba(0,0,0,0.08);
            }
            .aq-desktop-product-card:active {
                transform: scale(0.995);
            }
            .aq-desktop-product-card.is-disabled {
                opacity: .52;
                filter: grayscale(1);
                pointer-events: none;
            }
            .aq-desktop-product-copy {
                min-width: 0;
                display: flex;
                flex-direction: column;
                gap: 6px;
                padding-right: 4px;
            }
            .aq-desktop-product-name {
                font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
                font-size: 1rem !important;
                line-height: 1.15 !important;
                font-weight: 700 !important;
                letter-spacing: -0.018em !important;
                color: #000 !important;
                margin: 0 !important;
                padding: 0 !important;
            }
            .aq-desktop-product-price {
                font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
                font-size: 0.88rem;
                line-height: 1;
                font-weight: 800;
                color: #000;
            }
            .aq-desktop-product-desc {
                font-family: 'Inter', sans-serif;
                font-size: 0.86rem !important;
                line-height: 1.32 !important;
                color: #6b7280 !important;
                margin: 0 !important;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }
            .aq-desktop-product-actions {
                display: flex;
                align-items: center;
                gap: 8px;
                margin-top: auto;
                flex-wrap: wrap;
            }
            .aq-desktop-product-image-wrap {
                position: relative;
                width: 136px;
                min-height: 116px;
                border-radius: 12px;
                overflow: hidden;
                background: #f3f4f6;
                align-self: stretch;
            }
            .aq-desktop-product-image-wrap img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
            }
            .aq-desktop-add-btn {
                position: absolute;
                right: 10px;
                bottom: 10px;
                width: 38px;
                height: 38px;
                border-radius: 9999px;
                background: #ffffff;
                color: #000;
                border: 1px solid rgba(0,0,0,0.08);
                box-shadow: 0 6px 18px rgba(0,0,0,0.18);
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 1.5rem;
                line-height: 1;
                font-weight: 900;
                transition: transform .15s ease, background .15s ease;
            }
            .aq-desktop-add-btn:hover {
                background: #f7f7f7;
            }
            .aq-desktop-add-btn:active {
                transform: scale(0.92);
            }
            .aq-desktop-empty {
                border: 1px solid rgba(0,0,0,0.08);
                background: #fafafa;
                border-radius: 18px;
                padding: 28px;
                color: #6b7280;
                font-size: .95rem;
                font-weight: 700;
                text-align: center;
            }
            .aq-desktop-product-card .aq-like-btn {
                min-height: 26px !important;
                padding: 3px 8px !important;
                box-shadow: none !important;
            }
            .aq-desktop-product-card .aq-top-liked-badge {
                box-shadow: none !important;
            }

            /* Popup de producto horizontal solo escritorio */
            #modal-container {
                justify-content: flex-start !important;
                align-items: center !important;
                padding-top: 138px !important;
                background: rgba(0,0,0,0.70) !important;
                backdrop-filter: blur(4px) !important;
                -webkit-backdrop-filter: blur(4px) !important;
            }
            #modal-content {
                width: min(78vw, 1040px) !important;
                max-width: 1040px !important;
                height: min(590px, calc(100vh - 170px)) !important;
                max-height: calc(100vh - 170px) !important;
                margin-top: 0 !important;
                border-radius: 16px !important;
                border: 1px solid rgba(255,255,255,0.12) !important;
                background: #111111 !important;
                color: #ffffff !important;
                display: grid !important;
                grid-template-columns: 48% 52% !important;
                grid-template-rows: 1fr !important;
                overflow: hidden !important;
                box-shadow: 0 28px 80px rgba(0,0,0,0.48) !important;
            }
            #modal-content > .relative.shrink-0 {
                position: absolute !important;
                top: 10px !important;
                right: 10px !important;
                z-index: 20 !important;
                padding: 0 !important;
                border: 0 !important;
                background: transparent !important;
            }
            #modal-content > .relative.shrink-0 button {
                background: rgba(17,17,17,0.80) !important;
                border: 1px solid rgba(255,255,255,0.32) !important;
                color: #ffffff !important;
                box-shadow: none !important;
            }
            #modal-content > .relative.shrink-0 svg,
            #modal-content > .relative.shrink-0 .text-black {
                color: #ffffff !important;
                stroke: #ffffff !important;
            }
            .aq-desktop-modal-media {
                display: block !important;
                grid-column: 1 !important;
                grid-row: 1 !important;
                width: 100% !important;
                height: 100% !important;
                min-height: 0 !important;
                background: #050505 !important;
                overflow: hidden !important;
            }
            .aq-desktop-modal-media img {
                width: 100% !important;
                height: 100% !important;
                object-fit: cover !important;
                display: block !important;
            }
            #modal-scroll-area {
                grid-column: 2 !important;
                grid-row: 1 !important;
                height: 100% !important;
                min-height: 0 !important;
                background: #111111 !important;
                color: #ffffff !important;
                padding: 32px 34px 24px !important;
                overflow-y: auto !important;
            }
            #modal-scroll-area .text-black,
            #modal-scroll-area .text-gray-700,
            #modal-scroll-area .text-gray-800,
            #modal-scroll-area .text-gray-600,
            #modal-scroll-area h2,
            #modal-scroll-area h3,
            #modal-scroll-area h4,
            #modal-scroll-area p,
            #modal-scroll-area span {
                color: #ffffff !important;
            }
            #modal-scroll-area .modal-product-title-readable {
                font-weight: 700 !important;
                letter-spacing: -0.025em !important;
            }
            #modal-scroll-area select,
            #modal-scroll-area textarea,
            #modal-scroll-area input {
                background: #181818 !important;
                color: #ffffff !important;
                border-color: rgba(255,255,255,0.18) !important;
            }
            #modal-scroll-area button.bg-white,
            #modal-scroll-area .price-pill {
                background: #ffffff !important;
                color: #000000 !important;
            }
            #modal-scroll-area button.bg-black {
                background: #ffffff !important;
                color: #000000 !important;
                border-color: #ffffff !important;
            }
            .modal-live-price-bar {
                top: 0 !important;
                margin-bottom: 14px !important;
            }

            /* ============================================================
               CORRECCIÓN ÚNICA POPUP PRODUCTO ESCRITORIO
               - Contraste en botones blancos.
               - Números y +/- visibles.
               - Selecciones con zoom suave y borde destacado.
               - No toca base de datos ni MENU_DATA.
            ============================================================ */
            @media (min-width: 1024px) {
                #modal-scroll-area .modal-product-options button,
                #modal-scroll-area .modal-product-options select,
                #modal-scroll-area .modal-product-options textarea,
                #modal-scroll-area .modal-product-options input {
                    font-family: 'Roboto', sans-serif !important;
                }

                #modal-scroll-area .bg-white,
                #modal-scroll-area .bg-white *,
                #modal-scroll-area button.bg-white,
                #modal-scroll-area button.bg-white *,
                #modal-scroll-area .price-pill,
                #modal-scroll-area .price-pill *,
                #modal-scroll-area option {
                    color: #000000 !important;
                    -webkit-text-fill-color: #000000 !important;
                }

                #modal-scroll-area button.bg-white,
                #modal-scroll-area select.bg-white,
                #modal-scroll-area .bg-white.border,
                #modal-scroll-area .bg-gray-50 {
                    background: #ffffff !important;
                    border-color: rgba(255,255,255,0.88) !important;
                }

                #modal-scroll-area button {
                    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease !important;
                }

                #modal-scroll-area button:active {
                    transform: scale(0.975) !important;
                }

                /* Estado seleccionado: zoom visible, borde dorado y buen contraste */
                #modal-scroll-area button.bg-black,
                #modal-scroll-area button.border-black {
                    background: #ffffff !important;
                    color: #000000 !important;
                    -webkit-text-fill-color: #000000 !important;
                    border: 2px solid #c49a2c !important;
                    transform: scale(1.025) !important;
                    box-shadow: 0 0 0 3px rgba(196,154,44,0.18), 0 10px 22px rgba(0,0,0,0.24) !important;
                    position: relative !important;
                    z-index: 2 !important;
                }

                #modal-scroll-area button.bg-black *,
                #modal-scroll-area button.border-black * {
                    color: #000000 !important;
                    -webkit-text-fill-color: #000000 !important;
                }

                /* Cantidad: número, + y - visibles dentro del popup */
                #modal-scroll-area .bg-gray-100 {
                    background: #ffffff !important;
                    border: 1px solid rgba(255,255,255,0.92) !important;
                    box-shadow: 0 8px 18px rgba(0,0,0,0.18) !important;
                }

                #modal-scroll-area .bg-gray-100 button,
                #modal-scroll-area .bg-gray-100 span,
                #modal-scroll-area #modal-qty {
                    color: #000000 !important;
                    -webkit-text-fill-color: #000000 !important;
                    font-weight: 900 !important;
                }

                #modal-scroll-area .bg-gray-100 button {
                    background: #f4f4f4 !important;
                    border-radius: 12px !important;
                    min-width: 32px !important;
                    min-height: 32px !important;
                    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.10) !important;
                }

                #modal-scroll-area #modal-qty {
                    min-width: 42px !important;
                    min-height: 32px !important;
                    display: inline-flex !important;
                    align-items: center !important;
                    justify-content: center !important;
                    background: #ffffff !important;
                    border-radius: 12px !important;
                    border: 1px solid rgba(0,0,0,0.12) !important;
                    font-size: 14px !important;
                }

                /* Botón principal agregar al carrito con contraste estable */
                #modal-add-btn,
                #modal-add-btn * {
                    background: #ffffff !important;
                    color: #000000 !important;
                    -webkit-text-fill-color: #000000 !important;
                    font-weight: 900 !important;
                }

                #modal-add-btn {
                    border: 1px solid rgba(255,255,255,0.94) !important;
                    box-shadow: 0 8px 20px rgba(0,0,0,0.24) !important;
                }

                /* Etiquetas pequeñas tipo "Incluida" siempre legibles */
                #modal-scroll-area .price-pill-sm,
                #modal-scroll-area .price-pill-sm * {
                    background: #ffffff !important;
                    color: #000000 !important;
                    -webkit-text-fill-color: #000000 !important;
                    border-color: rgba(0,0,0,0.72) !important;
                }
            }

            /* Carrito lateral derecho solo escritorio ancho */
            #aq-desktop-cart-panel {
                display: none !important;
            }
            .aq-desktop-cart-card {
                background: #ffffff;
                border: 1px solid rgba(0,0,0,0.10);
                border-radius: 18px;
                padding: 18px;
                box-shadow: 0 12px 34px rgba(0,0,0,0.06);
            }
            .aq-desktop-cart-title {
                font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
                font-size: 1.1rem;
                line-height: 1;
                font-weight: 800;
                color: #000;
                margin: 0 0 12px;
                letter-spacing: -0.02em;
            }
            .aq-desktop-cart-muted {
                border-top: 1px solid rgba(0,0,0,0.08);
                padding-top: 18px;
                text-align: center;
                color: #777;
                font-size: .78rem;
                line-height: 1.35;
                font-weight: 650;
            }
            .aq-desktop-cart-row {
                display: flex;
                justify-content: space-between;
                gap: 10px;
                border-top: 1px solid rgba(0,0,0,0.08);
                padding: 10px 0;
            }
            .aq-desktop-cart-row-name {
                font-size: .78rem;
                line-height: 1.22;
                font-weight: 750;
                color: #000;
            }
            .aq-desktop-cart-row-meta {
                font-size: .7rem;
                color: #6b7280;
                margin-top: 3px;
            }
            .aq-desktop-cart-row-price {
                font-size: .76rem;
                font-weight: 850;
                color: #000;
                white-space: nowrap;
            }
            .aq-desktop-cart-total {
                display: flex;
                justify-content: space-between;
                align-items: center;
                border-top: 1px solid rgba(0,0,0,0.14);
                padding-top: 12px;
                margin-top: 4px;
                font-weight: 900;
                color: #000;
            }
            .aq-desktop-cart-open {
                width: 100%;
                margin-top: 14px;
                min-height: 44px;
                border-radius: 14px;
                background: #000;
                color: #fff;
                font-size: .78rem;
                font-weight: 900;
            }

            nav.fixed.bottom-0 {
                display: none !important;
            }
            #cart-drawer {
                z-index: 110 !important;
            }
        }
        @media (min-width: 1280px) {
            #aq-desktop-top-banner {
                height: 184px;
            }
            main.max-w-xl {
                max-width: 1500px !important;
                grid-template-columns: 250px minmax(0, 1fr) 310px !important;
                gap: 34px !important;
            }
            #aq-desktop-cart-panel {
                display: block !important;
                position: sticky;
                top: 142px;
                align-self: start;
                max-height: calc(100vh - 160px);
                overflow-y: auto;
                scrollbar-width: thin;
            }
            .aq-desktop-products-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            .aq-desktop-products-grid {
                gap: 18px 22px;
            }
        }
        @media (min-width: 1500px) {
            #aq-desktop-top-banner {
                height: 204px;
            }
            main.max-w-xl {
                max-width: 1560px !important;
            }
        }


        /* ============================================================
           CORRECCIÓN ÚNICA: CONTROL DE SCROLL / MODALES / HOSTINGER
           Evita que los overlays ocultos creen alto infinito dentro del
           bloque de código. El scroll de la página queda solo por contenido.
        ============================================================ */
        html, body {
            max-width: 100% !important;
            overflow-x: hidden !important;
        }
        #modal-container.hidden,
        #delete-modal.hidden,
        #cart-drawer.hidden,
        #promo-popup.hidden,
        #landing-page.hidden,
        #aq-story-modal.hidden {
            display: none !important;
            visibility: hidden !important;
            opacity: 0 !important;
            pointer-events: none !important;
            height: 0 !important;
            min-height: 0 !important;
            max-height: 0 !important;
            overflow: hidden !important;
        }
        #modal-container:not(.hidden),
        #delete-modal:not(.hidden),
        #cart-drawer:not(.hidden),
        #promo-popup:not(.hidden),
        #landing-page:not(.hidden),
        #aq-story-modal:not(.hidden) {
            visibility: visible !important;
            opacity: 1 !important;
        }
        #modal-container:not(.hidden),
        #delete-modal:not(.hidden),
        #cart-drawer:not(.hidden),
        #landing-page:not(.hidden),
        #aq-story-modal:not(.hidden) {
            position: fixed !important;
            inset: 0 !important;
            width: 100vw !important;
            height: 100dvh !important;
            max-height: 100dvh !important;
            overflow: hidden !important;
        }
        #promo-popup:not(.hidden) {
            position: fixed !important;
            inset: 0 !important;
            width: 100vw !important;
            height: 100dvh !important;
            max-height: 100dvh !important;
            overflow: hidden !important;
        }
        body.aq-modal-open {
            overflow: hidden !important;
            height: 100dvh !important;
        }
        @media (min-width: 1024px) {
            main.max-w-xl {
                min-height: 0 !important;
                align-items: start !important;
            }
            #view-menu,
            #menu-grid {
                min-height: 0 !important;
            }
            #menu-grid {
                height: auto !important;
                overflow: visible !important;
            }
            #aq-desktop-sidebar,
            #aq-desktop-cart-panel {
                contain: layout paint !important;
            }
        }


        /* ============================================================
           CORRECCIÓN FINAL FOTOS + POPUP PRODUCTO EN PRIMERA VISTA
           TAREA ÚNICA:
           - FOTOS siempre abre arriba en móvil/escritorio.
           - Producto siempre abre dentro de la vista actual, arriba.
           - No obliga a hacer scroll de página.
           - No toca MENU_DATA, PRODUCTOS_HABILITADOS, PHP ni base de datos.
        ============================================================ */
        #modal-container:not(.hidden),
        #aq-story-gallery-modal.is-open {
            position: fixed !important;
            top: 0 !important;
            right: 0 !important;
            bottom: 0 !important;
            left: 0 !important;
            inset: 0 !important;
            width: 100vw !important;
            height: 100dvh !important;
            min-height: 100dvh !important;
            max-height: 100dvh !important;
            margin: 0 !important;
            overflow: hidden !important;
            transform: none !important;
            contain: none !important;
            isolation: isolate !important;
        }

        #modal-container:not(.hidden) {
            z-index: 2147483646 !important;
            display: flex !important;
            align-items: flex-start !important;
            justify-content: center !important;
            padding: max(12px, env(safe-area-inset-top)) 12px 12px !important;
            background: rgba(0,0,0,0.72) !important;
            backdrop-filter: blur(6px) !important;
            -webkit-backdrop-filter: blur(6px) !important;
        }

        #modal-container:not(.hidden) > .absolute.inset-0 {
            position: absolute !important;
            inset: 0 !important;
            width: 100% !important;
            height: 100% !important;
        }

        #modal-container:not(.hidden) #modal-content {
            position: relative !important;
            z-index: 10 !important;
            align-self: flex-start !important;
            margin: 0 auto !important;
            transform: none !important;
            top: auto !important;
            bottom: auto !important;
            width: min(100%, 520px) !important;
            height: calc(100dvh - 24px - env(safe-area-inset-top)) !important;
            max-height: calc(100dvh - 24px - env(safe-area-inset-top)) !important;
            overflow: hidden !important;
            border-radius: 24px !important;
        }

        #modal-scroll-area {
            scroll-behavior: auto !important;
        }

        #modal-container:not(.hidden) #modal-scroll-area {
            min-height: 0 !important;
            overflow-y: auto !important;
        }

        #aq-story-gallery-modal.is-open {
            z-index: 2147483647 !important;
            display: flex !important;
            align-items: flex-start !important;
            justify-content: center !important;
            padding: max(12px, env(safe-area-inset-top)) 12px 12px !important;
            background: rgba(0,0,0,0.88) !important;
            backdrop-filter: blur(8px) !important;
            -webkit-backdrop-filter: blur(8px) !important;
        }

        #aq-story-gallery-modal.is-open .aq-story-shell {
            width: min(94vw, 430px) !important;
            height: calc(100dvh - 24px - env(safe-area-inset-top)) !important;
            max-height: calc(100dvh - 24px - env(safe-area-inset-top)) !important;
            margin: 0 auto !important;
            justify-content: flex-start !important;
            transform: none !important;
        }

        #aq-story-gallery-modal.is-open .aq-story-frame {
            max-height: calc(100dvh - 104px - env(safe-area-inset-top)) !important;
        }

        body.aq-modal-open {
            overflow: hidden !important;
            touch-action: none !important;
            overscroll-behavior: none !important;
        }

        @media (min-width: 1024px) {
            #modal-container:not(.hidden) {
                align-items: flex-start !important;
                justify-content: center !important;
                padding-top: 18px !important;
            }

            #modal-container:not(.hidden) #modal-content {
                width: min(78vw, 1040px) !important;
                max-width: 1040px !important;
                height: min(590px, calc(100dvh - 36px)) !important;
                max-height: calc(100dvh - 36px) !important;
                margin-top: 0 !important;
                margin-bottom: 0 !important;
                border-radius: 16px !important;
            }

            #aq-story-gallery-modal.is-open {
                align-items: flex-start !important;
                justify-content: center !important;
                padding-top: 18px !important;
            }

            #aq-story-gallery-modal.is-open .aq-story-shell {
                height: calc(100dvh - 36px) !important;
                max-height: calc(100dvh - 36px) !important;
            }
        }

        /* ============================================================
           CORRECCIÓN EXCLUSIVA: POPUP DEL PRODUCTO EN EL VIEWPORT
           ============================================================ */
        #modal-container.aq-product-popup-active {
            position: fixed !important;
            inset: 0 !important;
            width: 100vw !important;
            height: 100vh !important;
            height: 100dvh !important;
            max-height: 100dvh !important;
            margin: 0 !important;
            z-index: 2147483647 !important;
            box-sizing: border-box !important;
            transform: none !important;
            contain: none !important;
        }

        #modal-container.aq-product-popup-active.hidden {
            display: none !important;
        }

        #modal-container.aq-product-popup-active:not(.hidden) {
            display: flex !important;
            flex-direction: column !important;
            align-items: center !important;
            justify-content: flex-start !important;
            overflow-x: hidden !important;
            overflow-y: auto !important;
            overscroll-behavior: contain !important;
            padding: max(20px, env(safe-area-inset-top)) 12px 20px !important;
            background: rgba(0,0,0,0.72) !important;
            backdrop-filter: blur(6px) !important;
            -webkit-backdrop-filter: blur(6px) !important;
        }

        #modal-container.aq-product-popup-active:not(.hidden) > .absolute.inset-0 {
            position: fixed !important;
            inset: 0 !important;
            width: 100vw !important;
            height: 100vh !important;
            height: 100dvh !important;
        }

        #modal-container.aq-product-popup-active:not(.hidden) #modal-content {
            position: relative !important;
            z-index: 1 !important;
            flex: 0 0 auto !important;
            align-self: center !important;
            width: 100% !important;
            max-width: 520px !important;
            height: calc(100dvh - 40px - env(safe-area-inset-top)) !important;
            max-height: calc(100dvh - 40px - env(safe-area-inset-top)) !important;
            margin: 0 auto !important;
            top: auto !important;
            right: auto !important;
            bottom: auto !important;
            left: auto !important;
            transform: none !important;
            overflow: hidden !important;
        }

        body.aq-product-modal-open {
            height: auto !important;
            overflow: hidden !important;
            touch-action: auto !important;
            overscroll-behavior: none !important;
        }

        body.aq-product-modal-open #modal-container,
        body.aq-product-modal-open #modal-scroll-area {
            touch-action: pan-y !important;
        }

        @media (min-width: 1024px) {
            #modal-container.aq-product-popup-active:not(.hidden) {
                padding: 20px 12px !important;
            }

            #modal-container.aq-product-popup-active:not(.hidden) #modal-content {
                width: min(78vw, 1040px) !important;
                max-width: 1040px !important;
                height: min(590px, calc(100dvh - 40px)) !important;
                max-height: calc(100dvh - 40px) !important;
            }
        }


        /* ============================================================
           CORRECCIÓN ÚNICA MÓDULO RESERVA
           - Reserva con fondo blanco.
           - Popup vertical más grande tipo móvil.
           - Scroll interno seguro en móvil cuando el contenido no alcanza.
           - No toca productos, datos, rutas, endpoints ni base de datos.
        ============================================================ */
        #modal-container.aq-reservation-popup-active:not(.hidden) {
            position: fixed !important;
            inset: 0 !important;
            width: 100vw !important;
            height: 100dvh !important;
            max-height: 100dvh !important;
            display: flex !important;
            align-items: flex-start !important;
            justify-content: center !important;
            padding: max(8px, env(safe-area-inset-top)) 10px 10px !important;
            margin: 0 !important;
            background: rgba(0,0,0,0.62) !important;
            backdrop-filter: blur(6px) !important;
            -webkit-backdrop-filter: blur(6px) !important;
            overflow-x: hidden !important;
            overflow-y: auto !important;
            -webkit-overflow-scrolling: touch !important;
            touch-action: pan-y !important;
            overscroll-behavior: contain !important;
            z-index: 2147483647 !important;
        }
        #modal-container.aq-reservation-popup-active:not(.hidden) > .absolute.inset-0 {
            position: fixed !important;
            inset: 0 !important;
            width: 100vw !important;
            height: 100dvh !important;
        }
        #modal-container.aq-reservation-popup-active:not(.hidden) #modal-content {
            position: relative !important;
            z-index: 10 !important;
            width: min(96vw, 640px) !important;
            max-width: 640px !important;
            height: auto !important;
            min-height: 0 !important;
            max-height: calc(100dvh - 18px - env(safe-area-inset-top)) !important;
            margin: 0 auto !important;
            top: auto !important;
            right: auto !important;
            bottom: auto !important;
            left: auto !important;
            transform: none !important;
            display: block !important;
            grid-template-columns: none !important;
            grid-template-rows: none !important;
            background: #ffffff !important;
            color: #000000 !important;
            border: 1px solid rgba(0,0,0,0.14) !important;
            border-radius: 28px !important;
            overflow-x: hidden !important;
            overflow-y: auto !important;
            -webkit-overflow-scrolling: touch !important;
            touch-action: pan-y !important;
            overscroll-behavior: contain !important;
            box-shadow: 0 26px 70px rgba(0,0,0,0.30) !important;
        }
        #modal-container.aq-reservation-popup-active:not(.hidden) .aq-desktop-modal-media {
            display: none !important;
        }
        #modal-container.aq-reservation-popup-active:not(.hidden) .aq-reservation-panel {
            background: #ffffff !important;
            color: #000000 !important;
            max-height: none !important;
            overflow: visible !important;
            padding: 18px !important;
        }
        #modal-container.aq-reservation-popup-active:not(.hidden) .aq-reservation-title {
            font-size: clamp(1.85rem, 5vw, 2.45rem) !important;
            line-height: 1.02 !important;
            letter-spacing: -0.04em !important;
        }
        #modal-container.aq-reservation-popup-active:not(.hidden) .aq-reservation-form > :not([hidden]) ~ :not([hidden]) {
            margin-top: 0.62rem !important;
        }
        #modal-container.aq-reservation-popup-active:not(.hidden) input,
        #modal-container.aq-reservation-popup-active:not(.hidden) select {
            min-height: 42px !important;
            background: #ffffff !important;
            color: #000000 !important;
            -webkit-text-fill-color: #000000 !important;
        }
        #modal-container.aq-reservation-popup-active:not(.hidden) input::placeholder {
            color: #9ca3af !important;
            -webkit-text-fill-color: #9ca3af !important;
        }
        #modal-container.aq-reservation-popup-active:not(.hidden) button,
        #modal-container.aq-reservation-popup-active:not(.hidden) a {
            -webkit-tap-highlight-color: transparent !important;
        }
        body.aq-reservation-modal-open {
            touch-action: pan-y !important;
            overscroll-behavior: contain !important;
        }
        body.aq-modal-open #modal-container.aq-reservation-popup-active:not(.hidden),
        body.aq-reservation-modal-open #modal-container.aq-reservation-popup-active:not(.hidden),
        body.aq-reservation-modal-open #modal-container.aq-reservation-popup-active:not(.hidden) #modal-content {
            touch-action: pan-y !important;
            overscroll-behavior: contain !important;
        }
        @media (min-width: 1024px) {
            #modal-container.aq-reservation-popup-active:not(.hidden) {
                align-items: flex-start !important;
                justify-content: center !important;
                padding-top: 14px !important;
            }
            #modal-container.aq-reservation-popup-active:not(.hidden) #modal-content {
                width: min(92vw, 660px) !important;
                max-width: 660px !important;
                height: auto !important;
                max-height: calc(100dvh - 28px) !important;
                border-radius: 30px !important;
            }
            #modal-container.aq-reservation-popup-active:not(.hidden) .aq-reservation-panel {
                padding: 22px 24px !important;
            }
        }
        @media (max-height: 760px) {
            #modal-container.aq-reservation-popup-active:not(.hidden) {
                padding-top: 6px !important;
                padding-bottom: 6px !important;
            }
            #modal-container.aq-reservation-popup-active:not(.hidden) #modal-content {
                max-height: calc(100dvh - 12px) !important;
                border-radius: 22px !important;
            }
            #modal-container.aq-reservation-popup-active:not(.hidden) .aq-reservation-panel {
                padding: 12px !important;
            }
            #modal-container.aq-reservation-popup-active:not(.hidden) .aq-reservation-title {
                font-size: 1.62rem !important;
            }
            #modal-container.aq-reservation-popup-active:not(.hidden) .aq-reservation-form > :not([hidden]) ~ :not([hidden]) {
                margin-top: 0.42rem !important;
            }
            #modal-container.aq-reservation-popup-active:not(.hidden) .py-3,
            #modal-container.aq-reservation-popup-active:not(.hidden) .py-3\.5 {
                padding-top: 0.5rem !important;
                padding-bottom: 0.5rem !important;
            }
            #modal-container.aq-reservation-popup-active:not(.hidden) .p-4 {
                padding: 0.7rem !important;
            }
            #modal-container.aq-reservation-popup-active:not(.hidden) .mt-6 {
                margin-top: 0.7rem !important;
            }
            #modal-container.aq-reservation-popup-active:not(.hidden) .pt-4 {
                padding-top: 0.55rem !important;
            }
        }


        /* ============================================================
           CORRECCIÓN ÚNICA SCROLL MÓVIL RESERVA / FOTOS
           - Permite scroll interno del popup de reserva y galería fotos.
           - No toca productos, datos, rutas, endpoints ni base de datos.
        ============================================================ */
        body.aq-story-modal-open {
            touch-action: pan-y !important;
            overscroll-behavior: contain !important;
        }
        #aq-story-gallery-modal.is-open {
            overflow-x: hidden !important;
            overflow-y: auto !important;
            -webkit-overflow-scrolling: touch !important;
            touch-action: pan-y !important;
            overscroll-behavior: contain !important;
        }
        #aq-story-gallery-modal.is-open .aq-story-shell {
            min-height: 0 !important;
            height: auto !important;
            max-height: none !important;
            padding-bottom: max(12px, env(safe-area-inset-bottom)) !important;
        }
        #aq-story-gallery-modal.is-open .aq-story-frame {
            flex: 0 0 auto !important;
        }
        @media (max-width: 767px) {
            #modal-container.aq-reservation-popup-active:not(.hidden) {
                padding-bottom: max(10px, env(safe-area-inset-bottom)) !important;
            }
            #modal-container.aq-reservation-popup-active:not(.hidden) #modal-content {
                max-height: calc(100dvh - 18px - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
            }
            #aq-story-gallery-modal.is-open {
                align-items: flex-start !important;
                padding-bottom: max(10px, env(safe-area-inset-bottom)) !important;
            }
            #aq-story-gallery-modal.is-open .aq-story-frame {
                max-height: calc(100dvh - 118px - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
            }
        }

    

        /* ============================================================
           OPCIONES DINÁMICAS DESDE PANEL
           ============================================================ */
        .aq-dynamic-options-panel { margin: 0 0 10px 0; display: grid; gap: 8px; }
        .aq-dynamic-option-group { border: 1px solid rgba(0,0,0,0.12); border-radius: 16px; background: #ffffff; padding: 10px; box-shadow: 0 4px 14px rgba(0,0,0,0.045); }
        .aq-dynamic-option-title { font-family: 'Roboto', sans-serif !important; font-size: 10px !important; line-height: 1.15 !important; font-weight: 900 !important; letter-spacing: .08em !important; text-transform: uppercase !important; color: #000 !important; margin: 0 0 8px !important; }
        .aq-dynamic-option-list { display: grid; gap: 6px; }
        .aq-dynamic-choice { display: flex; align-items: center; justify-content: space-between; gap: 8px; width: 100%; min-height: 38px; border: 1px solid rgba(0,0,0,0.12); border-radius: 13px; background: #fbfbfb; padding: 7px 9px; font-family: 'Inter', sans-serif; color: #000; }
        .aq-dynamic-choice-left { display: inline-flex; align-items: center; gap: 8px; min-width: 0; font-size: 12px; font-weight: 800; line-height: 1.15; }
        .aq-dynamic-choice-copy { min-width: 0; display: flex; flex-direction: column; gap: 3px; align-items: flex-start; white-space: normal; }
        .aq-dynamic-choice-description { display: block; width: 100%; color: #5f6368 !important; -webkit-text-fill-color: #5f6368 !important; font-size: 10.5px; font-weight: 500; line-height: 1.35; white-space: normal; overflow: visible; text-overflow: clip; }
        .aq-sauce-description-full { display: block !important; overflow: visible !important; -webkit-line-clamp: unset !important; -webkit-box-orient: initial !important; white-space: normal !important; }
        #menu-grid.aq-menu-syncing { visibility: hidden !important; opacity: 0 !important; }
        #menu-grid.aq-menu-synced { visibility: visible !important; opacity: 1 !important; transition: none !important; }
        /* CORRECCIÓN ÚNICA PARPADEO: mantener la vitrina visible durante la sincronización */
        #menu-grid.aq-menu-syncing,
        #menu-grid.aq-menu-synced {
            visibility: visible !important;
            opacity: 1 !important;
            transition: none !important;
        }
        .aq-dynamic-choice-left input { width: 16px; height: 16px; accent-color: #000000; flex: 0 0 auto; }
        .aq-dynamic-choice-qty { width: 58px; min-height: 30px; border-radius: 10px; border: 1px solid rgba(0,0,0,0.18); padding: 0 7px; font-size: 12px; font-weight: 900; color: #000; background: #fff; text-align: center; }
        #modal-scroll-area .aq-dynamic-option-title,
        #modal-scroll-area .aq-dynamic-choice,
        #modal-scroll-area .aq-dynamic-choice * { color: #000000 !important; -webkit-text-fill-color: #000000 !important; }
        @media (min-width:1024px){ #modal-scroll-area .aq-dynamic-option-group { background:#181818 !important; border-color:rgba(255,255,255,.16) !important; } #modal-scroll-area .aq-dynamic-option-title { color:#ffffff !important; -webkit-text-fill-color:#ffffff !important; } #modal-scroll-area .aq-dynamic-choice { background:#ffffff !important; } #modal-scroll-area .aq-dynamic-choice-description { color:#5f6368 !important; -webkit-text-fill-color:#5f6368 !important; } }


        /* ============================================================
           CORRECCIÓN ÚNICA: VISIBILIDAD ESTABLE DE LA VITRINA
           ============================================================ */
        #menu-grid,
        #menu-grid.aq-menu-syncing,
        #menu-grid.aq-menu-synced {
            visibility: visible !important;
            opacity: 1 !important;
            transition: none !important;
        }

        /* CORRECCIÓN ÚNICA: evitar reajustes automáticos de scroll en categorías */
        #menu-grid,
        #menu-grid .premium-category-card,
        #menu-grid .premium-category-panel,
        #menu-grid .aq-desktop-section {
            overflow-anchor: none !important;
        }

    