.hg-artwork-upload {
	display: block;
	margin-top: 10px;
}

.hg-variation-label-group > legend,
.hg-artwork-group > legend {
	position: relative;
	top: 7px;
	margin-bottom: 21px;
}

.hg-artwork-group.is-awaiting-variation {
	position: relative;
	border-radius: 0;
	background: transparent;
}

.hg-artwork-group.is-awaiting-variation legend {
	color: #7a8290;
}

.hg-artwork-variation-gate {
	display: none;
}

.hg-artwork-group.is-awaiting-variation .hg-artwork-variation-gate {
	position: absolute;
	inset: 0;
	z-index: 4;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	border-radius: inherit;
	background: transparent;
	cursor: help;
}

.hg-artwork-variation-notice {
	position: absolute;
	top: 39px;
	left: 50%;
	z-index: 5;
	width: max-content;
	max-width: calc(100% - 28px);
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #303846;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transform: translate(-50%, -4px);
	transition: opacity .15s ease, transform .15s ease, visibility .15s ease;
}

.hg-artwork-variation-notice[hidden] {
	display: none !important;
}

.hg-artwork-group.is-awaiting-variation:hover .hg-artwork-variation-notice,
.hg-artwork-group.is-awaiting-variation .hg-artwork-variation-gate:focus + .hg-artwork-variation-notice,
.hg-artwork-group.is-awaiting-variation.is-help-visible .hg-artwork-variation-notice {
	visibility: visible;
	opacity: 1;
	transform: translate(-50%, 0);
}

.hg-artwork-group.is-awaiting-variation .hg-choice-grid {
	pointer-events: none;
	filter: grayscale(1);
	opacity: .34;
}

.hg-artwork-group.is-awaiting-variation .hg-artwork-upload {
	display: none !important;
}

.hg-artwork-upload [hidden] {
	display: none !important;
}

.hg-artwork-dropzone {
	position: relative;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px !important;
	align-items: center;
	min-height: 82px;
	padding: 14px 16px;
	border: 1.5px dashed #b7bec9;
	border-radius: 12px;
	background: #f8fafc;
	cursor: pointer;
	transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.hg-artwork-dropzone:hover,
.hg-artwork-dropzone.is-dragging {
	border-color: #ff4b12;
	background: #fff7f2;
	box-shadow: 0 0 0 3px rgba(255, 75, 18, .09);
}

.hg-artwork-input {
	position: absolute;
	inset: 0;
	z-index: 2;
	width: 100% !important;
	height: 100%;
	min-height: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	opacity: 0;
	cursor: pointer;
}

.hg-artwork-dropzone__icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 11px;
	background: #121827;
	color: #fff;
	font-size: 22px;
	font-weight: 800;
}

.hg-artwork-dropzone__copy strong,
.hg-artwork-dropzone__copy small {
	display: block;
}

.hg-artwork-dropzone__copy strong {
	color: #171d2d;
	font-size: 14px;
}

.hg-artwork-dropzone__copy small {
	margin-top: 3px;
	color: #697181;
	font-size: 11px;
	font-weight: 600;
}

.hg-artwork-browse {
	padding: 8px 11px;
	border-radius: 8px;
	background: #ff4b12;
	color: #fff;
	font-size: 12px !important;
	font-weight: 800 !important;
	white-space: nowrap;
}

body.hg-artwork-modal-open {
	overflow: hidden;
}

.hg-artwork-uploaded-summary {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto auto;
	gap: 10px;
	align-items: center;
	padding: 10px 11px;
	border: 1px solid #d8dee7;
	border-radius: 11px;
	background: #f8fafc;
}

.hg-artwork-uploaded-summary__icon {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #e9f8ef;
	color: #17653a;
	font-size: 13px;
	font-weight: 900;
}

.hg-artwork-uploaded-summary__thumbnail {
	position: relative;
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	border: 1px solid #d8dee7;
	border-radius: 9px;
	background: #fff;
	color: #697181;
	font-size: 10px;
	font-weight: 850;
	overflow: visible;
}

.hg-artwork-uploaded-summary__thumbnail > img,
.hg-artwork-uploaded-summary__thumbnail > object {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	border: 0;
	border-radius: 8px;
	object-fit: cover;
	overflow: hidden;
	pointer-events: none;
}

