.teeinblue-enabled:not(.teeinblue-platform-product-enabled) {
    div[id*="price-template"],
    .product__tax,
    variant-selects,
    div[id*="Quantity-Form-template"],
    .product-form__buttons {
        display: none !important;
    }
}
.teeinblue-enabled .shopify-payment-button {
    display: none !important;
}

.tee-product-price {
    font-size: 14px;
}

body.teeinblue-enabled:not(.teeinblue-platform-product-enabled) .tee-customization-wrapper ~ * {
    display: block !important;
}
body.teeinblue-enabled:not(.teeinblue-platform-product-enabled) .tee-customization-wrapper ~ * [type="submit"],
body.teeinblue-enabled:not(.teeinblue-platform-product-enabled) .tee-customization-wrapper ~ * .shopify-payment-button {
    display: none !important;
}
