Informativa sulle spedizioni

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --gold: #C9A96E; --gold-dark: #b89558; --gold-light: #e8d5b0; --gold-pale: #fdf8f0; --dark: #2E1F0E; --mid: #8A6A4A; --mid-soft: #8a7859; --mid-dark: #5a4a38; --white: #ffffff; } body { font-family: Georgia, 'Times New Roman', serif; color: var(--dark); background: #f7f2ea; line-height: 1.6; } .page { max-width: 820px; margin: 0 auto; padding: 2rem 1.2rem 4rem; } /* ── HEADER ── */ header { text-align: center; padding: 3rem 1.5rem 2.5rem; border-bottom: 1px solid var(--gold-light); margin-bottom: 3rem; } .ornament { color: var(--gold); font-size: 0.9rem; letter-spacing: 0.8em; margin-bottom: 1.2rem; } .eyebrow { font-family: 'Helvetica Neue', Helvetica, sans-serif; font-size: 0.7rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 0.8rem; } h1 { font-family: Georgia, serif; font-size: 2.5rem; font-weight: 400; color: var(--dark); letter-spacing: 0.02em; line-height: 1.15; margin-bottom: 1rem; } h1 em { font-style: italic; color: var(--gold); font-weight: 400; } .subtitle { font-family: 'Helvetica Neue', Helvetica, sans-serif; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mid-soft); font-weight: 400; } /* ── INTRO ── */ .intro { font-family: Georgia, serif; font-size: 1.05rem; font-style: italic; color: var(--dark); text-align: center; max-width: 680px; margin: 0 auto 2rem; line-height: 1.7; padding: 0 1rem; } .intro strong { font-style: normal; color: var(--gold); font-weight: 400; } /* ── BANNER LIVRAISON OFFERTE ── */ .banner { display: flex; align-items: center; gap: 1rem; background: var(--gold-pale); border: 1px solid var(--gold-light); border-left: 4px solid var(--gold); padding: 1rem 1.4rem; margin-bottom: 3rem; } .banner-icon { font-size: 1.4rem; flex-shrink: 0; } .banner-text strong { display: block; font-family: Georgia, serif; font-size: 0.95rem; font-weight: 600; color: var(--dark); margin-bottom: 0.15rem; } .banner-text span { font-family: 'Helvetica Neue', Helvetica, sans-serif; font-size: 0.78rem; color: var(--mid-dark); } /* ── SECTION HEADER ── */ .section-head { background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%); padding: 0.9rem 1.6rem; } .section-head h2 { font-family: 'Helvetica Neue', Helvetica, sans-serif; font-size: 0.82rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--white); font-weight: 600; margin: 0; } /* ── TABLE BLOCK ── */ .table-block { border: 1px solid var(--gold-light); border-radius: 2px; overflow: hidden; margin-bottom: 1.5rem; } table { width: 100%; border-collapse: collapse; } thead tr { background: var(--gold-pale); border-bottom: 2px solid var(--gold); } thead th { padding: 0.8rem 1rem; font-family: 'Helvetica Neue', Helvetica, sans-serif; font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mid); font-weight: 600; text-align: left; } thead th:not(:first-child) { text-align: center; border-left: 1px solid var(--gold-light); } .col-mode { display: block; font-size: 1rem; margin-bottom: 0.2rem; } tbody tr { background: var(--white); } tbody tr:nth-child(even) { background: var(--gold-pale); } tbody tr { border-bottom: 1px solid #f0e4d0; } tbody tr:last-child { border-bottom: none; } tbody td { padding: 1rem; vertical-align: middle; } tbody td:not(:first-child) { border-left: 1px solid var(--gold-light); text-align: center; } .dest { font-family: Georgia, serif; font-size: 0.95rem; font-weight: 600; color: var(--dark); } .delay-val { display: block; font-family: Georgia, serif; font-size: 1.1rem; font-weight: 700; color: var(--gold); line-height: 1.2; } .carrier { display: block; font-family: 'Helvetica Neue', Helvetica, sans-serif; font-size: 0.67rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--mid-soft); margin-top: 0.25rem; font-weight: 400; } .unavail { font-family: Georgia, serif; font-size: 0.78rem; font-style: italic; color: var(--gold-light); } /* ── NOTE ── */ .note { background: var(--gold-pale); border-left: 3px solid var(--gold); padding: 1rem 1.2rem; margin-bottom: 2.5rem; font-family: Georgia, serif; font-size: 0.85rem; color: var(--mid-dark); line-height: 1.6; } .note p + p { margin-top: 0.6rem; } /* ── FEATURE CARDS ── */ .features { display: flex; gap: 1rem; margin-bottom: 2.5rem; } .feature-card { flex: 1; background: var(--white); border: 1px solid var(--gold-light); padding: 1.5rem 1.2rem; text-align: center; border-radius: 2px; } .feature-card .icon { font-size: 1.5rem; display: block; margin-bottom: 0.6rem; } .feature-card h3 { font-family: Georgia, serif; font-size: 0.9rem; font-weight: 600; color: var(--dark); margin-bottom: 0.5rem; } .feature-card p { font-family: 'Helvetica Neue', Helvetica, sans-serif; font-size: 0.78rem; color: var(--mid-dark); line-height: 1.55; } /* ── FOOTER ── */ footer { text-align: center; padding: 2rem; background: var(--dark); border-radius: 2px; } footer p { font-family: Georgia, serif; font-size: 1.1rem; color: var(--gold); margin-bottom: 1rem; letter-spacing: 0.02em; } footer a { font-family: 'Helvetica Neue', Helvetica, sans-serif; font-size: 0.78rem; color: var(--white); text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 2px; letter-spacing: 0.06em; transition: color 0.2s; } footer a:hover { color: var(--gold); } @media (max-width: 560px) { h1 { font-size: 1.9rem; } .features { flex-direction: column; } thead th { font-size: 0.55rem; padding: 0.7rem 0.6rem; } tbody td { padding: 0.8rem 0.6rem; } }

Luxury Caftan

Livraison & délais

Expédition depuis la France — Stock propre — Soigneusement emballé

Chaque commande est préparée sous 24h à 48h et expédiée avec soin depuis notre stock en France. Livraison gratuite sur toute la boutique.

Délais de livraison estimés

Destination 🏠 Domicile 📦 Point Relais
🇫🇷 France 2 jours Colissimo 3–5 jours Mondial Relay
🇧🇪 🇱🇺 🇳🇱 🇪🇸 Benelux / Espagne 3–6 jours Mondial Relay 3–6 jours Mondial Relay
🇮🇹 🇩🇪 Italie / Allemagne 4–6 jours Mondial Relay Non disponible
🇨🇭 Suisse 3–8 jours Colissimo Non disponible

Temps de préparation : Vos commandes sont expédiées sous 24h à 48h ouvrées. Les délais ci-dessus s'appliquent une fois le colis remis au transporteur.

Suivi : Un numéro de suivi vous est transmis par email dès l'expédition pour suivre votre colis en temps réel.

📦

Stock en France

Produits prêts à être expédiés immédiatement, sans délai d'approvisionnement.

🛡️

Envoi Sécurisé

Emballage soigné pour protéger vos Caftans tout au long du voyage.

📧

Suivi par Email

Un lien de suivi envoyé dès l'expédition pour suivre votre commande.

Une question sur votre commande ?

contact@luxury-caftan.com