body { -webkit-tap-highlight-color: transparent; scroll-behavior: smooth; }
.hide-scrollbar::-webkit-scrollbar { display: none; }
.hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
.ios-blur { backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.product-card { transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
.product-card:active { transform: scale(0.96); }
.cat-pill.active { background-color: var(--brand-color, black); color: white; }
