
html .btn__acompanhar {
    background: #935cc7;
height: 30px;
display: inline-block;
line-height: 30px;
padding: 0 20px;
color: #fff;
border-radius: 4px;
}

html .btn__acompanhar:hover {
color: #fff;
}

@media (max-width: 767px) {

html .listagem-linha .owl-nav {
    top: 30%;
}

html .shopByCategory .slick-next,
html .shopByCategory .slick-prev {
    background: #f9f9f9 !important;
border-radius: 5px !important;
-webkit-box-shadow: 0 2px 4.3px 0.45px rgba(205,205,205,0.16) !important;
box-shadow: 0 2px 4.3px 0.45px rgba(205,205,205,0.16) !important;
border: 1px solid #e8e8e8 !important;
padding: 11px 2px !important;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
width: 19px;
height: 37px;
}

html .shopByCategory .slick-next {
    right: 0;
}


html .wrapperShopByCategory {
    padding: 0 15px !important;
}

html .listagem-item .info-produto .nome-produto {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
}

html .preco-produto .preco-venda {
    font-size: 14px;
}
}

@media (max-width: 360px) {
html .listagem-item .acoes-produto .add-increment input {
    width: 30px;
}

html .listagem-item .acoes-produto {
    gap: 5px;
}

html .listagem-item .acoes-produto > .botao-whatsapp {
    margin-top: 0;
}

html .listagem-item .info-produto .nome-produto {
    font-size: 14px;
     display: -webkit-box;
-webkit-line-clamp: 2; /* Define o número máximo de linhas */
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
line-height: 20px;
}
}