.imagerion-shop-product-link .wp-block-button__link {
	display: inline-flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	gap: .55em;
	max-width: 100%;
	text-align: center;
	transition: transform .18s ease, filter .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
	word-break: break-word;
}

.imagerion-shop-product-link .wp-block-button__link:hover,
.imagerion-shop-product-link .wp-block-button__link:focus-visible {
	filter: brightness(.88);
	transform: translateY(-2px);
	box-shadow: 0 5px 14px rgba(0, 0, 0, .2);
}

.imagerion-shop-product-link .wp-block-button__link:focus-visible {
	outline: 3px solid currentColor;
	outline-offset: 3px;
}

.imagerion-shop-button-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 1.15em;
	height: 1.15em;
}

.imagerion-shop-button-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.imagerion-shop-style-outline .wp-block-button__link {
	background: transparent !important;
	border: 2px solid currentColor;
	color: inherit !important;
}

.imagerion-shop-style-outline .wp-block-button__link:hover,
.imagerion-shop-style-outline .wp-block-button__link:focus-visible {
	background: #111 !important;
	border-color: #111;
	color: #fff !important;
	filter: none;
}

.imagerion-shop-style-dark .wp-block-button__link {
	background: #111 !important;
	color: #fff !important;
}

.imagerion-shop-style-dark .wp-block-button__link:hover,
.imagerion-shop-style-dark .wp-block-button__link:focus-visible {
	background: #343434 !important;
	filter: none;
}

.imagerion-shop-style-pill .wp-block-button__link {
	border-radius: 999px !important;
}

.imagerion-shop-style-full_width,
.imagerion-shop-style-full_width .wp-block-button__link {
	width: 100%;
}

@media (max-width: 600px) {
	.imagerion-shop-product-link .wp-block-button__link {
		white-space: normal;
	}
}

@media (prefers-reduced-motion: reduce) {
	.imagerion-shop-product-link .wp-block-button__link {
		transition: none;
	}

	.imagerion-shop-product-link .wp-block-button__link:hover,
	.imagerion-shop-product-link .wp-block-button__link:focus-visible {
		transform: none;
	}
}
