ย
Fast & Reliable
Shipping Policy
From our warehouse to your doorstepโbeautiful skin is on its way.
7
Standard Delivery Time
All orders across Pakistan are delivered within 7 Business Days.
๐ฆ
Order Processing
Orders for Niacinamide, Retinol, and other serums are processed within 24-48 hours.
๐
Shipping Partners
We partner with premium couriers to ensure your Glow & Glamour products arrive safely.
๐
Order Tracking
Once dispatched, you will receive a tracking ID via SMS or Email to monitor your shipment.
*Please note: Delivery times may vary slightly during public holidays or high-demand sales events.
.shipping-wrapper {
background-color: #FAF9F6; /* Off-White Background */
padding: 60px 20px;
font-family: 'Montserrat', sans-serif;
color: #222;
}
.shipping-container {
max-width: 900px;
margin: 0 auto;
}
.shipping-header {
text-align: center;
margin-bottom: 50px;
}
.shipping-badge {
display: inline-block;
border: 1px solid #111;
padding: 4px 12px;
border-radius: 50px;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 15px;
}
.shipping-header h1 {
font-family: 'Playfair Display', serif;
font-size: 42px;
margin-bottom: 10px;
color: #111;
}
.shipping-header p {
font-weight: 300;
color: #666;
}
.shipping-main-card {
background: #FFFFFF; /* Pure White Card */
border-radius: 20px;
padding: 40px;
box-shadow: 0 10px 40px rgba(0,0,0,0.03);
border: 1px solid #efefef;
}
.delivery-highlight {
display: flex;
align-items: center;
background: #fdfdfd;
padding: 25px;
border-radius: 12px;
border: 1px dashed #ddd;
margin-bottom: 40px;
}
.days-circle {
background: #111;
color: #fff;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
font-size: 28px;
font-family: 'Playfair Display', serif;
margin-right: 20px;
flex-shrink: 0;
}
.highlight-text h3 {
margin: 0 0 5px 0;
font-size: 18px;
}
.highlight-text p {
margin: 0;
font-size: 14px;
color: #555;
}
.shipping-details-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 30px;
}
.step-box {
text-align: left;
}
.step-icon {
font-size: 24px;
margin-bottom: 15px;
}
.step-box h4 {
font-size: 16px;
margin-bottom: 10px;
color: #111;
}
.step-box p {
font-size: 13px;
line-height: 1.6;
color: #777;
}
.shipping-notice {
text-align: center;
margin-top: 30px;
font-size: 12px;
color: #999;
}
/* Mobile Responsive */
@media (max-width: 600px) {
.delivery-highlight { flex-direction: column; text-align: center; }
.days-circle { margin-right: 0; margin-bottom: 15px; }
.shipping-header h1 { font-size: 32px; }
}