Privacy Policy

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,500;12..96,600;12..96,700;12..96,800&family=Inter:wght@400;500;600&display=swap'); :root{ --paper:#F4F1EA; --paper-card:#FBFAF6; --ink:#221F2A; --ink-soft:#5F5A66; --line:#E4DECF; --berry:#C24A66; --berry-deep:#9E2F4A; --berry-tint:#F4DEE3; --berry-wash:#FAEFF1; --maxw:1120px; } *{box-sizing:border-box;} html{scroll-behavior:smooth;} @media (prefers-reduced-motion:reduce){html{scroll-behavior:auto;}} body{ margin:0;background:var(--paper);color:var(--ink); font-family:"Inter",system-ui,sans-serif;font-size:17px;line-height:1.65; -webkit-font-smoothing:antialiased; } ::selection{background:var(--berry);color:#fff;} a{color:var(--berry-deep);text-decoration:none;} a:hover{text-decoration:underline;} .wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px;} /* ---------- HERO ---------- */ header.hero{ position:relative;overflow:hidden; background: radial-gradient(120% 90% at 88% -10%, var(--berry-wash) 0%, rgba(250,239,241,0) 55%), linear-gradient(180deg,#F7F4EE 0%, var(--paper) 100%); border-bottom:1px solid var(--line); } .hero .wrap{padding-top:46px;padding-bottom:62px;} .eyebrow{ display:inline-flex;align-items:center;gap:9px; font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:600; color:var(--berry-deep);padding:7px 14px;border:1px solid var(--berry-tint); border-radius:999px;background:rgba(255,255,255,.5); } .eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--berry);} h1{ font-family:"Bricolage Grotesque",sans-serif;font-weight:700;font-optical-sizing:auto; font-size:clamp(2.5rem,6.2vw,4.7rem);line-height:.98;letter-spacing:-.02em; margin:26px 0 0;max-width:16ch; } h1 em{font-style:normal;color:var(--berry);} .lede{margin:22px 0 0;max-width:62ch;font-size:clamp(1.02rem,1.6vw,1.18rem);color:var(--ink-soft);} .promises{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px;} .promise{ display:flex;align-items:center;gap:10px;background:var(--paper-card); border:1px solid var(--line);padding:11px 16px;border-radius:14px; font-weight:500;font-size:.95rem;box-shadow:0 1px 0 rgba(34,31,42,.03); } .promise svg{flex:none;color:var(--berry);} .updated{margin-top:30px;font-size:.82rem;letter-spacing:.04em;color:var(--ink-soft);text-transform:uppercase;} /* ---------- LAYOUT ---------- */ .shell{display:grid;grid-template-columns:240px 1fr;gap:56px;padding:54px 0 40px;} @media(max-width:880px){.shell{grid-template-columns:1fr;gap:8px;}} nav.toc{position:sticky;top:34px;align-self:start;} @media(max-width:880px){nav.toc{display:none;}} .toc h2{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-soft);font-weight:600;margin:0 0 14px;} .toc ol{list-style:none;margin:0;padding:0;counter-reset:t;} .toc li{counter-increment:t;} .toc a{ display:flex;gap:11px;align-items:baseline;padding:7px 0 7px 14px;margin-left:-2px; color:var(--ink-soft);font-size:.92rem;line-height:1.35;border-left:2px solid transparent; transition:color .2s,border-color .2s; } .toc a::before{content:counter(t,decimal-leading-zero);font-size:.72rem;font-weight:600;color:var(--berry);opacity:.55;font-variant-numeric:tabular-nums;} .toc a:hover{color:var(--ink);text-decoration:none;border-color:var(--berry);} /* intro card */ .intro{ background:var(--paper-card);border:1px solid var(--line);border-radius:20px; padding:30px 30px;margin-bottom:46px; } .intro p{margin:0 0 14px;} .intro p:last-child{margin-bottom:0;} .identity{ display:flex;flex-wrap:wrap;gap:10px 26px;margin:4px 0 18px;padding:18px 20px; background:var(--berry-wash);border-radius:14px;font-size:.95rem; } .identity div{min-width:150px;} .identity .k{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--berry-deep);font-weight:600;} .identity .v{font-weight:500;color:var(--ink);} /* ---------- SECTIONS ---------- */ section.block{padding:34px 0;border-top:1px solid var(--line);scroll-margin-top:24px;} .sec-head{display:flex;align-items:baseline;gap:16px;margin-bottom:4px;} .sec-num{ font-family:"Bricolage Grotesque";font-weight:700;font-size:1rem;color:#fff;background:var(--berry); border-radius:9px;min-width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center; font-variant-numeric:tabular-nums;flex:none;box-shadow:0 4px 14px rgba(194,74,102,.28); } h3{font-family:"Bricolage Grotesque";font-weight:600;font-size:clamp(1.4rem,3vw,1.9rem);letter-spacing:-.015em;line-height:1.12;margin:0;} .block p{margin:14px 0;} .block p:first-of-type{margin-top:16px;} strong{font-weight:600;color:var(--ink);} .ph{color:var(--berry-deep);font-weight:600;background:var(--berry-wash);padding:1px 6px;border-radius:5px;font-size:.92em;} .callout{border-left:3px solid var(--berry);background:var(--berry-wash);padding:16px 20px;border-radius:0 14px 14px 0;margin:18px 0;font-size:.96rem;} .callout strong{color:var(--berry-deep);} ul.checks{list-style:none;margin:18px 0;padding:0;display:grid;gap:11px;} ul.checks li{display:flex;gap:13px;align-items:flex-start;} ul.checks li svg{flex:none;margin-top:3px;color:var(--berry);} /* category grid (section 1) */ .cat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;margin:22px 0 6px;} .cat{background:var(--paper-card);border:1px solid var(--line);border-radius:16px;padding:18px 18px;} .cat .ico{width:34px;height:34px;border-radius:10px;background:var(--berry-wash);display:flex;align-items:center;justify-content:center;color:var(--berry-deep);margin-bottom:12px;} .cat .t{font-family:"Bricolage Grotesque";font-weight:600;font-size:1.02rem;} .cat .d{margin-top:5px;font-size:.92rem;color:var(--ink-soft);line-height:1.5;} /* legal basis cards (section 3) */ .basis{display:grid;gap:13px;margin:22px 0 6px;} .basis-card{ display:grid;grid-template-columns:1fr auto;gap:8px 22px;align-items:start; background:var(--paper-card);border:1px solid var(--line);border-radius:16px;padding:20px 22px; } @media(max-width:620px){.basis-card{grid-template-columns:1fr;}} .basis-card .t{font-family:"Bricolage Grotesque";font-weight:600;font-size:1.08rem;} .basis-card .d{margin-top:4px;font-size:.94rem;color:var(--ink-soft);line-height:1.5;} .badge{ align-self:start;white-space:nowrap;display:inline-flex;align-items:center;gap:7px; background:var(--berry-wash);color:var(--berry-deep);border:1px solid var(--berry-tint); font-size:.78rem;font-weight:600;letter-spacing:.02em;padding:7px 13px;border-radius:999px; } @media(max-width:620px){.badge{justify-self:start;}} /* disclosure cards (section 4) */ .disc{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin:22px 0 6px;} .disc .item{display:flex;gap:13px;background:var(--paper-card);border:1px solid var(--line);border-radius:16px;padding:17px 18px;font-size:.95rem;line-height:1.5;} .disc .item svg{flex:none;color:var(--berry-deep);margin-top:1px;} .disc .item strong{display:block;margin-bottom:2px;} /* region cards (section 8) */ .regions{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:22px 0 6px;} @media(max-width:820px){.regions{grid-template-columns:1fr;}} .region{background:var(--paper-card);border:1px solid var(--line);border-radius:18px;padding:22px 22px;} .region-h{display:flex;align-items:center;gap:11px;padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid var(--line);} .region-h .flag{width:34px;height:34px;border-radius:9px;background:var(--berry);color:#fff;display:flex;align-items:center;justify-content:center;flex:none;} .region-h .name{font-family:"Bricolage Grotesque";font-weight:600;font-size:1.06rem;line-height:1.15;} .region-h .law{font-size:.74rem;letter-spacing:.04em;color:var(--ink-soft);text-transform:uppercase;} .region ul{list-style:none;margin:0;padding:0;display:grid;gap:9px;} .region li{display:flex;gap:9px;align-items:flex-start;font-size:.92rem;line-height:1.45;} .region li svg{flex:none;margin-top:3px;color:var(--berry);} /* contact footer */ footer.cta{margin-top:30px;background:var(--ink);color:#F4F1EA;border-radius:24px;padding:42px 40px;position:relative;overflow:hidden;} footer.cta::after{content:"";position:absolute;right:-60px;bottom:-80px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,var(--berry) 0%,transparent 70%);opacity:.5;} footer.cta h3{color:#fff;font-size:clamp(1.5rem,3.4vw,2.2rem);} footer.cta p{color:#CFC9D0;max-width:52ch;} .contact-grid{display:flex;flex-wrap:wrap;gap:14px 40px;margin-top:18px;position:relative;z-index:2;} .contact-grid .k{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:#A8A2AC;font-weight:600;} .contact-grid .v{color:#fff;} .contact-grid a{color:#fff;} .cta-btn{display:inline-flex;align-items:center;gap:9px;margin-top:22px;background:var(--berry);color:#fff;font-weight:600;padding:14px 24px;border-radius:999px;position:relative;z-index:2;transition:transform .2s,background .2s;} .cta-btn:hover{background:var(--berry-deep);text-decoration:none;transform:translateY(-1px);} .legal-foot{max-width:var(--maxw);margin:0 auto;padding:28px 24px 60px;font-size:.82rem;color:var(--ink-soft);} :focus-visible{outline:2px solid var(--berry);outline-offset:3px;border-radius:4px;}
Vertige Tall · Privacy

