www.zeb.be Open in urlscan Pro
2606:4700:10::6814:ec1a  Public Scan

Submitted URL: http://www.zeb.be/
Effective URL: https://www.zeb.be/
Submission: On January 01 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

GET https://www.zeb.be/nl/catalogsearch/result/

<form class="form minisearch mini-box-ui" id="search_mini_form" action="https://www.zeb.be/nl/catalogsearch/result/" method="get">
  <label>Zoek op categorie, merk, kleur, ...</label>
  <div class="field search">
    <div class="control">
      <input id="search" type="text" name="q" value="" placeholder="Zoek op categorie, merk, kleur, ..." alt="Zoek op categorie, merk, kleur, ..." title="Zoek op categorie, merk, kleur, ..." class="input-text" maxlength="128" role="combobox"
        aria-haspopup="false" aria-autocomplete="both" autocomplete="off" aria-expanded="false" data-sfsnbard="true">
      <div id="search_autocomplete" class="search-autocomplete"></div>
      <button type="submit" title="Zoeken" class="button" disabled="">
        <i class="pe-7s-search"></i>
      </button>
      <div class="nested">
        <a class="action advanced" href="https://www.zeb.be/nl/catalogsearch/advanced/" data-action="advanced-search">
Geavanceerd zoeken </a>
      </div>
      <div data-bind="scope: 'searchsuiteautocomplete_form'">
        <!-- ko template: getTemplate() -->
        <div id="searchsuite-autocomplete" class="searchsuite-autocomplete" data-bind="visible: showPopup()" style="display: none;">
          <div data-bind="visible: anyResultCount()" style="display: none;">
            <div class="product" data-bind="visible: result.product.data().length > 0" style="display: none;">
              <div class="title">
                <!-- ko i18n: 'Products'--><span>Producten</span><!-- /ko -->
                <a class="see-all" data-bind="attr: {href: result.product.url}" href="">
                    <!-- ko i18n: 'See All' --><span>See All</span><!-- /ko -->
                    <span>(<span data-bind="text: result.product.size">0</span>)</span>
                </a>
              </div>
              <ul id="product" role="listbox" data-bind="foreach: result.product.data"></ul>
            </div>
            <div class="suggest" data-bind="visible: result.suggest.data().length > 0" style="display: none;">
              <div class="title"><!-- ko i18n: 'Suggested'--><span>Suggested</span><!-- /ko --></div>
              <ul id="suggest" role="listbox" data-bind="foreach: result.suggest.data"></ul>
            </div>
          </div>
          <div class="no-result" data-bind="visible: !anyResultCount()"><!-- ko i18n: 'No Result'--><span>Sorry, we vonden geen resultaten. Probeer het nog een keertje met een andere zoekterm.</span><!-- /ko --></div>
        </div><!-- /ko -->
      </div>
    </div>
  </div>
  <div class="actions" style="display:none">
    <button type="submit" title="Zoeken" class="action search" aria-label="Search" disabled="disabled">
      <span>Zoeken</span>
    </button>
  </div>
</form>

POST https://www.zeb.be/nl/newsletter/subscriber/new/

<form class="form subscribe" novalidate="novalidate" action="https://www.zeb.be/nl/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
  <div class="field newsletter">
    <div class="control">
      <label for="newsletter">
        <span class="label"> Abonneer u op onze nieuwsbrief </span>
        <input name="email" type="email" id="newsletter" placeholder="Je emailadres" data-validate="{required:true, 'validate-email':true}">
      </label>
    </div>
  </div>
  <div class="actions">
    <button class="action subscribe primary" title="Inschrijven" type="submit" aria-label="Subscribe" data-linkstyle="CTAbutton">
      <span>Inschrijven</span>
    </button>
  </div>
</form>

POST https://www.zeb.be/nl/customer/ajax/login/

