nauticmarine.dk Open in urlscan Pro
185.221.38.106  Public Scan

Submitted URL: http://nauticmarine.dk/
Effective URL: https://nauticmarine.dk/
Submission: On March 10 via api from US — Scanned from DK

Form analysis 17 forms found in the DOM

GET /shop/

<form class="top-search-form ng-pristine ng-valid" method="get" action="/shop/">
  <div class="input-group xsmall">
    <input type="text" class="form-input input-group-main" placeholder="Indtast søgning" name="search" required="">
    <span class="input-group-button"><button class="button" type="submit">Søg</button></span>
  </div>
</form>

GET /shop/

<form method="get" action="/shop/" class="ng-pristine ng-valid">
  <div class="panel-heading b-search-header b-header">
    <span class="h5">Søgning</span>
  </div>
  <div class="panel-body">
    <div class="input-group xsmall">
      <input type="text" class="form-input small" placeholder="Indtast søgning" name="search" required="">
      <span class="input-group-button"><button class="button" type="submit">Søg</button></span>
    </div>
  </div>
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <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">
      <!-- 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>
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/49-duelighedsbevis-og-sejlbaadskurser/33-duelighedsbevis---online-/" class="m-productlist-link" href="/shop/49-duelighedsbevis-og-sejlbaadskurser/33-duelighedsbevis---online-/">
                <img class="responsive m-productlist-image" data-ng-src="https://shop73294.sfstatic.io/upload_dir/shop/_thumbs/duelighed-online.w293.h293.fill.jpg" src="https://shop73294.sfstatic.io/upload_dir/shop/_thumbs/duelighed-online.w293.h293.fill.jpg" alt="Duelighedsbevis - online ">
            </a>
  </figure>
  <div class="content product-description">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading" data-equalizer="widget-productlist-1-heading" style="height: 116px;">
      <a data-ng-href="/shop/49-duelighedsbevis-og-sejlbaadskurser/33-duelighedsbevis---online-/" class="is-block m-productlist-link" href="/shop/49-duelighedsbevis-og-sejlbaadskurser/33-duelighedsbevis---online-/">
                    <h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">Duelighedsbevis - online </h4>
                </a>
      <!-- ngIf: ::product.ProducerHandle --><a class="m-productlist-brand-link" data-ng-if="::product.ProducerHandle" data-ng-href="/shop/?brand=2-nautic-marine" href="/shop/?brand=2-nautic-marine">
                    <span class="is-block m-productlist-brand" data-ng-bind-html="::product.ProducerTitle">Nautic Marine</span>
                </a><!-- end ngIf: ::product.ProducerHandle -->
      <!-- Item number -->
      <!-- ngIf: ::settings.shop_product_number && itemNumber -->
    </header>
    <!-- Stock status -->
    <!-- ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <div class="product-delivery m-productlist-stock" data-ng-if="::settings.shop_product_delivery_time &amp;&amp; settings.shop_product_delivery_time_list">
      <p data-delivery-text=""><i data-ng-show="settings.shop_product_delivery_time == 'texticon' || deliveryId < 1" class="fa fa-fw fa-check" data-ng-class="{'fa-clock-o': isSoldout, 'fa-check': !isSoldout}"></i><span
          data-ng-bind-html="deliveryText">På lager</span> <!-- ngIf: !stockIsNaN && deliveryId == 0 && hasChosenVariant && !isSoldout && product.Type !== 'packet' --></p>
    </div><!-- end ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <!-- Description -->
    <!-- ngIf:  -->
    <!-- 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="widget-productlist-1-transactions" style="height: 53px;">
    <div class="variant_wrapper" style="display: none;">
      <!-- ngIf: ::showVariants -->
    </div>
    <!-- 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">996,00 DKK</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 -->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <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">
      <!-- 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>
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/25-speedbaadskoerekort/12-httpsnauticmarinedkshop25-speedbaadskoerekort12-speedbaad-plus-/" class="m-productlist-link" href="/shop/25-speedbaadskoerekort/12-httpsnauticmarinedkshop25-speedbaadskoerekort12-speedbaad-plus-/">
                <img class="responsive m-productlist-image" data-ng-src="https://shop73294.sfstatic.io/upload_dir/shop/_thumbs/2021-01-14_11-35-46-1.w293.h293.fill.jpg" src="https://shop73294.sfstatic.io/upload_dir/shop/_thumbs/2021-01-14_11-35-46-1.w293.h293.fill.jpg" alt="Speedbåd PLUS ">
            </a>
  </figure>
  <div class="content product-description">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading" data-equalizer="widget-productlist-1-heading" style="height: 116px;">
      <a data-ng-href="/shop/25-speedbaadskoerekort/12-httpsnauticmarinedkshop25-speedbaadskoerekort12-speedbaad-plus-/" class="is-block m-productlist-link" href="/shop/25-speedbaadskoerekort/12-httpsnauticmarinedkshop25-speedbaadskoerekort12-speedbaad-plus-/">
                    <h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">Speedbåd PLUS </h4>
                </a>
      <!-- ngIf: ::product.ProducerHandle --><a class="m-productlist-brand-link" data-ng-if="::product.ProducerHandle" data-ng-href="/shop/?brand=2-nautic-marine" href="/shop/?brand=2-nautic-marine">
                    <span class="is-block m-productlist-brand" data-ng-bind-html="::product.ProducerTitle">Nautic Marine</span>
                </a><!-- end ngIf: ::product.ProducerHandle -->
      <!-- Item number -->
      <!-- ngIf: ::settings.shop_product_number && itemNumber -->
    </header>
    <!-- Stock status -->
    <!-- ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <div class="product-delivery m-productlist-stock" data-ng-if="::settings.shop_product_delivery_time &amp;&amp; settings.shop_product_delivery_time_list">
      <p data-delivery-text=""><i data-ng-show="settings.shop_product_delivery_time == 'texticon' || deliveryId < 1" class="fa fa-fw fa-check" data-ng-class="{'fa-clock-o': isSoldout, 'fa-check': !isSoldout}"></i><span
          data-ng-bind-html="deliveryText">På lager</span> <!-- ngIf: !stockIsNaN && deliveryId == 0 && hasChosenVariant && !isSoldout && product.Type !== 'packet' --></p>
    </div><!-- end ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <!-- Description -->
    <!-- ngIf:  -->
    <!-- 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="widget-productlist-1-transactions" style="height: 53px;">
    <div class="variant_wrapper" style="display: none;">
      <!-- ngIf: ::showVariants -->
    </div>
    <!-- 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">1.495,00 DKK</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 -->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <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">
      <!-- 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>
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/6-dykkerkurser/10-open-water-kursus-/" class="m-productlist-link" href="/shop/6-dykkerkurser/10-open-water-kursus-/">
                <img class="responsive m-productlist-image" data-ng-src="https://shop73294.sfstatic.io/upload_dir/pics/_thumbs/Padi-Open-Water.w293.h293.fill.jpg" src="https://shop73294.sfstatic.io/upload_dir/pics/_thumbs/Padi-Open-Water.w293.h293.fill.jpg" alt="Open water kursus ">
            </a>
  </figure>
  <div class="content product-description">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading" data-equalizer="widget-productlist-1-heading" style="height: 116px;">
      <a data-ng-href="/shop/6-dykkerkurser/10-open-water-kursus-/" class="is-block m-productlist-link" href="/shop/6-dykkerkurser/10-open-water-kursus-/">
                    <h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">Open water kursus </h4>
                </a>
      <!-- ngIf: ::product.ProducerHandle --><a class="m-productlist-brand-link" data-ng-if="::product.ProducerHandle" data-ng-href="/shop/?brand=3-padi" href="/shop/?brand=3-padi">
                    <span class="is-block m-productlist-brand" data-ng-bind-html="::product.ProducerTitle">PADI</span>
                </a><!-- end ngIf: ::product.ProducerHandle -->
      <!-- Item number -->
      <!-- ngIf: ::settings.shop_product_number && itemNumber -->
    </header>
    <!-- Stock status -->
    <!-- ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <div class="product-delivery m-productlist-stock" data-ng-if="::settings.shop_product_delivery_time &amp;&amp; settings.shop_product_delivery_time_list">
      <p data-delivery-text=""><i data-ng-show="settings.shop_product_delivery_time == 'texticon' || deliveryId < 1" class="fa fa-fw fa-check" data-ng-class="{'fa-clock-o': isSoldout, 'fa-check': !isSoldout}"></i><span
          data-ng-bind-html="deliveryText">På lager</span> <!-- ngIf: !stockIsNaN && deliveryId == 0 && hasChosenVariant && !isSoldout && product.Type !== 'packet' --></p>
    </div><!-- end ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <!-- Description -->
    <!-- ngIf:  -->
    <!-- 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="widget-productlist-1-transactions" style="height: 53px;">
    <div class="variant_wrapper" style="display: none;">
      <!-- ngIf: ::showVariants -->
    </div>
    <!-- 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">3.995,00 DKK</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 -->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <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">
      <!-- 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>
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/7-yachtskipper/32-yachtskipper-3-greve--klasseundervisning/" class="m-productlist-link" href="/shop/7-yachtskipper/32-yachtskipper-3-greve--klasseundervisning/">
                <img class="responsive m-productlist-image" data-ng-src="https://shop73294.sfstatic.io/upload_dir/shop/_thumbs/y3.w293.h293.fill.jpg" src="https://shop73294.sfstatic.io/upload_dir/shop/_thumbs/y3.w293.h293.fill.jpg" alt="Yachtskipper 3 Greve  klasseundervisning">
            </a>
  </figure>
  <div class="content product-description">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading" data-equalizer="widget-productlist-1-heading" style="height: 116px;">
      <a data-ng-href="/shop/7-yachtskipper/32-yachtskipper-3-greve--klasseundervisning/" class="is-block m-productlist-link" href="/shop/7-yachtskipper/32-yachtskipper-3-greve--klasseundervisning/">
                    <h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">Yachtskipper 3 Greve  klasseundervisning</h4>
                </a>
      <!-- ngIf: ::product.ProducerHandle --><a class="m-productlist-brand-link" data-ng-if="::product.ProducerHandle" data-ng-href="/shop/?brand=2-nautic-marine" href="/shop/?brand=2-nautic-marine">
                    <span class="is-block m-productlist-brand" data-ng-bind-html="::product.ProducerTitle">Nautic Marine</span>
                </a><!-- end ngIf: ::product.ProducerHandle -->
      <!-- Item number -->
      <!-- ngIf: ::settings.shop_product_number && itemNumber -->
    </header>
    <!-- Stock status -->
    <!-- ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <div class="product-delivery m-productlist-stock" data-ng-if="::settings.shop_product_delivery_time &amp;&amp; settings.shop_product_delivery_time_list">
      <p data-delivery-text=""><i data-ng-show="settings.shop_product_delivery_time == 'texticon' || deliveryId < 1" class="fa fa-fw fa-check" data-ng-class="{'fa-clock-o': isSoldout, 'fa-check': !isSoldout}"></i><span
          data-ng-bind-html="deliveryText">På lager</span> <!-- ngIf: !stockIsNaN && deliveryId == 0 && hasChosenVariant && !isSoldout && product.Type !== 'packet' --></p>
    </div><!-- end ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <!-- Description -->
    <!-- ngIf:  -->
    <!-- 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="widget-productlist-1-transactions" style="height: 53px;">
    <div class="variant_wrapper" style="display: none;">
      <!-- ngIf: ::showVariants -->
    </div>
    <!-- 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">4.995,00 DKK</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 -->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <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">
      <!-- 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>
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/53-gavekort/82-gavekort-duelighed-online-incl-materialer/" class="m-productlist-link" href="/shop/53-gavekort/82-gavekort-duelighed-online-incl-materialer/">
                <img class="responsive m-productlist-image" data-ng-src="https://shop73294.sfstatic.io/upload_dir/shop/_thumbs/Varebillede-Duelighed-online.w293.h293.fill.jpg" src="https://shop73294.sfstatic.io/upload_dir/shop/_thumbs/Varebillede-Duelighed-online.w293.h293.fill.jpg" alt="Gavekort Duelighed online, incl materialer">
            </a>
  </figure>
  <div class="content product-description">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading" data-equalizer="widget-productlist-1-heading" style="height: 116px;">
      <a data-ng-href="/shop/53-gavekort/82-gavekort-duelighed-online-incl-materialer/" class="is-block m-productlist-link" href="/shop/53-gavekort/82-gavekort-duelighed-online-incl-materialer/">
                    <h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">Gavekort Duelighed online, incl materialer</h4>
                </a>
      <!-- ngIf: ::product.ProducerHandle --><a class="m-productlist-brand-link" data-ng-if="::product.ProducerHandle" data-ng-href="/shop/?brand=2-nautic-marine" href="/shop/?brand=2-nautic-marine">
                    <span class="is-block m-productlist-brand" data-ng-bind-html="::product.ProducerTitle">Nautic Marine</span>
                </a><!-- end ngIf: ::product.ProducerHandle -->
      <!-- Item number -->
      <!-- ngIf: ::settings.shop_product_number && itemNumber -->
    </header>
    <!-- Stock status -->
    <!-- ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <div class="product-delivery m-productlist-stock" data-ng-if="::settings.shop_product_delivery_time &amp;&amp; settings.shop_product_delivery_time_list">
      <p data-delivery-text=""><i data-ng-show="settings.shop_product_delivery_time == 'texticon' || deliveryId < 1" class="fa fa-fw fa-check" data-ng-class="{'fa-clock-o': isSoldout, 'fa-check': !isSoldout}"></i><span
          data-ng-bind-html="deliveryText">På lager</span> <!-- ngIf: !stockIsNaN && deliveryId == 0 && hasChosenVariant && !isSoldout && product.Type !== 'packet' --></p>
    </div><!-- end ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <!-- Description -->
    <!-- ngIf:  -->
    <!-- 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="widget-productlist-1-transactions" style="height: 53px;">
    <div class="variant_wrapper" style="display: none;">
      <!-- ngIf: ::showVariants -->
    </div>
    <!-- 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">1.550,00 DKK</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 -->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <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">
      <!-- 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>
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/49-duelighedsbevis-og-sejlbaadskurser/29-duelighedsbevis-praktik---sejlbaad-weekend/" class="m-productlist-link" href="/shop/49-duelighedsbevis-og-sejlbaadskurser/29-duelighedsbevis-praktik---sejlbaad-weekend/">
                <img class="responsive m-productlist-image" data-ng-src="https://shop73294.sfstatic.io/upload_dir/shop/_thumbs/duelighed-praktisk.w293.h293.fill.jpg" src="https://shop73294.sfstatic.io/upload_dir/shop/_thumbs/duelighed-praktisk.w293.h293.fill.jpg" alt="Duelighedsbevis praktik - Sejlbåd Weekend">
            </a>
  </figure>
  <div class="content product-description">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading" data-equalizer="widget-productlist-1-heading" style="height: 116px;">
      <a data-ng-href="/shop/49-duelighedsbevis-og-sejlbaadskurser/29-duelighedsbevis-praktik---sejlbaad-weekend/" class="is-block m-productlist-link" href="/shop/49-duelighedsbevis-og-sejlbaadskurser/29-duelighedsbevis-praktik---sejlbaad-weekend/">
                    <h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">Duelighedsbevis praktik - Sejlbåd Weekend</h4>
                </a>
      <!-- ngIf: ::product.ProducerHandle --><a class="m-productlist-brand-link" data-ng-if="::product.ProducerHandle" data-ng-href="/shop/?brand=2-nautic-marine" href="/shop/?brand=2-nautic-marine">
                    <span class="is-block m-productlist-brand" data-ng-bind-html="::product.ProducerTitle">Nautic Marine</span>
                </a><!-- end ngIf: ::product.ProducerHandle -->
      <!-- Item number -->
      <!-- ngIf: ::settings.shop_product_number && itemNumber -->
    </header>
    <!-- Stock status -->
    <!-- ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <div class="product-delivery m-productlist-stock" data-ng-if="::settings.shop_product_delivery_time &amp;&amp; settings.shop_product_delivery_time_list">
      <p data-delivery-text=""><i data-ng-show="settings.shop_product_delivery_time == 'texticon' || deliveryId < 1" class="fa fa-fw fa-check" data-ng-class="{'fa-clock-o': isSoldout, 'fa-check': !isSoldout}"></i><span
          data-ng-bind-html="deliveryText">På lager</span> <!-- ngIf: !stockIsNaN && deliveryId == 0 && hasChosenVariant && !isSoldout && product.Type !== 'packet' --></p>
    </div><!-- end ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <!-- Description -->
    <!-- ngIf:  -->
    <!-- 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="widget-productlist-1-transactions" style="height: 53px;">
    <div class="variant_wrapper" style="display: none;">
      <!-- ngIf: ::showVariants -->
    </div>
    <!-- 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">3.995,00 DKK</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 -->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <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">
      <!-- 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>
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/53-gavekort/84-gavekort-vandscooter-certifikat-incl-leje-af-vandscooter/" class="m-productlist-link" href="/shop/53-gavekort/84-gavekort-vandscooter-certifikat-incl-leje-af-vandscooter/">
                <img class="responsive m-productlist-image" data-ng-src="https://shop73294.sfstatic.io/upload_dir/shop/_thumbs/Varebillede-Vandscooter-certifikat.w293.h293.fill.jpg" src="https://shop73294.sfstatic.io/upload_dir/shop/_thumbs/Varebillede-Vandscooter-certifikat.w293.h293.fill.jpg" alt="Gavekort Vandscooter certifikat incl. leje af Vandscooter">
            </a>
  </figure>
  <div class="content product-description">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading" data-equalizer="widget-productlist-1-heading" style="height: 116px;">
      <a data-ng-href="/shop/53-gavekort/84-gavekort-vandscooter-certifikat-incl-leje-af-vandscooter/" class="is-block m-productlist-link" href="/shop/53-gavekort/84-gavekort-vandscooter-certifikat-incl-leje-af-vandscooter/">
                    <h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">Gavekort Vandscooter certifikat incl. leje af Vandscooter</h4>
                </a>
      <!-- ngIf: ::product.ProducerHandle --><a class="m-productlist-brand-link" data-ng-if="::product.ProducerHandle" data-ng-href="/shop/?brand=2-nautic-marine" href="/shop/?brand=2-nautic-marine">
                    <span class="is-block m-productlist-brand" data-ng-bind-html="::product.ProducerTitle">Nautic Marine</span>
                </a><!-- end ngIf: ::product.ProducerHandle -->
      <!-- Item number -->
      <!-- ngIf: ::settings.shop_product_number && itemNumber -->
    </header>
    <!-- Stock status -->
    <!-- ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <div class="product-delivery m-productlist-stock" data-ng-if="::settings.shop_product_delivery_time &amp;&amp; settings.shop_product_delivery_time_list">
      <p data-delivery-text=""><i data-ng-show="settings.shop_product_delivery_time == 'texticon' || deliveryId < 1" class="fa fa-fw fa-check" data-ng-class="{'fa-clock-o': isSoldout, 'fa-check': !isSoldout}"></i><span
          data-ng-bind-html="deliveryText">På lager</span> <!-- ngIf: !stockIsNaN && deliveryId == 0 && hasChosenVariant && !isSoldout && product.Type !== 'packet' --></p>
    </div><!-- end ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <!-- Description -->
    <!-- ngIf:  -->
    <!-- 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="widget-productlist-1-transactions" style="height: 53px;">
    <div class="variant_wrapper" style="display: none;">
      <!-- ngIf: ::showVariants -->
    </div>
    <!-- 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">1.495,00 DKK</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 -->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <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">
      <!-- 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>
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/53-gavekort/86-gavekort-foerstehjaelp/" class="m-productlist-link" href="/shop/53-gavekort/86-gavekort-foerstehjaelp/">
                <img class="responsive m-productlist-image" data-ng-src="https://shop73294.sfstatic.io/upload_dir/shop/_thumbs/Varebillede-foerstehjaelp.w293.h293.fill.jpg" src="https://shop73294.sfstatic.io/upload_dir/shop/_thumbs/Varebillede-foerstehjaelp.w293.h293.fill.jpg" alt="Gavekort Førstehjælp">
            </a>
  </figure>
  <div class="content product-description">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading" data-equalizer="widget-productlist-1-heading" style="height: 116px;">
      <a data-ng-href="/shop/53-gavekort/86-gavekort-foerstehjaelp/" class="is-block m-productlist-link" href="/shop/53-gavekort/86-gavekort-foerstehjaelp/">
                    <h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">Gavekort Førstehjælp</h4>
                </a>
      <!-- ngIf: ::product.ProducerHandle --><a class="m-productlist-brand-link" data-ng-if="::product.ProducerHandle" data-ng-href="/shop/?brand=2-nautic-marine" href="/shop/?brand=2-nautic-marine">
                    <span class="is-block m-productlist-brand" data-ng-bind-html="::product.ProducerTitle">Nautic Marine</span>
                </a><!-- end ngIf: ::product.ProducerHandle -->
      <!-- Item number -->
      <!-- ngIf: ::settings.shop_product_number && itemNumber -->
    </header>
    <!-- Stock status -->
    <!-- ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <div class="product-delivery m-productlist-stock" data-ng-if="::settings.shop_product_delivery_time &amp;&amp; settings.shop_product_delivery_time_list">
      <p data-delivery-text=""><i data-ng-show="settings.shop_product_delivery_time == 'texticon' || deliveryId < 1" class="fa fa-fw fa-check" data-ng-class="{'fa-clock-o': isSoldout, 'fa-check': !isSoldout}"></i><span
          data-ng-bind-html="deliveryText">På lager</span> <!-- ngIf: !stockIsNaN && deliveryId == 0 && hasChosenVariant && !isSoldout && product.Type !== 'packet' --></p>
    </div><!-- end ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <!-- Description -->
    <!-- ngIf:  -->
    <!-- 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="widget-productlist-1-transactions" style="height: 53px;">
    <div class="variant_wrapper" style="display: none;">
      <!-- ngIf: ::showVariants -->
    </div>
    <!-- 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">695,00 DKK</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 -->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <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">
      <!-- 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>
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/51-dykkerferier/65-dykkerlejr-lillebaelt/" class="m-productlist-link" href="/shop/51-dykkerferier/65-dykkerlejr-lillebaelt/">
                <img class="responsive m-productlist-image" data-ng-src="https://shop73294.sfstatic.io/upload_dir/shop/_thumbs/2007_12_76_01.w293.h293.fill.jpg" src="https://shop73294.sfstatic.io/upload_dir/shop/_thumbs/2007_12_76_01.w293.h293.fill.jpg" alt="Dykkerlejr Lillebælt">
            </a>
  </figure>
  <div class="content product-description">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading" data-equalizer="widget-productlist-1-heading" style="height: 116px;">
      <a data-ng-href="/shop/51-dykkerferier/65-dykkerlejr-lillebaelt/" class="is-block m-productlist-link" href="/shop/51-dykkerferier/65-dykkerlejr-lillebaelt/">
                    <h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">Dykkerlejr Lillebælt</h4>
                </a>
      <!-- ngIf: ::product.ProducerHandle --><a class="m-productlist-brand-link" data-ng-if="::product.ProducerHandle" data-ng-href="/shop/?brand=2-nautic-marine" href="/shop/?brand=2-nautic-marine">
                    <span class="is-block m-productlist-brand" data-ng-bind-html="::product.ProducerTitle">Nautic Marine</span>
                </a><!-- end ngIf: ::product.ProducerHandle -->
      <!-- Item number -->
      <!-- ngIf: ::settings.shop_product_number && itemNumber -->
    </header>
    <!-- Stock status -->
    <!-- ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <div class="product-delivery m-productlist-stock" data-ng-if="::settings.shop_product_delivery_time &amp;&amp; settings.shop_product_delivery_time_list">
      <p data-delivery-text=""><i data-ng-show="settings.shop_product_delivery_time == 'texticon' || deliveryId < 1" class="fa fa-fw fa-check" data-ng-class="{'fa-clock-o': isSoldout, 'fa-check': !isSoldout}"></i><span
          data-ng-bind-html="deliveryText">På lager</span> <!-- ngIf: !stockIsNaN && deliveryId == 0 && hasChosenVariant && !isSoldout && product.Type !== 'packet' --><span class="stockAmount"
          data-ng-if="!stockIsNaN &amp;&amp; deliveryId == 0 &amp;&amp; hasChosenVariant &amp;&amp; !isSoldout &amp;&amp; product.Type !== 'packet'">(7
          stk.)</span><!-- end ngIf: !stockIsNaN && deliveryId == 0 && hasChosenVariant && !isSoldout && product.Type !== 'packet' --></p>
    </div><!-- end ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <!-- Description -->
    <!-- ngIf:  -->
    <!-- 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="widget-productlist-1-transactions" style="height: 53px;">
    <div class="variant_wrapper" style="display: none;">
      <!-- ngIf: ::showVariants -->
    </div>
    <!-- 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">1.200,00 DKK</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 -->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <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">
      <!-- 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>
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/26-dykker-ture/28-dykkertur---baaddyk/" class="m-productlist-link" href="/shop/26-dykker-ture/28-dykkertur---baaddyk/">
                <img class="responsive m-productlist-image" data-ng-src="https://shop73294.sfstatic.io/upload_dir/shop/_thumbs/wreck.w293.h293.fill.jpg" src="https://shop73294.sfstatic.io/upload_dir/shop/_thumbs/wreck.w293.h293.fill.jpg" alt="Dykkertur - Båddyk">
            </a>
  </figure>
  <div class="content product-description">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading" data-equalizer="widget-productlist-4-heading" style="height: 116px;">
      <a data-ng-href="/shop/26-dykker-ture/28-dykkertur---baaddyk/" class="is-block m-productlist-link" href="/shop/26-dykker-ture/28-dykkertur---baaddyk/">
                    <h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">Dykkertur - Båddyk</h4>
                </a>
      <!-- ngIf: ::product.ProducerHandle --><a class="m-productlist-brand-link" data-ng-if="::product.ProducerHandle" data-ng-href="/shop/?brand=2-nautic-marine" href="/shop/?brand=2-nautic-marine">
                    <span class="is-block m-productlist-brand" data-ng-bind-html="::product.ProducerTitle">Nautic Marine</span>
                </a><!-- end ngIf: ::product.ProducerHandle -->
      <!-- Item number -->
      <!-- ngIf: ::settings.shop_product_number && itemNumber -->
    </header>
    <!-- Stock status -->
    <!-- ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <div class="product-delivery m-productlist-stock" data-ng-if="::settings.shop_product_delivery_time &amp;&amp; settings.shop_product_delivery_time_list">
      <p data-delivery-text=""><i data-ng-show="settings.shop_product_delivery_time == 'texticon' || deliveryId < 1" class="fa fa-fw fa-check" data-ng-class="{'fa-clock-o': isSoldout, 'fa-check': !isSoldout}"></i><span
          data-ng-bind-html="deliveryText">På lager</span> <!-- ngIf: !stockIsNaN && deliveryId == 0 && hasChosenVariant && !isSoldout && product.Type !== 'packet' --></p>
    </div><!-- end ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <!-- Description -->
    <!-- ngIf:  -->
    <!-- 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="widget-productlist-4-transactions" style="height: 53px;">
    <div class="variant_wrapper" style="display: none;">
      <!-- ngIf: ::showVariants -->
    </div>
    <!-- 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">350,00 DKK</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 -->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <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">
      <!-- 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>
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/26-dykker-ture/50-dykkertur-lillebaelt/" class="m-productlist-link" href="/shop/26-dykker-ture/50-dykkertur-lillebaelt/">
                <img class="responsive m-productlist-image" data-ng-src="https://shop73294.sfstatic.io/upload_dir/shop/_thumbs/128915194_1716819305147022_9070960257013690664_o.w293.h293.fill.jpg" src="https://shop73294.sfstatic.io/upload_dir/shop/_thumbs/128915194_1716819305147022_9070960257013690664_o.w293.h293.fill.jpg" alt="Dykkertur Lillebælt">
            </a>
  </figure>
  <div class="content product-description">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading" data-equalizer="widget-productlist-4-heading" style="height: 116px;">
      <a data-ng-href="/shop/26-dykker-ture/50-dykkertur-lillebaelt/" class="is-block m-productlist-link" href="/shop/26-dykker-ture/50-dykkertur-lillebaelt/">
                    <h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">Dykkertur Lillebælt</h4>
                </a>
      <!-- ngIf: ::product.ProducerHandle --><a class="m-productlist-brand-link" data-ng-if="::product.ProducerHandle" data-ng-href="/shop/?brand=3-padi" href="/shop/?brand=3-padi">
                    <span class="is-block m-productlist-brand" data-ng-bind-html="::product.ProducerTitle">PADI</span>
                </a><!-- end ngIf: ::product.ProducerHandle -->
      <!-- Item number -->
      <!-- ngIf: ::settings.shop_product_number && itemNumber -->
    </header>
    <!-- Stock status -->
    <!-- ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <div class="product-delivery m-productlist-stock" data-ng-if="::settings.shop_product_delivery_time &amp;&amp; settings.shop_product_delivery_time_list">
      <p data-delivery-text=""><i data-ng-show="settings.shop_product_delivery_time == 'texticon' || deliveryId < 1" class="fa fa-fw fa-check" data-ng-class="{'fa-clock-o': isSoldout, 'fa-check': !isSoldout}"></i><span
          data-ng-bind-html="deliveryText">På lager</span> <!-- ngIf: !stockIsNaN && deliveryId == 0 && hasChosenVariant && !isSoldout && product.Type !== 'packet' --></p>
    </div><!-- end ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <!-- Description -->
    <!-- ngIf:  -->
    <!-- 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="widget-productlist-4-transactions" style="height: 53px;">
    <div class="variant_wrapper" style="display: none;">
      <!-- ngIf: ::showVariants -->
    </div>
    <!-- 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">350,00 DKK</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 -->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <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">
      <!-- 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>
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/26-dykker-ture/27-fyraftensdyk-1700/" class="m-productlist-link" href="/shop/26-dykker-ture/27-fyraftensdyk-1700/">
                <img class="responsive m-productlist-image" data-ng-src="https://shop73294.sfstatic.io/upload_dir/shop/_thumbs/dykkerture.w293.h293.fill.jpg" src="https://shop73294.sfstatic.io/upload_dir/shop/_thumbs/dykkerture.w293.h293.fill.jpg" alt="Fyraftensdyk 17:00">
            </a>
  </figure>
  <div class="content product-description">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading" data-equalizer="widget-productlist-4-heading" style="height: 116px;">
      <a data-ng-href="/shop/26-dykker-ture/27-fyraftensdyk-1700/" class="is-block m-productlist-link" href="/shop/26-dykker-ture/27-fyraftensdyk-1700/">
                    <h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">Fyraftensdyk 17:00</h4>
                </a>
      <!-- ngIf: ::product.ProducerHandle --><a class="m-productlist-brand-link" data-ng-if="::product.ProducerHandle" data-ng-href="/shop/?brand=2-nautic-marine" href="/shop/?brand=2-nautic-marine">
                    <span class="is-block m-productlist-brand" data-ng-bind-html="::product.ProducerTitle">Nautic Marine</span>
                </a><!-- end ngIf: ::product.ProducerHandle -->
      <!-- Item number -->
      <!-- ngIf: ::settings.shop_product_number && itemNumber -->
    </header>
    <!-- Stock status -->
    <!-- ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <div class="product-delivery m-productlist-stock" data-ng-if="::settings.shop_product_delivery_time &amp;&amp; settings.shop_product_delivery_time_list">
      <p data-delivery-text=""><i data-ng-show="settings.shop_product_delivery_time == 'texticon' || deliveryId < 1" class="fa fa-fw fa-check" data-ng-class="{'fa-clock-o': isSoldout, 'fa-check': !isSoldout}"></i><span
          data-ng-bind-html="deliveryText">På lager</span> <!-- ngIf: !stockIsNaN && deliveryId == 0 && hasChosenVariant && !isSoldout && product.Type !== 'packet' --></p>
    </div><!-- end ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <!-- Description -->
    <!-- ngIf:  -->
    <!-- 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="widget-productlist-4-transactions" style="height: 53px;">
    <div class="variant_wrapper" style="display: none;">
      <!-- ngIf: ::showVariants -->
    </div>
    <!-- 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">150,00 DKK</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 -->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <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">
      <!-- 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>
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/51-dykkerferier/53-dykkerejse---hotel--aconto-2000--pris-10495/" class="m-productlist-link" href="/shop/51-dykkerferier/53-dykkerejse---hotel--aconto-2000--pris-10495/">
                <img class="responsive m-productlist-image" data-ng-src="https://shop73294.sfstatic.io/upload_dir/shop/_thumbs/scuba-hurghada-diving.w293.h293.fill.jpg" src="https://shop73294.sfstatic.io/upload_dir/shop/_thumbs/scuba-hurghada-diving.w293.h293.fill.jpg" alt="Dykkerejse - Hotel / Aconto 2000,- Pris 10495,">
            </a>
  </figure>
  <div class="content product-description">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading" data-equalizer="widget-productlist-4-heading" style="height: 116px;">
      <a data-ng-href="/shop/51-dykkerferier/53-dykkerejse---hotel--aconto-2000--pris-10495/" class="is-block m-productlist-link" href="/shop/51-dykkerferier/53-dykkerejse---hotel--aconto-2000--pris-10495/">
                    <h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">Dykkerejse - Hotel / Aconto 2000,- Pris 10495,</h4>
                </a>
      <!-- ngIf: ::product.ProducerHandle --><a class="m-productlist-brand-link" data-ng-if="::product.ProducerHandle" data-ng-href="/shop/?brand=2-nautic-marine" href="/shop/?brand=2-nautic-marine">
                    <span class="is-block m-productlist-brand" data-ng-bind-html="::product.ProducerTitle">Nautic Marine</span>
                </a><!-- end ngIf: ::product.ProducerHandle -->
      <!-- Item number -->
      <!-- ngIf: ::settings.shop_product_number && itemNumber -->
    </header>
    <!-- Stock status -->
    <!-- ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <div class="product-delivery m-productlist-stock" data-ng-if="::settings.shop_product_delivery_time &amp;&amp; settings.shop_product_delivery_time_list">
      <p data-delivery-text=""><i data-ng-show="settings.shop_product_delivery_time == 'texticon' || deliveryId < 1" class="fa fa-fw fa-check" data-ng-class="{'fa-clock-o': isSoldout, 'fa-check': !isSoldout}"></i><span
          data-ng-bind-html="deliveryText">På lager</span> <!-- ngIf: !stockIsNaN && deliveryId == 0 && hasChosenVariant && !isSoldout && product.Type !== 'packet' --></p>
    </div><!-- end ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <!-- Description -->
    <!-- ngIf:  -->
    <!-- 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="widget-productlist-4-transactions" style="height: 53px;">
    <div class="variant_wrapper" style="display: none;">
      <!-- ngIf: ::showVariants -->
    </div>
    <!-- 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">Pris fra 2.000,00 DKK</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 -->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <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">
      <!-- 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>
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/51-dykkerferier/55-dykkerejse-liveaboard--aconto-2000-pris-13495/" class="m-productlist-link" href="/shop/51-dykkerferier/55-dykkerejse-liveaboard--aconto-2000-pris-13495/">
                <img class="responsive m-productlist-image" data-ng-src="https://shop73294.sfstatic.io/upload_dir/shop/_thumbs/maxresdefault.w293.h293.fill.jpg" src="https://shop73294.sfstatic.io/upload_dir/shop/_thumbs/maxresdefault.w293.h293.fill.jpg" alt="Dykkerejse Liveaboard / Aconto 2000 pris 13495">
            </a>
  </figure>
  <div class="content product-description">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading" data-equalizer="widget-productlist-4-heading" style="height: 116px;">
      <a data-ng-href="/shop/51-dykkerferier/55-dykkerejse-liveaboard--aconto-2000-pris-13495/" class="is-block m-productlist-link" href="/shop/51-dykkerferier/55-dykkerejse-liveaboard--aconto-2000-pris-13495/">
                    <h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">Dykkerejse Liveaboard / Aconto 2000 pris 13495</h4>
                </a>
      <!-- ngIf: ::product.ProducerHandle --><a class="m-productlist-brand-link" data-ng-if="::product.ProducerHandle" data-ng-href="/shop/?brand=2-nautic-marine" href="/shop/?brand=2-nautic-marine">
                    <span class="is-block m-productlist-brand" data-ng-bind-html="::product.ProducerTitle">Nautic Marine</span>
                </a><!-- end ngIf: ::product.ProducerHandle -->
      <!-- Item number -->
      <!-- ngIf: ::settings.shop_product_number && itemNumber -->
    </header>
    <!-- Stock status -->
    <!-- ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <div class="product-delivery m-productlist-stock" data-ng-if="::settings.shop_product_delivery_time &amp;&amp; settings.shop_product_delivery_time_list">
      <p data-delivery-text=""><i data-ng-show="settings.shop_product_delivery_time == 'texticon' || deliveryId < 1" class="fa fa-fw fa-check" data-ng-class="{'fa-clock-o': isSoldout, 'fa-check': !isSoldout}"></i><span
          data-ng-bind-html="deliveryText">På lager</span> <!-- ngIf: !stockIsNaN && deliveryId == 0 && hasChosenVariant && !isSoldout && product.Type !== 'packet' --></p>
    </div><!-- end ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <!-- Description -->
    <!-- ngIf:  -->
    <!-- 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="widget-productlist-4-transactions" style="height: 53px;">
    <div class="variant_wrapper" style="display: none;">
      <!-- ngIf: ::showVariants -->
    </div>
    <!-- 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">Pris fra 2.000,00 DKK</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 -->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <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">
      <!-- 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>
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/51-dykkerferier/65-dykkerlejr-lillebaelt/" class="m-productlist-link" href="/shop/51-dykkerferier/65-dykkerlejr-lillebaelt/">
                <img class="responsive m-productlist-image" data-ng-src="https://shop73294.sfstatic.io/upload_dir/shop/_thumbs/2007_12_76_01.w293.h293.fill.jpg" src="https://shop73294.sfstatic.io/upload_dir/shop/_thumbs/2007_12_76_01.w293.h293.fill.jpg" alt="Dykkerlejr Lillebælt">
            </a>
  </figure>
  <div class="content product-description">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading" data-equalizer="widget-productlist-4-heading" style="height: 116px;">
      <a data-ng-href="/shop/51-dykkerferier/65-dykkerlejr-lillebaelt/" class="is-block m-productlist-link" href="/shop/51-dykkerferier/65-dykkerlejr-lillebaelt/">
                    <h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">Dykkerlejr Lillebælt</h4>
                </a>
      <!-- ngIf: ::product.ProducerHandle --><a class="m-productlist-brand-link" data-ng-if="::product.ProducerHandle" data-ng-href="/shop/?brand=2-nautic-marine" href="/shop/?brand=2-nautic-marine">
                    <span class="is-block m-productlist-brand" data-ng-bind-html="::product.ProducerTitle">Nautic Marine</span>
                </a><!-- end ngIf: ::product.ProducerHandle -->
      <!-- Item number -->
      <!-- ngIf: ::settings.shop_product_number && itemNumber -->
    </header>
    <!-- Stock status -->
    <!-- ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <div class="product-delivery m-productlist-stock" data-ng-if="::settings.shop_product_delivery_time &amp;&amp; settings.shop_product_delivery_time_list">
      <p data-delivery-text=""><i data-ng-show="settings.shop_product_delivery_time == 'texticon' || deliveryId < 1" class="fa fa-fw fa-check" data-ng-class="{'fa-clock-o': isSoldout, 'fa-check': !isSoldout}"></i><span
          data-ng-bind-html="deliveryText">På lager</span> <!-- ngIf: !stockIsNaN && deliveryId == 0 && hasChosenVariant && !isSoldout && product.Type !== 'packet' --><span class="stockAmount"
          data-ng-if="!stockIsNaN &amp;&amp; deliveryId == 0 &amp;&amp; hasChosenVariant &amp;&amp; !isSoldout &amp;&amp; product.Type !== 'packet'">(7
          stk.)</span><!-- end ngIf: !stockIsNaN && deliveryId == 0 && hasChosenVariant && !isSoldout && product.Type !== 'packet' --></p>
    </div><!-- end ngIf: ::settings.shop_product_delivery_time && settings.shop_product_delivery_time_list -->
    <!-- Description -->
    <!-- ngIf:  -->
    <!-- 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="widget-productlist-4-transactions" style="height: 53px;">
    <div class="variant_wrapper" style="display: none;">
      <!-- ngIf: ::showVariants -->
    </div>
    <!-- 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">1.200,00 DKK</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 -->
