<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#DivModalItemSimples, #DivModalItemGradeSimples, #DivModalItemGradeCor {
    display: none;
}

#TblGradeSimples th, #TblGradeCor th {
    text-align: center;
}

#TblGradeCor input, #TblGradeSimples input {
    padding: 0px;
    text-align: center;
}

[id$='DivGradeCor'], [id$='DivGradeSimples'] {
    position: relative !important;
    top: 20px !important;
}

.foto-thumbnail {
    max-height: 120px !important;
    max-width: 120px !important;
    height: auto !important;
}

.no-foto-thumbnail {
    width: 50px !important;
    height: 50px !important;
}

.lbl-produto-indisponivel {
    color: #969696;
}

.produto-indisponivel {
    font-size: 13px;
    color: #969696;
    margin: 5px 0px 7px;
    font-weight: normal;
}

.codigo-produto {
    font-size: 16px;
}

.descricao {
    margin: 0;
    margin-top: 5px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}

.embalagem-unidade {
    height: 20px;
    max-height: 20px;
    width: 100%;
    overflow: hidden;
}

.produto-preco {
    font-size: 16px;
    margin: 5px 0px 7px;
    font-weight: bold;
    height: 40px !important;
    margin-bottom: 12px;
}

    .produto-preco span {
        font-size: 13px;
        color: red;
        text-decoration: line-through;
    }

.detalhes a {
    font-size: 12px;
}

.botao {
    padding: 5px 0px;
}

.input-qty-detail {
}

.product-main-image-container, .product-main-image {
    min-height: 310px;
}

.produto-inserido {
    width: 100%;
    height: 10px;
    color: green;
    position: relative;
    z-index: 100;
    text-align: center;
    visibility: hidden;
}

.produto-inserido-qtde {
    color: green;
}

.btn-small-avisar-disponivel {
    padding-left: 19px;
    padding-right: 18px;
}

.qtde-add {
    font-size: 15px;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}</pre></body></html>