<form class="form form-login" action="https://www.zeb.be/nl/customer/ajax/login/" method="post" id="customer-popup-login-form" novalidate="novalidate">
  <input name="form_key" type="hidden" value="I7TASSCZCrVbcphX"> <input type="hidden" name="redirect_url" value="https://www.zeb.be/nl/">
  <input type="hidden" name="wishlist_item_request" value="">
  <fieldset class="fieldset login" data-hasrequired="* Verplichte velden">
    <div class="field note">Log in om naar je wishlist te gaan</div>
    <div class="messages"></div>
    <div class="field email required">
      <label class="label" for="email"><span>E-mailadres</span></label>
      <div class="control">
        <input name="username" value="" autocomplete="off" id="email-login" type="email" class="input-text" title="E-mailadres" data-validate="{required:true, 'validate-email':true}" aria-required="true">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span>Wachtwoord </span></label>
      <div class="control">
        <input name="password" type="password" autocomplete="off" class="input-text" id="pass-login" title="Wachtwoord " data-validate="{required:true}" aria-required="true">
      </div>
      <div class="secondary"><a href="https://www.zeb.be/nl/customer/account/forgotpassword/">Jouw wachtwoord vergeten?</a></div>
    </div>
    <div class="actions-toolbar">
      <div class="primary"><button type="submit" class="action login primary" name="send" id="send2-login"><span>Inloggen</span></button></div>
      <div class="secondary"><a class="action remind" href="https://www.zeb.be/nl/customer/account/create/" id="customer-popup-registration"><span>Een account aanmaken</span></a></div>
    </div>
  </fieldset>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Verplichte velden">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">e-mailadres</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
          autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Wachtwoord </span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- ko template: getTemplate() -->
    <div data-bind="{
    attr: {
        'id': getReCaptchaId() + '-wrapper'
    },
    'afterRender': renderReCaptcha()
}" id="recaptcha-popup-login-wrapper">
      <div class="g-recaptcha" id="recaptcha-popup-login">
        <div class="grecaptcha-badge" data-style="inline" style="width: 256px; height: 60px; box-shadow: gray 0px 0px 5px;">
          <div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-4zchlorz2xwp" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdbLNsiAAAAADAv061kRoqcsRSuwU83qhVSEs6T&amp;co=aHR0cHM6Ly93d3cuemViLmJlOjQ0Mw..&amp;hl=de&amp;v=u-xcq3POCWFlCr3x8_IPxgPu&amp;theme=light&amp;size=invisible&amp;badge=inline&amp;cb=z35sv6nvw05c"></iframe>
          </div>
          <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
      <!-- ko if: (!getIsInvisibleRecaptcha()) --><!-- /ko -->
    </div>
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Inloggen</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.zeb.be/nl/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Wachtwoord vergeten?</span>
                            </a>
      </div>
    </div>
  </div>
  <input type="text" name="token" style="display: none">
</form>

Text Content

We waarderen uw privacy

We gebruiken cookies om uw browse-ervaring te verbeteren, gepersonaliseerde
advertenties of inhoud weer te geven en ons verkeer te analyseren. Door op
‘Alles accepteren’ te klikken, stemt u in met ons gebruik van cookies.

Aanpassen Alles afwijzen Accepteer alles
Toestemmingsvoorkeuren aanpassen

We gebruiken cookies om u te helpen efficiënt te navigeren en bepaalde functies
uit te voeren. U vindt gedetailleerde informatie over alle cookies onder de
relevante toestemmingscategorie hieronder.

De cookies die zijn gecategoriseerd als ‘Noodzakelijk’ worden in uw browser
opgeslagen omdat ze essentieel zijn voor het inschakelen van de basisfuncties
van de site.... Meer tonen


NoodzakelijkAltijd actief

Noodzakelijke cookies zijn cruciaal voor de basisfuncties van de website en
zonder deze werkt de website niet op de beoogde manier.

