gloeilampgoedkoop.nl Open in urlscan Pro
37.72.167.211  Public Scan

Submitted URL: http://gloeilampgoedkoop.nl/
Effective URL: https://gloeilampgoedkoop.nl/
Submission: On October 20 via api from US — Scanned from NL

Form analysis 10 forms found in the DOM

GET https://gloeilampgoedkoop.nl/catalogsearch/result/

<form class="relative form minisearch" id="search_mini_form" x-ref="form" @submit.prevent="search()" action="https://gloeilampgoedkoop.nl/catalogsearch/result/" method="get">
  <label class="hidden" for="search" data-role="minisearch-label">
    <span>Zoeken</span>
  </label>
  <input id="search" x-ref="searchInput" type="search" autocomplete="off" name="q" value="" placeholder="Zoek naar Type, Fitting, Wattage..." maxlength="128" class="form-input relative h-10 lg:h-12 w-full pl-4 pr-12 rounded text-sm placeholder:text-primary-400
                transition appearance-none focus:shadow-none focus:outline-none focus:ring-transparent
                focus:border-transparent bg-primary-100 border-primary-200 lg:text-base" @focus.once="suggest" @input.debounce.300="suggest" @keydown.arrow-down.prevent="focusElement($root.querySelector('[tabindex]'))">
  <template x-if="suggestions.length > 0">
    <div class="absolute z-20 overflow-y-auto w-full max-h-screen md:max-h-screen-75 transition appearance-none
            flex flex-col md:rounded bg-white md:mt-1">
      <template x-for="suggestion in suggestions">
        <div class="flex cursor-pointer px-5 py-2 product-item bg-primary-200 hover:bg-primary-200 focus:bg-primary-200" tabindex="0" @click="search(suggestion.title)" @keydown.enter="search(suggestion.title)" @keydown.arrow-up.prevent="
                              focusElement($event.target.previousElementSibling) || $refs.searchInput.focus()
                          " @keydown.arrow-down.prevent="focusElement($event.target.nextElementSibling)">
          <span x-text="suggestion.title"></span>
          <span class="text-accent ml-0.5">(<span x-text="suggestion.num_results"></span>)</span>
        </div>
      </template>
    </div>
  </template>
  <button type="submit" title="Zoeken" class="absolute right-4 z-10 top-2.5 lg:top-3.5" aria-label="Search">
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" class="h-5 w-5 fill-default hover:fill-accent" width="20" height="20">
      <path fill-rule="nonzero"
        d="m15.581 15.89.31-.309a.375.375 0 0 0 0-.531l-4.032-4.031a.37.37 0 0 0-.265-.11h-.322A6.499 6.499 0 0 0 6.5 0C2.91.001 0 2.91 0 6.501a6.499 6.499 0 0 0 10.91 4.775v.319c0 .1.04.194.109.265l4.031 4.032a.375.375 0 0 0 .531 0ZM6.5 12C3.46 12 1 9.54 1 6.5S3.46 1 6.5 1 12 3.46 12 6.5 9.54 12 6.5 12Z">
      </path>
    </svg>
  </button>
</form>

GET https://gloeilampgoedkoop.nl/catalogsearch/result/

<form class="relative form minisearch" id="search_mini_form_mobile" x-ref="form" @submit.prevent="search()" action="https://gloeilampgoedkoop.nl/catalogsearch/result/" method="get">
  <label class="hidden" for="search_mobile" data-role="minisearch-label">
    <span>Zoeken</span>
  </label>
  <input id="search_mobile" x-ref="searchInput" type="search" autocomplete="off" name="q" value="" placeholder="Zoek naar Type, Fitting, Wattage..." maxlength="128" class="form-input relative z-10 h-10 w-full pl-5 pr-12 rounded-none bg-primary-100
                border-b-primary-200 text-sm shadow-none placeholder:text-primary-400 transition appearance-none
                focus:shadow focus:outline-none focus:ring-transparent focus:border-transparent" @focus.once="suggest" @input.debounce.300="suggest" @keydown.arrow-down.prevent="focusElement($root.querySelector('[tabindex]'))">
  <template x-if="suggestions.length > 0">
    <div class="absolute z-20 overflow-y-auto w-full max-h-screen md:max-h-screen-75 transition appearance-none
            flex flex-col md:rounded bg-white md:mt-1">
      <template x-for="suggestion in suggestions">
        <div class="flex cursor-pointer px-5 py-2 product-item bg-primary-200 hover:bg-primary-200 focus:bg-primary-200" tabindex="0" @click="search(suggestion.title)" @keydown.enter="search(suggestion.title)" @keydown.arrow-up.prevent="
                              focusElement($event.target.previousElementSibling) || $refs.searchInput.focus()
                          " @keydown.arrow-down.prevent="focusElement($event.target.nextElementSibling)">
          <span x-text="suggestion.title"></span>
          <span class="text-accent ml-0.5">(<span x-text="suggestion.num_results"></span>)</span>
        </div>
      </template>
    </div>
  </template>
  <button type="submit" title="Zoeken" class="absolute right-5 z-30 top-2.5" aria-label="Search">
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" class="h-5 w-5 fill-default hover:fill-accent" width="20" height="20">
      <path fill-rule="nonzero"
        d="m15.581 15.89.31-.309a.375.375 0 0 0 0-.531l-4.032-4.031a.37.37 0 0 0-.265-.11h-.322A6.499 6.499 0 0 0 6.5 0C2.91.001 0 2.91 0 6.501a6.499 6.499 0 0 0 10.91 4.775v.319c0 .1.04.194.109.265l4.031 4.032a.375.375 0 0 0 .531 0ZM6.5 12C3.46 12 1 9.54 1 6.5S3.46 1 6.5 1 12 3.46 12 6.5 9.54 12 6.5 12Z">
      </path>
    </svg>
  </button>
</form>

POST

<form class="form form-login" method="post" @submit.prevent="submitForm();" id="login-form">
  <div class="control">
    <input type="hidden" value="" name="g-recaptcha-response">
  </div>
  <div class="fieldset login">
    <div class="field email required">
      <label class="label" for="form-login-username" form="login-form">
        <span>E-mailadres</span>
      </label>
      <div class="control">
        <input name="username" id="form-login-username" x-ref="customer-email" @change="errors = 0" type="email" required="" class="form-input input-text">
      </div>
    </div>
    <div class="field password required">
      <label for="form-login-password" class="label" form="login-form">
        <span>Wachtwoord</span>
      </label>
      <div class="control">
        <input name="password" id="form-login-password" type="password" class="form-input input-text" required="" x-ref="customer-password" @change="errors = 0">
      </div>
    </div>
    <input name="context" type="hidden" value="checkout">
    <div class="actions-toolbar flex justify-between pt-6 pb-2 items-center">
      <button type="submit" disabled="disabled" data-recaptcha-btn="" class="inline-flex btn btn-primary disabled:opacity-75"> Inloggen </button>
      <a href="https://gloeilampgoedkoop.nl/customer/account/forgotpassword/">
                                        Wachtwoord vergeten?                                    </a>
    </div>
  </div>
</form>

POST https://gloeilampgoedkoop.nl/checkout/cart/add/uenc/aHR0cHM6Ly9nbG9laWxhbXBnb2Vka29vcC5ubC8~/?___store=glg_nl_nl

<form x-data="nostoRecobuy()" action="https://gloeilampgoedkoop.nl/checkout/cart/add/uenc/aHR0cHM6Ly9nbG9laWxhbXBnb2Vka29vcC5ubC8~/?___store=glg_nl_nl" method="post" id="nosto_addtocart_form">
  <input name="form_key" type="hidden" value="jBV7ogPSRgAP99o9">
</form>

POST https://gloeilampgoedkoop.nl/checkout/cart/add/product/1220/

