/* Golf Towel artwork is limited to the towel body, below the clip and magnet. */
body[data-product="CUSTOM MAGNETIC GOLF TOWEL"] .customCanvas .printBoundary {
  width: 73%;
  height: 47%;
  top: 27.5%;
  left: 15%;
  border: 2px dotted #b9ff3ccc;
  box-sizing: border-box;
}

body[data-product="CUSTOM MAGNETIC GOLF TOWEL"] .customCanvas .placedDesign {
  max-width: 73%;
  max-height: 47%;
}
