π
Pricing Policy
We try our best to keep our prices fair and updated. However, prices may change due to market conditions, stock availability, or exchange rate fluctuations.
π·οΈ
Discount Policy
Only one discount can be used per order. If multiple discounts overlap by mistake, InnerStyle reserves the right to review, adjust, or cancel the order politely.
π³
Payment Options
We currently accept Cash on Delivery, bank transfer, and card payments. For orders above PKR 10,000, payment will be processed through bank deposit only.
π
Shipping Charges
Enjoy free shipping across Pakistan on orders above PKR 5,000. For orders below PKR 5,000, a standard shipping fee of PKR 250 will apply.
π¦
Order Dispatch
Once your order is confirmed, we aim to dispatch it within 48 hours. Youβll receive updates so you always know whatβs happening with your parcel.
π
Delivery Time
Metro city orders usually arrive within 4 to 5 working days. Smaller city orders may take around 6 to 7 working days depending on courier handling.
Order Tracking
Online tracking is available for confirmed orders. Once your parcel is shipped, you can follow its journey and stay updated with peace of mind.
.shipping-policy {
background: #fff8fa;
padding: 70px 16px;
font-family: Arial, sans-serif;
color: #2b2b2b;
}
.shipping-container {
max-width: 1100px;
margin: 0 auto;
}
.shipping-header {
text-align: center;
max-width: 800px;
margin: 0 auto 42px;
}
.shipping-header span {
display: inline-block;
color: #c05a73;
font-size: 14px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 10px;
}
.shipping-header h1 {
font-size: 40px;
line-height: 1.25;
margin: 0 0 14px;
color: #1f1f1f;
}
.shipping-header p {
font-size: 16.5px;
line-height: 1.8;
color: #555;
margin: 0;
}
.policy-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
}
.policy-card {
background: #ffffff;
padding: 28px;
border-radius: 20px;
border: 1px solid #f2d6dc;
box-shadow: 0 8px 24px rgba(192, 90, 115, 0.09);
transition: 0.3s ease;
}
.policy-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 30px rgba(192, 90, 115, 0.14);
}
.policy-icon {
width: 46px;
height: 46px;
background: #fff0f4;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 16px;
font-size: 22px;
}
.policy-card h2,
.tracking-box h2 {
font-size: 21px;
margin: 0 0 10px;
color: #c05a73;
}
.policy-card p,
.tracking-box p {
font-size: 15px;
line-height: 1.75;
color: #555;
margin: 0;
}
.tracking-box {
margin-top: 28px;
background: #ffffff;
padding: 30px;
border-radius: 22px;
text-align: center;
border: 1px solid #f2d6dc;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
@media (max-width: 900px) {
.policy-grid {
grid-template-columns: repeat(2, 1fr);
}
.shipping-header h1 {
font-size: 34px;
}
}
@media (max-width: 600px) {
.shipping-policy {
padding: 45px 14px;
}
.shipping-header {
text-align: left;
margin-bottom: 28px;
}
.shipping-header h1 {
font-size: 28px;
}
.shipping-header p {
font-size: 15px;
}
.policy-grid {
grid-template-columns: 1fr;
gap: 14px;
}
.policy-card {
padding: 22px;
border-radius: 16px;
}
.policy-card h2,
.tracking-box h2 {
font-size: 18px;
}
.policy-card p,
.tracking-box p {
font-size: 14px;
}
.tracking-box {
text-align: left;
padding: 22px;
border-radius: 16px;
}
}