CBD Shop Lausanne

Green Passion
tem { padding: 20px 0; border-right: 1px solid #e2e2e2; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 2px; } .stat-item:last-child { border-right: none; } .stat-num { font-size: 22px; font-weight: 800; color: #111111; } .stat-label { font-size: 11px; color: #6b6b6b; font-weight: 500; letter-spacing: 0.02em; } /* ── SECTION BASE ── */ section { padding: 80px 24px; } .container { max-width: 1200px; margin: 0 auto; } .section-header { margin-bottom: 48px; } .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #6b6b6b; margin-bottom: 10px; } .section-title { font-size: clamp(24px, 3.5vw, 38px); font-weight: 800; line-height: 1.1; color: #111111; letter-spacing: -0.02em; } .section-lead { font-size: 16px; color: #6b6b6b; line-height: 1.7; margin-top: 12px; max-width: 560px; font-weight: 300; } /* ── PRODUCTS ── */ .products-section { background: #f7f7f5; border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; } .products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; } .product-card { background: #fff; text-decoration: none; display: flex; flex-direction: column; border-radius: 10px; overflow: hidden; border: 1px solid #e2e2e2; } .product-img { height: 220px; display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; padding: 20px; background: #f7f7f5; } .product-img img { max-height: 180px; max-width: 100%; object-fit: contain; display: block; } .product-badge-tag { position: absolute; top: 12px; left: 12px; background: #111111; color: #fff; font-size: 10px; font-weight: 700; padding: 3px 8px; letter-spacing: 0.06em; text-transform: uppercase; } .product-body { padding: 20px 22px; flex: 1; display: flex; flex-direction: column; } .product-body-blueten { background: #c8dbb0; } .product-body-oil { background: #a8cdd4; } .product-body-hash { background: #c4a882; } .product-body-pre { background: #c8dbb0; } .product-cat { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(0,0,0,0.5); margin-bottom: 6px; } .product-name { font-size: 17px; font-weight: 700; color: #111111; margin-bottom: 8px; line-height: 1.2; } .product-desc { font-size: 13px; color: rgba(0,0,0,0.6); line-height: 1.55; flex: 1; margin-bottom: 16px; font-weight: 400; } .product-footer { display: flex; align-items: center; justify-content: space-between; } .product-price { font-size: 15px; font-weight: 600; color: #111111; } .product-price span { font-size: 12px; font-weight: 400; color: rgba(0,0,0,0.5); } .product-link { font-size: 12px; font-weight: 600; color: #111111; text-decoration: none; letter-spacing: 0.05em; display: flex; align-items: center; gap: 4px; } .product-link::after { content: '→'; } /* ── WHY ── */ .why-section { background: #fff; border-top: 1px solid #e2e2e2; } .why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; } @media (max-width: 768px) { .why-grid { grid-template-columns: 1fr; gap: 48px; } } .why-points { display: flex; flex-direction: column; } .why-point { display: flex; gap: 20px; padding: 28px 0; border-bottom: 1px solid #e2e2e2; } .why-point:first-child { padding-top: 0; } .why-point:last-child { border-bottom: none; padding-bottom: 0; } .why-num { font-size: 12px; font-weight: 800; color: #6b6b6b; letter-spacing: 0.1em; min-width: 28px; padding-top: 2px; } .why-content p strong { font-size: 16px; font-weight: 700; color: #111111; display: block; margin-bottom: 6px; } .why-content p { font-size: 14px; color: #6b6b6b; line-height: 1.65; font-weight: 300; } .why-cert { background: #f7f7f5; border: 1px solid #e2e2e2; padding: 40px; } .why-cert-title { font-size: 20px; font-weight: 800; color: #111111; margin-bottom: 28px; letter-spacing: -0.01em; } .cert-list { display: flex; flex-direction: column; } .cert-item { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid #e2e2e2; font-size: 13px; color: #333333; } .cert-item:last-child { border-bottom: none; } .cert-check { width: 20px; height: 20px; border: 1.5px solid #3d8b5a; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .cert-check svg { width: 10px; height: 10px; stroke: #3d8b5a; fill: none; stroke-width: 2.5; } /* ── SEO CONTENT ── */ .content-section { background: #f7f7f5; border-top: 1px solid #e2e2e2; } .content-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 64px; align-items: start; } @media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; } } .seo-text h2 { font-size: clamp(20px, 2.5vw, 26px); font-weight: 800; color: #111111; margin-top: 44px; margin-bottom: 14px; line-height: 1.2; letter-spacing: -0.01em; } .seo-text h2:first-child { margin-top: 0; } .seo-text h3 { font-size: 18px; font-weight: 700; color: #111111; margin-top: 32px; margin-bottom: 10px; } .seo-text p { font-size: 15px; color: #6b6b6b; line-height: 1.8; margin-bottom: 16px; font-weight: 300; } .seo-text ul { list-style: none; margin: 14px 0 20px; display: flex; flex-direction: column; gap: 12px; } .seo-text ul li { font-size: 15px; color: #6b6b6b; line-height: 1.7; font-weight: 300; padding-left: 20px; position: relative; } .seo-text ul li::before { content: '—'; color: #111111; position: absolute; left: 0; } .seo-text a, .seo-text ul li a { color: inherit; text-decoration: underline; text-underline-offset: 2px; } .sidebar { display: flex; flex-direction: column; gap: 16px; } .sidebar-block { background: #fff; border: 1px solid #e2e2e2; padding: 24px; } .sidebar-label { font-size: 14px; font-weight: 800; color: #111111; margin-bottom: 16px; letter-spacing: -0.01em; } .delivery-rows { display: flex; flex-direction: column; gap: 10px; } .delivery-row { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: #6b6b6b; line-height: 1.5; font-weight: 300; } .delivery-row::before { content: '→'; color: #111111; flex-shrink: 0; } .sidebar-links { display: flex; flex-direction: column; } .sidebar-link { display: flex; align-items: center; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid #e2e2e2; text-decoration: none; font-size: 13px; font-weight: 500; color: #111111; } .sidebar-link:last-child { border-bottom: none; } .sidebar-link::after { content: '→'; font-size: 12px; color: #6b6b6b; } /* ── FAQ ── */ .faq-section { background: #fff; border-top: 1px solid #e2e2e2; } .faq-list { display: flex; flex-direction: column; max-width: 760px; } .faq-item { border-bottom: 1px solid #e2e2e2; } .faq-item:first-child { border-top: 1px so
Green Passion — Since 2016

CBD Shop Lausanne —
Buy premium CBD.

Lab-tested CBD flowers, oils, and hash from Switzerland — order online and get discreet delivery in Lausanne the next business day.

BAG-registered
Lab-tested
Discreet delivery
Swiss cultivation
Since 2016 In Switzerland
100% Legal & BAG-registered
< 1% THC Lab-tested
Next Day Delivery Lausanne

Bestseller in Lausanne

Most popular products

All products come from controlled Swiss cultivation, are lab-tested, and registered with the BAG.

png"/> Bestseller
CBD Flowers
Indoor & Outdoor Flowers

Hand-harvested Swiss CBD flowers — indoor, greenhouse, and outdoor. Up to 23% CBD, under 1% THC, fully traceable.

CBD Oil – Full Spectrum 10%
CBD Oil
Full Spectrum CBD Oils

CO&sub2;-extracted, natural terpene profile. Available in various strengths from 10% to 30% — also available as huile cbd suisse.

CBD Hash – Black Afghan
CBD Hash
Premium CBD Hashish

Hand-pressed CBD hashish from Swiss hemp. Aromatic, high CBD content, natural terpene profile — available in creamy, crumbly, and powdery textures.

CBD Pre-Rolls – Coated Supreme Joint Top
CBD Pre-Rolls
Ready-rolled CBD Joints

Hand-rolled CBD pre-rolls from our premium flowers. Perfect for on the go in Lausanne — ready to enjoy right away, no preparation needed.

Why Green Passion

Why Green Passion?

01

100% Swiss Quality

Our CBD flowers come from controlled Swiss cultivation — no pesticides, no herbicides, fully traceable from seed to packaging. For Lausanne and all of Romandy.

02

Lab-tested & BAG-registered

Every product is tested in an accredited Swiss lab for THC and CBD content, heavy metals, and pesticides. All products are registered with the Federal Office of Public Health.

03

Next-day delivery in the region

Order on weekdays by 2:00 pm — your package will be discreetly in your mailbox the next working day. Green Passion delivers to Lausanne, Pully, Renens, Morges, and Yverdon. Free from CHF 100.

04

100% Legal in Switzerland

Buying CBD is completely legal in Switzerland as long as the THC content is below 1%. All our products meet this requirement — clear, transparent, no grey area.

Every product.
Fully tested.
Accredited Swiss lab — THC & CBD analysis
Registered with the Federal Office of Public Health (BAG)
Tested free from heavy metals & pesticides
Microbiological quality testing
Complete analysis certificate (CoA) for every batch
Over 50,000 satisfied customers throughout Switzerland

CBD Shop Lausanne — what you need to know

Lausanne is one of the most vibrant cities in western Switzerland — and the demand for high-quality CBD products keeps growing here. As an online CBD shop, Green Passion has been supplying customers in Lausanne, the entire agglomeration, and the canton of Vaud with lab-tested Swiss CBD products since 2016. Orders are placed online, delivered the next working day — discreetly, straight to your mailbox.

Every product is analyzed in an accredited Swiss lab and comes with a complete certificate (CoA). Registration with the Federal Office of Public Health (BAG) has been completed for all products in the range.

Is CBD legal in Lausanne?

Yes, absolutely. CBD is legal in Switzerland as long as the THC content is below 1% — this is set by law in the Narcotics Act

elgesetz (BetmG) regulated. Customers in Lausanne can buy, possess, and use CBD with peace of mind — order online, next-day delivery to Lausanne included.

Switzerland has especially clear CBD regulations compared to the rest of Europe. This applies to CBD flowers, CBD oil, CBD hash, CBD vapes, and all other products — as long as the THC content is below 1%.

Which CBD can you order in Lausanne?

Green Passion delivers the full CBD range to Lausanne and all of Romandy:

  • CBD flowers: Indoor, Greenhouse, and Outdoor — hand-harvested Swiss quality with up to 23% CBD, under 1% THC
  • CBD oil: Full spectrum and broad spectrum, CO₂-extracted, in strengths from 5% to 40% — also known in French as huile cbd suisse
  • CBD hash: Hand-pressed CBD hashish from Swiss hemp, in creamy, crumbly, and powdery textures
  • CBD pre-rolls: Hand-rolled joints made from premium flowers — ready to enjoy right away
  • CBD vapes & cartridges: For a quick and discreet way to use

Delivery to Lausanne — how fast?

Orders placed on weekdays by 2:00 pm are shipped the same day. Delivery to Lausanne usually arrives the next business day — discreetly packaged, with no indication of the contents. Shipping to Lausanne is free for orders over CHF 100.

Indoor vs. outdoor flowers — which is right for you?

Indoor CBD flowers are grown under controlled conditions — dense, aromatic flowers with an intense terpene profile, ideal for experienced users in Lausanne. Outdoor flowers grow in natural Swiss sunlight — more natural in character, a more affordable introduction. Greenhouse combines the best of both worlds.

If you're new to CBD in Lausanne, our outdoor varieties offer an easy way to get started.

CBD oil — huile cbd suisse or isolate?

Full spectrum CBD oil — often called huile cbd suisse in Romandy — contains all the natural cannabinoids, terpenes, and flavonoids of the hemp plant. Many customers in Lausanne appreciate this so-called entourage effect. Broad spectrum oil is THC-free, pure CBD isolate offers the most concentrated form with 99%+ CBD.

Delivery area — where does Green Passion deliver?

Green Passion delivers to Lausanne and the entire Vaud region: Pully, Renens, Prilly, Bussigny, Chavannes, Ecublens, St-Sulpice, Morges, Nyon, Rolle, Vevey, Montreux, and Yverdon-les-Bains — delivery usually takes one business day.

Frequently asked questions

Frequently asked questions

The most common questions from our Lausanne customers — answered clearly and directly.

Is it legal to buy CBD in Lausanne?+
Yes, completely legal. In Switzerland, CBD is legal as long as the THC content is below 1%. All products from Green Passion are registered with the Federal Office of Public Health, tested by accredited laboratories, and contain less than 1% THC. You can buy, possess, and use CBD in Lausanne with peace of mind — online or with home delivery.
How fast is the delivery?+
Orders placed on weekdays by 2:00 pm are shipped the same day. Delivery to Lausanne usually arrives the next business day by post. The package is discreetly packaged — with no indication of sender or contents.
How much does shipping to Lausanne cost?+
Shipping to Lausanne is free for orders over CHF 100. For smaller orders, a flat shipping fee applies.
ss="faq-item"> Does Green Passion deliver to Pully, Renens, Morges or Yverdon?+
Yes, Green Passion delivers throughout the Lausanne region and the canton of Vaud — to Pully, Renens, Prilly, Morges, Nyon, Rolle, Vevey, Montreux, and Yverdon-les-Bains. Delivery usually takes one business day.
Which CBD product is right for me?+
That depends on what you prefer. Beginners often start with CBD oil (5–10%) or outdoor blossoms — affordable and easy to dose. More experienced users often choose indoor blossoms with higher CBD content or stronger oils from 20%. If you have questions, our team is happy to help.
What's the difference between indoor and outdoor CBD blossoms?+
Indoor blossoms grow under controlled conditions with precise lighting and temperature — the result is dense, aromatic blossoms with especially high CBD content. Outdoor blossoms grow in natural Swiss sunlight — more natural in character, often with a broader terpene profile and at a better price. Greenhouse offers the best of both worlds.
Can I smoke CBD blossoms in Lausanne?+
CBD blossoms are legally sold and possessed in Switzerland as a pleasure product. General smoking bans apply in public places (indoors, restaurants, etc.). Outdoors, it's generally allowed — as always, be considerate of those around you.

Swiss CBD — delivered discreetly.

Swiss quality, lab-tested and delivered discreetly. In your mailbox tomorrow.