{"id":140,"date":"2026-07-21T16:47:26","date_gmt":"2026-07-21T16:47:26","guid":{"rendered":"https:\/\/qr.turgomedia.com\/?page_id=140"},"modified":"2026-07-22T02:46:25","modified_gmt":"2026-07-22T02:46:25","slug":"cookie-policy","status":"publish","type":"page","link":"https:\/\/qr.turgomedia.com\/de\/cookie-policy\/","title":{"rendered":"Cookie Policy"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"140\" class=\"elementor elementor-140\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ff30783 e-con e-atomic-element e-flexbox-base e-45c7b87\" data-id=\"ff30783\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"ff30783\">\n    \t\t<div class=\"elementor-element elementor-element-8d4e347 elementor-widget elementor-widget-html\" data-id=\"8d4e347\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Cookie Policy | Turgo QR<\/title>\n\n<style>\n:root{\n    --navy:#122033;\n    --gold:#e2aa18;\n    --gold-soft:#fff5d6;\n    --text:#5e6b7d;\n    --light:#f7f9fc;\n    --border:#e4e9ef;\n    --white:#ffffff;\n}\n\n*{box-sizing:border-box}\nhtml{scroll-behavior:smooth}\n\nbody{\n    margin:0;\n    font-family:Arial,Helvetica,sans-serif;\n    color:var(--text);\n    background:var(--white);\n    line-height:1.75;\n}\n\na{color:#986b00}\n\n.cookie-page{\n    width:100%;\n}\n\n.cookie-container{\n    width:100%;\n    max-width:1120px;\n    margin:0 auto;\n    padding:0 24px;\n}\n\n\/* Hero *\/\n.cookie-hero{\n    padding:82px 0 72px;\n    background:linear-gradient(135deg,#f7f9fc 0%,#edf3f8 100%);\n    border-bottom:1px solid var(--border);\n    text-align:center;\n}\n\n.cookie-badge{\n    display:inline-block;\n    margin-bottom:16px;\n    padding:8px 15px;\n    border-radius:999px;\n    background:var(--gold-soft);\n    color:#8a6100;\n    font-size:13px;\n    font-weight:700;\n    letter-spacing:.7px;\n}\n\n.cookie-hero h1{\n    margin:0 0 18px;\n    color:var(--navy);\n    font-size:50px;\n    line-height:1.1;\n    letter-spacing:-1px;\n}\n\n.cookie-hero p{\n    max-width:800px;\n    margin:0 auto;\n    font-size:18px;\n    color:#5d6979;\n}\n\n\/* Updated *\/\n.cookie-updated{\n    padding:28px 0 0;\n}\n\n.cookie-updated-box{\n    padding:15px 20px;\n    border:1px solid var(--border);\n    border-radius:12px;\n    background:#fbfcfd;\n    text-align:center;\n    font-size:14px;\n    color:#667386;\n}\n\n\/* Highlights *\/\n.cookie-highlights{\n    padding:44px 0 0;\n}\n\n.cookie-highlight-grid{\n    display:grid;\n    grid-template-columns:repeat(3,minmax(0,1fr));\n    gap:20px;\n}\n\n.cookie-highlight{\n    padding:25px;\n    border:1px solid var(--border);\n    border-radius:17px;\n    background:#fff;\n    box-shadow:0 8px 26px rgba(18,32,51,.04);\n}\n\n.cookie-highlight-icon{\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    width:48px;\n    height:48px;\n    margin-bottom:16px;\n    border-radius:13px;\n    background:var(--gold-soft);\n    color:#916600;\n    font-weight:700;\n}\n\n.cookie-highlight h3{\n    margin:0 0 9px;\n    color:var(--navy);\n    font-size:19px;\n}\n\n.cookie-highlight p{\n    margin:0;\n    font-size:15px;\n}\n\n\/* Main *\/\n.cookie-content{\n    padding:54px 0 88px;\n}\n\n.cookie-layout{\n    display:grid;\n    grid-template-columns:270px minmax(0,1fr);\n    gap:48px;\n    align-items:start;\n}\n\n.cookie-sidebar{\n    position:sticky;\n    top:30px;\n    padding:25px;\n    border:1px solid var(--border);\n    border-radius:18px;\n    background:#f8fafc;\n}\n\n.cookie-sidebar h3{\n    margin:0 0 16px;\n    color:var(--navy);\n    font-size:18px;\n}\n\n.cookie-sidebar a{\n    display:block;\n    padding:8px 0;\n    color:#647184;\n    text-decoration:none;\n    font-size:14px;\n    line-height:1.45;\n}\n\n.cookie-sidebar a:hover{\n    color:#b47d00;\n}\n\n.cookie-main{\n    min-width:0;\n}\n\n.cookie-section{\n    margin-bottom:44px;\n    scroll-margin-top:30px;\n}\n\n.cookie-section:last-child{\n    margin-bottom:0;\n}\n\n.cookie-section h2{\n    margin:0 0 16px;\n    color:var(--navy);\n    font-size:29px;\n    line-height:1.3;\n}\n\n.cookie-section h3{\n    margin:24px 0 10px;\n    color:var(--navy);\n    font-size:20px;\n}\n\n.cookie-section p{\n    margin:0 0 15px;\n    font-size:16px;\n}\n\n.cookie-section ul{\n    margin:14px 0 0 22px;\n    padding:0;\n}\n\n.cookie-section li{\n    margin-bottom:10px;\n}\n\n.cookie-note,\n.cookie-warning,\n.cookie-success{\n    margin-top:20px;\n    padding:20px 22px;\n    border-radius:0 12px 12px 0;\n}\n\n.cookie-note{\n    border-left:4px solid var(--gold);\n    background:#fff8df;\n}\n\n.cookie-warning{\n    border-left:4px solid #d9654f;\n    background:#fff2ef;\n}\n\n.cookie-success{\n    border-left:4px solid #1f9d63;\n    background:#ecfbf4;\n}\n\n.cookie-note strong,\n.cookie-warning strong,\n.cookie-success strong{\n    display:block;\n    margin-bottom:6px;\n    color:var(--navy);\n}\n\n.cookie-card-grid{\n    display:grid;\n    grid-template-columns:repeat(2,minmax(0,1fr));\n    gap:18px;\n    margin-top:20px;\n}\n\n.cookie-card{\n    padding:22px;\n    border:1px solid var(--border);\n    border-radius:16px;\n    background:#fff;\n}\n\n.cookie-card h3{\n    margin:0 0 9px;\n    font-size:18px;\n}\n\n.cookie-card p{\n    margin:0;\n    font-size:15px;\n}\n\n.cookie-table-wrap{\n    margin-top:20px;\n    overflow-x:auto;\n    border:1px solid var(--border);\n    border-radius:16px;\n}\n\n.cookie-table{\n    width:100%;\n    min-width:760px;\n    border-collapse:collapse;\n}\n\n.cookie-table th,\n.cookie-table td{\n    padding:16px 18px;\n    border-bottom:1px solid var(--border);\n    text-align:left;\n    vertical-align:top;\n    font-size:14px;\n    line-height:1.65;\n}\n\n.cookie-table th{\n    background:#f8fafc;\n    color:var(--navy);\n}\n\n.cookie-table tr:last-child td{\n    border-bottom:none;\n}\n\n\/* CTA *\/\n.cookie-contact{\n    padding:0 0 90px;\n}\n\n.cookie-contact-box{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    gap:28px;\n    padding:40px 44px;\n    border-radius:24px;\n    background:var(--navy);\n    color:#fff;\n}\n\n.cookie-contact-box h2{\n    margin:0 0 8px;\n    font-size:30px;\n}\n\n.cookie-contact-box p{\n    margin:0;\n    color:#c7d1dd;\n}\n\n.cookie-contact-btn{\n    display:inline-block;\n    padding:14px 24px;\n    border-radius:999px;\n    background:var(--gold);\n    color:var(--navy)!important;\n    text-decoration:none;\n    font-weight:700;\n    white-space:nowrap;\n}\n\n@media(max-width:900px){\n    .cookie-layout{\n        grid-template-columns:1fr;\n    }\n\n    .cookie-sidebar{\n        position:static;\n    }\n\n    .cookie-sidebar-links{\n        display:grid;\n        grid-template-columns:repeat(2,minmax(0,1fr));\n        gap:0 20px;\n    }\n\n    .cookie-highlight-grid{\n        grid-template-columns:1fr;\n    }\n\n    .cookie-hero h1{\n        font-size:41px;\n    }\n}\n\n@media(max-width:640px){\n    .cookie-container{\n        padding:0 18px;\n    }\n\n    .cookie-hero{\n        padding:56px 0 50px;\n    }\n\n    .cookie-hero h1{\n        font-size:35px;\n    }\n\n    .cookie-hero p{\n        font-size:16px;\n    }\n\n    .cookie-content{\n        padding:42px 0 65px;\n    }\n\n    .cookie-sidebar-links,\n    .cookie-card-grid{\n        grid-template-columns:1fr;\n    }\n\n    .cookie-section h2{\n        font-size:25px;\n    }\n\n    .cookie-contact-box{\n        flex-direction:column;\n        align-items:flex-start;\n        padding:30px 24px;\n    }\n}\n<\/style>\n<\/head>\n\n<body>\n\n<main class=\"cookie-page\">\n\n<section class=\"cookie-hero\">\n    <div class=\"cookie-container\">\n        <span class=\"cookie-badge\">COOKIE TRANSPARENCY<\/span>\n\n        <h1>Cookie Policy<\/h1>\n\n        <p>\n            This Cookie Policy explains how Turgo QR uses cookies and similar technologies\n            when you browse our website, use the online store or complete a purchase.\n        <\/p>\n    <\/div>\n<\/section>\n\n<section class=\"cookie-updated\">\n    <div class=\"cookie-container\">\n        <div class=\"cookie-updated-box\">\n            Last updated: July 22, 2026\n        <\/div>\n    <\/div>\n<\/section>\n\n<section class=\"cookie-highlights\">\n    <div class=\"cookie-container\">\n\n        <div class=\"cookie-highlight-grid\">\n\n            <div class=\"cookie-highlight\">\n                <div class=\"cookie-highlight-icon\">01<\/div>\n                <h3>Essential functionality<\/h3>\n                <p>\n                    Some cookies are necessary for shopping-cart, checkout, payment-security\n                    and website functions.\n                <\/p>\n            <\/div>\n\n            <div class=\"cookie-highlight\">\n                <div class=\"cookie-highlight-icon\">02<\/div>\n                <h3>Your choice<\/h3>\n                <p>\n                    Optional analytics and advertising cookies should be activated only\n                    after consent where applicable.\n                <\/p>\n            <\/div>\n\n            <div class=\"cookie-highlight\">\n                <div class=\"cookie-highlight-icon\">03<\/div>\n                <h3>Manage preferences<\/h3>\n                <p>\n                    You can change or withdraw your cookie choices through the cookie\n                    preference tool or your browser settings.\n                <\/p>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/section>\n\n<section class=\"cookie-content\">\n<div class=\"cookie-container\">\n<div class=\"cookie-layout\">\n\n<aside class=\"cookie-sidebar\">\n    <h3>On this page<\/h3>\n\n    <div class=\"cookie-sidebar-links\">\n        <a href=\"#company\">Company information<\/a>\n        <a href=\"#what-are-cookies\">What cookies are<\/a>\n        <a href=\"#why-we-use\">Why we use cookies<\/a>\n        <a href=\"#cookie-types\">Types of cookies<\/a>\n        <a href=\"#essential\">Essential cookies<\/a>\n        <a href=\"#woocommerce\">WooCommerce cookies<\/a>\n        <a href=\"#payment\">Payment cookies<\/a>\n        <a href=\"#preferences\">Preference cookies<\/a>\n        <a href=\"#analytics\">Analytics cookies<\/a>\n        <a href=\"#advertising\">Advertising cookies<\/a>\n        <a href=\"#third-party\">Third-party cookies<\/a>\n        <a href=\"#cookie-list\">Cookie list<\/a>\n        <a href=\"#consent\">Consent<\/a>\n        <a href=\"#manage\">Managing cookies<\/a>\n        <a href=\"#retention\">Cookie duration<\/a>\n        <a href=\"#changes\">Policy changes<\/a>\n        <a href=\"#contact\">Kontakt<\/a>\n    <\/div>\n<\/aside>\n\n<div class=\"cookie-main\">\n\n<section class=\"cookie-section\" id=\"company\">\n    <h2>1. Company information<\/h2>\n\n    <p>\n        This website is operated by:\n    <\/p>\n\n    <p>\n        <strong>ADVERTISING ALSAAADA SAFERAT SERVICES<\/strong><br>\n        Trading under the brand name <strong>Turgo QR<\/strong><br>\n        Office 402, Hamdan Street<br>\n        Abu Dhabi, United Arab Emirates\n    <\/p>\n\n    <p>\n        Email:\n        <a href=\"mailto:info@turgomedia.com\">info@turgomedia.com<\/a><br>\n\n        Phone:\n        <a href=\"tel:+971565742752\">+971 56 574 2752<\/a><br>\n\n        WhatsApp:\n        <a href=\"https:\/\/wa.me\/46722282221\" target=\"_blank\" rel=\"noopener\">+46 72 228 22 21<\/a>\n    <\/p>\n<\/section>\n\n<section class=\"cookie-section\" id=\"what-are-cookies\">\n    <h2>2. What are cookies?<\/h2>\n\n    <p>\n        Cookies are small text files stored on your computer, smartphone, tablet or other\n        device when you visit a website. Cookies can help a website remember information\n        about your visit, such as shopping-cart content, language settings, consent choices\n        or website activity.\n    <\/p>\n\n    <p>\n        Similar technologies may include local storage, pixels, tags, scripts, software\n        development kits and device identifiers. In this policy, the word \u201ccookies\u201d also\n        includes similar technologies where appropriate.\n    <\/p>\n<\/section>\n\n<section class=\"cookie-section\" id=\"why-we-use\">\n    <h2>3. Why we use cookies<\/h2>\n\n    <p>\n        Turgo QR may use cookies to:\n    <\/p>\n\n    <ul>\n        <li>Keep the website and online store functioning correctly.<\/li>\n        <li>Remember products added to the shopping cart.<\/li>\n        <li>Support checkout and secure payment processing.<\/li>\n        <li>Protect the website against fraud, abuse and unauthorized access.<\/li>\n        <li>Remember cookie choices and website preferences.<\/li>\n        <li>Understand how visitors use the website.<\/li>\n        <li>Improve website performance, content and customer experience.<\/li>\n        <li>Measure advertising performance where optional tracking is enabled.<\/li>\n    <\/ul>\n<\/section>\n\n<section class=\"cookie-section\" id=\"cookie-types\">\n    <h2>4. Types of cookies<\/h2>\n\n    <div class=\"cookie-card-grid\">\n\n        <div class=\"cookie-card\">\n            <h3>Session cookies<\/h3>\n            <p>\n                These are normally deleted when you close your browser. They may support\n                temporary functions such as the shopping cart or checkout session.\n            <\/p>\n        <\/div>\n\n        <div class=\"cookie-card\">\n            <h3>Persistent cookies<\/h3>\n            <p>\n                These remain on your device for a defined period or until you delete them.\n                They may remember preferences or consent choices.\n            <\/p>\n        <\/div>\n\n        <div class=\"cookie-card\">\n            <h3>First-party cookies<\/h3>\n            <p>\n                These are placed directly by the Turgo QR website and are commonly used for\n                website operation and ecommerce functions.\n            <\/p>\n        <\/div>\n\n        <div class=\"cookie-card\">\n            <h3>Third-party cookies<\/h3>\n            <p>\n                These may be placed by external services such as payment, analytics,\n                advertising, security or embedded-content providers.\n            <\/p>\n        <\/div>\n\n    <\/div>\n<\/section>\n\n<section class=\"cookie-section\" id=\"essential\">\n    <h2>5. Strictly necessary cookies<\/h2>\n\n    <p>\n        Strictly necessary cookies are required for core website functions. These cookies\n        may be used without optional consent where permitted by applicable law because the\n        requested service cannot function properly without them.\n    <\/p>\n\n    <p>\n        They may support:\n    <\/p>\n\n    <ul>\n        <li>Shopping-cart and checkout functionality.<\/li>\n        <li>Payment and fraud-prevention processes.<\/li>\n        <li>Security and network management.<\/li>\n        <li>Cookie-consent preferences.<\/li>\n        <li>Website load balancing and stability.<\/li>\n        <li>Protection against malicious activity.<\/li>\n    <\/ul>\n\n    <div class=\"cookie-note\">\n        <strong>Important<\/strong>\n        Blocking strictly necessary cookies may prevent parts of the online store,\n        checkout or payment process from working correctly.\n    <\/div>\n<\/section>\n\n<section class=\"cookie-section\" id=\"woocommerce\">\n    <h2>6. WooCommerce cookies<\/h2>\n\n    <p>\n        Our online store may use WooCommerce. WooCommerce may place essential cookies to\n        remember cart contents, determine when cart contents change and support the\n        checkout process.\n    <\/p>\n\n    <p>\n        Common WooCommerce cookie names may include:\n    <\/p>\n\n    <ul>\n        <li><strong>woocommerce_cart_hash<\/strong><\/li>\n        <li><strong>woocommerce_items_in_cart<\/strong><\/li>\n        <li><strong>wp_woocommerce_session_*<\/strong><\/li>\n        <li><strong>woocommerce_recently_viewed<\/strong>, if enabled<\/li>\n    <\/ul>\n\n    <p>\n        The exact cookies present may vary according to the website configuration,\n        installed plugins and WooCommerce updates.\n    <\/p>\n<\/section>\n\n<section class=\"cookie-section\" id=\"payment\">\n    <h2>7. Payment and security cookies<\/h2>\n\n    <p>\n        Stripe or another payment provider displayed during checkout may use cookies or\n        similar technologies to process payments, detect fraud, protect transactions and\n        remember payment-session information.\n    <\/p>\n\n    <p>\n        Payment-provider cookies may be placed directly by the provider and are governed\n        by that provider\u2019s own privacy and cookie notices.\n    <\/p>\n\n    <p>\n        These technologies may process information such as:\n    <\/p>\n\n    <ul>\n        <li>Browser and device information.<\/li>\n        <li>IP address and approximate location.<\/li>\n        <li>Payment-session identifiers.<\/li>\n        <li>Fraud and security signals.<\/li>\n        <li>Transaction status and technical information.<\/li>\n    <\/ul>\n<\/section>\n\n<section class=\"cookie-section\" id=\"preferences\">\n    <h2>8. Preference and functionality cookies<\/h2>\n\n    <p>\n        Preference cookies may remember choices you make so that the website can provide\n        a more convenient experience.\n    <\/p>\n\n    <p>\n        They may remember:\n    <\/p>\n\n    <ul>\n        <li>Language or regional settings.<\/li>\n        <li>Cookie-consent choices.<\/li>\n        <li>Display or accessibility preferences.<\/li>\n        <li>Previously selected website options.<\/li>\n    <\/ul>\n\n    <p>\n        Some preference cookies may be optional depending on their purpose.\n    <\/p>\n<\/section>\n\n<section class=\"cookie-section\" id=\"analytics\">\n    <h2>9. Analytics cookies<\/h2>\n\n    <p>\n        We may use analytics services such as Google Analytics or another website analytics\n        provider to understand how visitors interact with the website.\n    <\/p>\n\n    <p>\n        Analytics technologies may collect:\n    <\/p>\n\n    <ul>\n        <li>Pages visited and time spent on pages.<\/li>\n        <li>Links and buttons selected.<\/li>\n        <li>Browser, device and operating-system information.<\/li>\n        <li>Approximate location derived from an IP address.<\/li>\n        <li>Referral sources and campaign information.<\/li>\n        <li>Purchase or conversion events.<\/li>\n    <\/ul>\n\n    <p>\n        Where required, analytics cookies will not be activated until you provide consent.\n    <\/p>\n<\/section>\n\n<section class=\"cookie-section\" id=\"advertising\">\n    <h2>10. Advertising and marketing cookies<\/h2>\n\n    <p>\n        If advertising tools are installed, services such as Google Ads, Meta Pixel or\n        similar providers may use cookies and pixels to measure campaign effectiveness,\n        understand conversions and deliver more relevant advertising.\n    <\/p>\n\n    <p>\n        Advertising technologies may help:\n    <\/p>\n\n    <ul>\n        <li>Measure whether an advertisement led to a visit or purchase.<\/li>\n        <li>Create advertising audiences.<\/li>\n        <li>Limit how often an advertisement is shown.<\/li>\n        <li>Understand interaction across websites and devices.<\/li>\n    <\/ul>\n\n    <p>\n        These cookies should be activated only with consent where required.\n    <\/p>\n\n    <div class=\"cookie-warning\">\n        <strong>Current configuration must be checked<\/strong>\n        This policy should be updated whenever Google Analytics, Google Ads, Meta Pixel,\n        TikTok Pixel or another tracking service is added or removed.\n    <\/div>\n<\/section>\n\n<section class=\"cookie-section\" id=\"third-party\">\n    <h2>11. Third-party cookies and services<\/h2>\n\n    <p>\n        Third parties may place cookies when their services are used on our website.\n        Depending on the website configuration, these providers may include:\n    <\/p>\n\n    <ul>\n        <li>Stripe or other payment processors.<\/li>\n        <li>WooCommerce and ecommerce extensions.<\/li>\n        <li>Google Analytics or Google Ads.<\/li>\n        <li>Meta advertising services.<\/li>\n        <li>Website hosting and security providers.<\/li>\n        <li>Embedded maps, videos, fonts or external content.<\/li>\n    <\/ul>\n\n    <p>\n        Third-party providers process information according to their own terms and privacy\n        policies. Turgo QR does not control every cookie placed by an independent third party.\n    <\/p>\n<\/section>\n\n<section class=\"cookie-section\" id=\"cookie-list\">\n    <h2>12. Examples of cookies that may be used<\/h2>\n\n    <div class=\"cookie-table-wrap\">\n\n        <table class=\"cookie-table\">\n            <thead>\n                <tr>\n                    <th>Cookie or category<\/th>\n                    <th>Purpose<\/th>\n                    <th>Typical type<\/th>\n                    <th>Typical duration<\/th>\n                <\/tr>\n            <\/thead>\n\n            <tbody>\n                <tr>\n                    <td><strong>woocommerce_cart_hash<\/strong><\/td>\n                    <td>Helps WooCommerce determine when cart contents change.<\/td>\n                    <td>Essential<\/td>\n                    <td>Session<\/td>\n                <\/tr>\n\n                <tr>\n                    <td><strong>woocommerce_items_in_cart<\/strong><\/td>\n                    <td>Helps remember whether products are currently in the cart.<\/td>\n                    <td>Essential<\/td>\n                    <td>Session<\/td>\n                <\/tr>\n\n                <tr>\n                    <td><strong>wp_woocommerce_session_*<\/strong><\/td>\n                    <td>Assigns a temporary customer session for cart and checkout functions.<\/td>\n                    <td>Essential<\/td>\n                    <td>Usually up to several days<\/td>\n                <\/tr>\n\n                <tr>\n                    <td><strong>Cookie-consent preference<\/strong><\/td>\n                    <td>Stores your selected cookie choices.<\/td>\n                    <td>Essential \/ preference<\/td>\n                    <td>Defined by the consent tool<\/td>\n                <\/tr>\n\n                <tr>\n                    <td><strong>Stripe payment cookies<\/strong><\/td>\n                    <td>Supports payment security, fraud prevention and checkout functionality.<\/td>\n                    <td>Essential \/ security<\/td>\n                    <td>Set by Stripe<\/td>\n                <\/tr>\n\n                <tr>\n                    <td><strong>Analytics cookies<\/strong><\/td>\n                    <td>Measures website usage and performance if analytics is enabled.<\/td>\n                    <td>Analytics<\/td>\n                    <td>Depends on provider settings<\/td>\n                <\/tr>\n\n                <tr>\n                    <td><strong>Advertising cookies<\/strong><\/td>\n                    <td>Measures campaigns and supports advertising if enabled.<\/td>\n                    <td>Marketing<\/td>\n                    <td>Depends on provider settings<\/td>\n                <\/tr>\n            <\/tbody>\n        <\/table>\n\n    <\/div>\n\n    <div class=\"cookie-note\">\n        <strong>This table is a general description<\/strong>\n        The exact cookie names and durations should be confirmed using a cookie scan after\n        all website plugins, analytics tools and payment services are installed.\n    <\/div>\n<\/section>\n\n<section class=\"cookie-section\" id=\"consent\">\n    <h2>13. Cookie consent<\/h2>\n\n    <p>\n        Where required by applicable law, optional analytics, advertising and similar\n        non-essential cookies will be used only after you make an affirmative choice through\n        the cookie banner or preference tool.\n    <\/p>\n\n    <p>\n        Rejecting optional cookies should not prevent you from browsing the website or\n        purchasing products, although certain optional features may be limited.\n    <\/p>\n\n    <p>\n        Your consent choice may itself be stored in a necessary cookie so that the website\n        remembers your preference.\n    <\/p>\n<\/section>\n\n<section class=\"cookie-section\" id=\"manage\">\n    <h2>14. How to manage or delete cookies<\/h2>\n\n    <p>\n        You may manage cookies in the following ways:\n    <\/p>\n\n    <h3>Cookie preference tool<\/h3>\n\n    <p>\n        Use the cookie settings or preference option displayed on the website to accept,\n        reject or change optional cookie categories.\n    <\/p>\n\n    <h3>Browser settings<\/h3>\n\n    <p>\n        Most browsers allow you to view, block or delete cookies. The method varies by\n        browser and device. Blocking all cookies may affect website and checkout functionality.\n    <\/p>\n\n    <h3>Withdraw consent<\/h3>\n\n    <p>\n        Where processing is based on cookie consent, you may withdraw or change your consent\n        at any time through the website\u2019s cookie preference tool.\n    <\/p>\n<\/section>\n\n<section class=\"cookie-section\" id=\"retention\">\n    <h2>15. How long cookies remain on your device<\/h2>\n\n    <p>\n        Cookie duration depends on the cookie\u2019s purpose and the provider that sets it.\n    <\/p>\n\n    <ul>\n        <li>Session cookies are generally removed when the browser is closed.<\/li>\n        <li>Persistent cookies remain until their expiry date or until you delete them.<\/li>\n        <li>Consent cookies may remain long enough to remember your preference.<\/li>\n        <li>Third-party cookie duration is controlled by the relevant provider.<\/li>\n    <\/ul>\n\n    <p>\n        We aim to avoid retaining cookie information longer than reasonably necessary for\n        the relevant purpose.\n    <\/p>\n<\/section>\n\n<section class=\"cookie-section\" id=\"privacy\">\n    <h2>16. Personal information and privacy<\/h2>\n\n    <p>\n        Some cookies may collect or generate information that is considered personal data,\n        such as IP addresses, device identifiers, transaction identifiers or website activity.\n    <\/p>\n\n    <p>\n        Further information about how Turgo QR collects, uses, shares and protects personal\n        information is available in our\n        <a href=\"\/de\/privacy-policy\/\">Privacy Policy<\/a>.\n    <\/p>\n<\/section>\n\n<section class=\"cookie-section\" id=\"changes\">\n    <h2>17. Changes to this Cookie Policy<\/h2>\n\n    <p>\n        We may update this Cookie Policy when our website, plugins, payment methods,\n        analytics tools, advertising services or legal obligations change.\n    <\/p>\n\n    <p>\n        The latest version will be published on this page with an updated date.\n    <\/p>\n<\/section>\n\n<section class=\"cookie-section\" id=\"contact\">\n    <h2>18. Contact us<\/h2>\n\n    <p>\n        For questions about cookies or privacy, contact:\n    <\/p>\n\n    <p>\n        <strong>ADVERTISING ALSAAADA SAFERAT SERVICES<\/strong><br>\n        Trading as <strong>Turgo QR<\/strong><br>\n        Office 402, Hamdan Street<br>\n        Abu Dhabi, United Arab Emirates\n    <\/p>\n\n    <ul>\n        <li>\n            Email:\n            <a href=\"mailto:info@turgomedia.com\">info@turgomedia.com<\/a>\n        <\/li>\n\n        <li>\n            Phone:\n            <a href=\"tel:+971565742752\">+971 56 574 2752<\/a>\n        <\/li>\n\n        <li>\n            WhatsApp:\n            <a href=\"https:\/\/wa.me\/46722282221\" target=\"_blank\" rel=\"noopener\">+46 72 228 22 21<\/a>\n        <\/li>\n    <\/ul>\n<\/section>\n\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n\n<section class=\"cookie-contact\">\n    <div class=\"cookie-container\">\n\n        <div class=\"cookie-contact-box\">\n\n            <div>\n                <h2>Questions about cookies?<\/h2>\n\n                <p>\n                    Contact Turgo QR for information about cookie preferences,\n                    analytics or personal-data processing.\n                <\/p>\n            <\/div>\n\n            <a\n                class=\"cookie-contact-btn\"\n                href=\"mailto:info@turgomedia.com?subject=Cookie%20Policy%20Question\"\n            >\n                Contact Turgo QR\n            <\/a>\n\n        <\/div>\n    <\/div>\n<\/section>\n\n<\/main>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Cookie Policy | Turgo QR COOKIE TRANSPARENCY Cookie Policy This Cookie Policy explains how Turgo QR uses cookies and similar technologies when you browse our website, use the online store or complete a purchase. Last updated: July 22, 2026 01 Essential functionality Some cookies are necessary for shopping-cart, checkout, payment-security and website functions. 02 Your [&hellip;]<\/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-140","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/qr.turgomedia.com\/de\/wp-json\/wp\/v2\/pages\/140","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/qr.turgomedia.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/qr.turgomedia.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/qr.turgomedia.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/qr.turgomedia.com\/de\/wp-json\/wp\/v2\/comments?post=140"}],"version-history":[{"count":4,"href":"https:\/\/qr.turgomedia.com\/de\/wp-json\/wp\/v2\/pages\/140\/revisions"}],"predecessor-version":[{"id":159,"href":"https:\/\/qr.turgomedia.com\/de\/wp-json\/wp\/v2\/pages\/140\/revisions\/159"}],"wp:attachment":[{"href":"https:\/\/qr.turgomedia.com\/de\/wp-json\/wp\/v2\/media?parent=140"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}