www.parfumerie.nl
Open in
urlscan Pro
2606:4700:20::681a:c07
Public Scan
Submitted URL: http://www.parfumerie.nl/
Effective URL: https://www.parfumerie.nl/
Submission: On November 25 via api from US — Scanned from NL
Effective URL: https://www.parfumerie.nl/
Submission: On November 25 via api from US — Scanned from NL
Form analysis
23 forms found in the DOMGET https://www.parfumerie.nl/catalogsearch/result/
<form class="form minisearch" id="search_mini_form" action="https://www.parfumerie.nl/catalogsearch/result/" method="get">
<div class="relative"><label class="sr-only" for="search">waar ben je naar op zoek?</label> <input id="search" x-on:input.debounce="getSearchResults()" x-ref="searchInput" type="search"
class="w-full px-4 pr-12 text-md h-9 sm:h-12 leading-5 sm:leading-loose transition appearance-none text-grey-800 rounded border-0 text-xs sm:text-sm" autocapitalize="off" autocomplete="off" autocorrect="off" name="q" value=""
placeholder="waar ben je naar op zoek?" maxlength="128"><button id="menu-search-icon" class="absolute top-0 right-0 h-9 sm:h-12 w-8 has-icon inline-block ml-1 no-underline sm:ml-3 text-black hover:text-primary"><svg width="18" height="18"
viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M7.95296 0.609421C3.8207 0.609421 0.45459 3.97552 0.45459 8.10781C0.45459 12.2401 3.8207 15.6127 7.95296 15.6127C9.71798 15.6127 11.3412 14.9942 12.6242 13.9672L15.7476 17.0889C15.9052 17.24 16.1157 17.3234 16.334 17.3211C16.5524 17.3189 16.7611 17.2313 16.9156 17.077C17.0701 16.9227 17.1581 16.7141 17.1606 16.4958C17.1631 16.2774 17.0801 16.0668 16.9292 15.909L13.8058 12.7856C14.8337 11.5007 15.453 9.87486 15.453 8.10781C15.453 3.97552 12.0852 0.609421 7.95296 0.609421ZM7.95296 2.27611C11.1845 2.27611 13.7847 4.87628 13.7847 8.10781C13.7847 11.3393 11.1845 13.946 7.95296 13.946C4.72143 13.946 2.12126 11.3393 2.12126 8.10781C2.12126 4.87628 4.72143 2.27611 7.95296 2.27611Z"
fill="black"></path>
</svg></button></div>
<div id="search_autocomplete" class="search-autocomplete relative w-full" x-show="show" style="display:none;">
<div class="autocomplete-container absolute -top-1 bg-white border border-solid border-black z-50 w-full grid grid-cols-1 pb-4"><template x-for="searchResultByType in Object.values(searchResultsByType)">
<div class=""><template x-if="searchResultByType.hasOwnProperty(0) && templates[searchResultByType[0].type].title && templates[searchResultByType[0].type].titleRenderer === undefined">
<div class="text-xs pt-2 px-4 text-right border-t" x-text="templates[searchResultByType[0].type].title"></div>
</template><template x-if="searchResultByType.hasOwnProperty(0) && templates[searchResultByType[0].type].titleRenderer !== undefined">
<div class="text-xs pt-2 px-4 text-right border-t" x-text="window[templates[searchResultByType[0].type].titleRenderer](searchResultByType)"></div>
</template><template x-for="searchResult in searchResultByType">
<div class="hover:bg-gray-100"> <template
x-if="searchResult.type == 'term'"><a class="w-full block p-2" x-bind:href="'https://www.parfumerie.nl/catalogsearch/result/?q=' + searchResult.title" :title="searchResult.title"><span class="text-sm" x-text="searchResult.title"></span> <span class="text-sm" x-text="'(' + searchResult.num_results + ')'"></span></a></template>
<template
x-if="searchResult.type == 'product'"><a class="w-full block" :href="searchResult.url" :title="searchResult.title"><div class="grid grid-cols-6 gap-4 p-3"><div><img :src="searchResult.image" :alt="searchResult.title" class="inline-block"></div><div class="col-span-5 flex items-center"><span class="text-sm block" x-text="searchResult.title"></span></div></div></a></template>
<template
x-if="searchResult.type == 'category'"><a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title"><span class="text-sm text-gray-600" x-text="searchResult.breadcrumb.join(' > ').concat(' > ')"></span> <span class="text-sm" x-text="searchResult.title"></span></a></template>
<template
x-if="searchResult.type == 'product_attribute'"><a class="w-full block p-2" :href="getUrl(searchResult.url)" :title="searchResult.title"><span class="text-sm" x-text="searchResult.title"></span> <span class="text-xs uppercase text-gray-500" x-text="searchResult.attribute_label" style="vertical-align: super;"></span></a></template>
<template x-if="searchResult.type == 'cms_page'"><a class="w-full block p-2" :href="getUrl(searchResult.url)" :title="searchResult.title"><span class="text-sm" x-text="searchResult.title"></span></a></template> </div>
</template></div>
</template></div>
</div>
</form>
POST
<form class="form form-login" method="post" @submit.prevent="submitForm();" id="login-form">
<div class="fieldset login">
<div class="field email required"><label class="label" for="form-login-username" form="login-form"><span>E-mailadres</span></label>
<div class="control"><input name="username" id="form-login-username" x-ref="customer-email" @change="errors = 0" type="email" required="" class="form-input input-text"></div>
</div>
<div class="field password required"><label for="form-login-password" class="label" form="login-form"><span>Wachtwoord</span></label>
<div class="control"><input name="password" id="form-login-password" type="password" class="form-input input-text" required="" x-ref="customer-password" @change="errors = 0"></div>
</div><input name="context" type="hidden" value="checkout">
<div class="actions-toolbar flex justify-between pt-6 pb-2 items-center"><button type="submit" class="inline-flex btn btn-primary disabled:opacity-75">Inloggen</button>
<a href="https://www.parfumerie.nl/customer/account/forgotpassword/">Wachtwoord vergeten?</a></div>
</div>
</form>
POST
<form method="post" x-bind:action="createAddToCartUrl(product.productId)" @submit.prevent="addToCartRecsEvent($event.target, banner.unitId, product.productId)"
class="recommendation item product product-item product_addtocart_form card-interactive flex flex-col w-full relative"><input name="form_key" type="hidden" :value="hyva.getFormKey()"><input type="hidden" name="product"
x-bind:value="product.productId"><a @click="recsClickEvent(banner.unitId, product.productId, product.url)" class="product photo product-item-photo block mx-auto mb-3 cursor-pointer" tabindex="-1"><img class="hover:shadow-sm object-contain" loading="lazy" x-bind:alt="product.image?.label" x-bind:title="product.image?.label" x-bind:src="product.image?.url" width="360" height="360"></a>
<div class="product-info w-full">
<div class="mt-2 mb-1 mr-2 leading-4"><a class="product-item-link cursor-pointer text-xs text-gray-600" @click="recsClickEvent(banner.unitId, product.productId, product.url)" x-text="product.name"></a></div>
</div>
</form>
POST https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/36104/
<form method="post" action="https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/36104/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full "><input name="form_key" type="hidden"
value="rS1aoDmehYFdC31c"> <input type="hidden" name="product" value="36104">
<a href="https://www.parfumerie.nl/prada-paradoxe-eau-de-parfum-spray" class="product photo product-item-photo block mx-auto mb-6 " tabindex="-1"> <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-36104.window="$root.src = $event.detail" src="https://images.parfumerie.nl/media/catalog/product/cache/abb134e9ee4be8a97693bee2eaf56b24/3/6/3614273760164_front.jpg" loading="lazy" width="360" height="360" alt="Prada Paradoxe Eau de Parfum Spray" title="Prada Paradoxe Eau de Parfum Spray"></a>
<div class="product-info flex flex-col flex-grow items-start">
<div class="my-1 items-center justify-center text-base "><a class="product-item-link font-medium" href="https://www.parfumerie.nl/prada-paradoxe-eau-de-parfum-spray">Prada</a></div>
<div class="my-1 items-center justify-center font-normal text-xs ">
<a class="product-item-link under-title text-black" href="https://www.parfumerie.nl/prada-paradoxe-eau-de-parfum-spray"> <span class="product-under-title">Paradoxe</span><br> <span class="product-under-title">eau de parfum</span> </a></div>
<div class="my-2 w-full flex items-center">
<div x-data="" class="aw rating-summary flex cursor-pointer" @click="window.location.href = 'https://www.parfumerie.nl/prada-paradoxe-eau-de-parfum-spray'"> <svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14"
height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_2)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_2">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_3)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_3">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_4)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_4">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_5)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_5">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
</div>
<div x-data="actionReviews()" class="w-full cursor-pointer">
<div class="flex items-center">
<div class="flex flex-wrap ">
<div class="ml-2 flex items-center text-xs text-gray-600" @click="onActionClick($event)">2 reviews</div>
</div>
</div>
</div>
</div>
<div class="product-price"> <span class="price-label text-sm xl:text-base text-gray-500 font-normal lowercase">Vanaf</span> <span class="product-under-title text-red-600 font-bold">74,</span> <span
class="decimal-part text-xs text-red-600 font-bold relative -left-1">95</span></div>
<div class="flex text-xs text-succes mt-2 normal-case font-semibold"><svg class="mr-2" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
<rect width="16" height="16" rx="8" fill="#018849"></rect>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12.3449 4.97855C12.5517 5.1853 12.5517 5.5205 12.3449 5.72725L7.05082 11.0214C6.84409 11.2281 6.50887 11.2281 6.30212 11.0214L3.65506 8.37431C3.44831 8.16757 3.44831 7.83235 3.65506 7.62561C3.86181 7.41888 4.19701 7.41888 4.40377 7.62561L6.67648 9.89833L11.5963 4.97855C11.803 4.7718 12.1382 4.7718 12.3449 4.97855Z"
fill="white"></path>
</svg><span>Morgen bezorgd</span></div>
</div>
</form>
POST https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/32302/
<form method="post" action="https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/32302/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full "><input name="form_key" type="hidden"
value="rS1aoDmehYFdC31c"> <input type="hidden" name="product" value="32302">
<a href="https://www.parfumerie.nl/dior-miss-dior-eau-de-parfum-miss-dior" class="product photo product-item-photo block mx-auto mb-6 " tabindex="-1"> <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-32302.window="$root.src = $event.detail" src="https://images.parfumerie.nl/media/catalog/product/cache/abb134e9ee4be8a97693bee2eaf56b24/3/3/3348901571456_5.jpg" loading="lazy" width="360" height="360" alt="Dior Miss Dior Eau de Parfum" title="Dior Miss Dior Eau de Parfum"></a>
<div class="product-info flex flex-col flex-grow items-start">
<div class="my-1 items-center justify-center text-base "><a class="product-item-link font-medium" href="https://www.parfumerie.nl/dior-miss-dior-eau-de-parfum-miss-dior">DIOR</a></div>
<div class="my-1 items-center justify-center font-normal text-xs ">
<a class="product-item-link under-title text-black" href="https://www.parfumerie.nl/dior-miss-dior-eau-de-parfum-miss-dior"> <span class="product-under-title">Miss Dior</span><br> <span class="product-under-title">eau de parfum</span> </a>
</div>
<div class="my-2 w-full flex items-center">
<div x-data="" class="aw rating-summary flex cursor-pointer" @click="window.location.href = 'https://www.parfumerie.nl/dior-miss-dior-eau-de-parfum-miss-dior'"> <svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14"
height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_6)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_6">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_7)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_7">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_8)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_8">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_9)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_9">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 14 14" style="enable-background:new 0 0 14 14;" xml:space="preserve" class="mr-1" width="14"
height="14" role="img">
<path style="fill:#CED4DA;" d="M7,0L7,0c3.9,0,7,3.1,7,7l0,0c0,3.9-3.1,7-7,7l0,0c-3.9,0-7-3.1-7-7l0,0C0,3.1,3.1,0,7,0z"></path>
<path d="M7,0L7,0v14l0,0c-3.9,0-7-3.1-7-7l0,0C0,3.1,3.1,0,7,0z"></path>
<g>
<g>
<defs>
<rect id="SVGID_1_" x="2" y="2" width="10" height="9.5"></rect>
</defs>
<clipPath id="SVGID_00000120532238078749838910000015977340290903850659_">
<use xlink:href="#SVGID_1_" style="overflow:visible;"></use>
</clipPath>
<g style="clip-path:url(#SVGID_00000120532238078749838910000015977340290903850659_);">
<path style="fill:#FFFFFF;" d="M12,5.7L8.4,5.4L7,2.2L5.6,5.4L2,5.7l2.8,2.2l-0.9,3.4L7,9.4l3.1,1.9L9.2,7.9L12,5.7z"></path>
</g>
</g>
</g>
<title>star-fragment</title>
</svg>
</div>
<div x-data="actionReviews()" class="w-full cursor-pointer">
<div class="flex items-center">
<div class="flex flex-wrap ">
<div class="ml-2 flex items-center text-xs text-gray-600" @click="onActionClick($event)">13 reviews</div>
</div>
</div>
</div>
</div>
<div class="product-price"> <span class="price-label text-sm xl:text-base text-gray-500 font-normal lowercase">Vanaf</span> <span class="product-under-title text-red-600 font-bold">60,</span> <span
class="decimal-part text-xs text-red-600 font-bold relative -left-1">35</span></div>
<div class="flex text-xs text-succes mt-2 normal-case font-semibold"><svg class="mr-2" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
<rect width="16" height="16" rx="8" fill="#018849"></rect>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12.3449 4.97855C12.5517 5.1853 12.5517 5.5205 12.3449 5.72725L7.05082 11.0214C6.84409 11.2281 6.50887 11.2281 6.30212 11.0214L3.65506 8.37431C3.44831 8.16757 3.44831 7.83235 3.65506 7.62561C3.86181 7.41888 4.19701 7.41888 4.40377 7.62561L6.67648 9.89833L11.5963 4.97855C11.803 4.7718 12.1382 4.7718 12.3449 4.97855Z"
fill="white"></path>
</svg><span>Morgen bezorgd</span></div>
</div>
</form>
POST https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/39761/
<form method="post" action="https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/39761/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full "><input name="form_key" type="hidden"
value="rS1aoDmehYFdC31c"> <input type="hidden" name="product" value="39761">
<a href="https://www.parfumerie.nl/dolce-gabbana-devotion-eau-de-parfum-spray" class="product photo product-item-photo block mx-auto mb-6 " tabindex="-1"> <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-39761.window="$root.src = $event.detail" src="https://images.parfumerie.nl/media/catalog/product/cache/abb134e9ee4be8a97693bee2eaf56b24/8/0/8057971183722_0.jpg" loading="lazy" width="360" height="360" alt="Dolce & Gabbana Devotion Eau de Parfum Spray" title="Dolce & Gabbana Devotion Eau de Parfum Spray"></a>
<div class="product-info flex flex-col flex-grow items-start">
<div class="my-1 items-center justify-center text-base "><a class="product-item-link font-medium" href="https://www.parfumerie.nl/dolce-gabbana-devotion-eau-de-parfum-spray">Dolce & Gabbana</a></div>
<div class="my-1 items-center justify-center font-normal text-xs ">
<a class="product-item-link under-title text-black" href="https://www.parfumerie.nl/dolce-gabbana-devotion-eau-de-parfum-spray"> <span class="product-under-title">Devotion</span><br> <span class="product-under-title">eau de parfum</span> </a>
</div>
<div class="my-2 w-full flex items-center">
<div x-data="" class="aw rating-summary flex cursor-pointer" @click="window.location.href = 'https://www.parfumerie.nl/dolce-gabbana-devotion-eau-de-parfum-spray'"> <svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14"
width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_2)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_2">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_3)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_3">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_4)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_4">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_5)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_5">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
</div>
<div x-data="actionReviews()" class="w-full cursor-pointer">
<div class="flex items-center">
<div class="flex flex-wrap ">
<div class="ml-2 flex items-center text-xs text-gray-600" @click="onActionClick($event)">8 reviews</div>
</div>
</div>
</div>
</div>
<div class="product-price"> <span class="price-label text-sm xl:text-base text-gray-500 font-normal lowercase">Vanaf</span> <span class="product-under-title text-red-600 font-bold">53,</span> <span
class="decimal-part text-xs text-red-600 font-bold relative -left-1">97</span></div>
<div class="flex text-xs text-succes mt-2 normal-case font-semibold"><svg class="mr-2" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
<rect width="16" height="16" rx="8" fill="#018849"></rect>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12.3449 4.97855C12.5517 5.1853 12.5517 5.5205 12.3449 5.72725L7.05082 11.0214C6.84409 11.2281 6.50887 11.2281 6.30212 11.0214L3.65506 8.37431C3.44831 8.16757 3.44831 7.83235 3.65506 7.62561C3.86181 7.41888 4.19701 7.41888 4.40377 7.62561L6.67648 9.89833L11.5963 4.97855C11.803 4.7718 12.1382 4.7718 12.3449 4.97855Z"
fill="white"></path>
</svg><span>Morgen bezorgd</span></div>
</div>
</form>
POST https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/10413/
<form method="post" action="https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/10413/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full "><input name="form_key" type="hidden"
value="rS1aoDmehYFdC31c"> <input type="hidden" name="product" value="10413">
<a href="https://www.parfumerie.nl/yves-saint-laurent-black-opium-eau-de-parfum-spray" class="product photo product-item-photo block mx-auto mb-6 " tabindex="-1"> <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-10413.window="$root.src = $event.detail" src="https://images.parfumerie.nl/media/catalog/product/cache/abb134e9ee4be8a97693bee2eaf56b24/y/s/ysl-black-opium_4.jpg" loading="lazy" width="360" height="360" alt="Yves Saint Laurent Black Opium Eau de Parfum Spray" title="Yves Saint Laurent Black Opium Eau de Parfum Spray"></a>
<div class="product-info flex flex-col flex-grow items-start">
<div class="my-1 items-center justify-center text-base "><a class="product-item-link font-medium" href="https://www.parfumerie.nl/yves-saint-laurent-black-opium-eau-de-parfum-spray">Yves Saint Laurent</a></div>
<div class="my-1 items-center justify-center font-normal text-xs ">
<a class="product-item-link under-title text-black" href="https://www.parfumerie.nl/yves-saint-laurent-black-opium-eau-de-parfum-spray"> <span class="product-under-title">Black Opium</span><br> <span class="product-under-title">eau de parfum</span> </a>
</div>
<div class="my-2 w-full flex items-center">
<div x-data="" class="aw rating-summary flex cursor-pointer" @click="window.location.href = 'https://www.parfumerie.nl/yves-saint-laurent-black-opium-eau-de-parfum-spray'"> <svg xmlns="http://www.w3.org/2000/svg" class="mr-1"
viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_10)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_10">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_11)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_11">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_12)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_12">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_13)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_13">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 14 14" style="enable-background:new 0 0 14 14;" xml:space="preserve" class="mr-1" width="14"
height="14" role="img">
<path style="fill:#CED4DA;" d="M7,0L7,0c3.9,0,7,3.1,7,7l0,0c0,3.9-3.1,7-7,7l0,0c-3.9,0-7-3.1-7-7l0,0C0,3.1,3.1,0,7,0z"></path>
<path d="M7,0L7,0v14l0,0c-3.9,0-7-3.1-7-7l0,0C0,3.1,3.1,0,7,0z"></path>
<g>
<g>
<defs>
<rect id="SVGID_1__2" x="2" y="2" width="10" height="9.5"></rect>
</defs>
<clipPath id="SVGID_00000120532238078749838910000015977340290903850659__2">
<use xlink:href="#SVGID_1__2" style="overflow:visible;"></use>
</clipPath>
<g style="clip-path:url(#SVGID_00000120532238078749838910000015977340290903850659__2);">
<path style="fill:#FFFFFF;" d="M12,5.7L8.4,5.4L7,2.2L5.6,5.4L2,5.7l2.8,2.2l-0.9,3.4L7,9.4l3.1,1.9L9.2,7.9L12,5.7z"></path>
</g>
</g>
</g>
<title>star-fragment</title>
</svg>
</div>
<div x-data="actionReviews()" class="w-full cursor-pointer">
<div class="flex items-center">
<div class="flex flex-wrap ">
<div class="ml-2 flex items-center text-xs text-gray-600" @click="onActionClick($event)">127 reviews</div>
</div>
</div>
</div>
</div>
<div class="product-price"> <span class="price-label text-sm xl:text-base text-gray-500 font-normal lowercase">Vanaf</span> <span class="product-under-title text-red-600 font-bold">52,</span> <span
class="decimal-part text-xs text-red-600 font-bold relative -left-1">94</span></div>
<div class="flex text-xs text-succes mt-2 normal-case font-semibold"><svg class="mr-2" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
<rect width="16" height="16" rx="8" fill="#018849"></rect>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12.3449 4.97855C12.5517 5.1853 12.5517 5.5205 12.3449 5.72725L7.05082 11.0214C6.84409 11.2281 6.50887 11.2281 6.30212 11.0214L3.65506 8.37431C3.44831 8.16757 3.44831 7.83235 3.65506 7.62561C3.86181 7.41888 4.19701 7.41888 4.40377 7.62561L6.67648 9.89833L11.5963 4.97855C11.803 4.7718 12.1382 4.7718 12.3449 4.97855Z"
fill="white"></path>
</svg><span>Morgen bezorgd</span></div>
</div>
</form>
POST https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/24797/
<form method="post" action="https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/24797/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full "><input name="form_key" type="hidden"
value="rS1aoDmehYFdC31c"> <input type="hidden" name="product" value="24797">
<a href="https://www.parfumerie.nl/yves-saint-laurent-libre-eau-de-parfum-spray" class="product photo product-item-photo block mx-auto mb-6 " tabindex="-1"> <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-24797.window="$root.src = $event.detail" src="https://images.parfumerie.nl/media/catalog/product/cache/abb134e9ee4be8a97693bee2eaf56b24/7/2/72689265_9807885066.png" loading="lazy" width="360" height="360" alt="Yves Saint Laurent Libre Eau de Parfum Spray" title="Yves Saint Laurent Libre Eau de Parfum Spray"></a>
<div class="product-info flex flex-col flex-grow items-start">
<div class="my-1 items-center justify-center text-base "><a class="product-item-link font-medium" href="https://www.parfumerie.nl/yves-saint-laurent-libre-eau-de-parfum-spray">Yves Saint Laurent</a></div>
<div class="my-1 items-center justify-center font-normal text-xs ">
<a class="product-item-link under-title text-black" href="https://www.parfumerie.nl/yves-saint-laurent-libre-eau-de-parfum-spray"> <span class="product-under-title">Libre</span><br> <span class="product-under-title">eau de parfum</span> </a>
</div>
<div class="my-2 w-full flex items-center">
<div x-data="" class="aw rating-summary flex cursor-pointer" @click="window.location.href = 'https://www.parfumerie.nl/yves-saint-laurent-libre-eau-de-parfum-spray'"> <svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14"
width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_6)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_6">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_7)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_7">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_8)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_8">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_9)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_9">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 14 14" style="enable-background:new 0 0 14 14;" xml:space="preserve" class="mr-1" width="14"
height="14" role="img">
<path style="fill:#CED4DA;" d="M7,0L7,0c3.9,0,7,3.1,7,7l0,0c0,3.9-3.1,7-7,7l0,0c-3.9,0-7-3.1-7-7l0,0C0,3.1,3.1,0,7,0z"></path>
<path d="M7,0L7,0v14l0,0c-3.9,0-7-3.1-7-7l0,0C0,3.1,3.1,0,7,0z"></path>
<g>
<g>
<defs>
<rect id="SVGID_1_" x="2" y="2" width="10" height="9.5"></rect>
</defs>
<clipPath id="SVGID_00000120532238078749838910000015977340290903850659_">
<use xlink:href="#SVGID_1_" style="overflow:visible;"></use>
</clipPath>
<g style="clip-path:url(#SVGID_00000120532238078749838910000015977340290903850659_);">
<path style="fill:#FFFFFF;" d="M12,5.7L8.4,5.4L7,2.2L5.6,5.4L2,5.7l2.8,2.2l-0.9,3.4L7,9.4l3.1,1.9L9.2,7.9L12,5.7z"></path>
</g>
</g>
</g>
<title>star-fragment</title>
</svg>
</div>
<div x-data="actionReviews()" class="w-full cursor-pointer">
<div class="flex items-center">
<div class="flex flex-wrap ">
<div class="ml-2 flex items-center text-xs text-gray-600" @click="onActionClick($event)">40 reviews</div>
</div>
</div>
</div>
</div>
<div class="product-price"> <span class="price-label text-sm xl:text-base text-gray-500 font-normal lowercase">Vanaf</span> <span class="product-under-title text-red-600 font-bold">50,</span> <span
class="decimal-part text-xs text-red-600 font-bold relative -left-1">15</span></div>
<div class="flex text-xs text-succes mt-2 normal-case font-semibold"><svg class="mr-2" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
<rect width="16" height="16" rx="8" fill="#018849"></rect>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12.3449 4.97855C12.5517 5.1853 12.5517 5.5205 12.3449 5.72725L7.05082 11.0214C6.84409 11.2281 6.50887 11.2281 6.30212 11.0214L3.65506 8.37431C3.44831 8.16757 3.44831 7.83235 3.65506 7.62561C3.86181 7.41888 4.19701 7.41888 4.40377 7.62561L6.67648 9.89833L11.5963 4.97855C11.803 4.7718 12.1382 4.7718 12.3449 4.97855Z"
fill="white"></path>
</svg><span>Morgen bezorgd</span></div>
</div>
</form>
POST https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/17123/
<form method="post" action="https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/17123/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full "><input name="form_key" type="hidden"
value="rS1aoDmehYFdC31c"> <input type="hidden" name="product" value="17123">
<a href="https://www.parfumerie.nl/zadig-voltaire-this-is-her-eau-de-parfum-spray" class="product photo product-item-photo block mx-auto mb-6 " tabindex="-1"> <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-17123.window="$root.src = $event.detail" src="https://images.parfumerie.nl/media/catalog/product/cache/abb134e9ee4be8a97693bee2eaf56b24/z/a/zadig-_-voltaire-her-100-ml_3.jpg" loading="lazy" width="360" height="360" alt="Zadig & Voltaire This is Her! Eau de Parfum Spray" title="Zadig & Voltaire This is Her! Eau de Parfum Spray"></a>
<div class="product-info flex flex-col flex-grow items-start">
<div class="my-1 items-center justify-center text-base "><a class="product-item-link font-medium" href="https://www.parfumerie.nl/zadig-voltaire-this-is-her-eau-de-parfum-spray">Zadig & Voltaire</a></div>
<div class="my-1 items-center justify-center font-normal text-xs ">
<a class="product-item-link under-title text-black" href="https://www.parfumerie.nl/zadig-voltaire-this-is-her-eau-de-parfum-spray"> <span class="product-under-title">This is Her!</span><br> <span class="product-under-title">eau de parfum</span> </a>
</div>
<div class="my-2 w-full flex items-center">
<div x-data="" class="aw rating-summary flex cursor-pointer" @click="window.location.href = 'https://www.parfumerie.nl/zadig-voltaire-this-is-her-eau-de-parfum-spray'"> <svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14"
width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_14)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_14">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_15)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_15">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_16)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_16">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_17)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_17">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 14 14" style="enable-background:new 0 0 14 14;" xml:space="preserve" class="mr-1" width="14"
height="14" role="img">
<path style="fill:#CED4DA;" d="M7,0L7,0c3.9,0,7,3.1,7,7l0,0c0,3.9-3.1,7-7,7l0,0c-3.9,0-7-3.1-7-7l0,0C0,3.1,3.1,0,7,0z"></path>
<path d="M7,0L7,0v14l0,0c-3.9,0-7-3.1-7-7l0,0C0,3.1,3.1,0,7,0z"></path>
<g>
<g>
<defs>
<rect id="SVGID_1__3" x="2" y="2" width="10" height="9.5"></rect>
</defs>
<clipPath id="SVGID_00000120532238078749838910000015977340290903850659__3">
<use xlink:href="#SVGID_1__3" style="overflow:visible;"></use>
</clipPath>
<g style="clip-path:url(#SVGID_00000120532238078749838910000015977340290903850659__3);">
<path style="fill:#FFFFFF;" d="M12,5.7L8.4,5.4L7,2.2L5.6,5.4L2,5.7l2.8,2.2l-0.9,3.4L7,9.4l3.1,1.9L9.2,7.9L12,5.7z"></path>
</g>
</g>
</g>
<title>star-fragment</title>
</svg>
</div>
<div x-data="actionReviews()" class="w-full cursor-pointer">
<div class="flex items-center">
<div class="flex flex-wrap ">
<div class="ml-2 flex items-center text-xs text-gray-600" @click="onActionClick($event)">24 reviews</div>
</div>
</div>
</div>
</div>
<div class="product-price"> <span class="price-label text-sm xl:text-base text-gray-500 font-normal lowercase">Vanaf</span> <span class="product-under-title text-red-600 font-bold">49,</span> <span
class="decimal-part text-xs text-red-600 font-bold relative -left-1">95</span></div>
<div class="flex text-xs text-succes mt-2 normal-case font-semibold"><svg class="mr-2" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
<rect width="16" height="16" rx="8" fill="#018849"></rect>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12.3449 4.97855C12.5517 5.1853 12.5517 5.5205 12.3449 5.72725L7.05082 11.0214C6.84409 11.2281 6.50887 11.2281 6.30212 11.0214L3.65506 8.37431C3.44831 8.16757 3.44831 7.83235 3.65506 7.62561C3.86181 7.41888 4.19701 7.41888 4.40377 7.62561L6.67648 9.89833L11.5963 4.97855C11.803 4.7718 12.1382 4.7718 12.3449 4.97855Z"
fill="white"></path>
</svg><span>Morgen bezorgd</span></div>
</div>
</form>
POST https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/35553/
<form method="post" action="https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/35553/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full "><input name="form_key" type="hidden"
value="rS1aoDmehYFdC31c"> <input type="hidden" name="product" value="35553">
<a href="https://www.parfumerie.nl/paco-rabanne-fame-eau-de-parfum-spray" class="product photo product-item-photo block mx-auto mb-6 " tabindex="-1"> <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-35553.window="$root.src = $event.detail" src="https://images.parfumerie.nl/media/catalog/product/cache/abb134e9ee4be8a97693bee2eaf56b24/3/3/3349668594412_1.jpg" loading="lazy" width="360" height="360" alt="Paco Rabanne Fame Eau de Parfum Spray" title="Paco Rabanne Fame Eau de Parfum Spray"></a>
<div class="product-info flex flex-col flex-grow items-start">
<div class="my-1 items-center justify-center text-base "><a class="product-item-link font-medium" href="https://www.parfumerie.nl/paco-rabanne-fame-eau-de-parfum-spray">Paco Rabanne</a></div>
<div class="my-1 items-center justify-center font-normal text-xs ">
<a class="product-item-link under-title text-black" href="https://www.parfumerie.nl/paco-rabanne-fame-eau-de-parfum-spray"> <span class="product-under-title">Fame</span><br> <span class="product-under-title">eau de parfum</span> </a></div>
<div class="my-2 w-full flex items-center">
<div x-data="" class="aw rating-summary flex cursor-pointer" @click="window.location.href = 'https://www.parfumerie.nl/paco-rabanne-fame-eau-de-parfum-spray'"> <svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14"
height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_10)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_10">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_11)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_11">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_12)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_12">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_13)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_13">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 14 14" style="enable-background:new 0 0 14 14;" xml:space="preserve" class="mr-1" width="14"
height="14" role="img">
<path style="fill:#CED4DA;" d="M7,0L7,0c3.9,0,7,3.1,7,7l0,0c0,3.9-3.1,7-7,7l0,0c-3.9,0-7-3.1-7-7l0,0C0,3.1,3.1,0,7,0z"></path>
<path d="M7,0L7,0v14l0,0c-3.9,0-7-3.1-7-7l0,0C0,3.1,3.1,0,7,0z"></path>
<g>
<g>
<defs>
<rect id="SVGID_1__2" x="2" y="2" width="10" height="9.5"></rect>
</defs>
<clipPath id="SVGID_00000120532238078749838910000015977340290903850659__2">
<use xlink:href="#SVGID_1__2" style="overflow:visible;"></use>
</clipPath>
<g style="clip-path:url(#SVGID_00000120532238078749838910000015977340290903850659__2);">
<path style="fill:#FFFFFF;" d="M12,5.7L8.4,5.4L7,2.2L5.6,5.4L2,5.7l2.8,2.2l-0.9,3.4L7,9.4l3.1,1.9L9.2,7.9L12,5.7z"></path>
</g>
</g>
</g>
<title>star-fragment</title>
</svg>
</div>
<div x-data="actionReviews()" class="w-full cursor-pointer">
<div class="flex items-center">
<div class="flex flex-wrap ">
<div class="ml-2 flex items-center text-xs text-gray-600" @click="onActionClick($event)">87 reviews</div>
</div>
</div>
</div>
</div>
<div class="product-price"> <span class="price-label text-sm xl:text-base text-gray-500 font-normal lowercase">Vanaf</span> <span class="product-under-title text-red-600 font-bold">46,</span> <span
class="decimal-part text-xs text-red-600 font-bold relative -left-1">67</span></div>
<div class="flex text-xs text-succes mt-2 normal-case font-semibold"><svg class="mr-2" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
<rect width="16" height="16" rx="8" fill="#018849"></rect>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12.3449 4.97855C12.5517 5.1853 12.5517 5.5205 12.3449 5.72725L7.05082 11.0214C6.84409 11.2281 6.50887 11.2281 6.30212 11.0214L3.65506 8.37431C3.44831 8.16757 3.44831 7.83235 3.65506 7.62561C3.86181 7.41888 4.19701 7.41888 4.40377 7.62561L6.67648 9.89833L11.5963 4.97855C11.803 4.7718 12.1382 4.7718 12.3449 4.97855Z"
fill="white"></path>
</svg><span>Morgen bezorgd</span></div>
</div>
</form>
POST https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/37160/
<form method="post" action="https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/37160/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full "><input name="form_key" type="hidden"
value="rS1aoDmehYFdC31c"> <input type="hidden" name="product" value="37160">
<a href="https://www.parfumerie.nl/versace-dylan-purple-eau-de-parfum-spray" class="product photo product-item-photo block mx-auto mb-6 " tabindex="-1"> <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-37160.window="$root.src = $event.detail" src="https://images.parfumerie.nl/media/catalog/product/cache/abb134e9ee4be8a97693bee2eaf56b24/8/0/8011003876280_0.jpg" loading="lazy" width="360" height="360" alt="Versace Dylan Purple Eau de Parfum Spray" title="Versace Dylan Purple Eau de Parfum Spray"></a>
<div class="product-info flex flex-col flex-grow items-start">
<div class="my-1 items-center justify-center text-base "><a class="product-item-link font-medium" href="https://www.parfumerie.nl/versace-dylan-purple-eau-de-parfum-spray">Versace</a></div>
<div class="my-1 items-center justify-center font-normal text-xs ">
<a class="product-item-link under-title text-black" href="https://www.parfumerie.nl/versace-dylan-purple-eau-de-parfum-spray"> <span class="product-under-title">Dylan Purple</span><br> <span class="product-under-title">eau de parfum</span> </a>
</div>
<div class="my-2 w-full flex items-center">
<div x-data="" class="aw rating-summary flex cursor-pointer" @click="window.location.href = 'https://www.parfumerie.nl/versace-dylan-purple-eau-de-parfum-spray'"> <svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14"
width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_14)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_14">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_15)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_15">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_16)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_16">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_17)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_17">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_18)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_18">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
</div>
<div x-data="actionReviews()" class="w-full cursor-pointer">
<div class="flex items-center">
<div class="flex flex-wrap ">
<div class="ml-2 flex items-center text-xs text-gray-600" @click="onActionClick($event)">1 review</div>
</div>
</div>
</div>
</div>
<div class="product-price"> <span class="price-label text-sm xl:text-base text-gray-500 font-normal lowercase">Vanaf</span> <span class="product-under-title text-red-600 font-bold">44,</span> <span
class="decimal-part text-xs text-red-600 font-bold relative -left-1">54</span></div>
<div class="flex text-xs text-succes mt-2 normal-case font-semibold"><svg class="mr-2" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
<rect width="16" height="16" rx="8" fill="#018849"></rect>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12.3449 4.97855C12.5517 5.1853 12.5517 5.5205 12.3449 5.72725L7.05082 11.0214C6.84409 11.2281 6.50887 11.2281 6.30212 11.0214L3.65506 8.37431C3.44831 8.16757 3.44831 7.83235 3.65506 7.62561C3.86181 7.41888 4.19701 7.41888 4.40377 7.62561L6.67648 9.89833L11.5963 4.97855C11.803 4.7718 12.1382 4.7718 12.3449 4.97855Z"
fill="white"></path>
</svg><span>Morgen bezorgd</span></div>
</div>
</form>
POST https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/10363/
<form method="post" action="https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/10363/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full "><input name="form_key" type="hidden"
value="rS1aoDmehYFdC31c"> <input type="hidden" name="product" value="10363">
<a href="https://www.parfumerie.nl/viktor-rolf-flowerbomb-eau-de-parfum-spray" class="product photo product-item-photo block mx-auto mb-6 " tabindex="-1"> <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-10363.window="$root.src = $event.detail" src="https://images.parfumerie.nl/media/catalog/product/cache/abb134e9ee4be8a97693bee2eaf56b24/f/l/flowerbomb_3.jpg" loading="lazy" width="360" height="360" alt="Viktor & Rolf Flowerbomb Eau de Parfum Spray" title="Viktor & Rolf Flowerbomb Eau de Parfum Spray"></a>
<div class="product-info flex flex-col flex-grow items-start">
<div class="my-1 items-center justify-center text-base "><a class="product-item-link font-medium" href="https://www.parfumerie.nl/viktor-rolf-flowerbomb-eau-de-parfum-spray">Viktor & Rolf</a></div>
<div class="my-1 items-center justify-center font-normal text-xs ">
<a class="product-item-link under-title text-black" href="https://www.parfumerie.nl/viktor-rolf-flowerbomb-eau-de-parfum-spray"> <span class="product-under-title">Flowerbomb</span><br> <span class="product-under-title">eau de parfum</span> </a>
</div>
<div class="my-2 w-full flex items-center">
<div x-data="" class="aw rating-summary flex cursor-pointer" @click="window.location.href = 'https://www.parfumerie.nl/viktor-rolf-flowerbomb-eau-de-parfum-spray'"> <svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14"
width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_19)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_19">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_20)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_20">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_21)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_21">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_22)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_22">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 14 14" style="enable-background:new 0 0 14 14;" xml:space="preserve" class="mr-1" width="14"
height="14" role="img">
<path style="fill:#CED4DA;" d="M7,0L7,0c3.9,0,7,3.1,7,7l0,0c0,3.9-3.1,7-7,7l0,0c-3.9,0-7-3.1-7-7l0,0C0,3.1,3.1,0,7,0z"></path>
<path d="M7,0L7,0v14l0,0c-3.9,0-7-3.1-7-7l0,0C0,3.1,3.1,0,7,0z"></path>
<g>
<g>
<defs>
<rect id="SVGID_1__3" x="2" y="2" width="10" height="9.5"></rect>
</defs>
<clipPath id="SVGID_00000120532238078749838910000015977340290903850659__3">
<use xlink:href="#SVGID_1__3" style="overflow:visible;"></use>
</clipPath>
<g style="clip-path:url(#SVGID_00000120532238078749838910000015977340290903850659__3);">
<path style="fill:#FFFFFF;" d="M12,5.7L8.4,5.4L7,2.2L5.6,5.4L2,5.7l2.8,2.2l-0.9,3.4L7,9.4l3.1,1.9L9.2,7.9L12,5.7z"></path>
</g>
</g>
</g>
<title>star-fragment</title>
</svg>
</div>
<div x-data="actionReviews()" class="w-full cursor-pointer">
<div class="flex items-center">
<div class="flex flex-wrap ">
<div class="ml-2 flex items-center text-xs text-gray-600" @click="onActionClick($event)">255 reviews</div>
</div>
</div>
</div>
</div>
<div class="product-price"> <span class="price-label text-sm xl:text-base text-gray-500 font-normal lowercase">Vanaf</span> <span class="product-under-title text-red-600 font-bold">35,</span> <span
class="decimal-part text-xs text-red-600 font-bold relative -left-1">02</span></div>
<div class="flex text-xs text-succes mt-2 normal-case font-semibold"><svg class="mr-2" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
<rect width="16" height="16" rx="8" fill="#018849"></rect>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12.3449 4.97855C12.5517 5.1853 12.5517 5.5205 12.3449 5.72725L7.05082 11.0214C6.84409 11.2281 6.50887 11.2281 6.30212 11.0214L3.65506 8.37431C3.44831 8.16757 3.44831 7.83235 3.65506 7.62561C3.86181 7.41888 4.19701 7.41888 4.40377 7.62561L6.67648 9.89833L11.5963 4.97855C11.803 4.7718 12.1382 4.7718 12.3449 4.97855Z"
fill="white"></path>
</svg><span>Morgen bezorgd</span></div>
</div>
</form>
POST https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/10469/
<form method="post" action="https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/10469/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full "><input name="form_key" type="hidden"
value="rS1aoDmehYFdC31c"> <input type="hidden" name="product" value="10469">
<a href="https://www.parfumerie.nl/lancome-la-vie-est-belle-eau-de-parfum-spray" class="product photo product-item-photo block mx-auto mb-6 " tabindex="-1"> <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-10469.window="$root.src = $event.detail" src="https://images.parfumerie.nl/media/catalog/product/cache/abb134e9ee4be8a97693bee2eaf56b24/3/6/3605532612836_01_packshot_lveb-edp-75ml_2.jpg" loading="lazy" width="360" height="360" alt="Lancôme La Vie est Belle Eau de Parfum Spray" title="Lancôme La Vie est Belle Eau de Parfum Spray"></a>
<div class="product-info flex flex-col flex-grow items-start">
<div class="my-1 items-center justify-center text-base "><a class="product-item-link font-medium" href="https://www.parfumerie.nl/lancome-la-vie-est-belle-eau-de-parfum-spray">Lancôme</a></div>
<div class="my-1 items-center justify-center font-normal text-xs ">
<a class="product-item-link under-title text-black" href="https://www.parfumerie.nl/lancome-la-vie-est-belle-eau-de-parfum-spray"> <span class="product-under-title">La Vie est Belle</span><br> <span class="product-under-title">eau de parfum</span> </a>
</div>
<div class="my-2 w-full flex items-center">
<div x-data="" class="aw rating-summary flex cursor-pointer" @click="window.location.href = 'https://www.parfumerie.nl/lancome-la-vie-est-belle-eau-de-parfum-spray'"> <svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14"
width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_18)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_18">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_19)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_19">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_20)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_20">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_21)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_21">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 14 14" style="enable-background:new 0 0 14 14;" xml:space="preserve" class="mr-1" width="14"
height="14" role="img">
<path style="fill:#CED4DA;" d="M7,0L7,0c3.9,0,7,3.1,7,7l0,0c0,3.9-3.1,7-7,7l0,0c-3.9,0-7-3.1-7-7l0,0C0,3.1,3.1,0,7,0z"></path>
<path d="M7,0L7,0v14l0,0c-3.9,0-7-3.1-7-7l0,0C0,3.1,3.1,0,7,0z"></path>
<g>
<g>
<defs>
<rect id="SVGID_1__4" x="2" y="2" width="10" height="9.5"></rect>
</defs>
<clipPath id="SVGID_00000120532238078749838910000015977340290903850659__4">
<use xlink:href="#SVGID_1__4" style="overflow:visible;"></use>
</clipPath>
<g style="clip-path:url(#SVGID_00000120532238078749838910000015977340290903850659__4);">
<path style="fill:#FFFFFF;" d="M12,5.7L8.4,5.4L7,2.2L5.6,5.4L2,5.7l2.8,2.2l-0.9,3.4L7,9.4l3.1,1.9L9.2,7.9L12,5.7z"></path>
</g>
</g>
</g>
<title>star-fragment</title>
</svg>
</div>
<div x-data="actionReviews()" class="w-full cursor-pointer">
<div class="flex items-center">
<div class="flex flex-wrap ">
<div class="ml-2 flex items-center text-xs text-gray-600" @click="onActionClick($event)">149 reviews</div>
</div>
</div>
</div>
</div>
<div class="product-price"> <span class="price-label text-sm xl:text-base text-gray-500 font-normal lowercase">Vanaf</span> <span class="product-under-title text-red-600 font-bold">20,</span> <span
class="decimal-part text-xs text-red-600 font-bold relative -left-1">34</span></div>
<div class="flex text-xs text-succes mt-2 normal-case font-semibold"><svg class="mr-2" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
<rect width="16" height="16" rx="8" fill="#018849"></rect>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12.3449 4.97855C12.5517 5.1853 12.5517 5.5205 12.3449 5.72725L7.05082 11.0214C6.84409 11.2281 6.50887 11.2281 6.30212 11.0214L3.65506 8.37431C3.44831 8.16757 3.44831 7.83235 3.65506 7.62561C3.86181 7.41888 4.19701 7.41888 4.40377 7.62561L6.67648 9.89833L11.5963 4.97855C11.803 4.7718 12.1382 4.7718 12.3449 4.97855Z"
fill="white"></path>
</svg><span>Morgen bezorgd</span></div>
</div>
</form>
POST https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/14366/
<form method="post" action="https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/14366/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full "><input name="form_key" type="hidden"
value="rS1aoDmehYFdC31c"> <input type="hidden" name="product" value="14366">
<a href="https://www.parfumerie.nl/dior-homme-parfum" class="product photo product-item-photo block mx-auto mb-6 " tabindex="-1"> <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-14366.window="$root.src = $event.detail" src="https://images.parfumerie.nl/media/catalog/product/cache/abb134e9ee4be8a97693bee2eaf56b24/d/i/dior-homme-parfum_1.jpg" loading="lazy" width="360" height="360" alt="Dior Homme Parfum" title="Dior Homme Parfum"></a>
<div class="product-info flex flex-col flex-grow items-start">
<div class="my-1 items-center justify-center text-base "><a class="product-item-link font-medium" href="https://www.parfumerie.nl/dior-homme-parfum">DIOR</a></div>
<div class="my-1 items-center justify-center font-normal text-xs ">
<a class="product-item-link under-title text-black" href="https://www.parfumerie.nl/dior-homme-parfum"> <span class="product-under-title">Dior Homme</span><br> <span class="product-under-title">parfum</span> </a></div>
<div class="my-2 w-full flex items-center">
<div x-data="" class="aw rating-summary flex cursor-pointer" @click="window.location.href = 'https://www.parfumerie.nl/dior-homme-parfum'"> <svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14"
fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_22)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_22">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_23)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_23">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_24)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_24">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_25)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_25">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 14 14" style="enable-background:new 0 0 14 14;" xml:space="preserve" class="mr-1" width="14"
height="14" role="img">
<path style="fill:#CED4DA;" d="M7,0L7,0c3.9,0,7,3.1,7,7l0,0c0,3.9-3.1,7-7,7l0,0c-3.9,0-7-3.1-7-7l0,0C0,3.1,3.1,0,7,0z"></path>
<path d="M7,0L7,0v14l0,0c-3.9,0-7-3.1-7-7l0,0C0,3.1,3.1,0,7,0z"></path>
<g>
<g>
<defs>
<rect id="SVGID_1__5" x="2" y="2" width="10" height="9.5"></rect>
</defs>
<clipPath id="SVGID_00000120532238078749838910000015977340290903850659__5">
<use xlink:href="#SVGID_1__5" style="overflow:visible;"></use>
</clipPath>
<g style="clip-path:url(#SVGID_00000120532238078749838910000015977340290903850659__5);">
<path style="fill:#FFFFFF;" d="M12,5.7L8.4,5.4L7,2.2L5.6,5.4L2,5.7l2.8,2.2l-0.9,3.4L7,9.4l3.1,1.9L9.2,7.9L12,5.7z"></path>
</g>
</g>
</g>
<title>star-fragment</title>
</svg>
</div>
<div x-data="actionReviews()" class="w-full cursor-pointer">
<div class="flex items-center">
<div class="flex flex-wrap ">
<div class="ml-2 flex items-center text-xs text-gray-600" @click="onActionClick($event)">45 reviews</div>
</div>
</div>
</div>
</div>
<div class="product-price"> <span class="price-label text-sm xl:text-base text-gray-500 font-normal lowercase">Vanaf</span> <span class="product-under-title text-red-600 font-bold">129,</span> <span
class="decimal-part text-xs text-red-600 font-bold relative -left-1">62</span></div>
<div class="flex text-xs text-succes mt-2 normal-case font-semibold"><svg class="mr-2" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
<rect width="16" height="16" rx="8" fill="#018849"></rect>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12.3449 4.97855C12.5517 5.1853 12.5517 5.5205 12.3449 5.72725L7.05082 11.0214C6.84409 11.2281 6.50887 11.2281 6.30212 11.0214L3.65506 8.37431C3.44831 8.16757 3.44831 7.83235 3.65506 7.62561C3.86181 7.41888 4.19701 7.41888 4.40377 7.62561L6.67648 9.89833L11.5963 4.97855C11.803 4.7718 12.1382 4.7718 12.3449 4.97855Z"
fill="white"></path>
</svg><span>Morgen bezorgd</span></div>
</div>
</form>
POST https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/13639/
<form method="post" action="https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/13639/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full "><input name="form_key" type="hidden"
value="rS1aoDmehYFdC31c"> <input type="hidden" name="product" value="13639">
<a href="https://www.parfumerie.nl/tom-ford-noir-extreme-eau-de-parfum-spray" class="product photo product-item-photo block mx-auto mb-6 " tabindex="-1"> <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-13639.window="$root.src = $event.detail" src="https://images.parfumerie.nl/media/catalog/product/cache/abb134e9ee4be8a97693bee2eaf56b24/t/o/tom-ford-noir-extreme_4.jpg" loading="lazy" width="360" height="360" alt="Tom Ford Noir Extreme Eau de Parfum Spray" title="Tom Ford Noir Extreme Eau de Parfum Spray"></a>
<div class="product-info flex flex-col flex-grow items-start">
<div class="my-1 items-center justify-center text-base "><a class="product-item-link font-medium" href="https://www.parfumerie.nl/tom-ford-noir-extreme-eau-de-parfum-spray">Tom Ford</a></div>
<div class="my-1 items-center justify-center font-normal text-xs ">
<a class="product-item-link under-title text-black" href="https://www.parfumerie.nl/tom-ford-noir-extreme-eau-de-parfum-spray"> <span class="product-under-title">Noir Extrême</span><br> <span class="product-under-title">eau de parfum</span> </a>
</div>
<div class="my-2 w-full flex items-center">
<div x-data="" class="aw rating-summary flex cursor-pointer" @click="window.location.href = 'https://www.parfumerie.nl/tom-ford-noir-extreme-eau-de-parfum-spray'"> <svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14"
width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_26)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_26">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_27)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_27">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_28)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_28">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_29)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_29">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 14 14" style="enable-background:new 0 0 14 14;" xml:space="preserve" class="mr-1" width="14"
height="14" role="img">
<path style="fill:#CED4DA;" d="M7,0L7,0c3.9,0,7,3.1,7,7l0,0c0,3.9-3.1,7-7,7l0,0c-3.9,0-7-3.1-7-7l0,0C0,3.1,3.1,0,7,0z"></path>
<path d="M7,0L7,0v14l0,0c-3.9,0-7-3.1-7-7l0,0C0,3.1,3.1,0,7,0z"></path>
<g>
<g>
<defs>
<rect id="SVGID_1__6" x="2" y="2" width="10" height="9.5"></rect>
</defs>
<clipPath id="SVGID_00000120532238078749838910000015977340290903850659__6">
<use xlink:href="#SVGID_1__6" style="overflow:visible;"></use>
</clipPath>
<g style="clip-path:url(#SVGID_00000120532238078749838910000015977340290903850659__6);">
<path style="fill:#FFFFFF;" d="M12,5.7L8.4,5.4L7,2.2L5.6,5.4L2,5.7l2.8,2.2l-0.9,3.4L7,9.4l3.1,1.9L9.2,7.9L12,5.7z"></path>
</g>
</g>
</g>
<title>star-fragment</title>
</svg>
</div>
<div x-data="actionReviews()" class="w-full cursor-pointer">
<div class="flex items-center">
<div class="flex flex-wrap ">
<div class="ml-2 flex items-center text-xs text-gray-600" @click="onActionClick($event)">53 reviews</div>
</div>
</div>
</div>
</div>
<div class="product-price"> <span class="price-label text-sm xl:text-base text-gray-500 font-normal lowercase">Vanaf</span> <span class="product-under-title text-red-600 font-bold">94,</span> <span
class="decimal-part text-xs text-red-600 font-bold relative -left-1">56</span></div>
<div class="flex text-xs text-succes mt-2 normal-case font-semibold"><svg class="mr-2" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
<rect width="16" height="16" rx="8" fill="#018849"></rect>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12.3449 4.97855C12.5517 5.1853 12.5517 5.5205 12.3449 5.72725L7.05082 11.0214C6.84409 11.2281 6.50887 11.2281 6.30212 11.0214L3.65506 8.37431C3.44831 8.16757 3.44831 7.83235 3.65506 7.62561C3.86181 7.41888 4.19701 7.41888 4.40377 7.62561L6.67648 9.89833L11.5963 4.97855C11.803 4.7718 12.1382 4.7718 12.3449 4.97855Z"
fill="white"></path>
</svg><span>Morgen bezorgd</span></div>
</div>
</form>
POST https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/19653/
<form method="post" action="https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/19653/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full "><input name="form_key" type="hidden"
value="rS1aoDmehYFdC31c"> <input type="hidden" name="product" value="19653">
<a href="https://www.parfumerie.nl/escentric-molecules-molecule-01-spray" class="product photo product-item-photo block mx-auto mb-6 " tabindex="-1"> <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-19653.window="$root.src = $event.detail" src="https://images.parfumerie.nl/media/catalog/product/cache/abb134e9ee4be8a97693bee2eaf56b24/5/0/5060103310029-0_1.jpg" loading="lazy" width="360" height="360" alt="Escentric Molecules Molecule 01 spray" title="Escentric Molecules Molecule 01 spray"></a>
<div class="product-info flex flex-col flex-grow items-start">
<div class="my-1 items-center justify-center text-base "><a class="product-item-link font-medium" href="https://www.parfumerie.nl/escentric-molecules-molecule-01-spray">Escentric Molecules</a></div>
<div class="my-1 items-center justify-center font-normal text-xs ">
<a class="product-item-link under-title text-black" href="https://www.parfumerie.nl/escentric-molecules-molecule-01-spray"> <span class="product-under-title">Molecule 01</span> </a></div>
<div class="my-2 w-full flex items-center">
<div x-data="" class="aw rating-summary flex cursor-pointer" @click="window.location.href = 'https://www.parfumerie.nl/escentric-molecules-molecule-01-spray'"> <svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14"
height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_35)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_35">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_36)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_36">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_37)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_37">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_38)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_38">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 14 14" style="enable-background:new 0 0 14 14;" xml:space="preserve" class="mr-1" width="14"
height="14" role="img">
<path style="fill:#CED4DA;" d="M7,0L7,0c3.9,0,7,3.1,7,7l0,0c0,3.9-3.1,7-7,7l0,0c-3.9,0-7-3.1-7-7l0,0C0,3.1,3.1,0,7,0z"></path>
<path d="M7,0L7,0v14l0,0c-3.9,0-7-3.1-7-7l0,0C0,3.1,3.1,0,7,0z"></path>
<g>
<g>
<defs>
<rect id="SVGID_1__7" x="2" y="2" width="10" height="9.5"></rect>
</defs>
<clipPath id="SVGID_00000120532238078749838910000015977340290903850659__7">
<use xlink:href="#SVGID_1__7" style="overflow:visible;"></use>
</clipPath>
<g style="clip-path:url(#SVGID_00000120532238078749838910000015977340290903850659__7);">
<path style="fill:#FFFFFF;" d="M12,5.7L8.4,5.4L7,2.2L5.6,5.4L2,5.7l2.8,2.2l-0.9,3.4L7,9.4l3.1,1.9L9.2,7.9L12,5.7z"></path>
</g>
</g>
</g>
<title>star-fragment</title>
</svg>
</div>
<div x-data="actionReviews()" class="w-full cursor-pointer">
<div class="flex items-center">
<div class="flex flex-wrap ">
<div class="ml-2 flex items-center text-xs text-gray-600" @click="onActionClick($event)">39 reviews</div>
</div>
</div>
</div>
</div>
<div class="product-price"> <span class="price-label text-sm xl:text-base text-gray-500 font-normal lowercase">Vanaf</span> <span class="product-under-title text-red-600 font-bold">75,</span> <span
class="decimal-part text-xs text-red-600 font-bold relative -left-1">00</span></div>
<div class="flex text-xs text-succes mt-2 normal-case font-semibold"><svg class="mr-2" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
<rect width="16" height="16" rx="8" fill="#018849"></rect>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12.3449 4.97855C12.5517 5.1853 12.5517 5.5205 12.3449 5.72725L7.05082 11.0214C6.84409 11.2281 6.50887 11.2281 6.30212 11.0214L3.65506 8.37431C3.44831 8.16757 3.44831 7.83235 3.65506 7.62561C3.86181 7.41888 4.19701 7.41888 4.40377 7.62561L6.67648 9.89833L11.5963 4.97855C11.803 4.7718 12.1382 4.7718 12.3449 4.97855Z"
fill="white"></path>
</svg><span>Morgen bezorgd</span></div>
</div>
</form>
POST https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/10219/
<form method="post" action="https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/10219/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full "><input name="form_key" type="hidden"
value="rS1aoDmehYFdC31c"> <input type="hidden" name="product" value="10219">
<a href="https://www.parfumerie.nl/paco-rabanne-1-million-eau-de-toilette-spray" class="product photo product-item-photo block mx-auto mb-6 " tabindex="-1"> <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-10219.window="$root.src = $event.detail" src="https://images.parfumerie.nl/media/catalog/product/cache/abb134e9ee4be8a97693bee2eaf56b24/3/3/3349666007921_1.jpg" loading="lazy" width="360" height="360" alt="Paco Rabanne 1 Million Eau de Toilette Spray" title="Paco Rabanne 1 Million Eau de Toilette Spray"></a>
<div class="product-info flex flex-col flex-grow items-start">
<div class="my-1 items-center justify-center text-base "><a class="product-item-link font-medium" href="https://www.parfumerie.nl/paco-rabanne-1-million-eau-de-toilette-spray">Paco Rabanne</a></div>
<div class="my-1 items-center justify-center font-normal text-xs ">
<a class="product-item-link under-title text-black" href="https://www.parfumerie.nl/paco-rabanne-1-million-eau-de-toilette-spray"> <span class="product-under-title">1 Million</span><br> <span class="product-under-title">eau de toilette</span> </a>
</div>
<div class="my-2 w-full flex items-center">
<div x-data="" class="aw rating-summary flex cursor-pointer" @click="window.location.href = 'https://www.parfumerie.nl/paco-rabanne-1-million-eau-de-toilette-spray'"> <svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14"
width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_39)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_39">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_40)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_40">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_41)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_41">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_42)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_42">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 14 14" style="enable-background:new 0 0 14 14;" xml:space="preserve" class="mr-1" width="14"
height="14" role="img">
<path style="fill:#CED4DA;" d="M7,0L7,0c3.9,0,7,3.1,7,7l0,0c0,3.9-3.1,7-7,7l0,0c-3.9,0-7-3.1-7-7l0,0C0,3.1,3.1,0,7,0z"></path>
<path d="M7,0L7,0v14l0,0c-3.9,0-7-3.1-7-7l0,0C0,3.1,3.1,0,7,0z"></path>
<g>
<g>
<defs>
<rect id="SVGID_1__8" x="2" y="2" width="10" height="9.5"></rect>
</defs>
<clipPath id="SVGID_00000120532238078749838910000015977340290903850659__8">
<use xlink:href="#SVGID_1__8" style="overflow:visible;"></use>
</clipPath>
<g style="clip-path:url(#SVGID_00000120532238078749838910000015977340290903850659__8);">
<path style="fill:#FFFFFF;" d="M12,5.7L8.4,5.4L7,2.2L5.6,5.4L2,5.7l2.8,2.2l-0.9,3.4L7,9.4l3.1,1.9L9.2,7.9L12,5.7z"></path>
</g>
</g>
</g>
<title>star-fragment</title>
</svg>
</div>
<div x-data="actionReviews()" class="w-full cursor-pointer">
<div class="flex items-center">
<div class="flex flex-wrap ">
<div class="ml-2 flex items-center text-xs text-gray-600" @click="onActionClick($event)">575 reviews</div>
</div>
</div>
</div>
</div>
<div class="product-price"> <span class="price-label text-sm xl:text-base text-gray-500 font-normal lowercase">Vanaf</span> <span class="product-under-title text-red-600 font-bold">71,</span> <span
class="decimal-part text-xs text-red-600 font-bold relative -left-1">75</span></div>
<div class="flex text-xs text-succes mt-2 normal-case font-semibold"><svg class="mr-2" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
<rect width="16" height="16" rx="8" fill="#018849"></rect>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12.3449 4.97855C12.5517 5.1853 12.5517 5.5205 12.3449 5.72725L7.05082 11.0214C6.84409 11.2281 6.50887 11.2281 6.30212 11.0214L3.65506 8.37431C3.44831 8.16757 3.44831 7.83235 3.65506 7.62561C3.86181 7.41888 4.19701 7.41888 4.40377 7.62561L6.67648 9.89833L11.5963 4.97855C11.803 4.7718 12.1382 4.7718 12.3449 4.97855Z"
fill="white"></path>
</svg><span>Morgen bezorgd</span></div>
</div>
</form>
POST https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/10223/
<form method="post" action="https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/10223/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full "><input name="form_key" type="hidden"
value="rS1aoDmehYFdC31c"> <input type="hidden" name="product" value="10223">
<a href="https://www.parfumerie.nl/paco-rabanne-invictus-eau-de-toilette-spray" class="product photo product-item-photo block mx-auto mb-6 " tabindex="-1"> <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-10223.window="$root.src = $event.detail" src="https://images.parfumerie.nl/media/catalog/product/cache/abb134e9ee4be8a97693bee2eaf56b24/3/3/3349668515653_m_1_2.jpg" loading="lazy" width="360" height="360" alt="Paco Rabanne Invictus Eau de Toilette Spray" title="Paco Rabanne Invictus Eau de Toilette Spray"></a>
<div class="product-info flex flex-col flex-grow items-start">
<div class="my-1 items-center justify-center text-base "><a class="product-item-link font-medium" href="https://www.parfumerie.nl/paco-rabanne-invictus-eau-de-toilette-spray">Paco Rabanne</a></div>
<div class="my-1 items-center justify-center font-normal text-xs ">
<a class="product-item-link under-title text-black" href="https://www.parfumerie.nl/paco-rabanne-invictus-eau-de-toilette-spray"> <span class="product-under-title">Invictus</span><br> <span class="product-under-title">eau de toilette</span> </a>
</div>
<div class="my-2 w-full flex items-center">
<div x-data="" class="aw rating-summary flex cursor-pointer" @click="window.location.href = 'https://www.parfumerie.nl/paco-rabanne-invictus-eau-de-toilette-spray'"> <svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14"
width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_43)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_43">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_44)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_44">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_45)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_45">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_46)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_46">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_47)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_47">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
</div>
<div x-data="actionReviews()" class="w-full cursor-pointer">
<div class="flex items-center">
<div class="flex flex-wrap ">
<div class="ml-2 flex items-center text-xs text-gray-600" @click="onActionClick($event)">10 reviews</div>
</div>
</div>
</div>
</div>
<div class="product-price"> <span class="price-label text-sm xl:text-base text-gray-500 font-normal lowercase">Vanaf</span> <span class="product-under-title text-red-600 font-bold">68,</span> <span
class="decimal-part text-xs text-red-600 font-bold relative -left-1">25</span></div>
<div class="flex text-xs text-succes mt-2 normal-case font-semibold"><svg class="mr-2" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
<rect width="16" height="16" rx="8" fill="#018849"></rect>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12.3449 4.97855C12.5517 5.1853 12.5517 5.5205 12.3449 5.72725L7.05082 11.0214C6.84409 11.2281 6.50887 11.2281 6.30212 11.0214L3.65506 8.37431C3.44831 8.16757 3.44831 7.83235 3.65506 7.62561C3.86181 7.41888 4.19701 7.41888 4.40377 7.62561L6.67648 9.89833L11.5963 4.97855C11.803 4.7718 12.1382 4.7718 12.3449 4.97855Z"
fill="white"></path>
</svg><span>Morgen bezorgd</span></div>
</div>
</form>
POST https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/9556/
<form method="post" action="https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/9556/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full "><input name="form_key" type="hidden"
value="rS1aoDmehYFdC31c"> <input type="hidden" name="product" value="9556">
<a href="https://www.parfumerie.nl/giorgio-armani-acqua-di-gio-homme-eau-de-toilette-spray" class="product photo product-item-photo block mx-auto mb-6 " tabindex="-1"> <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-9556.window="$root.src = $event.detail" src="https://images.parfumerie.nl/media/catalog/product/cache/abb134e9ee4be8a97693bee2eaf56b24/g/i/giorgio_armani-acqua_di_gio_homme_1.jpg" loading="lazy" width="360" height="360" alt="Giorgio Armani Acqua di Gio Homme Eau de Toilette Spray" title="Giorgio Armani Acqua di Gio Homme Eau de Toilette Spray"></a>
<div class="product-info flex flex-col flex-grow items-start">
<div class="my-1 items-center justify-center text-base "><a class="product-item-link font-medium" href="https://www.parfumerie.nl/giorgio-armani-acqua-di-gio-homme-eau-de-toilette-spray">Armani</a></div>
<div class="my-1 items-center justify-center font-normal text-xs ">
<a class="product-item-link under-title text-black" href="https://www.parfumerie.nl/giorgio-armani-acqua-di-gio-homme-eau-de-toilette-spray"> <span class="product-under-title">Acqua di Gio Homme</span><br> <span class="product-under-title">eau de toilette</span> </a>
</div>
<div class="my-2 w-full flex items-center">
<div x-data="" class="aw rating-summary flex cursor-pointer" @click="window.location.href = 'https://www.parfumerie.nl/giorgio-armani-acqua-di-gio-homme-eau-de-toilette-spray'"> <svg xmlns="http://www.w3.org/2000/svg" class="mr-1"
viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_23)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_23">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_24)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_24">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_25)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_25">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_26)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_26">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 14 14" style="enable-background:new 0 0 14 14;" xml:space="preserve" class="mr-1" width="14"
height="14" role="img">
<path style="fill:#CED4DA;" d="M7,0L7,0c3.9,0,7,3.1,7,7l0,0c0,3.9-3.1,7-7,7l0,0c-3.9,0-7-3.1-7-7l0,0C0,3.1,3.1,0,7,0z"></path>
<path d="M7,0L7,0v14l0,0c-3.9,0-7-3.1-7-7l0,0C0,3.1,3.1,0,7,0z"></path>
<g>
<g>
<defs>
<rect id="SVGID_1__4" x="2" y="2" width="10" height="9.5"></rect>
</defs>
<clipPath id="SVGID_00000120532238078749838910000015977340290903850659__4">
<use xlink:href="#SVGID_1__4" style="overflow:visible;"></use>
</clipPath>
<g style="clip-path:url(#SVGID_00000120532238078749838910000015977340290903850659__4);">
<path style="fill:#FFFFFF;" d="M12,5.7L8.4,5.4L7,2.2L5.6,5.4L2,5.7l2.8,2.2l-0.9,3.4L7,9.4l3.1,1.9L9.2,7.9L12,5.7z"></path>
</g>
</g>
</g>
<title>star-fragment</title>
</svg>
</div>
<div x-data="actionReviews()" class="w-full cursor-pointer">
<div class="flex items-center">
<div class="flex flex-wrap ">
<div class="ml-2 flex items-center text-xs text-gray-600" @click="onActionClick($event)">29 reviews</div>
</div>
</div>
</div>
</div>
<div class="product-price"> <span class="price-label text-sm xl:text-base text-gray-500 font-normal lowercase">Vanaf</span> <span class="product-under-title text-red-600 font-bold">67,</span> <span
class="decimal-part text-xs text-red-600 font-bold relative -left-1">82</span></div>
<div class="flex text-xs text-succes mt-2 normal-case font-semibold"><svg class="mr-2" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
<rect width="16" height="16" rx="8" fill="#018849"></rect>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12.3449 4.97855C12.5517 5.1853 12.5517 5.5205 12.3449 5.72725L7.05082 11.0214C6.84409 11.2281 6.50887 11.2281 6.30212 11.0214L3.65506 8.37431C3.44831 8.16757 3.44831 7.83235 3.65506 7.62561C3.86181 7.41888 4.19701 7.41888 4.40377 7.62561L6.67648 9.89833L11.5963 4.97855C11.803 4.7718 12.1382 4.7718 12.3449 4.97855Z"
fill="white"></path>
</svg><span>Morgen bezorgd</span></div>
</div>
</form>
POST https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/39815/
<form method="post" action="https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/39815/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full "><input name="form_key" type="hidden"
value="rS1aoDmehYFdC31c"> <input type="hidden" name="product" value="39815">
<a href="https://www.parfumerie.nl/yves-saint-laurent-new-perfume-male-masculine" class="product photo product-item-photo block mx-auto mb-6 " tabindex="-1"> <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-39815.window="$root.src = $event.detail" src="https://images.parfumerie.nl/media/catalog/product/cache/abb134e9ee4be8a97693bee2eaf56b24/3/6/3614273852814_front_1.png" loading="lazy" width="360" height="360" alt="Yves Saint Laurent MYSLF Eau de Parfum Navulbaar" title="Yves Saint Laurent MYSLF Eau de Parfum Navulbaar"></a>
<div class="product-info flex flex-col flex-grow items-start">
<div class="my-1 items-center justify-center text-base "><a class="product-item-link font-medium" href="https://www.parfumerie.nl/yves-saint-laurent-new-perfume-male-masculine">Yves Saint Laurent</a></div>
<div class="my-1 items-center justify-center font-normal text-xs ">
<a class="product-item-link under-title text-black" href="https://www.parfumerie.nl/yves-saint-laurent-new-perfume-male-masculine"> <span class="product-under-title">MYSLF</span><br> <span class="product-under-title">eau de parfum navulbaar</span> </a>
</div>
<div class="my-2 w-full flex items-center"> </div>
<div class="product-price"> <span class="price-label text-sm xl:text-base text-gray-500 font-normal lowercase">Vanaf</span> <span class="product-under-title text-red-600 font-bold">66,</span> <span
class="decimal-part text-xs text-red-600 font-bold relative -left-1">40</span></div>
<div class="flex text-xs text-succes mt-2 normal-case font-semibold"><svg class="mr-2" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
<rect width="16" height="16" rx="8" fill="#018849"></rect>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12.3449 4.97855C12.5517 5.1853 12.5517 5.5205 12.3449 5.72725L7.05082 11.0214C6.84409 11.2281 6.50887 11.2281 6.30212 11.0214L3.65506 8.37431C3.44831 8.16757 3.44831 7.83235 3.65506 7.62561C3.86181 7.41888 4.19701 7.41888 4.40377 7.62561L6.67648 9.89833L11.5963 4.97855C11.803 4.7718 12.1382 4.7718 12.3449 4.97855Z"
fill="white"></path>
</svg><span>Morgen bezorgd</span></div>
</div>
</form>
POST https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/15195/
<form method="post" action="https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/15195/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full "><input name="form_key" type="hidden"
value="rS1aoDmehYFdC31c"> <input type="hidden" name="product" value="15195">
<a href="https://www.parfumerie.nl/dior-sauvage-eau-de-toilette" class="product photo product-item-photo block mx-auto mb-6 " tabindex="-1"> <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-15195.window="$root.src = $event.detail" src="https://images.parfumerie.nl/media/catalog/product/cache/abb134e9ee4be8a97693bee2eaf56b24/3/3/3348901321129.jpg" loading="lazy" width="360" height="360" alt="Dior Sauvage Eau de Toilette" title="Dior Sauvage Eau de Toilette"></a>
<div class="product-info flex flex-col flex-grow items-start">
<div class="my-1 items-center justify-center text-base "><a class="product-item-link font-medium" href="https://www.parfumerie.nl/dior-sauvage-eau-de-toilette">DIOR</a></div>
<div class="my-1 items-center justify-center font-normal text-xs ">
<a class="product-item-link under-title text-black" href="https://www.parfumerie.nl/dior-sauvage-eau-de-toilette"> <span class="product-under-title">Sauvage</span><br> <span class="product-under-title">eau de toilette</span> </a></div>
<div class="my-2 w-full flex items-center">
<div x-data="" class="aw rating-summary flex cursor-pointer" @click="window.location.href = 'https://www.parfumerie.nl/dior-sauvage-eau-de-toilette'"> <svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14"
height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_48)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_48">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_49)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_49">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_50)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_50">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_51)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_51">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 14 14" style="enable-background:new 0 0 14 14;" xml:space="preserve" class="mr-1" width="14"
height="14" role="img">
<path style="fill:#CED4DA;" d="M7,0L7,0c3.9,0,7,3.1,7,7l0,0c0,3.9-3.1,7-7,7l0,0c-3.9,0-7-3.1-7-7l0,0C0,3.1,3.1,0,7,0z"></path>
<path d="M7,0L7,0v14l0,0c-3.9,0-7-3.1-7-7l0,0C0,3.1,3.1,0,7,0z"></path>
<g>
<g>
<defs>
<rect id="SVGID_1__9" x="2" y="2" width="10" height="9.5"></rect>
</defs>
<clipPath id="SVGID_00000120532238078749838910000015977340290903850659__9">
<use xlink:href="#SVGID_1__9" style="overflow:visible;"></use>
</clipPath>
<g style="clip-path:url(#SVGID_00000120532238078749838910000015977340290903850659__9);">
<path style="fill:#FFFFFF;" d="M12,5.7L8.4,5.4L7,2.2L5.6,5.4L2,5.7l2.8,2.2l-0.9,3.4L7,9.4l3.1,1.9L9.2,7.9L12,5.7z"></path>
</g>
</g>
</g>
<title>star-fragment</title>
</svg>
</div>
<div x-data="actionReviews()" class="w-full cursor-pointer">
<div class="flex items-center">
<div class="flex flex-wrap ">
<div class="ml-2 flex items-center text-xs text-gray-600" @click="onActionClick($event)">84 reviews</div>
</div>
</div>
</div>
</div>
<div class="product-price"> <span class="price-label text-sm xl:text-base text-gray-500 font-normal lowercase">Vanaf</span> <span class="product-under-title text-red-600 font-bold">62,</span> <span
class="decimal-part text-xs text-red-600 font-bold relative -left-1">99</span></div>
<div class="flex text-xs text-succes mt-2 normal-case font-semibold"><svg class="mr-2" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
<rect width="16" height="16" rx="8" fill="#018849"></rect>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12.3449 4.97855C12.5517 5.1853 12.5517 5.5205 12.3449 5.72725L7.05082 11.0214C6.84409 11.2281 6.50887 11.2281 6.30212 11.0214L3.65506 8.37431C3.44831 8.16757 3.44831 7.83235 3.65506 7.62561C3.86181 7.41888 4.19701 7.41888 4.40377 7.62561L6.67648 9.89833L11.5963 4.97855C11.803 4.7718 12.1382 4.7718 12.3449 4.97855Z"
fill="white"></path>
</svg><span>Morgen bezorgd</span></div>
</div>
</form>
POST https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/16779/
<form method="post" action="https://www.parfumerie.nl/checkout/cart/add/uenc/%25uenc%25/product/16779/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full "><input name="form_key" type="hidden"
value="rS1aoDmehYFdC31c"> <input type="hidden" name="product" value="16779">
<a href="https://www.parfumerie.nl/viktor-rolf-spicebomb-extreme-eau-de-parfum-spray" class="product photo product-item-photo block mx-auto mb-6 " tabindex="-1"> <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-16779.window="$root.src = $event.detail" src="https://images.parfumerie.nl/media/catalog/product/cache/abb134e9ee4be8a97693bee2eaf56b24/v/i/viktor-en-rolf-spicebomb-extreme_2.jpg" loading="lazy" width="360" height="360" alt="Viktor & Rolf Spicebomb Extreme Eau de Parfum Spray" title="Viktor & Rolf Spicebomb Extreme Eau de Parfum Spray"></a>
<div class="product-info flex flex-col flex-grow items-start">
<div class="my-1 items-center justify-center text-base "><a class="product-item-link font-medium" href="https://www.parfumerie.nl/viktor-rolf-spicebomb-extreme-eau-de-parfum-spray">Viktor & Rolf</a></div>
<div class="my-1 items-center justify-center font-normal text-xs ">
<a class="product-item-link under-title text-black" href="https://www.parfumerie.nl/viktor-rolf-spicebomb-extreme-eau-de-parfum-spray"> <span class="product-under-title">Spicebomb Extreme</span><br> <span class="product-under-title">eau de parfum</span> </a>
</div>
<div class="my-2 w-full flex items-center">
<div x-data="" class="aw rating-summary flex cursor-pointer" @click="window.location.href = 'https://www.parfumerie.nl/viktor-rolf-spicebomb-extreme-eau-de-parfum-spray'"> <svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14"
width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_52)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_52">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_53)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_53">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_54)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_54">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="mr-1" viewBox="0 0 14 14" width="14" height="14" fill="none" role="img">
<rect width="14" height="14" rx="7" fill="black"></rect>
<g clip-path="url(#clip0_442_5470_55)">
<path d="M12 5.67045L8.36643 5.4435L6.99801 2.17758L5.62959 5.4435L2 5.67045L4.78387 7.91605L3.87035 11.3225L6.99801 9.44436L10.1257 11.3225L9.21217 7.91605L12 5.67045Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_442_5470_55">
<rect width="10" height="9.5" fill="white" transform="translate(2 2.00003)"></rect>
</clipPath>
</defs>
<title>star-full</title>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 14 14" style="enable-background:new 0 0 14 14;" xml:space="preserve" class="mr-1" width="14"
height="14" role="img">
<path style="fill:#CED4DA;" d="M7,0L7,0c3.9,0,7,3.1,7,7l0,0c0,3.9-3.1,7-7,7l0,0c-3.9,0-7-3.1-7-7l0,0C0,3.1,3.1,0,7,0z"></path>
<path d="M7,0L7,0v14l0,0c-3.9,0-7-3.1-7-7l0,0C0,3.1,3.1,0,7,0z"></path>
<g>
<g>
<defs>
<rect id="SVGID_1__10" x="2" y="2" width="10" height="9.5"></rect>
</defs>
<clipPath id="SVGID_00000120532238078749838910000015977340290903850659__10">
<use xlink:href="#SVGID_1__10" style="overflow:visible;"></use>
</clipPath>
<g style="clip-path:url(#SVGID_00000120532238078749838910000015977340290903850659__10);">
<path style="fill:#FFFFFF;" d="M12,5.7L8.4,5.4L7,2.2L5.6,5.4L2,5.7l2.8,2.2l-0.9,3.4L7,9.4l3.1,1.9L9.2,7.9L12,5.7z"></path>
</g>
</g>
</g>
<title>star-fragment</title>
</svg>
</div>
<div x-data="actionReviews()" class="w-full cursor-pointer">
<div class="flex items-center">
<div class="flex flex-wrap ">
<div class="ml-2 flex items-center text-xs text-gray-600" @click="onActionClick($event)">339 reviews</div>
</div>
</div>
</div>
</div>
<div class="product-price"> <span class="price-label text-sm xl:text-base text-gray-500 font-normal lowercase">Vanaf</span> <span class="product-under-title text-red-600 font-bold">62,</span> <span
class="decimal-part text-xs text-red-600 font-bold relative -left-1">99</span></div>
<div class="flex text-xs text-succes mt-2 normal-case font-semibold"><svg class="mr-2" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
<rect width="16" height="16" rx="8" fill="#018849"></rect>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12.3449 4.97855C12.5517 5.1853 12.5517 5.5205 12.3449 5.72725L7.05082 11.0214C6.84409 11.2281 6.50887 11.2281 6.30212 11.0214L3.65506 8.37431C3.44831 8.16757 3.44831 7.83235 3.65506 7.62561C3.86181 7.41888 4.19701 7.41888 4.40377 7.62561L6.67648 9.89833L11.5963 4.97855C11.803 4.7718 12.1382 4.7718 12.3449 4.97855Z"
fill="white"></path>
</svg><span>Morgen bezorgd</span></div>
</div>
</form>
POST
<form method="post" x-bind:action="createAddToCartUrl(product.productId)" @submit.prevent="addToCartRecsEvent($event.target, banner.unitId, product.productId)"
class="recommendation item product product-item product_addtocart_form card-interactive flex flex-col w-full relative"><input name="form_key" type="hidden" :value="hyva.getFormKey()"><input type="hidden" name="product"
x-bind:value="product.productId"><a @click="recsClickEvent(banner.unitId, product.productId, product.url)" class="product photo product-item-photo block mx-auto mb-3 cursor-pointer" tabindex="-1"><img class="hover:shadow-sm object-contain" loading="lazy" x-bind:alt="product.image?.label" x-bind:title="product.image?.label" x-bind:src="product.image?.url" width="360" height="360"></a>
<div class="product-info w-full">
<div class="mt-2 mb-1 mr-2 leading-4"><a class="product-item-link cursor-pointer text-xs text-gray-600" @click="recsClickEvent(banner.unitId, product.productId, product.url)" x-text="product.name"></a></div>
</div>
</form>
Text Content
* Gratis bezorging * Voor 23:45 besteld, vandaag verstuurd * Meer dan 2 miljoen tevreden klanten * 55 jaar vertrouwd familiebedrijf met een fysieke winkel 4.7 out of five star rating on Trustpilot 4.7(24.000 beoordelingen) Ga naar de inhoud waar ben je naar op zoek? Account Winkelmandje 0 Menu Merken Parfum chevron-right chevron-left Parfum Bekijk allemaal Dames parfum chevron-right chevron-left Dames parfum Alle damesparfums Top 10 Geschenksets Nieuw Deodorant Heren parfum chevron-right chevron-left Heren parfum Alle herenparfums Top 10 Geschenksets Nieuw Geurnoten chevron-right chevron-left Geurnoten Bloemige parfums Frisse parfums Houtige parfums Kruidige parfums Niche parfums chevron-right chevron-left Niche parfums Nichegeuren voor heren Nichegeuren voor dames Huidverzorging chevron-right chevron-left Huidverzorging Bekijk allemaal Gezicht chevron-right chevron-left Gezicht Reiniging Dagcrème Nachtcrème Oogverzorging Serum Lichaam chevron-right chevron-left Lichaam Crème & Olie Deodorant Bad & Douche Handen & Voeten Verzorging voor Mannen chevron-right chevron-left Verzorging voor Mannen Gezicht Reiniging Scheren Deodorant Douchegel Zonneproducten chevron-right chevron-left Zonneproducten Zonbescherming After Sun Zelfbruiners & Zonmake-up Make-up chevron-right chevron-left Make-up Bekijk allemaal Teint chevron-right chevron-left Teint Foundation Poeder Blush Concealer Bronzing poeder Primer Ogen chevron-right chevron-left Ogen Mascara Oogschaduw Wenkbrauwmake-up Eyeliner Oogpotlood Lippen chevron-right chevron-left Lippen Lipstick Lipgloss Lipliner Nagels chevron-right chevron-left Nagels Nagellak Nagelverzorging Accessoires Haarverzorging chevron-right chevron-left Haarverzorging Bekijk allemaal Verzorging chevron-right chevron-left Verzorging Droogshampoo Haarserum & -olie Hoofdhuidverzorging Haarverzorging heren Styling chevron-right chevron-left Styling Haarmousse Haargel Haarlak Stylingsprays Stylingcrèmes Styling Tools Sale ⚡️Black Friday Gift Finder Cadeaubon Klantenservice x Afrekenen als bestaande klant E-mailadres Wachtwoord Inloggen Wachtwoord vergeten? Afrekenen als een nieuwe klant Het aanmaken van een account heeft vele voordelen: * Bekijk bestelling en verzendstatus * Bekijk bestelgeschiedenis * Reken sneller af Account aanmaken Merken Parfum chevron-down * Dames parfum * Alle damesparfums * Top 10 * Geschenksets * Nieuw * Deodorant * Heren parfum * Alle herenparfums * Top 10 * Geschenksets * Nieuw * Geurnoten * Bloemige parfums * Frisse parfums * Houtige parfums * Kruidige parfums * Niche parfums * Nichegeuren voor heren * Nichegeuren voor dames Populaire merken Huidverzorging chevron-down * Gezicht * Reiniging * Dagcrème * Nachtcrème * Oogverzorging * Serum * Lichaam * Crème & Olie * Deodorant * Bad & Douche * Handen & Voeten * Verzorging voor Mannen * Gezicht * Reiniging * Scheren * Deodorant * Douchegel * Zonneproducten * Zonbescherming * After Sun * Zelfbruiners & Zonmake-up Make-up chevron-down * Teint * Foundation * Poeder * Blush * Concealer * Bronzing poeder * Primer * Ogen * Mascara * Oogschaduw * Wenkbrauwmake-up * Eyeliner * Oogpotlood * Lippen * Lipstick * Lipgloss * Lipliner * Nagels * Nagellak * Nagelverzorging * Accessoires Populaire merken Haarverzorging chevron-down * Verzorging * Droogshampoo * Haarserum & -olie * Hoofdhuidverzorging * Styling * Haarmousse * Haargel * Haarlak * Stylingsprays * Stylingcrèmes * Haarverzorging heren Styling Tools Sale ⚡️Black Friday Gift Finder Cadeaubon Klantenservice x chevron-left chevron-right ONZE MERKEN * Dior Boutique * Armani Boutique * Tom Ford Boutique * Rabanne Boutique * Lancome Boutique * Clinique Boutique * Estee Lauder Boutique * Jean Paul Gaultier logo * Gucci Boutique * Dolce Gabbana Boutique * * KIES EEN CATEGORIE * Herengeuren * Top 10 * Huidverzorging * Haarverzorging * Make-up * Sale * Damesgeuren * Herengeuren * Top 10 * Huidverzorging * Haarverzorging * Make-up * Sale * Damesgeuren * Herengeuren * Top 10 * Huidverzorging * Haarverzorging * Make-up * Sale * Damesgeuren * Herengeuren * Top 10 * Huidverzorging * Haarverzorging * Make-up * Sale * Damesgeuren * Herengeuren * Top 10 * Huidverzorging * * Gratis bezorging Voor 23:45 besteld, vandaag verstuurd Gratis samples TOP 10 DAMESGEUREN Prada Paradoxe eau de parfum star-full star-full star-full star-full star-full 2 reviews Vanaf 74, 95 Morgen bezorgd BLACK FRIDAY DIOR Miss Dior eau de parfum star-full star-full star-full star-full star-fragment 13 reviews Vanaf 60, 35 Morgen bezorgd BLACK FRIDAY Dolce & Gabbana Devotion eau de parfum star-full star-full star-full star-full star-full 8 reviews Vanaf 53, 97 Morgen bezorgd BLACK FRIDAY Yves Saint Laurent Black Opium eau de parfum star-full star-full star-full star-full star-fragment 127 reviews Vanaf 52, 94 Morgen bezorgd BLACK FRIDAY Yves Saint Laurent Libre eau de parfum star-full star-full star-full star-full star-fragment 40 reviews Vanaf 50, 15 Morgen bezorgd BLACK FRIDAY Zadig & Voltaire This is Her! eau de parfum star-full star-full star-full star-full star-fragment 24 reviews Vanaf 49, 95 Morgen bezorgd BLACK FRIDAY Paco Rabanne Fame eau de parfum star-full star-full star-full star-full star-fragment 87 reviews Vanaf 46, 67 Morgen bezorgd BLACK FRIDAY Versace Dylan Purple eau de parfum star-full star-full star-full star-full star-full 1 review Vanaf 44, 54 Morgen bezorgd BLACK FRIDAY Viktor & Rolf Flowerbomb eau de parfum star-full star-full star-full star-full star-fragment 255 reviews Vanaf 35, 02 Morgen bezorgd BLACK FRIDAY Lancôme La Vie est Belle eau de parfum star-full star-full star-full star-full star-fragment 149 reviews Vanaf 20, 34 Morgen bezorgd chevron-left chevron-right chevron-left chevron-right Gratis bezorging Voor 23:45 besteld, vandaag verstuurd Gratis samples TOP 10 HERENGEUREN DIOR Dior Homme parfum star-full star-full star-full star-full star-fragment 45 reviews Vanaf 129, 62 Morgen bezorgd BLACK FRIDAY Tom Ford Noir Extrême eau de parfum star-full star-full star-full star-full star-fragment 53 reviews Vanaf 94, 56 Morgen bezorgd BLACK FRIDAY Jean Paul Gaultier Le Male Elixir parfum star-full star-full star-full star-full star-full 4 reviews Vanaf 89, 95 BLACK FRIDAY Escentric Molecules Molecule 01 star-full star-full star-full star-full star-fragment 39 reviews Vanaf 75, 00 Morgen bezorgd Paco Rabanne 1 Million eau de toilette star-full star-full star-full star-full star-fragment 575 reviews Vanaf 71, 75 Morgen bezorgd BLACK FRIDAY Paco Rabanne Invictus eau de toilette star-full star-full star-full star-full star-full 10 reviews Vanaf 68, 25 Morgen bezorgd BLACK FRIDAY Armani Acqua di Gio Homme eau de toilette star-full star-full star-full star-full star-fragment 29 reviews Vanaf 67, 82 Morgen bezorgd BLACK FRIDAY Yves Saint Laurent MYSLF eau de parfum navulbaar Vanaf 66, 40 Morgen bezorgd BLACK FRIDAY DIOR Sauvage eau de toilette star-full star-full star-full star-full star-fragment 84 reviews Vanaf 62, 99 Morgen bezorgd BLACK FRIDAY Viktor & Rolf Spicebomb Extreme eau de parfum star-full star-full star-full star-full star-fragment 339 reviews Vanaf 62, 99 Morgen bezorgd BLACK FRIDAY chevron-left chevron-right chevron-left chevron-right Gratis bezorging Voor 23:45 besteld, vandaag verstuurd Gratis samples WELKOM BIJ PARFUMERIE.NL, UW ONLINE SPECIALIST IN BEAUTYPRODUCTEN! Sinds juli 2007 is Parfumerie.nl een toonaangevende online parfumerie outlet met een breed scala aan geuren en beautyproducten. Ons doel is om een ongeëvenaarde winkelervaring te bieden die voldoet aan de unieke wensen van onze klanten. Met uitstekende klantenservice, hoogwaardig design, intuïtieve winkelnavigatie, uitgebreide productinformatie en snelle leveringen, maken we online winkelen uiterst plezierig en handig. Dit streven naar uitmuntendheid heeft ons meerdere onderscheidingen en erkenningen van geautoriseerde dealers opgeleverd. ONTDEK DE PAREL VAN DE NEDERLANDSE BEAUTYWERELD! Bij Parfumerie.nl, zijn we voortdurend bezig met het speuren naar de nieuwste trends en de meest exclusieve producten om u een unieke winkelervaring te bieden. Ons uitgebreide assortiment bestaat uit meer dan 600 merken en meer dan 20.000 authentieke producten, en wordt dagelijks geactualiseerd. Of u nu kiest voor de gevestigde namen in de schoonheids- en parfumwereld of voor de premium en niche merken, wij hebben het allemaal! VIND HET PRODUCT DAT PERFECT BIJ U PAST! Het online kopen van het juiste beautyproduct is een fluitje van een cent bij Parfumerie.nl. Of u nu door onze catalogus wilt bladeren of specifiek wilt zoeken naar merken, producten of beauty categorieën, wij maken het u gemakkelijk. En voor speciale gelegenheden bieden wij inspirerende cadeau-ideeën en gericht advies om het perfecte geschenk te vinden. VERLEIDELIJKE GEUREN EN MAKE-UP Dompel uzelf onder in de wereld van betoverende geuren en ontdek de top 10 dames- en herengeuren inclusief bestsellers zoals Lancôme La Vie Est Belle of Paco Rabanne One Million. Experimenteer met trendy make-upproducten zoals poeder, foundation, concealer en highlighter en creëer een look die overdag net zo fantastisch is als 's nachts. ZORG VOOR UW HUID Of u nu op zoek bent naar gezichtscrème, gezichtsmasker, serum of ontspanningsproducten, bij Parfumerie.nl vindt u wat u nodig heeft. We hebben ook een uitgebreid assortiment verzorgingsproducten voor mannen die ervoor zorgen dat ook hun harten sneller zullen kloppen. ERVAAR DE SCHOONHEID VAN ONLINE WINKELEN BIJ PARFUMERIE.NL Wij zijn niet zomaar een parfumerie outlet; we zijn uw toegangspoort tot de wereld van luxe en welzijn. Verwen uzelf en duik in de diversiteit van ons assortiment. Laat u verleiden door de wereld van parfums, make-up en huidverzorging en ontdek waarom zoveel klanten Parfumerie.nl als hun favoriete online schoonheidsspecialist kiezen. chevron-left chevron-right Shop Parfum Huidverzorging Make-up Sale Merken overzicht Klantenservice Klantenservice Bezorgen & Afhalen Betalen Bestellen & Ontvangen Retourneren & Ruilen Over ons Over ons Awards Algemene voorwaarden Privacybeleid -------------------------------------------------------------------------------- Damstraat 27-29 1012 JL Amsterdam 085 - 1305692 Per e-mail Schrijf je in voor de nieuwsbrief Alle prijzen zijn inclusief BTW, exclusief eventuele verzendkosten. Alle adviesprijzen worden aangegeven met adviesprijs. Alle aangegeven kortingen zijn ten opzichte van de adviesprijs. © 2023 Parfumerie.nl Redirect notification U wordt doorgeschakeld naar onze Belgische webshop. Hier helpen wij u graag verder met onze Belgische collega's op de klantendienst.