.psf-cto-wrap {
	width: 100%;
	max-width: 480px;
	margin: 24px 0 10px;
}

.psf-cto-heading {
	margin: 0 0 10px;
	color: #111;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
}

.psf-cto-bow {
	display: inline-block;
	margin-right: 3px;
}

.psf-cto-card {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 11px;
	border: 1px solid #ff4fce;
	border-radius: 16px;
	background: #fbebf9;
	color: inherit;
	text-decoration: none !important;
	box-shadow:
		0 0 8px rgba(255, 0, 200, 0.48),
		0 0 18px rgba(255, 0, 200, 0.22),
		0 8px 20px rgba(255, 0, 170, 0.08);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.psf-cto-card:hover,
.psf-cto-card:focus {
	transform: translateY(-1px);
	border-color: #ff00c8;
	box-shadow:
		0 0 11px rgba(255, 0, 200, 0.68),
		0 0 24px rgba(255, 0, 200, 0.32),
		0 10px 24px rgba(255, 0, 170, 0.12);
}

.psf-cto-media {
	flex: 0 0 84px;
	width: 84px;
	height: 84px;
	overflow: hidden;
	border-radius: 12px;
	background: #fff;
}

.psf-cto-image {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	object-fit: cover;
}

.psf-cto-content {
	flex: 1;
	min-width: 0;
}

.psf-cto-title {
	margin-bottom: 5px;
	color: #111;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.3;
}

.psf-cto-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px 10px;
	margin-bottom: 8px;
	font-size: 13px;
}

.psf-cto-price {
	color: #111;
	font-weight: 800;
}

.psf-cto-price del {
	opacity: .55;
	font-weight: 600;
}

.psf-cto-stock {
	color: #5a5a5a;
}

.psf-cto-button {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 7px 11px;
	border-radius: 999px;
	background: #ff00c8;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
}

@media (max-width: 480px) {
	.psf-cto-wrap {
		max-width: 100%;
	}

	.psf-cto-card {
		gap: 10px;
		padding: 10px;
	}

	.psf-cto-media {
		flex-basis: 76px;
		width: 76px;
		height: 76px;
	}

	.psf-cto-title {
		font-size: 15px;
	}

	.psf-cto-button {
		padding: 7px 9px;
		font-size: 12px;
	}
}
