⏱️
Delivery Time
2-5 days standard delivery. Prepaid orders receive priority processing for faster delivery.
📦
Delivery Charges
PKR 200 per order. FREE delivery on orders above PKR 5,000.
⭐
Prepaid Priority
Prepaid orders get priority handling. Pay upfront to get your nails delivered even faster!
Shipping Details
Standard Delivery: 2-5 business days after order placement
Prepaid Orders: Priority processing with faster delivery
Free Shipping: All orders above PKR 5,000
Delivery Charge: PKR 200 for orders under PKR 5,000
Important Notes
- All deliveries are made within Pakistan
- Delivery times may vary during peak seasons
- Track your order via email/WhatsApp updates
- For urgent queries, contact us on Instagram or WhatsApp
.policy-section {
background: linear-gradient(135deg, #faf8f6 0%, #f5f0f0 100%);
padding: 60px 20px;
}
.policy-wrapper {
max-width: 900px;
margin: 0 auto;
}
.policy-header {
text-align: center;
margin-bottom: 50px;
}
.policy-subtitle {
font-size: 18px;
color: #888;
margin: 0;
font-weight: 400;
}
.policy-cards {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
margin-bottom: 50px;
}
.policy-card {
background: white;
padding: 32px 26px;
border: 1px solid #ede4df;
border-radius: 6px;
text-align: center;
transition: all 0.3s ease;
}
.policy-card:hover {
border-color: #c9b5ac;
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
transform: translateY(-3px);
}
.policy-icon {
font-size: 36px;
margin-bottom: 16px;
}
.policy-card h3 {
font-size: 14px;
font-weight: 700;
color: #2d1f1a;
margin: 0 0 12px 0;
text-transform: uppercase;
letter-spacing: 0.8px;
}
.policy-card p {
font-size: 13px;
color: #666;
line-height: 1.6;
margin: 0;
}
.policy-details {
background: white;
padding: 40px 30px;
border: 1px solid #ede4df;
border-radius: 6px;
margin-bottom: 30px;
}
.policy-details h3 {
font-size: 14px;
font-weight: 700;
color: #2d1f1a;
text-transform: uppercase;
letter-spacing: 0.8px;
margin: 0 0 24px 0;
text-align: center;
}
.info-box {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 16px;
}
.info-box p {
font-size: 13px;
color: #666;
line-height: 1.6;
margin: 0;
padding: 12px;
background: #faf8f6;
border-radius: 4px;
}
.info-box strong {
color: #8b6f63;
font-weight: 600;
}
.policy-info {
background: white;
padding: 40px 30px;
border: 1px solid #ede4df;
border-radius: 6px;
margin-bottom: 30px;
}
.policy-info h3 {
font-size: 14px;
font-weight: 700;
color: #2d1f1a;
text-transform: uppercase;
letter-spacing: 0.8px;
margin: 0 0 18px 0;
}
.policy-info ul {
list-style: none;
padding: 0;
margin: 0;
}
.policy-info li {
font-size: 13px;
color: #666;
line-height: 1.8;
padding: 8px 0;
padding-left: 20px;
position: relative;
}
.policy-info li:before {
content: "→";
position: absolute;
left: 0;
color: #8b6f63;
font-weight: 600;
}
.policy-contact {
background: white;
padding: 32px 26px;
border: 1px solid #ede4df;
border-radius: 6px;
text-align: center;
}
.policy-contact p {
font-size: 13px;
color: #666;
margin: 0;
line-height: 1.6;
}
.policy-contact a {
color: #8b6f63;
text-decoration: none;
font-weight: 600;
transition: color 0.3s ease;
}
.policy-contact a:hover {
color: #c9b5ac;
}
@media (max-width: 768px) {
.policy-section {
padding: 40px 15px;
}
.policy-cards {
grid-template-columns: 1fr;
gap: 18px;
margin-bottom: 40px;
}
.policy-card {
padding: 26px 22px;
}
.policy-details,
.policy-info {
padding: 32px 22px;
}
.info-box {
grid-template-columns: 1fr;
gap: 12px;
}
.policy-contact {
padding: 26px 22px;
}
}