Vortex Illusion Rug

$21.99
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description

THIS 3D VORTEX CARPET HAS AN INCOMPARABLE ILLUSION EFFECT!
"5 days after I ordered one, I invited my friends over for dinner. Everyone went crazy about my new carpet. They loved it" - Andrej Stern, Regensburg
Our skilled craftsmen sew the most amazing household mats the industry has ever seen by hand. Decades of experience have led to this creation, which skillfully brings a timeless pattern to life.

 

 

WHY YOU WILL LOVE THE CARPET

  • Individually hand-embroidered
  • Checked for the best illusion effect
  • Insane "WOW" effect
  • Fantastic conversation starter
  • Durable & moisture resistant
  • The Carpet Is Made Of Soft Velvet, Not-toxic And Odorless,Soft To The touch. Encrypted Fluff To Prevent It From Falling off. This Thick And Soft Carpet Can Reduce Foot Fatigue.it Has A Beautiful Sheen That Perfectly Matches Any Style Of Home Décor And Adds Elegance And Warmth To Any area.
  • This product is OEKO-TEX certified, which means that all fabrics and textiles used to craft this product are free of harmful chemicals and meet environmental and safety standards
  • Environment-Friendly & Easy To Wash
  • Our soft carpet has an extra anti-Slip layer on the back that help hold in place on wooden or other materials floor, And hold up even with kids and pets. This fluffy carpet is a great decor for the kids bedroom, Nursery, Classroom and dorm.

Here's what our customers received


 

"A furniture that wows all our Guests is such a bad purchase... said NO-ONE ever.."

 


 

Perfect interior for any home, shop, or cafe

 


The Illusion Works From ANY Angle!
Don’t worry about the mat only looking ‘cool’ from just a certain angle. The vortex looks absolutely realistic no matter where you’re standing!
From the front:

 


From the side:

 

 

Package includes:

  • 1 x Vortex Illusion Rug
1
Select product
Selected 0 item(s)
Small(60 cm/24 inch)
Normal(80 cm/32 inch)
Big(100 cm/39 inch)
Large(120 cm/47 inch)
class SpzCheckoutNotificationHandler extends SPZ.BaseElement { constructor(element) { super(element); this.timer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } sendVariantListUpdateEvent_(data) { const messageData = { type: "theme_variant_list_update", data: { orderToken: data.order_token || data.order_id } }; clearInterval(this.timer_); if(!window.CheckoutAPI) { this.timer_ = setInterval(() => { if(window.CheckoutAPI) { clearInterval(this.timer_); postMessage && postMessage(messageData); } }, 500); } else { postMessage && postMessage(messageData); } } buildCallback() { this.action_ = SPZServices.actionServiceForDoc(this.element); this.registerAction('sendVariantListUpdateEvent', (param) => { this.sendVariantListUpdateEvent_(param.args.data); }); } } SPZ.defineElement('spz-custom-checkout-notification-handler', SpzCheckoutNotificationHandler); function handleGetOrderInfo(data) { if (data.order_id) { let api = `/api/checkout/order/info?order_id=${data.order_id}`; return Promise.resolve(api); } return Promise.reject({}); } function addEventListenerKickItems(data) { if (data.type === 'checkout_kick_items') { return Promise.resolve(data); } return Promise.reject({}); } exportFunction('handleGetOrderInfo', handleGetOrderInfo) exportFunction('addEventListenerKickItems', addEventListenerKickItems)