/* HydroMax 40 oz Tumbler: align the artwork guide with the complete product.
   Percentage geometry keeps the guide aligned in Front, Back, and both-side canvases. */
body[data-product="40 OZ HYDROMAX"] .customCanvas .printBoundary {
  box-sizing: border-box;
  left: 29% !important;
  top: 10.5% !important;
  width: 43% !important;
  height: 77% !important;
  right: auto !important;
  bottom: auto !important;
  border-radius: 2% !important;
}

/* Keep the active artwork above the full-mug guide in every view. */
body[data-product="40 OZ HYDROMAX"] .customCanvas .placedDesign {
  z-index: 3;
}
