dozapotek.se
Open in
urlscan Pro
34.160.129.244
Public Scan
Submitted URL: https://www.lloyds-apotek.se/
Effective URL: https://dozapotek.se/
Submission: On March 18 via automatic, source certstream-suspicious — Scanned from SE
Effective URL: https://dozapotek.se/
Submission: On March 18 via automatic, source certstream-suspicious — Scanned from SE
Form analysis
86 forms found in the DOMGET https://dozapotek.se/catalogsearch/result/
<form class="form minisearch" id="search_mini_form" action="https://dozapotek.se/catalogsearch/result/" method="get">
<div class="relative">
<label class="sr-only" for="search"> Sök bland tusentals apoteks- och skönhetsprodukter </label>
<input id="search" x-on:input.debounce="getSearchResults()" x-ref="searchInput" type="search" class="border-container-lighter border-t shadow-sm rounded-2xl w-full px-6 py-2 text-lg leading-normal transition appearance-none text-grey-800
focus:outline-none focus:border-transparent lg:text-xl" autocapitalize="off" autocomplete="off" autocorrect="off" name="q" value="" placeholder="Sök bland tusentals apoteks- och skönhetsprodukter" maxlength="128">
</div>
<div id="search_autocomplete" class="search-autocomplete relative w-full" x-show="show" style="display:none;">
<div class="search-results__container absolute bg-white border border-solid border-black z-50 w-full grid grid-cols-1 md:grid-cols-3 lg:grid-cols-4">
<template x-for="searchResultByType in Object.values(searchResultsByType)">
<div class="">
<template x-if="searchResultByType.hasOwnProperty(0) && templates[searchResultByType[0].type].title && templates[searchResultByType[0].type].titleRenderer === undefined">
<div class="font-bold pt-2 pl-2 text-center" x-text="templates[searchResultByType[0].type].title"></div>
</template>
<template x-if="searchResultByType.hasOwnProperty(0) && templates[searchResultByType[0].type].titleRenderer !== undefined">
<div class="font-bold pt-2 pl-2 text-center" x-text="window[templates[searchResultByType[0].type].titleRenderer](searchResultByType)"></div>
</template>
<template x-for="searchResult in searchResultByType">
<div class="hover:bg-gray-100">
<template x-if="searchResult.type == 'term'">
<a class="w-full block p-2" x-bind:href="'https://dozapotek.se/catalogsearch/result/?q=' + searchResult.title" :title="searchResult.title">
<span class="text-sm" x-text="searchResult.title"></span>
<span class="text-sm" x-text="'(' + searchResult.num_results + ')'"></span>
</a>
</template>
<template x-if="searchResult.type == 'product'">
<a class="w-full block" :href="searchResult.url" :title="searchResult.title">
<div class="grid grid-cols-4 gap-4 p-3">
<div>
<img :src="searchResult.image" class="inline-block max-h-16">
</div>
<div class="col-span-3">
<span class="text-sm" x-text="searchResult.title"></span>
<span class="text-sm font-bold" x-html="searchResult.price"></span>
</div>
</div>
</a>
</template>
<template x-if="searchResult.type == 'category'">
<a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title">
<span class="text-sm italic block text-gray-500" x-text="searchResult.breadcrumb.join(' > ').concat(' > ')"></span>
<span class="text-sm" x-text="searchResult.title"></span>
</a>
</template>
<template x-if="searchResult.type == 'product_attribute'">
<a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title">
<span class="text-sm" x-text="searchResult.title"></span>
<span class="text-xs uppercase text-gray-500" x-text="searchResult.attribute_label" style="vertical-align: super;"></span>
</a>
</template>
<script>
function renderEsAutocompleteTitleAttribute(data) {
data = data.filter(function(item) {
return item.type === 'product_attribute';
}).map(function(item) {
return item['attribute_label']
}).reduce(function(prev, item) {
if (item in prev) {
prev[item]++;
} else {
prev[item] = 1;
}
return prev;
}, {});
data = Object.entries(data).sort(function(item1, item2) {
return item2[1] - item1[1]
}).map(function(item) {
return item[0]
});
if (data.length > 2) {
data = data.slice(0, 2);
data.push('...');
}
return data.join(', ');
}
</script>
<template x-if="searchResult.type == 'cms_page'">
<a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title">
<span class="text-sm" x-text="searchResult.title"></span>
</a>
</template>
</div>
</template>
</div>
</template>
</div>
</div>
</form>
POST
<form @rx-cart-summary-updated.window="submitSummary()" method="post" class="hidden" id="rx_product_addtocart_form">
<fieldgroup class="hidden" name="summary">
<input type="hidden" name="action_id">
<input type="hidden" name="cold_storage">
<input type="hidden" name="max_dimension">
<input type="hidden" name="narcotics">
<input type="hidden" name="number_of_products">
<input type="hidden" name="price">
<input type="hidden" name="price_plus_insurance">
<input type="hidden" name="product_name">
<input type="hidden" name="remove">
<input type="hidden" name="store_ids_with_articles_in_stock">
<input type="hidden" name="unifaun_code">
<input type="hidden" name="volume">
<input type="hidden" name="weight">
</fieldgroup>
<fieldgroup class="hidden" name="logging">
<input type="hidden" name="prescription_bags">
</fieldgroup>
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S">
</form>
POST
<form class="form form-login" method="post" @submit.prevent="submitForm();" id="login-form">
<div class="fieldset login">
<div class="field email required">
<label class="label" for="form-login-username" form="login-form">
<span>E-postadress</span>
</label>
<div class="control">
<input name="username" id="form-login-username" x-ref="customer-email" @change="errors = 0" type="email" required="" class="form-input input-text">
</div>
</div>
<div class="field password required">
<label for="form-login-password" class="label" form="login-form">
<span>Lösenord</span>
</label>
<div class="control">
<input name="password" id="form-login-password" type="password" class="form-input input-text" required="" x-ref="customer-password" @change="errors = 0">
</div>
</div>
<input name="context" type="hidden" value="checkout">
<div class="actions-toolbar flex justify-between pt-6 pb-2 items-center">
<button type="submit" class="inline-flex btn btn-primary disabled:opacity-75"> Logga in </button>
<a href="https://dozapotek.se/customer/account/forgotpassword/">
Glömt ditt lösenord? </a>
</div>
</div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100069/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100069/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide active left-3 visible" data-gslide="0" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="100069">
<a href="https://dozapotek.se/nasonex-nasspray-suspension-50-mikrogram-dos-organon-sweden-ab-60-dos-er-023496.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-100069.window="$root.src = $event.detail" alt="Nasonex, nässpray, suspension 50 mikrogram/dos Organon Sweden AB" title="Nasonex, nässpray, suspension 50 mikrogram/dos Organon Sweden AB" src="https://media.dozapotek.se/catalog/product/0/7/07046260234963_C1L0.tif_11.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/nasonex-nasspray-suspension-50-mikrogram-dos-organon-sweden-ab-60-dos-er-023496.html">
Nasonex, nässpray, suspension 50 mikrogram/dos Organon Sweden AB, 60 dos(er) </a>
</div>
<script>
function initTooltip__641508b7a83b9() {
return {
visible: false,
mouseIn: false
}
}
</script>
<div class="italic text-gray-500 text-xs md:text-sm flex items-center justify-center relative" x-data="initTooltip__641508b7a83b9()" x-on:mouseenter="mouseIn=true" x-on:mouseleave="mouseIn=false">
<div class="flex justify-center p-2 items-center cursor-pointer" x-on:click="visible=!visible" x-on:click.outside="visible=false">
<span class="mr-1">Läkemedel</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4" width="24" height="24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
</div>
<div x-show="visible || mouseIn" x-on:mouseleave="visible = false" class="absolute left-1/2 bottom-full flex border-gray-500 border-1 -translate-x-1/2 bg-white
rounded p-1" style="display: none;">
<div class="mt-2"> Läs bipacksedeln noga innan användning. </div>
<a role="button" href="#" class="cursor-pointer self-start relative" @click.prevent="visible=false; mouseIn=false">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
</svg>
<div class="absolute top-0 left-0 scale-150 w-full h-full"></div>
</a>
</div>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b7a83b9() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b7a83b9()" x-init="formatPrices()" @update-prices-100069.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="100069" data-price-box="product-id-100069">
<span class="price-container price-final_price tax weee">
<span id="product-price-100069" data-price-amount="86" data-price-type="finalPrice" class="price-wrapper ">86:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Nasonex, nässpray, suspension 50 mikrogram/dos Organon Sweden AB" data-id="023496" data-price="86" data-brand="" data-category="" data-variant="60 dos(er)"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100891/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100891/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide left-2 visible" data-gslide="1" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="100891">
<a href="https://dozapotek.se/livostin-ogondroppar-suspension-0-5-mg-ml-mcneil-sweden-ab-4-milliliter-431154.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-100891.window="$root.src = $event.detail" alt="Livostin, ögondroppar, suspension 0,5 mg/ml McNeil Sweden AB" title="Livostin, ögondroppar, suspension 0,5 mg/ml McNeil Sweden AB" src="https://media.dozapotek.se/catalog/product/0/3/03574661021607_C1L1.tif_9.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/livostin-ogondroppar-suspension-0-5-mg-ml-mcneil-sweden-ab-4-milliliter-431154.html">
Livostin, ögondroppar, suspension 0,5 mg/ml McNeil Sweden AB, 4 milliliter </a>
</div>
<script>
function initTooltip__641508b7b82b8() {
return {
visible: false,
mouseIn: false
}
}
</script>
<div class="italic text-gray-500 text-xs md:text-sm flex items-center justify-center relative" x-data="initTooltip__641508b7b82b8()" x-on:mouseenter="mouseIn=true" x-on:mouseleave="mouseIn=false">
<div class="flex justify-center p-2 items-center cursor-pointer" x-on:click="visible=!visible" x-on:click.outside="visible=false">
<span class="mr-1">Läkemedel</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4" width="24" height="24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
</div>
<div x-show="visible || mouseIn" x-on:mouseleave="visible = false" class="absolute left-1/2 bottom-full flex border-gray-500 border-1 -translate-x-1/2 bg-white
rounded p-1" style="display: none;">
<div class="mt-2"> Läs bipacksedeln noga innan användning. </div>
<a role="button" href="#" class="cursor-pointer self-start relative" @click.prevent="visible=false; mouseIn=false">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
</svg>
<div class="absolute top-0 left-0 scale-150 w-full h-full"></div>
</a>
</div>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b7b82b8() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b7b82b8()" x-init="formatPrices()" @update-prices-100891.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="100891" data-price-box="product-id-100891">
<span class="price-container price-final_price tax weee">
<span id="product-price-100891" data-price-amount="89" data-price-type="finalPrice" class="price-wrapper ">89:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Livostin, ögondroppar, suspension 0,5 mg/ml McNeil Sweden AB" data-id="431154" data-price="89" data-brand="" data-category="" data-variant="4 milliliter"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100643/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100643/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide left-1 visible" data-gslide="2" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="100643">
<a href="https://dozapotek.se/livostin-nasspray-suspension-50-mikrogram-dos-mcneil-sweden-ab-150-dos-er-567545.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-100643.window="$root.src = $event.detail" alt="Livostin, nässpray, suspension 50 mikrogram/dos McNeil Sweden AB" title="Livostin, nässpray, suspension 50 mikrogram/dos McNeil Sweden AB" src="https://media.dozapotek.se/catalog/product/0/7/07046265675457_C1L1.tif_9.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/livostin-nasspray-suspension-50-mikrogram-dos-mcneil-sweden-ab-150-dos-er-567545.html">
Livostin, nässpray, suspension 50 mikrogram/dos McNeil Sweden AB, 150 dos(er) </a>
</div>
<script>
function initTooltip__641508b7bdd50() {
return {
visible: false,
mouseIn: false
}
}
</script>
<div class="italic text-gray-500 text-xs md:text-sm flex items-center justify-center relative" x-data="initTooltip__641508b7bdd50()" x-on:mouseenter="mouseIn=true" x-on:mouseleave="mouseIn=false">
<div class="flex justify-center p-2 items-center cursor-pointer" x-on:click="visible=!visible" x-on:click.outside="visible=false">
<span class="mr-1">Läkemedel</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4" width="24" height="24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
</div>
<div x-show="visible || mouseIn" x-on:mouseleave="visible = false" class="absolute left-1/2 bottom-full flex border-gray-500 border-1 -translate-x-1/2 bg-white
rounded p-1" style="display: none;">
<div class="mt-2"> Läs bipacksedeln noga innan användning. </div>
<a role="button" href="#" class="cursor-pointer self-start relative" @click.prevent="visible=false; mouseIn=false">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
</svg>
<div class="absolute top-0 left-0 scale-150 w-full h-full"></div>
</a>
</div>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b7bdd50() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b7bdd50()" x-init="formatPrices()" @update-prices-100643.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="100643" data-price-box="product-id-100643">
<span class="price-container price-final_price tax weee">
<span id="product-price-100643" data-price-amount="125" data-price-type="finalPrice" class="price-wrapper ">125:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Livostin, nässpray, suspension 50 mikrogram/dos McNeil Sweden AB" data-id="567545" data-price="125" data-brand="" data-category="" data-variant="150 dos(er)"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100312/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100312/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide center visible" data-gslide="3" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="100312">
<a href="https://dozapotek.se/otrason-nasspray-suspension-50-mikrogram-dos-glaxosmithkline-consumer-120-dos-er-164480.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-100312.window="$root.src = $event.detail" alt="Otrason, nässpray, suspension 50 mikrogram/dos GlaxoSmithKline Consumer" title="Otrason, nässpray, suspension 50 mikrogram/dos GlaxoSmithKline Consumer" src="https://media.dozapotek.se/catalog/product/0/5/05054563055040_C1R0.tif.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/otrason-nasspray-suspension-50-mikrogram-dos-glaxosmithkline-consumer-120-dos-er-164480.html">
Otrason, nässpray, suspension 50 mikrogram/dos GlaxoSmithKline Consumer, 120 dos(er) </a>
</div>
<script>
function initTooltip__641508b7c3898() {
return {
visible: false,
mouseIn: false
}
}
</script>
<div class="italic text-gray-500 text-xs md:text-sm flex items-center justify-center relative" x-data="initTooltip__641508b7c3898()" x-on:mouseenter="mouseIn=true" x-on:mouseleave="mouseIn=false">
<div class="flex justify-center p-2 items-center cursor-pointer" x-on:click="visible=!visible" x-on:click.outside="visible=false">
<span class="mr-1">Läkemedel</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4" width="24" height="24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
</div>
<div x-show="visible || mouseIn" x-on:mouseleave="visible = false" class="absolute left-1/2 bottom-full flex border-gray-500 border-1 -translate-x-1/2 bg-white
rounded p-1" style="display: none;">
<div class="mt-2"> Läs bipacksedeln noga innan användning. </div>
<a role="button" href="#" class="cursor-pointer self-start relative" @click.prevent="visible=false; mouseIn=false">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
</svg>
<div class="absolute top-0 left-0 scale-150 w-full h-full"></div>
</a>
</div>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b7c3898() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b7c3898()" x-init="formatPrices()" @update-prices-100312.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="100312" data-price-box="product-id-100312">
<span class="price-container price-final_price tax weee">
<span id="product-price-100312" data-price-amount="199" data-price-type="finalPrice" class="price-wrapper ">199:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Otrason, nässpray, suspension 50 mikrogram/dos GlaxoSmithKline Consumer" data-id="164480" data-price="199" data-brand="" data-category="" data-variant="120 dos(er)"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/103880/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/103880/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide center visible" data-gslide="4" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="103880">
<a href="https://dozapotek.se/clarieye-ogondroppar-10-ml-785474.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-103880.window="$root.src = $event.detail" alt="ClariEye ögondroppar" title="ClariEye ögondroppar" src="https://media.dozapotek.se/catalog/product/0/5/05705728092102_C1L0.jpg_17.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/clarieye-ogondroppar-10-ml-785474.html">
ClariEye ögondroppar, 10 ml </a>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b7c90c4() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b7c90c4()" x-init="formatPrices()" @update-prices-103880.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="103880" data-price-box="product-id-103880">
<span class="price-container price-final_price tax weee">
<span id="product-price-103880" data-price-amount="139" data-price-type="finalPrice" class="price-wrapper ">139:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="ClariEye ögondroppar" data-id="785474" data-price="139" data-brand="" data-category="" data-variant="10 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100179/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100179/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-1 visible" data-gslide="5" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="100179">
<a href="https://dozapotek.se/livicort-nasspray-suspension-32-mikrogram-dos-mcneil-sweden-ab-120-dos-er-066930.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-100179.window="$root.src = $event.detail" alt="Livicort, nässpray, suspension 32 mikrogram/dos McNeil Sweden AB" title="Livicort, nässpray, suspension 32 mikrogram/dos McNeil Sweden AB" src="https://media.dozapotek.se/catalog/product/0/3/03574661462042_C1L1.tif_109.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/livicort-nasspray-suspension-32-mikrogram-dos-mcneil-sweden-ab-120-dos-er-066930.html">
Livicort, nässpray, suspension 32 mikrogram/dos McNeil Sweden AB, 120 dos(er) </a>
</div>
<script>
function initTooltip__641508b7ce612() {
return {
visible: false,
mouseIn: false
}
}
</script>
<div class="italic text-gray-500 text-xs md:text-sm flex items-center justify-center relative" x-data="initTooltip__641508b7ce612()" x-on:mouseenter="mouseIn=true" x-on:mouseleave="mouseIn=false">
<div class="flex justify-center p-2 items-center cursor-pointer" x-on:click="visible=!visible" x-on:click.outside="visible=false">
<span class="mr-1">Läkemedel</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4" width="24" height="24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
</div>
<div x-show="visible || mouseIn" x-on:mouseleave="visible = false" class="absolute left-1/2 bottom-full flex border-gray-500 border-1 -translate-x-1/2 bg-white
rounded p-1" style="display: none;">
<div class="mt-2"> Läs bipacksedeln noga innan användning. </div>
<a role="button" href="#" class="cursor-pointer self-start relative" @click.prevent="visible=false; mouseIn=false">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
</svg>
<div class="absolute top-0 left-0 scale-150 w-full h-full"></div>
</a>
</div>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b7ce612() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b7ce612()" x-init="formatPrices()" @update-prices-100179.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="100179" data-price-box="product-id-100179">
<span class="price-container price-final_price tax weee">
<span id="product-price-100179" data-price-amount="93" data-price-type="finalPrice" class="price-wrapper ">93:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Livicort, nässpray, suspension 32 mikrogram/dos McNeil Sweden AB" data-id="066930" data-price="93" data-brand="" data-category="" data-variant="120 dos(er)"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100068/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100068/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-2" data-gslide="6" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="100068">
<a href="https://dozapotek.se/nasonex-nasspray-suspension-50-mikrogram-dos-organon-sweden-ab-140-dos-er-023195.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-100068.window="$root.src = $event.detail" alt="Nasonex, nässpray, suspension 50 mikrogram/dos Organon Sweden AB" title="Nasonex, nässpray, suspension 50 mikrogram/dos Organon Sweden AB" src="https://media.dozapotek.se/catalog/product/0/7/07046260231955_C1N0.jpg_11.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/nasonex-nasspray-suspension-50-mikrogram-dos-organon-sweden-ab-140-dos-er-023195.html">
Nasonex, nässpray, suspension 50 mikrogram/dos Organon Sweden AB, 140 dos(er) </a>
</div>
<script>
function initTooltip__641508b7d42cf() {
return {
visible: false,
mouseIn: false
}
}
</script>
<div class="italic text-gray-500 text-xs md:text-sm flex items-center justify-center relative" x-data="initTooltip__641508b7d42cf()" x-on:mouseenter="mouseIn=true" x-on:mouseleave="mouseIn=false">
<div class="flex justify-center p-2 items-center cursor-pointer" x-on:click="visible=!visible" x-on:click.outside="visible=false">
<span class="mr-1">Läkemedel</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4" width="24" height="24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
</div>
<div x-show="visible || mouseIn" x-on:mouseleave="visible = false" class="absolute left-1/2 bottom-full flex border-gray-500 border-1 -translate-x-1/2 bg-white
rounded p-1" style="display: none;">
<div class="mt-2"> Läs bipacksedeln noga innan användning. </div>
<a role="button" href="#" class="cursor-pointer self-start relative" @click.prevent="visible=false; mouseIn=false">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
</svg>
<div class="absolute top-0 left-0 scale-150 w-full h-full"></div>
</a>
</div>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b7d42cf() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b7d42cf()" x-init="formatPrices()" @update-prices-100068.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="100068" data-price-box="product-id-100068">
<span class="price-container price-final_price tax weee">
<span id="product-price-100068" data-price-amount="175" data-price-type="finalPrice" class="price-wrapper ">175:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Nasonex, nässpray, suspension 50 mikrogram/dos Organon Sweden AB" data-id="023195" data-price="175" data-brand="" data-category="" data-variant="140 dos(er)"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100696/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100696/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-3" data-gslide="7" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="100696">
<a href="https://dozapotek.se/allegra-filmdragerad-tablett-120-mg-stada-nordic-aps-30-tablett-er-533156.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-100696.window="$root.src = $event.detail" alt="Allegra, filmdragerad tablett 120 mg STADA Nordic ApS" title="Allegra, filmdragerad tablett 120 mg STADA Nordic ApS" src="https://media.dozapotek.se/catalog/product/0/7/07046265331568_C1L1.jpg_17.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/allegra-filmdragerad-tablett-120-mg-stada-nordic-aps-30-tablett-er-533156.html">
Allegra, filmdragerad tablett 120 mg STADA Nordic ApS, 30 tablett(er) </a>
</div>
<script>
function initTooltip__641508b7d9da1() {
return {
visible: false,
mouseIn: false
}
}
</script>
<div class="italic text-gray-500 text-xs md:text-sm flex items-center justify-center relative" x-data="initTooltip__641508b7d9da1()" x-on:mouseenter="mouseIn=true" x-on:mouseleave="mouseIn=false">
<div class="flex justify-center p-2 items-center cursor-pointer" x-on:click="visible=!visible" x-on:click.outside="visible=false">
<span class="mr-1">Läkemedel</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4" width="24" height="24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
</div>
<div x-show="visible || mouseIn" x-on:mouseleave="visible = false" class="absolute left-1/2 bottom-full flex border-gray-500 border-1 -translate-x-1/2 bg-white
rounded p-1" style="display: none;">
<div class="mt-2"> Läs bipacksedeln noga innan användning. </div>
<a role="button" href="#" class="cursor-pointer self-start relative" @click.prevent="visible=false; mouseIn=false">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
</svg>
<div class="absolute top-0 left-0 scale-150 w-full h-full"></div>
</a>
</div>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b7d9da1() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b7d9da1()" x-init="formatPrices()" @update-prices-100696.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="100696" data-price-box="product-id-100696">
<span class="price-container price-final_price tax weee">
<span id="product-price-100696" data-price-amount="124" data-price-type="finalPrice" class="price-wrapper ">124:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Allegra, filmdragerad tablett 120 mg STADA Nordic ApS" data-id="533156" data-price="124" data-brand="" data-category="" data-variant="30 tablett(er)"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100268/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100268/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-4" data-gslide="8" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="100268">
<a href="https://dozapotek.se/lomudal-ogondroppar-losning-20-mg-ml-5-milliliter-123652.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-100268.window="$root.src = $event.detail" alt="Lomudal, ögondroppar, lösning 20 mg/ml" title="Lomudal, ögondroppar, lösning 20 mg/ml" src="https://media.dozapotek.se/catalog/product/0/7/07046261236522_C1L1.jpg_21.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/lomudal-ogondroppar-losning-20-mg-ml-5-milliliter-123652.html">
Lomudal, ögondroppar, lösning 20 mg/ml, 5 milliliter </a>
</div>
<script>
function initTooltip__641508b7df5ea() {
return {
visible: false,
mouseIn: false
}
}
</script>
<div class="italic text-gray-500 text-xs md:text-sm flex items-center justify-center relative" x-data="initTooltip__641508b7df5ea()" x-on:mouseenter="mouseIn=true" x-on:mouseleave="mouseIn=false">
<div class="flex justify-center p-2 items-center cursor-pointer" x-on:click="visible=!visible" x-on:click.outside="visible=false">
<span class="mr-1">Läkemedel</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4" width="24" height="24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
</div>
<div x-show="visible || mouseIn" x-on:mouseleave="visible = false" class="absolute left-1/2 bottom-full flex border-gray-500 border-1 -translate-x-1/2 bg-white
rounded p-1" style="display: none;">
<div class="mt-2"> Läs bipacksedeln noga innan användning. </div>
<a role="button" href="#" class="cursor-pointer self-start relative" @click.prevent="visible=false; mouseIn=false">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
</svg>
<div class="absolute top-0 left-0 scale-150 w-full h-full"></div>
</a>
</div>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b7df5ea() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b7df5ea()" x-init="formatPrices()" @update-prices-100268.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="100268" data-price-box="product-id-100268">
<span class="price-container price-final_price tax weee">
<span id="product-price-100268" data-price-amount="37" data-price-type="finalPrice" class="price-wrapper ">37:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Lomudal, ögondroppar, lösning 20 mg/ml" data-id="123652" data-price="37" data-brand="" data-category="" data-variant="5 milliliter"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/102704/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/102704/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-5" data-gslide="9" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="102704">
<a href="https://dozapotek.se/allenasal-defence-15-ml-782848.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-102704.window="$root.src = $event.detail" alt="Allenasal Defence" title="Allenasal Defence" src="https://media.dozapotek.se/catalog/product/0/3/03664798032963_C1L1.jpg_39.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/allenasal-defence-15-ml-782848.html">
Allenasal Defence, 15 ml </a>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b7e4cd5() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b7e4cd5()" x-init="formatPrices()" @update-prices-102704.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="102704" data-price-box="product-id-102704">
<span class="price-container price-final_price tax weee">
<span id="product-price-102704" data-price-amount="107" data-price-type="finalPrice" class="price-wrapper ">107:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Allenasal Defence" data-id="782848" data-price="107" data-brand="" data-category="" data-variant="15 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100055/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100055/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-6" data-gslide="10" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="100055">
<a href="https://dozapotek.se/kestine-filmdragerad-tablett-10-mg-30-tablett-er-013898.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-100055.window="$root.src = $event.detail" alt="Kestine, filmdragerad tablett 10 mg" title="Kestine, filmdragerad tablett 10 mg" src="https://media.dozapotek.se/catalog/product/0/7/07046260138988_C1L1.tif_11.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/kestine-filmdragerad-tablett-10-mg-30-tablett-er-013898.html">
Kestine, filmdragerad tablett 10 mg, 30 tablett(er) </a>
</div>
<script>
function initTooltip__641508b7ea025() {
return {
visible: false,
mouseIn: false
}
}
</script>
<div class="italic text-gray-500 text-xs md:text-sm flex items-center justify-center relative" x-data="initTooltip__641508b7ea025()" x-on:mouseenter="mouseIn=true" x-on:mouseleave="mouseIn=false">
<div class="flex justify-center p-2 items-center cursor-pointer" x-on:click="visible=!visible" x-on:click.outside="visible=false">
<span class="mr-1">Läkemedel</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4" width="24" height="24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
</div>
<div x-show="visible || mouseIn" x-on:mouseleave="visible = false" class="absolute left-1/2 bottom-full flex border-gray-500 border-1 -translate-x-1/2 bg-white
rounded p-1" style="display: none;">
<div class="mt-2"> Läs bipacksedeln noga innan användning. </div>
<a role="button" href="#" class="cursor-pointer self-start relative" @click.prevent="visible=false; mouseIn=false">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
</svg>
<div class="absolute top-0 left-0 scale-150 w-full h-full"></div>
</a>
</div>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b7ea025() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b7ea025()" x-init="formatPrices()" @update-prices-100055.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="100055" data-price-box="product-id-100055">
<span class="price-container price-final_price tax weee">
<span id="product-price-100055" data-price-amount="117" data-price-type="finalPrice" class="price-wrapper ">117:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Kestine, filmdragerad tablett 10 mg" data-id="013898" data-price="117" data-brand="" data-category="" data-variant="30 tablett(er)"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100042/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100042/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-7" data-gslide="11" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="100042">
<a href="https://dozapotek.se/kestine-filmdragerad-tablett-10-mg-10-tablett-er-008700.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-100042.window="$root.src = $event.detail" alt="Kestine, filmdragerad tablett 10 mg" title="Kestine, filmdragerad tablett 10 mg" src="https://media.dozapotek.se/catalog/product/0/7/07046260087002_C1C1.tif_11.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/kestine-filmdragerad-tablett-10-mg-10-tablett-er-008700.html">
Kestine, filmdragerad tablett 10 mg, 10 tablett(er) </a>
</div>
<script>
function initTooltip__641508b7efe4e() {
return {
visible: false,
mouseIn: false
}
}
</script>
<div class="italic text-gray-500 text-xs md:text-sm flex items-center justify-center relative" x-data="initTooltip__641508b7efe4e()" x-on:mouseenter="mouseIn=true" x-on:mouseleave="mouseIn=false">
<div class="flex justify-center p-2 items-center cursor-pointer" x-on:click="visible=!visible" x-on:click.outside="visible=false">
<span class="mr-1">Läkemedel</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4" width="24" height="24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
</div>
<div x-show="visible || mouseIn" x-on:mouseleave="visible = false" class="absolute left-1/2 bottom-full flex border-gray-500 border-1 -translate-x-1/2 bg-white
rounded p-1" style="display: none;">
<div class="mt-2"> Läs bipacksedeln noga innan användning. </div>
<a role="button" href="#" class="cursor-pointer self-start relative" @click.prevent="visible=false; mouseIn=false">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
</svg>
<div class="absolute top-0 left-0 scale-150 w-full h-full"></div>
</a>
</div>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b7efe4e() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b7efe4e()" x-init="formatPrices()" @update-prices-100042.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="100042" data-price-box="product-id-100042">
<span class="price-container price-final_price tax weee">
<span id="product-price-100042" data-price-amount="42" data-price-type="finalPrice" class="price-wrapper ">42:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Kestine, filmdragerad tablett 10 mg" data-id="008700" data-price="42" data-brand="" data-category="" data-variant="10 tablett(er)"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100236/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100236/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-8" data-gslide="12" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="100236">
<a href="https://dozapotek.se/rinivent-nasspray-losning-21-mikrogram-dos-stada-nordic-aps-180-dos-er-103188.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-100236.window="$root.src = $event.detail" alt="Rinivent, nässpray, lösning 21 mikrogram/dos STADA Nordic ApS" title="Rinivent, nässpray, lösning 21 mikrogram/dos STADA Nordic ApS" src="https://media.dozapotek.se/catalog/product/0/3/03664798050882_C1R1.jpg_17.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/rinivent-nasspray-losning-21-mikrogram-dos-stada-nordic-aps-180-dos-er-103188.html">
Rinivent, nässpray, lösning 21 mikrogram/dos STADA Nordic ApS, 180 dos(er) </a>
</div>
<script>
function initTooltip__641508b801866() {
return {
visible: false,
mouseIn: false
}
}
</script>
<div class="italic text-gray-500 text-xs md:text-sm flex items-center justify-center relative" x-data="initTooltip__641508b801866()" x-on:mouseenter="mouseIn=true" x-on:mouseleave="mouseIn=false">
<div class="flex justify-center p-2 items-center cursor-pointer" x-on:click="visible=!visible" x-on:click.outside="visible=false">
<span class="mr-1">Läkemedel</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4" width="24" height="24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
</div>
<div x-show="visible || mouseIn" x-on:mouseleave="visible = false" class="absolute left-1/2 bottom-full flex border-gray-500 border-1 -translate-x-1/2 bg-white
rounded p-1" style="display: none;">
<div class="mt-2"> Läs bipacksedeln noga innan användning. </div>
<a role="button" href="#" class="cursor-pointer self-start relative" @click.prevent="visible=false; mouseIn=false">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
</svg>
<div class="absolute top-0 left-0 scale-150 w-full h-full"></div>
</a>
</div>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b801866() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b801866()" x-init="formatPrices()" @update-prices-100236.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="100236" data-price-box="product-id-100236">
<span class="price-container price-final_price tax weee">
<span id="product-price-100236" data-price-amount="129" data-price-type="finalPrice" class="price-wrapper ">129:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Rinivent, nässpray, lösning 21 mikrogram/dos STADA Nordic ApS" data-id="103188" data-price="129" data-brand="" data-category="" data-variant="180 dos(er)"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100925/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100925/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-9" data-gslide="13" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="100925">
<a href="https://dozapotek.se/clarityn-sirap-1-mg-ml-120-milliliter-443278.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-100925.window="$root.src = $event.detail" alt="Clarityn, sirap 1 mg/ml" title="Clarityn, sirap 1 mg/ml" src="https://media.dozapotek.se/catalog/product/0/5/05705728102122_C1R1.jpg_9.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/clarityn-sirap-1-mg-ml-120-milliliter-443278.html">
Clarityn, sirap 1 mg/ml, 120 milliliter </a>
</div>
<script>
function initTooltip__641508b807822() {
return {
visible: false,
mouseIn: false
}
}
</script>
<div class="italic text-gray-500 text-xs md:text-sm flex items-center justify-center relative" x-data="initTooltip__641508b807822()" x-on:mouseenter="mouseIn=true" x-on:mouseleave="mouseIn=false">
<div class="flex justify-center p-2 items-center cursor-pointer" x-on:click="visible=!visible" x-on:click.outside="visible=false">
<span class="mr-1">Läkemedel</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4" width="24" height="24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
</div>
<div x-show="visible || mouseIn" x-on:mouseleave="visible = false" class="absolute left-1/2 bottom-full flex border-gray-500 border-1 -translate-x-1/2 bg-white
rounded p-1" style="display: none;">
<div class="mt-2"> Läs bipacksedeln noga innan användning. </div>
<a role="button" href="#" class="cursor-pointer self-start relative" @click.prevent="visible=false; mouseIn=false">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
</svg>
<div class="absolute top-0 left-0 scale-150 w-full h-full"></div>
</a>
</div>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b807822() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b807822()" x-init="formatPrices()" @update-prices-100925.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="100925" data-price-box="product-id-100925">
<span class="price-container price-final_price tax weee">
<span id="product-price-100925" data-price-amount="149" data-price-type="finalPrice" class="price-wrapper ">149:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Clarityn, sirap 1 mg/ml" data-id="443278" data-price="149" data-brand="" data-category="" data-variant="120 milliliter"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/104768/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/104768/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-10" data-gslide="14" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="104768">
<a href="https://dozapotek.se/nasaline-salt-20-st-819894.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-104768.window="$root.src = $event.detail" alt="Nasaline Salt" title="Nasaline Salt" src="https://media.dozapotek.se/catalog/product/0/7/07350020600043_C1N1.tif_8.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/nasaline-salt-20-st-819894.html">
Nasaline Salt, 20 st </a>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b80cdc5() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b80cdc5()" x-init="formatPrices()" @update-prices-104768.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="104768" data-price-box="product-id-104768">
<span class="price-container price-final_price tax weee">
<span id="product-price-104768" data-price-amount="34" data-price-type="finalPrice" class="price-wrapper ">34:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Nasaline Salt" data-id="819894" data-price="34" data-brand="" data-category="" data-variant="20 st"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/104371/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/104371/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-11" data-gslide="15" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="104371">
<a href="https://dozapotek.se/trinatural-nasspray-30-ml-786594.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-104371.window="$root.src = $event.detail" alt="Trinatural nässpray" title="Trinatural nässpray" src="https://media.dozapotek.se/catalog/product/0/7/07350123504002_C1C0.tif_1.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/trinatural-nasspray-30-ml-786594.html">
Trinatural nässpray, 30 ml </a>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b8121d3() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b8121d3()" x-init="formatPrices()" @update-prices-104371.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="104371" data-price-box="product-id-104371">
<span class="price-container price-final_price tax weee">
<span id="product-price-104371" data-price-amount="98" data-price-type="finalPrice" class="price-wrapper ">98:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Trinatural nässpray" data-id="786594" data-price="98" data-brand="" data-category="" data-variant="30 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/108537/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/108537/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-12" data-gslide="16" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="108537">
<a href="https://dozapotek.se/zaditen-ogondroppar-losning-0-25-mg-ml-5-milliliter-599855.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-108537.window="$root.src = $event.detail" alt="Zaditen, ögondroppar, lösning 0,25 mg/ml" title="Zaditen, ögondroppar, lösning 0,25 mg/ml" src="https://media.dozapotek.se/catalog/product/z/a/zaditen.jpg?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/zaditen-ogondroppar-losning-0-25-mg-ml-5-milliliter-599855.html">
Zaditen, ögondroppar, lösning 0,25 mg/ml, 5 milliliter </a>
</div>
<script>
function initTooltip__641508b817792() {
return {
visible: false,
mouseIn: false
}
}
</script>
<div class="italic text-gray-500 text-xs md:text-sm flex items-center justify-center relative" x-data="initTooltip__641508b817792()" x-on:mouseenter="mouseIn=true" x-on:mouseleave="mouseIn=false">
<div class="flex justify-center p-2 items-center cursor-pointer" x-on:click="visible=!visible" x-on:click.outside="visible=false">
<span class="mr-1">Läkemedel</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4" width="24" height="24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
</div>
<div x-show="visible || mouseIn" x-on:mouseleave="visible = false" class="absolute left-1/2 bottom-full flex border-gray-500 border-1 -translate-x-1/2 bg-white
rounded p-1" style="display: none;">
<div class="mt-2"> Läs bipacksedeln noga innan användning. </div>
<a role="button" href="#" class="cursor-pointer self-start relative" @click.prevent="visible=false; mouseIn=false">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
</svg>
<div class="absolute top-0 left-0 scale-150 w-full h-full"></div>
</a>
</div>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b817792() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b817792()" x-init="formatPrices()" @update-prices-108537.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="108537" data-price-box="product-id-108537">
<span class="price-container price-final_price tax weee">
<span id="product-price-108537" data-price-amount="99" data-price-type="finalPrice" class="price-wrapper ">99:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Zaditen, ögondroppar, lösning 0,25 mg/ml" data-id="599855" data-price="99" data-brand="" data-category="" data-variant="5 milliliter"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100576/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100576/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-13" data-gslide="17" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="100576">
<a href="https://dozapotek.se/nasaline-nasskoljare-1-st-282699.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-100576.window="$root.src = $event.detail" alt="Nasaline Nässköljare" title="Nasaline Nässköljare" src="https://media.dozapotek.se/catalog/product/0/7/07300009002481_C1N1.tif_4.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/nasaline-nasskoljare-1-st-282699.html">
Nasaline Nässköljare, 1 st </a>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b81d4d4() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b81d4d4()" x-init="formatPrices()" @update-prices-100576.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="100576" data-price-box="product-id-100576">
<span class="price-container price-final_price tax weee">
<span id="product-price-100576" data-price-amount="88" data-price-type="finalPrice" class="price-wrapper ">88:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Nasaline Nässköljare" data-id="282699" data-price="88" data-brand="" data-category="" data-variant="1 st"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100726/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100726/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-14" data-gslide="18" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="100726">
<a href="https://dozapotek.se/zaditen-ogondr-losn-endosbehallare-0-25-mg-ml-laboratoires-thea-20-x-0-4-milliliter-551328.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-100726.window="$root.src = $event.detail" alt="Zaditen, ögondr, lösn, endosbehållare 0,25 mg/ml Laboratoires THEA" title="Zaditen, ögondr, lösn, endosbehållare 0,25 mg/ml Laboratoires THEA" src="https://media.dozapotek.se/catalog/product/z/a/zaditen_1.jpg?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/zaditen-ogondr-losn-endosbehallare-0-25-mg-ml-laboratoires-thea-20-x-0-4-milliliter-551328.html">
Zaditen, ögondr, lösn, endosbehållare 0,25 mg/ml Laboratoires THEA, 20 x 0,4 milliliter </a>
</div>
<script>
function initTooltip__641508b823346() {
return {
visible: false,
mouseIn: false
}
}
</script>
<div class="italic text-gray-500 text-xs md:text-sm flex items-center justify-center relative" x-data="initTooltip__641508b823346()" x-on:mouseenter="mouseIn=true" x-on:mouseleave="mouseIn=false">
<div class="flex justify-center p-2 items-center cursor-pointer" x-on:click="visible=!visible" x-on:click.outside="visible=false">
<span class="mr-1">Läkemedel</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4" width="24" height="24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
</div>
<div x-show="visible || mouseIn" x-on:mouseleave="visible = false" class="absolute left-1/2 bottom-full flex border-gray-500 border-1 -translate-x-1/2 bg-white
rounded p-1" style="display: none;">
<div class="mt-2"> Läs bipacksedeln noga innan användning. </div>
<a role="button" href="#" class="cursor-pointer self-start relative" @click.prevent="visible=false; mouseIn=false">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
</svg>
<div class="absolute top-0 left-0 scale-150 w-full h-full"></div>
</a>
</div>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b823346() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b823346()" x-init="formatPrices()" @update-prices-100726.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="100726" data-price-box="product-id-100726">
<span class="price-container price-final_price tax weee">
<span id="product-price-100726" data-price-amount="99" data-price-type="finalPrice" class="price-wrapper ">99:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Zaditen, ögondr, lösn, endosbehållare 0,25 mg/ml Laboratoires THEA" data-id="551328" data-price="99" data-brand="" data-category="" data-variant="20 x 0,4 milliliter"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100300/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100300/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-15" data-gslide="19" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="100300">
<a href="https://dozapotek.se/clarityn-tablett-10-mg-bayer-ab-30-tablett-er-154158.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-100300.window="$root.src = $event.detail" alt="Clarityn, tablett 10 mg Bayer AB" title="Clarityn, tablett 10 mg Bayer AB" src="https://media.dozapotek.se/catalog/product/0/7/07046261541589_C1R1.jpg_10.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/clarityn-tablett-10-mg-bayer-ab-30-tablett-er-154158.html">
Clarityn, tablett 10 mg Bayer AB, 30 tablett(er) </a>
</div>
<script>
function initTooltip__641508b8291bf() {
return {
visible: false,
mouseIn: false
}
}
</script>
<div class="italic text-gray-500 text-xs md:text-sm flex items-center justify-center relative" x-data="initTooltip__641508b8291bf()" x-on:mouseenter="mouseIn=true" x-on:mouseleave="mouseIn=false">
<div class="flex justify-center p-2 items-center cursor-pointer" x-on:click="visible=!visible" x-on:click.outside="visible=false">
<span class="mr-1">Läkemedel</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4" width="24" height="24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
</div>
<div x-show="visible || mouseIn" x-on:mouseleave="visible = false" class="absolute left-1/2 bottom-full flex border-gray-500 border-1 -translate-x-1/2 bg-white
rounded p-1" style="display: none;">
<div class="mt-2"> Läs bipacksedeln noga innan användning. </div>
<a role="button" href="#" class="cursor-pointer self-start relative" @click.prevent="visible=false; mouseIn=false">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
</svg>
<div class="absolute top-0 left-0 scale-150 w-full h-full"></div>
</a>
</div>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b8291bf() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b8291bf()" x-init="formatPrices()" @update-prices-100300.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="100300" data-price-box="product-id-100300">
<span class="price-container price-final_price tax weee">
<span id="product-price-100300" data-price-amount="158" data-price-type="finalPrice" class="price-wrapper ">158:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Clarityn, tablett 10 mg Bayer AB" data-id="154158" data-price="158" data-brand="" data-category="" data-variant="30 tablett(er)"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/109583/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/109583/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide active left-3 visible" data-gslide="0" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="109583">
<a href="https://dozapotek.se/carolina-gynning-lip-shine-balm-glossy-bossy-2-1-g-687437.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-109583.window="$root.src = $event.detail" alt="Carolina Gynning Lip Shine Balm - Glossy Bossy" title="Carolina Gynning Lip Shine Balm - Glossy Bossy" src="https://media.dozapotek.se/catalog/product/c/a/carolinagynning_lipshinebalm_7808_glossybossy_open.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/carolina-gynning-lip-shine-balm-glossy-bossy-2-1-g-687437.html">
Carolina Gynning Lip Shine Balm - Glossy Bossy, 2,1 g </a>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b8419c9() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b8419c9()" x-init="formatPrices()" @update-prices-109583.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="109583" data-price-box="product-id-109583">
<span class="price-container price-final_price tax weee">
<span id="product-price-109583" data-price-amount="279" data-price-type="finalPrice" class="price-wrapper ">279:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Carolina Gynning Lip Shine Balm - Glossy Bossy" data-id="687437" data-price="279" data-brand="" data-category="" data-variant="2,1 g"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/109584/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/109584/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide left-2 visible" data-gslide="1" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="109584">
<a href="https://dozapotek.se/carolina-gynning-lip-shine-balm-oh-my-gad-2-1-g-687438.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-109584.window="$root.src = $event.detail" alt="Carolina Gynning Lip Shine Balm - Oh My Gad" title="Carolina Gynning Lip Shine Balm - Oh My Gad" src="https://media.dozapotek.se/catalog/product/c/a/carolinagynning_lipshinebalm_7809_ohmygad_open.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/carolina-gynning-lip-shine-balm-oh-my-gad-2-1-g-687438.html">
Carolina Gynning Lip Shine Balm - Oh My Gad, 2,1 g </a>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b849021() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b849021()" x-init="formatPrices()" @update-prices-109584.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="109584" data-price-box="product-id-109584">
<span class="price-container price-final_price tax weee">
<span id="product-price-109584" data-price-amount="279" data-price-type="finalPrice" class="price-wrapper ">279:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Carolina Gynning Lip Shine Balm - Oh My Gad" data-id="687438" data-price="279" data-brand="" data-category="" data-variant="2,1 g"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/109012/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/109012/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide left-1 visible" data-gslide="2" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="109012">
<a href="https://dozapotek.se/la-roche-posay-cicaplast-baume-b5-40-ml-796303.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-109012.window="$root.src = $event.detail" alt="La Roche-Posay Cicaplast Baume B5+ " title="La Roche-Posay Cicaplast Baume B5+ " src="https://media.dozapotek.se/catalog/product/0/3/03337875816847_C1N1.tif_1.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/la-roche-posay-cicaplast-baume-b5-40-ml-796303.html">
La Roche-Posay Cicaplast Baume B5+ , 100 ml </a>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b84e797() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b84e797()" x-init="formatPrices()" @update-prices-109012.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="109012" data-price-box="product-id-109012">
<span class="price-container price-final_price tax weee">
<span id="product-price-109012" data-price-amount="199" data-price-type="finalPrice" class="price-wrapper ">199:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="La Roche-Posay Cicaplast Baume B5+ " data-id="796303" data-price="199" data-brand="" data-category="" data-variant="100 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/103269/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/103269/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide center visible" data-gslide="4" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="103269">
<a href="https://dozapotek.se/eucerin-ph5-skin-protection-washlotion-refill-parfymerad-400-ml-772743.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
15% </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-103269.window="$root.src = $event.detail" alt="Eucerin pH5 Skin-Protection washlotion refill parfymerad" title="Eucerin pH5 Skin-Protection washlotion refill parfymerad" src="https://media.dozapotek.se/catalog/product/4/0/4005800193705.jpg?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/eucerin-ph5-skin-protection-washlotion-refill-parfymerad-400-ml-772743.html">
Eucerin pH5 Skin-Protection washlotion refill parfymerad, 400 ml </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Eucerin hudvård & Dermenum Skincare 15% </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b859900() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b859900()" x-init="formatPrices()" @update-prices-103269.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="103269" data-price-box="product-id-103269"> <span class="special-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Special Price</span>
<span id="product-price-103269" data-price-amount="50.15" data-price-type="finalPrice" class="price-wrapper ">50:15</span>
</span>
</span>
<span class="old-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Ord. pris</span>
<span id="old-price-103269" data-price-amount="59" data-price-type="oldPrice" class="price-wrapper ">59:-</span>
</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Eucerin pH5 Skin-Protection washlotion refill parfymerad" data-id="772743" data-price="59" data-brand="" data-category="" data-variant="400 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/101236/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/101236/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-1 visible" data-gslide="5" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="101236">
<a href="https://dozapotek.se/weleda-calendula-nappy-change-cream-75-ml-755037.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
20% </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-101236.window="$root.src = $event.detail" alt="Weleda Calendula Nappy Change Cream" title="Weleda Calendula Nappy Change Cream" src="https://media.dozapotek.se/catalog/product/0/4/04001638096621_C1N1.tif_9.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/weleda-calendula-nappy-change-cream-75-ml-755037.html">
Weleda Calendula Nappy Change Cream, 75 ml </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Gravid & Baby 20% </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b85f440() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b85f440()" x-init="formatPrices()" @update-prices-101236.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="101236" data-price-box="product-id-101236"> <span class="special-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Special Price</span>
<span id="product-price-101236" data-price-amount="49.6" data-price-type="finalPrice" class="price-wrapper ">49:60</span>
</span>
</span>
<span class="old-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Ord. pris</span>
<span id="old-price-101236" data-price-amount="62" data-price-type="oldPrice" class="price-wrapper ">62:-</span>
</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Weleda Calendula Nappy Change Cream" data-id="755037" data-price="62" data-brand="" data-category="" data-variant="75 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/109159/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/109159/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-2" data-gslide="6" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="109159">
<a href="https://dozapotek.se/melatonin-orion-pharma-tablett-5-mg-10-tablett-er-170943.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-109159.window="$root.src = $event.detail" alt="Melatonin Orion Pharma, tablett 5 mg" title="Melatonin Orion Pharma, tablett 5 mg" src="https://media.dozapotek.se/catalog/product/0/6/06432100057716_c1l1_1_.jpg?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/melatonin-orion-pharma-tablett-5-mg-10-tablett-er-170943.html">
Melatonin Orion Pharma, tablett 5 mg, 10 tablett(er) </a>
</div>
<script>
function initTooltip__641508b864f84() {
return {
visible: false,
mouseIn: false
}
}
</script>
<div class="italic text-gray-500 text-xs md:text-sm flex items-center justify-center relative" x-data="initTooltip__641508b864f84()" x-on:mouseenter="mouseIn=true" x-on:mouseleave="mouseIn=false">
<div class="flex justify-center p-2 items-center cursor-pointer" x-on:click="visible=!visible" x-on:click.outside="visible=false">
<span class="mr-1">Läkemedel</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4" width="24" height="24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
</div>
<div x-show="visible || mouseIn" x-on:mouseleave="visible = false" class="absolute left-1/2 bottom-full flex border-gray-500 border-1 -translate-x-1/2 bg-white
rounded p-1" style="display: none;">
<div class="mt-2"> Läs bipacksedeln noga innan användning. </div>
<a role="button" href="#" class="cursor-pointer self-start relative" @click.prevent="visible=false; mouseIn=false">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
</svg>
<div class="absolute top-0 left-0 scale-150 w-full h-full"></div>
</a>
</div>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b864f84() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b864f84()" x-init="formatPrices()" @update-prices-109159.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="109159" data-price-box="product-id-109159">
<span class="price-container price-final_price tax weee">
<span id="product-price-109159" data-price-amount="99" data-price-type="finalPrice" class="price-wrapper ">99:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Melatonin Orion Pharma, tablett 5 mg" data-id="170943" data-price="99" data-brand="" data-category="" data-variant="10 tablett(er)"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/108913/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/108913/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-3" data-gslide="7" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="108913">
<a href="https://dozapotek.se/bic-hybrid-flex-5-4-st-792395.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-108913.window="$root.src = $event.detail" alt="Bic Hybrid flex 5" title="Bic Hybrid flex 5" src="https://media.dozapotek.se/catalog/product/0/3/03086123644984_C1N1.tif_1.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/bic-hybrid-flex-5-4-st-792395.html">
Bic Hybrid flex 5, 4 st </a>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b86af57() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b86af57()" x-init="formatPrices()" @update-prices-108913.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="108913" data-price-box="product-id-108913">
<span class="price-container price-final_price tax weee">
<span id="product-price-108913" data-price-amount="99" data-price-type="finalPrice" class="price-wrapper ">99:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Bic Hybrid flex 5" data-id="792395" data-price="99" data-brand="" data-category="" data-variant="4 st"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/109116/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/109116/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-4" data-gslide="8" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="109116">
<a href="https://dozapotek.se/moisturizing-mineral-skin-tint-spf-30-medium-1-st-796449.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-109116.window="$root.src = $event.detail" alt="Moisturizing mineral skin tint SPF 30 medium" title="Moisturizing mineral skin tint SPF 30 medium" src="https://media.dozapotek.se/catalog/product/i/d/idunminerals_moisturizing_mineral_skin_tint_norrmalm_7340074714131_1.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/moisturizing-mineral-skin-tint-spf-30-medium-1-st-796449.html">
Moisturizing mineral skin tint SPF 30 medium, 1 st </a>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b870608() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b870608()" x-init="formatPrices()" @update-prices-109116.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="109116" data-price-box="product-id-109116">
<span class="price-container price-final_price tax weee">
<span id="product-price-109116" data-price-amount="279" data-price-type="finalPrice" class="price-wrapper ">279:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Moisturizing mineral skin tint SPF 30 medium" data-id="796449" data-price="279" data-brand="" data-category="" data-variant="1 st"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/109117/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/109117/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-5" data-gslide="9" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="109117">
<a href="https://dozapotek.se/moisturizing-mineral-skin-tint-spf-30-tan-1-st-796450.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-109117.window="$root.src = $event.detail" alt="Moisturizing mineral skin tint SPF 30 tan" title="Moisturizing mineral skin tint SPF 30 tan" src="https://media.dozapotek.se/catalog/product/i/d/idunminerals_moisturizing_mineral_skin_tint_s_dermalm_7340074714148_1.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/moisturizing-mineral-skin-tint-spf-30-tan-1-st-796450.html">
Moisturizing mineral skin tint SPF 30 tan, 1 st </a>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b875e81() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b875e81()" x-init="formatPrices()" @update-prices-109117.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="109117" data-price-box="product-id-109117">
<span class="price-container price-final_price tax weee">
<span id="product-price-109117" data-price-amount="279" data-price-type="finalPrice" class="price-wrapper ">279:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Moisturizing mineral skin tint SPF 30 tan" data-id="796450" data-price="279" data-brand="" data-category="" data-variant="1 st"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/109113/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/109113/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-6" data-gslide="10" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="109113">
<a href="https://dozapotek.se/moisturizing-mineral-skin-tint-spf-30-light-1-st-796447.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-109113.window="$root.src = $event.detail" alt="Moisturizing mineral skin tint SPF 30 light" title="Moisturizing mineral skin tint SPF 30 light" src="https://media.dozapotek.se/catalog/product/i/d/idunminerals_moisturizing_mineral_skin_tint_gamla_stan_7340074714117_p1.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/moisturizing-mineral-skin-tint-spf-30-light-1-st-796447.html">
Moisturizing mineral skin tint SPF 30 light, 1 st </a>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b87b82b() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b87b82b()" x-init="formatPrices()" @update-prices-109113.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="109113" data-price-box="product-id-109113">
<span class="price-container price-final_price tax weee">
<span id="product-price-109113" data-price-amount="279" data-price-type="finalPrice" class="price-wrapper ">279:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Moisturizing mineral skin tint SPF 30 light" data-id="796447" data-price="279" data-brand="" data-category="" data-variant="1 st"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/108947/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/108947/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-7" data-gslide="11" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="108947">
<a href="https://dozapotek.se/tiger-balsam-plaster-3-st-773163.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-108947.window="$root.src = $event.detail" alt="Tiger Balsam Plåster " title="Tiger Balsam Plåster " src="https://media.dozapotek.se/catalog/product/0/8/08888650401055_C1N1.tif_1.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/tiger-balsam-plaster-3-st-773163.html">
Tiger Balsam Plåster , 3 st </a>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b88129a() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b88129a()" x-init="formatPrices()" @update-prices-108947.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="108947" data-price-box="product-id-108947">
<span class="price-container price-final_price tax weee">
<span id="product-price-108947" data-price-amount="72" data-price-type="finalPrice" class="price-wrapper ">72:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Tiger Balsam Plåster " data-id="773163" data-price="72" data-brand="" data-category="" data-variant="3 st"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/108914/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/108914/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-8" data-gslide="12" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="108914">
<a href="https://dozapotek.se/bic-hybrid-flex-5-rakblad-4-st-792396.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-108914.window="$root.src = $event.detail" alt="Bic Hybrid flex 5 rakblad" title="Bic Hybrid flex 5 rakblad" src="https://media.dozapotek.se/catalog/product/0/3/03086123644885_C1N1.tif_1.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/bic-hybrid-flex-5-rakblad-4-st-792396.html">
Bic Hybrid flex 5 rakblad, 4 st </a>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b886c4f() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b886c4f()" x-init="formatPrices()" @update-prices-108914.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="108914" data-price-box="product-id-108914">
<span class="price-container price-final_price tax weee">
<span id="product-price-108914" data-price-amount="85" data-price-type="finalPrice" class="price-wrapper ">85:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Bic Hybrid flex 5 rakblad" data-id="792396" data-price="85" data-brand="" data-category="" data-variant="4 st"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/102906/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/102906/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-9" data-gslide="13" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="102906">
<a href="https://dozapotek.se/depend-o2-grape-and-avocado-nail-oil-10-ml-775225.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-102906.window="$root.src = $event.detail" alt="Depend O2 Grape and Avocado nail oil" title="Depend O2 Grape and Avocado nail oil" src="https://media.dozapotek.se/catalog/product/0/0/00000073162339_C1N1.tif_43.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/depend-o2-grape-and-avocado-nail-oil-10-ml-775225.html">
Depend O2 Grape and Avocado nail oil, 10 ml </a>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b88d0fa() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b88d0fa()" x-init="formatPrices()" @update-prices-102906.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="102906" data-price-box="product-id-102906">
<span class="price-container price-final_price tax weee">
<span id="product-price-102906" data-price-amount="89" data-price-type="finalPrice" class="price-wrapper ">89:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Depend O2 Grape and Avocado nail oil" data-id="775225" data-price="89" data-brand="" data-category="" data-variant="10 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/101371/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/101371/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-10" data-gslide="14" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="101371">
<a href="https://dozapotek.se/depend-lash-and-eyebrow-colour-black-1-st-768277.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-101371.window="$root.src = $event.detail" alt="Depend Lash and Eyebrow Colour Black" title="Depend Lash and Eyebrow Colour Black" src="https://media.dozapotek.se/catalog/product/0/7/07391715049044_C1N1.tif_35.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/depend-lash-and-eyebrow-colour-black-1-st-768277.html">
Depend Lash and Eyebrow Colour Black, 1 st </a>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b893237() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b893237()" x-init="formatPrices()" @update-prices-101371.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="101371" data-price-box="product-id-101371">
<span class="price-container price-final_price tax weee">
<span id="product-price-101371" data-price-amount="129" data-price-type="finalPrice" class="price-wrapper ">129:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Depend Lash and Eyebrow Colour Black" data-id="768277" data-price="129" data-brand="" data-category="" data-variant="1 st"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/109031/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/109031/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-11" data-gslide="15" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="109031">
<a href="https://dozapotek.se/topz-premium-cotton-sticks-300-st-796857.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-109031.window="$root.src = $event.detail" alt="Topz Premium Cotton Sticks " title="Topz Premium Cotton Sticks " src="https://media.dozapotek.se/catalog/product/0/7/07393481005644_C1R1.jpg_1.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/topz-premium-cotton-sticks-300-st-796857.html">
Topz Premium Cotton Sticks , 300 st </a>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b89877b() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b89877b()" x-init="formatPrices()" @update-prices-109031.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="109031" data-price-box="product-id-109031">
<span class="price-container price-final_price tax weee">
<span id="product-price-109031" data-price-amount="24" data-price-type="finalPrice" class="price-wrapper ">24:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Topz Premium Cotton Sticks " data-id="796857" data-price="24" data-brand="" data-category="" data-variant="300 st"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/102735/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/102735/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-12" data-gslide="16" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="102735">
<a href="https://dozapotek.se/zendium-sensitive-whitener-tandkram-75-ml-784164.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-102735.window="$root.src = $event.detail" alt="Zendium Sensitive Whitener tandkräm" title="Zendium Sensitive Whitener tandkräm" src="https://media.dozapotek.se/catalog/product/0/8/08710908842887_c1n1.jpg?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/zendium-sensitive-whitener-tandkram-75-ml-784164.html">
Zendium Sensitive Whitener tandkräm, 75 ml </a>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b89e0b8() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b89e0b8()" x-init="formatPrices()" @update-prices-102735.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="102735" data-price-box="product-id-102735">
<span class="price-container price-final_price tax weee">
<span id="product-price-102735" data-price-amount="22" data-price-type="finalPrice" class="price-wrapper ">22:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Zendium Sensitive Whitener tandkräm" data-id="784164" data-price="22" data-brand="" data-category="" data-variant="75 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/108864/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/108864/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-13" data-gslide="17" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="108864">
<a href="https://dozapotek.se/salvequick-textilplaster-20-st-208081.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-108864.window="$root.src = $event.detail" alt="Salvequick Textilplåster" title="Salvequick Textilplåster" src="https://media.dozapotek.se/catalog/product/0/7/07310616442242_C1N1.jpg_1.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/salvequick-textilplaster-20-st-208081.html">
Salvequick Textilplåster, 20 st </a>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b8a4685() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b8a4685()" x-init="formatPrices()" @update-prices-108864.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="108864" data-price-box="product-id-108864">
<span class="price-container price-final_price tax weee">
<span id="product-price-108864" data-price-amount="33.9" data-price-type="finalPrice" class="price-wrapper ">33:90</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Salvequick Textilplåster" data-id="208081" data-price="33.9" data-brand="" data-category="" data-variant="20 st"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/108537/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/108537/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-14" data-gslide="18" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="108537">
<a href="https://dozapotek.se/zaditen-ogondroppar-losning-0-25-mg-ml-5-milliliter-599855.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-108537.window="$root.src = $event.detail" alt="Zaditen, ögondroppar, lösning 0,25 mg/ml" title="Zaditen, ögondroppar, lösning 0,25 mg/ml" src="https://media.dozapotek.se/catalog/product/z/a/zaditen.jpg?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/zaditen-ogondroppar-losning-0-25-mg-ml-5-milliliter-599855.html">
Zaditen, ögondroppar, lösning 0,25 mg/ml, 5 milliliter </a>
</div>
<script>
function initTooltip__641508b817792() {
return {
visible: false,
mouseIn: false
}
}
</script>
<div class="italic text-gray-500 text-xs md:text-sm flex items-center justify-center relative" x-data="initTooltip__641508b817792()" x-on:mouseenter="mouseIn=true" x-on:mouseleave="mouseIn=false">
<div class="flex justify-center p-2 items-center cursor-pointer" x-on:click="visible=!visible" x-on:click.outside="visible=false">
<span class="mr-1">Läkemedel</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4" width="24" height="24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
</div>
<div x-show="visible || mouseIn" x-on:mouseleave="visible = false" class="absolute left-1/2 bottom-full flex border-gray-500 border-1 -translate-x-1/2 bg-white
rounded p-1" style="display: none;">
<div class="mt-2"> Läs bipacksedeln noga innan användning. </div>
<a role="button" href="#" class="cursor-pointer self-start relative" @click.prevent="visible=false; mouseIn=false">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
</svg>
<div class="absolute top-0 left-0 scale-150 w-full h-full"></div>
</a>
</div>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b817792() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b817792()" x-init="formatPrices()" @update-prices-108537.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="108537" data-price-box="product-id-108537">
<span class="price-container price-final_price tax weee">
<span id="product-price-108537" data-price-amount="99" data-price-type="finalPrice" class="price-wrapper ">99:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Zaditen, ögondroppar, lösning 0,25 mg/ml" data-id="599855" data-price="99" data-brand="" data-category="" data-variant="5 milliliter"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/101075/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/101075/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-15" data-gslide="19" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="101075">
<a href="https://dozapotek.se/depend-dipremover-nagellacksremover-bla-75-ml-759527.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-101075.window="$root.src = $event.detail" alt="Depend Dipremover nagellacksremover blå" title="Depend Dipremover nagellacksremover blå" src="https://media.dozapotek.se/catalog/product/0/7/07391715089897_C1N1.tif_9.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/depend-dipremover-nagellacksremover-bla-75-ml-759527.html">
Depend Dipremover nagellacksremover blå, 75 ml </a>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b8aa5f2() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b8aa5f2()" x-init="formatPrices()" @update-prices-101075.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="101075" data-price-box="product-id-101075">
<span class="price-container price-final_price tax weee">
<span id="product-price-101075" data-price-amount="46" data-price-type="finalPrice" class="price-wrapper ">46:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Depend Dipremover nagellacksremover blå" data-id="759527" data-price="46" data-brand="" data-category="" data-variant="75 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/109158/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/109158/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-16" data-gslide="20" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="109158">
<a href="https://dozapotek.se/melatonin-orion-pharma-tablett-3-mg-10-tablett-er-065403.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-109158.window="$root.src = $event.detail" alt="Melatonin Orion Pharma, tablett 3 mg" title="Melatonin Orion Pharma, tablett 3 mg" src="https://media.dozapotek.se/catalog/product/0/6/06432100057693_C1L1.tif_2.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/melatonin-orion-pharma-tablett-3-mg-10-tablett-er-065403.html">
Melatonin Orion Pharma, tablett 3 mg, 10 tablett(er) </a>
</div>
<script>
function initTooltip__641508b8b0264() {
return {
visible: false,
mouseIn: false
}
}
</script>
<div class="italic text-gray-500 text-xs md:text-sm flex items-center justify-center relative" x-data="initTooltip__641508b8b0264()" x-on:mouseenter="mouseIn=true" x-on:mouseleave="mouseIn=false">
<div class="flex justify-center p-2 items-center cursor-pointer" x-on:click="visible=!visible" x-on:click.outside="visible=false">
<span class="mr-1">Läkemedel</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4" width="24" height="24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
</div>
<div x-show="visible || mouseIn" x-on:mouseleave="visible = false" class="absolute left-1/2 bottom-full flex border-gray-500 border-1 -translate-x-1/2 bg-white
rounded p-1" style="display: none;">
<div class="mt-2"> Läs bipacksedeln noga innan användning. </div>
<a role="button" href="#" class="cursor-pointer self-start relative" @click.prevent="visible=false; mouseIn=false">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
</svg>
<div class="absolute top-0 left-0 scale-150 w-full h-full"></div>
</a>
</div>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b8b0264() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b8b0264()" x-init="formatPrices()" @update-prices-109158.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="109158" data-price-box="product-id-109158">
<span class="price-container price-final_price tax weee">
<span id="product-price-109158" data-price-amount="89" data-price-type="finalPrice" class="price-wrapper ">89:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Melatonin Orion Pharma, tablett 3 mg" data-id="065403" data-price="89" data-brand="" data-category="" data-variant="10 tablett(er)"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/108865/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/108865/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-17" data-gslide="21" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="108865">
<a href="https://dozapotek.se/evercare-vinylhandskar-medium-100-st-204809.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-108865.window="$root.src = $event.detail" alt="Evercare vinylhandskar Medium" title="Evercare vinylhandskar Medium" src="https://media.dozapotek.se/catalog/product/0/6/06438129311020.jpg?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/evercare-vinylhandskar-medium-100-st-204809.html">
Evercare vinylhandskar Medium, 100 st </a>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b8b5c0a() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b8b5c0a()" x-init="formatPrices()" @update-prices-108865.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="108865" data-price-box="product-id-108865">
<span class="price-container price-final_price tax weee">
<span id="product-price-108865" data-price-amount="195" data-price-type="finalPrice" class="price-wrapper ">195:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Evercare vinylhandskar Medium" data-id="204809" data-price="195" data-brand="" data-category="" data-variant="100 st"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/101076/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/101076/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-18" data-gslide="22" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="101076">
<a href="https://dozapotek.se/depend-nagellacksremover-bla-100-ml-759531.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-101076.window="$root.src = $event.detail" alt="Depend nagellacksremover blå" title="Depend nagellacksremover blå" src="https://media.dozapotek.se/catalog/product/0/7/07391715089941_C1N1.tif_9.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/depend-nagellacksremover-bla-100-ml-759531.html">
Depend nagellacksremover blå, 100 ml </a>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b8bb206() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b8bb206()" x-init="formatPrices()" @update-prices-101076.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="101076" data-price-box="product-id-101076">
<span class="price-container price-final_price tax weee">
<span id="product-price-101076" data-price-amount="27" data-price-type="finalPrice" class="price-wrapper ">27:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Depend nagellacksremover blå" data-id="759531" data-price="27" data-brand="" data-category="" data-variant="100 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/102944/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/102944/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-19" data-gslide="23" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="102944">
<a href="https://dozapotek.se/tepe-good-mini-extra-soft-tandborste-blandade-farger-1-st-775337.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-102944.window="$root.src = $event.detail" alt="TePe Good Mini Extra Soft tandborste - blandade färger" title="TePe Good Mini Extra Soft tandborste - blandade färger" src="https://media.dozapotek.se/catalog/product/0/7/07317400020204_c1n1.jpg?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/tepe-good-mini-extra-soft-tandborste-blandade-farger-1-st-775337.html">
TePe Good Mini Extra Soft tandborste - blandade färger, 1 st </a>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b8c078f() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b8c078f()" x-init="formatPrices()" @update-prices-102944.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="102944" data-price-box="product-id-102944">
<span class="price-container price-final_price tax weee">
<span id="product-price-102944" data-price-amount="19" data-price-type="finalPrice" class="price-wrapper ">19:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="TePe Good Mini Extra Soft tandborste - blandade färger" data-id="775337" data-price="19" data-brand="" data-category="" data-variant="1 st"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/104358/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/104358/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-21" data-gslide="25" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="104358">
<a href="https://dozapotek.se/vagisan-mjolksyra-vagitorier-7-st-784957.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-104358.window="$root.src = $event.detail" alt="Vagisan Mjölksyra vagitorier" title="Vagisan Mjölksyra vagitorier" src="https://media.dozapotek.se/catalog/product/1/0/10478259077150.jpg?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/vagisan-mjolksyra-vagitorier-7-st-784957.html">
Vagisan Mjölksyra vagitorier, 7 st </a>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b8cb88d() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b8cb88d()" x-init="formatPrices()" @update-prices-104358.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="104358" data-price-box="product-id-104358">
<span class="price-container price-final_price tax weee">
<span id="product-price-104358" data-price-amount="122" data-price-type="finalPrice" class="price-wrapper ">122:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Vagisan Mjölksyra vagitorier" data-id="784957" data-price="122" data-brand="" data-category="" data-variant="7 st"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100742/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/100742/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-22" data-gslide="26" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="100742">
<a href="https://dozapotek.se/needs-fotfil-1-st-680118.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-100742.window="$root.src = $event.detail" alt="Needs Fotfil" title="Needs Fotfil" src="https://media.dozapotek.se/catalog/product/0/7/07330744773001_C1N1.tif_9.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/needs-fotfil-1-st-680118.html">
Needs Fotfil, 1 st </a>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b8d1bcd() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b8d1bcd()" x-init="formatPrices()" @update-prices-100742.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="100742" data-price-box="product-id-100742">
<span class="price-container price-final_price tax weee">
<span id="product-price-100742" data-price-amount="17" data-price-type="finalPrice" class="price-wrapper ">17:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Needs Fotfil" data-id="680118" data-price="17" data-brand="" data-category="" data-variant="1 st"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/101451/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/101451/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide active left-3 visible" data-gslide="0" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="101451">
<a href="https://dozapotek.se/monkids-multivitamin-barn-60-st-771099.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
3 för 2 </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-101451.window="$root.src = $event.detail" alt="Monkids Multivitamin Hallon Barn" title="Monkids Multivitamin Hallon Barn" src="https://media.dozapotek.se/catalog/product/0/7/07350027854432_C1C1.tif_9.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/monkids-multivitamin-barn-60-st-771099.html">
Monkids Multivitamin Hallon Barn, 60 st </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Monkids 3 för 2 </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b8df381() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b8df381()" x-init="formatPrices()" @update-prices-101451.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="101451" data-price-box="product-id-101451">
<span class="price-container price-final_price tax weee">
<span id="product-price-101451" data-price-amount="109" data-price-type="finalPrice" class="price-wrapper ">109:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Monkids Multivitamin Hallon Barn" data-id="771099" data-price="109" data-brand="" data-category="" data-variant="60 st"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/101705/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/101705/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide left-2 visible" data-gslide="1" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="101705">
<a href="https://dozapotek.se/monkids-fiskolja-barn-60-st-771558.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
3 för 2 </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-101705.window="$root.src = $event.detail" alt="Monkids Fiskolja Citron Barn" title="Monkids Fiskolja Citron Barn" src="https://media.dozapotek.se/catalog/product/0/7/07350027854449_C1C1.tif_9.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/monkids-fiskolja-barn-60-st-771558.html">
Monkids Fiskolja Citron Barn, 60 st </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Monkids 3 för 2 </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b8e57a1() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b8e57a1()" x-init="formatPrices()" @update-prices-101705.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="101705" data-price-box="product-id-101705">
<span class="price-container price-final_price tax weee">
<span id="product-price-101705" data-price-amount="149" data-price-type="finalPrice" class="price-wrapper ">149:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Monkids Fiskolja Citron Barn" data-id="771558" data-price="149" data-brand="" data-category="" data-variant="60 st"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/102928/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/102928/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide left-1 visible" data-gslide="2" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="102928">
<a href="https://dozapotek.se/monkids-d-vitamin-kalcium-barn-60-st-771880.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
3 för 2 </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-102928.window="$root.src = $event.detail" alt="Monkids D-vitamin + Kalcium Jordgubb Barn" title="Monkids D-vitamin + Kalcium Jordgubb Barn" src="https://media.dozapotek.se/catalog/product/0/7/07350027854463_c1c1.jpg?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/monkids-d-vitamin-kalcium-barn-60-st-771880.html">
Monkids D-vitamin + Kalcium Jordgubb Barn, 60 st </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Monkids 3 för 2 </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b8eb4f7() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b8eb4f7()" x-init="formatPrices()" @update-prices-102928.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="102928" data-price-box="product-id-102928">
<span class="price-container price-final_price tax weee">
<span id="product-price-102928" data-price-amount="109" data-price-type="finalPrice" class="price-wrapper ">109:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Monkids D-vitamin + Kalcium Jordgubb Barn" data-id="771880" data-price="109" data-brand="" data-category="" data-variant="60 st"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/102156/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/102156/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide center visible" data-gslide="3" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="102156">
<a href="https://dozapotek.se/monkids-vitamin-mineral-barn-60-st-781116.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
3 för 2 </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-102156.window="$root.src = $event.detail" alt="Monkids Vitamin Mineral Ananas Barn" title="Monkids Vitamin Mineral Ananas Barn" src="https://media.dozapotek.se/catalog/product/0/7/07350027854456_C1C1.tif_9.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/monkids-vitamin-mineral-barn-60-st-781116.html">
Monkids Vitamin Mineral Ananas Barn, 60 st </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Monkids 3 för 2 </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b8f13fe() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b8f13fe()" x-init="formatPrices()" @update-prices-102156.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="102156" data-price-box="product-id-102156">
<span class="price-container price-final_price tax weee">
<span id="product-price-102156" data-price-amount="118" data-price-type="finalPrice" class="price-wrapper ">118:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Monkids Vitamin Mineral Ananas Barn" data-id="781116" data-price="118" data-brand="" data-category="" data-variant="60 st"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/106340/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/106340/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide center visible" data-gslide="4" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="106340">
<a href="https://dozapotek.se/monkids-multivitamin-jordgubb-barn-60st-792304.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
3 för 2 </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-106340.window="$root.src = $event.detail" alt="Monkids Multivitamin Jordgubb Barn" title="Monkids Multivitamin Jordgubb Barn" src="https://media.dozapotek.se/catalog/product/0/7/07350027854319_c1c1_1_.jpg?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/monkids-multivitamin-jordgubb-barn-60st-792304.html">
Monkids Multivitamin Jordgubb Barn, 60st </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Monkids 3 för 2 </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b90357e() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b90357e()" x-init="formatPrices()" @update-prices-106340.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="106340" data-price-box="product-id-106340">
<span class="price-container price-final_price tax weee">
<span id="product-price-106340" data-price-amount="159" data-price-type="finalPrice" class="price-wrapper ">159:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Monkids Multivitamin Jordgubb Barn" data-id="792304" data-price="159" data-brand="" data-category="" data-variant="60st"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/109119/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/109119/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-1 visible" data-gslide="5" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="109119">
<a href="https://dozapotek.se/monkids-gravid-60-st-796452.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
3 för 2 </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-109119.window="$root.src = $event.detail" alt="Monkids Gravid" title="Monkids Gravid" src="https://media.dozapotek.se/catalog/product/0/7/07350027854128_c1c1_1_.jpg?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/monkids-gravid-60-st-796452.html">
Monkids Gravid, 60 st </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Monkids 3 för 2 </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b908e4c() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b908e4c()" x-init="formatPrices()" @update-prices-109119.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="109119" data-price-box="product-id-109119"> <span class="special-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Special Price</span>
<span id="product-price-109119" data-price-amount="151.2" data-price-type="finalPrice" class="price-wrapper ">151:20</span>
</span>
</span>
<span class="old-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Ord. pris</span>
<span id="old-price-109119" data-price-amount="189" data-price-type="oldPrice" class="price-wrapper ">189:-</span>
</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Monkids Gravid" data-id="796452" data-price="189" data-brand="" data-category="" data-variant="60 st"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/103990/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/103990/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-2" data-gslide="6" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="103990">
<a href="https://dozapotek.se/monkids-multivitamin-barn-vegansk-60-st-785579.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
3 för 2 </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-103990.window="$root.src = $event.detail" alt="Monkids Multivitamin Apelsin Barn" title="Monkids Multivitamin Apelsin Barn" src="https://media.dozapotek.se/catalog/product/0/7/07350027854487_C1C1.tif_9.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/monkids-multivitamin-barn-vegansk-60-st-785579.html">
Monkids Multivitamin Apelsin Barn, 60 st </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Monkids 3 för 2 </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b90e426() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b90e426()" x-init="formatPrices()" @update-prices-103990.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="103990" data-price-box="product-id-103990">
<span class="price-container price-final_price tax weee">
<span id="product-price-103990" data-price-amount="119" data-price-type="finalPrice" class="price-wrapper ">119:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Monkids Multivitamin Apelsin Barn" data-id="785579" data-price="119" data-brand="" data-category="" data-variant="60 st"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/103394/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/103394/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-3" data-gslide="7" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="103394">
<a href="https://dozapotek.se/monkids-c-vitamin-zink-60-st-775062.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
3 för 2 </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-103394.window="$root.src = $event.detail" alt="Monkids C-vitamin + Zink Fruktsmak" title="Monkids C-vitamin + Zink Fruktsmak" src="https://media.dozapotek.se/catalog/product/0/7/07350027854470_C1C1.tif_5.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/monkids-c-vitamin-zink-60-st-775062.html">
Monkids C-vitamin + Zink Fruktsmak, 60 st </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Monkids 3 för 2 </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b913a9c() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b913a9c()" x-init="formatPrices()" @update-prices-103394.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="103394" data-price-box="product-id-103394">
<span class="price-container price-final_price tax weee">
<span id="product-price-103394" data-price-amount="99" data-price-type="finalPrice" class="price-wrapper ">99:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Monkids C-vitamin + Zink Fruktsmak" data-id="775062" data-price="99" data-brand="" data-category="" data-variant="60 st"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/105737/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/105737/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-4" data-gslide="8" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="105737">
<a href="https://dozapotek.se/monkids-c-vitamin-zink-tonar-60st-792303.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
3 för 2 </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-105737.window="$root.src = $event.detail" alt="Monkids C-vitamin+ Zink Fruktsmak Tonår" title="Monkids C-vitamin+ Zink Fruktsmak Tonår" src="https://media.dozapotek.se/catalog/product/0/7/07350027854210_C1C1.tif_1.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/monkids-c-vitamin-zink-tonar-60st-792303.html">
Monkids C-vitamin+ Zink Fruktsmak Tonår, 60st </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Monkids 3 för 2 </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b9198a2() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b9198a2()" x-init="formatPrices()" @update-prices-105737.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="105737" data-price-box="product-id-105737">
<span class="price-container price-final_price tax weee">
<span id="product-price-105737" data-price-amount="155" data-price-type="finalPrice" class="price-wrapper ">155:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Monkids C-vitamin+ Zink Fruktsmak Tonår" data-id="792303" data-price="155" data-brand="" data-category="" data-variant="60st"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/103902/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/103902/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-5" data-gslide="9" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="103902">
<a href="https://dozapotek.se/monkids-multivitamin-tonar-60-st-791358.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
3 för 2 </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-103902.window="$root.src = $event.detail" alt="Monkids Multivitamin Apelsin Tonår" title="Monkids Multivitamin Apelsin Tonår" src="https://media.dozapotek.se/catalog/product/0/7/07350027854616_C1N1.tif_8.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/monkids-multivitamin-tonar-60-st-791358.html">
Monkids Multivitamin Apelsin Tonår, 60 st </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Monkids 3 för 2 </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b91f932() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b91f932()" x-init="formatPrices()" @update-prices-103902.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="103902" data-price-box="product-id-103902">
<span class="price-container price-final_price tax weee">
<span id="product-price-103902" data-price-amount="149" data-price-type="finalPrice" class="price-wrapper ">149:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Monkids Multivitamin Apelsin Tonår" data-id="791358" data-price="149" data-brand="" data-category="" data-variant="60 st"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/102522/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/102522/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide active left-3 visible" data-gslide="0" style="height: auto; width: 214px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="102522">
<a href="https://dozapotek.se/indy-beauty-aluminum-free-24-h-fresh-deodorant-50-ml-778626.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
50% </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-102522.window="$root.src = $event.detail" alt="Indy Beauty Aluminum-free 24 h fresh deodorant" title="Indy Beauty Aluminum-free 24 h fresh deodorant" src="https://media.dozapotek.se/catalog/product/0/7/07315980225422_C1N1.tif_9.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/indy-beauty-aluminum-free-24-h-fresh-deodorant-50-ml-778626.html">
Indy Beauty Aluminum-free 24 h fresh deodorant, 50 ml </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Indy Beauty 50% </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b93a3e6() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b93a3e6()" x-init="formatPrices()" @update-prices-102522.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="102522" data-price-box="product-id-102522"> <span class="special-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Special Price</span>
<span id="product-price-102522" data-price-amount="39.5" data-price-type="finalPrice" class="price-wrapper ">39:50</span>
</span>
</span>
<span class="old-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Ord. pris</span>
<span id="old-price-102522" data-price-amount="79" data-price-type="oldPrice" class="price-wrapper ">79:-</span>
</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Indy Beauty Aluminum-free 24 h fresh deodorant" data-id="778626" data-price="79" data-brand="" data-category="" data-variant="50 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/104243/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/104243/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide left-2 visible" data-gslide="1" style="height: auto; width: 214px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="104243">
<a href="https://dozapotek.se/indy-beauty-radiance-renewal-body-scrub-150-ml-784765.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
50% </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-104243.window="$root.src = $event.detail" alt="Indy Beauty Radiance renewal body scrub" title="Indy Beauty Radiance renewal body scrub" src="https://media.dozapotek.se/catalog/product/0/7/07350068603228_C1N1.tif_9.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/indy-beauty-radiance-renewal-body-scrub-150-ml-784765.html">
Indy Beauty Radiance renewal body scrub, 150 ml </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Indy Beauty 50% </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b940966() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b940966()" x-init="formatPrices()" @update-prices-104243.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="104243" data-price-box="product-id-104243"> <span class="special-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Special Price</span>
<span id="product-price-104243" data-price-amount="73.5" data-price-type="finalPrice" class="price-wrapper ">73:50</span>
</span>
</span>
<span class="old-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Ord. pris</span>
<span id="old-price-104243" data-price-amount="147" data-price-type="oldPrice" class="price-wrapper ">147:-</span>
</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Indy Beauty Radiance renewal body scrub" data-id="784765" data-price="147" data-brand="" data-category="" data-variant="150 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/104700/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/104700/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide left-1 visible" data-gslide="2" style="height: auto; width: 214px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="104700">
<a href="https://dozapotek.se/indy-beauty-intense-bakuchiol-barrier-night-cream-50-ml-791306.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
50% </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-104700.window="$root.src = $event.detail" alt="Indy Beauty Intense bakuchiol barrier night cream " title="Indy Beauty Intense bakuchiol barrier night cream " src="https://media.dozapotek.se/catalog/product/0/7/07350068604454_C1R1.tif_21.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/indy-beauty-intense-bakuchiol-barrier-night-cream-50-ml-791306.html">
Indy Beauty Intense bakuchiol barrier night cream , 50 ml </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Indy Beauty 50% </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b947629() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b947629()" x-init="formatPrices()" @update-prices-104700.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="104700" data-price-box="product-id-104700"> <span class="special-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Special Price</span>
<span id="product-price-104700" data-price-amount="129.5" data-price-type="finalPrice" class="price-wrapper ">129:50</span>
</span>
</span>
<span class="old-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Ord. pris</span>
<span id="old-price-104700" data-price-amount="259" data-price-type="oldPrice" class="price-wrapper ">259:-</span>
</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Indy Beauty Intense bakuchiol barrier night cream " data-id="791306" data-price="259" data-brand="" data-category="" data-variant="50 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/104121/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/104121/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide center visible" data-gslide="3" style="height: auto; width: 214px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="104121">
<a href="https://dozapotek.se/indy-beauty-pore-minimising-serum-niacinamide-10-zinc-1-30-ml-787211.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
50% </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-104121.window="$root.src = $event.detail" alt="Indy Beauty pore-minimising serum niacinamide 10% + zinc 1%" title="Indy Beauty pore-minimising serum niacinamide 10% + zinc 1%" src="https://media.dozapotek.se/catalog/product/0/7/07350068604058_C1R1.tif_18.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/indy-beauty-pore-minimising-serum-niacinamide-10-zinc-1-30-ml-787211.html">
Indy Beauty pore-minimising serum niacinamide 10% + zinc 1%, 30 ml </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Indy Beauty 50% </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b94d44b() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b94d44b()" x-init="formatPrices()" @update-prices-104121.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="104121" data-price-box="product-id-104121"> <span class="special-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Special Price</span>
<span id="product-price-104121" data-price-amount="129.5" data-price-type="finalPrice" class="price-wrapper ">129:50</span>
</span>
</span>
<span class="old-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Ord. pris</span>
<span id="old-price-104121" data-price-amount="259" data-price-type="oldPrice" class="price-wrapper ">259:-</span>
</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Indy Beauty pore-minimising serum niacinamide 10% + zinc 1%" data-id="787211" data-price="259" data-brand="" data-category="" data-variant="30 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/104701/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/104701/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide center visible" data-gslide="4" style="height: auto; width: 214px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="104701">
<a href="https://dozapotek.se/indy-beauty-peptide-and-ceramide-antioxidant-day-cream-50-ml-791307.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
50% </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-104701.window="$root.src = $event.detail" alt="Indy Beauty Peptide and ceramide antioxidant day cream" title="Indy Beauty Peptide and ceramide antioxidant day cream" src="https://media.dozapotek.se/catalog/product/0/7/07350068604461_C1N1.tif_21.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/indy-beauty-peptide-and-ceramide-antioxidant-day-cream-50-ml-791307.html">
Indy Beauty Peptide and ceramide antioxidant day cream, 50 ml </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Indy Beauty 50% </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b952cc4() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b952cc4()" x-init="formatPrices()" @update-prices-104701.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="104701" data-price-box="product-id-104701"> <span class="special-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Special Price</span>
<span id="product-price-104701" data-price-amount="109.5" data-price-type="finalPrice" class="price-wrapper ">109:50</span>
</span>
</span>
<span class="old-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Ord. pris</span>
<span id="old-price-104701" data-price-amount="219" data-price-type="oldPrice" class="price-wrapper ">219:-</span>
</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Indy Beauty Peptide and ceramide antioxidant day cream" data-id="791307" data-price="219" data-brand="" data-category="" data-variant="50 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/102689/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/102689/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-1 visible" data-gslide="5" style="height: auto; width: 214px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="102689">
<a href="https://dozapotek.se/indy-beauty-3-in-1-exfoliating-facial-mask-75-ml-780722.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
50% </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-102689.window="$root.src = $event.detail" alt="Indy Beauty 3 in 1 exfoliating facial mask" title="Indy Beauty 3 in 1 exfoliating facial mask" src="https://media.dozapotek.se/catalog/product/0/7/07350068603204_C1R1.tif_9.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/indy-beauty-3-in-1-exfoliating-facial-mask-75-ml-780722.html">
Indy Beauty 3 in 1 exfoliating facial mask, 75 ml </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Indy Beauty 50% </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b95838c() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b95838c()" x-init="formatPrices()" @update-prices-102689.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="102689" data-price-box="product-id-102689"> <span class="special-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Special Price</span>
<span id="product-price-102689" data-price-amount="94.5" data-price-type="finalPrice" class="price-wrapper ">94:50</span>
</span>
</span>
<span class="old-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Ord. pris</span>
<span id="old-price-102689" data-price-amount="189" data-price-type="oldPrice" class="price-wrapper ">189:-</span>
</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Indy Beauty 3 in 1 exfoliating facial mask" data-id="780722" data-price="189" data-brand="" data-category="" data-variant="75 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/103099/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/103099/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-2" data-gslide="6" style="height: auto; width: 214px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="103099">
<a href="https://dozapotek.se/indy-beauty-clear-skin-mud-boosting-facial-mask-100-ml-772055.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
50% </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-103099.window="$root.src = $event.detail" alt="Indy Beauty Clear Skin Mud Boosting facial mask" title="Indy Beauty Clear Skin Mud Boosting facial mask" src="https://media.dozapotek.se/catalog/product/9/4/9435459649566.jpg?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/indy-beauty-clear-skin-mud-boosting-facial-mask-100-ml-772055.html">
Indy Beauty Clear Skin Mud Boosting facial mask, 100 ml </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Indy Beauty 50% </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b95e306() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b95e306()" x-init="formatPrices()" @update-prices-103099.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="103099" data-price-box="product-id-103099"> <span class="special-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Special Price</span>
<span id="product-price-103099" data-price-amount="84.5" data-price-type="finalPrice" class="price-wrapper ">84:50</span>
</span>
</span>
<span class="old-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Ord. pris</span>
<span id="old-price-103099" data-price-amount="169" data-price-type="oldPrice" class="price-wrapper ">169:-</span>
</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Indy Beauty Clear Skin Mud Boosting facial mask" data-id="772055" data-price="169" data-brand="" data-category="" data-variant="100 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/102690/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/102690/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-3" data-gslide="7" style="height: auto; width: 214px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="102690">
<a href="https://dozapotek.se/indy-beauty-sos-spot-treatment-15-ml-780724.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
50% </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-102690.window="$root.src = $event.detail" alt="Indy Beauty SOS spot treatment" title="Indy Beauty SOS spot treatment" src="https://media.dozapotek.se/catalog/product/0/7/07350068603211_C1R1.tif_9.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/indy-beauty-sos-spot-treatment-15-ml-780724.html">
Indy Beauty SOS spot treatment, 15 ml </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Indy Beauty 50% </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b9644a9() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b9644a9()" x-init="formatPrices()" @update-prices-102690.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="102690" data-price-box="product-id-102690"> <span class="special-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Special Price</span>
<span id="product-price-102690" data-price-amount="67.5" data-price-type="finalPrice" class="price-wrapper ">67:50</span>
</span>
</span>
<span class="old-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Ord. pris</span>
<span id="old-price-102690" data-price-amount="135" data-price-type="oldPrice" class="price-wrapper ">135:-</span>
</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Indy Beauty SOS spot treatment" data-id="780724" data-price="135" data-brand="" data-category="" data-variant="15 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/103744/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/103744/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-5" data-gslide="9" style="height: auto; width: 214px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="103744">
<a href="https://dozapotek.se/indy-beauty-vitamin-c-moistursing-facial-oil-30-ml-793072.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
50% </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-103744.window="$root.src = $event.detail" alt="Indy Beauty Vitamin C Moistursing facial oil" title="Indy Beauty Vitamin C Moistursing facial oil" src="https://media.dozapotek.se/catalog/product/0/7/07350068604676_C1N1.tif_17.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/indy-beauty-vitamin-c-moistursing-facial-oil-30-ml-793072.html">
Indy Beauty Vitamin C Moistursing facial oil, 30 ml </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Indy Beauty 50% </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b96f8f4() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b96f8f4()" x-init="formatPrices()" @update-prices-103744.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="103744" data-price-box="product-id-103744"> <span class="special-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Special Price</span>
<span id="product-price-103744" data-price-amount="99.5" data-price-type="finalPrice" class="price-wrapper ">99:50</span>
</span>
</span>
<span class="old-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Ord. pris</span>
<span id="old-price-103744" data-price-amount="199" data-price-type="oldPrice" class="price-wrapper ">199:-</span>
</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Indy Beauty Vitamin C Moistursing facial oil" data-id="793072" data-price="199" data-brand="" data-category="" data-variant="30 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/103103/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/103103/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-6" data-gslide="10" style="height: auto; width: 214px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="103103">
<a href="https://dozapotek.se/indy-beauty-refreshing-water-lily-facial-toner-200-ml-772076.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
50% </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-103103.window="$root.src = $event.detail" alt="Indy Beauty Refreshing Water Lily facial toner" title="Indy Beauty Refreshing Water Lily facial toner" src="https://media.dozapotek.se/catalog/product/9/4/9435506638878.jpg?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/indy-beauty-refreshing-water-lily-facial-toner-200-ml-772076.html">
Indy Beauty Refreshing Water Lily facial toner, 200 ml </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Indy Beauty 50% </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b974d30() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b974d30()" x-init="formatPrices()" @update-prices-103103.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="103103" data-price-box="product-id-103103"> <span class="special-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Special Price</span>
<span id="product-price-103103" data-price-amount="44.5" data-price-type="finalPrice" class="price-wrapper ">44:50</span>
</span>
</span>
<span class="old-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Ord. pris</span>
<span id="old-price-103103" data-price-amount="89" data-price-type="oldPrice" class="price-wrapper ">89:-</span>
</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Indy Beauty Refreshing Water Lily facial toner" data-id="772076" data-price="89" data-brand="" data-category="" data-variant="200 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/102661/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/102661/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-8" data-gslide="12" style="height: auto; width: 214px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="102661">
<a href="https://dozapotek.se/indy-beauty-cool-blonde-silver-conditioner-250-ml-782741.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
50% </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-102661.window="$root.src = $event.detail" alt="Indy Beauty Cool Blonde silver conditioner" title="Indy Beauty Cool Blonde silver conditioner" src="https://media.dozapotek.se/catalog/product/0/7/07315980226870_C1N1.tif_10.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/indy-beauty-cool-blonde-silver-conditioner-250-ml-782741.html">
Indy Beauty Cool Blonde silver conditioner, 250 ml </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Indy Beauty 50% </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b97fa4b() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b97fa4b()" x-init="formatPrices()" @update-prices-102661.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="102661" data-price-box="product-id-102661"> <span class="special-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Special Price</span>
<span id="product-price-102661" data-price-amount="74.5" data-price-type="finalPrice" class="price-wrapper ">74:50</span>
</span>
</span>
<span class="old-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Ord. pris</span>
<span id="old-price-102661" data-price-amount="149" data-price-type="oldPrice" class="price-wrapper ">149:-</span>
</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Indy Beauty Cool Blonde silver conditioner" data-id="782741" data-price="149" data-brand="" data-category="" data-variant="250 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/106700/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/106700/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-9" data-gslide="13" style="height: auto; width: 214px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="106700">
<a href="https://dozapotek.se/indy-beauty-kiss-tell-matte-liquid-lip-3-ml-787213.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
50% </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-106700.window="$root.src = $event.detail" alt="Indy Beauty Kiss & Tell Matte Liquid Lip " title="Indy Beauty Kiss & Tell Matte Liquid Lip " src="https://media.dozapotek.se/catalog/product/0/7/07350068604041_c1n1.jpg?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/indy-beauty-kiss-tell-matte-liquid-lip-3-ml-787213.html">
Indy Beauty Kiss & Tell Matte Liquid Lip , 3 ml </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Indy Beauty 50% </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b985250() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b985250()" x-init="formatPrices()" @update-prices-106700.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="106700" data-price-box="product-id-106700"> <span class="special-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Special Price</span>
<span id="product-price-106700" data-price-amount="63.5" data-price-type="finalPrice" class="price-wrapper ">63:50</span>
</span>
</span>
<span class="old-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Ord. pris</span>
<span id="old-price-106700" data-price-amount="127" data-price-type="oldPrice" class="price-wrapper ">127:-</span>
</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Indy Beauty Kiss & Tell Matte Liquid Lip " data-id="787213" data-price="127" data-brand="" data-category="" data-variant="3 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/102659/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/102659/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-11" data-gslide="15" style="height: auto; width: 214px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="102659">
<a href="https://dozapotek.se/indy-beauty-cool-blonde-silver-shampoo-250-ml-782731.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
50% </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-102659.window="$root.src = $event.detail" alt="Indy Beauty Cool Blonde silver shampoo" title="Indy Beauty Cool Blonde silver shampoo" src="https://media.dozapotek.se/catalog/product/0/7/07315980226863_C1N1.tif_9.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/indy-beauty-cool-blonde-silver-shampoo-250-ml-782731.html">
Indy Beauty Cool Blonde silver shampoo, 250 ml </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Indy Beauty 50% </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b98fa3a() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b98fa3a()" x-init="formatPrices()" @update-prices-102659.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="102659" data-price-box="product-id-102659"> <span class="special-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Special Price</span>
<span id="product-price-102659" data-price-amount="74.5" data-price-type="finalPrice" class="price-wrapper ">74:50</span>
</span>
</span>
<span class="old-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Ord. pris</span>
<span id="old-price-102659" data-price-amount="149" data-price-type="oldPrice" class="price-wrapper ">149:-</span>
</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Indy Beauty Cool Blonde silver shampoo" data-id="782731" data-price="149" data-brand="" data-category="" data-variant="250 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/103884/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/103884/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-12" data-gslide="16" style="height: auto; width: 214px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="103884">
<a href="https://dozapotek.se/indy-beauty-root-boost-volume-conditioner-250-ml-785498.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
50% </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-103884.window="$root.src = $event.detail" alt="Indy Beauty Root boost volume conditioner" title="Indy Beauty Root boost volume conditioner" src="https://media.dozapotek.se/catalog/product/0/7/07350068603709_C1N1.tif_9.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/indy-beauty-root-boost-volume-conditioner-250-ml-785498.html">
Indy Beauty Root boost volume conditioner, 250 ml </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Indy Beauty 50% </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b994edd() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b994edd()" x-init="formatPrices()" @update-prices-103884.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="103884" data-price-box="product-id-103884"> <span class="special-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Special Price</span>
<span id="product-price-103884" data-price-amount="69.5" data-price-type="finalPrice" class="price-wrapper ">69:50</span>
</span>
</span>
<span class="old-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Ord. pris</span>
<span id="old-price-103884" data-price-amount="139" data-price-type="oldPrice" class="price-wrapper ">139:-</span>
</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Indy Beauty Root boost volume conditioner" data-id="785498" data-price="139" data-brand="" data-category="" data-variant="250 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/103882/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/103882/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-17" data-gslide="21" style="height: auto; width: 214px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="103882">
<a href="https://dozapotek.se/indy-beauty-root-boost-volume-shampoo-250-ml-785487.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
50% </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-103882.window="$root.src = $event.detail" alt="Indy Beauty Root boost volume shampoo" title="Indy Beauty Root boost volume shampoo" src="https://media.dozapotek.se/catalog/product/0/7/07350068603693_C1N1.tif_8.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/indy-beauty-root-boost-volume-shampoo-250-ml-785487.html">
Indy Beauty Root boost volume shampoo, 250 ml </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Indy Beauty 50% </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b9b06f5() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b9b06f5()" x-init="formatPrices()" @update-prices-103882.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="103882" data-price-box="product-id-103882"> <span class="special-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Special Price</span>
<span id="product-price-103882" data-price-amount="74.5" data-price-type="finalPrice" class="price-wrapper ">74:50</span>
</span>
</span>
<span class="old-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Ord. pris</span>
<span id="old-price-103882" data-price-amount="149" data-price-type="oldPrice" class="price-wrapper ">149:-</span>
</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Indy Beauty Root boost volume shampoo" data-id="785487" data-price="149" data-brand="" data-category="" data-variant="250 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/102620/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/102620/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-21" data-gslide="25" style="height: auto; width: 214px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="102620">
<a href="https://dozapotek.se/indy-beauty-rich-repair-hair-treatment-150-ml-782719.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
50% </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-102620.window="$root.src = $event.detail" alt="Indy Beauty Rich Repair hair treatment" title="Indy Beauty Rich Repair hair treatment" src="https://media.dozapotek.se/catalog/product/0/7/07315980226856_C1N1.tif_9.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/indy-beauty-rich-repair-hair-treatment-150-ml-782719.html">
Indy Beauty Rich Repair hair treatment, 150 ml </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Indy Beauty 50% </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b9c2f06() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b9c2f06()" x-init="formatPrices()" @update-prices-102620.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="102620" data-price-box="product-id-102620"> <span class="special-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Special Price</span>
<span id="product-price-102620" data-price-amount="68.5" data-price-type="finalPrice" class="price-wrapper ">68:50</span>
</span>
</span>
<span class="old-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Ord. pris</span>
<span id="old-price-102620" data-price-amount="137" data-price-type="oldPrice" class="price-wrapper ">137:-</span>
</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Indy Beauty Rich Repair hair treatment" data-id="782719" data-price="137" data-brand="" data-category="" data-variant="150 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/102810/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/102810/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide active left-3 visible" data-gslide="0" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="102810">
<a href="https://dozapotek.se/eucerin-sun-kids-lotion-spf-50-150-ml-771783.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
30% </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-102810.window="$root.src = $event.detail" alt="Eucerin Sun Kids Lotion SPF 50+" title="Eucerin Sun Kids Lotion SPF 50+" src="https://media.dozapotek.se/catalog/product/0/4/04005800027840_C1N1.jpg_3.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/eucerin-sun-kids-lotion-spf-50-150-ml-771783.html">
Eucerin Sun Kids Lotion SPF 50+, 150 ml </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Outlet 30% </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b9ebd8c() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b9ebd8c()" x-init="formatPrices()" @update-prices-102810.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="102810" data-price-box="product-id-102810"> <span class="special-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Special Price</span>
<span id="product-price-102810" data-price-amount="88.9" data-price-type="finalPrice" class="price-wrapper ">88:90</span>
</span>
</span>
<span class="old-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Ord. pris</span>
<span id="old-price-102810" data-price-amount="127" data-price-type="oldPrice" class="price-wrapper ">127:-</span>
</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Eucerin Sun Kids Lotion SPF 50+" data-id="771783" data-price="127" data-brand="" data-category="" data-variant="150 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/101366/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/101366/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide left-2 visible" data-gslide="1" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="101366">
<a href="https://dozapotek.se/aco-kids-active-sun-spray-spf-30-175-ml-768991.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
30% </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-101366.window="$root.src = $event.detail" alt="ACO Kids Active Sun Spray SPF 30" title="ACO Kids Active Sun Spray SPF 30" src="https://media.dozapotek.se/catalog/product/0/7/07319861018592_C1N1.tif_9.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/aco-kids-active-sun-spray-spf-30-175-ml-768991.html">
ACO Kids Active Sun Spray SPF 30, 175 ml </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Outlet 30% </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b9f25a9() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b9f25a9()" x-init="formatPrices()" @update-prices-101366.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="101366" data-price-box="product-id-101366"> <span class="special-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Special Price</span>
<span id="product-price-101366" data-price-amount="86.8" data-price-type="finalPrice" class="price-wrapper ">86:80</span>
</span>
</span>
<span class="old-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Ord. pris</span>
<span id="old-price-101366" data-price-amount="124" data-price-type="oldPrice" class="price-wrapper ">124:-</span>
</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="ACO Kids Active Sun Spray SPF 30" data-id="768991" data-price="124" data-brand="" data-category="" data-variant="175 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/102690/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/102690/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide left-1 visible" data-gslide="2" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="102690">
<a href="https://dozapotek.se/indy-beauty-sos-spot-treatment-15-ml-780724.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
50% </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-102690.window="$root.src = $event.detail" alt="Indy Beauty SOS spot treatment" title="Indy Beauty SOS spot treatment" src="https://media.dozapotek.se/catalog/product/0/7/07350068603211_C1R1.tif_9.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/indy-beauty-sos-spot-treatment-15-ml-780724.html">
Indy Beauty SOS spot treatment, 15 ml </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Indy Beauty 50% </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508b9644a9() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508b9644a9()" x-init="formatPrices()" @update-prices-102690.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="102690" data-price-box="product-id-102690"> <span class="special-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Special Price</span>
<span id="product-price-102690" data-price-amount="67.5" data-price-type="finalPrice" class="price-wrapper ">67:50</span>
</span>
</span>
<span class="old-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Ord. pris</span>
<span id="old-price-102690" data-price-amount="135" data-price-type="oldPrice" class="price-wrapper ">135:-</span>
</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Indy Beauty SOS spot treatment" data-id="780724" data-price="135" data-brand="" data-category="" data-variant="15 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/106168/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/106168/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide center visible" data-gslide="3" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="106168">
<a href="https://dozapotek.se/depend-minilack-oxygen-farg-a712-5ml-792452.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
50% </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-106168.window="$root.src = $event.detail" alt="Depend Minilack Oxygen färg A712" title="Depend Minilack Oxygen färg A712" src="https://media.dozapotek.se/catalog/product/0/0/00000073188476_C1N1.jpg_3.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/depend-minilack-oxygen-farg-a712-5ml-792452.html">
Depend Minilack Oxygen färg A712, 5ml </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Outlet 50% </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508ba03a53() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508ba03a53()" x-init="formatPrices()" @update-prices-106168.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="106168" data-price-box="product-id-106168"> <span class="special-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Special Price</span>
<span id="product-price-106168" data-price-amount="17.5" data-price-type="finalPrice" class="price-wrapper ">17:50</span>
</span>
</span>
<span class="old-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Ord. pris</span>
<span id="old-price-106168" data-price-amount="35" data-price-type="oldPrice" class="price-wrapper ">35:-</span>
</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Depend Minilack Oxygen färg A712" data-id="792452" data-price="35" data-brand="" data-category="" data-variant="5ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/104507/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/104507/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide center visible" data-gslide="4" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="104507">
<a href="https://dozapotek.se/ecooking-skintonic-200-ml-791641.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
50% </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-104507.window="$root.src = $event.detail" alt="Ecooking Skintonic " title="Ecooking Skintonic " src="https://media.dozapotek.se/catalog/product/1/0/10711063134238.jpg?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/ecooking-skintonic-200-ml-791641.html">
Ecooking Skintonic , 200 ml </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Outlet 50% </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508ba0902d() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508ba0902d()" x-init="formatPrices()" @update-prices-104507.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="104507" data-price-box="product-id-104507"> <span class="special-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Special Price</span>
<span id="product-price-104507" data-price-amount="97.5" data-price-type="finalPrice" class="price-wrapper ">97:50</span>
</span>
</span>
<span class="old-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Ord. pris</span>
<span id="old-price-104507" data-price-amount="195" data-price-type="oldPrice" class="price-wrapper ">195:-</span>
</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Ecooking Skintonic " data-id="791641" data-price="195" data-brand="" data-category="" data-variant="200 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/104319/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/104319/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-1 visible" data-gslide="5" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="104319">
<a href="https://dozapotek.se/dynamic-code-covid-19-antikroppstest-1-st-786499.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-104319.window="$root.src = $event.detail" alt="Dynamic Code Covid-19 antikroppstest" title="Dynamic Code Covid-19 antikroppstest" src="https://media.dozapotek.se/catalog/product/0/7/07350038491466_C1L1.tif_8.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/dynamic-code-covid-19-antikroppstest-1-st-786499.html">
Dynamic Code Covid-19 antikroppstest, 1 st </a>
</div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508ba0e7a0() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508ba0e7a0()" x-init="formatPrices()" @update-prices-104319.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="104319" data-price-box="product-id-104319"> <span class="special-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Special Price</span>
<span id="product-price-104319" data-price-amount="169" data-price-type="finalPrice" class="price-wrapper ">169:-</span>
</span>
</span>
<span class="old-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Ord. pris</span>
<span id="old-price-104319" data-price-amount="338" data-price-type="oldPrice" class="price-wrapper ">338:-</span>
</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Dynamic Code Covid-19 antikroppstest" data-id="786499" data-price="338" data-brand="" data-category="" data-variant="1 st"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/103309/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/103309/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-2" data-gslide="6" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="103309">
<a href="https://dozapotek.se/kocostar-slice-mask-sheet-cucumber-1-st-774926.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
50% </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-103309.window="$root.src = $event.detail" alt="Kocostar Slice mask sheet cucumber" title="Kocostar Slice mask sheet cucumber" src="https://media.dozapotek.se/catalog/product/0/8/08809328320775_C1N1.tif_9.png?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/kocostar-slice-mask-sheet-cucumber-1-st-774926.html">
Kocostar Slice mask sheet cucumber, 1 st </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Outlet 50% </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508ba13970() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508ba13970()" x-init="formatPrices()" @update-prices-103309.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="103309" data-price-box="product-id-103309"> <span class="special-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Special Price</span>
<span id="product-price-103309" data-price-amount="24.5" data-price-type="finalPrice" class="price-wrapper ">24:50</span>
</span>
</span>
<span class="old-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Ord. pris</span>
<span id="old-price-103309" data-price-amount="49" data-price-type="oldPrice" class="price-wrapper ">49:-</span>
</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Kocostar Slice mask sheet cucumber" data-id="774926" data-price="49" data-brand="" data-category="" data-variant="1 st"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/101311/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/101311/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-3" data-gslide="7" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="101311">
<a href="https://dozapotek.se/lloydsapotek-solero-kids-sun-spray-for-sensitive-skin-spf-30-200-ml-771647.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
70% </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-101311.window="$root.src = $event.detail" alt="LloydsApotek Solero Kids sun spray for sensitive skin SPF 30" title="LloydsApotek Solero Kids sun spray for sensitive skin SPF 30" src="https://media.dozapotek.se/catalog/product/s/o/solero_kids_ultra_s_30.jpg?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/lloydsapotek-solero-kids-sun-spray-for-sensitive-skin-spf-30-200-ml-771647.html">
LloydsApotek Solero Kids sun spray for sensitive skin SPF 30, 200 ml </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Outlet 70% </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508ba193da() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508ba193da()" x-init="formatPrices()" @update-prices-101311.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="101311" data-price-box="product-id-101311"> <span class="special-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Special Price</span>
<span id="product-price-101311" data-price-amount="47.7" data-price-type="finalPrice" class="price-wrapper ">47:70</span>
</span>
</span>
<span class="old-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Ord. pris</span>
<span id="old-price-101311" data-price-amount="159" data-price-type="oldPrice" class="price-wrapper ">159:-</span>
</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="LloydsApotek Solero Kids sun spray for sensitive skin SPF 30" data-id="771647" data-price="159" data-brand="" data-category="" data-variant="200 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/105556/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/105556/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-4" data-gslide="8" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="105556">
<a href="https://dozapotek.se/oliva-sugar-scrub-200-ml-772746.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
30% </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-105556.window="$root.src = $event.detail" alt="Oliva Sugar scrub" title="Oliva Sugar scrub" src="https://media.dozapotek.se/catalog/product/1/0/1004865_g1n1.jpg?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/oliva-sugar-scrub-200-ml-772746.html">
Oliva Sugar scrub, 200 ml </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Outlet 30% </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508ba1f062() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508ba1f062()" x-init="formatPrices()" @update-prices-105556.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="105556" data-price-box="product-id-105556"> <span class="special-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Special Price</span>
<span id="product-price-105556" data-price-amount="76.3" data-price-type="finalPrice" class="price-wrapper ">76:30</span>
</span>
</span>
<span class="old-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Ord. pris</span>
<span id="old-price-105556" data-price-amount="109" data-price-type="oldPrice" class="price-wrapper ">109:-</span>
</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Oliva Sugar scrub" data-id="772746" data-price="109" data-brand="" data-category="" data-variant="200 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/103381/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/103381/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-5" data-gslide="9" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="103381">
<a href="https://dozapotek.se/lowengrip-clean-up-shower-gel-200-ml-772807.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
30% </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-103381.window="$root.src = $event.detail" alt="Löwengrip Clean Up shower gel " title="Löwengrip Clean Up shower gel " src="https://media.dozapotek.se/catalog/product/9/3/9352148844574.jpg?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/lowengrip-clean-up-shower-gel-200-ml-772807.html">
Löwengrip Clean Up shower gel , 200 ml </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Outlet 30% </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508ba255da() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508ba255da()" x-init="formatPrices()" @update-prices-103381.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="103381" data-price-box="product-id-103381"> <span class="special-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Special Price</span>
<span id="product-price-103381" data-price-amount="111.3" data-price-type="finalPrice" class="price-wrapper ">111:30</span>
</span>
</span>
<span class="old-price">
<span class="price-container price-final_price tax weee">
<span class="price-label">Ord. pris</span>
<span id="old-price-103381" data-price-amount="159" data-price-type="oldPrice" class="price-wrapper ">159:-</span>
</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Löwengrip Clean Up shower gel " data-id="772807" data-price="159" data-brand="" data-category="" data-variant="200 ml"></div>
</form>
POST https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/104409/
<form method="post"
action="https://dozapotek.se/checkout/cart/add/uenc/aHR0cHM6Ly9kb3phcG90ZWsuc2UvP3V0bV9zb3VyY2U9YWZmaWxpYXRlJnV0bV9tZWRpdW09YWR0cmFjdGlvbiZ1dG1fY2FtcGFpZ249YWR0cmFjdGlvbiZhdF9nZD1FRkIzNDJDOUQ0MzVDNTQ0OURBNjYzMjk2QkE4MkI4RkVGQ0EyNTJF/product/104409/"
class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-6" data-gslide="10" style="height: auto; width: 225.333px;">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <input type="hidden" name="product" value="104409">
<a href="https://dozapotek.se/cura-pearl-eco-tyngdtacke-11-kg-150-x-210-cm-1-st-785000.html" class="product photo product-item-photo block mx-auto mb-3 relative
" tabindex="-1">
<div x-show="!fullscreen" class="overflow-hidden flex flex-col justify-center rounded-full h-16 w-16 text-center absolute cursor-pointer
select-none right-0 z-10 bg-promotion" style="transform: rotate(-5deg) scale(.7) translate(10px, -40px);">
<span class="font-semibold text-xl text-white">
40% </span>
</div>
<img class="hover:shadow-sm object-contain h-24 md:h-36" loading="lazy" x-data="" @update-gallery-104409.window="$root.src = $event.detail" alt="Cura Pearl Eco Tyngdtäcke 11 kg 150 x 210 cm" title="Cura Pearl Eco Tyngdtäcke 11 kg 150 x 210 cm" src="https://media.dozapotek.se/catalog/product/1/0/10215057358878.jpg?width=240&height=300&store=default&image-type=small_image" width="240" height="300">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-xs md:text-sm text-center
">
<a class="product-item-link" href="https://dozapotek.se/cura-pearl-eco-tyngdtacke-11-kg-150-x-210-cm-1-st-785000.html">
Cura Pearl Eco Tyngdtäcke 11 kg 150 x 210 cm, 1 st </a>
</div>
<span class="mt-2 mb-1 font-semibold justify-center text-center text-base text-promotion"> Outlet 40% </span>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__641508ba2ac7d() {
return {
formatPrices() {
this.$root.querySelectorAll("[data-price-amount]").forEach((node) => node.innerText = hyva.formatPrice(node.getAttribute("data-price-amount")))
},
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
}
}
}
</script>
<div class="mt-auto pt-1 text-gray-900 text-center" x-data="initPriceBox__641508ba2ac7d()" x-init="formatPrices()" @update-prices-104409.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="104409" data-price-box="product-id-104409">
<span class="price-container price-final_price tax weee">
<span id="product-price-104409" data-price-amount="2895" data-price-type="finalPrice" class="price-wrapper ">2 895:-</span>
</span>
</div>
</div>
<div class="pt-1 flex flex-wrap justify-center items-center">
<button class="w-auto btn btn-primary justify-center text-sm" aria-label="Köp">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-4 w-4 md:h-6 md:w-6 border-current inline" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<span class="ml-2 inline md:ml-0 lg:ml-2"> Köp </span>
</button>
</div>
</div>
<div class="hidden product-details-block" data-name="Cura Pearl Eco Tyngdtäcke 11 kg 150 x 210 cm" data-id="785000" data-price="2895" data-brand="" data-category="" data-variant="1 st"></div>
</form>
POST https://dozapotek.se/newsletter/subscriber/new/
<form class="form subscribe" action="https://dozapotek.se/newsletter/subscriber/new/" method="post" x-data="initNewsletterForm()" @submit.prevent="submitForm()" id="newsletter-validate-detail">
<div class="flex flex-wrap justify-center gap-2 md:justify-start">
<label for="newsletter-subscribe" class="sr-only"> E-postadress </label>
<input name="email" type="email" required="" id="newsletter-subscribe" class="form-input inline-flex w-full" placeholder="Ange din e-postadress">
<input name="form_key" type="hidden" value="FHQIBPZ4vLakBU9S"> <button class="inline-flex shrink-0 ml-auto xl:mt-0 btn btn-primary"> Skicka </button>
<div>
<p class="mt-4">
<span>Genom att trycka på "skicka" godkänner du våra</span>
<a href="/personuppgifter-doz-apotek" class="text-base leading-6 underline text-secondary font-semibold">
sekretess- och säkerhetsvillkor </a>.
</p>
</div>
</div>
<div>
<template x-if="displayErrorMessage">
<p class="flex items-center text-red">
<span class="inline-block w-8 h-8 mr-3">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
</span>
<template x-for="errorMessage in errorMessages">
<span x-html="errorMessage"></span>
</template>
</p>
</template>
</div>
</form>
Text Content
Vi använder cookies för att ge dig en bättre upplevelse. Genom att fortsätta accepterar du att cookies används. Läs mer Tillåt och fortsätt Vi använder cookies för att ge dig en bättre upplevelse. Genom att fortsätta accepterar du att cookies används. Läs mer Tillåt och fortsätt * Bli medlem i DOZ Plus * Hitta apotek * Kundservice * Jobba hos oss * Om oss * Press Logga in Logga in Skapa ett konto Mina recept Mina recept Produkter Produkter Visa alla Nyheter Allergi Ansikte Barn och förälder Bett och stick Djurvård Feber och värk Förkylning Fötter Hem och Hushåll Hår Hälsa och livsstil Händer Intim Kosttillskott och vitaminer Kroppsvård Mage och tarm Mun och tänder Resa Sex och lust Sluta röka Smink Solskydd och solkräm Stöd och hjälpmedel Sår Sömn, stress och oro Ögon och öron Aktuella kampanjer Aktuella kampanjer Visa alla Upp till 25% rabatt på hudvård från Eucerin & Dermenum Skincare Medlem: Redo för vårsolen med 30% rabatt på Maxosol och Brun Utan Sol 20% rabatt Hallå våren! Gravid och Baby 20% Vårpreppa med Stay Well 20% 25% på utvalda graviditetstest från Clearblue Monkids 3 för 2 Veckans pluspris - IDUN Minerals ögon make-up 20% 3 för 2 på V6 tuggummi 50% på Indy Beauty Outlet - upp till 70% Råd & Tips Produkter Nyheter Allergi Ansikte Barn och förälder Bett och stick Djurvård Feber och värk Förkylning Fötter Hem och Hushåll Hår Hälsa och livsstil Händer Intim Kosttillskott och vitaminer Kroppsvård Mage och tarm Mun och tänder Resa Sex och lust Sluta röka Smink Solskydd och solkräm Stöd och hjälpmedel Sår Sömn, stress och oro Ögon och öron Aktuella kampanjer Upp till 25% rabatt på hudvård från Eucerin & Dermenum Skincare Medlem: Redo för vårsolen med 30% rabatt på Maxosol och Brun Utan Sol 20% rabatt Hallå våren! Gravid och Baby 20% Vårpreppa med Stay Well 20% 25% på utvalda graviditetstest från Clearblue Monkids 3 för 2 Veckans pluspris - IDUN Minerals ögon make-up 20% 3 för 2 på V6 tuggummi 50% på Indy Beauty Outlet - upp till 70% Råd & Tips Sök bland tusentals apoteks- och skönhetsprodukter Sök Mina recept Mina recept 0 Varukorg VARUKORG RECEPTBELAGDA PRODUKTER Varunummer: Antal: Att betala: Djurrecept för Varunummer: Antal: Att betala: RECEPTFRIA PRODUKTER Varunummer: Antal: Att betala: Produkter: Kassa eller Visa och Ändra Varukorgen Gå till Kassan med ditt konto E-postadress Lösenord Logga in Glömt ditt lösenord? Gå till Kassan som en ny kund Att skapa ett konto har många fördelar: * Se beställning- och leveransstatus * Följ orderhistoriken * Gå genom kassan snabbare Skapa ett konto Hoppa till innehållet Hos oss på DOZ finns allt mot allergi Se hela sortimentet inom allergi här Nasonex, nässpray, suspension 50 mikrogram/dos Organon Sweden AB, 60 dos(er) Läkemedel Läs bipacksedeln noga innan användning. 86:- Köp Livostin, ögondroppar, suspension 0,5 mg/ml McNeil Sweden AB, 4 milliliter Läkemedel Läs bipacksedeln noga innan användning. 89:- Köp Livostin, nässpray, suspension 50 mikrogram/dos McNeil Sweden AB, 150 dos(er) Läkemedel Läs bipacksedeln noga innan användning. 125:- Köp Otrason, nässpray, suspension 50 mikrogram/dos GlaxoSmithKline Consumer, 120 dos(er) Läkemedel Läs bipacksedeln noga innan användning. 199:- Köp ClariEye ögondroppar, 10 ml 139:- Köp Livicort, nässpray, suspension 32 mikrogram/dos McNeil Sweden AB, 120 dos(er) Läkemedel Läs bipacksedeln noga innan användning. 93:- Köp Nasonex, nässpray, suspension 50 mikrogram/dos Organon Sweden AB, 140 dos(er) Läkemedel Läs bipacksedeln noga innan användning. 175:- Köp Allegra, filmdragerad tablett 120 mg STADA Nordic ApS, 30 tablett(er) Läkemedel Läs bipacksedeln noga innan användning. 124:- Köp Lomudal, ögondroppar, lösning 20 mg/ml, 5 milliliter Läkemedel Läs bipacksedeln noga innan användning. 37:- Köp Allenasal Defence, 15 ml 107:- Köp Kestine, filmdragerad tablett 10 mg, 30 tablett(er) Läkemedel Läs bipacksedeln noga innan användning. 117:- Köp Kestine, filmdragerad tablett 10 mg, 10 tablett(er) Läkemedel Läs bipacksedeln noga innan användning. 42:- Köp Rinivent, nässpray, lösning 21 mikrogram/dos STADA Nordic ApS, 180 dos(er) Läkemedel Läs bipacksedeln noga innan användning. 129:- Köp Clarityn, sirap 1 mg/ml, 120 milliliter Läkemedel Läs bipacksedeln noga innan användning. 149:- Köp Nasaline Salt, 20 st 34:- Köp Trinatural nässpray, 30 ml 98:- Köp Zaditen, ögondroppar, lösning 0,25 mg/ml, 5 milliliter Läkemedel Läs bipacksedeln noga innan användning. 99:- Köp Nasaline Nässköljare, 1 st 88:- Köp Zaditen, ögondr, lösn, endosbehållare 0,25 mg/ml Laboratoires THEA, 20 x 0,4 milliliter Läkemedel Läs bipacksedeln noga innan användning. 99:- Köp Clarityn, tablett 10 mg Bayer AB, 30 tablett(er) Läkemedel Läs bipacksedeln noga innan användning. 158:- Köp Dymista, nässpray, suspension 125 mikrogram + 50 mikrogram/sprayning Meda AB, 120 dos(er) Läkemedel Läs bipacksedeln noga innan användning. 259:- Tillfälligt slut Populära produktnyheter Se fler nyheter här. Carolina Gynning Lip Shine Balm - Glossy Bossy, 2,1 g 279:- Köp Carolina Gynning Lip Shine Balm - Oh My Gad, 2,1 g 279:- Köp La Roche-Posay Cicaplast Baume B5+ , 100 ml 199:- Köp 15% Eucerin pH5 Skin-Protection cream parfymerad, 75 ml Eucerin hudvård & Dermenum Skincare 15% Special Price 49:30 Ord. pris 58:- Tillfälligt slut 15% Eucerin pH5 Skin-Protection washlotion refill parfymerad, 400 ml Eucerin hudvård & Dermenum Skincare 15% Special Price 50:15 Ord. pris 59:- Köp 20% Weleda Calendula Nappy Change Cream, 75 ml Gravid & Baby 20% Special Price 49:60 Ord. pris 62:- Köp Melatonin Orion Pharma, tablett 5 mg, 10 tablett(er) Läkemedel Läs bipacksedeln noga innan användning. 99:- Köp Bic Hybrid flex 5, 4 st 99:- Köp Moisturizing mineral skin tint SPF 30 medium, 1 st 279:- Köp Moisturizing mineral skin tint SPF 30 tan, 1 st 279:- Köp Moisturizing mineral skin tint SPF 30 light, 1 st 279:- Köp Tiger Balsam Plåster , 3 st 72:- Köp Bic Hybrid flex 5 rakblad, 4 st 85:- Köp Depend O2 Grape and Avocado nail oil, 10 ml 89:- Köp Depend Lash and Eyebrow Colour Black, 1 st 129:- Köp Topz Premium Cotton Sticks , 300 st 24:- Köp Zendium Sensitive Whitener tandkräm, 75 ml 22:- Köp Salvequick Textilplåster, 20 st 33:90 Köp Zaditen, ögondroppar, lösning 0,25 mg/ml, 5 milliliter Läkemedel Läs bipacksedeln noga innan användning. 99:- Köp Depend Dipremover nagellacksremover blå, 75 ml 46:- Köp Melatonin Orion Pharma, tablett 3 mg, 10 tablett(er) Läkemedel Läs bipacksedeln noga innan användning. 89:- Köp Evercare vinylhandskar Medium, 100 st 195:- Köp Depend nagellacksremover blå, 100 ml 27:- Köp TePe Good Mini Extra Soft tandborste - blandade färger, 1 st 19:- Köp Braun ExactFit 1 Blodtrycksmätare, 1 st 499:- Tillfälligt slut Vagisan Mjölksyra vagitorier, 7 st 122:- Köp Needs Fotfil, 1 st 17:- Köp Monkids 3 för 2 Se hela kampanjen här 3 för 2 Monkids Multivitamin Hallon Barn, 60 st Monkids 3 för 2 109:- Köp 3 för 2 Monkids Fiskolja Citron Barn, 60 st Monkids 3 för 2 149:- Köp 3 för 2 Monkids D-vitamin + Kalcium Jordgubb Barn, 60 st Monkids 3 för 2 109:- Köp 3 för 2 Monkids Vitamin Mineral Ananas Barn, 60 st Monkids 3 för 2 118:- Köp 3 för 2 Monkids Multivitamin Jordgubb Barn, 60st Monkids 3 för 2 159:- Köp 3 för 2 Monkids Gravid, 60 st Monkids 3 för 2 Special Price 151:20 Ord. pris 189:- Köp 3 för 2 Monkids Multivitamin Apelsin Barn, 60 st Monkids 3 för 2 119:- Köp 3 för 2 Monkids C-vitamin + Zink Fruktsmak, 60 st Monkids 3 för 2 99:- Köp 3 för 2 Monkids C-vitamin+ Zink Fruktsmak Tonår, 60st Monkids 3 för 2 155:- Köp 3 för 2 Monkids Multivitamin Apelsin Tonår, 60 st Monkids 3 för 2 149:- Köp 3 för 2 Monkids Järn Tonår, 60 st Monkids 3 för 2 149:- Tillfälligt slut 50% Indy Beauty Se alla produkter här 50% Indy Beauty Aluminum-free 24 h fresh deodorant, 50 ml Indy Beauty 50% Special Price 39:50 Ord. pris 79:- Köp 50% Indy Beauty Radiance renewal body scrub, 150 ml Indy Beauty 50% Special Price 73:50 Ord. pris 147:- Köp 50% Indy Beauty Intense bakuchiol barrier night cream , 50 ml Indy Beauty 50% Special Price 129:50 Ord. pris 259:- Köp 50% Indy Beauty pore-minimising serum niacinamide 10% + zinc 1%, 30 ml Indy Beauty 50% Special Price 129:50 Ord. pris 259:- Köp 50% Indy Beauty Peptide and ceramide antioxidant day cream, 50 ml Indy Beauty 50% Special Price 109:50 Ord. pris 219:- Köp 50% Indy Beauty 3 in 1 exfoliating facial mask, 75 ml Indy Beauty 50% Special Price 94:50 Ord. pris 189:- Köp 50% Indy Beauty Clear Skin Mud Boosting facial mask, 100 ml Indy Beauty 50% Special Price 84:50 Ord. pris 169:- Köp 50% Indy Beauty SOS spot treatment, 15 ml Indy Beauty 50% Special Price 67:50 Ord. pris 135:- Köp 50% Indy Beauty Antioxidant cleansing balm, 100 ml Indy Beauty 50% Special Price 69:50 Ord. pris 139:- Tillfälligt slut 50% Indy Beauty Vitamin C Moistursing facial oil, 30 ml Indy Beauty 50% Special Price 99:50 Ord. pris 199:- Köp 50% Indy Beauty Refreshing Water Lily facial toner, 200 ml Indy Beauty 50% Special Price 44:50 Ord. pris 89:- Köp 50% Indy Beauty Rich cleansing mousse, 150 ml Indy Beauty 50% Special Price 44:50 Ord. pris 89:- Tillfälligt slut 50% Indy Beauty Cool Blonde silver conditioner, 250 ml Indy Beauty 50% Special Price 74:50 Ord. pris 149:- Köp 50% Indy Beauty Kiss & Tell Matte Liquid Lip , 3 ml Indy Beauty 50% Special Price 63:50 Ord. pris 127:- Köp 50% Indy Beauty Refreshing squalane dry shampoo , 200 ml Indy Beauty 50% Special Price 54:50 Ord. pris 109:- Tillfälligt slut 50% Indy Beauty Cool Blonde silver shampoo, 250 ml Indy Beauty 50% Special Price 74:50 Ord. pris 149:- Köp 50% Indy Beauty Root boost volume conditioner, 250 ml Indy Beauty 50% Special Price 69:50 Ord. pris 139:- Köp 50% Indy Beauty Silky squalane heat protection , 200 ml Indy Beauty 50% Special Price 64:50 Ord. pris 129:- Tillfälligt slut 50% Indy Beauty intense hydrating serum , 30 ml Indy Beauty 50% Special Price 129:50 Ord. pris 259:- Tillfälligt slut 50% Indy Beauty The Velvety hand cream apricot, 40 ml Indy Beauty 50% Special Price 34:50 Ord. pris 69:- Tillfälligt slut 50% Indy Beauty Oil-free gentle make-up remover, 100 ml Indy Beauty 50% Special Price 54:50 Ord. pris 109:- Tillfälligt slut 50% Indy Beauty Root boost volume shampoo, 250 ml Indy Beauty 50% Special Price 74:50 Ord. pris 149:- Köp 50% Indy Beauty Intimate cleansing oil, 125 ml Indy Beauty 50% Special Price 58:- Ord. pris 116:- Tillfälligt slut 50% Indy Beauty Intimate soothing cream, 1 st Indy Beauty 50% Special Price 40:- Ord. pris 80:- Tillfälligt slut 50% Indy Beauty Repairing squalane hair serum , 100 ml Indy Beauty 50% Special Price 89:50 Ord. pris 179:- Tillfälligt slut 50% Indy Beauty Rich Repair hair treatment, 150 ml Indy Beauty 50% Special Price 68:50 Ord. pris 137:- Köp 50% Indy Beauty Kiss & Tell Matte Liquid Lip , 3 ml Indy Beauty 50% Special Price 63:50 Ord. pris 127:- Tillfälligt slut 50% Indy Beauty intense moisturising night cream, 50 ml Indy Beauty 50% Special Price 99:50 Ord. pris 199:- Tillfälligt slut 50% Indy Beauty Care and Protect Repair conditioner, 250 ml Indy Beauty 50% Special Price 74:50 Ord. pris 149:- Tillfälligt slut 50% Indy Beauty Care and Protect Repair shampoo, 250 ml Indy Beauty 50% Special Price 74:50 Ord. pris 149:- Tillfälligt slut 50% Indy Beauty Moisturising elixir serum, 30 ml Indy Beauty 50% Special Price 99:50 Ord. pris 199:- Tillfälligt slut Råd & tips Se fler råd och tips Allt om amning 2023-03-16 Små barn behöver ha ständig kropps- och hudkontakt. Allt starkt ljus och ljud från världen... Läs mer. Brun-utan-sol 2023-03-16 Brun utan sol ger dig chansen att bli, eller behålla, en naturlig lyster i huden hela året, oavsett väder... Läs mer Pollensäsongen är igång 2023-03-10 Pollenallergi (hösnuva) är en vanlig form av allergi och ger symptom som klåda... Läs mer Avmaskning för hund och katt 2023-03-10 Du behöver avmaska ditt husdjur för att förebygga parasitinfektioner och skydda både djurets och människors hälsa... Läs mer Fynda bland bra produkter till rabatterade priser Outlet - upp till 70% 30% Eucerin Sun Kids Lotion SPF 50+, 150 ml Outlet 30% Special Price 88:90 Ord. pris 127:- Köp 30% ACO Kids Active Sun Spray SPF 30, 175 ml Outlet 30% Special Price 86:80 Ord. pris 124:- Köp 50% Indy Beauty SOS spot treatment, 15 ml Indy Beauty 50% Special Price 67:50 Ord. pris 135:- Köp 50% Depend Minilack Oxygen färg A712, 5ml Outlet 50% Special Price 17:50 Ord. pris 35:- Köp 50% Ecooking Skintonic , 200 ml Outlet 50% Special Price 97:50 Ord. pris 195:- Köp Dynamic Code Covid-19 antikroppstest, 1 st Special Price 169:- Ord. pris 338:- Köp 50% Kocostar Slice mask sheet cucumber, 1 st Outlet 50% Special Price 24:50 Ord. pris 49:- Köp 70% LloydsApotek Solero Kids sun spray for sensitive skin SPF 30, 200 ml Outlet 70% Special Price 47:70 Ord. pris 159:- Köp 30% Oliva Sugar scrub, 200 ml Outlet 30% Special Price 76:30 Ord. pris 109:- Köp 30% Löwengrip Clean Up shower gel , 200 ml Outlet 30% Special Price 111:30 Ord. pris 159:- Köp 40% Cura Pearl Eco Tyngdtäcke 11 kg 150 x 210 cm, 1 st Outlet 40% 2 895:- Köp 50% Indy Beauty Antioxidant Hydrating facial mist, 100 ml Indy Beauty 50% Special Price 64:50 Ord. pris 129:- Tillfälligt slut DOZ APOTEK - TIPS OCH RÅD FÖR DIG DÄR DU ÄR, APOTEK ONLINE OCH FYSISKA APOTEK Vi finns till för att tipsa och ge råd, uppmuntra och peppa dig till ett mer hälsosamt liv. Möt oss i våra lokala apotek runt om i Sverige, eller handla enkelt online med fri frakt och snabb leverans. Hämta ut dina receptbelagda läkemedel online eller välj bland ett kvalitetssäkrat utbud av apoteksprodukter. Hos oss hittar du till exempel kosttillskott och vitaminer, produkter för feber och värk, kroppsvårdsprodukter, produkter för barn och förälder, produkter för mun och tänder och mycket mer. Har du frågor eller behöver hjälp med din beställning är du välkommen att kontakta vår kundservice. KONTAKTA OSS * E-post: kundservice@dozapotek.se * Telefon: 0771 23 10 00 * Öppettider: Mån - fre 9 – 16 KUNDSERVICE * Blanketter * Vanliga frågor * Kivra * Köpvillkor * Kry * Personuppgifter * Cookies * Hållbarhet * För leverantörer * Jobba hos oss MEDLEM I DOZ PLUS * Alltid unika medlemspriser * Poäng på alla köp som omvandlas till värdecheckar * Kortlöst medlemskap - ditt personnummer räcker Bli medlem HITTA DITT NÄRMASTE DOZ APOTEK Här hittar du alla DOZ Apotek. Hitta apotek SIGNA UPP DIG FÖR VÅRT NYHETSBREV E-postadress Skicka Genom att trycka på "skicka" godkänner du våra sekretess- och säkerhetsvillkor . © Copyright 2023, DOZApotek * dozapotek.se * Rosenlundsgatan 54, 118 63 * Stockholm * Admenta AB/DOZ Apotek, Box 38152, * 100 64 Stockholm FÖLJ DOZ APOTEK Förnya bank ID-session? Din BankID session håller på att löpa ut. För att fortsätta vara inloggad behöver du förnya din session genom att bekräfta nedan Kvar till utloggning Förnya Logga ut