<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 42:0 Unexpected "}"

**/
.list-social {
	display: flex;
	grid-template-columns: repeat(auto-fit, 30px);
	justify-content: flex-start;
	gap: 0.8rem;
}

@media screen and (min-width: 990px) {
	.list-social {
		justify-content: flex-start;
	}
}

.list-social__item .icon {
	height: 1.5rem;
	width: 1.5rem;
}

/*
.list-social__item:not(:first-child) {
	margin-left: 0.8rem;
}
*/

.list-social__link {
	align-items: center;
	display: flex;
	padding: 0.8rem;
	background-color: rgb(var(--color-scondary-element-background));
	border-radius: 100%;
}

.list-social__link:hover .icon {
	transform: scale(1.07);
}

}



</pre></body></html>