.container-produto {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    /* Limite de largura para telas grandes */
    margin: auto;
    /* Centraliza a container */
}

.metade1 {
    flex: 2;

    margin: 1%;
}

.metade2 {
    flex: 2;
    border: 0px solid black;
    margin: 1%;
    contain: content;
}

.ladinho {
    flex: 1;
    overflow-y: auto; /* scroll suave */
    height: 100vh;
    max-height: 100vh;
    min-width: 6vh;
    padding: 1vh;

    display: flex;
    flex-direction: column;
    align-items: center;

    border: none; /* remove borda */
    margin: 0 1vh;
    scroll-behavior: smooth;
}

@media (max-width: 768px) {
    .ladinho-frame img {
        width: calc(100% - 40px);

    }
}

@media (max-width: 480px) {
    .ladinho-frame img {
        width: calc(100% - 40px);

    }
}


@media (max-width: 700px) {
    .ladinho-frame img {
        width: calc(100% - 40px);

    }
}

@media (max-width: 700px) {
    .ladinho-frame img {
        width: calc(100% - 40px);

    }
}

@media (max-width: 768px) {
    .ladinho {
        width: calc(100% - 40px);

    }
}

@media (max-width: 480px) {
    .ladinho {
        width: calc(100% - 40px);

    }
}


@media (max-width: 768px) {
    .infos2 {
       display: none;

    }
}


@media (max-width: 480px) {
    .ladinho {
        display: none;

    }
}


@media (max-width: 768px) {
    .ladinho {
        display: none;

    }
}



.infos {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;


}

.infos1 {
    flex: 1;
    

}

.infos2 {
    flex: 1;
    ;
}

.ladinho::-webkit-scrollbar {
    width: 6px;
}

.ladinho::-webkit-scrollbar-track {
    background: transparent;
}

.ladinho::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.ladinho:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.6);
}

.ladinho-frame {
    width: auto;
    margin: 1vh 0;
    transition: transform 0.2s ease, border 0.2s ease, background-color 0.2s ease;
}

.ladinho-frame img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc; /* borda leve */
    border-radius: 4px;
    transition: transform 0.2s ease, border 0.2s ease;
}

.ladinho-frame:hover img {
    border: 1px solid black;
    transform: scale(1.05); /* leve aumento */
    cursor: pointer;
    background-color: white;
}


.nome {
    font-family: 'Oswald', sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 3.5vh;
    margin: 5%;
}

.descricao {

    font-family: 'Oswald', sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 2.5vh;
    font-style: normal;
    margin: 5%;
}

.promo-info {
    font-family: "Bokor", system-ui;
    font-weight: 400;
    font-style: normal;
    rotate: 20deg;
    padding-left: 2vw;
    color: #145671;
    font-optical-sizing: auto;
    text-align: center;

    font-size: 1.5vw;
    border-radius: 0px;
}

.novidade-info {
    font-family: "Bokor", system-ui;
    font-weight: 100;
    font-style: normal;
    font-size: 1.5vw;
    color: #135f33;
    rotate: 20deg;
    text-align: center;

    padding-left: 1vw;




    border-radius: 0px;

}







.preco-info {
    font-family: 'Oswald', sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 2.5vh;
    font-style: normal;
    width: max-content;
    font-size: 3.8vh;
    

}

.tamanho {
    display: flex;
    height: 3vh;
    width: 32vh;
    border: 1px solid black;

    align-items: center;
}

.tamanho button {

    flex: 1;
    height: 20;
    width: 20px;
    border: 1px solid black;
    border-radius: 20%;
    margin-right: 5px;
    margin-left: 5px;
    background-color: white;
    font-family: 'Oswald', sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;

}

.tamanho button:hover {

    background-color: black;
    color: aliceblue;
    transition: 0.5s;
}

.comprar {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    width: 100%;
    height: 7vh;
    margin-top: 7%;
    font-family: "Bokor", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 4vh;



}



.comprar:hover {
    animation: shake 0.3s;
    color: white;
    background-color: black;
    border: black;



}

.roupa {
    max-width: 100%;
    height: auto;
    padding: 15px;
    border: 1px solid black;
    border-radius: 0px;
}

.roupa-frame {

    height: 40vh;
    width: auto;
    justify-content: center;
    max-height: 40vh;
    max-width: auto;

    display: flex;
}

.roupa-frame img {
    border: 1px solid black;
    height: 27vh;
    width: auto;
    align-items: center;
    padding: 5px;
    margin: 2px;
    overflow: hidden;


}

.roupa-frame img:hover {
    transform: scale(1.5);
    background-color: white;
    cursor: zoom-in;




}

.frete {
    font-family: 'Oswald', sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;

    font-style: normal;
    border: 1px solid rgb(54, 54, 54);
    width: 35vh;
    height: 6vh;
    border-radius: 5px;

}

.frete-text {

    font-size: 4vh;
    font-family: "Bokor", system-ui;
    font-weight: 400;
    font-style: normal;
    margin-top: 3vh;
}



.frete-info {
    font-family: "Bokor", system-ui;
    font-weight: 400;
    font-style: normal;
    color: #5f134a;
    font-size: 2.5vh;
    overflow: visible;
}