{"products":"   <p><div class=\"toolbar toolbar-products\" data-mage-init='{\"productListToolbarForm\":{\"mode\":\"product_list_mode\",\"direction\":\"product_list_dir\",\"order\":\"product_list_order\",\"limit\":\"product_list_limit\",\"modeDefault\":\"grid\",\"directionDefault\":\"asc\",\"orderDefault\":\"position\",\"limitDefault\":24,\"url\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/de\\\/best-sellers?p=2\",\"formKey\":\"zQb6mvYEFXmwrLAn\",\"post\":false}}'><a href=\"#\" class=\"porto-product-filters-toggle sidebar-toggle d-inline-flex d-lg-none\"><svg data-name=\"Layer 3\" id=\"Layer_3\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><line class=\"cls-1\" x1=\"15\" x2=\"26\" y1=\"9\" y2=\"9\"><\/line><line class=\"cls-1\" x1=\"6\" x2=\"9\" y1=\"9\" y2=\"9\"><\/line><line class=\"cls-1\" x1=\"23\" x2=\"26\" y1=\"16\" y2=\"16\"><\/line><line class=\"cls-1\" x1=\"6\" x2=\"17\" y1=\"16\" y2=\"16\"><\/line><line class=\"cls-1\" x1=\"17\" x2=\"26\" y1=\"23\" y2=\"23\"><\/line><line class=\"cls-1\" x1=\"6\" x2=\"11\" y1=\"23\" y2=\"23\"><\/line><path class=\"cls-2\" d=\"M14.5,8.92A2.6,2.6,0,0,1,12,11.5,2.6,2.6,0,0,1,9.5,8.92a2.5,2.5,0,0,1,5,0Z\"><\/path><path class=\"cls-2\" d=\"M22.5,15.92a2.5,2.5,0,1,1-5,0,2.5,2.5,0,0,1,5,0Z\"><\/path><path class=\"cls-3\" d=\"M21,16a1,1,0,1,1-2,0,1,1,0,0,1,2,0Z\"><\/path><path class=\"cls-2\" d=\"M16.5,22.92A2.6,2.6,0,0,1,14,25.5a2.6,2.6,0,0,1-2.5-2.58,2.5,2.5,0,0,1,5,0Z\"><\/path><\/svg><span>Filter<\/span><\/a>    <div class=\"toolbar-sorter sorter\"><label class=\"sorter-label\" for=\"sorter\">Sortieren nach<\/label> <select id=\"sorter\" data-role=\"sorter\" class=\"sorter-options\"> <option value=\"position\"  selected=\"selected\"  >Popularity<\/option> <option value=\"sort-by-date\"  >Newest<\/option> <option value=\"sort-by-price-desc\"  >Price, high to low<\/option> <option value=\"sort-by-price\"  >Price, low to high<\/option><\/select>  <a title=\"Absteigend&#x20;sortieren\" href=\"#\" class=\"action sorter-action sort-asc\" data-role=\"direction-switcher\" data-value=\"desc\"><span>Absteigend sortieren<\/span><\/a> <\/div>    <p class=\"toolbar-amount\" id=\"toolbar-amount\"> Artikel <span class=\"toolbar-number\">25<\/span>-<span class=\"toolbar-number\">48<\/span> von <span class=\"toolbar-number\">53<\/span> <\/p>      <button class=\"pages_btn\" id=\"btn\" style=\"display: none;\">Show more reviews<\/button> <div class=\"pages\"><strong class=\"label pages-label\" id=\"paging-label\">Seite<\/strong> <ul class=\"items pages-items\" aria-labelledby=\"paging-label\"> <li class=\"item pages-item-previous\"> <a class=\"action&#x20; previous\" href=\"https:\/\/www.honeyplaybox.eu\/de\/best-sellers\" title=\"Zur&#xFC;ck\"><span class=\"label\">Seite<\/span> <span>Zur\u00fcck<\/span><\/a><\/li>      <li class=\"item\"><a href=\"https:\/\/www.honeyplaybox.eu\/de\/best-sellers\" class=\"page\"><span class=\"label\">Seite<\/span> <span>1<\/span><\/a><\/li>    <li class=\"item current\"><strong class=\"page\"><span class=\"label\">Sie lesen gerade die Seite<\/span> <span>2<\/span><\/strong><\/li>    <li class=\"item\"><a href=\"https:\/\/www.honeyplaybox.eu\/de\/best-sellers?p=3\" class=\"page\"><span class=\"label\">Seite<\/span> <span>3<\/span><\/a><\/li>      <li class=\"item pages-item-next\"> <a class=\"action  next\" href=\"https:\/\/www.honeyplaybox.eu\/de\/best-sellers?p=3\" title=\"Weiter\"><span class=\"label\">Seite<\/span> <span>Weiter<\/span><\/a><\/li> <\/ul><\/div>    <script>\n    require([\n        'jquery'\n    ], function ($) {\n        $(document).ready(function () {\n            if($('#customer-reviews').length > 0){\n                $('.pages').hide();\n                $('#btn').show();\n                initLoad();\n            }else{\n                $('#btn').hide();\n            }\n\n        });\n        function initLoad() {\n            self = $('.reviews_body');\n            \n            var PageNum = Math.floor(\"3\");\n            console.log('PageNum88888'+PageNum);\n            \n            var PageCurrent = Math.floor(\"2\");\n            \n            if(PageNum>1){\n            $('#btn').on(\"click\", function (e) {\n\n                    if(PageCurrent <= PageNum){\n                        var pageurl = \"https:\/\/www.honeyplaybox.eu\/de\/best-sellers\";\n                        var processUrl  = pageurl.substring(0,pageurl.indexOf(\"?\"));\n                        var suffixUrl = pageurl.substring(pageurl.indexOf(\"?\")+1,pageurl.length);\n                        var replaceUrl = suffixUrl.replace(\/&amp;\/g,\"&\");\n                        var dataUrl = pageurl+\"?p=\"+ PageCurrent;\n                        if(pageurl.indexOf(\"?\") > 0){\n                            if(pageurl.indexOf(\"&\") > 0){\n                                dataUrl = processUrl+\"?p=\"+ PageCurrent+\"&\"+replaceUrl;\n                            }else{\n                                dataUrl = processUrl+\"?p=\"+ PageCurrent+\"&\"+suffixUrl;\n                            }\n                        }\n                        \n                        \n                        \n                        \n                        \n                        \n                        \n                        \n                        \n                        $.ajax({\n                            type:\"GET\",\n                            url:dataUrl, success: function(result){\n                                \n                                self.append($(result).find('.reviews_body').html());\n                                \n                                $('.reviews_content_img img').addClass(\"loaded\");\n                                $('.reviews_content_img img').each(function () {\n                                    var dateimg = $(this).attr(\"data-src\");\n                                    $(this).attr('src',dateimg);\n                                });\n\n                                if ($('.reviews_content_img')[0]){\n                                    flow(10, 10);\n                                    $('.reviews_content_img img').on('load', function(){\n                                        flow(10, 10);\n                                    });\n                                } else {\n                                    flow(10, 10);\n                                }\n                                \n                                \n                                if(PageCurrent == PageNum){\n                                    console.log('PageCurrent'+ PageCurrent+'PageNum'+PageNum);\n                                    $('#btn').hide();\n                                }\n                                PageCurrent++;\n                            }});\n                        e.stopPropagation();\n                    }else{\n                        console.log('PageCurrent'+ PageCurrent);\n                        $('#btn').hide();\n                    }\n            });\n            }else{\n                console.log('pageNum'+ PageNum);\n                $('#btn').hide();\n            }\n        }\n            \n        }\n    );<\/script>   <div class=\"field limiter\"><label class=\"label\" for=\"limiter\"><span>Zeige<\/span><\/label> <div class=\"control\"><select id=\"limiter\" data-role=\"limiter\" class=\"limiter-options\"> <option value=\"24\"  selected=\"selected\" >24<\/option> <option value=\"36\" >36<\/option> <option value=\"48\" >48<\/option><\/select><\/div><span class=\"limiter-text\">pro Seite<\/span><\/div>     <div class=\"modes\">  <strong class=\"modes-label\" id=\"modes-label\">Anzeigen als<\/strong>   <strong title=\"Liste\" class=\"modes-mode active mode-grid\" data-value=\"grid\"><span>Liste<\/span><\/strong>    <a class=\"modes-mode mode-list\" title=\"Liste\" href=\"#\" data-role=\"mode-switcher\" data-value=\"list\" id=\"mode-list\" aria-labelledby=\"modes-label mode-list\"><span>Liste<\/span><\/a>   <\/div> <\/div>  <script type=\"text\/x-magento-init\">\n    {\n        \"body\": {\n            \"addToWishlist\": {\"productType\":[\"simple\",\"virtual\",\"downloadable\",\"bundle\",\"grouped\",\"configurable\",\"wkgiftcard\"]}        }\n    }<\/script>  <div class=\"products wrapper grid columns4 products-grid   \"> <ol class=\"filterproducts products list items product-items\">   <li class=\"item product product-item\"> <div class=\"product-item-info type3\" data-container=\"product-grid\"> <div class=\"product photo product-item-photo\"><a href=\"https:\/\/www.honeyplaybox.eu\/de\/defy-anal-vibrator\" tabindex=\"-1\">    <div class=\"top-left category\">       <\/div>  <img class="lazyload" class=\"product-image-photo default_image\" loading=\"lazy\"  src=\"https:\/\/cdn.honeyplaybox.eu\/media\/catalog\/product\/cache\/9ca3de83ed0a70215006b360dd0f8794\/v\/i\/vibrating-anal-beads-Defy-S-C60A.jpg\" width=\"300\" height=\"300\" alt=\"Defy - Analperlen &amp; Vibrierender Analvibrator\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <form data-role=\"tocart-form\" action=\"https:\/\/www.honeyplaybox.eu\/de\/checkout\/cart\/add\/uenc\/aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\/product\/2064\/\" method=\"post\"><input type=\"hidden\" name=\"product\" value=\"2064\"><input type=\"hidden\" name=\"uenc\" value=\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdWFHOXVaWGx3YkdGNVltOTRMbVYxTDJSbEwySmxjM1F0YzJWc2JHVnljejl3UFRJfi9wcm9kdWN0LzIwNjQv\"><input name=\"form_key\" type=\"hidden\" value=\"zQb6mvYEFXmwrLAn\" \/> <button type=\"submit\" title=\"Besorgen\" class=\"action tocart primary\"><span>Besorgen<\/span><\/button><\/form><\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Zur Wunschliste hinzuf\u00fcgen\" aria-label=\"Zur Wunschliste hinzuf\u00fcgen\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/de\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2064,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Zur Wunschliste hinzuf\u00fcgen<\/span><\/a>   <\/div><\/div><\/div><div class=\"product details product-item-details\"> <strong class=\"product name product-item-name\"><a class=\"product-item-link\" href=\"https:\/\/www.honeyplaybox.eu\/de\/defy-anal-vibrator\">Defy - Analperlen &amp; Vibrierender Analvibrator<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Bewertung:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2064\" title=\"92%\"><span><span>92%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elem4Eb8y9QqArray = document.querySelectorAll('#rating-result_2064 span');\n    if(elem4Eb8y9QqArray.length !== 'undefined'){\n        elem4Eb8y9QqArray.forEach(function(element) {\n            if (element) {\n                element.style.width = '92%';\n\n            }\n        });\n    }<\/script><\/div> <div class=\"reviews-actions\"> (28)<\/div><\/div>     <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"2064\" data-price-box=\"product-id-2064\">     <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span  id=\"product-price-2064\"  data-price-amount=\"48.99\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">48,99\u00a0\u20ac<\/span><\/span>  <\/span>  <\/div>   <\/div><\/div>   <\/li><li class=\"item product product-item\"> <div class=\"product-item-info type3\" data-container=\"product-grid\"> <div class=\"product photo product-item-photo\"><a href=\"https:\/\/www.honeyplaybox.eu\/de\/warrior-masturbator\" tabindex=\"-1\">    <div class=\"top-left category\">           <div class=\"product-label sale-label\" style=\"background-color: #eabf8e;\">NEU<\/div>  <\/div>  <img class="lazyload" class=\"product-image-photo default_image\" loading=\"lazy\"  src=\"https:\/\/cdn.honeyplaybox.eu\/media\/catalog\/product\/cache\/9ca3de83ed0a70215006b360dd0f8794\/m\/a\/male-stroker.gif\" width=\"300\" height=\"300\" alt=\"male stroker\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <form data-role=\"tocart-form\" action=\"https:\/\/www.honeyplaybox.eu\/de\/checkout\/cart\/add\/uenc\/aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\/product\/2390\/\" method=\"post\"><input type=\"hidden\" name=\"product\" value=\"2390\"><input type=\"hidden\" name=\"uenc\" value=\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdWFHOXVaWGx3YkdGNVltOTRMbVYxTDJSbEwySmxjM1F0YzJWc2JHVnljejl3UFRJfi9wcm9kdWN0LzIzOTAv\"><input name=\"form_key\" type=\"hidden\" value=\"zQb6mvYEFXmwrLAn\" \/> <button type=\"submit\" title=\"Besorgen\" class=\"action tocart primary\"><span>Besorgen<\/span><\/button><\/form><\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Zur Wunschliste hinzuf\u00fcgen\" aria-label=\"Zur Wunschliste hinzuf\u00fcgen\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/de\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2390,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Zur Wunschliste hinzuf\u00fcgen<\/span><\/a>   <\/div><\/div><\/div><div class=\"product details product-item-details\"> <strong class=\"product name product-item-name\"><a class=\"product-item-link\" href=\"https:\/\/www.honeyplaybox.eu\/de\/warrior-masturbator\">Warrior - Automatischer Masturbator mit Freih\u00e4ndig Schiebendem Stroker<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Bewertung:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2390\" title=\"91%\"><span><span>91%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemFw7zrPdQArray = document.querySelectorAll('#rating-result_2390 span');\n    if(elemFw7zrPdQArray.length !== 'undefined'){\n        elemFw7zrPdQArray.forEach(function(element) {\n            if (element) {\n                element.style.width = '91%';\n\n            }\n        });\n    }<\/script><\/div> <div class=\"reviews-actions\"> (53)<\/div><\/div>     <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"2390\" data-price-box=\"product-id-2390\">     <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span  id=\"product-price-2390\"  data-price-amount=\"129.9\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">129,90\u00a0\u20ac<\/span><\/span>  <\/span>  <\/div>   <\/div><\/div>   <\/li><li class=\"item product product-item\"> <div class=\"product-item-info type3\" data-container=\"product-grid\"> <div class=\"product photo product-item-photo\"><a href=\"https:\/\/www.honeyplaybox.eu\/de\/iza-penis-ring\" tabindex=\"-1\">    <div class=\"top-left category\">       <\/div>  <img class="lazyload" class=\"product-image-photo default_image\" loading=\"lazy\"  src=\"https:\/\/cdn.honeyplaybox.eu\/media\/catalog\/product\/cache\/9ca3de83ed0a70215006b360dd0f8794\/s\/i\/silicone-penis-ring-Iza-AP-19-734BL.jpg\" width=\"300\" height=\"300\" alt=\"Iza - Anal Vibrator und Silikon Schwanz Ring Fernbedienung\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <form data-role=\"tocart-form\" action=\"https:\/\/www.honeyplaybox.eu\/de\/checkout\/cart\/add\/uenc\/aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\/product\/2079\/\" method=\"post\"><input type=\"hidden\" name=\"product\" value=\"2079\"><input type=\"hidden\" name=\"uenc\" value=\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdWFHOXVaWGx3YkdGNVltOTRMbVYxTDJSbEwySmxjM1F0YzJWc2JHVnljejl3UFRJfi9wcm9kdWN0LzIwNzkv\"><input name=\"form_key\" type=\"hidden\" value=\"zQb6mvYEFXmwrLAn\" \/> <button type=\"submit\" title=\"Besorgen\" class=\"action tocart primary\"><span>Besorgen<\/span><\/button><\/form><\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Zur Wunschliste hinzuf\u00fcgen\" aria-label=\"Zur Wunschliste hinzuf\u00fcgen\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/de\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2079,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Zur Wunschliste hinzuf\u00fcgen<\/span><\/a>   <\/div><\/div><\/div><div class=\"product details product-item-details\"> <strong class=\"product name product-item-name\"><a class=\"product-item-link\" href=\"https:\/\/www.honeyplaybox.eu\/de\/iza-penis-ring\">Iza - Anal Vibrator und Silikon Schwanz Ring Fernbedienung<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Bewertung:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2079\" title=\"100%\"><span><span>100%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemb25Pu4eRArray = document.querySelectorAll('#rating-result_2079 span');\n    if(elemb25Pu4eRArray.length !== 'undefined'){\n        elemb25Pu4eRArray.forEach(function(element) {\n            if (element) {\n                element.style.width = '100%';\n\n            }\n        });\n    }<\/script><\/div> <div class=\"reviews-actions\"> (3)<\/div><\/div>     <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"2079\" data-price-box=\"product-id-2079\">     <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span  id=\"product-price-2079\"  data-price-amount=\"56.98\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">56,98\u00a0\u20ac<\/span><\/span>  <\/span>  <\/div>   <\/div><\/div>   <\/li><li class=\"item product product-item\"> <div class=\"product-item-info type3\" data-container=\"product-grid\"> <div class=\"product photo product-item-photo\"><a href=\"https:\/\/www.honeyplaybox.eu\/de\/jesslyn-g-spot-vibrator\" tabindex=\"-1\">    <div class=\"top-left category\">           <div class=\"product-label sale-label\" style=\"background-color: #eabf8e;\">NEU<\/div>  <\/div>  <img class="lazyload" class=\"product-image-photo default_image\" loading=\"lazy\"  src=\"https:\/\/cdn.honeyplaybox.eu\/media\/catalog\/product\/d\/e\/de_jesslyn_924_1220_1_.webp\" width=\"300\" height=\"300\" alt=\"JESSLYN Tapping Klitoris-Stimulator G-Punkt Vibrator mit gleitenden Perlenring\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <form data-role=\"tocart-form\" action=\"https:\/\/www.honeyplaybox.eu\/de\/checkout\/cart\/add\/uenc\/aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\/product\/2516\/\" method=\"post\"><input type=\"hidden\" name=\"product\" value=\"2516\"><input type=\"hidden\" name=\"uenc\" value=\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdWFHOXVaWGx3YkdGNVltOTRMbVYxTDJSbEwySmxjM1F0YzJWc2JHVnljejl3UFRJfi9wcm9kdWN0LzI1MTYv\"><input name=\"form_key\" type=\"hidden\" value=\"zQb6mvYEFXmwrLAn\" \/> <button type=\"submit\" title=\"Besorgen\" class=\"action tocart primary\"><span>Besorgen<\/span><\/button><\/form><\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Zur Wunschliste hinzuf\u00fcgen\" aria-label=\"Zur Wunschliste hinzuf\u00fcgen\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/de\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2516,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Zur Wunschliste hinzuf\u00fcgen<\/span><\/a>   <\/div><\/div><\/div><div class=\"product details product-item-details\"> <strong class=\"product name product-item-name\"><a class=\"product-item-link\" href=\"https:\/\/www.honeyplaybox.eu\/de\/jesslyn-g-spot-vibrator\">JESSLYN Tapping Klitoris-Stimulator G-Punkt Vibrator mit gleitenden Perlenring<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Bewertung:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2516\" title=\"96%\"><span><span>96%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemTDcilhCsArray = document.querySelectorAll('#rating-result_2516 span');\n    if(elemTDcilhCsArray.length !== 'undefined'){\n        elemTDcilhCsArray.forEach(function(element) {\n            if (element) {\n                element.style.width = '96%';\n\n            }\n        });\n    }<\/script><\/div> <div class=\"reviews-actions\"> (19)<\/div><\/div>     <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"2516\" data-price-box=\"product-id-2516\">     <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span  id=\"product-price-2516\"  data-price-amount=\"78.99\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">78,99\u00a0\u20ac<\/span><\/span>  <\/span>  <\/div>   <\/div><\/div>   <\/li><li class=\"item product product-item\"> <div class=\"product-item-info type3\" data-container=\"product-grid\"> <div class=\"product photo product-item-photo\"><a href=\"https:\/\/www.honeyplaybox.eu\/de\/idris-anal-vibrator\" tabindex=\"-1\">    <div class=\"top-left category\">       <\/div>  <img class="lazyload" class=\"product-image-photo default_image\" loading=\"lazy\"  src=\"https:\/\/cdn.honeyplaybox.eu\/media\/catalog\/product\/cache\/9ca3de83ed0a70215006b360dd0f8794\/v\/i\/vibrating-anal-training-kit-Idris-SQ-V46A.jpg\" width=\"300\" height=\"300\" alt=\"Idris - Analvibrator und Vibrierendes Analplug-Set\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <form data-role=\"tocart-form\" action=\"https:\/\/www.honeyplaybox.eu\/de\/checkout\/cart\/add\/uenc\/aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\/product\/2066\/\" method=\"post\"><input type=\"hidden\" name=\"product\" value=\"2066\"><input type=\"hidden\" name=\"uenc\" value=\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdWFHOXVaWGx3YkdGNVltOTRMbVYxTDJSbEwySmxjM1F0YzJWc2JHVnljejl3UFRJfi9wcm9kdWN0LzIwNjYv\"><input name=\"form_key\" type=\"hidden\" value=\"zQb6mvYEFXmwrLAn\" \/> <button type=\"submit\" title=\"Besorgen\" class=\"action tocart primary\"><span>Besorgen<\/span><\/button><\/form><\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Zur Wunschliste hinzuf\u00fcgen\" aria-label=\"Zur Wunschliste hinzuf\u00fcgen\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/de\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2066,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Zur Wunschliste hinzuf\u00fcgen<\/span><\/a>   <\/div><\/div><\/div><div class=\"product details product-item-details\"> <strong class=\"product name product-item-name\"><a class=\"product-item-link\" href=\"https:\/\/www.honeyplaybox.eu\/de\/idris-anal-vibrator\">Idris - Analvibrator und Vibrierendes Analplug-Set<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Bewertung:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2066\" title=\"93%\"><span><span>93%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemnnwRcsQiArray = document.querySelectorAll('#rating-result_2066 span');\n    if(elemnnwRcsQiArray.length !== 'undefined'){\n        elemnnwRcsQiArray.forEach(function(element) {\n            if (element) {\n                element.style.width = '93%';\n\n            }\n        });\n    }<\/script><\/div> <div class=\"reviews-actions\"> (37)<\/div><\/div>     <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"2066\" data-price-box=\"product-id-2066\">     <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span  id=\"product-price-2066\"  data-price-amount=\"79.9\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">79,90\u00a0\u20ac<\/span><\/span>  <\/span>  <\/div>   <\/div><\/div>   <\/li><li class=\"item product product-item\"> <div class=\"product-item-info type3\" data-container=\"product-grid\"> <div class=\"product photo product-item-photo\"><a href=\"https:\/\/www.honeyplaybox.eu\/de\/blanche-masturbator\" tabindex=\"-1\">    <div class=\"top-left category\">       <\/div>  <img class="lazyload" class=\"product-image-photo default_image\" loading=\"lazy\"  src=\"https:\/\/cdn.honeyplaybox.eu\/media\/catalog\/product\/cache\/9ca3de83ed0a70215006b360dd0f8794\/m\/i\/mindblowing-Blanche-AC-23-840WH.jpg\" width=\"300\" height=\"300\" alt=\"mindblowing\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <form data-role=\"tocart-form\" action=\"https:\/\/www.honeyplaybox.eu\/de\/checkout\/cart\/add\/uenc\/aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\/product\/2329\/\" method=\"post\"><input type=\"hidden\" name=\"product\" value=\"2329\"><input type=\"hidden\" name=\"uenc\" value=\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdWFHOXVaWGx3YkdGNVltOTRMbVYxTDJSbEwySmxjM1F0YzJWc2JHVnljejl3UFRJfi9wcm9kdWN0LzIzMjkv\"><input name=\"form_key\" type=\"hidden\" value=\"zQb6mvYEFXmwrLAn\" \/> <button type=\"submit\" title=\"Besorgen\" class=\"action tocart primary\"><span>Besorgen<\/span><\/button><\/form><\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Zur Wunschliste hinzuf\u00fcgen\" aria-label=\"Zur Wunschliste hinzuf\u00fcgen\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/de\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2329,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Zur Wunschliste hinzuf\u00fcgen<\/span><\/a>   <\/div><\/div><\/div><div class=\"product details product-item-details\"> <strong class=\"product name product-item-name\"><a class=\"product-item-link\" href=\"https:\/\/www.honeyplaybox.eu\/de\/blanche-masturbator\">Blanche - Automatischer Masturbator f\u00fcr M\u00e4nner mit Blowjob-Spielzeug<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Bewertung:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2329\" title=\"99%\"><span><span>99%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemTfCntMbsArray = document.querySelectorAll('#rating-result_2329 span');\n    if(elemTfCntMbsArray.length !== 'undefined'){\n        elemTfCntMbsArray.forEach(function(element) {\n            if (element) {\n                element.style.width = '99%';\n\n            }\n        });\n    }<\/script><\/div> <div class=\"reviews-actions\"> (83)<\/div><\/div>     <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"2329\" data-price-box=\"product-id-2329\">     <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span  id=\"product-price-2329\"  data-price-amount=\"119.9\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">119,90\u00a0\u20ac<\/span><\/span>  <\/span>  <\/div>   <\/div><\/div>   <\/li><li class=\"item product product-item\"> <div class=\"product-item-info type3\" data-container=\"product-grid\"> <div class=\"product photo product-item-photo\"><a href=\"https:\/\/www.honeyplaybox.eu\/de\/priti-automatic-rotating-penis-stimulator\" tabindex=\"-1\">    <div class=\"top-left category\">       <\/div>  <img class="lazyload" class=\"product-image-photo default_image\" loading=\"lazy\"  src=\"https:\/\/cdn.honeyplaybox.eu\/media\/catalog\/product\/cache\/9ca3de83ed0a70215006b360dd0f8794\/s\/t\/stimulating-the-penis-Priti-AC-22-767BL.jpg\" width=\"300\" height=\"300\" alt=\"stimulating the penis\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <form data-role=\"tocart-form\" action=\"https:\/\/www.honeyplaybox.eu\/de\/checkout\/cart\/add\/uenc\/aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\/product\/2181\/\" method=\"post\"><input type=\"hidden\" name=\"product\" value=\"2181\"><input type=\"hidden\" name=\"uenc\" value=\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdWFHOXVaWGx3YkdGNVltOTRMbVYxTDJSbEwySmxjM1F0YzJWc2JHVnljejl3UFRJfi9wcm9kdWN0LzIxODEv\"><input name=\"form_key\" type=\"hidden\" value=\"zQb6mvYEFXmwrLAn\" \/> <button type=\"submit\" title=\"Besorgen\" class=\"action tocart primary\"><span>Besorgen<\/span><\/button><\/form><\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Zur Wunschliste hinzuf\u00fcgen\" aria-label=\"Zur Wunschliste hinzuf\u00fcgen\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/de\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2181,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Zur Wunschliste hinzuf\u00fcgen<\/span><\/a>   <\/div><\/div><\/div><div class=\"product details product-item-details\"> <strong class=\"product name product-item-name\"><a class=\"product-item-link\" href=\"https:\/\/www.honeyplaybox.eu\/de\/priti-automatic-rotating-penis-stimulator\">Priti - Automatisch Rotierender Penis Stimulator<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Bewertung:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2181\" title=\"100%\"><span><span>100%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elem7nY7mAvcArray = document.querySelectorAll('#rating-result_2181 span');\n    if(elem7nY7mAvcArray.length !== 'undefined'){\n        elem7nY7mAvcArray.forEach(function(element) {\n            if (element) {\n                element.style.width = '100%';\n\n            }\n        });\n    }<\/script><\/div> <div class=\"reviews-actions\"> (4)<\/div><\/div>     <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"2181\" data-price-box=\"product-id-2181\">     <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span  id=\"product-price-2181\"  data-price-amount=\"59.9\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">59,90\u00a0\u20ac<\/span><\/span>  <\/span>  <\/div>   <\/div><\/div>   <\/li><li class=\"item product product-item\"> <div class=\"product-item-info type3\" data-container=\"product-grid\"> <div class=\"product photo product-item-photo\"><a href=\"https:\/\/www.honeyplaybox.eu\/de\/bailaora-vibrator\" tabindex=\"-1\">    <div class=\"top-left category\">     <div class=\"product-label sale-label\" style=\"background-color: #ff4e00;\">-11%<\/div>   <\/div>  <img class="lazyload" class=\"product-image-photo default_image\" loading=\"lazy\"  src=\"https:\/\/cdn.honeyplaybox.eu\/media\/catalog\/product\/b\/a\/bailaora_976re_0105_2_.webp\" width=\"300\" height=\"300\" alt=\"THE EMPRESS Clit Licking &amp; Sucking Stimulator mit Zauberstab Massager\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <div class=\"stock unavailable\"><span>Nicht lieferbar<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Zur Wunschliste hinzuf\u00fcgen\" aria-label=\"Zur Wunschliste hinzuf\u00fcgen\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/de\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2622,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Zur Wunschliste hinzuf\u00fcgen<\/span><\/a>   <\/div><\/div><\/div><div class=\"product details product-item-details\"> <strong class=\"product name product-item-name\"><a class=\"product-item-link\" href=\"https:\/\/www.honeyplaybox.eu\/de\/bailaora-vibrator\">THE EMPRESS Clit Licking &amp; Sucking Stimulator mit Zauberstab Massager<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Bewertung:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2622\" title=\"95%\"><span><span>95%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemg2puOdGGArray = document.querySelectorAll('#rating-result_2622 span');\n    if(elemg2puOdGGArray.length !== 'undefined'){\n        elemg2puOdGGArray.forEach(function(element) {\n            if (element) {\n                element.style.width = '95%';\n\n            }\n        });\n    }<\/script><\/div> <div class=\"reviews-actions\"> (4)<\/div><\/div>     <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"2622\" data-price-box=\"product-id-2622\">   <span class=\"special-price\">  <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span class=\"price-label\">Special Price<\/span>  <span  id=\"product-price-2622\"  data-price-amount=\"79.99\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">79,99\u00a0\u20ac<\/span><\/span>  <\/span><\/span> <span class=\"old-price\">  <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span class=\"price-label\">Regular Price<\/span>  <span  id=\"old-price-2622\"  data-price-amount=\"89.99\" data-price-type=\"oldPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">89,99\u00a0\u20ac<\/span><\/span>  <\/span><\/span>  <\/div>   <\/div><\/div>   <\/li><li class=\"item product product-item\"> <div class=\"product-item-info type3\" data-container=\"product-grid\"> <div class=\"product photo product-item-photo\"><a href=\"https:\/\/www.honeyplaybox.eu\/de\/roxy-licking-sex-toy-vibrating-dual-penis-ring\" tabindex=\"-1\">    <div class=\"top-left category\">       <\/div>  <img class="lazyload" class=\"product-image-photo default_image\" loading=\"lazy\"  src=\"https:\/\/cdn.honeyplaybox.eu\/media\/catalog\/product\/cache\/9ca3de83ed0a70215006b360dd0f8794\/c\/o\/cock-rings-Roxy-CR-07-206PR.gif\" width=\"300\" height=\"300\" alt=\"cock rings\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <div class=\"stock unavailable\"><span>Nicht lieferbar<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Zur Wunschliste hinzuf\u00fcgen\" aria-label=\"Zur Wunschliste hinzuf\u00fcgen\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/de\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2248,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Zur Wunschliste hinzuf\u00fcgen<\/span><\/a>   <\/div><\/div><\/div><div class=\"product details product-item-details\"> <strong class=\"product name product-item-name\"><a class=\"product-item-link\" href=\"https:\/\/www.honeyplaybox.eu\/de\/roxy-licking-sex-toy-vibrating-dual-penis-ring\">Roxy - Leckendes Sexspielzeug &amp; Vibrierender Doppelpenisring<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Bewertung:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2248\" title=\"97%\"><span><span>97%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemVvsoIYVeArray = document.querySelectorAll('#rating-result_2248 span');\n    if(elemVvsoIYVeArray.length !== 'undefined'){\n        elemVvsoIYVeArray.forEach(function(element) {\n            if (element) {\n                element.style.width = '97%';\n\n            }\n        });\n    }<\/script><\/div> <div class=\"reviews-actions\"> (88)<\/div><\/div>     <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"2248\" data-price-box=\"product-id-2248\">     <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span  id=\"product-price-2248\"  data-price-amount=\"59.99\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">59,99\u00a0\u20ac<\/span><\/span>  <\/span>  <\/div>   <\/div><\/div>   <\/li><li class=\"item product product-item\"> <div class=\"product-item-info type3\" data-container=\"product-grid\"> <div class=\"product photo product-item-photo\"><a href=\"https:\/\/www.honeyplaybox.eu\/de\/the-beetles-love-egg-vibrator-remote-control\" tabindex=\"-1\">    <div class=\"top-left category\">     <div class=\"product-label sale-label\" style=\"background-color: #ff4e00;\">-20%<\/div>   <\/div>  <img class="lazyload" class=\"product-image-photo default_image\" loading=\"lazy\"  src=\"https:\/\/cdn.honeyplaybox.eu\/media\/catalog\/product\/cache\/9ca3de83ed0a70215006b360dd0f8794\/t\/h\/the-beetles-honey-play-box-official-1.jpg\" width=\"300\" height=\"300\" alt=\"the-beetles-VE-18-726\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <div class=\"stock unavailable\"><span>Nicht lieferbar<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Zur Wunschliste hinzuf\u00fcgen\" aria-label=\"Zur Wunschliste hinzuf\u00fcgen\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/de\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2236,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Zur Wunschliste hinzuf\u00fcgen<\/span><\/a>   <\/div><\/div><\/div><div class=\"product details product-item-details\"> <strong class=\"product name product-item-name\"><a class=\"product-item-link\" href=\"https:\/\/www.honeyplaybox.eu\/de\/the-beetles-love-egg-vibrator-remote-control\">The Beetles \u2013 Liebeskugeln Vibratorei mit Fernsteuerung<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Bewertung:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2236\" title=\"98%\"><span><span>98%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemTYUJh6ARArray = document.querySelectorAll('#rating-result_2236 span');\n    if(elemTYUJh6ARArray.length !== 'undefined'){\n        elemTYUJh6ARArray.forEach(function(element) {\n            if (element) {\n                element.style.width = '98%';\n\n            }\n        });\n    }<\/script><\/div> <div class=\"reviews-actions\"> (9)<\/div><\/div>     <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"2236\" data-price-box=\"product-id-2236\">   <span class=\"special-price\">  <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span class=\"price-label\">Special Price<\/span>  <span  id=\"product-price-2236\"  data-price-amount=\"44.99\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">44,99\u00a0\u20ac<\/span><\/span>  <\/span><\/span> <span class=\"old-price\">  <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span class=\"price-label\">Regular Price<\/span>  <span  id=\"old-price-2236\"  data-price-amount=\"55.99\" data-price-type=\"oldPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">55,99\u00a0\u20ac<\/span><\/span>  <\/span><\/span>  <\/div>   <\/div><\/div>   <\/li><li class=\"item product product-item\"> <div class=\"product-item-info type3\" data-container=\"product-grid\"> <div class=\"product photo product-item-photo\"><a href=\"https:\/\/www.honeyplaybox.eu\/de\/rose-twister-hands-free-remote-vibrating-anal-plug\" tabindex=\"-1\">   <img class="lazyload" class=\"product-image-photo default_image\" loading=\"lazy\"  src=\"https:\/\/cdn.honeyplaybox.eu\/media\/catalog\/product\/cache\/9ca3de83ed0a70215006b360dd0f8794\/v\/i\/Vibrating-Anal-Plug-Rose-Twister-AP-13-783RR.jpg\" width=\"300\" height=\"300\" alt=\"Vibrating Anal Plug\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <div class=\"stock unavailable\"><span>Nicht lieferbar<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Zur Wunschliste hinzuf\u00fcgen\" aria-label=\"Zur Wunschliste hinzuf\u00fcgen\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/de\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2233,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Zur Wunschliste hinzuf\u00fcgen<\/span><\/a>   <\/div><\/div><\/div><div class=\"product details product-item-details\"> <strong class=\"product name product-item-name\"><a class=\"product-item-link\" href=\"https:\/\/www.honeyplaybox.eu\/de\/rose-twister-hands-free-remote-vibrating-anal-plug\">Rose Twister \u2013 Hands-Free Remote Vibrating Anal Plug<\/a><\/strong>          <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"2233\" data-price-box=\"product-id-2233\">     <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span  id=\"product-price-2233\"  data-price-amount=\"51.99\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">51,99\u00a0\u20ac<\/span><\/span>  <\/span>  <\/div>   <\/div><\/div>   <\/li><li class=\"item product product-item\"> <div class=\"product-item-info type3\" data-container=\"product-grid\"> <div class=\"product photo product-item-photo\"><a href=\"https:\/\/www.honeyplaybox.eu\/de\/gale-autoblowjob\" tabindex=\"-1\">    <div class=\"top-left category\">       <\/div>  <img class="lazyload" class=\"product-image-photo default_image\" loading=\"lazy\"  src=\"https:\/\/cdn.honeyplaybox.eu\/media\/catalog\/product\/cache\/9ca3de83ed0a70215006b360dd0f8794\/g\/a\/gale_male_stroker.gif\" width=\"300\" height=\"300\" alt=\"gale male stroker\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <div class=\"stock unavailable\"><span>Nicht lieferbar<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Zur Wunschliste hinzuf\u00fcgen\" aria-label=\"Zur Wunschliste hinzuf\u00fcgen\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/de\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2208,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Zur Wunschliste hinzuf\u00fcgen<\/span><\/a>   <\/div><\/div><\/div><div class=\"product details product-item-details\"> <strong class=\"product name product-item-name\"><a class=\"product-item-link\" href=\"https:\/\/www.honeyplaybox.eu\/de\/gale-autoblowjob\">Gale - Rotierender &amp; Sto\u00dfender Hands-free M\u00e4nnlicher Masturbator f\u00fcr Blowjobs<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Bewertung:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2208\" title=\"97%\"><span><span>97%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemP5ChdL5LArray = document.querySelectorAll('#rating-result_2208 span');\n    if(elemP5ChdL5LArray.length !== 'undefined'){\n        elemP5ChdL5LArray.forEach(function(element) {\n            if (element) {\n                element.style.width = '97%';\n\n            }\n        });\n    }<\/script><\/div> <div class=\"reviews-actions\"> (44)<\/div><\/div>     <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"2208\" data-price-box=\"product-id-2208\">     <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span  id=\"product-price-2208\"  data-price-amount=\"119.9\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">119,90\u00a0\u20ac<\/span><\/span>  <\/span>  <\/div>   <\/div><\/div>   <\/li><li class=\"item product product-item\"> <div class=\"product-item-info type3\" data-container=\"product-grid\"> <div class=\"product photo product-item-photo\"><a href=\"https:\/\/www.honeyplaybox.eu\/de\/aspen-automatic-male-masturbator-blowjob-machine\" tabindex=\"-1\">    <div class=\"top-left category\">       <\/div>  <img class="lazyload lazyload" class=\"product-image-photo default_image\" loading=\"lazy\"  src=\"https:\/\/cdn.honeyplaybox.eu\/media\/catalog\/product\/cache\/9ca3de83ed0a70215006b360dd0f8794\/a\/u\/automatic-masturbator-for-men-Aspen-AC-21-748BL.jpg\" width=\"300\" height=\"300\" alt=\"Aspen - Automatischer m\u00e4nnlicher Masturbator Blowjob Maschine\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <div class=\"stock unavailable\"><span>Nicht lieferbar<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Zur Wunschliste hinzuf\u00fcgen\" aria-label=\"Zur Wunschliste hinzuf\u00fcgen\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/de\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2205,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Zur Wunschliste hinzuf\u00fcgen<\/span><\/a>   <\/div><\/div><\/div><div class=\"product details product-item-details\"> <strong class=\"product name product-item-name\"><a class=\"product-item-link\" href=\"https:\/\/www.honeyplaybox.eu\/de\/aspen-automatic-male-masturbator-blowjob-machine\">Aspen - Automatischer m\u00e4nnlicher Masturbator Blowjob Maschine<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Bewertung:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2205\" title=\"93%\"><span><span>93%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemP7imuD15Array = document.querySelectorAll('#rating-result_2205 span');\n    if(elemP7imuD15Array.length !== 'undefined'){\n        elemP7imuD15Array.forEach(function(element) {\n            if (element) {\n                element.style.width = '93%';\n\n            }\n        });\n    }<\/script><\/div> <div class=\"reviews-actions\"> (3)<\/div><\/div>     <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"2205\" data-price-box=\"product-id-2205\">     <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span  id=\"product-price-2205\"  data-price-amount=\"75.99\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">75,99\u00a0\u20ac<\/span><\/span>  <\/span>  <\/div>   <\/div><\/div>   <\/li><li class=\"item product product-item\"> <div class=\"product-item-info type3\" data-container=\"product-grid\"> <div class=\"product photo product-item-photo\"><a href=\"https:\/\/www.honeyplaybox.eu\/de\/dolphin-rolling-g-spot-vibrator-clit-stimulator\" tabindex=\"-1\">    <div class=\"top-left category\">       <\/div>  <img class="lazyload lazyload" class=\"product-image-photo default_image\" loading=\"lazy\"  src=\"https:\/\/cdn.honeyplaybox.eu\/media\/catalog\/product\/cache\/9ca3de83ed0a70215006b360dd0f8794\/c\/l\/clit-and-g-spot-vibrator-Dolphin-VS-07-715PU.jpg\" width=\"300\" height=\"300\" alt=\"Dolphin - Rollender G-Punkt-Vibrator &amp; Klitoris-Stimulator\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <div class=\"stock unavailable\"><span>Nicht lieferbar<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Zur Wunschliste hinzuf\u00fcgen\" aria-label=\"Zur Wunschliste hinzuf\u00fcgen\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/de\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2203,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Zur Wunschliste hinzuf\u00fcgen<\/span><\/a>   <\/div><\/div><\/div><div class=\"product details product-item-details\"> <strong class=\"product name product-item-name\"><a class=\"product-item-link\" href=\"https:\/\/www.honeyplaybox.eu\/de\/dolphin-rolling-g-spot-vibrator-clit-stimulator\">Dolphin - Rollender G-Punkt-Vibrator &amp; Klitoris-Stimulator<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Bewertung:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2203\" title=\"100%\"><span><span>100%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elem7CT3aCIOArray = document.querySelectorAll('#rating-result_2203 span');\n    if(elem7CT3aCIOArray.length !== 'undefined'){\n        elem7CT3aCIOArray.forEach(function(element) {\n            if (element) {\n                element.style.width = '100%';\n\n            }\n        });\n    }<\/script><\/div> <div class=\"reviews-actions\"> (3)<\/div><\/div>     <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"2203\" data-price-box=\"product-id-2203\">     <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span  id=\"product-price-2203\"  data-price-amount=\"50.99\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">50,99\u00a0\u20ac<\/span><\/span>  <\/span>  <\/div>   <\/div><\/div>   <\/li><li class=\"item product product-item\"> <div class=\"product-item-info type3\" data-container=\"product-grid\"> <div class=\"product photo product-item-photo\"><a href=\"https:\/\/www.honeyplaybox.eu\/de\/jubilee-clitoral-licking-vibrator\" tabindex=\"-1\">    <div class=\"top-left category\">       <\/div>  <img class="lazyload lazyload" class=\"product-image-photo default_image\" loading=\"lazy\"  src=\"https:\/\/cdn.honeyplaybox.eu\/media\/catalog\/product\/cache\/9ca3de83ed0a70215006b360dd0f8794\/c\/l\/clitoral-licking-vibrator-Jubilee-S-E32B.jpg\" width=\"300\" height=\"300\" alt=\"Jubilee - Klitoris leckender Vibrator\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <div class=\"stock unavailable\"><span>Nicht lieferbar<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Zur Wunschliste hinzuf\u00fcgen\" aria-label=\"Zur Wunschliste hinzuf\u00fcgen\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/de\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2196,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Zur Wunschliste hinzuf\u00fcgen<\/span><\/a>   <\/div><\/div><\/div><div class=\"product details product-item-details\"> <strong class=\"product name product-item-name\"><a class=\"product-item-link\" href=\"https:\/\/www.honeyplaybox.eu\/de\/jubilee-clitoral-licking-vibrator\">Jubilee - Klitoris leckender Vibrator<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Bewertung:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2196\" title=\"95%\"><span><span>95%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemTdHnjREmArray = document.querySelectorAll('#rating-result_2196 span');\n    if(elemTdHnjREmArray.length !== 'undefined'){\n        elemTdHnjREmArray.forEach(function(element) {\n            if (element) {\n                element.style.width = '95%';\n\n            }\n        });\n    }<\/script><\/div> <div class=\"reviews-actions\"> (126)<\/div><\/div>        <\/div><\/div>   <\/li><li class=\"item product product-item\"> <div class=\"product-item-info type3\" data-container=\"product-grid\"> <div class=\"product photo product-item-photo\"><a href=\"https:\/\/www.honeyplaybox.eu\/de\/aalam-masturbator\" tabindex=\"-1\">    <div class=\"top-left category\">     <div class=\"product-label sale-label\" style=\"background-color: #ff4e00;\">-33%<\/div>   <\/div>  <img class="lazyload lazyload" class=\"product-image-photo default_image\" loading=\"lazy\"  src=\"https:\/\/cdn.honeyplaybox.eu\/media\/catalog\/product\/2\/_\/2_2_1.webp\" width=\"300\" height=\"300\" alt=\"Aalam - Automatischer Masturbator f\u00fcr Herren mit Vibrierender Penish\u00fclse und Freihandbedienung\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <div class=\"stock unavailable\"><span>Nicht lieferbar<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Zur Wunschliste hinzuf\u00fcgen\" aria-label=\"Zur Wunschliste hinzuf\u00fcgen\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/de\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2142,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Zur Wunschliste hinzuf\u00fcgen<\/span><\/a>   <\/div><\/div><\/div><div class=\"product details product-item-details\"> <strong class=\"product name product-item-name\"><a class=\"product-item-link\" href=\"https:\/\/www.honeyplaybox.eu\/de\/aalam-masturbator\">Aalam - Automatischer Masturbator f\u00fcr Herren mit Vibrierender Penish\u00fclse und Freihandbedienung<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Bewertung:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2142\" title=\"95%\"><span><span>95%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemy0tgxsm5Array = document.querySelectorAll('#rating-result_2142 span');\n    if(elemy0tgxsm5Array.length !== 'undefined'){\n        elemy0tgxsm5Array.forEach(function(element) {\n            if (element) {\n                element.style.width = '95%';\n\n            }\n        });\n    }<\/script><\/div> <div class=\"reviews-actions\"> (55)<\/div><\/div>     <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"2142\" data-price-box=\"product-id-2142\">   <span class=\"special-price\">  <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span class=\"price-label\">Special Price<\/span>  <span  id=\"product-price-2142\"  data-price-amount=\"59.99\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">59,99\u00a0\u20ac<\/span><\/span>    <span class=\"rewards__product-earn-points rewards__product-points\" data-role=\"rewards__product-earn-points\" data-rewards-base-price=\"59.99\" data-rewards-min-price=\"0\" data-rewards-max-price=\"0\" data-origin-rewards-base-price=\"59.99\" data-default-selected-rewards-product-price-amount=\"0\" data-product-id=\"2142\" ><span class=\"price\"><\/span> <img class="lazyload" class=\"points-loader loader\" src=\"https:\/\/static.honeyplaybox.eu\/static\/version1773750226\/frontend\/Smartwave\/porto_child\/de_DE\/images\/loader-1.gif\" alt=\"Reward Points Loader\" style=\"display: none;\"><\/span> <script type=\"text\/x-magento-init\">\n    {\n        \"[data-role=rewards__product-earn-points]\": {\n            \"Mirasvit_RewardsCatalog\/js\/product\/earn-points-renderer\": {\n                \"requestUrl\": \"https:\/\/www.honeyplaybox.eu\/de\/rewards_catalog\/product\/points\/\"\n            }\n        }\n    }<\/script>  <\/span><\/span> <span class=\"old-price\">  <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span class=\"price-label\">Regular Price<\/span>  <span  id=\"old-price-2142\"  data-price-amount=\"89.99\" data-price-type=\"oldPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">89,99\u00a0\u20ac<\/span><\/span>  <\/span><\/span>  <\/div>   <\/div><\/div>   <\/li><li class=\"item product product-item\"> <div class=\"product-item-info type3\" data-container=\"product-grid\"> <div class=\"product photo product-item-photo\"><a href=\"https:\/\/www.honeyplaybox.eu\/de\/caress-c-ring\" tabindex=\"-1\">    <div class=\"top-left category\">       <\/div>  <img class="lazyload lazyload" class=\"product-image-photo default_image\" loading=\"lazy\"  src=\"https:\/\/cdn.honeyplaybox.eu\/media\/catalog\/product\/cache\/9ca3de83ed0a70215006b360dd0f8794\/c\/o\/cock-ring-vibrator-Caress-S-C71A.jpg\" width=\"300\" height=\"300\" alt=\"cock ring\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <div class=\"stock unavailable\"><span>Nicht lieferbar<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Zur Wunschliste hinzuf\u00fcgen\" aria-label=\"Zur Wunschliste hinzuf\u00fcgen\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/de\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2135,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Zur Wunschliste hinzuf\u00fcgen<\/span><\/a>   <\/div><\/div><\/div><div class=\"product details product-item-details\"> <strong class=\"product name product-item-name\"><a class=\"product-item-link\" href=\"https:\/\/www.honeyplaybox.eu\/de\/caress-c-ring\">Caress - Vibrierende Dammstimulation C-Ring<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Bewertung:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2135\" title=\"94%\"><span><span>94%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemInFhc4MjArray = document.querySelectorAll('#rating-result_2135 span');\n    if(elemInFhc4MjArray.length !== 'undefined'){\n        elemInFhc4MjArray.forEach(function(element) {\n            if (element) {\n                element.style.width = '94%';\n\n            }\n        });\n    }<\/script><\/div> <div class=\"reviews-actions\"> (7)<\/div><\/div>     <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"2135\" data-price-box=\"product-id-2135\">     <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span  id=\"product-price-2135\"  data-price-amount=\"51.99\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">51,99\u00a0\u20ac<\/span><\/span>  <\/span>  <\/div>   <\/div><\/div>   <\/li><li class=\"item product product-item\"> <div class=\"product-item-info type3\" data-container=\"product-grid\"> <div class=\"product photo product-item-photo\"><a href=\"https:\/\/www.honeyplaybox.eu\/de\/allure-vibrator\" tabindex=\"-1\">    <div class=\"top-left category\">     <div class=\"product-label sale-label\" style=\"background-color: #ff4e00;\">-7%<\/div>   <\/div>  <img class="lazyload lazyload" class=\"product-image-photo default_image\" loading=\"lazy\"  src=\"https:\/\/cdn.honeyplaybox.eu\/media\/catalog\/product\/cache\/9ca3de83ed0a70215006b360dd0f8794\/v\/i\/vibrating-panties-500px.jpg\" width=\"300\" height=\"300\" alt=\"vibrating panties\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <div class=\"stock unavailable\"><span>Nicht lieferbar<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Zur Wunschliste hinzuf\u00fcgen\" aria-label=\"Zur Wunschliste hinzuf\u00fcgen\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/de\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2090,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Zur Wunschliste hinzuf\u00fcgen<\/span><\/a>   <\/div><\/div><\/div><div class=\"product details product-item-details\"> <strong class=\"product name product-item-name\"><a class=\"product-item-link\" href=\"https:\/\/www.honeyplaybox.eu\/de\/allure-vibrator\">Allure - Tragbarer G-Punkt-Vibrator mit Klitorisstimulator<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Bewertung:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2090\" title=\"95%\"><span><span>95%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemMVcpum1yArray = document.querySelectorAll('#rating-result_2090 span');\n    if(elemMVcpum1yArray.length !== 'undefined'){\n        elemMVcpum1yArray.forEach(function(element) {\n            if (element) {\n                element.style.width = '95%';\n\n            }\n        });\n    }<\/script><\/div> <div class=\"reviews-actions\"> (16)<\/div><\/div>     <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"2090\" data-price-box=\"product-id-2090\">   <span class=\"special-price\">  <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span class=\"price-label\">Special Price<\/span>  <span  id=\"product-price-2090\"  data-price-amount=\"67.99\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">67,99\u00a0\u20ac<\/span><\/span>  <\/span><\/span> <span class=\"old-price\">  <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span class=\"price-label\">Regular Price<\/span>  <span  id=\"old-price-2090\"  data-price-amount=\"72.99\" data-price-type=\"oldPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">72,99\u00a0\u20ac<\/span><\/span>  <\/span><\/span>  <\/div>   <\/div><\/div>   <\/li><li class=\"item product product-item\"> <div class=\"product-item-info type3\" data-container=\"product-grid\"> <div class=\"product photo product-item-photo\"><a href=\"https:\/\/www.honeyplaybox.eu\/de\/robbie-cock-ring\" tabindex=\"-1\">    <div class=\"top-left category\">     <div class=\"product-label sale-label\" style=\"background-color: #ff4e00;\">-21%<\/div>   <\/div>  <img class="lazyload lazyload" class=\"product-image-photo default_image\" loading=\"lazy\"  src=\"https:\/\/cdn.honeyplaybox.eu\/media\/catalog\/product\/cache\/9ca3de83ed0a70215006b360dd0f8794\/c\/o\/cock-rings-Robbie-CR-19-730BL.jpg\" width=\"300\" height=\"300\" alt=\"cock rings\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <div class=\"stock unavailable\"><span>Nicht lieferbar<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Zur Wunschliste hinzuf\u00fcgen\" aria-label=\"Zur Wunschliste hinzuf\u00fcgen\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/de\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2080,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Zur Wunschliste hinzuf\u00fcgen<\/span><\/a>   <\/div><\/div><\/div><div class=\"product details product-item-details\"> <strong class=\"product name product-item-name\"><a class=\"product-item-link\" href=\"https:\/\/www.honeyplaybox.eu\/de\/robbie-cock-ring\">Robbie - Kaninchen Vibrierender Cock Ring<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Bewertung:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2080\" title=\"100%\"><span><span>100%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elem8LG2N68uArray = document.querySelectorAll('#rating-result_2080 span');\n    if(elem8LG2N68uArray.length !== 'undefined'){\n        elem8LG2N68uArray.forEach(function(element) {\n            if (element) {\n                element.style.width = '100%';\n\n            }\n        });\n    }<\/script><\/div> <div class=\"reviews-actions\"> (4)<\/div><\/div>     <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"2080\" data-price-box=\"product-id-2080\">   <span class=\"special-price\">  <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span class=\"price-label\">Special Price<\/span>  <span  id=\"product-price-2080\"  data-price-amount=\"37.99\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">37,99\u00a0\u20ac<\/span><\/span>  <\/span><\/span> <span class=\"old-price\">  <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span class=\"price-label\">Regular Price<\/span>  <span  id=\"old-price-2080\"  data-price-amount=\"47.99\" data-price-type=\"oldPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">47,99\u00a0\u20ac<\/span><\/span>  <\/span><\/span>  <\/div>   <\/div><\/div>   <\/li><li class=\"item product product-item\"> <div class=\"product-item-info type3\" data-container=\"product-grid\"> <div class=\"product photo product-item-photo\"><a href=\"https:\/\/www.honeyplaybox.eu\/de\/rahim-dildo\" tabindex=\"-1\">    <div class=\"top-left category\">     <div class=\"product-label sale-label\" style=\"background-color: #ff4e00;\">-5%<\/div>   <\/div>  <img class="lazyload lazyload" class=\"product-image-photo default_image\" loading=\"lazy\"  src=\"https:\/\/cdn.honeyplaybox.eu\/media\/catalog\/product\/cache\/9ca3de83ed0a70215006b360dd0f8794\/s\/e\/Self-Thrusting-Dildo-Rahim-AC-08-697BL.jpg\" width=\"300\" height=\"300\" alt=\"Rahim - Selbstschiebende Dildo-Maschine mit Fernbedienung\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <div class=\"stock unavailable\"><span>Nicht lieferbar<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Zur Wunschliste hinzuf\u00fcgen\" aria-label=\"Zur Wunschliste hinzuf\u00fcgen\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/de\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2071,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Zur Wunschliste hinzuf\u00fcgen<\/span><\/a>   <\/div><\/div><\/div><div class=\"product details product-item-details\"> <strong class=\"product name product-item-name\"><a class=\"product-item-link\" href=\"https:\/\/www.honeyplaybox.eu\/de\/rahim-dildo\">Rahim - Selbstschiebende Dildo-Maschine mit Fernbedienung<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Bewertung:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2071\" title=\"96%\"><span><span>96%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemSdYiXn2OArray = document.querySelectorAll('#rating-result_2071 span');\n    if(elemSdYiXn2OArray.length !== 'undefined'){\n        elemSdYiXn2OArray.forEach(function(element) {\n            if (element) {\n                element.style.width = '96%';\n\n            }\n        });\n    }<\/script><\/div> <div class=\"reviews-actions\"> (50)<\/div><\/div>     <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"2071\" data-price-box=\"product-id-2071\">   <span class=\"special-price\">  <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span class=\"price-label\">Special Price<\/span>  <span  id=\"product-price-2071\"  data-price-amount=\"79.99\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">79,99\u00a0\u20ac<\/span><\/span>    <span class=\"rewards__product-earn-points rewards__product-points\" data-role=\"rewards__product-earn-points\" data-rewards-base-price=\"79.99\" data-rewards-min-price=\"0\" data-rewards-max-price=\"0\" data-origin-rewards-base-price=\"79.99\" data-default-selected-rewards-product-price-amount=\"0\" data-product-id=\"2071\" ><span class=\"price\"><\/span> <img class="lazyload" class=\"points-loader loader\" src=\"https:\/\/static.honeyplaybox.eu\/static\/version1773750226\/frontend\/Smartwave\/porto_child\/de_DE\/images\/loader-1.gif\" alt=\"Reward Points Loader\" style=\"display: none;\"><\/span> <script type=\"text\/x-magento-init\">\n    {\n        \"[data-role=rewards__product-earn-points]\": {\n            \"Mirasvit_RewardsCatalog\/js\/product\/earn-points-renderer\": {\n                \"requestUrl\": \"https:\/\/www.honeyplaybox.eu\/de\/rewards_catalog\/product\/points\/\"\n            }\n        }\n    }<\/script>  <\/span><\/span> <span class=\"old-price\">  <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span class=\"price-label\">Regular Price<\/span>  <span  id=\"old-price-2071\"  data-price-amount=\"83.99\" data-price-type=\"oldPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">83,99\u00a0\u20ac<\/span><\/span>  <\/span><\/span>  <\/div>   <\/div><\/div>   <\/li><li class=\"item product product-item\"> <div class=\"product-item-info type3\" data-container=\"product-grid\"> <div class=\"product photo product-item-photo\"><a href=\"https:\/\/www.honeyplaybox.eu\/de\/dallas-butt-plug\" tabindex=\"-1\">    <div class=\"top-left category\">       <\/div>  <img class="lazyload lazyload" class=\"product-image-photo default_image\" loading=\"lazy\"  src=\"https:\/\/cdn.honeyplaybox.eu\/media\/catalog\/product\/cache\/9ca3de83ed0a70215006b360dd0f8794\/t\/h\/thrusting-anal-toy-Dallas-AP-10-727BL.jpg\" width=\"300\" height=\"300\" alt=\"Dallas - Analsexspielzeug und Schiebender Butt Plug\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <div class=\"stock unavailable\"><span>Nicht lieferbar<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Zur Wunschliste hinzuf\u00fcgen\" aria-label=\"Zur Wunschliste hinzuf\u00fcgen\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/de\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2063,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Zur Wunschliste hinzuf\u00fcgen<\/span><\/a>   <\/div><\/div><\/div><div class=\"product details product-item-details\"> <strong class=\"product name product-item-name\"><a class=\"product-item-link\" href=\"https:\/\/www.honeyplaybox.eu\/de\/dallas-butt-plug\">Dallas - Analsexspielzeug und Schiebender Butt Plug<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Bewertung:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2063\" title=\"100%\"><span><span>100%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemdSCRtjNkArray = document.querySelectorAll('#rating-result_2063 span');\n    if(elemdSCRtjNkArray.length !== 'undefined'){\n        elemdSCRtjNkArray.forEach(function(element) {\n            if (element) {\n                element.style.width = '100%';\n\n            }\n        });\n    }<\/script><\/div> <div class=\"reviews-actions\"> (2)<\/div><\/div>     <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"2063\" data-price-box=\"product-id-2063\">     <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span  id=\"product-price-2063\"  data-price-amount=\"49.99\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">49,99\u00a0\u20ac<\/span><\/span>  <\/span>  <\/div>   <\/div><\/div>   <\/li><li class=\"item product product-item\"> <div class=\"product-item-info type3\" data-container=\"product-grid\"> <div class=\"product photo product-item-photo\"><a href=\"https:\/\/www.honeyplaybox.eu\/de\/quinn-anal-vibrator\" tabindex=\"-1\">    <div class=\"top-left category\">       <\/div>  <img class="lazyload lazyload" class=\"product-image-photo default_image\" loading=\"lazy\"  src=\"https:\/\/cdn.honeyplaybox.eu\/media\/catalog\/product\/cache\/9ca3de83ed0a70215006b360dd0f8794\/a\/n\/Anal-Vibrator-Quinn-VS-19-732B.jpg\" width=\"300\" height=\"300\" alt=\"Anal Vibrator\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <div class=\"stock unavailable\"><span>Nicht lieferbar<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Zur Wunschliste hinzuf\u00fcgen\" aria-label=\"Zur Wunschliste hinzuf\u00fcgen\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/de\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2061,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Zur Wunschliste hinzuf\u00fcgen<\/span><\/a>   <\/div><\/div><\/div><div class=\"product details product-item-details\"> <strong class=\"product name product-item-name\"><a class=\"product-item-link\" href=\"https:\/\/www.honeyplaybox.eu\/de\/quinn-anal-vibrator\">Quinn - Analvibrator Prostata-Massageger\u00e4t mit Fernbedienung<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Bewertung:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2061\" title=\"100%\"><span><span>100%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemX7vpUanlArray = document.querySelectorAll('#rating-result_2061 span');\n    if(elemX7vpUanlArray.length !== 'undefined'){\n        elemX7vpUanlArray.forEach(function(element) {\n            if (element) {\n                element.style.width = '100%';\n\n            }\n        });\n    }<\/script><\/div> <div class=\"reviews-actions\"> (2)<\/div><\/div>     <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"2061\" data-price-box=\"product-id-2061\">     <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span  id=\"product-price-2061\"  data-price-amount=\"69.99\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">69,99\u00a0\u20ac<\/span><\/span>  <\/span>  <\/div>   <\/div><\/div>   <\/li><li class=\"item product product-item\"> <div class=\"product-item-info type3\" data-container=\"product-grid\"> <div class=\"product photo product-item-photo\"><a href=\"https:\/\/www.honeyplaybox.eu\/de\/dakota-prostate-massager\" tabindex=\"-1\">    <div class=\"top-left category\">       <\/div>  <img class="lazyload lazyload" class=\"product-image-photo default_image\" loading=\"lazy\"  src=\"https:\/\/cdn.honeyplaybox.eu\/media\/catalog\/product\/cache\/9ca3de83ed0a70215006b360dd0f8794\/r\/e\/Remote-Control-Butt-Plug-Dakota-AP-10-728BL.jpg\" width=\"300\" height=\"300\" alt=\"butt plug\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <div class=\"stock unavailable\"><span>Nicht lieferbar<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Zur Wunschliste hinzuf\u00fcgen\" aria-label=\"Zur Wunschliste hinzuf\u00fcgen\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/de\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2058,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Zur Wunschliste hinzuf\u00fcgen<\/span><\/a>   <\/div><\/div><\/div><div class=\"product details product-item-details\"> <strong class=\"product name product-item-name\"><a class=\"product-item-link\" href=\"https:\/\/www.honeyplaybox.eu\/de\/dakota-prostate-massager\">Dakota - Ferngesteuerter Butt Plug und Prostata-Massager<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Bewertung:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2058\" title=\"100%\"><span><span>100%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemdyG67RA7Array = document.querySelectorAll('#rating-result_2058 span');\n    if(elemdyG67RA7Array.length !== 'undefined'){\n        elemdyG67RA7Array.forEach(function(element) {\n            if (element) {\n                element.style.width = '100%';\n\n            }\n        });\n    }<\/script><\/div> <div class=\"reviews-actions\"> (2)<\/div><\/div>     <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"2058\" data-price-box=\"product-id-2058\">     <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span  id=\"product-price-2058\"  data-price-amount=\"68.99\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">68,99\u00a0\u20ac<\/span><\/span>  <\/span>  <\/div>   <\/div><\/div>   <\/li><li class=\"item product product-item\"> <div class=\"product-item-info type3\" data-container=\"product-grid\"> <div class=\"product photo product-item-photo\"><a href=\"https:\/\/www.honeyplaybox.eu\/de\/hayden-automatic-stroker\" tabindex=\"-1\">    <div class=\"top-left category\">     <div class=\"product-label sale-label\" style=\"background-color: #ff4e00;\">-33%<\/div>   <\/div>  <img class="lazyload lazyload" class=\"product-image-photo default_image\" loading=\"lazy\"  src=\"https:\/\/cdn.honeyplaybox.eu\/media\/catalog\/product\/cache\/9ca3de83ed0a70215006b360dd0f8794\/h\/a\/hayden_herren_masturbator.gif\" width=\"300\" height=\"300\" alt=\"hayden bester masturbator f\u00fcr herren\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <div class=\"stock unavailable\"><span>Nicht lieferbar<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Zur Wunschliste hinzuf\u00fcgen\" aria-label=\"Zur Wunschliste hinzuf\u00fcgen\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/de\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2050,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2RlL2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Zur Wunschliste hinzuf\u00fcgen<\/span><\/a>   <\/div><\/div><\/div><div class=\"product details product-item-details\"> <strong class=\"product name product-item-name\"><a class=\"product-item-link\" href=\"https:\/\/www.honeyplaybox.eu\/de\/hayden-automatic-stroker\">Hayden - 3 in 1 Saugender Rotierender &amp; Schiebender M\u00e4nnlicher Masturbator<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Bewertung:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2050\" title=\"96%\"><span><span>96%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemBTgTNYr5Array = document.querySelectorAll('#rating-result_2050 span');\n    if(elemBTgTNYr5Array.length !== 'undefined'){\n        elemBTgTNYr5Array.forEach(function(element) {\n            if (element) {\n                element.style.width = '96%';\n\n            }\n        });\n    }<\/script><\/div> <div class=\"reviews-actions\"> (114)<\/div><\/div>     <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"2050\" data-price-box=\"product-id-2050\">   <span class=\"special-price\">  <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span class=\"price-label\">Special Price<\/span>  <span  id=\"product-price-2050\"  data-price-amount=\"93.99\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">93,99\u00a0\u20ac<\/span><\/span>  <\/span><\/span> <span class=\"old-price\">  <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span class=\"price-label\">Regular Price<\/span>  <span  id=\"old-price-2050\"  data-price-amount=\"139.99\" data-price-type=\"oldPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">139,99\u00a0\u20ac<\/span><\/span>  <\/span><\/span>  <\/div>   <\/div><\/div><\/li> <\/ol><\/div> <div class=\"infinite-loader\"><a href=\"javascript:void(0)\" class=\"loading\" style=\"display: none;\">Laden ...<\/a><a href=\"javascript:void(0)\" class=\"btn-load-more\">Mehr laden ...<\/a><\/div>    <div class=\"toolbar toolbar-products\" data-mage-init='{\"productListToolbarForm\":{\"mode\":\"product_list_mode\",\"direction\":\"product_list_dir\",\"order\":\"product_list_order\",\"limit\":\"product_list_limit\",\"modeDefault\":\"grid\",\"directionDefault\":\"asc\",\"orderDefault\":\"position\",\"limitDefault\":24,\"url\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/de\\\/best-sellers?p=2\",\"formKey\":\"zQb6mvYEFXmwrLAn\",\"post\":false}}'><a href=\"#\" class=\"porto-product-filters-toggle sidebar-toggle d-inline-flex d-lg-none\"><svg data-name=\"Layer 3\" id=\"Layer_3\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><line class=\"cls-1\" x1=\"15\" x2=\"26\" y1=\"9\" y2=\"9\"><\/line><line class=\"cls-1\" x1=\"6\" x2=\"9\" y1=\"9\" y2=\"9\"><\/line><line class=\"cls-1\" x1=\"23\" x2=\"26\" y1=\"16\" y2=\"16\"><\/line><line class=\"cls-1\" x1=\"6\" x2=\"17\" y1=\"16\" y2=\"16\"><\/line><line class=\"cls-1\" x1=\"17\" x2=\"26\" y1=\"23\" y2=\"23\"><\/line><line class=\"cls-1\" x1=\"6\" x2=\"11\" y1=\"23\" y2=\"23\"><\/line><path class=\"cls-2\" d=\"M14.5,8.92A2.6,2.6,0,0,1,12,11.5,2.6,2.6,0,0,1,9.5,8.92a2.5,2.5,0,0,1,5,0Z\"><\/path><path class=\"cls-2\" d=\"M22.5,15.92a2.5,2.5,0,1,1-5,0,2.5,2.5,0,0,1,5,0Z\"><\/path><path class=\"cls-3\" d=\"M21,16a1,1,0,1,1-2,0,1,1,0,0,1,2,0Z\"><\/path><path class=\"cls-2\" d=\"M16.5,22.92A2.6,2.6,0,0,1,14,25.5a2.6,2.6,0,0,1-2.5-2.58,2.5,2.5,0,0,1,5,0Z\"><\/path><\/svg><span>Filter<\/span><\/a>    <div class=\"toolbar-sorter sorter\"><label class=\"sorter-label\" for=\"sorter\">Sortieren nach<\/label> <select id=\"sorter\" data-role=\"sorter\" class=\"sorter-options\"> <option value=\"position\"  selected=\"selected\"  >Popularity<\/option> <option value=\"sort-by-date\"  >Newest<\/option> <option value=\"sort-by-price-desc\"  >Price, high to low<\/option> <option value=\"sort-by-price\"  >Price, low to high<\/option><\/select>  <a title=\"Absteigend&#x20;sortieren\" href=\"#\" class=\"action sorter-action sort-asc\" data-role=\"direction-switcher\" data-value=\"desc\"><span>Absteigend sortieren<\/span><\/a> <\/div>    <p class=\"toolbar-amount\" id=\"toolbar-amount\"> Artikel <span class=\"toolbar-number\">25<\/span>-<span class=\"toolbar-number\">48<\/span> von <span class=\"toolbar-number\">53<\/span> <\/p>      <button class=\"pages_btn\" id=\"btn\" style=\"display: none;\">Show more reviews<\/button> <div class=\"pages\"><strong class=\"label pages-label\" id=\"paging-label\">Seite<\/strong> <ul class=\"items pages-items\" aria-labelledby=\"paging-label\"> <li class=\"item pages-item-previous\"> <a class=\"action&#x20; previous\" href=\"https:\/\/www.honeyplaybox.eu\/de\/best-sellers\" title=\"Zur&#xFC;ck\"><span class=\"label\">Seite<\/span> <span>Zur\u00fcck<\/span><\/a><\/li>      <li class=\"item\"><a href=\"https:\/\/www.honeyplaybox.eu\/de\/best-sellers\" class=\"page\"><span class=\"label\">Seite<\/span> <span>1<\/span><\/a><\/li>    <li class=\"item current\"><strong class=\"page\"><span class=\"label\">Sie lesen gerade die Seite<\/span> <span>2<\/span><\/strong><\/li>    <li class=\"item\"><a href=\"https:\/\/www.honeyplaybox.eu\/de\/best-sellers?p=3\" class=\"page\"><span class=\"label\">Seite<\/span> <span>3<\/span><\/a><\/li>      <li class=\"item pages-item-next\"> <a class=\"action  next\" href=\"https:\/\/www.honeyplaybox.eu\/de\/best-sellers?p=3\" title=\"Weiter\"><span class=\"label\">Seite<\/span> <span>Weiter<\/span><\/a><\/li> <\/ul><\/div>    <script>\n    require([\n        'jquery'\n    ], function ($) {\n        $(document).ready(function () {\n            if($('#customer-reviews').length > 0){\n                $('.pages').hide();\n                $('#btn').show();\n                initLoad();\n            }else{\n                $('#btn').hide();\n            }\n\n        });\n        function initLoad() {\n            self = $('.reviews_body');\n            \n            var PageNum = Math.floor(\"3\");\n            console.log('PageNum88888'+PageNum);\n            \n            var PageCurrent = Math.floor(\"2\");\n            \n            if(PageNum>1){\n            $('#btn').on(\"click\", function (e) {\n\n                    if(PageCurrent <= PageNum){\n                        var pageurl = \"https:\/\/www.honeyplaybox.eu\/de\/best-sellers\";\n                        var processUrl  = pageurl.substring(0,pageurl.indexOf(\"?\"));\n                        var suffixUrl = pageurl.substring(pageurl.indexOf(\"?\")+1,pageurl.length);\n                        var replaceUrl = suffixUrl.replace(\/&amp;\/g,\"&\");\n                        var dataUrl = pageurl+\"?p=\"+ PageCurrent;\n                        if(pageurl.indexOf(\"?\") > 0){\n                            if(pageurl.indexOf(\"&\") > 0){\n                                dataUrl = processUrl+\"?p=\"+ PageCurrent+\"&\"+replaceUrl;\n                            }else{\n                                dataUrl = processUrl+\"?p=\"+ PageCurrent+\"&\"+suffixUrl;\n                            }\n                        }\n                        \n                        \n                        \n                        \n                        \n                        \n                        \n                        \n                        \n                        $.ajax({\n                            type:\"GET\",\n                            url:dataUrl, success: function(result){\n                                \n                                self.append($(result).find('.reviews_body').html());\n                                \n                                $('.reviews_content_img img').addClass(\"loaded\");\n                                $('.reviews_content_img img').each(function () {\n                                    var dateimg = $(this).attr(\"data-src\");\n                                    $(this).attr('src',dateimg);\n                                });\n\n                                if ($('.reviews_content_img')[0]){\n                                    flow(10, 10);\n                                    $('.reviews_content_img img').on('load', function(){\n                                        flow(10, 10);\n                                    });\n                                } else {\n                                    flow(10, 10);\n                                }\n                                \n                                \n                                if(PageCurrent == PageNum){\n                                    console.log('PageCurrent'+ PageCurrent+'PageNum'+PageNum);\n                                    $('#btn').hide();\n                                }\n                                PageCurrent++;\n                            }});\n                        e.stopPropagation();\n                    }else{\n                        console.log('PageCurrent'+ PageCurrent);\n                        $('#btn').hide();\n                    }\n            });\n            }else{\n                console.log('pageNum'+ PageNum);\n                $('#btn').hide();\n            }\n        }\n            \n        }\n    );<\/script>   <div class=\"field limiter\"><label class=\"label\" for=\"limiter\"><span>Zeige<\/span><\/label> <div class=\"control\"><select id=\"limiter\" data-role=\"limiter\" class=\"limiter-options\"> <option value=\"24\"  selected=\"selected\" >24<\/option> <option value=\"36\" >36<\/option> <option value=\"48\" >48<\/option><\/select><\/div><span class=\"limiter-text\">pro Seite<\/span><\/div>     <div class=\"modes\">  <strong class=\"modes-label\" id=\"modes-label\">Anzeigen als<\/strong>   <strong title=\"Liste\" class=\"modes-mode active mode-grid\" data-value=\"grid\"><span>Liste<\/span><\/strong>    <a class=\"modes-mode mode-list\" title=\"Liste\" href=\"#\" data-role=\"mode-switcher\" data-value=\"list\" id=\"mode-list\" aria-labelledby=\"modes-label mode-list\"><span>Liste<\/span><\/a>   <\/div> <\/div>  <script type=\"text\/x-magento-init\">\n        {\n            \"[data-role=tocart-form], .form.map.checkout\": {\n                \"catalogAddToCart\": {}\n            }\n        }<\/script>  <script type=\"text\/javascript\">\n            require([\n                'jquery'\n            ], function ($) {\n                $('.main .products.grid .product-items li.product-item:nth-child(2n)').addClass('nth-child-2n');\n                $('.main .products.grid .product-items li.product-item:nth-child(2n+1)').addClass('nth-child-2np1');\n                $('.main .products.grid .product-items li.product-item:nth-child(3n)').addClass('nth-child-3n');\n                $('.main .products.grid .product-items li.product-item:nth-child(3n+1)').addClass('nth-child-3np1');\n                $('.main .products.grid .product-items li.product-item:nth-child(4n)').addClass('nth-child-4n');\n                $('.main .products.grid .product-items li.product-item:nth-child(4n+1)').addClass('nth-child-4np1');\n                $('.main .products.grid .product-items li.product-item:nth-child(5n)').addClass('nth-child-5n');\n                $('.main .products.grid .product-items li.product-item:nth-child(5n+1)').addClass('nth-child-5np1');\n                $('.main .products.grid .product-items li.product-item:nth-child(6n)').addClass('nth-child-6n');\n                $('.main .products.grid .product-items li.product-item:nth-child(6n+1)').addClass('nth-child-6np1');\n                $('.main .products.grid .product-items li.product-item:nth-child(7n)').addClass('nth-child-7n');\n                $('.main .products.grid .product-items li.product-item:nth-child(7n+1)').addClass('nth-child-7np1');\n                $('.main .products.grid .product-items li.product-item:nth-child(8n)').addClass('nth-child-8n');\n                $('.main .products.grid .product-items li.product-item:nth-child(8n+1)').addClass('nth-child-8np1');\n            });<\/script>  <script type=\"text\/javascript\">\n    require([\n        'jquery'\n    ], function ($) {\n      var app = {\n          isAppleDevice: function() {\n            if (navigator.userAgent.match(\/(iPhone|iPod|iPad|Safari)\/) != null) {\n              return true;\n            }\n            return false;\n          }\n      }\n    \n        var _second = 1000;\n        var _minute = _second * 60;\n        var _hour = _minute * 60;\n        var _day = _hour * 24;\n        var timer;\n\n        \n        var date = new Date('2026-09-18 23:01:15');\n        if (app.isAppleDevice()) {\n          var mdate = '2026-09-18 23:01:15';\n          var dateParts = mdate.substring(0,10).split('-');\n          var timePart = mdate.substr(11);\n          date = dateParts[1] + '\/' + dateParts[2] + '\/' + dateParts[0] + ' ' + timePart;\n          date = new Date(date);\n        }\n        var l_date = new Date();\n        var offset_date = l_date - date;\n\n        function showRemaining()\n        {\n            $(\".sw-dailydeal-wrapper\").each(function(){\n                var unique_id = $(this).attr(\"data-unique-id\");\n                \n                var cid='countdown_'+unique_id;\n                var daysid='countdown_days_'+unique_id;\n                var hoursid='countdown_hours_'+unique_id;\n                var minutesid='countdown_minutes_'+unique_id;\n                var secondsid='countdown_seconds_'+unique_id;\n\n                var startdateid='fromdate_'+unique_id;\n                var id='todate_'+unique_id;\n\n                var enddate = new Date($('#'+id).val());\n                var dealstartdate=new Date($('#'+startdateid).val());\n                if (app.isAppleDevice() && $('#'+id).val() && $('#'+startdateid).val()) {\n                  var ledate = $('#'+id).val();\n                  var ledateParts = ledate.substring(0,10).split('-');\n                  var letimePart = ledate.substr(11);\n                  enddate = ledateParts[1] + '\/' + ledateParts[2] + '\/' + ledateParts[0] + ' ' + letimePart;\n                  enddate = new Date(enddate).getTime();\n\n                  var lsdate = $('#'+startdateid).val();\n                  var lsdateParts = lsdate.substring(0,10).split('-');\n                  var lstimePart = lsdate.substr(11);\n                  dealstartdate = lsdateParts[1] + '\/' + lsdateParts[2] + '\/' + lsdateParts[0] + ' ' + lstimePart;\n                  dealstartdate = new Date(dealstartdate).getTime();\n                }\n                var currentdate=new Date();\n\n                \n                var distance = enddate - (currentdate - offset_date);\n\n                $('.sw-dailydeal-wrapper').show();\n\n                if (distance < 0) {\n                   \n                    $('#expired_'+unique_id).html(\"<span style='font-size:25px; color:#000;'>EXPIRED!<span>\");\n\n                } else if(dealstartdate > currentdate) {\n                   $('.countdowncontainer_'+unique_id).hide();\n                   var msg=\"<span style='font-size:15px; color:#000;'> Coming Soon..<br>Deal Start at:<br>\"+$('#'+startdateid).val()+\"<span>\";\n                   $('#expired_'+unique_id).html(msg);\n                } else {\n                    var days = Math.floor(distance \/ _day);\n                    var hours = Math.floor((distance % _day) \/ _hour);\n                    var minutes = Math.floor((distance % _hour) \/ _minute);\n                    var seconds = Math.floor((distance % _minute) \/ _second);\n\n                    if(hours < 10)\n                        hours = \"0\" + hours;\n                    if(minutes < 10)\n                        minutes = \"0\" + minutes;\n                    if(seconds < 10)\n                        seconds = \"0\" + seconds;\n                    $('.countdowncontainer_'+unique_id).show();\n                    $('#'+daysid).html(days);\n                    $('#'+hoursid).html(hours);\n                    $('#'+minutesid).html(minutes);\n                    $('#'+secondsid).html(seconds);\n                }\n            });\n        }\n\n        \n        timer = setInterval(function()\n        {\n            showRemaining();\n        }, 1000);\n    });<\/script> <script>\n\n            var myValue = localStorage.getItem(\"category_title\");\n            if(myValue){\n                localStorage.removeItem(\"category_title\");\n                localStorage.removeItem(\"category_url\");\n            }\n            localStorage.setItem(\"category_title\", \"best-sellers\");\n            localStorage.setItem(\"category_url\", \"https:\/\/www.honeyplaybox.eu\/de\/best-sellers?p=2\");<\/script><\/p>\n ","navigation":"   <div class=\"block filter\" id=\"layered-filter-block\" data-mage-init='{\"collapsible\":{\"openedState\": \"active\", \"collapsible\": true, \"active\": false, \"collateral\": { \"openedState\": \"filter-active\", \"element\": \"body\" } }}'><div id=\"ln_overlay\" class=\"ln_overlay\"><div class=\"loader\"><img class="lazyload" src=\"https:\/\/static.honeyplaybox.eu\/static\/version1773750226\/frontend\/Smartwave\/porto_child\/de_DE\/images\/loader-1.gif\" alt=\"Loading...\"><\/div><\/div><div class=\"block-title filter-title\" data-count=\"0\"><strong data-role=\"title\">Einkaufsoptionen<\/strong><\/div><div class=\"block-content filter-content\" data-mage-init='{\"mpLayer\": {\"active\":[\"id\",\"p\"],\"params\":{\"id\":\"95\",\"p\":\"2\"},\"isCustomerLoggedIn\":false,\"isAjax\":true,\"slider\":{\"price\":{\"selectedFrom\":37.99,\"selectedTo\":129.9,\"minValue\":37.99,\"maxValue\":129.9,\"priceFormat\":\"{\\\"pattern\\\":\\\"%s\\\\u00a0\\\\u20ac\\\",\\\"precision\\\":2,\\\"requiredPrecision\\\":2,\\\"decimalSymbol\\\":\\\",\\\",\\\"groupSymbol\\\":\\\".\\\",\\\"groupLength\\\":3,\\\"integerRequired\\\":false}\",\"ajaxUrl\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/de\\\/best-sellers?price=from-to\"}}}}'>                                   <strong role=\"heading\" aria-level=\"2\" class=\"block-subtitle filter-subtitle\">Shopping-M\u00f6glichkeiten<\/strong> <div class=\"filter-options\" id=\"narrow-by-list\" data-role=\"content\">  <div data-role=\"ln_collapsible\" class=\"filter-options-item active\" attribute=\"price\"><div data-role=\"ln_title\" class=\"filter-options-title \">Preis<span class=\"toggle\"><\/span><\/div><div data-role=\"ln_content\" class=\"filter-options-content\"> <ol class=\"items\"> <li class=\"item\"> <div id=\"ln_slider_container_price\" class=\"ln_slider_container\"><div id=\"ln_slider_price\"><\/div><div id=\"ln_slider_text_price\"><\/div><\/div><\/li>  <li class=\"item\"> <div id=\"ln_slider_container_price\" class=\"ln_slider_container\"><div id=\"ln_slider_price\"><\/div><div id=\"ln_slider_text_price\"><\/div><\/div><\/li> <\/ol><\/div><\/div>                      <\/div> <\/div><\/div>"}