La vendedora de crepes
.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;
}
.badge-category-filter {
display: flex;
overflow-x: scroll;
gap: 6px;
}
.badge-category-filter button {
background:#ffffff;
font-size: 14px;
outline: inherit;
margin-bottom: 0;
border: 2px solid #8a6552;
color: #282828;
padding: 10px 20px;
transition: all 0.5s;
}
.badge-category-filter button:hover, .badge-category-filter button.active {
background:#fbe2d5;
border-color: #ffffff;
color: #ffffff;
}
$[searchValue]$
$$[(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)]$
🕐
No hemos encontrado productos
🕐
Estamos consultando los productos...