ย
Return & Refund Policy
We want you to glow with confidence. If you're not happy, we're here to help.
๐
14-Day Returns
If the serum doesn't suit your skin, return it within 14 days of delivery. Items must be in original packaging.
๐ณ
Quick Refunds
Once received, your refund is processed within 5-7 business days directly to your original payment method.
๐ก๏ธ
Damaged Items
Received a broken bottle? Contact us within 24 hours with a photo, and weโll send a replacement immediately.
.policy-container {
background-color: #FAF9F6; /* Off-white background */
padding: 50px 20px;
font-family: 'Poppins', sans-serif;
text-align: center;
border-radius: 15px;
max-width: 900px;
margin: 30px auto;
color: #333;
}
.policy-title {
font-family: 'Playfair Display', serif;
font-size: 36px;
color: #1a1a1a;
margin-bottom: 10px;
letter-spacing: 1px;
}
.policy-subtitle {
font-size: 16px;
color: #666;
margin-bottom: 40px;
font-weight: 300;
}
.policy-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin-bottom: 30px;
}
.policy-card {
background: #ffffff; /* Stark white cards */
padding: 30px;
border-radius: 12px;
box-shadow: 0 4px 15px rgba(0,0,0,0.03);
transition: transform 0.3s ease;
border: 1px solid #eee;
}
.policy-card:hover {
transform: translateY(-5px);
}
.icon {
font-size: 30px;
margin-bottom: 15px;
}
.policy-card h3 {
font-family: 'Playfair Display', serif;
font-size: 20px;
margin-bottom: 12px;
color: #222;
}
.policy-card p {
font-size: 14px;
line-height: 1.6;
color: #555;
}
.policy-footer {
font-size: 14px;
color: #888;
border-top: 1px solid #eee;
padding-top: 20px;
margin-top: 20px;
}
.policy-footer a {
color: #1a1a1a;
text-decoration: underline;
font-weight: 600;
}
/* Mobile Responsive */
@media (max-width: 600px) {
.policy-title { font-size: 28px; }
}