Contact information
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300&family=Jost:wght@300;400;500&display=swap'); *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --gold: #C8973A; --gold-light: #E2B96A; --moss: #2A3D2E; --moss-dark: #1C2A1E; --sage: #6B8C6E; --cream: #F7F2E8; --cream-dark: #EDE8DC; --ink: #1a1a14; --text: #3D3D30; --muted: #7A7A6A; --border: rgba(200,151,58,.15); } body { font-family: 'Jost', system-ui, sans-serif; background: var(--cream); color: var(--ink); line-height: 1.7; } /* ── HEADER ── */ .page-header { background: var(--moss); padding: 64px 40px 56px; text-align: center; position: relative; overflow: hidden; } .page-header::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 600px 300px at 50% 120%, rgba(200,151,58,.08), transparent 60%); pointer-events: none; } .ph-mark { font-size: 28px; color: var(--gold); opacity: .5; margin-bottom: 14px; display: block; letter-spacing: 4px; } .ph-eye { font-size: 9px; font-weight: 500; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; } .ph-title { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 300; color: #fff; line-height: 1.05; margin-bottom: 12px; } .ph-title em { font-style: italic; color: var(--gold); } .ph-sub { font-size: 13px; font-weight: 300; color: rgba(255,255,255,.4); max-width: 440px; margin: 0 auto; line-height: 1.8; } .ph-rule { width: 48px; height: 1px; background: var(--gold); opacity: .3; margin: 18px auto 0; } /* ── LAYOUT ── */ .page-wrap { max-width: 900px; margin: 0 auto; padding: 56px 40px 80px; } /* ── MAIN GRID ── */ .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; margin-bottom: 48px; } /* ── CONTACT CARDS ── */ .contact-card { background: #fff; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; transition: border-color .2s, box-shadow .2s; } .contact-card:hover { border-color: rgba(200,151,58,.35); box-shadow: 0 4px 20px rgba(200,151,58,.08); } .cc-top { background: var(--moss); padding: 18px 22px; display: flex; align-items: center; gap: 12px; } .cc-icon { font-size: 20px; } .cc-label { font-size: 9px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); } .cc-body { padding: 20px 22px; } .cc-main { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 300; color: var(--moss); margin-bottom: 6px; } .cc-main a { color: var(--moss); text-decoration: none; transition: color .15s; } .cc-main a:hover { color: var(--gold); } .cc-note { font-size: 12px; font-weight: 300; color: var(--muted); line-height: 1.7; } /* ── LEFT COLUMN ── */ .left-col { display: flex; flex-direction: column; gap: 14px; } /* ── RIGHT COLUMN — FORM ── */ .form-card { background: #fff; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; } .form-header { background: var(--moss); padding: 18px 24px; display: flex; align-items: center; gap: 12px; } .fh-label { font-size: 9px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); } .form-body { padding: 24px; } .field-group { margin-bottom: 18px; } .field-label { display: block; font-size: 10px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--moss); margin-bottom: 7px; } .field-input { width: 100%; font-family: 'Jost', sans-serif; font-size: 13px; font-weight: 300; color: var(--ink); background: var(--cream); border: 1px solid var(--border); border-radius: 6px; padding: 11px 14px; outline: none; transition: border-color .2s; appearance: none; } .field-input:focus { border-color: var(--gold); background: #fff; } .field-input::placeholder { color: #B0A898; } textarea.field-input { resize: vertical; min-height: 110px; line-height: 1.7; } select.field-input { cursor: pointer; } .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; } .submit-btn { width: 100%; font-family: 'Jost', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--moss); background: var(--gold); border: none; border-radius: 6px; padding: 15px; cursor: pointer; transition: background .2s, transform .15s; margin-top: 4px; } .submit-btn:hover { background: var(--gold-light); transform: translateY(-1px); } .form-note { font-size: 11px; font-weight: 300; color: var(--muted); text-align: center; margin-top: 12px; line-height: 1.6; } /* ── RESPONSE TIME BANNER ── */ .response-banner { background: var(--moss); border-radius: 10px; padding: 20px 28px; display: flex; align-items: center; gap: 20px; margin-bottom: 40px; } .rb-icon { font-size: 24px; flex-shrink: 0; } .rb-title { font-size: 13px; font-weight: 500; color: #fff; margin-bottom: 3px; } .rb-note { font-size: 12px; font-weight: 300; color: rgba(255,255,255,.45); line-height: 1.6; } .rb-badge { margin-left: auto; flex-shrink: 0; font-size: 10px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); background: rgba(200,151,58,.1); border: 1px solid rgba(200,151,58,.25); border-radius: 20px; padding: 6px 16px; white-space: nowrap; } /* ── TOPIC CARDS ── */ .topics-section { margin-bottom: 40px; } .topics-eye { font-size: 9px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; } .topics-title { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 300; color: var(--moss); margin-bottom: 16px; } .topics-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; } .topic-card { background: #fff; border: 1px solid var(--border); border-radius: 10px; padding: 18px 18px 16px; transition: border-color .2s; } .topic-card:hover { border-color: rgba(200,151,58,.35); } .tc-icon { font-size: 20px; margin-bottom: 8px; display: block; } .tc-title { font-size: 12px; font-weight: 500; color: var(--moss); margin-bottom: 4px; text-transform: uppercase; letter-spacing: 1px; font-size: 10px; } .tc-body { font-size: 12px; font-weight: 300; color: var(--muted); line-height: 1.65; } .tc-link { display: inline-block; font-size: 10px; font-weight: 500; color: var(--gold); text-decoration: none; margin-top: 8px; letter-spacing: .5px; } .tc-link:hover { text-decoration: underline; } /* ── SOCIAL ROW ── */ .social-section { background: var(--cream-dark); border-radius: 12px; padding: 28px 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 40px; } .ss-left {} .ss-eye { font-size: 9px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; } .ss-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 300; color: var(--moss); margin-bottom: 4px; } .ss-note { font-size: 12px; font-weight: 300; color: var(--muted); } .social-btns { display: flex; gap: 10px; flex-wrap: wrap; } .social-btn { display: inline-flex; align-items: center; gap: 8px; font-family: 'Jost', sans-serif; font-size: 10px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; text-decoration: none; padding: 11px 20px; border-radius: 6px; transition: all .18s; } .sb-ig { background: var(--moss); color: #fff; border: 1px solid var(--moss); } .sb-ig:hover { background: var(--moss-dark); } .sb-fb { background: #fff; color: var(--moss); border: 1px solid var(--border); } .sb-fb:hover { border-color: var(--gold); color: var(--gold); } /* ── FAQ ROW ── */ .faq-row { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; } .fr-left {} .fr-eye { font-size: 9px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; } .fr-title { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 300; color: var(--moss); margin-bottom: 4px; } .fr-note { font-size: 12px; font-weight: 300; color: var(--muted); line-height: 1.6; max-width: 400px; } .fr-btn { display: inline-flex; align-items: center; gap: 8px; font-family: 'Jost', sans-serif; font-size: 10px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: var(--moss); background: var(--gold); text-decoration: none; padding: 12px 24px; border-radius: 6px; transition: background .18s; white-space: nowrap; flex-shrink: 0; } .fr-btn:hover { background: var(--gold-light); } /* ── SUCCESS MESSAGE ── */ .success-msg { display: none; background: #F0FDF4; border: 1px solid rgba(22,101,52,.2); border-radius: 8px; padding: 16px 18px; font-size: 13px; font-weight: 300; color: #166534; line-height: 1.7; margin-top: 14px; text-align: center; } /* ── FOOTER ── */ .page-footer { background: var(--moss); padding: 24px 40px; text-align: center; } .pf-brand { font-family: 'Cormorant Garamond', serif; font-size: 15px; letter-spacing: 5px; text-transform: uppercase; color: var(--gold); opacity: .6; margin-bottom: 6px; } .pf-note { font-size: 10px; font-weight: 300; color: rgba(255,255,255,.2); line-height: 1.7; } .pf-note a { color: rgba(255,255,255,.3); text-decoration: none; } @media(max-width:760px){ .contact-grid { grid-template-columns: 1fr; } .field-row { grid-template-columns: 1fr; } .topics-grid { grid-template-columns: 1fr 1fr; } .response-banner { flex-wrap: wrap; } .rb-badge { margin-left: 0; } .social-section { flex-direction: column; align-items: flex-start; } .page-wrap { padding: 36px 20px 60px; } .page-header { padding: 48px 20px 44px; } } @media(max-width:480px){ .topics-grid { grid-template-columns: 1fr; } .ph-title { font-size: 36px; } }
✦
We'd love to
Solavène LLC · Tampa, Florida
We'd love to
hear from you.
We are a small business and we respond to every message personally. Whatever's on your mind — reach out.
Email — Best Way to Reach Us
For orders, returns, product questions, wholesale inquiries, or anything else. We aim to respond within 1–2 business days.
Website
Shop our full product line, explore the Education Hub, and read our botanical formulation philosophy.
Location
Tampa, Florida
We are an e-commerce business. We do not have a retail storefront at this time. All orders ship from Tampa, FL.
Social Media
@solavenebotanicals
Follow us on Instagram and Facebook for product updates, botanical education, and wellness content. DMs are welcome but email gets the fastest response.
Business Hours
Monday – Friday · 9am – 5pm EST
Closed weekends and major US holidays.
Emails received outside business hours are answered the next business day.
Closed weekends and major US holidays.
Emails received outside business hours are answered the next business day.
💬
Send Us a Message
Fill out the form below and we'll get back to you within 1–2 business days. For faster service on order issues, include your order number.
First Name
Last Name
Email Address
Order Number (optional — for order-related questions)
Topic
Select a topic...
Order status or tracking
Return or refund request
Product question
Ingredient or formulation question
Wholesale or partnership inquiry
General question
Other
Message
Send Message →
✓ Thank you — your message has been sent. We'll be in touch within 1–2 business days.
Or email us directly at info@solavenebotanicals.com
What Can We Help With
Common reasons people reach out
Order & Shipping
Questions about your order status, tracking, estimated delivery, or a package that hasn't arrived.
Shipping Policy →
Returns & Refunds
Want to return a product or request a refund? Review our policy first, then reach out with your order number.
Refund Policy →
Product Questions
Questions about ingredients, formulations, how to use a product, or whether it's right for you.
Education Hub →
Wholesale
Interested in carrying Solavène products in your store, spa, or practice? We'd love to hear from you.
Email Us →
Press & Partnerships
Media inquiries, collaboration requests, or influencer partnerships — reach out and introduce yourself.
Get in Touch →
Anything Else
Something on your mind that doesn't fit neatly into a category? Just email us. We read everything.
Email Us →
Before You Email
Check our Education Hub
Many product and ingredient questions are answered in our Education Hub — including detailed information on triggers, nutrition, foods, and how our botanicals work.