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;}
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.
Last updated · June 2026
Table of Contents
- Information Collected
- Sources of Information
- Use & Legal Basis
- Disclosure of Information
- Relationship with Shopify
- Third Parties & Children's Data
- Safety & Preservation
- Your Rights by Region
- Contact Us
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.
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:
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.
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.
How We Disclose Your Information
Under certain circumstances, and for legitimate reasons, we may disclose your personal information to third parties:
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.
Third-Party Sites & Children's Data
Our website may contain links to third-party platforms, whose privacy practices we neither control nor endorse.
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).
Your Rights & Choices, by Region
Depending on where you live, you have specific rights regarding your personal information.
- 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)
- 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
- 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
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.
VertigeTall OÜ (registration number 17436405) — Privacy Policy · Last updated: June 2026.