<form method="post" action="https://gloeilampgoedkoop.nl/checkout/cart/add/product/1220/" class="item product product-item product_addtocart_form card card-interactive flex flex-col h-full w-full border border-primary-100 rounded" novalidate=""
  x-data="" x-on:submit.prevent="$dispatch('amcart-add-to-cart-action', $el)">
  <input name="form_key" type="hidden" :value="() => document.querySelector('#nosto_addtocart_form input[name=form_key]').value" value="jBV7ogPSRgAP99o9">
  <input type="hidden" name="product" value="1220">
  <a href="https://gloeilampgoedkoop.nl/halogeen-reflector-12v-20w-gu5-3-50mm.html?___store=glg_nl_nl&amp;nosto=frontpage-nosto-1" class="product photo product-item-photo block mb-3 p-4 relative" tabindex="-1">
                            <img class="object-contain product-image-photo" x-data="" loading="lazy" src="https://thumbs.nosto.com/quick/b7tsc277/8/1220/7e507e4b239a2bc5f7a7b942f501d9d4f6503ca333072f9616d9a0d4e9dd9f61/A" width="360" height="360" alt="Halogeen Spot 12V | GU5,3 Dimbaar | 20W 50mm" title="Halogeen Spot 12V | GU5,3 Dimbaar | 20W 50mm">
                                                             <div class="absolute bottom-4 right-4 w-12 h-12">
                                    <svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 709 712" width="70.9" height="71.2" class="w-full h-auto">
                                        <path d="M39.46 324.25C53.21 179.46 174.48 66 322.89 66C471.33 66 593.21 179.37 606.91 324.25L673.61 324.25C673.64 322.35 673.9 320.49 673.9 318.59C673.9 142.84 531.44 0.38 355.7 0.38C179.96 0.38 37.5 142.84 37.5 318.59C37.5 320.49 37.69 322.37 37.78 324.25L39.46 324.25Z"></path>
                                    	<path fill="#231f20" d="M653.53 389.43L653.53 446.63L708.37 446.63L708.37 471.03L653.53 471.03L653.53 529.01L627.82 529.01L627.82 471.03L572.98 471.03L572.98 446.63L627.82 446.63L627.82 389.43L653.53 389.43Z"></path>
                                    	<path fill="#231f20" d="M118.32 445.95L118.32 472.44L0.41 472.44L0.41 445.95L118.32 445.95Z"></path>
                                    	<path d="M12.05 608.63C20.17 607.25 29.83 606.33 40.4 606.33C59.55 606.33 73.18 610.93 82.22 619.2C91.56 627.62 96.93 639.57 96.93 656.27C96.93 673.12 91.56 686.91 82.07 696.41C72.26 706.06 56.33 711.27 36.26 711.27C26.61 711.27 18.79 710.81 12.05 710.04L12.05 608.63ZM25.38 699.93C28.75 700.39 33.66 700.55 38.86 700.55C67.51 700.55 82.83 684.61 82.83 656.73C82.99 632.37 69.2 616.9 41.01 616.9C34.11 616.9 28.91 617.51 25.38 618.28L25.38 699.93Z"></path>
                                    	<path d="M127.41 607.1L127.41 710.35L113.93 710.35L113.93 607.1L127.41 607.1Z"></path>
                                    	<path d="M237.71 665C236.95 650.6 236.03 633.14 236.03 620.42L235.72 620.42C232.04 632.37 227.91 645.39 222.7 659.64L204.47 709.74L194.36 709.74L177.5 660.56C172.6 645.86 168.62 632.68 165.71 620.42L165.4 620.42C165.1 633.29 164.33 650.45 163.41 666.08L160.65 710.35L147.94 710.35L155.14 607.1L172.14 607.1L189.76 657.04C194.05 669.75 197.42 681.09 200.18 691.81L200.48 691.81C203.24 681.4 206.92 670.06 211.51 657.04L229.9 607.1L246.9 607.1L253.34 710.35L240.16 710.35L237.71 665Z"></path>
                                    	<path d="M360.88 665C360.12 650.6 359.2 633.14 359.2 620.42L358.89 620.42C355.21 632.37 351.08 645.39 345.87 659.64L327.64 709.74L317.53 709.74L300.67 660.56C295.77 645.86 291.79 632.68 288.88 620.42L288.57 620.42C288.26 633.29 287.5 650.45 286.58 666.08L283.82 710.35L271.11 710.35L278.31 607.1L295.31 607.1L312.93 657.04C317.22 669.75 320.59 681.09 323.35 691.81L323.65 691.81C326.41 681.4 330.09 670.06 334.68 657.04L353.07 607.1L370.07 607.1L376.51 710.35L363.33 710.35L360.88 665Z"></path>
                                    	<path d="M412.2 677.87L401.48 710.35L387.69 710.35L422.93 607.1L438.86 607.1L474.09 710.35L459.85 710.35L448.82 677.87L412.2 677.87ZM446.21 667.46L435.95 637.74C433.65 630.99 432.12 624.87 430.58 618.89L430.28 618.89C428.75 624.87 427.21 631.3 425.07 637.58L414.96 667.46L446.21 667.46Z"></path>
                                    	<path d="M489.26 608.63C495.08 607.25 504.43 606.33 513.62 606.33C526.95 606.33 535.52 608.63 541.8 613.84C547.17 617.82 550.54 623.95 550.54 632.07C550.54 642.18 543.8 650.91 533.07 654.74L533.07 655.2C542.88 657.5 554.37 665.62 554.37 680.94C554.37 689.82 550.84 696.72 545.48 701.62C538.44 708.21 526.79 711.27 509.94 711.27C500.75 711.27 493.7 710.66 489.26 710.04L489.26 608.63ZM502.59 650.91L514.69 650.91C528.63 650.91 536.9 643.4 536.9 633.45C536.9 621.5 527.86 616.59 514.38 616.59C508.25 616.59 504.73 617.05 502.59 617.51L502.59 650.91ZM502.59 700.24C505.34 700.7 509.02 700.85 513.77 700.85C527.56 700.85 540.27 695.8 540.27 680.79C540.27 666.84 528.17 660.87 513.62 660.87L502.59 660.87L502.59 700.24Z"></path>
                                    	<path d="M572.14 607.1L585.62 607.1L585.62 699.17L629.74 699.17L629.74 710.35L572.14 710.35L572.14 607.1Z"></path>
                                    	<path d="M697.91 661.94L657.93 661.94L657.93 699.17L702.66 699.17L702.66 710.35L644.45 710.35L644.45 607.1L700.36 607.1L700.36 618.28L657.93 618.28L657.93 650.91L697.91 650.91L697.91 661.94Z"></path>
                                </svg>       
                                </div>
                                                                                                            </a>
  <div class="product-info flex flex-col grow">
    <div class="grow px-2">
      <a class="product-item-link text-sm font-bold hover:underline" href="https://gloeilampgoedkoop.nl/halogeen-reflector-12v-20w-gu5-3-50mm.html?___store=glg_nl_nl&amp;nosto=frontpage-nosto-1">
                                    Halogeen Spot 12V | GU5,3 Dimbaar | 20W 50mm
                                </a>
    </div>
    <div class="product-item-price p-3 mt-auto">
      <div class="price-box price-final_price flex items-center gap-2" data-role="priceBox">
        <span class="price-container price-final_price tax weee">
          <span class="price-wrapper ">
            <span class="price">€ 1,65</span>
          </span>
        </span>
      </div>
    </div>
    <!--
                            <div class="text-accent flex text-sm items-center gap-2 px-3 pb-3 text-md">
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 18" class="fill-current" width="20" height="20"><path d="M17.437 17.25a2.812 2.812 0 0 0 2.757-3.375h2.025a.282.282 0 0 0 .28-.281v-.563a.282.282 0 0 0-.28-.281h-.844v-3.8c0-.591-.24-1.171-.661-1.59l-2.95-2.949a2.24 2.24 0 0 0-1.589-.661h-1.55V2.013c0-.903-.78-1.638-1.737-1.638H1.737C.78.375 0 1.11 0 2.013v10.224c0 .903.78 1.638 1.737 1.638h.57a2.812 2.812 0 1 0 5.513 0h6.861a2.812 2.812 0 0 0 2.756 3.375Zm-14.61-4.5h-1.09c-.338 0-.612-.229-.612-.513V2.013c0-.284.274-.513.612-.513h11.151c.338 0 .612.229.612.513V12.75H7.298a2.803 2.803 0 0 0-2.236-1.125 2.8 2.8 0 0 0-2.235 1.125Zm17.156-4.496h-5.358V4.879h1.55v-.004c.296 0 .587.12.795.33l2.95 2.95c.028.028.038.067.063.099Zm-4.781 4.496h-.577V9.375h5.625v3.375h-.577a2.798 2.798 0 0 0-2.236-1.125c-.917 0-1.722.446-2.235 1.125Zm-10.14 3.375a1.688 1.688 0 1 1 .001-3.376 1.688 1.688 0 0 1 0 3.376Zm12.375 0a1.688 1.688 0 1 1 .001-3.376 1.688 1.688 0 0 1 0 3.376Z"></path></svg>
                                <span>Direct leverbaar</span>
                            </div>
                            -->
    <div class="flex justify-between gap-4 bg-primary-100 p-3">
      <div x-data="{qty: 1}" class="flex items-center gap-2">
        <div @click="(qty > 1) ? qty-- : qty = 1" class="rounded-full bg-secondary-400 text-secondary h-8 w-8 grid place-content-center cursor-pointer select-none hover:bg-secondary hover:text-white">-</div>
        <input name="qty" type="number" :value="qty" class="h-10 grow max-w-[50px] text-center rounded border-primary-200" data-product-id="1278" aria-label="Aantal">
        <div @click="qty++" class="rounded-full bg-secondary-400 text-secondary h-8 w-8 grid place-content-center cursor-pointer select-none hover:bg-secondary hover:text-white">+</div>
      </div>
      <button type="submit" title="In winkelwagen" class="btn btn-secondary aspect-square h-10 p-0 grid place-content-center">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 24" class="h-4 block fill-white" width="24" height="24">
          <path
            d="M21.75 24a3 3 0 0 0 2.091-5.15A1.126 1.126 0 0 0 22.75 18H8.872l-.562-3h15.533c.533 0 .993-.374 1.102-.896l2.03-9.75A1.125 1.125 0 0 0 25.876 3H6.06L5.67.918A1.125 1.125 0 0 0 4.564 0H.562A.563.563 0 0 0 0 .563v.375c0 .31.252.562.562.562h3.69L7.53 18.982A3 3 0 1 0 12.75 21v-.003c0-.443-.18-1.114-.402-1.497h6.804c-.222.383-.402 1.054-.402 1.497V21a3 3 0 0 0 3 3Zm1.789-10.5H8.029l-1.688-9h19.073l-1.875 9Zm-13.789 9c-.827 0-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5 1.5.673 1.5 1.5-.673 1.5-1.5 1.5Zm12 0c-.827 0-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5 1.5.673 1.5 1.5-.673 1.5-1.5 1.5Z">
          </path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://gloeilampgoedkoop.nl/checkout/cart/add/product/1221/