</form>

Text Content

powered by: Cookie Information


DU BESTEMMER OVER DINE DATA

Vi og vores samarbejdspartnere bruger teknologier, herunder cookies, til at
indsamle oplysninger om dig til forskellige formål, herunder:


 1. Funktionelle
 2. Statistiske
 3. Marketing

Ved at trykke på 'Accepter alle' giver du samtykke til alle disse formål. Du kan
også vælge at tilkendegive, hvilke formål du vil give samtykke til ved at
benytte [checkboksene] ud for formålet, og derefter trykke på 'Gem
indstillinger'.
Du kan til enhver tid trække dit samtykke tilbage ved at [trykke på det lille
ikon nederst i venstre hjørne af hjemmesiden].

Du kan læse mere om vores brug af cookies og andre teknologier, samt om vores
indsamling og behandling af personoplysninger ved at trykke på linket.

Om cookies
Afvis alle Gem indstillinger Accepter alle
Vis detaljer Skjul detaljer


NØDVENDIGE

Nødvendige cookies hjælper med at gøre en hjemmeside brugbar ved at aktivere
grundlæggende funktioner, såsom side-navigation og adgang til sikre områder af
hjemmesiden. Hjemmesiden kan ikke fungere optimalt uden disse cookies.
Service: PHP
Formål: Påkrævet for at websitet kan fungere.
Privatlivspolitik: PHP - Privatlivspolitik
Udløb: Session
Navn: PHPSESSID
Udbyder: www.nauticmarine.dk
Service: Microsoft, ASP.NET
Formål: Understøtter integrationen af en tredjeparts platform på websitet.
Privatlivspolitik: Microsoft, ASP.NET - Privatlivspolitik
Udløb: Session
Navn: ASPSESSIONIDxxx
Udbyder: ssl.dandodesign.dk
Service: Cookie Information
Formål: Understøtter websitets tekniske funktioner.
Privatlivspolitik: Cookie Information - Privatlivspolitik
Udløb: et år
Navn: CookieInformationConsent
Udbyder: nauticmarine.dk
Service: Citrix
Formål: Sikrer websitets og applikationssikkerheden.
Privatlivspolitik: Citrix - Privatlivspolitik
Udløb: Session
Navn: NSC_xxx
Udbyder: cdn.mobilepay.dk


