Unlock Free Shipping at $50
Seaside Linen Stripe Travel Clutch - Stylish Beach Bag for Women | Perfect for Vacation, Travel & Everyday Use
Seaside Linen Stripe Travel Clutch - Stylish Beach Bag for Women | Perfect for Vacation, Travel & Everyday Use
Seaside Linen Stripe Travel Clutch - Stylish Beach Bag for Women | Perfect for Vacation, Travel & Everyday Use
Seaside Linen Stripe Travel Clutch - Stylish Beach Bag for Women | Perfect for Vacation, Travel & Everyday Use

Seaside Linen Stripe Travel Clutch - Stylish Beach Bag for Women | Perfect for Vacation, Travel & Everyday Use

$27.5 $50 -45% OFF

Free shipping on all orders over $50

7-15 days international

30 people viewing this product right now!

30-day free returns

Secure checkout

73782443

Guranteed safe checkout
amex
paypal
discover
mastercard
visa
apple pay

Description

Our Travel Clutch is perfect for a plethora of uses.  Carry your makeup brushes and cosmetics or your desk tools such as scissors, tape, and writing utensils, or simply use it as a catch-all for all of your essentials when you want a smart little clutch for the evening.  This particular bag features a linen textured stripe in flax and navy. Aside from the outer fabric, taped seams and a water-resistant cotton canvas lining help to protect all of your valuables. Made in the USA

Linen/Cotton/Leather
*Brass YKK Zipper 
* Logo-Embossed Leather zipper pull 
* US Sourced Heavy grade water-resistant cotton canvas lining
*Taped seams 
*Size- 10 1/2” Width (at opening)
           3" Depth
           5” Height

{ img.classList.remove('active-thumbnail'); }); } } function selectSize(element) { var parent = element.parentElement; var variantOptions = parent.querySelectorAll('.variant-option'); for (var i = 0; i < variantOptions.length; i++) { variantOptions[i].classList.remove('active'); } element.classList.add('active'); var value = element.getAttribute('data-option'); document.querySelector('input.size_value').value = value; element.style.transform = 'translateY(-5px)'; setTimeout(function() { element.style.transform = 'translateY(0)'; }, 300); } document.addEventListener('DOMContentLoaded', function() { // Color selection const colorOptions = document.querySelectorAll('.goods-container .color-option'); colorOptions.forEach(option => { option.addEventListener('click', function() { colorOptions.forEach(opt => opt.classList.remove('active')); this.classList.add('active'); // Here you would typically change the main image to show the selected color }); }); // Size selection const sizeOptions = document.querySelectorAll('.goods-container .size-option'); sizeOptions.forEach(option => { option.addEventListener('click', function() { sizeOptions.forEach(opt => opt.classList.remove('active')); this.classList.add('active'); }); }); // Thumbnail click const thumbnails = document.querySelectorAll('.goods-container .thumbnail'); thumbnails.forEach(thumbnail => { thumbnail.addEventListener('click', function() { const mainImageSrc = this.src.replace('150x150', '600x600'); document.querySelector('.goods-container .main-image').src = mainImageSrc; }); }); // Add to cart animation const addToCartBtn = document.querySelector('.goods-container .btn-add-to-cart'); if (addToCartBtn) { addToCartBtn.addEventListener('click', function() { this.innerHTML = ' Added to Cart'; this.style.backgroundColor = '#2a9d8f'; setTimeout(function() { addToCartBtn.innerHTML = ' Add to Cart'; addToCartBtn.style.backgroundColor = '#e63946'; }, 2000); }); } });