:root {
    --cor-primaria: #d62638;
    --cor-secundaria: #EBD4BA;
    --cor-texto-secundario: #73685b;
    --cor-text-dark: #ffffff;
    --swiper-theme-color: #73685b !important;
    --text-primary-color: #fdf0cf;
    /* Modern orange */
    --bg-color: #f8fafc;
    --card-bg: #ffffff;
    --text-dark: #0f172a;
    --text-gray: #64748b;
    --border-light: #e2e8f0;
    --radius-lg: 24px;
    --radius-full: 9999px;
    --shadow-lg: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --fonnt-famity-primary: 'Monument Extended', sans-serif !important;
    --fonnt-famity-secondary: 'Neo Grotesc', sans-serif !important;
}

body {
    background-color: var(--bg-color);
    /* font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; */
    font-family: var(--fonnt-famity-secondary)
}

.font-title {
    font-family: 'Monument Extended', sans-serif !important;
    font-weight: 0;
}

.font-description {
    font-family: 'Neo Grotesc', sans-serif !important;
    font-weight: 400;
}

.navbar {
    background-color: var(--cor-primaria) !important;
    height: 100px;
    /* padding-top: 80px; */
}

.brand-logo {
    height: 64px;
    position: relative !important;
}

.nav-wrapper {
    align-content: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner {
    background-color: rgba(0, 0, 0, 0.6);
}

.font-size-20 {
    font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Monument Extended', sans-serif !important;
    ;
    color: var(--text-primary-color);
}

.brand-font-2 {
    font-size: 2rem;
}

.banner-text {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: white;
}

#section-2>div>div>h2,
#section-2>div>div>div>div>div>h4 {
    /* color: var(--cor-texto-secundario); */
    color: var(--cor-texto-secundario);
}

#subsection-2 {
    margin-top: 60px;
}

#sushi2 {
    background-image: url("/images/sushi_2.jpg");
    background-position: center;
    background-size: cover;
    height: 300px;
    transform: rotate(2deg);
}

#section-3>div>div>h2,
#section-3>div>div>div>div>div>h4 {
    /* color: var(--cor-texto-secundario); */
    color: var(--cor-texto-secundario);
}

#smile {
    background-image: url("/images/sushi_3.jpg");
    background-position: center;
    background-size: cover;
    height: 300px;
    transform: rotate(-2deg);
}

#sobre {
    background-color: var(--cor-secundaria);
    text-align: justify;
}

#depoimentos {
    /* background-color: var(--cor-secundaria); */
    padding-top: 30px;
    padding-bottom: 30px;
}

.sushi-caviar {
    background-image: url("/images/2148678269.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    width: 100%;
}

.imagem-1 {
    margin-top: 10px;
    background-image: url("/images/imagem_sobre.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    width: 100%;
}

.imagem-2 {
    margin-top: 10px;
    background-image: url("/images/ceo.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    width: 100%;
}

#sabor-autentico {
    color: var(--cor-text-dark);
    font-size: 20px;
    text-align: justify;
}

#galeria {
    background-color: #f0f0f0;
}

#section-formulario-feedback {
    background-color: #f0f0f0;
}

#section-formulario-feedback p {
    font-size: 16px;
}

#formulario-feedback {
    background-color: white;
    padding: 20px;
}

