/* =====================================================================
   Theme: classic (default)
   =====================================================================

   Deliberately almost empty.

   `core.css` draws a complete, clean shop by itself — and the classic theme is that.
   A theme's CSS is the **difference**, not the whole design; this file being empty is
   the proof that the layer was split properly. (Compare `aurora.css` — it really does
   look different, and it copied not one Blade file.)
   ===================================================================== */

:root {
    /* Classic wants a few more products on a screen */
    --grid-min: 172px;
}

/* A faint underline on a card's name — enough to say "this is a link", without making
   the grid busy */
.card__name { text-underline-offset: 3px; }
.card:hover .card__name { text-decoration: underline; }
