Forest

Legal notice

Legal information, data protection and terms of sale

Give the gift of a Forest experience

Turn a moment into an unforgettable memory. Our gift cards are valid 6 months for all treatments, massages, aquadôme and private spa.

Buy a gift card
> .gift-modal-overlay { position: fixed; inset: 0; z-index: 200; background: rgba(10,10,10,.7); backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity .35s ease; } .gift-modal-overlay.open { opacity: 1; pointer-events: all; } .gift-modal-card { background: var(--cream); border-radius: 12px; padding: 48px 44px; max-width: 480px; width: calc(100% - 48px); position: relative; transform: translateY(20px) scale(.97); transition: transform .35s var(--ease); } .gift-modal-overlay.open .gift-modal-card { transform: translateY(0) scale(1); } .gift-modal-close { position: absolute; top: 16px; right: 20px; background: none; border: none; font-size: 24px; cursor: pointer; color: var(--muted); line-height: 1; transition: color .2s; } .gift-modal-close:hover { color: var(--text); } .gift-modal-card h2 { font-family: 'Comfortaa', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; font-size: 32px; font-weight: 400; color: var(--green); margin-bottom: 10px; line-height: 1.15; } .gift-modal-card p { font-size: 14px; font-weight: 300; line-height: 1.75; color: var(--muted); margin-bottom: 32px; } .gift-modal-btn { display: inline-block; font-size: 12px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--cream); background: var(--green); text-decoration: none; padding: 14px 28px; border-radius: 4px; transition: background .3s; } .gift-modal-btn:hover { background: var(--green2); }