biodanepharma.de Open in urlscan Pro
185.221.38.97  Public Scan

URL: https://biodanepharma.de/
Submission: On July 08 via manual from DK — Scanned from DE

Form analysis 10 forms found in the DOM

GET /shop/

<form method="get" action="/shop/" class="ng-pristine ng-valid">
  <div class="input-group">
    <span class="input-group-button"><button class="button" type="submit"><i class="fa fa-fw fa-search fa-lg"></i></button></span>
    <input type="text" class="form-input input-group-main" placeholder="Suche eingeben" name="search" required="">
  </div>
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <input type="hidden" name="returnUrl" data-ng-value="returnUrl">
  <figure class="image m-productlist-figure">
    <!-- Product splashes, news, discount and sold out -->
    <div class="splash m-productlist-splash" data-ng-show="::settings.show_product_icons">
      <!-- NEW icon if newer than 30 days (2.592.000 seconds) -->
      <!-- ngIf: ::isNew -->
      <!-- DISCOUNT icon if discount it active -->
      <!-- ngIf: onSale -->
      <!-- SOLD OUT icon if not in stock -->
      <!-- ngIf: soldout -->
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/76-colostrum-kapseln/120-colodan-whole-colostrum-kapseln/" class="m-productlist-link trailing-db text-center" href="/shop/76-colostrum-kapseln/120-colodan-whole-colostrum-kapseln/">
				<!-- ngIf: ::general.hasLazyload() --><span data-ng-if="::general.hasLazyload()" ng-style="{'max-width': imageWidth + 'px' }" class="placeholder-wrapper" style="max-width: 293px;">
					<span class="placeholder"></span>
					<img class="responsive m-productlist-image lazyloaded" data-ng-src="https://shop13080.sfstatic.io/upload_dir/shop/_thumbs/Neuheit-Kolostrum-Kapseln.w293.h293.backdrop.jpg" data-src="https://shop13080.sfstatic.io/upload_dir/shop/_thumbs/Neuheit-Kolostrum-Kapseln.w293.h293.backdrop.jpg" alt="Colodan Whole Colostrum Kapseln" src="https://shop13080.sfstatic.io/upload_dir/shop/_thumbs/Neuheit-Kolostrum-Kapseln.w293.h293.backdrop.jpg">
				</span><!-- end ngIf: ::general.hasLazyload() -->
				<!-- ngIf: ::general.hasLazyload() == false -->
			</a>
  </figure>
  <div class="content product-description" data-equalizer="type-col" style="height: 121px;">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading">
      <a data-ng-href="/shop/76-colostrum-kapseln/120-colodan-whole-colostrum-kapseln/" class="is-block m-productlist-link" href="/shop/76-colostrum-kapseln/120-colodan-whole-colostrum-kapseln/">
					<h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">Colodan Whole Colostrum Kapseln</h4>
				</a>
      <!-- Item number -->
      <!-- ngIf: ::settings.shop_product_number && itemNumber -->
      <p data-ng-if="::settings.shop_product_number &amp;&amp; itemNumber" class="m-productlist-itemNumber" data-ng-bind-html="itemNumber">5500300050</p><!-- end ngIf: ::settings.shop_product_number && itemNumber -->
    </header>
    <!-- Stock status -->
    <!-- ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <!-- Description -->
    <div class="description m-productlist-description">
      <!-- Short description -->
      <!-- ngIf: ::product.DescriptionList -->
      <div class="short-description m-productlist-short-description" data-ng-if="::product.DescriptionList" data-ng-bind-html="::product.DescriptionList">
        <p><em>Nahrungsergänzungsmittel</em></p>
      </div><!-- end ngIf: ::product.DescriptionList -->
    </div>
    <!-- Rating visually made with FontAwesome -->
    <!-- ngIf: ::settings.module_shop_review_products -->
  </div>
  <!-- Prices and transaction -->
  <div class="content product-transaction m-productlist-transactions" data-equalizer="type-col-prices" style="height: 60px;">
    <!-- Variant dropdown of Product -->
    <!-- ngIf: ::showVariants -->
    <!-- Price calculation of Product -->
    <!-- ngIf: ::showPrices -->
    <div class="prices" data-ng-if="::showPrices">
      <!-- Discount price -->
      <!-- ngIf: discount -->
      <!-- Price -->
      <span class="m-productlist-price h5 is-block" data-ng-bind-html="price">EUR 41,50</span>
      <!-- Various price info -->
      <div class="product-various-price-info">
        <!-- VAT -->
        <!-- ngIf: ::settings.shop_product_tax_after_price -->
        <!-- Cheapest combo -->
        <!-- ngIf: combo -->
        <!-- VAT -->
        <!-- ngIf: ::settings.shop_product_tax_after_price && combo -->
        <!-- Price terms -->
        <!-- ngIf: ::shop.priceTerms -->
      </div>
    </div><!-- end ngIf: ::showPrices -->
  </div>
  <!-- Action -->
  <!-- ngIf: showButtons -->
  <div class="content product-transaction product-action" data-ng-if="showButtons">
    <div class="row">
      <div class="col-s-1 col-m-4 col-l-4 col-xl-8">
        <!-- Amount -->
        <fieldset class="form-group m-productlist-amount">
          <input type="text" pattern="[0-9]*" class="form-input text-center m-productlist-input" name="product[120][amount]" value="1" placeholder="Anzahl" title="Sie müssen eine Anzahl wählen" required="" data-ng-disabled="buttonMode != 1">
        </fieldset>
      </div>
      <div class="col-s-3 col-m-8 col-l-8 col-xl-16 m-productlist-tractions-button">
        <!-- Call-to-action -->
        <fieldset class="form-group" data-ng-switch="" data-on="buttonMode">
          <!-- ngSwitchDefault:  -->
          <!-- ngSwitchWhen: 1 --><button data-ng-switch-when="1" type="submit" name="cartadd" class="button-primary button-icon is-block normal" data-ng-click="processProductSubmit()">
            <i class="fa fa-shopping-cart"></i><span data-ng-bind-html="::text.PRODUCT_CATALOG_PRODUCT_BUY">Kaufen</span>
          </button><!-- end ngSwitchWhen: -->
          <!-- ngSwitchWhen: 2 -->
        </fieldset>
      </div>
    </div>
  </div><!-- end ngIf: showButtons -->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <input type="hidden" name="returnUrl" data-ng-value="returnUrl">
  <figure class="image m-productlist-figure">
    <!-- Product splashes, news, discount and sold out -->
    <div class="splash m-productlist-splash" data-ng-show="::settings.show_product_icons">
      <!-- NEW icon if newer than 30 days (2.592.000 seconds) -->
      <!-- ngIf: ::isNew -->
      <!-- DISCOUNT icon if discount it active -->
      <!-- ngIf: onSale -->
      <!-- SOLD OUT icon if not in stock -->
      <!-- ngIf: soldout -->
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/75-flohsamenschalen-kapseln/119-flohsamenschalen-kapseln-500-stk/" class="m-productlist-link trailing-db text-center" href="/shop/75-flohsamenschalen-kapseln/119-flohsamenschalen-kapseln-500-stk/">
				<!-- ngIf: ::general.hasLazyload() --><span data-ng-if="::general.hasLazyload()" ng-style="{'max-width': imageWidth + 'px' }" class="placeholder-wrapper" style="max-width: 293px;">
					<span class="placeholder"></span>
					<img class="responsive m-productlist-image lazyloaded" data-ng-src="https://shop13080.sfstatic.io/upload_dir/shop/_thumbs/Flohsamenschalen-Kapseln-500-stuck.w293.h293.backdrop.png" data-src="https://shop13080.sfstatic.io/upload_dir/shop/_thumbs/Flohsamenschalen-Kapseln-500-stuck.w293.h293.backdrop.png" alt="Flohsamenschalen Kapseln (500 stk.)" src="https://shop13080.sfstatic.io/upload_dir/shop/_thumbs/Flohsamenschalen-Kapseln-500-stuck.w293.h293.backdrop.png">
				</span><!-- end ngIf: ::general.hasLazyload() -->
				<!-- ngIf: ::general.hasLazyload() == false -->
			</a>
  </figure>
  <div class="content product-description" data-equalizer="type-col" style="height: 121px;">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading">
      <a data-ng-href="/shop/75-flohsamenschalen-kapseln/119-flohsamenschalen-kapseln-500-stk/" class="is-block m-productlist-link" href="/shop/75-flohsamenschalen-kapseln/119-flohsamenschalen-kapseln-500-stk/">
					<h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">Flohsamenschalen Kapseln (500 stk.)</h4>
				</a>
      <!-- Item number -->
      <!-- ngIf: ::settings.shop_product_number && itemNumber -->
      <p data-ng-if="::settings.shop_product_number &amp;&amp; itemNumber" class="m-productlist-itemNumber" data-ng-bind-html="itemNumber">5910540252</p><!-- end ngIf: ::settings.shop_product_number && itemNumber -->
    </header>
    <!-- Stock status -->
    <!-- ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <!-- Description -->
    <div class="description m-productlist-description">
      <!-- Short description -->
      <!-- ngIf: ::product.DescriptionList -->
      <div class="short-description m-productlist-short-description" data-ng-if="::product.DescriptionList" data-ng-bind-html="::product.DescriptionList">
        <p><em>Nahrungsergänzungsmittel mit Ballaststoffen.&nbsp;</em></p>
      </div><!-- end ngIf: ::product.DescriptionList -->
    </div>
    <!-- Rating visually made with FontAwesome -->
    <!-- ngIf: ::settings.module_shop_review_products -->
  </div>
  <!-- Prices and transaction -->
  <div class="content product-transaction m-productlist-transactions" data-equalizer="type-col-prices" style="height: 60px;">
    <!-- Variant dropdown of Product -->
    <!-- ngIf: ::showVariants -->
    <!-- Price calculation of Product -->
    <!-- ngIf: ::showPrices -->
    <div class="prices" data-ng-if="::showPrices">
      <!-- Discount price -->
      <!-- ngIf: discount -->
      <!-- Price -->
      <span class="m-productlist-price h5 is-block" data-ng-bind-html="price">EUR 15,95</span>
      <!-- Various price info -->
      <div class="product-various-price-info">
        <!-- VAT -->
        <!-- ngIf: ::settings.shop_product_tax_after_price -->
        <!-- Cheapest combo -->
        <!-- ngIf: combo -->
        <!-- VAT -->
        <!-- ngIf: ::settings.shop_product_tax_after_price && combo -->
        <!-- Price terms -->
        <!-- ngIf: ::shop.priceTerms -->
      </div>
    </div><!-- end ngIf: ::showPrices -->
  </div>
  <!-- Action -->
  <!-- ngIf: showButtons -->
  <div class="content product-transaction product-action" data-ng-if="showButtons">
    <div class="row">
      <div class="col-s-1 col-m-4 col-l-4 col-xl-8">
        <!-- Amount -->
        <fieldset class="form-group m-productlist-amount">
          <input type="text" pattern="[0-9]*" class="form-input text-center m-productlist-input" name="product[119][amount]" value="1" placeholder="Anzahl" title="Sie müssen eine Anzahl wählen" required="" data-ng-disabled="buttonMode != 1">
        </fieldset>
      </div>
      <div class="col-s-3 col-m-8 col-l-8 col-xl-16 m-productlist-tractions-button">
        <!-- Call-to-action -->
        <fieldset class="form-group" data-ng-switch="" data-on="buttonMode">
          <!-- ngSwitchDefault:  -->
          <!-- ngSwitchWhen: 1 --><button data-ng-switch-when="1" type="submit" name="cartadd" class="button-primary button-icon is-block normal" data-ng-click="processProductSubmit()">
            <i class="fa fa-shopping-cart"></i><span data-ng-bind-html="::text.PRODUCT_CATALOG_PRODUCT_BUY">Kaufen</span>
          </button><!-- end ngSwitchWhen: -->
          <!-- ngSwitchWhen: 2 -->
        </fieldset>
      </div>
    </div>
  </div><!-- end ngIf: showButtons -->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <input type="hidden" name="returnUrl" data-ng-value="returnUrl">
  <figure class="image m-productlist-figure">
    <!-- Product splashes, news, discount and sold out -->
    <div class="splash m-productlist-splash" data-ng-show="::settings.show_product_icons">
      <!-- NEW icon if newer than 30 days (2.592.000 seconds) -->
      <!-- ngIf: ::isNew -->
      <!-- DISCOUNT icon if discount it active -->
      <!-- ngIf: onSale -->
      <!-- SOLD OUT icon if not in stock -->
      <!-- ngIf: soldout -->
    </div>
    <!-- Product image -->
    <a data-ng-href="" class="m-productlist-link trailing-db text-center">
				<!-- ngIf: ::general.hasLazyload() --><span data-ng-if="::general.hasLazyload()" ng-style="{'max-width': imageWidth + 'px' }" class="placeholder-wrapper" style="max-width: 293px;">
					<span class="placeholder"></span>
					<img class="responsive m-productlist-image lazyloaded" data-ng-src="https://shop13080.sfstatic.io/upload_dir/shop/_thumbs/240611_Hyben-kapsler-produktfoto.w293.h293.backdrop.jpg" data-src="https://shop13080.sfstatic.io/upload_dir/shop/_thumbs/240611_Hyben-kapsler-produktfoto.w293.h293.backdrop.jpg" alt="HerbaFlora Hagebutten Kapseln (360 stk.)" src="https://shop13080.sfstatic.io/upload_dir/shop/_thumbs/240611_Hyben-kapsler-produktfoto.w293.h293.backdrop.jpg">
				</span><!-- end ngIf: ::general.hasLazyload() -->
				<!-- ngIf: ::general.hasLazyload() == false -->
			</a>
  </figure>
  <div class="content product-description" data-equalizer="type-col" style="height: 121px;">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading">
      <a data-ng-href="" class="is-block m-productlist-link">
					<h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">HerbaFlora Hagebutten Kapseln (360 stk.)</h4>
				</a>
      <!-- Item number -->
      <!-- ngIf: ::settings.shop_product_number && itemNumber -->
      <p data-ng-if="::settings.shop_product_number &amp;&amp; itemNumber" class="m-productlist-itemNumber" data-ng-bind-html="itemNumber">59105401155</p><!-- end ngIf: ::settings.shop_product_number && itemNumber -->
    </header>
    <!-- Stock status -->
    <!-- ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <!-- Description -->
    <div class="description m-productlist-description">
      <!-- Short description -->
      <!-- ngIf: ::product.DescriptionList -->
    </div>
    <!-- Rating visually made with FontAwesome -->
    <!-- ngIf: ::settings.module_shop_review_products -->
  </div>
  <!-- Prices and transaction -->
  <div class="content product-transaction m-productlist-transactions" data-equalizer="type-col-prices" style="height: 60px;">
    <!-- Variant dropdown of Product -->
    <!-- ngIf: ::showVariants -->
    <!-- Price calculation of Product -->
    <!-- ngIf: ::showPrices -->
    <div class="prices" data-ng-if="::showPrices">
      <!-- Discount price -->
      <!-- ngIf: discount -->
      <!-- Price -->
      <span class="m-productlist-price h5 is-block" data-ng-bind-html="price">EUR 175,48</span>
      <!-- Various price info -->
      <div class="product-various-price-info">
        <!-- VAT -->
        <!-- ngIf: ::settings.shop_product_tax_after_price -->
        <!-- Cheapest combo -->
        <!-- ngIf: combo -->
        <!-- VAT -->
        <!-- ngIf: ::settings.shop_product_tax_after_price && combo -->
        <!-- Price terms -->
        <!-- ngIf: ::shop.priceTerms -->
      </div>
    </div><!-- end ngIf: ::showPrices -->
  </div>
  <!-- Action -->
  <!-- ngIf: showButtons -->
  <div class="content product-transaction product-action" data-ng-if="showButtons">
    <div class="row">
      <div class="col-s-1 col-m-4 col-l-4 col-xl-8">
        <!-- Amount -->
        <fieldset class="form-group m-productlist-amount">
          <input type="text" pattern="[0-9]*" class="form-input text-center m-productlist-input" name="product[126][amount]" value="1" placeholder="Anzahl" title="Sie müssen eine Anzahl wählen" required="" data-ng-disabled="buttonMode != 1">
        </fieldset>
      </div>
      <div class="col-s-3 col-m-8 col-l-8 col-xl-16 m-productlist-tractions-button">
        <!-- Call-to-action -->
        <fieldset class="form-group" data-ng-switch="" data-on="buttonMode">
          <!-- ngSwitchDefault:  -->
          <!-- ngSwitchWhen: 1 --><button data-ng-switch-when="1" type="submit" name="cartadd" class="button-primary button-icon is-block normal" data-ng-click="processProductSubmit()">
            <i class="fa fa-shopping-cart"></i><span data-ng-bind-html="::text.PRODUCT_CATALOG_PRODUCT_BUY">Kaufen</span>
          </button><!-- end ngSwitchWhen: -->
          <!-- ngSwitchWhen: 2 -->
        </fieldset>
      </div>
    </div>
  </div><!-- end ngIf: showButtons -->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <input type="hidden" name="returnUrl" data-ng-value="returnUrl">
  <figure class="image m-productlist-figure">
    <!-- Product splashes, news, discount and sold out -->
    <div class="splash m-productlist-splash" data-ng-show="::settings.show_product_icons">
      <!-- NEW icon if newer than 30 days (2.592.000 seconds) -->
      <!-- ngIf: ::isNew -->
      <!-- DISCOUNT icon if discount it active -->
      <!-- ngIf: onSale -->
      <!-- SOLD OUT icon if not in stock -->
      <!-- ngIf: soldout -->
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/4-sylliflor-flohsamenschalen/80-sylliflor-kakao-200g/" class="m-productlist-link trailing-db text-center" href="/shop/4-sylliflor-flohsamenschalen/80-sylliflor-kakao-200g/">
				<!-- ngIf: ::general.hasLazyload() --><span data-ng-if="::general.hasLazyload()" ng-style="{'max-width': imageWidth + 'px' }" class="placeholder-wrapper" style="max-width: 293px;">
					<span class="placeholder"></span>
					<img class="responsive m-productlist-image lazyloaded" data-ng-src="https://shop13080.sfstatic.io/upload_dir/shop/_thumbs/SylliFlor-Flohsamenschalen-Kakao-200g.w293.h293.backdrop.png" data-src="https://shop13080.sfstatic.io/upload_dir/shop/_thumbs/SylliFlor-Flohsamenschalen-Kakao-200g.w293.h293.backdrop.png" alt="SylliFlor<sup>®</sup> Flohsamenschalen<br />Kakao<br />200 g" src="https://shop13080.sfstatic.io/upload_dir/shop/_thumbs/SylliFlor-Flohsamenschalen-Kakao-200g.w293.h293.backdrop.png">
				</span><!-- end ngIf: ::general.hasLazyload() -->
				<!-- ngIf: ::general.hasLazyload() == false -->
			</a>
  </figure>
  <div class="content product-description" data-equalizer="type-col" style="height: 121px;">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading">
      <a data-ng-href="/shop/4-sylliflor-flohsamenschalen/80-sylliflor-kakao-200g/" class="is-block m-productlist-link" href="/shop/4-sylliflor-flohsamenschalen/80-sylliflor-kakao-200g/">
					<h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">SylliFlor<sup>®</sup> Flohsamenschalen<br>Kakao<br>200 g</h4>
				</a>
      <!-- Item number -->
      <!-- ngIf: ::settings.shop_product_number && itemNumber -->
      <p data-ng-if="::settings.shop_product_number &amp;&amp; itemNumber" class="m-productlist-itemNumber" data-ng-bind-html="itemNumber">5910541200</p><!-- end ngIf: ::settings.shop_product_number && itemNumber -->
    </header>
    <!-- Stock status -->
    <!-- ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <!-- Description -->
    <div class="description m-productlist-description">
      <!-- Short description -->
      <!-- ngIf: ::product.DescriptionList -->
      <div class="short-description m-productlist-short-description" data-ng-if="::product.DescriptionList" data-ng-bind-html="::product.DescriptionList">
        <p><span style="color:#999999;"><em><em>Nahrungsergänzungsmittel mit Ballaststoffen</em></em></span></p>
      </div><!-- end ngIf: ::product.DescriptionList -->
    </div>
    <!-- Rating visually made with FontAwesome -->
    <!-- ngIf: ::settings.module_shop_review_products -->
  </div>
  <!-- Prices and transaction -->
  <div class="content product-transaction m-productlist-transactions" data-equalizer="type-col-prices" style="height: 60px;">
    <!-- Variant dropdown of Product -->
    <!-- ngIf: ::showVariants -->
    <div class="variants m-productlist-variants" data-ng-if="::showVariants" data-ng-class="{'flash': flashVariant}">
      <div class="select2-container variantContainer m-productlist-variantContainer" id="s2id_autogen1" style="width: 100%;">
        <a href="javascript:void(0)" class="select2-choice select2-default" tabindex="-1">   <span class="select2-chosen" id="select2-chosen-2">Auswahl Packungsgrößen</span><abbr class="select2-search-choice-close"></abbr>   <span class="select2-arrow" role="presentation"><b role="presentation"></b></span></a><label
          for="s2id_autogen2" class="select2-offscreen"></label><input class="select2-focusser select2-offscreen" type="text" aria-haspopup="true" role="button" aria-labelledby="select2-chosen-2" id="s2id_autogen2">
        <div class="select2-drop select2-display-none">
          <div class="select2-search select2-search-hidden select2-offscreen"> <label for="s2id_autogen2_search" class="select2-offscreen"></label> <input type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"
              class="select2-input" role="combobox" aria-expanded="true" aria-autocomplete="list" aria-owns="select2-results-2" id="s2id_autogen2_search" placeholder=""> </div>
          <ul class="select2-results" role="listbox" id="select2-results-2"> </ul>
        </div>
      </div><input type="hidden" name="product[80][variant]" class="variantContainer m-productlist-variantContainer" style="width: 100%; display: none;" data-variant-ajax="product.Id" data-variant-default="variantDefault" data-hide-price="showPrices"
        data-image-width="imageWidth" data-image-height="imageHeight" data-required="" tabindex="-1" title="">
    </div><!-- end ngIf: ::showVariants -->
    <!-- Price calculation of Product -->
    <!-- ngIf: ::showPrices -->
    <div class="prices" data-ng-if="::showPrices">
      <!-- Discount price -->
      <!-- ngIf: discount -->
      <!-- Price -->
      <span class="m-productlist-price h5 is-block" data-ng-bind-html="price">Preis ab EUR 14,50</span>
      <!-- Various price info -->
      <div class="product-various-price-info">
        <!-- VAT -->
        <!-- ngIf: ::settings.shop_product_tax_after_price -->
        <!-- Cheapest combo -->
        <!-- ngIf: combo -->
        <!-- VAT -->
        <!-- ngIf: ::settings.shop_product_tax_after_price && combo -->
        <!-- Price terms -->
        <!-- ngIf: ::shop.priceTerms -->
      </div>
    </div><!-- end ngIf: ::showPrices -->
  </div>
  <!-- Action -->
  <!-- ngIf: showButtons -->
  <div class="content product-transaction product-action" data-ng-if="showButtons">
    <div class="row">
      <div class="col-s-1 col-m-4 col-l-4 col-xl-8">
        <!-- Amount -->
        <fieldset class="form-group m-productlist-amount">
          <input type="text" pattern="[0-9]*" class="form-input text-center m-productlist-input" name="product[80][amount]" value="1" placeholder="Anzahl" title="Sie müssen eine Anzahl wählen" required="" data-ng-disabled="buttonMode != 1"
            disabled="disabled">
        </fieldset>
      </div>
      <div class="col-s-3 col-m-8 col-l-8 col-xl-16 m-productlist-tractions-button">
        <!-- Call-to-action -->
        <fieldset class="form-group" data-ng-switch="" data-on="buttonMode">
          <!-- ngSwitchDefault:  -->
          <!-- ngSwitchWhen: 1 -->
          <!-- ngSwitchWhen: 2 --><button data-ng-switch-when="2" type="button" class="button-primary is-block variant" data-ng-click="toggleFlashVariant()" data-ng-bind-html="::text.PRODUCT_CATALOG_PRODUCT_CHOOSE_VARIANT">Variante
            wählen</button><!-- end ngSwitchWhen: -->
        </fieldset>
      </div>
    </div>
  </div><!-- end ngIf: showButtons -->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <input type="hidden" name="returnUrl" data-ng-value="returnUrl">
  <figure class="image m-productlist-figure">
    <!-- Product splashes, news, discount and sold out -->
    <div class="splash m-productlist-splash" data-ng-show="::settings.show_product_icons">
      <!-- NEW icon if newer than 30 days (2.592.000 seconds) -->
      <!-- ngIf: ::isNew -->
      <!-- DISCOUNT icon if discount it active -->
      <!-- ngIf: onSale -->
      <!-- SOLD OUT icon if not in stock -->
      <!-- ngIf: soldout -->
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/4-sylliflor-flohsamenschalen/13-sylliflor-naturell-30x6g-dosisbriefe/" class="m-productlist-link trailing-db text-center" href="/shop/4-sylliflor-flohsamenschalen/13-sylliflor-naturell-30x6g-dosisbriefe/">
				<!-- ngIf: ::general.hasLazyload() --><span data-ng-if="::general.hasLazyload()" ng-style="{'max-width': imageWidth + 'px' }" class="placeholder-wrapper" style="max-width: 293px;">
					<span class="placeholder"></span>
					<img class="responsive m-productlist-image lazyloaded" data-ng-src="https://shop13080.sfstatic.io/upload_dir/pics/TYSKLAND/SylliFlor-DE/Dosisbreve-DE/_thumbs/sylliflor-naturell-dosisbriefe-DE.w293.h293.backdrop.png" data-src="https://shop13080.sfstatic.io/upload_dir/pics/TYSKLAND/SylliFlor-DE/Dosisbreve-DE/_thumbs/sylliflor-naturell-dosisbriefe-DE.w293.h293.backdrop.png" alt="SylliFlor<sup>®</sup> Flohsamenschalen<br />Naturell<br />Dosisbriefe 30 x 6 g" src="https://shop13080.sfstatic.io/upload_dir/pics/TYSKLAND/SylliFlor-DE/Dosisbreve-DE/_thumbs/sylliflor-naturell-dosisbriefe-DE.w293.h293.backdrop.png">
				</span><!-- end ngIf: ::general.hasLazyload() -->
				<!-- ngIf: ::general.hasLazyload() == false -->
			</a>
  </figure>
  <div class="content product-description" data-equalizer="type-col" style="height: 121px;">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading">
      <a data-ng-href="/shop/4-sylliflor-flohsamenschalen/13-sylliflor-naturell-30x6g-dosisbriefe/" class="is-block m-productlist-link" href="/shop/4-sylliflor-flohsamenschalen/13-sylliflor-naturell-30x6g-dosisbriefe/">
					<h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">SylliFlor<sup>®</sup> Flohsamenschalen<br>Naturell<br>Dosisbriefe 30 x 6 g</h4>
				</a>
      <!-- Item number -->
      <!-- ngIf: ::settings.shop_product_number && itemNumber -->
      <p data-ng-if="::settings.shop_product_number &amp;&amp; itemNumber" class="m-productlist-itemNumber" data-ng-bind-html="itemNumber">5910550018</p><!-- end ngIf: ::settings.shop_product_number && itemNumber -->
    </header>
    <!-- Stock status -->
    <!-- ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <!-- Description -->
    <div class="description m-productlist-description">
      <!-- Short description -->
      <!-- ngIf: ::product.DescriptionList -->
      <div class="short-description m-productlist-short-description" data-ng-if="::product.DescriptionList" data-ng-bind-html="::product.DescriptionList">
        <p><span style="color:#999999;"><em><em>Nahrungsergänzungsmittel mit Ballaststoffen</em></em></span></p>
      </div><!-- end ngIf: ::product.DescriptionList -->
    </div>
    <!-- Rating visually made with FontAwesome -->
    <!-- ngIf: ::settings.module_shop_review_products -->
  </div>
  <!-- Prices and transaction -->
  <div class="content product-transaction m-productlist-transactions" data-equalizer="type-col-prices" style="height: 60px;">
    <!-- Variant dropdown of Product -->
    <!-- ngIf: ::showVariants -->
    <!-- Price calculation of Product -->
    <!-- ngIf: ::showPrices -->
    <div class="prices" data-ng-if="::showPrices">
      <!-- Discount price -->
      <!-- ngIf: discount -->
      <!-- Price -->
      <span class="m-productlist-price h5 is-block" data-ng-bind-html="price">EUR 14,00</span>
      <!-- Various price info -->
      <div class="product-various-price-info">
        <!-- VAT -->
        <!-- ngIf: ::settings.shop_product_tax_after_price -->
        <!-- Cheapest combo -->
        <!-- ngIf: combo -->
        <!-- VAT -->
        <!-- ngIf: ::settings.shop_product_tax_after_price && combo -->
        <!-- Price terms -->
        <!-- ngIf: ::shop.priceTerms -->
      </div>
    </div><!-- end ngIf: ::showPrices -->
  </div>
  <!-- Action -->
  <!-- ngIf: showButtons -->
  <div class="content product-transaction product-action" data-ng-if="showButtons">
    <div class="row">
      <div class="col-s-1 col-m-4 col-l-4 col-xl-8">
        <!-- Amount -->
        <fieldset class="form-group m-productlist-amount">
          <input type="text" pattern="[0-9]*" class="form-input text-center m-productlist-input" name="product[13][amount]" value="1" placeholder="Anzahl" title="Sie müssen eine Anzahl wählen" required="" data-ng-disabled="buttonMode != 1">
        </fieldset>
      </div>
      <div class="col-s-3 col-m-8 col-l-8 col-xl-16 m-productlist-tractions-button">
        <!-- Call-to-action -->
        <fieldset class="form-group" data-ng-switch="" data-on="buttonMode">
          <!-- ngSwitchDefault:  -->
          <!-- ngSwitchWhen: 1 --><button data-ng-switch-when="1" type="submit" name="cartadd" class="button-primary button-icon is-block normal" data-ng-click="processProductSubmit()">
            <i class="fa fa-shopping-cart"></i><span data-ng-bind-html="::text.PRODUCT_CATALOG_PRODUCT_BUY">Kaufen</span>
          </button><!-- end ngSwitchWhen: -->
          <!-- ngSwitchWhen: 2 -->
        </fieldset>
      </div>
    </div>
  </div><!-- end ngIf: showButtons -->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <input type="hidden" name="returnUrl" data-ng-value="returnUrl">
  <figure class="image m-productlist-figure">
    <!-- Product splashes, news, discount and sold out -->
    <div class="splash m-productlist-splash" data-ng-show="::settings.show_product_icons">
      <!-- NEW icon if newer than 30 days (2.592.000 seconds) -->
      <!-- ngIf: ::isNew -->
      <!-- DISCOUNT icon if discount it active -->
      <!-- ngIf: onSale -->
      <!-- SOLD OUT icon if not in stock -->
      <!-- ngIf: soldout -->
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/4-sylliflor-flohsamenschalen/6-sylliflor-vanille-200g/" class="m-productlist-link trailing-db text-center" href="/shop/4-sylliflor-flohsamenschalen/6-sylliflor-vanille-200g/">
				<!-- ngIf: ::general.hasLazyload() --><span data-ng-if="::general.hasLazyload()" ng-style="{'max-width': imageWidth + 'px' }" class="placeholder-wrapper" style="max-width: 293px;">
					<span class="placeholder"></span>
					<img class="responsive m-productlist-image lazyloaded" data-ng-src="https://shop13080.sfstatic.io/upload_dir/shop/_thumbs/SylliFlor-Flohsamenschalen-Vanille-200g.w293.h293.backdrop.png" data-src="https://shop13080.sfstatic.io/upload_dir/shop/_thumbs/SylliFlor-Flohsamenschalen-Vanille-200g.w293.h293.backdrop.png" alt="SylliFlor<sup>®</sup> Flohsamenschalen<br />Vanille<br />200 g" src="https://shop13080.sfstatic.io/upload_dir/shop/_thumbs/SylliFlor-Flohsamenschalen-Vanille-200g.w293.h293.backdrop.png">
				</span><!-- end ngIf: ::general.hasLazyload() -->
				<!-- ngIf: ::general.hasLazyload() == false -->
			</a>
  </figure>
  <div class="content product-description" data-equalizer="type-col" style="height: 121px;">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading">
      <a data-ng-href="/shop/4-sylliflor-flohsamenschalen/6-sylliflor-vanille-200g/" class="is-block m-productlist-link" href="/shop/4-sylliflor-flohsamenschalen/6-sylliflor-vanille-200g/">
					<h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">SylliFlor<sup>®</sup> Flohsamenschalen<br>Vanille<br>200 g</h4>
				</a>
      <!-- Item number -->
      <!-- ngIf: ::settings.shop_product_number && itemNumber -->
      <p data-ng-if="::settings.shop_product_number &amp;&amp; itemNumber" class="m-productlist-itemNumber" data-ng-bind-html="itemNumber">5910551200</p><!-- end ngIf: ::settings.shop_product_number && itemNumber -->
    </header>
    <!-- Stock status -->
    <!-- ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <!-- Description -->
    <div class="description m-productlist-description">
      <!-- Short description -->
      <!-- ngIf: ::product.DescriptionList -->
      <div class="short-description m-productlist-short-description" data-ng-if="::product.DescriptionList" data-ng-bind-html="::product.DescriptionList">
        <p><span style="color:#999999;"><em><em>Nahrungsergänzungsmittel mit Ballaststoffen</em></em></span></p>
      </div><!-- end ngIf: ::product.DescriptionList -->
    </div>
    <!-- Rating visually made with FontAwesome -->
    <!-- ngIf: ::settings.module_shop_review_products -->
  </div>
  <!-- Prices and transaction -->
  <div class="content product-transaction m-productlist-transactions" data-equalizer="type-col-prices" style="height: 60px;">
    <!-- Variant dropdown of Product -->
    <!-- ngIf: ::showVariants -->
    <div class="variants m-productlist-variants" data-ng-if="::showVariants" data-ng-class="{'flash': flashVariant}">
      <div class="select2-container variantContainer m-productlist-variantContainer" id="s2id_autogen3" style="width: 100%;">
        <a href="javascript:void(0)" class="select2-choice select2-default" tabindex="-1">   <span class="select2-chosen" id="select2-chosen-4">Auswahl Packungsgrößen</span><abbr class="select2-search-choice-close"></abbr>   <span class="select2-arrow" role="presentation"><b role="presentation"></b></span></a><label
          for="s2id_autogen4" class="select2-offscreen"></label><input class="select2-focusser select2-offscreen" type="text" aria-haspopup="true" role="button" aria-labelledby="select2-chosen-4" id="s2id_autogen4">
        <div class="select2-drop select2-display-none">
          <div class="select2-search select2-search-hidden select2-offscreen"> <label for="s2id_autogen4_search" class="select2-offscreen"></label> <input type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"
              class="select2-input" role="combobox" aria-expanded="true" aria-autocomplete="list" aria-owns="select2-results-4" id="s2id_autogen4_search" placeholder=""> </div>
          <ul class="select2-results" role="listbox" id="select2-results-4"> </ul>
        </div>
      </div><input type="hidden" name="product[6][variant]" class="variantContainer m-productlist-variantContainer" style="width: 100%; display: none;" data-variant-ajax="product.Id" data-variant-default="variantDefault" data-hide-price="showPrices"
        data-image-width="imageWidth" data-image-height="imageHeight" data-required="" tabindex="-1" title="">
    </div><!-- end ngIf: ::showVariants -->
    <!-- Price calculation of Product -->
    <!-- ngIf: ::showPrices -->
    <div class="prices" data-ng-if="::showPrices">
      <!-- Discount price -->
      <!-- ngIf: discount -->
      <!-- Price -->
      <span class="m-productlist-price h5 is-block" data-ng-bind-html="price">Preis ab EUR 14,50</span>
      <!-- Various price info -->
      <div class="product-various-price-info">
        <!-- VAT -->
        <!-- ngIf: ::settings.shop_product_tax_after_price -->
        <!-- Cheapest combo -->
        <!-- ngIf: combo -->
        <!-- VAT -->
        <!-- ngIf: ::settings.shop_product_tax_after_price && combo -->
        <!-- Price terms -->
        <!-- ngIf: ::shop.priceTerms -->
      </div>
    </div><!-- end ngIf: ::showPrices -->
  </div>
  <!-- Action -->
  <!-- ngIf: showButtons -->
  <div class="content product-transaction product-action" data-ng-if="showButtons">
    <div class="row">
      <div class="col-s-1 col-m-4 col-l-4 col-xl-8">
        <!-- Amount -->
        <fieldset class="form-group m-productlist-amount">
          <input type="text" pattern="[0-9]*" class="form-input text-center m-productlist-input" name="product[6][amount]" value="1" placeholder="Anzahl" title="Sie müssen eine Anzahl wählen" required="" data-ng-disabled="buttonMode != 1"
            disabled="disabled">
        </fieldset>
      </div>
      <div class="col-s-3 col-m-8 col-l-8 col-xl-16 m-productlist-tractions-button">
        <!-- Call-to-action -->
        <fieldset class="form-group" data-ng-switch="" data-on="buttonMode">
          <!-- ngSwitchDefault:  -->
          <!-- ngSwitchWhen: 1 -->
          <!-- ngSwitchWhen: 2 --><button data-ng-switch-when="2" type="button" class="button-primary is-block variant" data-ng-click="toggleFlashVariant()" data-ng-bind-html="::text.PRODUCT_CATALOG_PRODUCT_CHOOSE_VARIANT">Variante
            wählen</button><!-- end ngSwitchWhen: -->
        </fieldset>
      </div>
    </div>
  </div><!-- end ngIf: showButtons -->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <input type="hidden" name="returnUrl" data-ng-value="returnUrl">
  <figure class="image m-productlist-figure">
    <!-- Product splashes, news, discount and sold out -->
    <div class="splash m-productlist-splash" data-ng-show="::settings.show_product_icons">
      <!-- NEW icon if newer than 30 days (2.592.000 seconds) -->
      <!-- ngIf: ::isNew -->
      <!-- DISCOUNT icon if discount it active -->
      <!-- ngIf: onSale -->
      <!-- SOLD OUT icon if not in stock -->
      <!-- ngIf: soldout -->
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/4-sylliflor-flohsamenschalen/5-sylliflor-malz-200g/" class="m-productlist-link trailing-db text-center" href="/shop/4-sylliflor-flohsamenschalen/5-sylliflor-malz-200g/">
				<!-- ngIf: ::general.hasLazyload() --><span data-ng-if="::general.hasLazyload()" ng-style="{'max-width': imageWidth + 'px' }" class="placeholder-wrapper" style="max-width: 293px;">
					<span class="placeholder"></span>
					<img class="responsive m-productlist-image lazyloaded" data-ng-src="https://shop13080.sfstatic.io/upload_dir/shop/_thumbs/SylliFlor-Flohsamenschalen-Malz-200g.w293.h293.backdrop.png" data-src="https://shop13080.sfstatic.io/upload_dir/shop/_thumbs/SylliFlor-Flohsamenschalen-Malz-200g.w293.h293.backdrop.png" alt="SylliFlor<sup>®</sup> Flohsamenschalen<br />Malz<br />200 g" src="https://shop13080.sfstatic.io/upload_dir/shop/_thumbs/SylliFlor-Flohsamenschalen-Malz-200g.w293.h293.backdrop.png">
				</span><!-- end ngIf: ::general.hasLazyload() -->
				<!-- ngIf: ::general.hasLazyload() == false -->
			</a>
  </figure>
  <div class="content product-description" data-equalizer="type-col" style="height: 121px;">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading">
      <a data-ng-href="/shop/4-sylliflor-flohsamenschalen/5-sylliflor-malz-200g/" class="is-block m-productlist-link" href="/shop/4-sylliflor-flohsamenschalen/5-sylliflor-malz-200g/">
					<h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">SylliFlor<sup>®</sup> Flohsamenschalen<br>Malz<br>200 g</h4>
				</a>
      <!-- Item number -->
      <!-- ngIf: ::settings.shop_product_number && itemNumber -->
      <p data-ng-if="::settings.shop_product_number &amp;&amp; itemNumber" class="m-productlist-itemNumber" data-ng-bind-html="itemNumber">5910552200</p><!-- end ngIf: ::settings.shop_product_number && itemNumber -->
    </header>
    <!-- Stock status -->
    <!-- ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <!-- Description -->
    <div class="description m-productlist-description">
      <!-- Short description -->
      <!-- ngIf: ::product.DescriptionList -->
      <div class="short-description m-productlist-short-description" data-ng-if="::product.DescriptionList" data-ng-bind-html="::product.DescriptionList">
        <p><span style="color:#999999;"><em>Nahrungsergänzungsmittel mit hochwertigen Ballaststoffen</em></span></p>
      </div><!-- end ngIf: ::product.DescriptionList -->
    </div>
    <!-- Rating visually made with FontAwesome -->
    <!-- ngIf: ::settings.module_shop_review_products -->
  </div>
  <!-- Prices and transaction -->
  <div class="content product-transaction m-productlist-transactions" data-equalizer="type-col-prices" style="height: 60px;">
    <!-- Variant dropdown of Product -->
    <!-- ngIf: ::showVariants -->
    <div class="variants m-productlist-variants" data-ng-if="::showVariants" data-ng-class="{'flash': flashVariant}">
      <div class="select2-container variantContainer m-productlist-variantContainer" id="s2id_autogen5" style="width: 100%;">
        <a href="javascript:void(0)" class="select2-choice select2-default" tabindex="-1">   <span class="select2-chosen" id="select2-chosen-6">Auswahl Packungsgrößen</span><abbr class="select2-search-choice-close"></abbr>   <span class="select2-arrow" role="presentation"><b role="presentation"></b></span></a><label
          for="s2id_autogen6" class="select2-offscreen"></label><input class="select2-focusser select2-offscreen" type="text" aria-haspopup="true" role="button" aria-labelledby="select2-chosen-6" id="s2id_autogen6">
        <div class="select2-drop select2-display-none">
          <div class="select2-search select2-search-hidden select2-offscreen"> <label for="s2id_autogen6_search" class="select2-offscreen"></label> <input type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"
              class="select2-input" role="combobox" aria-expanded="true" aria-autocomplete="list" aria-owns="select2-results-6" id="s2id_autogen6_search" placeholder=""> </div>
          <ul class="select2-results" role="listbox" id="select2-results-6"> </ul>
        </div>
      </div><input type="hidden" name="product[5][variant]" class="variantContainer m-productlist-variantContainer" style="width: 100%; display: none;" data-variant-ajax="product.Id" data-variant-default="variantDefault" data-hide-price="showPrices"
        data-image-width="imageWidth" data-image-height="imageHeight" data-required="" tabindex="-1" title="">
    </div><!-- end ngIf: ::showVariants -->
    <!-- Price calculation of Product -->
    <!-- ngIf: ::showPrices -->
    <div class="prices" data-ng-if="::showPrices">
      <!-- Discount price -->
      <!-- ngIf: discount -->
      <!-- Price -->
      <span class="m-productlist-price h5 is-block" data-ng-bind-html="price">Preis ab EUR 14,50</span>
      <!-- Various price info -->
      <div class="product-various-price-info">
        <!-- VAT -->
        <!-- ngIf: ::settings.shop_product_tax_after_price -->
        <!-- Cheapest combo -->
        <!-- ngIf: combo -->
        <!-- VAT -->
        <!-- ngIf: ::settings.shop_product_tax_after_price && combo -->
        <!-- Price terms -->
        <!-- ngIf: ::shop.priceTerms -->
      </div>
    </div><!-- end ngIf: ::showPrices -->
  </div>
  <!-- Action -->
  <!-- ngIf: showButtons -->
  <div class="content product-transaction product-action" data-ng-if="showButtons">
    <div class="row">
      <div class="col-s-1 col-m-4 col-l-4 col-xl-8">
        <!-- Amount -->
        <fieldset class="form-group m-productlist-amount">
          <input type="text" pattern="[0-9]*" class="form-input text-center m-productlist-input" name="product[5][amount]" value="1" placeholder="Anzahl" title="Sie müssen eine Anzahl wählen" required="" data-ng-disabled="buttonMode != 1"
            disabled="disabled">
        </fieldset>
      </div>
      <div class="col-s-3 col-m-8 col-l-8 col-xl-16 m-productlist-tractions-button">
        <!-- Call-to-action -->
        <fieldset class="form-group" data-ng-switch="" data-on="buttonMode">
          <!-- ngSwitchDefault:  -->
          <!-- ngSwitchWhen: 1 -->
          <!-- ngSwitchWhen: 2 --><button data-ng-switch-when="2" type="button" class="button-primary is-block variant" data-ng-click="toggleFlashVariant()" data-ng-bind-html="::text.PRODUCT_CATALOG_PRODUCT_CHOOSE_VARIANT">Variante
            wählen</button><!-- end ngSwitchWhen: -->
        </fieldset>
      </div>
    </div>
  </div><!-- end ngIf: showButtons -->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <input type="hidden" name="returnUrl" data-ng-value="returnUrl">
  <figure class="image m-productlist-figure">
    <!-- Product splashes, news, discount and sold out -->
    <div class="splash m-productlist-splash" data-ng-show="::settings.show_product_icons">
      <!-- NEW icon if newer than 30 days (2.592.000 seconds) -->
      <!-- ngIf: ::isNew -->
      <!-- DISCOUNT icon if discount it active -->
      <!-- ngIf: onSale -->
      <!-- SOLD OUT icon if not in stock -->
      <!-- ngIf: soldout -->
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/65-reine-flohsamenschalen/77-flohsamenschalen-4x250g/" class="m-productlist-link trailing-db text-center" href="/shop/65-reine-flohsamenschalen/77-flohsamenschalen-4x250g/">
				<!-- ngIf: ::general.hasLazyload() --><span data-ng-if="::general.hasLazyload()" ng-style="{'max-width': imageWidth + 'px' }" class="placeholder-wrapper" style="max-width: 293px;">
					<span class="placeholder"></span>
					<img class="responsive m-productlist-image lazyloaded" data-ng-src="https://shop13080.sfstatic.io/upload_dir/shop/_thumbs/DE-2023-49.w293.h293.backdrop.jpg" data-src="https://shop13080.sfstatic.io/upload_dir/shop/_thumbs/DE-2023-49.w293.h293.backdrop.jpg" alt="Flohsamenschalen (psyllium husks) 1 kg (4x250g)" src="https://shop13080.sfstatic.io/upload_dir/shop/_thumbs/DE-2023-49.w293.h293.backdrop.jpg">
				</span><!-- end ngIf: ::general.hasLazyload() -->
				<!-- ngIf: ::general.hasLazyload() == false -->
			</a>
  </figure>
  <div class="content product-description" data-equalizer="type-col" style="height: 121px;">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading">
      <a data-ng-href="/shop/65-reine-flohsamenschalen/77-flohsamenschalen-4x250g/" class="is-block m-productlist-link" href="/shop/65-reine-flohsamenschalen/77-flohsamenschalen-4x250g/">
					<h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">Flohsamenschalen (psyllium husks) 1 kg (4x250g)</h4>
				</a>
      <!-- Item number -->
      <!-- ngIf: ::settings.shop_product_number && itemNumber -->
      <p data-ng-if="::settings.shop_product_number &amp;&amp; itemNumber" class="m-productlist-itemNumber" data-ng-bind-html="itemNumber">5910540250</p><!-- end ngIf: ::settings.shop_product_number && itemNumber -->
    </header>
    <!-- Stock status -->
    <!-- ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <!-- Description -->
    <div class="description m-productlist-description">
      <!-- Short description -->
      <!-- ngIf: ::product.DescriptionList -->
      <div class="short-description m-productlist-short-description" data-ng-if="::product.DescriptionList" data-ng-bind-html="::product.DescriptionList">
        <p><em>Ballaststoffreiches Nahrungsergänzungsmittel&nbsp;</em></p>
      </div><!-- end ngIf: ::product.DescriptionList -->
    </div>
    <!-- Rating visually made with FontAwesome -->
    <!-- ngIf: ::settings.module_shop_review_products -->
  </div>
  <!-- Prices and transaction -->
  <div class="content product-transaction m-productlist-transactions" data-equalizer="type-col-prices" style="height: 60px;">
    <!-- Variant dropdown of Product -->
    <!-- ngIf: ::showVariants -->
    <!-- Price calculation of Product -->
    <!-- ngIf: ::showPrices -->
    <div class="prices" data-ng-if="::showPrices">
      <!-- Discount price -->
      <!-- ngIf: discount -->
      <!-- Price -->
      <span class="m-productlist-price h5 is-block" data-ng-bind-html="price">EUR 15,50</span>
      <!-- Various price info -->
      <div class="product-various-price-info">
        <!-- VAT -->
        <!-- ngIf: ::settings.shop_product_tax_after_price -->
        <!-- Cheapest combo -->
        <!-- ngIf: combo -->
        <!-- VAT -->
        <!-- ngIf: ::settings.shop_product_tax_after_price && combo -->
        <!-- Price terms -->
        <!-- ngIf: ::shop.priceTerms -->
      </div>
    </div><!-- end ngIf: ::showPrices -->
  </div>
  <!-- Action -->
  <!-- ngIf: showButtons -->
  <div class="content product-transaction product-action" data-ng-if="showButtons">
    <div class="row">
      <div class="col-s-1 col-m-4 col-l-4 col-xl-8">
        <!-- Amount -->
        <fieldset class="form-group m-productlist-amount">
          <input type="text" pattern="[0-9]*" class="form-input text-center m-productlist-input" name="product[77][amount]" value="1" placeholder="Anzahl" title="Sie müssen eine Anzahl wählen" required="" data-ng-disabled="buttonMode != 1">
        </fieldset>
      </div>
      <div class="col-s-3 col-m-8 col-l-8 col-xl-16 m-productlist-tractions-button">
        <!-- Call-to-action -->
        <fieldset class="form-group" data-ng-switch="" data-on="buttonMode">
          <!-- ngSwitchDefault:  -->
          <!-- ngSwitchWhen: 1 --><button data-ng-switch-when="1" type="submit" name="cartadd" class="button-primary button-icon is-block normal" data-ng-click="processProductSubmit()">
            <i class="fa fa-shopping-cart"></i><span data-ng-bind-html="::text.PRODUCT_CATALOG_PRODUCT_BUY">Kaufen</span>
          </button><!-- end ngSwitchWhen: -->
          <!-- ngSwitchWhen: 2 -->
        </fieldset>
      </div>
    </div>
  </div><!-- end ngIf: showButtons -->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <input type="hidden" name="returnUrl" data-ng-value="returnUrl">
  <figure class="image m-productlist-figure">
    <!-- Product splashes, news, discount and sold out -->
    <div class="splash m-productlist-splash" data-ng-show="::settings.show_product_icons">
      <!-- NEW icon if newer than 30 days (2.592.000 seconds) -->
      <!-- ngIf: ::isNew -->
      <!-- DISCOUNT icon if discount it active -->
      <!-- ngIf: onSale -->
      <!-- SOLD OUT icon if not in stock -->
      <!-- ngIf: soldout -->
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/77-colostrum-pulver/17-colodan-whole-colostrum-250g/" class="m-productlist-link trailing-db text-center" href="/shop/77-colostrum-pulver/17-colodan-whole-colostrum-250g/">
				<!-- ngIf: ::general.hasLazyload() --><span data-ng-if="::general.hasLazyload()" ng-style="{'max-width': imageWidth + 'px' }" class="placeholder-wrapper" style="max-width: 293px;">
					<span class="placeholder"></span>
					<img class="responsive m-productlist-image lazyload" data-ng-src="https://shop13080.sfstatic.io/upload_dir/shop/_thumbs/ColoDan-Colostrum-250g.w293.h293.backdrop.png" data-src="https://shop13080.sfstatic.io/upload_dir/shop/_thumbs/ColoDan-Colostrum-250g.w293.h293.backdrop.png" alt="ColoDan<sup>®</sup> Whole Colostrum">
				</span><!-- end ngIf: ::general.hasLazyload() -->
				<!-- ngIf: ::general.hasLazyload() == false -->
			</a>
  </figure>
  <div class="content product-description" data-equalizer="type-col" style="height: 121px;">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading">
      <a data-ng-href="/shop/77-colostrum-pulver/17-colodan-whole-colostrum-250g/" class="is-block m-productlist-link" href="/shop/77-colostrum-pulver/17-colodan-whole-colostrum-250g/">
					<h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">ColoDan<sup>®</sup> Whole Colostrum</h4>
				</a>
      <!-- Item number -->
      <!-- ngIf: ::settings.shop_product_number && itemNumber -->
      <p data-ng-if="::settings.shop_product_number &amp;&amp; itemNumber" class="m-productlist-itemNumber" data-ng-bind-html="itemNumber">5500300025</p><!-- end ngIf: ::settings.shop_product_number && itemNumber -->
    </header>
    <!-- Stock status -->
    <!-- ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <!-- Description -->
    <div class="description m-productlist-description">
      <!-- Short description -->
      <!-- ngIf: ::product.DescriptionList -->
      <div class="short-description m-productlist-short-description" data-ng-if="::product.DescriptionList" data-ng-bind-html="::product.DescriptionList">
        <p><span style="color:#999999;"><em>Nahrungsergänzungsmittel mit Kolostrum</em></span></p>
      </div><!-- end ngIf: ::product.DescriptionList -->
    </div>
    <!-- Rating visually made with FontAwesome -->
    <!-- ngIf: ::settings.module_shop_review_products -->
  </div>
  <!-- Prices and transaction -->
  <div class="content product-transaction m-productlist-transactions" data-equalizer="type-col-prices" style="height: 60px;">
    <!-- Variant dropdown of Product -->
    <!-- ngIf: ::showVariants -->
    <div class="variants m-productlist-variants" data-ng-if="::showVariants" data-ng-class="{'flash': flashVariant}">
      <div class="select2-container variantContainer m-productlist-variantContainer" id="s2id_autogen7" style="width: 100%;">
        <a href="javascript:void(0)" class="select2-choice select2-default" tabindex="-1">   <span class="select2-chosen" id="select2-chosen-8">Auswahl Packungsgrößen</span><abbr class="select2-search-choice-close"></abbr>   <span class="select2-arrow" role="presentation"><b role="presentation"></b></span></a><label
          for="s2id_autogen8" class="select2-offscreen"></label><input class="select2-focusser select2-offscreen" type="text" aria-haspopup="true" role="button" aria-labelledby="select2-chosen-8" id="s2id_autogen8">
        <div class="select2-drop select2-display-none">
          <div class="select2-search select2-search-hidden select2-offscreen"> <label for="s2id_autogen8_search" class="select2-offscreen"></label> <input type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"
              class="select2-input" role="combobox" aria-expanded="true" aria-autocomplete="list" aria-owns="select2-results-8" id="s2id_autogen8_search" placeholder=""> </div>
          <ul class="select2-results" role="listbox" id="select2-results-8"> </ul>
        </div>
      </div><input type="hidden" name="product[17][variant]" class="variantContainer m-productlist-variantContainer" style="width: 100%; display: none;" data-variant-ajax="product.Id" data-variant-default="variantDefault" data-hide-price="showPrices"
        data-image-width="imageWidth" data-image-height="imageHeight" data-required="" tabindex="-1" title="">
    </div><!-- end ngIf: ::showVariants -->
    <!-- Price calculation of Product -->
    <!-- ngIf: ::showPrices -->
    <div class="prices" data-ng-if="::showPrices">
      <!-- Discount price -->
      <!-- ngIf: discount -->
      <!-- Price -->
      <span class="m-productlist-price h5 is-block" data-ng-bind-html="price">Preis ab EUR 50,00</span>
      <!-- Various price info -->
      <div class="product-various-price-info">
        <!-- VAT -->
        <!-- ngIf: ::settings.shop_product_tax_after_price -->
        <!-- Cheapest combo -->
        <!-- ngIf: combo -->
        <!-- VAT -->
        <!-- ngIf: ::settings.shop_product_tax_after_price && combo -->
        <!-- Price terms -->
        <!-- ngIf: ::shop.priceTerms -->
      </div>
    </div><!-- end ngIf: ::showPrices -->
  </div>
  <!-- Action -->
  <!-- ngIf: showButtons -->
  <div class="content product-transaction product-action" data-ng-if="showButtons">
    <div class="row">
      <div class="col-s-1 col-m-4 col-l-4 col-xl-8">
        <!-- Amount -->
        <fieldset class="form-group m-productlist-amount">
          <input type="text" pattern="[0-9]*" class="form-input text-center m-productlist-input" name="product[17][amount]" value="1" placeholder="Anzahl" title="Sie müssen eine Anzahl wählen" required="" data-ng-disabled="buttonMode != 1"
            disabled="disabled">
        </fieldset>
      </div>
      <div class="col-s-3 col-m-8 col-l-8 col-xl-16 m-productlist-tractions-button">
        <!-- Call-to-action -->
        <fieldset class="form-group" data-ng-switch="" data-on="buttonMode">
          <!-- ngSwitchDefault:  -->
          <!-- ngSwitchWhen: 1 -->
          <!-- ngSwitchWhen: 2 --><button data-ng-switch-when="2" type="button" class="button-primary is-block variant" data-ng-click="toggleFlashVariant()" data-ng-bind-html="::text.PRODUCT_CATALOG_PRODUCT_CHOOSE_VARIANT">Variante
            wählen</button><!-- end ngSwitchWhen: -->
        </fieldset>
      </div>
    </div>
  </div><!-- end ngIf: showButtons -->
