Call us on: 0333 050 7391 or 07868 086881. You can email us at nicole@amourheartgifts.co.uk We're here to help! 8am - 8pm Daily

Super Stationery

Sort by:

View

Showing 1 - 9 of 9 products
Showing 1 - 9 of 9 products
/* Full-screen overlay */ .hearts { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; pointer-events: none; z-index: 1000; } /* Heart styles */ .heart { position: absolute; opacity: 1; animation: fall linear infinite; } /* Heart falling animation */ @keyframes fall { 0% { transform: translateY(0) translateX(0); opacity: 0; } 100% { transform: translateY(100vh) translateX(var(--drift)); opacity: 1; } }