.hg-artwork-uploaded-summary__thumbnail > [hidden] {
	display: none !important;
}

.hg-artwork-uploaded-summary__thumbnail > [data-hg-artwork-summary-fallback] {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: #eef1f5;
}

.hg-artwork-uploaded-summary__thumbnail > .hg-artwork-uploaded-summary__icon {
	position: absolute;
	right: -5px;
	bottom: -5px;
	width: 18px;
	height: 18px;
	border: 2px solid #f8fafc;
	font-size: 9px;
}

.hg-artwork-uploaded-summary[data-hg-artwork-rating="poor"] .hg-artwork-uploaded-summary__icon {
	background: #fff0ed;
	color: #a72916;
}

.hg-artwork-uploaded-summary[data-hg-artwork-rating="warning"] .hg-artwork-uploaded-summary__icon {
	background: #fff5d9;
	color: #775500;
}

.hg-artwork-uploaded-summary__copy {
	min-width: 0;
}

.hg-artwork-uploaded-summary__copy strong,
.hg-artwork-uploaded-summary__copy small {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hg-artwork-uploaded-summary__copy strong {
	color: #171d2d;
	font-size: 12px;
}

.hg-artwork-uploaded-summary__copy small {
	margin-top: 2px;
	color: #697181;
	font-size: 10px;
	font-weight: 650;
}

.hg-artwork-uploaded-summary button {
	min-height: 32px;
	padding: 6px 10px;
	border-radius: 7px;
	font-size: 10px;
	font-weight: 800;
	cursor: pointer;
}

.hg-artwork-review {
	border: 0;
	background: #121827;
	color: #fff;
}

.hg-artwork-summary-replace {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	border: 1px solid #cfd5dd;
	background: #fff;
	color: #333b49;
}

.hg-artwork-summary-replace svg,
.hg-artwork-file-row button svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.hg-artwork-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	place-items: center;
	padding: 16px;
}

.hg-artwork-lightbox__backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: rgba(9, 14, 25, .76);
	backdrop-filter: blur(5px);
	cursor: default;
}

.hg-artwork-lightbox__dialog {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	width: min(1500px, calc(100vw - 32px));
	height: calc(100vh - 32px);
	max-height: none;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 30px 90px rgba(0, 0, 0, .34);
}

.hg-artwork-lightbox__header,
.hg-artwork-lightbox__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.hg-artwork-lightbox__header {
	padding: 17px 22px;
	border-bottom: 1px solid #e5e8ed;
}

.hg-artwork-lightbox__header small {
	display: block;
	margin-bottom: 2px;
	color: #ff4b12;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.hg-artwork-lightbox__header h3 {
	margin: 0;
	color: #121827;
	font-size: 22px;
	line-height: 1.2;
}

.hg-artwork-product-context {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 10px;
	align-items: baseline;
	margin-top: 5px;
}

.hg-artwork-product-context strong {
	color: #252d3b;
	font-size: 13px;
}

.hg-artwork-product-context span {
	color: #697181;
	font-size: 12px;
	font-weight: 650;
}

.hg-artwork-lightbox__controls {
	display: flex;
	gap: 7px;
}

.hg-artwork-lightbox__controls button,
.hg-artwork-lightbox__footer button {
	min-height: 40px;
	padding: 9px 14px;
	border: 1px solid #cfd5dd;
	border-radius: 8px;
	background: #fff;
	color: #252d3b;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
}

.hg-artwork-lightbox__controls button:hover,
.hg-artwork-lightbox__footer button:hover {
	border-color: #ff4b12;
}

.hg-artwork-lightbox__close {
	width: auto;
	padding-inline: 14px !important;
	font-size: 13px !important;
	font-weight: 800 !important;
}

.hg-artwork-lightbox__footer {
	padding: 12px 22px;
	border-top: 1px solid #e5e8ed;
	background: #f8fafc;
}

.hg-artwork-lightbox__footer span {
	flex: 1 1 auto;
	color: #697181;
	font-size: 12px;
	font-weight: 650;
}

.hg-artwork-lightbox__footer button {
	min-width: 78px;
	border-color: #121827;
	background: #121827;
	color: #fff;
	white-space: nowrap;
}

.hg-artwork-lightbox__footer button[data-hg-continue-checkout] {
	border-color: #ff4b12;
	background: #ff4b12;
}