FUNKTIONELLE

Vi indsamler oplysninger om dine foretrukne indstillinger og valg på
hjemmesiden. Det gør vi for at kunne vise dig den version af hjemmesiden, der
passer til dine præferencer. Oplysningerne bliver brugt til at afgøre, hvilken
region og sprog du foretrækker, til at vise videoer og andre visuelle elementer
på hjemmesiden fx jobsøgning.
Service: Google
Formål: Sikrer websitets og applikationssikkerheden.
Privatlivspolitik: Google - Privatlivspolitik
Udløb: 6 måneder
Navn: _GRECAPTCHA
Udbyder: www.google.com


STATISTISKE

Vi indsamler oplysninger om, hvordan du interagerer med hjemmesiden, herunder
hvor ofte du besøger siden, og hvilke sider du kigger på. Det gør vi for at
kunne optimere design, brugervenlighed og styrke effektiviteten af hjemmesiden.
Derudover bruger vi oplysningerne til at give dig personaliseret indhold og
udarbejde markedsanalyser.
Service: Google Analytics
Formål:
Privatlivspolitik: Google Analytics - Privatlivspolitik
Udløb: 2 år
Navn: _ga_xxx
Udbyder: .nauticmarine.dk
Service: Google Analytics
Formål: Indsamler oplysninger om brugerne og deres aktivitet på websitet til
analyse og rapporteringsformål.
Privatlivspolitik: Google Analytics - Privatlivspolitik
Udløb: 2 år
Navn: _ga
Udbyder: .nauticmarine.dk


