/*
 * Footer proposal for index-footer-poland.html.
 * Keeps the existing site CSS untouched while testing the Poland shop layout.
 */

#footer.footer-poland-layout,
#footer.footer-poland-layout * {
	box-sizing: border-box;
}

#footer.footer-poland-layout .footer-logo p,
#footer.footer-poland-layout .footer-sns p {
	overflow-wrap: anywhere;
}

#footer.footer-poland-layout .footer-shop-poland > p:nth-child(2) {
	font-size: 0.95rem;
}

#footer.footer-poland-layout .footer-shop-poland > p:nth-child(3) {
	margin-bottom: 8px;
	font-size: 0.82rem;
}

#footer.footer-poland-layout .footer-button {
	width: 200px;
	max-width: 100%;
	margin-top: 10px;
	text-align: center;
	background-color: #1E2D29;
	color: #fff;
}

#footer.footer-poland-layout .footer-logo > p.footer-button,
#footer.footer-poland-layout .footer-sns > p.footer-button,
#footer.footer-poland-layout .footer-contact > p.footer-button {
	font-size: 1rem;
	line-height: 1.4;
}

#footer.footer-poland-layout .footer-button a {
	display: block;
	padding: 10px;
	color: #fff;
	text-decoration: none;
}

#footer.footer-poland-layout .footer-shop-poland > p.footer-button {
	margin-top: 16px;
}

#footer.footer-poland-layout .footer-button a:hover,
#footer.footer-poland-layout .footer-button a:focus {
	background-color: #AC3321;
	color: #fff;
	text-decoration: none;
}

@media screen and (min-width: 960px) {
	#footer.footer-poland-layout {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 3em 8%;
		padding: 7em 7% 6em 5%;
		background-image: none;
	}

	#footer.footer-poland-layout .footer-logo,
	#footer.footer-poland-layout .footer-sns {
		width: auto;
		min-width: 0;
		margin: 0;
		padding: 0;
	}

	#footer.footer-poland-layout .footer-contact {
		margin-top: 2rem;
	}

	#footer.footer-poland-layout .footer-sns > p.footer-button,
	#footer.footer-poland-layout .footer-contact > p.footer-button,
	#footer.footer-poland-layout .footer-shop-poland > p.footer-button {
		width: 200px;
		max-width: 100%;
	}
}

@media screen and (min-width: 1180px) {
	#footer.footer-poland-layout {
		grid-template-columns:
			minmax(210px, 1fr)
			minmax(240px, 1.15fr)
			minmax(220px, 1fr)
			minmax(200px, 0.75fr);
		column-gap: clamp(24px, 3vw, 52px);
		row-gap: 0;
		padding: 9em 12% 7em 5%;
		background-image: url(../images/footer-logo.svg);
		background-repeat: no-repeat;
		background-position: right 4% center;
		background-size: 100px;
	}

	#footer.footer-poland-layout .footer-actions {
		align-self: start;
	}
}