</form>

Text Content

Biodane Pharma A/S verwendet Cookies, um Statistiken, die helfen können, um die
Benutzererfahrung zu verbessern, zu sammeln. Cookies sind unerlässlich, um
unsere Webseite korrekt angezeigt in Ihrem Browser. Wenn Sie auf einen Link auf
unserer Website klicken, stimmen Sie zu, unsere Cookie-Richtlinien. Lesen Sie
mehr über Cookies
Schließen

 * Startseite
 * Unsere Produkte
    * Shop
    * Flohsamenschalen
    * Colostrum

 * FAQ
    * Fragen und Antworten
    * Fragen und Antworten zu SylliFlor®
    * Fragen und Antworten zu ColoDan

 * Wissenswertes
    * Wissenswertes
    * Verdauungssystem
    * Ballaststoffe
    * Flohsamenschalen

 * Kontakt
    * Kontakt
    * Bestellen Schritt für Schritt
    * Finden Sie uns hier
    * Über uns
    * Kontakt

 * Downloads

Deutsch
 * Dansk
 * French
 * Deutsch
 * English
 * Ireland

Warenkorb leer
Kategorien
 * Flohsamenschalen
    * SylliFlor® Flohsamenschalen
    * Reine Flohsamenschalen
    * Flohsamenschalen Kapseln

 * Colostrum
    * Colostrum Kapseln
    * Colostrum Pulver