<form method="post" action="https://gloeilampgoedkoop.nl/checkout/cart/add/product/1221/" class="item product product-item product_addtocart_form card card-interactive flex flex-col h-full w-full border border-primary-100 rounded" novalidate=""
  x-data="" x-on:submit.prevent="$dispatch('amcart-add-to-cart-action', $el)">
  <input name="form_key" type="hidden" :value="() => document.querySelector('#nosto_addtocart_form input[name=form_key]').value" value="jBV7ogPSRgAP99o9">
  <input type="hidden" name="product" value="1221">
  <a href="https://gloeilampgoedkoop.nl/halogeen-reflector-12v-35w-gu5-3-50mm.html?___store=glg_nl_nl&amp;nosto=frontpage-nosto-1" class="product photo product-item-photo block mb-3 p-4 relative" tabindex="-1">
                            <img class="object-contain product-image-photo" x-data="" loading="lazy" src="https://thumbs.nosto.com/quick/b7tsc277/8/1221/7e507e4b239a2bc5f7a7b942f501d9d4f6503ca333072f9616d9a0d4e9dd9f61/A" width="360" height="360" alt="Halogeen Spot 12V | GU5,3 Dimbaar | 35W 50mm" title="Halogeen Spot 12V | GU5,3 Dimbaar | 35W 50mm">
                                                             <div class="absolute bottom-4 right-4 w-12 h-12">
                                    <svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 709 712" width="70.9" height="71.2" class="w-full h-auto">
                                        <path d="M39.46 324.25C53.21 179.46 174.48 66 322.89 66C471.33 66 593.21 179.37 606.91 324.25L673.61 324.25C673.64 322.35 673.9 320.49 673.9 318.59C673.9 142.84 531.44 0.38 355.7 0.38C179.96 0.38 37.5 142.84 37.5 318.59C37.5 320.49 37.69 322.37 37.78 324.25L39.46 324.25Z"></path>
                                    	<path fill="#231f20" d="M653.53 389.43L653.53 446.63L708.37 446.63L708.37 471.03L653.53 471.03L653.53 529.01L627.82 529.01L627.82 471.03L572.98 471.03L572.98 446.63L627.82 446.63L627.82 389.43L653.53 389.43Z"></path>
                                    	<path fill="#231f20" d="M118.32 445.95L118.32 472.44L0.41 472.44L0.41 445.95L118.32 445.95Z"></path>
                                    	<path d="M12.05 608.63C20.17 607.25 29.83 606.33 40.4 606.33C59.55 606.33 73.18 610.93 82.22 619.2C91.56 627.62 96.93 639.57 96.93 656.27C96.93 673.12 91.56 686.91 82.07 696.41C72.26 706.06 56.33 711.27 36.26 711.27C26.61 711.27 18.79 710.81 12.05 710.04L12.05 608.63ZM25.38 699.93C28.75 700.39 33.66 700.55 38.86 700.55C67.51 700.55 82.83 684.61 82.83 656.73C82.99 632.37 69.2 616.9 41.01 616.9C34.11 616.9 28.91 617.51 25.38 618.28L25.38 699.93Z"></path>
                                    	<path d="M127.41 607.1L127.41 710.35L113.93 710.35L113.93 607.1L127.41 607.1Z"></path>
                                    	<path d="M237.71 665C236.95 650.6 236.03 633.14 236.03 620.42L235.72 620.42C232.04 632.37 227.91 645.39 222.7 659.64L204.47 709.74L194.36 709.74L177.5 660.56C172.6 645.86 168.62 632.68 165.71 620.42L165.4 620.42C165.1 633.29 164.33 650.45 163.41 666.08L160.65 710.35L147.94 710.35L155.14 607.1L172.14 607.1L189.76 657.04C194.05 669.75 197.42 681.09 200.18 691.81L200.48 691.81C203.24 681.4 206.92 670.06 211.51 657.04L229.9 607.1L246.9 607.1L253.34 710.35L240.16 710.35L237.71 665Z"></path>
                                    	<path d="M360.88 665C360.12 650.6 359.2 633.14 359.2 620.42L358.89 620.42C355.21 632.37 351.08 645.39 345.87 659.64L327.64 709.74L317.53 709.74L300.67 660.56C295.77 645.86 291.79 632.68 288.88 620.42L288.57 620.42C288.26 633.29 287.5 650.45 286.58 666.08L283.82 710.35L271.11 710.35L278.31 607.1L295.31 607.1L312.93 657.04C317.22 669.75 320.59 681.09 323.35 691.81L323.65 691.81C326.41 681.4 330.09 670.06 334.68 657.04L353.07 607.1L370.07 607.1L376.51 710.35L363.33 710.35L360.88 665Z"></path>
                                    	<path d="M412.2 677.87L401.48 710.35L387.69 710.35L422.93 607.1L438.86 607.1L474.09 710.35L459.85 710.35L448.82 677.87L412.2 677.87ZM446.21 667.46L435.95 637.74C433.65 630.99 432.12 624.87 430.58 618.89L430.28 618.89C428.75 624.87 427.21 631.3 425.07 637.58L414.96 667.46L446.21 667.46Z"></path>
                                    	<path d="M489.26 608.63C495.08 607.25 504.43 606.33 513.62 606.33C526.95 606.33 535.52 608.63 541.8 613.84C547.17 617.82 550.54 623.95 550.54 632.07C550.54 642.18 543.8 650.91 533.07 654.74L533.07 655.2C542.88 657.5 554.37 665.62 554.37 680.94C554.37 689.82 550.84 696.72 545.48 701.62C538.44 708.21 526.79 711.27 509.94 711.27C500.75 711.27 493.7 710.66 489.26 710.04L489.26 608.63ZM502.59 650.91L514.69 650.91C528.63 650.91 536.9 643.4 536.9 633.45C536.9 621.5 527.86 616.59 514.38 616.59C508.25 616.59 504.73 617.05 502.59 617.51L502.59 650.91ZM502.59 700.24C505.34 700.7 509.02 700.85 513.77 700.85C527.56 700.85 540.27 695.8 540.27 680.79C540.27 666.84 528.17 660.87 513.62 660.87L502.59 660.87L502.59 700.24Z"></path>
                                    	<path d="M572.14 607.1L585.62 607.1L585.62 699.17L629.74 699.17L629.74 710.35L572.14 710.35L572.14 607.1Z"></path>
                                    	<path d="M697.91 661.94L657.93 661.94L657.93 699.17L702.66 699.17L702.66 710.35L644.45 710.35L644.45 607.1L700.36 607.1L700.36 618.28L657.93 618.28L657.93 650.91L697.91 650.91L697.91 661.94Z"></path>
                                </svg>       
                                </div>
                                                                                                            </a>
  <div class="product-info flex flex-col grow">
    <div class="grow px-2">
      <a class="product-item-link text-sm font-bold hover:underline" href="https://gloeilampgoedkoop.nl/halogeen-reflector-12v-35w-gu5-3-50mm.html?___store=glg_nl_nl&amp;nosto=frontpage-nosto-1">
                                    Halogeen Spot 12V | GU5,3 Dimbaar | 35W 50mm
                                </a>
    </div>
    <div class="product-item-price p-3 mt-auto">
      <div class="price-box price-final_price flex items-center gap-2" data-role="priceBox">
        <span class="price-container price-final_price tax weee">
          <span class="price-wrapper ">
            <span class="price">€ 1,65</span>
          </span>
        </span>
      </div>
    </div>
    <!--
                            <div class="text-accent flex text-sm items-center gap-2 px-3 pb-3 text-md">
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 18" class="fill-current" width="20" height="20"><path d="M17.437 17.25a2.812 2.812 0 0 0 2.757-3.375h2.025a.282.282 0 0 0 .28-.281v-.563a.282.282 0 0 0-.28-.281h-.844v-3.8c0-.591-.24-1.171-.661-1.59l-2.95-2.949a2.24 2.24 0 0 0-1.589-.661h-1.55V2.013c0-.903-.78-1.638-1.737-1.638H1.737C.78.375 0 1.11 0 2.013v10.224c0 .903.78 1.638 1.737 1.638h.57a2.812 2.812 0 1 0 5.513 0h6.861a2.812 2.812 0 0 0 2.756 3.375Zm-14.61-4.5h-1.09c-.338 0-.612-.229-.612-.513V2.013c0-.284.274-.513.612-.513h11.151c.338 0 .612.229.612.513V12.75H7.298a2.803 2.803 0 0 0-2.236-1.125 2.8 2.8 0 0 0-2.235 1.125Zm17.156-4.496h-5.358V4.879h1.55v-.004c.296 0 .587.12.795.33l2.95 2.95c.028.028.038.067.063.099Zm-4.781 4.496h-.577V9.375h5.625v3.375h-.577a2.798 2.798 0 0 0-2.236-1.125c-.917 0-1.722.446-2.235 1.125Zm-10.14 3.375a1.688 1.688 0 1 1 .001-3.376 1.688 1.688 0 0 1 0 3.376Zm12.375 0a1.688 1.688 0 1 1 .001-3.376 1.688 1.688 0 0 1 0 3.376Z"></path></svg>
                                <span>Direct leverbaar</span>
                            </div>
                            -->
    <div class="flex justify-between gap-4 bg-primary-100 p-3">
      <div x-data="{qty: 1}" class="flex items-center gap-2">
        <div @click="(qty > 1) ? qty-- : qty = 1" class="rounded-full bg-secondary-400 text-secondary h-8 w-8 grid place-content-center cursor-pointer select-none hover:bg-secondary hover:text-white">-</div>
        <input name="qty" type="number" :value="qty" class="h-10 grow max-w-[50px] text-center rounded border-primary-200" data-product-id="1278" aria-label="Aantal">
        <div @click="qty++" class="rounded-full bg-secondary-400 text-secondary h-8 w-8 grid place-content-center cursor-pointer select-none hover:bg-secondary hover:text-white">+</div>
      </div>
      <button type="submit" title="In winkelwagen" class="btn btn-secondary aspect-square h-10 p-0 grid place-content-center">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 24" class="h-4 block fill-white" width="24" height="24">
          <path
            d="M21.75 24a3 3 0 0 0 2.091-5.15A1.126 1.126 0 0 0 22.75 18H8.872l-.562-3h15.533c.533 0 .993-.374 1.102-.896l2.03-9.75A1.125 1.125 0 0 0 25.876 3H6.06L5.67.918A1.125 1.125 0 0 0 4.564 0H.562A.563.563 0 0 0 0 .563v.375c0 .31.252.562.562.562h3.69L7.53 18.982A3 3 0 1 0 12.75 21v-.003c0-.443-.18-1.114-.402-1.497h6.804c-.222.383-.402 1.054-.402 1.497V21a3 3 0 0 0 3 3Zm1.789-10.5H8.029l-1.688-9h19.073l-1.875 9Zm-13.789 9c-.827 0-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5 1.5.673 1.5 1.5-.673 1.5-1.5 1.5Zm12 0c-.827 0-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5 1.5.673 1.5 1.5-.673 1.5-1.5 1.5Z">
          </path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://gloeilampgoedkoop.nl/checkout/cart/add/product/1214/

