{"id":26,"date":"2025-09-23T23:17:58","date_gmt":"2025-09-23T23:17:58","guid":{"rendered":"https:\/\/smokebroker.ch\/?page_id=26"},"modified":"2026-05-14T00:12:59","modified_gmt":"2026-05-14T00:12:59","slug":"home","status":"publish","type":"page","link":"https:\/\/smokebroker.ch\/en\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"26\" class=\"elementor elementor-26\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2dd241d e-flex e-con-boxed e-con e-parent\" data-id=\"2dd241d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d828df0 elementor-widget elementor-widget-html\" data-id=\"d828df0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div id=\"homepage-popup-overlay\" class=\"homepage-popup-overlay\" aria-hidden=\"true\">\n  <div class=\"homepage-popup-box\" role=\"dialog\" aria-modal=\"true\" aria-label=\"Hinweis\">\n    <button id=\"homepage-popup-close\" class=\"homepage-popup-close\" aria-label=\"Popup schliessen\">\u00d7<\/button>\n    \n    <h2>Rabattcode f\u00fcr deine erste Bestellung<\/h2>\n    <p>F\u00fcr deine n\u00e4chste Bestellung, als Privatkunde, hast du auf unserer neuen Webseite 15% Rabatt mit dem Code <strong>smokebroker15<\/strong>.<\/p>\n    \n    <a href=\"\/shop\/\" class=\"homepage-popup-button\">Jetzt entdecken<\/a>\n  <\/div>\n<\/div>\n\n<style>\n  .homepage-popup-overlay {\n    position: fixed;\n    inset: 0;\n    display: none;\n    align-items: center;\n    justify-content: center;\n    padding: 20px;\n    background: rgba(0, 0, 0, 0.55);\n    z-index: 99999;\n  }\n\n  .homepage-popup-overlay.is-active {\n    display: flex;\n  }\n\n  .homepage-popup-box {\n    position: relative;\n    width: 100%;\n    max-width: 600px;\n    background: #ffffff;\n    border-radius: 14px;\n    padding: 48px 32px 32px;\n    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);\n    text-align: center;\n  }\n\n  .homepage-popup-box h2 {\n    margin: 0 0 12px;\n  }\n\n  .homepage-popup-box p {\n    margin: 0 0 20px;\n  }\n\n  .homepage-popup-close {\n    position: absolute;\n    top: 12px;\n    right: 14px;\n    width: 36px;\n    height: 36px;\n    border: none;\n    background: transparent;\n    color: #000000;\n    font-size: 28px;\n    line-height: 1;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    padding: 0;\n  }\n\n  .homepage-popup-close:hover {\n    opacity: 0.7;\n  }\n\n  .homepage-popup-button,\n  .homepage-popup-button:visited,\n  .homepage-popup-button:focus,\n  .homepage-popup-button:active {\n    display: inline-block;\n    background-color: #78182F !important;\n    font-size: 17px;\n    font-weight: 600;\n    fill: #FFFFFF;\n    color: #FFFFFF !important;\n    border-style: solid;\n    border-width: 2px;\n    border-color: #78182F !important;\n    border-radius: 0;\n    padding: 10px 22px;\n    text-decoration: none;\n    transition: all 0.25s ease;\n  }\n\n  .homepage-popup-button:hover,\n  .homepage-popup-button:focus:hover,\n  .homepage-popup-button:active:hover,\n  .homepage-popup-button:visited:hover {\n    background-color: transparent !important;\n    border-color: #78182F !important;\n    color: #000000 !important;\n  }\n<\/style>\n\n<script>\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    const popupEnabled = true;\n    const popup = document.getElementById(\"homepage-popup-overlay\");\n    const closeBtn = document.getElementById(\"homepage-popup-close\");\n\n    if (!popup || !popupEnabled) return;\n\n    let popupWasOpened = false;\n\n    function isVisible(element) {\n      if (!element) return false;\n\n      const style = window.getComputedStyle(element);\n\n      return (\n        style.display !== \"none\" &&\n        style.visibility !== \"hidden\" &&\n        style.opacity !== \"0\" &&\n        element.offsetWidth > 0 &&\n        element.offsetHeight > 0\n      );\n    }\n\n    function isAgeGateOpen() {\n      const selectors = [\n        \".age-gate\",\n        \".age-verification\",\n        \".age-check\",\n        \".avada-age-verification\",\n        \".xoo-age-verification\",\n        \"#age-gate\",\n        \"#age-verification\",\n        \"[data-age-gate]\"\n      ];\n\n      return selectors.some(function (selector) {\n        const elements = document.querySelectorAll(selector);\n        return elements.length > 0 && Array.from(elements).some(isVisible);\n      });\n    }\n\n    function isCookieBannerOpen() {\n      const selectors = [\n        \"#cookiescript_injected\",\n        \".cookiescript__banner\",\n        \".cky-consent-container\",\n        \".cky-modal\",\n        \".cc-window\",\n        \".cc-banner\",\n        \".cookie-notice-container\",\n        \".cmplz-cookiebanner\",\n        \".cli-bar-container\",\n        \".cookie-consent\",\n        \"#cookiebanner\",\n        \"[aria-label*='cookie']\",\n        \"[class*='cookie-banner']\",\n        \"[class*='cookie-consent']\"\n      ];\n\n      return selectors.some(function (selector) {\n        const elements = document.querySelectorAll(selector);\n        return elements.length > 0 && Array.from(elements).some(isVisible);\n      });\n    }\n\n    function openPopup() {\n      if (popupWasOpened) return;\n\n      popupWasOpened = true;\n\n      setTimeout(function () {\n        popup.classList.add(\"is-active\");\n        popup.setAttribute(\"aria-hidden\", \"false\");\n      }, 4000);\n    }\n\n    function closePopup() {\n      popup.classList.remove(\"is-active\");\n      popup.setAttribute(\"aria-hidden\", \"true\");\n    }\n\n    function waitUntilOtherPopupsAreGone() {\n      const interval = setInterval(function () {\n        const ageGateOpen = isAgeGateOpen();\n        const cookieBannerOpen = isCookieBannerOpen();\n\n        if (!ageGateOpen && !cookieBannerOpen) {\n          clearInterval(interval);\n          openPopup();\n        }\n      }, 500);\n    }\n\n    if (closeBtn) {\n      closeBtn.addEventListener(\"click\", closePopup);\n    }\n\n    popup.addEventListener(\"click\", function (event) {\n      if (event.target === popup) {\n        closePopup();\n      }\n    });\n\n    document.addEventListener(\"keydown\", function (event) {\n      if (event.key === \"Escape\" && popup.classList.contains(\"is-active\")) {\n        closePopup();\n      }\n    });\n\n    waitUntilOtherPopupsAreGone();\n  });\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4272f1f e-con-full e-flex e-con e-parent\" data-id=\"4272f1f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div data-ep-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/smokebroker.ch\\\/produkt-kategorie\\\/vapes\\\/LOSTMARY-BM6000\\\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;}\" style=\"cursor: pointer\" class=\"bdt-element-link elementor-element elementor-element-36bfeac elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"36bfeac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/smokebroker.ch\/shop\/?filters=product_cat%5B30%5D\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"2560\" height=\"480\" src=\"https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/03\/Banner-Web-scaled.webp\" class=\"attachment-full size-full wp-image-7089\" alt=\"\" srcset=\"https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/03\/Banner-Web-scaled.webp 2560w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/03\/Banner-Web-300x56.webp 300w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/03\/Banner-Web-1024x192.webp 1024w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/03\/Banner-Web-768x144.webp 768w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/03\/Banner-Web-1536x288.webp 1536w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/03\/Banner-Web-2048x384.webp 2048w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/03\/Banner-Web-18x3.webp 18w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/03\/Banner-Web-600x113.webp 600w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/03\/Banner-Web-64x12.webp 64w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div data-ep-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/smokebroker.ch\\\/produkt-kategorie\\\/vapes\\\/LOSTMARY-BM6000\\\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;}\" style=\"cursor: pointer\" class=\"bdt-element-link elementor-element elementor-element-3b9033f elementor-hidden-desktop elementor-widget elementor-widget-image\" data-id=\"3b9033f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/smokebroker.ch\/shop\/?filters=product_cat%5B30%5D\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"2400\" height=\"1800\" src=\"https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/03\/Banner-mobil.webp\" class=\"attachment-full size-full wp-image-7088\" alt=\"\" srcset=\"https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/03\/Banner-mobil.webp 2400w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/03\/Banner-mobil-300x225.webp 300w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/03\/Banner-mobil-1024x768.webp 1024w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/03\/Banner-mobil-768x576.webp 768w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/03\/Banner-mobil-1536x1152.webp 1536w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/03\/Banner-mobil-2048x1536.webp 2048w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/03\/Banner-mobil-16x12.webp 16w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/03\/Banner-mobil-600x450.webp 600w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/03\/Banner-mobil-64x48.webp 64w\" sizes=\"(max-width: 2400px) 100vw, 2400px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-39c3d1fa bdt-backdrop-filter-yes e-flex e-con-boxed bdt-filter-backdrop e-con e-parent\" data-id=\"39c3d1fa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-7a1ecaf e-con-full e-flex e-con e-child\" data-id=\"7a1ecaf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3912ab54 elementor-widget elementor-widget-heading\" data-id=\"3912ab54\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Unsere Trends<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0a5a5a2 elementor-widget elementor-widget-shortcode\" data-id=\"0a5a5a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"woocommerce columns-4 \">\r\n<div class=\"nasa-content-page-products\">\r\n    <ul class=\"products grid large-block-grid-4 small-block-grid-1 medium-block-grid-2\" data-columns_small=\"1\" data-columns_medium=\"2\">\r\n<li class=\" product product product-warp-item\">\n<div class=\"card-product vb-outofstock product type-product post-7147 status-publish first outofstock product_cat-lostmary-lux7000-kit product_cat-vapes has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n    \n    <div class=\"product-img-wrap\">\n\t\t<div class=\"qwfw-add-to-wishlist-wrapper qwfw--loop qwfw-position--shortcode qwfw-item-type--icon\">\n\t<a role=\"button\" tabindex=\"0\" class=\"qwfw-shortcode qwfw-m  qwfw-add-to-wishlist qwfw-spinner-item qwfw-behavior--add qwfw-type--icon\" href=\"?add_to_wishlist=7147\" data-item-id=\"7147\" data-original-item-id=\"7147\" aria-label=\"Add to wishlist\" data-shortcode-atts=\"{&quot;button_behavior&quot;:&quot;add&quot;,&quot;button_type&quot;:&quot;icon&quot;,&quot;show_count&quot;:&quot;&quot;,&quot;require_login&quot;:false}\" rel=\"noopener noreferrer\">\n\t\t<span class=\"qwfw-m-spinner qwfw-spinner-icon\">\n\t<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z\"><\/path><\/svg><\/span>\n\t<span class=\"qwfw-m-icon qwfw--predefined\">\n\t\t<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"17\" viewBox=\"0 0 21 17\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path fill=\"none\" d=\"M20,5.4595A4.6116,4.6116,0,0,0,15.25,1,5.2377,5.2377,0,0,0,10.5,3.8378,5.2377,5.2377,0,0,0,5.75,1,4.6116,4.6116,0,0,0,1,5.4595C1,9.4122,6.1277,13.4155,10.5,16,14.8721,13.4155,20,9.4122,20,5.4595Z\"\/><\/svg>\t<\/span>\n\t\t<\/a>\n<\/div>\n\t\t<a href=\"https:\/\/smokebroker.ch\/en\/shop\/lost-mary-lux7000-kit-blueberry\/\">\n        <span class=\"acoplw-badge-icon acoplw-bsone acoplwRightAlign acoplwPosTop acoplw-custom-badge-4726 vb-outofstock-badge\" style=\"opacity:1;width:130px;font-size:14px;font-weight:400;height:30px;border-radius:4px;top:0px;background:rgba(154,154,154,1);position:absolute;right:0;z-index:10;display:flex;align-items:center;justify-content:center;\">\n            <span class=\"acoplw-blockText\" style=\"color:rgba(255,255,255,1);\">Ausverkauft<\/span>\n        <\/span><img decoding=\"async\" width=\"450\" height=\"450\" src=\"https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/03\/17902_Product-450x450.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"LOST MARY - LUX7000 - Kit - Blueberry\" srcset=\"https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/03\/17902_Product-450x450.jpg 450w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/03\/17902_Product-300x300.jpg 300w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/03\/17902_Product-150x150.jpg 150w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/03\/17902_Product-768x768.jpg 768w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/03\/17902_Product-12x12.jpg 12w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/03\/17902_Product-600x600.jpg 600w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/03\/17902_Product-100x100.jpg 100w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/03\/17902_Product-64x64.jpg 64w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/03\/17902_Product.jpg 1000w\" sizes=\"(max-width: 450px) 100vw, 450px\" \/>\t\t\t\n\t\t\t\t\t<\/a>\n    <\/div>\n<div class=\"product-loop-info \">\n    <div class=\"product-info-wrap info\">\n        <div class='product-loop-brand'><a href=\"https:\/\/smokebroker.ch\/en\/brand\/lost-mary\/\" rel=\"tag\">LOST MARY<\/a><\/div><a href=\"https:\/\/smokebroker.ch\/en\/shop\/lost-mary-lux7000-kit-blueberry\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">LOST MARY &#8211; LUX7000 &#8211; Kit &#8211; Blueberry<\/h2><\/a>        \n            <div class=\"star-rating-dx\"><span  class=\"star-rating-icon\" ><svg height=\"20\" width=\"20\" viewBox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"><\/polygon><\/svg><\/span><span class=\"star-ave-count\">5.00<\/span><span  class=\"star-total-count\">( 1 Rezensionen )<\/span><\/div>\n\n\n\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#67;&#72;&#70;<\/span>&nbsp;23.90<\/bdi><\/span><small class=\"woocommerce-price-suffix\"> inkl. MwSt.<\/small><\/span>\n        \n            <\/div>\n\n    <div class=\"product-info-meta cart\">\n        <a href=\"https:\/\/smokebroker.ch\/en\/shop\/lost-mary-lux7000-kit-blueberry\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_7147\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"7147\" data-product_sku=\"V-0233\" aria-label=\"Read more about &ldquo;LOST MARY - LUX7000 - Kit - Blueberry&rdquo;\" rel=\"nofollow\" data-success_message=\"\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"> <path d=\"M19.2643 2.56746C19.1699 1.62663 18.3857 0.916748 17.4399 0.916748H4.4325C3.48674 0.916748 2.70256 1.62663 2.60811 2.56746L0.958293 19.0675C0.90682 19.5813 1.07601 20.0969 1.42289 20.4801C1.76978 20.8632 2.26526 21.0834 2.78223 21.0834H19.0898C19.6072 21.0834 20.1027 20.8632 20.4495 20.4801C20.7964 20.0969 20.9656 19.5813 20.9141 19.0675L19.2643 2.56746ZM2.78267 19.2501L4.4325 2.75008H17.4399L19.0916 19.2501H2.78267Z\" fill=\"white\"><\/path> <path d=\"M13.7513 4.58325C12.7402 4.58325 11.918 5.40592 11.918 6.41659C11.918 7.09194 12.2893 7.67678 12.8346 7.9949V10.0833C12.8346 11.0939 12.0124 11.9166 11.0013 11.9166C9.99019 11.9166 9.16797 11.0939 9.16797 10.0833V7.9949C9.7133 7.67678 10.0846 7.09194 10.0846 6.41659C10.0846 5.40592 9.26241 4.58325 8.2513 4.58325C7.24019 4.58325 6.41797 5.40592 6.41797 6.41659C6.41797 7.09194 6.7893 7.67678 7.33464 7.9949V10.0833C7.33464 12.1055 8.97953 13.7499 11.0013 13.7499C13.0231 13.7499 14.668 12.1055 14.668 10.0833V7.9949C15.2133 7.67678 15.5846 7.09194 15.5846 6.41659C15.5846 5.40592 14.7624 4.58325 13.7513 4.58325Z\" fill=\"white\"><\/path> <\/svg><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_7147\" class=\"screen-reader-text\">\r\n\t\t\t<\/span>\r\n    <\/div>\n<\/div>\n<\/div>\n<\/li><li class=\" product product product-warp-item\">\n<div class=\"card-product product type-product post-7326 status-publish instock product_cat-blueten product_cat-budbouncy has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n    \n    <div class=\"product-img-wrap\">\n\t\t<div class=\"qwfw-add-to-wishlist-wrapper qwfw--loop qwfw-position--shortcode qwfw-item-type--icon\">\n\t<a role=\"button\" tabindex=\"0\" class=\"qwfw-shortcode qwfw-m  qwfw-add-to-wishlist qwfw-spinner-item qwfw-behavior--add qwfw-type--icon\" href=\"?add_to_wishlist=7326\" data-item-id=\"7326\" data-original-item-id=\"7326\" aria-label=\"Add to wishlist\" data-shortcode-atts=\"{&quot;button_behavior&quot;:&quot;add&quot;,&quot;button_type&quot;:&quot;icon&quot;,&quot;show_count&quot;:&quot;&quot;,&quot;require_login&quot;:false}\" rel=\"noopener noreferrer\">\n\t\t<span class=\"qwfw-m-spinner qwfw-spinner-icon\">\n\t<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z\"><\/path><\/svg><\/span>\n\t<span class=\"qwfw-m-icon qwfw--predefined\">\n\t\t<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"17\" viewBox=\"0 0 21 17\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path fill=\"none\" d=\"M20,5.4595A4.6116,4.6116,0,0,0,15.25,1,5.2377,5.2377,0,0,0,10.5,3.8378,5.2377,5.2377,0,0,0,5.75,1,4.6116,4.6116,0,0,0,1,5.4595C1,9.4122,6.1277,13.4155,10.5,16,14.8721,13.4155,20,9.4122,20,5.4595Z\"\/><\/svg>\t<\/span>\n\t\t<\/a>\n<\/div>\n\t\t<a href=\"https:\/\/smokebroker.ch\/en\/shop\/budbouncys-5gr-fruit-punch\/\">\n        <img loading=\"lazy\" decoding=\"async\" width=\"450\" height=\"450\" src=\"https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/Mmedics-20260287-2-450x450.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"BudBouncy&#039;s 5gr. Fruit Punch\" srcset=\"https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/Mmedics-20260287-2-450x450.jpg 450w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/Mmedics-20260287-2-300x300.jpg 300w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/Mmedics-20260287-2-1024x1024.jpg 1024w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/Mmedics-20260287-2-150x150.jpg 150w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/Mmedics-20260287-2-768x768.jpg 768w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/Mmedics-20260287-2-1536x1536.jpg 1536w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/Mmedics-20260287-2-2048x2048.jpg 2048w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/Mmedics-20260287-2-12x12.jpg 12w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/Mmedics-20260287-2-600x600.jpg 600w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/Mmedics-20260287-2-100x100.jpg 100w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/Mmedics-20260287-2-64x64.jpg 64w\" sizes=\"(max-width: 450px) 100vw, 450px\" \/>\t\t\t\n\t\t\t\t\t<\/a>\n    <\/div>\n<div class=\"product-loop-info \">\n    <div class=\"product-info-wrap info\">\n        <div class='product-loop-brand'><a href=\"https:\/\/smokebroker.ch\/en\/brand\/budbouncys\/\" rel=\"tag\">BudBouncy's<\/a><\/div><a href=\"https:\/\/smokebroker.ch\/en\/shop\/budbouncys-5gr-fruit-punch\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">BudBouncy&#8217;s 5gr. Fruit Punch<\/h2><\/a>        \n            <div class=\"star-rating-dx\"><span  class=\"star-rating-icon\" ><svg height=\"20\" width=\"20\" viewBox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"><\/polygon><\/svg><\/span><span class=\"star-ave-count\">5.00<\/span><span  class=\"star-total-count\">( 2 Rezensionen )<\/span><\/div>\n\n\n\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#67;&#72;&#70;<\/span>&nbsp;20.00<\/bdi><\/span><small class=\"woocommerce-price-suffix\"> inkl. MwSt.<\/small><\/span>\n        \n            <\/div>\n\n    <div class=\"product-info-meta cart\">\n        <a href=\"\/en\/wp-json\/wp\/v2\/pages\/26?add-to-cart=7326\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_7326\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"7326\" data-product_sku=\"B-0025\" aria-label=\"Add to basket: &ldquo;BudBouncy&#039;s 5gr. Fruit Punch&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;BudBouncy&#039;s 5gr. Fruit Punch&rdquo; has been added to your basket\" role=\"button\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"> <path d=\"M19.2643 2.56746C19.1699 1.62663 18.3857 0.916748 17.4399 0.916748H4.4325C3.48674 0.916748 2.70256 1.62663 2.60811 2.56746L0.958293 19.0675C0.90682 19.5813 1.07601 20.0969 1.42289 20.4801C1.76978 20.8632 2.26526 21.0834 2.78223 21.0834H19.0898C19.6072 21.0834 20.1027 20.8632 20.4495 20.4801C20.7964 20.0969 20.9656 19.5813 20.9141 19.0675L19.2643 2.56746ZM2.78267 19.2501L4.4325 2.75008H17.4399L19.0916 19.2501H2.78267Z\" fill=\"white\"><\/path> <path d=\"M13.7513 4.58325C12.7402 4.58325 11.918 5.40592 11.918 6.41659C11.918 7.09194 12.2893 7.67678 12.8346 7.9949V10.0833C12.8346 11.0939 12.0124 11.9166 11.0013 11.9166C9.99019 11.9166 9.16797 11.0939 9.16797 10.0833V7.9949C9.7133 7.67678 10.0846 7.09194 10.0846 6.41659C10.0846 5.40592 9.26241 4.58325 8.2513 4.58325C7.24019 4.58325 6.41797 5.40592 6.41797 6.41659C6.41797 7.09194 6.7893 7.67678 7.33464 7.9949V10.0833C7.33464 12.1055 8.97953 13.7499 11.0013 13.7499C13.0231 13.7499 14.668 12.1055 14.668 10.0833V7.9949C15.2133 7.67678 15.5846 7.09194 15.5846 6.41659C15.5846 5.40592 14.7624 4.58325 13.7513 4.58325Z\" fill=\"white\"><\/path> <\/svg><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_7326\" class=\"screen-reader-text\">\r\n\t\t\t<\/span>\r\n    <\/div>\n<\/div>\n<\/div>\n<\/li><li class=\" product product product-warp-item\">\n<div class=\"card-product vb-outofstock product type-product post-2838 status-publish outofstock product_cat-snus product_cat-velo-swissedition has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n    \n    <div class=\"product-img-wrap\">\n\t\t<div class=\"qwfw-add-to-wishlist-wrapper qwfw--loop qwfw-position--shortcode qwfw-item-type--icon\">\n\t<a role=\"button\" tabindex=\"0\" class=\"qwfw-shortcode qwfw-m  qwfw-add-to-wishlist qwfw-spinner-item qwfw-behavior--add qwfw-type--icon\" href=\"?add_to_wishlist=2838\" data-item-id=\"2838\" data-original-item-id=\"2838\" aria-label=\"Add to wishlist\" data-shortcode-atts=\"{&quot;button_behavior&quot;:&quot;add&quot;,&quot;button_type&quot;:&quot;icon&quot;,&quot;show_count&quot;:&quot;&quot;,&quot;require_login&quot;:false}\" rel=\"noopener noreferrer\">\n\t\t<span class=\"qwfw-m-spinner qwfw-spinner-icon\">\n\t<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z\"><\/path><\/svg><\/span>\n\t<span class=\"qwfw-m-icon qwfw--predefined\">\n\t\t<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"17\" viewBox=\"0 0 21 17\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path fill=\"none\" d=\"M20,5.4595A4.6116,4.6116,0,0,0,15.25,1,5.2377,5.2377,0,0,0,10.5,3.8378,5.2377,5.2377,0,0,0,5.75,1,4.6116,4.6116,0,0,0,1,5.4595C1,9.4122,6.1277,13.4155,10.5,16,14.8721,13.4155,20,9.4122,20,5.4595Z\"\/><\/svg>\t<\/span>\n\t\t<\/a>\n<\/div>\n\t\t<a href=\"https:\/\/smokebroker.ch\/en\/shop\/velo-swiss-edition-freezing-peppermint-4-6\/\">\n        <span class=\"acoplw-badge-icon acoplw-bsone acoplwRightAlign acoplwPosTop acoplw-custom-badge-4726 vb-outofstock-badge\" style=\"opacity:1;width:130px;font-size:14px;font-weight:400;height:30px;border-radius:4px;top:0px;background:rgba(154,154,154,1);position:absolute;right:0;z-index:10;display:flex;align-items:center;justify-content:center;\">\n            <span class=\"acoplw-blockText\" style=\"color:rgba(255,255,255,1);\">Ausverkauft<\/span>\n        <\/span><img loading=\"lazy\" decoding=\"async\" width=\"450\" height=\"450\" src=\"https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/09\/velo_freezing_pepermint_orginal_10.9mg_right-450x450.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"VELO &quot;Swiss Edition&quot; - Freezing Peppermint - 4\/6\" srcset=\"https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/09\/velo_freezing_pepermint_orginal_10.9mg_right-450x450.png 450w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/09\/velo_freezing_pepermint_orginal_10.9mg_right-100x100.png 100w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/09\/velo_freezing_pepermint_orginal_10.9mg_right-600x600.png 600w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/09\/velo_freezing_pepermint_orginal_10.9mg_right-300x300.png 300w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/09\/velo_freezing_pepermint_orginal_10.9mg_right-150x150.png 150w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/09\/velo_freezing_pepermint_orginal_10.9mg_right.png 700w\" sizes=\"(max-width: 450px) 100vw, 450px\" \/>\t\t\t\n\t\t\t\t\t<\/a>\n    <\/div>\n<div class=\"product-loop-info \">\n    <div class=\"product-info-wrap info\">\n        <div class='product-loop-brand'><a href=\"https:\/\/smokebroker.ch\/en\/brand\/velo\/\" rel=\"tag\">VELO<\/a><\/div><a href=\"https:\/\/smokebroker.ch\/en\/shop\/velo-swiss-edition-freezing-peppermint-4-6\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">VELO &#8220;Swiss Edition&#8221; &#8211; Freezing Peppermint &#8211; 4\/6<\/h2><\/a>        \n            <div class=\"star-rating-dx\"><span  class=\"star-rating-icon\" ><svg height=\"20\" width=\"20\" viewBox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"><\/polygon><\/svg><\/span><span class=\"star-ave-count\">5.00<\/span><span  class=\"star-total-count\">( 1 Rezensionen )<\/span><\/div>\n\n\n\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#67;&#72;&#70;<\/span>&nbsp;9.90<\/bdi><\/span><small class=\"woocommerce-price-suffix\"> inkl. MwSt.<\/small><\/span>\n        \n            <\/div>\n\n    <div class=\"product-info-meta cart\">\n        <a href=\"https:\/\/smokebroker.ch\/en\/shop\/velo-swiss-edition-freezing-peppermint-4-6\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2838\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2838\" data-product_sku=\"S-0004\" aria-label=\"Read more about &ldquo;VELO &quot;Swiss Edition&quot; - Freezing Peppermint - 4\/6&rdquo;\" rel=\"nofollow\" data-success_message=\"\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"> <path d=\"M19.2643 2.56746C19.1699 1.62663 18.3857 0.916748 17.4399 0.916748H4.4325C3.48674 0.916748 2.70256 1.62663 2.60811 2.56746L0.958293 19.0675C0.90682 19.5813 1.07601 20.0969 1.42289 20.4801C1.76978 20.8632 2.26526 21.0834 2.78223 21.0834H19.0898C19.6072 21.0834 20.1027 20.8632 20.4495 20.4801C20.7964 20.0969 20.9656 19.5813 20.9141 19.0675L19.2643 2.56746ZM2.78267 19.2501L4.4325 2.75008H17.4399L19.0916 19.2501H2.78267Z\" fill=\"white\"><\/path> <path d=\"M13.7513 4.58325C12.7402 4.58325 11.918 5.40592 11.918 6.41659C11.918 7.09194 12.2893 7.67678 12.8346 7.9949V10.0833C12.8346 11.0939 12.0124 11.9166 11.0013 11.9166C9.99019 11.9166 9.16797 11.0939 9.16797 10.0833V7.9949C9.7133 7.67678 10.0846 7.09194 10.0846 6.41659C10.0846 5.40592 9.26241 4.58325 8.2513 4.58325C7.24019 4.58325 6.41797 5.40592 6.41797 6.41659C6.41797 7.09194 6.7893 7.67678 7.33464 7.9949V10.0833C7.33464 12.1055 8.97953 13.7499 11.0013 13.7499C13.0231 13.7499 14.668 12.1055 14.668 10.0833V7.9949C15.2133 7.67678 15.5846 7.09194 15.5846 6.41659C15.5846 5.40592 14.7624 4.58325 13.7513 4.58325Z\" fill=\"white\"><\/path> <\/svg><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2838\" class=\"screen-reader-text\">\r\n\t\t\t<\/span>\r\n    <\/div>\n<\/div>\n<\/div>\n<\/li><li class=\" product product product-warp-item\">\n<div class=\"card-product product type-product post-2783 status-publish last instock product_cat-aktivkohlefilter product_cat-purize has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n    \n    <div class=\"product-img-wrap\">\n\t\t<div class=\"qwfw-add-to-wishlist-wrapper qwfw--loop qwfw-position--shortcode qwfw-item-type--icon\">\n\t<a role=\"button\" tabindex=\"0\" class=\"qwfw-shortcode qwfw-m  qwfw-add-to-wishlist qwfw-spinner-item qwfw-behavior--add qwfw-type--icon\" href=\"?add_to_wishlist=2783\" data-item-id=\"2783\" data-original-item-id=\"2783\" aria-label=\"Add to wishlist\" data-shortcode-atts=\"{&quot;button_behavior&quot;:&quot;add&quot;,&quot;button_type&quot;:&quot;icon&quot;,&quot;show_count&quot;:&quot;&quot;,&quot;require_login&quot;:false}\" rel=\"noopener noreferrer\">\n\t\t<span class=\"qwfw-m-spinner qwfw-spinner-icon\">\n\t<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z\"><\/path><\/svg><\/span>\n\t<span class=\"qwfw-m-icon qwfw--predefined\">\n\t\t<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"17\" viewBox=\"0 0 21 17\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path fill=\"none\" d=\"M20,5.4595A4.6116,4.6116,0,0,0,15.25,1,5.2377,5.2377,0,0,0,10.5,3.8378,5.2377,5.2377,0,0,0,5.75,1,4.6116,4.6116,0,0,0,1,5.4595C1,9.4122,6.1277,13.4155,10.5,16,14.8721,13.4155,20,9.4122,20,5.4595Z\"\/><\/svg>\t<\/span>\n\t\t<\/a>\n<\/div>\n\t\t<a href=\"https:\/\/smokebroker.ch\/en\/shop\/purize-xtra-slim-size-50-stueck-blue\/\">\n        <img loading=\"lazy\" decoding=\"async\" width=\"450\" height=\"450\" src=\"https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/09\/purize-xtra-slim-size-50-stueck-blue-3-450x450.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Purize - Xtra Slim Size - 50 St\u00fcck - Blue\" srcset=\"https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/09\/purize-xtra-slim-size-50-stueck-blue-3-450x450.webp 450w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/09\/purize-xtra-slim-size-50-stueck-blue-3-100x100.webp 100w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/09\/purize-xtra-slim-size-50-stueck-blue-3-600x600.webp 600w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/09\/purize-xtra-slim-size-50-stueck-blue-3-300x300.webp 300w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/09\/purize-xtra-slim-size-50-stueck-blue-3-150x150.webp 150w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/09\/purize-xtra-slim-size-50-stueck-blue-3-768x768.webp 768w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/09\/purize-xtra-slim-size-50-stueck-blue-3.webp 1000w\" sizes=\"(max-width: 450px) 100vw, 450px\" \/>\t\t\t\n\t\t\t\t\t<\/a>\n    <\/div>\n<div class=\"product-loop-info \">\n    <div class=\"product-info-wrap info\">\n        <div class='product-loop-brand'><a href=\"https:\/\/smokebroker.ch\/en\/brand\/purize\/\" rel=\"tag\">Purize<\/a><\/div><a href=\"https:\/\/smokebroker.ch\/en\/shop\/purize-xtra-slim-size-50-stueck-blue\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">Purize &#8211; Xtra Slim Size &#8211; 50 St\u00fcck &#8211; Blue<\/h2><\/a>        \n            <div class=\"star-rating-dx\"><span  class=\"star-rating-icon\" ><svg height=\"20\" width=\"20\" viewBox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"><\/polygon><\/svg><\/span><span class=\"star-ave-count\">5.00<\/span><span  class=\"star-total-count\">( 1 Rezensionen )<\/span><\/div>\n\n\n\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#67;&#72;&#70;<\/span>&nbsp;8.90<\/bdi><\/span><small class=\"woocommerce-price-suffix\"> inkl. MwSt.<\/small><\/span>\n        \n            <\/div>\n\n    <div class=\"product-info-meta cart\">\n        <a href=\"\/en\/wp-json\/wp\/v2\/pages\/26?add-to-cart=2783\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2783\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2783\" data-product_sku=\"A-0029\" aria-label=\"Add to basket: &ldquo;Purize - Xtra Slim Size - 50 St\u00fcck - Blue&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Purize - Xtra Slim Size - 50 St\u00fcck - Blue&rdquo; has been added to your basket\" role=\"button\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"> <path d=\"M19.2643 2.56746C19.1699 1.62663 18.3857 0.916748 17.4399 0.916748H4.4325C3.48674 0.916748 2.70256 1.62663 2.60811 2.56746L0.958293 19.0675C0.90682 19.5813 1.07601 20.0969 1.42289 20.4801C1.76978 20.8632 2.26526 21.0834 2.78223 21.0834H19.0898C19.6072 21.0834 20.1027 20.8632 20.4495 20.4801C20.7964 20.0969 20.9656 19.5813 20.9141 19.0675L19.2643 2.56746ZM2.78267 19.2501L4.4325 2.75008H17.4399L19.0916 19.2501H2.78267Z\" fill=\"white\"><\/path> <path d=\"M13.7513 4.58325C12.7402 4.58325 11.918 5.40592 11.918 6.41659C11.918 7.09194 12.2893 7.67678 12.8346 7.9949V10.0833C12.8346 11.0939 12.0124 11.9166 11.0013 11.9166C9.99019 11.9166 9.16797 11.0939 9.16797 10.0833V7.9949C9.7133 7.67678 10.0846 7.09194 10.0846 6.41659C10.0846 5.40592 9.26241 4.58325 8.2513 4.58325C7.24019 4.58325 6.41797 5.40592 6.41797 6.41659C6.41797 7.09194 6.7893 7.67678 7.33464 7.9949V10.0833C7.33464 12.1055 8.97953 13.7499 11.0013 13.7499C13.0231 13.7499 14.668 12.1055 14.668 10.0833V7.9949C15.2133 7.67678 15.5846 7.09194 15.5846 6.41659C15.5846 5.40592 14.7624 4.58325 13.7513 4.58325Z\" fill=\"white\"><\/path> <\/svg><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2783\" class=\"screen-reader-text\">\r\n\t\t\t<\/span>\r\n    <\/div>\n<\/div>\n<\/div>\n<\/li><\/ul>\r\n<\/div>\r\n<\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0377c4d e-flex e-con-boxed e-con e-parent\" data-id=\"0377c4d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-bab5743 e-con-full e-flex e-con e-child\" data-id=\"bab5743\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-baea560 elementor-widget elementor-widget-heading\" data-id=\"baea560\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Unsere Neuheiten<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3b444e7 elementor-widget elementor-widget-shortcode\" data-id=\"3b444e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"woocommerce columns-4 \">\r\n<div class=\"nasa-content-page-products\">\r\n    <ul class=\"products grid large-block-grid-4 small-block-grid-1 medium-block-grid-2\" data-columns_small=\"1\" data-columns_medium=\"2\">\r\n<li class=\" product product product-warp-item\">\n<div class=\"card-product product type-product post-7408 status-publish first instock product_cat-cbd product_cat-cbd-blueten has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n    \n    <div class=\"product-img-wrap\">\n\t\t<div class=\"qwfw-add-to-wishlist-wrapper qwfw--loop qwfw-position--shortcode qwfw-item-type--icon\">\n\t<a role=\"button\" tabindex=\"0\" class=\"qwfw-shortcode qwfw-m  qwfw-add-to-wishlist qwfw-spinner-item qwfw-behavior--add qwfw-type--icon\" href=\"?add_to_wishlist=7408\" data-item-id=\"7408\" data-original-item-id=\"7408\" aria-label=\"Add to wishlist\" data-shortcode-atts=\"{&quot;button_behavior&quot;:&quot;add&quot;,&quot;button_type&quot;:&quot;icon&quot;,&quot;show_count&quot;:&quot;&quot;,&quot;require_login&quot;:false}\" rel=\"noopener noreferrer\">\n\t\t<span class=\"qwfw-m-spinner qwfw-spinner-icon\">\n\t<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z\"><\/path><\/svg><\/span>\n\t<span class=\"qwfw-m-icon qwfw--predefined\">\n\t\t<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"17\" viewBox=\"0 0 21 17\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path fill=\"none\" d=\"M20,5.4595A4.6116,4.6116,0,0,0,15.25,1,5.2377,5.2377,0,0,0,10.5,3.8378,5.2377,5.2377,0,0,0,5.75,1,4.6116,4.6116,0,0,0,1,5.4595C1,9.4122,6.1277,13.4155,10.5,16,14.8721,13.4155,20,9.4122,20,5.4595Z\"\/><\/svg>\t<\/span>\n\t\t<\/a>\n<\/div>\n\t\t<a href=\"https:\/\/smokebroker.ch\/en\/shop\/fruit-punch-50g\/\">\n        <img loading=\"lazy\" decoding=\"async\" width=\"450\" height=\"450\" src=\"https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-450x450.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Fruit Punch 50g\" srcset=\"https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-450x450.jpg 450w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-300x300.jpg 300w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-150x150.jpg 150w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-768x768.jpg 768w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-12x12.jpg 12w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-600x600.jpg 600w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-100x100.jpg 100w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-64x64.jpg 64w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited.jpg 1000w\" sizes=\"(max-width: 450px) 100vw, 450px\" \/>\t\t\t\n\t\t\t\t\t<\/a>\n    <\/div>\n<div class=\"product-loop-info \">\n    <div class=\"product-info-wrap info\">\n        <div class='product-loop-brand'><a href=\"https:\/\/smokebroker.ch\/en\/brand\/mmedics\/\" rel=\"tag\">MMedics<\/a><\/div><a href=\"https:\/\/smokebroker.ch\/en\/shop\/fruit-punch-50g\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">Fruit Punch 50g<\/h2><\/a>        \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#67;&#72;&#70;<\/span>&nbsp;174.90<\/bdi><\/span><small class=\"woocommerce-price-suffix\"> inkl. MwSt.<\/small><\/span>\n        \n            <\/div>\n\n    <div class=\"product-info-meta cart\">\n        <a href=\"\/en\/wp-json\/wp\/v2\/pages\/26?add-to-cart=7408\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_7408\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"7408\" data-product_sku=\"C-1058\" aria-label=\"Add to basket: &ldquo;Fruit Punch 50g&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Fruit Punch 50g&rdquo; has been added to your basket\" role=\"button\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"> <path d=\"M19.2643 2.56746C19.1699 1.62663 18.3857 0.916748 17.4399 0.916748H4.4325C3.48674 0.916748 2.70256 1.62663 2.60811 2.56746L0.958293 19.0675C0.90682 19.5813 1.07601 20.0969 1.42289 20.4801C1.76978 20.8632 2.26526 21.0834 2.78223 21.0834H19.0898C19.6072 21.0834 20.1027 20.8632 20.4495 20.4801C20.7964 20.0969 20.9656 19.5813 20.9141 19.0675L19.2643 2.56746ZM2.78267 19.2501L4.4325 2.75008H17.4399L19.0916 19.2501H2.78267Z\" fill=\"white\"><\/path> <path d=\"M13.7513 4.58325C12.7402 4.58325 11.918 5.40592 11.918 6.41659C11.918 7.09194 12.2893 7.67678 12.8346 7.9949V10.0833C12.8346 11.0939 12.0124 11.9166 11.0013 11.9166C9.99019 11.9166 9.16797 11.0939 9.16797 10.0833V7.9949C9.7133 7.67678 10.0846 7.09194 10.0846 6.41659C10.0846 5.40592 9.26241 4.58325 8.2513 4.58325C7.24019 4.58325 6.41797 5.40592 6.41797 6.41659C6.41797 7.09194 6.7893 7.67678 7.33464 7.9949V10.0833C7.33464 12.1055 8.97953 13.7499 11.0013 13.7499C13.0231 13.7499 14.668 12.1055 14.668 10.0833V7.9949C15.2133 7.67678 15.5846 7.09194 15.5846 6.41659C15.5846 5.40592 14.7624 4.58325 13.7513 4.58325Z\" fill=\"white\"><\/path> <\/svg><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_7408\" class=\"screen-reader-text\">\r\n\t\t\t<\/span>\r\n    <\/div>\n<\/div>\n<\/div>\n<\/li><li class=\" product product product-warp-item\">\n<div class=\"card-product product type-product post-7407 status-publish instock product_cat-cbd product_cat-cbd-blueten has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n    \n    <div class=\"product-img-wrap\">\n\t\t<div class=\"qwfw-add-to-wishlist-wrapper qwfw--loop qwfw-position--shortcode qwfw-item-type--icon\">\n\t<a role=\"button\" tabindex=\"0\" class=\"qwfw-shortcode qwfw-m  qwfw-add-to-wishlist qwfw-spinner-item qwfw-behavior--add qwfw-type--icon\" href=\"?add_to_wishlist=7407\" data-item-id=\"7407\" data-original-item-id=\"7407\" aria-label=\"Add to wishlist\" data-shortcode-atts=\"{&quot;button_behavior&quot;:&quot;add&quot;,&quot;button_type&quot;:&quot;icon&quot;,&quot;show_count&quot;:&quot;&quot;,&quot;require_login&quot;:false}\" rel=\"noopener noreferrer\">\n\t\t<span class=\"qwfw-m-spinner qwfw-spinner-icon\">\n\t<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z\"><\/path><\/svg><\/span>\n\t<span class=\"qwfw-m-icon qwfw--predefined\">\n\t\t<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"17\" viewBox=\"0 0 21 17\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path fill=\"none\" d=\"M20,5.4595A4.6116,4.6116,0,0,0,15.25,1,5.2377,5.2377,0,0,0,10.5,3.8378,5.2377,5.2377,0,0,0,5.75,1,4.6116,4.6116,0,0,0,1,5.4595C1,9.4122,6.1277,13.4155,10.5,16,14.8721,13.4155,20,9.4122,20,5.4595Z\"\/><\/svg>\t<\/span>\n\t\t<\/a>\n<\/div>\n\t\t<a href=\"https:\/\/smokebroker.ch\/en\/shop\/fruit-punch-30g\/\">\n        <img loading=\"lazy\" decoding=\"async\" width=\"450\" height=\"450\" src=\"https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-450x450.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Fruit Punch 30g\" srcset=\"https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-450x450.jpg 450w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-300x300.jpg 300w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-150x150.jpg 150w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-768x768.jpg 768w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-12x12.jpg 12w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-600x600.jpg 600w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-100x100.jpg 100w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-64x64.jpg 64w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited.jpg 1000w\" sizes=\"(max-width: 450px) 100vw, 450px\" \/>\t\t\t\n\t\t\t\t\t<\/a>\n    <\/div>\n<div class=\"product-loop-info \">\n    <div class=\"product-info-wrap info\">\n        <div class='product-loop-brand'><a href=\"https:\/\/smokebroker.ch\/en\/brand\/mmedics\/\" rel=\"tag\">MMedics<\/a><\/div><a href=\"https:\/\/smokebroker.ch\/en\/shop\/fruit-punch-30g\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">Fruit Punch 30g<\/h2><\/a>        \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#67;&#72;&#70;<\/span>&nbsp;119.90<\/bdi><\/span><small class=\"woocommerce-price-suffix\"> inkl. MwSt.<\/small><\/span>\n        \n            <\/div>\n\n    <div class=\"product-info-meta cart\">\n        <a href=\"\/en\/wp-json\/wp\/v2\/pages\/26?add-to-cart=7407\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_7407\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"7407\" data-product_sku=\"C-1057\" aria-label=\"Add to basket: &ldquo;Fruit Punch 30g&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Fruit Punch 30g&rdquo; has been added to your basket\" role=\"button\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"> <path d=\"M19.2643 2.56746C19.1699 1.62663 18.3857 0.916748 17.4399 0.916748H4.4325C3.48674 0.916748 2.70256 1.62663 2.60811 2.56746L0.958293 19.0675C0.90682 19.5813 1.07601 20.0969 1.42289 20.4801C1.76978 20.8632 2.26526 21.0834 2.78223 21.0834H19.0898C19.6072 21.0834 20.1027 20.8632 20.4495 20.4801C20.7964 20.0969 20.9656 19.5813 20.9141 19.0675L19.2643 2.56746ZM2.78267 19.2501L4.4325 2.75008H17.4399L19.0916 19.2501H2.78267Z\" fill=\"white\"><\/path> <path d=\"M13.7513 4.58325C12.7402 4.58325 11.918 5.40592 11.918 6.41659C11.918 7.09194 12.2893 7.67678 12.8346 7.9949V10.0833C12.8346 11.0939 12.0124 11.9166 11.0013 11.9166C9.99019 11.9166 9.16797 11.0939 9.16797 10.0833V7.9949C9.7133 7.67678 10.0846 7.09194 10.0846 6.41659C10.0846 5.40592 9.26241 4.58325 8.2513 4.58325C7.24019 4.58325 6.41797 5.40592 6.41797 6.41659C6.41797 7.09194 6.7893 7.67678 7.33464 7.9949V10.0833C7.33464 12.1055 8.97953 13.7499 11.0013 13.7499C13.0231 13.7499 14.668 12.1055 14.668 10.0833V7.9949C15.2133 7.67678 15.5846 7.09194 15.5846 6.41659C15.5846 5.40592 14.7624 4.58325 13.7513 4.58325Z\" fill=\"white\"><\/path> <\/svg><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_7407\" class=\"screen-reader-text\">\r\n\t\t\t<\/span>\r\n    <\/div>\n<\/div>\n<\/div>\n<\/li><li class=\" product product product-warp-item\">\n<div class=\"card-product product type-product post-7406 status-publish instock product_cat-cbd product_cat-cbd-blueten has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n    \n    <div class=\"product-img-wrap\">\n\t\t<div class=\"qwfw-add-to-wishlist-wrapper qwfw--loop qwfw-position--shortcode qwfw-item-type--icon\">\n\t<a role=\"button\" tabindex=\"0\" class=\"qwfw-shortcode qwfw-m  qwfw-add-to-wishlist qwfw-spinner-item qwfw-behavior--add qwfw-type--icon\" href=\"?add_to_wishlist=7406\" data-item-id=\"7406\" data-original-item-id=\"7406\" aria-label=\"Add to wishlist\" data-shortcode-atts=\"{&quot;button_behavior&quot;:&quot;add&quot;,&quot;button_type&quot;:&quot;icon&quot;,&quot;show_count&quot;:&quot;&quot;,&quot;require_login&quot;:false}\" rel=\"noopener noreferrer\">\n\t\t<span class=\"qwfw-m-spinner qwfw-spinner-icon\">\n\t<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z\"><\/path><\/svg><\/span>\n\t<span class=\"qwfw-m-icon qwfw--predefined\">\n\t\t<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"17\" viewBox=\"0 0 21 17\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path fill=\"none\" d=\"M20,5.4595A4.6116,4.6116,0,0,0,15.25,1,5.2377,5.2377,0,0,0,10.5,3.8378,5.2377,5.2377,0,0,0,5.75,1,4.6116,4.6116,0,0,0,1,5.4595C1,9.4122,6.1277,13.4155,10.5,16,14.8721,13.4155,20,9.4122,20,5.4595Z\"\/><\/svg>\t<\/span>\n\t\t<\/a>\n<\/div>\n\t\t<a href=\"https:\/\/smokebroker.ch\/en\/shop\/fruit-punch-20g\/\">\n        <img loading=\"lazy\" decoding=\"async\" width=\"450\" height=\"450\" src=\"https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-450x450.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Fruit Punch 20g\" srcset=\"https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-450x450.jpg 450w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-300x300.jpg 300w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-150x150.jpg 150w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-768x768.jpg 768w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-12x12.jpg 12w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-600x600.jpg 600w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-100x100.jpg 100w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-64x64.jpg 64w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited.jpg 1000w\" sizes=\"(max-width: 450px) 100vw, 450px\" \/>\t\t\t\n\t\t\t\t\t<\/a>\n    <\/div>\n<div class=\"product-loop-info \">\n    <div class=\"product-info-wrap info\">\n        <div class='product-loop-brand'><a href=\"https:\/\/smokebroker.ch\/en\/brand\/mmedics\/\" rel=\"tag\">MMedics<\/a><\/div><a href=\"https:\/\/smokebroker.ch\/en\/shop\/fruit-punch-20g\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">Fruit Punch 20g<\/h2><\/a>        \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#67;&#72;&#70;<\/span>&nbsp;84.90<\/bdi><\/span><small class=\"woocommerce-price-suffix\"> inkl. MwSt.<\/small><\/span>\n        \n            <\/div>\n\n    <div class=\"product-info-meta cart\">\n        <a href=\"\/en\/wp-json\/wp\/v2\/pages\/26?add-to-cart=7406\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_7406\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"7406\" data-product_sku=\"C-1056\" aria-label=\"Add to basket: &ldquo;Fruit Punch 20g&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Fruit Punch 20g&rdquo; has been added to your basket\" role=\"button\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"> <path d=\"M19.2643 2.56746C19.1699 1.62663 18.3857 0.916748 17.4399 0.916748H4.4325C3.48674 0.916748 2.70256 1.62663 2.60811 2.56746L0.958293 19.0675C0.90682 19.5813 1.07601 20.0969 1.42289 20.4801C1.76978 20.8632 2.26526 21.0834 2.78223 21.0834H19.0898C19.6072 21.0834 20.1027 20.8632 20.4495 20.4801C20.7964 20.0969 20.9656 19.5813 20.9141 19.0675L19.2643 2.56746ZM2.78267 19.2501L4.4325 2.75008H17.4399L19.0916 19.2501H2.78267Z\" fill=\"white\"><\/path> <path d=\"M13.7513 4.58325C12.7402 4.58325 11.918 5.40592 11.918 6.41659C11.918 7.09194 12.2893 7.67678 12.8346 7.9949V10.0833C12.8346 11.0939 12.0124 11.9166 11.0013 11.9166C9.99019 11.9166 9.16797 11.0939 9.16797 10.0833V7.9949C9.7133 7.67678 10.0846 7.09194 10.0846 6.41659C10.0846 5.40592 9.26241 4.58325 8.2513 4.58325C7.24019 4.58325 6.41797 5.40592 6.41797 6.41659C6.41797 7.09194 6.7893 7.67678 7.33464 7.9949V10.0833C7.33464 12.1055 8.97953 13.7499 11.0013 13.7499C13.0231 13.7499 14.668 12.1055 14.668 10.0833V7.9949C15.2133 7.67678 15.5846 7.09194 15.5846 6.41659C15.5846 5.40592 14.7624 4.58325 13.7513 4.58325Z\" fill=\"white\"><\/path> <\/svg><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_7406\" class=\"screen-reader-text\">\r\n\t\t\t<\/span>\r\n    <\/div>\n<\/div>\n<\/div>\n<\/li><li class=\" product product product-warp-item\">\n<div class=\"card-product product type-product post-7405 status-publish last instock product_cat-cbd product_cat-cbd-blueten has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n    \n    <div class=\"product-img-wrap\">\n\t\t<div class=\"qwfw-add-to-wishlist-wrapper qwfw--loop qwfw-position--shortcode qwfw-item-type--icon\">\n\t<a role=\"button\" tabindex=\"0\" class=\"qwfw-shortcode qwfw-m  qwfw-add-to-wishlist qwfw-spinner-item qwfw-behavior--add qwfw-type--icon\" href=\"?add_to_wishlist=7405\" data-item-id=\"7405\" data-original-item-id=\"7405\" aria-label=\"Add to wishlist\" data-shortcode-atts=\"{&quot;button_behavior&quot;:&quot;add&quot;,&quot;button_type&quot;:&quot;icon&quot;,&quot;show_count&quot;:&quot;&quot;,&quot;require_login&quot;:false}\" rel=\"noopener noreferrer\">\n\t\t<span class=\"qwfw-m-spinner qwfw-spinner-icon\">\n\t<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z\"><\/path><\/svg><\/span>\n\t<span class=\"qwfw-m-icon qwfw--predefined\">\n\t\t<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"17\" viewBox=\"0 0 21 17\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path fill=\"none\" d=\"M20,5.4595A4.6116,4.6116,0,0,0,15.25,1,5.2377,5.2377,0,0,0,10.5,3.8378,5.2377,5.2377,0,0,0,5.75,1,4.6116,4.6116,0,0,0,1,5.4595C1,9.4122,6.1277,13.4155,10.5,16,14.8721,13.4155,20,9.4122,20,5.4595Z\"\/><\/svg>\t<\/span>\n\t\t<\/a>\n<\/div>\n\t\t<a href=\"https:\/\/smokebroker.ch\/en\/shop\/fruit-punch-15g\/\">\n        <img loading=\"lazy\" decoding=\"async\" width=\"450\" height=\"450\" src=\"https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-450x450.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Fruit Punch 15g\" srcset=\"https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-450x450.jpg 450w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-300x300.jpg 300w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-150x150.jpg 150w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-768x768.jpg 768w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-12x12.jpg 12w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-600x600.jpg 600w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-100x100.jpg 100w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited-64x64.jpg 64w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2026\/05\/BG-L-2496-B_edited.jpg 1000w\" sizes=\"(max-width: 450px) 100vw, 450px\" \/>\t\t\t\n\t\t\t\t\t<\/a>\n    <\/div>\n<div class=\"product-loop-info \">\n    <div class=\"product-info-wrap info\">\n        <div class='product-loop-brand'><a href=\"https:\/\/smokebroker.ch\/en\/brand\/mmedics\/\" rel=\"tag\">MMedics<\/a><\/div><a href=\"https:\/\/smokebroker.ch\/en\/shop\/fruit-punch-15g\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">Fruit Punch 15g<\/h2><\/a>        \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#67;&#72;&#70;<\/span>&nbsp;67.90<\/bdi><\/span><small class=\"woocommerce-price-suffix\"> inkl. MwSt.<\/small><\/span>\n        \n            <\/div>\n\n    <div class=\"product-info-meta cart\">\n        <a href=\"\/en\/wp-json\/wp\/v2\/pages\/26?add-to-cart=7405\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_7405\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"7405\" data-product_sku=\"C-1055\" aria-label=\"Add to basket: &ldquo;Fruit Punch 15g&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Fruit Punch 15g&rdquo; has been added to your basket\" role=\"button\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"> <path d=\"M19.2643 2.56746C19.1699 1.62663 18.3857 0.916748 17.4399 0.916748H4.4325C3.48674 0.916748 2.70256 1.62663 2.60811 2.56746L0.958293 19.0675C0.90682 19.5813 1.07601 20.0969 1.42289 20.4801C1.76978 20.8632 2.26526 21.0834 2.78223 21.0834H19.0898C19.6072 21.0834 20.1027 20.8632 20.4495 20.4801C20.7964 20.0969 20.9656 19.5813 20.9141 19.0675L19.2643 2.56746ZM2.78267 19.2501L4.4325 2.75008H17.4399L19.0916 19.2501H2.78267Z\" fill=\"white\"><\/path> <path d=\"M13.7513 4.58325C12.7402 4.58325 11.918 5.40592 11.918 6.41659C11.918 7.09194 12.2893 7.67678 12.8346 7.9949V10.0833C12.8346 11.0939 12.0124 11.9166 11.0013 11.9166C9.99019 11.9166 9.16797 11.0939 9.16797 10.0833V7.9949C9.7133 7.67678 10.0846 7.09194 10.0846 6.41659C10.0846 5.40592 9.26241 4.58325 8.2513 4.58325C7.24019 4.58325 6.41797 5.40592 6.41797 6.41659C6.41797 7.09194 6.7893 7.67678 7.33464 7.9949V10.0833C7.33464 12.1055 8.97953 13.7499 11.0013 13.7499C13.0231 13.7499 14.668 12.1055 14.668 10.0833V7.9949C15.2133 7.67678 15.5846 7.09194 15.5846 6.41659C15.5846 5.40592 14.7624 4.58325 13.7513 4.58325Z\" fill=\"white\"><\/path> <\/svg><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_7405\" class=\"screen-reader-text\">\r\n\t\t\t<\/span>\r\n    <\/div>\n<\/div>\n<\/div>\n<\/li><\/ul>\r\n<\/div>\r\n<\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fe1e070 e-flex e-con-boxed e-con e-parent\" data-id=\"fe1e070\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-0cf18ea e-con-full e-flex e-con e-child\" data-id=\"0cf18ea\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-59fc8f5 elementor-widget elementor-widget-heading\" data-id=\"59fc8f5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Was sagen unsere Kunden<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a39575e e-con-full e-flex e-con e-child\" data-id=\"a39575e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1731a1d e-con-full e-flex e-con e-child\" data-id=\"1731a1d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e37adaa elementor-widget elementor-widget-heading\" data-id=\"e37adaa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Hervorragend<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b9deb29 elementor-widget elementor-widget-rating\" data-id=\"b9deb29\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rating.default\">\n\t\t\t\t\t\t\t<div class=\"e-rating\" itemtype=\"https:\/\/schema.org\/Rating\" itemscope=\"\" itemprop=\"reviewRating\">\n\t\t\t<meta itemprop=\"worstRating\" content=\"0\">\n\t\t\t<meta itemprop=\"bestRating\" content=\"5\">\n\t\t\t<div class=\"e-rating-wrapper\" itemprop=\"ratingValue\" content=\"5\" role=\"img\" aria-label=\"Bewertet mit 5 von 5\">\n\t\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-star\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-star\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-star\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-star\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-star\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-star\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-star\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-star\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-star\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-star\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5148261 elementor-widget elementor-widget-text-editor\" data-id=\"5148261\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>5 Rating<br \/>16 Bewertungen<br \/><a href=\"https:\/\/www.google.com\/search?q=mmedics&amp;rlz=1C5CHFA_enCH965CH965&amp;oq=mmedics&amp;gs_lcrp=EgZjaHJvbWUqDAgAEAAYExjjAhiABDIMCAAQABgTGOMCGIAEMg8IARAuGBMYrwEYxwEYgAQyCQgCEAAYExiABDIICAMQABgTGB4yBwgEEAAY7wUyBwgFEAAY7wUyCggGEAAYgAQYogTSAQgxNDQ5ajBqOagCALACAQ&amp;sourceid=chrome&amp;ie=UTF-8#lrd=0x479a9218b57cffa3:0x5c323a447e1fa37c,3,,,,\" target=\"_blank\" rel=\"noopener\">Schreibe deine Erfahrung<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cc0a404 e-con-full e-flex e-con e-child\" data-id=\"cc0a404\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-83bd503 revreadmorebtn bdt-item-match-height--yes bdt-navigation-type-arrows bdt-carousel-style-carousel elementor-widget elementor-widget-bdt-review-card-carousel\" data-id=\"83bd503\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"bdt-review-card-carousel.default\">\n\t\t\t\t\t\t\t<div id=\"bdt-review-card-carousel-83bd503\" class=\"bdt-arrows-align-center bdt-review-card-carousel\" data-settings=\"{&quot;loop&quot;:true,&quot;speed&quot;:500,&quot;slidesPerView&quot;:1,&quot;slidesPerGroup&quot;:1,&quot;effect&quot;:&quot;carousel&quot;,&quot;breakpoints&quot;:{&quot;767&quot;:{&quot;slidesPerView&quot;:2,&quot;spaceBetween&quot;:0,&quot;slidesPerGroup&quot;:1},&quot;1023&quot;:{&quot;slidesPerView&quot;:3,&quot;spaceBetween&quot;:35,&quot;slidesPerGroup&quot;:1}},&quot;navigation&quot;:{&quot;nextEl&quot;:&quot;#bdt-review-card-carousel-83bd503 .bdt-navigation-next&quot;,&quot;prevEl&quot;:&quot;#bdt-review-card-carousel-83bd503 .bdt-navigation-prev&quot;},&quot;pagination&quot;:{&quot;el&quot;:&quot;#bdt-review-card-carousel-83bd503 .swiper-pagination&quot;,&quot;type&quot;:&quot;&quot;,&quot;clickable&quot;:&quot;true&quot;,&quot;dynamicBullets&quot;:false},&quot;scrollbar&quot;:{&quot;el&quot;:&quot;#bdt-review-card-carousel-83bd503 .swiper-scrollbar&quot;,&quot;hide&quot;:&quot;true&quot;},&quot;coverflowEffect&quot;:{&quot;rotate&quot;:50,&quot;stretch&quot;:0,&quot;depth&quot;:100,&quot;modifier&quot;:1,&quot;slideShadows&quot;:true}}\">\n\t\t\t<div class=\"swiper-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"\u00dcberpr\u00fcfung Kartenkarussell\" dir=\"ltr\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-item swiper-slide\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"bdt-ep-review-card-carousel-content\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"bdt-ep-review-card-carousel-name\">\n\t\t\tAndrea K.\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-rating bdt-flex-inline bdt-flex-middle bdt-star bdt-before\">\n\t\t\t\t\t\t\t<span class=\"epsc-rating epsc-rating-5-0\">\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-text\">\n\t\t\t<p>Hatte eine nette, freundliche und kompetente Beratung! War auf der Suche nach einer Einschlafhilfe f\u00fcr meine Oma. Wollte eigentlich Tee kaufen, der leider ausverkauft war. F\u00fchlte mich mit der Alternative des \u00d6ls jedoch gut Beraten. Meine Oma war auch bereit das \u00d6l zu testen und ist nun sehr gl\u00fccklich dar\u00fcber, dass die wieder schnell einschlafen und einige Stunden am St\u00fcck schlafen kann!<\/p>\t\t<\/div>\n\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-item swiper-slide\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"bdt-ep-review-card-carousel-content\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"bdt-ep-review-card-carousel-name\">\n\t\t\t Vanessa A.\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-rating bdt-flex-inline bdt-flex-middle bdt-star bdt-before\">\n\t\t\t\t\t\t\t<span class=\"epsc-rating epsc-rating-5-0\">\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-text\">\n\t\t\t<p>Vielen Dank an das MMedics GmbH -Team f\u00fcr die super Beratung und das sch\u00f6n verpackte Paket der Produkte.<br \/>Ich habe das CBD \u00d6l und CBD Balsam Karit\u00e9 ausprobiert und bin v\u00f6llig begeisterst!<br \/>Ich wollte eine alternativ zu Tabletten und bin so auf das Produkt aufmerksam geworden.<br \/>Ich als Nichtraucherin habe die Tropfen einmal f\u00fcr mich wegen meiner Regel-Schmerzen und ein Bekannter ebenfalls Nichtraucher wegen schlechtem Schlaf aufgrund Stress im Alltag eingenommen. Uns beiden halfen die Produkte sehr und wir werden diese weiterhin einnehmen. Auch die Karit\u00e9 Creme verwende ich z. B. bei spr\u00f6de Lippen \u00fcber die Nacht, sie ist sehr angenehm. Die Produkte machen auch nicht abh\u00e4ngig und man kann gut wieder aufh\u00f6ren, wenn es einem bessergeht. F\u00fcr mich sind das wirklich Wunderprodukte!<\/p>\t\t<\/div>\n\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-item swiper-slide\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"bdt-ep-review-card-carousel-content\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"bdt-ep-review-card-carousel-name\">\n\t\t\tPatrick O.\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-rating bdt-flex-inline bdt-flex-middle bdt-star bdt-before\">\n\t\t\t\t\t\t\t<span class=\"epsc-rating epsc-rating-5-0\">\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-text\">\n\t\t\t<p>Man wird herzlich empfangen und bekommt eine top Beratung.<br \/>Im Sortiment ist alles was das Herz begehrt.<br \/>Top Laden, immer wieder ein Besuch wert.<\/p>\t\t<\/div>\n\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-item swiper-slide\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"bdt-ep-review-card-carousel-content\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"bdt-ep-review-card-carousel-name\">\n\t\t\tGregory T.\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-rating bdt-flex-inline bdt-flex-middle bdt-star bdt-before\">\n\t\t\t\t\t\t\t<span class=\"epsc-rating epsc-rating-5-0\">\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-text\">\n\t\t\t<div class=\"kx2i0d\"><article class=\"VaHEVc\" aria-label=\"\u00dcberpr\u00fcfen\"><div class=\"noyJyc\"><div class=\"gyKkFe JhRJje Fv38Af\">Fast alles f\u00f6r fast jede\ud83d\ude0d\ud83d\udc4d<\/div><div>\u00a0<\/div><div class=\"PROnRd vq72z Fv38Af\">\u00a0<\/div><\/div><\/article><div class=\"UP87Yb\"><div><div class=\"XuMYBd \">\u00a0<\/div><\/div><\/div><\/div>\t\t<\/div>\n\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-item swiper-slide\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"bdt-ep-review-card-carousel-content\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"bdt-ep-review-card-carousel-name\">\n\t\t\tDomenic T.\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-rating bdt-flex-inline bdt-flex-middle bdt-star bdt-before\">\n\t\t\t\t\t\t\t<span class=\"epsc-rating epsc-rating-5-0\">\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-text\">\n\t\t\t<div class=\"kx2i0d\"><article class=\"VaHEVc\" aria-label=\"\u00dcberpr\u00fcfen\"><div class=\"noyJyc\"><div class=\"gyKkFe JhRJje Fv38Af\">Super produkte und sehr angenehm zu rauchen. Bin jedesmal begeistert echt. Finde machst super arbeit \ud83d\udc4d\ud83c\udffd<\/div><div>\u00a0<\/div><div class=\"PROnRd vq72z Fv38Af\">\u00a0<\/div><\/div><\/article><div class=\"UP87Yb\"><div><div class=\"XuMYBd \">\u00a0<\/div><\/div><\/div><\/div>\t\t<\/div>\n\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-item swiper-slide\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"bdt-ep-review-card-carousel-content\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"bdt-ep-review-card-carousel-name\">\n\t\t\tMartin S.\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-rating bdt-flex-inline bdt-flex-middle bdt-star bdt-before\">\n\t\t\t\t\t\t\t<span class=\"epsc-rating epsc-rating-5-0\">\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-text\">\n\t\t\t<div class=\"kx2i0d\"><article class=\"VaHEVc\" aria-label=\"\u00dcberpr\u00fcfen\"><div class=\"noyJyc\"><div class=\"gyKkFe JhRJje Fv38Af\">Empfehlenswert .wie produkte so Beratung. Super. Weiter so \ud83d\ude0a<\/div><div>\u00a0<\/div><div class=\"PROnRd vq72z Fv38Af\">\u00a0<\/div><\/div><\/article><div class=\"UP87Yb\"><div><div class=\"XuMYBd \">\u00a0<\/div><\/div><\/div><\/div>\t\t<\/div>\n\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-item swiper-slide\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"bdt-ep-review-card-carousel-content\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"bdt-ep-review-card-carousel-name\">\n\t\t\tLiliane B.\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-rating bdt-flex-inline bdt-flex-middle bdt-star bdt-before\">\n\t\t\t\t\t\t\t<span class=\"epsc-rating epsc-rating-5-0\">\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-text\">\n\t\t\t<div class=\"kx2i0d\"><article class=\"VaHEVc\" aria-label=\"\u00dcberpr\u00fcfen\"><div class=\"noyJyc\"><div class=\"gyKkFe JhRJje Fv38Af\">Top Service. Danke f\u00fcr die mega gute Berstung\ud83d\ude0a<\/div><div>\u00a0<\/div><div class=\"PROnRd vq72z Fv38Af\">\u00a0<\/div><\/div><\/article><div class=\"UP87Yb\"><div><div class=\"XuMYBd \">\u00a0<\/div><\/div><\/div><\/div>\t\t<\/div>\n\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-item swiper-slide\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"bdt-ep-review-card-carousel-content\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"bdt-ep-review-card-carousel-name\">\n\t\t\tAlexander C.\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-rating bdt-flex-inline bdt-flex-middle bdt-star bdt-before\">\n\t\t\t\t\t\t\t<span class=\"epsc-rating epsc-rating-5-0\">\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-text\">\n\t\t\t<div class=\"kx2i0d\"><article class=\"VaHEVc\" aria-label=\"\u00dcberpr\u00fcfen\"><div class=\"noyJyc\"><div class=\"gyKkFe JhRJje Fv38Af\">Sehr freundlich, grosse Auswahl, top Preis\/Leistungs-Verh\u00e4ltnis!<\/div><div>\u00a0<\/div><div class=\"PROnRd vq72z Fv38Af\">\u00a0<\/div><\/div><\/article><div class=\"UP87Yb\"><div><div class=\"XuMYBd \">\u00a0<\/div><\/div><\/div><\/div>\t\t<\/div>\n\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-item swiper-slide\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"bdt-ep-review-card-carousel-content\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"bdt-ep-review-card-carousel-name\">\n\t\t\tAlan D.\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-rating bdt-flex-inline bdt-flex-middle bdt-star bdt-before\">\n\t\t\t\t\t\t\t<span class=\"epsc-rating epsc-rating-5-0\">\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-text\">\n\t\t\t<p>Liebes MMedics Team,<\/p><p>Vielen Dank f\u00fcr die gute Beratung und die sehr gute Qualit\u00e4t eurer Produkte.<br \/>Ich nehme CBD \u00d6l gegen meine Migr\u00e4ne.<br \/>Es hat ca 2 Wochen gedauert bis ich eine Sp\u00fcrbare Reaktion gesehen hab. Mittlerweile nach 2 Jahr mit euren Produkten. Will ich den Menschen sagen das eure Produkte sehr hilfreich sind. Seitdem ich euer \u00d6l benutze habe ich kein Anf\u00e4lle mehr gehabt Tabletten gegen die Migr\u00e4ne brauche icnh ich nicht mehr Vielen Dank<\/p>\t\t<\/div>\n\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-item swiper-slide\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"bdt-ep-review-card-carousel-content\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"bdt-ep-review-card-carousel-name\">\n\t\t\tAdam S.\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-rating bdt-flex-inline bdt-flex-middle bdt-star bdt-before\">\n\t\t\t\t\t\t\t<span class=\"epsc-rating epsc-rating-5-0\">\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-text\">\n\t\t\t<div class=\"kx2i0d\"><article class=\"VaHEVc\" aria-label=\"\u00dcberpr\u00fcfen\"><div class=\"noyJyc\"><div class=\"gyKkFe JhRJje Fv38Af\">Top Produkt !!!<\/div><div>\u00a0<\/div><div class=\"PROnRd vq72z Fv38Af\">\u00a0<\/div><\/div><\/article><div class=\"UP87Yb\"><div><div class=\"XuMYBd \">\u00a0<\/div><\/div><\/div><\/div>\t\t<\/div>\n\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-item swiper-slide\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"bdt-ep-review-card-carousel-content\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"bdt-ep-review-card-carousel-name\">\n\t\t\tPetra R.\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-rating bdt-flex-inline bdt-flex-middle bdt-star bdt-before\">\n\t\t\t\t\t\t\t<span class=\"epsc-rating epsc-rating-5-0\">\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-text\">\n\t\t\t<div class=\"kx2i0d\"><article class=\"VaHEVc\" aria-label=\"\u00dcberpr\u00fcfen\"><div class=\"noyJyc\"><div class=\"gyKkFe JhRJje Fv38Af\"><div id=\"ucc-5\" aria-expanded=\"true\"><div>Ich bin sooo gl\u00fccklich diese Seite von meinem Kollegen empfohlen bekommen zu haben. Ich benutze das CBD \u00d6l und bin so sehr zufrieden. Vorher hatte ich 3 andere CBD \u00d6le ausprobiert. Keines davon hat mir so geholfen wie das CBD \u00d6l 10 % von mmedics. Endlich kann ich wieder schlafen und richtig tief durchschlafen. Ich nehme es ca. 20 Minuten bevor ich ins Bett gehe. Ich bin so begeistert. Ich benutze auch die Gesichtscreme und das Massage\u00f6l. Von mir gibt es eine absolute Kaufempfehlung. Danke Danke Danke<\/div><\/div><\/div><div>\u00a0<\/div><div class=\"PROnRd vq72z Fv38Af\">\u00a0<\/div><\/div><\/article><div class=\"UP87Yb\"><div><div class=\"XuMYBd \">\u00a0<\/div><\/div><\/div><\/div>\t\t<\/div>\n\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-item swiper-slide\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"bdt-ep-review-card-carousel-content\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"bdt-ep-review-card-carousel-name\">\n\t\t\tMischa B.\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-rating bdt-flex-inline bdt-flex-middle bdt-star bdt-before\">\n\t\t\t\t\t\t\t<span class=\"epsc-rating epsc-rating-5-0\">\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-text\">\n\t\t\t<p>Top Beratung<br \/>Nettes Personal<br \/>Gute Qualit\u00e4t<br \/>Komme gerne wieder<\/p>\t\t<\/div>\n\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-item swiper-slide\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"bdt-ep-review-card-carousel-content\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"bdt-ep-review-card-carousel-name\">\n\t\t\tSandy M.\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-rating bdt-flex-inline bdt-flex-middle bdt-star bdt-before\">\n\t\t\t\t\t\t\t<span class=\"epsc-rating epsc-rating-5-0\">\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-text\">\n\t\t\t<p>sehr freundliche Beratung und kompetent.<br \/>hab Wolkenkraft FX mini gekauft. dieser Dampfer ist genial und einfach zu handhaben. geschmacklich ist es gut und kratzt nicht. super kauf.<br \/>Auch das \u00f6l ist gut zum beruhigen und ich kann besser damit einschlafen und beruhigt auch meinen reflux.<\/p>\t\t<\/div>\n\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-item swiper-slide\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"bdt-ep-review-card-carousel-content\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"bdt-ep-review-card-carousel-name\">\n\t\t\tJB\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-rating bdt-flex-inline bdt-flex-middle bdt-star bdt-before\">\n\t\t\t\t\t\t\t<span class=\"epsc-rating epsc-rating-5-0\">\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-text\">\n\t\t\t<p>Vielen Dank f\u00fcr die tolle Beratung. Ich nehme die CBD tropfen seit nun fast drei Tagen und bin Begeistert. Meine Schmerzen und die \u00dcbelkeit sind fast wie weggeblasen. So gut habe ich mich schon lange nicht mehr gef\u00fchlt.<br \/>Danke euch vielmal von ganzem herzen.<\/p>\t\t<\/div>\n\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-item swiper-slide\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"bdt-ep-review-card-carousel-content\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"bdt-ep-review-card-carousel-name\">\n\t\t\tJoel B.\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-rating bdt-flex-inline bdt-flex-middle bdt-star bdt-before\">\n\t\t\t\t\t\t\t<span class=\"epsc-rating epsc-rating-5-0\">\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-text\">\n\t\t\t<p>Sehr hochwertige und frische CBD Bl\u00fcten, sehr freundliche und kompentente Beratung<br \/>Preislich auch Top<br \/>Sehr grosses Sortiment<br \/>Geschmacklich extrem gut<\/p>\t\t<\/div>\n\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-item swiper-slide\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"bdt-ep-review-card-carousel-content\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"bdt-ep-review-card-carousel-name\">\n\t\t\tOliver C.\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-rating bdt-flex-inline bdt-flex-middle bdt-star bdt-before\">\n\t\t\t\t\t\t\t<span class=\"epsc-rating epsc-rating-5-0\">\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t\t<span class=\"epsc-rating-item\"><i class=\"ep-icon-star\" aria-hidden=\"true\"><\/i><\/span>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"bdt-ep-review-card-carousel-text\">\n\t\t\t<p>Qualitativ sehr gutes CBD, Preis\/Leistung angemessen und sehr kompetente Beratung. Auf jeden Fall ein Besuch wert!<\/p>\t\t<\/div>\n\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"bdt-position-z-index bdt-position-center bdt-visible@m\">\n\t\t\t\t<div class=\"bdt-arrows-container bdt-slidenav-container\">\n\t\t\t\t\t<div class=\"bdt-navigation-prev bdt-slidenav-previous bdt-icon bdt-slidenav\">\n\t\t\t\t\t\t<i class=\"ep-icon-arrow-left-0\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"bdt-navigation-next bdt-slidenav-next bdt-icon bdt-slidenav\">\n\t\t\t\t\t\t<i class=\"ep-icon-arrow-right-0\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\n\t\t<\/div>\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5e49928b e-flex e-con-boxed e-con e-parent\" data-id=\"5e49928b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-1bb573a8 e-con-full e-flex e-con e-child\" data-id=\"1bb573a8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-557b5f5d elementor-widget elementor-widget-heading\" data-id=\"557b5f5d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Blog<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-54dba19 elementor-widget elementor-widget-uael-posts\" data-id=\"54dba19\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;classic_slides_to_show&quot;:3,&quot;classic_slides_to_show_tablet&quot;:2,&quot;classic_slides_to_show_mobile&quot;:1,&quot;classic_show_filters&quot;:&quot;no&quot;}\" data-widget_type=\"uael-posts.classic\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"uael-post__header\">\n\t\t\t\t\t<\/div>\n\t\t<div class=\"uael-post__body\">\n\t\t\t\n\t\t\n\t\t<div class=\"uael-blog-terms-position- uael-post-image-top uael-post-grid uael-posts\" data-query-type=\"custom\" data-structure=\"normal\" data-layout=\"\" data-page=\"26\" data-skin=\"classic\" data-filter-default=\"\" data-offset-top=\"30\" >\n\n\t\t\t\t\t\t\t<div class=\"uael-post-grid__inner uael-post__columns-3 uael-post__columns-tablet-2 uael-post__columns-mobile-1\">\n\t\t\t\n<div class=\"uael-post-wrapper   uncategorized \">\n\t<div class=\"uael-post__bg-wrap uael-bg-wrap-disabled \">\n\n\t\t\t\t\n\t\t<div class=\"uael-post__inner-wrap uael-inner-wrap-disabled\">\n\n\t\t\t\t<div class=\"uael-post__thumbnail\">\n\t\t\t\n\t\t\t<a href=\"https:\/\/smokebroker.ch\/en\/vape-trend-2025-diese-e-zigaretten-sind-in-der-schweiz-besonders-beliebt\/\" target=\"_self\" title=\"Vape-Trend 2025: Diese E-Zigaretten sind in der Schweiz besonders beliebt\"><img loading=\"lazy\" decoding=\"async\" width=\"1280\" height=\"720\" src=\"https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/10\/New-Project-2.jpg\" class=\"attachment-full size-full wp-image-5728\" alt=\"\" srcset=\"https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/10\/New-Project-2.jpg 1280w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/10\/New-Project-2-300x169.jpg 300w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/10\/New-Project-2-1024x576.jpg 1024w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/10\/New-Project-2-768x432.jpg 768w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/10\/New-Project-2-18x10.jpg 18w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/10\/New-Project-2-600x338.jpg 600w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/10\/New-Project-2-64x36.jpg 64w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" \/><\/a>\n\t\t\t\t\t<\/div>\n\t\t\n\t\t\t\n\t\t\t<div class=\"uael-post__content-wrap uael-content-wrap-disabled\">\n\t\t\t\t\t<h5 class=\"uael-post__title\">\n\n\t\t\n\t\t\t\t\t\t<a href=\"https:\/\/smokebroker.ch\/en\/vape-trend-2025-diese-e-zigaretten-sind-in-der-schweiz-besonders-beliebt\/\" target=\"_self\">\n\t\t\t\tVape-Trend 2025: Diese E-Zigaretten sind in der Schweiz besonders beliebt\t\t\t<\/a>\n\n\t\t\t\t<\/h5>\n\t\t\t\t\t<div class=\"uael-post__meta-data\">\n\t\t\t\t\t<span class=\"uael-post__date\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t17. November 2025\t\t<\/span>\n\t\t\t\t<\/div>\n\t\t\n\t\t<div class=\"uael-post__excerpt\">\n\t\t\tVon Elfbar bis VOZOL, ein \u00dcberblick \u00fcber aktuelle Vape-Trends, Geschmackssorten und rechtliche Vorgaben. Vapes im ...\t\t<\/div>\n\n\t\t\t\t\t<a class=\"uael-post__read-more elementor-button\" href=\"https:\/\/smokebroker.ch\/en\/vape-trend-2025-diese-e-zigaretten-sind-in-der-schweiz-besonders-beliebt\/\" target=\"_self\" aria-labelledby=\"uael-post-3812\">\n\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-icon elementor-align-icon-right\">\n\n\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-right-arrow\"><\/i>\n\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<span class=\"elementor-button-text\" id=uael-post-3812>Mehr lesen<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\n\t<\/div>\n\n<\/div>\n\n<div class=\"uael-post-wrapper   uncategorized \">\n\t<div class=\"uael-post__bg-wrap uael-bg-wrap-disabled \">\n\n\t\t\t\t\n\t\t<div class=\"uael-post__inner-wrap uael-inner-wrap-disabled\">\n\n\t\t\t\t<div class=\"uael-post__thumbnail\">\n\t\t\t\n\t\t\t<a href=\"https:\/\/smokebroker.ch\/en\/nachhaltig-vapen-was-ist-beim-vapen-alles-zu-beachten\/\" target=\"_self\" title=\"Nachhaltig Vapen. Was ist beim Vapen alles zu beachten?\"><img loading=\"lazy\" decoding=\"async\" width=\"1280\" height=\"720\" src=\"https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/10\/New-Project-2.jpg\" class=\"attachment-full size-full wp-image-5728\" alt=\"\" srcset=\"https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/10\/New-Project-2.jpg 1280w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/10\/New-Project-2-300x169.jpg 300w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/10\/New-Project-2-1024x576.jpg 1024w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/10\/New-Project-2-768x432.jpg 768w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/10\/New-Project-2-18x10.jpg 18w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/10\/New-Project-2-600x338.jpg 600w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/10\/New-Project-2-64x36.jpg 64w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" \/><\/a>\n\t\t\t\t\t<\/div>\n\t\t\n\t\t\t\n\t\t\t<div class=\"uael-post__content-wrap uael-content-wrap-disabled\">\n\t\t\t\t\t<h5 class=\"uael-post__title\">\n\n\t\t\n\t\t\t\t\t\t<a href=\"https:\/\/smokebroker.ch\/en\/nachhaltig-vapen-was-ist-beim-vapen-alles-zu-beachten\/\" target=\"_self\">\n\t\t\t\tNachhaltig Vapen. Was ist beim Vapen alles zu beachten?\t\t\t<\/a>\n\n\t\t\t\t<\/h5>\n\t\t\t\t\t<div class=\"uael-post__meta-data\">\n\t\t\t\t\t<span class=\"uael-post__date\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t17. November 2025\t\t<\/span>\n\t\t\t\t<\/div>\n\t\t\n\t\t<div class=\"uael-post__excerpt\">\n\t\t\tVapen wird immer beliebter, doch viele Konsumenten achten heute nur auf Geschmack. Wir zeigen, worauf ...\t\t<\/div>\n\n\t\t\t\t\t<a class=\"uael-post__read-more elementor-button\" href=\"https:\/\/smokebroker.ch\/en\/nachhaltig-vapen-was-ist-beim-vapen-alles-zu-beachten\/\" target=\"_self\" aria-labelledby=\"uael-post-5317\">\n\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-icon elementor-align-icon-right\">\n\n\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-right-arrow\"><\/i>\n\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<span class=\"elementor-button-text\" id=uael-post-5317>Mehr lesen<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\n\t<\/div>\n\n<\/div>\n\n<div class=\"uael-post-wrapper   uncategorized \">\n\t<div class=\"uael-post__bg-wrap uael-bg-wrap-disabled \">\n\n\t\t\t\t\n\t\t<div class=\"uael-post__inner-wrap uael-inner-wrap-disabled\">\n\n\t\t\t\t<div class=\"uael-post__thumbnail\">\n\t\t\t\n\t\t\t<a href=\"https:\/\/smokebroker.ch\/en\/test\/\" target=\"_self\" title=\"Gr\u00fcnes Licht f\u00fcr Gras. THC bald legal in der Schweiz?\"><img loading=\"lazy\" decoding=\"async\" width=\"1280\" height=\"720\" src=\"https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/10\/New-Project-2.jpg\" class=\"attachment-full size-full wp-image-5728\" alt=\"\" srcset=\"https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/10\/New-Project-2.jpg 1280w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/10\/New-Project-2-300x169.jpg 300w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/10\/New-Project-2-1024x576.jpg 1024w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/10\/New-Project-2-768x432.jpg 768w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/10\/New-Project-2-18x10.jpg 18w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/10\/New-Project-2-600x338.jpg 600w, https:\/\/smokebroker.ch\/wp-content\/uploads\/2025\/10\/New-Project-2-64x36.jpg 64w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" \/><\/a>\n\t\t\t\t\t<\/div>\n\t\t\n\t\t\t\n\t\t\t<div class=\"uael-post__content-wrap uael-content-wrap-disabled\">\n\t\t\t\t\t<h5 class=\"uael-post__title\">\n\n\t\t\n\t\t\t\t\t\t<a href=\"https:\/\/smokebroker.ch\/en\/test\/\" target=\"_self\">\n\t\t\t\tGr\u00fcnes Licht f\u00fcr Gras. THC bald legal in der Schweiz?\t\t\t<\/a>\n\n\t\t\t\t<\/h5>\n\t\t\t\t\t<div class=\"uael-post__meta-data\">\n\t\t\t\t\t<span class=\"uael-post__date\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t10. October 2025\t\t<\/span>\n\t\t\t\t<\/div>\n\t\t\n\t\t<div class=\"uael-post__excerpt\">\n\t\t\tDie Schweiz geht den n\u00e4chsten Schritt zur Cannabis-Legalisierung. Strikte Regeln, Jugendschutz und neue Chancen f\u00fcr ...\t\t<\/div>\n\n\t\t\t\t\t<a class=\"uael-post__read-more elementor-button\" href=\"https:\/\/smokebroker.ch\/en\/test\/\" target=\"_self\" aria-labelledby=\"uael-post-3782\">\n\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-icon elementor-align-icon-right\">\n\n\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-right-arrow\"><\/i>\n\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<span class=\"elementor-button-text\" id=uael-post-3782>Mehr lesen<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\n\t<\/div>\n\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"uael-post__footer\">\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3c04d670 e-con-full e-flex e-con e-child\" data-id=\"3c04d670\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5bc0fc8c elementor-align-center elementor-widget elementor-widget-button\" data-id=\"5bc0fc8c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/smokebroker.ch\/blog\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Alle Artikel lesen<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u00d7 Rabattcode f\u00fcr deine erste Bestellung F\u00fcr deine n\u00e4chste Bestellung, als Privatkunde, hast du auf unserer neuen Webseite 15% Rabatt mit dem Code smokebroker15. Jetzt entdecken Unsere Trends Unsere Neuheiten Was sagen unsere Kunden Hervorragend 5 Rating16 BewertungenSchreibe deine Erfahrung Andrea K. Hatte eine nette, freundliche und kompetente Beratung! War auf der Suche nach einer [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-26","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/smokebroker.ch\/en\/wp-json\/wp\/v2\/pages\/26","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/smokebroker.ch\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/smokebroker.ch\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/smokebroker.ch\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/smokebroker.ch\/en\/wp-json\/wp\/v2\/comments?post=26"}],"version-history":[{"count":11,"href":"https:\/\/smokebroker.ch\/en\/wp-json\/wp\/v2\/pages\/26\/revisions"}],"predecessor-version":[{"id":7364,"href":"https:\/\/smokebroker.ch\/en\/wp-json\/wp\/v2\/pages\/26\/revisions\/7364"}],"wp:attachment":[{"href":"https:\/\/smokebroker.ch\/en\/wp-json\/wp\/v2\/media?parent=26"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}