/* =========================================================
   DIGISKYWARD -- shared tokens.
   Always loaded on product pages regardless of which
   individual features are switched on in Settings > Digiskyward,
   since every feature stylesheet depends on these custom
   properties existing.
   ========================================================= */

:root {
  --bbpb-red: #E21C21;
  --bbpb-red-dark: #B9151A;
  --bbpb-black: #090909;
  --bbpb-black-soft: #232323;
  --bbpb-border: #D7D7D7;
  --bbpb-border-soft: #E7E7E7;
  --bbpb-muted: #9A9A9A;
  --bbpb-radius: 4px;
}

/* Shared premium shine sweep -- used by both the button-styling
   and sticky-bar features independently, so it lives in the
   always-loaded base file instead of either feature file. That
   way turning one feature off never breaks the other's shine. */
@keyframes bbpbShine {
  0%, 45% { left: -60%; }
  70%, 100% { left: 140%; }
}
