// ========== DELIVERY TIMER ========== function updateDeliveryTimer() { const deliveryEl = document.getElementById('delivery-message'); if (!deliveryEl) return; const now = new Date(); const endOfDay = new Date(now); endOfDay.setHours(23, 59, 59); const diff = endOfDay - now; const hours = Math.floor(diff / 3600000); const minutes = Math.floor((diff % 3600000) / 60000); const seconds = Math.floor((diff % 60000) / 1000); deliveryEl.innerHTML = `If you order in the next ${hours}h ${minutes}m ${seconds}s, you'll receive your item tomorrow`; setTimeout(updateDeliveryTimer, 1000); } updateDeliveryTimer(); // ========== DYNAMIC OFFER (NEWSLETTER) ========== function initDynamicOffer() { const dynamicOfferEl = document.getElementById('dynamic-offer'); if (!dynamicOfferEl) return; const priceEl = document.querySelector('.product-price'); const basePrice = parseFloat(priceEl?.dataset.basePrice || '0'); const discountedPrice = (basePrice * 0.9).toFixed(2); const isSubscribed = localStorage.getItem('newsletterSubscribed') === 'true'; if (!isSubscribed) { dynamicOfferEl.innerHTML = ` Or €${discountedPrice} by subscribing to our `; setTimeout(() => { const newsletterLink = document.getElementById('newsletter-subscribe-link'); if (newsletterLink) { newsletterLink.addEventListener('click', (e) => { e.preventDefault(); // Crear popup del newsletter const popup = document.createElement('div'); popup.className = 'newsletter-popup'; popup.style.cssText = ` position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); display: flex; justify-content: center; align-items: center; z-index: 10000; `; const popupContent = document.createElement('div'); popupContent.style.cssText = ` background: white; padding: 30px; border-radius: 8px; max-width: 400px; width: 90%; position: relative; text-align: center; `; popupContent.innerHTML = `

Subscribe to our Newsletter

Get 10% off your order!

`; popup.appendChild(popupContent); document.body.appendChild(popup); document.body.classList.add('product-popup-open'); // Cerrar al hacer clic fuera popup.addEventListener('click', (e) => { if (e.target === popup) { popup.remove(); document.body.classList.remove('product-popup-open'); } }); // Manejar submit del formulario const form = popup.querySelector('#newsletter-form'); form.addEventListener('submit', (e) => { e.preventDefault(); // Aquí podrías agregar la lógica para suscribir al newsletter localStorage.setItem('newsletterSubscribed', 'true'); popup.remove(); document.body.classList.remove('product-popup-open'); location.reload(); // Recargar para mostrar el nuevo texto }); }); } }, 100); } else { dynamicOfferEl.innerHTML = ` Split your payment into 3 or 4 interest-free installments. Discover more `; setTimeout(() => { const discoverLink = document.getElementById('payment-discover-link'); if (discoverLink) { discoverLink.addEventListener('click', (e) => { e.preventDefault(); console.log('Ir a página de pagos fraccionados'); // Aquí puedes agregar la lógica para mostrar información de pagos }); } }, 100); } } initDynamicOffer();
1 / 6

NAVY "AZURE" TOWEL

€29,00

Presentamos la toalla Azure en color azul navy, una pieza concebida para retratar la libertad y la exuberancia como parte de nuestra colección de verano SS24. Diseñada con tonos cálidos y una paleta de colores nunca antes vista en nuestra marca con el fin de encarnar la esencia de los atardeceres y todo lo que rodea al verano. 

- 100% algodón de alta calidad

- Fabricada en Portugal

FREE SHIPPING & DELIVERY TIMES

IBERIAN PENINSULA (24/48H) – €3.90 (FREE > €90)

BALEARIC ISLANDS (24/72H) – €8.90 (FREE > €150)

CANARY ISLANDS (48/72H) – €19 (FREE > €150)

CEUTA & MELILLA (48/72H) – €26 (FREE > €250)

EUROPE 1 (3-5 days) – €4.90 (FREE > €120)

EUROPE 2 (5-7 days) – €9.90 (FREE > €120)

UK (4-5 days) – €5.90 (FREE > €120)

AMERICA: From €5.90 (FREE > €120)

REST OF WORLD (5-7 days) – €10 (FREE > €120)



RETURNS & EXCHANGES

ONLINE ORDERS: 15 days from delivery. Items must be unused with tags.

IBERIAN PENINSULA: free size exchanges; else shipping fees apply.

REFUND: original payment or store credit (+15% bonus).

IN-STORE: returns/exchanges at official shops (Madrid, Sevilla, Valencia).

IN-STORE PURCHASES: 21 days, refund via gift card.

Machine wash cold with like colors. Do not bleach. Tumble dry low. Cool iron if needed.

SELECT THE SIZE NOT AVAILABLE

NOTIFY WHEN AVAILABLE