Privacy Policy.

This policy describes how we collect, use, and disclose your personal information when you access our Services, make a purchase, or contact us. By using our Services, you acknowledge that you have read this policy.

GDPR-Compliant · Law 25 · CCPA Your Rights Guaranteed Encrypted data (SSL)

Last updated · June 2026

Table of Contents

  1. Information Collected
  2. Sources of Information
  3. Use & Legal Basis
  4. Disclosure of Information
  5. Relationship with Shopify
  6. Third Parties & Children's Data
  7. Safety & Preservation
  8. Your Rights by Region
  9. Contact Us
Company
VertigeTall OÜ
Trade Name
Vertige Tall
Legal Form
Osaühing (Estonian limited liability company)
Registry Code
17436405
Headquarters
Ahtri St. 12, Kesklinna District, 15551 Tallinn, Estonia

VertigeTall OÜ, a limited liability company under Estonian law (osaühing) registered under registry code 17436405 and having its registered office at Ahtri tn 12, Kesklinna linnaosa, 15551 Tallinn (Estonia), operating under the trade name Vertige Tall (hereinafter “Vertige Tall,” “we,” “our,” or “us”), operates this store and this website, as well as all related information, content, features, tools, products, and services intended to provide you, as a customer, with a personalized shopping experience (hereinafter the “Services”).

