/* /Components/CartMenuItem.razor.rz.scp.css */
/* CartMenuItem.razor.css - styled to match MenuModal, but for inline stacking */
.cart-menu-item[b-zueyatdh3q] {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 16px #ee690055;
    border: 2px solid #ee6900;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: flex-start;
    margin: 2rem 2rem;
    padding: 2.5rem 2rem 2rem 2rem;
    width: 100%;
    transition: box-shadow 0.2s;
}
.menu-item-includes[b-zueyatdh3q] {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    color: #444;
    margin-bottom: 0.7rem;
}
.menu-item-addons[b-zueyatdh3q] {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    color: #444;
    margin-bottom: 0.7rem;
}
.cart-menu-img-block[b-zueyatdh3q] {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-menu-img[b-zueyatdh3q] {
    width: 15vw;
    height: 15vw;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 2px 12px #ee690055;
}
.cart-menu-content[b-zueyatdh3q] {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 0.7rem;
}
.cart-menu-title[b-zueyatdh3q] {
    font-size: 2.2rem;
    font-weight: bold;
    color: #ee6900;
    margin-bottom: 0.2rem;
    font-family: 'Rock Salt', cursive;
}
.cart-menu-price[b-zueyatdh3q] {
    font-size: 1.2rem;
    color: #ee6900;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.cart-menu-desc[b-zueyatdh3q] {
    font-size: 1.05rem;
    font-family: 'Montserrat', sans-serif;
    color: #444;
    margin-bottom: 0.7rem;
}
.cart-menu-cart-section[b-zueyatdh3q] {
    margin: 2rem 0 1.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}
.cart-row[b-zueyatdh3q] {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 1.25rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.cart-label[b-zueyatdh3q] {
    font-size: 1.5rem;
    min-width: 120px;
    color: #222;
}
.cart-price[b-zueyatdh3q] {
    color: #ee6900;
    font-weight: 600;
    margin-right: 0.7rem;
}
.cart-qty[b-zueyatdh3q] {
    min-width: 1.5rem;
    text-align: center;
    font-size: 1.1rem;
    color: #222;
}
.cart-upgrade-row[b-zueyatdh3q] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.05rem;
    font-family: 'Montserrat', sans-serif;
    background: #fff7ef;
    border-left: 4px solid #ee6900;
    border-radius: 8px;
    padding: 0.7rem 1.2rem;
    box-shadow: 0 2px 8px #ee690022;
    margin-top: 0.5rem;
    margin-left: 1.5rem;
    border: 1px solid #ee690033;
    transition: all 0.3s ease-in-out;
}
.cart-upgrade-label[b-zueyatdh3q] {
    color: #333;
    font-size: 0.85rem;
    font-weight: 500;
    flex: 1;
    line-height: 1.3;
}
.cart-btn[b-zueyatdh3q] {
    background: #fff;
    border: 2px solid #ee6900;
    color: #ee6900;
    font-size: 1.2rem;
    border-radius: 50%;
    width: 2.1rem;
    height: 2.1rem;
    cursor: pointer;
    margin: 0 0.2rem;
    transition: background 0.15s, color 0.15s;
}
.cart-btn:hover[b-zueyatdh3q] {
    background: #ee6900;
    color: #fff;
    transform: scale(1.05);
}
.cart-upgrade-btn[b-zueyatdh3q] {
    background: #fff;
    border: 2px solid #ee6900;
    color: #ee6900;
    font-size: 0.75rem;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    margin: 0 0.2rem;
    transition: background 0.15s, color 0.15s;
}
    .cart-upgrade-btn:hover[b-zueyatdh3q] {
        background: #ee6900;
        color: #fff;
    }

.portion-guide[b-zueyatdh3q] {
    font-size: 0.75rem;
    color: #888;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0.5rem;
    text-align: center;
}
@media (max-width: 1024px) {
    .cart-menu-item[b-zueyatdh3q] {
        flex-direction: column;
        align-items: center;
        padding: 1.2rem 1rem 1.5rem 1rem;
        margin: 1.5rem 1.5rem;
        gap: 1rem;
    }
    .cart-menu-img-block[b-zueyatdh3q] {
        flex: none;
    }
    .cart-menu-img[b-zueyatdh3q] {
        width: 200px;
        height: 200px;
    }
    .cart-menu-title[b-zueyatdh3q] {
        font-size: 1.5rem;
    }
    .cart-menu-cart-section[b-zueyatdh3q] {
        margin: 0 0 1rem 0;
        gap: 0.7rem;
    }
    .cart-row[b-zueyatdh3q], .cart-upgrade-row[b-zueyatdh3q] {
        font-size: 1rem;
        font-family: 'Montserrat', sans-serif;
        color: #444;
        gap: 0.7rem;
    }
    .cart-upgrade-row[b-zueyatdh3q] {
        margin-left: 0.7rem;
        padding: 0.5rem 0.7rem;
    }
    .cart-label[b-zueyatdh3q] {
        font-size: 1.1rem;
        min-width: 100px;
    }
    .menu-item-includes[b-zueyatdh3q] {
        font-size: 0.9rem;
    }
    .menu-item-addons[b-zueyatdh3q] {
        font-size: 0.9rem;
        margin: 0;
    }
}
/* /Components/DeliveryArea.razor.rz.scp.css */
.delivery-state-zip-row[b-bnknjkl5kv] {
    display: flex;
    flex-direction: row;
    gap: 0.7rem;
    width: 100%;
    justify-content: center;
}
.delivery-area-section[b-bnknjkl5kv] {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 32px #ee690044;
    padding: 2.5rem 1.5rem 2rem 1.5rem;
    margin: 2rem auto 2.5rem auto;
    max-width: 85vw;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
}

.delivery-title[b-bnknjkl5kv] {
    font-family: 'Rock Salt', cursive;
    color: #ee6900;
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.delivery-desc[b-bnknjkl5kv] {
    color: #444;
    font-size: 1rem;
    margin-bottom: 1.2rem;
    text-align: center;
}

.delivery-form-row[b-bnknjkl5kv] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-bottom: 1.2rem;
    justify-content: center;
}

.delivery-submit[b-bnknjkl5kv] {
    font-size: 1rem;
    color: #fff;
    background-color: #ee6900;
    padding: 0.5rem 2rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 2px 8px #ee690055;
    transition: background 0.2s, box-shadow 0.2s;
    margin-top: 1rem;
}
    .delivery-submit:hover[b-bnknjkl5kv] {
        background: #ff9800;
        box-shadow: 0 4px 16px #ee690088;
    }
.delivery-submit-row[b-bnknjkl5kv] {
    display: flex;
    justify-content: center;
    width: 100%;
}

.delivery-result[b-bnknjkl5kv] {
    margin: 1rem 0 0.5rem 0;
    padding: 0.7rem 1rem;
    background: #f6f6f6;
    border-radius: 7px;
    color: #333;
    font-size: 1rem;
    text-align: center;
}
.delivery-result.success[b-bnknjkl5kv] {
    border-left: 5px solid #26b050;
}
.delivery-result.warning[b-bnknjkl5kv] {
    border-left: 5px solid #ee6900;
}
.delivery-result.error[b-bnknjkl5kv] {
    border-left: 5px solid #d32f2f;
}

.delivery-note[b-bnknjkl5kv] {
    color: #888;
    font-size: 0.98rem;
    margin-top: 1.2rem;
    text-align: center;
}

/* Two-column layout for delivery area */
.delivery-area-columns[b-bnknjkl5kv] {
    display: flex;
    flex-direction: row;
    gap: 5rem;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-width: 65vw;
    box-sizing: border-box;
}

.delivery-area-map-col[b-bnknjkl5kv] {
    flex: 2 1 0%;
    min-width: 260px;
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
}

.delivery-area-form-col[b-bnknjkl5kv] {
    flex: 1 1 0%;
    min-width: 220px;
    max-width: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
}

/* Ensure the map container fills its column and is visible */
.delivery-map-container[b-bnknjkl5kv] {
    width: 100%;
    min-height: 220px;
    max-width: 100vw;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    background: #e9ecef;
    margin-bottom: 1.2rem;
    box-sizing: border-box;
}

@media (max-width: 950px) {
    .delivery-area-section[b-bnknjkl5kv] {
            padding: 1.2rem 2vw 1.2rem 2vw;
        max-width: 90vw;
    }
    .delivery-area-columns[b-bnknjkl5kv] {
        flex-direction: column;
        gap: 1.2rem;
        margin: 1.2rem 0 0 0;
        max-width: 100vw;
    }
    .delivery-area-map-col[b-bnknjkl5kv],
    .delivery-area-form-col[b-bnknjkl5kv] {
        min-width: 0;
        max-width: 100vw;
        width: 100%;
    }
    .delivery-map-container[b-bnknjkl5kv] {
        min-height: 180px;
        height: 180px;
        max-width: 100vw;
    }
}

@media (max-width: 600px) {
    .delivery-area-section[b-bnknjkl5kv] {
            padding: 0.7rem 3vw 0.7rem 3vw;
        max-width: 90vw;
    }
    .delivery-title[b-bnknjkl5kv] {
        font-size: 1.5rem;
    }
    .delivery-form-row input[b-bnknjkl5kv],
    .delivery-form-row select[b-bnknjkl5kv] {
        min-width: 70px;
        font-size: 0.92rem;
    }
    .delivery-result[b-bnknjkl5kv] {
        font-size: 0.92rem;
    }
    .delivery-area-columns[b-bnknjkl5kv] {
        flex-direction: column;
        gap: 0.7rem;
        margin: 0.7rem 0 0 0;
        max-width: 100vw;
    }
    .delivery-area-map-col[b-bnknjkl5kv],
    .delivery-area-form-col[b-bnknjkl5kv] {
        min-width: 0;
        max-width: 100vw;
        width: 100%;
    }
    .delivery-map-container[b-bnknjkl5kv] {
        min-height: 120px;
        height: 120px;
        max-width: 100vw;
    }
}
/* /Components/GoogleMap.razor.rz.scp.css */
.google-map-container[b-llw57q4jsy] {
    width: 100%;
    height: 400px;
    max-width: 1200px;
    margin-bottom: 1.2rem;
    box-sizing: border-box;
}
.google-map-container > div[b-llw57q4jsy] {
    width: 100%;
    height: 100%;
}

@media (max-width: 950px) {
    .google-map-container[b-llw57q4jsy] {
        height: 360px;
        max-width: 100vw;
    }
}

@media (max-width: 600px) {
    .google-map-container[b-llw57q4jsy] {
        height: 270px;
        max-width: 100vw;
    }
}
/* /Components/MenuInfo.razor.rz.scp.css */
/* MenuInfo.razor.css - Styles for MenuInfo component */
.menu-info-section[b-naoc1a1p7w] {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 0;
    background: #fff;
}
.menu-header-row[b-naoc1a1p7w] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
    margin-bottom: 2rem;
}
.date-selector[b-naoc1a1p7w] {
    min-width: 160px;
    text-align: center;
    margin-right: 2rem;
}
.date-label[b-naoc1a1p7w] {
    font-size: 1.1rem;
    color: #888;
    margin-bottom: 0.5rem;
    font-family: 'Montserrat', sans-serif;
}
.date-list[b-naoc1a1p7w] {
    display: flex;
    gap: 1rem;
    justify-content: center;
}
.date-card[b-naoc1a1p7w] {
    background: #fff;
    border: 2px solid #ee6900;
    border-radius: 16px;
    padding: 0.5rem 1rem;
    min-width: 70px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    transition: box-shadow 0.2s, border-color 0.2s;
}
    .date-card:hover[b-naoc1a1p7w] {
        box-shadow: 0 4px 16px #ee690088;
        cursor: pointer;
        border-color: #ff9800;
    }
    .date-card.selected[b-naoc1a1p7w] {
        box-shadow: 0 4px 16px #ee690088;
        border-color: #ff9800;
    }
