
html{scroll-behavior:smooth}
.reveal,.shopify-section{opacity:0;transform:translateY(40px);transition:1s cubic-bezier(.16,1,.3,1)}
.reveal.in,.shopify-section.in{opacity:1;transform:none}
.reveal-text{clip-path:inset(0 0 100% 0);transition:1.1s cubic-bezier(.16,1,.3,1)}
.reveal-text.in{clip-path:inset(0)}
.product-card,.card{transition:transform .7s cubic-bezier(.16,1,.3,1), box-shadow .7s}
.product-card:hover,.card:hover{transform:translateY(-12px) scale(1.025)}
.magnetic{will-change:transform;transition:transform .2s ease}
.parallax{transform:translateY(var(--parallax,0px))}
img{transition:transform 1.2s cubic-bezier(.16,1,.3,1)}
.card:hover img,.product-card:hover img{transform:scale(1.08)}
.cursor-glow{position:fixed;width:24px;height:24px;border-radius:50%;pointer-events:none;z-index:9999;backdrop-filter:blur(3px)}