.background-banner {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title {
    margin: 0;
}

.padding-top-bottom-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.aspas {
    font-size: 30px;
}

.comentario {
    border-left: 3px solid var(--cor-secundaria);
    padding-left: 20px;
}

.swiper {
    width: 100%;
    height: 300px;
}

.swiper-slide {
    text-align: center;
    /* font-size: 18px; */
    /* background: #444; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--cor-texto-secundario);
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--cor-texto-secundario);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.swiper-pagination {
    color: var(--cor-texto-secundario) !important;
}

.swiper-pagination-bullet-active {
    color: var(--cor-texto-secundario) !important;
}

.style-button {
    background-color: var(--cor-texto-secundario);
}

.style-button:hover {
    background-color: var(--cor-secundaria);
}

.page-footer {
    background-color: var(--cor-primaria);
}

.footer-copyright {
    background-color: var(--cor-primaria) !important;
}

.text-input {
    height: 50px;
    width: 100%;
    padding: 10px;
    border: 3px solid var(--cor-secundaria) !important;
    outline: none;
    font-size: 16px;
}

.text-input:focus {
    border: 3px solid var(--cor-texto-secundario) !important;
    outline: none;
}

textarea {
    height: auto;
    resize: none;
}

.input-textarea {
    width: 100%;
    padding: 10px;
    border: 3px solid var(--cor-secundaria) !important;
    outline: none;
    font-size: 16px;
}

.input-textarea:focus {
    border: 3px solid var(--cor-texto-secundario) !important;
    outline: none;
}

.sushi {
    background-image: url("/images/sushi_1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

@media only screen and (min-width: 601px) {
    #form-left {
        padding-right: 0 !important;
        min-height: 550px !important;
        background-image: url("/images/sushi.jpg");
        background-position: center center;
        background-size: cover;
    }

    #form-right {
        padding-left: 0 !important;
    }

    /* .nav-wrapper {
        justify-content: flex-start;
    } */
}

#form-left {
    background-image: url("/images/sushi.jpg");
    background-position: center center;
    background-size: cover;
    height: 300px;
}

#form-right {
    padding: 0 !important;
}

.required,
.error {
    color: red
}

.galeria .swiper-slide {
    margin-top: 10px;
    width: 25%;
    height: 100%;
    opacity: 0.4;
    border: 1px solid black;
}

.galeria .swiper-slide-thumb-active {
    opacity: 1;
}

.galeria2 {
    border: 1px solid #000;
}

.swiper-button-next,
.swiper-button-prev {
    color: white;
}

.card-title-size {
    font-size: 20px !important;
}

.card-title {
    color: var(--cor-text-dark) !important;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    font-size: 20px !important;
    /* padding: 20px; */
}

.card-content {
    height: 150px;
}

.card-action>a {
    color: var(--cor-texto-secundario) !important;
}

.price {
    font-size: 18px;
}

.btn-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-gray);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 1rem;
}

.icon-color {
    color: var(--text-primary-color) !important;
}

/* Botão Voltar ao Topo */
#btn-back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    /* Escondido por padrão, aparece com scroll */
    background-color: var(--cor-primaria);
    z-index: 1000;
    transition: transform 0.3s ease, background-color 0.3s ease;
    border: 3px solid #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

#btn-back-to-top:hover {
    background-color: var(--cor-primaria);
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

#btn-carrinho {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 1000;
    background-color: var(--cor-primaria);
    transition: transform 0.3s ease, background-color 0.3s ease;
    border: 3px solid #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

#btn-carrinho:hover {
    background-color: var(--cor-primaria);
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

#btn-back-to-top i,
#btn-carrinho i {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    line-height: normal !important;
}

.style-button {
    background-color: var(--cor-primaria);
    color: white;
}

.style-button:hover {
    background-color: var(--cor-primaria);
    color: white;
}

.style-button:focus {
    background-color: var(--cor-primaria);
    color: white;
}

#counter-carrinho {
    position: fixed;
    bottom: 140px;
    right: 70px;
    width: 20px;
    height: 20px;
    text-align: center;
    z-index: 1001;
    border-radius: 100%;
    background-color: var(--cor-secundaria);
    font-size: 14px;
}

