Everything you need to know about shopping with Canna Style Shop – from our curated pieces to our seamless delivery.

🎯 About Us & Our Products

Who is Canna Style Shop for?

We cater to style-conscious smoking enthusiasts worldwide who value both form and function. Whether you’re looking for a bold, artistic centerpiece like a 20-inch bong or a discreet, cute, and portable piece, our curated collection is designed for those who see their accessories as an extension of their personal style.

What kind of products do you sell?

We specialize in stylish, high-quality smoking accessories and gear. Our menu includes everything from bongs (in sizes like Regular 8-11 inches and Large 12-20 inches), pipes & bowls, dab rigs, and ash catchers, to all the essentials: grinders, lighters, rolling papers & cones, and unique novelty pieces. Think iridescent rigs, neon grinders, and matching accessory sets.

What makes your products different?

Every item on our virtual shelf is curated for its design, quality, and ability to “spark conversation.” We focus on pieces that combine flair with function, ensuring they’re not just tools but statement items that elevate your ritual.

🌍 Shipping & Delivery

Where do you ship to?

We ship worldwide with love & care! However, due to carrier restrictions, we are currently unable to ship to a few specific Asian countries and certain remote regions. You will be automatically notified at checkout if your location is affected.

What are my shipping options and costs?

We offer two reliable options:

🚚 Standard Shipping ($12.95): Via DHL or FedEx. After 1-2 business days for processing, your order will arrive in approximately 10-15 days. Perfect when you’re excited for your new gear!

🎁 Free Shipping: Via EMS on all orders over $50! After processing, delivery takes 15-25 days. Ideal for planning ahead and saving on larger hauls.

How long does order processing take?

All orders take 1-2 business days for our team to lovingly prepare, pack, and conduct quality checks before they are handed off to our carrier partners.

Will I get a tracking number?

Absolutely! Once your order ships, you will receive a shipping notification email with a tracking link so you can follow your package’s journey to your door.

💡 A Quick Note: Delivery times are estimates. While we package every item with extreme care, transit can occasionally be affected by factors outside our control, such as customs processing.

💳 Payments & Checkout

What payment methods do you accept?

We offer easy and secure checkout through: VISA, MasterCard, JCB, and PayPal.

Is my payment information secure?

Yes. Our checkout process uses secure, encrypted technology to ensure your payment details are protected.

📦 Returns & Refunds

What is your return policy?

We stand by our Hassle-Free Promise. If your item isn’t perfect, you have 15 days from the date of delivery to initiate a return. We aim to make the process easy because your satisfaction is core to our story.

How do I start a return?

Please contact our friendly support team at [email protected] within the 15-day window. Include your order details and the reason for the return, and we’ll guide you through the simple steps.

🔐 Account & Order Management

I didn’t get an order confirmation email. What should I do?

First, please check your spam or junk folder. If you still can’t find it, reach out to us at [email protected] with your full name and any payment details, and we’ll resend your confirmation immediately.

Can I change or cancel my order after placing it?

We start processing orders quickly to get your style to you ASAP! Please email us immediately at [email protected] with your request. We can only modify or cancel orders if they haven’t entered the processing/packing stage.

💌 Still have questions? Our friendly, style-savvy support team is here to help!

Email us at: [email protected]

Canna Style Shop – 1993 Goosetown Drive, Newland, US 28657
Serving enthusiasts globally with flair, function, and a whole lot of fun. ✨

// Simple toggle for FAQ answers document.querySelectorAll(‘.faq-question’).forEach(question => { question.addEventListener(‘click’, () => { const answer = question.nextElementSibling; const isVisible = answer.style.display === ‘block’; // Close all answers document.querySelectorAll(‘.faq-answer’).forEach(ans => { ans.style.display = ‘none’; ans.previousElementSibling.style.color = ‘#222’; ans.previousElementSibling.innerHTML = ans.previousElementSibling.innerHTML.replace(‘−’, ‘+’); }); // Toggle the clicked one if (!isVisible) { answer.style.display = ‘block’; question.style.color = ‘#4a6fa5’; question.innerHTML = question.innerHTML.replace(‘+’, ‘−’); } }); });