MARKETING

Vi indsamler oplysninger om dine interesser, herunder hvilke sider og annoncer
du klikker på, hvilke produkter eller ydelser du viser interesse for, eller
køber, på denne og andre hjemmesider. Det gør vi for at kunne vise dig annoncer,
der er relevante for dig og dine interesser. For at kunne vise dig målrettede
annoncer på denne og andre hjemmesider, samarbejder vi med andre virksomheder,
som vi deler oplysninger med. Det kan du læse mere om herunder.
Service: Facebook
Formål: Støtter online markedsføring ved at indsamle oplysninger om brugerne til
at promovere produkter gennem partnere og andre platforme.
Privatlivspolitik: Facebook - Privatlivspolitik
Udløb: Session
Navn:
Udbyder: www.facebook.com
Service: Facebook
Formål: Identificerer browsere med det formål at levere reklamer og website
statistik.
Privatlivspolitik: Facebook - Privatlivspolitik
Udløb: 3 måneder
Navn: _fbp
Udbyder: .nauticmarine.dk


UKLASSIFICEREDE

Uklassificerede cookies er vi i færd med at klassificere sammen med udbyderne af
de enkelte cookies.
Service:
Formål: Afventer
Udløb: 4 dage
Navn: rcHistory
Udbyder: nauticmarine.dk
Nødvendige
Funktionelle
Statistiske
Marketing
powered by: Cookie Information