/* Navbar */
.nav-extended {
    background-color: var(--cor-primaria);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.nav-wrapper .brand-logo img {
    margin-top: 5px;
    transition: transform 0.3s;
}

.nav-wrapper .brand-logo img:hover {
    transform: scale(1.05);
}

/* Sombra indicativa de rolagem e botões de scroll */
.nav-content {
    position: relative;
    width: 100%;
}

.scroll-btn {
    position: absolute;
    top: 0;
    height: 100%;
    width: 40px;
    z-index: 5;
    background-color: transparent;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.scroll-btn i {
    font-size: 2rem;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.scroll-btn.left-btn {
    left: 0;
    background: linear-gradient(to right, rgba(214, 38, 56, 1) 40%, rgba(214, 38, 56, 0) 100%);
}

.scroll-btn.right-btn {
    right: 0;
    background: linear-gradient(to left, rgba(214, 38, 56, 1) 40%, rgba(214, 38, 56, 0) 100%);
}

.nav-content.scrolled-left .left-btn {
    opacity: 1;
    pointer-events: auto;
}

.nav-content.scrolled-right .right-btn {
    opacity: 1;
    pointer-events: auto;
}

/* Melhorias nas Tabs (Aba Infinita) */
.tabs {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
    margin: 0 !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    /* Rolagem suave no iOS */
    scrollbar-width: none;
    /* Oculta scrollbar no Firefox (mobile) */
    white-space: nowrap !important;
    /* Evita que as abas quebrem de linha */
}

.tabs::-webkit-scrollbar {
    display: none;
    /* Oculta scrollbar no Chrome/Safari (mobile) */
}


.tabs.tabs-transparent {
    background-color: var(--cor-primaria);
}

.tabs.tabs-transparent .tab {
    min-width: max-content !important;
    width: auto !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    /* Mantém o tamanho real do texto, sem espremer */
}

.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab a.active {
    color: var(--text-primary-color);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    padding: 0 20px;
    /* Área de toque mais confortável */
}

.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
    color: var(--text-primary-color);
    background-color: rgba(255, 255, 255, 0.05);
    /* Leve feedback visual ao interagir */
}

.tabs.tabs-transparent .indicator {
    background-color: var(--text-primary-color);
    height: 3px;
    border-radius: 3px 3px 0 0;
}

/* Header Area */
.menu-header-area {
    text-align: center;
    margin: 5rem 0 2rem;
}

.menu-header-area h1 {
    font-size: 3rem;
    color: var(--cor-primaria);
    margin-bottom: 0.5rem;
}

.menu-header-area hr {
    width: 80px;
    border: none;
    border-top: 4px solid var(--text-primary-color);
    margin: 0 auto;
    border-radius: 2px;
}

/* Categories */
.category-section {
    margin-bottom: 4rem;
    padding-top: 2rem;
    scroll-margin-top: 130px;
    /* Evita que o menu fixo cubra o título ao clicar na aba */
}

.category-section>.row {
    display: flex;
    flex-wrap: wrap;
}

/* Corrigir o margin-left: auto do Materialize que joga o ultimo flex-item pra direita */
.category-section>.row>.col {
    margin-left: 0 !important;
    margin-bottom: 3rem !important;
}

.category-section>.row::before,
.category-section>.row::after {
    display: none !important;
}

.category-title {
    font-size: 2.2rem;
    color: var(--text-dark);
    margin: 0 0 2.5rem 0;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}

.category-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--text-primary-color);
    border-radius: 2px;
    opacity: 0.7;
}

/* Product Cards */
.menu-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: var(--card-bg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.menu-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.mc-image {
    position: relative;
    height: 240px;
    overflow: hidden;
    background-color: #f8fafc;
}

.mc-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.menu-card:hover .mc-image img {
    transform: scale(1.08);
}

.mc-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.mc-title {
    font-family: var(--fonnt-famity-primary);
    font-size: 1.2rem;
    font-weight: 100;
    color: var(--text-dark);
    margin: 0 0 0.5rem 0;
    line-height: 1.3;
}

.mc-desc {
    color: var(--text-gray);
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
    flex-grow: 1;
}

.mc-action {
    background: transparent;
    border-top: 1px solid var(--border-light);
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mc-price {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--cor-primaria);
    margin: 0;
    text-align: center;
}

.btn-visualizar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    text-align: center;
    background-color: var(--cor-primaria);
    color: white !important;
    padding: 12px 0;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(214, 38, 56, 0.3);
}

.btn-visualizar:hover {
    background-color: var(--cor-primaria);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(214, 38, 56, 0.4);
}

/* Footer overrides */
.page-footer {
    background-color: var(--cor-primaria);
    margin-top: 4rem;
    padding-top: 3rem;
}

.page-footer h5 {
    color: var(--text-primary-color);
    margin-bottom: 1.5rem;
}

.footer-copyright {
    background-color: rgba(0, 0, 0, 0.3) !important;
    padding: 1.5rem 0;
}

#social-media img {
    transition: transform 0.3s;
    width: 40px;
    height: 40px;
}

