/* =========================================================
   AOM TRADERS V48.8 — UI STABILITY / ZERO LAYOUT FLASH
   ========================================================= */

/*
 * When a matching order already exists in sessionStorage,
 * product action UI stays invisible until v39 has installed
 * the correct final state.
 */
html.aom-order-hydrating .v39-product-actions{
  visibility:hidden !important;
  pointer-events:none !important;
}

html.aom-order-hydrating .v39-product-actions,
html.aom-order-hydrating .v39-product-actions *{
  transition:none !important;
  animation:none !important;
}

/* Order-state replacement must never slide into position. */
.v39-product-actions .aom-product-order-state{
  transition:none !important;
}
