Absorbent Non-Slip Foot Mat For Bedroom, Bathroom And Home

$16.99
$26.99
Save $10.00
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description

MAIN FEATURES

  • 【Material】These Christmas doormat is made of high quality polyester with soft touch, good workmanship and durable, which can be applied for many times. These doormats are indispensable on Christmas Day.

         

  • 【Design】These doormat is designed with Christmas elements-penguins and ¡°Merry Christmas¡± , can building a happy festival atmosphere.

         

  • 【Doormat Size】40*60cm, an appropriate size for a doormat not too big or too small.
  • 【Easy Clean】They are machine washable, sweep with a broom, no fading, fully air dry the mat for next use.Steam iron is available if need.

        

  • 【Application】Perfect for bathroom, shower room, toilet, kitchen, laundry, bedroom, living room, hotel, dormitory. modern and simple design easy to match. 

        

SPECIFICATIONS

  • Material:Flannel
  • Weight:  106g
  • Size: 40*60cm

      Shipping:

      • Free Shipping Over $30.
      • Orders will be processed within 7 business days of ordering and shipped out the next day after the processing day. Orders will generally be delivered within 7 to 14 working days.

      Returns:Fast refund for any dissatisfaction within 15 days, 100% money-back guarantee.

      Note:

      • Due to manual measurements, please allow slight measurement deviations.
      • Due to the different display and lighting effects, the actual color of the item may be slightly different from the color displayed on the picture.
      1
      Select product
      Selected 0 item(s)
      0-Christmas-1
      0-Christmas-3
      0-Christmas-5
      0-Christmas-7
      0-Christmas-8
      0-Christmas-9
      0-Christmas-13
      0-Christmas-14
      0-Christmas-15
      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)