shop.gva.be
Open in
urlscan Pro
104.17.72.100
Public Scan
Submitted URL: https://interactief.gva.be/optiext/optiextension.dll?ID=hLKhIMHRJsoPDxLB_EWcz18y92AUBcXW_bzFpnqU4sibv4k3Up+kBbp7RXwiAscPasq...
Effective URL: https://shop.gva.be/?adh_i=&adh_i=&M_BT=429043181647
Submission: On November 12 via api from BE — Scanned from US
Effective URL: https://shop.gva.be/?adh_i=&adh_i=&M_BT=429043181647
Submission: On November 12 via api from BE — Scanned from US
Form analysis
13 forms found in the DOMGET https://shop.gva.be/catalogsearch/result/
<form class="form minisearch relative" id="search_mini_form" action="https://shop.gva.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"
aria-hidden="true"><!--! 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>
</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"
aria-hidden="true"><!--! 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>
</svg>
</button>
</div>
</form>
POST https://shop.gva.be/checkout/cart/add/uenc/%25uenc%25/product/10274/
<form method="post" action="https://shop.gva.be/checkout/cart/add/uenc/%25uenc%25/product/10274/" class="p-0 item product product-item product_addtocart_form card card-interactive rounded-[3px] flex flex-col w-full glider-slide active left-2 visible"
data-gslide="0" style="height: auto; width: 372px;">
<input name="form_key" type="hidden" value="4540Accj7QrYZqdW"> <input type="hidden" name="product" value="10274">
<a href="https://shop.gva.be/draadloze-steelstofzuiger-turbotronic-mag00001145.html" class="flex w-full product photo product-item-photo justify-center block " tabindex="-1" onclick="if (window.ga4AllowServices) {
window.dataLayer.push({ecommerce: null});
window.dataLayer.push({"event":"select_item","ecommerce":{"item_list_id":null,"item_list_name":null,"items":[{"item_name":"Draadloze steelstofzuiger - TurboTronic","item_id":"MAG00001145","price":129.95,"index":null,"item_category":"Elektro","item_list_name":null,"item_list_id":null,"item_brand":" ","item_stock_status":"In stock","item_sale_product":"No","item_reviews_count":"15","item_reviews_score":"4.2","Deelplan":"10274"}]}});
}">
<img x-data="initImage($el)" x-init="checkForLazyLoad()" class="hover:shadow-sm object-cover w-full product-image-photo" @update-gallery-10274.window="$root.src = $event.detail" src="https://shop.gva.be/media/catalog/product/cache/36006df1fabc79f8cf27a94fae7dcba6/h/o/hoofdbeeld_final_turbo_laserturbotronic.jpg" loading="lazy" width="450" height="300" alt="hoofdbeeld_final_turbo_laserturbotronic.jpg" title="hoofdbeeld_final_turbo_laserturbotronic.jpg">
</a>
<div class="product-info flex flex-col grow px-4 pb-4">
<a class="mb-auto pb-3" href="https://shop.gva.be/draadloze-steelstofzuiger-turbotronic-mag00001145.html" :id="`slide-desc-10274-${$id('slider-id')}`" tabindex="-1">
<div class="product-name truncate-one-line mt-2 font-roboto-bold text-[0.9rem] ">
<span class="product-item-link">
Draadloze steelstofzuiger - TurboTronic </span>
</div>
<div class="product-subtitle text-[0.85rem] truncate-one-line">
met laserlicht voor fijne stofdeeltjes </div>
<div class="py-1 mx-auto ">
<div x-data="initRating1027467335628ec7f8()" class="rating-summary flex items-center" :class="{'cursor-pointer' : reviewsSection}" @keyup.enter="window.dispatchEvent(new Event('pdp-scroll-to-reviews'))" @click="window.dispatchEvent(new Event('pdp-scroll-to-reviews'))" itemscope="" tabindex="0" :aria-label="reviewsSection
? 'Draadloze\u0020steelstofzuiger\u0020\u002D\u0020TurboTronic\u0020rating.\u00204.4\u0020out\u0020of\u00205\u0020stars.\u0020Click\u0020to\u0020go\u0020to\u0020reviews.'
: 'Draadloze\u0020steelstofzuiger\u0020\u002D\u0020TurboTronic\u0020rating.\u00204.4\u0020out\u0020of\u00205\u0020stars'
" role="group" aria-label="Draadloze steelstofzuiger - TurboTronic rating. 4.4 out of 5 stars">
<span class="hidden">4.4</span>
<span class="hidden">79</span>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-6 h-6" viewBox="3 0 20 20" style="color: #ffb300" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-6 h-6" viewBox="3 0 20 20" style="color: #ffb300" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-6 h-6" viewBox="3 0 20 20" style="color: #ffb300" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-6 h-6" viewBox="3 0 20 20" style="color: #ffb300" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="3 0 20 20" fill="currentColor" class="w-6 h-6" aria-hidden="true">
<defs>
<linearGradient id="partialFill10274">
<stop offset="0%" stop-color="#ffb300"></stop>
<stop offset="40%" stop-color="#ffb300"></stop>
<stop offset="40%" stop-color="#7a7a7a"></stop>
<stop offset="100%" stop-color="#7a7a7a"></stop>
</linearGradient>
</defs>
<g fill="url(#partialFill10274)">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969
0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1
0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</g>
</svg>
<span class="text-xs text-gray underline hover:text-primary">
<span>4.4/5</span>
(<span>79</span>
reviews)
</span>
</div>
</div>
<div class="pt-1 inline-block" x-data="initPriceBox__67335628e53f9()" @update-prices-10274.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="10274" data-price-box="product-id-10274"> <span class="special-price">
<span x-data="" x-id="['product\u002Dprice\u002D10274']" class="price-container price-final_price tax weee">
<span :id="$id('product\u002Dprice\u002D10274')" data-price-amount="129.95" data-price-type="finalPrice" class="price-wrapper " id="product-price-10274-1"><span class="price">129<span class="decimals">,95</span></span></span>
</span>
</span>
<span class="old-price">
<span x-data="" x-id="['old\u002Dprice\u002D10274']" class="price-container price-final_price tax weee">
<span class="price-label">i.p.v.</span>
<span :id="$id('old\u002Dprice\u002D10274')" data-price-amount="269.95" data-price-type="oldPrice" class="price-wrapper " id="old-price-10274-1"><span class="price">269<span class="decimals">,95</span></span></span>
</span>
</span>
</div> </div>
<span class="align-super">
<div x-data="initPriceTooltip()" class="price-tooltip inline relative ml-2">
<i @click.prevent="clickTooltip()" @keydown.escape.window="showTooltip = false" class="cursor-pointer">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 512 512" class="text-stone-500 inline" width="16" height="16" aria-hidden="true"><!--! 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="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464zM256 336c-18 0-32 14-32 32s13.1 32 32 32c17.1 0 32-14 32-32S273.1 336 256 336zM289.1 128h-51.1C199 128 168 159 168 198c0 13 11 24 24 24s24-11 24-24C216 186 225.1 176 237.1 176h51.1C301.1 176 312 186 312 198c0 8-4 14.1-11 18.1L244 251C236 256 232 264 232 272V288c0 13 11 24 24 24S280 301 280 288V286l45.1-28c21-13 34-36 34-60C360 159 329 128 289.1 128z"></path></svg>
</i>
<div x-show="showTooltip" x-transition="" @click.away="showTooltip = false" class="absolute z-20 max-w-[calc(100vw-70px)] bottom-2.5 w-max sm:max-w-[300px] sm:right-auto border border-gray-300 rounded shadow-lg" style="display: none;">
<style>::backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia:
}
.cmsb2342-space-y-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}
.cmsb2342-rounded-sm {
border-radius: 0.125rem
}
.cmsb2342-bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.cmsb2342-p-2 {
padding: 0.5rem
}
.cmsb2342-text-xs {
font-size: 0.75rem;
line-height: 1rem
}
.cmsb2342-text-gray-600 {
--tw-text-opacity: 1;
color: rgb(75 85 99 / var(--tw-text-opacity))
}</style>
<div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true"><div class="cmsb2342-bg-white cmsb2342-p-2 cmsb2342-space-y-2 cmsb2342-text-xs cmsb2342-rounded-sm cmsb2342-text-gray-600">
<p class="font-roboto-bold">Wij kunnen jou onze laagste prijs bieden doordat we grote aantallen bestellen bij onze leveranciers en beperkte marketingkosten hebben.</p>
<p>De hoogste prijs is de adviesprijs van de leverancier. Het eventuele percentage of het -bedrag is het verschil tussen de adviesprijs en onze actieprijs.</p>
</div></div> </div>
</div>
</span>
<div x-data="initConfigurableSwatchOptions_10274()" x-init="findAllowedAttributeOptions(); initShowSwatchesIntersect();; $watch('productIndex', (productIndex) => { $dispatch('amlabel-swatch-product-changed', {productIndex: productIndex, element: $el, optionConfig: optionConfig, isListing: 1}) });" @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
color">
<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-10274-93" role="radiogroup" x-bind="scrollEvents" aria-label="Kleur">
<template x-for="(item, index) in optionConfig.attributes[93].options" :key="item.id">
<div x-id="['attribute-option-10274-'+item.id]">
<template x-if="optionIsEnabled(93, item.id) && optionIsActive(93, item.id)">
<label :for="$id('attribute-option-10274-'+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-10274-'+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-10274-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>
</template>
</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>
</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.gva.be/draadloze-steelstofzuiger-turbotronic-mag00001145.html">
<span class="inline">
Bekijk en bestel </span>
</a>
</div>
</div>
</form>
POST https://shop.gva.be/checkout/cart/add/uenc/%25uenc%25/product/11426/
<form method="post" action="https://shop.gva.be/checkout/cart/add/uenc/%25uenc%25/product/11426/" class="p-0 item product product-item product_addtocart_form card card-interactive rounded-[3px] flex flex-col w-full glider-slide left-1 visible"
data-gslide="1" style="height: auto; width: 372px;">
<input name="form_key" type="hidden" value="4540Accj7QrYZqdW"> <input type="hidden" name="product" value="11426">
<a href="https://shop.gva.be/set-van-3-hardcase-trolleys-met-wieltjes-brussels-princess-traveller-08010083.html" class="flex w-full product photo product-item-photo justify-center block " tabindex="-1" onclick="if (window.ga4AllowServices) {
window.dataLayer.push({ecommerce: null});
window.dataLayer.push({"event":"select_item","ecommerce":{"item_list_id":null,"item_list_name":null,"items":[{"item_name":"Set van 3 hardcase trolleys met wieltjes Brussels \u2013 Princess Traveller","item_id":"08010083","price":149.95,"index":null,"item_category":"Huis & tuin","item_list_name":null,"item_list_id":null,"item_brand":" ","item_stock_status":"In stock","item_sale_product":"No","item_reviews_count":"1","item_reviews_score":"5","Deelplan":"11426"}]}});
}">
<img x-data="initImage($el)" x-init="checkForLazyLoad()" class="hover:shadow-sm object-cover w-full product-image-photo" @update-gallery-11426.window="$root.src = $event.detail" src="https://shop.gva.be/media/catalog/product/cache/36006df1fabc79f8cf27a94fae7dcba6/h/o/hoofdbeeldtrolleysbrus.jpg" loading="lazy" width="450" height="300" alt="hoofdbeeldtrolleysbrus.jpg" title="hoofdbeeldtrolleysbrus.jpg">
</a>
<div class="product-info flex flex-col grow px-4 pb-4">
<a class="mb-auto pb-3" href="https://shop.gva.be/set-van-3-hardcase-trolleys-met-wieltjes-brussels-princess-traveller-08010083.html" :id="`slide-desc-11426-${$id('slider-id')}`" tabindex="-1">
<div class="product-name truncate-one-line mt-2 font-roboto-bold text-[0.9rem] ">
<span class="product-item-link">
Set van 3 hardcase trolleys met wieltjes Brussels – Princess Traveller </span>
</div>
<div class="product-subtitle text-[0.85rem] truncate-one-line">
Extreem sterk, ruim en lichtgewicht </div>
<div class="py-1 mx-auto ">
<div x-data="initRating114266733562906762()" class="rating-summary flex items-center" :class="{'cursor-pointer' : reviewsSection}" @keyup.enter="window.dispatchEvent(new Event('pdp-scroll-to-reviews'))" @click="window.dispatchEvent(new Event('pdp-scroll-to-reviews'))" itemscope="" tabindex="0" :aria-label="reviewsSection
? 'Set\u0020van\u00203\u0020hardcase\u0020trolleys\u0020met\u0020wieltjes\u0020Brussels\u0020\u2013\u0020Princess\u0020Traveller\u0020rating.\u00204.75\u0020out\u0020of\u00205\u0020stars.\u0020Click\u0020to\u0020go\u0020to\u0020reviews.'
: 'Set\u0020van\u00203\u0020hardcase\u0020trolleys\u0020met\u0020wieltjes\u0020Brussels\u0020\u2013\u0020Princess\u0020Traveller\u0020rating.\u00204.75\u0020out\u0020of\u00205\u0020stars'
" role="group" aria-label="Set van 3 hardcase trolleys met wieltjes Brussels – Princess Traveller rating. 4.75 out of 5 stars">
<span class="hidden">4.75</span>
<span class="hidden">8</span>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-6 h-6" viewBox="3 0 20 20" style="color: #ffb300" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-6 h-6" viewBox="3 0 20 20" style="color: #ffb300" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-6 h-6" viewBox="3 0 20 20" style="color: #ffb300" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-6 h-6" viewBox="3 0 20 20" style="color: #ffb300" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="3 0 20 20" fill="currentColor" class="w-6 h-6" aria-hidden="true">
<defs>
<linearGradient id="partialFill11426">
<stop offset="0%" stop-color="#ffb300"></stop>
<stop offset="75%" stop-color="#ffb300"></stop>
<stop offset="75%" stop-color="#7a7a7a"></stop>
<stop offset="100%" stop-color="#7a7a7a"></stop>
</linearGradient>
</defs>
<g fill="url(#partialFill11426)">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969
0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1
0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</g>
</svg>
<span class="text-xs text-gray underline hover:text-primary">
<span>4.75/5</span>
(<span>8</span>
reviews)
</span>
</div>
</div>
<div class="pt-1 inline-block" x-data="initPriceBox__6733562904a4d()" @update-prices-11426.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="11426" data-price-box="product-id-11426"> <span class="special-price">
<span x-data="" x-id="['product\u002Dprice\u002D11426']" class="price-container price-final_price tax weee">
<span :id="$id('product\u002Dprice\u002D11426')" data-price-amount="149.95" data-price-type="finalPrice" class="price-wrapper " id="product-price-11426-1"><span class="price">149<span class="decimals">,95</span></span></span>
</span>
</span>
<span class="old-price">
<span x-data="" x-id="['old\u002Dprice\u002D11426']" class="price-container price-final_price tax weee">
<span class="price-label">i.p.v.</span>
<span :id="$id('old\u002Dprice\u002D11426')" data-price-amount="459.99" data-price-type="oldPrice" class="price-wrapper " id="old-price-11426-1"><span class="price">459<span class="decimals">,99</span></span></span>
</span>
</span>
</div> </div>
<span class="align-super">
<div x-data="initPriceTooltip()" class="price-tooltip inline relative ml-2">
<i @click.prevent="clickTooltip()" @keydown.escape.window="showTooltip = false" class="cursor-pointer">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 512 512" class="text-stone-500 inline" width="16" height="16" aria-hidden="true"><!--! 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="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464zM256 336c-18 0-32 14-32 32s13.1 32 32 32c17.1 0 32-14 32-32S273.1 336 256 336zM289.1 128h-51.1C199 128 168 159 168 198c0 13 11 24 24 24s24-11 24-24C216 186 225.1 176 237.1 176h51.1C301.1 176 312 186 312 198c0 8-4 14.1-11 18.1L244 251C236 256 232 264 232 272V288c0 13 11 24 24 24S280 301 280 288V286l45.1-28c21-13 34-36 34-60C360 159 329 128 289.1 128z"></path></svg>
</i>
<div x-show="showTooltip" x-transition="" @click.away="showTooltip = false" class="absolute z-20 max-w-[calc(100vw-70px)] bottom-2.5 w-max sm:max-w-[300px] sm:right-auto border border-gray-300 rounded shadow-lg" style="display: none;">
<style>::backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia:
}
.cmsb2342-space-y-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}
.cmsb2342-rounded-sm {
border-radius: 0.125rem
}
.cmsb2342-bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.cmsb2342-p-2 {
padding: 0.5rem
}
.cmsb2342-text-xs {
font-size: 0.75rem;
line-height: 1rem
}
.cmsb2342-text-gray-600 {
--tw-text-opacity: 1;
color: rgb(75 85 99 / var(--tw-text-opacity))
}</style>
<div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true"><div class="cmsb2342-bg-white cmsb2342-p-2 cmsb2342-space-y-2 cmsb2342-text-xs cmsb2342-rounded-sm cmsb2342-text-gray-600">
<p class="font-roboto-bold">Wij kunnen jou onze laagste prijs bieden doordat we grote aantallen bestellen bij onze leveranciers en beperkte marketingkosten hebben.</p>
<p>De hoogste prijs is de adviesprijs van de leverancier. Het eventuele percentage of het -bedrag is het verschil tussen de adviesprijs en onze actieprijs.</p>
</div></div> </div>
</div>
</span>
</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.gva.be/set-van-3-hardcase-trolleys-met-wieltjes-brussels-princess-traveller-08010083.html">
<span class="inline">
Bekijk en bestel </span>
</a>
</div>
</div>
</form>
POST https://shop.gva.be/checkout/cart/add/uenc/%25uenc%25/product/11459/
<form method="post" action="https://shop.gva.be/checkout/cart/add/uenc/%25uenc%25/product/11459/" class="p-0 item product product-item product_addtocart_form card card-interactive rounded-[3px] flex flex-col w-full glider-slide center visible"
data-gslide="2" style="height: auto; width: 372px;">
<input name="form_key" type="hidden" value="4540Accj7QrYZqdW"> <input type="hidden" name="product" value="11459">
<a href="https://shop.gva.be/smartbike-lyon-bh-fitness.html" class="flex w-full product photo product-item-photo justify-center block " tabindex="-1" onclick="if (window.ga4AllowServices) {
window.dataLayer.push({ecommerce: null});
window.dataLayer.push({"event":"select_item","ecommerce":{"item_list_id":null,"item_list_name":null,"items":[{"item_name":"Smartbike Lyon \u2013 BH Fitness","item_id":"MAG00001187","price":699,"index":null,"item_category":"Huis & tuin","item_list_name":null,"item_list_id":null,"item_brand":" ","item_stock_status":"In stock","item_sale_product":"No","item_reviews_count":"0","item_reviews_score":"0","Deelplan":"11459"}]}});
}">
<img x-data="initImage($el)" x-init="checkForLazyLoad()" class="hover:shadow-sm object-cover w-full product-image-photo" @update-gallery-11459.window="$root.src = $event.detail" src="https://shop.gva.be/media/catalog/product/cache/36006df1fabc79f8cf27a94fae7dcba6/h/o/hoofdbeeldlyon.jpg" loading="lazy" width="450" height="300" alt="Smartbike Lyon – BH Fitness" title="Smartbike Lyon – BH Fitness">
</a>
<div class="product-info flex flex-col grow px-4 pb-4">
<a class="mb-auto pb-3" href="https://shop.gva.be/smartbike-lyon-bh-fitness.html" :id="`slide-desc-11459-${$id('slider-id')}`" tabindex="-1">
<div class="product-name truncate-one-line mt-2 font-roboto-bold text-[0.9rem] ">
<span class="product-item-link">
Smartbike Lyon – BH Fitness </span>
</div>
<div class="product-subtitle text-[0.85rem] truncate-one-line">
Compatibel met Zwift en Kinomap </div>
<div class="py-1 mx-auto ">
</div>
<div class="pt-1 inline-block" x-data="initPriceBox__673356290c139()" @update-prices-11459.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="11459" data-price-box="product-id-11459"> <div>
<span x-data="" x-id="['from\u002D11459']" class="price-container price-final_price tax weee">
<span class="price-label">Vanaf</span>
<span :id="$id('from\u002D11459')" data-price-amount="699" data-price-type="minPrice" class="price-wrapper " id="from-11459-1"><span class="price">699</span></span>
</span>
</div>
<div class="old-price inline-block">
<span x-data="" x-id="['old\u002Dprice\u002D11459']" class="price-container price-final_price tax weee">
<span class="price-label">i.p.v.</span>
<span :id="$id('old\u002Dprice\u002D11459')" data-price-amount="999" data-price-type="" class="price-wrapper " id="old-price-11459-1"><span class="price">999</span></span>
</span>
</div>
<span class="bundle-price-tooltip">
<div x-data="initPriceTooltip()" class="price-tooltip inline relative ml-2">
<i @click.prevent="clickTooltip()" @keydown.escape.window="showTooltip = false" class="cursor-pointer">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 512 512" class="text-stone-500 inline" width="16" height="16" aria-hidden="true"><!--! 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="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464zM256 336c-18 0-32 14-32 32s13.1 32 32 32c17.1 0 32-14 32-32S273.1 336 256 336zM289.1 128h-51.1C199 128 168 159 168 198c0 13 11 24 24 24s24-11 24-24C216 186 225.1 176 237.1 176h51.1C301.1 176 312 186 312 198c0 8-4 14.1-11 18.1L244 251C236 256 232 264 232 272V288c0 13 11 24 24 24S280 301 280 288V286l45.1-28c21-13 34-36 34-60C360 159 329 128 289.1 128z"></path></svg>
</i>
<div x-show="showTooltip" x-transition="" @click.away="showTooltip = false" class="absolute z-20 max-w-[calc(100vw-70px)] bottom-2.5 w-max sm:max-w-[300px] sm:right-auto border border-gray-300 rounded shadow-lg" style="display: none;">
<style>::backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia:
}
.cmsb2342-space-y-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}
.cmsb2342-rounded-sm {
border-radius: 0.125rem
}
.cmsb2342-bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.cmsb2342-p-2 {
padding: 0.5rem
}
.cmsb2342-text-xs {
font-size: 0.75rem;
line-height: 1rem
}
.cmsb2342-text-gray-600 {
--tw-text-opacity: 1;
color: rgb(75 85 99 / var(--tw-text-opacity))
}</style>
<div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true"><div class="cmsb2342-bg-white cmsb2342-p-2 cmsb2342-space-y-2 cmsb2342-text-xs cmsb2342-rounded-sm cmsb2342-text-gray-600">
<p class="font-roboto-bold">Wij kunnen jou onze laagste prijs bieden doordat we grote aantallen bestellen bij onze leveranciers en beperkte marketingkosten hebben.</p>
<p>De hoogste prijs is de adviesprijs van de leverancier. Het eventuele percentage of het -bedrag is het verschil tussen de adviesprijs en onze actieprijs.</p>
</div></div> </div>
</div>
</span>
</div> </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.gva.be/smartbike-lyon-bh-fitness.html">
<span class="inline">
Bekijk en bestel </span>
</a>
</div>
</div>
</form>
POST https://shop.gva.be/checkout/cart/add/uenc/%25uenc%25/product/11463/
<form method="post" action="https://shop.gva.be/checkout/cart/add/uenc/%25uenc%25/product/11463/" class="p-0 item product product-item product_addtocart_form card card-interactive rounded-[3px] flex flex-col w-full glider-slide center visible"
data-gslide="3" style="height: auto; width: 372px;">
<input name="form_key" type="hidden" value="4540Accj7QrYZqdW"> <input type="hidden" name="product" value="11463">
<a href="https://shop.gva.be/hometrainer-et-3-2-ergometer-christopeit.html" class="flex w-full product photo product-item-photo justify-center block " tabindex="-1" onclick="if (window.ga4AllowServices) {
window.dataLayer.push({ecommerce: null});
window.dataLayer.push({"event":"select_item","ecommerce":{"item_list_id":null,"item_list_name":null,"items":[{"item_name":"Hometrainer ET 3.2 ergometer \u2013 Christopeit","item_id":"MAG00001188","price":360,"index":null,"item_category":"Huis & tuin","item_list_name":null,"item_list_id":null,"item_brand":" ","item_stock_status":"In stock","item_sale_product":"No","item_reviews_count":"0","item_reviews_score":"0","Deelplan":"11463"}]}});
}">
<img x-data="initImage($el)" x-init="checkForLazyLoad()" class="hover:shadow-sm object-cover w-full product-image-photo" @update-gallery-11463.window="$root.src = $event.detail" src="https://shop.gva.be/media/catalog/product/cache/36006df1fabc79f8cf27a94fae7dcba6/h/o/hoofdbeeldergo_3.2.jpg" loading="lazy" width="450" height="300" alt="Hometrainer ET 3.2 ergometer – Christopeit" title="Hometrainer ET 3.2 ergometer – Christopeit">
</a>
<div class="product-info flex flex-col grow px-4 pb-4">
<a class="mb-auto pb-3" href="https://shop.gva.be/hometrainer-et-3-2-ergometer-christopeit.html" :id="`slide-desc-11463-${$id('slider-id')}`" tabindex="-1">
<div class="product-name truncate-one-line mt-2 font-roboto-bold text-[0.9rem] ">
<span class="product-item-link">
Hometrainer ET 3.2 ergometer – Christopeit </span>
</div>
<div class="product-subtitle text-[0.85rem] truncate-one-line">
GRATIS beschermmat, reinigingsmiddel en -doek </div>
<div class="py-1 mx-auto ">
</div>
<div class="pt-1 inline-block" x-data="initPriceBox__673356292f613()" @update-prices-11463.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="11463" data-price-box="product-id-11463"> <div>
<span x-data="" x-id="['from\u002D11463']" class="price-container price-final_price tax weee">
<span class="price-label">Vanaf</span>
<span :id="$id('from\u002D11463')" data-price-amount="360" data-price-type="minPrice" class="price-wrapper " id="from-11463-1"><span class="price">360</span></span>
</span>
</div>
<div class="old-price inline-block">
<span x-data="" x-id="['old\u002Dprice\u002D11463']" class="price-container price-final_price tax weee">
<span class="price-label">i.p.v.</span>
<span :id="$id('old\u002Dprice\u002D11463')" data-price-amount="519" data-price-type="" class="price-wrapper " id="old-price-11463-1"><span class="price">519</span></span>
</span>
</div>
<span class="bundle-price-tooltip">
<div x-data="initPriceTooltip()" class="price-tooltip inline relative ml-2">
<i @click.prevent="clickTooltip()" @keydown.escape.window="showTooltip = false" class="cursor-pointer">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 512 512" class="text-stone-500 inline" width="16" height="16" aria-hidden="true"><!--! 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="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464zM256 336c-18 0-32 14-32 32s13.1 32 32 32c17.1 0 32-14 32-32S273.1 336 256 336zM289.1 128h-51.1C199 128 168 159 168 198c0 13 11 24 24 24s24-11 24-24C216 186 225.1 176 237.1 176h51.1C301.1 176 312 186 312 198c0 8-4 14.1-11 18.1L244 251C236 256 232 264 232 272V288c0 13 11 24 24 24S280 301 280 288V286l45.1-28c21-13 34-36 34-60C360 159 329 128 289.1 128z"></path></svg>
</i>
<div x-show="showTooltip" x-transition="" @click.away="showTooltip = false" class="absolute z-20 max-w-[calc(100vw-70px)] bottom-2.5 w-max sm:max-w-[300px] sm:right-auto border border-gray-300 rounded shadow-lg" style="display: none;">
<style>::backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia:
}
.cmsb2342-space-y-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}
.cmsb2342-rounded-sm {
border-radius: 0.125rem
}
.cmsb2342-bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.cmsb2342-p-2 {
padding: 0.5rem
}
.cmsb2342-text-xs {
font-size: 0.75rem;
line-height: 1rem
}
.cmsb2342-text-gray-600 {
--tw-text-opacity: 1;
color: rgb(75 85 99 / var(--tw-text-opacity))
}</style>
<div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true"><div class="cmsb2342-bg-white cmsb2342-p-2 cmsb2342-space-y-2 cmsb2342-text-xs cmsb2342-rounded-sm cmsb2342-text-gray-600">
<p class="font-roboto-bold">Wij kunnen jou onze laagste prijs bieden doordat we grote aantallen bestellen bij onze leveranciers en beperkte marketingkosten hebben.</p>
<p>De hoogste prijs is de adviesprijs van de leverancier. Het eventuele percentage of het -bedrag is het verschil tussen de adviesprijs en onze actieprijs.</p>
</div></div> </div>
</div>
</span>
</div> </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.gva.be/hometrainer-et-3-2-ergometer-christopeit.html">
<span class="inline">
Bekijk en bestel </span>
</a>
</div>
</div>
</form>
POST https://shop.gva.be/checkout/cart/add/uenc/%25uenc%25/product/11464/
<form method="post" action="https://shop.gva.be/checkout/cart/add/uenc/%25uenc%25/product/11464/" class="p-0 item product product-item product_addtocart_form card card-interactive rounded-[3px] flex flex-col w-full glider-slide right-1"
data-gslide="4" style="height: auto; width: 372px;">
<input name="form_key" type="hidden" value="4540Accj7QrYZqdW"> <input type="hidden" name="product" value="11464">
<a href="https://shop.gva.be/start-2-run-loopband-official.html" class="flex w-full product photo product-item-photo justify-center block " tabindex="-1" onclick="if (window.ga4AllowServices) {
window.dataLayer.push({ecommerce: null});
window.dataLayer.push({"event":"select_item","ecommerce":{"item_list_id":null,"item_list_name":null,"items":[{"item_name":"Start 2 Run loopband (official) - DC Athletics","item_id":"MAG00001189","price":999,"index":null,"item_category":"Huis & tuin","item_list_name":null,"item_list_id":null,"item_brand":" ","item_stock_status":"In stock","item_sale_product":"No","item_reviews_count":"0","item_reviews_score":"0","Deelplan":"11464"}]}});
}">
<img x-data="initImage($el)" x-init="checkForLazyLoad()" class="hover:shadow-sm object-cover w-full product-image-photo" @update-gallery-11464.window="$root.src = $event.detail" src="https://shop.gva.be/media/catalog/product/cache/36006df1fabc79f8cf27a94fae7dcba6/s/t/starttorun.jpg" loading="lazy" width="450" height="300" alt="Start 2 Run loopband (official) - DC Athletics" title="Start 2 Run loopband (official) - DC Athletics">
</a>
<div class="product-info flex flex-col grow px-4 pb-4">
<a class="mb-auto pb-3" href="https://shop.gva.be/start-2-run-loopband-official.html" :id="`slide-desc-11464-${$id('slider-id')}`" tabindex="-1">
<div class="product-name truncate-one-line mt-2 font-roboto-bold text-[0.9rem] ">
<span class="product-item-link">
Start 2 Run loopband (official) - DC Athletics </span>
</div>
<div class="product-subtitle text-[0.85rem] truncate-one-line">
Ruim en comfortabel loopvlak </div>
<div class="py-1 mx-auto ">
</div>
<div class="pt-1 inline-block" x-data="initPriceBox__6733562958d72()" @update-prices-11464.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="11464" data-price-box="product-id-11464"> <div>
<span x-data="" x-id="['from\u002D11464']" class="price-container price-final_price tax weee">
<span class="price-label">Vanaf</span>
<span :id="$id('from\u002D11464')" data-price-amount="999" data-price-type="minPrice" class="price-wrapper " id="from-11464-1"><span class="price">999</span></span>
</span>
</div>
<div class="old-price inline-block">
<span x-data="" x-id="['old\u002Dprice\u002D11464']" class="price-container price-final_price tax weee">
<span class="price-label">i.p.v.</span>
<span :id="$id('old\u002Dprice\u002D11464')" data-price-amount="1349" data-price-type="" class="price-wrapper " id="old-price-11464-1"><span class="price">1349</span></span>
</span>
</div>
<span class="bundle-price-tooltip">
<div x-data="initPriceTooltip()" class="price-tooltip inline relative ml-2">
<i @click.prevent="clickTooltip()" @keydown.escape.window="showTooltip = false" class="cursor-pointer">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 512 512" class="text-stone-500 inline" width="16" height="16" aria-hidden="true"><!--! 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="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464zM256 336c-18 0-32 14-32 32s13.1 32 32 32c17.1 0 32-14 32-32S273.1 336 256 336zM289.1 128h-51.1C199 128 168 159 168 198c0 13 11 24 24 24s24-11 24-24C216 186 225.1 176 237.1 176h51.1C301.1 176 312 186 312 198c0 8-4 14.1-11 18.1L244 251C236 256 232 264 232 272V288c0 13 11 24 24 24S280 301 280 288V286l45.1-28c21-13 34-36 34-60C360 159 329 128 289.1 128z"></path></svg>
</i>
<div x-show="showTooltip" x-transition="" @click.away="showTooltip = false" class="absolute z-20 max-w-[calc(100vw-70px)] bottom-2.5 w-max sm:max-w-[300px] sm:right-auto border border-gray-300 rounded shadow-lg" style="display: none;">
<style>::backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia:
}
.cmsb2342-space-y-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}
.cmsb2342-rounded-sm {
border-radius: 0.125rem
}
.cmsb2342-bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.cmsb2342-p-2 {
padding: 0.5rem
}
.cmsb2342-text-xs {
font-size: 0.75rem;
line-height: 1rem
}
.cmsb2342-text-gray-600 {
--tw-text-opacity: 1;
color: rgb(75 85 99 / var(--tw-text-opacity))
}</style>
<div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true"><div class="cmsb2342-bg-white cmsb2342-p-2 cmsb2342-space-y-2 cmsb2342-text-xs cmsb2342-rounded-sm cmsb2342-text-gray-600">
<p class="font-roboto-bold">Wij kunnen jou onze laagste prijs bieden doordat we grote aantallen bestellen bij onze leveranciers en beperkte marketingkosten hebben.</p>
<p>De hoogste prijs is de adviesprijs van de leverancier. Het eventuele percentage of het -bedrag is het verschil tussen de adviesprijs en onze actieprijs.</p>
</div></div> </div>
</div>
</span>
</div> </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.gva.be/start-2-run-loopband-official.html">
<span class="inline">
Bekijk en bestel </span>
</a>
</div>
</div>
</form>
POST https://shop.gva.be/checkout/cart/add/uenc/%25uenc%25/product/11465/
<form method="post" action="https://shop.gva.be/checkout/cart/add/uenc/%25uenc%25/product/11465/" class="p-0 item product product-item product_addtocart_form card card-interactive rounded-[3px] flex flex-col w-full glider-slide right-2"
data-gslide="5" style="height: auto; width: 372px;">
<input name="form_key" type="hidden" value="4540Accj7QrYZqdW"> <input type="hidden" name="product" value="11465">
<a href="https://shop.gva.be/hometrainer-atx-tour-3-0.html" class="flex w-full product photo product-item-photo justify-center block " tabindex="-1" onclick="if (window.ga4AllowServices) {
window.dataLayer.push({ecommerce: null});
window.dataLayer.push({"event":"select_item","ecommerce":{"item_list_id":null,"item_list_name":null,"items":[{"item_name":"Hometrainer ATX Tour 3.0 - DC Athletics","item_id":"MAG00001190","price":799,"index":null,"item_category":"Huis & tuin","item_list_name":null,"item_list_id":null,"item_brand":" ","item_stock_status":"In stock","item_sale_product":"No","item_reviews_count":"0","item_reviews_score":"0","Deelplan":"11465"}]}});
}">
<img x-data="initImage($el)" x-init="checkForLazyLoad()" class="hover:shadow-sm object-cover w-full product-image-photo" @update-gallery-11465.window="$root.src = $event.detail" src="https://shop.gva.be/media/catalog/product/cache/36006df1fabc79f8cf27a94fae7dcba6/2/0/202210_fitness_hometrainer_000_1.jpg" loading="lazy" width="450" height="300" alt="Hometrainer ATX Tour 3.0 - DC Athletics" title="Hometrainer ATX Tour 3.0 - DC Athletics">
</a>
<div class="product-info flex flex-col grow px-4 pb-4">
<a class="mb-auto pb-3" href="https://shop.gva.be/hometrainer-atx-tour-3-0.html" :id="`slide-desc-11465-${$id('slider-id')}`" tabindex="-1">
<div class="product-name truncate-one-line mt-2 font-roboto-bold text-[0.9rem] ">
<span class="product-item-link">
Hometrainer ATX Tour 3.0 - DC Athletics </span>
</div>
<div class="product-subtitle text-[0.85rem] truncate-one-line">
Strak, stabiel frame met ruime en lage instap </div>
<div class="py-1 mx-auto ">
</div>
<div class="pt-1 inline-block" x-data="initPriceBox__6733562984ade()" @update-prices-11465.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="11465" data-price-box="product-id-11465"> <div>
<span x-data="" x-id="['from\u002D11465']" class="price-container price-final_price tax weee">
<span class="price-label">Vanaf</span>
<span :id="$id('from\u002D11465')" data-price-amount="799" data-price-type="minPrice" class="price-wrapper " id="from-11465-1"><span class="price">799</span></span>
</span>
</div>
<div class="old-price inline-block">
<span x-data="" x-id="['old\u002Dprice\u002D11465']" class="price-container price-final_price tax weee">
<span class="price-label">i.p.v.</span>
<span :id="$id('old\u002Dprice\u002D11465')" data-price-amount="1299" data-price-type="" class="price-wrapper " id="old-price-11465-1"><span class="price">1299</span></span>
</span>
</div>
<span class="bundle-price-tooltip">
<div x-data="initPriceTooltip()" class="price-tooltip inline relative ml-2">
<i @click.prevent="clickTooltip()" @keydown.escape.window="showTooltip = false" class="cursor-pointer">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 512 512" class="text-stone-500 inline" width="16" height="16" aria-hidden="true"><!--! 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="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464zM256 336c-18 0-32 14-32 32s13.1 32 32 32c17.1 0 32-14 32-32S273.1 336 256 336zM289.1 128h-51.1C199 128 168 159 168 198c0 13 11 24 24 24s24-11 24-24C216 186 225.1 176 237.1 176h51.1C301.1 176 312 186 312 198c0 8-4 14.1-11 18.1L244 251C236 256 232 264 232 272V288c0 13 11 24 24 24S280 301 280 288V286l45.1-28c21-13 34-36 34-60C360 159 329 128 289.1 128z"></path></svg>
</i>
<div x-show="showTooltip" x-transition="" @click.away="showTooltip = false" class="absolute z-20 max-w-[calc(100vw-70px)] bottom-2.5 w-max sm:max-w-[300px] sm:right-auto border border-gray-300 rounded shadow-lg" style="display: none;">
<style>::backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia:
}
.cmsb2342-space-y-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}
.cmsb2342-rounded-sm {
border-radius: 0.125rem
}
.cmsb2342-bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.cmsb2342-p-2 {
padding: 0.5rem
}
.cmsb2342-text-xs {
font-size: 0.75rem;
line-height: 1rem
}
.cmsb2342-text-gray-600 {
--tw-text-opacity: 1;
color: rgb(75 85 99 / var(--tw-text-opacity))
}</style>
<div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true"><div class="cmsb2342-bg-white cmsb2342-p-2 cmsb2342-space-y-2 cmsb2342-text-xs cmsb2342-rounded-sm cmsb2342-text-gray-600">
<p class="font-roboto-bold">Wij kunnen jou onze laagste prijs bieden doordat we grote aantallen bestellen bij onze leveranciers en beperkte marketingkosten hebben.</p>
<p>De hoogste prijs is de adviesprijs van de leverancier. Het eventuele percentage of het -bedrag is het verschil tussen de adviesprijs en onze actieprijs.</p>
</div></div> </div>
</div>
</span>
</div> </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.gva.be/hometrainer-atx-tour-3-0.html">
<span class="inline">
Bekijk en bestel </span>
</a>
</div>
</div>
</form>
POST https://shop.gva.be/checkout/cart/add/uenc/%25uenc%25/product/11471/
<form method="post" action="https://shop.gva.be/checkout/cart/add/uenc/%25uenc%25/product/11471/" class="p-0 item product product-item product_addtocart_form card card-interactive rounded-[3px] flex flex-col w-full glider-slide right-3"
data-gslide="6" style="height: auto; width: 372px;">
<input name="form_key" type="hidden" value="4540Accj7QrYZqdW"> <input type="hidden" name="product" value="11471">
<a href="https://shop.gva.be/roeitrainer-i-thames-bh-fitness.html" class="flex w-full product photo product-item-photo justify-center block " tabindex="-1" onclick="if (window.ga4AllowServices) {
window.dataLayer.push({ecommerce: null});
window.dataLayer.push({"event":"select_item","ecommerce":{"item_list_id":null,"item_list_name":null,"items":[{"item_name":"Roeitrainer i.Thames - BH Fitness","item_id":"MAG00001191","price":559,"index":null,"item_category":"Huis & tuin","item_list_name":null,"item_list_id":null,"item_brand":" ","item_stock_status":"In stock","item_sale_product":"No","item_reviews_count":"0","item_reviews_score":"0","Deelplan":"11471"}]}});
}">
<img x-data="initImage($el)" x-init="checkForLazyLoad()" class="hover:shadow-sm object-cover w-full product-image-photo" @update-gallery-11471.window="$root.src = $event.detail" src="https://shop.gva.be/media/catalog/product/cache/36006df1fabc79f8cf27a94fae7dcba6/h/o/hoofdbeeldithames_1.jpg" loading="lazy" width="450" height="300" alt="Roeitrainer i.Thames - BH Fitness" title="Roeitrainer i.Thames - BH Fitness">
</a>
<div class="product-info flex flex-col grow px-4 pb-4">
<a class="mb-auto pb-3" href="https://shop.gva.be/roeitrainer-i-thames-bh-fitness.html" :id="`slide-desc-11471-${$id('slider-id')}`" tabindex="-1">
<div class="product-name truncate-one-line mt-2 font-roboto-bold text-[0.9rem] ">
<span class="product-item-link">
Roeitrainer i.Thames - BH Fitness </span>
</div>
<div class="product-subtitle text-[0.85rem] truncate-one-line">
Met geavanceerd magnetisch remsysteem </div>
<div class="py-1 mx-auto ">
<div x-data="initRating1147167335629b0612()" class="rating-summary flex items-center" :class="{'cursor-pointer' : reviewsSection}" @keyup.enter="window.dispatchEvent(new Event('pdp-scroll-to-reviews'))" @click="window.dispatchEvent(new Event('pdp-scroll-to-reviews'))" itemscope="" tabindex="0" :aria-label="reviewsSection
? 'Roeitrainer\u0020i.Thames\u0020\u002D\u0020BH\u0020Fitness\u0020rating.\u00205\u0020out\u0020of\u00205\u0020stars.\u0020Click\u0020to\u0020go\u0020to\u0020reviews.'
: 'Roeitrainer\u0020i.Thames\u0020\u002D\u0020BH\u0020Fitness\u0020rating.\u00205\u0020out\u0020of\u00205\u0020stars'
" role="group" aria-label="Roeitrainer i.Thames - BH Fitness rating. 5 out of 5 stars">
<span class="hidden">5</span>
<span class="hidden">1</span>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-6 h-6" viewBox="3 0 20 20" style="color: #ffb300" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-6 h-6" viewBox="3 0 20 20" style="color: #ffb300" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-6 h-6" viewBox="3 0 20 20" style="color: #ffb300" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-6 h-6" viewBox="3 0 20 20" style="color: #ffb300" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-6 h-6" viewBox="3 0 20 20" style="color: #ffb300" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<span class="text-xs text-gray underline hover:text-primary">
<span>5/5</span>
(<span>1</span>
review)
</span>
</div>
</div>
<div class="pt-1 inline-block" x-data="initPriceBox__67335629a3bfd()" @update-prices-11471.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="11471" data-price-box="product-id-11471"> <div>
<span x-data="" x-id="['from\u002D11471']" class="price-container price-final_price tax weee">
<span class="price-label">Vanaf</span>
<span :id="$id('from\u002D11471')" data-price-amount="559" data-price-type="minPrice" class="price-wrapper " id="from-11471-1"><span class="price">559</span></span>
</span>
</div>
<div class="old-price inline-block">
<span x-data="" x-id="['old\u002Dprice\u002D11471']" class="price-container price-final_price tax weee">
<span class="price-label">i.p.v.</span>
<span :id="$id('old\u002Dprice\u002D11471')" data-price-amount="799" data-price-type="" class="price-wrapper " id="old-price-11471-1"><span class="price">799</span></span>
</span>
</div>
<span class="bundle-price-tooltip">
<div x-data="initPriceTooltip()" class="price-tooltip inline relative ml-2">
<i @click.prevent="clickTooltip()" @keydown.escape.window="showTooltip = false" class="cursor-pointer">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 512 512" class="text-stone-500 inline" width="16" height="16" aria-hidden="true"><!--! 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="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464zM256 336c-18 0-32 14-32 32s13.1 32 32 32c17.1 0 32-14 32-32S273.1 336 256 336zM289.1 128h-51.1C199 128 168 159 168 198c0 13 11 24 24 24s24-11 24-24C216 186 225.1 176 237.1 176h51.1C301.1 176 312 186 312 198c0 8-4 14.1-11 18.1L244 251C236 256 232 264 232 272V288c0 13 11 24 24 24S280 301 280 288V286l45.1-28c21-13 34-36 34-60C360 159 329 128 289.1 128z"></path></svg>
</i>
<div x-show="showTooltip" x-transition="" @click.away="showTooltip = false" class="absolute z-20 max-w-[calc(100vw-70px)] bottom-2.5 w-max sm:max-w-[300px] sm:right-auto border border-gray-300 rounded shadow-lg" style="display: none;">
<style>::backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia:
}
.cmsb2342-space-y-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}
.cmsb2342-rounded-sm {
border-radius: 0.125rem
}
.cmsb2342-bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.cmsb2342-p-2 {
padding: 0.5rem
}
.cmsb2342-text-xs {
font-size: 0.75rem;
line-height: 1rem
}
.cmsb2342-text-gray-600 {
--tw-text-opacity: 1;
color: rgb(75 85 99 / var(--tw-text-opacity))
}</style>
<div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true"><div class="cmsb2342-bg-white cmsb2342-p-2 cmsb2342-space-y-2 cmsb2342-text-xs cmsb2342-rounded-sm cmsb2342-text-gray-600">
<p class="font-roboto-bold">Wij kunnen jou onze laagste prijs bieden doordat we grote aantallen bestellen bij onze leveranciers en beperkte marketingkosten hebben.</p>
<p>De hoogste prijs is de adviesprijs van de leverancier. Het eventuele percentage of het -bedrag is het verschil tussen de adviesprijs en onze actieprijs.</p>
</div></div> </div>
</div>
</span>
</div> </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.gva.be/roeitrainer-i-thames-bh-fitness.html">
<span class="inline">
Bekijk en bestel </span>
</a>
</div>
</div>
</form>
POST https://shop.gva.be/checkout/cart/add/uenc/%25uenc%25/product/11472/
<form method="post" action="https://shop.gva.be/checkout/cart/add/uenc/%25uenc%25/product/11472/" class="p-0 item product product-item product_addtocart_form card card-interactive rounded-[3px] flex flex-col w-full glider-slide right-4"
data-gslide="7" style="height: auto; width: 372px;">
<input name="form_key" type="hidden" value="4540Accj7QrYZqdW"> <input type="hidden" name="product" value="11472">
<a href="https://shop.gva.be/roeitrainer-wp5000-christopeit.html" class="flex w-full product photo product-item-photo justify-center block " tabindex="-1" onclick="if (window.ga4AllowServices) {
window.dataLayer.push({ecommerce: null});
window.dataLayer.push({"event":"select_item","ecommerce":{"item_list_id":null,"item_list_name":null,"items":[{"item_name":"Roeitrainer WP5000 - Christopeit","item_id":"MAG00001192","price":899,"index":null,"item_category":"Huis & tuin","item_list_name":null,"item_list_id":null,"item_brand":" ","item_stock_status":"In stock","item_sale_product":"No","item_reviews_count":"0","item_reviews_score":"0","Deelplan":"11472"}]}});
}">
<img x-data="initImage($el)" x-init="checkForLazyLoad()" class="hover:shadow-sm object-cover w-full product-image-photo" @update-gallery-11472.window="$root.src = $event.detail" src="https://shop.gva.be/media/catalog/product/cache/36006df1fabc79f8cf27a94fae7dcba6/h/o/hoofdbeeldcolumbia_1_1.jpg" loading="lazy" width="450" height="300" alt="Roeitrainer WP5000 - Christopeit" title="Roeitrainer WP5000 - Christopeit">
</a>
<div class="product-info flex flex-col grow px-4 pb-4">
<a class="mb-auto pb-3" href="https://shop.gva.be/roeitrainer-wp5000-christopeit.html" :id="`slide-desc-11472-${$id('slider-id')}`" tabindex="-1">
<div class="product-name truncate-one-line mt-2 font-roboto-bold text-[0.9rem] ">
<span class="product-item-link">
Roeitrainer WP5000 - Christopeit </span>
</div>
<div class="product-subtitle text-[0.85rem] truncate-one-line">
Gemaakt uit massief beukenhout </div>
<div class="py-1 mx-auto ">
</div>
<div class="pt-1 inline-block" x-data="initPriceBox__67335629c3aa2()" @update-prices-11472.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="11472" data-price-box="product-id-11472"> <div>
<span x-data="" x-id="['from\u002D11472']" class="price-container price-final_price tax weee">
<span class="price-label">Vanaf</span>
<span :id="$id('from\u002D11472')" data-price-amount="899" data-price-type="minPrice" class="price-wrapper " id="from-11472-1"><span class="price">899</span></span>
</span>
</div>
<div class="old-price inline-block">
<span x-data="" x-id="['old\u002Dprice\u002D11472']" class="price-container price-final_price tax weee">
<span class="price-label">i.p.v.</span>
<span :id="$id('old\u002Dprice\u002D11472')" data-price-amount="1499" data-price-type="" class="price-wrapper " id="old-price-11472-1"><span class="price">1499</span></span>
</span>
</div>
<span class="bundle-price-tooltip">
<div x-data="initPriceTooltip()" class="price-tooltip inline relative ml-2">
<i @click.prevent="clickTooltip()" @keydown.escape.window="showTooltip = false" class="cursor-pointer">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 512 512" class="text-stone-500 inline" width="16" height="16" aria-hidden="true"><!--! 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="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464zM256 336c-18 0-32 14-32 32s13.1 32 32 32c17.1 0 32-14 32-32S273.1 336 256 336zM289.1 128h-51.1C199 128 168 159 168 198c0 13 11 24 24 24s24-11 24-24C216 186 225.1 176 237.1 176h51.1C301.1 176 312 186 312 198c0 8-4 14.1-11 18.1L244 251C236 256 232 264 232 272V288c0 13 11 24 24 24S280 301 280 288V286l45.1-28c21-13 34-36 34-60C360 159 329 128 289.1 128z"></path></svg>
</i>
<div x-show="showTooltip" x-transition="" @click.away="showTooltip = false" class="absolute z-20 max-w-[calc(100vw-70px)] bottom-2.5 w-max sm:max-w-[300px] sm:right-auto border border-gray-300 rounded shadow-lg" style="display: none;">
<style>::backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia:
}
.cmsb2342-space-y-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}
.cmsb2342-rounded-sm {
border-radius: 0.125rem
}
.cmsb2342-bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.cmsb2342-p-2 {
padding: 0.5rem
}
.cmsb2342-text-xs {
font-size: 0.75rem;
line-height: 1rem
}
.cmsb2342-text-gray-600 {
--tw-text-opacity: 1;
color: rgb(75 85 99 / var(--tw-text-opacity))
}</style>
<div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true"><div class="cmsb2342-bg-white cmsb2342-p-2 cmsb2342-space-y-2 cmsb2342-text-xs cmsb2342-rounded-sm cmsb2342-text-gray-600">
<p class="font-roboto-bold">Wij kunnen jou onze laagste prijs bieden doordat we grote aantallen bestellen bij onze leveranciers en beperkte marketingkosten hebben.</p>
<p>De hoogste prijs is de adviesprijs van de leverancier. Het eventuele percentage of het -bedrag is het verschil tussen de adviesprijs en onze actieprijs.</p>
</div></div> </div>
</div>
</span>
</div> </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.gva.be/roeitrainer-wp5000-christopeit.html">
<span class="inline">
Bekijk en bestel </span>
</a>
</div>
</div>
</form>
POST https://shop.gva.be/checkout/cart/add/uenc/%25uenc%25/product/11473/
<form method="post" action="https://shop.gva.be/checkout/cart/add/uenc/%25uenc%25/product/11473/" class="p-0 item product product-item product_addtocart_form card card-interactive rounded-[3px] flex flex-col w-full glider-slide right-5"
data-gslide="8" style="height: auto; width: 372px;">
<input name="form_key" type="hidden" value="4540Accj7QrYZqdW"> <input type="hidden" name="product" value="11473">
<a href="https://shop.gva.be/spinningfiets-zbike-2-0-zycle.html" class="flex w-full product photo product-item-photo justify-center block " tabindex="-1" onclick="if (window.ga4AllowServices) {
window.dataLayer.push({ecommerce: null});
window.dataLayer.push({"event":"select_item","ecommerce":{"item_list_id":null,"item_list_name":null,"items":[{"item_name":"Smartbike ZBike 2.0 - Zycle","item_id":"MAG00001193","price":1099,"index":null,"item_category":"Huis & tuin","item_list_name":null,"item_list_id":null,"item_brand":" ","item_stock_status":"In stock","item_sale_product":"No","item_reviews_count":"0","item_reviews_score":"0","Deelplan":"11473"}]}});
}">
<img x-data="initImage($el)" x-init="checkForLazyLoad()" class="hover:shadow-sm object-cover w-full product-image-photo" @update-gallery-11473.window="$root.src = $event.detail" src="https://shop.gva.be/media/catalog/product/cache/36006df1fabc79f8cf27a94fae7dcba6/h/o/hoofdbeeldzbike2.0_1.jpg" loading="lazy" width="450" height="300" alt="Smartbike ZBike 2.0 - Zycle" title="Smartbike ZBike 2.0 - Zycle">
</a>
<div class="product-info flex flex-col grow px-4 pb-4">
<a class="mb-auto pb-3" href="https://shop.gva.be/spinningfiets-zbike-2-0-zycle.html" :id="`slide-desc-11473-${$id('slider-id')}`" tabindex="-1">
<div class="product-name truncate-one-line mt-2 font-roboto-bold text-[0.9rem] ">
<span class="product-item-link">
Smartbike ZBike 2.0 - Zycle </span>
</div>
<div class="product-subtitle text-[0.85rem] truncate-one-line">
Rijdt zeer soepel en extreem stil </div>
<div class="py-1 mx-auto ">
<div x-data="initRating114736733562a034b8()" class="rating-summary flex items-center" :class="{'cursor-pointer' : reviewsSection}" @keyup.enter="window.dispatchEvent(new Event('pdp-scroll-to-reviews'))" @click="window.dispatchEvent(new Event('pdp-scroll-to-reviews'))" itemscope="" tabindex="0" :aria-label="reviewsSection
? 'Smartbike\u0020ZBike\u00202.0\u0020\u002D\u0020Zycle\u0020rating.\u00205\u0020out\u0020of\u00205\u0020stars.\u0020Click\u0020to\u0020go\u0020to\u0020reviews.'
: 'Smartbike\u0020ZBike\u00202.0\u0020\u002D\u0020Zycle\u0020rating.\u00205\u0020out\u0020of\u00205\u0020stars'
" role="group" aria-label="Smartbike ZBike 2.0 - Zycle rating. 5 out of 5 stars">
<span class="hidden">5</span>
<span class="hidden">1</span>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-6 h-6" viewBox="3 0 20 20" style="color: #ffb300" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-6 h-6" viewBox="3 0 20 20" style="color: #ffb300" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-6 h-6" viewBox="3 0 20 20" style="color: #ffb300" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-6 h-6" viewBox="3 0 20 20" style="color: #ffb300" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-6 h-6" viewBox="3 0 20 20" style="color: #ffb300" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<span class="text-xs text-gray underline hover:text-primary">
<span>5/5</span>
(<span>1</span>
review)
</span>
</div>
</div>
<div class="pt-1 inline-block" x-data="initPriceBox__67335629e20e9()" @update-prices-11473.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="11473" data-price-box="product-id-11473"> <div>
<span x-data="" x-id="['from\u002D11473']" class="price-container price-final_price tax weee">
<span class="price-label">Vanaf</span>
<span :id="$id('from\u002D11473')" data-price-amount="1099" data-price-type="minPrice" class="price-wrapper " id="from-11473-1"><span class="price">1099</span></span>
</span>
</div>
<div class="old-price inline-block">
<span x-data="" x-id="['old\u002Dprice\u002D11473']" class="price-container price-final_price tax weee">
<span class="price-label">i.p.v.</span>
<span :id="$id('old\u002Dprice\u002D11473')" data-price-amount="1599" data-price-type="" class="price-wrapper " id="old-price-11473-1"><span class="price">1599</span></span>
</span>
</div>
<span class="bundle-price-tooltip">
<div x-data="initPriceTooltip()" class="price-tooltip inline relative ml-2">
<i @click.prevent="clickTooltip()" @keydown.escape.window="showTooltip = false" class="cursor-pointer">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 512 512" class="text-stone-500 inline" width="16" height="16" aria-hidden="true"><!--! 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="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464zM256 336c-18 0-32 14-32 32s13.1 32 32 32c17.1 0 32-14 32-32S273.1 336 256 336zM289.1 128h-51.1C199 128 168 159 168 198c0 13 11 24 24 24s24-11 24-24C216 186 225.1 176 237.1 176h51.1C301.1 176 312 186 312 198c0 8-4 14.1-11 18.1L244 251C236 256 232 264 232 272V288c0 13 11 24 24 24S280 301 280 288V286l45.1-28c21-13 34-36 34-60C360 159 329 128 289.1 128z"></path></svg>
</i>
<div x-show="showTooltip" x-transition="" @click.away="showTooltip = false" class="absolute z-20 max-w-[calc(100vw-70px)] bottom-2.5 w-max sm:max-w-[300px] sm:right-auto border border-gray-300 rounded shadow-lg" style="display: none;">
<style>::backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia:
}
.cmsb2342-space-y-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}
.cmsb2342-rounded-sm {
border-radius: 0.125rem
}
.cmsb2342-bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.cmsb2342-p-2 {
padding: 0.5rem
}
.cmsb2342-text-xs {
font-size: 0.75rem;
line-height: 1rem
}
.cmsb2342-text-gray-600 {
--tw-text-opacity: 1;
color: rgb(75 85 99 / var(--tw-text-opacity))
}</style>
<div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true"><div class="cmsb2342-bg-white cmsb2342-p-2 cmsb2342-space-y-2 cmsb2342-text-xs cmsb2342-rounded-sm cmsb2342-text-gray-600">
<p class="font-roboto-bold">Wij kunnen jou onze laagste prijs bieden doordat we grote aantallen bestellen bij onze leveranciers en beperkte marketingkosten hebben.</p>
<p>De hoogste prijs is de adviesprijs van de leverancier. Het eventuele percentage of het -bedrag is het verschil tussen de adviesprijs en onze actieprijs.</p>
</div></div> </div>
</div>
</span>
</div> </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.gva.be/spinningfiets-zbike-2-0-zycle.html">
<span class="inline">
Bekijk en bestel </span>
</a>
</div>
</div>
</form>
POST https://shop.gva.be/checkout/cart/add/uenc/%25uenc%25/product/11474/
<form method="post" action="https://shop.gva.be/checkout/cart/add/uenc/%25uenc%25/product/11474/" class="p-0 item product product-item product_addtocart_form card card-interactive rounded-[3px] flex flex-col w-full glider-slide right-6"
data-gslide="9" style="height: auto; width: 372px;">
<input name="form_key" type="hidden" value="4540Accj7QrYZqdW"> <input type="hidden" name="product" value="11474">
<a href="https://shop.gva.be/open-pantoffels-voor-dames-en-heren-heat-essentials-mar00056.html" class="flex w-full product photo product-item-photo justify-center block " tabindex="-1" onclick="if (window.ga4AllowServices) {
window.dataLayer.push({ecommerce: null});
window.dataLayer.push({"event":"select_item","ecommerce":{"item_list_id":null,"item_list_name":null,"items":[{"item_name":"Open pantoffels voor dames en heren \u2013 Heat Essentials","item_id":"MAR00056","price":19.95,"index":null,"item_category":"Lifestyle en mode","item_category2":"Kleding en schoenen","item_list_name":null,"item_list_id":null,"item_brand":" ","item_stock_status":"In stock","item_sale_product":"No","item_reviews_count":"2","item_reviews_score":"2.5","Deelplan":"11474"}]}});
}">
<img x-data="initImage($el)" x-init="checkForLazyLoad()" class="hover:shadow-sm object-cover w-full product-image-photo" @update-gallery-11474.window="$root.src = $event.detail" src="https://shop.gva.be/media/catalog/product/cache/36006df1fabc79f8cf27a94fae7dcba6/h/o/hoofdbeeldMARlagepant_1.jpg" loading="lazy" width="450" height="300" alt="hoofdbeeldMARlagepant.jpg" title="hoofdbeeldMARlagepant.jpg">
</a>
<div class="product-info flex flex-col grow px-4 pb-4">
<a class="mb-auto pb-3" href="https://shop.gva.be/open-pantoffels-voor-dames-en-heren-heat-essentials-mar00056.html" :id="`slide-desc-11474-${$id('slider-id')}`" tabindex="-1">
<div class="product-name truncate-one-line mt-2 font-roboto-bold text-[0.9rem] ">
<span class="product-item-link">
Open pantoffels voor dames en heren – Heat Essentials </span>
</div>
<div class="product-subtitle text-[0.85rem] truncate-one-line">
Heerlijk warm en comfortabel </div>
<div class="py-1 mx-auto ">
<div x-data="initRating114746733562a18325()" class="rating-summary flex items-center" :class="{'cursor-pointer' : reviewsSection}" @keyup.enter="window.dispatchEvent(new Event('pdp-scroll-to-reviews'))" @click="window.dispatchEvent(new Event('pdp-scroll-to-reviews'))" itemscope="" tabindex="0" :aria-label="reviewsSection
? 'Open\u0020pantoffels\u0020voor\u0020dames\u0020en\u0020heren\u0020\u2013\u0020Heat\u0020Essentials\u0020rating.\u00203.65\u0020out\u0020of\u00205\u0020stars.\u0020Click\u0020to\u0020go\u0020to\u0020reviews.'
: 'Open\u0020pantoffels\u0020voor\u0020dames\u0020en\u0020heren\u0020\u2013\u0020Heat\u0020Essentials\u0020rating.\u00203.65\u0020out\u0020of\u00205\u0020stars'
" role="group" aria-label="Open pantoffels voor dames en heren – Heat Essentials rating. 3.65 out of 5 stars">
<span class="hidden">3.65</span>
<span class="hidden">20</span>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-6 h-6" viewBox="3 0 20 20" style="color: #ffb300" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-6 h-6" viewBox="3 0 20 20" style="color: #ffb300" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-6 h-6" viewBox="3 0 20 20" style="color: #ffb300" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="3 0 20 20" fill="currentColor" class="w-6 h-6" aria-hidden="true">
<defs>
<linearGradient id="partialFill11474">
<stop offset="0%" stop-color="#ffb300"></stop>
<stop offset="65%" stop-color="#ffb300"></stop>
<stop offset="65%" stop-color="#7a7a7a"></stop>
<stop offset="100%" stop-color="#7a7a7a"></stop>
</linearGradient>
</defs>
<g fill="url(#partialFill11474)">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969
0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1
0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-6 h-6" style="color: #7a7a7a" viewBox="3 0 20 20" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0
1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<span class="text-xs text-gray underline hover:text-primary">
<span>3.65/5</span>
(<span>20</span>
reviews)
</span>
</div>
</div>
<div class="pt-1 inline-block" x-data="initPriceBox__6733562a140bb()" @update-prices-11474.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="11474" data-price-box="product-id-11474"> <span class="special-price">
<span x-data="" x-id="['product\u002Dprice\u002D11474']" class="price-container price-final_price tax weee">
<span :id="$id('product\u002Dprice\u002D11474')" data-price-amount="19.95" data-price-type="finalPrice" class="price-wrapper " id="product-price-11474-1"><span class="price">19<span class="decimals">,95</span></span></span>
</span>
</span>
<span class="old-price">
<span x-data="" x-id="['old\u002Dprice\u002D11474']" class="price-container price-final_price tax weee">
<span class="price-label">i.p.v.</span>
<span :id="$id('old\u002Dprice\u002D11474')" data-price-amount="39.95" data-price-type="oldPrice" class="price-wrapper " id="old-price-11474-1"><span class="price">39<span class="decimals">,95</span></span></span>
</span>
</span>
</div> </div>
<span class="align-super">
<div x-data="initPriceTooltip()" class="price-tooltip inline relative ml-2">
<i @click.prevent="clickTooltip()" @keydown.escape.window="showTooltip = false" class="cursor-pointer">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 512 512" class="text-stone-500 inline" width="16" height="16" aria-hidden="true"><!--! 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="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464zM256 336c-18 0-32 14-32 32s13.1 32 32 32c17.1 0 32-14 32-32S273.1 336 256 336zM289.1 128h-51.1C199 128 168 159 168 198c0 13 11 24 24 24s24-11 24-24C216 186 225.1 176 237.1 176h51.1C301.1 176 312 186 312 198c0 8-4 14.1-11 18.1L244 251C236 256 232 264 232 272V288c0 13 11 24 24 24S280 301 280 288V286l45.1-28c21-13 34-36 34-60C360 159 329 128 289.1 128z"></path></svg>
</i>
<div x-show="showTooltip" x-transition="" @click.away="showTooltip = false" class="absolute z-20 max-w-[calc(100vw-70px)] bottom-2.5 w-max sm:max-w-[300px] sm:right-auto border border-gray-300 rounded shadow-lg" style="display: none;">
<style>::backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia:
}
.cmsb2342-space-y-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}
.cmsb2342-rounded-sm {
border-radius: 0.125rem
}
.cmsb2342-bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.cmsb2342-p-2 {
padding: 0.5rem
}
.cmsb2342-text-xs {
font-size: 0.75rem;
line-height: 1rem
}
.cmsb2342-text-gray-600 {
--tw-text-opacity: 1;
color: rgb(75 85 99 / var(--tw-text-opacity))
}</style>
<div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true"><div class="cmsb2342-bg-white cmsb2342-p-2 cmsb2342-space-y-2 cmsb2342-text-xs cmsb2342-rounded-sm cmsb2342-text-gray-600">
<p class="font-roboto-bold">Wij kunnen jou onze laagste prijs bieden doordat we grote aantallen bestellen bij onze leveranciers en beperkte marketingkosten hebben.</p>
<p>De hoogste prijs is de adviesprijs van de leverancier. Het eventuele percentage of het -bedrag is het verschil tussen de adviesprijs en onze actieprijs.</p>
</div></div> </div>
</div>
</span>
<div x-data="initConfigurableSwatchOptions_11474()" x-init="findAllowedAttributeOptions(); initShowSwatchesIntersect();; $watch('productIndex', (productIndex) => { $dispatch('amlabel-swatch-product-changed', {productIndex: productIndex, element: $el, optionConfig: optionConfig, isListing: 1}) });" @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
color">
<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-11474-93" role="radiogroup" x-bind="scrollEvents" aria-label="Kleur">
<template x-for="(item, index) in optionConfig.attributes[93].options" :key="item.id">
<div x-id="['attribute-option-11474-'+item.id]">
<template x-if="optionIsEnabled(93, item.id) && optionIsActive(93, item.id)">
<label :for="$id('attribute-option-11474-'+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-11474-'+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-11474-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>
</template>
</div>
</div>
<div class="swatch-attribute border-t last:border-b border-container
size">
<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-11474-349" role="radiogroup" x-bind="scrollEvents" aria-label="Maat">
<template x-for="(item, index) in optionConfig.attributes[349].options" :key="item.id">
<div x-id="['attribute-option-11474-'+item.id]">
<template x-if="optionIsEnabled(349, item.id) && optionIsActive(349, item.id)">
<label :for="$id('attribute-option-11474-'+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[349] === item.id),
'border-container-darker':
(selectedValues[349] !== item.id),
'w-6 h-6' : !isTextSwatch(349, item.id),
'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
}" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
attribute: '349',
item: item.id
}; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
<input :id="$id('attribute-option-11474-'+item.id)" :value="item.id" name="super_attribute[349]" 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(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
attributeOption => selectedValues[attributeOption]
).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-11474-349">
<template x-if="isTextSwatch(349, item.id)">
<div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
</template>
</label>
</template>
<template x-if="optionIsEnabled(349, item.id) && !optionIsActive(349, 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(349, item.id),
}" :style="getSwatchBackgroundStyle('349',item.id)">
<div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, 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 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>
</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.gva.be/open-pantoffels-voor-dames-en-heren-heat-essentials-mar00056.html">
<span class="inline">
Bekijk en bestel </span>
</a>
</div>
</div>
</form>
POST https://shop.gva.be/checkout/cart/add/uenc/%25uenc%25/product/11493/
<form method="post" action="https://shop.gva.be/checkout/cart/add/uenc/%25uenc%25/product/11493/" class="p-0 item product product-item product_addtocart_form card card-interactive rounded-[3px] flex flex-col w-full glider-slide right-7"
data-gslide="10" style="height: auto; width: 372px;">
<input name="form_key" type="hidden" value="4540Accj7QrYZqdW"> <input type="hidden" name="product" value="11493">
<a href="https://shop.gva.be/bloeddrukmeter-easyclip-beurer-08010303.html" class="flex w-full product photo product-item-photo justify-center block " tabindex="-1" onclick="if (window.ga4AllowServices) {
window.dataLayer.push({ecommerce: null});
window.dataLayer.push({"event":"select_item","ecommerce":{"item_list_id":null,"item_list_name":null,"items":[{"item_name":"Bloeddrukmeter easyClip \u2013 Beurer","item_id":"08010303","price":39.95,"index":null,"item_category":"Huis & tuin","item_category2":"Verzorging","item_list_name":null,"item_list_id":null,"item_brand":" ","item_stock_status":"In stock","item_sale_product":"No","item_reviews_count":"0","item_reviews_score":"0","Deelplan":"11493"}]}});
}">
<img x-data="initImage($el)" x-init="checkForLazyLoad()" class="hover:shadow-sm object-cover w-full product-image-photo" @update-gallery-11493.window="$root.src = $event.detail" src="https://shop.gva.be/media/catalog/product/cache/36006df1fabc79f8cf27a94fae7dcba6/h/o/hoofdbeeldbloeddrukmet_2.jpg" loading="lazy" width="450" height="300" alt="hoofdbeeldbloeddrukmet.jpg" title="hoofdbeeldbloeddrukmet.jpg">
</a>
<div class="product-info flex flex-col grow px-4 pb-4">
<a class="mb-auto pb-3" href="https://shop.gva.be/bloeddrukmeter-easyclip-beurer-08010303.html" :id="`slide-desc-11493-${$id('slider-id')}`" tabindex="-1">
<div class="product-name truncate-one-line mt-2 font-roboto-bold text-[0.9rem] ">
<span class="product-item-link">
Bloeddrukmeter easyClip – Beurer </span>
</div>
<div class="product-subtitle text-[0.85rem] truncate-one-line">
Met clip om in één enkele handeling aan te brengen </div>
<div class="py-1 mx-auto ">
<div x-data="initRating114936733562a1ddbc()" class="rating-summary flex items-center" :class="{'cursor-pointer' : reviewsSection}" @keyup.enter="window.dispatchEvent(new Event('pdp-scroll-to-reviews'))" @click="window.dispatchEvent(new Event('pdp-scroll-to-reviews'))" itemscope="" tabindex="0" :aria-label="reviewsSection
? 'Bloeddrukmeter\u0020easyClip\u0020\u2013\u0020Beurer\u0020rating.\u00203.4\u0020out\u0020of\u00205\u0020stars.\u0020Click\u0020to\u0020go\u0020to\u0020reviews.'
: 'Bloeddrukmeter\u0020easyClip\u0020\u2013\u0020Beurer\u0020rating.\u00203.4\u0020out\u0020of\u00205\u0020stars'
" role="group" aria-label="Bloeddrukmeter easyClip – Beurer rating. 3.4 out of 5 stars">
<span class="hidden">3.4</span>
<span class="hidden">5</span>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-6 h-6" viewBox="3 0 20 20" style="color: #ffb300" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-6 h-6" viewBox="3 0 20 20" style="color: #ffb300" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-6 h-6" viewBox="3 0 20 20" style="color: #ffb300" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="3 0 20 20" fill="currentColor" class="w-6 h-6" aria-hidden="true">
<defs>
<linearGradient id="partialFill11493">
<stop offset="0%" stop-color="#ffb300"></stop>
<stop offset="40%" stop-color="#ffb300"></stop>
<stop offset="40%" stop-color="#7a7a7a"></stop>
<stop offset="100%" stop-color="#7a7a7a"></stop>
</linearGradient>
</defs>
<g fill="url(#partialFill11493)">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969
0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1
0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-6 h-6" style="color: #7a7a7a" viewBox="3 0 20 20" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0
1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<span class="text-xs text-gray underline hover:text-primary">
<span>3.4/5</span>
(<span>5</span>
reviews)
</span>
</div>
</div>
<div class="pt-1 inline-block" x-data="initPriceBox__6733562a1bb5c()" @update-prices-11493.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="11493" data-price-box="product-id-11493"> <span class="special-price">
<span x-data="" x-id="['product\u002Dprice\u002D11493']" class="price-container price-final_price tax weee">
<span :id="$id('product\u002Dprice\u002D11493')" data-price-amount="39.95" data-price-type="finalPrice" class="price-wrapper " id="product-price-11493-1"><span class="price">39<span class="decimals">,95</span></span></span>
</span>
</span>
<span class="old-price">
<span x-data="" x-id="['old\u002Dprice\u002D11493']" class="price-container price-final_price tax weee">
<span class="price-label">i.p.v.</span>
<span :id="$id('old\u002Dprice\u002D11493')" data-price-amount="82.99" data-price-type="oldPrice" class="price-wrapper " id="old-price-11493-1"><span class="price">82<span class="decimals">,99</span></span></span>
</span>
</span>
</div> </div>
<span class="align-super">
<div x-data="initPriceTooltip()" class="price-tooltip inline relative ml-2">
<i @click.prevent="clickTooltip()" @keydown.escape.window="showTooltip = false" class="cursor-pointer">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 512 512" class="text-stone-500 inline" width="16" height="16" aria-hidden="true"><!--! 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="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464zM256 336c-18 0-32 14-32 32s13.1 32 32 32c17.1 0 32-14 32-32S273.1 336 256 336zM289.1 128h-51.1C199 128 168 159 168 198c0 13 11 24 24 24s24-11 24-24C216 186 225.1 176 237.1 176h51.1C301.1 176 312 186 312 198c0 8-4 14.1-11 18.1L244 251C236 256 232 264 232 272V288c0 13 11 24 24 24S280 301 280 288V286l45.1-28c21-13 34-36 34-60C360 159 329 128 289.1 128z"></path></svg>
</i>
<div x-show="showTooltip" x-transition="" @click.away="showTooltip = false" class="absolute z-20 max-w-[calc(100vw-70px)] bottom-2.5 w-max sm:max-w-[300px] sm:right-auto border border-gray-300 rounded shadow-lg" style="display: none;">
<style>::backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia:
}
.cmsb2342-space-y-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}
.cmsb2342-rounded-sm {
border-radius: 0.125rem
}
.cmsb2342-bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.cmsb2342-p-2 {
padding: 0.5rem
}
.cmsb2342-text-xs {
font-size: 0.75rem;
line-height: 1rem
}
.cmsb2342-text-gray-600 {
--tw-text-opacity: 1;
color: rgb(75 85 99 / var(--tw-text-opacity))
}</style>
<div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true"><div class="cmsb2342-bg-white cmsb2342-p-2 cmsb2342-space-y-2 cmsb2342-text-xs cmsb2342-rounded-sm cmsb2342-text-gray-600">
<p class="font-roboto-bold">Wij kunnen jou onze laagste prijs bieden doordat we grote aantallen bestellen bij onze leveranciers en beperkte marketingkosten hebben.</p>
<p>De hoogste prijs is de adviesprijs van de leverancier. Het eventuele percentage of het -bedrag is het verschil tussen de adviesprijs en onze actieprijs.</p>
</div></div> </div>
</div>
</span>
</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.gva.be/bloeddrukmeter-easyclip-beurer-08010303.html">
<span class="inline">
Bekijk en bestel </span>
</a>
</div>
</div>
</form>
POST https://shop.gva.be/checkout/cart/add/uenc/%25uenc%25/product/11494/
<form method="post" action="https://shop.gva.be/checkout/cart/add/uenc/%25uenc%25/product/11494/" class="p-0 item product product-item product_addtocart_form card card-interactive rounded-[3px] flex flex-col w-full glider-slide right-8"
data-gslide="11" style="height: auto; width: 372px;">
<input name="form_key" type="hidden" value="4540Accj7QrYZqdW"> <input type="hidden" name="product" value="11494">
<a href="https://shop.gva.be/personenweegschaal-gs300-beurer-08010304.html" class="flex w-full product photo product-item-photo justify-center block " tabindex="-1" onclick="if (window.ga4AllowServices) {
window.dataLayer.push({ecommerce: null});
window.dataLayer.push({"event":"select_item","ecommerce":{"item_list_id":null,"item_list_name":null,"items":[{"item_name":"Personenweegschaal GS300 \u2013 Beurer","item_id":"08010304","price":24.95,"index":null,"item_category":"Tips voor een gezonde levensstijl","item_list_name":null,"item_list_id":null,"item_brand":" ","item_stock_status":"In stock","item_sale_product":"No","item_reviews_count":"1","item_reviews_score":"4","Deelplan":"11494"}]}});
}">
<img x-data="initImage($el)" x-init="checkForLazyLoad()" class="hover:shadow-sm object-cover w-full product-image-photo" @update-gallery-11494.window="$root.src = $event.detail" src="https://shop.gva.be/media/catalog/product/cache/36006df1fabc79f8cf27a94fae7dcba6/h/o/hoofdbeeldweegschaal_2.jpg" loading="lazy" width="450" height="300" alt="hoofdbeeldweegschaal.jpg" title="hoofdbeeldweegschaal.jpg">
</a>
<div class="product-info flex flex-col grow px-4 pb-4">
<a class="mb-auto pb-3" href="https://shop.gva.be/personenweegschaal-gs300-beurer-08010304.html" :id="`slide-desc-11494-${$id('slider-id')}`" tabindex="-1">
<div class="product-name truncate-one-line mt-2 font-roboto-bold text-[0.9rem] ">
<span class="product-item-link">
Personenweegschaal GS300 – Beurer </span>
</div>
<div class="product-subtitle text-[0.85rem] truncate-one-line">
Weegvlak in veiligheidsglas met antislip-noppen </div>
<div class="py-1 mx-auto ">
<div x-data="initRating114946733562a23abf()" class="rating-summary flex items-center" :class="{'cursor-pointer' : reviewsSection}" @keyup.enter="window.dispatchEvent(new Event('pdp-scroll-to-reviews'))" @click="window.dispatchEvent(new Event('pdp-scroll-to-reviews'))" itemscope="" tabindex="0" :aria-label="reviewsSection
? 'Personenweegschaal\u0020GS300\u0020\u2013\u0020Beurer\u0020rating.\u00204.4\u0020out\u0020of\u00205\u0020stars.\u0020Click\u0020to\u0020go\u0020to\u0020reviews.'
: 'Personenweegschaal\u0020GS300\u0020\u2013\u0020Beurer\u0020rating.\u00204.4\u0020out\u0020of\u00205\u0020stars'
" role="group" aria-label="Personenweegschaal GS300 – Beurer rating. 4.4 out of 5 stars">
<span class="hidden">4.4</span>
<span class="hidden">5</span>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-6 h-6" viewBox="3 0 20 20" style="color: #ffb300" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-6 h-6" viewBox="3 0 20 20" style="color: #ffb300" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-6 h-6" viewBox="3 0 20 20" style="color: #ffb300" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-6 h-6" viewBox="3 0 20 20" style="color: #ffb300" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="3 0 20 20" fill="currentColor" class="w-6 h-6" aria-hidden="true">
<defs>
<linearGradient id="partialFill11494">
<stop offset="0%" stop-color="#ffb300"></stop>
<stop offset="40%" stop-color="#ffb300"></stop>
<stop offset="40%" stop-color="#7a7a7a"></stop>
<stop offset="100%" stop-color="#7a7a7a"></stop>
</linearGradient>
</defs>
<g fill="url(#partialFill11494)">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969
0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1
0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</g>
</svg>
<span class="text-xs text-gray underline hover:text-primary">
<span>4.4/5</span>
(<span>5</span>
reviews)
</span>
</div>
</div>
<div class="pt-1 inline-block" x-data="initPriceBox__6733562a21cb9()" @update-prices-11494.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="11494" data-price-box="product-id-11494"> <span class="special-price">
<span x-data="" x-id="['product\u002Dprice\u002D11494']" class="price-container price-final_price tax weee">
<span :id="$id('product\u002Dprice\u002D11494')" data-price-amount="24.95" data-price-type="finalPrice" class="price-wrapper " id="product-price-11494-1"><span class="price">24<span class="decimals">,95</span></span></span>
</span>
</span>
<span class="old-price">
<span x-data="" x-id="['old\u002Dprice\u002D11494']" class="price-container price-final_price tax weee">
<span class="price-label">i.p.v.</span>
<span :id="$id('old\u002Dprice\u002D11494')" data-price-amount="39.99" data-price-type="oldPrice" class="price-wrapper " id="old-price-11494-1"><span class="price">39<span class="decimals">,99</span></span></span>
</span>
</span>
</div> </div>
<span class="align-super">
<div x-data="initPriceTooltip()" class="price-tooltip inline relative ml-2">
<i @click.prevent="clickTooltip()" @keydown.escape.window="showTooltip = false" class="cursor-pointer">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 512 512" class="text-stone-500 inline" width="16" height="16" aria-hidden="true"><!--! 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="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464zM256 336c-18 0-32 14-32 32s13.1 32 32 32c17.1 0 32-14 32-32S273.1 336 256 336zM289.1 128h-51.1C199 128 168 159 168 198c0 13 11 24 24 24s24-11 24-24C216 186 225.1 176 237.1 176h51.1C301.1 176 312 186 312 198c0 8-4 14.1-11 18.1L244 251C236 256 232 264 232 272V288c0 13 11 24 24 24S280 301 280 288V286l45.1-28c21-13 34-36 34-60C360 159 329 128 289.1 128z"></path></svg>
</i>
<div x-show="showTooltip" x-transition="" @click.away="showTooltip = false" class="absolute z-20 max-w-[calc(100vw-70px)] bottom-2.5 w-max sm:max-w-[300px] sm:right-auto border border-gray-300 rounded shadow-lg" style="display: none;">
<style>::backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia:
}
.cmsb2342-space-y-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}
.cmsb2342-rounded-sm {
border-radius: 0.125rem
}
.cmsb2342-bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.cmsb2342-p-2 {
padding: 0.5rem
}
.cmsb2342-text-xs {
font-size: 0.75rem;
line-height: 1rem
}
.cmsb2342-text-gray-600 {
--tw-text-opacity: 1;
color: rgb(75 85 99 / var(--tw-text-opacity))
}</style>
<div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true"><div class="cmsb2342-bg-white cmsb2342-p-2 cmsb2342-space-y-2 cmsb2342-text-xs cmsb2342-rounded-sm cmsb2342-text-gray-600">
<p class="font-roboto-bold">Wij kunnen jou onze laagste prijs bieden doordat we grote aantallen bestellen bij onze leveranciers en beperkte marketingkosten hebben.</p>
<p>De hoogste prijs is de adviesprijs van de leverancier. Het eventuele percentage of het -bedrag is het verschil tussen de adviesprijs en onze actieprijs.</p>
</div></div> </div>
</div>
</span>
</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.gva.be/personenweegschaal-gs300-beurer-08010304.html">
<span class="inline">
Bekijk en bestel </span>
</a>
</div>
</div>
</form>
Text Content
WELKOM BIJ GAZET VAN ANTWERPEN! 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 Elke week de beste deals ELKE WEEK DE BESTE DEALS BeoordelingenBeoordelingenBeoordelingenBeoordelingenBeoordelingen KLANTEN BEOORDELEN ONS MET 4.3 ACHTERAF BETALEN MOGELIJK Zoek Producten Toggle minicart, Cart is empty 0 Klantendienst Volg je bestelling Aanmelden Cart 0 Winkelwagen Subtotaal: Bekijk winkelwagen Afrekenen bestelling loader Bezig met laden... * Home * Fietsen * Alle fietsen * Accessoires * Fietsaccessoires * Batterijen * Herstelling fietsbatterijen * Service * Service * Lenen * Fietsverzekering * Leasing * Inruilen oude e-bike * Fietsenwinkels * Help & contact * Blog * 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 * Huis & tuin * Bed en bad * Bed Boxsprings Dekbedden Dekbedovertrekken Lakens Hoeslakens Matrassen Matrasbeschermers Toppers Hoofdkussens Kussenslopen Plaids * Bad Handdoeken Badhanddoeken Washandjes Badjassen Badmatten * Gereedschap * Huishouden * Interieur * Kantoor en school * Kerst * Koken en tafelen * Meubels * Muziek * Tuin en terras * Verlichting * Verwarmen en verkoelen * Verzorging * Boeken * Fictie * Kinderboeken * Kookboeken * Non-fictie * Romans * Thrillers * Wijn * Rode wijn * Witte wijn * Mousserende wijn * Lifestyle & mode * Handtassen en accessoires * Kleding en schoenen * Koffers en reistassen * Sport * Fietsen * Fitness * Sportaccessoires * Wielrennen * Reizen * Georganiseerde reizen * Cruises * Cultuurvakanties * Fiets- & wandelvakanties * Natuurvakanties * Verre bestemmingen * Zonvakanties * Hoteldeals * Duurzaam wonen * Airco met buitenunit * Airco zonder buitenunit * Dak isoleren * Gaele - energie * Gevel isoleren * Laadstation * Ventilatie * Vochtbestrijding * Warmtepompen * Warmtepompboilers * Waterverzachters * Zonnepanelen * Tickets * Bijna uitverkocht * Laatste kans x menu user Home Fietsen chevron-right chevron-left Fietsen Alle fietsen Accessoires chevron-right Service chevron-right Fietsenwinkels Help & contact Blog chevron-left Alle fietsen chevron-left Accessoires Fietsaccessoires Batterijen Herstelling fietsbatterijen chevron-left Service Service Lenen Fietsverzekering Leasing Inruilen oude e-bike chevron-left Fietsenwinkels chevron-left Help & contact 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 Kerst Koken en tafelen Meubels Muziek Tuin en terras Verlichting Verwarmen en verkoelen Verzorging chevron-left Bed en bad Bed chevron-right chevron-left Bed Boxsprings Dekbedden Dekbedovertrekken Lakens Hoeslakens Matrassen Matrasbeschermers Toppers Hoofdkussens Kussenslopen 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 Kerst 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 Handtassen en accessoires Kleding en schoenen Koffers en reistassen chevron-left Handtassen en accessoires chevron-left Kleding en schoenen chevron-left Koffers en reistassen Sport chevron-right chevron-left Sport Fietsen Fitness Sportaccessoires Wielrennen chevron-left Fietsen chevron-left Fitness chevron-left Sportaccessoires chevron-left Wielrennen Reizen chevron-right chevron-left Reizen Georganiseerde reizen chevron-right Hoteldeals chevron-left Georganiseerde reizen Cruises Cultuurvakanties Fiets- & wandelvakanties Natuurvakanties Verre bestemmingen Zonvakanties chevron-left Hoteldeals Duurzaam wonen chevron-right chevron-left Duurzaam wonen Airco met buitenunit Airco zonder buitenunit Dak isoleren Gaele - energie Gevel isoleren Laadstation Ventilatie Vochtbestrijding Warmtepompen Warmtepompboilers Waterverzachters Zonnepanelen chevron-left Airco met buitenunit chevron-left Airco zonder buitenunit chevron-left Dak isoleren chevron-left Gaele - energie chevron-left Gevel isoleren chevron-left Laadstation chevron-left Ventilatie chevron-left Vochtbestrijding chevron-left Warmtepompen chevron-left Warmtepompboilers chevron-left Waterverzachters chevron-left Zonnepanelen Tickets Bijna uitverkocht Laatste kans NIEUW tot -50% Duurzaam kookgerei BergHOFF Volledig assortiment > SET VAN 3 BRAADPANNEN - BERGHOFF Vervaardigd uit gerecycleerd roestvrij staal 89,95 i.p.v. 159 3 BRAADPANNEN MET ANTIAANBAKLAAG + GRATIS SPATEL - BERGHOFF Vervaardigd uit gerecycleerd aluminium 59,95 i.p.v. 119 SET MET 3 KOOKPOTTEN EN BRAADPAN – BERGHOFF Vervaardigd uit gerecycleerd roestvrij staal 129 i.p.v. 259 GROTE KOOKPOT 10 L MET DEKSEL - BERGHOFF Vervaardigd uit gerecycleerd roestvrij staal 59,95 i.p.v. 109 VERWEN JEZELF DEZE WINTER met net dat beetje extra luxe - 50% GA VOOR ULTIEM PUZZELPLEZIER Puzzelorganizer, puzzelmat en puzzels vanaf 24,95 i.p.v. 59,95 PREMIUM THERMISCH ONDERGOED voor dames en heren 19,95 i.p.v. 39,95 INFRAROOD VERWARMINGSPANELEN - AENO Geniet van de warmte en bespaar 225 i.p.v. 349,95 ZORGELOOS OP REIS met Thema Travel vanaf 549 EEN NIEUWE LOOK met De Witte Lietaer - 50% Elektrische fietsen Veloci Bekijk ons aanbod > CATEGORIEËN Elektro Bekijk Huis en tuin Bekijk Wijn Bekijk Boeken Bekijk Mode Bekijk Reizen Bekijk IN DE KIJKER KUNSTKERSTBOMEN Keuze uit verschillende formaten vanaf 32,95 i.p.v. 46,95 KERSTDECORATIE Instant feestelijke sfeer vanaf 19,95 i.p.v. 32,95 ALLES-IN-ÉÉN MUZIEKSYSTEEM - SANGEAN Jubileumpakket met GRATIS speaker/radio t.w.v. €119 259 i.p.v. 529 LED-KAARSEN Sfeervolle verlichting vanaf 19,95 i.p.v. 39,99 SET VAN 2 ROOKMELDERS - SMARTWARES Vierkant, compact en incl. magneetbevestiging 29,90 i.p.v. 59,90 Wij kunnen jou onze laagste prijs bieden doordat we grote aantallen bestellen bij onze leveranciers en beperkte marketingkosten hebben. De hoogste prijs is de adviesprijs van de leverancier. Het eventuele percentage of het -bedrag is het verschil tussen de adviesprijs en onze actieprijs. HOGE PANTOFFELS VOOR DAMES EN HEREN – HEAT ESSENTIALS Houden ook je enkels lekker warm 24,95 i.p.v. 49,95 COMPLETE HOTELDEALS Met exclusieve extra’s voor lezers tot - 70% DE JUISTE ISOLATIE VOOR JE GEVEL Schrijf je hier gratis in Krijg 14 cm isolatie voor de prijs van 10 cm! PLAATS NIEUWE RAMEN EN DEUREN met Iso Protect Gratis officiële EPC-keuring t.w.v. € 250 IK DOE HELEMAAL NIKS. Zo heb ik altijd het juiste energietarief. Bespaar nu LAATSTE KANS Draadloze steelstofzuiger - TurboTronic met laserlicht voor fijne stofdeeltjes 4.4 79 4.4/5 (79 reviews) 129,95 i.p.v. 269,95 Wij kunnen jou onze laagste prijs bieden doordat we grote aantallen bestellen bij onze leveranciers en beperkte marketingkosten hebben. De hoogste prijs is de adviesprijs van de leverancier. Het eventuele percentage of het -bedrag is het verschil tussen de adviesprijs en onze actieprijs. Bekijk en bestel Set van 3 hardcase trolleys met wieltjes Brussels – Princess Traveller Extreem sterk, ruim en lichtgewicht 4.75 8 4.75/5 (8 reviews) 149,95 i.p.v. 459,99 Wij kunnen jou onze laagste prijs bieden doordat we grote aantallen bestellen bij onze leveranciers en beperkte marketingkosten hebben. De hoogste prijs is de adviesprijs van de leverancier. Het eventuele percentage of het -bedrag is het verschil tussen de adviesprijs en onze actieprijs. Bekijk en bestel Smartbike Lyon – BH Fitness Compatibel met Zwift en Kinomap Vanaf 699 i.p.v. 999 Wij kunnen jou onze laagste prijs bieden doordat we grote aantallen bestellen bij onze leveranciers en beperkte marketingkosten hebben. De hoogste prijs is de adviesprijs van de leverancier. Het eventuele percentage of het -bedrag is het verschil tussen de adviesprijs en onze actieprijs. Bekijk en bestel Hometrainer ET 3.2 ergometer – Christopeit GRATIS beschermmat, reinigingsmiddel en -doek Vanaf 360 i.p.v. 519 Wij kunnen jou onze laagste prijs bieden doordat we grote aantallen bestellen bij onze leveranciers en beperkte marketingkosten hebben. De hoogste prijs is de adviesprijs van de leverancier. Het eventuele percentage of het -bedrag is het verschil tussen de adviesprijs en onze actieprijs. Bekijk en bestel Start 2 Run loopband (official) - DC Athletics Ruim en comfortabel loopvlak Vanaf 999 i.p.v. 1349 Wij kunnen jou onze laagste prijs bieden doordat we grote aantallen bestellen bij onze leveranciers en beperkte marketingkosten hebben. De hoogste prijs is de adviesprijs van de leverancier. Het eventuele percentage of het -bedrag is het verschil tussen de adviesprijs en onze actieprijs. Bekijk en bestel Hometrainer ATX Tour 3.0 - DC Athletics Strak, stabiel frame met ruime en lage instap Vanaf 799 i.p.v. 1299 Wij kunnen jou onze laagste prijs bieden doordat we grote aantallen bestellen bij onze leveranciers en beperkte marketingkosten hebben. De hoogste prijs is de adviesprijs van de leverancier. Het eventuele percentage of het -bedrag is het verschil tussen de adviesprijs en onze actieprijs. Bekijk en bestel Roeitrainer i.Thames - BH Fitness Met geavanceerd magnetisch remsysteem 5 1 5/5 (1 review) Vanaf 559 i.p.v. 799 Wij kunnen jou onze laagste prijs bieden doordat we grote aantallen bestellen bij onze leveranciers en beperkte marketingkosten hebben. De hoogste prijs is de adviesprijs van de leverancier. Het eventuele percentage of het -bedrag is het verschil tussen de adviesprijs en onze actieprijs. Bekijk en bestel Roeitrainer WP5000 - Christopeit Gemaakt uit massief beukenhout Vanaf 899 i.p.v. 1499 Wij kunnen jou onze laagste prijs bieden doordat we grote aantallen bestellen bij onze leveranciers en beperkte marketingkosten hebben. De hoogste prijs is de adviesprijs van de leverancier. Het eventuele percentage of het -bedrag is het verschil tussen de adviesprijs en onze actieprijs. Bekijk en bestel Smartbike ZBike 2.0 - Zycle Rijdt zeer soepel en extreem stil 5 1 5/5 (1 review) Vanaf 1099 i.p.v. 1599 Wij kunnen jou onze laagste prijs bieden doordat we grote aantallen bestellen bij onze leveranciers en beperkte marketingkosten hebben. De hoogste prijs is de adviesprijs van de leverancier. Het eventuele percentage of het -bedrag is het verschil tussen de adviesprijs en onze actieprijs. Bekijk en bestel Open pantoffels voor dames en heren – Heat Essentials Heerlijk warm en comfortabel 3.65 20 3.65/5 (20 reviews) 19,95 i.p.v. 39,95 Wij kunnen jou onze laagste prijs bieden doordat we grote aantallen bestellen bij onze leveranciers en beperkte marketingkosten hebben. De hoogste prijs is de adviesprijs van de leverancier. Het eventuele percentage of het -bedrag is het verschil tussen de adviesprijs en onze actieprijs. Bekijk en bestel Bloeddrukmeter easyClip – Beurer Met clip om in één enkele handeling aan te brengen 3.4 5 3.4/5 (5 reviews) 39,95 i.p.v. 82,99 Wij kunnen jou onze laagste prijs bieden doordat we grote aantallen bestellen bij onze leveranciers en beperkte marketingkosten hebben. De hoogste prijs is de adviesprijs van de leverancier. Het eventuele percentage of het -bedrag is het verschil tussen de adviesprijs en onze actieprijs. Bekijk en bestel Personenweegschaal GS300 – Beurer Weegvlak in veiligheidsglas met antislip-noppen 4.4 5 4.4/5 (5 reviews) 24,95 i.p.v. 39,99 Wij kunnen jou onze laagste prijs bieden doordat we grote aantallen bestellen bij onze leveranciers en beperkte marketingkosten hebben. De hoogste prijs is de adviesprijs van de leverancier. Het eventuele percentage of het -bedrag is het verschil tussen de adviesprijs en onze actieprijs. Bekijk en bestel ONZE SERVICE * Veilig en betrouwbaar * Gemakkelijk retourneren * Volg je bestelling KLANTENDIENST * Contact * Veelgestelde vragen VOOR BEDRIJVEN * Zakelijke contacten VOORWAARDEN * Informatie vooraf & algemene voorwaarden * Privacy policy * Privacy beheren