.afg-bogo-overlay-host {
  position: relative;
}

.afg-bogo-overlay {
  position: absolute;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.afg-bogo-overlay[data-position="top-left"] {
  top: 8px;
  left: 8px;
}

.afg-bogo-overlay[data-position="top-right"] {
  top: 8px;
  right: 8px;
}

.afg-bogo-overlay[data-position="bottom-left"] {
  bottom: 8px;
  left: 8px;
}

.afg-bogo-overlay[data-position="bottom-right"] {
  bottom: 8px;
  right: 8px;
}

.afg-bogo-overlay img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.addifyfreegifts-gift-label {
  display: inline-block;
  font-weight: 600;
  color: #166534;
  margin-right: 0.35rem;
}

.addifyfreegifts-free-badge {
  display: inline-block;
  margin-left: 0.25rem;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  background: #16a34a;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  vertical-align: middle;
}

.addifyfreegifts-free-line {
  background: rgba(22, 163, 74, 0.08);
  border-color: rgba(22, 163, 74, 0.35);
}

.addifyfreegifts-free-line .product-price,
.addifyfreegifts-free-line .price,
.addifyfreegifts-free-line .current-price {
  color: #166534;
  font-weight: 700;
}
