.product {
    display: flex;
    justify-content: center;
    margin-top: -5px;
}

/* teste para indice cor de zebra */

.product-a {
    display: flex;
    justify-content: center;
    margin-top: 3px;
    background-color: grey;
}

.product-b {
    display: flex;
    justify-content: center;
    margin-top: 3px;
    background-color: grey;
}

/* fim do teste.. */


.product-info {
    display: flex;
    align-items: center;
}

.product-image {
    box-shadow: 0 0 8px rgba(0, 109, 234, 0.7);
    border-radius: 50%;
    width: 120px; /* Tamanho da imagem redonda */
    height: 120px; /* Tamanho da imagem redonda */
    margin-right: 20px;
}

.product-details {
    /* Estilos para o nome do produto e descrição */
    
}

.descript {
    
   color: grey;
   font-size:24px;
   font-family: 'Mukta', sans-serif;
   opacity: 0.5;
   text-align: center;
   margin-top:5px;
    
}