/* Maku-specific preview appearance. Visibility is controlled by product.js/Core. */
.preview-bottom-ties {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  pointer-events: none;
  z-index: 6;
}

.preview-bottom-ties .preview-tie.bottom {
  position: absolute;
}
