1. Home
  2. Accessories
  3. Scarves
  4. Geometric Checkered Infinity Scarf
Shipping is on Us with a Purchase of $75 or More!

Geometric Checkered Infinity Scarf

Write a Review
Your Price: $15.00
Part Number: 1734
Availability: In Stock. 5
In-store Pickup Available

Choose Options

*

Send to:

*We'll ask for shipping info at checkout
Geometric Checkered Infinity Scarf

This scarf is beautiful and classy.   Can easily be work to dress up or down a look.  Very playful colors.

Related Items

Twist Turban Headband
$14.00
Back Order.
Floral Plaid Scarf
$15.00
In Stock.
Plaid Blanket Scarf
$25.00
In Stock.
Tree Infinity Scarf
$15.00
In Stock.
Knitted Hooded Scarf
$15.00
In Stock.
Hearts Scarf
$15.00
In Stock.
Ruffle Fringe Soft Scarf
$20.00
In Stock.
Pinwheel Ruffle Scarf
$15.00
In Stock.
Butterfly Scarf
$15.00
In Stock.

Browse Similar Items

Recently Viewed Items

TOP
0 Items
self.addEventListener('push', function(event) { const payload = event.data.json(); const notification = payload.data; const notificationTitle = notification['title']; let notificationOptions = { body: notification['body'], } if (event.data) { notificationOptions.icon = notification['icon'] notificationOptions.data = { click_action: notification['click_action'] }; } event.waitUntil( self.registration.showNotification(notificationTitle, notificationOptions) ); }); self.addEventListener('notificationclick', function(event) { event.notification.close(); var url = event.notification.data.click_action; if(url) { event.waitUntil( clients.openWindow(url) ); } });