Deze cookies slaan geen persoonlijk identificeerbare gegevens op.

 * Cookie
   gagtmblock
 * Looptijd
   1 jaar
 * Beschrijving
   No description

 * Cookie
   mage-cache-sessid
 * Looptijd
   1 maand
 * Beschrijving
   This cookie is set by the Magento. This cookie is used to cleanup the local
   cache storage. When the cookie is removed by the backend application, the
   admin cleans up local storage, and sets the cookie value to true.

 * Cookie
   _tt_enable_cookie
 * Looptijd
   1 jaar 24 dagen
 * Beschrijving
   No description

 * Cookie
   recently_viewed_product
 * Looptijd
   1 maand
 * Beschrijving
   This cookie is set by the Magento. This cookie is used to stores product IDs
   of recently viewed products for easy navigation.

 * Cookie
   recently_viewed_product_previous
 * Looptijd
   1 maand
 * Beschrijving
   This cookie is set by the Magento. This cookie is used to stores product IDs
   of recently previously viewed products for easy navigation.

 * Cookie
   recently_compared_product
 * Looptijd
   1 maand
 * Beschrijving
   This cookie is set by the Magento. This cookie is used to stores product IDs
   of recently compared products.

 * Cookie
   recently_compared_product_previous
 * Looptijd
   1 maand
 * Beschrijving
   This cookie is set by the Magento. This cookie is used to store product IDs
   of previously compared products for easy navigation.

 * Cookie
   product_data_storage
 * Looptijd
   1 maand
 * Beschrijving
   This cookie is set by the Magento. This cookie is used to stores
   configuration for product data related to Recently Viewed / Compared
   Products.

 * Cookie
   PHPSESSID
 * Looptijd
   1 maand
 * Beschrijving
   This cookie is native to PHP applications. The cookie is used to store and
   identify a users' unique session ID for the purpose of managing user session
   on the website. The cookie is a session cookies and is deleted when all the
   browser windows are closed.

 * Cookie
   uid
 * Looptijd
   2 maanden
 * Beschrijving
   This is a Google UserID cookie that tracks users across various website
   segments.

 * Cookie
   mage-banners-cache-storage
 * Looptijd
   sessie
 * Beschrijving
   This cookie is set by the provider Magento eCommerce platform. This cookie is
   used for storing banner content locally to improve performance.

 * Cookie
   mage-cache-storage
 * Looptijd
   1 maand
 * Beschrijving
   This cookie is set by Magento. This cookie is used for caching content on the
   browser to make pages load faster.

 * Cookie
   mage-cache-storage-section-invalidation
 * Looptijd
   1 maand
 * Beschrijving
   This cookie is set by Magento. This cookie is used for caching content on the
   browser to make pages load faster.

 * Cookie
   zeb_menu_type
 * Looptijd
   1 maand
 * Beschrijving
   No description

 * Cookie
   section_data_ids
 * Looptijd
   1 maand
 * Beschrijving
   This cookie is set by the provider Magento.This cookie is used store
   customer-specific information related to shopper-initiated actions such as
   display wish list, checkout information, etc.

 * Cookie
   zeb_gender
 * Looptijd
   1 maand
 * Beschrijving
   No description

 * Cookie
   cookieyes-consent
 * Looptijd
   1 jaar
 * Beschrijving
   CookieYes sets this cookie to remember users' consent preferences so that
   their preferences are respected on their subsequent visits to this site. It
   does not collect or store any personal information of the site visitors.

 * Cookie
   ASP.NET_SessionId
 * Looptijd
   sessie
 * Beschrijving
   Issued by Microsoft's ASP.NET Application, this cookie stores session data
   during a user's website visit.

 * Cookie
   private_content_version
 * Looptijd
   1 jaar 1 maand 4 dagen
 * Beschrijving
   This cookie is set by the provider Magento eCommerce platform. This cookie is
   used for appending a random, unique number and time to pages with customer
   content to prevent them from being cached on the server.

 * Cookie
   ins-current-currency
 * Looptijd
   nooit
 * Beschrijving
   No description available.

 * Cookie
   ins-gaSSId
 * Looptijd
   nooit
 * Beschrijving
   This cookie is set by the useinsider. This cookie is used for calculating the
   impact of special campaigns.

 * Cookie
   sensefuel_user_id
 * Looptijd
   1 maand
 * Beschrijving
   Description is currently not available.

 * Cookie
   sensefuel_track_id
 * Looptijd
   1 maand
 * Beschrijving
   Description is currently not available.

 * Cookie
   searchsuiteautocomplete
 * Looptijd
   sessie
 * Beschrijving
   No description available.

 * Cookie
   _scid_r
 * Looptijd
   1 jaar 1 maand
 * Beschrijving
   Description is currently not available.

 * Cookie
   _hjIncludedInSessionSample_75271
 * Looptijd
   1 uur
 * Beschrijving
   Description is currently not available.

 * Cookie
   dxtrConvertVars
 * Looptijd
   1 dag
 * Beschrijving
   Description is currently not available.