.date-month[b-naoc1a1p7w] {
    font-size: 1rem;
    color: #888;
    margin-bottom: 0.2rem;
}
.date-day[b-naoc1a1p7w] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ee6900;
    margin-bottom: 0.1rem;
}
.date-date[b-naoc1a1p7w] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #222;
}
.delivery-time-text[b-naoc1a1p7w]{

    font-size: 0.9rem;
    text-align: center;
    color: #555;
    font-family: 'Montserrat', sans-serif;
    margin-top: 1rem;
    font-weight: 500;
}
.delivery-time-sub-text[b-naoc1a1p7w] {
    font-size: 0.85rem;
    text-align: center;
    color: #888;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0.2rem;
}
.minimum-order-text[b-naoc1a1p7w] {
    font-size: 0.9rem;
    color: #ee6900;
    font-weight: 600;
    margin-top: 8px;
    text-align: center;
}
.menu-title-block[b-naoc1a1p7w] {
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    margin-top: 5vh;
}
.menu-title[b-naoc1a1p7w] {
    font-size: 3.5rem;
    font-weight: bold;
    color: #333;
    text-shadow: 2px 2px 8px #00000022;
}
.menu-subtitle[b-naoc1a1p7w] {
    font-size: 1.5rem;
    color: #444;
    font-family: 'Montserrat', sans-serif;
}
.platters-grid[b-naoc1a1p7w] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.sides-grid[b-naoc1a1p7w] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.menu-divider[b-naoc1a1p7w] {
    margin: 3rem 0 1rem 0;
}
.menu-divider-title[b-naoc1a1p7w] {
    text-align: left;
    font-size: 1.5rem;
    color: #ee6900;
    font-weight: 600;
    margin: 1.5rem 0 0 0;
    color: #333;
    text-shadow: 2px 2px 8px #00000022;
}
.menu-divider-subtext[b-naoc1a1p7w] {
    text-align: left;
    font-size: 1rem;
    color: #666;
    margin: 0.2rem 0 0 0;
    font-family: 'Montserrat', sans-serif;
}
.menu-card[b-naoc1a1p7w] {
    background: #ee6900;
    border-radius: 20px;
    padding: 1.2rem 1rem 1.5rem 1rem;
    box-shadow: 0 4px 16px #ee690055;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: background 0.2s, box-shadow 0.2s;

}
    .menu-card:hover[b-naoc1a1p7w] {
        background: #ff9800;
        box-shadow: 0 4px 16px #ee690088;
        cursor: pointer;
    }

