{"id":7676,"date":"2021-08-10T10:22:50","date_gmt":"2021-08-10T10:22:50","guid":{"rendered":"https:\/\/smartbottle.univerre.ch\/liste-der-geschaefte\/"},"modified":"2024-08-28T11:53:45","modified_gmt":"2024-08-28T11:53:45","slug":"liste-der-geschaefte","status":"publish","type":"page","link":"https:\/\/smartbottle.univerre.ch\/de\/liste-der-geschaefte\/","title":{"rendered":"Liste der Gesch\u00e4fte"},"content":{"rendered":"\n<div class=\"store_listing_title_custom\">\n            <h1 class=\"page-title store_listing_title_text\">Unsere Partner-Produzenten<\/h1>\n        <\/div>\n<div id=\"dokan-store-listing-filter-wrap\">\n        <div class=\"left\">\n        <p class=\"item store-count-title\">\n            Insgesamt ausgewiesene Hersteller:         <\/p>\n        <p class=\"item store-count\">\n            19        <\/p>\n    <\/div>\n\n        <div class=\"right\">\n        <div class=\"item\">\n            <div class=\"dokan-icons\">\n                <div class=\"dokan-icon-div\"><\/div>\n                <div class=\"dokan-icon-div\"><\/div>\n                <div class=\"dokan-icon-div\"><\/div>\n            <\/div>\n            <button class=\"dokan-store-list-filter-button dokan-btn dokan-btn-theme\">\n                Filtern            <\/button>\n        <\/div>\n\n        <form name=\"stores_sorting\" class=\"sort-by item\" method=\"get\">\n            <label>Sortieren nach:<\/label>\n\n            <select name=\"stores_orderby\" id=\"stores_orderby\" aria-label=\"Sortieren nach\">\n                <option value='most_recent' selected='selected'>Das Neueste<\/option><option value='total_orders'>Am beliebtesten<\/option><option value='random'>Random<\/option><option value='top_rated'>Top bewertet<\/option><option value='most_reviewed'> Meist \u00fcberpr\u00fcfte<\/option>            <\/select>\n        <\/form>\n\n        <div class=\"toggle-view item\">\n            <span class=\"dashicons dashicons-menu-alt\" id=\"list_view_id_custom\" data-view=\"list-view\"><\/span>\n            <span class=\"dashicons dashicons-screenoptions\" id=\"grid_view_id_custom\" data-view=\"grid-view\"><\/span>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n<form role=\"store-list-filter\" method=\"get\" name=\"dokan_store_lists_filter_form\" id=\"dokan-store-listing-filter-form-wrap\" style=\"display: none\">\n        <div class=\"store_wrapper_custom_edit\">\n        <div class=\"store-search grid-item\">\n            <input type=\"search\" class=\"store-search-input\" name=\"dokan_seller_search\" placeholder=\"Hier suchen\">\n        <\/div>\n        \n<div class=\"store-lists-other-filter-wrap\">\n    \n    \n    \n<div class=\"featured item\">\n    <label for=\"featured\">\n        Empfohlen:\n    <\/label>\n    <input type=\"checkbox\" class=\"dokan-toogle-checkbox\" id=\"featured\" name=\"featured\">\n<\/div>\n<div class=\"open-now item\">\n    <label for=\"open-now\">\n        Jetzt offen:\n    <\/label>\n    <input type=\"checkbox\" class=\"dokan-toogle-checkbox\" id=\"open-now\" name=\"open_now\">\n<\/div><div class=\"store-ratings item\">\n    <label>\n        Bewertung:    <\/label>\n\n    <p class=\"dokan-stars\">\n        <i class=\"star-1 dashicons dashicons-star-empty\" data-rating=\"1\"><\/i><i class=\"star-2 dashicons dashicons-star-empty\" data-rating=\"2\"><\/i><i class=\"star-3 dashicons dashicons-star-empty\" data-rating=\"3\"><\/i><i class=\"star-4 dashicons dashicons-star-empty\" data-rating=\"4\"><\/i><i class=\"star-5 dashicons dashicons-star-empty\" data-rating=\"5\"><\/i>\n        <span class=\"up\">& Nach oben<\/span>\n    <\/p>\n<\/div><\/div>    <\/div>\n    <div class=\"apply-filter\">\n        <button id=\"cancel-filter-btn\" class=\"dokan-btn dokan-btn-theme\">Abbrechen<\/button>\n        <button id=\"apply-filter-btn\" class=\"dokan-btn dokan-btn-theme\" type=\"submit\">anwenden<\/button>\n    <\/div>\n\n        <input type=\"hidden\" id=\"_store_filter_nonce\" name=\"_store_filter_nonce\" value=\"a160b787ad\" \/><\/form>\n\n<script>\n    setTimeout(()=>{\n        jQuery(document).ready(function() {\n            let width = document.body.clientWidth;\n            let block = document.querySelectorAll('.mf-product-details');\n            let i;\n\n            \/\/ Adding extra-classes if Filter enabled\n            for (i = 0; i < block.length; i++) {\n                let blockHeight =  block[i].clientHeight;\n                let link = block[i].children[1].children[1];\n\n                if (width <= 1080) {\n                    if (blockHeight == 71) { link.style.bottom = '-44px'; }\n                }\n                if (width <= 916) {\n                    if (blockHeight == 132) { link.style.bottom = '16px'; }\n                }\n                if (width <= 900) {\n                    if (blockHeight == 71) { link.style.bottom = '-38px'; }\n                }\n                if (width <= 892) {\n                    if (blockHeight == 126) { link.style.bottom = '17px'; }\n                }\n                if (width <= 846) {\n                    if (blockHeight == 87) { link.style.bottom = '-21px'; }\n                }\n                if (width <= 767) {\n                    if (blockHeight == 71) { link.style.bottom = '-22px'; }\n                }\n                if (width <= 450) {\n                    if (blockHeight == 71) { link.style.bottom = '-37px'; }\n                }\n            }\n        });\n    }, 200);\n\n    \/* Change flex and grid *\/\n    \/*function reportWindowSize() {*\/\n    let ul = document.querySelectorAll('.dokan-list-inline li');\n\n    if (ul.length == 7) {\n        if (document.body.clientWidth <= 1323) {\n            let div1 = document.createElement(\"div\");\n            let div2 = document.createElement(\"div\");\n\n            div1.classList.add(\"newflex1\");\n            div2.classList.add(\"newflex2\");\n\n            div2.appendChild(ul[0]);\n            div2.appendChild(ul[1]);\n            div2.appendChild(ul[2]);\n            div1.appendChild(ul[3]);\n            div1.appendChild(ul[4]);\n            div1.appendChild(ul[5]);\n            div1.appendChild(ul[6]);\n\n            if (document.body.clientWidth >= 850) {\n                document.querySelector('.dokan-list-inline').appendChild(div2);\n                document.querySelector('.dokan-list-inline').appendChild(div1);\n                document.querySelector('.dokan-list-inline').style.display = 'flex';\n            }\n            else if (document.body.clientWidth <= 850) {\n                document.querySelector('.dokan-list-inline').appendChild(div1);\n                document.querySelector('.dokan-list-inline').appendChild(div2);\n            }\n        }\n        else {\n            document.querySelector(\".dokan-btn.dokan-btn-theme.dokan-follow-store-button.dokan-btn-sm\").style.marginTop = '0px';\n        }\n    }\n    if (ul.length <= 6) {\n        document.querySelector(\"#dokan-follow-store-button-label-button-custom\").style.marginTop = '0px';\n        document.querySelector(\".dokan-store-support-btn\").style.width = '90px';\n        document.querySelector(\"#dokan-content > div.dokan-store-tabs > ul > li:nth-child(3)\").style.marginTop = '6px';\n        document.querySelectorAll(\".dokan-list-inline li\").forEach((item)=>{\n            item.style.marginTop = '0px';\n        })\n        document.querySelector(\"#dokan-follow-store-button-label-button-custom\").style.marginRight = '20px';\n        document.querySelectorAll(\".dokan-right\").forEach((item)=>{\n            item.style.position = 'relative';\n            item.style.top = '4px';\n        })\n        document.querySelector(\".dokan-list-inline\").style.display = 'block';\n        if (document.body.clientWidth >= 647) {\n            document.querySelectorAll(\"#dokan-content > div.dokan-store-tabs > ul > li > a\").forEach((item)=>{\n                item.style.fontSize = '14px';\n            })\n        }\n        let style = document.createElement(\"style\");\n        style.textContent = '.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li.dokan-share-btn-wrap, .dokan-single-store .dokan-store-tabs ul.dokan-list-inline li.dokan-store-support-btn-wrap, .dokan-single-store .dokan-store-tabs ul.dokan-list-inline li.dokan-store-follow-store-button-container{float:right !important;}';\n\n        document.body.appendChild(style);\n        if (document.body.clientWidth <= 560) {\n            document.querySelector(\"#dokan-follow-store-button-label-button-custom\").style.marginRight = '30px';\n        }\n        if (document.body.clientWidth <= 500) {\n            document.querySelector(\"#dokan-follow-store-button-label-button-custom\").style.marginRight = '20px';\n        }\n        if (document.body.clientWidth <= 430) {\n            document.querySelector(\"#dokan-follow-store-button-label-button-custom\").style.marginRight = '5px';\n        }\n        if (document.body.clientWidth <= 430) {\n            document.querySelector(\"#dokan-follow-store-button-label-button-custom\").style.marginRight = '15px';\n        }\n        if (document.body.clientWidth <= 400) {\n            document.querySelector(\".dokan-list-inline\").style.display = 'block';\n        }\n        if (document.body.clientWidth <= 383) {\n            document.querySelector(\"#dokan-content > div.dokan-store-tabs > ul > li:nth-child(1) > a\").style.padding = '15px 0 15px 4px';\n            document.querySelector(\"#dokan-content > div.dokan-store-tabs > ul > li:nth-child(2) > a\").style.padding = '15px 0';\n            document.querySelector(\"#dokan-follow-store-button-label-button-custom\").style.marginRight = '7px';\n        }\n        if (document.body.clientWidth <= 334) {\n            document.querySelector(\"#dokan-content > div.dokan-store-tabs > ul > li:nth-child(1) > a\").style.padding = '15px 0 15px 4px';\n            document.querySelector(\"#dokan-content > div.dokan-store-tabs > ul > li:nth-child(2) > a\").style.padding = '15px 0';\n            document.querySelector(\"#dokan-follow-store-button-label-button-custom\").style.marginRight = '7px';\n            document.querySelector(\".dokan-store-support-btn\").style.width = '63px';\n            document.querySelector(\".dokan-btn.dokan-btn-theme.dokan-follow-store-button.dokan-btn-sm\").style.padding = '9px 4px';\n        }\n    }\n    if (document.getElementsByTagName('html')[0].getAttribute('lang') == 'de-DE') {\n        if (ul.length <= 6) {\n            const buttonDe =  document.querySelector(\"#dokan-content > div.dokan-store-tabs > ul > li:nth-child(5) > button\");\n            buttonDe.style.width = \"100%\"\n        }\n\n        if (document.body.clientWidth <= 1323) {\n            document.querySelector(\".dokan-list-inline\").style.display = 'block';\n        }\n\n        document.querySelector(\"#dokan-content > div.dokan-store-tabs > ul > li.dokan-store-support-btn-wrap.dokan-right > button\").style.width = '117px';\n\n        if (document.body.clientWidth <= 980) {\n            document.querySelector(\"#dokan-follow-store-button-label-button-custom\").style.marginRight = '21px';\n        }\n        if (document.body.clientWidth <= 767) {\n            document.querySelector(\"#dokan-follow-store-button-label-button-custom\").style.marginRight = '38px';\n        }\n        if (document.body.clientWidth <= 596) {\n            document.querySelector(\"#dokan-content > div.dokan-store-tabs > ul > li:nth-child(1) > a\").style.padding = '15px 5px';\n            document.querySelector(\"#dokan-content > div.dokan-store-tabs > ul > li:nth-child(2) > a\").style.padding = '15px 5px';\n        }\n        if (document.body.clientWidth <= 560) {\n            document.querySelector(\"#dokan-follow-store-button-label-button-custom\").style.marginRight = '48px';\n        }\n\n        if (document.body.clientWidth <= 500) {\n            document.querySelector(\"#dokan-follow-store-button-label-button-custom\").style.marginRight = '37px';\n            document.querySelector(\"#dokan-content > div.dokan-store-tabs > ul > li:nth-child(2) > a\").style.marginLeft = '0px';\n            document.querySelector(\"#dokan-content > div.dokan-store-tabs > ul > li.dokan-store-follow-store-button-container.dokan-right\").style.left = '30px';\n            document.querySelector(\"#dokan-content > div.dokan-store-tabs > ul > li:nth-child(1) > a\").style.marginLeft = '10px';\n            document.querySelector(\"#dokan-content > div.dokan-store-tabs > ul > li.dokan-store-support-btn-wrap.dokan-right > button\").position = 'relative';\n            document.querySelector(\"#dokan-content > div.dokan-store-tabs > ul > li.dokan-store-support-btn-wrap.dokan-right > button\").left = '-20px';\n            document.querySelector(\"#dokan-content > div.dokan-store-tabs > ul > li.dokan-store-support-btn-wrap.dokan-right > button\").fontSize = '10px';\n        }\n\n        if (document.body.clientWidth <= 480) {\n            document.querySelector(\"#dokan-content > div.dokan-store-tabs > ul > li.dokan-store-support-btn-wrap.dokan-right > button\").fontSize = '10px';\n            document.querySelector(\"#dokan-content > div.dokan-store-tabs > ul > li.dokan-store-support-btn-wrap.dokan-right > button\").setAttribute('style', 'padding:10px !important;');\n        }\n    }\n    if (ul.length == 6) {\n        document.querySelector(\"#dokan-follow-store-button-label-button-custom\").style.marginRight = '4px';\n        if (document.body.clientWidth <= 632) {\n            document.querySelectorAll(\"#dokan-content > div.dokan-store-tabs > ul > li:nth-child(3) > a, #dokan-content > div.dokan-store-tabs > ul > li:nth-child(2) > a, #dokan-content > div.dokan-store-tabs > ul > li:nth-child(1) > a\").forEach(\n                item => {\n                    item.style.padding = '15px 7px';\n                }\n            )\n        }\n        if (document.getElementsByTagName('html')[0].getAttribute('lang') == 'de-DE') {\n            let de6Style = document.createElement(\"style\");\n            de6Style.textContent = '#dokan-follow-store-button-label-button-custom {margin-right: 21px !important;margin-top:0px !important;}';\n            de6Style.textContent += '@media (max-width: 980px){#dokan-follow-store-button-label-button-custom{margin-right: 23px !important}}';\n            de6Style.textContent += '@media (max-width: 828px){.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li{margin-left: 3px !important;}}';\n            de6Style.textContent += '#dokan-content > div.dokan-store-tabs > ul > li.dokan-store-follow-store-button-container.dokan-right{left: 17px }';\n            de6Style.textContent += '@media (max-width: 980px){#dokan-content > div.dokan-store-tabs > ul > li.dokan-store-follow-store-button-container.dokan-right{left: 0px}}';\n\n            if (document.body.clientWidth <= 828) {\n                let divDe1 = document.createElement(\"div\");\n                let divDe2 = document.createElement(\"div\");\n\n                document.querySelectorAll('.dokan-list-inline li').forEach((item)=>{\n                    divDe1.classList.add(\"ewflex2\");\n                    divDe2.classList.add(\"ewflex1\");\n\n                    if (item.classList.contains('dokan-right')) {\n                        divDe1.appendChild(item)\n                    } else {\n                        divDe2.appendChild(item)\n                    }\n\n                    document.querySelector('.dokan-list-inline').appendChild(divDe1);\n                    document.querySelector('.dokan-list-inline').appendChild(divDe2);\n                });\n\n                de6Style.textContent += '@media (max-width: 828px){.dokan-list-inline{display:flex !important;}}';\n                de6Style.textContent += '@media (max-width: 828px){.ewflex1{margin: 0 auto; position: relative;left: 6px;}}';\n                de6Style.textContent += '@media (max-width: 828px){#dokan-content > div.dokan-store-tabs > ul > div.ewflex2 > li.dokan-store-support-btn-wrap.dokan-right{top:1px !important;left:-8px;}}';\n\n                if (document.body.clientWidth <= 767) {\n                    de6Style.textContent += '@media (max-width: 767px){#dokan-content > div.dokan-store-tabs > ul > div.ewflex2 > li.dokan-store-follow-store-button-container.dokan-right{left: 9px !important;}}';\n                    de6Style.textContent += '@media (max-width: 767px){#dokan-content > div.dokan-store-tabs > ul > div.ewflex2 > li.dokan-store-support-btn-wrap.dokan-right{left: -19px;}}';\n                    de6Style.textContent += '@media (max-width: 767px){#dokan-content > div.dokan-store-tabs > ul > div.ewflex2 > li.dokan-store-support-btn-wrap.dokan-right{left: -10px !important;}}';\n\n                    de6Style.textContent += '@media (max-width: 610px){.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li a{font-size: 16px !important;}}';\n                    de6Style.textContent += '@media (max-width: 480px){.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li a{font-size: 14px !important;}}';\n\n                    de6Style.textContent += '@media (max-width: 460px){.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li a{font-size: 14px !important;}}';\n                    de6Style.textContent += '@media (max-width: 410px){.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li a{font-size: 12px !important;}}';\n                    de6Style.textContent += '@media (max-width: 410px){.dokan-single-store .dokan-store-tabs ul li a{padding: 15px 10px !important;}}';\n                    de6Style.textContent += '@media (max-width: 410px){.ewflex2{position: relative;left: -6px;}}';\n                    de6Style.textContent += '@media (max-width: 410px){.ewflex1{position: relative;left: -5px;top:5px;}}';\n                    de6Style.textContent += '@media (max-width: 410px){.dokan-share-btn.dokan-btn.dokan-btn-theme.dokan-btn-sm{margin-left: 14px;}}';\n                    de6Style.textContent += '@media (max-width: 410px){#dokan-follow-store-button-label-button-custom{margin-right: 35px !important;}}';\n\n                    de6Style.textContent += '@media (max-width: 370px){.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li a{font-size: 11px !important;}}';\n                    de6Style.textContent += '@media (max-width: 348px){.dokan-single-store .dokan-store-tabs ul li a{padding: 15px 7px !important;}}';\n                    de6Style.textContent += '@media (max-width: 348px){.dokan-single-store .dokan-store-tabs ul li a{padding: 15px 7px !important;}}';\n                    de6Style.textContent += '@media (max-width: 570px){#dokan-content > div.dokan-store-tabs > ul > div.ewflex2 > li.dokan-store-support-btn-wrap.dokan-right > button{width: auto !important;}}';\n                    de6Style.textContent += '@media (max-width: 337px){#dokan-content > div.dokan-store-tabs > ul > div.ewflex1 > li:nth-child(1) > a{margin-left: -1px !important;}}';\n                    de6Style.textContent += '@media (max-width: 330px){.dokan-single-store .dokan-store-tabs ul li a{padding: 15px 4px !important;}}';\n                }\n            }\n            document.body.appendChild(de6Style);\n        }\n        if (document.getElementsByTagName('html')[0].getAttribute('lang') == 'en-US' || document.getElementsByTagName('html')[0].getAttribute('lang') == 'fr-FR') {\n            let enFr6Style = document.createElement(\"style\");\n\n            enFr6Style.textContent = '@media (max-width: 980px){#dokan-follow-store-button-label-button-custom{margin-right: 23px !important;}}';\n            enFr6Style.textContent = '@media (max-width: 980px){#dokan-content > div.dokan-store-tabs > ul > li.dokan-store-follow-store-button-container.dokan-right{left: -20px;}}';\n            enFr6Style.textContent += '@media (max-width: 767px){.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li.dokan-store-support-btn-wrap{margin-right: 10px !important;}}';\n\n            if (document.body.clientWidth <= 690) {\n                let divEn1 = document.createElement(\"div\");\n                let divEn2 = document.createElement(\"div\");\n\n                divEn1.classList.add(\"wflex2\");\n                divEn2.classList.add(\"wflex1\");\n\n                document.querySelectorAll('.dokan-list-inline li').forEach((item)=>{\n                    divEn1.classList.add(\"wflex2\");\n                    divEn2.classList.add(\"wflex1\");\n\n                    if (item.classList.contains('dokan-right')) {\n                        divEn1.appendChild(item)\n                    } else {\n                        divEn2.appendChild(item)\n                    }\n\n                    document.querySelector('.dokan-list-inline').appendChild(divEn1);\n                    document.querySelector('.dokan-list-inline').appendChild(divEn2);\n                });\n\n                enFr6Style.textContent += '@media (max-width: 690px){.dokan-list-inline{display: flex !important}}';\n                enFr6Style.textContent += '@media (max-width: 690px){#dokan-content > div.dokan-store-tabs > ul > div.wflex2 > li.dokan-store-support-btn-wrap.dokan-right > button{right: 0 !important}}';\n\n                enFr6Style.textContent += '@media (max-width: 690px){.wflex2 {margin: 0 auto;}}';\n                enFr6Style.textContent += '@media (max-width: 690px){.wflex1 {margin: 0 auto;}}';\n                enFr6Style.textContent += '@media (max-width: 690px){#dokan-content > div.dokan-store-tabs > ul > div.wflex2 > li.dokan-store-support-btn-wrap.dokan-right > button {position: relative;right: 8px;}}';\n                enFr6Style.textContent += '@media (max-width: 610px){.dokan-single-store .dokan-store-tabs ul li a {padding: 15px 4px 4px;}}';\n                enFr6Style.textContent += '@media (max-width: 366px){.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li a {font-size: 12px !important;}}';\n                enFr6Style.textContent += '@media (max-width: 440px){.dokan-btn.dokan-btn-theme.dokan-btn-sm {padding: 10px 9px !important;}}';\n                enFr6Style.textContent += '@media (max-width: 440px){#dokan-content > div.dokan-store-tabs > ul > div.wflex2 > li.dokan-store-support-btn-wrap.dokan-right > button {width: auto !important;}}';\n                enFr6Style.textContent += '@media (max-width: 440px){#dokan-follow-store-button-label-button-custom {padding: 10px 11px !important;}}';\n                enFr6Style.textContent += '@media (max-width: 440px){#dokan-content > div.dokan-store-tabs > ul > div.wflex1 > li:nth-child(3) > a {padding: 15px 6px  !important;}}';\n                enFr6Style.textContent += '@media (max-width: 440px){.dokan-share-btn.dokan-btn.dokan-btn-theme.dokan-btn-sm {margin-left: 12px;}}';\n                enFr6Style.textContent += '@media (max-width: 440px){#dokan-follow-store-button-label-button-custom {margin-right: 14px !important;}}';\n            }\n            document.body.appendChild(enFr6Style);\n        }\n        if (document.getElementsByTagName('html')[0].getAttribute('lang') == 'fr-FR') {\n            let fr6Style = document.createElement(\"style\");\n\n            fr6Style.textContent += '@media (max-width: 740px){#dokan-content > div.dokan-store-tabs > ul > li > a {padding: 15px 5px !important}}';\n            fr6Style.textContent += '@media (max-width: 440px){.dokan-share-btn.dokan-btn.dokan-btn-theme.dokan-btn-sm {margin-left: 20px;}}';\n            fr6Style.textContent += '@media (max-width: 440px){.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li.dokan-store-follow-store-button-container:last-child {margin-right: 21px;}}';\n\n            document.body.appendChild(fr6Style);\n        }\n    }\n    if (ul.length <= 5) {\n        let style5 = document.createElement(\"style\");\n\n        if (document.getElementsByTagName('html')[0].getAttribute('lang') == 'de-DE') {\n            style5.textContent = '';\n            style5.textContent += '#dokan-content > div.dokan-store-tabs > ul > li.dokan-store-follow-store-button-container.dokan-right{left: 17px !important;}';\n            style5.textContent += '@media (max-width: 980px){#dokan-content > div.dokan-store-tabs > ul > li.dokan-store-follow-store-button-container.dokan-right{left: -3px !important;}}';\n            style5.textContent += '@media (max-width: 767px){.dokan-share-btn.dokan-btn.dokan-btn-theme.dokan-btn-sm{margin-left: 12px}}';\n\n            if (document.body.clientWidth <= 631) {\n                let div5De1 = document.createElement(\"div\");\n                let div5De2 = document.createElement(\"div\");\n\n                div5De1.classList.add(\"de5flex2\");\n                div5De2.classList.add(\"de5flex1\");\n\n                document.querySelectorAll('.dokan-list-inline li').forEach((item)=>{\n                    div5De1.classList.add(\"de5flex2\");\n                    div5De2.classList.add(\"de5flex1\");\n\n                    if (item.classList.contains('dokan-right')) {\n                        div5De1.appendChild(item)\n                    } else {\n                        div5De2.appendChild(item)\n                    }\n\n                    document.querySelector('.dokan-list-inline').appendChild(div5De1);\n                    document.querySelector('.dokan-list-inline').appendChild(div5De2);\n\n                });\n                style5.textContent += '@media (max-width: 631px){.dokan-list-inline{display: flex !important}}';\n                style5.textContent += '@media (max-width: 631px){.de5flex2 {margin: 0 auto;}}';\n                style5.textContent += '@media (max-width: 631px){.de5flex1 {margin: 13px auto 0;}}';\n\n                style5.textContent += '@media (max-width: 610px){.de5flex1 {margin: 9px auto 0;}}';\n                style5.textContent += '@media (max-width: 445px){.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li a {font-size: 14px !important;}}';\n                style5.textContent += '@media (max-width: 980px){#dokan-content > div.dokan-store-tabs > ul > li.dokan-store-follow-store-button-container.dokan-right{left: 18px !important;}}';\n                style5.textContent += '@media (max-width: 440px){#dokan-content > div.dokan-store-tabs > ul > div.wflex2 > li.dokan-store-support-btn-wrap.dokan-right > button {width: auto !important;}}';\n                style5.textContent += '@media (max-width: 440px){.dokan-share-btn.dokan-btn.dokan-btn-theme.dokan-btn-sm {margin-left: 9px;}}';\n                style5.textContent += '@media (max-width: 440px){#dokan-follow-store-button-label-button-custom {margin-right: 40px !important;}}';\n\n                style5.textContent += '@media (max-width: 440px){.dokan-btn.dokan-btn-theme.dokan-btn-sm {padding: 10px 7px !important;}}';\n                style5.textContent += '@media (max-width: 500px){#dokan-content > div.dokan-store-tabs > ul > div.de5flex2 > li.dokan-share-btn-wrap.dokan-right {left: -30px;}}';\n                style5.textContent += '@media (max-width: 500px){#dokan-content > div.dokan-store-tabs > ul > div.de5flex1 {position: relative;left: -10px;}}';\n                style5.textContent += '@media (max-width: 440px){#dokan-content > div.dokan-store-tabs > ul > div.de5flex2 > li.dokan-store-follow-store-button-container.dokan-right {left: 20px !important;}}';\n                style5.textContent += '@media (max-width: 440px){#dokan-content > div.dokan-store-tabs > ul > div.de5flex2 > li.dokan-share-btn-wrap.dokan-right {left: -20px !important;}}';\n                style5.textContent += '@media (max-width: 440px){#dokan-content > div.dokan-store-tabs > ul > div.de5flex2 > li.dokan-share-btn-wrap.dokan-right > button {position: relative;left: 8px;}}';\n                style5.textContent += '@media (max-width: 440px){#dokan-content > div.dokan-store-tabs > ul > div.de5flex1 > li:nth-child(2) > a {padding: 15px 5px 15px 12px !important;}}';\n                style5.textContent += '@media (max-width: 440px){#dokan-content > div.dokan-store-tabs > ul > div.de5flex1 > li:nth-child(1) > a {margin-left: 20px !important;}}';\n\n                style5.textContent += '@media (max-width: 631px){#dokan-content > div.dokan-store-tabs > ul > div.de5flex2 > li.dokan-store-support-btn-wrap.dokan-right > button {position: relative;top: -3px;left: -17px;}}';\n            }\n            document.body.appendChild(style5);\n        }\n        if (document.getElementsByTagName('html')[0].getAttribute('lang') == 'fr-FR') {\n\n            style5.textContent = '';\n            style5.textContent += '#dokan-content > div.dokan-store-tabs > ul > li.dokan-store-follow-store-button-container.dokan-right{left: 17px !important;}';\n            style5.textContent += '@media (max-width: 980px){#dokan-content > div.dokan-store-tabs > ul > li.dokan-store-follow-store-button-container.dokan-right{left: -3px !important;}}';\n            style5.textContent += '@media (max-width: 767px){.dokan-share-btn.dokan-btn.dokan-btn-theme.dokan-btn-sm{margin-left: 12px}}';\n            style5.textContent += '@media (max-width: 560px){#dokan-follow-store-button-label-button-custom{margin-right: 30px;}}';\n\n            if (document.body.clientWidth <= 530) {\n                let div5Fr1 = document.createElement(\"div\");\n                let div5Fr2 = document.createElement(\"div\");\n\n                div5Fr1.classList.add(\"fr5flex2\");\n                div5Fr2.classList.add(\"fr5flex1\");\n\n                document.querySelectorAll('.dokan-list-inline li').forEach((item)=>{\n                    div5Fr1.classList.add(\"fr5flex2\");\n                    div5Fr2.classList.add(\"fr5flex1\");\n\n                    if (item.classList.contains('dokan-right')) {\n                        div5Fr1.appendChild(item)\n                    } else {\n                        div5Fr2.appendChild(item)\n                    }\n\n                    document.querySelector('.dokan-list-inline').appendChild(div5Fr1);\n                    document.querySelector('.dokan-list-inline').appendChild(div5Fr2);\n                });\n                style5.textContent += '@media (max-width: 530px){.dokan-list-inline{display: flex !important}}';\n                style5.textContent += '@media (max-width: 530px){.fr5flex2 {margin: 0 auto;}}';\n                style5.textContent += '@media (max-width: 530px){.fr5flex1 {margin: 19px auto 0;}}';\n                style5.textContent += '@media (max-width: 530px){.dokan-share-btn.dokan-btn.dokan-btn-theme.dokan-btn-sm {margin-left: 5px;}}';\n\n                style5.textContent += '@media (max-width: 530px){#dokan-content > div.dokan-store-tabs > ul > div.fr5flex2 > li.dokan-store-support-btn-wrap.dokan-right > button {position: relative;top: -3px;left: -13px;}}';\n                style5.textContent += '@media (max-width: 440px){.fr5flex1 {margin: 15px auto 0;position: relative;left: -6px;}}';\n                style5.textContent += '@media (max-width: 440px){.dokan-btn.dokan-btn-theme.dokan-follow-store-button.dokan-btn-sm {padding: 10px 7px !important;}}';\n                style5.textContent += '@media (max-width: 440px){.dokan-share-btn.dokan-btn.dokan-btn-theme.dokan-btn-sm {margin-left: 20px;padding: 10px 10px !important;}}';\n                style5.textContent += '@media (max-width: 440px){#dokan-content > div.dokan-store-tabs > ul > div.fr5flex2 > li.dokan-share-btn-wrap.dokan-right {left: -3px !important;}}';\n                style5.textContent += '@media (max-width: 440px){#dokan-follow-store-button-label-button-custom {margin-right: 35px !important;}}';\n                style5.textContent += '@media (max-width: 440px){.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li a {font-size: 13px !important;}}';\n                style5.textContent += '@media (max-width: 440px){#dokan-content > div.dokan-store-tabs > ul > div.fr5flex1 > li:nth-child(1) > a {padding: 15px 13px 15px 4px !important;}}';\n\n                style5.textContent += '@media (max-width: 400px){#dokan-content > div.dokan-store-tabs > ul > div.fr5flex1 {margin: 13px auto 0;}}';\n                style5.textContent += '@media (max-width: 400px){.dokan-btn.dokan-btn-theme.dokan-follow-store-button.dokan-btn-sm {padding: 10px 10px !important;margin-right: 21px !important;}}';\n\n                style5.textContent += '@media (max-width: 363px){.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li a {font-size: 13px !important;}}';\n                style5.textContent += '@media (max-width: 363px){#dokan-content > div.dokan-store-tabs > ul > div.fr5flex1 > li:nth-child(2) > a {padding: 15px 10px !important;}}';\n            }\n            document.body.appendChild(style5);\n        }\n        if (document.getElementsByTagName('html')[0].getAttribute('lang') == 'en-US') {\n            style5.textContent = '';\n            style5.textContent += '#dokan-content > div.dokan-store-tabs > ul > li.dokan-store-follow-store-button-container.dokan-right{left: 17px !important;}';\n            style5.textContent += '@media (max-width: 980px){#dokan-content > div.dokan-store-tabs > ul > li.dokan-store-follow-store-button-container.dokan-right{left: -3px !important;}}';\n            style5.textContent += '@media (max-width: 767px){.dokan-share-btn.dokan-btn.dokan-btn-theme.dokan-btn-sm{margin-left: 12px}}';\n\n            if (document.body.clientWidth <= 493) {\n                let div5De1 = document.createElement(\"div\");\n                let div5De2 = document.createElement(\"div\");\n\n                div5De1.classList.add(\"de5flex2\");\n                div5De2.classList.add(\"de5flex1\");\n\n                document.querySelectorAll('.dokan-list-inline li').forEach((item)=>{\n                    div5De1.classList.add(\"de5flex2\");\n                    div5De2.classList.add(\"de5flex1\");\n\n                    if (item.classList.contains('dokan-right')) {\n                        div5De1.appendChild(item)\n                    } else {\n                        div5De2.appendChild(item)\n                    }\n\n                    document.querySelector('.dokan-list-inline').appendChild(div5De1);\n                    document.querySelector('.dokan-list-inline').appendChild(div5De2);\n                });\n                style5.textContent += '@media (max-width: 610px){.dokan-single-store .dokan-store-tabs ul li a{padding: 10px;}}';\n                style5.textContent += '@media (max-width: 500px){.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li{margin-left: 15px !important;}}';\n                style5.textContent += '@media (max-width: 350px){#dokan-content > div.dokan-store-tabs > ul > div.de5flex2 > li.dokan-store-support-btn-wrap.dokan-right > button{left: -11px !important;}}';\n                style5.textContent += '@media (max-width: 330px){#dokan-content > div.dokan-store-tabs > ul > div.de5flex2 > li.dokan-store-support-btn-wrap.dokan-right > button{left: -13px !important;}}';\n\n                style5.textContent += '@media (max-width: 500px){.dokan-list-inline{display: flex !important}}';\n                style5.textContent += '@media (max-width: 500px){.de5flex2 {margin: 0 auto;position: relative;left: -5px;}}';\n                style5.textContent += '@media (max-width: 500px){.de5flex1 {margin: 13px auto 0;position: relative;left: -6px;}}';\n                style5.textContent += '@media (max-width: 500px){#dokan-content > div.dokan-store-tabs > ul > div.de5flex2 > li.dokan-store-support-btn-wrap.dokan-right {top: 1px !important;}}';\n                style5.textContent += '@media (max-width: 500px){#dokan-content > div.dokan-store-tabs > ul > div.de5flex2 > li.dokan-store-support-btn-wrap.dokan-right {top: 1px !important;}}';\n                style5.textContent += '@media (max-width: 500px){#dokan-content > div.dokan-store-tabs > ul > div.de5flex2 > li.dokan-store-support-btn-wrap.dokan-right > button {position: relative;left: -9px;}}';\n                style5.textContent += '@media (max-width: 405px){.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li.dokan-store-follow-store-button-container:last-child {margin-right: 24px;}}';\n\n                style5.textContent += '@media (max-width: 430px){.dokan-btn.dokan-btn-theme.dokan-btn-sm {padding: 10px 15px !important;}}';\n                style5.textContent += '@media (max-width: 430px){.dokan-btn.dokan-btn-theme.dokan-follow-store-button.dokan-btn-sm {padding: 10px 15px !important;}}';\n\n                style5.textContent += '@media (max-width: 405px){.dokan-btn.dokan-btn-theme.dokan-btn-sm {padding: 10px 10px !important;}}';\n                style5.textContent += '@media (max-width: 405px){#dokan-follow-store-button-label-button-custom {padding: 10px 10px !important;}}';\n\n                style5.textContent += '@media (max-width: 380px){#dokan-content > div.dokan-store-tabs > ul > div.de5flex1 {margin: 17px auto 0;}}';\n\n                style5.textContent += '@media (max-width: 350px){#dokan-content > div.dokan-store-tabs > ul > div.de5flex2 > li.dokan-store-support-btn-wrap.dokan-right > button {left: -8px !important;}}';\n                style5.textContent += '@media (max-width: 350px){.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li a {font-size:14px !important;}}';\n                style5.textContent += '@media (max-width: 445px){#dokan-content > div.dokan-store-tabs > ul > div.de5flex1 {margin: 0 auto;}}';\n                style5.textContent += '@media (max-width: 405px){#dokan-content > div.dokan-store-tabs > ul > div.de5flex1 {margin: 17px auto 0;}}';\n\n                style5.textContent += '@media (max-width: 430px){#dokan-content > div.dokan-store-tabs > ul > div.de5flex2 > li.dokan-store-support-btn-wrap.dokan-right > button {width: auto;}}';\n                style5.textContent += '@media (max-width: 430px){#dokan-content > div.dokan-store-tabs > ul > div.de5flex1 > li:nth-child(1) > a {padding: 15px 13px 15px 4px !important;}}';\n            }\n            document.body.appendChild(style5);\n        }\n    }\n    if (document.getElementsByTagName('html')[0].getAttribute('lang') == 'en-US') {\n        document.querySelector('#colophon > nav > div > div.footer-bottom > div > div.col-footer-payments.col-lg-6.col-md-12.col-sm-12.col-xs-12 > div > div').textContent = \"Guaranteed safe & secure checkout\";\n    }\n    if (document.getElementsByTagName('html')[0].getAttribute('lang') == 'fr-FR') {\n        document.querySelector('#colophon > nav > div > div.footer-bottom > div > div.col-footer-payments.col-lg-6.col-md-12.col-sm-12.col-xs-12 > div > div').textContent = \"Garantie d'un paiement s\u00fbr et s\u00e9curis\u00e9\";\n    }\n    if (document.getElementsByTagName('html')[0].getAttribute('lang') == 'de-DE') {\n        document.querySelector('#colophon > nav > div > div.footer-bottom > div > div.col-footer-payments.col-lg-6.col-md-12.col-sm-12.col-xs-12 > div > div').textContent = \"Garantiert sicherer Checkout\";\n    }\n    setTimeout(() => console.log(\"1\"), 500)\n<\/script>\n\n\n<div id=\"dokan-seller-listing-wrap\" class=\"grid-view\">\n    <div class=\"seller-listing-content\">\n                    <ul class=\"dokan-seller-wrap\">\n                                                            <li id=\"dokan-single-seller_grid_id\" class=\"dokan-single-seller woocommerce coloum-3 no-banner-img\">\n                            <div class=\"store-wrapper\">\n                                <div class=\"store-header\">\n                                    <div class=\"store-banner\">\n                                        <a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/wbg_birmenstorf\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/smartbottle.univerre.ch\/wp-content\/themes\/martfury-child\/assets\/images\/default-store-banner.png\">\n                                        <\/a>\n                                    <\/div>\n                                <\/div>\n\n                                <div class=\"store-content default-store-banner\">\n                                    <div class=\"store-data-container\">\n                                        <div class=\"featured-favourite\">\n                                            \n                                                                                    <\/div>\n\n                                        \n                                        <div class=\"store-data \">\n                                            <h2><a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/wbg_birmenstorf\/\">WBG<\/a><\/h2>\n\n                                            \n                                                                                                                                            <div class=\"store-cattegory-name\">\n                                                                                                            <img decoding=\"async\" class=\"wines_logo_new\" src=\"\/wp-content\/themes\/martfury\/images\/grapes.png\" style=\"height: 30px;\">\n                                                                                                        degweiss, Red Wines, Rotweine, Wei\u00dfweine<\/div>\n\n                                                <div class=\"store_address_wrapper\" style=\"display: flex; align-items: center\">\n\n                                                                                                            <img decoding=\"async\" class=\"store-address-logotype\" alt=\"Univerre | Smart Bottle\" src=\"\/wp-content\/themes\/martfury\/images\/logo\/loc.png\" style=\"height: 25px;width: 18.75px;color: white;\">\n                                                                                                            <p class=\"store-address\"><span class='country'> Schweiz <\/span><\/p>\n                                                <\/div>\n                                            \n                                            \n                                                                                    <\/div>\n                                    <\/div>\n                                <\/div>\n\n                                <div class=\"store-footer\" id=\"storeFooterCustom\">\n                                    <div class=\"seller-avatar\">\n                                        <a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/wbg_birmenstorf\/\">\n                                                                                            <img decoding=\"async\" src=\"https:\/\/smartbottle.univerre.ch\/wp-content\/uploads\/2025\/04\/cropped-WGB-Logo-2022-1.jpg.webp\"\n                                                     alt=\"WBG\"\n                                                     size=\"150\">\n                                                \n                                        <\/a>\n                                    <\/div>\n                                    <a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/wbg_birmenstorf\/\" title=\"Shop besuchen\" id=\"arrow_custom_id\">\n                                        <span class=\"dashicons dashicons-arrow-right-alt2 dokan-btn-theme dokan-btn-round\" id=\"follow_button_arrow\"><\/span>\n                                    <\/a>\n                                    <button id=\"dokan-follow-store-button-label-button-custom\" type=\"button\" class=\"dokan-btn dokan-btn-theme dokan-follow-store-button\"\n        data-vendor-id=\"237\" data-status=\"\" data-is-logged-in=\"0\">\n    <span class=\"dokan-follow-store-button-label-current\" id=\"dokan-follow-store-button-label-current-custom\">Folgen Sie<\/span>\n    <span class=\"dokan-follow-store-button-label-unfollow\" id=\"dokan-follow-store-button-label-unfollow-custom\">Unfollow<\/span>\n<\/button>\n                                <\/div>\n                            <\/div>\n                        <\/li>\n\n                                                                <li id=\"dokan-single-seller_grid_id\" class=\"dokan-single-seller woocommerce coloum-3 no-banner-img\">\n                            <div class=\"store-wrapper\">\n                                <div class=\"store-header\">\n                                    <div class=\"store-banner\">\n                                        <a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/royaume\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/smartbottle.univerre.ch\/wp-content\/themes\/martfury-child\/assets\/images\/default-store-banner.png\">\n                                        <\/a>\n                                    <\/div>\n                                <\/div>\n\n                                <div class=\"store-content default-store-banner\">\n                                    <div class=\"store-data-container\">\n                                        <div class=\"featured-favourite\">\n                                            \n                                                                                    <\/div>\n\n                                        \n                                        <div class=\"store-data \">\n                                            <h2><a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/royaume\/\">Chateau de Villa<\/a><\/h2>\n\n                                            \n                                                                                                                                            <div class=\"store-cattegory-name\">\n                                                                                                            <img decoding=\"async\" class=\"wines_logo_new\" src=\"\/wp-content\/themes\/martfury\/images\/grapes.png\" style=\"height: 30px;\">\n                                                                                                        degweiss, Red Wines, Rotweine, Wei\u00dfweine<\/div>\n\n                                                <div class=\"store_address_wrapper\" style=\"display: flex; align-items: center\">\n\n                                                                                                            <img decoding=\"async\" class=\"store-address-logotype\" alt=\"Univerre | Smart Bottle\" src=\"\/wp-content\/themes\/martfury\/images\/logo\/loc.png\" style=\"height: 25px;width: 18.75px;color: white;\">\n                                                                                                            <p class=\"store-address\"><span class='country'> Schweiz <\/span><\/p>\n                                                <\/div>\n                                            \n                                            \n                                                                                    <\/div>\n                                    <\/div>\n                                <\/div>\n\n                                <div class=\"store-footer\" id=\"storeFooterCustom\">\n                                    <div class=\"seller-avatar\">\n                                        <a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/royaume\/\">\n                                                                                            <img decoding=\"async\" src=\"https:\/\/smartbottle.univerre.ch\/wp-content\/uploads\/2025\/04\/cropped-CHATEAU-SEUL-NOIR.jpg\"\n                                                     alt=\"Chateau de Villa\"\n                                                     size=\"150\">\n                                                \n                                        <\/a>\n                                    <\/div>\n                                    <a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/royaume\/\" title=\"Shop besuchen\" id=\"arrow_custom_id\">\n                                        <span class=\"dashicons dashicons-arrow-right-alt2 dokan-btn-theme dokan-btn-round\" id=\"follow_button_arrow\"><\/span>\n                                    <\/a>\n                                    <button id=\"dokan-follow-store-button-label-button-custom\" type=\"button\" class=\"dokan-btn dokan-btn-theme dokan-follow-store-button\"\n        data-vendor-id=\"235\" data-status=\"\" data-is-logged-in=\"0\">\n    <span class=\"dokan-follow-store-button-label-current\" id=\"dokan-follow-store-button-label-current-custom\">Folgen Sie<\/span>\n    <span class=\"dokan-follow-store-button-label-unfollow\" id=\"dokan-follow-store-button-label-unfollow-custom\">Unfollow<\/span>\n<\/button>\n                                <\/div>\n                            <\/div>\n                        <\/li>\n\n                                                                <li id=\"dokan-single-seller_grid_id\" class=\"dokan-single-seller woocommerce coloum-3 no-banner-img\">\n                            <div class=\"store-wrapper\">\n                                <div class=\"store-header\">\n                                    <div class=\"store-banner\">\n                                        <a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/opage\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/smartbottle.univerre.ch\/wp-content\/themes\/martfury-child\/assets\/images\/default-store-banner.png\">\n                                        <\/a>\n                                    <\/div>\n                                <\/div>\n\n                                <div class=\"store-content default-store-banner\">\n                                    <div class=\"store-data-container\">\n                                        <div class=\"featured-favourite\">\n                                            \n                                                                                    <\/div>\n\n                                        \n                                        <div class=\"store-data \">\n                                            <h2><a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/opage\/\">OPAGE<\/a><\/h2>\n\n                                            \n                                                                                                                                            <div class=\"store-cattegory-name\">\n                                                                                                            <img decoding=\"async\" class=\"wines_logo_new\" src=\"\/wp-content\/themes\/martfury\/images\/grapes.png\" style=\"height: 30px;\">\n                                                                                                        degweiss, Red Wines, Rotweine, Wei\u00dfweine<\/div>\n\n                                                <div class=\"store_address_wrapper\" style=\"display: flex; align-items: center\">\n\n                                                                                                            <img decoding=\"async\" class=\"store-address-logotype\" alt=\"Univerre | Smart Bottle\" src=\"\/wp-content\/themes\/martfury\/images\/logo\/loc.png\" style=\"height: 25px;width: 18.75px;color: white;\">\n                                                                                                            <p class=\"store-address\"><span class='country'> Schweiz <\/span><\/p>\n                                                <\/div>\n                                            \n                                            \n                                                                                    <\/div>\n                                    <\/div>\n                                <\/div>\n\n                                <div class=\"store-footer\" id=\"storeFooterCustom\">\n                                    <div class=\"seller-avatar\">\n                                        <a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/opage\/\">\n                                                                                            <img decoding=\"async\" src=\"https:\/\/smartbottle.univerre.ch\/wp-content\/uploads\/2024\/12\/cropped-geneve-terroir.webp\"\n                                                     alt=\"OPAGE\"\n                                                     size=\"150\">\n                                                \n                                        <\/a>\n                                    <\/div>\n                                    <a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/opage\/\" title=\"Shop besuchen\" id=\"arrow_custom_id\">\n                                        <span class=\"dashicons dashicons-arrow-right-alt2 dokan-btn-theme dokan-btn-round\" id=\"follow_button_arrow\"><\/span>\n                                    <\/a>\n                                    <button id=\"dokan-follow-store-button-label-button-custom\" type=\"button\" class=\"dokan-btn dokan-btn-theme dokan-follow-store-button\"\n        data-vendor-id=\"231\" data-status=\"\" data-is-logged-in=\"0\">\n    <span class=\"dokan-follow-store-button-label-current\" id=\"dokan-follow-store-button-label-current-custom\">Folgen Sie<\/span>\n    <span class=\"dokan-follow-store-button-label-unfollow\" id=\"dokan-follow-store-button-label-unfollow-custom\">Unfollow<\/span>\n<\/button>\n                                <\/div>\n                            <\/div>\n                        <\/li>\n\n                                                                <li id=\"dokan-single-seller_grid_id\" class=\"dokan-single-seller woocommerce coloum-3 no-banner-img\">\n                            <div class=\"store-wrapper\">\n                                <div class=\"store-header\">\n                                    <div class=\"store-banner\">\n                                        <a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/avy_yvorne\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/smartbottle.univerre.ch\/wp-content\/themes\/martfury-child\/assets\/images\/default-store-banner.png\">\n                                        <\/a>\n                                    <\/div>\n                                <\/div>\n\n                                <div class=\"store-content default-store-banner\">\n                                    <div class=\"store-data-container\">\n                                        <div class=\"featured-favourite\">\n                                            \n                                                                                    <\/div>\n\n                                        \n                                        <div class=\"store-data \">\n                                            <h2><a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/avy_yvorne\/\">Artisans Vignerons d&#039;Yvorne<\/a><\/h2>\n\n                                            \n                                                                                                                                            <div class=\"store-cattegory-name\">\n                                                                                                            <img decoding=\"async\" class=\"wines_logo_new\" src=\"\/wp-content\/themes\/martfury\/images\/grapes.png\" style=\"height: 30px;\">\n                                                                                                        degweiss, Red Wines, Rotweine, Wei\u00dfweine<\/div>\n\n                                                <div class=\"store_address_wrapper\" style=\"display: flex; align-items: center\">\n\n                                                                                                            <img decoding=\"async\" class=\"store-address-logotype\" alt=\"Univerre | Smart Bottle\" src=\"\/wp-content\/themes\/martfury\/images\/logo\/loc.png\" style=\"height: 25px;width: 18.75px;color: white;\">\n                                                                                                            <p class=\"store-address\"><span class='street_1'> Rue des Maisons-Neuves 5,<\/span><span class='city'> Yvorne,<\/span><span class='state'> Waadt,<\/span><span class='country'> Schweiz <\/span><\/p>\n                                                <\/div>\n                                            \n                                                                                            <p class=\"store-phone\">\n                                                                                                            <img decoding=\"async\" class=\"store-phone-logotype\" alt=\"Univerre | Smart Bottle\" src=\"\/wp-content\/themes\/martfury\/images\/logo\/phone.png\" style=\"height: 25px;\n    width: 18.75px;\n    color: white;\">\n\n                                                                                                            <span class=\"store_phone_list\">+41244662344<\/span>\n                                                <\/p>\n                                            \n                                                                                    <\/div>\n                                    <\/div>\n                                <\/div>\n\n                                <div class=\"store-footer\" id=\"storeFooterCustom\">\n                                    <div class=\"seller-avatar\">\n                                        <a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/avy_yvorne\/\">\n                                                                                            <img decoding=\"async\" src=\"https:\/\/smartbottle.univerre.ch\/wp-content\/uploads\/2024\/11\/cropped-AVY-Yvorne-logo-noir-or.png\"\n                                                     alt=\"Artisans Vignerons d&#039;Yvorne\"\n                                                     size=\"150\">\n                                                \n                                        <\/a>\n                                    <\/div>\n                                    <a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/avy_yvorne\/\" title=\"Shop besuchen\" id=\"arrow_custom_id\">\n                                        <span class=\"dashicons dashicons-arrow-right-alt2 dokan-btn-theme dokan-btn-round\" id=\"follow_button_arrow\"><\/span>\n                                    <\/a>\n                                    <button id=\"dokan-follow-store-button-label-button-custom\" type=\"button\" class=\"dokan-btn dokan-btn-theme dokan-follow-store-button\"\n        data-vendor-id=\"225\" data-status=\"\" data-is-logged-in=\"0\">\n    <span class=\"dokan-follow-store-button-label-current\" id=\"dokan-follow-store-button-label-current-custom\">Folgen Sie<\/span>\n    <span class=\"dokan-follow-store-button-label-unfollow\" id=\"dokan-follow-store-button-label-unfollow-custom\">Unfollow<\/span>\n<\/button>\n                                <\/div>\n                            <\/div>\n                        <\/li>\n\n                                                                <li id=\"dokan-single-seller_grid_id\" class=\"dokan-single-seller woocommerce coloum-3 no-banner-img\">\n                            <div class=\"store-wrapper\">\n                                <div class=\"store-header\">\n                                    <div class=\"store-banner\">\n                                        <a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/httpswww-cave-clementgay-ch\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/smartbottle.univerre.ch\/wp-content\/themes\/martfury-child\/assets\/images\/default-store-banner.png\">\n                                        <\/a>\n                                    <\/div>\n                                <\/div>\n\n                                <div class=\"store-content default-store-banner\">\n                                    <div class=\"store-data-container\">\n                                        <div class=\"featured-favourite\">\n                                            \n                                                                                    <\/div>\n\n                                        \n                                        <div class=\"store-data \">\n                                            <h2><a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/httpswww-cave-clementgay-ch\/\">Cave Cl\u00e9ment Gay SA<\/a><\/h2>\n\n                                            \n                                                                                                                                            <div class=\"store-cattegory-name\">\n                                                                                                            <img decoding=\"async\" class=\"wines_logo_new\" src=\"\/wp-content\/themes\/martfury\/images\/grapes.png\" style=\"height: 30px;\">\n                                                                                                        degweiss, Red Wines, Rotweine, Wei\u00dfweine<\/div>\n\n                                                <div class=\"store_address_wrapper\" style=\"display: flex; align-items: center\">\n\n                                                                                                            <img decoding=\"async\" class=\"store-address-logotype\" alt=\"Univerre | Smart Bottle\" src=\"\/wp-content\/themes\/martfury\/images\/logo\/loc.png\" style=\"height: 25px;width: 18.75px;color: white;\">\n                                                                                                            <p class=\"store-address\"><span class='street_1'> Route des Verteys 33,<\/span><span class='city'> Charrat,<\/span><span class='state'> Wallis,<\/span><span class='country'> Schweiz <\/span><\/p>\n                                                <\/div>\n                                            \n                                                                                            <p class=\"store-phone\">\n                                                                                                            <img decoding=\"async\" class=\"store-phone-logotype\" alt=\"Univerre | Smart Bottle\" src=\"\/wp-content\/themes\/martfury\/images\/logo\/phone.png\" style=\"height: 25px;\n    width: 18.75px;\n    color: white;\">\n\n                                                                                                            <span class=\"store_phone_list\">0787531256<\/span>\n                                                <\/p>\n                                            \n                                                                                    <\/div>\n                                    <\/div>\n                                <\/div>\n\n                                <div class=\"store-footer\" id=\"storeFooterCustom\">\n                                    <div class=\"seller-avatar\">\n                                        <a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/httpswww-cave-clementgay-ch\/\">\n                                                                                            <div class=\"default_vendors_avatar_view\">\n                                                    CC                                                <\/div>\n                                                \n                                        <\/a>\n                                    <\/div>\n                                    <a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/httpswww-cave-clementgay-ch\/\" title=\"Shop besuchen\" id=\"arrow_custom_id\">\n                                        <span class=\"dashicons dashicons-arrow-right-alt2 dokan-btn-theme dokan-btn-round\" id=\"follow_button_arrow\"><\/span>\n                                    <\/a>\n                                    <button id=\"dokan-follow-store-button-label-button-custom\" type=\"button\" class=\"dokan-btn dokan-btn-theme dokan-follow-store-button\"\n        data-vendor-id=\"127\" data-status=\"\" data-is-logged-in=\"0\">\n    <span class=\"dokan-follow-store-button-label-current\" id=\"dokan-follow-store-button-label-current-custom\">Folgen Sie<\/span>\n    <span class=\"dokan-follow-store-button-label-unfollow\" id=\"dokan-follow-store-button-label-unfollow-custom\">Unfollow<\/span>\n<\/button>\n                                <\/div>\n                            <\/div>\n                        <\/li>\n\n                                                                <li id=\"dokan-single-seller_grid_id\" class=\"dokan-single-seller woocommerce coloum-3 no-banner-img\">\n                            <div class=\"store-wrapper\">\n                                <div class=\"store-header\">\n                                    <div class=\"store-banner\">\n                                        <a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/httpssmartbottle-univerre-chdev-lpvaronier\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/smartbottle.univerre.ch\/wp-content\/themes\/martfury-child\/assets\/images\/default-store-banner.png\">\n                                        <\/a>\n                                    <\/div>\n                                <\/div>\n\n                                <div class=\"store-content default-store-banner\">\n                                    <div class=\"store-data-container\">\n                                        <div class=\"featured-favourite\">\n                                            \n                                                                                    <\/div>\n\n                                        \n                                        <div class=\"store-data \">\n                                            <h2><a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/httpssmartbottle-univerre-chdev-lpvaronier\/\">VARONIER<\/a><\/h2>\n\n                                            \n                                                                                                                                            <div class=\"store-cattegory-name\">\n                                                                                                            <img decoding=\"async\" class=\"wines_logo_new\" src=\"\/wp-content\/themes\/martfury\/images\/grapes.png\" style=\"height: 30px;\">\n                                                                                                        degweiss, Red Wines, Rotweine, Wei\u00dfweine<\/div>\n\n                                                <div class=\"store_address_wrapper\" style=\"display: flex; align-items: center\">\n\n                                                                                                            <img decoding=\"async\" class=\"store-address-logotype\" alt=\"Univerre | Smart Bottle\" src=\"\/wp-content\/themes\/martfury\/images\/logo\/loc.png\" style=\"height: 25px;width: 18.75px;color: white;\">\n                                                                                                            <p class=\"store-address\"><span class='street_1'> Rebbergstrasse 48,<\/span><span class='city'> Varen,<\/span><span class='state'> Wallis,<\/span><span class='country'> Schweiz <\/span><\/p>\n                                                <\/div>\n                                            \n                                                                                            <p class=\"store-phone\">\n                                                                                                            <img decoding=\"async\" class=\"store-phone-logotype\" alt=\"Univerre | Smart Bottle\" src=\"\/wp-content\/themes\/martfury\/images\/logo\/phone.png\" style=\"height: 25px;\n    width: 18.75px;\n    color: white;\">\n\n                                                                                                            <span class=\"store_phone_list\">+41786109164<\/span>\n                                                <\/p>\n                                            \n                                                                                    <\/div>\n                                    <\/div>\n                                <\/div>\n\n                                <div class=\"store-footer\" id=\"storeFooterCustom\">\n                                    <div class=\"seller-avatar\">\n                                        <a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/httpssmartbottle-univerre-chdev-lpvaronier\/\">\n                                                                                            <div class=\"default_vendors_avatar_view\">\n                                                    VA                                                <\/div>\n                                                \n                                        <\/a>\n                                    <\/div>\n                                    <a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/httpssmartbottle-univerre-chdev-lpvaronier\/\" title=\"Shop besuchen\" id=\"arrow_custom_id\">\n                                        <span class=\"dashicons dashicons-arrow-right-alt2 dokan-btn-theme dokan-btn-round\" id=\"follow_button_arrow\"><\/span>\n                                    <\/a>\n                                    <button id=\"dokan-follow-store-button-label-button-custom\" type=\"button\" class=\"dokan-btn dokan-btn-theme dokan-follow-store-button\"\n        data-vendor-id=\"125\" data-status=\"\" data-is-logged-in=\"0\">\n    <span class=\"dokan-follow-store-button-label-current\" id=\"dokan-follow-store-button-label-current-custom\">Folgen Sie<\/span>\n    <span class=\"dokan-follow-store-button-label-unfollow\" id=\"dokan-follow-store-button-label-unfollow-custom\">Unfollow<\/span>\n<\/button>\n                                <\/div>\n                            <\/div>\n                        <\/li>\n\n                                                                <li id=\"dokan-single-seller_grid_id\" class=\"dokan-single-seller woocommerce coloum-3 no-banner-img\">\n                            <div class=\"store-wrapper\">\n                                <div class=\"store-header\">\n                                    <div class=\"store-banner\">\n                                        <a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/cave-soleil\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/smartbottle.univerre.ch\/wp-content\/themes\/martfury-child\/assets\/images\/default-store-banner.png\">\n                                        <\/a>\n                                    <\/div>\n                                <\/div>\n\n                                <div class=\"store-content default-store-banner\">\n                                    <div class=\"store-data-container\">\n                                        <div class=\"featured-favourite\">\n                                            \n                                                                                    <\/div>\n\n                                        \n                                        <div class=\"store-data \">\n                                            <h2><a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/cave-soleil\/\">Cave SOLEIL<\/a><\/h2>\n\n                                            \n                                            \n                                                                                            <p class=\"store-phone\">\n                                                                                                            <img decoding=\"async\" class=\"store-phone-logotype\" alt=\"Univerre | Smart Bottle\" src=\"\/wp-content\/themes\/martfury\/images\/logo\/phone.png\" style=\"height: 25px;\n    width: 18.75px;\n    color: white;\">\n\n                                                                                                            <span class=\"store_phone_list\">078 626 3892<\/span>\n                                                <\/p>\n                                            \n                                                                                    <\/div>\n                                    <\/div>\n                                <\/div>\n\n                                <div class=\"store-footer\" id=\"storeFooterCustom\">\n                                    <div class=\"seller-avatar\">\n                                        <a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/cave-soleil\/\">\n                                                                                            <div class=\"default_vendors_avatar_view\">\n                                                    CS                                                <\/div>\n                                                \n                                        <\/a>\n                                    <\/div>\n                                    <a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/cave-soleil\/\" title=\"Shop besuchen\" id=\"arrow_custom_id\">\n                                        <span class=\"dashicons dashicons-arrow-right-alt2 dokan-btn-theme dokan-btn-round\" id=\"follow_button_arrow\"><\/span>\n                                    <\/a>\n                                    <button id=\"dokan-follow-store-button-label-button-custom\" type=\"button\" class=\"dokan-btn dokan-btn-theme dokan-follow-store-button\"\n        data-vendor-id=\"123\" data-status=\"\" data-is-logged-in=\"0\">\n    <span class=\"dokan-follow-store-button-label-current\" id=\"dokan-follow-store-button-label-current-custom\">Folgen Sie<\/span>\n    <span class=\"dokan-follow-store-button-label-unfollow\" id=\"dokan-follow-store-button-label-unfollow-custom\">Unfollow<\/span>\n<\/button>\n                                <\/div>\n                            <\/div>\n                        <\/li>\n\n                                                                <li id=\"dokan-single-seller_grid_id\" class=\"dokan-single-seller woocommerce coloum-3 no-banner-img\">\n                            <div class=\"store-wrapper\">\n                                <div class=\"store-header\">\n                                    <div class=\"store-banner\">\n                                        <a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/www-rhodan-ch\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/smartbottle.univerre.ch\/wp-content\/themes\/martfury-child\/assets\/images\/default-store-banner.png\">\n                                        <\/a>\n                                    <\/div>\n                                <\/div>\n\n                                <div class=\"store-content default-store-banner\">\n                                    <div class=\"store-data-container\">\n                                        <div class=\"featured-favourite\">\n                                            \n                                                                                    <\/div>\n\n                                        \n                                        <div class=\"store-data \">\n                                            <h2><a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/www-rhodan-ch\/\">Cave du Rhodan Mounir Weine<\/a><\/h2>\n\n                                            \n                                                                                                                                            <div class=\"store-cattegory-name\">\n                                                                                                            <img decoding=\"async\" class=\"wines_logo_new\" src=\"\/wp-content\/themes\/martfury\/images\/grapes.png\" style=\"height: 30px;\">\n                                                                                                        degweiss, Red Wines, Rotweine, Wei\u00dfweine<\/div>\n\n                                                <div class=\"store_address_wrapper\" style=\"display: flex; align-items: center\">\n\n                                                                                                            <img decoding=\"async\" class=\"store-address-logotype\" alt=\"Univerre | Smart Bottle\" src=\"\/wp-content\/themes\/martfury\/images\/logo\/loc.png\" style=\"height: 25px;width: 18.75px;color: white;\">\n                                                                                                            <p class=\"store-address\"><span class='street_1'> Flantheystrasse 1,<\/span><span class='city'> Salgesch,<\/span><span class='country'> Schweiz <\/span><\/p>\n                                                <\/div>\n                                            \n                                                                                            <p class=\"store-phone\">\n                                                                                                            <img decoding=\"async\" class=\"store-phone-logotype\" alt=\"Univerre | Smart Bottle\" src=\"\/wp-content\/themes\/martfury\/images\/logo\/phone.png\" style=\"height: 25px;\n    width: 18.75px;\n    color: white;\">\n\n                                                                                                            <span class=\"store_phone_list\">+41794086969<\/span>\n                                                <\/p>\n                                            \n                                                                                    <\/div>\n                                    <\/div>\n                                <\/div>\n\n                                <div class=\"store-footer\" id=\"storeFooterCustom\">\n                                    <div class=\"seller-avatar\">\n                                        <a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/www-rhodan-ch\/\">\n                                                                                            <img decoding=\"async\" src=\"https:\/\/smartbottle.univerre.ch\/wp-content\/uploads\/2024\/12\/cropped-vs_rhodan_mounir.png\"\n                                                     alt=\"Cave du Rhodan Mounir Weine\"\n                                                     size=\"150\">\n                                                \n                                        <\/a>\n                                    <\/div>\n                                    <a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/www-rhodan-ch\/\" title=\"Shop besuchen\" id=\"arrow_custom_id\">\n                                        <span class=\"dashicons dashicons-arrow-right-alt2 dokan-btn-theme dokan-btn-round\" id=\"follow_button_arrow\"><\/span>\n                                    <\/a>\n                                    <button id=\"dokan-follow-store-button-label-button-custom\" type=\"button\" class=\"dokan-btn dokan-btn-theme dokan-follow-store-button\"\n        data-vendor-id=\"122\" data-status=\"\" data-is-logged-in=\"0\">\n    <span class=\"dokan-follow-store-button-label-current\" id=\"dokan-follow-store-button-label-current-custom\">Folgen Sie<\/span>\n    <span class=\"dokan-follow-store-button-label-unfollow\" id=\"dokan-follow-store-button-label-unfollow-custom\">Unfollow<\/span>\n<\/button>\n                                <\/div>\n                            <\/div>\n                        <\/li>\n\n                                                                <li id=\"dokan-single-seller_grid_id\" class=\"dokan-single-seller woocommerce coloum-3 \">\n                            <div class=\"store-wrapper\">\n                                <div class=\"store-header\">\n                                    <div class=\"store-banner\">\n                                        <a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/1weinch\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/smartbottle.univerre.ch\/wp-content\/uploads\/2023\/01\/cropped-Original-on-Transparent.png\">\n                                        <\/a>\n                                    <\/div>\n                                <\/div>\n\n                                <div class=\"store-content \">\n                                    <div class=\"store-data-container\">\n                                        <div class=\"featured-favourite\">\n                                            \n                                                                                    <\/div>\n\n                                        \n                                        <div class=\"store-data \">\n                                            <h2><a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/1weinch\/\">1wein.ch<\/a><\/h2>\n\n                                            \n                                                                                                                                            <div class=\"store-cattegory-name\">\n                                                                                                            <img decoding=\"async\" class=\"wines_logo_new\" src=\"\/wp-content\/themes\/martfury\/images\/grapes.png\" style=\"height: 30px;\">\n                                                                                                        degweiss, Red Wines, Rotweine, Wei\u00dfweine<\/div>\n\n                                                <div class=\"store_address_wrapper\" style=\"display: flex; align-items: center\">\n\n                                                                                                            <img decoding=\"async\" class=\"store-address-logotype\" alt=\"Univerre | Smart Bottle\" src=\"\/wp-content\/themes\/martfury\/images\/logo\/locwhite.png\" style=\"height: 25px;width: 18.75px;color: white;\">\n\n                                                                                                            <p class=\"store-address\"><span class='street_1'> Schweighofstrasse 404,<\/span><span class='city'> Zurich,<\/span><span class='state'> Z\u00fcrich,<\/span><span class='country'> Schweiz <\/span><\/p>\n                                                <\/div>\n                                            \n                                                                                            <p class=\"store-phone\">\n                                                                                                            <img decoding=\"async\" class=\"store-phone-logotype\" alt=\"Univerre | Smart Bottle\" src=\"\/wp-content\/themes\/martfury\/images\/logo\/phonewhite.png\" style=\"height: 25px;\n    width: 18.75px;\n    color: white;\">\n                                                                                                            <span class=\"store_phone_list\">0041789568339<\/span>\n                                                <\/p>\n                                            \n                                                                                    <\/div>\n                                    <\/div>\n                                <\/div>\n\n                                <div class=\"store-footer\" id=\"storeFooterCustom\">\n                                    <div class=\"seller-avatar\">\n                                        <a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/1weinch\/\">\n                                                                                            <div class=\"default_vendors_avatar_view\">\n                                                    1W                                                <\/div>\n                                                \n                                        <\/a>\n                                    <\/div>\n                                    <a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/1weinch\/\" title=\"Shop besuchen\" id=\"arrow_custom_id\">\n                                        <span class=\"dashicons dashicons-arrow-right-alt2 dokan-btn-theme dokan-btn-round\" id=\"follow_button_arrow\"><\/span>\n                                    <\/a>\n                                    <button id=\"dokan-follow-store-button-label-button-custom\" type=\"button\" class=\"dokan-btn dokan-btn-theme dokan-follow-store-button\"\n        data-vendor-id=\"103\" data-status=\"\" data-is-logged-in=\"0\">\n    <span class=\"dokan-follow-store-button-label-current\" id=\"dokan-follow-store-button-label-current-custom\">Folgen Sie<\/span>\n    <span class=\"dokan-follow-store-button-label-unfollow\" id=\"dokan-follow-store-button-label-unfollow-custom\">Unfollow<\/span>\n<\/button>\n                                <\/div>\n                            <\/div>\n                        <\/li>\n\n                                                                <li id=\"dokan-single-seller_grid_id\" class=\"dokan-single-seller woocommerce coloum-3 \">\n                            <div class=\"store-wrapper\">\n                                <div class=\"store-header\">\n                                    <div class=\"store-banner\">\n                                        <a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/cavesierroise\/\">\n                                            <img decoding=\"async\" src=\"\">\n                                        <\/a>\n                                    <\/div>\n                                <\/div>\n\n                                <div class=\"store-content \">\n                                    <div class=\"store-data-container\">\n                                        <div class=\"featured-favourite\">\n                                            \n                                                                                    <\/div>\n\n                                        \n                                        <div class=\"store-data \">\n                                            <h2><a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/cavesierroise\/\">cavesierroise<\/a><\/h2>\n\n                                            \n                                                                                                                                            <div class=\"store-cattegory-name\">\n                                                                                                            <img decoding=\"async\" class=\"wines_logo_new\" src=\"\/wp-content\/themes\/martfury\/images\/grapes.png\" style=\"height: 30px;\">\n                                                                                                        degweiss, Red Wines, Rotweine, Wei\u00dfweine<\/div>\n\n                                                <div class=\"store_address_wrapper\" style=\"display: flex; align-items: center\">\n\n                                                                                                            <img decoding=\"async\" class=\"store-address-logotype\" alt=\"Univerre | Smart Bottle\" src=\"\/wp-content\/themes\/martfury\/images\/logo\/locwhite.png\" style=\"height: 25px;width: 18.75px;color: white;\">\n\n                                                                                                            <p class=\"store-address\"><span class='street_1'> Ile Falcon,<\/span><span class='city'> Sierre,<\/span><span class='state'> Wallis,<\/span><span class='country'> Schweiz <\/span><\/p>\n                                                <\/div>\n                                            \n                                                                                            <p class=\"store-phone\">\n                                                                                                            <img decoding=\"async\" class=\"store-phone-logotype\" alt=\"Univerre | Smart Bottle\" src=\"\/wp-content\/themes\/martfury\/images\/logo\/phonewhite.png\" style=\"height: 25px;\n    width: 18.75px;\n    color: white;\">\n                                                                                                            <span class=\"store_phone_list\">0795545310<\/span>\n                                                <\/p>\n                                            \n                                                                                    <\/div>\n                                    <\/div>\n                                <\/div>\n\n                                <div class=\"store-footer\" id=\"storeFooterCustom\">\n                                    <div class=\"seller-avatar\">\n                                        <a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/cavesierroise\/\">\n                                                                                            <img decoding=\"async\" src=\"https:\/\/smartbottle.univerre.ch\/wp-content\/uploads\/2022\/04\/cropped-Group-4.png\"\n                                                     alt=\"cavesierroise\"\n                                                     size=\"150\">\n                                                \n                                        <\/a>\n                                    <\/div>\n                                    <a href=\"https:\/\/smartbottle.univerre.ch\/de\/store\/cavesierroise\/\" title=\"Shop besuchen\" id=\"arrow_custom_id\">\n                                        <span class=\"dashicons dashicons-arrow-right-alt2 dokan-btn-theme dokan-btn-round\" id=\"follow_button_arrow\"><\/span>\n                                    <\/a>\n                                    <button id=\"dokan-follow-store-button-label-button-custom\" type=\"button\" class=\"dokan-btn dokan-btn-theme dokan-follow-store-button\"\n        data-vendor-id=\"81\" data-status=\"\" data-is-logged-in=\"0\">\n    <span class=\"dokan-follow-store-button-label-current\" id=\"dokan-follow-store-button-label-current-custom\">Folgen Sie<\/span>\n    <span class=\"dokan-follow-store-button-label-unfollow\" id=\"dokan-follow-store-button-label-unfollow-custom\">Unfollow<\/span>\n<\/button>\n                                <\/div>\n                            <\/div>\n                        <\/li>\n\n                                    <div class=\"dokan-clearfix\"><\/div>\n            <\/ul>\n\n            <div class=\"pagination-container clearfix\"><div class=\"pagination-wrap\"><ul class=\"pagination\"><li><span aria-current=\"page\" class=\"page-numbers current\">1<\/span><\/li>\n\t<li><a class=\"page-numbers\" href=\"https:\/\/smartbottle.univerre.ch\/de\/wp-json\/wp\/v2\/pages\/2\/page\/2\/\">2<\/a><\/li>\n\t<li><a class=\"next page-numbers\" href=\"https:\/\/smartbottle.univerre.ch\/de\/wp-json\/wp\/v2\/pages\/2\/page\/2\/\">Weiter \u2192<\/a><\/li>\n<\/ul>\n<\/div><\/div>\n            <\/div>\n<\/div>\n\n\n","protected":false},"excerpt":{"rendered":"Unsere Partner-Produzenten Insgesamt ausgewiesene Hersteller: 19 Filtern Sortieren nach: Das NeuesteAm beliebtestenRandomTop bewertet Meist \u00fcberpr\u00fcfte Empfohlen: Jetzt offen: Abbrechen anwenden WBG degweiss, Red Wines, Rotweine, Wei\u00dfweine Schweiz Folgen Sie Unfollow Chateau de Villa degweiss, Red Wines, Rotweine, Wei\u00dfweine Schweiz Folgen Sie Unfollow OPAGE degweiss, Red Wines, Rotweine, Wei\u00dfweine Schweiz Folgen Sie Unfollow Artisans Vignerons d&#039;Yvorne&hellip;","protected":false},"author":23,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-7676","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Liste der Gesch\u00e4fte - Univerre | Smart Bottle<\/title>\n<meta name=\"description\" content=\"Finden Sie Ihren Lieblingswein- und -spirituosenhersteller, erfahren Sie mehr \u00fcber sein Weingut und bestellen Sie intelligente Weinflaschen direkt bei ihm.\" \/>\n<meta name=\"robots\" content=\"noindex, nofollow\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Liste der Gesch\u00e4fte - Univerre | Smart Bottle\" \/>\n<meta property=\"og:description\" content=\"Finden Sie Ihren Lieblingswein- und -spirituosenhersteller, erfahren Sie mehr \u00fcber sein Weingut und bestellen Sie intelligente Weinflaschen direkt bei ihm.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/smartbottle.univerre.ch\/de\/liste-der-geschaefte\/\" \/>\n<meta property=\"og:site_name\" content=\"Univerre | Smart Bottle\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-28T11:53:45+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/smartbottle.univerre.ch\\\/de\\\/liste-der-geschaefte\\\/\",\"url\":\"https:\\\/\\\/smartbottle.univerre.ch\\\/de\\\/liste-der-geschaefte\\\/\",\"name\":\"Liste der Gesch\u00e4fte - Univerre | Smart Bottle\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/smartbottle.univerre.ch\\\/de\\\/#website\"},\"datePublished\":\"2021-08-10T10:22:50+00:00\",\"dateModified\":\"2024-08-28T11:53:45+00:00\",\"description\":\"Finden Sie Ihren Lieblingswein- und -spirituosenhersteller, erfahren Sie mehr \u00fcber sein Weingut und bestellen Sie intelligente Weinflaschen direkt bei ihm.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/smartbottle.univerre.ch\\\/de\\\/liste-der-geschaefte\\\/#breadcrumb\"},\"inLanguage\":\"de-DE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/smartbottle.univerre.ch\\\/de\\\/liste-der-geschaefte\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/smartbottle.univerre.ch\\\/de\\\/liste-der-geschaefte\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/smartbottle.univerre.ch\\\/de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Liste der Gesch\u00e4fte\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/smartbottle.univerre.ch\\\/de\\\/#website\",\"url\":\"https:\\\/\\\/smartbottle.univerre.ch\\\/de\\\/\",\"name\":\"Univerre | Smart Bottle\",\"description\":\"Each bottle has a digital identity\",\"publisher\":{\"@id\":\"https:\\\/\\\/smartbottle.univerre.ch\\\/de\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/smartbottle.univerre.ch\\\/de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de-DE\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/smartbottle.univerre.ch\\\/de\\\/#organization\",\"name\":\"Univerre Smart Bottle\",\"url\":\"https:\\\/\\\/smartbottle.univerre.ch\\\/de\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de-DE\",\"@id\":\"https:\\\/\\\/smartbottle.univerre.ch\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/smartbottle.univerre.ch\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/Logo-1.png\",\"contentUrl\":\"https:\\\/\\\/smartbottle.univerre.ch\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/Logo-1.png\",\"width\":162,\"height\":56,\"caption\":\"Univerre Smart Bottle\"},\"image\":{\"@id\":\"https:\\\/\\\/smartbottle.univerre.ch\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Liste der Gesch\u00e4fte - Univerre | Smart Bottle","description":"Finden Sie Ihren Lieblingswein- und -spirituosenhersteller, erfahren Sie mehr \u00fcber sein Weingut und bestellen Sie intelligente Weinflaschen direkt bei ihm.","robots":{"index":"noindex","follow":"nofollow"},"og_locale":"de_DE","og_type":"article","og_title":"Liste der Gesch\u00e4fte - Univerre | Smart Bottle","og_description":"Finden Sie Ihren Lieblingswein- und -spirituosenhersteller, erfahren Sie mehr \u00fcber sein Weingut und bestellen Sie intelligente Weinflaschen direkt bei ihm.","og_url":"https:\/\/smartbottle.univerre.ch\/de\/liste-der-geschaefte\/","og_site_name":"Univerre | Smart Bottle","article_modified_time":"2024-08-28T11:53:45+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/smartbottle.univerre.ch\/de\/liste-der-geschaefte\/","url":"https:\/\/smartbottle.univerre.ch\/de\/liste-der-geschaefte\/","name":"Liste der Gesch\u00e4fte - Univerre | Smart Bottle","isPartOf":{"@id":"https:\/\/smartbottle.univerre.ch\/de\/#website"},"datePublished":"2021-08-10T10:22:50+00:00","dateModified":"2024-08-28T11:53:45+00:00","description":"Finden Sie Ihren Lieblingswein- und -spirituosenhersteller, erfahren Sie mehr \u00fcber sein Weingut und bestellen Sie intelligente Weinflaschen direkt bei ihm.","breadcrumb":{"@id":"https:\/\/smartbottle.univerre.ch\/de\/liste-der-geschaefte\/#breadcrumb"},"inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/smartbottle.univerre.ch\/de\/liste-der-geschaefte\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/smartbottle.univerre.ch\/de\/liste-der-geschaefte\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/smartbottle.univerre.ch\/de\/"},{"@type":"ListItem","position":2,"name":"Liste der Gesch\u00e4fte"}]},{"@type":"WebSite","@id":"https:\/\/smartbottle.univerre.ch\/de\/#website","url":"https:\/\/smartbottle.univerre.ch\/de\/","name":"Univerre | Smart Bottle","description":"Each bottle has a digital identity","publisher":{"@id":"https:\/\/smartbottle.univerre.ch\/de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/smartbottle.univerre.ch\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de-DE"},{"@type":"Organization","@id":"https:\/\/smartbottle.univerre.ch\/de\/#organization","name":"Univerre Smart Bottle","url":"https:\/\/smartbottle.univerre.ch\/de\/","logo":{"@type":"ImageObject","inLanguage":"de-DE","@id":"https:\/\/smartbottle.univerre.ch\/de\/#\/schema\/logo\/image\/","url":"https:\/\/smartbottle.univerre.ch\/wp-content\/uploads\/2020\/12\/Logo-1.png","contentUrl":"https:\/\/smartbottle.univerre.ch\/wp-content\/uploads\/2020\/12\/Logo-1.png","width":162,"height":56,"caption":"Univerre Smart Bottle"},"image":{"@id":"https:\/\/smartbottle.univerre.ch\/de\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/smartbottle.univerre.ch\/de\/wp-json\/wp\/v2\/pages\/7676","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/smartbottle.univerre.ch\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/smartbottle.univerre.ch\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/smartbottle.univerre.ch\/de\/wp-json\/wp\/v2\/users\/23"}],"replies":[{"embeddable":true,"href":"https:\/\/smartbottle.univerre.ch\/de\/wp-json\/wp\/v2\/comments?post=7676"}],"version-history":[{"count":1,"href":"https:\/\/smartbottle.univerre.ch\/de\/wp-json\/wp\/v2\/pages\/7676\/revisions"}],"predecessor-version":[{"id":9820,"href":"https:\/\/smartbottle.univerre.ch\/de\/wp-json\/wp\/v2\/pages\/7676\/revisions\/9820"}],"wp:attachment":[{"href":"https:\/\/smartbottle.univerre.ch\/de\/wp-json\/wp\/v2\/media?parent=7676"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}