.cosmetsky-footer .wp-block-social-link:hover {
	transform: none;
}

/* Footerin tumma tausta venyy koko leveydelle, mutta sisältö rajataan samaan
   1400px-leveyteen kuin header ja kauppa-/tuotesivujen "wide"-sisältö. */
.cosmetsky-footer > .wp-block-group {
	max-width: 1400px;
}

.cosmetsky-footer-club {
	text-align: right;
}

.cosmetsky-footer-club .wp-block-social-links {
	justify-content: flex-end;
}

/* Mobiilissa sarakkeet pinotaan ja keskitetään, samaa rajaa kuin headerissa. */
@media (max-width: 689px) {
	.cosmetsky-footer-columns {
		flex-direction: column;
		align-items: center;
	}

	.cosmetsky-footer-columns > .wp-block-group {
		text-align: center;
	}

	.cosmetsky-footer-club {
		text-align: center;
	}

	.cosmetsky-footer-club .wp-block-social-links {
		justify-content: center;
	}
}
