.hpb-gift-badge {
  position: absolute;
  z-index: 25;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: calc(100% - 20px);
  padding: 7px 11px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: .3px;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(0,0,0,.16);
  pointer-events: none;
  white-space: normal;
  text-align: center;
}
.hpb-top-right { top: 10px; right: 10px; }
.hpb-top-left { top: 10px; left: 10px; }
.hpb-bottom-right { bottom: 10px; right: 10px; }
.hpb-bottom-left { bottom: 10px; left: 10px; }

.product-cover > .hpb-gift-badge,
.images-container > .hpb-gift-badge {
  font-size: 14px;
  padding: 9px 14px;
}

@media (max-width: 767px) {
  .hpb-gift-badge {
    top: 7px;
    right: 7px;
    padding: 5px 8px;
    font-size: 10px;
    border-radius: 5px;
  }
  .hpb-top-left { left: 7px; right: auto; }
  .hpb-bottom-right { top: auto; bottom: 7px; right: 7px; }
  .hpb-bottom-left { top: auto; bottom: 7px; left: 7px; right: auto; }
}
