{"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\\\/best-sellers?p=2\",\"formKey\":\"Q2OgXkd8Nw8vWFBG\",\"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\">Sort By<\/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=\"Set&#x20;Descending&#x20;Direction\" href=\"#\" class=\"action sorter-action sort-asc\" data-role=\"direction-switcher\" data-value=\"desc\"><span>Set Descending Direction<\/span><\/a> <\/div>    <p class=\"toolbar-amount\" id=\"toolbar-amount\"> <span class=\"toolbar-number\">57<\/span> items <\/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\">Page<\/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\/best-sellers\" title=\"Previous\"><span class=\"label\">Page<\/span> <span>Previous<\/span><\/a><\/li>      <li class=\"item\"><a href=\"https:\/\/www.honeyplaybox.eu\/best-sellers\" class=\"page\"><span class=\"label\">Page<\/span> <span>1<\/span><\/a><\/li>    <li class=\"item current\"><strong class=\"page\"><span class=\"label\">You&#039;re currently reading page<\/span> <span>2<\/span><\/strong><\/li>    <li class=\"item\"><a href=\"https:\/\/www.honeyplaybox.eu\/best-sellers?p=3\" class=\"page\"><span class=\"label\">Page<\/span> <span>3<\/span><\/a><\/li>      <li class=\"item pages-item-next\"> <a class=\"action  next\" href=\"https:\/\/www.honeyplaybox.eu\/best-sellers?p=3\" title=\"Next\"><span class=\"label\">Page<\/span> <span>Next<\/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\/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>Show<\/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\">per page<\/span><\/div>     <div class=\"modes\">  <strong class=\"modes-label\" id=\"modes-label\">View as<\/strong>   <strong title=\"Grid\" class=\"modes-mode active mode-grid\" data-value=\"grid\"><span>Grid<\/span><\/strong>    <a class=\"modes-mode mode-list\" title=\"List\" href=\"#\" data-role=\"mode-switcher\" data-value=\"list\" id=\"mode-list\" aria-labelledby=\"modes-label mode-list\"><span>List<\/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\/alvina-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\/c\/l\/clit-licking-vibrator-Alvina-S-C77C.jpg\" width=\"300\" height=\"300\" alt=\"ALVINA Clit Licking Tongue Vibrator\"\/><\/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\/checkout\/cart\/add\/uenc\/aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\/product\/2088\/\" method=\"post\"><input type=\"hidden\" name=\"product\" value=\"2088\"><input type=\"hidden\" name=\"uenc\" value=\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdWFHOXVaWGx3YkdGNVltOTRMbVYxTDJKbGMzUXRjMlZzYkdWeWN6OXdQVEl-L3Byb2R1Y3QvMjA4OC8~\"><input name=\"form_key\" type=\"hidden\" value=\"Q2OgXkd8Nw8vWFBG\" \/> <button type=\"submit\" title=\"Add to Cart\" class=\"action tocart primary\"><span>Add to Cart<\/span><\/button><\/form><\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Add to Wish List\" aria-label=\"Add to Wish List\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2088,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Add to Wish List<\/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\/alvina-vibrator\">ALVINA Clit Licking Tongue Vibrator<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Rating:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2088\" title=\"97%\"><span><span>97%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemcaEtFUX2Array = document.querySelectorAll('#rating-result_2088 span');\n    if(elemcaEtFUX2Array.length !== 'undefined'){\n        elemcaEtFUX2Array.forEach(function(element) {\n            if (element) {\n                element.style.width = '97%';\n\n            }\n        });\n    }<\/script><\/div> <div class=\"reviews-actions\"> (24)<\/div><\/div>     <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"2088\" data-price-box=\"product-id-2088\">     <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span  id=\"product-price-2088\"  data-price-amount=\"89.9\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">\u20ac89.90<\/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\/alger-dildo\" 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\/o\/monster-black-dildo-Alger-DD-12-725BR.jpg\" width=\"300\" height=\"300\" alt=\"ALGER 8 Inch Penis Thrusting Black Dildo\"\/><\/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\/checkout\/cart\/add\/uenc\/aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\/product\/2083\/\" method=\"post\"><input type=\"hidden\" name=\"product\" value=\"2083\"><input type=\"hidden\" name=\"uenc\" value=\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdWFHOXVaWGx3YkdGNVltOTRMbVYxTDJKbGMzUXRjMlZzYkdWeWN6OXdQVEl-L3Byb2R1Y3QvMjA4My8~\"><input name=\"form_key\" type=\"hidden\" value=\"Q2OgXkd8Nw8vWFBG\" \/> <button type=\"submit\" title=\"Add to Cart\" class=\"action tocart primary\"><span>Add to Cart<\/span><\/button><\/form><\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Add to Wish List\" aria-label=\"Add to Wish List\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2083,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Add to Wish List<\/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\/alger-dildo\">ALGER 8 Inch Penis Thrusting Black Dildo<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Rating:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2083\" title=\"100%\"><span><span>100%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemgpNeR3vuArray = document.querySelectorAll('#rating-result_2083 span');\n    if(elemgpNeR3vuArray.length !== 'undefined'){\n        elemgpNeR3vuArray.forEach(function(element) {\n            if (element) {\n                element.style.width = '100%';\n\n            }\n        });\n    }<\/script><\/div> <div class=\"reviews-actions\"> (8)<\/div><\/div>     <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"2083\" data-price-box=\"product-id-2083\">     <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span  id=\"product-price-2083\"  data-price-amount=\"76.99\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">\u20ac76.99<\/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\/pipe-penis-pump\" 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\/p\/e\/Penis-Enlargement-Pump-Pipe-AC-15-508BL.jpg\" width=\"300\" height=\"300\" alt=\"Penis Enlargement Pump\"\/><\/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\/checkout\/cart\/add\/uenc\/aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\/product\/2073\/\" method=\"post\"><input type=\"hidden\" name=\"product\" value=\"2073\"><input type=\"hidden\" name=\"uenc\" value=\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdWFHOXVaWGx3YkdGNVltOTRMbVYxTDJKbGMzUXRjMlZzYkdWeWN6OXdQVEl-L3Byb2R1Y3QvMjA3My8~\"><input name=\"form_key\" type=\"hidden\" value=\"Q2OgXkd8Nw8vWFBG\" \/> <button type=\"submit\" title=\"Add to Cart\" class=\"action tocart primary\"><span>Add to Cart<\/span><\/button><\/form><\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Add to Wish List\" aria-label=\"Add to Wish List\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2073,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Add to Wish List<\/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\/pipe-penis-pump\">PIPE Male Masturbation Cup Penis Enlargement Pump<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Rating:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2073\" title=\"100%\"><span><span>100%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemc0WyYd4NArray = document.querySelectorAll('#rating-result_2073 span');\n    if(elemc0WyYd4NArray.length !== 'undefined'){\n        elemc0WyYd4NArray.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=\"2073\" data-price-box=\"product-id-2073\">     <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span  id=\"product-price-2073\"  data-price-amount=\"84.99\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">\u20ac84.99<\/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\/habiki-prostate-massager\" tabindex=\"-1\">    <div class=\"top-left category\">     <div class=\"product-label sale-label\" style=\"background-color: #ff4e00;\">-14%<\/div>   <\/div>  <img class="lazyload" class=\"product-image-photo default_image\" loading=\"lazy\"  src=\"https:\/\/cdn.honeyplaybox.eu\/media\/catalog\/product\/cache\/9ca3de83ed0a70215006b360dd0f8794\/a\/n\/Anal-Vibrator-Habiki-AP-07-155BL.jpg\" width=\"300\" height=\"300\" alt=\"HABIKI Hollowed Anal Vibrator &amp; Prostate Massager\"\/><\/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\/checkout\/cart\/add\/uenc\/aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\/product\/2065\/\" method=\"post\"><input type=\"hidden\" name=\"product\" value=\"2065\"><input type=\"hidden\" name=\"uenc\" value=\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdWFHOXVaWGx3YkdGNVltOTRMbVYxTDJKbGMzUXRjMlZzYkdWeWN6OXdQVEl-L3Byb2R1Y3QvMjA2NS8~\"><input name=\"form_key\" type=\"hidden\" value=\"Q2OgXkd8Nw8vWFBG\" \/> <button type=\"submit\" title=\"Add to Cart\" class=\"action tocart primary\"><span>Add to Cart<\/span><\/button><\/form><\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Add to Wish List\" aria-label=\"Add to Wish List\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2065,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Add to Wish List<\/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\/habiki-prostate-massager\">HABIKI Hollowed Anal Vibrator &amp; Prostate Massager<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Rating:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2065\" title=\"93%\"><span><span>93%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemP0anhcuKArray = document.querySelectorAll('#rating-result_2065 span');\n    if(elemP0anhcuKArray.length !== 'undefined'){\n        elemP0anhcuKArray.forEach(function(element) {\n            if (element) {\n                element.style.width = '93%';\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=\"2065\" data-price-box=\"product-id-2065\">   <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-2065\"  data-price-amount=\"55.99\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">\u20ac55.99<\/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-2065\"  data-price-amount=\"64.99\" data-price-type=\"oldPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">\u20ac64.99<\/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\/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 Anal Beads &amp; Vibrating Anal Vibrator\"\/><\/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\/checkout\/cart\/add\/uenc\/aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\/product\/2064\/\" method=\"post\"><input type=\"hidden\" name=\"product\" value=\"2064\"><input type=\"hidden\" name=\"uenc\" value=\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdWFHOXVaWGx3YkdGNVltOTRMbVYxTDJKbGMzUXRjMlZzYkdWeWN6OXdQVEl-L3Byb2R1Y3QvMjA2NC8~\"><input name=\"form_key\" type=\"hidden\" value=\"Q2OgXkd8Nw8vWFBG\" \/> <button type=\"submit\" title=\"Add to Cart\" class=\"action tocart primary\"><span>Add to Cart<\/span><\/button><\/form><\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Add to Wish List\" aria-label=\"Add to Wish List\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2064,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Add to Wish List<\/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\/defy-anal-vibrator\">DEFY Anal Beads &amp; Vibrating Anal Vibrator<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Rating:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2064\" title=\"92%\"><span><span>92%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elem8FAnTCD3Array = document.querySelectorAll('#rating-result_2064 span');\n    if(elem8FAnTCD3Array.length !== 'undefined'){\n        elem8FAnTCD3Array.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\">\u20ac48.99<\/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\/warrior-masturbator\" tabindex=\"-1\">    <div class=\"top-left category\">           <div class=\"product-label sale-label\" style=\"background-color: #eabf8e;\">NEW<\/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\/checkout\/cart\/add\/uenc\/aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\/product\/2390\/\" method=\"post\"><input type=\"hidden\" name=\"product\" value=\"2390\"><input type=\"hidden\" name=\"uenc\" value=\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdWFHOXVaWGx3YkdGNVltOTRMbVYxTDJKbGMzUXRjMlZzYkdWeWN6OXdQVEl-L3Byb2R1Y3QvMjM5MC8~\"><input name=\"form_key\" type=\"hidden\" value=\"Q2OgXkd8Nw8vWFBG\" \/> <button type=\"submit\" title=\"Add to Cart\" class=\"action tocart primary\"><span>Add to Cart<\/span><\/button><\/form><\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Add to Wish List\" aria-label=\"Add to Wish List\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2390,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Add to Wish List<\/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\/warrior-masturbator\">WARRIOR Thrusting Stroker Automatic Masturbator<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Rating:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2390\" title=\"91%\"><span><span>91%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemJBH4UEK1Array = document.querySelectorAll('#rating-result_2390 span');\n    if(elemJBH4UEK1Array.length !== 'undefined'){\n        elemJBH4UEK1Array.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\">\u20ac129.90<\/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\/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 Remote Control Vibrating Plug &amp; Penis Ring\"\/><\/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\/checkout\/cart\/add\/uenc\/aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\/product\/2079\/\" method=\"post\"><input type=\"hidden\" name=\"product\" value=\"2079\"><input type=\"hidden\" name=\"uenc\" value=\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdWFHOXVaWGx3YkdGNVltOTRMbVYxTDJKbGMzUXRjMlZzYkdWeWN6OXdQVEl-L3Byb2R1Y3QvMjA3OS8~\"><input name=\"form_key\" type=\"hidden\" value=\"Q2OgXkd8Nw8vWFBG\" \/> <button type=\"submit\" title=\"Add to Cart\" class=\"action tocart primary\"><span>Add to Cart<\/span><\/button><\/form><\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Add to Wish List\" aria-label=\"Add to Wish List\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2079,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Add to Wish List<\/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\/iza-penis-ring\">IZA Remote Control Vibrating Plug &amp; Penis Ring<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Rating:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2079\" title=\"100%\"><span><span>100%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elem86WstgMZArray = document.querySelectorAll('#rating-result_2079 span');\n    if(elem86WstgMZArray.length !== 'undefined'){\n        elem86WstgMZArray.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\">\u20ac56.98<\/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\/jesslyn-g-spot-vibrator\" tabindex=\"-1\">    <div class=\"top-left category\">           <div class=\"product-label sale-label\" style=\"background-color: #eabf8e;\">NEW<\/div>  <\/div>  <img class="lazyload" class=\"product-image-photo default_image\" loading=\"lazy\"  src=\"https:\/\/cdn.honeyplaybox.eu\/media\/catalog\/product\/e\/n\/en_jesslyn_924_1220_1_.webp\" width=\"300\" height=\"300\" alt=\"JESSLYN Tapping Clit Stimulator G-spot Vibrator with Sliding Beads Ring\"\/><\/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\/checkout\/cart\/add\/uenc\/aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\/product\/2516\/\" method=\"post\"><input type=\"hidden\" name=\"product\" value=\"2516\"><input type=\"hidden\" name=\"uenc\" value=\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdWFHOXVaWGx3YkdGNVltOTRMbVYxTDJKbGMzUXRjMlZzYkdWeWN6OXdQVEl-L3Byb2R1Y3QvMjUxNi8~\"><input name=\"form_key\" type=\"hidden\" value=\"Q2OgXkd8Nw8vWFBG\" \/> <button type=\"submit\" title=\"Add to Cart\" class=\"action tocart primary\"><span>Add to Cart<\/span><\/button><\/form><\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Add to Wish List\" aria-label=\"Add to Wish List\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2516,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Add to Wish List<\/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\/jesslyn-g-spot-vibrator\">JESSLYN Tapping Clit Stimulator G-spot Vibrator with Sliding Beads Ring<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Rating:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2516\" title=\"96%\"><span><span>96%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemtOcH8oLOArray = document.querySelectorAll('#rating-result_2516 span');\n    if(elemtOcH8oLOArray.length !== 'undefined'){\n        elemtOcH8oLOArray.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\">\u20ac78.99<\/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\/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 Anal Vibrator &amp; Vibrating Anal Plug 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\/checkout\/cart\/add\/uenc\/aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\/product\/2066\/\" method=\"post\"><input type=\"hidden\" name=\"product\" value=\"2066\"><input type=\"hidden\" name=\"uenc\" value=\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdWFHOXVaWGx3YkdGNVltOTRMbVYxTDJKbGMzUXRjMlZzYkdWeWN6OXdQVEl-L3Byb2R1Y3QvMjA2Ni8~\"><input name=\"form_key\" type=\"hidden\" value=\"Q2OgXkd8Nw8vWFBG\" \/> <button type=\"submit\" title=\"Add to Cart\" class=\"action tocart primary\"><span>Add to Cart<\/span><\/button><\/form><\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Add to Wish List\" aria-label=\"Add to Wish List\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2066,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Add to Wish List<\/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\/idris-anal-vibrator\">IDRIS Anal Vibrator &amp; Vibrating Anal Plug Set<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Rating:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2066\" title=\"93%\"><span><span>93%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemtuZe0ipNArray = document.querySelectorAll('#rating-result_2066 span');\n    if(elemtuZe0ipNArray.length !== 'undefined'){\n        elemtuZe0ipNArray.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\">\u20ac79.90<\/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\/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\/checkout\/cart\/add\/uenc\/aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\/product\/2329\/\" method=\"post\"><input type=\"hidden\" name=\"product\" value=\"2329\"><input type=\"hidden\" name=\"uenc\" value=\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdWFHOXVaWGx3YkdGNVltOTRMbVYxTDJKbGMzUXRjMlZzYkdWeWN6OXdQVEl-L3Byb2R1Y3QvMjMyOS8~\"><input name=\"form_key\" type=\"hidden\" value=\"Q2OgXkd8Nw8vWFBG\" \/> <button type=\"submit\" title=\"Add to Cart\" class=\"action tocart primary\"><span>Add to Cart<\/span><\/button><\/form><\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Add to Wish List\" aria-label=\"Add to Wish List\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2329,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Add to Wish List<\/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\/blanche-masturbator\">BLANCHE Thrusting Blowjob Toy Automatic Male Masturbator<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Rating:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2329\" title=\"99%\"><span><span>99%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elem6uz8Xmx2Array = document.querySelectorAll('#rating-result_2329 span');\n    if(elem6uz8Xmx2Array.length !== 'undefined'){\n        elem6uz8Xmx2Array.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\">\u20ac119.90<\/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\/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\/checkout\/cart\/add\/uenc\/aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\/product\/2181\/\" method=\"post\"><input type=\"hidden\" name=\"product\" value=\"2181\"><input type=\"hidden\" name=\"uenc\" value=\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdWFHOXVaWGx3YkdGNVltOTRMbVYxTDJKbGMzUXRjMlZzYkdWeWN6OXdQVEl-L3Byb2R1Y3QvMjE4MS8~\"><input name=\"form_key\" type=\"hidden\" value=\"Q2OgXkd8Nw8vWFBG\" \/> <button type=\"submit\" title=\"Add to Cart\" class=\"action tocart primary\"><span>Add to Cart<\/span><\/button><\/form><\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Add to Wish List\" aria-label=\"Add to Wish List\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2181,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Add to Wish List<\/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\/priti-automatic-rotating-penis-stimulator\">Priti - Automatic Rotating Penis Stimulator<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Rating:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2181\" title=\"100%\"><span><span>100%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemqj6SgRw3Array = document.querySelectorAll('#rating-result_2181 span');\n    if(elemqj6SgRw3Array.length !== 'undefined'){\n        elemqj6SgRw3Array.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\">\u20ac59.90<\/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\/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 with Wand Massager\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <div class=\"stock unavailable\"><span>Out of stock<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Add to Wish List\" aria-label=\"Add to Wish List\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2622,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Add to Wish List<\/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\/bailaora-vibrator\">THE EMPRESS  Clit Licking &amp; Sucking Stimulator with Wand Massager<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Rating:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2622\" title=\"95%\"><span><span>95%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemnOOhwDUEArray = document.querySelectorAll('#rating-result_2622 span');\n    if(elemnOOhwDUEArray.length !== 'undefined'){\n        elemnOOhwDUEArray.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\">\u20ac79.99<\/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\">\u20ac89.99<\/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\/roxy-licking-sex-toy-vibrating-dual-penis-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-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>Out of stock<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Add to Wish List\" aria-label=\"Add to Wish List\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2248,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Add to Wish List<\/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\/roxy-licking-sex-toy-vibrating-dual-penis-ring\">Roxy - Licking Sex Toy &amp; Vibrating Dual Penis Ring<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Rating:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2248\" title=\"97%\"><span><span>97%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemBfMS6d2SArray = document.querySelectorAll('#rating-result_2248 span');\n    if(elemBfMS6d2SArray.length !== 'undefined'){\n        elemBfMS6d2SArray.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\">\u20ac59.99<\/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\/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 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>Out of stock<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Add to Wish List\" aria-label=\"Add to Wish List\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2236,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Add to Wish List<\/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\/the-beetles-love-egg-vibrator-remote-control\">The Beetles - Remote Control Egg Vibrator<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Rating:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2236\" title=\"98%\"><span><span>98%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemP8O7lmmOArray = document.querySelectorAll('#rating-result_2236 span');\n    if(elemP8O7lmmOArray.length !== 'undefined'){\n        elemP8O7lmmOArray.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\">\u20ac44.99<\/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\">\u20ac55.99<\/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\/rose-twister-hands-free-remote-vibrating-anal-plug\" tabindex=\"-1\">   <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-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>Out of stock<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Add to Wish List\" aria-label=\"Add to Wish List\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2233,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Add to Wish List<\/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\/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\">\u20ac51.99<\/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\/gale-autoblowjob\" 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\/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>Out of stock<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Add to Wish List\" aria-label=\"Add to Wish List\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2208,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Add to Wish List<\/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\/gale-autoblowjob\">Gale - Rotating &amp; Thrusting Hands-free Male Masturbator Blow Job Stroker<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Rating:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2208\" title=\"97%\"><span><span>97%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemnUMkc5jNArray = document.querySelectorAll('#rating-result_2208 span');\n    if(elemnUMkc5jNArray.length !== 'undefined'){\n        elemnUMkc5jNArray.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\">\u20ac119.90<\/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\/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 - Automatic Male Masturbator Blowjob Machine\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <div class=\"stock unavailable\"><span>Out of stock<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Add to Wish List\" aria-label=\"Add to Wish List\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2205,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Add to Wish List<\/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\/aspen-automatic-male-masturbator-blowjob-machine\">Aspen - Automatic Male Masturbator Blowjob Machine<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Rating:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2205\" title=\"93%\"><span><span>93%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemFx0WhEinArray = document.querySelectorAll('#rating-result_2205 span');\n    if(elemFx0WhEinArray.length !== 'undefined'){\n        elemFx0WhEinArray.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\">\u20ac75.99<\/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\/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 - Rolling G Spot Vibrator &amp; Clit Stimulator\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <div class=\"stock unavailable\"><span>Out of stock<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Add to Wish List\" aria-label=\"Add to Wish List\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2203,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Add to Wish List<\/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\/dolphin-rolling-g-spot-vibrator-clit-stimulator\"> Dolphin - Rolling G Spot Vibrator &amp; Clit Stimulator<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Rating:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2203\" title=\"100%\"><span><span>100%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemiTBG4DeDArray = document.querySelectorAll('#rating-result_2203 span');\n    if(elemiTBG4DeDArray.length !== 'undefined'){\n        elemiTBG4DeDArray.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\">\u20ac50.99<\/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\/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 - Clitoral Licking Vibrator\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <div class=\"stock unavailable\"><span>Out of stock<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Add to Wish List\" aria-label=\"Add to Wish List\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2196,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Add to Wish List<\/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\/jubilee-clitoral-licking-vibrator\">Jubilee - Clitoral Licking Vibrator<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Rating:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2196\" title=\"95%\"><span><span>95%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemWAy2nIJsArray = document.querySelectorAll('#rating-result_2196 span');\n    if(elemWAy2nIJsArray.length !== 'undefined'){\n        elemWAy2nIJsArray.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\/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 Hands Free Automatic Male Masturbator with Vibrating Penis Sleeve\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <div class=\"stock unavailable\"><span>Out of stock<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Add to Wish List\" aria-label=\"Add to Wish List\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2142,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Add to Wish List<\/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\/aalam-masturbator\">AALAM Hands Free Automatic Male Masturbator with Vibrating Penis Sleeve<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Rating:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2142\" title=\"95%\"><span><span>95%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemp0L6PdyfArray = document.querySelectorAll('#rating-result_2142 span');\n    if(elemp0L6PdyfArray.length !== 'undefined'){\n        elemp0L6PdyfArray.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\">\u20ac59.99<\/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\/en_US\/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\/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\">\u20ac89.99<\/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\/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>Out of stock<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Add to Wish List\" aria-label=\"Add to Wish List\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2135,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Add to Wish List<\/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\/caress-c-ring\">CARESS Vibrating Perineum Stimulation C-Ring<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Rating:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2135\" title=\"94%\"><span><span>94%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemzT3HkeKOArray = document.querySelectorAll('#rating-result_2135 span');\n    if(elemzT3HkeKOArray.length !== 'undefined'){\n        elemzT3HkeKOArray.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\">\u20ac51.99<\/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\/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\/a\/l\/allure_vibrating_panties.jpg\" width=\"300\" height=\"300\" alt=\"allure vibrating panties\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <div class=\"stock unavailable\"><span>Out of stock<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Add to Wish List\" aria-label=\"Add to Wish List\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2090,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Add to Wish List<\/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\/allure-vibrator\">ALLURE Wearable G Spot Vibrator with Clit Stimulator<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Rating:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2090\" title=\"95%\"><span><span>95%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemS1zjLUHWArray = document.querySelectorAll('#rating-result_2090 span');\n    if(elemS1zjLUHWArray.length !== 'undefined'){\n        elemS1zjLUHWArray.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\">\u20ac67.99<\/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\">\u20ac72.99<\/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\/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>Out of stock<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Add to Wish List\" aria-label=\"Add to Wish List\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2080,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Add to Wish List<\/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\/robbie-cock-ring\">ROBBIE Rabbit Vibrating Cock Ring<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Rating:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2080\" title=\"100%\"><span><span>100%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemJeIl4BcoArray = document.querySelectorAll('#rating-result_2080 span');\n    if(elemJeIl4BcoArray.length !== 'undefined'){\n        elemJeIl4BcoArray.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\">\u20ac37.99<\/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\">\u20ac47.99<\/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\/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 Self Thrusting Dildo Machine Remote Control\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <div class=\"stock unavailable\"><span>Out of stock<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Add to Wish List\" aria-label=\"Add to Wish List\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2071,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2Jlc3Qtc2VsbGVycz9wPTI~\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Add to Wish List<\/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\/rahim-dildo\">RAHIM Self Thrusting Dildo Machine Remote Control<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>Rating:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2071\" title=\"96%\"><span><span>96%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elem7V8k9PRKArray = document.querySelectorAll('#rating-result_2071 span');\n    if(elem7V8k9PRKArray.length !== 'undefined'){\n        elem7V8k9PRKArray.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\">\u20ac79.99<\/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\/en_US\/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\/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\">\u20ac83.99<\/span><\/span>  <\/span><\/span>  <\/div>   <\/div><\/div><\/li> <\/ol><\/div> <div class=\"infinite-loader\"><a href=\"javascript:void(0)\" class=\"loading\" style=\"display: none;\">Loading ...<\/a><a href=\"javascript:void(0)\" class=\"btn-load-more\">Load More ...<\/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\\\/best-sellers?p=2\",\"formKey\":\"Q2OgXkd8Nw8vWFBG\",\"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\">Sort By<\/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=\"Set&#x20;Descending&#x20;Direction\" href=\"#\" class=\"action sorter-action sort-asc\" data-role=\"direction-switcher\" data-value=\"desc\"><span>Set Descending Direction<\/span><\/a> <\/div>    <p class=\"toolbar-amount\" id=\"toolbar-amount\"> <span class=\"toolbar-number\">57<\/span> items <\/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\">Page<\/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\/best-sellers\" title=\"Previous\"><span class=\"label\">Page<\/span> <span>Previous<\/span><\/a><\/li>      <li class=\"item\"><a href=\"https:\/\/www.honeyplaybox.eu\/best-sellers\" class=\"page\"><span class=\"label\">Page<\/span> <span>1<\/span><\/a><\/li>    <li class=\"item current\"><strong class=\"page\"><span class=\"label\">You&#039;re currently reading page<\/span> <span>2<\/span><\/strong><\/li>    <li class=\"item\"><a href=\"https:\/\/www.honeyplaybox.eu\/best-sellers?p=3\" class=\"page\"><span class=\"label\">Page<\/span> <span>3<\/span><\/a><\/li>      <li class=\"item pages-item-next\"> <a class=\"action  next\" href=\"https:\/\/www.honeyplaybox.eu\/best-sellers?p=3\" title=\"Next\"><span class=\"label\">Page<\/span> <span>Next<\/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\/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>Show<\/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\">per page<\/span><\/div>     <div class=\"modes\">  <strong class=\"modes-label\" id=\"modes-label\">View as<\/strong>   <strong title=\"Grid\" class=\"modes-mode active mode-grid\" data-value=\"grid\"><span>Grid<\/span><\/strong>    <a class=\"modes-mode mode-list\" title=\"List\" href=\"#\" data-role=\"mode-switcher\" data-value=\"list\" id=\"mode-list\" aria-labelledby=\"modes-label mode-list\"><span>List<\/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-15 19:56:46');\n        if (app.isAppleDevice()) {\n          var mdate = '2026-09-15 19:56:46';\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\/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\/en_US\/images\/loader-1.gif\" alt=\"Loading...\"><\/div><\/div><div class=\"block-title filter-title\" data-count=\"0\"><strong data-role=\"title\">Filter<\/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\\\":\\\"\\\\u20ac%s\\\",\\\"precision\\\":2,\\\"requiredPrecision\\\":2,\\\"decimalSymbol\\\":\\\".\\\",\\\"groupSymbol\\\":\\\",\\\",\\\"groupLength\\\":3,\\\"integerRequired\\\":false}\",\"ajaxUrl\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/best-sellers?price=from-to\"}}}}'>                                   <strong role=\"heading\" aria-level=\"2\" class=\"block-subtitle filter-subtitle\">Shopping Options<\/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 \">Price<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>"}