/* v73: Uncover the slate flyer header and add a full-width long-sleeve price panel. */
#catalog-products > a.product-card[href="/products/custom-engraved-slate-coaster"]
  > .product-image > .product-category-badge {
  display: none;
}

.shirt-dialog .shirt-dialog-prices > .shirt-dialog-price-long-sleeve {
  grid-column: 1 / -1;
}

/* Keep the close control with the dialog header instead of floating over prices. */
.shirt-dialog .shirt-dialog-close {
  position: relative;
  top: 0;
}
