www.lekue.com
Open in
urlscan Pro
199.232.193.91
Public Scan
Submitted URL: https://lekue.ch/
Effective URL: https://www.lekue.com/es
Submission: On April 02 via api from US — Scanned from US
Effective URL: https://www.lekue.com/es
Submission: On April 02 via api from US — Scanned from US
Form analysis
6 forms found in the DOMGET https://www.lekue.com/es/catalogsearch/result/
<form class="form minisearch relative" id="search_mini_form" action="https://www.lekue.com/es/catalogsearch/result/" method="get">
<div class="">
<label for="search" class="absolute top-2 left-2 py-1.5 lg:left-5" data-role="minisearch-label" :class="{ '': searchOpen, '': !searchOpen }">
<span class="hidden">Buscar</span>
<span class="a-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="h-5 w-5" width="24" height="24">
<path d="M229.7,218.3l-43.3-43.2a92.2,92.2,0,1,0-11.3,11.3l43.2,43.3a8.2,8.2,0,0,0,11.4,0A8.1,8.1,0,0,0,229.7,218.3ZM40,116a76,76,0,1,1,76,76A76.1,76.1,0,0,1,40,116Z"></path>
</svg>
</span>
</label>
<div class="control p-2 bg-white border rounded-md border-input-border-focus lg:px-5 lg:pb-5">
<script>
function inputData() {
return {
inputed: false,
searchOpen: false,
search: {},
selectedTab: "",
isSearchLoading: false,
handleChangeInput(event) {
let inputSearch = event.target.value;
if (inputSearch.length < 3) return;
this.inputed = true;
this.search = {}
this.isSearchLoading = true;
fetch('https://www.lekue.com/es/graphql', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Store': 'es'
},
credentials: 'include',
body: JSON.stringify({
query: this.getQuery(inputSearch)
})
}).then((response) => {
return response.json()
}).then((data) => {
if (!data.errors) {
this.search = data.data.rocket_multi_search;
}
}).catch(error => {
console.error(error);
}).finally(() => {
this.isSearchLoading = false;
});
},
getQuery(search) {
return `{
rocket_multi_search(search: "${search}") {
products {
uid
name
price_range {
minimum_price {
regular_price {
value
}
final_price {
value
}
}
maximum_price {
regular_price {
value
}
final_price {
value
}
}
}
url_key
url_suffix
canonical_url
url_rewrites {
url
}
categories {
name
}
image {
label
url
}
small_image{
url
label
}
}
blog_items {
uuid
name
slug
component
link
created_at
featured
publish_date
image_file
short_description
title
}
recipes {
uid
name
canonical_url
image {
label
url
}
small_image{
url
label
}
}
}
}`;
}
}
}
</script>
<div x-data="inputData()" @search-close.window="searchOpen = false" @search-open.window="searchOpen = true" class="">
<span @click="$dispatch('search-close')" class="a-icon cursor-pointer absolute top-3.5 right-5"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="h-5 w-5" width="24" height="24">
<path d="M205.7,194.3a8.1,8.1,0,0,1,0,11.4,8.2,8.2,0,0,1-11.4,0L128,139.3,61.7,205.7a8.2,8.2,0,0,1-11.4,0,8.1,8.1,0,0,1,0-11.4L116.7,128,50.3,61.7A8.1,8.1,0,0,1,61.7,50.3L128,116.7l66.3-66.4a8.1,8.1,0,0,1,11.4,11.4L139.3,128Z"></path>
</svg>
</span>
<input id="search" x-ref="searchInput" @search-opened.window="$refs.searchInput.focus()" @input="$dispatch('search-open'); handleChangeInput($event)" @click="$dispatch('search-open')" mcclane-data="search-form-field" autocomplete="off"
type="search" name="q" value="" placeholder="Buscar..." maxlength="128" class="pl-6 form-input h-8 rounded-none w-full border-t-0 border-l-0 border-r-0 border-b-gray px-0 py-1 focus:ring-0 text-input-text-focus">
<div class="mt-4" :class="{ '': searchOpen, '': !searchOpen }">
<div class="flex flex-row flex-nowrap justify-center items-center" x-show="isSearchLoading" style="display: none;">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="animate-spin h-8 w-8" width="24" height="24">
<path d="M232,128A104,104,0,1,1,84.7,33.4a8.1,8.1,0,0,1,10.6,4,8,8,0,0,1-4,10.6,88,88,0,1,0,73.4,0,8,8,0,0,1-4-10.6,8.1,8.1,0,0,1,10.6-4A104.4,104.4,0,0,1,232,128Z"></path>
</svg>
</div>
<div x-show="!isSearchLoading && inputed" class="mt-4" style="display: none;">
<div class="flex flex-row flex-nowrap items-center">
<div class="flex-initial flex order-first cursor-pointer m-tab__title border-b-2 py-1 px-6 mb-4 border-primary m-tab__title--active m-tab__title--inactive border-gray" :class="{
'm-tab__title--active border-primary': (selectedTab === 'product.search.results') || (selectedTab === '' && 'product.search.results' === 'product.search.results') ,
'm-tab__title--inactive border-gray' : selectedTab !== 'product.search.results'
}" @click="selectedTab = 'product.search.results'"> Productos </div>
<div class="flex-initial flex order-first cursor-pointer m-tab__title border-b-2 py-1 px-6 mb-4 m-tab__title--inactive border-gray" :class="{
'm-tab__title--active border-primary': (selectedTab === 'blog.search.results') || (selectedTab === '' && 'blog.search.results' === 'product.search.results') ,
'm-tab__title--inactive border-gray' : selectedTab !== 'blog.search.results'
}" @click="selectedTab = 'blog.search.results'"> Blog </div>
<div class="flex-initial flex order-first cursor-pointer m-tab__title border-b-2 py-1 px-6 mb-4 m-tab__title--inactive border-gray" :class="{
'm-tab__title--active border-primary': (selectedTab === 'recipe.search.results') || (selectedTab === '' && 'recipe.search.results' === 'product.search.results') ,
'm-tab__title--inactive border-gray' : selectedTab !== 'recipe.search.results'
}" @click="selectedTab = 'recipe.search.results'"> Recetas </div>
</div>
<div class="h-full max-h-96 overflow-y-auto scrollbar-thin scrollbar-thumb-gray-dark scrollbar-track-gray-light"
x-show="(selectedTab === 'product.search.results') || (selectedTab === '' && 'product.search.results' === 'product.search.results')">
<template x-if="search.products && search.products.length > 0">
<div class="grid gap-1.5 grid-cols-2 lg:grid-cols-5">
<template x-for="product in search.products">
<div class="">
<a :href="window.BASE_URL + product.canonical_url" class="flex flex-col justify-center items-start" mcclane-data="search-form-suggestion">
<img :src="product.small_image.url" class="md:w-auto w-full md:mr-0 object-contain" :alt="product.small_image.label" loading="lazy">
<div class="flex flex-col items-start w-full mt-2">
<p x-text="product.name" class="text-product-card-title product-card-title md:product-card-title-desktop mb-1 line-clamp-1"></p>
<div class="final-price ">
<span x-text="hyva.formatPrice(product.price_range.minimum_price.final_price.value)" :class="{ 'price-wrapper text-product-price-discount product-page-price-discount md:product-page-price-discount-desktop': product.price_range.minimum_price.final_price.value !== product.price_range.minimum_price.regular_price.value }"></span>
<span class="price-wrapper text-product-price-old product-page-price-old md:product-page-price-old-desktop" x-show="product.price_range.minimum_price.final_price.value !== product.price_range.minimum_price.regular_price.value" x-text="hyva.formatPrice(product.price_range.minimum_price.regular_price.value)"></span>
</div>
</div>
</a>
</div>
</template>
</div>
</template>
<template x-if="!search.products || search.products.length === 0">
<div class="w-full h-full flex flex-col justify-center items-center gap-2">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-6 h-6" width="24" height="24">
<path d="M229.7,218.3l-43.3-43.2a92.2,92.2,0,1,0-11.3,11.3l43.2,43.3a8.2,8.2,0,0,0,11.4,0A8.1,8.1,0,0,0,229.7,218.3ZM40,116a76,76,0,1,1,76,76A76.1,76.1,0,0,1,40,116Z"></path>
</svg>
<span class="text-md">No hay resultados</span>
</div>
</template>
<div class="w-full h-full flex flex-col justify-center items-center gap-2">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-6 h-6" width="24" height="24">
<path d="M229.7,218.3l-43.3-43.2a92.2,92.2,0,1,0-11.3,11.3l43.2,43.3a8.2,8.2,0,0,0,11.4,0A8.1,8.1,0,0,0,229.7,218.3ZM40,116a76,76,0,1,1,76,76A76.1,76.1,0,0,1,40,116Z"></path>
</svg>
<span class="text-md">No hay resultados</span>
</div>
</div>
<div class="h-full max-h-96 overflow-y-auto scrollbar-thin scrollbar-thumb-gray-dark scrollbar-track-gray-light"
x-show="(selectedTab === 'blog.search.results') || (selectedTab === '' && 'blog.search.results' === 'product.search.results')" style="display: none;">
<template x-if="search.blog_items && search.blog_items.length > 0">
<div class="grid gap-1.5 grid-cols-2 lg:grid-cols-5">
<template x-for="blog_item in search.blog_items">
<div class="">
<a :href="window.BASE_URL + blog_item.link" class="flex flex-col justify-center items-start">
<img :src="(blog_item.image_file === null) ? 'https://www.lekue.com/media/catalog/product/placeholder/default/lekue-placeholder.jpg' : (blog_item.image_file)" :alt="blog_item.name" class="md:w-auto w-full md:mr-0" loading="lazy">
<div class="flex items-start w-full mt-2">
<p x-text="blog_item.name" class="text-product-card-title product-card-title md:product-card-title-desktop mb-1 line-clamp-1"></p>
</div>
</a>
</div>
</template>
</div>
</template>
<template x-if="!search.blog_items || search.blog_items.length === 0">
<div class="w-full h-full flex flex-col justify-center items-center gap-2">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-6 h-6" width="24" height="24">
<path d="M229.7,218.3l-43.3-43.2a92.2,92.2,0,1,0-11.3,11.3l43.2,43.3a8.2,8.2,0,0,0,11.4,0A8.1,8.1,0,0,0,229.7,218.3ZM40,116a76,76,0,1,1,76,76A76.1,76.1,0,0,1,40,116Z"></path>
</svg>
<span class="text-md">No hay resultados</span>
</div>
</template>
<div class="w-full h-full flex flex-col justify-center items-center gap-2">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-6 h-6" width="24" height="24">
<path d="M229.7,218.3l-43.3-43.2a92.2,92.2,0,1,0-11.3,11.3l43.2,43.3a8.2,8.2,0,0,0,11.4,0A8.1,8.1,0,0,0,229.7,218.3ZM40,116a76,76,0,1,1,76,76A76.1,76.1,0,0,1,40,116Z"></path>
</svg>
<span class="text-md">No hay resultados</span>
</div>
</div>
<div class="h-full max-h-96 overflow-y-auto scrollbar-thin scrollbar-thumb-gray-dark scrollbar-track-gray-light"
x-show="(selectedTab === 'recipe.search.results') || (selectedTab === '' && 'recipe.search.results' === 'product.search.results')" style="display: none;">
<template x-if="search.recipes && search.recipes.length > 0">
<div class="grid gap-1.5 grid-cols-2 lg:grid-cols-5">
<template x-for="recipe in search.recipes">
<div class="">
<a :href="window.BASE_URL + recipe.canonical_url" class="flex flex-col justify-center items-start">
<img :src="recipe.small_image.url" :alt="recipe.small_image.label" class="md:w-auto w-full md:mr-0" loading="lazy">
<div class="flex items-start w-full mt-2">
<p x-text="recipe.name" class="text-product-card-title product-card-title md:product-card-title-desktop mb-1 line-clamp-1"></p>
</div>
</a>
</div>
</template>
</div>
</template>
<template x-if="search.recipes && search.recipes.length === 0">
<div class="w-full h-full flex flex-col justify-center items-center gap-2">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-6 h-6" width="24" height="24">
<path d="M229.7,218.3l-43.3-43.2a92.2,92.2,0,1,0-11.3,11.3l43.2,43.3a8.2,8.2,0,0,0,11.4,0A8.1,8.1,0,0,0,229.7,218.3ZM40,116a76,76,0,1,1,76,76A76.1,76.1,0,0,1,40,116Z"></path>
</svg>
<span class="text-md">No hay resultados</span>
</div>
</template>
</div>
</div>
</div>
</div>
</div>
</div>
</form>
POST https://www.lekue.com/es/checkout/cart/add/uenc/%25uenc%25/product/3900/
<form method="post" action="https://www.lekue.com/es/checkout/cart/add/uenc/%25uenc%25/product/3900/"
class="item product product-item flex-1 product_addtocart_form bg-product-bg-color border-product-bg-border attribute_set_id_4 flex flex-col transition-shadow duration-300 ease-in" x-data="{activeItem: false, activeDetails: false}"
@mouseenter="activeItem = true" @mouseleave="activeItem = false" :class="{'bg-product-bg-hover-color border-product-bg-hover-border lg:shadow-lg': activeItem }">
<div x-data="{ formKey: '' }" x-init="formKey = hyva.getFormKey()">
<input name="form_key" type="hidden" :value="formKey" value="brdbRgpvdj4mjJSg">
</div>
<input type="hidden" name="product" value="3900">
<div class="storyblok-product-card product-product-card ">
<div class="o-container o-container-ba773994-e7aa-453d-829b-164204b0b493 full-width sb-4758290-relative "><a class="relative product photo product-item-photo block" href="https://www.lekue.com/es/kit-rice-grain-cooker-lekue" mcclane-data="category-item">
<img x-data="showHoverImage()" @update-gallery-3900.window="$root.src = $event.detail" class="object-contain w-full h-full" @mouseover="onHover()" @mouseleave="onLeave()" loading="lazy" alt="Quick Quinoa & Rice Cooker" title="Quick Quinoa & Rice Cooker" src="https://www.lekue.com/media/catalog/product/0/2/0200700v17m017_new.jpg?quality=80&bg-color=255,255,255&fit=bounds&height=360&width=360&canvas=360:360" src-hover="https://www.lekue.com/media/catalog/product/0/2/0200700_2.jpg?width=360&height=360&canvas=360,360&quality=80&bg-color=255,255,255&fit=bounds" src-leave="https://www.lekue.com/media/catalog/product/0/2/0200700v17m017_new.jpg?quality=80&bg-color=255,255,255&fit=bounds&height=360&width=360&canvas=360:360" width="360" height="360">
</a></div>
<style>
.sb-4758290-relative {
position: relative
}
</style>
<div
class="o-container o-container-71cb947a-28dc-408a-9f50-d20554851191 full-width sb-4036659-pt-1 lg:sb-4036659-pt-2.5 lg:sb-4036659-pl-2.5 lg:sb-4036659-pr-2.5 lg:sb-4036659-pb-2.5 product-info sb-4278873-flex sb-4278873-flex-col sb-4278873-flex-grow ">
<div class="o-container o-container-9348c8fe-2e28-482e-ba52-719ddeecea58 full-width sb-5377934-flex sb-5377934-flex-row sb-5377934-justify-between sb-5377934-items-center sb-5377934- flex-nowrap "><a class="product-item-link" href="https://www.lekue.com/es/kit-rice-grain-cooker-lekue">
<span class="product-card-title md:product-card-title-desktop text-product-card-title line-clamp-1">
Quick Quinoa & Rice Cooker</span>
</a>
<div class="o-container o-container-a9915043-0e84-4a9d-8ff6-2dd4b9719632 full-width sb-4127646-flex "><button x-data="{itemInWishlist: false, deleteParams: null, productId: 3900, loading: false}" @setwishliststatus3900.window="
loading = false;
itemInWishlist = $event.detail.status;
deleteParams = $event.detail && $event.detail.deleteParams ? $event.detail.deleteParams : undefined;
" @click.prevent="
loading = true;
!itemInWishlist
? rocketWishlist.add(productId)
: rocketWishlist.remove(deleteParams, productId);
" :disabled="loading" aria-label="Añadir a favoritos" class="" type="button">
<span class="!hidden" :class="{'!hidden': !loading}"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-3.5 h-3.5 md:w-5 md:h-5 animate-spin" width="24" height="24">
<path d="M232,128A104,104,0,1,1,84.7,33.4a8.1,8.1,0,0,1,10.6,4,8,8,0,0,1-4,10.6,88,88,0,1,0,73.4,0,8,8,0,0,1-4-10.6,8.1,8.1,0,0,1,10.6-4A104.4,104.4,0,0,1,232,128Z"></path>
</svg>
</span>
<span class="" :class="{'!hidden': itemInWishlist || loading }"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-3.5 h-3.5 md:w-5 md:h-5" width="24" height="24">
<path
d="M128,224a7.8,7.8,0,0,1-3.9-1C119.8,220.6,20,163.9,20,92A60,60,0,0,1,128,56,60,60,0,0,1,236,92c0,30.6-17.7,62-52.6,93.4A314.3,314.3,0,0,1,131.9,223,7.8,7.8,0,0,1,128,224Zm-3.9-15ZM80,48A44,44,0,0,0,36,92c0,55.2,74,103.7,92,114.7,18-11,92-59.5,92-114.7a44,44,0,0,0-84.6-17,8,8,0,0,1-14.8,0A43.8,43.8,0,0,0,80,48Z">
</path>
</svg>
</span>
<span class="!hidden" :class="{'!hidden': !itemInWishlist || loading }"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-3.5 h-3.5 md:w-5 md:h-5" width="24" height="24">
<path d="M236,92c0,30.6-17.7,62-52.6,93.4A314.3,314.3,0,0,1,131.9,223a8.1,8.1,0,0,1-7.8,0C119.8,220.6,20,163.9,20,92A60,60,0,0,1,128,56,60,60,0,0,1,236,92Z"></path>
</svg>
</span>
</button></div>
<style>
.sb-4127646-flex {
display: flex
}
</style>
</div>
<style>
.sb-5377934-flex {
display: flex
}
.sb-5377934-flex-row {
flex-direction: row
}
.sb-5377934-items-center {
align-items: center
}
.sb-5377934-justify-between {
justify-content: space-between
}
</style>
<div class="">
<div class="rating-summary flex cursor-pointer" onclick="(
document.getElementById('customer-review-list') ||
document.getElementById('customer-reviews') ||
document.getElementById('review-form')).scrollIntoView({behavior: 'smooth'}
)">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="text-product-review-01 w-4 h-4" width="24" height="24">
<path
d="M117.4 27.6c3.4-10.2 17.8-10.2 21.3 0l20.1 59.3c1.5 4.6 5.8 7.6 10.6 7.6h64c11 0 15.4 14.2 6.4 20.4l-50.9 35.4c-4.1 2.9-5.8 8.1-4.2 12.8l19.7 57.9c3.5 10.3-8.1 19-17 12.8L134.6 197c-3.9-2.7-9-2.7-12.8 0L69 233.8c-8.9 6.2-20.5-2.6-17-12.8l19.7-57.9c1.6-4.7-.1-10-4.2-12.8l-50.9-35.4c-9-6.3-4.6-20.4 6.4-20.4h64c4.8 0 9.1-3.1 10.6-7.6l19.8-59.3z">
</path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="text-product-review-01 w-4 h-4" width="24" height="24">
<path
d="M117.4 27.6c3.4-10.2 17.8-10.2 21.3 0l20.1 59.3c1.5 4.6 5.8 7.6 10.6 7.6h64c11 0 15.4 14.2 6.4 20.4l-50.9 35.4c-4.1 2.9-5.8 8.1-4.2 12.8l19.7 57.9c3.5 10.3-8.1 19-17 12.8L134.6 197c-3.9-2.7-9-2.7-12.8 0L69 233.8c-8.9 6.2-20.5-2.6-17-12.8l19.7-57.9c1.6-4.7-.1-10-4.2-12.8l-50.9-35.4c-9-6.3-4.6-20.4 6.4-20.4h64c4.8 0 9.1-3.1 10.6-7.6l19.8-59.3z">
</path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="text-product-review-01 w-4 h-4" width="24" height="24">
<path
d="M117.4 27.6c3.4-10.2 17.8-10.2 21.3 0l20.1 59.3c1.5 4.6 5.8 7.6 10.6 7.6h64c11 0 15.4 14.2 6.4 20.4l-50.9 35.4c-4.1 2.9-5.8 8.1-4.2 12.8l19.7 57.9c3.5 10.3-8.1 19-17 12.8L134.6 197c-3.9-2.7-9-2.7-12.8 0L69 233.8c-8.9 6.2-20.5-2.6-17-12.8l19.7-57.9c1.6-4.7-.1-10-4.2-12.8l-50.9-35.4c-9-6.3-4.6-20.4 6.4-20.4h64c4.8 0 9.1-3.1 10.6-7.6l19.8-59.3z">
</path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="text-product-review-01 w-4 h-4" width="24" height="24">
<path
d="M117.4 27.6c3.4-10.2 17.8-10.2 21.3 0l20.1 59.3c1.5 4.6 5.8 7.6 10.6 7.6h64c11 0 15.4 14.2 6.4 20.4l-50.9 35.4c-4.1 2.9-5.8 8.1-4.2 12.8l19.7 57.9c3.5 10.3-8.1 19-17 12.8L134.6 197c-3.9-2.7-9-2.7-12.8 0L69 233.8c-8.9 6.2-20.5-2.6-17-12.8l19.7-57.9c1.6-4.7-.1-10-4.2-12.8l-50.9-35.4c-9-6.3-4.6-20.4 6.4-20.4h64c4.8 0 9.1-3.1 10.6-7.6l19.8-59.3z">
</path>
</svg>
<span class="relative flex w-4 h-4">
<span class="overflow-hidden absolute left-0 h-full" style="width: 75%"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="text-product-review-01 w-4 h-4" width="24" height="24">
<path
d="M117.4 27.6c3.4-10.2 17.8-10.2 21.3 0l20.1 59.3c1.5 4.6 5.8 7.6 10.6 7.6h64c11 0 15.4 14.2 6.4 20.4l-50.9 35.4c-4.1 2.9-5.8 8.1-4.2 12.8l19.7 57.9c3.5 10.3-8.1 19-17 12.8L134.6 197c-3.9-2.7-9-2.7-12.8 0L69 233.8c-8.9 6.2-20.5-2.6-17-12.8l19.7-57.9c1.6-4.7-.1-10-4.2-12.8l-50.9-35.4c-9-6.3-4.6-20.4 6.4-20.4h64c4.8 0 9.1-3.1 10.6-7.6l19.8-59.3z">
</path>
</svg>
</span>
<span class="overflow-hidden absolute right-0 h-full" style="width: 25%"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="absolute right-0 text-product-review-02 w-4 h-4" width="24" height="24">
<path
d="M193 236c-1.8 0-4-.7-6-2.1l-52.7-36.7c-3.8-2.7-9-2.7-12.8 0l-55.6 38.7-4.4.1c-1.7.1-4-.8-6-2.3l-2.2-1.6-1.7-3.5c-.8-2.7-.8-5 0-7.4l19.7-58c1.6-4.7-.1-10-4.2-12.8L13.3 113l-1.7-4.1c-.6-2-.6-4.3.1-6.6l.8-2.7 2.8-2.8c2.2-1.6 4.5-2.4 7-2.4h64c4.8 0 9.1-3.1 10.6-7.6L118 24.4l5.8-4.2 6.8-.3 6 3.8 1.6 3.8 20.1 59.3c1.5 4.6 5.8 7.6 10.6 7.6h66.9l3.5 1.9c2.3 1.8 3.6 3.7 4.3 5.9l.9 2.8-.8 4c-.8 2.4-2.3 4.4-4.4 5.8l-50.9 35.4c-4.1 2.8-5.8 8.1-4.2 12.8l20.7 61.1-1.2 4.3c-.6 1.7-1.9 3.6-3.8 5l-2.5 1.9-4.3.4c.2.3.1.3-.1.3zM57.9 218.6zM46.3 113.2 77.7 135c10.9 7.6 15.5 21.6 11.2 34.2l-12.3 36.4 34.2-23.8c10.2-7.1 23.9-7.1 34.2 0l34.2 23.8-12.3-36.4c-4.3-12.6.4-26.6 11.2-34.2l31.4-21.8h-40.2c-12.8 0-24.2-8.2-28.3-20.3l-13-38.4-13 38.4c-4.1 12.1-15.5 20.3-28.3 20.3H46.3zM26.7 99.6z">
</path>
</svg>
</span>
</span>
<span class="text-sm pl-1">(167)</span>
</div>
</div><span class="product-card-description md:product-card-description-desktop text-product-card-description sb-2299124-mb-1">Quinoa, arroces y cereales en pocos minutos, ¡al microondas!</span>
<style>
.sb-2299124-mb-1 {
margin-bottom: 0.25rem
}
</style>
<div class="o-container o-container-735e32be-6b23-468f-a703-97879392cf44 w-full sb-6800510-flex sb-6800510-flex-row sb-6800510-flex-nowrap sb-6800510-gap-x-2 sb-6800510-items-center ">
<div class="flex flex-row flex-nowrap items-center gap-x-2 leading-none">
<div x-data="initPriceBox()" update-prices="3900" @update-prices-3900.window="updatePrice($event.detail);" class="">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="3900" data-price-box="product-id-3900">
<span class="old-price sly-old-price hidden">
</span>
<span class="normal-price">
<span class="price-container price-final_price tax weee">
<span class="price-label ">Tan bajo como</span>
<span id="product-price-3900" data-price-amount="27.9" data-price-type="finalPrice" class="price-wrapper "><span class="price">27,90 €</span></span>
</span>
</span>
</div>
</div>
</div>
<script>
</script>
<div x-data="initCalculateSavePercent(3900, [], 27.9, 27.9)" x-show="percentage > 0" x-bind="eventListeners" update-prices="3900" :class="{'hidden': percentage <= 0}"
class="product-label-3900 hidden product-label md:product-label-desktop bg-danger text-white inline-flex items-center" style="display: none;">
<span x-text="percentage">0</span>
<span>%</span>
</div>
</div>
<style>
.sb-6800510-flex {
display: flex
}
.sb-6800510-flex-row {
flex-direction: row
}
.sb-6800510-flex-nowrap {
flex-wrap: nowrap
}
.sb-6800510-items-center {
align-items: center
}
.sb-6800510-gap-x-2 {
column-gap: 0.5rem
}
</style>
</div>
<style>
.sb-4278873-flex {
display: flex
}
.sb-4278873-flex-grow {
flex-grow: 1
}
.sb-4278873-flex-col {
flex-direction: column
}
.sb-4036659-pt-1 {
padding-top: 0.25rem
}
@media(min-width:1024px) {
.lg\:sb-4036659-pt-2\.5 {
padding-top: 0.625rem
}
.lg\:sb-4036659-pl-2\.5 {
padding-left: 0.625rem
}
.lg\:sb-4036659-pr-2\.5 {
padding-right: 0.625rem
}
.lg\:sb-4036659-pb-2\.5 {
padding-bottom: 0.625rem
}
.lg\:sb-4036659-pt-2 {
padding-top: 0.5rem
}
.lg\:sb-4036659-pl-2 {
padding-left: 0.5rem
}
.lg\:sb-4036659-pr-2 {
padding-right: 0.5rem
}
.lg\:sb-4036659-pb-2 {
padding-bottom: 0.5rem
}
}
</style>
<style>
</style>
</div>
</form>
POST https://www.lekue.com/es/checkout/cart/add/uenc/%25uenc%25/product/3894/
<form method="post" action="https://www.lekue.com/es/checkout/cart/add/uenc/%25uenc%25/product/3894/"
class="item product product-item flex-1 product_addtocart_form bg-product-bg-color border-product-bg-border attribute_set_id_4 flex flex-col transition-shadow duration-300 ease-in" x-data="{activeItem: false, activeDetails: false}"
@mouseenter="activeItem = true" @mouseleave="activeItem = false" :class="{'bg-product-bg-hover-color border-product-bg-hover-border lg:shadow-lg': activeItem }">
<div x-data="{ formKey: '' }" x-init="formKey = hyva.getFormKey()">
<input name="form_key" type="hidden" :value="formKey" value="brdbRgpvdj4mjJSg">
</div>
<input type="hidden" name="product" value="3894">
<div class="storyblok-product-card product-product-card ">
<div class="o-container o-container-ba773994-e7aa-453d-829b-164204b0b493 full-width sb-4758290-relative "><a class="relative product photo product-item-photo block" href="https://www.lekue.com/es/popcorn-lekue" mcclane-data="category-item">
<img x-data="showHoverImage()" @update-gallery-3894.window="$root.src = $event.detail" class="object-contain w-full h-full" @mouseover="onHover()" @mouseleave="onLeave()" loading="lazy" alt="Microwave PopCorn" title="Microwave PopCorn" src="https://www.lekue.com/media/catalog/product/0/2/0200226_1.jpg?quality=80&bg-color=255,255,255&fit=bounds&height=360&width=360&canvas=360:360" src-hover="https://www.lekue.com/media/catalog/product/0/2/0200226_2.jpg?width=360&height=360&canvas=360,360&quality=80&bg-color=255,255,255&fit=bounds" src-leave="https://www.lekue.com/media/catalog/product/0/2/0200226_1.jpg?quality=80&bg-color=255,255,255&fit=bounds&height=360&width=360&canvas=360:360" width="360" height="360">
</a></div>
<style>
.sb-4758290-relative {
position: relative
}
</style>
<div
class="o-container o-container-71cb947a-28dc-408a-9f50-d20554851191 full-width sb-4036659-pt-1 lg:sb-4036659-pt-2.5 lg:sb-4036659-pl-2.5 lg:sb-4036659-pr-2.5 lg:sb-4036659-pb-2.5 product-info sb-4278873-flex sb-4278873-flex-col sb-4278873-flex-grow ">
<div class="o-container o-container-9348c8fe-2e28-482e-ba52-719ddeecea58 full-width sb-5377934-flex sb-5377934-flex-row sb-5377934-justify-between sb-5377934-items-center sb-5377934- flex-nowrap "><a class="product-item-link" href="https://www.lekue.com/es/popcorn-lekue">
<span class="product-card-title md:product-card-title-desktop text-product-card-title line-clamp-1">
Microwave PopCorn</span>
</a>
<div class="o-container o-container-a9915043-0e84-4a9d-8ff6-2dd4b9719632 full-width sb-4127646-flex "><button x-data="{itemInWishlist: false, deleteParams: null, productId: 3894, loading: false}" @setwishliststatus3894.window="
loading = false;
itemInWishlist = $event.detail.status;
deleteParams = $event.detail && $event.detail.deleteParams ? $event.detail.deleteParams : undefined;
" @click.prevent="
loading = true;
!itemInWishlist
? rocketWishlist.add(productId)
: rocketWishlist.remove(deleteParams, productId);
" :disabled="loading" aria-label="Añadir a favoritos" class="" type="button">
<span class="!hidden" :class="{'!hidden': !loading}"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-3.5 h-3.5 md:w-5 md:h-5 animate-spin" width="24" height="24">
<path d="M232,128A104,104,0,1,1,84.7,33.4a8.1,8.1,0,0,1,10.6,4,8,8,0,0,1-4,10.6,88,88,0,1,0,73.4,0,8,8,0,0,1-4-10.6,8.1,8.1,0,0,1,10.6-4A104.4,104.4,0,0,1,232,128Z"></path>
</svg>
</span>
<span class="" :class="{'!hidden': itemInWishlist || loading }"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-3.5 h-3.5 md:w-5 md:h-5" width="24" height="24">
<path
d="M128,224a7.8,7.8,0,0,1-3.9-1C119.8,220.6,20,163.9,20,92A60,60,0,0,1,128,56,60,60,0,0,1,236,92c0,30.6-17.7,62-52.6,93.4A314.3,314.3,0,0,1,131.9,223,7.8,7.8,0,0,1,128,224Zm-3.9-15ZM80,48A44,44,0,0,0,36,92c0,55.2,74,103.7,92,114.7,18-11,92-59.5,92-114.7a44,44,0,0,0-84.6-17,8,8,0,0,1-14.8,0A43.8,43.8,0,0,0,80,48Z">
</path>
</svg>
</span>
<span class="!hidden" :class="{'!hidden': !itemInWishlist || loading }"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-3.5 h-3.5 md:w-5 md:h-5" width="24" height="24">
<path d="M236,92c0,30.6-17.7,62-52.6,93.4A314.3,314.3,0,0,1,131.9,223a8.1,8.1,0,0,1-7.8,0C119.8,220.6,20,163.9,20,92A60,60,0,0,1,128,56,60,60,0,0,1,236,92Z"></path>
</svg>
</span>
</button></div>
<style>
.sb-4127646-flex {
display: flex
}
</style>
</div>
<style>
.sb-5377934-flex {
display: flex
}
.sb-5377934-flex-row {
flex-direction: row
}
.sb-5377934-items-center {
align-items: center
}
.sb-5377934-justify-between {
justify-content: space-between
}
</style>
<div class="">
<div class="rating-summary flex cursor-pointer" onclick="(
document.getElementById('customer-review-list') ||
document.getElementById('customer-reviews') ||
document.getElementById('review-form')).scrollIntoView({behavior: 'smooth'}
)">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="text-product-review-01 w-4 h-4" width="24" height="24">
<path
d="M117.4 27.6c3.4-10.2 17.8-10.2 21.3 0l20.1 59.3c1.5 4.6 5.8 7.6 10.6 7.6h64c11 0 15.4 14.2 6.4 20.4l-50.9 35.4c-4.1 2.9-5.8 8.1-4.2 12.8l19.7 57.9c3.5 10.3-8.1 19-17 12.8L134.6 197c-3.9-2.7-9-2.7-12.8 0L69 233.8c-8.9 6.2-20.5-2.6-17-12.8l19.7-57.9c1.6-4.7-.1-10-4.2-12.8l-50.9-35.4c-9-6.3-4.6-20.4 6.4-20.4h64c4.8 0 9.1-3.1 10.6-7.6l19.8-59.3z">
</path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="text-product-review-01 w-4 h-4" width="24" height="24">
<path
d="M117.4 27.6c3.4-10.2 17.8-10.2 21.3 0l20.1 59.3c1.5 4.6 5.8 7.6 10.6 7.6h64c11 0 15.4 14.2 6.4 20.4l-50.9 35.4c-4.1 2.9-5.8 8.1-4.2 12.8l19.7 57.9c3.5 10.3-8.1 19-17 12.8L134.6 197c-3.9-2.7-9-2.7-12.8 0L69 233.8c-8.9 6.2-20.5-2.6-17-12.8l19.7-57.9c1.6-4.7-.1-10-4.2-12.8l-50.9-35.4c-9-6.3-4.6-20.4 6.4-20.4h64c4.8 0 9.1-3.1 10.6-7.6l19.8-59.3z">
</path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="text-product-review-01 w-4 h-4" width="24" height="24">
<path
d="M117.4 27.6c3.4-10.2 17.8-10.2 21.3 0l20.1 59.3c1.5 4.6 5.8 7.6 10.6 7.6h64c11 0 15.4 14.2 6.4 20.4l-50.9 35.4c-4.1 2.9-5.8 8.1-4.2 12.8l19.7 57.9c3.5 10.3-8.1 19-17 12.8L134.6 197c-3.9-2.7-9-2.7-12.8 0L69 233.8c-8.9 6.2-20.5-2.6-17-12.8l19.7-57.9c1.6-4.7-.1-10-4.2-12.8l-50.9-35.4c-9-6.3-4.6-20.4 6.4-20.4h64c4.8 0 9.1-3.1 10.6-7.6l19.8-59.3z">
</path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="text-product-review-01 w-4 h-4" width="24" height="24">
<path
d="M117.4 27.6c3.4-10.2 17.8-10.2 21.3 0l20.1 59.3c1.5 4.6 5.8 7.6 10.6 7.6h64c11 0 15.4 14.2 6.4 20.4l-50.9 35.4c-4.1 2.9-5.8 8.1-4.2 12.8l19.7 57.9c3.5 10.3-8.1 19-17 12.8L134.6 197c-3.9-2.7-9-2.7-12.8 0L69 233.8c-8.9 6.2-20.5-2.6-17-12.8l19.7-57.9c1.6-4.7-.1-10-4.2-12.8l-50.9-35.4c-9-6.3-4.6-20.4 6.4-20.4h64c4.8 0 9.1-3.1 10.6-7.6l19.8-59.3z">
</path>
</svg>
<span class="relative flex w-4 h-4">
<span class="overflow-hidden absolute left-0 h-full" style="width: 85%"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="text-product-review-01 w-4 h-4" width="24" height="24">
<path
d="M117.4 27.6c3.4-10.2 17.8-10.2 21.3 0l20.1 59.3c1.5 4.6 5.8 7.6 10.6 7.6h64c11 0 15.4 14.2 6.4 20.4l-50.9 35.4c-4.1 2.9-5.8 8.1-4.2 12.8l19.7 57.9c3.5 10.3-8.1 19-17 12.8L134.6 197c-3.9-2.7-9-2.7-12.8 0L69 233.8c-8.9 6.2-20.5-2.6-17-12.8l19.7-57.9c1.6-4.7-.1-10-4.2-12.8l-50.9-35.4c-9-6.3-4.6-20.4 6.4-20.4h64c4.8 0 9.1-3.1 10.6-7.6l19.8-59.3z">
</path>
</svg>
</span>
<span class="overflow-hidden absolute right-0 h-full" style="width: 15%"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="absolute right-0 text-product-review-02 w-4 h-4" width="24" height="24">
<path
d="M193 236c-1.8 0-4-.7-6-2.1l-52.7-36.7c-3.8-2.7-9-2.7-12.8 0l-55.6 38.7-4.4.1c-1.7.1-4-.8-6-2.3l-2.2-1.6-1.7-3.5c-.8-2.7-.8-5 0-7.4l19.7-58c1.6-4.7-.1-10-4.2-12.8L13.3 113l-1.7-4.1c-.6-2-.6-4.3.1-6.6l.8-2.7 2.8-2.8c2.2-1.6 4.5-2.4 7-2.4h64c4.8 0 9.1-3.1 10.6-7.6L118 24.4l5.8-4.2 6.8-.3 6 3.8 1.6 3.8 20.1 59.3c1.5 4.6 5.8 7.6 10.6 7.6h66.9l3.5 1.9c2.3 1.8 3.6 3.7 4.3 5.9l.9 2.8-.8 4c-.8 2.4-2.3 4.4-4.4 5.8l-50.9 35.4c-4.1 2.8-5.8 8.1-4.2 12.8l20.7 61.1-1.2 4.3c-.6 1.7-1.9 3.6-3.8 5l-2.5 1.9-4.3.4c.2.3.1.3-.1.3zM57.9 218.6zM46.3 113.2 77.7 135c10.9 7.6 15.5 21.6 11.2 34.2l-12.3 36.4 34.2-23.8c10.2-7.1 23.9-7.1 34.2 0l34.2 23.8-12.3-36.4c-4.3-12.6.4-26.6 11.2-34.2l31.4-21.8h-40.2c-12.8 0-24.2-8.2-28.3-20.3l-13-38.4-13 38.4c-4.1 12.1-15.5 20.3-28.3 20.3H46.3zM26.7 99.6z">
</path>
</svg>
</span>
</span>
<span class="text-sm pl-1">(348)</span>
</div>
</div><span class="product-card-description md:product-card-description-desktop text-product-card-description sb-2299124-mb-1">¡Palomitas sanas y caseras! </span>
<style>
.sb-2299124-mb-1 {
margin-bottom: 0.25rem
}
</style>
<div class="o-container o-container-735e32be-6b23-468f-a703-97879392cf44 w-full sb-6800510-flex sb-6800510-flex-row sb-6800510-flex-nowrap sb-6800510-gap-x-2 sb-6800510-items-center ">
<div class="flex flex-row flex-nowrap items-center gap-x-2 leading-none">
<div x-data="initPriceBox()" update-prices="3894" @update-prices-3894.window="updatePrice($event.detail);" class="">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="3894" data-price-box="product-id-3894">
<span class="old-price sly-old-price hidden">
</span>
<span class="normal-price">
<span class="price-container price-final_price tax weee">
<span class="price-label ">Tan bajo como</span>
<span id="product-price-3894" data-price-amount="22.9" data-price-type="finalPrice" class="price-wrapper "><span class="price">22,90 €</span></span>
</span>
</span>
</div>
</div>
</div>
<script>
</script>
<div x-data="initCalculateSavePercent(3894, [], 22.9, 22.9)" x-show="percentage > 0" x-bind="eventListeners" update-prices="3894" :class="{'hidden': percentage <= 0}"
class="product-label-3894 hidden product-label md:product-label-desktop bg-danger text-white inline-flex items-center" style="display: none;">
<span x-text="percentage">0</span>
<span>%</span>
</div>
</div>
<style>
.sb-6800510-flex {
display: flex
}
.sb-6800510-flex-row {
flex-direction: row
}
.sb-6800510-flex-nowrap {
flex-wrap: nowrap
}
.sb-6800510-items-center {
align-items: center
}
.sb-6800510-gap-x-2 {
column-gap: 0.5rem
}
</style>
</div>
<style>
.sb-4278873-flex {
display: flex
}
.sb-4278873-flex-grow {
flex-grow: 1
}
.sb-4278873-flex-col {
flex-direction: column
}
.sb-4036659-pt-1 {
padding-top: 0.25rem
}
@media(min-width:1024px) {
.lg\:sb-4036659-pt-2\.5 {
padding-top: 0.625rem
}
.lg\:sb-4036659-pl-2\.5 {
padding-left: 0.625rem
}
.lg\:sb-4036659-pr-2\.5 {
padding-right: 0.625rem
}
.lg\:sb-4036659-pb-2\.5 {
padding-bottom: 0.625rem
}
.lg\:sb-4036659-pt-2 {
padding-top: 0.5rem
}
.lg\:sb-4036659-pl-2 {
padding-left: 0.5rem
}
.lg\:sb-4036659-pr-2 {
padding-right: 0.5rem
}
.lg\:sb-4036659-pb-2 {
padding-bottom: 0.5rem
}
}
</style>
<style>
</style>
</div>
</form>
POST https://www.lekue.com/es/checkout/cart/add/uenc/%25uenc%25/product/3926/
<form method="post" action="https://www.lekue.com/es/checkout/cart/add/uenc/%25uenc%25/product/3926/"
class="item product product-item flex-1 product_addtocart_form bg-product-bg-color border-product-bg-border attribute_set_id_4 flex flex-col transition-shadow duration-300 ease-in" x-data="{activeItem: false, activeDetails: false}"
@mouseenter="activeItem = true" @mouseleave="activeItem = false" :class="{'bg-product-bg-hover-color border-product-bg-hover-border lg:shadow-lg': activeItem }">
<div x-data="{ formKey: '' }" x-init="formKey = hyva.getFormKey()">
<input name="form_key" type="hidden" :value="formKey" value="brdbRgpvdj4mjJSg">
</div>
<input type="hidden" name="product" value="3926">
<div class="storyblok-product-card product-product-card ">
<div class="o-container o-container-ba773994-e7aa-453d-829b-164204b0b493 full-width sb-4758290-relative "><a class="relative product photo product-item-photo block" href="https://www.lekue.com/es/coctelera-para-masas-700ml" mcclane-data="category-item">
<img x-data="showHoverImage()" @update-gallery-3926.window="$root.src = $event.detail" class="object-contain w-full h-full" @mouseover="onHover()" @mouseleave="onLeave()" loading="lazy" alt="Coctelera para Crêpes y Pancakes" title="Coctelera para Crêpes y Pancakes" src="https://www.lekue.com/media/catalog/product/0/2/0205750n_1.jpg?quality=80&bg-color=255,255,255&fit=bounds&height=360&width=360&canvas=360:360" src-hover="https://www.lekue.com/media/catalog/product/0/2/0205750n_2.jpg?width=360&height=360&canvas=360,360&quality=80&bg-color=255,255,255&fit=bounds" src-leave="https://www.lekue.com/media/catalog/product/0/2/0205750n_1.jpg?quality=80&bg-color=255,255,255&fit=bounds&height=360&width=360&canvas=360:360" width="360" height="360">
</a></div>
<style>
.sb-4758290-relative {
position: relative
}
</style>
<div
class="o-container o-container-71cb947a-28dc-408a-9f50-d20554851191 full-width sb-4036659-pt-1 lg:sb-4036659-pt-2.5 lg:sb-4036659-pl-2.5 lg:sb-4036659-pr-2.5 lg:sb-4036659-pb-2.5 product-info sb-4278873-flex sb-4278873-flex-col sb-4278873-flex-grow ">
<div class="o-container o-container-9348c8fe-2e28-482e-ba52-719ddeecea58 full-width sb-5377934-flex sb-5377934-flex-row sb-5377934-justify-between sb-5377934-items-center sb-5377934- flex-nowrap "><a class="product-item-link" href="https://www.lekue.com/es/coctelera-para-masas-700ml">
<span class="product-card-title md:product-card-title-desktop text-product-card-title line-clamp-1">
Coctelera para Crêpes y Pancakes</span>
</a>
<div class="o-container o-container-a9915043-0e84-4a9d-8ff6-2dd4b9719632 full-width sb-4127646-flex "><button x-data="{itemInWishlist: false, deleteParams: null, productId: 3926, loading: false}" @setwishliststatus3926.window="
loading = false;
itemInWishlist = $event.detail.status;
deleteParams = $event.detail && $event.detail.deleteParams ? $event.detail.deleteParams : undefined;
" @click.prevent="
loading = true;
!itemInWishlist
? rocketWishlist.add(productId)
: rocketWishlist.remove(deleteParams, productId);
" :disabled="loading" aria-label="Añadir a favoritos" class="" type="button">
<span class="!hidden" :class="{'!hidden': !loading}"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-3.5 h-3.5 md:w-5 md:h-5 animate-spin" width="24" height="24">
<path d="M232,128A104,104,0,1,1,84.7,33.4a8.1,8.1,0,0,1,10.6,4,8,8,0,0,1-4,10.6,88,88,0,1,0,73.4,0,8,8,0,0,1-4-10.6,8.1,8.1,0,0,1,10.6-4A104.4,104.4,0,0,1,232,128Z"></path>
</svg>
</span>
<span class="" :class="{'!hidden': itemInWishlist || loading }"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-3.5 h-3.5 md:w-5 md:h-5" width="24" height="24">
<path
d="M128,224a7.8,7.8,0,0,1-3.9-1C119.8,220.6,20,163.9,20,92A60,60,0,0,1,128,56,60,60,0,0,1,236,92c0,30.6-17.7,62-52.6,93.4A314.3,314.3,0,0,1,131.9,223,7.8,7.8,0,0,1,128,224Zm-3.9-15ZM80,48A44,44,0,0,0,36,92c0,55.2,74,103.7,92,114.7,18-11,92-59.5,92-114.7a44,44,0,0,0-84.6-17,8,8,0,0,1-14.8,0A43.8,43.8,0,0,0,80,48Z">
</path>
</svg>
</span>
<span class="!hidden" :class="{'!hidden': !itemInWishlist || loading }"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-3.5 h-3.5 md:w-5 md:h-5" width="24" height="24">
<path d="M236,92c0,30.6-17.7,62-52.6,93.4A314.3,314.3,0,0,1,131.9,223a8.1,8.1,0,0,1-7.8,0C119.8,220.6,20,163.9,20,92A60,60,0,0,1,128,56,60,60,0,0,1,236,92Z"></path>
</svg>
</span>
</button></div>
<style>
.sb-4127646-flex {
display: flex
}
</style>
</div>
<style>
.sb-5377934-flex {
display: flex
}
.sb-5377934-flex-row {
flex-direction: row
}
.sb-5377934-items-center {
align-items: center
}
.sb-5377934-justify-between {
justify-content: space-between
}
</style>
<div class="">
<div class="rating-summary flex cursor-pointer" onclick="(
document.getElementById('customer-review-list') ||
document.getElementById('customer-reviews') ||
document.getElementById('review-form')).scrollIntoView({behavior: 'smooth'}
)">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="text-product-review-01 w-4 h-4" width="24" height="24">
<path
d="M117.4 27.6c3.4-10.2 17.8-10.2 21.3 0l20.1 59.3c1.5 4.6 5.8 7.6 10.6 7.6h64c11 0 15.4 14.2 6.4 20.4l-50.9 35.4c-4.1 2.9-5.8 8.1-4.2 12.8l19.7 57.9c3.5 10.3-8.1 19-17 12.8L134.6 197c-3.9-2.7-9-2.7-12.8 0L69 233.8c-8.9 6.2-20.5-2.6-17-12.8l19.7-57.9c1.6-4.7-.1-10-4.2-12.8l-50.9-35.4c-9-6.3-4.6-20.4 6.4-20.4h64c4.8 0 9.1-3.1 10.6-7.6l19.8-59.3z">
</path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="text-product-review-01 w-4 h-4" width="24" height="24">
<path
d="M117.4 27.6c3.4-10.2 17.8-10.2 21.3 0l20.1 59.3c1.5 4.6 5.8 7.6 10.6 7.6h64c11 0 15.4 14.2 6.4 20.4l-50.9 35.4c-4.1 2.9-5.8 8.1-4.2 12.8l19.7 57.9c3.5 10.3-8.1 19-17 12.8L134.6 197c-3.9-2.7-9-2.7-12.8 0L69 233.8c-8.9 6.2-20.5-2.6-17-12.8l19.7-57.9c1.6-4.7-.1-10-4.2-12.8l-50.9-35.4c-9-6.3-4.6-20.4 6.4-20.4h64c4.8 0 9.1-3.1 10.6-7.6l19.8-59.3z">
</path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="text-product-review-01 w-4 h-4" width="24" height="24">
<path
d="M117.4 27.6c3.4-10.2 17.8-10.2 21.3 0l20.1 59.3c1.5 4.6 5.8 7.6 10.6 7.6h64c11 0 15.4 14.2 6.4 20.4l-50.9 35.4c-4.1 2.9-5.8 8.1-4.2 12.8l19.7 57.9c3.5 10.3-8.1 19-17 12.8L134.6 197c-3.9-2.7-9-2.7-12.8 0L69 233.8c-8.9 6.2-20.5-2.6-17-12.8l19.7-57.9c1.6-4.7-.1-10-4.2-12.8l-50.9-35.4c-9-6.3-4.6-20.4 6.4-20.4h64c4.8 0 9.1-3.1 10.6-7.6l19.8-59.3z">
</path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="text-product-review-01 w-4 h-4" width="24" height="24">
<path
d="M117.4 27.6c3.4-10.2 17.8-10.2 21.3 0l20.1 59.3c1.5 4.6 5.8 7.6 10.6 7.6h64c11 0 15.4 14.2 6.4 20.4l-50.9 35.4c-4.1 2.9-5.8 8.1-4.2 12.8l19.7 57.9c3.5 10.3-8.1 19-17 12.8L134.6 197c-3.9-2.7-9-2.7-12.8 0L69 233.8c-8.9 6.2-20.5-2.6-17-12.8l19.7-57.9c1.6-4.7-.1-10-4.2-12.8l-50.9-35.4c-9-6.3-4.6-20.4 6.4-20.4h64c4.8 0 9.1-3.1 10.6-7.6l19.8-59.3z">
</path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="text-product-review-02 w-4 h-4" width="24" height="24">
<path
d="M193 236c-1.8 0-4-.7-6-2.1l-52.7-36.7c-3.8-2.7-9-2.7-12.8 0l-55.6 38.7-4.4.1c-1.7.1-4-.8-6-2.3l-2.2-1.6-1.7-3.5c-.8-2.7-.8-5 0-7.4l19.7-58c1.6-4.7-.1-10-4.2-12.8L13.3 113l-1.7-4.1c-.6-2-.6-4.3.1-6.6l.8-2.7 2.8-2.8c2.2-1.6 4.5-2.4 7-2.4h64c4.8 0 9.1-3.1 10.6-7.6L118 24.4l5.8-4.2 6.8-.3 6 3.8 1.6 3.8 20.1 59.3c1.5 4.6 5.8 7.6 10.6 7.6h66.9l3.5 1.9c2.3 1.8 3.6 3.7 4.3 5.9l.9 2.8-.8 4c-.8 2.4-2.3 4.4-4.4 5.8l-50.9 35.4c-4.1 2.8-5.8 8.1-4.2 12.8l20.7 61.1-1.2 4.3c-.6 1.7-1.9 3.6-3.8 5l-2.5 1.9-4.3.4c.2.3.1.3-.1.3zM57.9 218.6zM46.3 113.2 77.7 135c10.9 7.6 15.5 21.6 11.2 34.2l-12.3 36.4 34.2-23.8c10.2-7.1 23.9-7.1 34.2 0l34.2 23.8-12.3-36.4c-4.3-12.6.4-26.6 11.2-34.2l31.4-21.8h-40.2c-12.8 0-24.2-8.2-28.3-20.3l-13-38.4-13 38.4c-4.1 12.1-15.5 20.3-28.3 20.3H46.3zM26.7 99.6z">
</path>
</svg>
<span class="text-sm pl-1">(11)</span>
</div>
</div><span class="product-card-description md:product-card-description-desktop text-product-card-description sb-2299124-mb-1">¡Masas perfectas en 2 minutos!</span>
<style>
.sb-2299124-mb-1 {
margin-bottom: 0.25rem
}
</style>
<div class="o-container o-container-735e32be-6b23-468f-a703-97879392cf44 w-full sb-6800510-flex sb-6800510-flex-row sb-6800510-flex-nowrap sb-6800510-gap-x-2 sb-6800510-items-center ">
<div class="flex flex-row flex-nowrap items-center gap-x-2 leading-none">
<div x-data="initPriceBox()" update-prices="3926" @update-prices-3926.window="updatePrice($event.detail);" class="">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="3926" data-price-box="product-id-3926">
<span class="old-price sly-old-price hidden">
</span>
<span class="normal-price">
<span class="price-container price-final_price tax weee">
<span class="price-label ">Tan bajo como</span>
<span id="product-price-3926" data-price-amount="21.9" data-price-type="finalPrice" class="price-wrapper "><span class="price">21,90 €</span></span>
</span>
</span>
</div>
</div>
</div>
<script>
</script>
<div x-data="initCalculateSavePercent(3926, [], 21.9, 21.9)" x-show="percentage > 0" x-bind="eventListeners" update-prices="3926" :class="{'hidden': percentage <= 0}"
class="product-label-3926 hidden product-label md:product-label-desktop bg-danger text-white inline-flex items-center" style="display: none;">
<span x-text="percentage">0</span>
<span>%</span>
</div>
</div>
<style>
.sb-6800510-flex {
display: flex
}
.sb-6800510-flex-row {
flex-direction: row
}
.sb-6800510-flex-nowrap {
flex-wrap: nowrap
}
.sb-6800510-items-center {
align-items: center
}
.sb-6800510-gap-x-2 {
column-gap: 0.5rem
}
</style>
</div>
<style>
.sb-4278873-flex {
display: flex
}
.sb-4278873-flex-grow {
flex-grow: 1
}
.sb-4278873-flex-col {
flex-direction: column
}
.sb-4036659-pt-1 {
padding-top: 0.25rem
}
@media(min-width:1024px) {
.lg\:sb-4036659-pt-2\.5 {
padding-top: 0.625rem
}
.lg\:sb-4036659-pl-2\.5 {
padding-left: 0.625rem
}
.lg\:sb-4036659-pr-2\.5 {
padding-right: 0.625rem
}
.lg\:sb-4036659-pb-2\.5 {
padding-bottom: 0.625rem
}
.lg\:sb-4036659-pt-2 {
padding-top: 0.5rem
}
.lg\:sb-4036659-pl-2 {
padding-left: 0.5rem
}
.lg\:sb-4036659-pr-2 {
padding-right: 0.5rem
}
.lg\:sb-4036659-pb-2 {
padding-bottom: 0.5rem
}
}
</style>
<style>
</style>
</div>
</form>
POST https://www.lekue.com/es/newsletter/subscriber/new/
<form class="form subscribe" action="https://www.lekue.com/es/newsletter/subscriber/new/" method="post" x-data="initNewsletterForm()" @submit.prevent="submitForm()" id="newsletter-validate-detail">
<div class="flex flex-col flex-wrap justify-center gap-3.5 md:justify-start">
<div class="relative">
<input name="email" type="email" required="" id="newsletter-subscribe" class="form-input inline-flex w-full>" placeholder="Email">
<div x-data="{ formKey: '' }" x-init="formKey = hyva.getFormKey()">
<input name="form_key" type="hidden" :value="formKey" value="brdbRgpvdj4mjJSg">
</div>
<button class="btn btn-primary absolute right-0 md:right-1 top-1/2 transform -translate-y-1/2" aria-label="Enviar" mcclane-data="newsletter-footer-submit"><span class="a-icon>"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"
fill="currentColor" width="24" height="24">
<path d="M221.7,133.7l-72,72a8.2,8.2,0,0,1-11.4,0,8.1,8.1,0,0,1,0-11.4L196.7,136H40a8,8,0,0,1,0-16H196.7L138.3,61.7a8.1,8.1,0,0,1,11.4-11.4l72,72A8.1,8.1,0,0,1,221.7,133.7Z"></path>
</svg>
</span></button>
</div>
<div class="field field-reserved choice required">
<input type="checkbox" id="terms-magento-framework-view-element-template-24" name="terms[1]" mcclane-data="block_newsletter-accept-terms-1" title="ES - política de privacidad " class="checkbox" required="">
<label class="label" for="terms-magento-framework-view-element-template-24">
<span>He leído y acepto la <a href="/es/politica-de-privacidad" target="_blank">política de privacidad</a></span>
</label>
</div>
</div>
<div>
<template x-if="displayErrorMessage">
<p class="flex items-center text-red">
<span class="inline-block w-8 h-8 mr-3">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="24" height="24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
</span>
<template x-for="errorMessage in errorMessages">
<span x-html="errorMessage"></span>
</template>
</p>
</template>
</div>
</form>
POST
<form class="form form-login" method="post" @submit.prevent="submitForm();" id="login-form">
<p class="text-xl font-bold mb-3.5 md:mb-5 md:text-3xl mt-1.5">Bienvenido a Lékué</p>
<div class="fieldset login">
<div class="field email required ">
<label class="label " for="customer-email">
<span>Email</span>
</label>
<div class="control">
<input name="username" id="form-login-username" x-ref="customer-email" @change="errors = 0" mcclane-data="login-form-email" type="email" required="" class="form-input input-text binded">
</div>
</div>
<div class="field password required ">
<label for="pass" class="label ">
<span>Contraseña</span>
</label>
<div class="control">
<input name="password" id="form-login-password" type="password" class="form-input input-text binded" required="" x-ref="customer-password" @change="errors = 0" mcclane-data="login-form-password">
</div>
</div>
<input name="context" type="hidden" value="checkout">
<div class="actions-toolbar flex flex-col flex-nowrap">
<div>
<span class="cursor-pointer text-sm underline text-brand-primary mb-4 md:mb-5 block" @click="openLink(atob('aHR0cHM6Ly93d3cubGVrdWUuY29tL2VzL2N1c3RvbWVyL2FjY291bnQvZm9yZ290cGFzc3dvcmQv'), '_self')" x-data=""
mcclane-data="customer-password-recovery-button"> ¿Has olvidado tu contraseña? </span>
</div>
<button type="submit" class="inline-flex btn btn-primary md:btn-lg" mcclane-data="login-form-submit"> Inicia sesión </button>
</div>
</div>
</form>
Text Content
Elija otro país o región para ver contenido específico de su ubicación y región. ES ES CAT UK FRA EU USA Aceptar ENVÍO GRATIS a partir de 20€ ENTREGA RÁPIDA DEVOLUCIÓN GRATIS para cualquier pedido * Ofertas * Comida sana Volver * Estuches de Vapor y Vaporeras * Cocinar al microondas * Cocinar huevos * Moldes para pan casero * Utensilios * Accesorios freidora de aire * Libros Estuches de Vapor Cocinar al microondas Moldes para Air Fryer * Repostería Volver * Moldes para tartas * Moldes desmontables * Moldes creativos * Moldes individuales * Moldes para madalenas * Cortadores de galletas * Moldes para pan * Decoración de pasteles * Utensilios de repostería * Tapetes de cocción Moldes para tartas Molde para dónuts Moldes desmontables * Utensilios de cocina Volver * Espátulas, cucharas y pinceles * Utensilios y gadgets * Aceiteras, especieros y saleros * Tapetes de silicona * Tapas para cocinar * Ralladores y Peladores * Moldes para helados * Cubiteras y Coctelería * Infusores de té Aceiteras y especieros Esenciales para cocinar * Conservación Volver * Recipientes reutilizables * Tapas reutilizables Recipientes de vidrio Bolsas reutilizables Tapas reutilizables * Para llevar Volver * Recipientes para llevar comida * Botellas y tazas reutilizables * Accesorios LunchBox To Go To Go Organic Accesorios * Recetas Buscar Carrito 0 Mi cuenta Favoritos Idioma ES CAT UK FRA EU USA Buscar Productos Blog Recetas No hay resultados No hay resultados No hay resultados No hay resultados No hay resultados Cerrar COCINA AL MICROONDAS ¡Cocina de manera sencilla, rápida y sana! Ver colección Moldes REPOSTERÍA Colección ADEREZOS RECIPIENTES DE VIDRIO ¡Con tapa de vidrio! 100% herméticos y aptos para microondas Ver colección Conserva Almacena Llévatelo UTENSILIOS ANTI-RAYADURAS ¡Tus indispensables para la cocina de cada día! Ver colección Quick Quinoa & Rice Cooker (167) Quinoa, arroces y cereales en pocos minutos, ¡al microondas! Tan bajo como 27,90 € 0 % Microwave PopCorn (348) ¡Palomitas sanas y caseras! Tan bajo como 22,90 € 0 % Kit Guía Indispensable 1-2 pers. (125) ¡Tu guía completa con más de 70 recetas! Tan bajo como 26,90 € 0 % Coctelera para Crêpes y Pancakes (11) ¡Masas perfectas en 2 minutos! Tan bajo como 21,90 € 0 % ENVÍO GRATIS Envío gratis por compras superiores a 20€ DEVOLUCIÓN GRATIS Devolución gratis para cualquier pedido COMPRA SEGURA Compra asegurada con la protección al consumidor que ofrece Trusted Shops 10 AÑOS DE GARANTÍA Los productos 100% silicona platino tienen una garantía de 10 años ¡15% dto en tu primera compra! Suscríbete a nuestra newsletter y consigue un 15% en tu próxima compra (no acumulable a otras promociones) He leído y acepto la política de privacidad Síguenos en… Buscar una tienda AYUDA * Contacto * Preguntas frecuentes * Envíos y devoluciones * Politica de privacidad * Politica de cookies * Condiciones generales de contratacion * Configuración de cookies LÉKUÉ * Quiénes somos * Los más vendidos * Buscador de tiendas * Para distribuidores * Blog * Ventajas del microondas COLECCIONES * Reuse & Reduce * Veggie Lovers * Cocinar al microondas * Pan en casa * Pastelería tradicional * Pastelería creativa * Hielo & Helados * Calm at Home * To Go * To Go Organic * Essential tools * Save & Store Idioma ES CAT UK FRA EU USA © 2024 LÉKUÉ. Todos los derechos reservados. Carrito (10 de 0) 0 20,00 € para obtener envío gratis! El carrito está vacío No tiene artículos en su carrito de compras. Empezar a comprar El carrito está vacío No tiene artículos en su carrito de compras. Empezar a comprar Subtotal Descuento Total Impuestos incluidos Finalizar compra Ver carrito Cargando... Mi cuenta Bienvenido a Lékué Email Contraseña ¿Has olvidado tu contraseña? Inicia sesión Inicia sesión o regístrate con tus redes sociales No tengo una cuenta Crear una cuenta tiene muchos beneficios: Pago más rápido, guardar más de una dirección, seguimiento de pedidos y mucho más. Crear cuenta Cookies En Lékué utilizamos cookies propias y de terceros para mejorar nuestros servicios y mostrarle publicidad relacionada con sus preferencias mediante el análisis de sus hábitos de navegación. Para administrar o deshabilitar estas cookies haz click en Configurar Cookies. En caso de rechazarlas, se aceptarán las cookies necesarias para la navegación mínima. En Lékué utilizamos cookies propias y de terceros para mejorar nuestros servicios. Paras gestionarlas haz click en Configurar Cookies. Configurar cookies Rechazar Aceptar todas Configurar cookies En Lékué utilizamos cookies propias y de terceros para mejorar nuestros servicios y mostrarle publicidad relacionada con sus preferencias mediante el análisis de sus hábitos de navegación Si deseas obtener más información consulta nuestra política de cookies. En Lékué utilizamos cookies propias y de terceros para mejorar nuestros servicios. Paras gestionarlas haz click en Configuración de Cookies. Si deseas obtener más información consulta nuestra política de cookies. Ver cookies Cookies obligatorias Estas cookies son estrictamente necesarias para el funcionamiento de la tienda y nos permiten ofrecer funcionalidades básicas (seguridad, registro de usuario, idioma, cesta de la compra ...). Ver cookies Cookies funcionales Estas cookies ayudan a mejorar nuestro sitio recopilando y analizando información sobre su uso. Pueden ser utilizadas para mejorar la experiencia de usuario con funcionalidades como el chat online y los botones para compartir en redes sociales. Ver cookies Cookies de marketing Estas cookies son usadas para monitorizar a los usuarios de forma anónima. Permiten mostrar anuncios personalizados y ofrecer contenido relacionado con los intereses detectados durante la navegación del usuario. Ver cookies Cookies analíticas Estas cookies ayudan a los propietarios de páginas web a comprender cómo interactúan los visitantes con las páginas web reuniendo y proporcionando información de forma anónima. Ver cookies Ad User Data Define el consentimiento para enviar a Google datos del usuario relacionados con la publicidad. Ver cookies Publicidad personalizada Define el consentimiento en materia de publicidad personalizada. Ver cookies Personalización Las cookies de personalización son aquellas que permiten recordar información para que el usuario pueda acceder al servicio con algunas características que pueden diferenciar su experiencia de la de otros usuarios. Ver cookies Aceptar seleccionadas Aceptar todas Actualice su navegador La versión de este navegador es muy antigua, puede que los contenidos de esta web no se muestren correctamente.