body{margin:0;min-height:100vh;background:#fafafa;overflow:hidden;font-family:sans-serif}#falling-flowers{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;overflow:hidden}.flower{position:absolute;top:-12%;will-change:transform;animation-name:gentle-fall;animation-timing-function:ease-in-out;animation-iteration-count:infinite}@keyframes gentle-fall{0%{transform:translateY(-12vh) rotate(0)}25%{transform:translate(calc(var(--sway) * 1px),22vh) rotate(calc(var(--rot) * .4deg))}50%{transform:translate(calc(var(--sway) * -.6px),52vh) rotate(calc(var(--rot) * -.3deg))}75%{transform:translate(calc(var(--sway) * .8px),80vh) rotate(calc(var(--rot) * .5deg))}to{transform:translateY(112vh) rotate(calc(var(--rot) * 1deg))}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/falling-flowers.css.map */
