@import url('https://fonts.googleapis.com/css2?family=Fahkwang:wght@300;400;600&family=Lato:wght@300;400;700&display=swap');
.refund-page { font-family: 'Lato', sans-serif; color: #333; max-width: 860px; margin: 0 auto; }
.refund-hero { text-align: center; padding: 60px 5% 48px; border-bottom: 1px solid #EDE8E3; }
.refund-eyebrow { font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: #B89C94; font-weight: 700; margin-bottom: 12px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.refund-eyebrow::before, .refund-eyebrow::after { content: ''; width: 40px; height: 0.5px; background: #B89C94; display: inline-block; }
.refund-title { font-family: 'Fahkwang', serif; font-weight: 300; font-size: 42px; color: #4A3F35; letter-spacing: 0.02em; margin-bottom: 12px; line-height: 1.2; }
.refund-desc { font-size: 15px; color: #888; font-weight: 300; line-height: 1.9; max-width: 520px; margin: 0 auto; }
.refund-highlight-bar { background: #4A3F35; padding: 20px 5%; display: flex; gap: 32px; flex-wrap: wrap; justify-content: center; }
.refund-highlight-item { display: flex; align-items: center; gap: 10px; }
.refund-highlight-icon { font-size: 18px; }
.refund-highlight-text { font-size: 12px; color: #FAF7F4; font-family: 'Lato', sans-serif; font-weight: 300; letter-spacing: 0.05em; }
.refund-highlight-text strong { font-weight: 700; color: #B89C94; }
.refund-section { padding: 48px 5%; border-bottom: 1px solid #EDE8E3; }
.refund-section:last-of-type { border-bottom: none; }
.refund-section-eyebrow { font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: #B89C94; margin-bottom: 8px; display: flex; align-items: center; gap: 10px; }
.refund-section-eyebrow::before { content: ''; width: 30px; height: 0.5px; background: #B89C94; display: inline-block; }
.refund-section-title { font-family: 'Fahkwang', serif; font-weight: 300; font-size: 28px; color: #4A3F35; margin-bottom: 12px; }
.refund-section-desc { font-size: 14px; color: #555; font-weight: 300; line-height: 1.9; margin-bottom: 24px; }
.refund-steps { display: flex; flex-direction: column; gap: 0; margin: 24px 0; }
.refund-step { display: flex; gap: 20px; align-items: flex-start; padding: 20px 0; border-bottom: 1px solid #EDE8E3; }
.refund-step:last-child { border-bottom: none; }
.refund-step-num { font-family: 'Fahkwang', serif; font-size: 24px; color: #C2B7A3; font-weight: 300; min-width: 32px; }
.refund-step-content { flex: 1; }
.refund-step-title { font-size: 13px; font-weight: 700; color: #4A3F35; font-family: 'Lato', sans-serif; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 4px; }
.refund-step-desc { font-size: 13px; color: #666; font-family: 'Lato', sans-serif; line-height: 1.7; font-weight: 300; }
.refund-note { background: #f5f0eb; border-left: 3px solid #B89C94; padding: 16px 20px; margin: 20px 0; }
.refund-note p { margin: 0; font-size: 13px; color: #4A3F35; font-family: 'Lato', sans-serif; line-height: 1.8; font-weight: 300; }
.refund-note p strong { font-weight: 700; }
.refund-warning { background: #f5f0eb; border-left: 3px solid #4A3F35; padding: 20px 24px; margin: 24px 0; }
.refund-warning-title { font-size: 11px; font-weight: 700; color: #4A3F35; font-family: 'Lato', sans-serif; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 10px; }
.refund-warning p { margin: 0; font-size: 13px; color: #555; font-family: 'Lato', sans-serif; line-height: 1.8; font-weight: 300; }
.refund-info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 24px 0; }
.refund-info-card { background: #FAF7F4; border: 1px solid #EDE8E3; padding: 24px; }
.refund-info-card-icon { font-size: 24px; margin-bottom: 12px; }
.refund-info-card-title { font-size: 13px; font-weight: 700; color: #4A3F35; font-family: 'Lato', sans-serif; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 8px; }
.refund-info-card-desc { font-size: 13px; color: #666; font-family: 'Lato', sans-serif; line-height: 1.7; font-weight: 300; }
.refund-cta { background: #4A3F35; padding: 48px; text-align: center; margin: 0 0 48px; }
.refund-cta-title { font-family: 'Fahkwang', serif; font-weight: 300; font-size: 26px; color: #FAF7F4; margin-bottom: 8px; }
.refund-cta-desc { font-size: 14px; color: rgba(250,247,244,0.6); font-weight: 300; line-height: 1.9; margin-bottom: 24px; }
.refund-cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.refund-cta-btn-primary { display: inline-block; background: #B89C94; color: #FAF7F4; font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase; font-family: 'Lato', sans-serif; font-weight: 700; padding: 14px 32px; text-decoration: none; transition: background 0.2s ease; }
.refund-cta-btn-primary:hover { background: #C2B7A3; }
.refund-cta-btn-secondary { border: 1px solid rgba(250,247,244,0.3); color: #FAF7F4; font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase; font-family: 'Lato', sans-serif; font-weight: 700; padding: 14px 32px; text-decoration: none; display: inline-block; transition: all 0.2s ease; }
.refund-cta-btn-secondary:hover { border-color: #B89C94; color: #B89C94; }
@media (max-width: 600px) {
.refund-title { font-size: 30px; }
.refund-highlight-bar { gap: 16px; }
.refund-section-title { font-size: 22px; }
.refund-info-grid { grid-template-columns: 1fr; }
.refund-cta { padding: 32px 20px; }
.refund-cta-btns { flex-direction: column; align-items: center; }
}
Flair Scents Co.
Returns & Refund Policy
Each Flair Scents product is handcrafted with care. Please read our policy below — we're always here to make things right.
🤝
We're here to help hello@flairscentsco.com
📦
Damaged orders replaced at no cost
💳
Store credit for approved returns
Our Policy
↩️ Returns & Exchanges
At Flair Scents Co. each item is handcrafted with care and due to the nature of our products we do not accept returns or exchanges. We appreciate your understanding — this policy ensures the highest quality and hygiene standards for every customer.
Please Note
All sales are final. We do not accept returns or exchanges on candles, perfumes, diffusers, room sprays, essential oils or any other Flair Scents products unless the item arrives damaged due to shipping.
Damaged Orders
📦 What to Do if Your Order Arrives Damaged
If your order arrives damaged due to shipping we will send you a replacement at absolutely no additional cost. Here's what to do:
01
Take a Clear Photo
Photograph the damaged item clearly showing the damage. Include the packaging if it was also damaged in transit.
02
Contact Us Within 48 Hours
03
Dispose of the Product Safely
Please dispose of the damaged product safely. Do not attempt to use a damaged candle, diffuser or perfume bottle.
04
We'll Send a Replacement
Once we've reviewed your claim we'll ship a replacement to you at no additional cost. We want every Flair Scents experience to be perfect.
Exceptional Circumstances
💳 Store Credit
If a return is approved in exceptional circumstances the value of the goods will be issued as store credit rather than a cash refund.
✅
Store Credit Covers
The cost of the product(s) only. Store credit is issued to your account and can be used on any future Flair Scents purchase.
❌
Not Covered
Shipping fees are non-refundable and will not be included in any store credit issued. Original shipping costs cannot be recovered.
💡 Please note: Store credit is issued at our discretion in exceptional circumstances only. It is not a standard offering and is assessed on a case-by-case basis. Contact us at hello@flairscentsco.com to discuss your situation.
Order Management
✏️ Order Changes & Cancellations
Need to make a change to your order? Act fast — once an order has been shipped we are unable to make any changes or cancellations.
02
Act Within the Processing Window
Orders can typically be changed or cancelled during our 2–5 business day processing window. Once your order has shipped no changes can be made.
⚠️ Important
Once an order has been shipped we are unable to cancel or make any changes. Please double-check your shipping address and order details before completing your purchase.
Have a Question About Your Order?
We're always here to help. Reach out and we'll get back to you as quickly as possible.