/* Keep both product labels fully visible on compact product cards. */
.relative.pt-6.pb-4.px-6 > div:nth-child(2).absolute {
  position: absolute !important;
  top: 0.75rem !important;
  left: 0.75rem !important;
  right: auto !important;
  transform: none !important;
  z-index: 10;
}

.relative.pt-6.pb-4.px-6 > div:nth-child(3).absolute {
  position: absolute !important;
  top: 0.75rem !important;
  right: 0.75rem !important;
  left: auto !important;
  transform: none !important;
  z-index: 10;
}