.cvt-buy-card {
	cursor: pointer;
}

.cvt-buy-card .goods_image a,
.cvt-buy-card .goods_name a,
.cvt-buy-card .goodsrel_image a,
.cvt-buy-card .goodsrel_info__title {
	cursor: pointer;
}

.goods_button {
	min-height: 31px;
}

.cvt-buy-card__button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 112px;
	height: 30px;
	margin: 0;
	padding: 0 10px;
	border: 0;
	border-radius: 5px;
	background: #fff;
	color: #4c3415;
	font: inherit;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.cvt-buy-card__button::before {
	content: "";
	position: absolute;
	inset: 0;
	box-sizing: border-box;
	border: 2px solid transparent;
	border-radius: inherit;
	background:
		linear-gradient(#fff, #fff) padding-box,
		linear-gradient(90deg, #ed54fe 0%, #d81c59 100%) border-box;
	opacity: 1;
	padding-left: 0;
	pointer-events: none;
	box-shadow: 0 8px 22px rgba(216, 28, 89, .12);
}

.cvt-buy-card__button::after {
	content: "+";
	position: relative;
	display: inline-block;
	color: #4c3415;
	font-size: 22px;
	line-height: 1;
	transition: opacity .18s ease, transform .18s ease;
}

.goods_button .cvt-buy-card__button {
	margin: 0 auto;
}

.goodsrel_button.cvt-buy-card__button {
	text-decoration: none;
	box-sizing: border-box;
}

.goodsrel_button.cvt-buy-card__button span {
	display: none;
}

.cvt-buy-card__button:focus-visible {
	outline: 2px solid #4c3415;
	outline-offset: 3px;
}

.cvt-buy-card.is-buy-loading .cvt-buy-card__button {
	pointer-events: none;
	opacity: .7;
}

.cvt-buy-card.is-buy-loading .cvt-buy-card__button::after {
	content: "...";
	font-size: 17px;
	transform: none;
}

@media (hover: hover) and (pointer: fine) {
	.cvt-buy-card__button::after {
		content: "";
		opacity: 0;
		transform: translateY(3px);
		font-size: 16px;
	}

	.cvt-buy-card:hover .cvt-buy-card__button::after,
	.cvt-buy-card__button:focus-visible::after {
		content: "Купить";
		opacity: 1;
		transform: translateY(0);
	}
}

@media only screen and (max-width: 767px) {
	.cvt-buy-card__button {
		width: 86px;
		height: 26px;
		border-radius: 4px;
	}

	.cvt-buy-card__button::before {
		border-width: 1px;
		box-shadow: 0 5px 14px rgba(216, 28, 89, .1);
	}

	.cvt-buy-card__button::after {
		content: "+";
		opacity: 1;
		transform: none;
		font-size: 22px;
	}
}