COOKIEPOLITIK

Dit samtykke gælder for følgende domæner: nauticmarine.dk Cookiepolitikken er
sidst opdateret d. 17.02.2023
Indstillinger Accepter alle


HVAD ER EN COOKIE?

En cookie er en lille datafil, som bliver gemt på din computer, tablet eller
mobiltelefon. En cookie er ikke et program, der kan indeholde skadelige
programmer eller virus.


HJEMMESIDENS BRUG AF COOKIES

Cookies kan være nødvendige for at få hjemmesiden til at fungere. Cookies
hjælper os desuden med at få overblik over dit besøg på hjemmesiden, så vi
løbende kan optimere og målrette hjemmesiden til dine behov og interesser.
Cookies husker f.eks., hvad du har lagt i en eventuel indkøbskurv, om du
tidligere har besøgt siden, om du er logget ind og hvilket sprog og valuta, du
gerne vil have vist på hjemmesiden. Vi bruger også cookies til at målrette vores
annoncer over for dig på andre hjemmesider. Helt overordnet anvender vi cookies
som del af vores service til at vise indhold, der er så relevant som muligt for
dig.

Du kan se, hvilke services der sætter cookies, og til hvilke formål under de
forskellige kategorier [Nødvendige, Funktionelle, Statistiske og Marketing].


