.shop {
	margin-bottom: 1.4em;
}
.action.buy {
	float: none;
	background: #9d9d9d;
	box-shadow: none;
	color: #fff;
	font-weight: 400;
	padding: .5ch .9ch;
	font-size: .9em;
	margin-left: 0;
}
.price::before {
	content: " - ";
	font-weight: 400;
}
.price {
	font-style: normal;
	font-weight: normal;
}

/*
.action.buy::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	transition: top;
	background: inherit;
	animation: fly 2.5s normal forwards cubic-bezier(0.3, 0.27, 0.07, 1.64);
}

@keyframes fly {
	0% {
		opacity: .2;
	}
	50% {
		opacity: .8;
		background: inherit;
		top: -11em;
	}
	70% {
		opacity: .5
	}
	100% {
		transform: scaleX(.5);
		background-color: rgba(255, 255, 255, .75);
		top: -10em;
		right: -63vw;
		opacity: 0;
	}
}
*/