functioneel


Functionele cookies helpen bepaalde functionaliteiten uit te voeren, zoals het
delen van de inhoud van de website op sociale mediaplatforms, het verzamelen van
feedback en andere functies van derden.

 * Cookie
   _conv_v
 * Looptijd
   6 maanden
 * Beschrijving
   This cookie is set by the provider Convert. This cookie is the
   visitor-centric cookie that has a lifetime of max 6 months from the last
   update time. It is a string of star(*) separated pieces; each piece is a
   string that contains key and value strings glued together by colon (:).

 * Cookie
   _conv_s
 * Looptijd
   20 minuten
 * Beschrijving
   No description available.

 * Cookie
   CLID
 * Looptijd
   1 jaar
 * Beschrijving
   No description

 * Cookie
   _ttp
 * Looptijd
   1 jaar 24 dagen
 * Beschrijving
   No description

 * Cookie
   SM
 * Looptijd
   sessie
 * Beschrijving
   No description available.

 * Cookie
   X-AB
 * Looptijd
   1 dag
 * Beschrijving
   Cookie associated with embedding content from Snapchat.

 * Cookie
   _scid
 * Looptijd
   1 jaar 1 maand
 * Beschrijving
   This cookie is set by Snapchat to store Snapchat Pixel unique ID of the User.

 * Cookie
   mage-messages
 * Looptijd
   1 maand
 * Beschrijving
   This cookie is set by the provider Magento. This cookie is used to track
   error messages and other notifications that are shown to the user, such as
   the cookie consent message, and various error messages. The message is
   deleted from the cookie after it is shown to the shopper.

 * Cookie
   categoryurl
 * Looptijd
   sessie
 * Beschrijving
   No description

 * Cookie
   __cf_bm
 * Looptijd
   1 uur
 * Beschrijving
   This cookie, set by Cloudflare, is used to support Cloudflare Bot Management.

Analytics


