.product-art{display:block}.product-art text{font-family:var(--font-mono)}.is-animated .product-card.in-view .pa-lay-plank{animation:pa-lay 4.5s ease-in-out .6s infinite}.is-animated .product-card.in-view .pa-tool{animation:pa-press 4.5s ease-in-out .6s infinite}@keyframes pa-lay{0%{opacity:0;transform:translate(58px,-40px)}10%{opacity:1;transform:translate(58px,-40px)}45%{transform:translateY(-3px)}55%{opacity:1;transform:translate(0)}86%{opacity:1;transform:translate(0)}96%{opacity:0;transform:translate(0)}to{opacity:0;transform:translate(58px,-40px)}}@keyframes pa-press{0%,40%,60%,to{transform:translateY(0)}50%{transform:translateY(3px)}}.is-animated .product-card:not(.in-view) .pa-chip,.is-animated .product-card:not(.in-view) .pa-plank,.is-animated .product-card:not(.in-view) .pa-row{opacity:0}.is-animated .product-card.in-view .pa-plank{animation:pa-fade-in .3s ease both;animation-delay:calc(.35s + var(--i) * 20ms)}.is-animated .product-card.in-view .pa-row{animation:pa-fade-in .45s ease both;animation-delay:calc(.6s + var(--i) * .25s)}.is-animated .product-card.in-view .pa-chip{animation:pa-fade-in .45s ease 2.3s both}@keyframes pa-fade-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.is-animated .product-card.in-view .pa-chip,.is-animated .product-card.in-view .pa-lay-plank,.is-animated .product-card.in-view .pa-plank,.is-animated .product-card.in-view .pa-row,.is-animated .product-card.in-view .pa-tool{animation:none}.is-animated .product-card:not(.in-view) .pa-chip,.is-animated .product-card:not(.in-view) .pa-plank,.is-animated .product-card:not(.in-view) .pa-row{opacity:1}}