<form method="post" action="https://gloeilampgoedkoop.nl/checkout/cart/add/product/1214/" class="item product product-item product_addtocart_form card card-interactive flex flex-col h-full w-full border border-primary-100 rounded" novalidate=""
  x-data="" x-on:submit.prevent="$dispatch('amcart-add-to-cart-action', $el)">
  <input name="form_key" type="hidden" :value="() => document.querySelector('#nosto_addtocart_form input[name=form_key]').value" value="jBV7ogPSRgAP99o9">
  <input type="hidden" name="product" value="1214">
  <a href="https://gloeilampgoedkoop.nl/halogeen-reflector-12v-20w-gu4-35mm.html?___store=glg_nl_nl&amp;nosto=frontpage-nosto-1" class="product photo product-item-photo block mb-3 p-4 relative" tabindex="-1">
                            <img class="object-contain product-image-photo" x-data="" loading="lazy" src="https://thumbs.nosto.com/quick/b7tsc277/8/1214/c0c1577ebec74c13f0c3559b8390e210c8ad3e04f75601576ea4488d1694e15e/A" width="360" height="360" alt="Halogeen Spot 12V | GU4 Dimbaar | 20W 35mm" title="Halogeen Spot 12V | GU4 Dimbaar | 20W 35mm">
                                                             <div class="absolute bottom-4 right-4 w-12 h-12">
                                    <svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 709 712" width="70.9" height="71.2" class="w-full h-auto">
                                        <path d="M39.46 324.25C53.21 179.46 174.48 66 322.89 66C471.33 66 593.21 179.37 606.91 324.25L673.61 324.25C673.64 322.35 673.9 320.49 673.9 318.59C673.9 142.84 531.44 0.38 355.7 0.38C179.96 0.38 37.5 142.84 37.5 318.59C37.5 320.49 37.69 322.37 37.78 324.25L39.46 324.25Z"></path>
                                    	<path fill="#231f20" d="M653.53 389.43L653.53 446.63L708.37 446.63L708.37 471.03L653.53 471.03L653.53 529.01L627.82 529.01L627.82 471.03L572.98 471.03L572.98 446.63L627.82 446.63L627.82 389.43L653.53 389.43Z"></path>
                                    	<path fill="#231f20" d="M118.32 445.95L118.32 472.44L0.41 472.44L0.41 445.95L118.32 445.95Z"></path>
                                    	<path d="M12.05 608.63C20.17 607.25 29.83 606.33 40.4 606.33C59.55 606.33 73.18 610.93 82.22 619.2C91.56 627.62 96.93 639.57 96.93 656.27C96.93 673.12 91.56 686.91 82.07 696.41C72.26 706.06 56.33 711.27 36.26 711.27C26.61 711.27 18.79 710.81 12.05 710.04L12.05 608.63ZM25.38 699.93C28.75 700.39 33.66 700.55 38.86 700.55C67.51 700.55 82.83 684.61 82.83 656.73C82.99 632.37 69.2 616.9 41.01 616.9C34.11 616.9 28.91 617.51 25.38 618.28L25.38 699.93Z"></path>
                                    	<path d="M127.41 607.1L127.41 710.35L113.93 710.35L113.93 607.1L127.41 607.1Z"></path>
                                    	<path d="M237.71 665C236.95 650.6 236.03 633.14 236.03 620.42L235.72 620.42C232.04 632.37 227.91 645.39 222.7 659.64L204.47 709.74L194.36 709.74L177.5 660.56C172.6 645.86 168.62 632.68 165.71 620.42L165.4 620.42C165.1 633.29 164.33 650.45 163.41 666.08L160.65 710.35L147.94 710.35L155.14 607.1L172.14 607.1L189.76 657.04C194.05 669.75 197.42 681.09 200.18 691.81L200.48 691.81C203.24 681.4 206.92 670.06 211.51 657.04L229.9 607.1L246.9 607.1L253.34 710.35L240.16 710.35L237.71 665Z"></path>
                                    	<path d="M360.88 665C360.12 650.6 359.2 633.14 359.2 620.42L358.89 620.42C355.21 632.37 351.08 645.39 345.87 659.64L327.64 709.74L317.53 709.74L300.67 660.56C295.77 645.86 291.79 632.68 288.88 620.42L288.57 620.42C288.26 633.29 287.5 650.45 286.58 666.08L283.82 710.35L271.11 710.35L278.31 607.1L295.31 607.1L312.93 657.04C317.22 669.75 320.59 681.09 323.35 691.81L323.65 691.81C326.41 681.4 330.09 670.06 334.68 657.04L353.07 607.1L370.07 607.1L376.51 710.35L363.33 710.35L360.88 665Z"></path>
                                    	<path d="M412.2 677.87L401.48 710.35L387.69 710.35L422.93 607.1L438.86 607.1L474.09 710.35L459.85 710.35L448.82 677.87L412.2 677.87ZM446.21 667.46L435.95 637.74C433.65 630.99 432.12 624.87 430.58 618.89L430.28 618.89C428.75 624.87 427.21 631.3 425.07 637.58L414.96 667.46L446.21 667.46Z"></path>
                                    	<path d="M489.26 608.63C495.08 607.25 504.43 606.33 513.62 606.33C526.95 606.33 535.52 608.63 541.8 613.84C547.17 617.82 550.54 623.95 550.54 632.07C550.54 642.18 543.8 650.91 533.07 654.74L533.07 655.2C542.88 657.5 554.37 665.62 554.37 680.94C554.37 689.82 550.84 696.72 545.48 701.62C538.44 708.21 526.79 711.27 509.94 711.27C500.75 711.27 493.7 710.66 489.26 710.04L489.26 608.63ZM502.59 650.91L514.69 650.91C528.63 650.91 536.9 643.4 536.9 633.45C536.9 621.5 527.86 616.59 514.38 616.59C508.25 616.59 504.73 617.05 502.59 617.51L502.59 650.91ZM502.59 700.24C505.34 700.7 509.02 700.85 513.77 700.85C527.56 700.85 540.27 695.8 540.27 680.79C540.27 666.84 528.17 660.87 513.62 660.87L502.59 660.87L502.59 700.24Z"></path>
                                    	<path d="M572.14 607.1L585.62 607.1L585.62 699.17L629.74 699.17L629.74 710.35L572.14 710.35L572.14 607.1Z"></path>
                                    	<path d="M697.91 661.94L657.93 661.94L657.93 699.17L702.66 699.17L702.66 710.35L644.45 710.35L644.45 607.1L700.36 607.1L700.36 618.28L657.93 618.28L657.93 650.91L697.91 650.91L697.91 661.94Z"></path>
                                </svg>       
                                </div>
                                                                                                            </a>
  <div class="product-info flex flex-col grow">
    <div class="grow px-2">
      <a class="product-item-link text-sm font-bold hover:underline" href="https://gloeilampgoedkoop.nl/halogeen-reflector-12v-20w-gu4-35mm.html?___store=glg_nl_nl&amp;nosto=frontpage-nosto-1">
                                    Halogeen Spot 12V | GU4 Dimbaar | 20W 35mm
                                </a>
    </div>
    <div class="product-item-price p-3 mt-auto">
      <div class="price-box price-final_price flex items-center gap-2" data-role="priceBox">
        <span class="price-container price-final_price tax weee">
          <span class="price-wrapper ">
            <span class="price">€ 2,50</span>
          </span>
        </span>
      </div>
    </div>
    <!--
                            <div class="text-accent flex text-sm items-center gap-2 px-3 pb-3 text-md">
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 18" class="fill-current" width="20" height="20"><path d="M17.437 17.25a2.812 2.812 0 0 0 2.757-3.375h2.025a.282.282 0 0 0 .28-.281v-.563a.282.282 0 0 0-.28-.281h-.844v-3.8c0-.591-.24-1.171-.661-1.59l-2.95-2.949a2.24 2.24 0 0 0-1.589-.661h-1.55V2.013c0-.903-.78-1.638-1.737-1.638H1.737C.78.375 0 1.11 0 2.013v10.224c0 .903.78 1.638 1.737 1.638h.57a2.812 2.812 0 1 0 5.513 0h6.861a2.812 2.812 0 0 0 2.756 3.375Zm-14.61-4.5h-1.09c-.338 0-.612-.229-.612-.513V2.013c0-.284.274-.513.612-.513h11.151c.338 0 .612.229.612.513V12.75H7.298a2.803 2.803 0 0 0-2.236-1.125 2.8 2.8 0 0 0-2.235 1.125Zm17.156-4.496h-5.358V4.879h1.55v-.004c.296 0 .587.12.795.33l2.95 2.95c.028.028.038.067.063.099Zm-4.781 4.496h-.577V9.375h5.625v3.375h-.577a2.798 2.798 0 0 0-2.236-1.125c-.917 0-1.722.446-2.235 1.125Zm-10.14 3.375a1.688 1.688 0 1 1 .001-3.376 1.688 1.688 0 0 1 0 3.376Zm12.375 0a1.688 1.688 0 1 1 .001-3.376 1.688 1.688 0 0 1 0 3.376Z"></path></svg>
                                <span>Direct leverbaar</span>
                            </div>
                            -->
    <div class="flex justify-between gap-4 bg-primary-100 p-3">
      <div x-data="{qty: 1}" class="flex items-center gap-2">
        <div @click="(qty > 1) ? qty-- : qty = 1" class="rounded-full bg-secondary-400 text-secondary h-8 w-8 grid place-content-center cursor-pointer select-none hover:bg-secondary hover:text-white">-</div>
        <input name="qty" type="number" :value="qty" class="h-10 grow max-w-[50px] text-center rounded border-primary-200" data-product-id="1278" aria-label="Aantal">
        <div @click="qty++" class="rounded-full bg-secondary-400 text-secondary h-8 w-8 grid place-content-center cursor-pointer select-none hover:bg-secondary hover:text-white">+</div>
      </div>
      <button type="submit" title="In winkelwagen" class="btn btn-secondary aspect-square h-10 p-0 grid place-content-center">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 24" class="h-4 block fill-white" width="24" height="24">
          <path
            d="M21.75 24a3 3 0 0 0 2.091-5.15A1.126 1.126 0 0 0 22.75 18H8.872l-.562-3h15.533c.533 0 .993-.374 1.102-.896l2.03-9.75A1.125 1.125 0 0 0 25.876 3H6.06L5.67.918A1.125 1.125 0 0 0 4.564 0H.562A.563.563 0 0 0 0 .563v.375c0 .31.252.562.562.562h3.69L7.53 18.982A3 3 0 1 0 12.75 21v-.003c0-.443-.18-1.114-.402-1.497h6.804c-.222.383-.402 1.054-.402 1.497V21a3 3 0 0 0 3 3Zm1.789-10.5H8.029l-1.688-9h19.073l-1.875 9Zm-13.789 9c-.827 0-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5 1.5.673 1.5 1.5-.673 1.5-1.5 1.5Zm12 0c-.827 0-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5 1.5.673 1.5 1.5-.673 1.5-1.5 1.5Z">
          </path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://gloeilampgoedkoop.nl/checkout/cart/add/product/1222/

