{"id":3,"date":"2026-03-14T11:59:53","date_gmt":"2026-03-14T11:59:53","guid":{"rendered":"http:\/\/funkvape.com\/?page_id=3"},"modified":"2026-06-05T02:28:05","modified_gmt":"2026-06-05T02:28:05","slug":"privacy-policy","status":"publish","type":"page","link":"https:\/\/funkvape.com\/de\/privacy-policy\/","title":{"rendered":"Privacy Policy"},"content":{"rendered":"\n<style>\n  .funkvape-privacy-policy {\n    --fv-primary: #fe4a22;\n    --fv-primary-soft: rgba(254, 74, 34, 0.08);\n    --fv-text: #222222;\n    --fv-muted: #666666;\n    --fv-border: #eeeeee;\n    --fv-bg: #ffffff;\n    --fv-card: #fffaf7;\n    --fv-radius: 18px;\n    --fv-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);\n    max-width: 1080px;\n    margin: 0 auto;\n    padding: 32px 18px;\n    color: var(--fv-text);\n    background: var(--fv-bg);\n    font-family: inherit;\n    line-height: 1.75;\n  }\n\n  .funkvape-privacy-policy * {\n    box-sizing: border-box;\n  }\n\n  .funkvape-privacy-policy .fv-hero {\n    padding: 42px 34px;\n    border-radius: 24px;\n    background: linear-gradient(135deg, #fff7f3 0%, #ffffff 58%, #fff1eb 100%);\n    border: 1px solid var(--fv-border);\n    box-shadow: var(--fv-shadow);\n    margin-bottom: 28px;\n  }\n\n  .funkvape-privacy-policy .fv-label {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 7px 14px;\n    border-radius: 999px;\n    background: var(--fv-primary-soft);\n    color: var(--fv-primary);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n    margin-bottom: 16px;\n  }\n\n  .funkvape-privacy-policy .fv-label::before {\n    content: \"\";\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: var(--fv-primary);\n    display: inline-block;\n  }\n\n  .funkvape-privacy-policy h1 {\n    margin: 0 0 14px;\n    font-size: clamp(32px, 5vw, 54px);\n    line-height: 1.08;\n    letter-spacing: -0.04em;\n    color: #151515;\n  }\n\n  .funkvape-privacy-policy .fv-updated {\n    display: inline-block;\n    margin: 0 0 18px;\n    color: var(--fv-muted);\n    font-size: 15px;\n  }\n\n  .funkvape-privacy-policy .fv-hero p {\n    max-width: 850px;\n    margin: 0 0 12px;\n    font-size: 17px;\n    color: #333333;\n  }\n\n  .funkvape-privacy-policy .fv-section {\n    margin: 22px 0;\n    padding: 30px;\n    border: 1px solid var(--fv-border);\n    border-radius: var(--fv-radius);\n    background: #ffffff;\n    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.035);\n  }\n\n  .funkvape-privacy-policy .fv-section:nth-of-type(even) {\n    background: var(--fv-card);\n  }\n\n  .funkvape-privacy-policy h2 {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin: 0 0 18px;\n    font-size: clamp(22px, 3vw, 30px);\n    line-height: 1.25;\n    letter-spacing: -0.025em;\n    color: #151515;\n  }\n\n  .funkvape-privacy-policy h2 .fv-number {\n    flex: 0 0 auto;\n    min-width: 34px;\n    height: 34px;\n    padding: 0 8px;\n    border-radius: 12px;\n    background: var(--fv-primary);\n    color: #ffffff;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 15px;\n    font-weight: 800;\n  }\n\n  .funkvape-privacy-policy h3 {\n    margin: 18px 0 12px;\n    font-size: 20px;\n    color: #222222;\n  }\n\n  .funkvape-privacy-policy p {\n    margin: 0 0 14px;\n    color: #333333;\n  }\n\n  .funkvape-privacy-policy strong {\n    color: #151515;\n    font-weight: 800;\n  }\n\n  .funkvape-privacy-policy .fv-contact-card {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    margin-top: 18px;\n  }\n\n  .funkvape-privacy-policy .fv-contact-item {\n    padding: 18px;\n    border-radius: 16px;\n    background: #ffffff;\n    border: 1px solid var(--fv-border);\n  }\n\n  .funkvape-privacy-policy .fv-contact-item span {\n    display: block;\n    font-size: 13px;\n    color: var(--fv-muted);\n    margin-bottom: 5px;\n  }\n\n  .funkvape-privacy-policy .fv-contact-item strong {\n    word-break: break-word;\n  }\n\n  .funkvape-privacy-policy ol {\n    margin: 14px 0 0;\n    padding: 0;\n    list-style: none;\n    counter-reset: fv-counter;\n    display: grid;\n    gap: 10px;\n  }\n\n  .funkvape-privacy-policy ol li {\n    counter-increment: fv-counter;\n    position: relative;\n    padding: 12px 14px 12px 48px;\n    border-radius: 14px;\n    background: #ffffff;\n    border: 1px solid var(--fv-border);\n    color: #333333;\n  }\n\n  .funkvape-privacy-policy ol li::before {\n    content: counter(fv-counter);\n    position: absolute;\n    left: 14px;\n    top: 11px;\n    width: 24px;\n    height: 24px;\n    border-radius: 8px;\n    background: var(--fv-primary-soft);\n    color: var(--fv-primary);\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .funkvape-privacy-policy .fv-note {\n    padding: 18px 20px;\n    border-left: 4px solid var(--fv-primary);\n    border-radius: 14px;\n    background: var(--fv-primary-soft);\n    margin-top: 16px;\n  }\n\n  .funkvape-privacy-policy .fv-note p:last-child {\n    margin-bottom: 0;\n  }\n\n  .funkvape-privacy-policy .fv-footer-box {\n    padding: 28px;\n    border-radius: 22px;\n    background: #151515;\n    color: #ffffff;\n    margin-top: 26px;\n  }\n\n  .funkvape-privacy-policy .fv-footer-box h2 {\n    color: #ffffff;\n    margin-bottom: 14px;\n  }\n\n  .funkvape-privacy-policy .fv-footer-box p,\n  .funkvape-privacy-policy .fv-footer-box strong {\n    color: #ffffff;\n  }\n\n  .funkvape-privacy-policy .fv-footer-box .fv-contact-card {\n    margin-top: 18px;\n  }\n\n  .funkvape-privacy-policy .fv-footer-box .fv-contact-item {\n    background: rgba(255, 255, 255, 0.08);\n    border-color: rgba(255, 255, 255, 0.14);\n  }\n\n  .funkvape-privacy-policy .fv-footer-box .fv-contact-item span {\n    color: rgba(255, 255, 255, 0.68);\n  }\n\n  @media (max-width: 768px) {\n    .funkvape-privacy-policy {\n      padding: 20px 12px;\n    }\n\n    .funkvape-privacy-policy .fv-hero {\n      padding: 30px 22px;\n      border-radius: 20px;\n    }\n\n    .funkvape-privacy-policy .fv-section {\n      padding: 24px 18px;\n    }\n\n    .funkvape-privacy-policy h2 {\n      align-items: flex-start;\n    }\n\n    .funkvape-privacy-policy .fv-contact-card {\n      grid-template-columns: 1fr;\n    }\n\n    .funkvape-privacy-policy ol li {\n      padding-right: 12px;\n    }\n  }\n<\/style>\n\n<div class=\"funkvape-privacy-policy\">\n  <section class=\"fv-hero\">\n    <div class=\"fv-label\">Funkvape Privacy Notice<\/div>\n   \n    <div class=\"fv-updated\"><strong>Last Updated:<\/strong> [May 8, 2026]<\/div>\n\n<p>We are pleased that you are interested in Funkvape. The protection of your personal data is important to us. This Privacy Policy explains how Funkvape collects, uses, stores, and protects personal information when you visit our website, contact us, or use our online services.<\/p>\n\n<p>By using our website, you acknowledge that you have read and understood this Privacy Policy.<\/p>\n\n\n  <\/section>\n\n  <section class=\"fv-section\">\n    <h2><span class=\"fv-number\">1<\/span> Data Controller<\/h2>\n\n\n<p>The data controller responsible for the processing of personal data on this website is:<\/p>\n\n<div class=\"fv-contact-card\">\n  <div class=\"fv-contact-item\">\n    <span>Website<\/span>\n    <strong>Funkvape<\/strong>\n  <\/div>\n  <div class=\"fv-contact-item\">\n    <span>E-mail<\/span>\n    <strong>info@funkvape.com<\/strong>\n  <\/div>\n\n<\/div>\n\n<div class=\"fv-note\">\n  <p>If you have any questions about this Privacy Policy or the processing of your personal data, you may contact us using the contact details above.<\/p>\n<\/div>\n\n\n  <\/section>\n\n  <section class=\"fv-section\">\n    <h2><span class=\"fv-number\">2<\/span> Data Processing When Visiting Our Website<\/h2>\n\n\n<h3>Server Log Files<\/h3>\n\n<p>When you visit our website, your browser automatically sends certain information to our server. This information may be temporarily stored in server log files.<\/p>\n\n<p>This data may include:<\/p>\n\n<ol>\n  <li>IP address of the requesting device<\/li>\n  <li>Date and time of access<\/li>\n  <li>Name and URL of the requested file or page<\/li>\n  <li>Website from which access is made, if applicable<\/li>\n  <li>Browser type and version<\/li>\n  <li>Operating system of your device, where available<\/li>\n<\/ol>\n\n<div class=\"fv-note\">\n  <p>We process this data to ensure that the website functions properly, to maintain system security and stability, to improve website performance, and to detect or prevent misuse of our website.<\/p>\n  <p>The legal basis for this processing, where applicable, is our legitimate interest in operating a secure and functional website.<\/p>\n<\/div>\n\n\n  <\/section>\n\n  <section class=\"fv-section\">\n    <h2><span class=\"fv-number\">3<\/span> Personal Data Provided by You<\/h2>\n\n\n<p>We may collect personal data when you voluntarily provide it to us, for example when you contact us, place an order, or request customer support.<\/p>\n\n<p>This may include:<\/p>\n\n<ol>\n  <li>Name<\/li>\n  <li>E-mail address<\/li>\n  <li>Phone number<\/li>\n  <li>Address information<\/li>\n  <li>Order-related information<\/li>\n  <li>Message content<\/li>\n  <li>Any additional information you choose to provide<\/li>\n<\/ol>\n\n<div class=\"fv-note\">\n  <p>We use this information only for the purpose for which it was provided, such as processing your request, handling your order, providing customer support, or responding to your questions.<\/p>\n<\/div>\n\n\n  <\/section>\n\n  <section class=\"fv-section\">\n    <h2><span class=\"fv-number\">4<\/span> Contact via E-mail or WhatsApp<\/h2>\n\n\n<p>If you contact us by e-mail or WhatsApp, we may process the personal data you provide in your message.<\/p>\n\n<p>This may include your name, e-mail address, phone number, order number, message content, and any files or screenshots you choose to send.<\/p>\n\n<p>We use this information to process and respond to your inquiry, provide customer service, resolve order-related questions, and maintain communication with you.<\/p>\n\n<div class=\"fv-note\">\n  <p>The legal basis for this processing may be the performance of a contract, pre-contractual communication, your consent, or our legitimate interest in responding to customer inquiries.<\/p>\n<\/div>\n\n\n  <\/section>\n\n  <section class=\"fv-section\">\n    <h2><span class=\"fv-number\">5<\/span> Order-Related Data<\/h2>\n\n\n<p>When you place an order on Funkvape, we may process the personal data required to handle your order and provide related customer service.<\/p>\n\n<p>This may include:<\/p>\n\n<ol>\n  <li>Full name<\/li>\n  <li>Contact information<\/li>\n  <li>Billing or delivery information<\/li>\n  <li>Product information<\/li>\n  <li>Order number<\/li>\n  <li>Order status<\/li>\n  <li>Communication related to your order<\/li>\n<\/ol>\n\n<div class=\"fv-note\">\n  <p>We process this data to confirm your order, provide order support, handle after-sales requests, and maintain necessary business records.<\/p>\n<\/div>\n\n\n  <\/section>\n\n  <section class=\"fv-section\">\n    <h2><span class=\"fv-number\">6<\/span> Disclosure of Personal Data<\/h2>\n\n\n<p>We do not sell your personal data.<\/p>\n\n<p>We may disclose personal data only when it is necessary for the operation of our website, the handling of your order, the provision of customer service, the protection of our rights, or compliance with legal obligations.<\/p>\n\n<p>Personal data will only be shared to the extent necessary and in accordance with applicable data protection requirements.<\/p>\n\n\n  <\/section>\n\n  <section class=\"fv-section\">\n    <h2><span class=\"fv-number\">7<\/span> Data Retention<\/h2>\n\n\n<p>We keep personal data only for as long as necessary for the purposes described in this Privacy Policy, unless a longer retention period is required or permitted by law.<\/p>\n\n<p>The retention period may depend on the type of data, the reason for processing, legal obligations, customer service needs, and the protection of legitimate business interests.<\/p>\n\n<p>When personal data is no longer required, we will delete it, anonymize it, or restrict its processing where appropriate.<\/p>\n\n\n  <\/section>\n\n  <section class=\"fv-section\">\n    <h2><span class=\"fv-number\">8<\/span> Data Security<\/h2>\n\n<p>We take reasonable technical and organizational measures to protect personal data against unauthorized access, loss, misuse, alteration, or disclosure.<\/p>\n\n<p>However, no method of transmission over the Internet or electronic storage is completely secure. While we work to protect your personal data, we cannot guarantee absolute security.<\/p>\n\n\n  <\/section>\n\n  <section class=\"fv-section\">\n    <h2><span class=\"fv-number\">9<\/span> Your Rights<\/h2>\n\n<p>Depending on your location and applicable data protection laws, you may have the following rights regarding your personal data:<\/p>\n\n<ol>\n  <li>The right to request access to your personal data<\/li>\n  <li>The right to request correction of inaccurate or incomplete data<\/li>\n  <li>The right to request deletion of your personal data<\/li>\n  <li>The right to request restriction of processing<\/li>\n  <li>The right to object to certain processing activities<\/li>\n  <li>The right to request data portability, where applicable<\/li>\n  <li>The right to withdraw consent, where processing is based on consent<\/li>\n  <li>The right to lodge a complaint with a competent data protection authority<\/li>\n<\/ol>\n\n<div class=\"fv-note\">\n  <p>To exercise your rights, please contact us at:<\/p>\n  <p><strong>E-mail: info@funkvape.com<\/strong><\/p>\n  <p>We may need to verify your identity before processing certain requests.<\/p>\n<\/div>\n\n  <\/section>\n\n  <section class=\"fv-section\">\n    <h2><span class=\"fv-number\">10<\/span> Third-Party Links<\/h2>\n\n\n<p>Our website may contain links to third-party websites or services. We are not responsible for the privacy practices, content, or security of third-party websites.<\/p>\n\n<p>We recommend that you review the privacy policies of any third-party websites you visit.<\/p>\n\n\n  <\/section>\n\n  <section class=\"fv-section\">\n    <h2><span class=\"fv-number\">11<\/span> Changes to This Privacy Policy<\/h2>\n\n\n<p>We may update this Privacy Policy from time to time to reflect changes in our website, services, legal requirements, or data processing practices.<\/p>\n\n<p>The updated version will be published on this page with a new \u201cLast Updated\u201d date.<\/p>\n\n\n  <\/section>\n\n  <section class=\"fv-footer-box\">\n    <h2><span class=\"fv-number\">12<\/span> Contact Us<\/h2>\n\n\n<p>If you have any questions about this Privacy Policy or how we process personal data, please contact us:<\/p>\n\n<div class=\"fv-contact-card\">\n  <div class=\"fv-contact-item\">\n    <span>WhatApp<\/span>\n    <strong>+8613510635705<\/strong>\n  <\/div>\n  <div class=\"fv-contact-item\">\n    <span>E-mail<\/span>\n    <strong>info@funkvape.com<\/strong>\n  <\/div>\n<\/div>\n\n\n  <\/section>\n<\/div>\n\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Funkvape Privacy Notice Last Updated: [May 8, 2026] We are pleased that you are interested in Funkvape. The protection of your personal data is important to us. This Privacy Policy explains how Funkvape collects, uses, stores, and protects personal information when you visit our website, contact us, or use our online services. By using our [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"_gspb_post_css":"","inline_featured_image":false,"footnotes":""},"class_list":["post-3","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/funkvape.com\/de\/wp-json\/wp\/v2\/pages\/3","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/funkvape.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/funkvape.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/funkvape.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/funkvape.com\/de\/wp-json\/wp\/v2\/comments?post=3"}],"version-history":[{"count":12,"href":"https:\/\/funkvape.com\/de\/wp-json\/wp\/v2\/pages\/3\/revisions"}],"predecessor-version":[{"id":3738,"href":"https:\/\/funkvape.com\/de\/wp-json\/wp\/v2\/pages\/3\/revisions\/3738"}],"wp:attachment":[{"href":"https:\/\/funkvape.com\/de\/wp-json\/wp\/v2\/media?parent=3"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}