.hg-artwork-lightbox__footer button[data-hg-continue-checkout]:hover,
.hg-artwork-lightbox__footer button[data-hg-continue-checkout]:focus-visible {
	border-color: #dd3800;
	background: #dd3800;
}

.hg-artwork-lightbox__footer .hg-artwork-lightbox__note {
	flex: 1 1 auto;
}

.hg-artwork-checkout-total {
	display: grid;
	flex: 0 0 auto;
	gap: 1px;
	min-width: 104px;
	text-align: right;
}

.hg-artwork-lightbox__footer .hg-artwork-checkout-total span {
	color: #697181;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.hg-artwork-checkout-total strong {
	color: #ff4b12;
	font-size: 21px;
	font-weight: 900;
	line-height: 1.1;
}

.hg-price-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 16px 20px;
	border-top: 1px solid #e7e9ee;
	border-radius: 0 0 17px 17px;
	background: #f8fafc;
}

.hg-price-summary__details {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.hg-price-summary__details > span {
	color: #121827;
	font-size: 14px;
	font-weight: 850;
	letter-spacing: 0;
	text-transform: none;
}

.hg-price-summary__details > ul {
	display: grid;
	gap: 2px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #697181;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
}

.hg-price-summary__details > ul li {
	margin: 0;
}

.hg-price-summary__quantity-rule {
	margin: 6px 0 0 !important;
	color: #697181;
	font-size: 11px !important;
	font-weight: 600;
	line-height: 1.4;
}

.hg-price-summary__quantity-rule > span {
	margin-right: 4px;
	color: #121827;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.hg-price-summary__quantity-savings {
	display: grid;
	gap: 6px;
	width: 100%;
	margin-top: 9px;
	padding: 8px;
	border: 1px solid #ffd2c3;
	border-radius: 8px;
	background: #fff7f3;
	color: #505867;
	font-size: 11px !important;
	font-weight: 650;
	line-height: 1.35;
}

.hg-price-summary__quantity-savings .hg-price-summary__quantity-savings-label {
	color: #121827;
	font-size: 11px !important;
	font-weight: 850 !important;
	letter-spacing: 0;
	line-height: 1.2 !important;
	text-transform: none;
}

.hg-price-summary__quantity-tier-list {
	display: grid;
	gap: 2px;
}

.hg-price-summary__quantity-tier {
	display: grid;
	grid-template-columns: minmax(54px, .7fr) minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	min-height: 27px;
	padding: 4px 7px;
	border-radius: 5px;
}

.hg-price-summary__quantity-tier + .hg-price-summary__quantity-tier {
	border-top: 1px solid rgba(255, 122, 73, .18);
}

.hg-price-summary__quantity-savings .hg-price-summary__quantity-range {
	color: #505867;
	font-variant-numeric: tabular-nums;
	font-weight: 750;
	letter-spacing: 0;
	text-transform: none;
}

.hg-price-summary__quantity-savings .hg-price-summary__quantity-discount {
	color: #d83a08;
	font-weight: 800;
	letter-spacing: 0;
	text-align: right;
	text-transform: none;
}

.hg-price-summary__quantity-tier.is-active {
	background: #fff;
	box-shadow: inset 3px 0 0 #ff4b12, 0 1px 4px rgba(21, 27, 43, .08);
}

.hg-price-summary__quantity-tier.is-active .hg-price-summary__quantity-range,
.hg-price-summary__quantity-tier.is-active .hg-price-summary__quantity-discount {
	color: #c93405;
}

@media (max-width: 420px) {
	.hg-price-summary__quantity-savings {
		width: 100%;
	}

	.hg-price-summary__quantity-tier {
		gap: 10px;
	}
}

.hg-price-summary__total {
	display: grid;
	flex: 0 0 auto;
	gap: 1px;
	text-align: right;
}

.hg-price-summary__total > small {
	color: #697181;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.hg-price-summary__total > strong {
	color: #ff4b12;
	font-size: 25px;
	font-weight: 900;
	line-height: 1.1;
}

.hg-price-summary.is-awaiting-price .hg-price-summary__total > strong {
	color: #737b89;
	font-size: 15px;
	font-weight: 750;
}

@media (min-width: 681px) {
	.woocommerce div.product .woocommerce-tabs ul.tabs {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs > li {
		float: none !important;
	}
}

.woocommerce div.product .woocommerce-tabs ul.tabs > li.active {
	border: 1px solid #dfe2e8 !important;
	border-bottom-color: #fff !important;
	border-radius: 5px 5px 0 0;
	background: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs > li.active > a {
	padding: 7px 10px;
}

.woocommerce div.product button.hg-awaiting-artwork,
.woocommerce div.product [data-hg-product-quote].hg-awaiting-artwork,
.woocommerce div.product button.hg-awaiting-configuration,
.woocommerce div.product [data-hg-product-quote].hg-awaiting-configuration {
	border-color: #d9dde4 !important;
	background: #e7e9ed !important;
	box-shadow: none !important;
	color: #9299a5 !important;
	cursor: not-allowed !important;
	filter: grayscale(1);
	opacity: .72;
}

.hg-artwork-preflight {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(380px, .6fr);
	gap: 20px;
	height: 100%;
	min-height: 0;
	overflow: hidden;
	padding: 20px 22px;
	background: #fff;
}

.hg-artwork-preview-stage {
	position: relative;
	display: grid;
	place-items: center;
	height: 100%;
	min-height: 0;
	overflow: hidden;
	border-radius: 10px;
	background: #e9edf2;
}

.hg-artwork-artboard {
	position: relative;
	display: grid;
	place-items: center;
	width: 100%;
	height: 255px;
	overflow: hidden;
	background-color: #eef1f5;
	background-image: linear-gradient(45deg, #dfe3e8 25%, transparent 25%), linear-gradient(-45deg, #dfe3e8 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #dfe3e8 75%), linear-gradient(-45deg, transparent 75%, #dfe3e8 75%);
	background-position: 0 0, 0 8px, 8px -8px, -8px 0;
	background-size: 16px 16px;
	box-shadow: 0 5px 18px rgba(18, 24, 39, .12);
}

.hg-artwork-preview-stage canvas,
.hg-artwork-preview-stage object {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: contain;
	background: transparent;
}

.hg-artwork-preview-placeholder {
	display: grid;
	place-items: center;
	gap: 7px;
	padding: 24px;
	text-align: center;
}

.hg-artwork-preview-placeholder strong {
	display: grid;
	place-items: center;
	width: 78px;
	height: 92px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(18, 24, 39, .14);
	color: #121827;
	font-size: 20px;
}

.hg-artwork-preview-placeholder span {
	max-width: 180px;
	color: #4f5969;
	font-size: 11px !important;
	font-weight: 700 !important;
}

.hg-artwork-guides {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.hg-artwork-guides > span {
	position: absolute;
	box-sizing: border-box;
}

.hg-artwork-bleed-guide {
	inset: 2%;
	border: 1px dashed #d93824;
}

.hg-artwork-cut-guide {
	inset: var(--hg-cut-inset, 4%);
	border: 2px solid #ff4b12;
	box-shadow: 0 0 0 999px rgba(255, 75, 18, .06);
}

.hg-artwork-edge-guide {
	border-style: solid;
	border-color: rgba(255, 75, 18, .3);
	background: transparent;
}

.hg-artwork-safe-guide {
	inset: var(--hg-safe-inset, 7%);
	border: 1px dashed #16883f;
}

.hg-artwork-guides[data-hg-artwork-mode="sticker"] .hg-artwork-cut-guide {
	border-style: dashed;
	box-shadow: 0 0 0 999px rgba(255, 75, 18, .035);
}

.hg-artwork-guides[data-hg-artwork-mode="sticker"] .hg-artwork-safe-guide {
	border-style: dotted;
}

.hg-guide-label {
	position: absolute;
	padding: 3px 5px;
	border-radius: 4px;
	color: #fff;
	font-size: 9px;
	font-weight: 800;
	line-height: 1;
}

.hg-guide-label--bleed {
	top: 2%;
	left: 2%;
	background: #b42318;
}

.hg-guide-label--cut {
	top: var(--hg-cut-inset, 4%);
	right: var(--hg-cut-inset, 4%);
	background: #ff4b12;
}

.hg-guide-label--edge {
	background: #121827;
	transform: translateY(-100%);
}

.hg-guide-label--safe {
	background: #16883f;
	transform: translateY(100%);
}

.hg-artwork-report {
	display: grid;
	align-content: start;
	gap: 14px;
	min-width: 0;
	over-y: auto;
	padding-right: 4px;
}

.hg-artwork-file-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
}

.hg-artwork-file-row strong,
.hg-artwork-file-row small {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hg-artwork-file-row strong {
	max-width: 185px;
	font-size: 14px;
}

.hg-artwork-file-row small {
	margin-top: 2px;
	color: #697181;
	font-size: 12px;
}

.hg-artwork-file-row button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 7px 10px;
	border: 1px solid #cfd5dd;
	border-radius: 6px;
	background: #fff;
	color: #333b49;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
}

.hg-artwork-rating {
	display: flex;
	gap: 9px;
	align-items: center;
	padding: 0 0 11px;
	color: #273142;
}

.hg-artwork-rating > span {
	display: grid;
	flex: 0 0 32px;
	place-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	font-size: 15px !important;
	font-weight: 900 !important;
}

.hg-artwork-rating strong,
.hg-artwork-rating small {
	display: block;
}

.hg-artwork-rating strong {
	font-size: 14px;
}

.hg-artwork-rating small {
	margin-top: 2px;
	color: inherit;
	font-size: 12px;
	font-weight: 600;
}

.hg-artwork-rating small:empty {
	display: none;
}

.hg-artwork-rating[data-hg-artwork-rating="ready"] {
	color: #17653a;
}

.hg-artwork-rating[data-hg-artwork-rating="warning"] {
	color: #775500;
}

.hg-artwork-rating[data-hg-artwork-rating="poor"] {
	color: #a72916;
}

.hg-artwork-metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
	margin: 0;
}

.hg-artwork-metrics div {
	min-width: 0;
	padding: 10px 11px;
	border: 1px solid #e6e8ec;
	border-radius: 7px;
	background: #fbfcfd;
}

.hg-artwork-metrics dt {
	color: #737b89;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.hg-artwork-metrics dd {
	margin: 2px 0 0;
	overflow-wrap: anywhere;
	color: #171d2d;
	font-size: 13px;
	font-weight: 800;
}

.hg-artwork-results {
	padding: 13px;
	border: 1px solid #e1e5eb;
	border-radius: 10px;
	background: #fbfcfd;
}

.hg-artwork-results:has(.hg-artwork-rating[data-hg-artwork-rating="ready"]) {
	border-color: #bfe3cc;
	background: #f3fbf6;
}

.hg-artwork-results:has(.hg-artwork-rating[data-hg-artwork-rating="warning"]) {
	border-color: #ead99a;
	background: #fffbec;
}

.hg-artwork-results:has(.hg-artwork-rating[data-hg-artwork-rating="poor"]) {
	border-color: #ffc9be;
	background: #fff5f2;
}

.hg-artwork-findings {
	display: grid;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hg-artwork-findings li {
	position: relative;
	margin: 0;
	padding-left: 17px;
	color: #596273;
	font-size: 12px;
	line-height: 1.45;
}

.hg-artwork-findings li::before {
	content: "•";
	position: absolute;
	left: 2px;
	color: #ff4b12;
}

.hg-artwork-decision {
	margin-top: 13px;
	padding-top: 13px;
	border-top: 1px solid #e0e4ea;
}

.hg-artwork-decision > strong {
	display: block;
	margin-bottom: 10px;
	color: #343b48;
	font-size: 13px;
	line-height: 1.4;
}

.hg-artwork-decision > div {
	display: grid;
	gap: 6px;
}

.hg-artwork-decision button {
	min-height: 40px;
	padding: 8px 11px;
	border-radius: 7px;
	font-size: 12px;
	font-weight: 850;
	cursor: pointer;
}

.hg-artwork-redesign,
.hg-artwork-proceed {
	border: 1px solid #121827;
	background: #121827;
	color: #fff;
}

.hg-artwork-decision.has-selection button:not(.is-selected) {
	border-color: #121827;
	background: #121827;
	color: #fff;
	box-shadow: none;
}

.hg-artwork-decision button:hover,
.hg-artwork-decision button:focus-visible,
.hg-artwork-decision.has-selection button:not(.is-selected):hover,
.hg-artwork-decision.has-selection button:not(.is-selected):focus-visible,
.hg-artwork-decision button.is-selected {
	border-color: #ff4b12;
	background: #ff4b12;
	color: #fff;
	box-shadow: 0 0 0 2px rgba(255, 75, 18, .18);
}

.hg-artwork-decision button:focus-visible {
	outline: 2px solid #fff;
	outline-offset: -4px;
}

.hg-artwork-decision.is-resolved {
	color: #273142;
}

.hg-artwork-discard-confirm {
	position: absolute;
	z-index: 30;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 24px;
	background: rgba(18, 24, 39, .68);
	backdrop-filter: blur(3px);
}

.hg-artwork-discard-confirm[hidden] {
	display: none;
}

.hg-artwork-discard-confirm__dialog {
	width: min(430px, 100%);
	padding: 24px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
}

.hg-artwork-discard-confirm__dialog > strong {
	display: block;
	color: #121827;
	font-size: 20px;
	line-height: 1.2;
}

.hg-artwork-discard-confirm__dialog > p {
	margin: 9px 0 20px;
	color: #596273;
	font-size: 14px;
	line-height: 1.5;
}

.hg-artwork-discard-confirm__dialog > div {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.hg-artwork-discard-confirm__dialog button {
	min-height: 44px;
	padding: 8px 13px;
	border: 1px solid #121827;
	border-radius: 8px;
	background: #121827;
	color: #fff;
	font-size: 13px;
	font-weight: 850;
	cursor: pointer;
}

.hg-artwork-discard-confirm__dialog [data-hg-discard-artwork] {
	border-color: #ff4b12;
	background: #ff4b12;
}

.hg-artwork-discard-confirm__dialog button:focus-visible {
	outline: 3px solid rgba(255, 75, 18, .3);
	outline-offset: 2px;
}

@media (max-width: 760px) {
	.hg-artwork-lightbox {
		padding: 12px;
	}

	.hg-artwork-lightbox__dialog {
		max-height: calc(100vh - 24px);
	}

	.hg-artwork-preflight {
		grid-template-columns: 1fr;
		grid-template-rows: minmax(260px, 46%) minmax(0, 1fr);
		padding: 12px;
	}

	.hg-artwork-preview-stage {
		height: 100%;
		min-height: 0;
	}

	.hg-artwork-preview-stage canvas,
	.hg-artwork-preview-stage object {
		height: 100%;
		min-height: 0;
	}
}

@media (max-width: 520px) {
	.hg-artwork-dropzone {
		grid-template-columns: auto minmax(0, 1fr);
		min-height: 72px;
		padding: 11px;
	}

	.hg-artwork-dropzone__icon {
		width: 36px;
		height: 36px;
	}

	.hg-artwork-browse {
		display: none;
	}

	.hg-artwork-uploaded-summary {
		grid-template-columns: auto minmax(0, 1fr) auto;
		gap: 7px;
		padding: 9px;
	}

	.hg-artwork-summary-replace {
		display: none;
	}

	.hg-artwork-lightbox {
		padding: 0;
	}

	.hg-artwork-lightbox__dialog {
		width: 100%;
		height: 100%;
		max-height: none;
		border: 0;
		border-radius: 0;
	}

	.hg-artwork-lightbox__header {
		padding: 12px;
	}

	.hg-artwork-lightbox__header h3 {
		font-size: 16px;
	}

	.hg-artwork-lightbox__controls button {
		padding: 7px 9px;
	}

	.hg-artwork-preflight {
		grid-template-rows: minmax(220px, 40%) minmax(0, 1fr);
		padding: 10px;
	}

	.hg-artwork-preview-stage {
		height: 100%;
		min-height: 0;
	}

	.hg-artwork-preview-stage canvas,
	.hg-artwork-preview-stage object {
		height: 100%;
		min-height: 0;
	}

	.hg-artwork-lightbox__footer {
		padding: 9px 12px;
	}

	.hg-artwork-lightbox__footer span {
		max-width: 230px;
	}

	.hg-artwork-lightbox__footer {
		gap: 9px;
	}

	.hg-artwork-lightbox__footer .hg-artwork-lightbox__note {
		display: none;
	}

	.hg-artwork-checkout-total {
		margin-right: auto;
		text-align: left;
	}

	.hg-price-summary {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		align-items: flex-start;
		gap: 9px;
		padding: 14px 16px;
	}

	.hg-price-summary__details > ul {
		gap: 3px;
	}

	.hg-price-summary__total > strong {
		font-size: 22px;
	}

	.hg-price-summary__total {
		text-align: left;
	}
}