Analytische cookies worden gebruikt om te begrijpen hoe bezoekers omgaan met de
website. Deze cookies helpen informatie te verstrekken over de statistieken van
het aantal bezoekers, het bouncepercentage, de verkeersbron, enz.

 * Cookie
   sbjs_migrations
 * Looptijd
   6 maanden
 * Beschrijving
   This cookie is to identify the source of a visit and store user action
   information about it in a cookies. This is a analytic and behavioural cookie
   used for improving the visitor experience on the website.

 * Cookie
   sbjs_current_add
 * Looptijd
   6 maanden
 * Beschrijving
   This cookie is to identify the source of a visit and store user action
   information about it in a cookies. This is a analytic and behavioural cookie
   used for improving the visitor experience on the website.

 * Cookie
   sbjs_first_add
 * Looptijd
   6 maanden
 * Beschrijving
   This cookie is to identify the source of a visit and store user action
   information about it in a cookies. This is a analytic and behavioural cookie
   used for improving the visitor experience on the website.

 * Cookie
   sbjs_current
 * Looptijd
   6 maanden
 * Beschrijving
   This cookie is to identify the source of a visit and store user action
   information about it in a cookies. This is a analytic and behavioural cookie
   used for improving the visitor experience on the website.

 * Cookie
   sbjs_first
 * Looptijd
   6 maanden
 * Beschrijving
   This cookie is to identify the source of a visit and store user action
   information about it in a cookies. This is a analytic and behavioural cookie
   used for improving the visitor experience on the website.

 * Cookie
   sbjs_udata
 * Looptijd
   6 maanden
 * Beschrijving
   This cookie is to identify the source of a visit and store user action
   information about it in a cookies. This is a analytic and behavioural cookie
   used for improving the visitor experience on the website.

 * Cookie
   sbjs_session
 * Looptijd
   1 uur
 * Beschrijving
   This cookie is to identify the source of a visit and store user action
   information about it in a cookies. This is a analytic and behavioural cookie
   used for improving the visitor experience on the website.

 * Cookie
   _gcl_au
 * Looptijd
   3 maanden
 * Beschrijving
   Provided by Google Tag Manager to experiment advertisement efficiency of
   websites using their services.

 * Cookie
   _ga
 * Looptijd
   1 jaar 1 maand 4 dagen
 * Beschrijving
   The _ga cookie, installed by Google Analytics, calculates visitor, session
   and campaign data and also keeps track of site usage for the site's analytics
   report. The cookie stores information anonymously and assigns a randomly
   generated number to recognize unique visitors.

 * Cookie
   _hjFirstSeen
 * Looptijd
   1 uur
 * Beschrijving
   Hotjar sets this cookie to identify a new user’s first session. It stores a
   true/false value, indicating whether it was the first time Hotjar saw this
   user.

 * Cookie
   _hjAbsoluteSessionInProgress
 * Looptijd
   1 uur
 * Beschrijving
   Hotjar sets this cookie to detect the first pageview session of a user. This
   is a True/False flag set by the cookie.

 * Cookie
   _hjTLDTest
 * Looptijd
   sessie
 * Beschrijving
   To determine the most generic cookie path that has to be used instead of the
   page hostname, Hotjar sets the _hjTLDTest cookie to store different URL
   substring alternatives until it fails.

 * Cookie
   scgacid
 * Looptijd
   1 jaar
 * Beschrijving
   No description

 * Cookie
   zeb_plp_size
 * Looptijd
   5 minuten
 * Beschrijving
   No description

 * Cookie
   zeb_lastSelectedSize
 * Looptijd
   2 maanden
 * Beschrijving
   No description

 * Cookie
   MR
 * Looptijd
   7 dagen
 * Beschrijving
   This cookie, set by Bing, is used to collect user information for analytics
   purposes.

 * Cookie
   _ga_*
 * Looptijd
   1 jaar 1 maand 4 dagen
 * Beschrijving
   Google Analytics sets this cookie to store and count page views.

 * Cookie
   _hjRecordingEnabled
 * Looptijd
   sessie
 * Beschrijving
   Hotjar sets this cookie when a Recording starts and is read when the
   recording module is initialized, to see if the user is already in a recording
   in a particular session.

 * Cookie
   _hjSessionUser_*
 * Looptijd
   1 jaar
 * Beschrijving
   Hotjar sets this cookie to ensure data from subsequent visits to the same
   site is attributed to the same user ID, which persists in the Hotjar User ID,
   which is unique to that site.

 * Cookie
   _hjSession_*
 * Looptijd
   1 uur
 * Beschrijving
   Hotjar sets this cookie to ensure data from subsequent visits to the same
   site is attributed to the same user ID, which persists in the Hotjar User ID,
   which is unique to that site.

Prestatie


Prestatiecookies worden gebruikt om de belangrijkste prestatie-indexen van de
website te begrijpen en te analyseren, wat helpt bij het leveren van een betere
gebruikerservaring voor de bezoekers.

 * Cookie
   form_key
 * Looptijd
   1 dag
 * Beschrijving
   This cookie is used to track the form submissions and for facilitating
   content caching on browser to make pages load faster.

 * Cookie
   _uetsid
 * Looptijd
   1 dag
 * Beschrijving
   Bing Ads sets this cookie to engage with a user that has previously visited
   the website.

 * Cookie
   _uetvid
 * Looptijd
   1 jaar 24 dagen
 * Beschrijving
   Bing Ads sets this cookie to engage with a user that has previously visited
   the website.

 * Cookie
   SRM_B
 * Looptijd
   1 jaar 24 dagen
 * Beschrijving
   Used by Microsoft Advertising as a unique ID for visitors.

 * Cookie
   _pinterest_ct_ua
 * Looptijd
   1 jaar
 * Beschrijving
   No description available.

 * Cookie
   sc_lurl
 * Looptijd
   sessie
 * Beschrijving
   Description is currently not available.

 * Cookie
   lantern
 * Looptijd
   1 maand
 * Beschrijving
   No description available.

 * Cookie
   10913_lantern
 * Looptijd
   6 maanden
 * Beschrijving
   Description is currently not available.

Advertentie


