/* Responsive overrides. Base styles live in style.css (compiled). */

/* Fix: compiled CSS lacks the .z-[99999] utility used by the fixed header,
   so product cards painted above it while scrolling. */
.z-\[99999\] { z-index: 99999; }
