{"id":949510,"date":"2025-11-19T11:06:14","date_gmt":"2025-11-19T10:06:14","guid":{"rendered":"https:\/\/doll.shop\/lifelike-sex-dolls-doll-shop\/"},"modified":"2026-01-21T14:31:13","modified_gmt":"2026-01-21T13:31:13","slug":"home-en","status":"publish","type":"page","link":"https:\/\/doll.shop\/en\/","title":{"rendered":"Lifelike sex dolls | 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>\n    \/* --- CSS VARIABLES --- *\/\n    :root {\n        --ds-primary: #c24061;\n        --ds-primary-hover: #a63653;\n        --ds-text-white: #ffffff;\n    }\n\n    \/* --- HERO CONTAINER --- *\/\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    \/* --- BACKGROUND IMAGE --- *\/\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    \/* --- OVERLAY --- *\/\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    \/* --- CONTENT --- *\/\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    \/* --- TITLE --- *\/\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    \/* --- USP LIST --- *\/\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    \/* --- BUTTON --- *\/\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    \/* --- ANIMATIONS --- *\/\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    \/* --- MOBILE --- *\/\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(\n                to top,\n                rgba(0,0,0,0.95) 0%,\n                rgba(0,0,0,0.6) 40%,\n                rgba(0,0,0,0) 60%\n            );\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            Lifelike Sex Dolls\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                Ready to ship from stock\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                Lowest price guarantee\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                The specialist in Europe\n            <\/li>\n        <\/ul>\n\n        <a href=\"https:\/\/doll.shop\/en\/product-category\/sex-dolls\/\" class=\"ds-hero-btn ds-anim ds-anim-3\">\n            View all sex dolls\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\">Most sold sex dolls<\/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-37796 status-publish instock product_cat-sex-dolls product_cat-rf-doll-en has-post-thumbnail sale featured taxable shipping-taxable purchasable product-type-simple\" data-loop=\"1\" data-id=\"37796\">\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\/en\/product\/sex-doll-yara-158-cm\/\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"EL doll Riley | 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\">-62%<\/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=\"\/en\/wp-json\/wp\/v2\/pages\/949510?add-to-cart=37796\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_37796\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"37796\" data-product_sku=\"6013707158152\" aria-label=\"Add to cart: &ldquo;EL doll Riley | 158 cm&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;EL doll Riley | 158 cm&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_37796\" 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\/en\/product\/sex-doll-yara-158-cm\/\">EL doll Riley | 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=\"Rated 4.91 out of 5\">\n\t\t\t\t\t<span style=\"width:98.2%\">\n\t\t\tRated <strong class=\"rating\">4.91<\/strong> out of 5\t\t<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t<a href=\"https:\/\/doll.shop\/en\/product\/sex-doll-yara-158-cm\/#reviews\" class=\"woocommerce-review-link\" rel=\"nofollow\">\n\t\t\t(11)\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><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;1.050,00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &euro;&nbsp;1.050,00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;395,00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &euro;&nbsp;395,00.<\/span> <small class=\"woocommerce-price-suffix\">Incl. VAT<\/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-947924 status-publish instock product_cat-rf-doll-en has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\" data-loop=\"2\" data-id=\"947924\">\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\/en\/product\/sexdoll-ava-158-cm\/\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"EL doll Sasha | 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\">-60%<\/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=\"\/en\/wp-json\/wp\/v2\/pages\/949510?add-to-cart=947924\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_947924\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"947924\" data-product_sku=\"6013707158152-1\" aria-label=\"Add to cart: &ldquo;EL doll Sasha | 158 cm&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;EL doll Sasha | 158 cm&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_947924\" 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\/en\/product\/sexdoll-ava-158-cm\/\">EL doll Sasha | 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><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;995,00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &euro;&nbsp;995,00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;395,00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &euro;&nbsp;395,00.<\/span> <small class=\"woocommerce-price-suffix\">Incl. VAT<\/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-952401 status-publish last instock product_cat-sex-dolls has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\" data-loop=\"3\" data-id=\"952401\">\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\/en\/product\/el-doll-mila-158-cm\/\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"EL doll Mila | 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\">-60%<\/span>\t\t\t<\/div>\n\t\t\t<img decoding=\"async\" width=\"600\" height=\"840\" src=\"https:\/\/doll.shop\/wp-content\/uploads\/2026\/04\/Mila-158-9-600x840.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" title=\"\">\t\t<\/a>\n\n\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=\"\/en\/wp-json\/wp\/v2\/pages\/949510?add-to-cart=952401\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_952401\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"952401\" data-product_sku=\"6013707158152-3\" aria-label=\"Add to cart: &ldquo;EL doll Mila | 158 cm&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;EL doll Mila | 158 cm&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_952401\" 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\/en\/product\/el-doll-mila-158-cm\/\">EL doll Mila | 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><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;995,00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &euro;&nbsp;995,00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;395,00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &euro;&nbsp;395,00.<\/span> <small class=\"woocommerce-price-suffix\">Incl. VAT<\/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-37274 status-publish first instock product_cat-firedoll-en product_cat-sex-dolls has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\" data-loop=\"4\" data-id=\"37274\">\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\/en\/product\/firedoll-laila-166-cm\/\" 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=\"\" 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=\"\/en\/wp-json\/wp\/v2\/pages\/949510?add-to-cart=37274\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_37274\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"37274\" data-product_sku=\"6095654834860-1\" aria-label=\"Add to cart: &ldquo;Firedoll Laila | 166 cm&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Firedoll Laila | 166 cm&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_37274\" 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\/en\/product\/firedoll-laila-166-cm\/\">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=\"Rated 5.00 out of 5\">\n\t\t\t\t\t<span style=\"width:100%\">\n\t\t\tRated <strong class=\"rating\">5.00<\/strong> out of 5\t\t<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t<a href=\"https:\/\/doll.shop\/en\/product\/firedoll-laila-166-cm\/#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><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;795,00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &euro;&nbsp;795,00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;595,00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &euro;&nbsp;595,00.<\/span> <small class=\"woocommerce-price-suffix\">Incl. VAT<\/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-37307 status-publish instock product_cat-firedoll-en product_cat-sex-dolls has-post-thumbnail sale featured taxable shipping-taxable purchasable product-type-simple\" data-loop=\"5\" data-id=\"37307\">\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\/en\/product\/firedoll-lisa-marie-166-cm\/\" 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=\"sex doll dark hair, blue eyes, silver necklace, white top and skirt, stands\" 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=\"\/en\/wp-json\/wp\/v2\/pages\/949510?add-to-cart=37307\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_37307\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"37307\" data-product_sku=\"6095654834860-3\" aria-label=\"Add to cart: &ldquo;Firedoll Lisa-Marie | 166 cm&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Firedoll Lisa-Marie | 166 cm&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_37307\" 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\/en\/product\/firedoll-lisa-marie-166-cm\/\">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=\"Rated 4.50 out of 5\">\n\t\t\t\t\t<span style=\"width:90%\">\n\t\t\tRated <strong class=\"rating\">4.50<\/strong> out of 5\t\t<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t<a href=\"https:\/\/doll.shop\/en\/product\/firedoll-lisa-marie-166-cm\/#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><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;795,00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &euro;&nbsp;795,00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;595,00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &euro;&nbsp;595,00.<\/span> <small class=\"woocommerce-price-suffix\">Incl. VAT<\/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-37341 status-publish instock product_cat-firedoll-en product_cat-sex-dolls has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\" data-loop=\"6\" data-id=\"37341\">\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\/en\/product\/firedoll-sarina-166-cm\/\" 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=\"\" 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=\"\/en\/wp-json\/wp\/v2\/pages\/949510?add-to-cart=37341\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_37341\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"37341\" data-product_sku=\"6095654834860-4\" aria-label=\"Add to cart: &ldquo;Firedoll Sarina | 166 cm&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Firedoll Sarina | 166 cm&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_37341\" 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\/en\/product\/firedoll-sarina-166-cm\/\">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=\"Rated 5.00 out of 5\">\n\t\t\t\t\t<span style=\"width:100%\">\n\t\t\tRated <strong class=\"rating\">5.00<\/strong> out of 5\t\t<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t<a href=\"https:\/\/doll.shop\/en\/product\/firedoll-sarina-166-cm\/#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><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;795,00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &euro;&nbsp;795,00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;595,00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &euro;&nbsp;595,00.<\/span> <small class=\"woocommerce-price-suffix\">Incl. VAT<\/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-37842 status-publish last instock product_cat-firedoll-en product_cat-sex-dolls has-post-thumbnail sale featured taxable shipping-taxable purchasable product-type-simple\" data-loop=\"7\" data-id=\"37842\">\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\/en\/product\/firedoll-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=\"Sex doll chestnut brown hair, silver necklace, white top, long white skirt, bracelets, handbag in hand, standing\" 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=\"\/en\/wp-json\/wp\/v2\/pages\/949510?add-to-cart=37842\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_37842\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"37842\" data-product_sku=\"6095654834860-0\" aria-label=\"Add to cart: &ldquo;Firedoll Zora | 166 cm&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Firedoll Zora | 166 cm&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_37842\" 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\/en\/product\/firedoll-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=\"Rated 5.00 out of 5\">\n\t\t\t\t\t<span style=\"width:100%\">\n\t\t\tRated <strong class=\"rating\">5.00<\/strong> out of 5\t\t<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t<a href=\"https:\/\/doll.shop\/en\/product\/firedoll-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><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;795,00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &euro;&nbsp;795,00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;595,00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &euro;&nbsp;595,00.<\/span> <small class=\"woocommerce-price-suffix\">Incl. VAT<\/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-947910 status-publish first instock product_cat-firedoll-en has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\" data-loop=\"8\" data-id=\"947910\">\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\/en\/product\/firedoll-camila-156-cm\/\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Firedoll Camila | 156 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\">-48%<\/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\/firedoll-camilla-15-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\/firedoll-camilla-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=\"\/en\/wp-json\/wp\/v2\/pages\/949510?add-to-cart=947910\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_947910\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"947910\" data-product_sku=\"6095647160181\" aria-label=\"Add to cart: &ldquo;Firedoll Camila | 156 cm&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Firedoll Camila | 156 cm&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_947910\" 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\/en\/product\/firedoll-camila-156-cm\/\">Firedoll Camila | 156 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><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;1.195,00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &euro;&nbsp;1.195,00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;625,00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &euro;&nbsp;625,00.<\/span> <small class=\"woocommerce-price-suffix\">Incl. VAT<\/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-942602 status-publish instock product_cat-sex-dolls product_cat-dutchdoll-en has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\" data-loop=\"9\" data-id=\"942602\">\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\/en\/product\/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=\"\/en\/wp-json\/wp\/v2\/pages\/949510?add-to-cart=942602\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_942602\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"942602\" data-product_sku=\"6095637916903-1\" aria-label=\"Add to cart: &ldquo;DutchDoll Isabella | 158 cm&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;DutchDoll Isabella | 158 cm&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_942602\" 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\/en\/product\/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><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;785,00<\/bdi><\/span> <small class=\"woocommerce-price-suffix\">Incl. VAT<\/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-942604 status-publish instock product_cat-sex-dolls product_cat-dutchdoll-en has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\" data-loop=\"10\" data-id=\"942604\">\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\/en\/product\/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=\"\/en\/wp-json\/wp\/v2\/pages\/949510?add-to-cart=942604\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_942604\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"942604\" data-product_sku=\"6095637916903-2\" aria-label=\"Add to cart: &ldquo;DutchDoll Sophie | 158 cm&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;DutchDoll Sophie | 158 cm&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_942604\" 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\/en\/product\/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><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;785,00<\/bdi><\/span> <small class=\"woocommerce-price-suffix\">Incl. VAT<\/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\">Categories<\/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\/en\/product-category\/accessories-for-your-sex-doll\/\" aria-label=\"Accessories\">\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\tAccessories\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\/en\/product-category\/accessories-for-your-sex-doll\/\">\n\t\t\t\t\t3 products\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\/en\/product-category\/accessories-for-your-sex-doll\/\" aria-label=\"Product category accessories-for-your-sex-doll\"><\/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\/en\/product-category\/masturbators-en\/\" aria-label=\"Masturbators\">\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\tMasturbators\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\/en\/product-category\/masturbators-en\/\">\n\t\t\t\t\t2 products\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\/en\/product-category\/masturbators-en\/\" aria-label=\"Product category masturbators-en\"><\/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\/en\/product-category\/sex-dolls\/\" aria-label=\"Sex dolls\">\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\tSex dolls\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\/en\/product-category\/sex-dolls\/\">\n\t\t\t\t\t44 products\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\/en\/product-category\/sex-dolls\/\" aria-label=\"Product category sex-dolls\"><\/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\">Best tested sex dolls<\/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-37796 status-publish instock product_cat-sex-dolls product_cat-rf-doll-en has-post-thumbnail sale featured taxable shipping-taxable purchasable product-type-simple\" data-loop=\"1\" data-id=\"37796\">\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\/en\/product\/sex-doll-yara-158-cm\/\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"EL doll Riley | 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\">-62%<\/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=\"\/en\/wp-json\/wp\/v2\/pages\/949510?add-to-cart=37796\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_37796\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"37796\" data-product_sku=\"6013707158152\" aria-label=\"Add to cart: &ldquo;EL doll Riley | 158 cm&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;EL doll Riley | 158 cm&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_37796\" 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\/en\/product\/sex-doll-yara-158-cm\/\">EL doll Riley | 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=\"Rated 4.91 out of 5\">\n\t\t\t\t\t<span style=\"width:98.2%\">\n\t\t\tRated <strong class=\"rating\">4.91<\/strong> out of 5\t\t<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t<a href=\"https:\/\/doll.shop\/en\/product\/sex-doll-yara-158-cm\/#reviews\" class=\"woocommerce-review-link\" rel=\"nofollow\">\n\t\t\t(11)\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><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;1.050,00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &euro;&nbsp;1.050,00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;395,00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &euro;&nbsp;395,00.<\/span> <small class=\"woocommerce-price-suffix\">Incl. VAT<\/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-37307 status-publish instock product_cat-firedoll-en product_cat-sex-dolls has-post-thumbnail sale featured taxable shipping-taxable purchasable product-type-simple\" data-loop=\"2\" data-id=\"37307\">\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\/en\/product\/firedoll-lisa-marie-166-cm\/\" 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=\"sex doll dark hair, blue eyes, silver necklace, white top and skirt, stands\" 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=\"\/en\/wp-json\/wp\/v2\/pages\/949510?add-to-cart=37307\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_37307\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"37307\" data-product_sku=\"6095654834860-3\" aria-label=\"Add to cart: &ldquo;Firedoll Lisa-Marie | 166 cm&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Firedoll Lisa-Marie | 166 cm&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_37307\" 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\/en\/product\/firedoll-lisa-marie-166-cm\/\">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=\"Rated 4.50 out of 5\">\n\t\t\t\t\t<span style=\"width:90%\">\n\t\t\tRated <strong class=\"rating\">4.50<\/strong> out of 5\t\t<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t<a href=\"https:\/\/doll.shop\/en\/product\/firedoll-lisa-marie-166-cm\/#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><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;795,00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &euro;&nbsp;795,00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;595,00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &euro;&nbsp;595,00.<\/span> <small class=\"woocommerce-price-suffix\">Incl. VAT<\/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-37842 status-publish last instock product_cat-firedoll-en product_cat-sex-dolls has-post-thumbnail sale featured taxable shipping-taxable purchasable product-type-simple\" data-loop=\"3\" data-id=\"37842\">\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\/en\/product\/firedoll-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=\"Sex doll chestnut brown hair, silver necklace, white top, long white skirt, bracelets, handbag in hand, standing\" 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=\"\/en\/wp-json\/wp\/v2\/pages\/949510?add-to-cart=37842\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_37842\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"37842\" data-product_sku=\"6095654834860-0\" aria-label=\"Add to cart: &ldquo;Firedoll Zora | 166 cm&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Firedoll Zora | 166 cm&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_37842\" 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\/en\/product\/firedoll-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=\"Rated 5.00 out of 5\">\n\t\t\t\t\t<span style=\"width:100%\">\n\t\t\tRated <strong class=\"rating\">5.00<\/strong> out of 5\t\t<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t<a href=\"https:\/\/doll.shop\/en\/product\/firedoll-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><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;795,00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &euro;&nbsp;795,00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;595,00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &euro;&nbsp;595,00.<\/span> <small class=\"woocommerce-price-suffix\">Incl. VAT<\/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-942613 status-publish first instock product_cat-sex-dolls product_cat-dutchdoll-en has-post-thumbnail featured taxable shipping-taxable purchasable product-type-simple\" data-loop=\"4\" data-id=\"942613\">\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\/en\/product\/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%86-best-buy label-attribute-pa_opisop\">\u2606 Best Buy<\/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=\"\/en\/wp-json\/wp\/v2\/pages\/949510?add-to-cart=942613\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_942613\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"942613\" data-product_sku=\"6095635884853-3\" aria-label=\"Add to cart: &ldquo;DutchDoll Layla | 158 cm&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;DutchDoll Layla | 158 cm&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_942613\" 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\/en\/product\/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><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>&nbsp;785,00<\/bdi><\/span> <small class=\"woocommerce-price-suffix\">Incl. VAT<\/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\">Lifelike sex dolls<\/h3>\n\n\n\n<p id=\"wd-59b439b7\" class=\"wp-block-wd-paragraph\">A sex doll that feels incredibly realistic? That\u2019s exactly what we specialise in. Our collection focuses on life-like details: natural body shapes, smooth skin textures, and options that match your personal preferences.  <\/p>\n\n\n\n<h3 id=\"wd-69b75311\" class=\"wp-block-wd-title title\">High-quality TPE or premium silicone<\/h3>\n\n\n\n<p id=\"wd-fff01dde\" class=\"wp-block-wd-paragraph\">Every doll in our collection is made of high-quality TPE or premium silicone. And you can feel that. Want to <strong>order<\/strong> a <strong>silicone sex doll<\/strong> or go for TPE? Either way, the skin quickly takes your body temperature and the body moves smoothly with you.   <\/p>\n\n\n\n<p id=\"wd-bf283506\" class=\"wp-block-wd-paragraph\">If you&#8217;re <strong>going to buy<\/strong> a <strong>premium sex doll<\/strong>, you want the details to be right. From naturally shaped breasts to an inside that feels lifelike. The choice between a <strong>TPE vs silicone sex doll<\/strong> depends on your personal preference, but we guarantee that with either material, you&#8217;ll get an experience as close to reality as possible.  <\/p>\n\n\n\n<h3 id=\"wd-efb5dbd0\" class=\"wp-block-wd-title title\">Our favorite brands<\/h3>\n\n\n\n<p id=\"wd-63ae28d5\" class=\"wp-block-wd-paragraph\">We only choose brands that we ourselves stand behind 100%. <strong>WM Doll<\/strong> and <strong>AK Doll<\/strong> are the top worldwide when it comes to silicone dolls with a finish you have to see to believe.<\/p>\n\n\n\n<p id=\"wd-33ecb59f\" class=\"wp-block-wd-paragraph\">Instead, are you looking for strong value for money? Then <strong>DutchDoll<\/strong> is a smart choice. This brand with Dutch roots combines elegant shapes with luxury options you normally only see in the most expensive segment. Want an affordable option without compromising on quality? Then check out <strong>RF Doll&#8217;<\/strong>s models. These have all the basic functions and feel surprisingly good.     <\/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\">Sex doll from stock and delivered tomorrow<\/h3>\n\n\n\n<p id=\"wd-59e69ba3\" class=\"wp-block-wd-paragraph\">Many models are just here in our own warehouse. Would you like to <strong>order a sex doll discreetly<\/strong>? Then you are at the right place. Because we deliver from our own stock, your <strong>sex doll is often delivered tomorrow<\/strong>.   <\/p>\n\n\n\n<p id=\"wd-eb631b3d\" class=\"wp-block-wd-paragraph\">We pack her completely anonymously in a sturdy box. All you have to do is open the door. No one sees what&#8217;s inside the box. Because we deliver your <strong>sex doll from stock<\/strong>, you don&#8217;t have to wait weeks for a shipment from abroad. You choose, we take care of the rest.    <\/p>\n\n\n\n<h3 id=\"wd-5bbd362b\" class=\"wp-block-wd-title title\">Reliable and highly rated<\/h3>\n\n\n\n<p id=\"wd-6a68d66f\" class=\"wp-block-wd-paragraph\">Making such a purchase online is quite a step, we understand that very well. You are looking for certainty. That is why Doll.shop is affiliated with <strong>WebwinkelKeur<\/strong>. We are officially inspected so you can be sure that we meet strict requirements.   <\/p>\n\n\n\n<p id=\"wd-3e6dba49\" class=\"wp-block-wd-paragraph\">Moreover, the experiences you read there are <strong>collected completely independently<\/strong>. No filtered marketing talk, but honest reviews from real customers. And it shows: Doll.shop is rated <strong>very well<\/strong>. Feel free to read what others are saying. They will tell you exactly why they chose our quality.    <\/p>\n\n\n\n<h3 id=\"wd-cb9701be\" class=\"wp-block-wd-title title\">Lowest price guarantee<\/h3>\n\n\n\n<p id=\"wd-60f4f423\" class=\"wp-block-wd-paragraph\">A sex doll is an investment. That&#8217;s why we guarantee the lowest price for the exact same doll. So you get top quality from a trusted address, delivered at lightning speed, without paying too much. So you can be sure that you are right: <strong>Doll.shop is a specialist in lifelike sex dolls and delivers from its own stock throughout Europe.<\/strong>   <\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">What customers say<\/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\">Magnificent, this super realistic doll With the talc so deceived with real skin Delivery and packaging at the top Thank you<\/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\">Fast delivery top quality very satisfied ;-)!!!!!<\/div>\n                                <div class=\"ds-orig\">Schnelle Lieferung top Qualit\u00e4t sehr zufrieden ;-)!!!!!<\/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\">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\">a bit heavier then i imagined, but very beautifull and lifelike<\/div>\n                                <div class=\"ds-orig\">a bit heavier then i imagined, but very beautifull and lifelike<\/div>\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 arrived on time, gorgeous as in the photo, I am very satisfied, I hope it lasts a long time.<\/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\">Great Services!!!!Very wellnand very fast!!!!!Good atar!!!!!Thank you sow muchoooo.Best Regards<\/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>\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\">Simple answer. Price-quality ratio a 10. No more and no less, with a neat and fast delivery, which is absolutely fine.<\/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\">Service was great, as was the delivery and packaging. Perfect down to the last 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>\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\">Hello good<\/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\">The doll is exactly like on the photos, all the options are here and functionals.\nDelivered in 3 working days.<\/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>\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 fast<\/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\">excellent on all points! serious site and fast delivery, choose in stock you will be served immediately! thank you Jasper and the 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\">All about sexdolls: the latest 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-950094\" class=\"wd-post blog-design-masonry blog-post-loop blog-style-bg wd-add-shadow post-950094 post type-post status-publish format-standard has-post-thumbnail hentry category-unkategorisiert category-delivery-discretion\">\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\/en\/why-we-dont-sell-small-sex-dolls\/\" aria-label=\"Link on post Why we don&#8217;t sell small sex dolls\"><\/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\/en\/why-we-dont-sell-small-sex-dolls\/\" rel=\"bookmark\">\n\t\t\t\t\t\tWhy we don&#8217;t sell small sex dolls\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 recent weeks, we have been receiving a remarkable number of questions about small sex dolls. Those questions are often about length,&#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\/en\/why-we-dont-sell-small-sex-dolls\/\">Continue reading<\/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-37056\" class=\"wd-post blog-design-masonry blog-post-loop blog-style-bg wd-add-shadow post-37056 post type-post status-publish format-standard hentry category-unkategorisiert\">\n\t<div class=\"wd-post-inner article-inner\">\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\/en\/heating-element-instructions\/\" rel=\"bookmark\">\n\t\t\t\t\t\tHeating element instructions\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\tOur suppliers regularly supply a USB heating element as a surprise for you. We find that the heating elements are sometimes used for a &#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\/en\/heating-element-instructions\/\">Continue reading<\/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-37046\" class=\"wd-post blog-design-masonry blog-post-loop blog-style-bg wd-add-shadow post-37046 post type-post status-publish format-standard has-post-thumbnail hentry category-unkategorisiert\">\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-scaled.jpg\" class=\"attachment-medium size-medium\" alt=\"\" srcset=\"https:\/\/doll.shop\/wp-content\/uploads\/2022\/03\/Sexdoll-Yara-12-scaled.jpg 2560w, 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\" 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\/en\/how-do-you-repair-the-fingers\/\" aria-label=\"Link on post How do you repair the fingers?\"><\/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\tDec\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\/en\/how-do-you-repair-the-fingers\/\" rel=\"bookmark\">\n\t\t\t\t\t\tHow do you repair the fingers?\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 most cases, TPE sex dolls have fingers made of steel wire.  With some brands, including Firedoll and RF Doll, it can happen that the&#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\/en\/how-do-you-repair-the-fingers\/\">Continue reading<\/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>Best tested sex dolls What customers say<\/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-949510","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/doll.shop\/en\/wp-json\/wp\/v2\/pages\/949510","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/doll.shop\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/doll.shop\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/doll.shop\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/doll.shop\/en\/wp-json\/wp\/v2\/comments?post=949510"}],"version-history":[{"count":17,"href":"https:\/\/doll.shop\/en\/wp-json\/wp\/v2\/pages\/949510\/revisions"}],"predecessor-version":[{"id":951796,"href":"https:\/\/doll.shop\/en\/wp-json\/wp\/v2\/pages\/949510\/revisions\/951796"}],"wp:attachment":[{"href":"https:\/\/doll.shop\/en\/wp-json\/wp\/v2\/media?parent=949510"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}