Advertentiecookies worden gebruikt om bezoekers gepersonaliseerde advertenties
te bezorgen op basis van de eerder bezochte pagina's en om de effectiviteit van
de advertentiecampagne te analyseren.

 * Cookie
   C
 * Looptijd
   1 maand
 * Beschrijving
   No description

 * Cookie
   _clck
 * Looptijd
   1 jaar
 * Beschrijving
   No description

 * Cookie
   _pin_unauth
 * Looptijd
   1 jaar
 * Beschrijving
   This cookie is placed by Pinterest Tag when the user cannot be matched. It
   contains a unique UUID to group actions across pages.

 * Cookie
   MUID
 * Looptijd
   1 jaar 24 dagen
 * Beschrijving
   Bing sets this cookie to recognize unique web browsers visiting Microsoft
   sites. This cookie is used for advertising, site analytics, and other
   operations.

 * Cookie
   test_cookie
 * Looptijd
   15 minuten
 * Beschrijving
   The test_cookie is set by doubleclick.net and is used to determine if the
   user's browser supports cookies.

 * Cookie
   IDE
 * Looptijd
   1 jaar 24 dagen
 * Beschrijving
   Google DoubleClick IDE cookies are used to store information about how the
   user uses the website to present them with relevant ads and according to the
   user profile.

 * Cookie
   ANONCHK
 * Looptijd
   10 minuten
 * Beschrijving
   The ANONCHK cookie, set by Bing, is used to store a user's session ID and
   also verify the clicks from ads on the Bing search engine. The cookie helps
   in reporting and personalization as well.

 * Cookie
   _fbp
 * Looptijd
   3 maanden
 * Beschrijving
   This cookie is set by Facebook to display advertisements when either on
   Facebook or on a digital platform powered by Facebook advertising, after
   visiting the website.

 * Cookie
   _clsk
 * Looptijd
   1 dag
 * Beschrijving
   No description

 * Cookie
   fr
 * Looptijd
   3 maanden
 * Beschrijving
   Facebook sets this cookie to show relevant advertisements to users by
   tracking user behaviour across the web, on sites that have Facebook pixel or
   Facebook social plugin.

 * Cookie
   is_eu
 * Looptijd
   sessie
 * Beschrijving
   No description available.

 * Cookie
   _schn1
 * Looptijd
   3 minuten
 * Beschrijving
   Description is currently not available.

 * Cookie
   ar_debug
 * Looptijd
   1 jaar
 * Beschrijving
   Description is currently not available.

 * Cookie
   ad-id
 * Looptijd
   7 maanden
 * Beschrijving
   Amazon Adsystem sets this cookie as part of its affiliate marketing
   programme.

 * Cookie
   ad-privacy
 * Looptijd
   1 jaar 1 maand 4 dagen
 * Beschrijving
   Amazon Adsystem sets this cookie as part of its affiliate marketing
   programme.

 * Cookie
   _sc_cspv
 * Looptijd
   1 jaar 1 maand
 * Beschrijving
   Description is currently not available.

anderen

Andere niet-gecategoriseerde cookies zijn cookies die worden geanalyseerd en die
nog niet in een categorie zijn ingedeeld.

Geen cookies om weer te geven.

Accepteer alles Bewaar mijn voorkeuren Alles afwijzen
The store will not work correctly when cookies are disabled.

JavaScript lijkt te zijn uitgeschakeld in uw browser. Voor de beste
gebruikerservaring, zorg ervoor dat javascript ingeschakeld is voor uw browser.

SOLDEN tot -70% voor dames en heren bij ZEB!

X

SOLDEN tot -70% voor dames en heren bij ZEB!

X
 * 02/568.11.85
 * vragen@zeb.be

Gratis levering & retour | Kortingen bij min. 2 artikelen
NL
 * FR

dames heren Merken Cadeau Winkels Inspiratie
Toggle Nav
Toggle Nav
Zoek op categorie, merk, kleur, ...
Geavanceerd zoeken
Producten See All (0)
Suggested
Sorry, we vonden geen resultaten. Probeer het nog een keertje met een andere
zoekterm.
Zoeken

 * Account
 * Mijn verlanglijst
 * Inloggen


Winkelwagen 0

Mijn winkelwagen

Winkelwagen 0
sluiten U heeft geen product(en) in uw winkelwagen.

GRATIS LEVERING & RETOUR

dames heren
 * Merken

 * Cadeau

 * Winkels

 * Inspiratie

Account
 * Account
 * Mijn verlanglijst
 * Inloggen


Chat

Bestel snel



Je bestelling morgen in huis?

