shop.standaard.be
Open in
urlscan Pro
2606:4700::6812:f66f
Public Scan
Submitted URL: https://sso.interactief.standaard.be/optiext/optiextension.dll?ID=5VZihg7rfgaathHNG28DRsQWdBLs8lGSTD+fV0oBXhvxVW3T4AJbR+UZ5U4x0zPAjhC...
Effective URL: https://shop.standaard.be/heuptas-berenice-anna-morellini.html?adh_i=cf5227010733d255ff4bc2371d108779&imai=&M_BT=429433247545
Submission: On May 04 via api from BE — Scanned from DE
Effective URL: https://shop.standaard.be/heuptas-berenice-anna-morellini.html?adh_i=cf5227010733d255ff4bc2371d108779&imai=&M_BT=429433247545
Submission: On May 04 via api from BE — Scanned from DE
Form analysis
2 forms found in the DOMGET https://shop.standaard.be/catalogsearch/result/
<form class="form minisearch relative" id="search_mini_form" action="https://shop.standaard.be/catalogsearch/result/" method="get">
<div class="backdrop hidden lg:block" x-show="backdropOpen" x-transition:enter="ease-in-out duration-500" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="ease-in-out duration-500"
x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" @click="backdropOpen = false" @keydown.escape="backdropOpen = false" aria-label="Close panel" style="display: none;"></div>
<label class="hidden" for="search" data-role="minisearch-label">
<span>Zoek</span>
</label>
<div class="relative" :class="{'z-50' : backdropOpen }" @click="backdropOpen = true">
<input id="search" x-ref="searchInput" autocomplete="off" name="q" value="" placeholder="Zoeken" maxlength="128" class="w-full p-2 text-grey focus:outline-none leading-normal transition appearance-none border-0" @focus.once="suggest"
@input.debounce.300="suggest" @keydown.arrow-down.prevent="focusElement($root.querySelector('[tabindex]'))" @focus="backdropOpen = true" @keydown="backdropOpen = true" @keydown.escape="close">
<template x-if="result.length > 0">
<div @click.outside="close" class="bg-white w-full leading-normal transition appearance-none text-grey-800 flex flex-col border
border-container absolute max-h-96 overflow-y-auto">
<div @click=" $nextTick(() => { close() });" class="cursor-pointer absolute top-4 right-4">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 320 512" class="text-black" width="14" height="14"
role="img"><!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. -->
<path
d="M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z">
</path>
<title>xmark</title>
</svg>
</div>
<template x-for="suggestionGroup in groups">
<div data-section="1" class="mt-4" x-data="{ title: suggestionGroup.title, suggestions: suggestionGroup.suggestions}">
<div x-show="suggestions.length > 0">
<span class="text-l font-bold py-3 pl-4 text-left" x-text="title"></span>
</div>
<template x-for="suggestion in suggestions">
<div tabindex="0" @keydown.enter="clickSuggestion(suggestion)" @keydown.arrow-up.prevent="focusElement($event.target.previousElementSibling) || $refs.searchInput.focus()"
@keydown.arrow-down.prevent="focusElement($event.target.nextElementSibling) || focusNextSectionElement($refs.searchResults, $el)"
class="qs-option-info-container cursor-pointer text-gray px-4 pb-3 lg:pt-3 transition-all hover:bg-container" @click="clickSuggestion(suggestion)" :data-title="suggestion.title ? suggestion.title : ''">
<span x-html="suggestion.highlightedTitle"></span>
</div>
</template>
</div>
</template>
<div x-show="suggestions.length > 0" class="mt-4" data-section="3">
<template x-for="suggestion in suggestions">
<div tabindex="1" class="not-last-child:border-b-0.5 border-container xl:border-none cursor-pointer hover:bg-primary-lighter
focus:bg-primary-lighter outline-none" @keydown.enter="clickSuggestion(suggestion)" @keydown.arrow-up.prevent="focusElement($event.target.previousElementSibling) || focusPrevSectionElement($refs.searchResults, $el)"
@keydown.arrow-down.prevent="focusElement($event.target.nextElementSibling) || focusNextSectionElement($refs.searchResults, $el)" @click="clickSuggestion(suggestion)" :data-title="suggestion.title ? suggestion.title : ''">
<span x-html="suggestion.highlightedTitle"></span>
</div>
</template>
</div>
<div x-show="products.length > 0" class="mt-4" data-section="2">
<span class="text-black text-l font-bold py-3 pl-4 text-left"> Producten </span>
<template x-for="suggestion in products">
<div tabindex="2" class="qs-option-info-container cursor-pointer text-gray px-4 pb-3 lg:pt-3 transition-all hover:bg-container" @click="clickSuggestion(suggestion)" x-ref="searchProductSection" @keydown.enter="clickSuggestion(suggestion)"
@keydown.arrow-up.prevent="focusElement($event.target.previousElementSibling) || focusPrevSectionElement($refs.searchResults, $el)" @keydown.arrow-down.prevent="focusElement($event.target.nextElementSibling)"
:data-title="suggestion.title ? suggestion.title : ''">
<span x-html="suggestion.highlightedTitle"></span>
</div>
</template>
</div>
</div>
</template>
<button type="submit" title="Zoek" class="cursor-pointer absolute top-1/2 right-5 -translate-y-1/2">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 512 512" class="text-black" width="20" height="20"
role="img"><!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. -->
<path
d="M500.3 443.7l-119.7-119.7c27.22-40.41 40.65-90.9 33.46-144.7C401.8 87.79 326.8 13.32 235.2 1.723C99.01-15.51-15.51 99.01 1.724 235.2c11.6 91.64 86.08 166.7 177.6 178.9c53.8 7.189 104.3-6.236 144.7-33.46l119.7 119.7c15.62 15.62 40.95 15.62 56.57 0C515.9 484.7 515.9 459.3 500.3 443.7zM79.1 208c0-70.58 57.42-128 128-128s128 57.42 128 128c0 70.58-57.42 128-128 128S79.1 278.6 79.1 208z">
</path>
<title>magnifying-glass</title>
</svg>
</button>
</div>
</form>
POST https://shop.standaard.be/checkout/cart/add/uenc/aHR0cHM6Ly9zaG9wLnN0YW5kYWFyZC5iZS9oZXVwdGFzLWJlcmVuaWNlLWFubmEtbW9yZWxsaW5pLmh0bWw_TV9CVD00Mjk0MzMyNDc1NDUmYWRoX2k9Y2Y1MjI3MDEwNzMzZDI1NWZmNGJjMjM3MWQxMDg3NzkmaW1haT0%2C/product/10521/
<form method="post"
action="https://shop.standaard.be/checkout/cart/add/uenc/aHR0cHM6Ly9zaG9wLnN0YW5kYWFyZC5iZS9oZXVwdGFzLWJlcmVuaWNlLWFubmEtbW9yZWxsaW5pLmh0bWw_TV9CVD00Mjk0MzMyNDc1NDUmYWRoX2k9Y2Y1MjI3MDEwNzMzZDI1NWZmNGJjMjM3MWQxMDg3NzkmaW1haT0%2C/product/10521/"
class="mb-6" id="product_addtocart_form">
<input type="hidden" name="product" value="10521">
<input type="hidden" name="selected_configurable_option" value="">
<input type="hidden" name="related_product" id="related-products-field" value="">
<input type="hidden" name="item" value="10521">
<input name="form_key" type="hidden" value="t3jxz5Unu1kLmiXJ">
<div x-data="initConfigurableSwatchOptions_10521()" x-init="init(); initShowSwatchesIntersect();" @private-content-loaded.window="onGetCartData($event.detail.data)" class="relative mb-6">
<div class="swatch-attribute min-h-[68px] mb-3
color">
<template x-if="showSwatches">
<div>
<label class="text-black font-roboto-bold" id="attribute-label-10521-93" aria-hidden="true">
<span>Kleur</span>
<span class="text-gray-900 ml-2 font-bold" x-text="getSwatchText(93, selectedValues[93])"></span>
</label>
<div class="-ml-1">
<div class="flex items-center -mx-1 space-x-1 swatch-attribute-options" role="radiogroup" aria-label="Kleur">
<template x-for="(item, index) in optionConfig.attributes[93].options" :key="item.id">
<div x-id="['attribute-option-10521-'+item.id]">
<template x-if="optionIsEnabled(93, item.id) && optionIsActive(93, item.id)">
<label :for="$id('attribute-option-10521-'+item.id)"
class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
'text-black border-container-lighter ring-2 ring-black':
(selectedValues[93] === item.id),
'border-container-darker':
(selectedValues[93] !== item.id),
'w-6 h-6' : !isTextSwatch(93, item.id),
'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
}" :style="getSwatchBackgroundStyle('93',item.id)" @mouseenter.self="activeTooltipItem = {
attribute: '93',
item: item.id
}; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
<input :id="$id('attribute-option-10521-'+item.id)" :value="item.id" name="super_attribute[93]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1"
x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(93, $event.target.value)" x-on:click="clearOptionIfActive(93, item.id)" x-model="selectedValues[93]" :required="getAllowedAttributeOptions(93).filter(
attributeOption => selectedValues[attributeOption]
).length === 0" :aria-label="getSwatchText(93, item.id)" aria-describedby="attribute-label-10521-93">
<template x-if="isTextSwatch(93, item.id)">
<div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
</template>
</label>
</template>
<template x-if="optionIsEnabled(93, item.id) && !optionIsActive(93, item.id)">
<div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
'w-6 h-6' : !isTextSwatch(93, item.id),
}" :style="getSwatchBackgroundStyle('93',item.id)">
<div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(93, item.id) }"></div>
<svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
<line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
</svg>
</div>
</template>
</div>
</template>
</div>
</div>
</div>
</template>
<div>
<label class="text-black font-roboto-bold" id="attribute-label-10521-93" aria-hidden="true">
<span>Kleur</span>
<span class="text-gray-900 ml-2 font-bold" x-text="getSwatchText(93, selectedValues[93])"></span>
</label>
<div class="-ml-1">
<div class="flex items-center -mx-1 space-x-1 swatch-attribute-options" role="radiogroup" aria-label="Kleur">
<template x-for="(item, index) in optionConfig.attributes[93].options" :key="item.id">
<div x-id="['attribute-option-10521-'+item.id]">
<template x-if="optionIsEnabled(93, item.id) && optionIsActive(93, item.id)">
<label :for="$id('attribute-option-10521-'+item.id)"
class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
'text-black border-container-lighter ring-2 ring-black':
(selectedValues[93] === item.id),
'border-container-darker':
(selectedValues[93] !== item.id),
'w-6 h-6' : !isTextSwatch(93, item.id),
'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
}" :style="getSwatchBackgroundStyle('93',item.id)" @mouseenter.self="activeTooltipItem = {
attribute: '93',
item: item.id
}; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
<input :id="$id('attribute-option-10521-'+item.id)" :value="item.id" name="super_attribute[93]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1"
x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(93, $event.target.value)" x-on:click="clearOptionIfActive(93, item.id)" x-model="selectedValues[93]" :required="getAllowedAttributeOptions(93).filter(
attributeOption => selectedValues[attributeOption]
).length === 0" :aria-label="getSwatchText(93, item.id)" aria-describedby="attribute-label-10521-93">
<template x-if="isTextSwatch(93, item.id)">
<div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
</template>
</label>
</template>
<template x-if="optionIsEnabled(93, item.id) && !optionIsActive(93, item.id)">
<div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
'w-6 h-6' : !isTextSwatch(93, item.id),
}" :style="getSwatchBackgroundStyle('93',item.id)">
<div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(93, item.id) }"></div>
<svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
<line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
</svg>
</div>
</template>
</div>
</template>
<div x-id="['attribute-option-10521-'+item.id]">
<template x-if="optionIsEnabled(93, item.id) && optionIsActive(93, item.id)">
<label :for="$id('attribute-option-10521-'+item.id)"
class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
'text-black border-container-lighter ring-2 ring-black':
(selectedValues[93] === item.id),
'border-container-darker':
(selectedValues[93] !== item.id),
'w-6 h-6' : !isTextSwatch(93, item.id),
'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
}" :style="getSwatchBackgroundStyle('93',item.id)" @mouseenter.self="activeTooltipItem = {
attribute: '93',
item: item.id
}; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
<input :id="$id('attribute-option-10521-'+item.id)" :value="item.id" name="super_attribute[93]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1"
x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(93, $event.target.value)" x-on:click="clearOptionIfActive(93, item.id)" x-model="selectedValues[93]" :required="getAllowedAttributeOptions(93).filter(
attributeOption => selectedValues[attributeOption]
).length === 0" :aria-label="getSwatchText(93, item.id)" aria-describedby="attribute-label-10521-93">
<template x-if="isTextSwatch(93, item.id)">
<div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
</template>
</label>
</template><label :for="$id('attribute-option-10521-'+item.id)"
class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker w-6 h-6"
:class="{
'text-black border-container-lighter ring-2 ring-black':
(selectedValues[93] === item.id),
'border-container-darker':
(selectedValues[93] !== item.id),
'w-6 h-6' : !isTextSwatch(93, item.id),
'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
}" :style="getSwatchBackgroundStyle('93',item.id)" @mouseenter.self="activeTooltipItem = {
attribute: '93',
item: item.id
}; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10521-66-1" style="background-color:#000000">
<input :id="$id('attribute-option-10521-'+item.id)" :value="item.id" name="super_attribute[93]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1"
x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(93, $event.target.value)" x-on:click="clearOptionIfActive(93, item.id)" x-model="selectedValues[93]" :required="getAllowedAttributeOptions(93).filter(
attributeOption => selectedValues[attributeOption]
).length === 0" :aria-label="getSwatchText(93, item.id)" aria-describedby="attribute-label-10521-93" id="attribute-option-10521-66-1" value="66" required="required" aria-label="Zwart">
<template x-if="isTextSwatch(93, item.id)">
<div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
</template>
</label>
<template x-if="optionIsEnabled(93, item.id) && !optionIsActive(93, item.id)">
<div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
'w-6 h-6' : !isTextSwatch(93, item.id),
}" :style="getSwatchBackgroundStyle('93',item.id)">
<div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(93, item.id) }"></div>
<svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
<line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
</svg>
</div>
</template>
</div>
<div x-id="['attribute-option-10521-'+item.id]">
<template x-if="optionIsEnabled(93, item.id) && optionIsActive(93, item.id)">
<label :for="$id('attribute-option-10521-'+item.id)"
class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
'text-black border-container-lighter ring-2 ring-black':
(selectedValues[93] === item.id),
'border-container-darker':
(selectedValues[93] !== item.id),
'w-6 h-6' : !isTextSwatch(93, item.id),
'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
}" :style="getSwatchBackgroundStyle('93',item.id)" @mouseenter.self="activeTooltipItem = {
attribute: '93',
item: item.id
}; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
<input :id="$id('attribute-option-10521-'+item.id)" :value="item.id" name="super_attribute[93]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1"
x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(93, $event.target.value)" x-on:click="clearOptionIfActive(93, item.id)" x-model="selectedValues[93]" :required="getAllowedAttributeOptions(93).filter(
attributeOption => selectedValues[attributeOption]
).length === 0" :aria-label="getSwatchText(93, item.id)" aria-describedby="attribute-label-10521-93">
<template x-if="isTextSwatch(93, item.id)">
<div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
</template>
</label>
</template><label :for="$id('attribute-option-10521-'+item.id)"
class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker w-6 h-6"
:class="{
'text-black border-container-lighter ring-2 ring-black':
(selectedValues[93] === item.id),
'border-container-darker':
(selectedValues[93] !== item.id),
'w-6 h-6' : !isTextSwatch(93, item.id),
'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
}" :style="getSwatchBackgroundStyle('93',item.id)" @mouseenter.self="activeTooltipItem = {
attribute: '93',
item: item.id
}; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10521-67-1" style="background-color:#a3481b">
<input :id="$id('attribute-option-10521-'+item.id)" :value="item.id" name="super_attribute[93]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1"
x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(93, $event.target.value)" x-on:click="clearOptionIfActive(93, item.id)" x-model="selectedValues[93]" :required="getAllowedAttributeOptions(93).filter(
attributeOption => selectedValues[attributeOption]
).length === 0" :aria-label="getSwatchText(93, item.id)" aria-describedby="attribute-label-10521-93" id="attribute-option-10521-67-1" value="67" required="required" aria-label="cognac">
<template x-if="isTextSwatch(93, item.id)">
<div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
</template>
</label>
<template x-if="optionIsEnabled(93, item.id) && !optionIsActive(93, item.id)">
<div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
'w-6 h-6' : !isTextSwatch(93, item.id),
}" :style="getSwatchBackgroundStyle('93',item.id)">
<div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(93, item.id) }"></div>
<svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
<line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
</svg>
</div>
</template>
</div>
<div x-id="['attribute-option-10521-'+item.id]">
<template x-if="optionIsEnabled(93, item.id) && optionIsActive(93, item.id)">
<label :for="$id('attribute-option-10521-'+item.id)"
class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
'text-black border-container-lighter ring-2 ring-black':
(selectedValues[93] === item.id),
'border-container-darker':
(selectedValues[93] !== item.id),
'w-6 h-6' : !isTextSwatch(93, item.id),
'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
}" :style="getSwatchBackgroundStyle('93',item.id)" @mouseenter.self="activeTooltipItem = {
attribute: '93',
item: item.id
}; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
<input :id="$id('attribute-option-10521-'+item.id)" :value="item.id" name="super_attribute[93]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1"
x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(93, $event.target.value)" x-on:click="clearOptionIfActive(93, item.id)" x-model="selectedValues[93]" :required="getAllowedAttributeOptions(93).filter(
attributeOption => selectedValues[attributeOption]
).length === 0" :aria-label="getSwatchText(93, item.id)" aria-describedby="attribute-label-10521-93">
<template x-if="isTextSwatch(93, item.id)">
<div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
</template>
</label>
</template><label :for="$id('attribute-option-10521-'+item.id)"
class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker w-6 h-6"
:class="{
'text-black border-container-lighter ring-2 ring-black':
(selectedValues[93] === item.id),
'border-container-darker':
(selectedValues[93] !== item.id),
'w-6 h-6' : !isTextSwatch(93, item.id),
'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
}" :style="getSwatchBackgroundStyle('93',item.id)" @mouseenter.self="activeTooltipItem = {
attribute: '93',
item: item.id
}; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10521-84-1" style="background-color:#ddc7a0">
<input :id="$id('attribute-option-10521-'+item.id)" :value="item.id" name="super_attribute[93]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1"
x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(93, $event.target.value)" x-on:click="clearOptionIfActive(93, item.id)" x-model="selectedValues[93]" :required="getAllowedAttributeOptions(93).filter(
attributeOption => selectedValues[attributeOption]
).length === 0" :aria-label="getSwatchText(93, item.id)" aria-describedby="attribute-label-10521-93" id="attribute-option-10521-84-1" value="84" required="required" aria-label="beige">
<template x-if="isTextSwatch(93, item.id)">
<div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
</template>
</label>
<template x-if="optionIsEnabled(93, item.id) && !optionIsActive(93, item.id)">
<div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
'w-6 h-6' : !isTextSwatch(93, item.id),
}" :style="getSwatchBackgroundStyle('93',item.id)">
<div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(93, item.id) }"></div>
<svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
<line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
</svg>
</div>
</template>
</div>
<div x-id="['attribute-option-10521-'+item.id]">
<template x-if="optionIsEnabled(93, item.id) && optionIsActive(93, item.id)">
<label :for="$id('attribute-option-10521-'+item.id)"
class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
'text-black border-container-lighter ring-2 ring-black':
(selectedValues[93] === item.id),
'border-container-darker':
(selectedValues[93] !== item.id),
'w-6 h-6' : !isTextSwatch(93, item.id),
'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
}" :style="getSwatchBackgroundStyle('93',item.id)" @mouseenter.self="activeTooltipItem = {
attribute: '93',
item: item.id
}; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
<input :id="$id('attribute-option-10521-'+item.id)" :value="item.id" name="super_attribute[93]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1"
x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(93, $event.target.value)" x-on:click="clearOptionIfActive(93, item.id)" x-model="selectedValues[93]" :required="getAllowedAttributeOptions(93).filter(
attributeOption => selectedValues[attributeOption]
).length === 0" :aria-label="getSwatchText(93, item.id)" aria-describedby="attribute-label-10521-93">
<template x-if="isTextSwatch(93, item.id)">
<div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
</template>
</label>
</template><label :for="$id('attribute-option-10521-'+item.id)"
class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker w-6 h-6"
:class="{
'text-black border-container-lighter ring-2 ring-black':
(selectedValues[93] === item.id),
'border-container-darker':
(selectedValues[93] !== item.id),
'w-6 h-6' : !isTextSwatch(93, item.id),
'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
}" :style="getSwatchBackgroundStyle('93',item.id)" @mouseenter.self="activeTooltipItem = {
attribute: '93',
item: item.id
}; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10521-1085-1" style="background-color:#e3d8c3">
<input :id="$id('attribute-option-10521-'+item.id)" :value="item.id" name="super_attribute[93]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1"
x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(93, $event.target.value)" x-on:click="clearOptionIfActive(93, item.id)" x-model="selectedValues[93]" :required="getAllowedAttributeOptions(93).filter(
attributeOption => selectedValues[attributeOption]
).length === 0" :aria-label="getSwatchText(93, item.id)" aria-describedby="attribute-label-10521-93" id="attribute-option-10521-1085-1" value="1085" required="required" aria-label="platinum">
<template x-if="isTextSwatch(93, item.id)">
<div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
</template>
</label>
<template x-if="optionIsEnabled(93, item.id) && !optionIsActive(93, item.id)">
<div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
'w-6 h-6' : !isTextSwatch(93, item.id),
}" :style="getSwatchBackgroundStyle('93',item.id)">
<div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(93, item.id) }"></div>
<svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
<line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
</svg>
</div>
</template>
</div>
</div>
</div>
</div>
</div>
<template x-if="isTooltipVisible()">
<div class="absolute pointer-events-none select-none" :style="getTooltipPosition()">
<div class="shadow-lg">
<div class="absolute top-0 left-0 z-10 min-w-20 p-2 -mt-6 text-sm leading-tight text-black
transform -translate-x-1/2 -translate-y-full bg-white rounded-lg shadow-lg text-center">
<template x-if="isVisualSwatch(activeTooltipItem.attribute, activeTooltipItem.item)">
<div class="inline-block border shadow-sm border-container" :style="getTooltipImageStyle(activeTooltipItem.attribute, activeTooltipItem.item)"></div>
</template>
<span class="mx-2 whitespace-nowrap subtitle" x-html="getTooltipLabel()"></span>
</div>
<svg class="absolute z-10 w-8 h-8 text-white transform -translate-x-1/5
-translate-y-8 fill-current stroke-current" width="12" height="12">
<rect x="12" y="-12" width="12" height="12" transform="rotate(45)" class="shadow-xl"></rect>
</svg>
</div>
</div>
</template>
</div>
</form>
Text Content
WELKOM BIJ DE STANDAARD! Mediahuis en derden gebruiken cookies en vergelijkbare technieken (“cookies”) voor het opslaan en/of openen van informatie op een apparaat, functionele en analytische doeleinden, advertentie- en contentmeting, inzichten in het publiek en productontwikkeling, social media-functionaliteiten, gepersonaliseerde advertenties en gepersonaliseerde content. Daarbij kunnen persoonsgegevens worden verwerkt, zoals informatie over uw apparaat, uw browser en uw gebruik van de website. Door op "Akkoord" te klikken, gaat u hiermee akkoord. Wil u niet alle soorten cookies toestaan, klik dan op “Stel voorkeuren in”. U kan uw voorkeuren op elk moment aanpassen via de link "Privacy voorkeuren beheren" onderaan elke pagina. Wenst u meer uitleg over het gebruik van uw gegevens? Lees dan ons privacybeleid en cookiebeleid. Onze partners en wij verwerken als volgt gegevens:Gepersonaliseerde advertenties en content, advertentie- en contentmetingen, doelgroepenonderzoek en ontwikkeling van diensten, Informatie op een apparaat opslaan en/of openen, Social Media, Uitgebreide meting Bekijk onze 5 partners Meer informatie →Akkoord en sluiten Zoek xmark Producten magnifying-glass Toggle minicart, Cart is empty cart-shopping 0 circle-question Klantendienst magnifying-glass Volg je bestelling Aanmelden Cart cart-shopping 0 Winkelwagen minus plus Subtotaal: Bekijk winkelwagen Afrekenen bestelling loader Bezig met laden... * Home * Fietsen chevron-down * Alle fietsen chevron-right * Stadsfiets Vivid * Stadsfiets Vivid Plus * Stadsfiets Solid * Plooifiets Hopper * Stadsfiets Spirit * Speed pedelec Fuell 1S * Speed pedelec Fuell 1E * Accessoires chevron-right * Fietsaccessoires * Batterijen * Herstelling fietsbatterijen * Service chevron-right * Service * Lenen * Fietsverzekering * Leasing * Inruilen oude e-bike * Fietsenwinkels * Testrit * Help & contact * Reviews * Blog * Elektro chevron-down * Beeld en geluid * Computer en gadgets * Gereedschap * Huishoudelijke apparaten * Keukentoestellen * Kantoor en school * Sport * Tuin en klussen * Verlichting * Verwarmen en verkoelen * Wellness en verzorging * Huis & tuin chevron-down * Bed en bad chevron-right * Bed Hotelbed Dekbedden Dekbedovertrekken Hoeslakens Matrassen Matrasbeschermers Toppers Hoofdkussens Plaids * Bad Handdoeken Badhanddoeken Washandjes Badjassen Badmatten * Gereedschap * Huishouden * Interieur * Kantoor en school * Koken en tafelen * Meubels * Muziek * Tuin en terras * Verlichting * Verwarmen en verkoelen * Verzorging * Boeken chevron-down * Fictie * Kinderboeken * Kookboeken * Non-fictie * Romans * Thrillers * Wijn chevron-down * Rode wijn * Witte wijn * Mousserende wijn * Lifestyle & mode chevron-down * Accessoires * Kleding en schoenen * Koffers en reistassen * Sport chevron-down * Fietsen * Sportaccessoires * Wielrennen * Reizen chevron-down * Cruises * Cultuurvakanties * Fiets- & wandelvakanties * Natuurvakanties * Verre bestemmingen * Zonvakanties * Duurzaam wonen chevron-down * Airco zonder buitenunit * Dak isoleren * Gaele - energie * Gevel isoleren * Ventilatie * Vochtbestrijding * Warmtepompen * Warmtepompboilers * Zonnepanelen * Tickets * Outlet * Laatste kans menu x Home Fietsen chevron-right chevron-left Fietsen Alle fietsen chevron-right Accessoires chevron-right Service chevron-right Fietsenwinkels Testrit Help & contact Reviews Blog chevron-left Alle fietsen Stadsfiets Vivid Stadsfiets Vivid Plus Stadsfiets Solid Plooifiets Hopper Stadsfiets Spirit Speed pedelec Fuell 1S Speed pedelec Fuell 1E chevron-left Accessoires Fietsaccessoires Batterijen Herstelling fietsbatterijen chevron-left Service Service Lenen Fietsverzekering Leasing Inruilen oude e-bike chevron-left Fietsenwinkels chevron-left Testrit chevron-left Help & contact chevron-left Reviews chevron-left Blog Elektro chevron-right chevron-left Elektro Beeld en geluid Computer en gadgets Gereedschap Huishoudelijke apparaten Keukentoestellen Kantoor en school Sport Tuin en klussen Verlichting Verwarmen en verkoelen Wellness en verzorging chevron-left Beeld en geluid chevron-left Computer en gadgets chevron-left Gereedschap chevron-left Huishoudelijke apparaten chevron-left Keukentoestellen chevron-left Kantoor en school chevron-left Sport chevron-left Tuin en klussen chevron-left Verlichting chevron-left Verwarmen en verkoelen chevron-left Wellness en verzorging Huis & tuin chevron-right chevron-left Huis & tuin Bed en bad chevron-right Gereedschap Huishouden Interieur Kantoor en school Koken en tafelen Meubels Muziek Tuin en terras Verlichting Verwarmen en verkoelen Verzorging chevron-left Bed en bad Bed chevron-right chevron-left Bed Hotelbed Dekbedden Dekbedovertrekken Hoeslakens Matrassen Matrasbeschermers Toppers Hoofdkussens Plaids Bad chevron-right chevron-left Bad Handdoeken Badhanddoeken Washandjes Badjassen Badmatten chevron-left Gereedschap chevron-left Huishouden chevron-left Interieur chevron-left Kantoor en school chevron-left Koken en tafelen chevron-left Meubels chevron-left Muziek chevron-left Tuin en terras chevron-left Verlichting chevron-left Verwarmen en verkoelen chevron-left Verzorging Boeken chevron-right chevron-left Boeken Fictie Kinderboeken Kookboeken Non-fictie Romans Thrillers chevron-left Fictie chevron-left Kinderboeken chevron-left Kookboeken chevron-left Non-fictie chevron-left Romans chevron-left Thrillers Wijn chevron-right chevron-left Wijn Rode wijn Witte wijn Mousserende wijn chevron-left Rode wijn chevron-left Witte wijn chevron-left Mousserende wijn Lifestyle & mode chevron-right chevron-left Lifestyle & mode Accessoires Kleding en schoenen Koffers en reistassen chevron-left Accessoires chevron-left Kleding en schoenen chevron-left Koffers en reistassen Sport chevron-right chevron-left Sport Fietsen Sportaccessoires Wielrennen chevron-left Fietsen chevron-left Sportaccessoires chevron-left Wielrennen Reizen chevron-right chevron-left Reizen Cruises Cultuurvakanties Fiets- & wandelvakanties Natuurvakanties Verre bestemmingen Zonvakanties chevron-left Cruises chevron-left Cultuurvakanties chevron-left Fiets- & wandelvakanties chevron-left Natuurvakanties chevron-left Verre bestemmingen chevron-left Zonvakanties Duurzaam wonen chevron-right chevron-left Duurzaam wonen Airco zonder buitenunit Dak isoleren Gaele - energie Gevel isoleren Ventilatie Vochtbestrijding Warmtepompen Warmtepompboilers Zonnepanelen chevron-left Airco zonder buitenunit chevron-left Dak isoleren chevron-left Gaele - energie chevron-left Gevel isoleren chevron-left Ventilatie chevron-left Vochtbestrijding chevron-left Warmtepompen chevron-left Warmtepompboilers chevron-left Zonnepanelen Tickets Outlet Laatste kans My profile circle-question Klantendienst magnifying-glass Volg je bestelling 1. Home 2. > Lifestyle en mode 3. > Lederwaren 4. > Heuptas Agnese - Anna Morellini Main image Click to view image in fullscreen chevron-left View larger image View larger image View larger image View larger image View larger image View larger image View larger image View larger image View larger image View larger image View larger image View larger image View larger image View larger image View larger image View larger image View larger image View larger image View larger image View larger image View larger image View larger image View larger image View larger image View larger image View larger image View larger image View larger image View larger image View larger image View larger image View larger image chevron-right HEUPTAS AGNESE - ANNA MORELLINI Gemaakt van Italiaans leer 2 1 2/5 (1 review) As low as: € 39,95 As low as: 39,95 As low as: € 39,95 adviesprijs € 179 adviesprijs adviesprijs 179 Verschil met adviesprijs €139,05 Kleur Kleur minus plus shopping-cart In winkelwagen > check 303 personen hebben dit product gekocht. awesomeicons/solid/check Elke week de beste promo's voor iedereen awesomeicons/solid/check Gemakkelijk retourneren * awesomeicons/solid/check Hulp nodig?Onze klantendienst helpt je graag verder Productinformatie chevron-up VOORDELEN * Praktisch en chique * Afneembare en verstelbare lederen riem * Gemaakt van echt Italiaans leer * Keuze tussen 4 kleuren BESCHRIJVING De Agnese heuptas, gemaakt van 100% Italiaans leer, is het toonbeeld van praktisch en chique. Deze minimalistische crossbody is ontworpen voor degenen die altijd onderweg zijn en hun essentiële spullen bij de hand willen hebben. Deze tas wordt geleverd met een afneembare en verstelbare lederen riem. Gemaakt van een unieke combinatie van fijne materialen en Italiaans vakmanschap, voldoet de deze heuptas aan al je wensen. SPECIFICATIES * Verstelbare, afneembare schouderriem van 120 cm * Ritssluiting * 1 binnenvak * Materiaal: 100% Italiaans leer * Keuze tussen cognac, beige, zwart en platinum * Metalen logo * Afmetingen: 23 x 1 x 15 cm (LxBxH) * Gemaakt in Italië * Merk: Anna Morellini * Garantie: 2 jaar Dit artikel kan enkel worden teruggenomen en terugbetaald met de originele labels eraan bevestigd en indien het in ongebruikte staat is, niet gewassen werd of beschadigd is. BEOORDELINGEN (1) CHEVRON-UP 2 bestelling niet toegekomen tegen moederdag Dank zij een staking bij Bpost zit mijn bestelling nog steeds onderweg. Misschien kan Nieuwbladshop voortaan beter uitkijken naar andere besteldienst? Ward wyffels 10 20 50 Heb je even tijd voor een beoordeling? Door een beoordeling te schrijven help je ons om onze service te verbeteren én help je anderen bij hun beslissing. Het duurt maar 2 minuten, beloofd! Gelieve je eerst aan te melden door op 'Doorgaan' te klikken. Heb je een vraag over je bestelling? Neem dan contact op met onze klantendienst, onze medewerkers helpen je graag verder Klantenbeoordelingen worden gecontroleerd na plaatsing. Bekijk het reglement. Doorgaan De "adviesprijs" werd ons door de leverancier meegedeeld als de vrijblijvend voorgestelde verkoopprijs. De oorspronkelijke adviesprijs en het verschil met onze actuele actieprijs worden als informatie vermeld. Het "verschil" tussen de adviesprijs en onze actieprijs is geen aanduiding van een korting, prijsvermindering of besparing. Alle prijzen op onze website worden vermeld in euro en zijn inclusief BTW, exclusief verzendkosten, en prijswijzigingen en tikfouten voorbehouden. ONZE SERVICE * Veilig en betrouwbaar * Gemakkelijk retourneren * Volg je bestelling * Blog KLANTENDIENST * Contact * Veelgestelde vragen VOOR BEDRIJVEN * Zakelijke contacten VOORWAARDEN * Informatie vooraf & algemene voorwaarden * Privacy policy * Privacy beheren ONZE SERVICE * awesomeicons/solid/lock Veilig en betrouwbaar * awesomeicons/solid/exchange-alt Gemakkelijk retourneren * awesomeicons/solid/map-marker-alt Volg jouw bestelling * awesomeicons/regular/edit Blog KLANTENDIENST * awesomeicons/solid/phone-alt Contact * awesomeicons/regular/question-circle Veelgestelde vragen VOOR BEDRIJVEN * Zakelijke contacten VOORWAARDEN * Informatie vooraf & algemene voorwaarden * Privacy policy * Privacy beheren BETAAL VEILIG MET: GELEVERD DOOR: chevron-up