.div-imagem-detalhes{
    width: 100% !important;
    height: 524px !important;
    display: flex;
    align-items: center;
}

.img-detalhes{
    display: block !important;
    height: auto !important;
    margin: auto !important;
    width: 80% !important;
    object-fit: cover !important;
}

.slide-align {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .preco-detalhes {
    font-weight: bold;    
    font-size: 32px;
    color: var(--cor-1); 
  }

  .dados-produto-detalhes-estoque{
    font-weight: bold;    
    font-size: 21px;
    color: var(--cor-4); 
    margin: 0;
    margin-top: 4px;
}

.div-detalhes-produto{
    margin-top: 16px;
}

@media (max-width: 768px ) { 
    .div-imagem-detalhes {
        height: 300px !important;
    }

    .img-detalhes{
        width: 100% !important;
    }
}