<form method="post" action="https://gloeilampgoedkoop.nl/checkout/cart/add/product/1222/" class="item product product-item product_addtocart_form card card-interactive flex flex-col h-full w-full border border-primary-100 rounded" novalidate=""
  x-data="" x-on:submit.prevent="$dispatch('amcart-add-to-cart-action', $el)">
  <input name="form_key" type="hidden" :value="() => document.querySelector('#nosto_addtocart_form input[name=form_key]').value" value="jBV7ogPSRgAP99o9">
  <input type="hidden" name="product" value="1222">
  <a href="https://gloeilampgoedkoop.nl/halogeen-reflector-12v-50w-gu5-3-50mm.html?___store=glg_nl_nl&amp;nosto=frontpage-nosto-1" class="product photo product-item-photo block mb-3 p-4 relative" tabindex="-1">
                            <img class="object-contain product-image-photo" x-data="" loading="lazy" src="https://thumbs.nosto.com/quick/b7tsc277/8/1222/7e507e4b239a2bc5f7a7b942f501d9d4f6503ca333072f9616d9a0d4e9dd9f61/A" width="360" height="360" alt="Halogeen Spot 12V | GU5,3 Dimbaar | 50W 50mm" title="Halogeen Spot 12V | GU5,3 Dimbaar | 50W 50mm">
                                                             <div class="absolute bottom-4 right-4 w-12 h-12">
                                    <svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 709 712" width="70.9" height="71.2" class="w-full h-auto">
                                        <path d="M39.46 324.25C53.21 179.46 174.48 66 322.89 66C471.33 66 593.21 179.37 606.91 324.25L673.61 324.25C673.64 322.35 673.9 320.49 673.9 318.59C673.9 142.84 531.44 0.38 355.7 0.38C179.96 0.38 37.5 142.84 37.5 318.59C37.5 320.49 37.69 322.37 37.78 324.25L39.46 324.25Z"></path>
                                    	<path fill="#231f20" d="M653.53 389.43L653.53 446.63L708.37 446.63L708.37 471.03L653.53 471.03L653.53 529.01L627.82 529.01L627.82 471.03L572.98 471.03L572.98 446.63L627.82 446.63L627.82 389.43L653.53 389.43Z"></path>
                                    	<path fill="#231f20" d="M118.32 445.95L118.32 472.44L0.41 472.44L0.41 445.95L118.32 445.95Z"></path>
                                    	<path d="M12.05 608.63C20.17 607.25 29.83 606.33 40.4 606.33C59.55 606.33 73.18 610.93 82.22 619.2C91.56 627.62 96.93 639.57 96.93 656.27C96.93 673.12 91.56 686.91 82.07 696.41C72.26 706.06 56.33 711.27 36.26 711.27C26.61 711.27 18.79 710.81 12.05 710.04L12.05 608.63ZM25.38 699.93C28.75 700.39 33.66 700.55 38.86 700.55C67.51 700.55 82.83 684.61 82.83 656.73C82.99 632.37 69.2 616.9 41.01 616.9C34.11 616.9 28.91 617.51 25.38 618.28L25.38 699.93Z"></path>
                                    	<path d="M127.41 607.1L127.41 710.35L113.93 710.35L113.93 607.1L127.41 607.1Z"></path>
                                    	<path d="M237.71 665C236.95 650.6 236.03 633.14 236.03 620.42L235.72 620.42C232.04 632.37 227.91 645.39 222.7 659.64L204.47 709.74L194.36 709.74L177.5 660.56C172.6 645.86 168.62 632.68 165.71 620.42L165.4 620.42C165.1 633.29 164.33 650.45 163.41 666.08L160.65 710.35L147.94 710.35L155.14 607.1L172.14 607.1L189.76 657.04C194.05 669.75 197.42 681.09 200.18 691.81L200.48 691.81C203.24 681.4 206.92 670.06 211.51 657.04L229.9 607.1L246.9 607.1L253.34 710.35L240.16 710.35L237.71 665Z"></path>
                                    	<path d="M360.88 665C360.12 650.6 359.2 633.14 359.2 620.42L358.89 620.42C355.21 632.37 351.08 645.39 345.87 659.64L327.64 709.74L317.53 709.74L300.67 660.56C295.77 645.86 291.79 632.68 288.88 620.42L288.57 620.42C288.26 633.29 287.5 650.45 286.58 666.08L283.82 710.35L271.11 710.35L278.31 607.1L295.31 607.1L312.93 657.04C317.22 669.75 320.59 681.09 323.35 691.81L323.65 691.81C326.41 681.4 330.09 670.06 334.68 657.04L353.07 607.1L370.07 607.1L376.51 710.35L363.33 710.35L360.88 665Z"></path>
                                    	<path d="M412.2 677.87L401.48 710.35L387.69 710.35L422.93 607.1L438.86 607.1L474.09 710.35L459.85 710.35L448.82 677.87L412.2 677.87ZM446.21 667.46L435.95 637.74C433.65 630.99 432.12 624.87 430.58 618.89L430.28 618.89C428.75 624.87 427.21 631.3 425.07 637.58L414.96 667.46L446.21 667.46Z"></path>
                                    	<path d="M489.26 608.63C495.08 607.25 504.43 606.33 513.62 606.33C526.95 606.33 535.52 608.63 541.8 613.84C547.17 617.82 550.54 623.95 550.54 632.07C550.54 642.18 543.8 650.91 533.07 654.74L533.07 655.2C542.88 657.5 554.37 665.62 554.37 680.94C554.37 689.82 550.84 696.72 545.48 701.62C538.44 708.21 526.79 711.27 509.94 711.27C500.75 711.27 493.7 710.66 489.26 710.04L489.26 608.63ZM502.59 650.91L514.69 650.91C528.63 650.91 536.9 643.4 536.9 633.45C536.9 621.5 527.86 616.59 514.38 616.59C508.25 616.59 504.73 617.05 502.59 617.51L502.59 650.91ZM502.59 700.24C505.34 700.7 509.02 700.85 513.77 700.85C527.56 700.85 540.27 695.8 540.27 680.79C540.27 666.84 528.17 660.87 513.62 660.87L502.59 660.87L502.59 700.24Z"></path>
                                    	<path d="M572.14 607.1L585.62 607.1L585.62 699.17L629.74 699.17L629.74 710.35L572.14 710.35L572.14 607.1Z"></path>
                                    	<path d="M697.91 661.94L657.93 661.94L657.93 699.17L702.66 699.17L702.66 710.35L644.45 710.35L644.45 607.1L700.36 607.1L700.36 618.28L657.93 618.28L657.93 650.91L697.91 650.91L697.91 661.94Z"></path>
                                </svg>       
                                </div>
                                                                                                            </a>
  <div class="product-info flex flex-col grow">
    <div class="grow px-2">
      <a class="product-item-link text-sm font-bold hover:underline" href="https://gloeilampgoedkoop.nl/halogeen-reflector-12v-50w-gu5-3-50mm.html?___store=glg_nl_nl&amp;nosto=frontpage-nosto-1">
                                    Halogeen Spot 12V | GU5,3 Dimbaar | 50W 50mm
                                </a>
    </div>
    <div class="product-item-price p-3 mt-auto">
      <div class="price-box price-final_price flex items-center gap-2" data-role="priceBox">
        <span class="price-container price-final_price tax weee">
          <span class="price-wrapper ">
            <span class="price">€ 1,65</span>
          </span>
        </span>
      </div>
    </div>
    <!--
                            <div class="text-accent flex text-sm items-center gap-2 px-3 pb-3 text-md">
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 18" class="fill-current" width="20" height="20"><path d="M17.437 17.25a2.812 2.812 0 0 0 2.757-3.375h2.025a.282.282 0 0 0 .28-.281v-.563a.282.282 0 0 0-.28-.281h-.844v-3.8c0-.591-.24-1.171-.661-1.59l-2.95-2.949a2.24 2.24 0 0 0-1.589-.661h-1.55V2.013c0-.903-.78-1.638-1.737-1.638H1.737C.78.375 0 1.11 0 2.013v10.224c0 .903.78 1.638 1.737 1.638h.57a2.812 2.812 0 1 0 5.513 0h6.861a2.812 2.812 0 0 0 2.756 3.375Zm-14.61-4.5h-1.09c-.338 0-.612-.229-.612-.513V2.013c0-.284.274-.513.612-.513h11.151c.338 0 .612.229.612.513V12.75H7.298a2.803 2.803 0 0 0-2.236-1.125 2.8 2.8 0 0 0-2.235 1.125Zm17.156-4.496h-5.358V4.879h1.55v-.004c.296 0 .587.12.795.33l2.95 2.95c.028.028.038.067.063.099Zm-4.781 4.496h-.577V9.375h5.625v3.375h-.577a2.798 2.798 0 0 0-2.236-1.125c-.917 0-1.722.446-2.235 1.125Zm-10.14 3.375a1.688 1.688 0 1 1 .001-3.376 1.688 1.688 0 0 1 0 3.376Zm12.375 0a1.688 1.688 0 1 1 .001-3.376 1.688 1.688 0 0 1 0 3.376Z"></path></svg>
                                <span>Direct leverbaar</span>
                            </div>
                            -->
    <div class="flex justify-between gap-4 bg-primary-100 p-3">
      <div x-data="{qty: 1}" class="flex items-center gap-2">
        <div @click="(qty > 1) ? qty-- : qty = 1" class="rounded-full bg-secondary-400 text-secondary h-8 w-8 grid place-content-center cursor-pointer select-none hover:bg-secondary hover:text-white">-</div>
        <input name="qty" type="number" :value="qty" class="h-10 grow max-w-[50px] text-center rounded border-primary-200" data-product-id="1278" aria-label="Aantal">
        <div @click="qty++" class="rounded-full bg-secondary-400 text-secondary h-8 w-8 grid place-content-center cursor-pointer select-none hover:bg-secondary hover:text-white">+</div>
      </div>
      <button type="submit" title="In winkelwagen" class="btn btn-secondary aspect-square h-10 p-0 grid place-content-center">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 24" class="h-4 block fill-white" width="24" height="24">
          <path
            d="M21.75 24a3 3 0 0 0 2.091-5.15A1.126 1.126 0 0 0 22.75 18H8.872l-.562-3h15.533c.533 0 .993-.374 1.102-.896l2.03-9.75A1.125 1.125 0 0 0 25.876 3H6.06L5.67.918A1.125 1.125 0 0 0 4.564 0H.562A.563.563 0 0 0 0 .563v.375c0 .31.252.562.562.562h3.69L7.53 18.982A3 3 0 1 0 12.75 21v-.003c0-.443-.18-1.114-.402-1.497h6.804c-.222.383-.402 1.054-.402 1.497V21a3 3 0 0 0 3 3Zm1.789-10.5H8.029l-1.688-9h19.073l-1.875 9Zm-13.789 9c-.827 0-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5 1.5.673 1.5 1.5-.673 1.5-1.5 1.5Zm12 0c-.827 0-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5 1.5.673 1.5 1.5-.673 1.5-1.5 1.5Z">
          </path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://gloeilampgoedkoop.nl/checkout/cart/add/product/1225/

