Skip to content
  • About
  • Shop
aiunacollection.com
aiunacollection.com
aiunacollection.com
aiunacollection.com
  • About
  • Cart
  • Checkout
  • Contact
  • Customer Cabinet
  • My Account
  • Shop

Cart

Your cart is currently empty.

Return to shop

Email
The form has been submitted successfully!
There has been some error while submitting the form. Please verify all form fields again.
Quick Links

Home
About
Contact

Explore

Bestsellers
On Sale
Experiences
Gift Card

Help

Track Order
Delivery & Returns
FAQs
Community

Copyright Aiuna 2026

document.addEventListener("DOMContentLoaded", function () { const cards = document.querySelectorAll('#offerings .card');

const observer = new IntersectionObserver(entries => { entries.forEach(entry => { if (entry.isIntersecting) { entry.target.classList.add('visible'); observer.unobserve(entry.target); } }); }, { threshold: 0.2 });

cards.forEach(card => observer.observe(card)); });