<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-form-variants__option-name--size {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.product-form-variants__option-name button {
	display: flex;
	align-items: center;
	color: var(--theme-color-brand);
	font-size: 0.875rem;
	font-family: founders, Franklin Gothic Medium, Arial Narrow, Arial, sans-serif;
	white-space: nowrap;
}

.product-form-variants__option-name button img {
	width: auto;
	height: 2rem;
}
</pre></body></html>