/* Stronger bundle pricing */
.kaching-bundles__bar-price,
.nz-bundle__price {
  font-weight: 900 !important;
  -webkit-text-stroke: 0.2px currentColor;
  text-rendering: geometricPrecision;
}

.kaching-bundles__bar-full-price {
  font-weight: 600 !important;
}

kaching-bundle [class*="price"]:not(.kaching-bundles__bar-full-price) {
  font-weight: 800 !important;
}
