.product-preloader{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:var(--primary-light);padding:2rem;position:relative;overflow:hidden}.product-cart{width:256px;height:256px;color:var(--secondary-color);margin-bottom:2rem;position:relative;z-index:1}.product-cart__lines,.product-cart__track{opacity:1}.product-cart__top{animation:product-cart-top 2s ease-in-out infinite}@keyframes product-cart-top{0%{stroke-dashoffset:-338;opacity:1}50%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:-338;opacity:1}}.product-cart__wheel-stroke{animation:product-cart-wheel-stroke 2s ease-in-out infinite}@keyframes product-cart-wheel-stroke{0%{stroke-dashoffset:-82;opacity:1}50%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:-82;opacity:1}}.product-preloader__text{text-align:center;margin-top:1rem;position:relative;z-index:1}.product-preloader__msg{font-size:1rem;color:var(--secondary-color);margin:.5rem 0;opacity:0;animation:product-fade-in-out 4s ease-in-out infinite}.product-preloader__msg:first-child{animation-delay:0s}.product-preloader__msg--last{animation-delay:2s}@keyframes product-fade-in-out{0%,45%{opacity:0;transform:translateY(10px)}50%,95%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@media (max-width:768px){.product-cart{width:192px;height:192px}.product-preloader__msg{font-size:.875rem}}@media (max-width:480px){.product-cart{width:160px;height:160px}}