/* Storefront styles - extend as needed */
:root { --brand:#0d6efd; }
body { font-family: system-ui, Arial, sans-serif; }
.product-card { transition: transform .15s ease; }
.product-card:hover { transform: translateY(-4px); }