HVOR LÆNGE BLIVER COOKIES GEMT?

Det varierer, hvor længe en bestemt cookie bliver opbevaret på dine enheder og
browsere. En cookies levetid beregnes ud fra dit seneste besøg på hjemmesiden.
Når cookiens levetid udløber, bliver den automatisk slettet. Alle vores cookies'
levetid fremgår i vores cookiepolitik.


SÅDAN AFVISER ELLER SLETTER DU COOKIES

Du kan altid afvise alle -/tredjepartscookies fuldstændig ved at ændre
indstillingerne i din browser på din computer, tablet eller telefon. Hvor du
finder indstillingerne afhænger af, hvilken browser du anvender. Du skal dog
være opmærksom på, at hvis du afviser alle -/tredjepartscookies, vil der være
funktioner og services, du ikke kan anvende på hjemmesiden (fordi disse er
afhængige af cookies).
Du kan fravælge cookies fra Google Analytics her.


HVORDAN SLETTER MAN COOKIES?

Cookies du tidligere har accepteret, kan sagtens slettes. Hvordan du sletter
disse afhænger af den browser du bruger (Chrome, Firefox, Safari etc.) og på
hvilken enhed (mobil, tablet, pc, mac).
Det er typisk under Indstillinger - Sikkerhed og Privatliv, men kan variere fra
browser til browser. Hvilken enhed/browser bruger du - klik på det relevante
link:

 * Internet Explorer
 * Microsoft Edge
 * Mozilla Firefox
 * Google Chrome
 * Opera
 * Safari
 * Flash cookies
 * Apple
 * Android
 * Windows 7