Bestel binnen 3 uur en 30 mins.


 * Nieuwe collectie
   * Kleding
   * Schoenen
   * Accessoires
 * Nieuwe collectie
   * Kleding
   * Schoenen
   * Accessoires
 * Promo
 * Promo
 * Kleding
   * T-shirts & topjes
   * Truien
   * Kleedjes
   * Broeken
   * Hemden
   * Jassen
   * Jeans
   * Blazers
   * Rokken
   * Shorts
   * Jumpsuits & playsuits
 * Kleding
   * T-shirts & polo's
   * Jeans
   * Broeken
   * Truien
   * Hoodies & sweaters
   * Jassen
   * Shorts
   * Hemden
   * Kostuums
   * Gilets
   * Blazers
 * Jeans
 * Jeans
 * Schoenen
   * Sneakers
   * Sandalen
   * Slippers
   * Enkellaarzen
   * Pumps
 * Schoenen
   * Sneakers
   * Slippers
   * Laarzen
 * Accessoires
   * Ondergoed
   * Sokken & panty's
   * Riemen
   * Tassen & portemonnees
   * Sjaals
   * Mutsen & handschoenen
   * Petten & bucket hats
   * Parfum
   * Lifestyle
   * Badpakken & bikini's
   * Zonnebrillen
   * Teenslippers
 * Accessoires
   * Ondergoed
   * Sokken
   * Riemen
   * Petten & bucket hats
   * Rugzakken & portemonnees
   * Kostuumaccessoires
   * Mutsen & handschoenen
   * Sjaals
   * Parfum
   * Zonnebrillen
   * Zwemshorts
   * Teenslippers
 * Merken
 * Merken
 * Cadeaubonnen
 * Cadeauboxen
 * Cadeautips kerst & nieuwjaar
 * Trends
 * Party
 * Kerst
 * Adressen ZEB stores

 * Nieuwe collectie

 * Promo

 * Kleding

 * Jeans

 * Schoenen

 * Accessoires

 * Merken

 * Cadeaubonnen

 * Cadeauboxen

 * Cadeautips kerst & nieuwjaar

 * Trends

 * Party

 * Kerst

 * Adressen ZEB stores

Dames >
Heren >
Merken >
Winkels >
Dames >
Heren >
Merken >
Winkels >
MULTIBRAND FASHION STORE
MULTIBRAND
FASHION STORE

• FREE SHIPPING • FREE RETOUR • FREE SHIPPING • FREE RETOUR •

• FREE SHIPPING •

Dames >
Heren >
Dames >
Heren >
SOLDEN
TOT -70%
op geselecteerde artikelen,
kortingen geldig bij aankoop van min. 2 artikelen.
SOLDEN
TOT -70%
op geselecteerde artikelen, kortingen geldig bij aankoop van min. 2 artikelen.

• FREE SHIPPING • FREE RETOUR • FREE SHIPPING • FREE RETOUR •

• FREE RETOUR •


MERKEN

 * 24 colours GmbH
 * Astrid Black Label
 * Bruce & Butler
 * Calvin Klein
 * CATERPILLAR
 * Cyclo Club Marcel
 * G-Star RAW
 * Guess
 * HAILYS
 * HUGO
 * JACK & JONES
 * JDY
 * JJXX
 * KAOTIKO
 * Le Fabuleux Marcel de Bruxelles
 * Lee Cooper
 * LEE
 * Levi's
 * MANGO
 * MEXX
 * Morgan De Toi
 * NOOR BY NORA GHARIB
 * ONLY
 * ONLY & SONS
 * Pepe Jeans
 * Petrol Industries
 * REDEFINED REBEL
 * Salsa
 * SUPERDRY
 * Tally Weijl
 * Tom Tailor
 * Tommy Jeans
 * Vans
 * Vero Moda
 * Vila
 * YŪGEN

Alle merken >


CATEGORIEËN DAMES

 * Badpakken & bikini's
 * Blazers
 * Body's
 * Broeken
 * CATERPILLAR
 * Enkellaarzen
 * Gilets
 * Hemden
 * Hoodies & sweaters
 * Jassen
 * Jeans
 * Jumpsuits & playsuits
 * Kleedjes
 * Laarzen
 * Lifestyle
 * Mutsen & handschoenen
 * Nieuwe collectie
 * Ondergoed
 * Parfum
 * Petten & bucket hats
 * Promo
 * Pumps
 * Riemen
 * Rokken
 * Sandalen
 * Schoenen
 * Shorts
 * Sjaals
 * Slippers
 * Sneakers
 * Sokken & panty's
 * T-shirts & topjes
 * Tassen & portemonnees
 * Truien
 * Zonnebrillen

