Política de envío

Envios y entregas — Monda @font-face { font-family: 'Pouf'; src: url('../../brand/assets/PoufV0.5-Regular.otf') format('opentype'); font-weight: 400; font-style: normal; font-display: swap; } @font-face { font-family: 'Lexend'; src: url('../../brand/assets/Lexend-Regular.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; } @font-face { font-family: 'Lexend'; src: url('../../brand/assets/Lexend-Bold.ttf') format('truetype'); font-weight: 700; font-style: normal; font-display: swap; } :root { --bg: #F7F3EE; --bg-warm: #EDE7DE; --text: #1C1917; --text-secondary: #44403C; --border: #E7E0D8; --white: #FFFFFF; --primary: #A16B45; /* Shipping blue */ --shipping: #1A3D5C; --shipping-light: rgba(255,255,255,0.12); --font-display: 'Pouf', Georgia, serif; --font-body: 'Lexend', system-ui, sans-serif; --ease-out: cubic-bezier(0.16, 1, 0.3, 1); --max-w: 720px; } *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; } html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } body { font-family: var(--font-body) !important; color: var(--text) !important; background: var(--bg); line-height: 1.7 !important; font-size: 14px !important; } a { color: inherit; text-decoration: none; } /* ============================================ SCROLL REVEAL ============================================ */ .sr { opacity: 0; transform: translateY(24px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); } .sr.is-visible { opacity: 1; transform: none; } /* ============================================ CONTENT ============================================ */ .content { max-width: var(--max-w); margin: 0 auto; padding: 0 24px 60px; } /* ============================================ HERO BLOCK ============================================ */ .hero { background: var(--shipping); border-radius: 16px; padding: 42px 30px; text-align: center; margin-bottom: 42px; } .hero-icon { width: 52px; height: 52px; margin: 0 auto 18px; background: var(--shipping-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; } .hero-icon svg { width: 26px; height: 26px; color: #FFFFFF; } h1 { font-family: var(--font-display) !important; font-size: clamp(30px, 4.5vw, 42px) !important; font-weight: 400 !important; letter-spacing: -0.03em; line-height: 1.15 !important; margin-bottom: 8px; color: #FFFFFF !important; } .hero p { font-size: 14px !important; color: rgba(255,255,255,0.85) !important; line-height: 1.75 !important; max-width: 420px; margin: 0 auto; } /* ============================================ SHIPPING ZONES ============================================ */ .zones-section { margin-bottom: 42px; } .zones-section h2 { font-family: var(--font-display) !important; font-size: 24px !important; font-weight: 400 !important; letter-spacing: -0.02em; margin-bottom: 18px; } .zone-item { display: flex; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--border); align-items: flex-start; } .zone-item:first-child { padding-top: 0; } .zone-item:last-child { border-bottom: none; padding-bottom: 0; } .zone-icon { width: 36px; height: 36px; background: var(--bg-warm); border-radius: 9px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .zone-icon svg { width: 18px; height: 18px; color: var(--primary); } .zone-text h3 { font-size: 14px !important; font-weight: 700 !important; margin-bottom: 3px; color: var(--text) !important; } .zone-text p { font-size: 13px !important; color: var(--text-secondary) !important; line-height: 1.7 !important; } .zone-text .highlight { font-size: 14px !important; font-weight: 700 !important; color: var(--primary) !important; } /* ============================================ HOW IT WORKS ============================================ */ .steps-section { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 30px; margin-bottom: 42px; } .steps-section h2 { font-family: var(--font-display) !important; font-size: 24px !important; font-weight: 400 !important; letter-spacing: -0.02em; margin-bottom: 24px; } .steps { display: flex; flex-direction: column; gap: 21px; } .step { display: flex; gap: 15px; align-items: flex-start; } .step-number { width: 33px; height: 33px; border-radius: 50%; background: var(--shipping); display: flex; align-items: center; justify-content: center; font-size: 13px !important; font-weight: 700 !important; color: #FFFFFF !important; flex-shrink: 0; } .step h3 { font-size: 14px !important; font-weight: 700 !important; margin-bottom: 2px; color: var(--text) !important; } .step p { font-size: 13px !important; color: var(--text-secondary) !important; line-height: 1.7 !important; } /* ============================================ FAQ ============================================ */ .faq-section { margin-bottom: 24px; } .faq-section h2 { font-family: var(--font-display) !important; font-size: 24px !important; font-weight: 400 !important; letter-spacing: -0.02em; margin-bottom: 12px; } .faq-item { padding: 18px 0; border-bottom: 1px solid var(--border); } .faq-item:last-child { border-bottom: none; } .faq-item h3 { font-size: 14px !important; font-weight: 700 !important; margin-bottom: 4px; color: var(--text) !important; } .faq-item p { font-size: 13px !important; color: var(--text-secondary) !important; line-height: 1.7 !important; } .faq-item strong { color: var(--text) !important; } /* ============================================ BOTTOM CTA ============================================ */ .bottom-cta { background: var(--bg-warm); border-radius: 16px; padding: 30px; text-align: center; margin-top: 24px; } .bottom-cta p { font-size: 14px !important; color: var(--text-secondary) !important; line-height: 1.7 !important; margin-bottom: 15px; } .bottom-cta a { display: inline-flex; align-items: center; gap: 6px; background: var(--shipping); color: #FFFFFF !important; padding: 12px 28px; border-radius: 100px; font-size: 13px !important; font-weight: 700 !important; transition: background 0.3s, transform 0.3s; } .bottom-cta a:hover { background: #15324D; transform: translateY(-1px); } .bottom-cta a svg { width: 17px; height: 17px; } /* ============================================ RESPONSIVE ============================================ */ @media (max-width: 640px) { .hero { padding: 30px 20px; } .steps-section { padding: 24px 18px; } .zone-item { gap: 12px; } }

Envíos y entregas

Hacemos envíos a todo el país. Tu pedido llega a donde estés.

Zonas y tiempos de entrega

AMBA

24 horas — Capital Federal y Gran Buenos Aires.

Resto del país

3 a 7 días hábiles — Todas las provincias de Argentina.

Envío gratis

A partir de $80.000 — Sin código, sin trampa. Llegá a tu monto y el envío corre por nuestra cuenta.

Cómo funciona

1

Hacé tu pedido

Elegí tus productos y completá la compra. Aceptamos Mercado Pago y tarjeta de crédito/débito.

2

Preparamos tu paquete

Tu pedido se prepara con cuidado. Cada frasco va bien protegido para que llegue en perfectas condiciones.

3

Envío y seguimiento

Te mandamos el número de seguimiento por mail para que puedas rastrear tu pedido en todo momento.

4

Recibilo en tu casa

Tu pedido llega a la puerta de tu casa. Si no estás, el correo deja un aviso para que lo retires.

Preguntas frecuentes

¿Hacen envíos a todo el país?

Sí. Hacemos envíos a todas las provincias de Argentina. AMBA en 24 horas, resto del país en 3 a 7 días hábiles.

¿Cuánto cuesta el envío?

El costo depende de la zona. A partir de $80.000 en productos, el envío es gratis a todo el país.

¿Qué pasa si no estoy cuando llega el pedido?

El correo deja un aviso de visita. Podés coordinar un segundo intento de entrega o retirarlo en la sucursal más cercana.

¿Puedo hacer seguimiento de mi pedido?

Sí. Te enviamos el número de seguimiento por mail apenas tu pedido sale de nuestro depósito.

¿Los productos pueden romperse en el envío?

Es muy raro, pero si tu pedido llega dañado, escribinos por WhatsApp con una foto y lo resolvemos. Sin vueltas.

Si tenés alguna duda sobre tu envío o tu pedido, estamos a un mensaje de distancia.

Escribinos por WhatsApp
document.addEventListener('DOMContentLoaded', () => { const els = document.querySelectorAll('.sr'); const observer = new IntersectionObserver((entries) => { entries.forEach(e => { if (e.isIntersecting) { e.target.classList.add('is-visible'); observer.unobserve(e.target); } }); }, { threshold: 0.15 }); els.forEach(el => observer.observe(el)); });