Skip Navigation Website Accessibility
 


Salty's Standard Logo Women's T-shirt

Women's Relaxed Fit Salty’s T-shirt

The Women's Relaxed Fit Salty’s T-shirt is a perfect mix of laid-back style and everyday comfort. Made from a 65% polyester and 35% cotton blend, this tee feels soft against the skin while offering the durability to keep up with your busy lifestyle. Designed with a relaxed, easy fit, this shirt drapes beautifully and offers a flattering silhouette without sacrificing comfort. Featuring the iconic Salty’s logo, it’s a go-to wardrobe staple for those who love casual, coastal-inspired fashion.

Features:

  • Cotton-Polyester Blend: A soft, smooth 65% polyester and 35% cotton mix that provides comfort, breathability, and long-lasting wear. The polyester offers moisture-wicking properties, keeping you comfortable during warmer days.

  • Relaxed Fit: Designed with a loose, easy fit that drapes effortlessly for a more casual, laid-back look. It’s perfect for those who prefer a comfortable, slightly oversized fit.

  • Flattering Silhouette: While relaxed, the tee maintains a flattering shape, not too boxy, and not too tight, making it versatile for both casual and slightly dressier outfits.

  • Signature Salty’s Logo: Featuring the signature Salty’s logo in a minimalist style, this tee adds a coastal touch to your casual wardrobe.

  • Single Color Option: Available in a classic, versatile color (e.g., a neutral or soft pastel shade), perfect for pairing with jeans, skirts, or shorts for an effortless look.

  • Durable & Easy to Care For: The blend of polyester and cotton ensures long-lasting color and comfort, and it’s machine washable for easy care.

  • Breathable & Lightweight: Keeps you cool and comfortable whether you're at the beach, brunch, or out for a stroll, thanks to the breathable, lightweight fabric.

This relaxed fit tee is perfect for women who want to combine style, comfort, and ease with a touch of Salty’s beach spirit.

(function(){ // Toggle aria-expanded for navbar toggles / dropdowns document.addEventListener('click', function(e){ var btn = e.target.closest('[data-toggle="aria"]'); if(!btn) return; var targetSelector = btn.getAttribute('data-target'); var el = targetSelector ? document.querySelector(targetSelector) : null; var expanded = btn.getAttribute('aria-expanded') === 'true'; btn.setAttribute('aria-expanded', (!expanded).toString()); if(el) el.classList.toggle('open'); }); // Keyboard close for dropdowns/overlays on ESC document.addEventListener('keydown', function(e){ if(e.key === 'Escape'){ document.querySelectorAll('.open').forEach(function(x){ x.classList.remove('open'); }); document.querySelectorAll('[aria-expanded="true"]').forEach(function(b){ b.setAttribute('aria-expanded','false'); }); } }); // Brief product-card animation on add-to-cart (use data-add-btn on button) document.addEventListener('click', function(e){ var add = e.target.closest('[data-add-btn]'); if(!add) return; var card = add.closest('.card'); if(card){ card.classList.remove('fade-added'); void card.offsetWidth; card.classList.add('fade-added'); setTimeout(function(){ card.classList.remove('fade-added'); }, 600); } }); // Lazy image fallback for images with data-src var imgs = Array.prototype.slice.call(document.querySelectorAll('img[data-src]')); if('IntersectionObserver' in window && imgs.length){ var io = new IntersectionObserver(function(entries){ entries.forEach(function(e){ if(e.isIntersecting){ var i = e.target; i.src = i.getAttribute('data-src'); i.onload = function(){ i.classList.add('loaded'); } io.unobserve(i); } }); },{rootMargin:'120px'}); imgs.forEach(function(i){ io.observe(i); }); } else { imgs.forEach(function(i){ i.src = i.getAttribute('data-src'); i.onload = function(){ i.classList.add('loaded'); }}); } })();