/* /Components/DietaryFilter.razor.rz.scp.css */
.dietary-filter-card[b-hq7bgr6oj3] {
    width: 230px;
    max-height: 420px; 
    display: flex;
    flex-direction: column;
}

.filter-scroll[b-hq7bgr6oj3] {
    overflow-y: auto;
    flex-grow: 1;
    margin-top: 5px;
    padding-right: 4px;
}

    /* Para ocultar el scrollbar en navegadores modernos si quieres */
    .filter-scroll[b-hq7bgr6oj3]::-webkit-scrollbar {
        width: 6px;
    }

    .filter-scroll[b-hq7bgr6oj3]::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 4px;
    }

.form-check[b-hq7bgr6oj3]{
    padding-left: 1.8em !important;
}
/* /Components/LanguageSelector.razor.rz.scp.css */
.language-filter-wrapper[b-4m613dsc81] {
    position: relative;
}

.language-filter-popup[b-4m613dsc81] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    width: 160px;
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}

    .language-filter-popup .dropdown-item[b-4m613dsc81] {
        padding: 0.5rem 1rem;
        cursor: pointer;
    }

        .language-filter-popup .dropdown-item.active[b-4m613dsc81] {
            background-color: #0d6efd;
            color: white;
        }
/* /Components/PaymentPopup.razor.rz.scp.css */
.payment-overlay[b-r2y88oad0k] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 1040;
}

.payment-sheet[b-r2y88oad0k] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 82vh;
    background: #fff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    box-shadow: 0 -8px 24px rgba(0,0,0,.2);
    display: flex;
    flex-direction: column;
    z-index: 1041;
}

.sheet-header[b-r2y88oad0k] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .75rem 1rem;
    border-bottom: 1px solid #eee;
}

    .sheet-header .title[b-r2y88oad0k] {
        font-weight: 700;
        font-size: 1.1rem;
    }

    .sheet-header .btn-close[b-r2y88oad0k] {
        border: 0;
        background: transparent;
        font-size: 1.5rem;
        line-height: 1;
    }

.sheet-body[b-r2y88oad0k] {
    padding: 1rem;
    overflow: auto;
}

.sheet-footer[b-r2y88oad0k] {
    display: flex;
    gap: .5rem;
    padding: .75rem 1rem;
    border-top: 1px solid #eee;
}

.label[b-r2y88oad0k] {
    font-size: 1.0rem;
    font-weight: bold;
    color: #6c757d;
}

.total[b-r2y88oad0k] {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--primary-color);
}

.tip-button[b-r2y88oad0k] {
    border: 2px solid var(--primary-color);
    background: white;
    border-radius: 10px;
    color: var(--primary-color);
    font-weight: 500;
    transition: 0.2s ease-in-out;
}
.tip-button-selected[b-r2y88oad0k] {
    background: var(--primary-color);
    color: white;
}
/* /Components/ProductCommentPopup.razor.rz.scp.css */
.comments-container[b-2ge69tj79y] {
    color: var(--primary-color);
    background: var(--auxiliar-color);
}
/* /Components/ProductExtras.razor.rz.scp.css */
/* Z-index más alto para que salga por encima de Upselling */
.extras-modal-overlay[b-omwpuqsi0g] {
    z-index: 2100 !important;
}

.extra-scroll[b-omwpuqsi0g] {
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
    gap: 10px;
    overflow-x: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    scrollbar-width: none; /* Ocultar scrollbar en Firefox */
    -ms-overflow-style: none; /* Ocultar scrollbar en IE y Edge */
}

    .extra-scroll[b-omwpuqsi0g]::-webkit-scrollbar {
        display: none; /* Ocultar scrollbar en Chrome, Safari y Opera */
    }

.extra-item[b-omwpuqsi0g] {
    flex: 0 0 auto;
    width: 120px;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1), 2px 0 8px rgba(0,0,0,0.1);
    cursor: pointer;
    background-color: var(--auxiliar-color);
}

    .extra-item img[b-omwpuqsi0g] {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 10px;
    }

    .extra-item div[b-omwpuqsi0g] {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }

    .extra-item.selected[b-omwpuqsi0g] {
        border-color: var(--primary-color);
        box-shadow: 0 0 0 2px var(--primary-color), 0 6px 14px rgba(0,0,0,.16);
        transform: translateY(-4px);
        background-color: rgb(from var(--primary-color) r g b / 0.3);
    }

.extra-name[b-omwpuqsi0g] {
    font-size: 0.95rem;
    margin-top: 4px;
    color: dimgray;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.extra-price[b-omwpuqsi0g] {
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 4px;
    color: var(--primary-color);
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: block;
}

.img-fallback[b-omwpuqsi0g] {
    padding-top: 0.7em;
    color: var(--primary-color);
    font-size: 40px;
}
/* /Components/ProductPredefinedNotes.razor.rz.scp.css */
.notes-button[b-37jx1nhuag] {
    padding: 10px;
    border: 2px solid var(--primary-color);
    background: white;
    border-radius: 999px;
    color: var(--primary-color);
    font-weight: 500;
    width: 100%;
    transition: 0.2s ease-in-out;
}

    .notes-button.selected[b-37jx1nhuag] {
        background: var(--primary-color);
        color: white;
    }

        .notes-button.selected img[b-37jx1nhuag] {
            filter: brightness(0.95);
        }

.notes-button-with-image[b-37jx1nhuag] {
    padding: 10px;
    border: 2px solid var(--primary-color);
    background: white;
    border-radius: 999px;
    color: var(--primary-color);
    font-weight: 500;
    width: 100%;
    transition: 0.2s ease-in-out;
    align-items: center;
    gap: 5px;
}

    .notes-button-with-image.selected[b-37jx1nhuag] {
        background: var(--primary-color);
        color: white;
    }

        .notes-button-with-image.selected img[b-37jx1nhuag] {
            filter: brightness(0.95);
        }

.notes-image[b-37jx1nhuag] {
    width: 32px;
    height: 32px;
    object-fit: contain;
    border-radius: 6px;
    flex-shrink: 0;
}

.notes-name[b-37jx1nhuag] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
}

