.timer {
  display: flex;
  gap: 0.25rem;
  color: var(--c-text-inverse);
  font-size: 0.7rem;
  line-height: 1.2;
}

.timer--watermark {
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 1;
  padding: 0.35rem 0.4rem;
  border-radius: 8px;
  background: var(--c-promo-watermark);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  pointer-events: none;
}

.timer__unit {
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
}

.timer__value {
  display: block;
  font-weight: 700;
}

.product-card__promo-timer.timer,
.promo-card__timer.timer {
  display: flex;
  gap: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.product-card__promo-timer .timer__unit {
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
}

.timer--promo {
  position: static;
  display: flex;
  gap: 0.5rem;
  padding: 0;
  background: transparent;
  color: #7a1f3d;
}

.timer--promo .timer__unit {
  flex: 1 1 0;
  min-width: 0;
  min-height: 3.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.4rem 0.2rem;
  border-radius: var(--r-md);
  background: #7a1f3d;
  color: var(--c-text-inverse);
}

.timer--promo .timer__label {
  display: block;
  font-size: 0.65rem;
  opacity: 0.85;
}

.product-gallery__promo.timer {
  position: absolute;
  left: var(--sp-4);
  right: var(--sp-4);
  bottom: 18%;
  z-index: 1;
  padding: 0;
  background: none;
  box-shadow: none;
  color: #8f3f3f;
  opacity: 0.72;
  pointer-events: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
