Shipping policy

WizOption provides digital services only.

No physical products are sold or shipped through our website.

All services are delivered electronically through email, Shopify access, cloud storage links, online meetings, or other digital communication methods.

If you have questions regarding service delivery, please contact:

Contact Buttons .contact-container { display: flex; gap: 15px; flex-wrap: wrap; font-family: Arial, sans-serif; } .btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 24px; font-size: 16px; font-weight: 600; text-decoration: none; border-radius: 8px; transition: all 0.3s ease; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); } .btn:hover { transform: translateY(-2px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); } /* Email Button Styling */ .btn-email { background-color: #0066cc; color: #ffffff; } .btn-email:hover { background-color: #0052a3; } /* WhatsApp Button Styling */ .btn-whatsapp { background-color: #25D366; color: #ffffff; } .btn-whatsapp:hover { background-color: #1da851; }