Because even the scariest costumes sometimes need a second chance!

Our Ghoulish Guarantee

At Spirit Halloween, we want you to be as thrilled with your purchase as a ghost in a haunted house! If your items aren’t quite right, we’ll help you return or exchange them – no tricks, just treats!

πŸ•’ Time Frame for Returns & Exchanges

You have 15 days from the delivery date to request a return or exchange. That’s plenty of time to decide if your costume is spooky enough!

Which Items Can Be Returned?

Most of our products can be returned or exchanged, including:

  • πŸ‘» Costumes (Animal Toddler Costumes, Boys Costumes, Classic Girls Costumes, etc.)
  • πŸ•ΈοΈ Decorations (CANDLES, CENTERPIECE, CURTAINS, etc.)
  • 🍷 BARWARE and BOWLS & TRAYS
  • πŸ¦‡ BUGS & BATS & CATS accessories
  • πŸŽƒ And most other Halloween essentials!

⚠️ Non-Returnable Items

Some items are just too spooky to return! The following cannot be returned for safety and hygiene reasons:

  • BLOOD products (for obvious reasons!)
  • BODY PARTS (once they’ve left our crypt, they can’t come back)
  • Apparel & Undergarments (unless defective)
  • Opened CLOTH & NETTING that has been cut or altered
  • Used or damaged DOOR, WINDOW, WALL, FLOOR AND FURNITURE COVERS
  • Any item that shows signs of wear or has been used in actual haunting activities

The Return & Exchange Ritual (Step-by-Step)

Step 1: Contact Our Ghostly Customer Service

Send an email to [email protected] within 15 days of receiving your order. Use the template below to make sure you include all the necessary information.

πŸ“ Return/Exchange Request Template

Copy and paste this template into your email:

Step 2: Wait for Our Response

Our friendly (not scary) customer service team will respond within 1-2 business days with return instructions and a return authorization number.

Step 3: Package Your Items

Place the items in their original packaging with all tags attached. Include a copy of your order confirmation or the return form we provide.

Step 4: Ship Your Return

Send the package to our haunted headquarters:

Spirit Halloween Returns
3415 Frederick Street
Sacramento, US 58147

You are responsible for return shipping costs unless the item was defective or we made an error.

πŸ’° Refund Information

When Will I Get My Refund?

Once we receive your return at our headquarters:

  • Refunds are processed within 3-5 business days of receiving your return
  • The refund will appear on your original payment method within 5-10 business days after processing
  • International refunds may take slightly longer depending on your bank

How Will I Be Refunded?

Refunds are issued to your original payment method:

  • Credit/Debit Cards (Visa, MasterCard, JCB) – refunded to your card
  • PayPal – refunded to your PayPal account

Shipping costs are non-refundable unless the return is due to our error.

πŸ”„ Exchange Process

Want to exchange for a different size, color, or completely different product? The process is similar to returns:

  1. Follow the same return process above
  2. In your email, specify what you’d like to exchange for
  3. If the exchange item costs more, you’ll need to pay the difference
  4. If it costs less, we’ll refund the difference

International Returns

Since we ship globally (except for some remote areas and parts of Asia), international returns are accepted but:

  • You are responsible for international return shipping costs
  • Customs fees and import duties are non-refundable
  • Please mark the package as “Returned Goods” to avoid additional customs charges

πŸ‘» Need Help With Your Return?

Our customer service ghouls are here to help! Contact us at:

Email: [email protected]
Address: 3415 Frederick Street, Sacramento, US 58147

We typically respond within 1-2 business days – faster than a ghost can say “Boo!”

Remember: At Spirit Halloween, we want your shopping experience to be more treat than trick! Happy haunting! πŸŽƒ

// Spooky animation for the policy document.addEventListener(‘DOMContentLoaded’, function() { const sections = document.querySelectorAll(‘h2, h3, .highlight, .warning’); sections.forEach((section, index) => { section.style.opacity = ‘0’; section.style.transform = ‘translateY(20px)’; setTimeout(() => { section.style.transition = ‘all 0.5s ease’; section.style.opacity = ‘1’; section.style.transform = ‘translateY(0)’; }, index * 100); }); // Add spooky hover effects const highlights = document.querySelectorAll(‘.highlight, .warning, .template’); highlights.forEach(highlight => { highlight.addEventListener(‘mouseenter’, function() { this.style.transform = ‘scale(1.01)’; this.style.transition = ‘all 0.3s ease’; this.style.boxShadow = ‘0 0 15px rgba(255, 107, 0, 0.2)’; }); highlight.addEventListener(‘mouseleave’, function() { this.style.transform = ‘scale(1)’; this.style.boxShadow = ‘none’; }); }); });