.notes-price[b-37jx1nhuag] {
    font-weight: 600;
    white-space: nowrap;
    margin-left: 1rem;
    opacity: .9;
}
/* /Components/ServingOrderPopup.razor.rz.scp.css */
.serving-order-modal[b-nqcsg04o1f] {
    max-width: 500px;
    width: 90%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* Solo posicionamiento del botón X */
.serving-order-modal .modal-header[b-nqcsg04o1f] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.serving-order-modal .btn-close[b-nqcsg04o1f] {
    background: none;
    border: none;
    color: #666;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.serving-order-modal .btn-close:hover[b-nqcsg04o1f] {
    background: rgba(0, 0, 0, 0.1);
    transform: scale(1.1);
}

.serving-order-modal .btn-close[b-nqcsg04o1f]:before {
    content: "×";
    font-size: 2rem;
    font-weight: bold;
}

.serving-order-options[b-nqcsg04o1f] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.serving-order-option[b-nqcsg04o1f] {
    cursor: pointer;
    transition: transform 0.2s ease;
}

.serving-order-option:hover[b-nqcsg04o1f] {
    transform: scale(1.02);
}

.serving-order-option.selected .option-card[b-nqcsg04o1f] {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: white;
    transform: scale(1.02);
}

.serving-order-option.selected .option-text h4[b-nqcsg04o1f] {
    color: white;
}

.serving-order-option.selected .option-text p[b-nqcsg04o1f] {
    color: rgba(255, 255, 255, 0.9);
}

.serving-order-option.selected .option-icon[b-nqcsg04o1f] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.serving-order-option.selected .option-number[b-nqcsg04o1f] {
    background: white;
    color: var(--primary-color);
}

.option-card[b-nqcsg04o1f] {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    border: 2px solid var(--auxiliar-color);
    border-radius: 15px;
    background: white;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.option-card:hover[b-nqcsg04o1f] {
    border-color: var(--primary-color);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.option-icon[b-nqcsg04o1f] {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--auxiliar-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    font-size: 1.2rem;
    color: var(--primary-color);
}

.option-text[b-nqcsg04o1f] {
    flex-grow: 1;
}

.option-text h4[b-nqcsg04o1f] {
    margin: 0 0 0.5rem 0;
    color: var(--primary-color);
    font-size: 1.1rem;
    font-weight: bold;
}

.option-text p[b-nqcsg04o1f] {
    margin: 0;
    color: #666;
    font-size: 0.9rem;
}

.option-number[b-nqcsg04o1f] {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.serving-order-option:hover .option-icon[b-nqcsg04o1f] {
    background: var(--primary-color);
    color: white;
}

.serving-order-option:hover .option-number[b-nqcsg04o1f] {
    background: var(--auxiliar-color);
    color: var(--primary-color);
}

/* Confirmation section styles */
.confirmation-section[b-nqcsg04o1f] {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--auxiliar-color);
}

.confirmation-buttons[b-nqcsg04o1f] {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.btn[b-nqcsg04o1f] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 120px;
}

.btn-secondary[b-nqcsg04o1f] {
    background: #e9ecef;
    color: #495057;
    border: 1px solid #dee2e6;
}

.btn-secondary:hover[b-nqcsg04o1f] {
    background: #dee2e6;
    color: #343a40;
}

.btn-primary[b-nqcsg04o1f] {
    background: var(--primary-color);
    color: white;
}

.btn-primary:hover[b-nqcsg04o1f] {
    background: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
/* /Components/TipSuggestionDialog.razor.rz.scp.css */
.modal-backdrop[b-q7k8outqo0] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content[b-q7k8outqo0] {
    background-color: var(--background-color);
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    max-width: 400px;
    width: 90%;
}

.tip-button[b-q7k8outqo0] {
    min-width: 60px;
    background-color: var(--auxiliar-color);
    color: black;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 6px 20px rgba(0,0,0,0.1);
}

    .tip-button:hover[b-q7k8outqo0] {
        background-color: var(--primary-color) !important;
        color: white !important;
    }

.tip-none-button[b-q7k8outqo0] {
    background-color: var(--auxiliar-color);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 6px 20px rgba(0,0,0,0.1);
}

    .tip-none-button:hover[b-q7k8outqo0] {
        background-color: var(--primary-color) !important;
        color: white !important;
    }

.tip-button-selected[b-q7k8outqo0] {
    background-color: var(--primary-color) !important;
    color: white !important;
}
/* /Components/Upselling.razor.rz.scp.css */
.popup-style[b-3rzqaxq28r] {
    background: var(--background-color);
    padding: 20px;
    border-radius: 16px;
    max-width: 400px;
    margin: 0 auto;
}

.page-style[b-3rzqaxq28r] {
    padding: 10px 0;
    background: transparent;
    border: none;
}

.upsellingCategoryName[b-3rzqaxq28r] {
    background: var(--background-color);
}

.upselling-scroll[b-3rzqaxq28r] {
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
    gap: 10px;
    overflow-x: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    scrollbar-width: none; /* Ocultar scrollbar en Firefox */
    -ms-overflow-style: none; /* Ocultar scrollbar en IE y Edge */
}

    .upselling-scroll[b-3rzqaxq28r]::-webkit-scrollbar {
        display: none; /* Ocultar scrollbar en Chrome, Safari y Opera */
    }

.upselling-item[b-3rzqaxq28r] {
    flex: 0 0 auto;
    width: 120px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1), 2px 0 8px rgba(0,0,0,0.1);
    cursor: pointer;
}

    .upselling-item img[b-3rzqaxq28r] {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 10px;
    }

.upselling-name[b-3rzqaxq28r] {
    font-size: 0.8rem;
    margin-top: 4px;
    color: dimgray;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}


.upselling-price[b-3rzqaxq28r] {
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 4px;
    color: var(--primary-color);
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: block;
}

.upselling-controls[b-3rzqaxq28r] {
    width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4px;
}

.quantity-btn[b-3rzqaxq28r] {
    background-color: var(--primary-color);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 1.4rem;
    font-weight: bold;
    cursor: pointer;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}


.quantity-value[b-3rzqaxq28r] {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-stciqmqjxc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-stciqmqjxc] {
    flex: 1;
}

.sidebar[b-stciqmqjxc] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-stciqmqjxc] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-stciqmqjxc]  a, .top-row[b-stciqmqjxc]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-stciqmqjxc]  a:hover, .top-row[b-stciqmqjxc]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-stciqmqjxc]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-stciqmqjxc] {
        justify-content: space-between;
    }

    .top-row[b-stciqmqjxc]  a, .top-row[b-stciqmqjxc]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-stciqmqjxc] {
        flex-direction: row;
    }

    .sidebar[b-stciqmqjxc] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-stciqmqjxc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-stciqmqjxc]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-stciqmqjxc], article[b-stciqmqjxc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-r35xkv4g0l] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-r35xkv4g0l] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-r35xkv4g0l] {
    font-size: 1.1rem;
}

.bi[b-r35xkv4g0l] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-r35xkv4g0l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-r35xkv4g0l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-r35xkv4g0l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-r35xkv4g0l] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-r35xkv4g0l] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-r35xkv4g0l] {
        padding-bottom: 1rem;
    }

    .nav-item[b-r35xkv4g0l]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-r35xkv4g0l]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-r35xkv4g0l]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-r35xkv4g0l] {
        display: none;
    }

    .collapse[b-r35xkv4g0l] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-r35xkv4g0l] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Commander/CommanderMenu.razor.rz.scp.css */
.header-bar[b-58cs9hyaz8] {
    position: sticky;
    top: 0;
    z-index: 1050;
    background: var(--auxiliar-color);
    border-radius: 0px 0px 50px 50px;
    padding-bottom: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* Opcional, para dar profundidad */
}

.container-fluid[b-58cs9hyaz8] {
    margin: 0 !important;
    padding: 0 !important;
    width: 100vw;
    max-width: 100%;
}