<form method="post" action="https://gloeilampgoedkoop.nl/checkout/cart/add/product/1225/" class="item product product-item product_addtocart_form card card-interactive flex flex-col h-full w-full border border-primary-100 rounded" novalidate=""
  x-data="" x-on:submit.prevent="$dispatch('amcart-add-to-cart-action', $el)">
  <input name="form_key" type="hidden" :value="() => document.querySelector('#nosto_addtocart_form input[name=form_key]').value" value="jBV7ogPSRgAP99o9">
  <input type="hidden" name="product" value="1225">
  <a href="https://gloeilampgoedkoop.nl/halogeen-spot-230v-35w-gu10-50mm.html?___store=glg_nl_nl&amp;nosto=frontpage-nosto-1" class="product photo product-item-photo block mb-3 p-4 relative" tabindex="-1">
                            <img class="object-contain product-image-photo" x-data="" loading="lazy" src="https://thumbs.nosto.com/quick/b7tsc277/8/1225/bd9e0dd8517084e71eb745a06d3e4ee7ba3ae90aa30c044e82ce89c91126c0a3/A" width="360" height="360" alt="Halogeen Spot | GU10 Dimbaar | 35W 50mm" title="Halogeen Spot | GU10 Dimbaar | 35W 50mm">
                                                             <div class="absolute bottom-4 right-4 w-12 h-12">
                                    <svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 709 712" width="70.9" height="71.2" class="w-full h-auto">
                                        <path d="M39.46 324.25C53.21 179.46 174.48 66 322.89 66C471.33 66 593.21 179.37 606.91 324.25L673.61 324.25C673.64 322.35 673.9 320.49 673.9 318.59C673.9 142.84 531.44 0.38 355.7 0.38C179.96 0.38 37.5 142.84 37.5 318.59C37.5 320.49 37.69 322.37 37.78 324.25L39.46 324.25Z"></path>
                                    	<path fill="#231f20" d="M653.53 389.43L653.53 446.63L708.37 446.63L708.37 471.03L653.53 471.03L653.53 529.01L627.82 529.01L627.82 471.03L572.98 471.03L572.98 446.63L627.82 446.63L627.82 389.43L653.53 389.43Z"></path>
                                    	<path fill="#231f20" d="M118.32 445.95L118.32 472.44L0.41 472.44L0.41 445.95L118.32 445.95Z"></path>
                                    	<path d="M12.05 608.63C20.17 607.25 29.83 606.33 40.4 606.33C59.55 606.33 73.18 610.93 82.22 619.2C91.56 627.62 96.93 639.57 96.93 656.27C96.93 673.12 91.56 686.91 82.07 696.41C72.26 706.06 56.33 711.27 36.26 711.27C26.61 711.27 18.79 710.81 12.05 710.04L12.05 608.63ZM25.38 699.93C28.75 700.39 33.66 700.55 38.86 700.55C67.51 700.55 82.83 684.61 82.83 656.73C82.99 632.37 69.2 616.9 41.01 616.9C34.11 616.9 28.91 617.51 25.38 618.28L25.38 699.93Z"></path>
                                    	<path d="M127.41 607.1L127.41 710.35L113.93 710.35L113.93 607.1L127.41 607.1Z"></path>
                                    	<path d="M237.71 665C236.95 650.6 236.03 633.14 236.03 620.42L235.72 620.42C232.04 632.37 227.91 645.39 222.7 659.64L204.47 709.74L194.36 709.74L177.5 660.56C172.6 645.86 168.62 632.68 165.71 620.42L165.4 620.42C165.1 633.29 164.33 650.45 163.41 666.08L160.65 710.35L147.94 710.35L155.14 607.1L172.14 607.1L189.76 657.04C194.05 669.75 197.42 681.09 200.18 691.81L200.48 691.81C203.24 681.4 206.92 670.06 211.51 657.04L229.9 607.1L246.9 607.1L253.34 710.35L240.16 710.35L237.71 665Z"></path>
                                    	<path d="M360.88 665C360.12 650.6 359.2 633.14 359.2 620.42L358.89 620.42C355.21 632.37 351.08 645.39 345.87 659.64L327.64 709.74L317.53 709.74L300.67 660.56C295.77 645.86 291.79 632.68 288.88 620.42L288.57 620.42C288.26 633.29 287.5 650.45 286.58 666.08L283.82 710.35L271.11 710.35L278.31 607.1L295.31 607.1L312.93 657.04C317.22 669.75 320.59 681.09 323.35 691.81L323.65 691.81C326.41 681.4 330.09 670.06 334.68 657.04L353.07 607.1L370.07 607.1L376.51 710.35L363.33 710.35L360.88 665Z"></path>
                                    	<path d="M412.2 677.87L401.48 710.35L387.69 710.35L422.93 607.1L438.86 607.1L474.09 710.35L459.85 710.35L448.82 677.87L412.2 677.87ZM446.21 667.46L435.95 637.74C433.65 630.99 432.12 624.87 430.58 618.89L430.28 618.89C428.75 624.87 427.21 631.3 425.07 637.58L414.96 667.46L446.21 667.46Z"></path>
                                    	<path d="M489.26 608.63C495.08 607.25 504.43 606.33 513.62 606.33C526.95 606.33 535.52 608.63 541.8 613.84C547.17 617.82 550.54 623.95 550.54 632.07C550.54 642.18 543.8 650.91 533.07 654.74L533.07 655.2C542.88 657.5 554.37 665.62 554.37 680.94C554.37 689.82 550.84 696.72 545.48 701.62C538.44 708.21 526.79 711.27 509.94 711.27C500.75 711.27 493.7 710.66 489.26 710.04L489.26 608.63ZM502.59 650.91L514.69 650.91C528.63 650.91 536.9 643.4 536.9 633.45C536.9 621.5 527.86 616.59 514.38 616.59C508.25 616.59 504.73 617.05 502.59 617.51L502.59 650.91ZM502.59 700.24C505.34 700.7 509.02 700.85 513.77 700.85C527.56 700.85 540.27 695.8 540.27 680.79C540.27 666.84 528.17 660.87 513.62 660.87L502.59 660.87L502.59 700.24Z"></path>
                                    	<path d="M572.14 607.1L585.62 607.1L585.62 699.17L629.74 699.17L629.74 710.35L572.14 710.35L572.14 607.1Z"></path>
                                    	<path d="M697.91 661.94L657.93 661.94L657.93 699.17L702.66 699.17L702.66 710.35L644.45 710.35L644.45 607.1L700.36 607.1L700.36 618.28L657.93 618.28L657.93 650.91L697.91 650.91L697.91 661.94Z"></path>
                                </svg>       
                                </div>
                                                                                                            </a>
  <div class="product-info flex flex-col grow">
    <div class="grow px-2">
      <a class="product-item-link text-sm font-bold hover:underline" href="https://gloeilampgoedkoop.nl/halogeen-spot-230v-35w-gu10-50mm.html?___store=glg_nl_nl&amp;nosto=frontpage-nosto-1">
                                    Halogeen Spot | GU10 Dimbaar | 35W 50mm
                                </a>
    </div>
    <div class="product-item-price p-3 mt-auto">
      <div class="price-box price-final_price flex items-center gap-2" data-role="priceBox">
        <span class="price-container price-final_price tax weee">
          <span class="price-wrapper ">
            <span class="price">€ 1,95</span>
          </span>
        </span>
      </div>
    </div>
    <!--
                            <div class="text-accent flex text-sm items-center gap-2 px-3 pb-3 text-md">
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 18" class="fill-current" width="20" height="20"><path d="M17.437 17.25a2.812 2.812 0 0 0 2.757-3.375h2.025a.282.282 0 0 0 .28-.281v-.563a.282.282 0 0 0-.28-.281h-.844v-3.8c0-.591-.24-1.171-.661-1.59l-2.95-2.949a2.24 2.24 0 0 0-1.589-.661h-1.55V2.013c0-.903-.78-1.638-1.737-1.638H1.737C.78.375 0 1.11 0 2.013v10.224c0 .903.78 1.638 1.737 1.638h.57a2.812 2.812 0 1 0 5.513 0h6.861a2.812 2.812 0 0 0 2.756 3.375Zm-14.61-4.5h-1.09c-.338 0-.612-.229-.612-.513V2.013c0-.284.274-.513.612-.513h11.151c.338 0 .612.229.612.513V12.75H7.298a2.803 2.803 0 0 0-2.236-1.125 2.8 2.8 0 0 0-2.235 1.125Zm17.156-4.496h-5.358V4.879h1.55v-.004c.296 0 .587.12.795.33l2.95 2.95c.028.028.038.067.063.099Zm-4.781 4.496h-.577V9.375h5.625v3.375h-.577a2.798 2.798 0 0 0-2.236-1.125c-.917 0-1.722.446-2.235 1.125Zm-10.14 3.375a1.688 1.688 0 1 1 .001-3.376 1.688 1.688 0 0 1 0 3.376Zm12.375 0a1.688 1.688 0 1 1 .001-3.376 1.688 1.688 0 0 1 0 3.376Z"></path></svg>
                                <span>Direct leverbaar</span>
                            </div>
                            -->
    <div class="flex justify-between gap-4 bg-primary-100 p-3">
      <div x-data="{qty: 1}" class="flex items-center gap-2">
        <div @click="(qty > 1) ? qty-- : qty = 1" class="rounded-full bg-secondary-400 text-secondary h-8 w-8 grid place-content-center cursor-pointer select-none hover:bg-secondary hover:text-white">-</div>
        <input name="qty" type="number" :value="qty" class="h-10 grow max-w-[50px] text-center rounded border-primary-200" data-product-id="1278" aria-label="Aantal">
        <div @click="qty++" class="rounded-full bg-secondary-400 text-secondary h-8 w-8 grid place-content-center cursor-pointer select-none hover:bg-secondary hover:text-white">+</div>
      </div>
      <button type="submit" title="In winkelwagen" class="btn btn-secondary aspect-square h-10 p-0 grid place-content-center">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 24" class="h-4 block fill-white" width="24" height="24">
          <path
            d="M21.75 24a3 3 0 0 0 2.091-5.15A1.126 1.126 0 0 0 22.75 18H8.872l-.562-3h15.533c.533 0 .993-.374 1.102-.896l2.03-9.75A1.125 1.125 0 0 0 25.876 3H6.06L5.67.918A1.125 1.125 0 0 0 4.564 0H.562A.563.563 0 0 0 0 .563v.375c0 .31.252.562.562.562h3.69L7.53 18.982A3 3 0 1 0 12.75 21v-.003c0-.443-.18-1.114-.402-1.497h6.804c-.222.383-.402 1.054-.402 1.497V21a3 3 0 0 0 3 3Zm1.789-10.5H8.029l-1.688-9h19.073l-1.875 9Zm-13.789 9c-.827 0-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5 1.5.673 1.5 1.5-.673 1.5-1.5 1.5Zm12 0c-.827 0-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5 1.5.673 1.5 1.5-.673 1.5-1.5 1.5Z">
          </path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://gloeilampgoedkoop.nl/newsletter/subscriber/new/