ÆNDRING AF DIT SAMTYKKE

Du ændrer dit samtykke ved enten at slette cookies fra browseren eller ved at
ændre dit oprindelige valg ved at klikke på linket herunder:

Du ændrer dit samtykke ved at klikke her

Husk: Bruger du flere browsere, skal du slette cookies i dem alle.


HAR DU SPØRGSMÅL?

Har du kommentarer eller spørgsmål i forbindelse med vores information og/eller
behandling af personlige oplysninger, er du velkommen til at kontakte os. Selve
cookiepolitikken bliver opdateret hver måned af Cookie Information. Har du
spørgsmål til cookiepolitikken, kan du kontakte Cookie Information via deres
hjemmeside ved at klikke her

Funktionelle Statistiske Marketing
Søg

 * Forside
 * Shop
 * Ledige stillinger
 * Information
    * Om os
    * Kontakt
    * Handelsbetingelser

 * Hjælp
    * Betaling med gavekort eller rabatkode
    * Betaling med MobilePay - Quick tjekout

 * Din konto
    * Log ind
    * Opret bruger

Din indkøbskurv er tom

Søgning
Søg
Kategorier
 * SPEEDBÅDSKØREKORT
 * DUELIGHEDSBEVIS OG SEJLBÅDSKURSER
 * YACHTSKIPPER
 * VHF KURSUS
 * VANDSCOOTERBEVIS
 * DYKKERKURSER
 * DYKKERFERIER
 * DYKKER TURE
 * GAVEKORT
 * EVENTS
 * UDSTYR