.menu-card-img[b-naoc1a1p7w] {
    width: 225px;
    height: 225px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 1rem;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* Side dish card styling */
.side-card[b-naoc1a1p7w] {
    background: #ee6900;
    border-radius: 16px;
    padding: 0.8rem 0.6rem 1rem 0.6rem;
    box-shadow: 0 4px 16px #ee690055;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: background 0.2s, box-shadow 0.2s;
}
    .side-card:hover[b-naoc1a1p7w] {
        background: #ff9800;
        box-shadow: 0 4px 16px #ee690088;
        cursor: pointer;
    }

.side-card-img[b-naoc1a1p7w] {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 0.7rem;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.menu-card-title[b-naoc1a1p7w] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.8rem;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.menu-card-price[b-naoc1a1p7w] {
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    margin-top: auto;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.side-card-title[b-naoc1a1p7w] {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.5rem;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.side-card-price[b-naoc1a1p7w] {
    font-size: 0.9rem;
    color: #fff;
    font-weight: bolder;
    margin-top: auto;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
.menu-card-desc[b-naoc1a1p7w] {
    font-size: 0.95rem;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 768px) {
    .menu-info-section[b-naoc1a1p7w] {
        max-width: 90vw;
        padding: 2rem 0;
        background: #fff;
    }
    .menu-header-row[b-naoc1a1p7w] {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 2rem;
    }
    .date-selector[b-naoc1a1p7w] {
        margin-right: 0;
    }
    .menu-title-block[b-naoc1a1p7w] {
        text-align: center;
        margin: 0;
    }
    .menu-title[b-naoc1a1p7w] {
        font-size: 2.5rem;
    }
    .menu-subtitle[b-naoc1a1p7w] {
        font-size: 1.2rem;
    }
    .menu-card[b-naoc1a1p7w] {
        padding: 1rem 0.5rem 1.2rem 0.5rem;
        margin: 0 2rem;
    }
    
    .menu-card-img[b-naoc1a1p7w] {
        width: 175px;
        height: 175px;
    }
    
    .platters-grid[b-naoc1a1p7w] {
        gap: 1rem;
    }
    
    .sides-grid[b-naoc1a1p7w] {
        gap: 1rem;
        grid-template-columns: repeat(2, 1fr);
    }
    
    .side-card[b-naoc1a1p7w] {
        padding: 0.7rem 0.4rem 0.9rem 0.4rem;
        margin: 0 0.5rem;
    }
    
    .side-card-img[b-naoc1a1p7w] {
        width: 120px;
        height: 120px;
    }
    .menu-divider-title[b-naoc1a1p7w] {
        text-align: center;
    }
    .menu-divider-subtext[b-naoc1a1p7w] {
        text-align: center;
    }
}
/* /Components/MenuModal.razor.rz.scp.css */
.modal-cart-section[b-lhxvj358sb] {
    margin: 2rem 0 1.5rem 0;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}
.cart-row[b-lhxvj358sb] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    font-size: 1.25rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.cart-label[b-lhxvj358sb] {
    font-size: 1.5rem;
    min-width: 120px;
    color: #222;
}
.cart-price[b-lhxvj358sb] {
    color: #ee6900;
    font-weight: 600;
    margin-right: 0.7rem;
}
.cart-btn[b-lhxvj358sb] {
    background: #fff;
    border: 2px solid #ee6900;
    color: #ee6900;
    font-size: 1.2rem;
    border-radius: 50%;
    width: 2.1rem;
    height: 2.1rem;
    cursor: pointer;
    margin: 0 0.2rem;
    transition: background 0.15s, color 0.15s;
}
.cart-btn:hover[b-lhxvj358sb] {
    background: #ee6900;
    color: #fff;
}
.cart-qty[b-lhxvj358sb] {
    min-width: 1.5rem;
    text-align: center;
    font-size: 1.1rem;
    color: #222;
}
.cart-upgrade-row[b-lhxvj358sb] {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    font-size: 1.05rem;
    font-family: 'Montserrat', sans-serif;
    background: #fff7ef;
    border-left: 4px solid #ee6900;
    border-radius: 8px;
    box-shadow: 0 2px 8px #ee690022;
    margin-top: 0.5rem;
    margin-left: 1.5rem;
    border: 1px solid #ee690033;
    
    /* Initial state - hidden */
    opacity: 0;
    max-height: 0;
    padding: 0 1.2rem;
    overflow: hidden;
    transform: translateY(-10px);
    
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.cart-upgrade-row.slide-in[b-lhxvj358sb] {
    opacity: 1;
    max-height: 100px;
    padding: 0.7rem 1.2rem;
    transform: translateY(0);
}
.cart-upgrade-row.slide-out[b-lhxvj358sb] {
    opacity: 0;
    max-height: 0;
    padding: 0 1.2rem;
    transform: translateY(-10px);
    pointer-events: none;
}
.cart-upgrade-option[b-lhxvj358sb] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}
.cart-upgrade-label[b-lhxvj358sb] {
    color: #333;
    font-size: 0.75rem;
    font-weight: 500;
    flex: 1;
    line-height: 1.3;
}
.cart-upgrade-btn[b-lhxvj358sb] {
    background: #fff;
    border: 2px solid #ee6900;
    color: #ee6900;
    font-size: 0.75rem;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    margin: 0 0.2rem;
    transition: background 0.15s, color 0.15s;
}
    .cart-upgrade-btn:hover[b-lhxvj358sb] {
        background: #ee6900;
        color: #fff;
    }
.menu-modal-overlay[b-lhxvj358sb] {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-modal[b-lhxvj358sb] {
    background: #fff;
    border-radius: 24px;
    width: 60vw;
    box-shadow: 0 4px 16px #ee690055;
    padding: 2.5rem 2rem 2rem 2rem;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: flex-start;
    border: 2px solid #ee6900;
    opacity: 0;
    transform: scale(0.92) translateY(40px);
    animation: modal-pop-in-b-lhxvj358sb 0.33s cubic-bezier(.4,1.4,.6,1) forwards;
}
.menu-modal-img-block[b-lhxvj358sb] {
    flex: 0 0 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-modal-img[b-lhxvj358sb] {
    width: 25vw;
    height: 25vw;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 2px 12px #ee690055;
}
.menu-modal-content[b-lhxvj358sb] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}
.menu-modal-title[b-lhxvj358sb] {
    font-size: 2.2rem;
    font-family: 'Rock Salt', cursive;
    font-weight: bold;
    color: #ee6900;
    margin-bottom: 0.2rem;
}
.menu-modal-price[b-lhxvj358sb] {
    font-size: 1.2rem;
    color: #ee6900;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.menu-modal-desc[b-lhxvj358sb] {
    font-size: 1.05rem;
    font-family: 'Montserrat', sans-serif;
    color: #444;
    margin-bottom: 0.7rem;
}
.menu-modal-includes[b-lhxvj358sb] {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    color: #444;
    margin-bottom: 1rem;
}
.portion-guide[b-lhxvj358sb] {
    font-size: 0.75rem;
    color: #888;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0.5rem;
    text-align: center;
}
.menu-modal-addons[b-lhxvj358sb] {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    color: #444;
    margin-bottom: 0.7rem;
}
.menu-modal-close[b-lhxvj358sb] {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    background: none;
    border: none;
    font-size: 2.2rem;
    color: #888;
    cursor: pointer;
    z-index: 10;
    transition: color 0.2s;
}
.menu-modal-close:hover[b-lhxvj358sb] {
    color: #ee6900;
}
/* Action buttons section */
.modal-actions-section[b-lhxvj358sb] {
    padding-top: 1.5rem;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.modal-keep-shopping-btn[b-lhxvj358sb] {
    background: #ee6900;
    color: #fff;
    border: none;
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(238, 105, 0, 0.3);
    flex: 1;
}

.modal-keep-shopping-btn:hover[b-lhxvj358sb] {
    background: #ff9800;
    box-shadow: 0 4px 12px rgba(238, 105, 0, 0.4);
}

.modal-checkout-btn[b-lhxvj358sb] {
    background: #ee6900;
    color: #fff;
    border: none;
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(238, 105, 0, 0.3);
    flex: 1;
}

.modal-checkout-btn:hover[b-lhxvj358sb] {
    background: #ff9800;
    box-shadow: 0 4px 12px rgba(238, 105, 0, 0.4);
}

@keyframes modal-pop-in-b-lhxvj358sb {
    0% {
        opacity: 0;
        transform: scale(0.92) translateY(40px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@media (max-width: 1024px) {
    .menu-modal[b-lhxvj358sb] {
        flex-direction: column;
        align-items: center;
        width: 90vw;
        padding: 1.2rem 1rem 1.5rem 1rem;
        gap: 1.2rem;
    }
    .menu-modal-img-block[b-lhxvj358sb] {
        flex: none;
    }
    .menu-modal-img[b-lhxvj358sb] {
        width: 300px;
        height: 300px;
    }
    .menu-modal-title[b-lhxvj358sb] {
        font-size: 1.5rem;
    }
    .menu-modal-desc[b-lhxvj358sb] {
        font-size: 0.9rem;
    }
    .menu-modal-includes[b-lhxvj358sb] {
        font-size: 0.9rem;
    }
    .menu-modal-addons[b-lhxvj358sb] {
        font-size: 0.9rem;
        margin: 0;
    }
    .modal-cart-section[b-lhxvj358sb] {
        margin: 0 0 1rem 0;
        gap: 0.7rem;
    }
    .modal-keep-shopping-btn[b-lhxvj358sb], .modal-checkout-btn[b-lhxvj358sb] {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    }
    .cart-row[b-lhxvj358sb], .cart-upgrade-row[b-lhxvj358sb] {
        font-size: 1rem;
        font-family: 'Montserrat', sans-serif;
        color: #444;
        gap: 0.7rem;
    }
    .cart-upgrade-row[b-lhxvj358sb] {
        margin-left: 0.7rem;
        padding: 0.5rem 0.7rem;
    }
    .cart-label[b-lhxvj358sb] {
        font-size: 1.1rem;
        min-width: 100px;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* Ensure footer stays at bottom of viewport */
.layout-container[b-i8sq21pbkw] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.navbar[b-i8sq21pbkw] {
    --header-shrink: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
    position: sticky;
    top: 0;
    background: white;
    padding: 10px 7vw;
    transition: box-shadow 0.3s, padding 0.3s cubic-bezier(0.4,0,0.2,1);
}

.logo-link[b-i8sq21pbkw] {
    height: calc(150px - var(--header-shrink, 0px));
    display: flex;
    align-items: center;
    transition: height 0.3s cubic-bezier(0.4,0,0.2,1);
}

.logo[b-i8sq21pbkw] {
    height: 100%;
    max-height: calc(150px - var(--header-shrink, 0px));
    width: auto;
    display: block;
    transition: max-height 0.3s cubic-bezier(0.4,0,0.2,1);
}
.logo-link[b-i8sq21pbkw] {
    height: 150px;
    display: flex;
    align-items: center;
    transition: height 0.3s cubic-bezier(0.4,0,0.2,1);
}


.cart-icon-link[b-i8sq21pbkw] {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #ee6900;
    font-size: 1.5rem;
    justify-content: flex-start;
    width: 100%;
    gap: 0.5rem;
    transition: font-size 0.3s, padding 0.3s, gap 0.3s;
    
    /* Initial state for animation */
    opacity: 0;
    transform: translateX(20px);
    animation: none;
}
.cart-icon-link.cart-slide-in[b-i8sq21pbkw] {
    opacity: 1;
    transform: translateX(0);
    animation: slideInCart-b-i8sq21pbkw 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.cart-icon-link.cart-update[b-i8sq21pbkw] {
    animation: cartBounce-b-i8sq21pbkw 0.3s ease-in-out;
}
.cart-icon[b-i8sq21pbkw] {
    margin-right: 0.4em;
    font-size: 1.5em;
}

.cart-total[b-i8sq21pbkw] {
    font-weight: bold;
}

.logo-hamburger[b-i8sq21pbkw] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    color:#ee6900;
}

.hamburger-menu[b-i8sq21pbkw] {
    font-size: 1.5rem;
}
.countdown[b-i8sq21pbkw] {
    margin-left: auto;
    font-size: 2rem;
    font-family: 'Shangri La';
    color: #ee6900;
    z-index: 10;
    border-radius: 5px;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    transition: font-size 0.3s, padding 0.3s;
}

.countdown-wrapper[b-i8sq21pbkw] {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 1rem;
}

.countdown-main[b-i8sq21pbkw] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.1rem;
}

.countdown-label-text[b-i8sq21pbkw] {
    font-size: 0.5em;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #ee6900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: font-size 0.01s, padding 0.01s;
}

.countdown-info-icon[b-i8sq21pbkw] {
    font-size: 0.75em;
    color: #ee6900;
    cursor: pointer;
    transition: color 0.2s ease;
    align-self: center;
    margin-top: 0.25rem;
}

.countdown-info-icon:hover[b-i8sq21pbkw] {
    color: #ff9800;
}

.countdown-text[b-i8sq21pbkw] {
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.countdown-clock[b-i8sq21pbkw] {
    font-size: 1.3em;
    margin-right: 0.2em;
    color: #ee6900;
}

.countdown-single[b-i8sq21pbkw] {
    font-size: 1.3em;
    font-family: 'Shangri La', cursive;
    font-weight: bold;
    color: #ee6900;
    letter-spacing: 1px;
}

.countdown-tooltip[b-i8sq21pbkw] {
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    top: 100%;
    right: 0;
    background: #fff7f0;
    color: #ee6900;
    border: 1px solid #ee6900;
    border-radius: 8px;
    padding: 0.7em 1em;
    font-size: 0.8rem;
    box-shadow: 0 2px 12px #ee690044;
    white-space: normal;
    z-index: 200;
    max-width: 280px;
    text-align: left;
    margin-top: 0.5rem;
    opacity: 0.97;
    animation: fadeInTooltip-b-i8sq21pbkw 0.2s ease-out;
}
.main-content[b-i8sq21pbkw] {
    flex: 1; 
    height: auto;
}
.footer[b-i8sq21pbkw]{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.5rem 0;
    margin-top: auto;
}
.footer-left[b-i8sq21pbkw] {
    padding-left: 20px;
}
.footer-left p[b-i8sq21pbkw] {
    margin-bottom: 0px;
    color: #ee6900;
}

.footer-right[b-i8sq21pbkw] {
    padding-right: 20px;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}
.footer-right a[b-i8sq21pbkw] {
    color: #ee6900;
    font-size: 30px;
    text-decoration: none;
    transition: color 0.2s ease;
}
.footer-right a:hover[b-i8sq21pbkw] {
    color: orange;
}

.mobile-nav[b-i8sq21pbkw] {
    width: 220px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    background: #fff7f0;
    border: 2px solid #ee6900;
    border-radius: 16px;
    padding: 1.2rem 1rem;
    box-shadow: 0 6px 32px #ee690044;
    z-index: 1000;
    animation: fadeInMenu-b-i8sq21pbkw 0.2s;
}

.mobile-nav a[b-i8sq21pbkw] {
    color: #ee6900;
    font-family: 'Rock Salt', cursive;
    font-size: 1.3rem;
    text-decoration: none;
    font-weight: bold;
    padding: 0.7rem 0.5rem;
    border-radius: 8px;
    transition: background 0.15s, color 0.15s;
    text-align: left;
}
.mobile-nav a:hover[b-i8sq21pbkw] {
    background: #fff3e0;
    color: #ff9800;
}

.navbar-shrunk[b-i8sq21pbkw]{
    box-shadow: 0 2px 12px #ee690044;
    opacity: 0.95;
}
.navbar-shrunk .logo-link[b-i8sq21pbkw] {
    height: 75px;
}
.navbar-shrunk .logo[b-i8sq21pbkw] {
    max-height: 75px;
}

.navbar-shrunk .countdown[b-i8sq21pbkw] {
    font-size: 1.1rem;
    padding: 2px;
    display: flex;
    align-items: flex-end;
    margin-left: auto;
    gap: 1.5rem;
}

.navbar-shrunk .countdown-wrapper[b-i8sq21pbkw] {
    gap: 0.8rem;
}

.navbar-shrunk .countdown-main[b-i8sq21pbkw] {
    gap: 0.05rem;
}

.navbar-shrunk .countdown-label-text[b-i8sq21pbkw] {
    font-size: 0.5em;
}
.navbar-shrunk .cart-icon-link[b-i8sq21pbkw] {
    font-size: 1rem;
    gap: 0.2rem;
}

@keyframes slideInCart-b-i8sq21pbkw {
    0% {
        opacity: 0;
        transform: translateX(20px) scale(0.8);
    }
    50% {
        transform: translateX(-5px) scale(1.05);
    }
    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes cartBounce-b-i8sq21pbkw {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

@keyframes fadeInMenu-b-i8sq21pbkw {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInTooltip-b-i8sq21pbkw {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 0.97; transform: translateY(0); }
}

@media (max-width: 1024px) {
    .header-right[b-i8sq21pbkw] {
        flex-direction: column;
        align-items: flex-end;
        gap: 0.5rem;
    }
    .cart-anim-wrapper[b-i8sq21pbkw] {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }
    .shopping-cart[b-i8sq21pbkw] {
        font-size: 1.5rem;
        top: 4vh;
        right: 4vw;
    }
    .cart-icon-link[b-i8sq21pbkw] {
        font-size: 1.5rem;
        gap: 0.3rem;
    }
    .cart-icon[b-i8sq21pbkw] {
        font-size: 1.5rem;
    }
    .cart-total[b-i8sq21pbkw] {
        font-size: 1rem;
    }
    .nav-left[b-i8sq21pbkw], .nav-right[b-i8sq21pbkw] {
        display: none;
    }
    .logo[b-i8sq21pbkw] {
        height: 12vh;
    }
    .logo-hamburger[b-i8sq21pbkw] {
        gap: 0.75rem;
    }
    .hamburger-menu[b-i8sq21pbkw] {
        font-size: 1.25rem;
    }
    .mobile-nav[b-i8sq21pbkw] {
        width: 30vw;
        padding: 0.7rem 0.5rem;
        font-size: 1rem;
        gap: 0.3rem;
    }
    .mobile-nav a[b-i8sq21pbkw] {
        font-size: 1.1rem;
        padding: 0.5rem 0.3rem;
    }
    .countdown-tooltip[b-i8sq21pbkw] {
        max-width: 80vw;      /* Prevents overflow */
        width: max-content;
        font-size: 0.85rem;
        padding: 0.5em 0.7em;
        border-radius: 6px;
        margin: auto;
        white-space: normal;
        text-align: center;
    }
    .countdown[b-i8sq21pbkw] {
        font-size: 1.25rem;
        gap: 5px;
    }
    
    .countdown-wrapper[b-i8sq21pbkw] {
        gap: 0.8rem;
    }
    
    .countdown-main[b-i8sq21pbkw] {
        gap: 0.05rem;
    }
    
    .countdown-label-text[b-i8sq21pbkw] {
        font-size: 0.5em;
    }
}

#blazor-error-ui[b-i8sq21pbkw] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-i8sq21pbkw] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0ba46i4axl] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-0ba46i4axl] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-0ba46i4axl] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-0ba46i4axl] {
    font-size: 1.1rem;
}

.bi[b-0ba46i4axl] {
    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-0ba46i4axl] {
    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-0ba46i4axl] {
    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-0ba46i4axl] {
    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-0ba46i4axl] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0ba46i4axl] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0ba46i4axl] {
        padding-bottom: 1rem;
    }

    .nav-item[b-0ba46i4axl]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-0ba46i4axl]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-0ba46i4axl]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-0ba46i4axl] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-0ba46i4axl] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-0ba46i4axl] {
        display: none;
    }

    .nav-scrollable[b-0ba46i4axl] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Modules/OrderDetails.razor.rz.scp.css */
.form-container[b-n2q887aqj1] {
    justify-content: center;
}

.order-details-form[b-n2q887aqj1] {
    width: 100%;
}

    .order-details-form .form-group[b-n2q887aqj1] {
        margin-bottom: 15px;
    }

    .order-details-form label[b-n2q887aqj1] {
        display: block;
        font-family: "Shangri La";
        font-size: 2rem;
        font-weight: bold;
    }

    .order-details-form .btn[b-n2q887aqj1] {
        display: flex;
        justify-self: center;
        margin-top: 30px;
        padding: 8px 50px;
        background-image: url('/Resources/Images/Icons/thai-label.png');
        background-size: cover;
        background-position: center;
        color: black;
        border: none;
        text-decoration: none;
        font-size: 1vw;
        font-family: "Rock Salt", cursive;
        transition: color 0.2s ease;
    }

    .order-details-form .form-control[b-n2q887aqj1] {
        width: 500px;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

@media (max-width: 600px) {
    .order-details-form .btn[b-n2q887aqj1] {
        font-size: 4vw;
    }
}
/* /Pages/About.razor.rz.scp.css */
.about-container[b-6gllsswkxr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.page-header-text[b-6gllsswkxr] {
    font-size: 4rem;
    font-family: "Rock Salt", cursive;
    margin-bottom: 25px;
    color: #ee6900;
    padding-bottom: 50px;
    text-align: center;
}

.about-section[b-6gllsswkxr] {
    margin-bottom: 2rem;
    padding: 1rem;
    color: #ee6900;
    font-size: 2rem;
    font-family: Papyrus;
    font-weight: bold;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    width: 100%;
    max-width: 50vw;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .about-section h4[b-6gllsswkxr] {
        font-size: 1.5em;
        margin-bottom: 15px;
        padding: 2px 15px;
        color: #ee6900;
        background-color: black;
        border: solid 2px #ee6900;
        border-radius: 5px;
        letter-spacing: 0.5px;
        font-family: 'Shangri La';
        font-size: 3rem;
    }

    .about-section p[b-6gllsswkxr] {
        text-align: left;
        width: 100%;
    }

    .about-section img[b-6gllsswkxr] {
        max-width: 50vw;
        border-radius: 10px;
        display: block;
        margin: 0 auto;
        margin-bottom: 25px;
    }

/* Media query for mobile devices */
@media (max-width: 600px) {
    .about-section[b-6gllsswkxr] {
        max-width: 100vw;
        font-size: 1.5rem;
    }
        .about-section img[b-6gllsswkxr] {
            max-width: 75vw;
        }

    .page-header-text[b-6gllsswkxr] {
        font-size: 3rem;
        padding-bottom: 10px;
    }
}
/* /Pages/Contact.razor.rz.scp.css */
.contact-info-container[b-u73mcc7yvu] {
    padding: 20px;
}

.contact-info[b-u73mcc7yvu] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
}

.page-header-text[b-u73mcc7yvu] {
    font-size: 4rem;
    font-family: "Rock Salt", cursive;
    margin-bottom: 25px;
    color: #ee6900;
    padding-bottom: 50px;
    text-align: center;
}

.contact-item[b-u73mcc7yvu] {
    padding: 1rem;
    color: #ee6900;
    font-size: 1.25rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    width: 100%;
    max-width: 600px;
    text-align: left;
}

    .contact-item h5[b-u73mcc7yvu] {
        margin-bottom: 0.5rem;
        font-size: 1.5rem;
    }

.social-buttons[b-u73mcc7yvu] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
}

.btn[b-u73mcc7yvu] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border: none;
    border-radius: 0.5rem;
    color: white;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    width: 250px;
    margin: 0.5rem 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.btn:hover[b-u73mcc7yvu] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    color: white;
}

.btn i[b-u73mcc7yvu] {
    font-size: 1.2rem;
}

.btn-primary[b-u73mcc7yvu] {
    background-color: #1877f2;
}

.btn-primary:hover[b-u73mcc7yvu] {
    background-color: #166fe5;
    color: white;
}

.btn-instagram[b-u73mcc7yvu] {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.btn-instagram:hover[b-u73mcc7yvu] {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: brightness(1.1);
    color: white;
}

/* Media query for mobile devices */
@media (max-width: 600px) {
    .page-header-text[b-u73mcc7yvu] {
        font-size: 3rem;
        padding-bottom: 10px;
    }
}

/* /Pages/FinalizeOrder.razor.rz.scp.css */
.checkout-container[b-74l5cpr6f2] {
    max-width: 900px;
    margin: 2rem auto;
    padding: 2rem;
    font-family: 'Montserrat', sans-serif;
}
.checkout-content[b-74l5cpr6f2] {
    display: grid;
    gap: 2rem;
}
.order-summary[b-74l5cpr6f2] {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}
.cart-items[b-74l5cpr6f2] {
    margin-bottom: 1rem;
}
.cart-item[b-74l5cpr6f2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #eee;
}
.cart-item:last-child[b-74l5cpr6f2] {
    border-bottom: none;
}
.item-info[b-74l5cpr6f2] {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.item-name[b-74l5cpr6f2] {
    font-weight: bold;
    color: #333;
}
.item-serves[b-74l5cpr6f2] {
    font-size: 0.875rem;
    color: #666;
    margin-top: 0.25rem;
}
.item-upgrade[b-74l5cpr6f2] {
    font-size: 0.875rem;
    color: #ee6900;
    font-weight: 500;
    margin-top: 0.25rem;
}
.item-price[b-74l5cpr6f2] {
    color: #666;
    font-size: 0.9rem;
}
.item-quantity[b-74l5cpr6f2], .item-total[b-74l5cpr6f2] {
    margin-left: 1rem;
    font-weight: bold;
}
.total-section[b-74l5cpr6f2] {
    border-top: 2px solid #ee6900;
    padding-top: 1rem;
    margin-top: 1rem;
    font-size: 1.2rem;
}

.subtotal-line[b-74l5cpr6f2], .tip-line[b-74l5cpr6f2] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    color: #666;
    font-size: 1rem;
}

.total-line[b-74l5cpr6f2] {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
}
.customer-info[b-74l5cpr6f2], .payment-section[b-74l5cpr6f2] {
    background: white;
    padding: 2.5rem;
    border-radius: 16px;
    border: 2px solid #ee6900;
    box-shadow: 0 4px 24px rgba(238, 105, 0, 0.15);
}
.form-group[b-74l5cpr6f2] {
    margin-bottom: 1rem;
}
.form-group label[b-74l5cpr6f2] {
    font-weight: bold;
    margin-bottom: 0.5rem;
    display: block;
    color: #333;
}
.form-control[b-74l5cpr6f2] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-control:focus[b-74l5cpr6f2] {
    border-color: #ee6900;
    box-shadow: 0 0 0 0.2rem rgba(238, 105, 0, 0.25);
    outline: none;
}

.additional-info-textarea[b-74l5cpr6f2] {
    resize: vertical;
    min-height: 80px;
    max-height: 150px;
}

.delivery-date-display[b-74l5cpr6f2] {
    background: #f8f9fa;
    color: #666;
    font-weight: 600;
}

.delivery-date-select[b-74l5cpr6f2] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    appearance: none;
}

.delivery-address-section[b-74l5cpr6f2] {
    margin-bottom: 1rem;
}
.delivery-address-section label[b-74l5cpr6f2] {
    font-weight: bold;
    margin-bottom: 0.5rem;
    display: block;
    color: #333;
}
.card-info-label[b-74l5cpr6f2] {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    display: block;
    color: #333;
}
.address-fields[b-74l5cpr6f2] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.city-state-zip[b-74l5cpr6f2] {
    display: flex;
    gap: 0.75rem;
}

.city-input[b-74l5cpr6f2] {
    flex: 2;
}

.state-input[b-74l5cpr6f2] {
    flex: 1;
}

.zip-input[b-74l5cpr6f2] {
    flex: 1;
}
.consent-section[b-74l5cpr6f2] {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 4px;
    border: 1px solid #e9ecef;
    margin: 1.5rem 0;
}
.form-check[b-74l5cpr6f2] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}
.form-check-input[b-74l5cpr6f2] {
    margin-top: 0.25rem;
    flex-shrink: 0;
}
.form-check-label[b-74l5cpr6f2] {
    font-weight: normal !important;
    line-height: 1.4;
    margin-bottom: 0.5rem !important;
    cursor: pointer;
}
.form-text[b-74l5cpr6f2] {
    font-size: 0.875rem;
    margin-top: 0.5rem;
    display: block;
}
.customer-summary[b-74l5cpr6f2] {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 1.5rem;
}
.btn-primary[b-74l5cpr6f2] {
    background: #ee6900;
    border: 2px solid #ee6900;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.2s;
}

.btn-primary:hover:not(:disabled)[b-74l5cpr6f2] {
    background: #ff9800;
    border-color: #ff9800;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(238, 105, 0, 0.3);
}

.btn-primary:disabled[b-74l5cpr6f2] {
    background: #ccc;
    border-color: #ccc;
    color: #666;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.minimum-order-notice[b-74l5cpr6f2] {
    font-size: 1rem;
    color: #ee6900;
    font-weight: 600;
    margin: 1rem 0 0.5rem 0;
    padding: 0.75rem 1rem;
    background-color: #fff7f0;
    border: 2px solid #ee6900;
    border-radius: 8px;
    text-align: center;
}

.button-container[b-74l5cpr6f2] {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    position: relative;
}

.btn-secondary[b-74l5cpr6f2] {
    background: #6c757d;
    border: 2px solid #6c757d;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.2s;
}

.btn-secondary:hover[b-74l5cpr6f2] {
    background: #5a6268;
    border-color: #5a6268;
}

.btn-success[b-74l5cpr6f2] {
    background: #ee6900;
    border: 2px solid #ee6900;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.2s;
    font-size: 1.1rem;
}

.btn-success:hover:not(:disabled)[b-74l5cpr6f2] {
    background: #ff9800;
    border-color: #ff9800;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(238, 105, 0, 0.4);
}

.btn-success:disabled[b-74l5cpr6f2] {
    background: #ccc;
    border-color: #ccc;
    color: #666;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.btn-brand-orange[b-74l5cpr6f2] {
    background: transparent;
    border: 1px solid #ee6900;
    color: #ee6900;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.2s ease;
    font-size: 0.875rem;
}

.btn-brand-orange:hover:not(:disabled)[b-74l5cpr6f2] {
    background: #ee6900;
    border-color: #ee6900;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(238, 105, 0, 0.3);
}

.btn-brand-orange:disabled[b-74l5cpr6f2] {
    background: transparent;
    border-color: #ccc;
    color: #999;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
    opacity: 0.7;
}

.payment-buttons[b-74l5cpr6f2] {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}
.order-confirmation[b-74l5cpr6f2] {
    text-align: center;
    padding: 3rem;
    background: white;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}
.empty-cart[b-74l5cpr6f2] {
    text-align: center;
    padding: 3rem;
}
.tip-section[b-74l5cpr6f2] {
    margin: 1.5rem 0;
    padding: 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #f8f9fa;
}

.tip-section h5[b-74l5cpr6f2] {
    margin-bottom: 1rem;
    color: #333;
    font-weight: 600;
}

.tip-percentage-row[b-74l5cpr6f2] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.tip-custom-row[b-74l5cpr6f2] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.tip-custom-row > *[b-74l5cpr6f2] {
    flex: 0 0 calc((100% - 1rem) / 3);
}

.tip-btn[b-74l5cpr6f2] {
    padding: 0.5rem;
    border: 2px solid #ddd;
    border-radius: 6px;
    background-color: white;
    color: #666;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    height: 48px; /* Match the custom input height */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
}

.tip-btn:hover[b-74l5cpr6f2] {
    border-color: #ee6900;
    background-color: #fff5f0;
}

.tip-btn.active[b-74l5cpr6f2] {
    border-color: #ee6900;
    background-color: #ee6900;
    color: white;
}

.tip-btn.no-tip[b-74l5cpr6f2] {
    background-color: #f8f9fa;
}

.tip-btn.no-tip.active[b-74l5cpr6f2] {
    border-color: #6c757d;
    background-color: #6c757d;
    color: white;
}

.custom-tip-container[b-74l5cpr6f2] {
    display: flex;
    align-items: center;
}

.currency-input-wrapper[b-74l5cpr6f2] {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    border: 2px solid #ddd;
    border-radius: 6px;
    background-color: white;
    transition: all 0.3s ease;
    height: 48px; /* Match tip button height */
    font-size: 0.85rem; /* Smaller text */
    cursor: pointer;
}

.currency-input-wrapper:hover[b-74l5cpr6f2] {
    border-color: #ee6900;
    background-color: #fff5f0;
}

.currency-input-wrapper:focus-within[b-74l5cpr6f2] {
    border-color: #ee6900;
    box-shadow: 0 0 0 0.2rem rgba(238, 105, 0, 0.25);
}

.currency-input-wrapper.active[b-74l5cpr6f2] {
    border-color: #ee6900;
}

/* .currency-input-wrapper.active .currency-symbol {
    color: white;
}

.currency-input-wrapper.active .custom-tip-input {
    color: white;
}

.currency-input-wrapper.active .custom-amount-text {
    color: rgba(255, 255, 255, 0.8);
} */

.currency-symbol[b-74l5cpr6f2] {
    padding-left: 0.75rem;
    font-weight: 500;
    color: #666;
    transition: color 0.3s ease;
}

.custom-amount-text[b-74l5cpr6f2] {
    flex: 1;
    padding: 0.5rem 0.75rem;
    font-weight: 500;
    color: #999;
    font-size: 0.9rem;
    cursor: pointer;
}

.custom-tip-input[b-74l5cpr6f2] {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    padding: 0.5rem;
    font-weight: 500;
    text-align: left;
    color: #666;
    appearance: textfield;
    -moz-appearance: textfield; 
    font-size: 0.9rem;
}

/* Remove spinner arrows in Webkit browsers */
.custom-tip-input[b-74l5cpr6f2]::-webkit-outer-spin-button,
.custom-tip-input[b-74l5cpr6f2]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



#card-container[b-74l5cpr6f2] {
    background-color: #f8f9fa !important;
    border: 2px solid #ddd !important;
    border-radius: 8px !important;
    transition: border-color 0.2s !important;
}

#card-container:focus-within[b-74l5cpr6f2] {
    border-color: #ee6900 !important;
    box-shadow: 0 0 0 0.2rem rgba(238, 105, 0, 0.25) !important;
}

@media (max-width: 1024px) {
    .city-state-zip[b-74l5cpr6f2] {
        flex-direction: column;
    }
    
    .checkout-container[b-74l5cpr6f2] {
        margin: 1rem;
        padding: 1rem;
    }
    
    .customer-info[b-74l5cpr6f2], .payment-section[b-74l5cpr6f2] {
        padding: 1.5rem;
    }

    .tip-percentage-row[b-74l5cpr6f2] {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .tip-custom-row[b-74l5cpr6f2] {
        display: flex;
        justify-content: space-between;
        gap: 0.5rem;
    }
    
    .tip-custom-row > *[b-74l5cpr6f2] {
        flex: 1;
    }
    
    .tip-btn[b-74l5cpr6f2] {
        min-height: 50px;
        font-size: 0.9rem;
    }
    
    .currency-input-wrapper[b-74l5cpr6f2] {
        height: 50px;
    }
    
    .custom-amount-text[b-74l5cpr6f2] {
        font-size: 0.9rem;
    }
    .btn-success[b-74l5cpr6f2] {
        font-size: 0.8rem;
    }
}
/* /Pages/Gallery.razor.rz.scp.css */
.container[b-a1jsosnjzm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.page-header-text[b-a1jsosnjzm] {
    font-size: 4rem;
    font-family: "Rock Salt", cursive;
    margin-bottom: 25px;
    color: #ee6900;
    padding-bottom: 50px;
    text-align: center;
}

.gallery[b-a1jsosnjzm] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(75vw, 1fr));
    gap: 10px;
    padding: 10px;
}

.gallery-item[b-a1jsosnjzm] {
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: transform 0.2s;
    border-radius: 10px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
}

/* Media query for mobile devices */
@media (max-width: 600px) {
    .page-header-text[b-a1jsosnjzm] {
        font-size: 3rem;
        padding-bottom: 10px;
    }
}
/* /Pages/Home.razor.rz.scp.css */
/* Home Page Hero Section */
.homepage-hero[b-p149l5e66n] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    padding: 0 7vw 5vw 7vw;
    gap: 4vw;
}

.hero-left[b-p149l5e66n] {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
    min-width: 320px;
}

.hero-right[b-p149l5e66n] {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 320px;
}

.hero-logo[b-p149l5e66n] {
    width: 120px;
    height: auto;
    margin-bottom: 1rem;
}

.hero-title[b-p149l5e66n] {
    font-size: 7rem;
    font-weight: bold;
    color: #333;
    line-height: 1;
    margin: 0 0 1rem 0;
    text-shadow: 2px 2px 8px #00000022;
    outline: none;
}

.hero-subtitle[b-p149l5e66n] {
    font-size: 2.5rem;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 1.5rem;
    text-shadow: 1px 1px 4px #fff3e0;
}

.order-now-btn[b-p149l5e66n] {
    font-size: 1.5rem;
    color: #fff;
    background-color: #ee6900;
    padding: 0.75rem 2.5rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 2px 8px #ee690055;
    transition: background 0.2s, box-shadow 0.2s;
    margin-top: 1rem;
}
.order-now-btn:hover[b-p149l5e66n] {
    background: #ff9800;
    box-shadow: 0 4px 16px #ee690088;
}


.carousel-container[b-p149l5e66n] {
    width: 40vw;
    height: 40vw;
    border-radius: 50%;
    box-shadow: 0 4px 32px #ee690044;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.carousel-img[b-p149l5e66n] {
    width: 40vw;
    height: 40vw;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

/* Bootstrap carousel controls styling for circular design */
#heroCarousel[b-p149l5e66n] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#heroCarousel .carousel-control-prev[b-p149l5e66n],
#heroCarousel .carousel-control-next[b-p149l5e66n] {
    width: 15%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#heroCarousel:hover .carousel-control-prev[b-p149l5e66n],
#heroCarousel:hover .carousel-control-next[b-p149l5e66n] {
    opacity: 0.8;
}

#heroCarousel .carousel-control-prev-icon[b-p149l5e66n],
#heroCarousel .carousel-control-next-icon[b-p149l5e66n] {
    width: 3rem;
    height: 3rem;
}


#heroCarousel .carousel-item[b-p149l5e66n] {
    border-radius: 50%;
}

