.product-add-form:not(#product-info-bundle-custom-form) .product-options-wrapper {
    display: none;
}

.price-as-configured .price-wrapper .price,
.product-add-form .bundle-options-wrapper .price-box .price-as-configured .price-wrapper .price {
    color: inherit;
    font-size: inherit;
}

.product-add-form .bundle-options-wrapper .price-box .price-as-configured .price-wrapper .price {
    display: none !important;
    height: 0;
    width: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
    position: absolute !important;
    top: -999999px !important;
}
