/* Encabezado común de regreso a la tienda. */
.topbar,
.print-header {
  position: sticky;
  top: 0;
  z-index: 30;
}

.topbar {
  background: #090909;
}

.print-header {
  background: var(--black, #090a0b);
}

.back-link {
  color: #ddd;
  font: 700 10px 'DM Mono', monospace;
  letter-spacing: .5px;
  text-decoration: none;
  text-transform: uppercase;
}

.back-link span {
  margin-left: 8px;
  color: var(--red, #ed1722);
  font-size: 16px;
}

.back-link:hover { color: #fff; }
