/*
 * Classic theme — default clean Bootstrap look.
 * Matches the original webshop appearance.
 */
:root {
  --shop-body-bg: #fff;
  --shop-body-txt: #444;
  --shop-border: #888;
  --shop-border-lighter: #ccc;
  --shop-btn-bg: #eee;
  --shop-btn-txt: #444;
}
