.card-product-description {
		position: relative;
		transition: all 0.5s;
		background-color: #ffffff;
	}
	.card-product-description .products-bottons {
		opacity: 0;
		transition: all 0.5s;
	}
	.product-card:hover .card-product-description {
		margin-top: -50px;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	}
	.product-card:hover .card-product-description .products-bottons {
		opacity: 1;
	}
						
							$$[(excludeIva && product.variants[0].taxable) ? numberFormatter(valueWithoutTax(product.lowerPrice, product.variants[0].otherTax), decimals) : numberFormatter(product.lowerPrice, decimals)]$
						
						
							$$[(excludeIva && product.variants[0].taxable) ? numberFormatter(valueWithoutTax(product.lowerCompareAtPrice, product.variants[0].otherTax), decimals) : numberFormatter(product.lowerCompareAtPrice, decimals)]$
							 $[product.metaData.compareAtPriceLabel]$
						
					
🕐
No hemos encontrado productos
🕐
Estamos consultando los productos...
