/* Baskibu Designer 0.23.43 — interactive topmost selection handles.
   The blue selection chrome remains visual-only canvas from 0.23.42; this
   transparent DOM layer adds real pointer hit targets even outside Fabric's
   narrow product canvas. */
.bbd-v2343-hit-layer{
  position:absolute!important;
  inset:0!important;
  pointer-events:none!important;
  z-index:9460!important;
  overflow:visible!important;
}
.bbd-v2343-hit{
  position:absolute!important;
  display:block;
  pointer-events:auto!important;
  touch-action:none!important;
  user-select:none!important;
  -webkit-user-select:none!important;
  background:transparent!important;
  border:0!important;
  padding:0!important;
  margin:0!important;
  box-sizing:border-box!important;
}
.bbd-v2343-hit[hidden]{display:none!important}
.bbd-v2343-hit--point,
.bbd-v2343-hit--rotation{z-index:3!important}
.bbd-v2343-hit--edge{z-index:2!important}
.bbd-v2343-hit.is-dragging{cursor:grabbing!important}
@media (pointer:coarse){
  .bbd-v2343-hit--edge{min-height:20px!important}
}
