Stylish and interesting quilted tote bag🔥All items are shipped in a default size of 15x14 inches.

$29.99
$64.97
Save $34.98
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description

Description

Description

SPU: RB1370

Enhance your carrying convenience while embracing the festive spirit with our beautifully crafted quilted tote bag. Perfect for everyday use or seasonal outings, this bag combines practical durability with delightful designs, adding both function and flair to your style.

PRODUCT DETAILS

  • Dimensions:
    • 15 " x 14 "
    • 13" x 16"
  • Crafted from quilted fabric featuring a stylish wave stitched pattern
  • Made of premium Jetiy cotton-poly blend, combining the softness and breathability of cotton with the durability and easy care of polyester.
  • Vibrant colors achieved through premium polyester printing
  • Easy-care: Safe for machine washing; use gentle cycle with cold water, air dry recommended. Avoid bleach.
  • Each item is meticulously crafted to order, reflecting the highest standards of quality. Created with care and dedication.

All products are made to order and printed to the best standards available. Made with so much love!

Please Note: As each of our products is made to order, there may be approximately a 20% variation in color, pattern, binding and stitches compared to the sample photos. However, we ensure the main design is kept as shown. Additionally, the dimensions of this quilt may have a slight variance of 1-3 inches due to the handmade nature of the product. 

1
Select product
Selected 0 item(s)
Short Bag(15x14inch)
High Bag(13x16inch)
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)