Versand

Shipping & Returns

Fast Shipping & Easy Returns across Europe. Everything you need to know about getting your JOYSTAR ride home.

Quick Processing

Most orders are processed and shipped within 48 hours of payment. We'll email your tracking number immediately!

🚚

Trusted Carriers

We partner with leading European logistics networks including DHL, DPD, GLS, and UPS to ensure safe delivery.

30-Day Guarantee

Not the perfect fit? In addition to your statutory EU rights, we accept returns or exchanges within 30 days of purchase.

Shipping Methods & Delivery

Method Destination Estimated Time Fee
Standard Shipping Continental EU Countries* 3–5 Business Days FREE
Standard Shipping Non-EU / Island Regions** 5–9 Business Days Calculated at Checkout
Method: Standard Shipping
Destination: Continental EU Countries*
Time: 4–8 Business Days
Fee: FREE
Method: Standard Shipping
Destination: Non-EU / Island Regions**
Time: 5–10 Business Days
Fee: Calculated at Checkout

* Continental EU Includes: Germany, France, Italy, Spain, Netherlands, Belgium, Austria, Poland, Czechia, Denmark, Luxembourg, etc.

** Non-EU / Island Regions: Shipping fees and transit times vary for island territories (e.g., Canary Islands, Corsica) and non-EU European nations.

Hassle-Free Returns

We want you and your child to love your JOYSTAR. If things aren't right, here is how we handle returns in complete compliance with EU consumer protection laws:

🛠️ Manufacturing Defect or Transit Damage

Received a defective or damaged product? We've got you covered. JOYSTAR will provide a prepaid shipping label and cover all return logistics costs. No restocking fees apply.

🚲 Change of Mind / Personal Preference

Changed your mind or picked the wrong size? Under EU law, you have a 14-day statutory right to withdraw, which we extend to a full 30 days. For personal reasons, the customer covers the return shipping back to our European hub.

How to Start Your Return

1
Contact Support: Email our European support team at joystar_service@joykie.com for authorization. (Items sent back without authorization cannot be refunded!)
2
Pack It Securely: Return the product unassembled, in its original factory packaging, including all manuals, accessories, and gifts.
3
Ship It Back: Drop the package off at your local courier service using either our provided defect label or your preferred carrier.
4
Get Paid: Once inspected at our warehouse, refunds are processed within 1–3 business days. Funds typically clear back to your original payment method (Credit Card, PayPal, Klarna) within 5–7 business days.

Missing a Refund?

If your refund hasn't appeared after 7 business days, please check with your bank or payment provider first, as internal processing times can vary. Still no luck? Contact our support team and we will investigate for you within 1–2 business days.

/* CSS Styling for Shopify Page Custom HTML */ .joystar-policy-container { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #333333; line-height: 1.6; max-width: 1000px; margin: 0 auto; padding: 20px; } .policy-header { text-align: center; background-color: #f7f9fa; padding: 40px 20px; border-radius: 8px; margin-bottom: 40px; } .policy-header h1 { font-size: 2.5rem; margin-bottom: 15px; color: #111111; font-weight: 700; } .policy-header p { font-size: 1.1rem; max-width: 700px; margin: 0 auto; color: #555555; } .policy-features { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 40px; } .feature-card { flex: 1; background: #ffffff; border: 1px solid #e1e4e6; border-radius: 8px; padding: 25px; text-align: center; box-shadow: 0 2px 4px rgba(0,0,0,0.02); } .feature-icon { font-size: 2rem; margin-bottom: 10px; } .feature-card h3 { font-size: 1.25rem; margin-bottom: 10px; color: #111111; } .feature-card p { font-size: 0.95rem; color: #666666; margin: 0; } .policy-section { margin-bottom: 40px; } .policy-section h2 { font-size: 1.75rem; margin-bottom: 20px; color: #111111; border-bottom: 2px solid #e1e4e6; padding-bottom: 8px; } .section-intro { font-size: 1.05rem; margin-bottom: 20px; } /* Table Design */ .table-wrapper { overflow-x: auto; margin-bottom: 15px; } .shipping-table { width: 100%; border-collapse: collapse; text-align: left; } .shipping-table th { background-color: #f7f9fa; padding: 12px 16px; font-weight: 600; border-bottom: 2px solid #e1e4e6; } .shipping-table td { padding: 14px 16px; border-bottom: 1px solid #e1e4e6; } .badge-free { background-color: #e6f4ea; color: #137333; padding: 4px 8px; border-radius: 4px; font-weight: bold; font-size: 0.85rem; } .shipping-cards-mobile { display: none; } .policy-notes p { font-size: 0.85rem; color: #666666; margin: 5px 0; } /* Return Boxes */ .return-types { display: flex; gap: 20px; } .return-box { flex: 1; padding: 25px; border-radius: 8px; } .return-box.defect { background-color: #f4f9fd; border: 1px solid #d2e5f7; } .return-box.preference { background-color: #fcf8f2; border: 1px solid #f3e5d0; } .return-box h3 { margin-top: 0; font-size: 1.15rem; margin-bottom: 12px; } /* Step Items Layout */ .steps-grid { display: flex; flex-direction: column; gap: 15px; } .step-item { display: flex; align-items: flex-start; gap: 15px; background: #f7f9fa; padding: 15px 20px; border-radius: 6px; } .step-number { background-color: #111111; color: #ffffff; font-weight: bold; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 0.9rem; } .step-text { font-size: 0.95rem; } .step-text a { color: #0066cc; text-decoration: underline; } .missing-refund { background-color: #fafafa; border-left: 4px solid #cccccc; padding: 15px 20px; border-radius: 0 6px 6px 0; } .missing-refund h3 { margin-top: 0; margin-bottom: 8px; } .missing-refund p { margin: 0; font-size: 0.95rem; color: #555555; } /* Responsive Breakpoints (Mobile Optimization) */ @media screen and (max-width: 768px) { .policy-header h1 { font-size: 1.85rem; } .policy-features { flex-direction: column; gap: 15px; } .table-wrapper { display: none; } .shipping-cards-mobile { display: block; margin-bottom: 15px; } .shipping-card-item { background: #ffffff; border: 1px solid #e1e4e6; border-radius: 6px; padding: 15px; margin-bottom: 10px; } .card-row { margin-bottom: 6px; font-size: 0.95rem; } .card-row:last-child { margin-bottom: 0; } .return-types { flex-direction: column; gap: 15px; } }