SHOP SYLLIFLOR® HIER


Ballaststoffreiche Flohsamenschalen

Weiter


SHOP COLODAN® HIER


100% Dänisches Colostrum

Weiter


KUNDENSERVICE


Fragen zu SylliFlor und ColoDan?

Weiter

KOSTENLOSE LIEFERUNG IN DE

Bei Bestellungen über 45 Euro

LIEFERZEIT

2-3 Werktage

KONTAKT

Telefonnummer +45 75 555 777
Die beliebtesten Produkte

COLODAN WHOLE COLOSTRUM KAPSELN

5500300050

Nahrungsergänzungsmittel

EUR 41,50

Kaufen

FLOHSAMENSCHALEN KAPSELN (500 STK.)

5910540252

Nahrungsergänzungsmittel mit Ballaststoffen. 

EUR 15,95

Kaufen

HERBAFLORA HAGEBUTTEN KAPSELN (360 STK.)

59105401155


EUR 175,48

Kaufen

SYLLIFLOR® FLOHSAMENSCHALEN
KAKAO
200 G

5910541200

Nahrungsergänzungsmittel mit Ballaststoffen

Auswahl Packungsgrößen

Preis ab EUR 14,50

Variante wählen

SYLLIFLOR® FLOHSAMENSCHALEN
NATURELL
DOSISBRIEFE 30 X 6 G

