.header-detalhe-produto {
    background: linear-gradient(to bottom, #014085 85px, #FFFFFF 0%);
    width: 100%;
    color: white;
}

.title-page-produto {
    font-family: 'lato', sans-serif;
    font-size: 22px;
    color: #014085;
}

.moldura-detalhe-produto {
    border: 1px solid #79787d;
    border-radius: 0px 15px 15px 15px;
    background-color: #FFFFFF;
    height: 437px;
    width: 100%;
    margin-bottom: 30px;
    padding: 10%;
}

.img-produto {
    max-height: 350px;
    min-height: 350px;
    max-width: 90%;
    height: 350px;
    object-fit: cover;
    position: relative;
    top: 90px;
}

.img-produto-variacoes {
    width: 100% ;
    height: 100%;
    cursor: pointer;
    transition: transform 0.3s;
}

.div-variacoes-produto:hover, .div-variacoes-produto.active {
    transform: scale(1.1);
    border: 2.5px solid #79787d;
}

.div-variacoes-produto{
    height: 70px !important;
    width: auto;
    overflow: hidden;
    border-radius: 5px;
    border: 2.5px solid #79787d;
}

.text-tipo-produto {
    font-family: 'lato', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #014085;
}

.titulo-produto {
    font-family: 'lato', sans-serif;
    font-weight: bold;
    font-size: 32px;
    color: #014085;
    line-height: 1em;
}

.color-option {
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 10%;
}

.color-option[data-color="Azul"] {
    background-color: blue;
}

.color-option[data-color="Preto"] {
    background-color: black;
}

.tamanho-produto {
    border: 1px solid #79787d;
    border-radius: 10%;
    color: #79787d;
    padding: 1%;
    cursor: pointer;
}

.tamanho-produto:hover {
    border: 1px solid #FFFFFF;
    border-radius: 10%;
    color: #FFFFFF;
    background-color: #79787d;
    padding: 1%;
    cursor: pointer;
}

.valor-produto {
    color: #79787d;
    font-family: 'lato', sans-serif;
    font-weight: bold;
    font-size: 30px;
}

.custom-preco-associado {
    background-color: #51bb51;
    color: white;
    padding: 2px 15px;
    text-align: center;
    border-radius: 5px;
    font-family: 'lato', sans-serif;
    height: 32px;
    font-size: 18px;
}

.free-delivery-icon {
    border-radius: 10%;
    width: 33px;
}

.frete-gratis {
    color: #51bb51;
    font-family: 'lato', sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.div-frete-gratis {
    left: -85px;
    top: -3px;
}

.btn-comprar {
    border-radius: 0 45px 45px 0;
}

.faca-observacoes {
    font-family: 'lato', sans-serif;
    font-size: 20px;
    color: #79787d;
}

.seta-observacoes {
    font-size: 45px !important;
    position: relative;
    top: -8px;
    cursor: pointer;
}


.cor-produto {
    font-family: 'lato', sans-serif;
    font-size: 20px;
    color: #79787d;
}

.titulo-tamanho-produto {
    font-family: 'lato', sans-serif;
    font-size: 20px;
    color: #79787d;
}

.descricao-titulo {
    font-family: 'lato', sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #014085;
    margin-top: 50px;
}

.blue-line {
    border: none;
    border-top: 2px solid #014085;
    margin-top: 12px;
    padding-left: 0;
}

.descricao-texto {
    font-family: 'lato', sans-serif;
    font-size: 24px;
    color: #79787d;
}

.circle {
    width: 20px;
    height: 20px;
    background-color: #dadada;
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.circle.active {
    background-color: #014085;
}

.image-navigation{
    margin-top: 150px !important;
}

.div-valores-mobile{
    display: none !important;
}

.div-moldura-produto-mobile{
    display: none !important;
}

.custom-input{
    border-radius: 0;
    width: 60px; 
    font-size: 20px; 
    text-align: center;
}

.text-observacoes{
    border-radius: 5px; 
    border: 1.5px solid;
}

@media (min-width: 320px) and (max-width: 499px) {

    .div-detalhe-produto{
        justify-content: center;
    }
    
    .div-informacoes-produto{
        text-align: center;
        justify-content: center;
        margin-top: 10%;
    }
    
    .div-cores{
        justify-content: center;
    }
    
    .div-tamanhos{
        justify-content: center;
    }

    .div-valores{
        display: block !important;
    }

    .div-valores div{
        margin-top: 5%;    
    }

    .div-valores-mobile{
        display: grid !important;
    }
    
    div.div-botoes-compra .btn-comprar{
        width: 100%;
    }
    
    .div-frete-gratis-mobile{
        position: relative;
        left: -30px;
    }

    .div-free-delivery{
        align-content: center;
    }

    .valor-produto{
        justify-content: center;
    }
    .custom-preco-associado {
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    
    .color-option{
        margin-left: 5px;
        margin-right: 5px;
    }
    
    
    .div-faca-observacoes{
        display: flex;
        justify-content: center;
    }
    
    .descricao-texto{
        justify-content: initial;
        word-wrap: break-word;
    }

    .div-moldura-produto-mobile{
        display: grid !important;
    }

    .moldura-detalhe-produto {
        flex: none;
    }

    .img-produto {
        max-height: 350px;
        min-height: 350px;
        max-width: 100%;
        height: 350px;
        object-fit: cover;
        position: relative;
        top: 35px;
    }
    
    .image-navigation{
        justify-content: center;
    }
    
    .header-detalhe-produto{
        margin-top: 70px;
    }
    
    .div-botoes-compra{
        justify-content: center !important;
        display: flex;
    }
    
    .text-observacoes{
        width: 25ch;
        margin-right: 20px;
    }

}

#carroselProdutos img{
    border-radius: 0px;
    height: 350px !important;
    width: auto !important;
    border: 0 !important;
    margin-top: 0 !important; 
    margin: 0 auto;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
}
