.teeinblue-platform-product-enabled {
    .product-form__buttons {
        width: calc(100% - 125px - 10px) !important;
        margin-left: auto !important;
    }
    .product-form__quantity {
        width: 125px !important;
        transform: translateY(-72px);
        margin-bottom: -55px !important;
        z-index: 2;
        position: relative !important;
    }
    .quantity__label {
      display: none !important;
    }
    .quantity {
      width: 125px !important;
    }
}
cart-drawer {
    display: none !important;
}