5910550018

Nahrungsergänzungsmittel mit Ballaststoffen

EUR 14,00

Kaufen

SYLLIFLOR® FLOHSAMENSCHALEN
VANILLE
200 G

5910551200

Nahrungsergänzungsmittel mit Ballaststoffen

Auswahl Packungsgrößen

Preis ab EUR 14,50

Variante wählen

SYLLIFLOR® FLOHSAMENSCHALEN
MALZ
200 G

5910552200

Nahrungsergänzungsmittel mit hochwertigen Ballaststoffen

Auswahl Packungsgrößen

Preis ab EUR 14,50

Variante wählen

FLOHSAMENSCHALEN (PSYLLIUM HUSKS) 1 KG (4X250G)

5910540250

Ballaststoffreiches Nahrungsergänzungsmittel 

EUR 15,50

Kaufen

COLODAN® WHOLE COLOSTRUM

5500300025

Nahrungsergänzungsmittel mit Kolostrum

Auswahl Packungsgrößen

Preis ab EUR 50,00

Variante wählen
Keine Produkte gefunden.


NAHRUNGSERGÄNZUNGSMITTEL ZUR UNTERSTÜTZUNG DER DARMGESUNDHEIT

Wir haben in unserem Sortiment: 

Verschiedene Flohsamenschalen Produkte und Variationen - Ballaststoffquelle

 * SylliFlor®  - ballaststoffreiche und knusprige Flohsamenschalen in
   5 Geschmacksvariationen 
 * SylliFlor® - Flohsamenschalen in Kapseln (500 Stück) 
 * Einfache Flohsamenschalen 4 x 250 g zu einem günstigen Preis

Colostrum /Kolostrum (Rohmilch) - zur Unterstützung des Immunsystems und
Darmgesundheit

 * ColoDan® - Kolostrum (Biestmilch, Erstmilch) von dänischen Kühen mit einem
   natürlichen Inhalt an bioaktiven Stoffen

 

 

KONTAKT

 * Biodane Pharma A/S
 * Staushedevejen 10
 * DK-6621 Gesten
 * Denmark

 * Telefon: +45 75 555 777

 * E-Mail: info@biodanepharma.com

 * USt-IdNr.: 28310102

GESCHÄFTSBEDINGUNGEN

Impressum

Datenschutzerklärung

Öffnungszeiten für den Kundendienst:
Montag - Donnerstag: 08:00 - 16:00
Freitag: 08:00 - 14:00
Samstag und Sonntag: geschlossen



5 GUTE GRÜNDE

 * Schnelle Lieferung
 * Kostenloser Versand ab 45 € Warenwert
 * Lieferung direkt vom Hersteller
 * Made in Denmark
 * Guter Kundenservice