.spice-decoration{pointer-events:none;z-index:1005}.spice-decoration .spice-image{object-fit:contain;opacity:1;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3));animation:spiceFloat 8s ease-in-out infinite;width:50px;height:50px}@media(min-width:768px){.spice-decoration .spice-image{width:75px;height:75px}}@media(min-width:1024px){.spice-decoration .spice-image{width:100px;height:100px}}.spice-decoration.absolute{position:absolute!important}.spice-decoration.relative{position:relative!important}.spice-decoration.fixed{position:fixed!important}.spice-decoration[class*=rotate-] .spice-image,.spice-decoration[class*=scale-] .spice-image{transform-origin:center}.spice-decoration .spice-image:nth-child(2n){animation-delay:-2s;animation-duration:10s}.spice-decoration .spice-image:nth-child(3n){animation-delay:-4s;animation-duration:12s}.spice-decoration .spice-image:nth-child(4n){animation-delay:-6s;animation-duration:9s}@keyframes spiceFloat{0%,to{transform:translateY(0) rotate(0deg) scale(1)}25%{transform:translateY(-8px) rotate(5deg) scale(1.05)}50%{transform:translateY(-15px) rotate(-3deg) scale(.95)}75%{transform:translateY(-5px) rotate(8deg) scale(1.02)}}