/* Minimal custom styles — Tailwind CDN handles the rest */

/* Smooth scrolling */
html { scroll-behavior: smooth; }

/* Prevent Tailwind CDN flash */
[x-cloak] { display: none !important; }

/* Product image consistent sizing */
.product-img { max-height: 280px; object-fit: contain; }
