<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-alternate .product__reviews {
	display: flex;
	width: 100%;
	gap: 3em;
	align-items: baseline;
}

.product-alternate .product__reviews .product__type\&amp;\sku {
	display: flex;
	align-items: baseline;
	gap: 0.5em;
}

@media screen and (max-width: 749px) {
	.product-alternate .product__reviews {
		order: -1;
		gap: 0;
		justify-content: space-between;
	}
}</pre></body></html>