.sale-timer {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0; }
  @media (max-width: 1249px) {
    .sale-timer {
      gap: 2px; } }
  @media (max-width: 1099px) {
    .sale-timer {
      gap: 3px; } }
  .sale-timer__value {
    min-width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border-radius: 4px;
    background-color: var(--theme-base-color);
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    line-height: 1; }
    @media (max-width: 1099px) {
      .sale-timer__value {
        min-width: 24px;
        height: 20px;
        font-size: 12px; } }
  .sale-timer__sep {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1; }
    @media (max-width: 1099px) {
      .sale-timer__sep {
        font-size: 12px; } }