#social-media a:hover img {
    transform: scale(1.1);
}

/* Index */

/* Hero Banner */
.hero-banner {
    position: relative;
    height: 80vh;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    overflow: hidden;
}

.hero-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.hero-title {
    font-size: 4rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
    color: var(--text-primary-color);
}

.hero-subtitle {
    font-family: var(--fonnt-famity-secondary);
    color: var(--text-primary-color);
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 2.5rem;
    letter-spacing: 1px;
}

#btn-show-menu {
    background-color: var(--cor-primaria);
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 25px rgba(214, 38, 56, 0.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--text-primary-color) !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#btn-show-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.15);
    transition: width 0.4s ease;
    z-index: -1;
}

#btn-show-menu:hover::before {
    width: 100%;
}

#btn-show-menu:hover {
    background-color: var(--cor-primaria);
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 12px 30px rgba(214, 38, 56, 0.6);
    color: var(--text-primary-color);
}

#btn-show-menu i {
    font-size: 1.5rem;
    transition: transform 0.4s ease;
}

#btn-show-menu:hover i {
    transform: rotate(15deg) scale(1.1);
}

.btn-primary-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    text-align: center;
    background-color: var(--cor-primaria);
    color: var(--text-primary-color) !important;
    padding: 12px 0;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(214, 38, 56, 0.3);
    color: var(--text-primary-color) !important;
}

.btn-primary-custom:hover {
    background-color: var(--cor-primaria);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(214, 38, 56, 0.4);
    color: var(--text-primary-color);
}

/* Sections */
.section-padding {
    padding: 6rem 0;
}

.section-title {
    font-size: 2rem;
    color: var(--cor-primaria);
    margin-bottom: 3rem;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--cor-primaria);
    border-radius: 2px;
}

/* Features */
.feature-card {
    background: var(--card-bg);
    padding: 3rem 2rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.feature-card:hover {
    transform: translateY(-10px);
}

.feature-icon {
    font-size: 4rem;
    color: var(--cor-primaria);
    margin-bottom: 1.5rem;
}

.feature-title {
    font-size: 1.2rem;
    font-weight: 200;
    margin-bottom: 1rem;
    font-family: var(--fonnt-famity-secondary);
    color: var(--cor-primaria);
}

.feature-text {
    color: var(--text-gray);
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Middle Banner */
.middle-banner {
    position: relative;
    padding: 8rem 0;
    color: white;
    text-align: center;
}

.middle-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.middle-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.middle-title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: var(--cor-primaria);
}

/* Testimonials */
.testimonial-card {
    background: var(--card-bg);
    padding: 3rem 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
    margin: 1rem 10px 3rem 10px;
    /* Space for shadow & pagination */
}

.testimonial-text {
    font-size: 1.2rem;
    font-style: italic;
    color: var(--text-gray);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.testimonial-author {
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--black);
}

.testimonial-stars {
    color: #fbbf24;
    margin-top: 0.5rem;
}

.swiper-pagination-bullet-active {
    background: var(--cor-primaria) !important;
}

/* Form */
.feedback-form-container {
    background: var(--card-bg);
    padding: 4rem 3rem;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.input-field input[type=text]:focus,
.input-field textarea:focus {
    border-bottom: 1px solid var(--cor-primaria) !important;
    box-shadow: 0 1px 0 0 var(--cor-primaria) !important;
}

.input-field label.active {
    color: var(--cor-primaria) !important;
}

.input-field .prefix.active {
    color: var(--cor-primaria) !important;
}

.btn-submit {
    background-color: var(--cor-primaria);
    width: 100%;
    border-radius: 50px;
    height: 54px;
    font-weight: 700;
    font-size: 1.1rem;
    margin-top: 2rem;
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3);
}

.btn-submit:hover {
    background-color: var(--cor-primaria);
    box-shadow: 0 6px 20px rgba(214, 38, 56, 0.5);
}

.btn-submit:focus {
    background-color: var(--cor-primaria);
    box-shadow: 0 6px 20px rgba(214, 38, 56, 0.5);
    color: white;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 3rem;
    }

    .section-padding {
        padding: 4rem 0;
    }

    .middle-title {
        font-size: 2.5rem;
    }

    .feedback-form-container {
        padding: 2rem;
    }
}