<form class="form subscribe" action="https://gloeilampgoedkoop.nl/newsletter/subscriber/new/" method="post" x-data="initNewsletterForm()" @submit.prevent="submitForm()" id="newsletter-validate-detail">
  <style>
    #html-body [data-pb-style=Y1SC9EY] {
      margin: 0;
      padding: 0
    }
  </style>
  <div data-content-type="html" data-appearance="default" data-element="main" data-pb-style="Y1SC9EY" data-decoded="true">
    <h4>Schrijf u in voor de nieuwsbrief!</h4>
    <ul>
      <li>Ontvang 2x per maand <strong>Superdeals</strong></li>
    </ul>
  </div>
  <div class="mt-4 flex flex-wrap justify-center gap-2 md:flex-row md:justify-start">
    <label for="newsletter-subscribe" class="sr-only"> E-mailadres </label>
    <input name="email" type="email" required="" id="newsletter-subscribe" class="inline-flex flex-1 form-input" placeholder="Voer je e-mailadres in">
    <input name="form_key" type="hidden" value="jBV7ogPSRgAP99o9">
    <div class="control">
      <input type="hidden" value="" name="g-recaptcha-response">
    </div>
    <button class="ml-auto inline-flex shrink-0 btn btn-primary xl:mt-0"> Inschrijven </button>
  </div>
  <div>
    <template x-if="displayErrorMessage">
      <p class="flex items-center text-red">
        <span class="mr-3 inline-block h-8 w-8">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="24" height="24">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
          </svg>
        </span>
        <template x-for="errorMessage in errorMessages">
          <span x-html="errorMessage"></span>
        </template>
      </p>
    </template>
  </div>
</form>

Text Content

 * Gratis bezorgd vanaf € 99,-
 * Voor 20:30 besteld, morgen bezorgd
 * 100% breekgarantie op bezorging

