shop.nieuwsblad.be
Open in
urlscan Pro
2606:4700::6810:6f3b
Public Scan
Submitted URL: https://interactief.nieuwsblad.be/optiext/optiextension.dll?ID=aIJaKlVul0e7tWyt7e8V4CXu3SM1R+DsTdCzymQ3DztVfThqPhjnwV5enyskwyVavDh...
Effective URL: https://shop.nieuwsblad.be/matrasbeschermer-in-jersey-katoen-de-witte-lietaer.html?utm_source=nbo&utm_medium=feed&utm_campa...
Submission: On January 18 via api from BE — Scanned from DE
Effective URL: https://shop.nieuwsblad.be/matrasbeschermer-in-jersey-katoen-de-witte-lietaer.html?utm_source=nbo&utm_medium=feed&utm_campa...
Submission: On January 18 via api from BE — Scanned from DE
Form analysis
5 forms found in the DOMGET https://shop.nieuwsblad.be/catalogsearch/result/
<form class="form minisearch" id="search_mini_form" action="https://shop.nieuwsblad.be/catalogsearch/result/" method="get">
<div class="relative" :class="{'z-50' : backdropOpen || show}" @click="backdropOpen = true">
<label class="sr-only" for="search"> Zoeken </label>
<input id="search" x-on:input.debounce="getSearchResults()" x-ref="searchInput" type="text" @focus="backdropOpen = true" class="w-full p-2 text-grey focus:outline-none leading-normal transition appearance-none border-0" autocapitalize="off"
autocomplete="off" autocorrect="off" name="q" value="" placeholder="Zoeken" maxlength="128" @keydown.escape="backdropOpen = false; show = false">
<button type="submit" 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>
<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; show = false" @keydown.escape="backdropOpen = false; show = false" aria-label="Close panel" style="display: none;"></div>
<div id="search_autocomplete" class="search-autocomplete relative w-full lg:absolute" x-show="show" style="display:none;">
<div class="absolute bg-white border border-solid border-container z-50 w-full grid grid-cols-1 md:grid-cols-3 lg:grid-cols-none lg:relative">
<div @click="backdropOpen = false; show = false" 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="searchResultByType in Object.values(searchResultsByType)">
<div class="pb-3">
<template x-if="searchResultByType.hasOwnProperty(0) && templates[searchResultByType[0].type].title && templates[searchResultByType[0].type].titleRenderer === undefined">
<div class="text-black text-l font-bold py-3 pl-4 text-left" x-text="templates[searchResultByType[0].type].title"></div>
</template>
<template x-if="searchResultByType.hasOwnProperty(0) && templates[searchResultByType[0].type].titleRenderer !== undefined">
<div class="text-black text-l font-bold py-3 pl-4 text-left" x-text="window[templates[searchResultByType[0].type].titleRenderer](searchResultByType)"></div>
</template>
<template x-for="searchResult in searchResultByType">
<div class="transition-all hover:bg-container">
<template x-if="searchResult.type == 'term'">
<a class="w-full block text-gray px-4 pb-3 lg:pt-3" x-bind:href="'https://shop.nieuwsblad.be/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 text-gray px-4 pb-3 lg:pt-3" :href="searchResult.url" :title="searchResult.title">
<div class="flex">
<span class="text-sm" x-text="searchResult.title"></span>
</div>
</a>
</template>
<template x-if="searchResult.type == 'category'">
<a class="w-full flex text-gray px-4 pb-3 lg:pt-3" :href="searchResult.url" :title="searchResult.title">
<span class="text-sm block" x-text="searchResult.breadcrumb.join(' > ').concat(' > ')"></span>
<span class="text-sm pl-2" x-text="searchResult.title"></span>
</a>
</template>
<template x-if="searchResult.type == 'product_attribute'">
<a class="w-full block text-gray px-4 pb-3 lg:pt-3" :href="searchResult.url" :title="searchResult.title">
<span class="text-sm" x-text="searchResult.title"></span>
<span class="text-xs" x-text="searchResult.attribute_label" style="vertical-align: super;"></span>
</a>
</template>
<template x-if="searchResult.type == 'cms_page'">
<a class="w-full block text-gray px-4 pb-3 lg:pt-3" :href="searchResult.url" :title="searchResult.title">
<span class="text-sm" x-text="searchResult.title"></span>
</a>
</template>
</div>
</template>
</div>
</template>
</div>
</div>
</form>
POST https://shop.nieuwsblad.be/checkout/cart/add/uenc/aHR0cHM6Ly9zaG9wLm5pZXV3c2JsYWQuYmUvbWF0cmFzYmVzY2hlcm1lci1pbi1qZXJzZXkta2F0b2VuLWRlLXdpdHRlLWxpZXRhZXIuaHRtbD9NX0JUPTE0MTQ5MzI5MDc0OTgmYWRoX2k9MDQ2NTkwNTZjMzcwNTdiMjc0ODY3OGRlZDdmMDMxNGQmaW1haT0zYTQyZDgwYS1hZDYzLTQ3N2EtODcyNy0yOTJlMjYyN2MzOGImdXRtX2NhbXBhaWduPTIwMjQwMV9kd2xfbWF0cmFzYmVzY2hlcm1lcnMmdXRtX2NvbnRlbnQ9ZmVlZF9pbl9uaWV1d3NicmllZiZ1dG1fbWVkaXVtPWZlZWQmdXRtX3NvdXJjZT1uYm8%2C/product/9900/
<form method="post"
action="https://shop.nieuwsblad.be/checkout/cart/add/uenc/aHR0cHM6Ly9zaG9wLm5pZXV3c2JsYWQuYmUvbWF0cmFzYmVzY2hlcm1lci1pbi1qZXJzZXkta2F0b2VuLWRlLXdpdHRlLWxpZXRhZXIuaHRtbD9NX0JUPTE0MTQ5MzI5MDc0OTgmYWRoX2k9MDQ2NTkwNTZjMzcwNTdiMjc0ODY3OGRlZDdmMDMxNGQmaW1haT0zYTQyZDgwYS1hZDYzLTQ3N2EtODcyNy0yOTJlMjYyN2MzOGImdXRtX2NhbXBhaWduPTIwMjQwMV9kd2xfbWF0cmFzYmVzY2hlcm1lcnMmdXRtX2NvbnRlbnQ9ZmVlZF9pbl9uaWV1d3NicmllZiZ1dG1fbWVkaXVtPWZlZWQmdXRtX3NvdXJjZT1uYm8%2C/product/9900/"
class="mb-6" id="product_addtocart_form">
<input type="hidden" name="product" value="9900">
<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="9900">
<input name="form_key" type="hidden" value="IjJBV6r65rydL90i">
<div x-data="initConfigurableSwatchOptions_9900()" 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
bedlinnen_maat">
<template x-if="showSwatches">
<div>
<label class="text-black font-roboto-bold" id="attribute-label-9900-415" aria-hidden="true"> Maat bedlinnen </label>
<div class="-ml-1">
<div class="flex items-center -mx-1 space-x-1 swatch-attribute-options" role="radiogroup" aria-label="Maat bedlinnen">
<template x-for="(item, index) in optionConfig.attributes[415].options" :key="item.id">
<div x-id="['attribute-option-9900-'+item.id]">
<template x-if="optionIsEnabled(415, item.id) && optionIsActive(415, item.id)">
<label :for="$id('attribute-option-9900-'+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[415] === item.id),
'border-container-darker':
(selectedValues[415] !== item.id),
'w-6 h-6' : !isTextSwatch(415, item.id),
'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
}" :style="getSwatchBackgroundStyle('415',item.id)" @mouseenter.self="activeTooltipItem = {
attribute: '415',
item: item.id
}; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
<input :id="$id('attribute-option-9900-'+item.id)" :value="item.id" name="super_attribute[415]" 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(415, $event.target.value)" x-on:click="clearOptionIfActive(415, item.id)" x-model="selectedValues[415]" :required="getAllowedAttributeOptions(415).filter(
attributeOption => selectedValues[attributeOption]
).length === 0" :aria-label="getSwatchText(415, item.id)" aria-describedby="attribute-label-9900-415">
<template x-if="isTextSwatch(415, item.id)">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
</template>
</label>
</template>
<template x-if="optionIsEnabled(415, item.id) && !optionIsActive(415, 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(415, item.id),
}" :style="getSwatchBackgroundStyle('415',item.id)">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" :class="{ 'sr-only' : !isTextSwatch(415, 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-9900-415" aria-hidden="true"> Maat bedlinnen </label>
<div class="-ml-1">
<div class="flex items-center -mx-1 space-x-1 swatch-attribute-options" role="radiogroup" aria-label="Maat bedlinnen">
<template x-for="(item, index) in optionConfig.attributes[415].options" :key="item.id">
<div x-id="['attribute-option-9900-'+item.id]">
<template x-if="optionIsEnabled(415, item.id) && optionIsActive(415, item.id)">
<label :for="$id('attribute-option-9900-'+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[415] === item.id),
'border-container-darker':
(selectedValues[415] !== item.id),
'w-6 h-6' : !isTextSwatch(415, item.id),
'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
}" :style="getSwatchBackgroundStyle('415',item.id)" @mouseenter.self="activeTooltipItem = {
attribute: '415',
item: item.id
}; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
<input :id="$id('attribute-option-9900-'+item.id)" :value="item.id" name="super_attribute[415]" 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(415, $event.target.value)" x-on:click="clearOptionIfActive(415, item.id)" x-model="selectedValues[415]" :required="getAllowedAttributeOptions(415).filter(
attributeOption => selectedValues[attributeOption]
).length === 0" :aria-label="getSwatchText(415, item.id)" aria-describedby="attribute-label-9900-415">
<template x-if="isTextSwatch(415, item.id)">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
</template>
</label>
</template>
<template x-if="optionIsEnabled(415, item.id) && !optionIsActive(415, 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(415, item.id),
}" :style="getSwatchBackgroundStyle('415',item.id)">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" :class="{ 'sr-only' : !isTextSwatch(415, 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-9900-'+item.id]">
<template x-if="optionIsEnabled(415, item.id) && optionIsActive(415, item.id)">
<label :for="$id('attribute-option-9900-'+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[415] === item.id),
'border-container-darker':
(selectedValues[415] !== item.id),
'w-6 h-6' : !isTextSwatch(415, item.id),
'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
}" :style="getSwatchBackgroundStyle('415',item.id)" @mouseenter.self="activeTooltipItem = {
attribute: '415',
item: item.id
}; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
<input :id="$id('attribute-option-9900-'+item.id)" :value="item.id" name="super_attribute[415]" 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(415, $event.target.value)" x-on:click="clearOptionIfActive(415, item.id)" x-model="selectedValues[415]" :required="getAllowedAttributeOptions(415).filter(
attributeOption => selectedValues[attributeOption]
).length === 0" :aria-label="getSwatchText(415, item.id)" aria-describedby="attribute-label-9900-415">
<template x-if="isTextSwatch(415, item.id)">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
</template>
</label>
</template><label :for="$id('attribute-option-9900-'+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"
:class="{
'text-black border-container-lighter ring-2 ring-black':
(selectedValues[415] === item.id),
'border-container-darker':
(selectedValues[415] !== item.id),
'w-6 h-6' : !isTextSwatch(415, item.id),
'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
}" :style="getSwatchBackgroundStyle('415',item.id)" @mouseenter.self="activeTooltipItem = {
attribute: '415',
item: item.id
}; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-9900-146-1" style="">
<input :id="$id('attribute-option-9900-'+item.id)" :value="item.id" name="super_attribute[415]" 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(415, $event.target.value)" x-on:click="clearOptionIfActive(415, item.id)" x-model="selectedValues[415]" :required="getAllowedAttributeOptions(415).filter(
attributeOption => selectedValues[attributeOption]
).length === 0" :aria-label="getSwatchText(415, item.id)" aria-describedby="attribute-label-9900-415" id="attribute-option-9900-146-1" value="146" required="required" aria-label="90 x 200">
<template x-if="isTextSwatch(415, item.id)">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
</template>
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" aria-hidden="true">90 x 200</div>
</label>
<template x-if="optionIsEnabled(415, item.id) && !optionIsActive(415, 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(415, item.id),
}" :style="getSwatchBackgroundStyle('415',item.id)">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" :class="{ 'sr-only' : !isTextSwatch(415, 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-9900-'+item.id]">
<template x-if="optionIsEnabled(415, item.id) && optionIsActive(415, item.id)">
<label :for="$id('attribute-option-9900-'+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[415] === item.id),
'border-container-darker':
(selectedValues[415] !== item.id),
'w-6 h-6' : !isTextSwatch(415, item.id),
'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
}" :style="getSwatchBackgroundStyle('415',item.id)" @mouseenter.self="activeTooltipItem = {
attribute: '415',
item: item.id
}; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
<input :id="$id('attribute-option-9900-'+item.id)" :value="item.id" name="super_attribute[415]" 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(415, $event.target.value)" x-on:click="clearOptionIfActive(415, item.id)" x-model="selectedValues[415]" :required="getAllowedAttributeOptions(415).filter(
attributeOption => selectedValues[attributeOption]
).length === 0" :aria-label="getSwatchText(415, item.id)" aria-describedby="attribute-label-9900-415">
<template x-if="isTextSwatch(415, item.id)">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
</template>
</label>
</template><label :for="$id('attribute-option-9900-'+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"
:class="{
'text-black border-container-lighter ring-2 ring-black':
(selectedValues[415] === item.id),
'border-container-darker':
(selectedValues[415] !== item.id),
'w-6 h-6' : !isTextSwatch(415, item.id),
'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
}" :style="getSwatchBackgroundStyle('415',item.id)" @mouseenter.self="activeTooltipItem = {
attribute: '415',
item: item.id
}; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-9900-148-1" style="">
<input :id="$id('attribute-option-9900-'+item.id)" :value="item.id" name="super_attribute[415]" 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(415, $event.target.value)" x-on:click="clearOptionIfActive(415, item.id)" x-model="selectedValues[415]" :required="getAllowedAttributeOptions(415).filter(
attributeOption => selectedValues[attributeOption]
).length === 0" :aria-label="getSwatchText(415, item.id)" aria-describedby="attribute-label-9900-415" id="attribute-option-9900-148-1" value="148" required="required" aria-label="160 x 200">
<template x-if="isTextSwatch(415, item.id)">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
</template>
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" aria-hidden="true">160 x 200</div>
</label>
<template x-if="optionIsEnabled(415, item.id) && !optionIsActive(415, 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(415, item.id),
}" :style="getSwatchBackgroundStyle('415',item.id)">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" :class="{ 'sr-only' : !isTextSwatch(415, 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-9900-'+item.id]">
<template x-if="optionIsEnabled(415, item.id) && optionIsActive(415, item.id)">
<label :for="$id('attribute-option-9900-'+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[415] === item.id),
'border-container-darker':
(selectedValues[415] !== item.id),
'w-6 h-6' : !isTextSwatch(415, item.id),
'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
}" :style="getSwatchBackgroundStyle('415',item.id)" @mouseenter.self="activeTooltipItem = {
attribute: '415',
item: item.id
}; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
<input :id="$id('attribute-option-9900-'+item.id)" :value="item.id" name="super_attribute[415]" 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(415, $event.target.value)" x-on:click="clearOptionIfActive(415, item.id)" x-model="selectedValues[415]" :required="getAllowedAttributeOptions(415).filter(
attributeOption => selectedValues[attributeOption]
).length === 0" :aria-label="getSwatchText(415, item.id)" aria-describedby="attribute-label-9900-415">
<template x-if="isTextSwatch(415, item.id)">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
</template>
</label>
</template><label :for="$id('attribute-option-9900-'+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"
:class="{
'text-black border-container-lighter ring-2 ring-black':
(selectedValues[415] === item.id),
'border-container-darker':
(selectedValues[415] !== item.id),
'w-6 h-6' : !isTextSwatch(415, item.id),
'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
}" :style="getSwatchBackgroundStyle('415',item.id)" @mouseenter.self="activeTooltipItem = {
attribute: '415',
item: item.id
}; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-9900-149-1" style="">
<input :id="$id('attribute-option-9900-'+item.id)" :value="item.id" name="super_attribute[415]" 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(415, $event.target.value)" x-on:click="clearOptionIfActive(415, item.id)" x-model="selectedValues[415]" :required="getAllowedAttributeOptions(415).filter(
attributeOption => selectedValues[attributeOption]
).length === 0" :aria-label="getSwatchText(415, item.id)" aria-describedby="attribute-label-9900-415" id="attribute-option-9900-149-1" value="149" required="required" aria-label="180 x 200">
<template x-if="isTextSwatch(415, item.id)">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
</template>
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" aria-hidden="true">180 x 200</div>
</label>
<template x-if="optionIsEnabled(415, item.id) && !optionIsActive(415, 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(415, item.id),
}" :style="getSwatchBackgroundStyle('415',item.id)">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" :class="{ 'sr-only' : !isTextSwatch(415, 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" :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>
POST https://shop.nieuwsblad.be/checkout/cart/add/uenc/%25uenc%25/product/3597/
<form method="post" action="https://shop.nieuwsblad.be/checkout/cart/add/uenc/%25uenc%25/product/3597/" class="p-0 item product product-item product_addtocart_form card card-interactive rounded-[3px] flex flex-col
w-full ">
<input name="form_key" type="hidden" value="IjJBV6r65rydL90i"> <input type="hidden" name="product" value="3597">
<a href="https://shop.nieuwsblad.be/matrasbeschermer-met-aloe-vera-behandeling-vitality-pur.html" class="flex max-h-[240px] product photo product-item-photo justify-center block " tabindex="-1" onclick="window.dataLayer.push({ecommerce: null});
window.dataLayer.push({"event":"select_item","ecommerce":{"item_list_id":"upsell_products","item_list_name":"Ondersteunend traagschuim lichaamskussen - Vitality Pur Upsell Products","items":[{"item_name":"Matrasbeschermer met Alo\u00eb Vera - Vitality Pur","item_id":"MAG00000323","price":17.95,"index":4,"item_category":"Huis & tuin","item_list_name":"Ondersteunend traagschuim lichaamskussen - Vitality Pur Upsell Products","item_list_id":"upsell_products","item_brand":"Vitality Pur","item_stock_status":"In stock","item_sale_product":"No","item_reviews_count":"44","item_reviews_score":"4.85","Deelplan":"3597"}]}});">
<img class="hover:shadow-sm object-cover min-h-[240px] product-image-photo" x-data="" @update-gallery-3597.window="$root.src = $event.detail" src="https://shop.nieuwsblad.be/media/catalog/product/cache/36006df1fabc79f8cf27a94fae7dcba6/h/o/hoofdbeeld_matrasbesch_1.jpg" loading="lazy" width="450" height="300" alt="Matrasbeschermer met Aloë Vera - Vitality Pur" title="Matrasbeschermer met Aloë Vera - Vitality Pur">
</a>
<div class="product-info flex flex-col grow px-4 pb-4">
<a class="mb-auto pb-3" href="https://shop.nieuwsblad.be/matrasbeschermer-met-aloe-vera-behandeling-vitality-pur.html" :id="`slide-desc-3597-${$id('slider-id')}`" tabindex="-1" id="slide-desc-3597-slider-id-1">
<div class="product-name mt-2 font-roboto-bold text-l ">
<span class="product-item-link">
Matrasbeschermer met Aloë Vera - Vitality Pur </span>
</div>
<div class="product-subtitle text-sm">
Behandeld met Aloë Vera </div>
<div class="pt-1" x-data="initPriceBox__65a8d5854fa10()" @update-prices-3597.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="3597" data-price-box="product-id-3597"> <span class="special-price">
<span x-data="" x-id="['product\u002Dprice\u002D3597']" class="price-container price-final_price tax weee">
<span class="price-label">Speciale prijs</span>
<span :id="$id('product\u002Dprice\u002D3597')" data-price-amount="17.95" data-price-type="finalPrice" class="price-wrapper " id="product-price-3597-1"><span class="price">17<span class="decimals">,95</span></span></span>
</span>
</span>
<span class="old-price">
<span x-data="" x-id="['old\u002Dprice\u002D3597']" class="price-container price-final_price tax weee">
<span class="price-label">adviesprijs</span>
<span :id="$id('old\u002Dprice\u002D3597')" data-price-amount="39.95" data-price-type="oldPrice" class="price-wrapper " id="old-price-3597-1"><span class="price">39<span class="decimals">,95</span></span></span>
</span>
</span>
</div> </div>
<div x-data="initConfigurableSwatchOptions_3597()" x-init="findAllowedAttributeOptions(); initShowSwatchesIntersect();" @private-content-loaded.window="onGetCartData($event.detail.data)" @resize.window="resizeEvent()" class="configurable-wrapper mb-2 relative">
<div>
<div class="swatch-attribute border-t last:border-b border-container
bedlinnen_maat">
<div class="w-full overflow-x-hidden swatch-attribute-options min-h-14">
<template x-if="showSwatches">
<div class="flex flex-nowrap w-full overflow-auto snap items-center py-1" id="attribute-label-3597-415" role="radiogroup" x-bind="scrollEvents" aria-label="Maat bedlinnen">
<template x-for="(item, index) in optionConfig.attributes[415].options" :key="item.id">
<div x-id="['attribute-option-3597-'+item.id]">
<template x-if="optionIsEnabled(415, item.id) && optionIsActive(415, item.id)">
<label :for="$id('attribute-option-3597-'+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[415] === item.id),
'border-container-darker':
(selectedValues[415] !== item.id),
'w-6 h-6' : !isTextSwatch(415, item.id),
'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
}" :style="getSwatchBackgroundStyle('415',item.id)" @mouseenter.self="activeTooltipItem = {
attribute: '415',
item: item.id
}; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
<input :id="$id('attribute-option-3597-'+item.id)" :value="item.id" name="super_attribute[415]" 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(415, $event.target.value)" x-on:click="clearOptionIfActive(415, item.id)" x-model="selectedValues[415]" :required="getAllowedAttributeOptions(415).filter(
attributeOption => selectedValues[attributeOption]
).length === 0" :aria-label="getSwatchText(415, item.id)" aria-describedby="attribute-label-3597-415">
<template x-if="isTextSwatch(415, item.id)">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
</template>
</label>
</template>
<template x-if="optionIsEnabled(415, item.id) && !optionIsActive(415, 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(415, item.id),
}" :style="getSwatchBackgroundStyle('415',item.id)">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" :class="{ 'sr-only' : !isTextSwatch(415, 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>
</template>
</div>
</div>
</div>
<template x-if="isTooltipVisible()">
<div class="absolute" :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>
</a>
<div class="button-wrapper flex flex-wrap justify-center items-center">
<a class="cursor-pointer w-auto btn btn-primary justify-center text-sm
mr-auto " href="https://shop.nieuwsblad.be/matrasbeschermer-met-aloe-vera-behandeling-vitality-pur.html">
<span class="inline">
Bekijk en bestel </span>
</a>
</div>
</div>
</form>
POST https://shop.nieuwsblad.be/checkout/cart/add/uenc/%25uenc%25/product/9850/
<form method="post" action="https://shop.nieuwsblad.be/checkout/cart/add/uenc/%25uenc%25/product/9850/" class="p-0 item product product-item product_addtocart_form card card-interactive rounded-[3px] flex flex-col
w-full ">
<input name="form_key" type="hidden" value="IjJBV6r65rydL90i"> <input type="hidden" name="product" value="9850">
<a href="https://shop.nieuwsblad.be/topper-soft-touch-vitality-pur.html" class="flex max-h-[240px] product photo product-item-photo justify-center block " tabindex="-1" onclick="window.dataLayer.push({ecommerce: null});
window.dataLayer.push({"event":"select_item","ecommerce":{"item_list_id":"upsell_products","item_list_name":"Matrasbeschermer in jersey katoen - De Witte Lietaer Upsell Products","items":[{"item_name":"Topper Soft Touch - Vitality Pur","item_id":"MAG00000530","price":29.95,"index":2,"item_category":"Huis & tuin","item_list_name":"Matrasbeschermer in jersey katoen - De Witte Lietaer Upsell Products","item_list_id":"upsell_products","item_brand":"Vitality Pur","item_stock_status":"In stock","item_sale_product":"No","item_reviews_count":"23","item_reviews_score":"4.85","Deelplan":"9850"}]}});">
<img class="hover:shadow-sm object-cover min-h-[240px] product-image-photo" x-data="" @update-gallery-9850.window="$root.src = $event.detail" src="https://shop.nieuwsblad.be/media/catalog/product/cache/36006df1fabc79f8cf27a94fae7dcba6/h/o/hoofdbeeld_soft-touch.jpg" loading="lazy" width="450" height="300" alt="Topper Soft Touch - Vitality Pur" title="Topper Soft Touch - Vitality Pur">
</a>
<div class="product-info flex flex-col grow px-4 pb-4">
<a class="mb-auto pb-3" href="https://shop.nieuwsblad.be/topper-soft-touch-vitality-pur.html" :id="`slide-desc-9850-${$id('slider-id')}`" tabindex="-1" id="slide-desc-9850-slider-id-2">
<div class="product-name mt-2 font-roboto-bold text-l ">
<span class="product-item-link">
Topper Soft Touch - Vitality Pur </span>
</div>
<div class="product-subtitle text-sm">
Een extra comfortlaag </div>
<div class="pt-1" x-data="initPriceBox__65a8cc86d189e()" @update-prices-9850.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="9850" data-price-box="product-id-9850"> <span class="special-price">
<span x-data="" x-id="['product\u002Dprice\u002D9850']" class="price-container price-final_price tax weee">
<span class="price-label">Speciale prijs</span>
<span :id="$id('product\u002Dprice\u002D9850')" data-price-amount="29.95" data-price-type="finalPrice" class="price-wrapper " id="product-price-9850-1"><span class="price">29<span class="decimals">,95</span></span></span>
</span>
</span>
<span class="old-price">
<span x-data="" x-id="['old\u002Dprice\u002D9850']" class="price-container price-final_price tax weee">
<span class="price-label">adviesprijs</span>
<span :id="$id('old\u002Dprice\u002D9850')" data-price-amount="79.95" data-price-type="oldPrice" class="price-wrapper " id="old-price-9850-1"><span class="price">79<span class="decimals">,95</span></span></span>
</span>
</span>
</div> </div>
<div x-data="initConfigurableSwatchOptions_9850()" x-init="findAllowedAttributeOptions(); initShowSwatchesIntersect();" @private-content-loaded.window="onGetCartData($event.detail.data)" @resize.window="resizeEvent()" class="configurable-wrapper mb-2 relative">
<div>
<div class="swatch-attribute border-t last:border-b border-container
bedlinnen_maat">
<div class="w-full overflow-x-hidden swatch-attribute-options min-h-14">
<template x-if="showSwatches">
<div class="flex flex-nowrap w-full overflow-auto snap items-center py-1" id="attribute-label-9850-415" role="radiogroup" x-bind="scrollEvents" aria-label="Maat bedlinnen">
<template x-for="(item, index) in optionConfig.attributes[415].options" :key="item.id">
<div x-id="['attribute-option-9850-'+item.id]">
<template x-if="optionIsEnabled(415, item.id) && optionIsActive(415, item.id)">
<label :for="$id('attribute-option-9850-'+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[415] === item.id),
'border-container-darker':
(selectedValues[415] !== item.id),
'w-6 h-6' : !isTextSwatch(415, item.id),
'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
}" :style="getSwatchBackgroundStyle('415',item.id)" @mouseenter.self="activeTooltipItem = {
attribute: '415',
item: item.id
}; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
<input :id="$id('attribute-option-9850-'+item.id)" :value="item.id" name="super_attribute[415]" 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(415, $event.target.value)" x-on:click="clearOptionIfActive(415, item.id)" x-model="selectedValues[415]" :required="getAllowedAttributeOptions(415).filter(
attributeOption => selectedValues[attributeOption]
).length === 0" :aria-label="getSwatchText(415, item.id)" aria-describedby="attribute-label-9850-415">
<template x-if="isTextSwatch(415, item.id)">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
</template>
</label>
</template>
<template x-if="optionIsEnabled(415, item.id) && !optionIsActive(415, 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(415, item.id),
}" :style="getSwatchBackgroundStyle('415',item.id)">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" :class="{ 'sr-only' : !isTextSwatch(415, 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>
</template>
</div>
</div>
</div>
<template x-if="isTooltipVisible()">
<div class="absolute" :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>
</a>
<div class="button-wrapper flex flex-wrap justify-center items-center">
<a class="cursor-pointer w-auto btn btn-primary justify-center text-sm
mr-auto " href="https://shop.nieuwsblad.be/topper-soft-touch-vitality-pur.html">
<span class="inline">
Bekijk en bestel </span>
</a>
</div>
</div>
</form>
POST https://shop.nieuwsblad.be/checkout/cart/add/uenc/%25uenc%25/product/3469/
<form method="post" action="https://shop.nieuwsblad.be/checkout/cart/add/uenc/%25uenc%25/product/3469/" class="p-0 item product product-item product_addtocart_form card card-interactive rounded-[3px] flex flex-col
w-full ">
<input name="form_key" type="hidden" value="IjJBV6r65rydL90i"> <input type="hidden" name="product" value="3469">
<a href="https://shop.nieuwsblad.be/de-witte-lietaer-matrasbeschermers.html" class="flex max-h-[240px] product photo product-item-photo justify-center block " tabindex="-1" onclick="window.dataLayer.push({ecommerce: null});
window.dataLayer.push({"event":"select_item","ecommerce":{"item_list_id":"101","item_list_name":"Bedlinnen","items":[{"item_name":"Matrasbeschermer - De Witte Lietaer","item_id":"MAG00000286","price":29.95,"index":null,"item_category":"De Witte Lietaer","item_category2":"Bedlinnen","item_list_name":"Bedlinnen","item_list_id":"101","item_brand":"De Witte Lietaer","item_stock_status":"In stock","item_sale_product":"No","item_reviews_count":"41","item_reviews_score":"4.85","Deelplan":"3469"}]}});">
<img class="hover:shadow-sm object-cover min-h-[240px] product-image-photo" x-data="" @update-gallery-3469.window="$root.src = $event.detail" src="https://shop.nieuwsblad.be/media/catalog/product/cache/36006df1fabc79f8cf27a94fae7dcba6/h/o/hoofdbeeld_matrasbesch.jpg" loading="lazy" width="450" height="300" alt="Matrasbeschermer - De Witte Lietaer" title="Matrasbeschermer - De Witte Lietaer">
</a>
<div class="product-info flex flex-col grow px-4 pb-4">
<a class="mb-auto pb-3" href="https://shop.nieuwsblad.be/de-witte-lietaer-matrasbeschermers.html" :id="`slide-desc-3469-${$id('slider-id')}`" tabindex="-1" id="slide-desc-3469-slider-id-3">
<div class="product-name mt-2 font-roboto-bold text-l ">
<span class="product-item-link">
Matrasbeschermer - De Witte Lietaer </span>
</div>
<div class="product-subtitle text-sm">
Bescherm je matras tegen vocht en huisstofmijt </div>
<div class="pt-1" x-data="initPriceBox__65a8d122600c2()" @update-prices-3469.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="3469" data-price-box="product-id-3469"> <span class="special-price">
<span x-data="" x-id="['product\u002Dprice\u002D3469']" class="price-container price-final_price tax weee">
<span class="price-label">Speciale prijs</span>
<span :id="$id('product\u002Dprice\u002D3469')" data-price-amount="29.95" data-price-type="finalPrice" class="price-wrapper " id="product-price-3469-1"><span class="price">29<span class="decimals">,95</span></span></span>
</span>
</span>
<span class="old-price">
<span x-data="" x-id="['old\u002Dprice\u002D3469']" class="price-container price-final_price tax weee">
<span class="price-label">adviesprijs</span>
<span :id="$id('old\u002Dprice\u002D3469')" data-price-amount="59.95" data-price-type="oldPrice" class="price-wrapper " id="old-price-3469-1"><span class="price">59<span class="decimals">,95</span></span></span>
</span>
</span>
</div> </div>
<div x-data="initConfigurableSwatchOptions_3469()" x-init="findAllowedAttributeOptions();" @private-content-loaded.window="onGetCartData($event.detail.data)" @resize.window="resizeEvent()" class="mb-2 relative">
<div>
<div class="swatch-attribute border-t last:border-b border-container
bedlinnen_maat">
<div class="w-full overflow-x-hidden swatch-attribute-options">
<div class="flex flex-nowrap w-full overflow-auto transition-all snap items-center py-1 min-h-14" role="radiogroup" x-spread="scrollEvents">
<label class="sr-only" for="attributebedlinnen_maat">
<span>
Maat bedlinnen </span>
</label>
<template x-for="(item, index) in optionConfig.attributes[415].options" :key="item.id">
<div x-id="['attribute-option-3469-'+item.id]">
<template x-if="optionIsEnabled(415, item.id) && optionIsActive(415, item.id)">
<label :for="$id('attribute-option-3469-'+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[415] === item.id),
'border-container-darker':
(selectedValues[415] !== item.id),
'w-6 h-6' : !isTextSwatch(415, item.id),
'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
}" :style="getSwatchBackgroundStyle('415',item.id)" @mouseenter.self="activeTooltipItem = {
attribute: '415',
item: item.id
}; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
<input :id="$id('attribute-option-3469-'+item.id)" :value="item.id" name="super_attribute[415]" 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(415, $event.target.value)" x-on:click="clearOptionIfActive(415, item.id)" x-model="selectedValues[415]" :required="getAllowedAttributeOptions(415).filter(
attributeOption => selectedValues[attributeOption]
).length === 0" :aria-label="getSwatchText(415, item.id)" aria-describedby="attribute-label-3469-415">
<template x-if="isTextSwatch(415, item.id)">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
</template>
</label>
</template>
<template x-if="optionIsEnabled(415, item.id) && !optionIsActive(415, 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(415, item.id),
}" :style="getSwatchBackgroundStyle('415',item.id)">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" :class="{ 'sr-only' : !isTextSwatch(415, 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-3469-'+item.id]">
<template x-if="optionIsEnabled(415, item.id) && optionIsActive(415, item.id)">
<label :for="$id('attribute-option-3469-'+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[415] === item.id),
'border-container-darker':
(selectedValues[415] !== item.id),
'w-6 h-6' : !isTextSwatch(415, item.id),
'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
}" :style="getSwatchBackgroundStyle('415',item.id)" @mouseenter.self="activeTooltipItem = {
attribute: '415',
item: item.id
}; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
<input :id="$id('attribute-option-3469-'+item.id)" :value="item.id" name="super_attribute[415]" 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(415, $event.target.value)" x-on:click="clearOptionIfActive(415, item.id)" x-model="selectedValues[415]" :required="getAllowedAttributeOptions(415).filter(
attributeOption => selectedValues[attributeOption]
).length === 0" :aria-label="getSwatchText(415, item.id)" aria-describedby="attribute-label-3469-415">
<template x-if="isTextSwatch(415, item.id)">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
</template>
</label>
</template>
<template x-if="optionIsEnabled(415, item.id) && !optionIsActive(415, 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(415, item.id),
}" :style="getSwatchBackgroundStyle('415',item.id)">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" :class="{ 'sr-only' : !isTextSwatch(415, 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 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(415, item.id),
}" :style="getSwatchBackgroundStyle('415',item.id)" style="">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" :class="{ 'sr-only' : !isTextSwatch(415, item.id) }">90 x 200</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>
</div><div x-id="['attribute-option-3469-'+item.id]">
<template x-if="optionIsEnabled(415, item.id) && optionIsActive(415, item.id)">
<label :for="$id('attribute-option-3469-'+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[415] === item.id),
'border-container-darker':
(selectedValues[415] !== item.id),
'w-6 h-6' : !isTextSwatch(415, item.id),
'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
}" :style="getSwatchBackgroundStyle('415',item.id)" @mouseenter.self="activeTooltipItem = {
attribute: '415',
item: item.id
}; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
<input :id="$id('attribute-option-3469-'+item.id)" :value="item.id" name="super_attribute[415]" 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(415, $event.target.value)" x-on:click="clearOptionIfActive(415, item.id)" x-model="selectedValues[415]" :required="getAllowedAttributeOptions(415).filter(
attributeOption => selectedValues[attributeOption]
).length === 0" :aria-label="getSwatchText(415, item.id)" aria-describedby="attribute-label-3469-415">
<template x-if="isTextSwatch(415, item.id)">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
</template>
</label>
</template><label :for="$id('attribute-option-3469-'+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" :class="{
'text-black border-container-lighter ring-2 ring-black':
(selectedValues[415] === item.id),
'border-container-darker':
(selectedValues[415] !== item.id),
'w-6 h-6' : !isTextSwatch(415, item.id),
'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
}" :style="getSwatchBackgroundStyle('415',item.id)" @mouseenter.self="activeTooltipItem = {
attribute: '415',
item: item.id
}; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-3469-147-1" style="">
<input :id="$id('attribute-option-3469-'+item.id)" :value="item.id" name="super_attribute[415]" 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(415, $event.target.value)" x-on:click="clearOptionIfActive(415, item.id)" x-model="selectedValues[415]" :required="getAllowedAttributeOptions(415).filter(
attributeOption => selectedValues[attributeOption]
).length === 0" :aria-label="getSwatchText(415, item.id)" aria-describedby="attribute-label-3469-415" id="attribute-option-3469-147-1" value="147" required="required" aria-label="140 x 200">
<template x-if="isTextSwatch(415, item.id)">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
</template><div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" aria-hidden="true">140 x 200</div>
</label>
<template x-if="optionIsEnabled(415, item.id) && !optionIsActive(415, 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(415, item.id),
}" :style="getSwatchBackgroundStyle('415',item.id)">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" :class="{ 'sr-only' : !isTextSwatch(415, 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-3469-'+item.id]">
<template x-if="optionIsEnabled(415, item.id) && optionIsActive(415, item.id)">
<label :for="$id('attribute-option-3469-'+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[415] === item.id),
'border-container-darker':
(selectedValues[415] !== item.id),
'w-6 h-6' : !isTextSwatch(415, item.id),
'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
}" :style="getSwatchBackgroundStyle('415',item.id)" @mouseenter.self="activeTooltipItem = {
attribute: '415',
item: item.id
}; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
<input :id="$id('attribute-option-3469-'+item.id)" :value="item.id" name="super_attribute[415]" 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(415, $event.target.value)" x-on:click="clearOptionIfActive(415, item.id)" x-model="selectedValues[415]" :required="getAllowedAttributeOptions(415).filter(
attributeOption => selectedValues[attributeOption]
).length === 0" :aria-label="getSwatchText(415, item.id)" aria-describedby="attribute-label-3469-415">
<template x-if="isTextSwatch(415, item.id)">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
</template>
</label>
</template>
<template x-if="optionIsEnabled(415, item.id) && !optionIsActive(415, 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(415, item.id),
}" :style="getSwatchBackgroundStyle('415',item.id)">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" :class="{ 'sr-only' : !isTextSwatch(415, 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 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(415, item.id),
}" :style="getSwatchBackgroundStyle('415',item.id)" style="">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" :class="{ 'sr-only' : !isTextSwatch(415, item.id) }">160 x 200</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>
</div><div x-id="['attribute-option-3469-'+item.id]">
<template x-if="optionIsEnabled(415, item.id) && optionIsActive(415, item.id)">
<label :for="$id('attribute-option-3469-'+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[415] === item.id),
'border-container-darker':
(selectedValues[415] !== item.id),
'w-6 h-6' : !isTextSwatch(415, item.id),
'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
}" :style="getSwatchBackgroundStyle('415',item.id)" @mouseenter.self="activeTooltipItem = {
attribute: '415',
item: item.id
}; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
<input :id="$id('attribute-option-3469-'+item.id)" :value="item.id" name="super_attribute[415]" 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(415, $event.target.value)" x-on:click="clearOptionIfActive(415, item.id)" x-model="selectedValues[415]" :required="getAllowedAttributeOptions(415).filter(
attributeOption => selectedValues[attributeOption]
).length === 0" :aria-label="getSwatchText(415, item.id)" aria-describedby="attribute-label-3469-415">
<template x-if="isTextSwatch(415, item.id)">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
</template>
</label>
</template>
<template x-if="optionIsEnabled(415, item.id) && !optionIsActive(415, 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(415, item.id),
}" :style="getSwatchBackgroundStyle('415',item.id)">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" :class="{ 'sr-only' : !isTextSwatch(415, 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 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(415, item.id),
}" :style="getSwatchBackgroundStyle('415',item.id)" style="">
<div x-html="getSwatchText(415, item.id)" class="whitespace-nowrap" :class="{ 'sr-only' : !isTextSwatch(415, item.id) }">180 x 200</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>
</div>
</div>
</div>
</div>
</div>
<template x-if="isTooltipVisible()">
<div class="absolute" :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>
</a>
<div class="button-wrapper flex flex-wrap justify-center items-center">
<a class="cursor-pointer w-auto btn btn-primary justify-center text-sm
mr-auto " href="https://shop.nieuwsblad.be/de-witte-lietaer-matrasbeschermers.html">
<span class="inline">
Bekijk en bestel </span>
</a>
</div>
</div>
</form>
Text Content
WELKOM BIJ HET NIEUWSBLAD! 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 Zoeken magnifying-glass xmark search Toggle minicart, Cart is empty cart-shopping 0 circle-question Klantendienst magnifying-glass Volg je bestelling user Aanmelden Cart cart-shopping 0 WINKELWAGEN minus plus trash-can Subtotaal: Bekijk winkelwagen Afrekenen bestelling xmark loader Bezig met laden... * Home * Fietsen chevron-down * Alle fietsen chevron-right * Stadsfiets Vivid * Plooifiets Hopper * Stadsfiets Diamond * Stadsfiets Spirit * Speed pedelec Fuell * Outlet Beaufort fietsen * Accessoires chevron-right * Fietsaccessoires * Batterijen * Service chevron-right * Service * Lenen * Fietsverzekering * Leasing * Inruilen oude e-bike * Fietsenwinkels * 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 Dekbedden Dekbedovertrekken Hoeslakens Matrasbeschermers Toppers Hoofdkussens Plaids * Bad Handdoeken Badhanddoeken Washandjes 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 * Kleding en schoenen * Juwelen * Lederwaren * Sport chevron-down * Fietsen * Sportaccessoires * Reizen chevron-down * Cruises * Natuurvakanties * Verre bestemmingen * Zonvakanties * Cultuurvakanties * Fiets- & wandelvakantie * Duurzaam wonen chevron-down * Aqua Protect * Gaele - energie * Tickets * Laatste kans * Outlet menu x Home Fietsen chevron-right chevron-left Fietsen Alle fietsen chevron-right Accessoires chevron-right Service chevron-right Fietsenwinkels Help & contact Reviews Blog chevron-left Alle fietsen Stadsfiets Vivid Plooifiets Hopper Stadsfiets Diamond Stadsfiets Spirit Speed pedelec Fuell Outlet Beaufort fietsen chevron-left Accessoires Fietsaccessoires Batterijen chevron-left Service Service Lenen Fietsverzekering Leasing Inruilen oude e-bike chevron-left Fietsenwinkels 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 Dekbedden Dekbedovertrekken Hoeslakens Matrasbeschermers Toppers Hoofdkussens Plaids Bad chevron-right chevron-left Bad Handdoeken Badhanddoeken Washandjes 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 Kleding en schoenen Juwelen Lederwaren chevron-left Kleding en schoenen chevron-left Juwelen chevron-left Lederwaren Sport chevron-right chevron-left Sport Fietsen Sportaccessoires chevron-left Fietsen chevron-left Sportaccessoires Reizen chevron-right chevron-left Reizen Cruises Natuurvakanties Verre bestemmingen Zonvakanties Cultuurvakanties Fiets- & wandelvakantie chevron-left Cruises chevron-left Natuurvakanties chevron-left Verre bestemmingen chevron-left Zonvakanties chevron-left Cultuurvakanties chevron-left Fiets- & wandelvakantie Duurzaam wonen chevron-right chevron-left Duurzaam wonen Aqua Protect Gaele - energie chevron-left Aqua Protect chevron-left Gaele - energie Tickets Laatste kans Outlet user My profile circle-question Klantendienst magnifying-glass Volg je bestelling x 1. Home 2. > Huis & tuin 3. > Bed & bad 4. > Beddengoed 5. > De Witte Lietaer 6. > Matrasbeschermer in jersey katoen - De Witte Lietaer Main image Click to view image in fullscreen chevron-left View larger image View larger image View larger image chevron-right x MATRASBESCHERMER IN JERSEY KATOEN - DE WITTE LIETAER Matrasbeschermer en hoeslaken in één As low as: € 44,98 As low as: 44,98 As low as: € 44,98 adviesprijs € 89,95 adviesprijs adviesprijs 89,95 Verschil met adviesprijs €44,97 Maat bedlinnen Maat bedlinnen 90 x 200 160 x 200 180 x 200 minus plus shopping-cart In winkelwagen > * awesomeicons/solid/check Elke week de beste promo's * awesomeicons/solid/check Gemakkelijk retourneren * awesomeicons/solid/check Hulp nodig?Onze klantendienst helpt je graag verder Productinformatie chevron-up VOORDELEN * Matrasbeschermer en hoeslaken in één * Waterdicht en luchtdoorlatend * Anti-huisstofmijt * Gebreid, hoogkwalitatief en zacht hoeslaken * Luxury collection BESCHRIJVING Een hoeslaken en matrasbeschermer in één! Een normale matrasbeschermer ademt minder goed ademt en ligt minder comfortabel. Daarom ontwikkelde De Witte Lietaer een matrasbeschermer in jersey katoen. Deze is luchtdoorlatend, iets dunner en garandeert een betere slaaphygiëne. Dit laken heeft een hoogwaardige elastiek rondom rond en een hoogte/hoeklengte van 40 cm. SPECIFICATIES * Geschikt voor matras met hoogte +/- 35 cm * 100% PU coating * Gewicht: 140 g/m2 * Wasvoorschrift: wasbaar op 60⁰C * Kleur: wit * Beschikbare formaten: 90 x 200, 160 x 200 en 180 x 200 cm * Merk: De Witte Lietaer * Garantie: 2 jaar BEOORDELINGEN (0) CHEVRON-UP 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 ANDERE PRODUCTEN DIE U MOGELIJK INTERESSEREN Matrasbeschermer met Aloë Vera - Vitality Pur Behandeld met Aloë Vera Speciale prijs 17,95 adviesprijs 39,95 Bekijk en bestel Topper Soft Touch - Vitality Pur Een extra comfortlaag Speciale prijs 29,95 adviesprijs 79,95 Bekijk en bestel Matrasbeschermer - De Witte Lietaer Bescherm je matras tegen vocht en huisstofmijt Speciale prijs 29,95 adviesprijs 59,95 Maat bedlinnen 90 x 200 140 x 200 160 x 200 180 x 200 Bekijk en bestel chevron-left chevron-right 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 * 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