{"id":37114,"date":"2022-03-25T12:09:21","date_gmt":"2022-03-25T11:09:21","guid":{"rendered":"https:\/\/doll.shop\/customer-service\/"},"modified":"2025-11-25T15:01:29","modified_gmt":"2025-11-25T14:01:29","slug":"customer-service","status":"publish","type":"page","link":"https:\/\/doll.shop\/en\/customer-service\/","title":{"rendered":"Customer service"},"content":{"rendered":"<h2>Get in touch with us<\/h2>\n<p>If you still have questions after reading the information page, please do not hesitate to contact us. Questions submitted via the contact form will be answered within a few hours. <\/p>\n<style>\n  \/* ======= DVWZ FORMULIER - PREMIUM BLACK SELECTION ======= *\/\n  .dvccf {\n    --ds-primary: #c24061;       \/* Doll.shop Roze (alleen voor verzendknop\/focus) *\/\n    --ds-primary-hover: #a63653; \n    --ds-text-dark: #1f2937;     \/* Donkergrijs\/Zwart *\/\n    --ds-text-light: #6b7280;\n    --ds-border: #e5e7eb;\n    --ds-bg-input: #f9fafb;\n    --ds-radius: 6px; \n    \n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    max-width: 100%;\n  }\n\n  \/* Grid Layout *\/\n  .dvccf .row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 8px; }\n  .dvccf label { display: block; font-size: 12.5px; font-weight: 700; margin: 0 0 2px; color: var(--ds-text-dark); letter-spacing: 0.2px; }\n\n  \/* Inputs & Selects *\/\n  .dvccf input[type=text], .dvccf input[type=email], .dvccf input[type=tel],\n  .dvccf select, .dvccf textarea, .dvccf input[type=file] {\n    width: 100%; padding: 6px 10px; border: 1px solid #ddd; border-radius: var(--ds-radius);\n    background-color: var(--ds-bg-input); font-size: 16px !important; color: var(--ds-text-dark);\n    transition: border-color 0.2s; box-sizing: border-box; appearance: none; height: 38px; line-height: normal;\n  }\n  .dvccf textarea { min-height: 70px; resize: vertical; height: auto; padding-top: 8px; }\n  .dvccf input[type=file] { height: auto; padding: 5px; border-style: dashed; font-size: 12px !important; }\n  \n  \/* Custom Select Arrow *\/\n  .dvccf select { \n    background-image: url(\"data:image\/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%207l5%205%205-5%22%20stroke%3D%22%236b7280%22%20stroke-width%3D%223%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E\"); \n    background-repeat: no-repeat; background-position: right 10px center; padding-right: 25px; cursor: pointer;\n  }\n\n  \/* Focus states (Blijft wel roze voor herkenbaarheid) *\/\n  .dvccf input:focus, .dvccf select:focus, .dvccf textarea:focus {\n    border-color: var(--ds-primary); background-color: #fff; outline: none;\n    box-shadow: 0 0 0 1px var(--ds-primary);\n  }\n\n  \/* --- TYPE SWITCH (KEUZEKNOPPEN) --- *\/\n  .dvccf .type-switch { display: flex; gap: 6px; margin-bottom: 12px; flex-wrap: wrap; }\n  \n  .dvccf .type-switch label {\n    position: relative; display: flex; align-items: center; gap: 5px;\n    border: 1px solid var(--ds-border); \n    border-radius: var(--ds-radius);\n    padding: 8px 12px; cursor: pointer;\n    background: #fff; \n    color: var(--ds-text-dark);\n    font-weight: 600; font-size: 13px;\n    transition: all 0.1s;\n    margin: 0; white-space: nowrap; user-select: none;\n  }\n  .dvccf .type-switch input[type=radio] { position: absolute; opacity: 0; pointer-events: none; width:0; height:0; }\n\n  \/* ACTIEVE STATUS: DONKERGRIJS (Zakelijk & Duidelijk) *\/\n  .dvccf .type-switch label.active {\n    background-color: #fff;           \/* Wit vlak *\/\n    color: var(--ds-text-dark);       \/* Donkere tekst *\/\n    border-color: var(--ds-text-dark); \/* Donkere rand *\/\n    box-shadow: inset 0 0 0 1px var(--ds-text-dark); \/* Rand dikker maken *\/\n  }\n  \n  .dvccf .type-switch label:hover:not(.active) { background-color: #f3f4f6; border-color: #ccc; }\n\n  \/* Fieldsets & Legends *\/\n  .dvccf fieldset { border: 0; padding: 0; margin: 8px 0 0; min-width: 0; }\n  .dvccf legend {\n    font-size: 12px; font-weight: 700; color: #999; margin: 0 0 6px 0; padding: 0; \n    width: 100%; display: block; text-transform: uppercase; letter-spacing: 0.5px;\n    border-bottom: 1px solid #f0f0f0; padding-bottom: 2px; text-align: left;\n  }\n\n  \/* Submit Button (Enige fel gekleurde element) *\/\n  .dvccf .actions { margin-top: 12px; }\n  .dvccf button {\n    background-color: var(--ds-primary);\n    color: #fff;\n    font-size: 14px; font-weight: 700;\n    padding: 12px 15px; \n    border: none; border-radius: var(--ds-radius);\n    cursor: pointer; transition: background 0.2s;\n    width: 100%; display: block;\n    text-transform: uppercase; letter-spacing: 0.5px;\n  }\n  .dvccf button:hover { background-color: var(--ds-primary-hover); }\n  .dvccf button:active { transform: translateY(1px); }\n\n  \/* Helpers *\/\n  .dvccf .muted { font-size: 11px; color: var(--ds-text-light); margin-top: 2px; display:block; line-height: 1.2; }\n  .dvccf .dvccf-error { color: #dc2626; font-size: 12px; margin-top: 2px; font-weight: 500; }\n  .dvccf .dvccf-notice { background:#f0fdf4; border:1px solid #bbf7d0; color:#166534; padding:10px; border-radius:var(--ds-radius); margin-bottom:10px; font-size: 13px; }\n  .dvccf .hidden { display: none; }\n\n  \/* RESPONSIVE (MOBIEL) *\/\n  @media (max-width: 700px) {\n    .dvccf .row { grid-template-columns: 1fr; gap: 8px; margin-bottom: 8px; }\n    \n    .dvccf .type-switch {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 8px;\n    }\n    .dvccf .type-switch label {\n      width: 100%; justify-content: center; padding: 10px; text-align: center;\n    }\n    \/* Eerste knop 'Algemeen' pakt volle breedte *\/\n    .dvccf .type-switch label:first-child { grid-column: 1 \/ -1; }\n  }\n<\/style>\n\n    \n    <form class=\"dvccf\" method=\"post\" enctype=\"multipart\/form-data\" novalidate>\n      <input type=\"hidden\" id=\"dvccf_nonce\" name=\"dvccf_nonce\" value=\"156ea266d9\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/en\/wp-json\/wp\/v2\/pages\/37114\" \/><div style=\"display:none !important;\" aria-hidden=\"true\">\n    <input type=\"text\" name=\"dvccf_phone_extra_validate\" tabindex=\"-1\" autocomplete=\"off\">\n<\/div>\n\n      <div class=\"type-switch\" role=\"radiogroup\" aria-label=\"Formulier type\">\n                  <label for=\"dvccf_t_algemeen\"><input type=\"radio\" name=\"dvccf_type\" id=\"dvccf_t_algemeen\" value=\"algemeen\" checked> General<\/label>\n                  <label for=\"dvccf_t_product\"><input type=\"radio\" name=\"dvccf_type\" id=\"dvccf_t_product\" value=\"product\" > Product issue<\/label>\n                  <label for=\"dvccf_t_retour\"><input type=\"radio\" name=\"dvccf_type\" id=\"dvccf_t_retour\" value=\"retour\" > Return<\/label>\n              <\/div>\n\n      <div class=\"row\">\n        <div>\n            <label for=\"dvccf_name\">Name *<\/label>\n            <input type=\"text\" id=\"dvccf_name\" name=\"dvccf_name\" value=\"\" required>\n                    <\/div>\n        <div>\n            <label for=\"dvccf_email\">Email *<\/label>\n            <input type=\"email\" id=\"dvccf_email\" name=\"dvccf_email\" value=\"\" required>\n                    <\/div>\n      <\/div>\n\n      <div class=\"row\">\n        <div>\n            <label for=\"dvccf_phone\">Phone <span id=\"dvccf_phone_req\" class=\"muted req-flag\" style=\"display:none\">*<\/span><\/label>\n            <input type=\"tel\" id=\"dvccf_phone\" name=\"dvccf_phone\" value=\"\">\n                    <\/div>\n      <\/div>\n\n      <fieldset class=\"group group-algemeen \">\n        <legend>General<\/legend>\n        <div class=\"row\">\n          <div>\n            <label for=\"dvccf_subject\">Subject *<\/label>\n            <input type=\"text\" id=\"dvccf_subject\" name=\"dvccf_subject\" value=\"\" required>\n                      <\/div>\n        <\/div>\n        <div>\n          <label for=\"dvccf_message\">Message *<\/label>\n          <textarea id=\"dvccf_message\" name=\"dvccf_message\" required><\/textarea>\n                  <\/div>\n      <\/fieldset>\n\n      <fieldset class=\"group group-product hidden\">\n        <legend>Product issue<\/legend>\n        <div class=\"row\">\n          <div>\n            <label for=\"dvccf_order\">Order number *<\/label>\n            <input type=\"text\" id=\"dvccf_order\" name=\"dvccf_order\" value=\"\" >\n                      <\/div>\n          <div>\n            <label for=\"dvccf_product\">Product (name or link)<\/label>\n            <input type=\"text\" id=\"dvccf_product\" name=\"dvccf_product\" value=\"\">\n          <\/div>\n        <\/div>\n        <div class=\"row\">\n          <div>\n            <label for=\"dvccf_issue\">Problem category *<\/label>\n            <select id=\"dvccf_issue\" name=\"dvccf_issue\" >\n              <option value=\"\"  selected='selected'>Choose\u2026<\/option><option value=\"Damaged on arrival\" >Damaged on arrival<\/option><option value=\"Defective\" >Defective<\/option><option value=\"Missing parts\" >Missing parts<\/option><option value=\"Does not work as expected\" >Does not work as expected<\/option><option value=\"Other\" >Other<\/option>            <\/select>\n                      <\/div>\n          <div>\n            <label for=\"dvccf_pref\">Preferred resolution<\/label>\n            <select id=\"dvccf_pref\" name=\"dvccf_pref\">\n              <option value=\"\"  selected='selected'>No preference<\/option><option value=\"Replacement part\" >Replacement part<\/option><option value=\"Exchange\" >Exchange<\/option><option value=\"Repair\" >Repair<\/option><option value=\"Other\" >Other<\/option>            <\/select>\n          <\/div>\n        <\/div>\n        <div>\n          <label for=\"dvccf_message_prod\">Problem description *<\/label>\n          <textarea id=\"dvccf_message_prod\" name=\"dvccf_message_prod\" ><\/textarea>\n                  <\/div>\n        <div>\n          <label for=\"dvccf_cause\">Cause (description) *<\/label>\n          <textarea id=\"dvccf_cause\" name=\"dvccf_cause\" ><\/textarea>\n                  <\/div>\n\n        <div class=\"row\">\n          <div>\n            <label for=\"dvccf_file_overview\">Overview photo *<\/label>\n            <input type=\"file\" id=\"dvccf_file_overview\" name=\"dvccf_file_overview\" accept=\".jpg,.jpeg,.png,.webp\" >\n            <div class=\"muted\">Photo (jpg\/png\/webp, max 8MB)<\/div>\n                      <\/div>\n          <div>\n            <label for=\"dvccf_file_detail\">Detail photo *<\/label>\n            <input type=\"file\" id=\"dvccf_file_detail\" name=\"dvccf_file_detail\" accept=\".jpg,.jpeg,.png,.webp\" >\n            <div class=\"muted\">Photo (jpg\/png\/webp, max 8MB)<\/div>\n                      <\/div>\n        <\/div>\n        <div>\n          <label for=\"dvccf_file_batch\">Outer box photo with batch number (DD\/FD) \u2013 recommended<\/label>\n          <input type=\"file\" id=\"dvccf_file_batch\" name=\"dvccf_file_batch\" accept=\".jpg,.jpeg,.png,.webp\">\n          <div class=\"muted\">Recommended: photo of the outer box with visible batch number (starts with DD or FD).<\/div>\n                  <\/div>\n      <\/fieldset>\n\n      <fieldset class=\"group group-retour hidden\">\n        <legend>Return<\/legend>\n        <div class=\"row\">\n          <div>\n            <label for=\"dvccf_order_r\">Order number *<\/label>\n            <input type=\"text\" id=\"dvccf_order_r\" name=\"dvccf_order_r\" value=\"\" >\n                      <\/div>\n          <div>\n            <label for=\"dvccf_product_r\">Product (name or link)<\/label>\n            <input type=\"text\" id=\"dvccf_product_r\" name=\"dvccf_product_r\" value=\"\">\n          <\/div>\n        <\/div>\n        <div class=\"row\">\n          <div>\n            <label for=\"dvccf_reason\">Return reason<\/label>\n            <select id=\"dvccf_reason\" name=\"dvccf_reason\" >\n              <option value=\"\"  selected='selected'>Choose\u2026<\/option><option value=\"Ordered by mistake\" >Ordered by mistake<\/option><option value=\"Not as expected\" >Not as expected<\/option><option value=\"Received damaged\" >Received damaged<\/option><option value=\"Defective\" >Defective<\/option><option value=\"Other\" >Other<\/option>            <\/select>\n                      <\/div>\n          <div>\n            <label for=\"dvccf_refund\">Refund<\/label>\n            <select id=\"dvccf_refund\" name=\"dvccf_refund\">\n              <option value=\"Original payment method\"  selected='selected'>Original payment method<\/option><option value=\"Gift card\" >Gift card<\/option><option value=\"Exchange for another model\" >Exchange for another model<\/option>            <\/select>\n          <\/div>\n        <\/div>\n        <div>\n          <label><input type=\"checkbox\" name=\"dvccf_seals\" value=\"1\"  > I confirm the packaging is unopened and all visible and invisible hygiene seals are intact<\/label>\n                  <\/div>\n        <div>\n          <label for=\"dvccf_message_r\">Message (optioneel)<\/label>\n          <textarea id=\"dvccf_message_r\" name=\"dvccf_message_r\"><\/textarea>\n        <\/div>\n        <div>\n          <label for=\"dvccf_file_r\">Attachment <span class=\"muted\">Attachment (photo or pdf, max 8MB)<\/span><\/label>\n          <input type=\"file\" id=\"dvccf_file_r\" name=\"dvccf_file\" accept=\".jpg,.jpeg,.png,.webp,.pdf\">\n                  <\/div>\n      <\/fieldset>\n\n      <div class=\"actions\">\n        <button type=\"submit\" name=\"dvccf_submit\" value=\"1\">Send<\/button>\n      <\/div>\n    <\/form>\n\n    <script>\n    (function(){\n      const form = document.currentScript.previousElementSibling;\n      if(!form) return;\n      const radios = form.querySelectorAll('input[name=\"dvccf_type\"]');\n      const switchWrap = form.querySelector('.type-switch');\n      const groups = {\n        algemeen: form.querySelector('.group-algemeen'),\n        product:  form.querySelector('.group-product'),\n        retour:   form.querySelector('.group-retour'),\n      };\n      const phone = form.querySelector('#dvccf_phone');\n      const phoneReq = form.querySelector('#dvccf_phone_req');\n\n      Array.prototype.forEach.call(form.querySelectorAll('[required]'), function(el){\n        el.setAttribute('data-required', '1');\n      });\n\n      function activate(type){\n        Object.keys(groups).forEach(function(t){\n          if(!groups[t]) return;\n          const active = (t === type);\n          groups[t].classList.toggle('hidden', !active);\n          groups[t].querySelectorAll('[data-required]').forEach(function(el){\n            if(active){ el.setAttribute('required','required'); }\n            else { el.removeAttribute('required'); }\n          });\n        });\n        if(type === 'retour'){\n          phone.setAttribute('required','required');\n          if(phoneReq) phoneReq.style.display = 'inline';\n        }else{\n          phone.removeAttribute('required');\n          if(phoneReq) phoneReq.style.display = 'none';\n        }\n      }\n\n      function updateSwitchActive(){\n        if(!switchWrap) return;\n        switchWrap.querySelectorAll('label').forEach(function(l){ l.classList.remove('active'); });\n        const checked = form.querySelector('input[name=\"dvccf_type\"]:checked');\n        if(checked){\n          const lbl = checked.closest('label') || switchWrap.querySelector('label[for=\"'+checked.id+'\"]');\n          if(lbl) lbl.classList.add('active');\n        }\n      }\n\n      radios.forEach(function(r){\n        r.addEventListener('change', function(){\n          activate(this.value);\n          updateSwitchActive();\n        });\n      });\n      const checked = form.querySelector('input[name=\"dvccf_type\"]:checked');\n      activate(checked ? checked.value : 'algemeen');\n      updateSwitchActive();\n    })();\n    <\/script>\n    \n<h2>Frequently asked questions<\/h2>\n<p>\t\t\t\t\t\t\t\tHow will my order be delivered?\t\t\t\t\t\t\t<\/p>\n<p>Each doll is delivered extremely discreetly by UPS or DHL. You cannot see from the box what type of product is being delivered. <\/p>\n<p><a href=\"https:\/\/doll.shop\/en\/information-about-sex-dolls\/delivery-information\/\">All delivery information can be found here.<\/a><\/p>\n<p>\t\t\t\t\t\t\t\tCan I collect my order from a collection point?\t\t\t\t\t\t\t<\/p>\n<p>Many collection points accept parcels up to a maximum size of 100cm. Almost all of our packages are larger. This is why smaller collection points in particular often do not accept our parcels.  <\/p>\n<p>\t\t\t\t\t\t\t\tWhat happens if I am not at home during the delivery?\t\t\t\t\t\t\t<\/p>\n<p>If you are not at home, the delivery person will make another delivery attempt the following day. If you are not at home again, your parcel will be forwarded to a larger collection point. <\/p>\n<p>If you know that you will not be at home at the time of delivery, please contact the courier. You can reach the delivery staff as follows:   <\/p>\n<p>UPS Germany: +49 (0)69 66 40 50 60<\/p>\n<p>DHL Germany: +49 (0) 228 902 435-11<\/p>\n<p>\t\t\t\t\t\t\t\tCan I still change my order?\t\t\t\t\t\t\t<\/p>\n<p>All orders are dispatched fully automatically as soon as they are placed. Unfortunately, changes are therefore no longer possible in most cases. <\/p>\n<p>\t\t\t\t\t\t\t\tIs it possible to pass on requests to the suppliers?\t\t\t\t\t\t\t<\/p>\n<p>In some cases, it is possible to communicate a special request with the carrier, such as a preferred delivery day. In such a case, it is always best to contact us before you place your order with us.   <\/p>\n<p>\t\t\t\t\t\t\t\tIs delivery possible in the evening or at the weekend?\t\t\t\t\t\t\t<\/p>\n<p>Sex dolls are shipped in relatively large boxes, so they are not suitable for delivery to most couriers in the evening or at the weekend.<\/p>\n<p>In some cases it is possible to deliver on a Saturday with UPS. Please note that additional charges apply for such a delivery. The additional costs for delivery on this day depend on your address. In this case, please contact us before you place your order with us. We can then calculate the additional costs for you and pass them on to you.      <\/p>\n<p>\t\t\t\t\t\t\t\tThe mouth and vagina of my sex doll seem to &#8230;\t\t\t\t\t\t\t<\/p>\n<p>Especially with the DutchDoll brand, it happens that the mouth and vagina seem to stick when receiving the doll. Please do not worry, as this is done deliberately for hygienic reasons. You can apply some lubricant or water to your finger to push open the openings. After the first time, the whole thing will be much easier. Pay attention: This may require some force.    <\/p>\n<p>\t\t\t\t\t\t\t\tCan I pay in installments?\t\t\t\t\t\t\t<\/p>\n<p>In many cases it is possible to pay in installments. This is only not yet possible for our Belgian customers due to slightly different legislation than in most European countries. <\/p>\n<p><a href=\"https:\/\/doll.shop\/en\/information-about-sex-dolls\/payment-information\/\">Read all about our payment method here<\/a><\/p>\n<p>\t\t\t\t\t\t\t\tCan I pay retrospectively?\t\t\t\t\t\t\t<\/p>\n<p>It is possible to pay retrospectively for series models. Unfortunately, this is not possible in the case of tailor-made models. This has to do with the fact that we cannot always deliver these models within 30 days.  <\/p>\n<p><a href=\"https:\/\/doll.shop\/en\/information-about-sex-dolls\/payment-information\/\">Read all about our payment methods here.  <\/a><\/p>\n<p>\t\t\t\t\t\t\t\tCan I get a discount?\t\t\t\t\t\t\t<\/p>\n<p>Doll.store gives all customers the same low price. Additional discounts are not possible. <\/p>\n<p>\t\t\t\t\t\t\t\tCan I see a doll in real life and pick it up in a store?\t\t\t\t\t\t\t<\/p>\n<p>Doll.store strives to always be the cheapest and best supplier of premium sex dolls. We therefore use a large and efficient distribution center in the Netherlands. As a result, we can often be several hundred euros cheaper than brick-and-mortar stores.  <\/p>\n<p>We endeavor to include unedited videos with every product. This gives you a good impression of what the product looks like in real life. <\/p>\n<p>In some cases it is possible to view a model in the store. In these cases, however, we must keep the price of the store at the time of collection. <\/p>\n<p>\t\t\t\t\t\t\t\tHow do I know that I am making a safe purchase?\t\t\t\t\t\t\t<\/p>\n<p>Doll.store is affiliated with the Webwinkelkeur Foundation. The advantages are: <\/p>\n<ul>\n<li>Honest experiences from other buyers<\/li>\n<li>Our identity is verified<\/li>\n<li>We are affiliated to an arbitration committee.<\/li>\n<li>We thoroughly check whether we comply with legislation<\/li>\n<li>Our webshop is regularly scanned for malware and for the possession of correct and valid website certificates.<\/li>\n<\/ul>\n<p>We also provide a certificate of authenticity for the WM Doll and AK Doll brands, which you can check on the official WM Doll website.<\/p>\n<h3>Read also:<\/h3>\n<p>\t\t\t\t<a href=\"https:\/\/doll.shop\/en\/information-about-sex-dolls\/delivery-information\/\" tabindex=\"-1\" aria-label=\"Delivery information\"><br \/>\n\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H112C85.5 0 64 21.5 64 48v48H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h272c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H40c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h208c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h208c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H64v128c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z\"><\/path><\/svg>\t\t\t\t<\/a><\/p>\n<h3>\n\t\t\t\t\t\t<a href=\"https:\/\/doll.shop\/en\/information-about-sex-dolls\/delivery-information\/\" ><br \/>\n\t\t\t\t\t\t\tDelivery information\t\t\t\t\t\t<\/a><br \/>\n\t\t\t\t\t<\/h3>\n<p>\n\t\t\t\t\t\t<a href=\"https:\/\/doll.shop\/en\/information-about-sex-dolls\/delivery-information\/\">Read all about the delivery of your doll<\/a>\t\t\t\t\t<\/p>\n<p>\t\t\t\t<a href=\"https:\/\/doll.shop\/en\/information-about-sex-dolls\/payment-information\/\" tabindex=\"-1\" aria-label=\"Payment information\"><br \/>\n\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M527.9 32H48.1C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48.1 48h479.8c26.6 0 48.1-21.5 48.1-48V80c0-26.5-21.5-48-48.1-48zM54.1 80h467.8c3.3 0 6 2.7 6 6v42H48.1V86c0-3.3 2.7-6 6-6zm467.8 352H54.1c-3.3 0-6-2.7-6-6V256h479.8v170c0 3.3-2.7 6-6 6zM192 332v40c0 6.6-5.4 12-12 12h-72c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12zm192 0v40c0 6.6-5.4 12-12 12H236c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h136c6.6 0 12 5.4 12 12z\"><\/path><\/svg>\t\t\t\t<\/a><\/p>\n<h3>\n\t\t\t\t\t\t<a href=\"https:\/\/doll.shop\/en\/information-about-sex-dolls\/payment-information\/\" ><br \/>\n\t\t\t\t\t\t\tPayment information\t\t\t\t\t\t<\/a><br \/>\n\t\t\t\t\t<\/h3>\n<p>\n\t\t\t\t\t\t<a href=\"https:\/\/doll.shop\/en\/information-about-sex-dolls\/payment-information\/\">Everything about prepayment, subsequent payment and staggered payment<\/a>\t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"><\/path><\/svg>\t\t\t\t<\/p>\n<h3>\n\t\t\t\t\t\t\tOPENING HOURS<br \/>\n\t\t\t\t\t<\/h3>\n<p>\n\t\t\t\t\t\tMon. &#8211; Fri. 09:00 &#8211; 17:00.  \t\t\t\t\t<\/p>\n<p>\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"><\/path><\/svg>\t\t\t\t<\/p>\n<h3>\n\t\t\t\t\t\t\tADDRESS<br \/>\n\t\t\t\t\t<\/h3>\n<p>\n\t\t\t\t\t\tK\u00f6nigsborner Stra\u00dfe 26a<br \/>\n39175 Biederitz\t\t\t\t\t<\/p>\n<p>\t\t\t\t<a href=\"mailto:info@doll.shop\" tabindex=\"-1\" aria-label=\"E-MAIL\"><br \/>\n\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"><\/path><\/svg>\t\t\t\t<\/a><\/p>\n<h3>\n\t\t\t\t\t\t<a href=\"mailto:info@doll.shop\" ><br \/>\n\t\t\t\t\t\t\tE-MAIL\t\t\t\t\t\t<\/a><br \/>\n\t\t\t\t\t<\/h3>\n<p>\n\t\t\t\t\t\tinfo@doll.shop\t\t\t\t\t<\/p>\n<p>\t\t\t\t<a href=\"https:\/\/wa.me\/31850600590?text=doll.shop%20contact\" tabindex=\"-1\" aria-label=\"WhatsApp\"><br \/>\n\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"><\/path><\/svg>\t\t\t\t<\/a><\/p>\n<h3>\n\t\t\t\t\t\t<a href=\"https:\/\/wa.me\/31850600590?text=doll.shop%20contact\" ><br \/>\n\t\t\t\t\t\t\tWhatsApp\t\t\t\t\t\t<\/a><br \/>\n\t\t\t\t\t<\/h3>\n<p>\n\t\t\t\t\t\tGet in touch with us\t\t\t\t\t<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Get in touch with us If you still have questions after reading the information page, please do not hesitate to<\/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-37114","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/doll.shop\/en\/wp-json\/wp\/v2\/pages\/37114","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=37114"}],"version-history":[{"count":19,"href":"https:\/\/doll.shop\/en\/wp-json\/wp\/v2\/pages\/37114\/revisions"}],"predecessor-version":[{"id":950163,"href":"https:\/\/doll.shop\/en\/wp-json\/wp\/v2\/pages\/37114\/revisions\/950163"}],"wp:attachment":[{"href":"https:\/\/doll.shop\/en\/wp-json\/wp\/v2\/media?parent=37114"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}