Vertige Tall is a Shopify-powered store that enables us to provide you with the Services. This policy describes how we collect, use, and disclose your personal information. In the event of any conflict between our Terms of Service and this policy, this policy shall prevail with respect to the collection, processing, and disclosure of your personal information.

Please read this carefully: By accessing and using our Services, you acknowledge that you understand the terms and conditions described below.

1

The Information We Collect

By “personal information,” we mean information that identifies you or that can reasonably be linked to you. This does not include anonymous or de-identified data. Depending on how you interact with the Services and where you live, we may collect or process the following categories:

Contact Information
Name, address, billing and shipping addresses, phone number, email address.
Financial Information
Payment cards, bank account, transaction details and confirmations.
Account Information
Username, password, security questions, preferences, and settings.
Transaction Information
Viewed items, shopping cart, wish list, purchases, returns, exchanges, cancellations, and order history.
Your Communications
The content of your communications with us (e.g., customer service requests).
Device Information
Device, browser, network, IP address, and unique identifiers (cookies, tracking pixels).
Usage Information
How and when you access and interact with our Services.
2

Sources of Information

We may collect your personal information from the following sources:

  • Directly from you —account creation, use of the Services, communications, or any other information you provide.
  • Automatically through the Services —from your device, through cookies and similar technologies.
  • With our service providers —when they collect or process data on our behalf.
  • With our partners or third parties —such as advertising platforms.
