/* Baskibu Designer 0.23.16 — stable compositions + native option reconciliation */

/* Legacy freeze clones are no longer part of the option transaction. Keep a
   hard safety rule for BFCache/hot-reload leftovers so they can never eat taps. */
.bbd-app.bbd-release-02316 .bbd-v2313-option-freeze,
.bbd-app.bbd-release-02316 .bbd-v2313-option-freeze *{
  pointer-events:none!important;
  touch-action:none!important;
}
.bbd-app.bbd-release-02316 .bbd-v2313-option-freeze{display:none!important}

/* Product proxy controls remain interactive while the hidden configurator is
   recalculating. Genuine hard-disabled states can still be expressed by the
   button's disabled attribute on non-Yelken products. */
.bbd-app.bbd-release-02316 .bbd-v81-option:not(:disabled){
  pointer-events:auto!important;
  touch-action:manipulation!important;
}

/* Newly inserted typography presets are one coherent movable unit. */
.bbd-app.bbd-release-02316 .upper-canvas{touch-action:none}
