.product-thumb {line-height: normal; border: 1px solid #eee; padding: 8px; border-radius: var(--border-radius-default); margin: 0 5px; transition: ease all .5s;}
.product-thumb:hover {border-color: #ccc;}

.product-thumb-title {font-size: 14px; font-weight: 400; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 10px; line-height: 20px; text-align: center; text-transform: uppercase; margin-top: 4px;}

/* favoritos */
.product-thumb .wishlist {display: flex; justify-content: center; align-items: center; width: 32px; height: 32px; border-radius: 50%; color: #353535; background: #F6F6F6; position: absolute; top: 0; right: 0; z-index: 3; opacity: 0;}
.product-thumb:hover .wishlist {opacity: 1;}
.product-thumb .wishlist:hover {background: #E4E1E5;}
/* favoritos */

/* botões */
.product-thumb-bottom {display: none;}
/* botões */

/* preços */
.product-thumb .product-price {text-align: center;}
.product-thumb .price {font-size: 20px; color: var(--primary);}
.product-thumb .container-pix {margin-bottom: 4px; display: flex; align-items: center; justify-content: center; gap: 4px;}
.product-thumb .pix-value {color: var(--green); font-size: 22px; font-weight: 500;}
.product-thumb .installment {font-weight: 300; color: #616161; margin-top: 8px;}
.product-thumb .price-old {font-size: 12px; color: #aaa; text-decoration: line-through;}
.product-thumb .tag-thumb {background: var(--green); font-size: 10px; padding: 2px 5px; line-height: normal; border: 1px solid var(--green); color: #fff; border-radius: 4px;}
/* preços */