.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;
}

.teeinblue-enabled:not(.teeinblue-platform-product-enabled) .price.price--large,
.teeinblue-enabled:not(.teeinblue-platform-product-enabled) variant-radios,
.teeinblue-enabled:not(.teeinblue-platform-product-enabled) .product-form__quantity {
  display: none !important;
}

body.teeinblue-platform-product-enabled.teeinblue-platform-product-enabled {
  .product-form__quantity,
  variant-radios,
  .price.price--large {
    display: block !important;
  }
} 