3

Use & Legal Basis

In accordance with international regulations (the European GDPR, Canada’s Act 25, etc.), every use of your data is based on a specific legal basis.

Provide, Adapt, and Improve Services
Order processing, payments, account management, shipping, returns and refunds, and personalizing the customer experience.
Performance of the Contract
Marketing & Advertising
Marketing communications (emails, text messages), advertising targeting and retargeting on third-party websites or social media platforms based on your browsing activity.
Consent / Legitimate Interest
Security & Fraud Prevention
Account authentication, detection of malicious activity, and securing the infrastructure and payment gateway.
Legitimate interest
Customer Support & Communications
Responding to inquiries via chat, email, or contact forms, and handling complaints.
(Pre)contractual Measures
Legal Obligations
Retention of invoices, responding to law enforcement and tax authorities, and dispute resolution.
Legal Requirement
4

How We Disclose Your Information

Under certain circumstances, and for legitimate reasons, we may disclose your personal information to third parties:

Shopify—Ourhosting provider and primary technology partner, which processes your information on our behalf to operate the store.
Logistics and Financial Service Providers: Payment gateways(Stripe, PayPal) and carriers (La Poste, DHL, FedEx) to deliver your orders.
Marketing & Advertising Partners: Forpersonalized advertising through third-party services (Google, Meta). You can opt out using the provided link or through your region’s ad preferences portal.
Legal Obligations & Disclosures: To comply with a legal obligation or in connection with a transaction such as a merger or sale of assets.
5

Specific Integration with Shopify

Our Services are hosted by Shopify. The information you submit is transmitted to and shared with Shopify, as well as with third parties who may be located in countries other than your country of residence (including the United States and Canada). To protect and improve our business, we use certain advanced Shopify features that incorporate data from your interactions; Shopify may then act as an independent data controller for these optimization purposes.

For more information, see Shopify’s Consumer Privacy Policy. Depending on where you live, you may exercise certain rights directly through the Shopify Privacy Portal.
6

Third-Party Sites & Children's Data

Our website may contain links to third-party platforms, whose privacy practices we neither control nor endorse.

Children's Data: Our Services are not intended for children, and we do not knowingly collect any data from minors. If you become aware that a child has provided us with their data without parental consent, please contact us immediately so we can delete it.
7

Security, Preservation & Transfers

Although no security measure is foolproof, we implement the technical safeguards provided by Shopify (SSL encryption, secure payment protocols). Your information is retained only for as long as necessary for the purposes described—for example, 10 years for accounting invoices.

If we transfer your information outside the European Economic Area (EEA) or the United Kingdom, we rely on recognized legal transfer mechanisms, such as the European Commission’s Standard Contractual Clauses, except when the destination country has an adequacy decision (such as Canada).

8

Your Rights & Choices, by Region

Depending on where you live, you have specific rights regarding your personal information.

Europe & the United Kingdom
GDPR / UK GDPR
  • Access to and Information About Your Data
  • Correction of Inaccurate Data
  • Deletion (“right to be forgotten”)
  • Restriction and Objection to Processing
  • Portability in a structured format
  • Withdrawal of consent at any time
  • Complaint to a supervisory authority (e.g., CNIL in France)
Canada
PIPEDA / Act 25 (Quebec)
  • Access to Your Personal Information
  • Disputing Accuracy and Correction
  • Withdrawal of consent at any time
  • Data Controller: the CEO of Vertige Tall
  • Complaint to the CPVP or the provincial authority
United States
CCPA / CPRA & Other States
  • Understand the categories of data collected
  • Request the deletion of your data
  • Get a copy for filing
  • Object to the “sale” or “sharing” of your information for advertising purposes
  • Through the "Do not sell or share my personal information" link
9

Contact Us

If you have any questions about our practices, wish to file a complaint, or wish to exercise your rights, please contact us:

Do you have a question about your data?

Our team handles your requests regarding privacy and the exercise of your rights.

By mail
VertigeTall OÜ — Ahtri St. 12, Kesklinna District, 15551 Tallinn, Estonia
Exercise my rights