/* ==========================================================================
   Life HQ — Shopping Page
   ========================================================================== */

.shop-group + .shop-group { margin-top: var(--space-md); }

.shop-group h4 {
  font-size: var(--fs-small);
  font-family: var(--font-body);
  font-weight: 700;
  color: var(--ink-light);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}
.shop-group h4 .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--periwinkle-500); }
