html { scroll-behavior: smooth; }
body { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.glass { background: rgba(255, 255, 255, .16); backdrop-filter: blur(16px); }
.product-card:hover { transform: translateY(-6px); }
.drawer-shadow { box-shadow: -24px 0 60px rgba(15, 23, 42, .22); }
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
img { max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