/* Menu Info Section */
.menu-info-section[b-p149l5e66n] {
    margin: 6rem auto 2rem auto;
    max-width: 900px;
    background: #fff7f0;
    border-radius: 18px;
    box-shadow: 0 2px 16px #ee690022;
    padding: 2.5rem 2rem;
    text-align: center;
}
.menu-info-section h2[b-p149l5e66n] {
    font-family: 'Rock Salt', cursive;
    color: #ee6900;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
.menu-info-section p[b-p149l5e66n] {
    font-size: 1.25rem;
    color: #333;
    font-family: 'Montserrat', sans-serif;
}

/* How it Works Section */
.how-it-works-section[b-p149l5e66n] {
    background: #f5f5f5;
    padding: 4rem 2rem;
    text-align: center;
}

.how-it-works-title[b-p149l5e66n] {
    font-size: 3rem;
    color: #ee6900;
    margin-bottom: 3rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.how-it-works-steps[b-p149l5e66n] {
    display: flex;
    justify-content: center;
    gap: 4rem;
    max-width: 1200px;
    margin: 0 auto;
}

.step[b-p149l5e66n] {
    flex: 1;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.step-icon[b-p149l5e66n] {
    background: transparent;
    color: #ee6900;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.step-title[b-p149l5e66n] {
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
}

.step-description[b-p149l5e66n] {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
}


@media (max-width: 1024px) {
    .homepage-hero[b-p149l5e66n] {
        flex-direction: column;
        padding: 1vw 0vw;
        gap: 1vw;
        min-height: unset;
    }
    .hero-left[b-p149l5e66n], .hero-right[b-p149l5e66n] {
        min-width: 0;
        width: 100%;
        align-items: left;
        text-align: left;
        padding: 0 5vw 5vw 5vw;
        gap: 0rem;
    }
    .hero-title[b-p149l5e66n] {
        font-size: 4rem;
    }
    .hero-subtitle[b-p149l5e66n] {
        font-size: 1.5rem;
    }
    .hero-logo[b-p149l5e66n] {
        width: 80px;
    }
    .order-now-btn[b-p149l5e66n] {
        font-size: 1.2rem;
        padding: 0.6rem 1.8rem;
        margin-top: 0.5rem;
    }
    .carousel-container[b-p149l5e66n] {
        width: 80vw;
        height: 80vw;
    }
    .carousel-img[b-p149l5e66n] {
        width: 80vw;
        height: 80vw;
    }
    .menu-info-section[b-p149l5e66n] {
        padding: 1.2rem 0.5rem;
    }
    .menu-info-section h2[b-p149l5e66n] {
        font-size: 1.5rem;
    }
    .menu-info-section p[b-p149l5e66n] {
        font-size: 1rem;
    }
    
    .how-it-works-section[b-p149l5e66n] {
        padding: 2rem 1rem;
    }
    
    .how-it-works-title[b-p149l5e66n] {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .how-it-works-steps[b-p149l5e66n] {
        flex-direction: column;
        gap: 2.5rem;
        align-items: center;
    }
    
    .step[b-p149l5e66n] {
        max-width: 280px;
    }
    
    .step-icon[b-p149l5e66n] {
        width: 70px;
        height: 70px;
        margin-bottom: 1rem;
    }
    
    .step-title[b-p149l5e66n] {
        font-size: 1.2rem;
    }
    
    .step-description[b-p149l5e66n] {
        font-size: 0.9rem;
    }
}
/* /Pages/ShoppingCart.razor.rz.scp.css */
.cart-container[b-486vqcvucq] {
    max-width: 900px;
    margin: 4rem auto 2rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

h3[b-486vqcvucq] {
    font-size: 3.5rem;
    font-weight: bold;
    color: #333;
    text-shadow: 2px 2px 8px #00000022;
}
.cart-empty[b-486vqcvucq] {
    font-size: 1.3rem;
    color: #ee6900;
    font-family: 'Montserrat', sans-serif;
    margin: 2rem 0;
}
.cart-item[b-486vqcvucq] {
    background: linear-gradient(90deg, #fff7f0 60%, #ffde59 100%);
    border-radius: 20px;
    box-shadow: 0 4px 16px #ee690055;
    border: 3px solid #ee6900;
    margin-bottom: 2rem;
    padding: 1.5rem 1rem 1rem 1rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
}

.cart-item-details[b-486vqcvucq] {
    text-align: left;
    margin-bottom: 1rem;
    width: 100%;
}
.cart-item-name[b-486vqcvucq] {
    font-size: 1.7rem;
    font-family: 'Rock Salt', cursive;
    font-weight: bold;
    color: #ee6900;
    margin-bottom: 0.2rem;
}
.cart-item-category[b-486vqcvucq] {
    font-size: 1.1rem;
    color: #ee6900;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0.5rem;
}
.cart-item-qty-row[b-486vqcvucq] {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 0.5rem;
}
.cart-item-quantity[b-486vqcvucq], .cart-item-serves[b-486vqcvucq] {
    font-size: 1.1rem;
    color: #333;
    font-family: 'Montserrat', sans-serif;
}
.cart-item-upgrade[b-486vqcvucq] {
    font-size: 1.1rem;
    color: #ee6900;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0.3rem;
    display: block;
}
.cart-item-price[b-486vqcvucq] {
    font-size: 1.1rem;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0.2rem;
    display: block;
}
.cart-btn.minus-btn[b-486vqcvucq] {
    background: #ffde59;
    color: #ee6900;
}
.cart-btn.plus-btn[b-486vqcvucq] {
    background: #ee6900;
    color: #fff;
}
.cart-btn:hover[b-486vqcvucq] {
    background: #ff9800;
    color: #fff;
    box-shadow: 0 4px 16px #ee690088;
}

.cart-qty[b-486vqcvucq] {
    font-size: 1.3rem;
    color: #ee6900;
    font-family: 'Rock Salt', cursive;
    font-weight: bold;
    min-width: 2.5em;
    text-align: center;
}

.trash-btn[b-486vqcvucq] {
    background: none;
    border: none;
    color: #ee6900;
    font-size: 1.3rem;
    margin-top: 0.5rem;
    cursor: pointer;
    transition: color 0.2s;
}
.trash-btn:hover[b-486vqcvucq] {
    color: #ff9800;
}

.total-price[b-486vqcvucq] {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    text-shadow: 2px 2px 8px #00000022;
}
.price-highlight[b-486vqcvucq] {
    color: #ee6900;
    font-weight: bold;
    font-size: 2rem;
    text-shadow: 1px 1px 4px #ee690055;
}

.finish-up-btn[b-486vqcvucq], .keep-shopping-btn[b-486vqcvucq] {
    font-size: 1rem;
    color: #fff;
    background-color: #ee6900;
    padding: 0.5rem 2rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 2px 8px #ee690055;
    transition: background 0.2s, box-shadow 0.2s;
}
    .finish-up-btn:hover:not(.disabled)[b-486vqcvucq], .keep-shopping-btn:hover[b-486vqcvucq] {
        background: #ff9800;
        box-shadow: 0 4px 16px #ee690088;
    }
    
    .finish-up-btn.disabled[b-486vqcvucq] {
        background-color: #ccc;
        color: #666;
        cursor: not-allowed;
        box-shadow: none;
    }


.minimum-order-notice[b-486vqcvucq] {
    font-size: 1rem;
    color: #ee6900;
    font-weight: 600;
    margin: 1rem 0 0.5rem 0;
    padding: 0.5rem 1rem;
    background-color: #fff7f0;
    border: 2px solid #ee6900;
    border-radius: 8px;
    text-align: center;
}

.cart-buttons-container[b-486vqcvucq] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.finish-up-container[b-486vqcvucq] {
    position: relative;
}

@media (max-width: 700px) {
    .cart-container[b-486vqcvucq] {
        padding: 1.2rem 0.3rem;
        max-width: 100vw;
    }
    .cart-item[b-486vqcvucq] {
        padding: 1rem 0.3rem 0.7rem 0.3rem;
    }
    .cart-item-name[b-486vqcvucq] {
        font-size: 1.2rem;
    }
    .cart-item-category[b-486vqcvucq],
    .cart-item-quantity[b-486vqcvucq],
    .cart-item-serves[b-486vqcvucq],
    .cart-item-upgrade[b-486vqcvucq],
    .cart-item-price[b-486vqcvucq],
    .cart-item-total[b-486vqcvucq] {
        font-size: 1rem;
    }
    .total-price[b-486vqcvucq] {
        font-size: 1.1rem;
    }
    .price-highlight[b-486vqcvucq] {
        font-size: 1.2rem;
    }
    .cart-buttons-container[b-486vqcvucq] {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .keep-shopping-btn[b-486vqcvucq],
    .finish-up-btn[b-486vqcvucq] {
        font-size: 1rem;
        padding: 10px 30px;
        width: 100%;
        max-width: 250px;
    }
}