/* Detalhes Pedido */

.detail-wrapper {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 20px;
}

.back-link-wrapper {
    margin-bottom: 1.5rem;
}

.btn-back:hover {
    color: var(--cor-primaria);
    transform: translateX(-4px);
}

.product-card {
    background: var(--card-bg);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    display: flex;
    overflow: hidden;
    flex-direction: column;
}

@media (min-width: 768px) {
    .product-card {
        flex-direction: row;
    }
}

.product-image-container {
    flex: 1;
    background-color: #f1f5f9;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.product-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.15));
    transition: transform 0.3s ease;
}

.product-image-container:hover img {
    transform: scale(1.05);
}

.product-content {
    flex: 1;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-title {
    font-size: 2rem;
    font-family: var(--font-famity-primary);
    font-weight: 200;
    color: var(--text-dark);
    margin: 0 0 0.5rem 0;
    line-height: 1.1;
}

.product-price {
    font-size: 2rem;
    font-weight: 700;
    color: var(--cor-primaria);
    margin: 0 0 1.5rem 0;
}

.ingredients-title {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: var(--cor-primaria);
    margin: 1.5rem 0 0.5rem 0;
}

.product-desc {
    font-size: 1.125rem;
    color: var(--text-gray);
    line-height: 1.7;
    margin: 0 0 2rem 0;
}

.action-area {
    margin-top: auto;
    border-top: 1px solid var(--border-light);
    padding-top: 2rem;
}

.quantity-wrapper {
    display: inline-flex;
    align-items: center;
    background: var(--bg-color);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-full);
    padding: 0.25rem;
    margin-bottom: 1.5rem;
}

.btn-qty {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.2s;
    background-color: var(--cor-primaria);
    color: white;
}

.btn-qty:hover {
    background: var(--cor-primaria);
    color: white;
}

.btn-qty:active {
    transform: scale(0.95);
}

.btn-qty:focus {
    color: white;
    background: var(--cor-primaria) !important;
}

.input-qty {
    width: 60px !important;
    text-align: center !important;
    border: none !important;
    background: transparent !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: var(--text-dark) !important;
    margin: 0 !important;
    height: auto !important;
    box-shadow: none !important;
}

.input-qty:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.btn-submit {
    width: 100%;
    background: var(--cor-primaria);
    color: white;
    border: none;
    padding: 1.25rem;
    border-radius: var(--radius-full);
    font-size: 1.125rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 14px rgba(214, 38, 56, 0.4);
    text-transform: none;
}

.btn-submit:hover {
    background: var(--cor-primaria);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(214, 38, 56, 0.5);
}

.btn-submit:focus,
.btn-qty:focus {
    outline: none;
}

@media (max-width: 767px) {
    .product-content {
        padding: 2rem;
    }

    .product-title {
        font-size: 2rem;
    }

    .action-area {
        padding-top: 1.5rem;
    }
}


/* Loading Spinner */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bg-color, #fff);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(200, 200, 200, 0.3);
    border-top-color: #d32f2f;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* Detalhes do pedido */

.receipt-card {
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    background: #fff;
    padding: 20px;
    margin-top: 20px;
}

.receipt-header {
    text-align: center;
    border-bottom: 2px dashed #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.receipt-header h5 {
    font-weight: bold;
    color: #d32f2f;
    margin-bottom: 5px;
}

.receipt-section {
    margin-bottom: 20px;
}

.receipt-section h6 {
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.info-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 0.95rem;
}

.info-label {
    color: #666;
}

.info-value {
    font-weight: 500;
    color: #333;
}

.item-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.item-row {
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
}

.item-main {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
}

.item-qty {
    color: #d32f2f;
    margin-right: 10px;
}

.item-options {
    font-size: 0.85rem;
    color: #777;
    margin-top: 5px;
    padding-left: 20px;
}

.item-option-row {
    display: flex;
    justify-content: space-between;
}

.receipt-total {
    border-top: 2px dashed #eee;
    padding-top: 15px;
    margin-top: 15px;
}

.total-row {
    display: flex;
    justify-content: space-between;
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
}