.index-button[b-58cs9hyaz8] {
    background-color: white;
    color: var(--primary-color);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.search-box[b-58cs9hyaz8] {
    margin-bottom: 10px;
    border-radius: 10px;
}

.category-no-scroll[b-58cs9hyaz8] {
    display: flex;
    flex-wrap: wrap;
    margin-left: 15px;
    padding-bottom: 60px;
    gap: 10px;
    overflow-x: auto;
    padding-top: 10px;
    padding-bottom: 30px;
}

.category-scroll[b-58cs9hyaz8] {
    display: flex;
    margin-left: 15px;
    padding-bottom: 60px;
    gap: 10px;
    overflow-x: auto;
    padding-top: 10px;
    scrollbar-width: none; /* Ocultar scrollbar en Firefox */
    -ms-overflow-style: none; /* Ocultar scrollbar en IE y Edge */
}

    .category-scroll[b-58cs9hyaz8]::-webkit-scrollbar {
        display: none; /* Ocultar scrollbar en Chrome, Safari y Opera */
    }

.category-item[b-58cs9hyaz8] {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    background-color: white;
    color: darkgray;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: normal;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
}

    .category-item.active[b-58cs9hyaz8] {
        background-color: var(--primary-color);
        color: white;
        box-shadow: none;
    }


.favorite-carousel[b-58cs9hyaz8] {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 10px;
}

.card-title[b-58cs9hyaz8] {
    font-size: 1.0rem;
}

.product-card[b-58cs9hyaz8] {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}

.product-image-container[b-58cs9hyaz8] {
    flex: 0 0 100px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image[b-58cs9hyaz8] {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    max-height: 100px;
}


.card-text[b-58cs9hyaz8] {
    text-align: center;
    font-size: 0.8rem;
}

.menu-container[b-58cs9hyaz8] {
    max-width: 100%;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--background-color);
    overflow-y: auto;
    overflow-x: hidden;
}

.menu-header[b-58cs9hyaz8] {
    position: sticky;
    top: 0;
    z-index: 10;
    background: var(--background-color);
    padding-bottom: 10px;
}

.menu-scroll[b-58cs9hyaz8] {
    flex-grow: 1;
    overflow-y: auto;
    padding: 0 15px;
}

.restaurant-name[b-58cs9hyaz8] {
    color: var(--primary-color);
    margin-bottom: 0;
}

.dining-table-name[b-58cs9hyaz8] {
    color: black;
    font-weight: bold;
    margin-top: 0;
}

.dining-table-state[b-58cs9hyaz8] {
    font-style: italic;
    color: dimgray;
}

.dining-table-time[b-58cs9hyaz8] {
    font-style: italic;
    color: dimgray;
    margin-left: 5px;
    margin-right: 5px;
}

.print-icon-wrapper[b-58cs9hyaz8] {
    position: absolute;
    top: 7px;
    right: 50px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.cart-icon-wrapper[b-58cs9hyaz8] {
    position: relative;
    top: -20px;
    padding-right: 8px;
}


.badge-order-selector[b-58cs9hyaz8] {
    background-color: var(--primary-color);
    color: white;
    font-size: 1.2rem;
    border-radius: 50%;
    line-height: 1;
    z-index: 1;
}

.badge-order-quantity[b-58cs9hyaz8] {
    background-color: var(--background-color);
    width: 30px;
    text-align: center;
    color: black;
    font-size: 1.5rem;
}

.badge-cart[b-58cs9hyaz8] {
    position: absolute;
    top: -10px;
    right: -2px;
    background-color: var(--primary-color);
    color: white;
    font-size: 0.65rem;
    padding: 4px 6px;
    border-radius: 50%;
    line-height: 1;
    z-index: 1;
}

.product-price[b-58cs9hyaz8] {
    font-size: 1.2rem;
    color: #000;
}

.item-quantity[b-58cs9hyaz8] {
    font-weight: 500;
    min-width: 1.5rem;
    text-align: center;
}

.remove-from-cart[b-58cs9hyaz8] {
    font-size: 1.4rem;
    background: #fff;
    color: red;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

    .remove-from-cart:disabled[b-58cs9hyaz8] {
        background-color: darkgray;
        opacity: 0.2;
        cursor: not-allowed;
    }

.add-to-cart[b-58cs9hyaz8] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    background: #fff;
    color: green;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    cursor: pointer;
    transition: background-color 0.2s;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

    .add-to-cart i[b-58cs9hyaz8] {
        font-size: 1.0rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .add-to-cart.selected[b-58cs9hyaz8] {
        background: var(--primary-color);
        color: white;
    }

    .add-to-cart.hover[b-58cs9hyaz8] {
        background-color: #ddd;
    }

.quantity-btn[b-58cs9hyaz8] {
    background-color: #eee;
    border: none;
    padding: 0.4rem 0.6rem;
    font-size: 1.1rem;
    border-radius: 6px;
    min-width: 32px;
}




.bottom-buttons-container[b-58cs9hyaz8] {
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 0 20px;
    z-index: 1000;
}

.bottom-button[b-58cs9hyaz8] {
    flex: 1;
    margin: 0 10px;
    padding: 12px 0;
    border: none;
    border-radius: 999px;
    background-color: var(--primary-color);
    color: white;
    font-weight: bold;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: background-color 0.2s ease-in-out;
}

    .bottom-button:hover[b-58cs9hyaz8] {
        background-color: #0066cc; /* Oscurece al pasar el ratón (ajústalo si usas otro primary) */
    }

.close[b-58cs9hyaz8] {
    margin-left: 10px;
    font-size: 1.3em;
}

.fade-in-out[b-58cs9hyaz8] {
    opacity: 1;
    animation: fadeOut-b-58cs9hyaz8 5s forwards;
}

@keyframes fadeOut-b-58cs9hyaz8 {
    0% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.grid-container[b-58cs9hyaz8] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 15px;
    margin-top: 10px;
}

.category-tile[b-58cs9hyaz8] {
    background-color: var(--primary-color);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 0.5rem;
    min-height: 70px;
    font-size: 1.1rem;
    font-weight: 500;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    transition: background-color 0.2s ease;
}

    .category-tile:hover[b-58cs9hyaz8] {
        background-color: #e0e0e0;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
        color: black;
    }


.product-tile[b-58cs9hyaz8] {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    transition: box-shadow 0.2s ease;
    position: relative;
    padding-bottom: 3rem;
    min-height: 270px;
}

    .product-tile:hover[b-58cs9hyaz8] {
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }

.product-tile-image[b-58cs9hyaz8] {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 0.5rem;
}

.product-info[b-58cs9hyaz8] {
    text-align: center;
}

.product-name[b-58cs9hyaz8] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
}

.product-price[b-58cs9hyaz8] {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 0.5rem;
}

.no-products-tile[b-58cs9hyaz8] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: #666;
    background-color: #f8f9fa;
    border: 2px dashed #ccc;
    border-radius: 12px;
    min-height: 150px;
    padding: 1rem;
}


.quantity-controls[b-58cs9hyaz8] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.quantity-text[b-58cs9hyaz8] {
    font-weight: 500;
    min-width: 1.5rem;
    text-align: center;
}

.quantity-controls[b-58cs9hyaz8] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1px;
    flex-shrink: 0;
}

.quantity-controls-fixed[b-58cs9hyaz8] {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.quantity-text[b-58cs9hyaz8] {
    font-weight: 500;
}


.back-tile[b-58cs9hyaz8] {
    background-color: var(--primary-color);
    color: white;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .back-tile i[b-58cs9hyaz8] {
        font-size: 1rem;
    }


.view-toggle[b-58cs9hyaz8] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 0px;
    margin-right: 15px;
}

.view-toggle-btn[b-58cs9hyaz8] {
    background-color: white;
    color: darkgray;
    border: none;
    border-radius: 6px;
    padding: 8px 12px;
    width: auto;
    font-size: 1.1rem;
    transition: background-color 0.2s ease;
}

    .view-toggle-btn.active[b-58cs9hyaz8] {
        background-color: var(--primary-color);
        color: white;
    }

.send-btn[b-58cs9hyaz8] {
    margin-right: auto;
    background-color: white;
    color: var(--primary-color);
    border: none;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 1.1rem;
    transition: background-color 0.2s ease;
}

.spacer[b-58cs9hyaz8] {
    flex-grow: 1;
}



.top-controls[b-58cs9hyaz8] {
    margin-top: 0.5rem;
}


.view-toggle-bar[b-58cs9hyaz8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 0px;
    margin-right: -10px;
}

.message[b-58cs9hyaz8] {
    margin: 5px;
    color: black;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1;
}

.menu-blocker.blocking[b-58cs9hyaz8] {
    pointer-events: none;
    opacity: 0.4;
}
/* /Pages/Commander/CommanderOrderReview.razor.rz.scp.css */
.order-container[b-tcjr19cnsj] {
    padding: 10px;
    background: var(--background-color);
    min-height: 100vh;
}

.confirming-label[b-tcjr19cnsj] {
    color: var(--primary-color);
    padding: 30px 0px 73px 0px;
}

.order-list[b-tcjr19cnsj] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.order-item[b-tcjr19cnsj] {
    position: relative;
    display: flex;
    align-items: center;
    background: white;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}

.order-arrows-overlay[b-tcjr19cnsj] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

.arrow-btn[b-tcjr19cnsj] {
    background: var(--background-color);
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.6;
}

    .arrow-btn:disabled[b-tcjr19cnsj] {
        opacity: 0.3;
        cursor: default;
    }


.order-image[b-tcjr19cnsj] {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    object-fit: cover;
}

.order-info[b-tcjr19cnsj] {
    flex-grow: 1;
    margin-left: 10px;
}

    .order-info h5[b-tcjr19cnsj] {
        margin: 0;
        font-size: 1rem;
        font-weight: bold;
        color: var(--primary-color);
    }

.order-price[b-tcjr19cnsj] {
    font-size: 1.2rem;
    font-weight: bold;
}

.order-quantity[b-tcjr19cnsj] {
    display: flex;
    align-items: center;
    background-color: var(--primary-color);
    border-radius: 30px;
    height: 40px;
    padding: 5px;
}

.quantity-btn[b-tcjr19cnsj] {
    background: transparent;
    border: none;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    width: 30px;
    text-align: center;
}

.cook-btn[b-tcjr19cnsj] {
    background: transparent;
    border: none;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    width: 50px;
    text-align: center;
}

.quantity-value[b-tcjr19cnsj] {
    color: white;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    width: 30px;
}

.discount-container[b-tcjr19cnsj] {
    background: white;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    margin-bottom: 70px;
    cursor: pointer;
    text-align: center;
}

    .discount-container i[b-tcjr19cnsj] {
        color: var(--primary-color);
    }

.order-summary[b-tcjr19cnsj] {
    margin-top: 20px;
    padding: 15px;
    border-radius: 15px;
}

.order-label[b-tcjr19cnsj] {
    color: #808080;
    font-weight: lighter;
}

.summary-line[b-tcjr19cnsj], .summary-total[b-tcjr19cnsj] {
    display: flex;
    justify-content: space-between;
    font-size: 1.1rem;
    font-weight: bold;
}

.summary-total[b-tcjr19cnsj] {
    font-size: 1.5rem;
}



.checkout-button[b-tcjr19cnsj] {
    background: var(--primary-color);
    color: #fff;
    font-weight: normal;
    border-radius: 999px;
    height: 50px;
    width: 100%;
    margin-top: 20px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    font-size: 1.0rem;
}

    .checkout-button i[b-tcjr19cnsj] {
        font-size: 1.2rem;
    }

.notes-box[b-tcjr19cnsj] {
    min-height: 100px;
    resize: vertical;
}


.product-image-container[b-tcjr19cnsj] {
    position: relative;
    flex: 0 0 80px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image[b-tcjr19cnsj] {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    max-height: 80px;
}

.product-comments[b-tcjr19cnsj] {
    padding-left: 30px;
    font-size: small;
    font-style: italic;
    color: #666;
}

.add-product-comments[b-tcjr19cnsj] {
    background: white;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 999px;
    font-size: 0.8rem;
    width: 90%;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.view-toggle-bar[b-tcjr19cnsj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 0px;
    margin-right: -10px;
}

.view-toggle[b-tcjr19cnsj] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 0px;
    margin-right: 10px;
}

.view-toggle-btn[b-tcjr19cnsj] {
    background-color: white;
    color: darkgray;
    border: none;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 1.1rem;
    width: auto;
    transition: background-color 0.2s ease;
}

    .view-toggle-btn.active[b-tcjr19cnsj] {
        background-color: var(--primary-color);
        color: white;
    }

.view-toggle-bar[b-tcjr19cnsj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 0px;
    margin-right: -10px;
}


.summary-container[b-tcjr19cnsj] {
    background: var(--background-color);
    min-height: 120vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
}

.summary-image[b-tcjr19cnsj] {
    width: 150px;
    margin-bottom: 10px;
}

.summary-box[b-tcjr19cnsj] {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    width: calc(100% - 32px);
}

.summary-item[b-tcjr19cnsj] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
    font-size: 1.1rem;
}

    .summary-item:last-child[b-tcjr19cnsj] {
        border-bottom: none;
    }

.summary-name[b-tcjr19cnsj] {
    font-weight: 500;
    color: #111;
}

.summary-extra[b-tcjr19cnsj] {
    padding-left: 30px;
    font-size: small;
    font-style: italic;
    color: #666;
}

.summary-price[b-tcjr19cnsj] {
    font-weight: 600;
    color: var(--primary-color);
    white-space: nowrap;
}

.order-status[b-tcjr19cnsj] {
    color: var(--primary-color);
    font-weight: bold;
}

.order-title[b-tcjr19cnsj] {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.order-details[b-tcjr19cnsj] {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
}

    .order-details span:first-child[b-tcjr19cnsj] {
        color: #808080;
        font-weight: lighter;
    }

.detail-row[b-tcjr19cnsj] {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    font-size: 16px;
    color: #555;
}

.detail-value[b-tcjr19cnsj] {
    font-weight: bold;
    color: black;
}

.order-total[b-tcjr19cnsj] {
    text-align: center;
    margin-bottom: 20px;
}

    .order-total h1[b-tcjr19cnsj] {
        font-size: 40px;
        font-weight: bold;
    }

.floating-alert[b-tcjr19cnsj] {
    position: fixed;
    top: 7px;
    left: 45%;
    transform: translateX(-50%);
    z-index: 2001;
    width: 85%;
    max-width: 500px;
    pointer-events: auto;
}

.alert-body[b-tcjr19cnsj] {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 10px 15px;
}

.close[b-tcjr19cnsj] {
    margin-left: 10px;
    font-size: 1.3em;
}


.order-item.swipe-left[b-tcjr19cnsj] {
    transform: translateX(-60px);
    transition: transform 0.2s ease-in-out;
}

.order-item.swipe-right[b-tcjr19cnsj] {
    transform: translateX(60px);
    transition: transform 0.2s ease-in-out;
}


.fade-in-out[b-tcjr19cnsj] {
    opacity: 1;
    animation: fadeOut-b-tcjr19cnsj 5s forwards;
}

@keyframes fadeOut-b-tcjr19cnsj {
    0% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.form-switch .form-check-input:checked[b-tcjr19cnsj] {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.form-switch .form-check-input:focus[b-tcjr19cnsj] {
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25); 
}

.form-switch .form-check-input:checked[b-tcjr19cnsj]::before {
    background-color: white;
    border: 1px solid var(--primary-color);
}

/* Estilo base para todos los checkboxes, aunque no estén seleccionados */
.select-checkbox[b-tcjr19cnsj] {
    width: 1.2em;
    height: 1.2em;
    border: 2px solid var(--primary-color);
    background-color: white;
    cursor: pointer;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
}

    /* Cuando está marcado, usamos el color corporativo */
    .select-checkbox[type="checkbox"]:checked[b-tcjr19cnsj] {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
    }

    /* Pequeña sombra al enfocar */
    .select-checkbox[type="checkbox"]:focus[b-tcjr19cnsj] {
        box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.15);
    }
/* /Pages/Commander/CommanderWelcome.razor.rz.scp.css */
.welcome-container[b-3n6w5d9bhj] {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: url('/images/background.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-block-end: 50px;
}

.overlay[b-3n6w5d9bhj] {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    margin-bottom: 100px;
    border-radius: 20px;
    text-align: center;
    max-width: 80%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

    .overlay h1[b-3n6w5d9bhj] {
        font-size: 2rem;
        font-weight: bold;
    }

    .overlay h2[b-3n6w5d9bhj] {
        font-size: 1.5rem;
        color: #007bff;
    }

    .overlay p[b-3n6w5d9bhj] {
        margin: 10px 0;
        font-size: 1rem;
    }

.action[b-3n6w5d9bhj] {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 20px;
}

    .action .btn[b-3n6w5d9bhj] {
        width: 100%;
        max-width: 300px;
        padding: 15px;
        font-size: 1.2rem;
        border: none;
        border-radius: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    }

.table-name[b-3n6w5d9bhj]{
    font-size: 1.2em;
    font-weight: bold;
}
/* /Pages/QR/LandingPage.razor.rz.scp.css */
/* ============================================= */
/* ESTILOS GENERALES                              */
/* ============================================= */
body[b-egpj6m88xd] {
    background-color: #f5d1a1;
    color: #4a2c2a;
    font-family: var(--font-family, 'Cormorant Garamond'), serif;
    overflow-x: hidden;
}

/* ============================================= */
/* HEADER Y SECCIÓN SUPERIOR (NUEVO COLOR)        */
/* ============================================= */
header[b-egpj6m88xd], .hero-banner[b-egpj6m88xd], .carousel-container[b-egpj6m88xd] {
    background-color: #f5d1a1; /* color clarito igual que abajo */
}
.header-content[b-egpj6m88xd] { display: flex; align-items: center; gap: 1.5rem; }
.logo-placeholder[b-egpj6m88xd] { font-family: var(--font-family, 'Playfair Display'), serif; font-size: 3rem; font-weight: bold; margin: 0; }
.line-container[b-egpj6m88xd] { flex-grow: 1; position: relative; }
.header-text[b-egpj6m88xd] {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: -0.3rem;
}
.header-text p[b-egpj6m88xd] { margin: 0; font-size: 1.2rem; }
hr[b-egpj6m88xd] { border-top: 1px solid #4a2c2a; opacity: 1; margin: 0; }
.logo img[b-egpj6m88xd], .logo-img[b-egpj6m88xd] { height: 56px; width: auto; display: block; }

/* ============================================= */
/* HERO BANNER                                   */
/* ============================================= */
.hero-banner[b-egpj6m88xd] { 
    padding: 1rem 1rem;
}
.hero-title[b-egpj6m88xd] {
    font-family: var(--font-family, 'Playfair Display'), serif;
    font-size: clamp(1.8rem, 9vw, 4rem);
    font-weight: normal;
}

/* ============================================= */
/* CARRUSEL DECORATIVO (CORREGIDO)               */
/* ============================================= */
.carousel-container[b-egpj6m88xd] { width: 100%; overflow: hidden; pointer-events: auto; padding: 1.25rem 0; min-height: 160px; position: relative; z-index: 5; }
.carousel-track[b-egpj6m88xd] {
    display: inline-flex;
    align-items: flex-start;
    gap: 0px; /* pegaditas */
    will-change: transform;
    animation: scroll-b-egpj6m88xd 24s linear infinite;
}
.carousel-track .carousel-item[b-egpj6m88xd] { position: relative; width: 120px; height: 120px; flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; margin: 0; text-decoration: none; color: inherit; pointer-events: auto; touch-action: manipulation; }
.carousel-track .carousel-item + .carousel-item[b-egpj6m88xd] { margin-left: 0; }
.carousel-track .carousel-item img[b-egpj6m88xd] { width: 100%; height: 100%; object-fit: contain; display: block; pointer-events: none; }
.carousel-track .carousel-item .label[b-egpj6m88xd] { position: absolute; top: -16px; left: 50%; transform: translateX(-50%); font-family: var(--font-family, 'Bebas Neue'), sans-serif; font-weight: 700; font-size: 1rem; color: #000; letter-spacing: 0.6px; pointer-events: none; }
/* Variaciones por tipo y rotaciones amables (rotamos solo la imagen) */
.carousel-track .carousel-item.no-mires[b-egpj6m88xd] { width: 110px; height: 110px; }
.carousel-track .carousel-item.contacto[b-egpj6m88xd] { width: 120px; height: 120px; }
.carousel-track .carousel-item.reserva[b-egpj6m88xd] { width: 130px; height: 130px; }
.carousel-track .carousel-item.privatizaciones[b-egpj6m88xd] { width: 125px; height: 125px; }
.carousel-track .carousel-item.contacto img[b-egpj6m88xd] { transform: rotate(-85deg); }
.carousel-track .carousel-item.reserva img[b-egpj6m88xd] { transform: rotate(-60deg); }
.carousel-track .carousel-item.privatizaciones img[b-egpj6m88xd] { transform: rotate(60deg); }
/* Carta fuera del carrusel */
.carousel-track .carousel-item.carta[b-egpj6m88xd] { display: none; }
/* Duplicado: animamos la mitad exacta para empalme perfecto y lineal */
@keyframes scroll-b-egpj6m88xd { 0% { transform: translate3d(0,0,0); } 100% { transform: translate3d(-50%,0,0); } }

/* ============================================= */
/* SECCIÓN BOTONES DE PASTA INTERACTIVOS         */
/* ============================================= */
.pasta-links-section[b-egpj6m88xd] { background-color: #f5d1a1; padding: 2rem 0; height: 700px; position: relative; overflow: hidden; }
.pasta-button[b-egpj6m88xd] { position: absolute; display: flex; flex-direction: column; align-items: center; justify-content: center; text-decoration: none; color: #4a2c2a;}
.pasta-button:hover img[b-egpj6m88xd] { transform: var(--img-base, none) scale(1.05); }
.pasta-button.is-dragging[b-egpj6m88xd] { z-index: 1000; }
.pasta-button.is-dragging img[b-egpj6m88xd] { transform: var(--img-base, none) scale(1.1); animation-play-state: paused; }
.pasta-button img[b-egpj6m88xd] { max-width: var(--img-size, 320px); pointer-events: auto; cursor: grab; transition: transform 0.2s ease-out; transform: var(--img-base, none); transform-origin: center; }
.pasta-button img:active[b-egpj6m88xd] { cursor: grabbing; }
#carta[b-egpj6m88xd] { --img-size: 600px; }
#carta img[b-egpj6m88xd] { animation: carta-attn-b-egpj6m88xd 2.2s ease-in-out infinite; }
@keyframes carta-attn-b-egpj6m88xd {
    0% { transform: translateY(0) scale(1) rotate(0deg); }
    50% { transform: translateY(-8px) scale(1.1) rotate(1.5deg); }
    100% { transform: translateY(0) scale(1) rotate(0deg); }
}
.pasta-button span[b-egpj6m88xd] { font-family: var(--font-family, 'Playfair Display'), serif; font-size: var(--text-size, 1.5rem); font-weight: bold; position: absolute; pointer-events: none; transform: translate(var(--text-x, 0), var(--text-y, 0)) rotate(var(--text-rot, 0deg)); transform-origin: center; top: var(--text-top, auto); left: var(--text-left, auto); }
#carta span[b-egpj6m88xd] { --text-size: 3rem; }
#no-mires[b-egpj6m88xd] { --img-base: rotate(15deg); }
#no-mires[b-egpj6m88xd] { --img-size: 180px; }
#contacto[b-egpj6m88xd] { --img-base: rotate(-45deg); }
#contacto[b-egpj6m88xd] { --img-size: 300px; }
#reserva[b-egpj6m88xd] { --img-base: rotate(-60deg); }
#reserva[b-egpj6m88xd] { --img-size: 320px; }
#privatizaciones[b-egpj6m88xd] { --img-base: rotate(60deg); }
#privatizaciones[b-egpj6m88xd] { --img-size: 250px; }
#no-mires span[b-egpj6m88xd] { --text-rot: 0deg; --text-x: -40px; --text-y: 35px; }
#contacto span[b-egpj6m88xd] { --text-rot: 45deg; --text-x: -18px; --text-y: 5px; }
#reserva span[b-egpj6m88xd] { --text-rot: 30deg; --text-x: 20px; --text-y: -55px; }
#privatizaciones span[b-egpj6m88xd] { --text-rot: -25deg; --text-x: 10px; --text-y: 20px; }

/* Tamaños específicos para móvil */
@media (max-width: 768px) {
    .carousel-container[b-egpj6m88xd] { min-height: 150px; padding: 1.6rem 0; }
    .carousel-track[b-egpj6m88xd] { gap: 0; }
    .carousel-track .carousel-item[b-egpj6m88xd] { width: 108px; height: 108px; }
    .carousel-track .carousel-item .label[b-egpj6m88xd] { top: -14px; font-size: 0.95rem; }
    .carousel-track .carousel-item.no-mires[b-egpj6m88xd] { width: 100px; height: 100px; }
    .carousel-track .carousel-item.contacto[b-egpj6m88xd] { width: 112px; height: 112px; }
    .carousel-track .carousel-item.reserva[b-egpj6m88xd] { width: 120px; height: 120px; }
    .carousel-track .carousel-item.privatizaciones[b-egpj6m88xd] { width: 116px; height: 116px; }
    #carta[b-egpj6m88xd] { --img-size-sm: 200px; }
    #carta span[b-egpj6m88xd] { --text-size-sm: 2.2rem; }
    #no-mires[b-egpj6m88xd] { --img-size-sm: 180px; }
    #no-mires span[b-egpj6m88xd] { --text-size-sm: 1rem; }
    #contacto[b-egpj6m88xd] { --img-size-sm: 125px; }
    #contacto span[b-egpj6m88xd] { --text-size-sm: 1.2rem; }
    #reserva[b-egpj6m88xd] { --img-size-sm: 200px; }
    #reserva span[b-egpj6m88xd] { --text-size-sm: 1.2rem; }
    #privatizaciones[b-egpj6m88xd] { --img-size-sm: 100px; }
    #privatizaciones span[b-egpj6m88xd] { --text-size-sm: 1.2rem; }
}

/* ============================================= */
/* SECCIÓN DE LOCALES (STICKY)                   */
/* ============================================= */
.locales-section[b-egpj6m88xd] {
    background-color: #383434;
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 0.4rem 0 0.1rem;
}
.locales-subtitle[b-egpj6m88xd] { font-family: var(--font-family, 'Cormorant Garamond'), serif; font-weight: normal; font-size: 1.4rem; margin: 0; margin-top: 0.25rem; letter-spacing: 2px; }
.locales-title[b-egpj6m88xd] { font-family: var(--font-family, 'Anton'), sans-serif; font-size: 4rem; line-height: 1; margin: 0; letter-spacing: 5px; }
.locales-text[b-egpj6m88xd] { font-family: var(--font-family, 'Cormorant Garamond'), serif; font-size: 1.2rem; margin-top: 0.25rem; }

/* ============================================= */
/* LISTA DE LOCALES (VERTICAL)                   */
/* ============================================= */
.locales-list-section[b-egpj6m88xd] {
    padding: 1rem 1rem;
    background-color: #f5d1a1;
}
.locales-container[b-egpj6m88xd] { display: flex; flex-direction: column; align-items: center; gap: 2rem; max-width: 500px; margin: 0 auto; }
.local-card[b-egpj6m88xd] { width: 350px; height: 300px; border-radius: 25px; background-size: cover; background-position: center; position: relative; color: white; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
.local-card[b-egpj6m88xd]::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%); }
.card-content[b-egpj6m88xd] { position: relative; padding: 2rem; text-align: center; }
.local-category[b-egpj6m88xd] { font-family: var(--font-family, 'Bebas Neue'), sans-serif; letter-spacing: 4px; font-size: 1.2rem; margin-bottom: 11rem; }
.local-name[b-egpj6m88xd] { font-family: var(--font-family, 'Playfair Display'), serif; font-size: 1.75rem; font-weight: bold; margin: 0; }
.local-address[b-egpj6m88xd] { font-family: var(--font-family, 'Cormorant Garamond'), serif; font-size: 1.1rem; margin-bottom: -20px; }

/* ============================================= */
/* SECCIÓN FEATURES (PASTA FRESCA...)            */
/* ============================================= */
.features-section[b-egpj6m88xd] {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 8rem 1rem;
    color: white;
    overflow: hidden;
}
.features-section[b-egpj6m88xd]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(71, 70, 70, 0.4);
    z-index: 1;
}
.features-content[b-egpj6m88xd] { position: relative; z-index: 2; }
.features-text[b-egpj6m88xd] {
    font-family: var(--font-family, 'Bebas Neue'), sans-serif;
    font-size: 2.5rem;
    line-height: 1.3;
    letter-spacing: 2px;
    margin: 0;
}

/* ============================================= */
/* CARRUSEL DE IMÁGENES (MARQUEE)                */
/* ============================================= */
.image-marquee-section[b-egpj6m88xd] {
    background-color: #f5d1a1;
    height: 60px;
    padding: 0;
    border-top: 1px solid #4a2c2a;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.image-marquee-track[b-egpj6m88xd] {
    display: inline-block;
    animation: marquee-images-b-egpj6m88xd 12s linear infinite;
}
.image-marquee-track img.marquee-img[b-egpj6m88xd] {
    height: 30px;
    width: auto;
    margin: 0 2px; 
    vertical-align: middle;
}
@keyframes marquee-images-b-egpj6m88xd {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ============================================= */
/* AJUSTES PARA MÓVIL (RESPONSIVE)               */
/* ============================================= */
@media (max-width: 768px) {
    .carousel-container[b-egpj6m88xd] { min-height: 120px; padding: 0.5rem 0; }
    .carousel-track[b-egpj6m88xd] { gap: 0; }
    .carousel-track .carousel-item[b-egpj6m88xd] { width: 80px; height: 80px; }
    .carousel-track .carousel-item .label[b-egpj6m88xd] { top: -12px; font-size: 0.8rem; }
    .pasta-links-section[b-egpj6m88xd] { height: 560px; padding: 1rem 0; }
    .pasta-button img[b-egpj6m88xd] { max-width: var(--img-size-sm, 160px); }
    .pasta-button span[b-egpj6m88xd] { font-size: var(--text-size-sm, var(--text-size, 1.5rem)); }
    .hero-title[b-egpj6m88xd] { white-space: nowrap; font-size: clamp(1.2rem, 6.2vw, 2.2rem); }
    #no-mires[b-egpj6m88xd], #reserva[b-egpj6m88xd], #contacto[b-egpj6m88xd], #privatizaciones[b-egpj6m88xd] { transform: scale(0.9); }
    
    .locales-section[b-egpj6m88xd] {
        padding: 0.7rem 0 0.3rem;
    }
    .locales-title[b-egpj6m88xd] { font-size: 2.6rem; }
    .locales-subtitle[b-egpj6m88xd] { font-size: 1.1rem; }
    .locales-text[b-egpj6m88xd] { margin-top: 0.15rem; }
    
    .features-section[b-egpj6m88xd] { padding: 4rem 1rem; }
    .features-text[b-egpj6m88xd] { font-size: 1.5rem; line-height: 1.5; }
}

/* language switcher */
.lang-switcher[b-egpj6m88xd] { margin-left: auto; display: flex; gap: 6px; align-items: center; }
.lang-switcher img[b-egpj6m88xd] { width: 22px; height: 22px; cursor: pointer; border-radius: 3px; box-shadow: 0 0 0 1px rgba(0,0,0,0.1); }
.lang-dropdown[b-egpj6m88xd] { margin-left: auto; position: relative; }
.lang-btn[b-egpj6m88xd] { display: flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.6); border: 1px solid rgba(0,0,0,0.1); border-radius: 8px; padding: 4px 8px; cursor: pointer; }
.lang-btn img[b-egpj6m88xd] { width: 20px; height: 20px; border-radius: 3px; }
.lang-btn .caret[b-egpj6m88xd] { font-size: 12px; opacity: 0.7; }
.lang-menu[b-egpj6m88xd] { position: absolute; right: 0; top: calc(100% + 6px); background: #fff; border: 1px solid rgba(0,0,0,0.1); border-radius: 8px; box-shadow: 0 8px 22px rgba(0,0,0,0.12); padding: 6px; display: flex; flex-direction: column; gap: 4px; z-index: 20; }
.lang-menu button[b-egpj6m88xd] { display: flex; align-items: center; gap: 8px; padding: 6px 10px; background: #fff; border: none; border-radius: 6px; cursor: pointer; }
.lang-menu button:hover[b-egpj6m88xd] { background: #f2f2f2; }
.lang-menu img[b-egpj6m88xd] { width: 18px; height: 18px; border-radius: 2px; }

/* Ensure buttons remain clickable on mobile */
.pasta-links-section .pasta-button[b-egpj6m88xd] { pointer-events: auto; }
.pasta-links-section .pasta-button img[b-egpj6m88xd] { pointer-events: auto; }
/* /Pages/QR/Menu.razor.rz.scp.css */
.container-fluid[b-ako6crngie] {
    margin: 0 !important;
    padding: 0 !important;
    width: 100vw;
    max-width: 100%;
}

.index-button[b-ako6crngie] {
    background-color: white;
    color: var(--primary-color);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.search-box[b-ako6crngie] {
    margin-bottom: 10px;
    border-radius: 10px;
}

.category-scroll[b-ako6crngie] {
    display: flex;
    margin-left: 15px;
    gap: 10px;
    overflow-x: auto;
    padding-top: 10px;
    padding-bottom: 5px;
    scrollbar-width: none; /* Ocultar scrollbar en Firefox */
    -ms-overflow-style: none; /* Ocultar scrollbar en IE y Edge */
}

    .category-scroll[b-ako6crngie]::-webkit-scrollbar {
        display: none; /* Ocultar scrollbar en Chrome, Safari y Opera */
    }

.category-item[b-ako6crngie] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background-color: var(--auxiliar-color);
    color: black;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: normal;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
}

    .category-item.active[b-ako6crngie] {
        background-color: var(--primary-color);
        color: white;
        box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.15);
    }


.favorites[b-ako6crngie] {
    padding: 5px;
    border-radius: 10px;
    color: white;
    background-color: var(--primary-color);
    text-align: center;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

/* Tamaño del logo en la cabecera (solo imagen) */
.header-logo[b-ako6crngie] {
    height: 50px !important; /* tamaño base que NO cambia el contenedor */
    width: auto !important;
    display: inline-block;
    transform: scale(1.35); /* agranda visualmente sin afectar el layout */
    transform-origin: center center;
}

.favorite-carousel[b-ako6crngie] {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 10px;
}

.favorite-item img[b-ako6crngie] {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}

.favorite-name[b-ako6crngie] {
    font-size: 0.9rem;
    font-weight: bold;
}

.favorite-price[b-ako6crngie] {
    font-size: 0.8rem;
    color: var(--primary-color);
}

.dish-list[b-ako6crngie] {
    padding: 0px;
}

.dish-list .row[b-ako6crngie] {
    justify-content: center;
}

.product-card[b-ako6crngie] {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 20px;
    margin-bottom: 15px;
    min-height: 100px;
    overflow: hidden;
    margin: 0 !important;
    color: var(--primary-color);
    background-color: var(--auxiliar-color);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3), -4px 4px 4px rgba(0, 0, 0, 0.3);
}

.product-image-container[b-ako6crngie] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 160px;
}

.product-image[b-ako6crngie] {
    max-height: 220px;
    object-fit: contain;
    display: block;
}

.product-image-small[b-ako6crngie] {
    max-height: 150px;
    object-fit: contain;
    display: block;
}

.product-price[b-ako6crngie] {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.1rem;
}

.product-bottom[b-ako6crngie] {
    margin-top: auto;
    align-items: center;
}

.product-top[b-ako6crngie] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    padding-bottom: 0px;
}

.product-info[b-ako6crngie] {
    min-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    width: 100%;
}


.card-body[b-ako6crngie] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-title[b-ako6crngie] {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.bottom-button.view-order-button[b-ako6crngie] {
    background-color: black !important;
    color: white !important;
}

.bottom-button.view-order-button:hover[b-ako6crngie] {
    background-color: #333333 !important;
    color: white !important;
}

.card-text[b-ako6crngie] {
    text-align: center;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
}


.rating[b-ako6crngie] {
    color: var(--primary-color);
}

.menu-container[b-ako6crngie] {
    max-width: 100%;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--background-color);
    overflow: hidden;
}

.menu-header[b-ako6crngie] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: var(--background-color);
    padding-bottom: 10px;
    box-shadow: 2px 0px 8px rgba(0, 0, 0, 0.25);
    /* Optimizaciones para iOS */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.menu-scroll[b-ako6crngie] {
    flex-grow: 1;
    overflow-y: auto;
    padding: 0 15px;
    padding-top: 160px; /* Espacio para el header fijo - ajustar si es necesario */
}

.restaurant-name[b-ako6crngie] {
    color: var(--primary-color);
    margin-bottom: 0;
}

.dining-table-caption[b-ako6crngie] {
    color: var(--primary-color);
}

.dining-table-name[b-ako6crngie] {
    color: white;
    background-color: var(--primary-color);
    opacity: 0.5;
    font-weight: bold;
    margin-top: 0;
    padding: 4px;
    border-radius: 50%;
    text-align: center;
}

.cart-icon-wrapper[b-ako6crngie] {
    position: absolute !important;
    top: 1rem;
    right: 1rem;
}


.header-bar[b-ako6crngie] {
    background-color: var(--auxiliar-color);
    border-radius: 0px 0px 50px 50px;
}

.cart-icon-wrapper[b-ako6crngie] {
    position: relative;
    padding-right: 15px;
}

.badge-cart[b-ako6crngie] {
    position: absolute;
    top: -8px;
    right: -2px;
    background-color: var(--primary-color);
    color: white;
    font-size: 0.65rem;
    padding: 4px 6px;
    border-radius: 50%;
    line-height: 1;
    z-index: 1;
}

.badge-cart-quantity[b-ako6crngie] {
    position: absolute;
    bottom: 35px;
    right: 5px;
    background: var(--primary-color);
    color: white;
    font-size: 0.9rem;
    padding: 4px 6px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.5), 0 6px 20px rgba(0,0,0,0.5);
    line-height: 1;
    z-index: 1;
}


.add-to-cart[b-ako6crngie] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    line-height: 1;
    padding: 0;
}

    .add-to-cart i[b-ako6crngie] {
        font-size: 1.0rem;
        line-height: 1;
        vertical-align: middle;
        display: flex;
        align-items: center;
        justify-content: center;
    }



.allergens-container[b-ako6crngie] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    margin-top: 5px;
}

.allergen-item img[b-ako6crngie] {
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}



.floating-alert[b-ako6crngie] {
    position: fixed;
    top: 7px;
    left: 45%;
    transform: translateX(-50%);
    z-index: 2001;
    width: 85%;
    max-width: 500px;
    pointer-events: auto;
}

.alert-body[b-ako6crngie] {
    background: var(--primary-color);
    color: var(--auxiliar-color);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);
    border-radius: 8px;
    padding: 10px 15px;
}

.close[b-ako6crngie] {
    margin-left: 10px;
    font-size: 1.3em;
}

.fade-in-out[b-ako6crngie] {
    opacity: 1;
    animation: fadeOut-b-ako6crngie 5s forwards;
}

@keyframes fadeOut-b-ako6crngie {
    0% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* =============================================================== */
/* ============= NUEVOS ESTILOS PARA MACROCATEGORÍAS ============= */
/* =============================================================== */

.category-group-card[b-ako6crngie] {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
    margin-bottom: 2rem;
    transition: transform 0.3s ease-in-out;
}

.category-group-card:hover[b-ako6crngie] {
    transform: scale(1.03);
}

.category-group-image[b-ako6crngie] {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
}

.category-group-title[b-ako6crngie] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
    color: white;
    padding: 20px 15px 10px;
    text-align: left;
}

.category-group-title h5[b-ako6crngie] {
    margin: 0;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
/* =============================================================== */
/* ============= NUEVOS ESTILOS PARA LA LISTA DEL POPUP ========== */
/* =============================================================== */

.popup-product-row[b-ako6crngie] {
    display: flex;
    align-items: center;
    background-color: var(--auxiliar-color, #f0eada); /* Color de fondo de tu imagen de ejemplo */
    border-radius: 15px;
    padding: 12px;
    margin-bottom: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: all 0.2s ease-in-out; /* Transición suave al expandir */
}

.popup-product-image-container[b-ako6crngie] {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    margin-right: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.popup-product-image[b-ako6crngie] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup-product-details[b-ako6crngie] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.popup-product-name[b-ako6crngie] {
    font-weight: bold;
    font-size: 1rem;
    color: #333; /* O tu color primario */
    margin-bottom: 2px;
}

.popup-product-price[b-ako6crngie] {
    font-size: 0.9rem;
    color: #666;
}

.popup-product-price-with-ingredients[b-ako6crngie] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.popup-product-price-with-ingredients span[b-ako6crngie] {
    font-size: 0.9rem;
    color: #666;
}

.popup-product-action[b-ako6crngie] {
    margin-left: 15px;
    min-width: 85px; /* Espacio fijo para los botones */
    display: flex;
    justify-content: flex-end;
}
/* =============================================================== */
/* =========== ESTILOS PARA LA CABECERA DEL POPUP ================ */
/* =============================================================== */

.modal-header[b-ako6crngie] {
    display: flex;
    justify-content: space-between; /* Empuja el título y el botón a extremos opuestos */
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
}

.modal-title[b-ako6crngie] {
    margin-bottom: 0; /* Quita el margen inferior por defecto del h3 */
}

/* Bootstrap se encarga del resto, pero esto asegura la posición */
.btn-close[b-ako6crngie] {
    padding: 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}
/* =============================================================== */
/* ====== CORRECCIÓN PARA EL CONTADOR DE CANTIDAD EN EL POPUP ==== */
/* =============================================================== */

.popup-product-action .popup-buttons-wrapper[b-ako6crngie] {
    position: relative; /* Contenedor para el badge */
    display: flex;
    align-items: center;
}

.popup-product-action .badge-cart-quantity[b-ako6crngie] {
    position: absolute;
    top: -8px;      
    right: -8px;    
    bottom: auto;    
    line-height: 1;
    z-index: 2;
}

/* Estilo específico para el botón "Ver cuenta" */
.view-bill-button[b-ako6crngie] {
    background-color: #000 !important;
    color: #fff !important;
}

.view-bill-button:hover[b-ako6crngie],
.view-bill-button:focus[b-ako6crngie] {
    background-color: #000 !important;
    color: #fff !important;
}

/* Estilo específico para el botón "Ver pedido" */
.view-order-button[b-ako6crngie] {
    background-color: #000 !important;
    color: #fff !important;
}

.view-order-button:hover[b-ako6crngie],
.view-order-button:focus[b-ako6crngie] {
    background-color: #333333 !important;
    color: #fff !important;
}
	.modal-macrocategory[b-ako6crngie] {
		max-height: 85vh;
		display: flex;
		flex-direction: column;
	}

	.modal-body-scrollable[b-ako6crngie] {
		overflow-y: auto;
		overflow-x: hidden;
		max-height: calc(85vh - 140px);
		-webkit-overflow-scrolling: touch;
		padding-bottom: 20px; /* Espacio inferior para evitar saltos */
		/* Scrollbar visible y táctil para móvil */
		scrollbar-width: thin;
		scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
	}

	/* Webkit scrollbar (Chrome, Safari, Edge) */
	.modal-body-scrollable[b-ako6crngie]::-webkit-scrollbar {
		width: 8px;
	}

	.modal-body-scrollable[b-ako6crngie]::-webkit-scrollbar-track {
		background: transparent;
	}

	.modal-body-scrollable[b-ako6crngie]::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0.3);
		border-radius: 10px;
		border: 2px solid transparent;
	}

	.modal-body-scrollable[b-ako6crngie]::-webkit-scrollbar-thumb:hover {
		background-color: rgba(0, 0, 0, 0.5);
	}

	/* Para asegurar que el modal header y footer no se desplacen */
	.modal-macrocategory .modal-header[b-ako6crngie] {
		flex-shrink: 0;
	}

	.modal-macrocategory .modal-footer[b-ako6crngie] {
		flex-shrink: 0;
	}

/* =============================================================== */
/* ============ ESTILOS PARA BOTÓN INGREDIENTES ================ */
/* =============================================================== */

.ingredients-btn[b-ako6crngie] {
	background-color: #dc3545 !important;
	color: white !important;
	border: none;
	border-radius: 8px;
	padding: 4px 8px;
	font-size: 0.7rem;
	font-weight: bold;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 4px;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 2px 4px rgba(220, 53, 69, 0.3);
	margin-left: 8px;
}

.ingredients-btn:hover[b-ako6crngie] {
	background-color: #c82333 !important;
	transform: scale(1.05);
	box-shadow: 0 4px 8px rgba(220, 53, 69, 0.4);
}

.ingredients-btn i[b-ako6crngie] {
	font-size: 0.6rem;
}

/* =============================================================== */
/* ============ ESTILOS PARA POPUP DE INGREDIENTES =============== */
/* =============================================================== */

.ingredients-modal[b-ako6crngie] {
	max-width: 400px;
	width: 90%;
	border-radius: 15px;
	z-index: 3000; /* Por encima de todos los modales */
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.ingredients-content[b-ako6crngie] {
	text-align: center;
	padding: 20px 10px;
}

.ingredients-content .product-name[b-ako6crngie] {
	color: var(--primary-color);
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.ingredients-content .product-description[b-ako6crngie] {
	color: #333;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
	text-align: left;
	background-color: #f8f9fa;
	padding: 15px;
	border-radius: 10px;
	border-left: 4px solid var(--primary-color);
}

/* =============================================================== */
/* ============== ESTILOS PARA INDICADOR DE PICANTE ============= */
/* =============================================================== */

.spicy-indicator[b-ako6crngie] {
	position: absolute;
	top: -5px;
	right: -5px;
	z-index: 10;
	background: white;
	border-radius: 50%;
	padding: 4px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	border: 2px solid #ff6b6b;
}

.spicy-indicator-left[b-ako6crngie] {
	position: absolute;
	top: 25px;
	left: 5px;
	z-index: 10;
	background: white;
	border-radius: 50%;
	padding: 4px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	border: 2px solid #ff6b6b;
}

.spicy-icon[b-ako6crngie] {
	width: 24px;
	height: 24px;
	object-fit: contain;
	display: block;
}

/* Ajuste para la posición del producto cuando tiene indicador de picante */
.product-top[b-ako6crngie] {
	position: relative;
}
/* /Pages/QR/OrderConfirming.razor.rz.scp.css */
.content-container[b-t6eb46k6ah] {
    padding: 20px;
    background: var(--background-color);
}

.summary-container[b-t6eb46k6ah] {
    background: var(--background-color);
    align-items: center;
    padding-bottom: 50px;
}

.summary-box[b-t6eb46k6ah] {
    background: var(--auxiliar-color);
    color: var(--primary-color);
    border-radius: 16px;
    padding: 16px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3), -4px 4px 4px rgba(0, 0, 0, 0.3);
    margin: 16px;
    width: calc(100% - 32px);
}

.summary-item[b-t6eb46k6ah] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
    font-size: 1.1rem;
}

    .summary-item:last-child[b-t6eb46k6ah] {
        border-bottom: none;
    }

.summary-name[b-t6eb46k6ah] {
    font-weight: bold;
    font-size: 1.0em;
}

.summary-extra[b-t6eb46k6ah] {
    padding-left: 25px;
    font-size: 0.8em;
    font-style: italic;
    color: var(--primary-color);
}

.summary-price[b-t6eb46k6ah] {
    font-weight: 600;
    color: var(--primary-color);
    white-space: nowrap;
}

.confirm-button[b-t6eb46k6ah] {
    flex: 1;
    margin: 0 10px;
    padding: 12px 0;
    border: none;
    border-radius: 999px;
    background-color: green;
    color: white;
    font-weight: bold;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.9), 0 6px 20px rgba(0,0,0,0.9);
    transition: background-color 0.2s ease-in-out;
}

.cancel-button[b-t6eb46k6ah] {
    flex: 1;
    margin: 0 10px;
    padding: 12px 0;
    border: none;
    border-radius: 999px;
    background-color: var(--primary-color);
    color: white;
    font-weight: bold;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.9), 0 6px 20px rgba(0,0,0,0.9);
    transition: background-color 0.2s ease-in-out;
}
/* /Pages/QR/OrderReview.razor.rz.scp.css */
.order-container[b-2u07yk5ret] {
    padding: 20px;
    padding-bottom: 400px;
    background: var(--background-color);
}

.back-button[b-2u07yk5ret] {
    background: rgba(255, 255, 255, 0.8);
    color: black !important;
    border: none;
    border-radius: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.0rem;
    margin-bottom: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: all 0.2s ease;
    text-decoration: none;
    padding: 0 16px;
    width: auto;
}

.back-button:hover[b-2u07yk5ret] {
    background: rgba(255, 255, 255, 0.95);
    transform: scale(1.05);
}

.back-button i[b-2u07yk5ret] {
    margin-right: 8px;
    font-size: 1.1rem;
}

.confirming-label[b-2u07yk5ret] {
    color: var(--primary-color);
    padding: 30px 0px 73px 0px;
}

.order-list[b-2u07yk5ret] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.order-item[b-2u07yk5ret] {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 20px;
    background-color: var(--auxiliar-color);
    box-shadow: 0 4px 8px rgba(0,0,0,0.3), 0 6px 20px rgba(0,0,0,0.3);
    margin-bottom: 1rem;
    will-change: transform;
    touch-action: pan-y; /* allow vertical scrolling but block horizontal gestures */
}

.order-item.dragging[b-2u07yk5ret] {
    z-index: 9999;
    box-shadow: 0 10px 24px rgba(0,0,0,0.35);
    transform: scale(1.02);
    opacity: 0.98;
}

.order-arrows-overlay[b-2u07yk5ret] {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

.arrow-btn[b-2u07yk5ret] {
    background: var(--background-color);
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.6;
    margin: 2px;
}

    .arrow-btn:disabled[b-2u07yk5ret] {
        opacity: 0.3;
        cursor: default;
    }

.order-image[b-2u07yk5ret] {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    object-fit: cover;
    flex-shrink: 0;
}

.order-info[b-2u07yk5ret] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .order-info h5[b-2u07yk5ret] {
        margin: 0;
        font-size: 1rem;
        font-weight: bold;
        color: var(--primary-color);
    }

    .order-info h6[b-2u07yk5ret] {
        margin: 0;
        font-size: 0.9rem;
        font-weight: normal;
        color: #555;
    }

.order-quantity[b-2u07yk5ret] {
    display: flex;
    align-items: center;
    background-color: var(--primary-color);
    border-radius: 30px;
    height: 30px;
    padding: 5px;
}

.quantity-btn[b-2u07yk5ret] {
    background: transparent;
    border: none;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    width: 30px;
    text-align: center;
}

.quantity-value[b-2u07yk5ret] {
    color: white;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    width: 30px;
}

.discount-container[b-2u07yk5ret] {
    background: white;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    margin-bottom: 70px;
    cursor: pointer;
    text-align: center;
}

    .discount-container i[b-2u07yk5ret] {
        color: var(--primary-color);
    }

.order-summary[b-2u07yk5ret] {
    position: fixed;
    bottom: 80px;
    padding: 10px;
    width: calc(100% - 40px);
    margin: 0 auto;
    border-radius: 15px;
    background: var(--background-color);
    box-shadow: 0 4px 8px rgba(0,0,0,0.9), 0 6px 20px rgba(0,0,0,0.9);
    z-index: 999;
}

.order-label[b-2u07yk5ret] {
    color: #808080;
    font-weight: lighter;
}

.summary-line[b-2u07yk5ret], .summary-total[b-2u07yk5ret] {
    display: flex;
    justify-content: space-between;
    font-size: 1.1rem;
    font-weight: bold;
}

.summary-total[b-2u07yk5ret] {
    font-size: 1.5rem;
}



.checkout-button[b-2u07yk5ret] {
    background: var(--primary-color);
    color: #fff;
    font-weight: normal;
    border-radius: 999px;
    height: 50px;
    width: 100%;
    margin-top: 20px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    font-size: 1.0rem;
}

    .checkout-button i[b-2u07yk5ret] {
        font-size: 1.2rem;
    }

.notes-box[b-2u07yk5ret] {
    background: var(--auxiliar-color);
    color: var(--primary-color);
    min-height: 100px;
    resize: vertical;
}

.product-notes-box[b-2u07yk5ret] {
    min-height: 50px;
    resize: vertical;
    color: var(--primary-color);
}

.comments-container[b-2u07yk5ret] {
    color: var(--primary-color);
    background: var(--background-color);
}

.add-product-comments[b-2u07yk5ret] {
    background: var(--background-color);
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 999px;
    font-size: 0.8rem;
    width: 90%;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.order-price[b-2u07yk5ret] {
    color: var(--primary-color);
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
}


.order-quantity[b-2u07yk5ret] {
    display: flex;
    align-items: center;
    background-color: var(--primary-color);
    border-radius: 999px;
    height: 36px;
    padding: 0 10px;
    gap: 10px;
    flex-shrink: 0;
}

.quantity-btn[b-2u07yk5ret] {
    background: transparent;
    border: none;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    width: 30px;
    text-align: center;
}

.quantity-value[b-2u07yk5ret] {
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    width: 20px;
}



.menu-container[b-2u07yk5ret] {
    max-width: 100%;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--background-color);
    overflow: hidden;
}
/* /Pages/QR/ProductDetail.razor.rz.scp.css */
.position-relative[b-ro627q0nyo] {
    width: 100vw;
    max-width: 100%;
}

.top-buttons[b-ro627q0nyo] {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    display: flex;
    justify-content: space-between;
    z-index: 10;
}

/* Override global back button for ProductDetail to make it larger */
.top-buttons .back-button[b-ro627q0nyo] {
    width: 50px !important;
    height: 50px !important;
    font-size: 1.5rem !important;
    border-radius: 25% !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.3) !important;
}

.detail-top-buttons[b-ro627q0nyo] {
    display: flex;
    justify-content: space-between;
    z-index: 10;
}

.heart-button[b-ro627q0nyo] {
    background: rgba(255, 255, 255, 0);
    color: var(--primary-color);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    cursor: pointer;
    z-index: 11;
}

.product-container[b-ro627q0nyo] {
    position: absolute;
    width: 100%;
    height: auto;
    padding-bottom: 200px;
}

.product-details[b-ro627q0nyo] {
    position: absolute;
    min-height: 60vh;
    margin-top: -30px;
    left: 0;
    width: 100%;
    background: var(--background-color);
    border-radius: 30px 30px 0 0;
    padding: 20px;
    z-index: 50;
    box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
}

.product-image[b-ro627q0nyo] {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    z-index: 10;
}

.product-video[b-ro627q0nyo] {
    width: 100%;
    height: 55vh;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    z-index: 10;
}


.product-title[b-ro627q0nyo] {
    font-weight: bold;
    font-size: 1.8rem;
    color: var(--primary-color);}

.product-description[b-ro627q0nyo] {
    font-size: 1.0rem;
    color: #666;
    margin-block-start: 10px;
    margin-block-end: 0px;
}

.detail-top-buttons[b-ro627q0nyo] {
    position: absolute;
    top: 10px;
    left: 15px;
    right: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    z-index: 20;
}


.product-rating[b-ro627q0nyo] {
    background: rgba(255, 255, 255);
    padding: 5px 10px;
    width: 70px;
    border-radius: 20px;
    font-size: 0.9rem;
    color: var(--primary-color);
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: 20px;
}

    .product-rating i[b-ro627q0nyo] {
        margin-right: 5px;
    }

.product-quantity[b-ro627q0nyo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--primary-color);
    border-radius: 30px;
    height: 40px;
    width: 110px;
    padding: 5px;
    z-index: 30;
    position: absolute;
    right: 15px; 
    top: -30px; 
}

.quantity-btn[b-ro627q0nyo] {
    background: transparent;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
    cursor: pointer;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.2);
}

