.product-small .box-image {
  position: relative;
}

.focusor-promo-countdown {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 9;
  width: 100%;
  transform: translateX(-50%);
  background: #ffda03;
  color: #000;
  padding: .35rem .7rem;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  box-sizing: border-box;
}

.badge-container.top {
  top: 15px !important;
}

.product-main .focusor-promo-countdown,
.focusor-promo-countdown--single {
  position: relative;
  left: 0;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 5px;
  transform: none;
}

.focusor-promo-countdown.is-expired {
  opacity: .75;
}
