Shipping 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;} 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:60px;} .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.6rem);line-height:.98;letter-spacing:-.02em;margin:26px 0 0;max-width:15ch;} h1 em{font-style:normal;color:var(--berry);} .lede{margin:22px 0 0;max-width:64ch;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;} .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);} /* key facts */ .facts{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:50px;} @media(max-width:680px){.facts{grid-template-columns:1fr;}} .fact{background:var(--paper-card);border:1px solid var(--line);border-radius:18px;padding:24px 22px;} .fact .ico{width:38px;height:38px;border-radius:11px;background:var(--berry-wash);display:flex;align-items:center;justify-content:center;color:var(--berry-deep);margin-bottom:16px;} .fact .num{font-family:"Bricolage Grotesque";font-weight:700;font-size:1.7rem;letter-spacing:-.02em;line-height:1;} .fact .cap{margin-top:7px;font-size:.92rem;color:var(--ink-soft);} section.block{padding:32px 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);} .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);} /* price duo */ .duo{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:20px 0 6px;} @media(max-width:620px){.duo{grid-template-columns:1fr;}} .pcard{background:var(--paper-card);border:1px solid var(--line);border-radius:16px;padding:20px 20px;} .pcard.free{border-color:var(--berry-tint);background:var(--berry-wash);} .pcard .h{display:flex;align-items:center;gap:10px;font-family:"Bricolage Grotesque";font-weight:600;font-size:1.04rem;margin-bottom:8px;} .pcard .h svg{color:var(--berry-deep);flex:none;} .pcard .d{font-size:.94rem;color:var(--ink-soft);line-height:1.55;} /* zones grid */ .zones{display:grid;grid-template-columns:repeat(auto-fit,minmax(225px,1fr));gap:14px;margin:22px 0 6px;} .zone{background:var(--paper-card);border:1px solid var(--line);border-radius:18px;padding:20px 20px;display:flex;flex-direction:column;} .zone .top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:14px;} .zone .name{font-family:"Bricolage Grotesque";font-weight:600;font-size:1.08rem;line-height:1.15;} .zone .flag{width:34px;height:34px;border-radius:9px;background:var(--berry-wash);color:var(--berry-deep);display:flex;align-items:center;justify-content:center;flex:none;} .zone .delay{display:inline-flex;align-items:center;gap:7px;background:var(--berry);color:#fff;font-weight:600;font-size:.86rem;padding:6px 12px;border-radius:999px;align-self:flex-start;margin-bottom:14px;} .zone .meta{margin-top:auto;font-size:.9rem;color:var(--ink-soft);line-height:1.55;border-top:1px solid var(--line);padding-top:12px;} .zone .meta b{color:var(--ink);font-weight:600;} 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.1rem);} footer.cta p{color:#CFC9D0;max-width:50ch;} .cta-btn{display:inline-flex;align-items:center;gap:9px;margin-top:20px;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 · Shipping & Delivery

Shipping & Delivery.

Our logistics processes are fully automated and managed in partnership with Logiqom, ensuring reliable, traceable, and fast shipping worldwide. We work exclusively with the industry-leading carriers, DHL and UPS.

Free shipping on orders of €69 or more within Europe Processing in 1 to 3 business days DHL & UPS tracking

Last updated · June 2026

Table of Contents

  1. Rates & Free Threshold
  2. Processing Times
  3. Delivery Times by Region
  4. Taxes & Customs Duties
  5. Address & Liability
69 · 99 · 119 €
Free Shipping · Europe / UK / US & Canada
1–3 days
Preparation Before Handing Over to the Carrier
Tracked Package
Tracking ID sent by email upon shipment
1

Shipping Rates & Free Shipping Thresholds

Standard tracked shipping is completely free once your cart total reaches the threshold for your delivery zone:

Europe
Free shipping on orders of €69 or more.
United Kingdom
Free shipping on orders of €99 or more.
United States & Canada
Free shipping on orders of €119 or more.
Below the threshold for your area
The actual shipping costs calculated by our logistics provider, Logiqom, are automatically applied at checkout based on the package's weight and destination, before your payment is processed.

Thresholds are expressed in euros; for orders in USD, GBP, or CAD, the equivalent amount is applied at the exchange rate in effect at checkout.

2

Order Processing Times

Thanks to our streamlined logistics infrastructure, all orders are prepared, checked, and handed over to the carrier within 1 to 3 business days (excluding weekends and holidays).

As soon as your order leaves our warehouse, you'll receive an automated email containing your unique tracking number (Tracking ID), which you can use to track your package on the official DHL or UPS websites.
3

Delivery Times & Carriers by Region

The delivery times listed below are the actual transit times provided by our partner carriers, starting from the time the package is picked up:

Mainland France
3 business days
Shipping carrier: DHL Parcel Connect
Free shipping on orders of €69 ormore
Otherwise, shipping costs start at €7.84
Germany & Europe
2 to 4 business days
Shipping carrier: DHL / DPD Classic
Free shipping on orders of €69 ormore
Otherwise, shipping costs start at €5.38
United Kingdom
3 business days
Shipping carrier: DPD / DHL Parcel Connect
Free shipping on orders of €99 ormore
Otherwise, shipping costs start at €9.79
United States
1 to 2 business days
Shipping carrier: UPS Express / Expedited
Free shipping on orders of €119 ormore
Otherwise, shipping fees start at €15.00
Canada
1 to 2 business days
Shipping carrier: UPS Saver / Expedited
. Free shipping on orders of €119or more
. Otherwise, shipping costs start at €17.88.
Overseas shipments (U.S. & Canada): High-priority express processing via the UPS global network, ensuring extremely fast delivery as soon as the package leaves our logistics center.
4

Import Taxes & Customs Duties

European Union
You will not be charged any additional customs duties for deliveries within the EU.
Outside the EU · UK / US / CA
Customs duties, brokerage fees, or local taxes may be imposed by the authorities in the destination country. These charges are the sole responsibility of the buyer and are beyond Vertige Tall’s control.

We recommend that you check with your country's customs authorities to plan for these potential fees.

5

Shipping Address & Liability

The customer agrees to verify the accuracy of the delivery information entered when placing the order (access code, street number, exact name on the mailbox).

In the event of a data entry error that prevents delivery or results in the package being returned to our Logiqom warehouse, the customer will be billed for the reshipment costs.

Is there an error in your address? Please contact us immediately at contact@vertigetall.com before the package is processed by our logistics team.

Do you have a question about your delivery?

Our customer service team tracks your package with you and responds to any shipping inquiries.

Contact Us