.gv-product-badge-target {
  display: block !important;
  position: static !important;
  width: 100% !important;
  clear: both !important;
  margin-top: 8px !important;
  margin-bottom: 6px !important;
}

.gv-product-badges {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr)) !important;
  gap: 4px !important;
  width: 100% !important;
}

.gv-product-badge {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  min-width: 0 !important;

  padding: 5px 4px !important;
  border-radius: 0 !important;

  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  text-align: center !important;

  color: #fff !important;
  background: #222 !important;
  white-space: nowrap !important;
}

.gv-badge-left-hand {
  background: #7c2d12 !important;
}

.gv-badge-club-number {
  background: #1f2937 !important;
}

.gv-badge-loft {
  background: #374151 !important;
}

.gv-badge-flex {
  background: #065f46 !important;
}