/* Direct, accessible removal control for every uploaded Design Lab image. */
.customCanvas .placedDesign .artworkDeleteButton {
  position: absolute;
  top: 0;
  right: -44px;
  z-index: 20;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #d71920;
  color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .55);
  font: 700 27px/1 Arial, sans-serif;
  cursor: pointer;
  touch-action: manipulation;
}

.customCanvas .placedDesign .artworkDeleteButton:hover,
.customCanvas .placedDesign .artworkDeleteButton:focus-visible {
  background: #a80f15;
  color: #fff;
  outline: 3px solid #fff;
  outline-offset: 2px;
}

/* Keep the full-bleed blanket resize handle above large uploaded artwork. */
body[data-product="CUSTOM FLEECE BLANKET"] .customCanvas .placedDesign .resizeHandle {
  z-index: 21;
}
