/* Matrix grid */
.tex-tryk-size-matrix-wrap {
	margin: 1em 0;
}
.tex-tryk-size-matrix-title {
	display: block;
	font-weight: 600;
	margin-bottom: 0.5em;
}
.tex-tryk-size-matrix-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75em 1.25em;
	align-items: flex-end;
}
.tex-tryk-size-matrix-cell {
	display: flex;
	flex-direction: column;
	gap: 0.25em;
}
.tex-tryk-size-label {
	font-weight: 500;
	font-size: 0.9em;
}
.tex-tryk-size-qty {
	width: 4em;
	text-align: center;
}
.tex-tryk-size-matrix-summary {
	margin-top: 0.75em;
}
.tex-tryk-size-matrix-summary .tex-tryk-summary-total {
	margin-left: 1em;
}
.tex-tryk-size-matrix-message {
	color: #b32d2e;
	font-size: 0.9em;
	margin-top: 0.5em;
}

/* Skjul Woo's qty ved knappen når matrix bruges */
.tex-tryk-matrix-visible .quantity {
	display: none !important;
}

/* Skjul Woo's størrelse-dropdown (pa_stoerrelse) */
.has-tex-tryk-size-matrix .variations_form .attribute_pa_stoerrelse:not(:has(.tex-tryk-size-matrix-wrap)),
.has-tex-tryk-size-matrix .variations_form [data-attribute_name="pa_stoerrelse"]:not(:has(.tex-tryk-size-matrix-wrap)) {
	display: none !important;
}
.has-tex-tryk-size-matrix .variations_form .attribute_pa_stoerrelse .value:not(:has(.tex-tryk-size-matrix-wrap)),
.has-tex-tryk-size-matrix .variations_form [data-attribute_name="pa_stoerrelse"] .value:not(:has(.tex-tryk-size-matrix-wrap)) {
	display: none !important;
}
.has-tex-tryk-size-matrix .variations_form select[name="attribute_pa_stoerrelse"] {
	display: none !important;
}
