@keyframes t{0%{opacity:0}to{opacity:1}}@keyframes u{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes v{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes w{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes p{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes x{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes y{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}to{opacity:0;transform:scale(1.5)}}.animate-fadeIn{animation:t .5s ease-out}.animate-slideUp{animation:u .4s ease-out}.animate-slideDown{animation:v .4s ease-out}.animate-scaleIn{animation:w .3s ease-out}.animate-shimmer{animation:p 2s infinite}.animate-bounce-slow{animation:x 2s ease-in-out infinite}.animate-pulse-ring{animation:y 2s cubic-bezier(.4,0,.6,1) infinite}.smooth-transition{transition:all .3s cubic-bezier(.4,0,.2,1)}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);transform:translateY(-4px)}@keyframes r{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.animate-gradient{animation:r 3s ease infinite;background-size:200% 200%}@keyframes z{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-loading{animation:z 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%}@keyframes A{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.animate-badge-pop{animation:A .4s cubic-bezier(.68,-.55,.265,1.55)}.stagger-item{animation:t .5s ease-out forwards;opacity:0}.stagger-item:first-child{animation-delay:.1s}.stagger-item:nth-child(2){animation-delay:.2s}.stagger-item:nth-child(3){animation-delay:.3s}.stagger-item:nth-child(4){animation-delay:.4s}.stagger-item:nth-child(5){animation-delay:.5s}.stagger-item:nth-child(6){animation-delay:.6s}.gpu-accelerate{transform:translateZ(0);will-change:transform,opacity}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.product-carousel-item{transition:transform .3s ease}.product-carousel-item:hover{transform:scale(1.05)}@keyframes B{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.category-transition{animation:B .4s ease-out}.category-pill-active{animation:C 2s ease-in-out infinite;box-shadow:0 6px 16px rgba(0,0,0,.2);transform:scale(1.08)}@keyframes C{0%,to{box-shadow:0 6px 16px rgba(0,0,0,.2)}50%{box-shadow:0 8px 20px rgba(0,0,0,.25)}}.carousel-bg-transition{transition:background-image .5s ease-in-out}@keyframes D{0%{opacity:0;transform:scale(0) rotate(-180deg)}60%{transform:scale(1.1) rotate(10deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}.icon-bounce-in{animation:D .6s cubic-bezier(.68,-.55,.265,1.55)}