@keyframes maia-page-in { from { opacity: 0 } to { opacity: 1 } }
@keyframes maia-header-in { from { opacity: 0; transform: translateY(-14px) } to { opacity: 1; transform: none } }
@keyframes maia-hero-up { from { opacity: 0; transform: translateY(24px) } to { opacity: 1; transform: none } }
@keyframes maia-scale-in { from { opacity: 0; transform: scale(.985) } to { opacity: 1; transform: scale(1) } }
@keyframes maia-spin { to { transform: rotate(360deg) } }
body{animation:maia-page-in .45s ease both}.utility-bar{animation:maia-header-in .45s ease both}.maia-header,.checkout-header{animation:maia-header-in .58s .08s cubic-bezier(.2,.7,.2,1) both}.hero-panel.is-active .overline,.hero-fallback .overline{animation:maia-hero-up .55s .16s ease both}.hero-panel.is-active h1,.hero-fallback h1{animation:maia-hero-up .7s .24s cubic-bezier(.2,.7,.2,1) both}.hero-panel.is-active p,.hero-fallback p{animation:maia-hero-up .65s .34s ease both}.hero-panel.is-active .maia-button,.hero-fallback .maia-button{animation:maia-hero-up .6s .43s ease both}.shop-hero>div{animation:maia-hero-up .65s .15s ease both}.maia-reveal{opacity:0;transform:translateY(25px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.7,.2,1)}.maia-reveal.is-visible{opacity:1;transform:none}.maia-reveal[data-reveal-order="1"]{transition-delay:.06s}.maia-reveal[data-reveal-order="2"]{transition-delay:.12s}.maia-reveal[data-reveal-order="3"]{transition-delay:.18s}.maia-reveal[data-reveal-order="4"]{transition-delay:.24s}.product-card .product-image img,.wishlist-image img,.bag-image img{transition:transform .55s ease,opacity .35s ease}.product-card:hover .product-image img{transform:scale(1.035)}.maia-button,.checkout-button,.place-order-button,.wishlist-to-cart{transition:background-color .2s,color .2s,border-color .2s,transform .2s,box-shadow .2s}.maia-button:hover,.checkout-button:hover,.place-order-button:hover,.wishlist-to-cart:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.12)}.maia-page-loader{position:fixed;z-index:10000;inset:0;display:grid;place-items:center;background:#fbfaf7;transition:opacity .35s,visibility .35s}.maia-page-loader.is-hidden{opacity:0;visibility:hidden}.maia-page-loader:before{content:"";width:38px;height:38px;border:2px solid #e1dbd2;border-top-color:#ff5722;border-radius:50%;animation:maia-spin .75s linear infinite}.nx-mini-cart.is-open{animation:maia-scale-in .22s ease both}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.maia-reveal{opacity:1!important;transform:none!important}.maia-page-loader{display:none!important}}
