@media screen and (max-width:992px) {
    div.ftProductModal {
        height: 350px;
    }
    div.ftProductModal img {
        height: fit-content;
        max-height: 300px;
    }
}

.listaProdutosEncarteEstabelecimento::-webkit-scrollbar {
    width: 4px;
}

.listaProdutosEncarteEstabelecimento::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.027);
    border-radius: 10px;
}

.listaProdutosEncarteEstabelecimento::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
}


div.obsProduto {
    position: absolute;
    bottom: 0px;
    left: 0;
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    height: 16.5px;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0px;
    margin-top: 10px;
}

div.obsProduto.text-md {
    font-size: 9px;
}

div.obsProduto.text-lg {
    font-size: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}

div.boxProdutoEst {
    cursor: pointer;
    padding-bottom: 30px;
    margin-right: 10px;
}

.boxProdutoEst {
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgb(255 255 255 / 73%) 100%);
    border: solid 1px #f1f1f1;
}

.nomeProduto {
    height: 60px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 18px;
}

.nomeProduto,
.ftProduto {
    padding: 10px;
}

.nomeProduto.text-lg span,
.nomeProduto.text-md span {
    line-height: 14px;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ftProduto {
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 250px;
    aspect-ratio: 1;
    object-fit: contain;
    border-radius: 10px;
    max-height: 250px;
    position: relative;
    margin: 0 auto 10px auto;
    height: 250px;
    min-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}

.ftProduto img {
    object-fit: contain;
    height: auto;
    max-height: 250px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

div.v3-proibido {
    position: absolute;
    top: 190px;
    right: 20px;
    width: fit-content;
    z-index: 1;
}

.ftProduto .v3-proibido img {
    width: 60px;
    height: 60px;
}

.ftProductModal {
    display: flex;
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
    position: relative;
    height: 450px;
    padding: 40px 0;
    align-items: center;
}

.ftProductModal img {
    height: fit-content;
    max-height: 380px;
}

.ftProductModal .v3-proibido {
    position: absolute;
    top: 0;
    right: 0px;
    width: fit-content;
    z-index: 1;
}

.ftProductModal .v3-proibido img {
    width: 100px;
}

.v3-bubble {
    position: absolute;
    top: 0;
    left: 0;
}

.ftProductModal .img-bg-desconto {
    width: 130px;
    height: 100px;
}

.ftProduto img.img-bg-desconto {
    width: 100px;
    height: 70px;
}

.ftProductModal .max-text {
    position: absolute;
    top: 38px;
    right: 42px;
    font-weight: 600;
    font-size: 17px;
}

.max-text {
    position: absolute;
    top: 25px;
    right: 34px;
    font-weight: 600;
    font-size: 13px;
}

.v3-observacao .text-box-text {
    text-align: center;
}

.infoProduto {
    padding: 10px;
    background: #e1e1e1;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
}

.colInfoProdutoModal a.btnCompartilhar,
.colInfoProdutoModal button.btnCompartilhar {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
}

/* CSS DA PAGINA: PORTAL_PRODUTO_ETIQUETA.css */

.precosProduto,
.precosProdutoModal {
    height: 75px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    align-self: center;
    margin: 0 auto;
}

.flagPrecoInicial {
    text-decoration: line-through;
    font-size: 0.8em;
    background: white;
    width: 80%;
    margin: auto;
    border: solid 1px;
    border-radius: 4px 4px 0 0;
    border-bottom: none;
}

.precosProdutoDe {
    width: 80%;
    align-self: center;
}

.precosProdutoDe .flagPrecoFinal {
    font-size: 13px;
}

.precosProdutoDe .flagPrecoFinal.cut {
    text-decoration: line-through;
}

.flagPrecoFinal {
    display: flex;
    justify-content: center;
    line-height: 1.33em;
    font-size: 1.1em;
    letter-spacing: -1px;
    font-weight: bold;
    padding: 5px;
    background: #1a1d20;
    color: white;
    border-radius: 5px;
}

.flagPor {
    font-size: 0.8em;
    background: white;
    width: 80%;
    margin: auto;
    border: solid 1px;
    border-radius: 4px 4px 0 0;
    border-bottom: none;
    padding: 0px 5px;
    font-size: 10px;
}

span.unidadeProduto {
    font-weight: normal;
    margin-left: 5px;
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 10px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.precosProdutoDe .flagPor,
.precosProdutoPor .flagPor {
    text-transform: uppercase;
}

.precosProdutoDe div.flagPor {
    width: 100%;
}

.precosProdutoPor {
    position: relative;
    margin-left: 5px;
}

.precosProdutoPor .flagPrecoFinal .real {
    font-size: 2.5em;
    letter-spacing: -2px;
}

.precosProdutoPor .flagPrecoFinal .cents {
    font-size: 1.5em;
}

.flagPrecoFinal .real {
    margin-left: 2px;
}

.precosProdutoPor .flagPrecoFinal {
    line-height: 2.5em;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1529953045671394) 0%, rgba(255, 255, 255, 0.1978132317380077) 100%);
    padding: 5px 10px !important;
    position: relative;
    border-radius: 10px;
}



/* FINAL CSS DA PAGINA: PORTAL_PRODUTO_ETIQUETA.css */