/* Hide common "from/as low as" labels for locked bundle products */
body.bamz-lockedbundle .price-as-low-as,
body.bamz-lockedbundle .as-low-as,
body.bamz-lockedbundle .from,
body.bamz-lockedbundle .price-from {
  display: none !important;
}

body.bamz-lockedbundle .bamz-lockedbundle-price .price {
  font-weight: 600;
}
input[data-locked-default="1"] {
  opacity: .6;
  cursor: not-allowed;
}

.page-product-bundle .product-slider .price-final_price .price-from .price-container .price-label,
.page-product-bundle .product-slider .price-final_price .price-to .price-container .price-label {
  display:none;
}