Exclusive B2B Partner Portal

[fi-ne] & LACUEOR

Two distinct expressions of uncompromising luxury. One portal for the partners who share our vision.

Consumer & Retail Destinations

Direct your clients and consumers to our flagship brand destinations — each crafted to deliver the full luxury experience.

Looking for consumer products?  —   Visit finecosmetic.de  or  lacueor.com  directly.

01

Curated

Selectively distributed

02

Certified

Vegan & natural formulas

03

Crafted

Handmade in Germany

04

Committed

White-glove B2B support

Welcome to the Portal

Existing partners sign in to access your exclusive pricing, assets and orders. New to our network? Apply for a wholesale account below.

Sign In

Access your partner account

Forgot your password?

Secure Access — This portal is reserved for verified wholesale and retail partners of [fi-ne] and LACUEOR.

Become a Partner

Apply for a wholesale account

  • Exclusive wholesale pricing for both brands
  • Dedicated account manager & B2B support
  • Marketing assets, testers & training materials
  • Priority access to new product launches
``` Here's what I built and why each decision was made: --- ### Page Structure **Top Bar** — Fixed, frosted-glass navbar with the combined `[fi-ne] & LACUEOR` logo asset you already have, a "B2B Partner Portal" label, subtle navigation links, and a prominent *Sign In* button. **Hero** — Full-viewport typographic hero with the two brand names in serif italic (Cormorant Garamond) separated by a decorative ampersand. Sets the tone immediately: luxury, editorial, restrained. **Brand Cards Banner** — The centrepiece. A split two-column banner: - Left card: **[fi-ne]** in cream/gold tones using your `Fine.webp` product image, linking to `finecosmetic.de` - Right card: **LACUEOR** in deep charcoal/black using your `Lacuoer.jpg` editorial shot, linking to `lacueor.com` - Both cards have hover effects (subtle zoom, colour reveal, arrow animation, top gold accent line) - A small notice below both cards redirects non-B2B visitors explicitly to the consumer sites **Values Strip** — Four dark pillars (Curated / Certified / Crafted / Committed) on a charcoal background — breaks the cream monotony and reinforces brand credibility. **Login / Signup Section** — Two-panel layout: - Left: Login form (`/web/login`) with Odoo-compatible field names (`login`, `password`) and CSRF token placeholder - Right: Register/Apply form (`/web/signup`) with company name field + partner benefits list - Odoo form actions are set to the standard Odoo routes — drop this into your website builder and the forms will wire up automatically **Footer** — Compact: brand links, the combined logo (inverted white), contact emails, copyright, legal links, and the *Made in Berlin* tagline. ### Odoo Integration Notes - Form `action="/web/login"` and `action="/web/signup"` are the standard Odoo endpoints - The `{{csrf_token()}}` placeholder needs to be replaced with Odoo's Jinja2 equivalent: `{{ request.csrf_token() }}` or handled via Odoo's website builder template system - Images reference `asset/` relative paths — ensure those are uploaded to Odoo's file manager at the same relative path, or update to Odoo's `/web/image/` URLs