.hero-floating{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-floating--small{min-height:48vh}.hero-floating--medium{min-height:62vh}.hero-floating--large{min-height:78vh}.hero-floating__field{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-floating__item{position:absolute;transform:translate(-50%,-50%);width:var(--size, 140px)}.hero-floating__img{display:block;width:100%;height:auto;filter:drop-shadow(0 1.2rem 2rem rgba(0,0,0,.18));animation:hero-float var(--dur, 14s) ease-in-out var(--delay, 0s) infinite alternate;will-change:transform}@keyframes hero-float{0%{transform:translate(0) rotate(0)}to{transform:translate(var(--dx, 0px),var(--dy, 0px)) rotate(var(--rot, 0deg))}}.hero-floating__content{position:relative;z-index:1;text-align:center;padding:4rem 2rem;max-width:60rem}.hero-floating__heading{margin:0 0 1.5rem}.hero-floating__text{margin:0 0 2.5rem}.hero-floating__text>*:last-child{margin-bottom:0}@media screen and (max-width:749px){.hero-floating__item{width:calc(var(--size, 140px) * .72)}.hero-floating__item--mobile-hide{display:none}}@media(prefers-reduced-motion:reduce){.hero-floating__img{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/section-hero-floating.css.map */
