Skip Navigation Website Accessibility
 


Sand Cloud Oroblanco Beach Towel

10% of profits go toward marine conservation

Are you tired of bulky towels? Sand Cloud towels will fit in your bag and dries 3x Faster! Plus it gets softer and more absorbent with every wash!

Introducing the Sand Cloud Brizo Towel - Regular. Made with Turkish organic cotton, this towel offers a softer feel and sustainable production. The seashell design and twisted tassels add a touch of elegance, while the sand-resistant material makes it perfect for any beach trip. Measures approx. 37" x 67" and machine washable.

Product Details
  • Approx. 37" x 67" (93cm x 170cm)
  • Color: Natural
  • Regular Size, Jacquard Weave with twisted tassels
  • 100% Turkish Organic Cotton
  • Product Weight: 391 
  • Material gsm: 244 
  • Sand Resistant Design!
  • Made and Loomed in Turkey

Care Details 

  • Machine Wash Cold
  • Delicate Cycle
  • Do Not Bleach
  • Hang Air Dry
  • Do Not Iron
  • Do Not Dry Clean
  • Do Not Use Fabric Softeners or Dryer Sheets
  • Do Not Wash with Denim or Heavy Garments

(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'); }}); } })();