.product-thumb {margin: 12px; line-height: normal; transition: all ease .5s; position: relative;}
.product-list-carousel .product-thumb {margin: 0;}
@media (max-width: 991px) {
	.product-thumb {margin: 8px;}
}
/* imagens */
.product-thumb .images img {border-radius: 4px;}
/* imagens */

/* thumb com background */
.product-list-carousel-bg .product-thumb {color: #fff; border: none;}
.product-list-carousel-bg .product-thumb-title a {color: #fff;}
.product-list-carousel-bg .product-thumb .price {color: #fff;}
/* thumb com background */

.product-thumb-title {font-size: 14px; font-weight: 300; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; margin-bottom: 10px; margin-top: 12px; line-height: 20px;}
.product-thumb-title a {color: #0e0e0e;}
@media (max-width: 991px) {
	.product-thumb-title {font-size: 12px; line-height: 16px;}
}

/* avaliações */
.product-thumb .rating {display: flex; gap: 4px; align-items: center; font-size: 10px; margin-bottom: 6px;}
.product-thumb .rating a {font-size: 12px; color: #505050;}
.product-thumb .rating .stars-container {position: relative;  height: 20px; display: flex; justify-content: center; align-items: center;}
.product-thumb .rating .stars-wrapper {position: absolute; left: 0; width: 100%; display: flex; gap: 4px;}
.product-thumb .rating .stars-empty i {color: #ddd;}
.product-thumb .rating .stars-fill {overflow: hidden; white-space: nowrap; max-width: 100%;}
@media (max-width: 991px) {
	.product-thumb .rating .stars-wrapper i {font-size: 12px;}
	.product-thumb .rating a {font-size: 10px;}
}
/* avaliações */

/* botões | bottom da thumb */
.product-thumb .product-thumb-top {position: relative}
.product-thumb-buttons .btn-product-thumb {height: 45px; padding: 0; font-size: 12px; background: var(--btn-primary); color: #fff;}
.product-thumb-buttons .btn-product-thumb:hover {background: var(--btn-primary-hover);}
.product-thumb-buttons {position: absolute; width: 100%; left: 0; padding: 0 12px; opacity: 0; transition: ease all .5s; bottom: 0px; z-index: 10;}
.product-thumb:hover .product-thumb-buttons {opacity: 1; bottom: 12px;}

.product-thumb .btn-product-thumb-mobile i {display: flex;}
@media (max-width: 991px) {
	.product-thumb-buttons {display: none;}
}
/* botões | bottom da thumb */

/* favoritos e botão comprar mobile */
.product-thumb .wishlist, .product-thumb .btn-product-thumb-mobile {display: flex; justify-content: center; align-items: center; width: 32px; height: 32px; border-radius: 50%; color: #353535; background: #F6F6F6; position: absolute; z-index: 3;}
.product-thumb .wishlist:hover, .product-thumb .btn-product-thumb-mobile:hover {background: #E4E1E5;}
.product-thumb:hover .wishlist {opacity: 1;}
.product-thumb .wishlist {top: 12px; right: 12px;}
.product-thumb .btn-product-thumb-mobile {display: none; bottom: 8px; right: 8px;}
@media (max-width: 991px) {
	.product-thumb .btn-product-thumb-mobile {display: flex;}
	.product-thumb .wishlist, .product-thumb .btn-product-thumb-mobile {opacity: 1; box-shadow: 0px 0px 5px 1px #bdbdbd66; width: 36px; height: 36px;}
	.product-thumb .wishlist {bottom: 8px; right: 48px; top: auto;}
}
/* favoritos e botão comprar mobile */

/* efeitos hover nos botões */
/* @media (min-width: 992px) {
	.product-thumb {margin-bottom: 44px; overflow: hidden;}
	.product-thumb:hover {padding-bottom: 52px; margin-bottom: 0;}
	.product-thumb-buttons {position: absolute; width: 100%; left: 0; padding: 0 8px; opacity: 0; transition: ease all .5s; bottom: 10px; margin-bottom: 8px;}
	.product-thumb:hover .product-thumb-buttons {opacity: 1; bottom: 0;}
}
@media (max-width: 991px) {
	.product-thumb-buttons {display: none;}
} */
/* efeitos hover nos botões */

/* preços */
.product-thumb .price {font-size: 16px; color: #272727; margin-bottom: 4px; font-weight: 600;}
.product-thumb .wrapper-price-price-old {margin-bottom: 4px;}
.product-thumb .wrapper-price-price-old .price {margin-bottom: 0px;}
.product-thumb .container-pix {display: flex; align-items: center; gap: 4px; margin-top: 12px;}
.product-thumb .pix-icon {display: none;}
.product-thumb .pix-value {font-size: 18px; font-weight: 500;}
.product-thumb .pix-text {font-weight: 300;}
.product-thumb .installment {font-weight: 300;}
.product-thumb .price-old {font-size: 16px; color: #C11E1E; text-decoration: line-through;}
.product-thumb .tag-thumb {background: #30d15826; font-size: 11px; padding: 4px 6px; line-height: normal; color: #0f6224; border-radius: 100px; z-index: 3; position: absolute; top: 12px; left: 12px; font-weight: 600;}
@media (max-width: 991px) {
	.product-thumb .pix-value {font-size: 12px;}
	.product-thumb .pix-text {font-size: 10px;}
	.product-thumb .pix-icon svg {width: 18px; height: 18px}
	.product-thumb .installment {font-size: 11px;}
	.product-thumb .container-pix {padding: 8px 4px;}
	.product-thumb .price, .product-thumb .price-old {font-size: 14px;}
	
	/* carousel */
	.product-list-carousel .product-thumb .installment {font-size: 13px;}
	.product-list-carousel .product-thumb .pix-text {font-size: 12px;}
	.product-list-carousel .product-thumb .pix-value {font-size: 14px;}
	/* carousel */
}
	/* preços */