{"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\\\/fr\\\/male?p=3\",\"formKey\":\"DxIWxRAXyQ8x3T7I\",\"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\">Trier par<\/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=\"Par&#x20;ordre&#x20;d&#xE9;croissant\" href=\"#\" class=\"action sorter-action sort-asc\" data-role=\"direction-switcher\" data-value=\"desc\"><span>Par ordre d\u00e9croissant<\/span><\/a> <\/div>    <p class=\"toolbar-amount\" id=\"toolbar-amount\"> Produits <span class=\"toolbar-number\">49<\/span>-<span class=\"toolbar-number\">55<\/span> sur <span class=\"toolbar-number\">55<\/span> <\/p>      <button class=\"pages_btn\" id=\"btn\" style=\"display: none;\">Show more reviews<\/button> <div class=\"pages\"><strong class=\"label pages-label\" id=\"paging-label\">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\/fr\/male?p=2\" title=\"Pr&#xE9;c&#xE9;dent\"><span class=\"label\">Page<\/span> <span>Pr\u00e9c\u00e9dent<\/span><\/a><\/li>      <li class=\"item\"><a href=\"https:\/\/www.honeyplaybox.eu\/fr\/male\" class=\"page\"><span class=\"label\">Page<\/span> <span>1<\/span><\/a><\/li>    <li class=\"item\"><a href=\"https:\/\/www.honeyplaybox.eu\/fr\/male?p=2\" class=\"page\"><span class=\"label\">Page<\/span> <span>2<\/span><\/a><\/li>    <li class=\"item current\"><strong class=\"page\"><span class=\"label\">Vous lisez actuellement la page<\/span> <span>3<\/span><\/strong><\/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\/fr\/male\";\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>Afficher<\/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\">par page<\/span><\/div>     <div class=\"modes\">  <strong class=\"modes-label\" id=\"modes-label\">Afficher en<\/strong>   <strong title=\"Grille\" class=\"modes-mode active mode-grid\" data-value=\"grid\"><span>Grille<\/span><\/strong>    <a class=\"modes-mode mode-list\" title=\"Liste\" href=\"#\" data-role=\"mode-switcher\" data-value=\"list\" id=\"mode-list\" aria-labelledby=\"modes-label mode-list\"><span>Liste<\/span><\/a>   <\/div> <\/div>  <script type=\"text\/x-magento-init\">\n    {\n        \"body\": {\n            \"addToWishlist\": {\"productType\":[\"simple\",\"virtual\",\"downloadable\",\"bundle\",\"grouped\",\"configurable\",\"wkgiftcard\"]}        }\n    }<\/script>  <div class=\"products wrapper grid columns4 products-grid   \"> <ol class=\"filterproducts products list items product-items\">   <li class=\"item product product-item\"> <div class=\"product-item-info type3\" data-container=\"product-grid\"> <div class=\"product photo product-item-photo\"><a href=\"https:\/\/www.honeyplaybox.eu\/fr\/wolfy-anal-plug\" tabindex=\"-1\">    <div class=\"top-left category\">       <\/div>  <img class=\"product-image-photo default_image\" loading=\"lazy\"  src=\"https:\/\/cdn.honeyplaybox.eu\/media\/catalog\/product\/cache\/9ca3de83ed0a70215006b360dd0f8794\/b\/u\/butt-plugs-Wolfy-SM-24-793WHX.jpg\" width=\"300\" height=\"300\" alt=\"butt plugs\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <div class=\"stock unavailable\"><span>En rupture de stock<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Ajouter \u00e0 ma liste d\u2019envie\" aria-label=\"Ajouter \u00e0 ma liste d\u2019envie\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/fr\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2385,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2ZyL21hbGU_cD0z\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Ajouter \u00e0 ma liste d\u2019envie<\/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\/fr\/wolfy-anal-plug\">Wolfy - Plug Anal Vibrant \u00e0 Queue Qui Remue<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>\u00c9valuation:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2385\" title=\"100%\"><span><span>100%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemid7jZaH6Array = document.querySelectorAll('#rating-result_2385 span');\n    if(elemid7jZaH6Array.length !== 'undefined'){\n        elemid7jZaH6Array.forEach(function(element) {\n            if (element) {\n                element.style.width = '100%';\n\n            }\n        });\n    }<\/script><\/div> <div class=\"reviews-actions\"> (5)<\/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\/fr\/addax-hands-free-male-masturbator-vibrating-penis-sleeve\" tabindex=\"-1\">    <div class=\"top-left category\">       <\/div>  <img class=\"product-image-photo default_image\" loading=\"lazy\"  src=\"https:\/\/cdn.honeyplaybox.eu\/media\/catalog\/product\/cache\/9ca3de83ed0a70215006b360dd0f8794\/h\/a\/Hands-Free-Male-Masturbator-Addax-AC-08-696BL.jpg\" width=\"300\" height=\"300\" alt=\"Hands Free Male Masturbator\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <div class=\"stock unavailable\"><span>En rupture de stock<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Ajouter \u00e0 ma liste d\u2019envie\" aria-label=\"Ajouter \u00e0 ma liste d\u2019envie\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/fr\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2276,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2ZyL21hbGU_cD0z\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Ajouter \u00e0 ma liste d\u2019envie<\/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\/fr\/addax-hands-free-male-masturbator-vibrating-penis-sleeve\">ADDAX Masturbateur Masculin R\u00e9aliste \u00e0 Succion Vaginale<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>\u00c9valuation:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2276\" title=\"100%\"><span><span>100%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elema0eCxrRTArray = document.querySelectorAll('#rating-result_2276 span');\n    if(elema0eCxrRTArray.length !== 'undefined'){\n        elema0eCxrRTArray.forEach(function(element) {\n            if (element) {\n                element.style.width = '100%';\n\n            }\n        });\n    }<\/script><\/div> <div class=\"reviews-actions\"> (5)<\/div><\/div>     <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"2276\" data-price-box=\"product-id-2276\">     <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span  id=\"product-price-2276\"  data-price-amount=\"101.99\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">101,99\u00a0\u20ac<\/span><\/span>  <\/span>  <\/div>   <\/div><\/div>   <\/li><li class=\"item product product-item\"> <div class=\"product-item-info type3\" data-container=\"product-grid\"> <div class=\"product photo product-item-photo\"><a href=\"https:\/\/www.honeyplaybox.eu\/fr\/rose-twister-hands-free-remote-vibrating-anal-plug\" tabindex=\"-1\">   <img 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>En rupture de stock<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Ajouter \u00e0 ma liste d\u2019envie\" aria-label=\"Ajouter \u00e0 ma liste d\u2019envie\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/fr\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2233,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2ZyL21hbGU_cD0z\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Ajouter \u00e0 ma liste d\u2019envie<\/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\/fr\/rose-twister-hands-free-remote-vibrating-anal-plug\">Rose Twister \u2013 Hands-Free Remote Vibrating Anal Plug<\/a><\/strong>          <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"2233\" data-price-box=\"product-id-2233\">     <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span  id=\"product-price-2233\"  data-price-amount=\"51.99\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">51,99\u00a0\u20ac<\/span><\/span>  <\/span>  <\/div>   <\/div><\/div>   <\/li><li class=\"item product product-item\"> <div class=\"product-item-info type3\" data-container=\"product-grid\"> <div class=\"product photo product-item-photo\"><a href=\"https:\/\/www.honeyplaybox.eu\/fr\/caress-c-ring\" tabindex=\"-1\">    <div class=\"top-left category\">       <\/div>  <img 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>En rupture de stock<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Ajouter \u00e0 ma liste d\u2019envie\" aria-label=\"Ajouter \u00e0 ma liste d\u2019envie\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/fr\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2135,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2ZyL21hbGU_cD0z\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Ajouter \u00e0 ma liste d\u2019envie<\/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\/fr\/caress-c-ring\">Caress - Anneau en C de stimulation vibratoire du p\u00e9rin\u00e9e<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>\u00c9valuation:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2135\" title=\"94%\"><span><span>94%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemTKT2hTy9Array = document.querySelectorAll('#rating-result_2135 span');\n    if(elemTKT2hTy9Array.length !== 'undefined'){\n        elemTKT2hTy9Array.forEach(function(element) {\n            if (element) {\n                element.style.width = '94%';\n\n            }\n        });\n    }<\/script><\/div> <div class=\"reviews-actions\"> (7)<\/div><\/div>     <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"2135\" data-price-box=\"product-id-2135\">     <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span  id=\"product-price-2135\"  data-price-amount=\"51.99\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">51,99\u00a0\u20ac<\/span><\/span>  <\/span>  <\/div>   <\/div><\/div>   <\/li><li class=\"item product product-item\"> <div class=\"product-item-info type3\" data-container=\"product-grid\"> <div class=\"product photo product-item-photo\"><a href=\"https:\/\/www.honeyplaybox.eu\/fr\/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=\"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>En rupture de stock<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Ajouter \u00e0 ma liste d\u2019envie\" aria-label=\"Ajouter \u00e0 ma liste d\u2019envie\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/fr\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2080,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2ZyL21hbGU_cD0z\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Ajouter \u00e0 ma liste d\u2019envie<\/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\/fr\/robbie-cock-ring\">Robbie - Anneau P\u00e9nien Vibrant de Lapin<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>\u00c9valuation:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2080\" title=\"100%\"><span><span>100%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elem0PQ8SEHcArray = document.querySelectorAll('#rating-result_2080 span');\n    if(elem0PQ8SEHcArray.length !== 'undefined'){\n        elem0PQ8SEHcArray.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\">Prix Sp\u00e9cial<\/span>  <span  id=\"product-price-2080\"  data-price-amount=\"37.99\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">37,99\u00a0\u20ac<\/span><\/span>  <\/span><\/span> <span class=\"old-price\">  <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span class=\"price-label\">Prix normal<\/span>  <span  id=\"old-price-2080\"  data-price-amount=\"47.99\" data-price-type=\"oldPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">47,99\u00a0\u20ac<\/span><\/span>  <\/span><\/span>  <\/div>   <\/div><\/div>   <\/li><li class=\"item product product-item\"> <div class=\"product-item-info type3\" data-container=\"product-grid\"> <div class=\"product photo product-item-photo\"><a href=\"https:\/\/www.honeyplaybox.eu\/fr\/dallas-butt-plug\" tabindex=\"-1\">    <div class=\"top-left category\">       <\/div>  <img class=\"product-image-photo default_image\" loading=\"lazy\"  src=\"https:\/\/cdn.honeyplaybox.eu\/media\/catalog\/product\/cache\/9ca3de83ed0a70215006b360dd0f8794\/t\/h\/thrusting-anal-toy-Dallas-AP-10-727BL.jpg\" width=\"300\" height=\"300\" alt=\"Dallas - Jouet Anal et Bouchon de Cul \u00e0 Pouss\u00e9e\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <div class=\"stock unavailable\"><span>En rupture de stock<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Ajouter \u00e0 ma liste d\u2019envie\" aria-label=\"Ajouter \u00e0 ma liste d\u2019envie\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/fr\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2063,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2ZyL21hbGU_cD0z\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Ajouter \u00e0 ma liste d\u2019envie<\/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\/fr\/dallas-butt-plug\">Dallas - Jouet Anal et Bouchon de Cul \u00e0 Pouss\u00e9e<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>\u00c9valuation:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2063\" title=\"100%\"><span><span>100%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elem8Cr99nBcArray = document.querySelectorAll('#rating-result_2063 span');\n    if(elem8Cr99nBcArray.length !== 'undefined'){\n        elem8Cr99nBcArray.forEach(function(element) {\n            if (element) {\n                element.style.width = '100%';\n\n            }\n        });\n    }<\/script><\/div> <div class=\"reviews-actions\"> (2)<\/div><\/div>     <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"2063\" data-price-box=\"product-id-2063\">     <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span  id=\"product-price-2063\"  data-price-amount=\"49.99\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">49,99\u00a0\u20ac<\/span><\/span>  <\/span>  <\/div>   <\/div><\/div>   <\/li><li class=\"item product product-item\"> <div class=\"product-item-info type3\" data-container=\"product-grid\"> <div class=\"product photo product-item-photo\"><a href=\"https:\/\/www.honeyplaybox.eu\/fr\/quinn-anal-vibrator\" tabindex=\"-1\">    <div class=\"top-left category\">       <\/div>  <img class=\"product-image-photo default_image\" loading=\"lazy\"  src=\"https:\/\/cdn.honeyplaybox.eu\/media\/catalog\/product\/cache\/9ca3de83ed0a70215006b360dd0f8794\/a\/n\/Anal-Vibrator-Quinn-VS-19-732B.jpg\" width=\"300\" height=\"300\" alt=\"Anal Vibrator\"\/><\/a>   <div class=\"product-item-inner\"><div class=\"product actions product-item-actions\"><div class=\"actions-primary\">  <div class=\"stock unavailable\"><span>En rupture de stock<\/span><\/div> <\/div>  <a href=\"#\" class=\"action towishlist actions-secondary\" title=\"Ajouter \u00e0 ma liste d\u2019envie\" aria-label=\"Ajouter \u00e0 ma liste d\u2019envie\" data-post='{\"action\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/fr\\\/wishlist\\\/index\\\/add\\\/\",\"data\":{\"product\":2061,\"uenc\":\"aHR0cHM6Ly93d3cuaG9uZXlwbGF5Ym94LmV1L2ZyL21hbGU_cD0z\"}}' data-action=\"add-to-wishlist\" role=\"button\"><span>Ajouter \u00e0 ma liste d\u2019envie<\/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\/fr\/quinn-anal-vibrator\">Quinn - Vibromasseur Anal de Prostate T\u00e9l\u00e9command\u00e9<\/a><\/strong>       <div class=\"product-reviews-summary short\"> <div class=\"rating-summary\"><span class=\"label\"><span>\u00c9valuation:<\/span><\/span> <div class=\"rating-result\" id=\"rating-result_2061\" title=\"100%\"><span><span>100%<\/span><\/span><\/div><script type=\"text&#x2F;javascript\">    var elemuDjiLsqIArray = document.querySelectorAll('#rating-result_2061 span');\n    if(elemuDjiLsqIArray.length !== 'undefined'){\n        elemuDjiLsqIArray.forEach(function(element) {\n            if (element) {\n                element.style.width = '100%';\n\n            }\n        });\n    }<\/script><\/div> <div class=\"reviews-actions\"> (2)<\/div><\/div>     <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"2061\" data-price-box=\"product-id-2061\">     <span class=\"price-container price-final_price&#x20;tax&#x20;weee&#x20;rewards_earn\" > <span  id=\"product-price-2061\"  data-price-amount=\"69.99\" data-price-type=\"finalPrice\" data-price-currency-symbol=\"&#x20AC;\" class=\"price-wrapper \" ><span class=\"price\">69,99\u00a0\u20ac<\/span><\/span>  <\/span>  <\/div>   <\/div><\/div><\/li> <\/ol><\/div> <div class=\"infinite-loader\"><a href=\"javascript:void(0)\" class=\"loading\" style=\"display: none;\">Chargement ...<\/a><a href=\"javascript:void(0)\" class=\"btn-load-more\">Charger plus ...<\/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\\\/fr\\\/male?p=3\",\"formKey\":\"DxIWxRAXyQ8x3T7I\",\"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\">Trier par<\/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=\"Par&#x20;ordre&#x20;d&#xE9;croissant\" href=\"#\" class=\"action sorter-action sort-asc\" data-role=\"direction-switcher\" data-value=\"desc\"><span>Par ordre d\u00e9croissant<\/span><\/a> <\/div>    <p class=\"toolbar-amount\" id=\"toolbar-amount\"> Produits <span class=\"toolbar-number\">49<\/span>-<span class=\"toolbar-number\">55<\/span> sur <span class=\"toolbar-number\">55<\/span> <\/p>      <button class=\"pages_btn\" id=\"btn\" style=\"display: none;\">Show more reviews<\/button> <div class=\"pages\"><strong class=\"label pages-label\" id=\"paging-label\">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\/fr\/male?p=2\" title=\"Pr&#xE9;c&#xE9;dent\"><span class=\"label\">Page<\/span> <span>Pr\u00e9c\u00e9dent<\/span><\/a><\/li>      <li class=\"item\"><a href=\"https:\/\/www.honeyplaybox.eu\/fr\/male\" class=\"page\"><span class=\"label\">Page<\/span> <span>1<\/span><\/a><\/li>    <li class=\"item\"><a href=\"https:\/\/www.honeyplaybox.eu\/fr\/male?p=2\" class=\"page\"><span class=\"label\">Page<\/span> <span>2<\/span><\/a><\/li>    <li class=\"item current\"><strong class=\"page\"><span class=\"label\">Vous lisez actuellement la page<\/span> <span>3<\/span><\/strong><\/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\/fr\/male\";\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>Afficher<\/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\">par page<\/span><\/div>     <div class=\"modes\">  <strong class=\"modes-label\" id=\"modes-label\">Afficher en<\/strong>   <strong title=\"Grille\" class=\"modes-mode active mode-grid\" data-value=\"grid\"><span>Grille<\/span><\/strong>    <a class=\"modes-mode mode-list\" title=\"Liste\" href=\"#\" data-role=\"mode-switcher\" data-value=\"list\" id=\"mode-list\" aria-labelledby=\"modes-label mode-list\"><span>Liste<\/span><\/a>   <\/div> <\/div>  <script type=\"text\/x-magento-init\">\n        {\n            \"[data-role=tocart-form], .form.map.checkout\": {\n                \"catalogAddToCart\": {}\n            }\n        }<\/script>  <script type=\"text\/javascript\">\n            require([\n                'jquery'\n            ], function ($) {\n                $('.main .products.grid .product-items li.product-item:nth-child(2n)').addClass('nth-child-2n');\n                $('.main .products.grid .product-items li.product-item:nth-child(2n+1)').addClass('nth-child-2np1');\n                $('.main .products.grid .product-items li.product-item:nth-child(3n)').addClass('nth-child-3n');\n                $('.main .products.grid .product-items li.product-item:nth-child(3n+1)').addClass('nth-child-3np1');\n                $('.main .products.grid .product-items li.product-item:nth-child(4n)').addClass('nth-child-4n');\n                $('.main .products.grid .product-items li.product-item:nth-child(4n+1)').addClass('nth-child-4np1');\n                $('.main .products.grid .product-items li.product-item:nth-child(5n)').addClass('nth-child-5n');\n                $('.main .products.grid .product-items li.product-item:nth-child(5n+1)').addClass('nth-child-5np1');\n                $('.main .products.grid .product-items li.product-item:nth-child(6n)').addClass('nth-child-6n');\n                $('.main .products.grid .product-items li.product-item:nth-child(6n+1)').addClass('nth-child-6np1');\n                $('.main .products.grid .product-items li.product-item:nth-child(7n)').addClass('nth-child-7n');\n                $('.main .products.grid .product-items li.product-item:nth-child(7n+1)').addClass('nth-child-7np1');\n                $('.main .products.grid .product-items li.product-item:nth-child(8n)').addClass('nth-child-8n');\n                $('.main .products.grid .product-items li.product-item:nth-child(8n+1)').addClass('nth-child-8np1');\n            });<\/script>  <script type=\"text\/javascript\">\n    require([\n        'jquery'\n    ], function ($) {\n      var app = {\n          isAppleDevice: function() {\n            if (navigator.userAgent.match(\/(iPhone|iPod|iPad|Safari)\/) != null) {\n              return true;\n            }\n            return false;\n          }\n      }\n    \n        var _second = 1000;\n        var _minute = _second * 60;\n        var _hour = _minute * 60;\n        var _day = _hour * 24;\n        var timer;\n\n        \n        var date = new Date('2026-09-15 19:25:02');\n        if (app.isAppleDevice()) {\n          var mdate = '2026-09-15 19:25:02';\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\", \"male\");\n            localStorage.setItem(\"category_url\", \"https:\/\/www.honeyplaybox.eu\/fr\/male?p=3\");<\/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 src=\"https:\/\/static.honeyplaybox.eu\/static\/version1773750226\/frontend\/Smartwave\/porto_child\/fr_FR\/images\/loader-1.gif\" alt=\"Loading...\"><\/div><\/div><div class=\"block-title filter-title\" data-count=\"0\"><strong data-role=\"title\">Filtrer par<\/strong><\/div><div class=\"block-content filter-content\" data-mage-init='{\"mpLayer\": {\"active\":[\"id\",\"p\"],\"params\":{\"id\":\"99\",\"p\":\"3\"},\"isCustomerLoggedIn\":false,\"isAjax\":true,\"slider\":{\"price\":{\"selectedFrom\":9.99,\"selectedTo\":129.9,\"minValue\":9.99,\"maxValue\":129.9,\"priceFormat\":\"{\\\"pattern\\\":\\\"%s\\\\u00a0\\\\u20ac\\\",\\\"precision\\\":2,\\\"requiredPrecision\\\":2,\\\"decimalSymbol\\\":\\\",\\\",\\\"groupSymbol\\\":\\\"\\\\u202f\\\",\\\"groupLength\\\":3,\\\"integerRequired\\\":false}\",\"ajaxUrl\":\"https:\\\/\\\/www.honeyplaybox.eu\\\/fr\\\/male?price=from-to\"}}}}'>                                   <strong role=\"heading\" aria-level=\"2\" class=\"block-subtitle filter-subtitle\">Affiner les 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 \">Prix<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>"}