Ga direct door naar de inhoud
Categorie selecteren
Gloeilampen
Gloeilampen
Standaardlampen Kogellampen Kaarslampen Globelampen Kopspiegellampen
Kooldraadlampen Reflectorlampen Superluxlampen Gekleurde lampen Speciale
toepassingen Buislampen Flame Bundels Alles weergeven
Halogeen
Halogeen
Halogeen EcoClassic Kopspiegellampen R7s Staaflampen E14 Halolux E27 Halolux
B15d Halolux (bajonetfitting) E14 & E27 PAR spots GU10 Spots GU4, GU5.3 & AR111
Inbouwpots G4 & GY6,3 Insteeklampjes G9 Insteeklampjes SOX & CDM Gasontlading
HPL-N / HQL Ontladingslampen Flame Bundels Alles weergeven
LED Filament
LED Filament
Standaardlampen Kogellampen Kaarslampen Gedraaide Kaarslampen Kaarslampen met
tip Globelampen Kopspiegellampen Edisonlampen Reflectorlampen Designlampen
Gekleurde Lampen Buislampen Giant Lampen Insteeklampen G9 Dimbaar zonder dimmer
Laagspanning Alles weergeven
LED
LED
Standaardlampen Kogellampen Kaarslampen Reflectorlampen Gekleurde lampen
Buislampen TL-buizen Philinealampen Inbouwspots 12V (GU4, GU5.3) GU10 Spots
Steeklampjes (G4, G9, GY6.35) Kooldraadlampen Sensorlampen Decolampen
Laagspanning Flame Bundels Alles weergeven
Smart
Smart
Standaardlampen Kaarslampen Kogellampen Spots Globelampen Edisonlampen Design
Veiligheid Accessoires Alles weergeven
TL
TL
T5 lampen T8 (TL-D) lampen Mini lampen TL LED TL noodverlichting lampen Ronde TL
Gekleurde TL lampen Anti-insectenlampen Aquarium verlichting TL starters Alles
weergeven
Overig
Overig
PL Spaar Bundels Switch serie Alles weergeven
Toebehoren
Toebehoren
Plafondkappen Dimmers Fittingen Verloopfittingen Snoerpendels Snoer & kabels
Halogeen transformatoren Tuinverlichting Overige toebehoren Batterijen
Ventilatoren Alles weergeven
Armaturen
Armaturen
Prikkabels Philinea armaturen Inbouwspots Insect killers TL TL-armaturen
Kerstverlichting & kerstlampjes Hanglampen Tafellampen Alles weergeven
Merken
Merken
Lighto Philips Sylvania Osram Calex Megaman SPL Gloeilampgoedkoop.nl Segula
Bailey Alles weergeven
Sale
Account
 * Inloggen
 * Account aanmaken

Taal
nl
de fr be en
Gloeilampgoedkoop.nl
Zoeken
()
nl
de fr be en
Winkelwagen 0
Zoeken
()
Gloeilampen
Gloeilampen
Ga naar Gloeilampen
Standaardlampen
Kogellampen
Kaarslampen
Globelampen
Kopspiegellampen
Kooldraadlampen
Reflectorlampen
Superluxlampen
Gekleurde lampen
Speciale toepassingen
Buislampen
Flame
Bundels
Halogeen
Halogeen
Ga naar Halogeen
Halogeen EcoClassic
Kopspiegellampen
R7s Staaflampen
E14 Halolux
E27 Halolux
B15d Halolux (bajonetfitting)
E14 & E27 PAR spots
GU10 Spots
GU4, GU5.3 & AR111 Inbouwpots
G4 & GY6,3 Insteeklampjes
G9 Insteeklampjes
SOX & CDM Gasontlading
HPL-N / HQL Ontladingslampen
Flame
Bundels
LED Filament
LED Filament
Ga naar LED Filament
Standaardlampen
Kogellampen
Kaarslampen
Gedraaide Kaarslampen
Kaarslampen met tip
Globelampen
Kopspiegellampen
Edisonlampen
Reflectorlampen
Designlampen
Gekleurde Lampen
Buislampen
Giant Lampen
Insteeklampen G9
Dimbaar zonder dimmer
Laagspanning
LED
LED
Ga naar LED
Standaardlampen
Kogellampen
Kaarslampen
Reflectorlampen
Gekleurde lampen
Buislampen
TL-buizen
Philinealampen
Inbouwspots 12V (GU4, GU5.3)
GU10 Spots
Steeklampjes (G4, G9, GY6.35)
Kooldraadlampen
Sensorlampen
Decolampen
Laagspanning
Flame
Bundels
Smart
Smart
Ga naar Smart
Standaardlampen
Kaarslampen
Kogellampen
Spots
Globelampen
Edisonlampen
Design
Veiligheid
Accessoires
TL
TL
Ga naar TL
T5 lampen
T8 (TL-D) lampen
Mini lampen
TL LED
TL noodverlichting lampen
Ronde TL
Gekleurde TL lampen
Anti-insectenlampen
Aquarium verlichting
TL starters
Overig
Overig
Ga naar Overig
PL
Spaar
Bundels
Switch serie
Toebehoren
Toebehoren
Ga naar Toebehoren
Plafondkappen
Dimmers
Fittingen
Verloopfittingen
Snoerpendels
Snoer & kabels
Halogeen transformatoren
Tuinverlichting
Overige toebehoren
Batterijen
Ventilatoren
Armaturen
Armaturen
Ga naar Armaturen
Prikkabels
Philinea armaturen
Inbouwspots
Insect killers TL
TL-armaturen
Kerstverlichting & kerstlampjes
Hanglampen
Tafellampen
Merken
Merken
Ga naar Merken
Lighto
Philips
Sylvania
Osram
Calex
Megaman
SPL
Gloeilampgoedkoop.nl
Segula
Bailey
Sale
Meer

 * Gratis bezorgd vanaf € 99,-
 * Voor 20:30 besteld, morgen bezorgd
 * 100% breekgarantie op bezorging
 * 8.3
   
   23313 beoordelingen

Winkelwagen

x





Subtotaal

Afrekenen
Je hebt geen artikelen in de winkelwagen.
Je hebt geen artikelen in de winkelwagen.

Reken af met uw account

E-mailadres

Wachtwoord

Inloggen Wachtwoord vergeten?


Afrekenen als een nieuwe klant

Waarom een account aanmaken?

 * Volg de status van je bestellingen op
 * Bekijk je vorige bestellingen
 * Reken sneller af

Account aanmaken
Resultaten ()
Filteren



Voordelige LED, hoge kwaliteit
Lighto, duurzame LED voor elke ruimte
Bekijk actie
 * Keuzehulp
 * Klantenservice
 * Veelgestelde vragen
 * Overstappen op LED


AL ONZE LAMPSOORTEN


NAAR WELK TYPE LAMP BENT U OP ZOEK?

 * Gloeilampen
 * Halogeenlampen
 * LED lampen
 * LED filament
 * Smart lampen
 * TL lampen
 * Spaarlampen
 * SALE

Kortingen tot wel 50%
Uitlopende lampen en lichtbronnen voor een fijne prijs
Shop nuShop nu

front


PERSOONLIJKE AANBEVELINGEN VOOR U

Halogeen Spot 12V | GU5,3 Dimbaar | 20W 50mm
€ 1,65
-
+
Halogeen Spot 12V | GU5,3 Dimbaar | 35W 50mm
€ 1,65
-
+
Halogeen Spot 12V | GU4 Dimbaar | 20W 35mm
€ 2,50
-
+
Halogeen Spot 12V | GU5,3 Dimbaar | 50W 50mm
€ 1,65
-
+
Halogeen Spot | GU10 Dimbaar | 35W 50mm
€ 1,95
-
+
< >



LED GloeilampenBekijken
DesignlampenOntdek
Smart assortimentShop nu
 * Gratis bezorgd vanaf € 99,-
 * Voor 20:30 besteld, morgen bezorgd
 * 100% breekgarantie op bezorging

 * Gratis bezorgd vanaf € 99,-
 * Voor 20:30 besteld, morgen bezorgd
 * 100% breekgarantie op bezorging
 * 8.3
   
   23313 beoordelingen

ONZE PRODUCTEN

 * Buislampen
 * Kaarslampen
 * Kogellampen
 * Reflectorlampen
 * Globelampen
 * Kopspiegellampen
 * Standaardlampen
 * Insteeklampen

 * Philinea lampen
 * Lampen met een kleine fitting (E14)
 * Lampen met een grote fitting (E27)
 * Lampen met een bajonetfitting
 * Gekleurde lampen
 * Gouden lampen
 * Flamelampen

ALGEMENE INFORMATIE

 * Over Gloeilampgoedkoop
 * Klantenservice
 * Veelgestelde vragen
 * Bestellen en leveren
 * Betalen
 * Retourneren
 * Zakelijk bestellen
 * Blog

CONTACTGEGEVENS

Neem contact op via WhatsApp

Kijk voor alle contactgegevens op onze klantenservicepagina.

Adres
Mercuriusstraat 5
6541 BM Nijmegen
Nederland

SCHRIJF U IN VOOR DE NIEUWSBRIEF!

 * Ontvang 2x per maand Superdeals

E-mailadres

Inschrijven





PAYMENT METHODS



SHIPPING METHODS


KvK: 56951795
BTW: NL852375682B01
Onderdeel van Lampgoedkoop.nl B.V.


Close in 's

Afrekenen
Laden...