Shipping policy

.page { background: #1a1a1a; color: #e0e0e0; font-family: 'Poppins', sans-serif; } /* SOCIAL TOP */ .top-social { position: fixed; top: 20px; right: 30px; display: flex; gap: 15px; z-index: 1000; } .social-btn { text-decoration: none; color: white; padding: 10px 20px; border-radius: 25px; font-size: 14px; transition: 0.3s; } .fb { background: #1877f2; } .fb:hover { background: #0f5dcf; } .ig { background: #e1306c; } .ig:hover { background: #b91c5c; } .title { font-size: 50px; color: #ccc; letter-spacing: 2px; transition: 0.4s; } .title:hover { color: #fff; transform: scale(1.05); } /* CONTENT */ .content { padding: 80px 10%; max-width: 900px; margin: auto; } .block { margin-bottom: 30px; padding: 25px; border-radius: 15px; background: #222; transition: 0.4s; } .block:hover { background: #2a2a2a; transform: translateY(-5px); } .block span { display: block; font-size: 18px; color: #d4af37; margin-bottom: 10px; } .block p { color: #bbb; line-height: 2; font-size: 15px; } .highlight { color: #fff; }
Shipping & Delivery

We provide delivery across all governorates in Egypt. Orders are delivered within 5 to 10 business days, ensuring quality handling and safe arrival.

Delivery Coverage

No matter where you are in Egypt, we’ve got you covered. Our shipping service reaches every location with reliability and care.

Inspection Upon Delivery

You can inspect your order while the courier is present. This allows you to ensure everything meets your expectations before completing the purchase.

Exchange Policy

We offer exchange within 3 days from receiving your order. Items must be in original condition, unused, and with all tags intact.

Returns & Conditions

Returns are handled carefully to maintain product quality. Any request must follow our policy guidelines and be within the allowed timeframe.

const style = document.createElement("style"); style.innerHTML = ` .page ::selection { background: red !important; color: #fff !important; } `; document.head.appendChild(style);