@keyframes rise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes glow{0%,100%{box-shadow:0 0 0 0 rgba(154,114,255,.18)}50%{box-shadow:0 0 0 7px rgba(154,114,255,0)}}.store-profile,.announcement,.shop-layout,.detail-layout,.cart>*,.manager{animation:rise .45s cubic-bezier(.2,.8,.2,1) both}.product{animation:rise .4s ease both}.product:nth-child(2){animation-delay:.05s}.product:nth-child(3){animation-delay:.1s}.product:nth-child(4){animation-delay:.15s}.product:hover{transform:translateY(-5px);transition:transform .2s ease,box-shadow .2s ease}.primary-btn,.product-form button{transition:transform .18s ease,filter .18s ease}.primary-btn:hover,.product-form button:hover{transform:translateY(-2px);filter:brightness(1.08)}.basket{animation:glow 2.5s ease-in-out infinite}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
