{"id":949562,"date":"2025-11-19T11:06:14","date_gmt":"2025-11-19T10:06:14","guid":{"rendered":"https:\/\/doll.shop\/lebensechte-sexpuppen-doll-shop\/"},"modified":"2026-01-21T14:33:04","modified_gmt":"2026-01-21T13:33:04","slug":"home-de","status":"publish","type":"page","link":"https:\/\/doll.shop\/de\/","title":{"rendered":"Lebensechte Sexpuppen | Doll.shop"},"content":{"rendered":"\n<div id=\"wd-57d9175e\" class=\"wp-block-wd-section\">\n<div id=\"wd-97ff74e9\" class=\"wp-block-wd-container wd-dir-col\">\n<style>\/* --- CSS VARIABELEN --- *\/\n    :root {\n        --ds-primary: #c24061;\n        --ds-primary-hover: #a63653;\n        --ds-text-white: #ffffff;\n    }\n\n    .ds-hero-banner {\n        position: relative;\n        width: 100%;\n        height: 500px;\n        display: flex;\n        align-items: center;\n        justify-content: flex-end;\n        overflow: hidden;\n        background-color: #111;\n        border-radius: 5px;\n    }\n\n    .ds-hero-bg {\n        position: absolute;\n        inset: 0;\n        background-image: url('https:\/\/doll.shop\/wp-content\/uploads\/2025\/11\/AlexisDoll-Valentina-11.jpg');\n        background-size: cover;\n        background-position: center 20%;\n        z-index: 1;\n        transition: transform 2s ease;\n    }\n\n    .ds-hero-banner:hover .ds-hero-bg {\n        transform: scale(1.02);\n    }\n\n    .ds-hero-overlay {\n        position: absolute;\n        inset: 0;\n        z-index: 2;\n        background: linear-gradient(to right, rgba(0,0,0,0) 30%, rgba(0,0,0,0.5) 100%);\n        pointer-events: none;\n    }\n\n    .ds-hero-content {\n        position: relative;\n        z-index: 3;\n        max-width: 600px;\n        padding: 40px;\n        margin-right: 10%;\n        display: flex;\n        flex-direction: column;\n        align-items: flex-start;\n    }\n\n    .ds-hero-title-box {\n        background-color: rgba(20, 20, 20, 0.85);\n        color: var(--ds-text-white);\n        padding: 10px 20px;\n        margin-bottom: 15px;\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n        font-size: 26px;\n        font-weight: 800;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        line-height: 1.2;\n        display: inline-block;\n        border-radius: 4px;\n        backdrop-filter: blur(4px);\n    }\n\n    .ds-hero-usps {\n        list-style: none;\n        padding: 0;\n        margin: 0 0 25px 0;\n        display: flex;\n        flex-direction: column;\n        gap: 6px;\n    }\n\n    .ds-hero-usp-item {\n        background-color: rgba(30, 30, 30, 0.8);\n        color: var(--ds-text-white);\n        padding: 6px 12px;\n        font-size: 14px;\n        font-weight: 500;\n        display: inline-flex;\n        align-items: center;\n        width: fit-content;\n        transition: transform 0.2s, background-color 0.2s;\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n        border-radius: 4px;\n        backdrop-filter: blur(2px);\n    }\n\n    .ds-hero-usp-item:hover {\n        transform: translateX(5px);\n        background-color: rgba(20, 20, 20, 0.95);\n    }\n\n    .ds-hero-check {\n        width: 16px;\n        height: 16px;\n        margin-right: 8px;\n        color: #fff;\n    }\n\n    .ds-hero-btn {\n        display: inline-block;\n        background-color: var(--ds-primary);\n        color: #fff;\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n        font-size: 14px;\n        font-weight: 700;\n        padding: 12px 28px;\n        text-decoration: none;\n        border-radius: 6px;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        transition: all 0.3s ease;\n        box-shadow: 0 4px 10px rgba(0,0,0,0.2);\n        margin-top: 5px;\n    }\n\n    .ds-hero-btn:hover {\n        background-color: var(--ds-primary-hover);\n        transform: translateY(-2px);\n        box-shadow: 0 6px 15px rgba(0,0,0,0.3);\n        color: #fff;\n    }\n\n    .ds-anim { opacity: 0; animation: fadeSlideIn 0.6s ease-out forwards; }\n    .ds-anim-1 { animation-delay: 0.1s; }\n    .ds-anim-2 { animation-delay: 0.3s; }\n    .ds-anim-3 { animation-delay: 0.5s; }\n\n    @keyframes fadeSlideIn {\n        from { opacity: 0; transform: translateX(20px); }\n        to { opacity: 1; transform: translateX(0); }\n    }\n\n    @media (max-width: 900px) {\n        .ds-hero-bg { background-position: left top; }\n        .ds-hero-banner { justify-content: flex-start; align-items: flex-end; }\n        .ds-hero-overlay {\n            background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0) 60%);\n        }\n        .ds-hero-content {\n            margin-right: 0;\n            width: 100%;\n            padding: 20px 20px 30px 20px;\n        }\n        .ds-hero-title-box {\n            background-color: transparent;\n            padding: 0;\n            margin-bottom: 8px;\n            font-size: 24px;\n            backdrop-filter: none;\n            border-radius: 0;\n        }\n        .ds-hero-usps { gap: 0; margin-bottom: 0; }\n        .ds-hero-usp-item {\n            background-color: transparent;\n            padding: 0;\n            font-size: 15px;\n            line-height: 1.5;\n            backdrop-filter: none;\n            border-radius: 0;\n        }\n        .ds-hero-btn {\n            width: 100%;\n            text-align: center;\n            padding: 10px;\n            margin-top: 30px;\n            font-size: 16px;\n        }\n        .ds-hero-banner:hover .ds-hero-bg { transform: none; }\n    }\n<\/style>\n\n<div class=\"ds-hero-banner\">\n    <div class=\"ds-hero-bg\"><\/div>\n    <div class=\"ds-hero-overlay\"><\/div>\n\n    <div class=\"ds-hero-content\">\n        <h1 class=\"ds-hero-title-box ds-anim ds-anim-1\">\n            Lebensechte Sexpuppen\n        <\/h1>\n\n        <ul class=\"ds-hero-usps\">\n            <li class=\"ds-hero-usp-item ds-anim ds-anim-2\">\n                <svg class=\"ds-hero-check\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                    <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                <\/svg>\n                Sofort ab Lager lieferbar\n            <\/li>\n\n            <li class=\"ds-hero-usp-item ds-anim ds-anim-2\" style=\"animation-delay: 0.4s;\">\n                <svg class=\"ds-hero-check\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                    <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                <\/svg>\n                Tiefpreisgarantie\n            <\/li>\n\n            <li class=\"ds-hero-usp-item ds-anim ds-anim-2\" style=\"animation-delay: 0.5s;\">\n                <svg class=\"ds-hero-check\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                    <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                <\/svg>\n                Der Spezialist in Deutschland\n            <\/li>\n        <\/ul>\n\n        <a href=\"https:\/\/doll.shop\/de\/produkt-kategorie\/sexpuppen\/\" class=\"ds-hero-btn ds-anim ds-anim-3\">\n            Alle Sexpuppen ansehen\n        <\/a>\n    <\/div>\n<\/div>\n<\/div>\n\n\n\n<div id=\"wd-6d795d72\" class=\"wp-block-wd-row wd-align-s-center\">\n<div id=\"wd-8ef5cd88\" class=\"wp-block-wd-column wd-align-is-lg-center wd-align\">\n<p id=\"wd-bcbc6a8e\" class=\"wp-block-wd-paragraph wd-align\">            <div class=\"review-badge\" aria-label=\"WebwinkelKeur\">\n                <span class=\"review-badge__stars\"><div class=\"star-box star-box--full\"><svg viewBox=\"0 0 24 24\" class=\"star-svg\"><path d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\" fill=\"#ffffff\" stroke=\"#ffffff\" stroke-width=\"2\" stroke-linejoin=\"round\"\/><\/svg><\/div><div class=\"star-box star-box--full\"><svg viewBox=\"0 0 24 24\" class=\"star-svg\"><path d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\" fill=\"#ffffff\" stroke=\"#ffffff\" stroke-width=\"2\" stroke-linejoin=\"round\"\/><\/svg><\/div><div class=\"star-box star-box--full\"><svg viewBox=\"0 0 24 24\" class=\"star-svg\"><path d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\" fill=\"#ffffff\" stroke=\"#ffffff\" stroke-width=\"2\" stroke-linejoin=\"round\"\/><\/svg><\/div><div class=\"star-box star-box--full\"><svg viewBox=\"0 0 24 24\" class=\"star-svg\"><path d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\" fill=\"#ffffff\" stroke=\"#ffffff\" stroke-width=\"2\" stroke-linejoin=\"round\"\/><\/svg><\/div><div class=\"star-box star-box--half\"><svg viewBox=\"0 0 24 24\" class=\"star-svg\"><defs><clipPath id=\"hb\"><rect x=\"0\" y=\"0\" width=\"12\" height=\"24\"\/><\/clipPath><\/defs><path d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\" fill=\"#ffffff\" stroke=\"#ffffff\" stroke-width=\"2\" stroke-linejoin=\"round\" clip-path=\"url(#hb)\"\/><\/svg><\/div><\/span>\n                <span class=\"review-badge__score\">9,3<\/span>\n                <span class=\"review-badge__sep\">|<\/span>\n                <span class=\"review-badge__count\">153 reviews<\/span>\n                <img decoding=\"async\" class=\"review-badge__logo\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2025\/11\/wwk.svg\" loading=\"lazy\" alt=\"\" title=\"\">\n            <\/div>\n            <\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div id=\"wd-21f86930\" class=\"wp-block-wd-container wd-dir-col\">\n<h2 class=\"wp-block-heading has-text-align-center\">Meistverkaufte Sexpuppen<\/h2>\n\n\n\t\t\t\n\t\t\t<div id=\"wd-f8ea3dd4\" class=\"wd-carousel-container  wd-f8ea3dd4 wd-products-element wd-products products wd-loop-builder-off wd-stretch-cont-lg title-line-one\">\n\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"wd-carousel-inner\">\n\t\t\t\t\t<div class=\" wd-carousel wd-grid scroll-init\" data-scroll_per_page=\"yes\" style=\"--wd-col-lg:4;--wd-col-md:4;--wd-col-sm:2;--wd-gap-lg:20px;--wd-gap-sm:10px;\">\n\t\t\t\t\t\t<div class=\"wd-carousel-wrap\">\n\t\t\t\t\t\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-tiled product-grid-item product type-product post-155 status-publish instock product_cat-sexpuppen product_cat-rf-doll has-post-thumbnail sale featured taxable shipping-taxable purchasable product-type-simple\" data-loop=\"1\" data-id=\"155\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/doll.shop\/de\/produkt\/yara-158-cm\/\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Sexpuppe Yara | 158 cm\">\n\t\t\t\t\t\t<div class=\"product-labels labels-rounded-sm\">\n\t\t\t\t<span class=\"onsale product-label wd-shape-round-sm\">-53%<\/span>\t\t\t<\/div>\n\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2022\/03\/realistic-sexdoll-1-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" title=\"\">\t\t<\/a>\n\n\t\t\t\t\t<div class=\"wd-product-img-hover hover-img\">\n\t\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2022\/03\/realistic-sexdoll-2-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" title=\"\">\t\t\t<\/div>\n\t\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon\"><a href=\"\/de\/wp-json\/wp\/v2\/pages\/949562?add-to-cart=155\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_155\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"155\" data-product_sku=\"6013707158152\" aria-label=\"In den Warenkorb legen: \u201eSexpuppe Yara | 158 cm\u201c\" rel=\"nofollow\" data-success_message=\"\u201eSexpuppe Yara | 158 cm\u201c wurde deinem Warenkorb hinzugef\u00fcgt\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">In den Warenkorb<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_155\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/doll.shop\/de\/produkt\/yara-158-cm\/\">Sexpuppe Yara | 158 cm<\/a><\/h3>\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-star-rating\">\n\t\t\n\t\t\t\t<div class=\"star-rating\" role=\"img\" aria-label=\"Bewertet mit 4.92 von 5\">\n\t\t\t\t\t<span style=\"width:98.4%\">\n\t\t\tBewertet mit <strong class=\"rating\">4.92<\/strong> von 5\t\t<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t<a href=\"https:\/\/doll.shop\/de\/produkt\/yara-158-cm\/#reviews\" class=\"woocommerce-review-link\" rel=\"nofollow\">\n\t\t\t(12)\n\t\t<\/a>\n\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>1.050,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Urspr\u00fcnglicher Preis war: 1.050,00&nbsp;&euro;<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>495,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Aktueller Preis ist: 495,00&nbsp;&euro;.<\/span> <small class=\"woocommerce-price-suffix\">Inkl. MwSt.<\/small><\/span>\n\n\t\t\n\t\t\t\t\n\t\t\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-tiled product-grid-item product type-product post-947926 status-publish instock product_cat-rf-doll has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\" data-loop=\"2\" data-id=\"947926\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/doll.shop\/de\/produkt\/sexdoll-ava-158-cm\/\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Sexdoll Ava | 158 cm\">\n\t\t\t\t\t\t<div class=\"product-labels labels-rounded-sm\">\n\t\t\t\t<span class=\"onsale product-label wd-shape-round-sm\">-50%<\/span>\t\t\t<\/div>\n\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2025\/09\/RF-158-1-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" title=\"\">\t\t<\/a>\n\n\t\t\t\t\t<div class=\"wd-product-img-hover hover-img\">\n\t\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2025\/09\/RF-158-2-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" title=\"\">\t\t\t<\/div>\n\t\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon\"><a href=\"\/de\/wp-json\/wp\/v2\/pages\/949562?add-to-cart=947926\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_947926\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"947926\" data-product_sku=\"6013707158152-1\" aria-label=\"In den Warenkorb legen: \u201eSexdoll Ava | 158 cm\u201c\" rel=\"nofollow\" data-success_message=\"\u201eSexdoll Ava | 158 cm\u201c wurde deinem Warenkorb hinzugef\u00fcgt\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">In den Warenkorb<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_947926\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/doll.shop\/de\/produkt\/sexdoll-ava-158-cm\/\">Sexdoll Ava | 158 cm<\/a><\/h3>\t\t\t\t\t\t\t\t\t\t\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>995,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Urspr\u00fcnglicher Preis war: 995,00&nbsp;&euro;<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>495,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Aktueller Preis ist: 495,00&nbsp;&euro;.<\/span> <small class=\"woocommerce-price-suffix\">Inkl. MwSt.<\/small><\/span>\n\n\t\t\n\t\t\t\t\n\t\t\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-tiled product-grid-item product type-product post-619 status-publish last instock product_cat-firedoll product_cat-sexpuppen has-post-thumbnail sale featured taxable shipping-taxable purchasable product-type-simple\" data-loop=\"3\" data-id=\"619\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/doll.shop\/de\/produkt\/zora-166-cm\/\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Firedoll Zora | 166 cm\">\n\t\t\t\t\t\t<div class=\"product-labels labels-rounded-sm\">\n\t\t\t\t<span class=\"onsale product-label wd-shape-round-sm\">-25%<\/span>\t\t\t<\/div>\n\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2022\/03\/Firedoll-Zora7203-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Sexpuppe kastanienbraunes Haar, silberne Halskette, wei\u00dfes Oberteil, langer wei\u00dfer Rock, Armb\u00e4nder, Handtasche in der Hand, steht\" srcset=\"https:\/\/doll.shop\/wp-content\/uploads\/2022\/03\/Firedoll-Zora7203-600x840.jpg 600w, https:\/\/doll.shop\/wp-content\/uploads\/2022\/03\/Firedoll-Zora7203-350x490.jpg 350w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\">\t\t<\/a>\n\n\t\t\t\t\t<div class=\"wd-product-img-hover hover-img\">\n\t\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2022\/03\/Firedoll-Zora6814-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/doll.shop\/wp-content\/uploads\/2022\/03\/Firedoll-Zora6814-600x840.jpg 600w, https:\/\/doll.shop\/wp-content\/uploads\/2022\/03\/Firedoll-Zora6814-350x490.jpg 350w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\">\t\t\t<\/div>\n\t\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon\"><a href=\"\/de\/wp-json\/wp\/v2\/pages\/949562?add-to-cart=619\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_619\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"619\" data-product_sku=\"6095654834860-0\" aria-label=\"In den Warenkorb legen: \u201eFiredoll Zora | 166 cm\u201c\" rel=\"nofollow\" data-success_message=\"\u201eFiredoll Zora | 166 cm\u201c wurde deinem Warenkorb hinzugef\u00fcgt\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">In den Warenkorb<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_619\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/doll.shop\/de\/produkt\/zora-166-cm\/\">Firedoll Zora | 166 cm<\/a><\/h3>\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-star-rating\">\n\t\t\n\t\t\t\t<div class=\"star-rating\" role=\"img\" aria-label=\"Bewertet mit 5.00 von 5\">\n\t\t\t\t\t<span style=\"width:100%\">\n\t\t\tBewertet mit <strong class=\"rating\">5.00<\/strong> von 5\t\t<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t<a href=\"https:\/\/doll.shop\/de\/produkt\/zora-166-cm\/#reviews\" class=\"woocommerce-review-link\" rel=\"nofollow\">\n\t\t\t(3)\n\t\t<\/a>\n\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>795,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Urspr\u00fcnglicher Preis war: 795,00&nbsp;&euro;<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>595,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Aktueller Preis ist: 595,00&nbsp;&euro;.<\/span> <small class=\"woocommerce-price-suffix\">Inkl. MwSt.<\/small><\/span>\n\n\t\t\n\t\t\t\t\n\t\t\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-tiled product-grid-item product type-product post-5419 status-publish first instock product_cat-firedoll product_cat-sexpuppen has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\" data-loop=\"4\" data-id=\"5419\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/doll.shop\/de\/produkt\/firedoll-166-cm-12\/\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Firedoll Laila | 166 cm\">\n\t\t\t\t\t\t<div class=\"product-labels labels-rounded-sm\">\n\t\t\t\t<span class=\"onsale product-label wd-shape-round-sm\">-25%<\/span>\t\t\t<\/div>\n\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2022\/09\/Firedoll-166-43-2-2-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Sexpuppe blond, blaue Augen, graues Kleid, silberne Halskette, sitzt auf einem Tisch mit Tischtuch.\" title=\"\">\t\t<\/a>\n\n\t\t\t\t\t<div class=\"wd-product-img-hover hover-img\">\n\t\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2022\/09\/7-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" title=\"\">\t\t\t<\/div>\n\t\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon\"><a href=\"\/de\/wp-json\/wp\/v2\/pages\/949562?add-to-cart=5419\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_5419\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"5419\" data-product_sku=\"6095654834860-1\" aria-label=\"In den Warenkorb legen: \u201eFiredoll Laila | 166 cm\u201c\" rel=\"nofollow\" data-success_message=\"\u201eFiredoll Laila | 166 cm\u201c wurde deinem Warenkorb hinzugef\u00fcgt\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">In den Warenkorb<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_5419\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/doll.shop\/de\/produkt\/firedoll-166-cm-12\/\">Firedoll Laila | 166 cm<\/a><\/h3>\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-star-rating\">\n\t\t\n\t\t\t\t<div class=\"star-rating\" role=\"img\" aria-label=\"Bewertet mit 5.00 von 5\">\n\t\t\t\t\t<span style=\"width:100%\">\n\t\t\tBewertet mit <strong class=\"rating\">5.00<\/strong> von 5\t\t<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t<a href=\"https:\/\/doll.shop\/de\/produkt\/firedoll-166-cm-12\/#reviews\" class=\"woocommerce-review-link\" rel=\"nofollow\">\n\t\t\t(1)\n\t\t<\/a>\n\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>795,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Urspr\u00fcnglicher Preis war: 795,00&nbsp;&euro;<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>595,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Aktueller Preis ist: 595,00&nbsp;&euro;.<\/span> <small class=\"woocommerce-price-suffix\">Inkl. MwSt.<\/small><\/span>\n\n\t\t\n\t\t\t\t\n\t\t\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-tiled product-grid-item product type-product post-5421 status-publish instock product_cat-firedoll product_cat-sexpuppen has-post-thumbnail sale featured taxable shipping-taxable purchasable product-type-simple\" data-loop=\"5\" data-id=\"5421\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/doll.shop\/de\/produkt\/lisa-marie\/\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Firedoll Lisa-Marie | 166 cm\">\n\t\t\t\t\t\t<div class=\"product-labels labels-rounded-sm\">\n\t\t\t\t<span class=\"onsale product-label wd-shape-round-sm\">-25%<\/span>\t\t\t<\/div>\n\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2022\/09\/Firedoll-166-43-1-12-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Sexpuppe dunkle Haare, blaue Augen, silberne Halskette, wei\u00dfes Oberteil und Rock, steht\" title=\"\">\t\t<\/a>\n\n\t\t\t\t\t<div class=\"wd-product-img-hover hover-img\">\n\t\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2022\/09\/1-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" title=\"\">\t\t\t<\/div>\n\t\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon\"><a href=\"\/de\/wp-json\/wp\/v2\/pages\/949562?add-to-cart=5421\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_5421\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"5421\" data-product_sku=\"6095654834860-3\" aria-label=\"In den Warenkorb legen: \u201eFiredoll Lisa-Marie | 166 cm\u201c\" rel=\"nofollow\" data-success_message=\"\u201eFiredoll Lisa-Marie | 166 cm\u201c wurde deinem Warenkorb hinzugef\u00fcgt\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">In den Warenkorb<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_5421\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/doll.shop\/de\/produkt\/lisa-marie\/\">Firedoll Lisa-Marie | 166 cm<\/a><\/h3>\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-star-rating\">\n\t\t\n\t\t\t\t<div class=\"star-rating\" role=\"img\" aria-label=\"Bewertet mit 4.50 von 5\">\n\t\t\t\t\t<span style=\"width:90%\">\n\t\t\tBewertet mit <strong class=\"rating\">4.50<\/strong> von 5\t\t<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t<a href=\"https:\/\/doll.shop\/de\/produkt\/lisa-marie\/#reviews\" class=\"woocommerce-review-link\" rel=\"nofollow\">\n\t\t\t(2)\n\t\t<\/a>\n\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>795,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Urspr\u00fcnglicher Preis war: 795,00&nbsp;&euro;<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>595,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Aktueller Preis ist: 595,00&nbsp;&euro;.<\/span> <small class=\"woocommerce-price-suffix\">Inkl. MwSt.<\/small><\/span>\n\n\t\t\n\t\t\t\t\n\t\t\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-tiled product-grid-item product type-product post-6779 status-publish instock product_cat-firedoll product_cat-sexpuppen has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\" data-loop=\"6\" data-id=\"6779\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/doll.shop\/de\/produkt\/firedoll-166-cm-13\/\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Firedoll Sarina  | 166 cm\">\n\t\t\t\t\t\t<div class=\"product-labels labels-rounded-sm\">\n\t\t\t\t<span class=\"onsale product-label wd-shape-round-sm\">-25%<\/span>\t\t\t<\/div>\n\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2022\/10\/firedoll-166-43-8-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Sexpuppe, schwarzes Haar, blaue Augen, silberne Halskette, gr\u00fcnes Oberteil und Rock, durchsichtiges H\u00f6schen, sitzt auf einem braunen Lederstuhl\" title=\"\">\t\t<\/a>\n\n\t\t\t\t\t<div class=\"wd-product-img-hover hover-img\">\n\t\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2022\/10\/firedoll-166-43-placeholder2-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" title=\"\">\t\t\t<\/div>\n\t\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon\"><a href=\"\/de\/wp-json\/wp\/v2\/pages\/949562?add-to-cart=6779\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_6779\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"6779\" data-product_sku=\"6095654834860-4\" aria-label=\"In den Warenkorb legen: \u201eFiredoll Sarina  | 166 cm\u201c\" rel=\"nofollow\" data-success_message=\"\u201eFiredoll Sarina  | 166 cm\u201c wurde deinem Warenkorb hinzugef\u00fcgt\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">In den Warenkorb<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_6779\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/doll.shop\/de\/produkt\/firedoll-166-cm-13\/\">Firedoll Sarina  | 166 cm<\/a><\/h3>\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-star-rating\">\n\t\t\n\t\t\t\t<div class=\"star-rating\" role=\"img\" aria-label=\"Bewertet mit 5.00 von 5\">\n\t\t\t\t\t<span style=\"width:100%\">\n\t\t\tBewertet mit <strong class=\"rating\">5.00<\/strong> von 5\t\t<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t<a href=\"https:\/\/doll.shop\/de\/produkt\/firedoll-166-cm-13\/#reviews\" class=\"woocommerce-review-link\" rel=\"nofollow\">\n\t\t\t(1)\n\t\t<\/a>\n\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>795,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Urspr\u00fcnglicher Preis war: 795,00&nbsp;&euro;<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>595,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Aktueller Preis ist: 595,00&nbsp;&euro;.<\/span> <small class=\"woocommerce-price-suffix\">Inkl. MwSt.<\/small><\/span>\n\n\t\t\n\t\t\t\t\n\t\t\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-tiled product-grid-item product type-product post-942603 status-publish last instock product_cat-sexpuppen product_cat-dutchdoll has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\" data-loop=\"7\" data-id=\"942603\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/doll.shop\/de\/produkt\/dutchdoll-isabella-158-cm\/\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"DutchDoll Isabella | 158 cm\">\n\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2024\/09\/DD-158-brunette-4-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" title=\"\">\t\t<\/a>\n\n\t\t\t\t\t<div class=\"wd-product-img-hover hover-img\">\n\t\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2024\/09\/DD-158-brunette-1-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" title=\"\">\t\t\t<\/div>\n\t\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon\"><a href=\"\/de\/wp-json\/wp\/v2\/pages\/949562?add-to-cart=942603\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_942603\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"942603\" data-product_sku=\"6095637916903-1\" aria-label=\"In den Warenkorb legen: \u201eDutchDoll Isabella | 158 cm\u201c\" rel=\"nofollow\" data-success_message=\"\u201eDutchDoll Isabella | 158 cm\u201c wurde deinem Warenkorb hinzugef\u00fcgt\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">In den Warenkorb<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_942603\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/doll.shop\/de\/produkt\/dutchdoll-isabella-158-cm\/\">DutchDoll Isabella | 158 cm<\/a><\/h3>\t\t\t\t\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>785,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span><\/bdi><\/span> <small class=\"woocommerce-price-suffix\">Inkl. MwSt.<\/small><\/span>\n\n\t\t\n\t\t\t\t\n\t\t\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-tiled product-grid-item product type-product post-942608 status-publish first instock product_cat-sexpuppen product_cat-dutchdoll has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\" data-loop=\"8\" data-id=\"942608\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/doll.shop\/de\/produkt\/dutchdoll-sophie-158-cm\/\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"DutchDoll Sophie | 158 cm\">\n\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2024\/09\/DD-158-blonde-10-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" title=\"\">\t\t<\/a>\n\n\t\t\t\t\t<div class=\"wd-product-img-hover hover-img\">\n\t\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2024\/09\/DD-158-blonde-1-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" title=\"\">\t\t\t<\/div>\n\t\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon\"><a href=\"\/de\/wp-json\/wp\/v2\/pages\/949562?add-to-cart=942608\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_942608\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"942608\" data-product_sku=\"6095637916903-2\" aria-label=\"In den Warenkorb legen: \u201eDutchDoll Sophie | 158 cm\u201c\" rel=\"nofollow\" data-success_message=\"\u201eDutchDoll Sophie | 158 cm\u201c wurde deinem Warenkorb hinzugef\u00fcgt\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">In den Warenkorb<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_942608\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/doll.shop\/de\/produkt\/dutchdoll-sophie-158-cm\/\">DutchDoll Sophie | 158 cm<\/a><\/h3>\t\t\t\t\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>785,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span><\/bdi><\/span> <small class=\"woocommerce-price-suffix\">Inkl. MwSt.<\/small><\/span>\n\n\t\t\n\t\t\t\t\n\t\t\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-tiled product-grid-item product type-product post-942611 status-publish instock product_cat-sexpuppen product_cat-dutchdoll has-post-thumbnail featured taxable shipping-taxable purchasable product-type-simple\" data-loop=\"9\" data-id=\"942611\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/doll.shop\/de\/produkt\/dutchdoll-layla-158-cm\/\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"DutchDoll Layla | 158 cm\">\n\t\t\t\t\t\t<div class=\"product-labels labels-rounded-sm\">\n\t\t\t\t<span class=\"attribute-label product-label wd-shape-round-sm label-term-%e2%98%86bester-kauf label-attribute-pa_opisop\">\u2606 Bester Kauf<\/span>\t\t\t<\/div>\n\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2024\/08\/DD-158A-4-19-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" title=\"\">\t\t<\/a>\n\n\t\t\t\t\t<div class=\"wd-product-img-hover hover-img\">\n\t\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2024\/08\/DD-158A-4-3-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" title=\"\">\t\t\t<\/div>\n\t\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon\"><a href=\"\/de\/wp-json\/wp\/v2\/pages\/949562?add-to-cart=942611\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_942611\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"942611\" data-product_sku=\"6095635884853-3\" aria-label=\"In den Warenkorb legen: \u201eDutchDoll Layla | 158 cm\u201c\" rel=\"nofollow\" data-success_message=\"\u201eDutchDoll Layla | 158 cm\u201c wurde deinem Warenkorb hinzugef\u00fcgt\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">In den Warenkorb<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_942611\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/doll.shop\/de\/produkt\/dutchdoll-layla-158-cm\/\">DutchDoll Layla | 158 cm<\/a><\/h3>\t\t\t\t\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>785,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span><\/bdi><\/span> <small class=\"woocommerce-price-suffix\">Inkl. MwSt.<\/small><\/span>\n\n\t\t\n\t\t\t\t\n\t\t\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-tiled product-grid-item product type-product post-942615 status-publish instock product_cat-sexpuppen product_cat-dutchdoll has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\" data-loop=\"10\" data-id=\"942615\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/doll.shop\/de\/produkt\/dutchdoll-sara-158-cm\/\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"DutchDoll Sara | 158 cm\">\n\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2024\/08\/DD-158A-2-23-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" title=\"\">\t\t<\/a>\n\n\t\t\t\t\t<div class=\"wd-product-img-hover hover-img\">\n\t\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2024\/08\/DD-158A-2-1-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" title=\"\">\t\t\t<\/div>\n\t\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon\"><a href=\"\/de\/wp-json\/wp\/v2\/pages\/949562?add-to-cart=942615\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_942615\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"942615\" data-product_sku=\"6095635884853-2\" aria-label=\"In den Warenkorb legen: \u201eDutchDoll Sara | 158 cm\u201c\" rel=\"nofollow\" data-success_message=\"\u201eDutchDoll Sara | 158 cm\u201c wurde deinem Warenkorb hinzugef\u00fcgt\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">In den Warenkorb<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_942615\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/doll.shop\/de\/produkt\/dutchdoll-sara-158-cm\/\">DutchDoll Sara | 158 cm<\/a><\/h3>\t\t\t\t\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>785,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span><\/bdi><\/span> <small class=\"woocommerce-price-suffix\">Inkl. MwSt.<\/small><\/span>\n\n\t\t\n\t\t\t\t\n\t\t\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"wd-nav-arrows wd-pos-sep wd-hover-1 wd-icon-1\">\n\t\t\t<div class=\"wd-btn-arrow wd-prev wd-disabled\">\n\t\t\t\t<div class=\"wd-arrow-inner\"><\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"wd-btn-arrow wd-next\">\n\t\t\t\t<div class=\"wd-arrow-inner\"><\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"wd-nav-pagin-wrap text-center wd-style-shape wd-hide-lg\">\n\t\t\t<ul class=\"wd-nav-pagin\"><\/ul>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n\n\n<div id=\"wd-14b98500\" class=\"wp-block-wd-section\">\n<div id=\"wd-867e01f8\" class=\"wp-block-wd-container wd-dir-col\">\n<h2 id=\"wd-81b40768\" class=\"wp-block-wd-title title wd-align\">Kategorien<\/h2>\n\n\n\t\t\t\t<div id=\"wd-3b7be938\" class=\"products wd-carousel-container wd-cats-element  wd-3b7be938 wd-cats\">\n\t\t\t\t\t<div class=\"wd-carousel-inner\">\n\t\t\t\t\t\t<div class=\"wd-carousel wd-grid\" data-scroll_per_page=\"yes\" style=\"--wd-col-lg:3;--wd-col-md:3;--wd-col-sm:2;--wd-gap-lg:20px;--wd-gap-sm:10px;\">\n\t\t\t\t\t\t\t<div class=\"wd-carousel-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\n<div class=\"category-grid-item wd-cat cat-design-default categories-with-shadow wd-with-subcat color-scheme-light product-category product first\" data-loop=\"1\">\n\t\n\t<div class=\"wd-cat-inner wrapp-category\">\n\t\t<div class=\"wd-cat-thumb category-image-wrapp\">\n\t\t\t<a class=\"wd-cat-image category-image\" href=\"https:\/\/doll.shop\/de\/produkt-kategorie\/masturbatoren\/\" aria-label=\"Masturbatoren\">\n\t\t\t\t\n\t\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2024\/02\/DD87-2-5-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/doll.shop\/wp-content\/uploads\/2024\/02\/DD87-2-5-600x840.jpg 600w, https:\/\/doll.shop\/wp-content\/uploads\/2024\/02\/DD87-2-5-1200x1680.jpg 1200w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\">\t\t\t<\/a>\n\t\t<\/div>\n\t\t<div class=\"wd-cat-content hover-mask\">\n\t\t\t<h3 class=\"wd-entities-title\">\n\t\t\t\tMasturbatoren\t\t\t<\/h3>\n\n\t\t\t\t\t\t\t<div class=\"wd-cat-count more-products\">\n\t\t\t\t\t<a href=\"https:\/\/doll.shop\/de\/produkt-kategorie\/masturbatoren\/\">\n\t\t\t\t\tProdukte\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t<\/div>\n\n\t\t\t\t<a class=\"wd-fill category-link\" href=\"https:\/\/doll.shop\/de\/produkt-kategorie\/masturbatoren\/\" aria-label=\"Produktkategorie masturbatoren\"><\/a>\n\t\t\t<\/div>\n\n\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\n<div class=\"category-grid-item wd-cat cat-design-default categories-with-shadow wd-with-subcat color-scheme-light product-category product\" data-loop=\"2\">\n\t\n\t<div class=\"wd-cat-inner wrapp-category\">\n\t\t<div class=\"wd-cat-thumb category-image-wrapp\">\n\t\t\t<a class=\"wd-cat-image category-image\" href=\"https:\/\/doll.shop\/de\/produkt-kategorie\/sexpuppen\/\" aria-label=\"Sexpuppen\">\n\t\t\t\t\n\t\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2023\/08\/Sexdoll-Freya-1-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/doll.shop\/wp-content\/uploads\/2023\/08\/Sexdoll-Freya-1-600x840.jpg 600w, https:\/\/doll.shop\/wp-content\/uploads\/2023\/08\/Sexdoll-Freya-1-8x12.jpg 8w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\">\t\t\t<\/a>\n\t\t<\/div>\n\t\t<div class=\"wd-cat-content hover-mask\">\n\t\t\t<h3 class=\"wd-entities-title\">\n\t\t\t\tSexpuppen\t\t\t<\/h3>\n\n\t\t\t\t\t\t\t<div class=\"wd-cat-count more-products\">\n\t\t\t\t\t<a href=\"https:\/\/doll.shop\/de\/produkt-kategorie\/sexpuppen\/\">\n\t\t\t\t\tProdukte\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t<\/div>\n\n\t\t\t\t<a class=\"wd-fill category-link\" href=\"https:\/\/doll.shop\/de\/produkt-kategorie\/sexpuppen\/\" aria-label=\"Produktkategorie sexpuppen\"><\/a>\n\t\t\t<\/div>\n\n\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\n<div class=\"category-grid-item wd-cat cat-design-default categories-with-shadow wd-with-subcat color-scheme-light product-category product\" data-loop=\"3\">\n\t\n\t<div class=\"wd-cat-inner wrapp-category\">\n\t\t<div class=\"wd-cat-thumb category-image-wrapp\">\n\t\t\t<a class=\"wd-cat-image category-image\" href=\"https:\/\/doll.shop\/de\/produkt-kategorie\/zubehor\/\" aria-label=\"Zubeh\u00f6r\">\n\t\t\t\t\n\t\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2022\/03\/Firedoll-Zora7197-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/doll.shop\/wp-content\/uploads\/2022\/03\/Firedoll-Zora7197-600x840.jpg 600w, https:\/\/doll.shop\/wp-content\/uploads\/2022\/03\/Firedoll-Zora7197-350x490.jpg 350w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\">\t\t\t<\/a>\n\t\t<\/div>\n\t\t<div class=\"wd-cat-content hover-mask\">\n\t\t\t<h3 class=\"wd-entities-title\">\n\t\t\t\tZubeh\u00f6r\t\t\t<\/h3>\n\n\t\t\t\t\t\t\t<div class=\"wd-cat-count more-products\">\n\t\t\t\t\t<a href=\"https:\/\/doll.shop\/de\/produkt-kategorie\/zubehor\/\">\n\t\t\t\t\tProdukte\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t<\/div>\n\n\t\t\t\t<a class=\"wd-fill category-link\" href=\"https:\/\/doll.shop\/de\/produkt-kategorie\/zubehor\/\" aria-label=\"Produktkategorie zubehor\"><\/a>\n\t\t\t<\/div>\n\n\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<div class=\"wd-nav-arrows wd-pos-sep wd-hover-1 wd-icon-1\">\n\t\t\t<div class=\"wd-btn-arrow wd-prev wd-disabled\">\n\t\t\t\t<div class=\"wd-arrow-inner\"><\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"wd-btn-arrow wd-next\">\n\t\t\t\t<div class=\"wd-arrow-inner\"><\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"wd-nav-pagin-wrap text-center wd-style-shape\">\n\t\t\t<ul class=\"wd-nav-pagin\"><\/ul>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">Beste getestete Sexpuppen<\/h2>\n\n\n\t\t\t\n\t\t\t<div id=\"wd-f146a294\" class=\"wd-carousel-container  wd-f146a294 wd-products-element wd-products products wd-loop-builder-off wd-stretch-cont-lg title-line-one\">\n\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"wd-carousel-inner\">\n\t\t\t\t\t<div class=\" wd-carousel wd-grid\" data-scroll_per_page=\"yes\" style=\"--wd-col-lg:4;--wd-col-md:4;--wd-col-sm:2;--wd-gap-lg:20px;--wd-gap-sm:10px;\">\n\t\t\t\t\t\t<div class=\"wd-carousel-wrap\">\n\t\t\t\t\t\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-tiled product-grid-item product type-product post-155 status-publish instock product_cat-sexpuppen product_cat-rf-doll has-post-thumbnail sale featured taxable shipping-taxable purchasable product-type-simple\" data-loop=\"1\" data-id=\"155\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/doll.shop\/de\/produkt\/yara-158-cm\/\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Sexpuppe Yara | 158 cm\">\n\t\t\t\t\t\t<div class=\"product-labels labels-rounded-sm\">\n\t\t\t\t<span class=\"onsale product-label wd-shape-round-sm\">-53%<\/span>\t\t\t<\/div>\n\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2022\/03\/realistic-sexdoll-1-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" title=\"\">\t\t<\/a>\n\n\t\t\t\t\t<div class=\"wd-product-img-hover hover-img\">\n\t\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2022\/03\/realistic-sexdoll-2-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" title=\"\">\t\t\t<\/div>\n\t\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon\"><a href=\"\/de\/wp-json\/wp\/v2\/pages\/949562?add-to-cart=155\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_155\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"155\" data-product_sku=\"6013707158152\" aria-label=\"In den Warenkorb legen: \u201eSexpuppe Yara | 158 cm\u201c\" rel=\"nofollow\" data-success_message=\"\u201eSexpuppe Yara | 158 cm\u201c wurde deinem Warenkorb hinzugef\u00fcgt\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">In den Warenkorb<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_155\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/doll.shop\/de\/produkt\/yara-158-cm\/\">Sexpuppe Yara | 158 cm<\/a><\/h3>\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-star-rating\">\n\t\t\n\t\t\t\t<div class=\"star-rating\" role=\"img\" aria-label=\"Bewertet mit 4.92 von 5\">\n\t\t\t\t\t<span style=\"width:98.4%\">\n\t\t\tBewertet mit <strong class=\"rating\">4.92<\/strong> von 5\t\t<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t<a href=\"https:\/\/doll.shop\/de\/produkt\/yara-158-cm\/#reviews\" class=\"woocommerce-review-link\" rel=\"nofollow\">\n\t\t\t(12)\n\t\t<\/a>\n\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>1.050,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Urspr\u00fcnglicher Preis war: 1.050,00&nbsp;&euro;<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>495,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Aktueller Preis ist: 495,00&nbsp;&euro;.<\/span> <small class=\"woocommerce-price-suffix\">Inkl. MwSt.<\/small><\/span>\n\n\t\t\n\t\t\t\t\n\t\t\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-tiled product-grid-item product type-product post-619 status-publish instock product_cat-firedoll product_cat-sexpuppen has-post-thumbnail sale featured taxable shipping-taxable purchasable product-type-simple\" data-loop=\"2\" data-id=\"619\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/doll.shop\/de\/produkt\/zora-166-cm\/\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Firedoll Zora | 166 cm\">\n\t\t\t\t\t\t<div class=\"product-labels labels-rounded-sm\">\n\t\t\t\t<span class=\"onsale product-label wd-shape-round-sm\">-25%<\/span>\t\t\t<\/div>\n\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2022\/03\/Firedoll-Zora7203-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Sexpuppe kastanienbraunes Haar, silberne Halskette, wei\u00dfes Oberteil, langer wei\u00dfer Rock, Armb\u00e4nder, Handtasche in der Hand, steht\" srcset=\"https:\/\/doll.shop\/wp-content\/uploads\/2022\/03\/Firedoll-Zora7203-600x840.jpg 600w, https:\/\/doll.shop\/wp-content\/uploads\/2022\/03\/Firedoll-Zora7203-350x490.jpg 350w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\">\t\t<\/a>\n\n\t\t\t\t\t<div class=\"wd-product-img-hover hover-img\">\n\t\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2022\/03\/Firedoll-Zora6814-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/doll.shop\/wp-content\/uploads\/2022\/03\/Firedoll-Zora6814-600x840.jpg 600w, https:\/\/doll.shop\/wp-content\/uploads\/2022\/03\/Firedoll-Zora6814-350x490.jpg 350w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\">\t\t\t<\/div>\n\t\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon\"><a href=\"\/de\/wp-json\/wp\/v2\/pages\/949562?add-to-cart=619\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_619\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"619\" data-product_sku=\"6095654834860-0\" aria-label=\"In den Warenkorb legen: \u201eFiredoll Zora | 166 cm\u201c\" rel=\"nofollow\" data-success_message=\"\u201eFiredoll Zora | 166 cm\u201c wurde deinem Warenkorb hinzugef\u00fcgt\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">In den Warenkorb<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_619\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/doll.shop\/de\/produkt\/zora-166-cm\/\">Firedoll Zora | 166 cm<\/a><\/h3>\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-star-rating\">\n\t\t\n\t\t\t\t<div class=\"star-rating\" role=\"img\" aria-label=\"Bewertet mit 5.00 von 5\">\n\t\t\t\t\t<span style=\"width:100%\">\n\t\t\tBewertet mit <strong class=\"rating\">5.00<\/strong> von 5\t\t<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t<a href=\"https:\/\/doll.shop\/de\/produkt\/zora-166-cm\/#reviews\" class=\"woocommerce-review-link\" rel=\"nofollow\">\n\t\t\t(3)\n\t\t<\/a>\n\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>795,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Urspr\u00fcnglicher Preis war: 795,00&nbsp;&euro;<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>595,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Aktueller Preis ist: 595,00&nbsp;&euro;.<\/span> <small class=\"woocommerce-price-suffix\">Inkl. MwSt.<\/small><\/span>\n\n\t\t\n\t\t\t\t\n\t\t\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-tiled product-grid-item product type-product post-5421 status-publish last instock product_cat-firedoll product_cat-sexpuppen has-post-thumbnail sale featured taxable shipping-taxable purchasable product-type-simple\" data-loop=\"3\" data-id=\"5421\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/doll.shop\/de\/produkt\/lisa-marie\/\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Firedoll Lisa-Marie | 166 cm\">\n\t\t\t\t\t\t<div class=\"product-labels labels-rounded-sm\">\n\t\t\t\t<span class=\"onsale product-label wd-shape-round-sm\">-25%<\/span>\t\t\t<\/div>\n\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2022\/09\/Firedoll-166-43-1-12-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Sexpuppe dunkle Haare, blaue Augen, silberne Halskette, wei\u00dfes Oberteil und Rock, steht\" title=\"\">\t\t<\/a>\n\n\t\t\t\t\t<div class=\"wd-product-img-hover hover-img\">\n\t\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2022\/09\/1-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" title=\"\">\t\t\t<\/div>\n\t\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon\"><a href=\"\/de\/wp-json\/wp\/v2\/pages\/949562?add-to-cart=5421\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_5421\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"5421\" data-product_sku=\"6095654834860-3\" aria-label=\"In den Warenkorb legen: \u201eFiredoll Lisa-Marie | 166 cm\u201c\" rel=\"nofollow\" data-success_message=\"\u201eFiredoll Lisa-Marie | 166 cm\u201c wurde deinem Warenkorb hinzugef\u00fcgt\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">In den Warenkorb<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_5421\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/doll.shop\/de\/produkt\/lisa-marie\/\">Firedoll Lisa-Marie | 166 cm<\/a><\/h3>\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-star-rating\">\n\t\t\n\t\t\t\t<div class=\"star-rating\" role=\"img\" aria-label=\"Bewertet mit 4.50 von 5\">\n\t\t\t\t\t<span style=\"width:90%\">\n\t\t\tBewertet mit <strong class=\"rating\">4.50<\/strong> von 5\t\t<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t<a href=\"https:\/\/doll.shop\/de\/produkt\/lisa-marie\/#reviews\" class=\"woocommerce-review-link\" rel=\"nofollow\">\n\t\t\t(2)\n\t\t<\/a>\n\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>795,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Urspr\u00fcnglicher Preis war: 795,00&nbsp;&euro;<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>595,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Aktueller Preis ist: 595,00&nbsp;&euro;.<\/span> <small class=\"woocommerce-price-suffix\">Inkl. MwSt.<\/small><\/span>\n\n\t\t\n\t\t\t\t\n\t\t\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-tiled product-grid-item product type-product post-942611 status-publish first instock product_cat-sexpuppen product_cat-dutchdoll has-post-thumbnail featured taxable shipping-taxable purchasable product-type-simple\" data-loop=\"4\" data-id=\"942611\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/doll.shop\/de\/produkt\/dutchdoll-layla-158-cm\/\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"DutchDoll Layla | 158 cm\">\n\t\t\t\t\t\t<div class=\"product-labels labels-rounded-sm\">\n\t\t\t\t<span class=\"attribute-label product-label wd-shape-round-sm label-term-%e2%98%86bester-kauf label-attribute-pa_opisop\">\u2606 Bester Kauf<\/span>\t\t\t<\/div>\n\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2024\/08\/DD-158A-4-19-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" title=\"\">\t\t<\/a>\n\n\t\t\t\t\t<div class=\"wd-product-img-hover hover-img\">\n\t\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2024\/08\/DD-158A-4-3-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" title=\"\">\t\t\t<\/div>\n\t\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon\"><a href=\"\/de\/wp-json\/wp\/v2\/pages\/949562?add-to-cart=942611\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_942611\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"942611\" data-product_sku=\"6095635884853-3\" aria-label=\"In den Warenkorb legen: \u201eDutchDoll Layla | 158 cm\u201c\" rel=\"nofollow\" data-success_message=\"\u201eDutchDoll Layla | 158 cm\u201c wurde deinem Warenkorb hinzugef\u00fcgt\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">In den Warenkorb<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_942611\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/doll.shop\/de\/produkt\/dutchdoll-layla-158-cm\/\">DutchDoll Layla | 158 cm<\/a><\/h3>\t\t\t\t\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>785,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span><\/bdi><\/span> <small class=\"woocommerce-price-suffix\">Inkl. MwSt.<\/small><\/span>\n\n\t\t\n\t\t\t\t\n\t\t\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"wd-nav-arrows wd-pos-sep wd-hover-1 wd-icon-1\">\n\t\t\t<div class=\"wd-btn-arrow wd-prev wd-disabled\">\n\t\t\t\t<div class=\"wd-arrow-inner\"><\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"wd-btn-arrow wd-next\">\n\t\t\t\t<div class=\"wd-arrow-inner\"><\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"wd-nav-pagin-wrap text-center wd-style-shape\">\n\t\t\t<ul class=\"wd-nav-pagin\"><\/ul>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\n\n<div id=\"wd-92480de4\" class=\"wp-block-wd-section\">\n<div id=\"wd-85866937\" class=\"wp-block-wd-row\">\n<div id=\"wd-92bf9880\" class=\"wp-block-wd-column\">\n<h3 id=\"wd-a089e86b\" class=\"wp-block-wd-title title\">Lebensechte Sexpuppen in Top-Qualit\u00e4t<\/h3>\n\n\n\n<p id=\"wd-59b439b7\" class=\"wp-block-wd-paragraph\">Eine Sexpuppe, die von der echten kaum zu unterscheiden ist? Das ist es, worum es bei Doll.shop geht. Ganz gleich, ob Sie eine <strong>lebensechte Sexpuppe<\/strong> kaufen m\u00f6chten oder nur st\u00f6bern, f\u00fcr uns ist das Wichtigste, was Sie erleben, sobald Sie die Schachtel \u00f6ffnen.  <\/p>\n\n\n\n<h3 id=\"wd-69b75311\" class=\"wp-block-wd-title title\">Lebensechte Sexpuppe kaufen bei Doll.shop<\/h3>\n\n\n\n<p id=\"wd-fff01dde\" class=\"wp-block-wd-paragraph\">Jede Puppe in unserer Kollektion ist aus hochwertigem TPE oder Premium-Silikon gefertigt. Und Sie k\u00f6nnen es f\u00fchlen. M\u00f6chten Sie eine <strong>Sexpuppe aus Silikon bestellen<\/strong> oder sich f\u00fcr TPE entscheiden? In jedem Fall nimmt die Haut schnell Ihre K\u00f6rpertemperatur an und der K\u00f6rper bewegt sich geschmeidig mit Ihnen.   <\/p>\n\n\n\n<p id=\"wd-bf283506\" class=\"wp-block-wd-paragraph\">Wenn Sie eine <strong>hochwertige Sexpuppe kaufen<\/strong>, wollen Sie, dass die Details stimmen. Von nat\u00fcrlich geformten Br\u00fcsten bis hin zu einem Innenleben, das sich lebensecht anf\u00fchlt. Die Wahl zwischen einer <strong>TPE- und einer Silikon-Sexpuppe<\/strong> h\u00e4ngt von Ihrer pers\u00f6nlichen Vorliebe ab, aber wir garantieren Ihnen, dass Sie mit beiden Materialien eine Erfahrung machen werden, die der Realit\u00e4t so nahe wie m\u00f6glich kommt.  <\/p>\n\n\n\n<h3 id=\"wd-efb5dbd0\" class=\"wp-block-wd-title title\">Unsere Lieblingsmarken<\/h3>\n\n\n\n<p id=\"wd-63ae28d5\" class=\"wp-block-wd-paragraph\">Wir w\u00e4hlen nur Marken, hinter denen wir selbst zu 100% stehen. <strong>WM Doll<\/strong> und <strong>AK Doll<\/strong> stehen weltweit an der Spitze, wenn es um Silikonpuppen geht, deren Verarbeitung du sehen musst, um es zu glauben.<\/p>\n\n\n\n<p id=\"wd-33ecb59f\" class=\"wp-block-wd-paragraph\">Bist du stattdessen auf der Suche nach einem guten Preis-Leistungs-Verh\u00e4ltnis? Dann ist <strong>DutchDoll<\/strong> eine gute Wahl. Diese Marke mit holl\u00e4ndischen Wurzeln kombiniert elegante Formen mit Luxusoptionen, die du sonst nur im teuersten Segment findest. Du willst eine erschwingliche Option, ohne Kompromisse bei der Qualit\u00e4t einzugehen? Dann schau dir die Modelle von <strong>RF Doll<\/strong> an. Sie verf\u00fcgen \u00fcber alle grundlegenden Funktionen und f\u00fchlen sich \u00fcberraschend gut an.     <\/p>\n<\/div>\n\n\n\n<div id=\"wd-919930c5\" class=\"wp-block-wd-column\">\n<h3 id=\"wd-85d7f551\" class=\"wp-block-wd-title title\">Sexpuppe ab Lager und morgen geliefert<\/h3>\n\n\n\n<p id=\"wd-59e69ba3\" class=\"wp-block-wd-paragraph\">Viele Modelle sind nur hier in unserem eigenen Lager. M\u00f6chten Sie <strong>diskret eine Sexpuppe bestellen<\/strong>? Dann sind Sie bei uns genau richtig. Da wir aus unserem eigenen Lagerbestand liefern, haben Sie Ihre <strong>Sexpuppe oft schon morgen im Haus<\/strong>.   <\/p>\n\n\n\n<p id=\"wd-eb631b3d\" class=\"wp-block-wd-paragraph\">Wir verpacken sie v\u00f6llig anonym in einer stabilen Box. Alles, was Sie tun m\u00fcssen, ist, die T\u00fcr zu \u00f6ffnen. Niemand sieht, was sich in der Schachtel befindet. Da wir Ihre <strong>Sexpuppe ab Lager<\/strong> liefern, m\u00fcssen Sie nicht wochenlang auf eine Lieferung aus dem Ausland warten. Sie w\u00e4hlen aus, wir k\u00fcmmern uns um den Rest.    <\/p>\n\n\n\n<h3 id=\"wd-5bbd362b\" class=\"wp-block-wd-title title\">Zuverl\u00e4ssig und hoch bewertet<\/h3>\n\n\n\n<p id=\"wd-6a68d66f\" class=\"wp-block-wd-paragraph\">Einen solchen Kauf online zu t\u00e4tigen ist ein gro\u00dfer Schritt, das verstehen wir. Sie suchen nach Sicherheit. Deshalb ist Doll.shop ein Mitglied von <strong>WebwinkelKeur<\/strong>. Wir sind offiziell gepr\u00fcft, so dass Sie sicher sein k\u00f6nnen, dass wir die strengen Anforderungen erf\u00fcllen.   <\/p>\n\n\n\n<p id=\"wd-3e6dba49\" class=\"wp-block-wd-paragraph\">Au\u00dferdem werden die Erfahrungen, die Sie dort lesen, <strong>v\u00f6llig unabh\u00e4ngig gesammelt<\/strong>. Kein gefiltertes Marketinggerede, sondern ehrliche Bewertungen von echten Kunden. Und das zeigt: Doll.shop wird <strong>sehr gut<\/strong> bewertet. Lesen Sie ruhig, was andere sagen. Sie werden Ihnen genau sagen, warum sie sich f\u00fcr unsere Qualit\u00e4t entschieden haben.    <\/p>\n\n\n\n<h3 id=\"wd-cb9701be\" class=\"wp-block-wd-title title\">Tiefstpreisgarantie<\/h3>\n\n\n\n<p id=\"wd-60f4f423\" class=\"wp-block-wd-paragraph\">Eine Sexpuppe ist eine Investition. Deshalb garantieren wir Ihnen den niedrigsten Preis f\u00fcr genau dieselbe Puppe. So erhalten Sie Top-Qualit\u00e4t von einer vertrauensw\u00fcrdigen Adresse, blitzschnell geliefert, ohne zu viel zu bezahlen. Damit Sie wissen, dass Sie an der richtigen Adresse sind: <strong>Doll.shop ist auf lebensechte Sexpuppen spezialisiert und liefert aus eigenem Bestand in ganz Europa.<\/strong>   <\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">Was Kunden sagen<\/h2>\n\n\n            <div class=\"ds-wrap\">\n                <div class=\"ds-track-con\">\n                    <div class=\"ds-track\">\n                                                <div class=\"ds-card\">\n                            <div class=\"ds-top\">\n                                <span class=\"ds-name\">Christian<\/span>\n                                <div style=\"display:flex;gap:1px;\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><\/div>                            <\/div>\n                            <div class=\"ds-body\">\n                                <div class=\"ds-trans\">Gro\u00dfartig, diese super realistische Puppe. Mit dem Talk so get\u00e4uscht mit echter Haut. Lieferung und Verpackung oben. Vielen Dank<\/div>\n                                <div class=\"ds-orig\"> Magnifique cette poup\u00e9e super r\u00e9aliste Avec le talc \u00e0 si tromp\u00e9 avec une vrais peau Livraison et emballage au top Merci <\/div>\n                            <\/div>\n                                                        <div class=\"ds-ai-foot\">\n                                <div class=\"ds-ai-badge\">\n                                    <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8.47 13.99l-2.07-5.52-5.52-2.07 5.52-2.07 2.07-5.52 2.07 5.52 5.52 2.07-5.52 2.07-2.07 5.52zm1.67-4.22l-.8-2.12-2.12-.8 2.12-.8.8-2.12.8 2.12 2.12.8-2.12.8-.8 2.12z\"\/><\/svg> Vertaald met AI\n                                <\/div>\n                                <span class=\"ds-toggle\" onclick=\"this.closest('.ds-card').classList.toggle('ds-show-orig'); this.innerText = this.parentElement.parentElement.classList.contains('ds-show-orig') ? 'Toon vertaling' : 'Toon origineel'\">Toon origineel<\/span>\n                            <\/div>\n                                                    <\/div>\n                                                <div class=\"ds-card\">\n                            <div class=\"ds-top\">\n                                <span class=\"ds-name\">Kerstin<\/span>\n                                <div style=\"display:flex;gap:1px;\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><\/div>                            <\/div>\n                            <div class=\"ds-body\">\n                                <div class=\"ds-trans\">Schnelle Lieferung top Qualit\u00e4t sehr zufrieden ;-)!!!!!<\/div>\n                                <div class=\"ds-orig\">Schnelle Lieferung top Qualit\u00e4t sehr zufrieden ;-)!!!!!<\/div>\n                            <\/div>\n                                                    <\/div>\n                                                <div class=\"ds-card\">\n                            <div class=\"ds-top\">\n                                <span class=\"ds-name\">Bruno<\/span>\n                                <div style=\"display:flex;gap:1px;\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#e0e0e0\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><\/div>                            <\/div>\n                            <div class=\"ds-body\">\n                                <div class=\"ds-trans\">etwas schwerer als ich es mir vorgestellt habe, aber sehr sch\u00f6n und lebensecht<\/div>\n                                <div class=\"ds-orig\">a bit heavier then i imagined, but very beautifull and lifelike<\/div>\n                            <\/div>\n                                                        <div class=\"ds-ai-foot\">\n                                <div class=\"ds-ai-badge\">\n                                    <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8.47 13.99l-2.07-5.52-5.52-2.07 5.52-2.07 2.07-5.52 2.07 5.52 5.52 2.07-5.52 2.07-2.07 5.52zm1.67-4.22l-.8-2.12-2.12-.8 2.12-.8.8-2.12.8 2.12 2.12.8-2.12.8-.8 2.12z\"\/><\/svg> Vertaald met AI\n                                <\/div>\n                                <span class=\"ds-toggle\" onclick=\"this.closest('.ds-card').classList.toggle('ds-show-orig'); this.innerText = this.parentElement.parentElement.classList.contains('ds-show-orig') ? 'Toon vertaling' : 'Toon origineel'\">Toon origineel<\/span>\n                            <\/div>\n                                                    <\/div>\n                                                <div class=\"ds-card\">\n                            <div class=\"ds-top\">\n                                <span class=\"ds-name\">Roby<\/span>\n                                <div style=\"display:flex;gap:1px;\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><\/div>                            <\/div>\n                            <div class=\"ds-body\">\n                                <div class=\"ds-trans\">Ava kam p\u00fcnktlich an, wundersch\u00f6n wie auf dem Foto, ich bin sehr zufrieden, ich hoffe, es h\u00e4lt lange.<\/div>\n                                <div class=\"ds-orig\">Ava \u00e8 arrivata puntualissima, stupenda come in foto, sono molto soddisfatto, spero che duri anche tanto.<\/div>\n                            <\/div>\n                                                        <div class=\"ds-ai-foot\">\n                                <div class=\"ds-ai-badge\">\n                                    <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8.47 13.99l-2.07-5.52-5.52-2.07 5.52-2.07 2.07-5.52 2.07 5.52 5.52 2.07-5.52 2.07-2.07 5.52zm1.67-4.22l-.8-2.12-2.12-.8 2.12-.8.8-2.12.8 2.12 2.12.8-2.12.8-.8 2.12z\"\/><\/svg> Vertaald met AI\n                                <\/div>\n                                <span class=\"ds-toggle\" onclick=\"this.closest('.ds-card').classList.toggle('ds-show-orig'); this.innerText = this.parentElement.parentElement.classList.contains('ds-show-orig') ? 'Toon vertaling' : 'Toon origineel'\">Toon origineel<\/span>\n                            <\/div>\n                                                    <\/div>\n                                                <div class=\"ds-card\">\n                            <div class=\"ds-top\">\n                                <span class=\"ds-name\">Claudius Andy<\/span>\n                                <div style=\"display:flex;gap:1px;\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><\/div>                            <\/div>\n                            <div class=\"ds-body\">\n                                <div class=\"ds-trans\">Toller Service!!!! Sehr gut und sehr schnell!!!!<\/div>\n                                <div class=\"ds-orig\">Great Services!!!!Very wellnand very fast!!!!!Good atar!!!!!Thank you sow muchoooo.Best Regards<\/div>\n                            <\/div>\n                                                        <div class=\"ds-ai-foot\">\n                                <div class=\"ds-ai-badge\">\n                                    <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8.47 13.99l-2.07-5.52-5.52-2.07 5.52-2.07 2.07-5.52 2.07 5.52 5.52 2.07-5.52 2.07-2.07 5.52zm1.67-4.22l-.8-2.12-2.12-.8 2.12-.8.8-2.12.8 2.12 2.12.8-2.12.8-.8 2.12z\"\/><\/svg> Vertaald met AI\n                                <\/div>\n                                <span class=\"ds-toggle\" onclick=\"this.closest('.ds-card').classList.toggle('ds-show-orig'); this.innerText = this.parentElement.parentElement.classList.contains('ds-show-orig') ? 'Toon vertaling' : 'Toon origineel'\">Toon origineel<\/span>\n                            <\/div>\n                                                    <\/div>\n                                                <div class=\"ds-card\">\n                            <div class=\"ds-top\">\n                                <span class=\"ds-name\">erik<\/span>\n                                <div style=\"display:flex;gap:1px;\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><\/div>                            <\/div>\n                            <div class=\"ds-body\">\n                                <div class=\"ds-trans\">Einfache Antwort. Preis-Leistungsverh\u00e4ltnis 10. Nicht mehr und nicht weniger, mit einer ordentlichen und schnellen Lieferung, die absolut in Ordnung ist.<\/div>\n                                <div class=\"ds-orig\">Simpel antwoord. Prijs kwaliteits verhouding een 10. Niet meer en niet minder, waarbij een keurige en snelle levering dus helemaal prima. <\/div>\n                            <\/div>\n                                                        <div class=\"ds-ai-foot\">\n                                <div class=\"ds-ai-badge\">\n                                    <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8.47 13.99l-2.07-5.52-5.52-2.07 5.52-2.07 2.07-5.52 2.07 5.52 5.52 2.07-5.52 2.07-2.07 5.52zm1.67-4.22l-.8-2.12-2.12-.8 2.12-.8.8-2.12.8 2.12 2.12.8-2.12.8-.8 2.12z\"\/><\/svg> Vertaald met AI\n                                <\/div>\n                                <span class=\"ds-toggle\" onclick=\"this.closest('.ds-card').classList.toggle('ds-show-orig'); this.innerText = this.parentElement.parentElement.classList.contains('ds-show-orig') ? 'Toon vertaling' : 'Toon origineel'\">Toon origineel<\/span>\n                            <\/div>\n                                                    <\/div>\n                                                <div class=\"ds-card\">\n                            <div class=\"ds-top\">\n                                <span class=\"ds-name\">Paul<\/span>\n                                <div style=\"display:flex;gap:1px;\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><\/div>                            <\/div>\n                            <div class=\"ds-body\">\n                                <div class=\"ds-trans\">Der Service war gro\u00dfartig, ebenso die Lieferung und Verpackung. Perfekt bis ins letzte Detail.<\/div>\n                                <div class=\"ds-orig\">Service was great, as was the delivery and packaging. Perfect down to the last detail.<\/div>\n                            <\/div>\n                                                        <div class=\"ds-ai-foot\">\n                                <div class=\"ds-ai-badge\">\n                                    <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8.47 13.99l-2.07-5.52-5.52-2.07 5.52-2.07 2.07-5.52 2.07 5.52 5.52 2.07-5.52 2.07-2.07 5.52zm1.67-4.22l-.8-2.12-2.12-.8 2.12-.8.8-2.12.8 2.12 2.12.8-2.12.8-.8 2.12z\"\/><\/svg> Vertaald met AI\n                                <\/div>\n                                <span class=\"ds-toggle\" onclick=\"this.closest('.ds-card').classList.toggle('ds-show-orig'); this.innerText = this.parentElement.parentElement.classList.contains('ds-show-orig') ? 'Toon vertaling' : 'Toon origineel'\">Toon origineel<\/span>\n                            <\/div>\n                                                    <\/div>\n                                                <div class=\"ds-card\">\n                            <div class=\"ds-top\">\n                                <span class=\"ds-name\">TarayGordi123<\/span>\n                                <div style=\"display:flex;gap:1px;\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><\/div>                            <\/div>\n                            <div class=\"ds-body\">\n                                <div class=\"ds-trans\">Hallo gut<\/div>\n                                <div class=\"ds-orig\">Buenas <\/div>\n                            <\/div>\n                                                        <div class=\"ds-ai-foot\">\n                                <div class=\"ds-ai-badge\">\n                                    <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8.47 13.99l-2.07-5.52-5.52-2.07 5.52-2.07 2.07-5.52 2.07 5.52 5.52 2.07-5.52 2.07-2.07 5.52zm1.67-4.22l-.8-2.12-2.12-.8 2.12-.8.8-2.12.8 2.12 2.12.8-2.12.8-.8 2.12z\"\/><\/svg> Vertaald met AI\n                                <\/div>\n                                <span class=\"ds-toggle\" onclick=\"this.closest('.ds-card').classList.toggle('ds-show-orig'); this.innerText = this.parentElement.parentElement.classList.contains('ds-show-orig') ? 'Toon vertaling' : 'Toon origineel'\">Toon origineel<\/span>\n                            <\/div>\n                                                    <\/div>\n                                                <div class=\"ds-card\">\n                            <div class=\"ds-top\">\n                                <span class=\"ds-name\">Cyril B<\/span>\n                                <div style=\"display:flex;gap:1px;\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><\/div>                            <\/div>\n                            <div class=\"ds-body\">\n                                <div class=\"ds-trans\">Die Puppe ist genau wie auf den Fotos, alle Optionen und Funktionen sind vorhanden.\nLieferung innerhalb von 3 Werktagen.<\/div>\n                                <div class=\"ds-orig\">The doll is exactly like on the photos, all the options are here and functionals.\nDelivered in 3 working days.<\/div>\n                            <\/div>\n                                                        <div class=\"ds-ai-foot\">\n                                <div class=\"ds-ai-badge\">\n                                    <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8.47 13.99l-2.07-5.52-5.52-2.07 5.52-2.07 2.07-5.52 2.07 5.52 5.52 2.07-5.52 2.07-2.07 5.52zm1.67-4.22l-.8-2.12-2.12-.8 2.12-.8.8-2.12.8 2.12 2.12.8-2.12.8-.8 2.12z\"\/><\/svg> Vertaald met AI\n                                <\/div>\n                                <span class=\"ds-toggle\" onclick=\"this.closest('.ds-card').classList.toggle('ds-show-orig'); this.innerText = this.parentElement.parentElement.classList.contains('ds-show-orig') ? 'Toon vertaling' : 'Toon origineel'\">Toon origineel<\/span>\n                            <\/div>\n                                                    <\/div>\n                                                <div class=\"ds-card\">\n                            <div class=\"ds-top\">\n                                <span class=\"ds-name\">MARCEL<\/span>\n                                <div style=\"display:flex;gap:1px;\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><\/div>                            <\/div>\n                            <div class=\"ds-body\">\n                                <div class=\"ds-trans\">Super schnell<\/div>\n                                <div class=\"ds-orig\">Super rapide<\/div>\n                            <\/div>\n                                                        <div class=\"ds-ai-foot\">\n                                <div class=\"ds-ai-badge\">\n                                    <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8.47 13.99l-2.07-5.52-5.52-2.07 5.52-2.07 2.07-5.52 2.07 5.52 5.52 2.07-5.52 2.07-2.07 5.52zm1.67-4.22l-.8-2.12-2.12-.8 2.12-.8.8-2.12.8 2.12 2.12.8-2.12.8-.8 2.12z\"\/><\/svg> Vertaald met AI\n                                <\/div>\n                                <span class=\"ds-toggle\" onclick=\"this.closest('.ds-card').classList.toggle('ds-show-orig'); this.innerText = this.parentElement.parentElement.classList.contains('ds-show-orig') ? 'Toon vertaling' : 'Toon origineel'\">Toon origineel<\/span>\n                            <\/div>\n                                                    <\/div>\n                                                <div class=\"ds-card\">\n                            <div class=\"ds-top\">\n                                <span class=\"ds-name\">Manu<\/span>\n                                <div style=\"display:flex;gap:1px;\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" style=\"display:block;width:18px;height:18px;min-width:18px;flex-shrink:0;\"><path fill=\"#FFD700\" d=\"M12 2.5l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77l-6.18 3.23 1.18-6.88-5-4.87 6.91-.99z\"\/><\/svg><\/div>                            <\/div>\n                            <div class=\"ds-body\">\n                                <div class=\"ds-trans\">in allen Punkten hervorragend! Seri\u00f6se Website und schnelle Lieferung, w\u00e4hlen Sie auf Lager, Sie werden sofort bedient! Vielen Dank, Jasper und das Team<\/div>\n                                <div class=\"ds-orig\">excellent sur tous les points! site s\u00e9rieux et livraison rapide, choisissez en stock vous serez servi illico presto! merci Jasper et tte l'\u00e9quipz<\/div>\n                            <\/div>\n                                                        <div class=\"ds-ai-foot\">\n                                <div class=\"ds-ai-badge\">\n                                    <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8.47 13.99l-2.07-5.52-5.52-2.07 5.52-2.07 2.07-5.52 2.07 5.52 5.52 2.07-5.52 2.07-2.07 5.52zm1.67-4.22l-.8-2.12-2.12-.8 2.12-.8.8-2.12.8 2.12 2.12.8-2.12.8-.8 2.12z\"\/><\/svg> Vertaald met AI\n                                <\/div>\n                                <span class=\"ds-toggle\" onclick=\"this.closest('.ds-card').classList.toggle('ds-show-orig'); this.innerText = this.parentElement.parentElement.classList.contains('ds-show-orig') ? 'Toon vertaling' : 'Toon origineel'\">Toon origineel<\/span>\n                            <\/div>\n                                                    <\/div>\n                                                <div style=\"min-width:1px;\"><\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"ds-dots\"><\/div>\n            <\/div>\n            \n\n\n\n<div id=\"wd-5819f4b5\" class=\"wp-block-wd-section\">\n<div id=\"wd-ebfed864\" class=\"wp-block-wd-container wd-dir-col\">\n<h2 id=\"wd-1f3e9e1e\" class=\"wp-block-wd-title title wd-align\">Alles \u00fcber Sexdolls: die neuesten Blogs<\/h2>\n\n\n\t\t\t\n\t\t\t<div id=\"wd-0acff3e3\" class=\"wd-carousel-container  wd-0acff3e3 wd-posts wd-blog-element title-line-one\">\n\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"wd-carousel-inner\">\n\t\t\t\t\t<div class=\" wd-carousel wd-grid\" data-scroll_per_page=\"yes\" style=\"--wd-col-lg:3;--wd-col-md:3;--wd-col-sm:1;--wd-gap-lg:20px;--wd-gap-sm:10px;\">\n\t\t\t\t\t\t<div class=\"wd-carousel-wrap\">\n\t\t\t\t\t\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\n<article id=\"post-950032\" class=\"wd-post blog-design-masonry blog-post-loop blog-style-bg wd-add-shadow post-950032 post type-post status-publish format-standard has-post-thumbnail hentry\">\n\t<div class=\"wd-post-inner article-inner\">\n\t\t\t\t\t<div class=\"wd-post-thumb entry-header\">\n\t\t\t\t\t\t\t\t\t<div class=\"wd-post-img post-img-wrapp\">\n\t\t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"200\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2025\/09\/firedoll-camilla-1-300x200.jpg\" class=\"attachment-medium size-medium\" alt=\"\" srcset=\"https:\/\/doll.shop\/wp-content\/uploads\/2025\/09\/firedoll-camilla-1-300x200.jpg 300w, https:\/\/doll.shop\/wp-content\/uploads\/2025\/09\/firedoll-camilla-1-1024x682.jpg 1024w, https:\/\/doll.shop\/wp-content\/uploads\/2025\/09\/firedoll-camilla-1-768x512.jpg 768w, https:\/\/doll.shop\/wp-content\/uploads\/2025\/09\/firedoll-camilla-1-1536x1023.jpg 1536w, https:\/\/doll.shop\/wp-content\/uploads\/2025\/09\/firedoll-camilla-1-1000x666.jpg 1000w, https:\/\/doll.shop\/wp-content\/uploads\/2025\/09\/firedoll-camilla-1-150x100.jpg 150w, https:\/\/doll.shop\/wp-content\/uploads\/2025\/09\/firedoll-camilla-1.jpg 1600w\" sizes=\"(max-width: 300px) 100vw, 300px\" title=\"\">\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"wd-fill\" tabindex=\"-1\" href=\"https:\/\/doll.shop\/de\/warum-wir-keine-kleinen-sexpuppen-verkaufen\/\" aria-label=\"Link zum Beitrag Warum wir keine kleinen Sexpuppen verkaufen\"><\/a>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-post-date wd-style-with-bg\">\n\t\t\t\t<span class=\"post-date-day\">\n\t\t\t\t\t25\t\t\t\t<\/span>\n\t\t\t\t<span class=\"post-date-month\">\n\t\t\t\t\tNov.\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\n\t\t<div class=\"wd-post-content article-body-container\">\n\t\t\t\n\t\t\t\t\t\t\t<h3 class=\"wd-post-title wd-entities-title title post-title\">\n\t\t\t\t\t<a href=\"https:\/\/doll.shop\/de\/warum-wir-keine-kleinen-sexpuppen-verkaufen\/\" rel=\"bookmark\">\n\t\t\t\t\t\tWarum wir keine kleinen Sexpuppen verkaufen\t\t\t\t\t<\/a>\n\t\t\t\t<\/h3>\n\t\t\t\n\t\t\t\n\t\t\t\t\t\t\t<div class=\"wd-post-excerpt entry-content\">\n\t\t\t\t\tIn den letzten Wochen haben wir auffallend viele Fragen zu kleinen Sexpuppen erhalten. Diese Fragen beziehen sich oft auf die L\u00e4nge, di&#8230;\t\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-post-read-more wd-style-link read-more-section\">\n\t\t\t\t\t\t<a class=\"\" href=\"https:\/\/doll.shop\/de\/warum-wir-keine-kleinen-sexpuppen-verkaufen\/\">Mehr lesen<\/a>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t<\/div>\n<\/article>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\n<article id=\"post-11000\" class=\"wd-post blog-design-masonry blog-post-loop blog-style-bg wd-add-shadow post-11000 post type-post status-publish format-standard has-post-thumbnail hentry category-geen-onderdeel-van-een-categorie\">\n\t<div class=\"wd-post-inner article-inner\">\n\t\t\t\t\t<div class=\"wd-post-thumb entry-header\">\n\t\t\t\t\t\t\t\t\t<div class=\"wd-post-img post-img-wrapp\">\n\t\t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2023\/02\/USB-heater-300x300.jpg\" class=\"attachment-medium size-medium\" alt=\"\" srcset=\"https:\/\/doll.shop\/wp-content\/uploads\/2023\/02\/USB-heater-300x300.jpg 300w, https:\/\/doll.shop\/wp-content\/uploads\/2023\/02\/USB-heater-150x150.jpg 150w, https:\/\/doll.shop\/wp-content\/uploads\/2023\/02\/USB-heater-768x768.jpg 768w, https:\/\/doll.shop\/wp-content\/uploads\/2023\/02\/USB-heater-12x12.jpg 12w, https:\/\/doll.shop\/wp-content\/uploads\/2023\/02\/USB-heater-990x990.jpg 990w, https:\/\/doll.shop\/wp-content\/uploads\/2023\/02\/USB-heater-441x441.jpg 441w, https:\/\/doll.shop\/wp-content\/uploads\/2023\/02\/USB-heater-800x800.jpg 800w, https:\/\/doll.shop\/wp-content\/uploads\/2023\/02\/USB-heater.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" title=\"\">\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"wd-fill\" tabindex=\"-1\" href=\"https:\/\/doll.shop\/de\/anleitung-heizelement\/\" aria-label=\"Link zum Beitrag Anleitung Heizelement\u00a0\"><\/a>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-post-date wd-style-with-bg\">\n\t\t\t\t<span class=\"post-date-day\">\n\t\t\t\t\t13\t\t\t\t<\/span>\n\t\t\t\t<span class=\"post-date-month\">\n\t\t\t\t\tFeb.\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\n\t\t<div class=\"wd-post-content article-body-container\">\n\t\t\t\n\t\t\t\t\t\t\t<h3 class=\"wd-post-title wd-entities-title title post-title\">\n\t\t\t\t\t<a href=\"https:\/\/doll.shop\/de\/anleitung-heizelement\/\" rel=\"bookmark\">\n\t\t\t\t\t\tAnleitung Heizelement\u00a0\t\t\t\t\t<\/a>\n\t\t\t\t<\/h3>\n\t\t\t\n\t\t\t\n\t\t\t\t\t\t\t<div class=\"wd-post-excerpt entry-content\">\n\t\t\t\t\tUnsere Lieferanten liefern regelm\u00e4\u00dfig ein USB-Heizelement als \u00dcberraschung f\u00fcr Sie mit.&nbsp;Wir stellen fest, dass die Heizelemente ma&#8230;\t\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-post-read-more wd-style-link read-more-section\">\n\t\t\t\t\t\t<a class=\"\" href=\"https:\/\/doll.shop\/de\/anleitung-heizelement\/\">Mehr lesen<\/a>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t<\/div>\n<\/article>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\n<article id=\"post-8641\" class=\"wd-post blog-design-masonry blog-post-loop blog-style-bg wd-add-shadow post-8641 post type-post status-publish format-standard has-post-thumbnail hentry category-geen-onderdeel-van-een-categorie\">\n\t<div class=\"wd-post-inner article-inner\">\n\t\t\t\t\t<div class=\"wd-post-thumb entry-header\">\n\t\t\t\t\t\t\t\t\t<div class=\"wd-post-img post-img-wrapp\">\n\t\t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"200\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2022\/03\/Sexdoll-Yara-12-300x200.jpg\" class=\"attachment-medium size-medium\" alt=\"\" srcset=\"https:\/\/doll.shop\/wp-content\/uploads\/2022\/03\/Sexdoll-Yara-12-300x200.jpg 300w, https:\/\/doll.shop\/wp-content\/uploads\/2022\/03\/Sexdoll-Yara-12-scaled-150x100.jpg 150w, https:\/\/doll.shop\/wp-content\/uploads\/2022\/03\/Sexdoll-Yara-12-scaled-1000x667.jpg 1000w, https:\/\/doll.shop\/wp-content\/uploads\/2022\/03\/Sexdoll-Yara-12-1024x683.jpg 1024w, https:\/\/doll.shop\/wp-content\/uploads\/2022\/03\/Sexdoll-Yara-12-768x512.jpg 768w, https:\/\/doll.shop\/wp-content\/uploads\/2022\/03\/Sexdoll-Yara-12-1536x1024.jpg 1536w, https:\/\/doll.shop\/wp-content\/uploads\/2022\/03\/Sexdoll-Yara-12-2048x1365.jpg 2048w, https:\/\/doll.shop\/wp-content\/uploads\/2022\/03\/Sexdoll-Yara-12-675x450.jpg 675w\" sizes=\"(max-width: 300px) 100vw, 300px\" title=\"\">\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"wd-fill\" tabindex=\"-1\" href=\"https:\/\/doll.shop\/de\/finger-reparatur\/\" aria-label=\"Link zum Beitrag Wie reparieren Sie die Finger?\"><\/a>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-post-date wd-style-with-bg\">\n\t\t\t\t<span class=\"post-date-day\">\n\t\t\t\t\t12\t\t\t\t<\/span>\n\t\t\t\t<span class=\"post-date-month\">\n\t\t\t\t\tDez.\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\n\t\t<div class=\"wd-post-content article-body-container\">\n\t\t\t\n\t\t\t\t\t\t\t<h3 class=\"wd-post-title wd-entities-title title post-title\">\n\t\t\t\t\t<a href=\"https:\/\/doll.shop\/de\/finger-reparatur\/\" rel=\"bookmark\">\n\t\t\t\t\t\tWie reparieren Sie die Finger?\t\t\t\t\t<\/a>\n\t\t\t\t<\/h3>\n\t\t\t\n\t\t\t\n\t\t\t\t\t\t\t<div class=\"wd-post-excerpt entry-content\">\n\t\t\t\t\tTPE Sexpuppen haben in den meisten F\u00e4llen Finger, die aus Stahldraht bestehen. Bei einigen Marken, darunter Firedoll und RF Doll, kann &#8230;\t\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-post-read-more wd-style-link read-more-section\">\n\t\t\t\t\t\t<a class=\"\" href=\"https:\/\/doll.shop\/de\/finger-reparatur\/\">Mehr lesen<\/a>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t<\/div>\n<\/article>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"wd-nav-arrows wd-pos-sep wd-hover-1 wd-icon-1\">\n\t\t\t<div class=\"wd-btn-arrow wd-prev wd-disabled\">\n\t\t\t\t<div class=\"wd-arrow-inner\"><\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"wd-btn-arrow wd-next\">\n\t\t\t\t<div class=\"wd-arrow-inner\"><\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"wd-nav-pagin-wrap text-center wd-style-shape\">\n\t\t\t<ul class=\"wd-nav-pagin\"><\/ul>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Beste getestete Sexpuppen Was Kunden sagen<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-949562","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/doll.shop\/de\/wp-json\/wp\/v2\/pages\/949562","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/doll.shop\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/doll.shop\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/doll.shop\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/doll.shop\/de\/wp-json\/wp\/v2\/comments?post=949562"}],"version-history":[{"count":18,"href":"https:\/\/doll.shop\/de\/wp-json\/wp\/v2\/pages\/949562\/revisions"}],"predecessor-version":[{"id":951799,"href":"https:\/\/doll.shop\/de\/wp-json\/wp\/v2\/pages\/949562\/revisions\/951799"}],"wp:attachment":[{"href":"https:\/\/doll.shop\/de\/wp-json\/wp\/v2\/media?parent=949562"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}