
@media (max-width: 814px){

   

    #produto{
        z-index: 1;
        height: auto !important;
    }
    .wrapper-produto{
        height: 100% !important;
        align-items: flex-end;
    }
    .produto{
        margin-top: 40px;
        height: auto !important;
        flex-direction: column;
    }
    .slider-produto{
        margin-top: 50px;   
        width: 350px !important;
        height: 41.7rem !important;
    }
    .description{
        height: 40% !important;
        width: 80% !important;
        margin-left: 0 !important;

    }
}

@media (max-width: 1024px){

    
}


.slider-produto img{
    width: 100% !important;
}

.wrapper-produto{
    
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 80%;
    width: 100%;
}

.produto{
    font-family: Michroma, sans-serif;
    display: flex;
    align-items: center;
    text-align:start;
    justify-content: center;
    width: 100%;
    height: 80%;
}
.description{
    height: 70%;
    width: 30%;
    margin-top: 10px;
    margin-left: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    
    
 
}
.description ul{
    margin: 0 !important;
}

.description ul li{
    list-style-image: url('/static/general/img/minus.svg');
    margin-top: 25px;
    text-align:start;
    align-items: flex-start;
    justify-content: flex-start;
    
    font-size: 13px;
}
.voltar{
    margin-left: 12px;
    padding: 5px;
}
.voltar button{
    
    background: none;
    border: none;
}
.voltar a{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #383838;
    font-size: 15px;
    font-family: Michroma;
    font-weight: 600;    
}

.back{
    padding: 15px;
    width: 70%;
    align-items: flex-end;
    text-align: end;
}
.back button{
    
    background: none;
    border: none;
}
.back a{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #383838;
    font-family: Michroma;
    font-weight: 600; 
    font-size: 15px;   
}