.gva-product-offer-bar {
  height: 56px;
  min-height: 56px;
  box-sizing: border-box;
  padding: 5px 16px;
  background: #be0d34;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  font: 400 14px/1.3 GvahqFigtree, Figtree, sans-serif;
}
.gva-product-offer-bar__copy { display: flex; flex-direction: column; min-width: 0; }
.gva-product-offer-bar__copy strong { font-size: 18px; line-height: 1.05; font-weight: 700; letter-spacing: .02em; }
.gva-product-offer-bar__copy span { font-size: 15px; line-height: 1.15; }
.gva-product-offer-bar__timer {
  width: 108px;
  min-width: 108px;
  height: 40px;
  box-sizing: border-box;
  padding: 3px 6px 2px;
  border-radius: 6px;
  background: #fff;
  color: #182b3c;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 23px 10px;
  column-gap: 3px;
  align-items: center;
}
.gva-product-offer-bar__timer strong { grid-column: 1 / -1; font-size: 17px; line-height: 1; letter-spacing: .02em; }
.gva-product-offer-bar__timer span { font-size: 8px; line-height: 1; }
@media (max-width: 749px) {
  .gva-product-offer-bar { height: 50px; min-height: 50px; gap: 8px; padding: 5px 12px; }
  .gva-product-offer-bar__copy { flex: 1 1 auto; }
  .gva-product-offer-bar__copy strong { font-size: 14px; }
  .gva-product-offer-bar__copy span { font-size: 12px; }
  .gva-product-offer-bar__timer { width: 96px; min-width: 96px; height: 40px; }
}