Vælg mærke Nautic Marine PADI
Facebook




NAUTIC - OVER & UNDER VANDET

SE ALLE VORES KURSER HER


Udvalgte produkter

DUELIGHEDSBEVIS - ONLINE

Nautic Marine

På lager

996,00 DKK


SPEEDBÅD PLUS

Nautic Marine

På lager

1.495,00 DKK


OPEN WATER KURSUS

PADI

På lager

3.995,00 DKK


YACHTSKIPPER 3 GREVE KLASSEUNDERVISNING

Nautic Marine

På lager

4.995,00 DKK


GAVEKORT DUELIGHED ONLINE, INCL MATERIALER

Nautic Marine

På lager

1.550,00 DKK


DUELIGHEDSBEVIS PRAKTIK - SEJLBÅD WEEKEND

Nautic Marine

På lager

3.995,00 DKK


GAVEKORT VANDSCOOTER CERTIFIKAT INCL. LEJE AF VANDSCOOTER

Nautic Marine

På lager

1.495,00 DKK


GAVEKORT FØRSTEHJÆLP

Nautic Marine

På lager

695,00 DKK


DYKKERLEJR LILLEBÆLT

Nautic Marine

På lager (7 stk.)

1.200,00 DKK

Ingen produkter fundet.
Dykkerture og ferier

DYKKERTUR - BÅDDYK

Nautic Marine

På lager

350,00 DKK


DYKKERTUR LILLEBÆLT

PADI

På lager

350,00 DKK


FYRAFTENSDYK 17:00

Nautic Marine

På lager

150,00 DKK


DYKKEREJSE - HOTEL / ACONTO 2000,- PRIS 10495,

Nautic Marine

På lager

Pris fra 2.000,00 DKK


DYKKEREJSE LIVEABOARD / ACONTO 2000 PRIS 13495

Nautic Marine

På lager

Pris fra 2.000,00 DKK


DYKKERLEJR LILLEBÆLT

Nautic Marine

På lager (7 stk.)

1.200,00 DKK

Ingen produkter fundet.
 * Nautic Marine
 * Havnevej 4
 * 2670 Greve
 * Danmark
 * Telefon Dykning: 31332507
 * Telefon sejlads: 31 37 61 07
 * E-mail: info@nauticmarine.dk
 * CVR-nummer: 41657081
 * Bankoplysninger: Jyske Bank Reg.: 7312 Konto: 0001046939

Facebook
 * 
 * 
 * 
 * 
 * 
 * 
 *