@keyframes gradientMove{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-gradientMove{background-size:400% 400%;animation:gradientMove 12s ease infinite}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn 1.2s ease forwards}.animate-fadeIn.delay-200{animation-delay:.2s}.animate-fadeIn.delay-400{animation-delay:.4s}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.button-pulse{animation:pulse 2s infinite}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003}@media (max-width: 768px){.container{padding-left:1rem;padding-right:1rem}.text-4xl{font-size:2.5rem}.text-lg{font-size:1rem}.space-x-4>*+*{margin-left:.5rem}.space-x-6>*+*{margin-left:1rem}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/custom.css.map */