Alle damescategorieën >


CATEGORIEËN HEREN

 * Armbanden
 * Blazers
 * Broeken
 * CATERPILLAR
 * Gilets
 * Hemden
 * Hoodies & sweaters
 * Jassen
 * Jeans
 * Kostuumaccessoires
 * Kostuums
 * Laarzen
 * Mutsen & handschoenen
 * Nieuwe collectie
 * Ondergoed
 * Parfum
 * Petten & bucket hats
 * Polo's
 * Promo
 * Riemen
 * Rugzakken & portemonnees
 * Schoenen
 * Shorts
 * Sjaals
 * Slippers
 * Sneakers
 * Sokken
 * T-shirts & polo's
 * Truien
 * Zonnebrillen
 * Zwemshorts

Alle herencategorieën >

GRATIS LEVERING

GRATIS RETOUR

LEVERING THUIS, OP KANTOOR OF IN EEN ZEB-WINKEL IN JE BUURT

CONTACTEER ONS OP 02/568.11.85 (MAA-ZON) of via CHAT

SCHRIJF JE IN VOOR DE ZEB NEWSLETTER!

Schrijf je in voor onze nieuwsbrief en krijg alle promoties, nieuwe collecties
én 10 euro korting in je mailbox!*

Nieuwsbrief
Abonneer u op onze nieuwsbrief
Inschrijven

Door het ingeven van je e-mailadres stem je toe dat wij je persoongegevens
verwerken voor het bovenvermelde doeleinde in overeenstemming met onze privacy
policy. * Enkel voor nieuwe klanten vanaf een aankoopbedrag van €50.

ZEB producten

 * Nieuw
 * Dames
 * Heren
 * Merken
 * Stores
 * Cadeaubonnen
 * Wastips jeans

ZEB Info

 * Werken bij ZEB
 * Over ZEB
 * Klachtenprocedure
 * Conformiteit & garantie
 * Duurzaamheid
 * Privacy policy

Klantenservice

 * Nieuwe klant?
 * Bezorgen & afhalen
 * Betaalwijzen
 * Retour & omruilen
 * Veilig online kopen
 * Promotiecodes gebruiken
 * Uitschrijven voor communicatie
 * Veelgestelde vragen
 * VIP Club
 * Contacteer ons


 * ●  Brusselsesteenweg 185, 1785 Merchtem  ●  vragen@zeb.be  ●  02/568 11 85 
   ●  btw BE 0553 548 910  ●  rek.nr. BE77 3630 8928 8742  ●


Heb je vragen over een bepaald product of over jouw bestelling? Bel ons: +32 2
568 11 85. We zijn dag en nacht bereikbaar. Ook op zaterdag en zondag. Of klik
hier voor persoonlijke assistentie via online live chat.
Copyright © 2023 Alle rechten voorbehouden.
Hulp nodig met bestellen? Bel ons op 02 568.11.85 of contacteer ons via chat
Copyright © 2023 Alle rechten voorbehouden.
Copyright © 2023 Alle rechten voorbehouden.

Log in om naar je wishlist te gaan

E-mailadres

Wachtwoord

Jouw wachtwoord vergeten?
Inloggen
Een account aanmaken




Zoeken naar...





De winkel binnengaan
Alle suggesties



AANBIEDINGEN
FILTER
sorteer

Sorteer opRelevantie

Relevantie
prijs hoog naar laag
prijs laag naar hoog
nieuw hoog naar laag
nieuw laag naar hoog
promo hoog naar laag
promo laag naar hoog













sluiten
Afrekenen als een nieuwe klant

Het aanmaken van een account heeft vele voordelen:

 * Bekijk bestelling en verzendstatus
 * Bekijk bestelgeschiedenis
 * Reken sneller af

Een Online ZEB account aanmaken
Reken af met uw account

e-mailadres

Wachtwoord


Inloggen
Wachtwoord vergeten?