    max-html {
        width: 100%;
    }

    body {
        background-color: #FFFBF0;
        display: block;
        margin: 0 auto;
    }

     .navegador {
        padding: 0 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 100%;
        height: 80px;
        background-color: white;
        box-shadow: 0px 4px 4px #00000007;
        font-family: 'Poppins';
    }

    #logo {
        height: 60px;
        margin-bottom: 7px;
    }

    .navegador a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        color: #985C38;
        transition: 0.2s;
    }

    .navegador a svg {
        height: 25px;
    }

    #user_profile_link {
        margin-left: 10px;
    }

    .navegador a:hover {
        color: #F881A1;
        transition: 0.2s;
    }

    .grupo_1 {
        display: flex;
        justify-content: space-evenly;
        width: 800px;
    }

    .grupo_2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 140px;
    }

    #button_login {
        border-radius: 10px;
        background-color: #985C38;
        padding: 8px 18px;
        color: #ffffff;
    }

    #vizu {
        background-color: #F881A1;
        position: relative; /* agora é o "pai" do #chocobege */
        height: 150px;
        z-index: 1;
        margin-top: 120px;
    }
    
    #chocobege {
        position: absolute;
        top: -50px; /* faz a cauda "invadir" o footer */
        left: 50%;
        min-width: 100%;
        transform: translateX(-50%);
        z-index: 2;     
    }

    .menu-usuario {
        display: flex;
        align-items: center;
        gap: 15px;
        background-color: #2c2c2c;
        padding: 8px 16px;
        border-radius: 12px;
    }

    .usuario-info {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #fff;
    }

    .nome-usuario {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
    }

    .botao-sair {
        background-color: #ff4d4d;
        color: white;
        text-decoration: none;
        padding: 6px 12px;
        border-radius: 8px;
        font-weight: bold;
        transition: 0.3s;
    }

    .botao-sair:hover {
        background-color: #d63c3c;
    }

        #user_profile_link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
            color: #985C38;
            transition: color 0.2s;
            font-weight: 500;
        }

        #user_profile_link svg {
            fill: currentColor;
            /* Faz o SVG usar a cor definida pelo pai (o link) */
            height: 25px;
            /* Ajuste o tamanho do ícone SVG */
            width: 25px;
            transition: fill 0.2s;
        }

        .nome-usuario-header {
            font-size: 16px;
            /* Tamanho da fonte para o nome */
            white-space: nowrap;
            /* Impede que o nome quebre a linha */
            overflow: hidden;
            text-overflow: ellipsis;
            /* Adiciona '...' se o nome for muito longo */
            max-width: 100px;
            /* Limite a largura para nomes muito longos */
        }

        #user_profile_link:hover {
            color: #F881A1;
            /* Cor rosa no hover */
        }

        #user_profile_link:hover svg {
            fill: #F881A1;
            /* Cor rosa no hover para o ícone */
        }

        /* Estilo para o link do carrinho (apenas para consistência) */
        .carrinho-link svg {
            fill: #985C38;
            /* Cor marrom para o carrinho */
            transition: fill 0.2s;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 25px;
        }

        .carrinho-link:hover svg {
            fill: #F881A1;
            /* Cor rosa no hover */
            display: flex;
            align-items: center;
            justify-content: center;
            height: 25px;
        }

        .menu-usuario {
            display: none !important;
        }
        
        .botao-sair {
            display: none !important;
        }

        .footer {
            background-color: #F881A1; /* rosa da paleta */
            color: #fff;
            font-family: 'Poppins', sans-serif;
            padding: 40px 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 30px;
            position: relative;
        }

        .footer1 {
            background-color: #F881A1; /* rosa da paleta */
            color: #fff;
            font-family: 'Poppins', sans-serif;
            padding: 40px 20px;
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 30px;
            position: relative;
        }

        #hr-footer {
            width: 90%;
            background-color: #FFFFFF;
            height: 2px;
            border: none;
        }
        
        #img-footer {
            width: 350px;
            margin-bottom: 20px;
        }

        .footer > div {
            display: flex;
            justify-content: space-between;
            width: 100%;
            max-width: 1000px;
            gap: 50px;
            flex-wrap: wrap;
        }

        .footer div p:first-child {
            font-weight: 700;
            margin-bottom: 10px;
        }

        .footer div p {
            margin: 5px 0;
            font-weight: 400;
            font-size: 14px;
        }

        .footer > div:last-child {
            text-align: center;
            width: 100%;
        }

        @media (max-width: 768px) {
            .navegador {
                padding: 0 20px;
            }

            .grupo_1 {
                display: none;
            }

            .grupo_2 {
                width: auto;
            }

            #logo {
                height: 50px;
            }

            #rosa {
                margin: 0;
                width: 100%;
                clip-path: ellipse( 50% 90% at 50% 0%);
            }

            .banner {
                flex-direction: column;
                align-items: center;
            }

            #marrom {
                width: 100%;
                height: 300px;
                clip-path: ellipse( 70% 80% at 50% 80% );
                transform: translateY(0%);
            }

            #img-banner {
                margin-left: 0;
                margin-bottom: 20px;
            }

            .text-b {
                align-items: center;
                text-align: center;
            }

            #text-banner1, #text-banner1A {
                font-size: 48px;
            }

            #text-banner2 {
                font-size: 16px;
            }

            #bt-banner {
                width: 150px;
                height: 50px;
                font-size: 16px;
            }

            .anima-choco {
                padding: 20px;
            }

            .categorias {
                flex-wrap: wrap;
                gap: 10px;
            }

            .catego1-0, .catego1-1, .catego1-2, .catego1-3, .catego1-4, .catego1-5 {
                width: 120px;
                height: 120px;
                margin-right: 0;
            }

            .catego2-0, .catego2-1, .catego2-2, .catego2-3, .catego2-4, .catego2-5 {
                width: 120px;
                height: 120px;
            }

            .img-categoria {
                min-width: 60px;
                min-height: 60px;
            }

            .catego3-0-text, .catego3-1-text, .catego3-2-text, .catego3-3-text, .catego3-4-text, .catego3-5-text {
                font-size: 18px;
            }

            #texto-ig {
                font-size: 36px;
            }

            .icons-ig {
                margin-bottom: 30px;
            }

            .ig2 {
                flex-direction: column;
                gap: 10px;
            }

            .vitrine-ig {
                gap: 10px;
            }

            .tam-ig-img {
                width: 100%;
                max-width: 250px;
            }

            #vizu {
                height: 300px;
                margin-top: 80px;
            }
            
            .footer > div {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }
        }


 .card-info {
     background-color: white;
     font-family: 'poppins', sans-serif;
     padding: 30px 30px;
     width: 650px;
     border-radius: 20px;
     box-shadow: 0px 5px 8px #a85e0910;
 }

 .card-info h2 {
     margin-top: 0;
     font-size: 32px;
     color: #6D4731;
 }

 .organiza {
     display: flex;
     margin-bottom: 20px;

 }

 hr {
     color: #6D4731;
     border: 2px solid;
 }

 .organiza img {
     width: 260px;
     border-radius: 10px;
     margin-left: 20px;
 }

 section {
     width: 100%;
     display: flex;
     flex-direction: column;
     align-items: center;
     margin-top: 60px;
 }

 .card-info img#equipe {
     width: 100%;
     border-radius: 10px;
 }

 p {
     font-family: 'Poppins', sans-serif;
     font-size: 18px;
     word-spacing: 2px;
 }

 h2 {
     font-family: 'Poppins', sans-serif;
     margin-top: 0;
     font-size: 32px;

     color: #6D4731;
 }

 .valores {
     margin-top: 50px;
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
     background-color: white;
     width: 550px;
     border-radius: 10px;
     padding: 20px 30px;
     box-shadow: 0 2px 10px rgba(102, 63, 13, 0.1);
 }

 #esquerda {
     margin-left: 120px;
 }

 #direita {
     margin-right: 270px;
 }

 .valores .texto {
     max-width: 400px;
 }

 .valores#direita .texto {
     margin-left: 240px;
     max-width: 400px;
 }

 .valores span {
     display: flex;
     align-items: center;
     margin-bottom: 10px;
 }

 .valores span img {
     height: 32px;
     margin-right: 8px;
 }

 .valores h2 {
     color: #6D4731;
     font-size: 28px;
     margin: 0;
     font-weight: 700;
 }

 .valores p {
     font-size: 17px;
     color: #333;
     line-height: 1.5;
     margin: 0;
 }

 .valores .img_valor {
     position: absolute;
     right: -140px;
     height: 300px;
 }

 .valores#direita .img_valor {
     position: absolute;
     top: -105px;
     left: 0px;
     height: 300px;
 }

 .mapa h2 {
     margin-top: 30px;
 }

 .mapa p {
     max-width: 650px;
 }

 .mapa img#mapa {
     margin-left: 60px;
     width: 550px;
 }

 .enderecos {
     display: flex;
     flex-direction: column;
     gap: 20px;
     margin-top: 30px;
 }

 a {
     text-decoration: none;
 }

 .container {

     font-family: 'Poppins', sans-serif;
     display: flex;
     align-items: center;
     background: white;
     border-radius: 12px;
     box-shadow: 0px 4px 6px rgba(102, 63, 13, 0.1);
     overflow: hidden;
     transition: transform 0.2s ease, box-shadow 0.2s ease;
     width: 600px;
 }

 .container:hover {
     transform: translateY(-2px);
     background: rgb(247, 247, 247);
     box-shadow: 0px 4px 8px rgba(102, 63, 13, 0.1);

 }

 .cor {
     width: 20px;
     height: 60px;
     margin-right: 15px;
 }

 .rosa {
     background-color: #F7BFCF;
 }

 .marrom {
     background-color: #D8A47F;
 }

 .container img {
     width: 20px;
     height: 20px;
     margin-right: 15px;
 }

 .container span {
     color: #333;
     font-size: 14px;
 }