.quantity-value[b-ro627q0nyo] {
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    width: 30px;
}


.allergens-container[b-ro627q0nyo] {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
}

.allergen-item[b-ro627q0nyo] {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.nutritional-data[b-ro627q0nyo] {
    font-size: 0.9rem;
}

.price-container[b-ro627q0nyo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
}

.price-label[b-ro627q0nyo] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
}

.product-price[b-ro627q0nyo] {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 2rem;
}

.add-to-cart[b-ro627q0nyo] {
    background: var(--primary-color);
    color: #fff;
    font-weight: normal;
    border-radius: 999px;
    height: 60px;
    padding: 10px 20px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
}

    .add-to-cart i[b-ro627q0nyo] {
        font-size: 1.0rem;
    }

    .add-to-cart:hover[b-ro627q0nyo] {
        background-color: var(--auxiliar-color);
        color: black;
    }

.button-grid[b-ro627q0nyo] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
/* /Pages/QR/Summary.razor.rz.scp.css */
.content-container[b-rlx4uo4hko] {
    padding: 20px;
    background: var(--background-color);
}

.summary-container[b-rlx4uo4hko] {
    background: var(--background-color);
    min-height: 120vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.summary-image[b-rlx4uo4hko] {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.summary-box[b-rlx4uo4hko] {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    margin: 16px;
    width: calc(100% - 32px);
}

.summary-item[b-rlx4uo4hko] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
    font-size: 1.1rem;
}

    .summary-item:last-child[b-rlx4uo4hko] {
        border-bottom: none;
    }

.summary-name[b-rlx4uo4hko] {
    font-weight: 500;
}

.summary-extra[b-rlx4uo4hko] {
    padding-left: 25px;
    font-size: small;
    font-style: italic;
}

.product-comments[b-rlx4uo4hko] {
    padding-left: 25px;
    font-size: small;
    font-style: italic;
    color: #666;
}

.summary-price[b-rlx4uo4hko] {
    color: var(--primary-color);
    font-weight: 600;
    white-space: nowrap;
}


.order-status[b-rlx4uo4hko] {
    color: var(--primary-color);
    font-weight: bold;
}

.order-title[b-rlx4uo4hko] {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.order-details[b-rlx4uo4hko] {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
}

    .order-details span:first-child[b-rlx4uo4hko] {
        color: #808080;
        font-weight: lighter;
    }

.detail-row[b-rlx4uo4hko] {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    font-size: 16px;
    color: #555;
}

.detail-value[b-rlx4uo4hko] {
    font-weight: bold;
    color: black;
}

.order-total[b-rlx4uo4hko] {
    text-align: center;
    margin-bottom: 20px;
}

    .order-total h1[b-rlx4uo4hko] {
        font-size: 40px;
        font-weight: bold;
    }

.checkout-button[b-rlx4uo4hko] {
    background: var(--primary-color);
    color: #fff;
    font-weight: normal;
    border-radius: 999px;
    height: 50px;
    width: 100%;
    margin-top: 20px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    font-size: 1.0rem;
}

    .checkout-button i[b-rlx4uo4hko] {
        font-size: 1.2rem;
    }


.divider[b-rlx4uo4hko] {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 1);
    margin: 15px 0;
    width: 100%;
}
/* /Pages/QR/Welcome.razor.rz.scp.css */
.welcome-container[b-z2x606ti3j] {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: url('/images/background.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-block-end: 50px;
}



.overlay[b-z2x606ti3j] {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    margin-bottom: 100px;
    border-radius: 20px;
    text-align: center;
    max-width: 80%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

    .overlay h1[b-z2x606ti3j] {
        font-size: 2rem;
        font-weight: bold;
    }

    .overlay h2[b-z2x606ti3j] {
        font-size: 1.5rem;
        color: #007bff;
    }

    .overlay p[b-z2x606ti3j] {
        margin: 10px 0;
        font-size: 1rem;
    }

.action[b-z2x606ti3j] {
    position: absolute;
    bottom: 50px; 
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 20px;
}

    .action .btn[b-z2x606ti3j] {
        width: 100%;
        max-width: 300px;
        padding: 15px;
        font-size: 1.2rem;
        border: none;
        border-radius: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    }