.btn-action-wrapper {
    margin-top: 30px;
    text-align: center;
}

.btn-home {
    background-color: #d32f2f !important;
    border-radius: 8px;
    font-weight: bold;
}

/* Cor do label ao focar */
.input-field input:focus+label {
    color: #d62638 !important;
}

/* Cor da linha debaixo ao focar */
.input-field input:not(.browser-default):focus {
    border-bottom: 1px solid #d62638 !important;
    box-shadow: 0 1px 0 0 #d62638 !important;
}

/* Cor do ícone ao focar */
.input-field .prefix.active {
    color: #d62638 !important;
}

/* Cor se usar a classe validate (que você removeu, mas se voltar não fica verde) */
.input-field input.valid:not(.browser-default) {
    border-bottom: 1px solid #d62638 !important;
    box-shadow: 0 1px 0 0 #d62638 !important;
}

.input-field input.invalid:not(.browser-default) {
    border-bottom: 1px solid red !important;
    box-shadow: 0 1px 0 0 red !important;
}

/* Forçar as notificações (toasts) a ficarem sempre no topo e fixas na tela */
#toast-container {
    position: fixed !important;
    top: 20px !important;
    bottom: auto !important;
    right: 20px !important;
    left: auto !important;
    z-index: 99999 !important;
}

/* Evitar zoom automático em celulares (principalmente iOS) ao focar num campo */
input,
textarea,
select {
    font-size: 16px !important;
}

/* Ajuste centralizado para telas menores (mobile) */
@media only screen and (max-width: 600px) {
    #toast-container {
        position: fixed !important;
        top: 20px !important;
        right: auto !important;
        left: 50% !important;
        transform: translateX(-50%);
        width: 90%;
        max-width: 400px;
        z-index: 99999 !important;
    }

    /* Correção do Parallax no Mobile sem desativar o JS */
    .parallax-container .parallax img {
        display: block !important;
        min-height: 130% !important;
        /* Maior que 100% para permitir a rolagem (parallax) */
        min-width: 100% !important;
        width: auto !important;
        object-fit: cover !important;
        transform-origin: center center;
    }
}

/* Custom Input Styles */
.custom-input {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    color: var(--text-dark);
    font-size: 1rem;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
    height: auto;
}

select.custom-input {
    height: auto;
}

.custom-input:focus {
    border-color: var(--cor-primaria) !important;
    box-shadow: 0 0 0 1px var(--cor-primaria) !important;
    outline: none !important;
}

select.custom-input:focus {
    box-shadow: 0 0 0 1px var(--cor-primaria) !important;
}

textarea.custom-input {
    resize: vertical;
    font-family: inherit;
}

/* Estilos para o dropdown (select) do Materialize */
.dropdown-content li>a,
.dropdown-content li>span {
    color: var(--cor-primaria) !important;
}

.dropdown-content li.selected {
    background-color: #fce4e4 !important;
}

.dropdown-content li:hover,
.dropdown-content li.active.selected {
    background-color: #f0f0f0 !important;
}

/* Correção para HTML5 Validation funcionar em Selects originais do Materialize e o balão aparecer no lugar certo */
select[required]:not(.browser-default) {
    display: block !important;
    position: absolute !important;
    opacity: 0 !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    pointer-events: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    z-index: -1 !important;
}

/* Estilizar o checkbox do Materialize com a cor primária */
[type="checkbox"].filled-in:checked+span:not(.lever):after {
    border: 2px solid var(--cor-primaria);
    background-color: var(--cor-primaria);
}


/* Cardápio css */
/* Status Badge Premium Styles */
.status-badge-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 25px;
}

.status-badge-premium {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 24px;
    border-radius: 50px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.status-badge-premium:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
}

.status-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.status-open {
    color: #059669;
    /* Emerald 600 */
}

.status-open .status-dot {
    background-color: #10b981;
    /* Emerald 500 */
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    animation: pulse-green 2s infinite;
}

.status-closed {
    color: #dc2626;
    /* Red 600 */
}

.status-closed .status-dot {
    background-color: #ef4444;
    /* Red 500 */
}

@keyframes pulse-green {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(16, 185, 129, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}