/* Order block — SynoVital premium card */
.order_block {
	text-align: center;
	margin: 40px 0;
	padding: 32px 24px;
	background: linear-gradient(180deg, #fff 0%, var(--color-bg, #F7F4EF) 100%);
	border: 2px solid var(--color-border, #E8E2D9);
	border-radius: var(--radius, 16px);
	box-shadow: 0 8px 32px rgba(27, 67, 50, 0.12);
}

.order_block h3 {
	font-family: var(--font-heading, 'Playfair Display', serif);
	font-size: 18px !important;
	font-weight: 600 !important;
	color: var(--color-primary, #1B4332);
	background: transparent;
	margin: 16px 0;
	line-height: 1.5;
}

#order_form {
	margin: 24px auto;
	max-width: 320px;
}

.input-roulette,
.country {
	padding: 12px 16px;
	height: 48px;
	margin: 0 auto 12px;
	width: 100%;
	max-width: 320px;
	font-size: 15px;
	font-family: var(--font-body, 'Inter', sans-serif);
	box-sizing: border-box;
	display: block;
	border: 1px solid var(--color-border, #E8E2D9);
	border-radius: var(--radius-sm, 8px);
	background: #fff;
	color: var(--color-text, #2C3E35);
	transition: border-color 0.2s, box-shadow 0.2s;
}

.input-roulette:focus {
	border-color: var(--color-accent, #40916C);
	box-shadow: 0 0 0 3px rgba(64, 145, 108, 0.15);
}

.submit-roulette {
	text-transform: uppercase;
	padding: 14px 24px;
	margin: 16px auto 8px;
	outline: none;
	border: none;
	border-radius: var(--radius-sm, 8px);
	background: linear-gradient(135deg, #40916C, #2D6A4F);
	color: #fff;
	font-family: var(--font-body, 'Inter', sans-serif);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.06em;
	cursor: pointer;
	transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
	width: 100%;
	max-width: 320px;
	box-shadow: 0 4px 16px rgba(64, 145, 108, 0.35);
}

.submit-roulette:hover {
	background: linear-gradient(135deg, #52B788, #40916C);
	transform: translateY(-1px);
	box-shadow: 0 6px 20px rgba(64, 145, 108, 0.45);
}

.submit-roulette:active {
	transform: translateY(1px);
	box-shadow: 0 2px 8px rgba(64, 145, 108, 0.3);
}

.submit-roulette:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	transform: none;
}

/* Price badge */
.prod_img_wrapper {
	text-align: center;
	max-width: 280px;
	margin: 0 auto 48px;
	position: relative;
}

.prod_img {
	max-width: 100%;
	border-radius: var(--radius-sm, 8px);
}

.priceс {
	position: absolute;
	font-family: var(--font-body, 'Inter', sans-serif);
	right: -20px;
	bottom: -30px;
	color: #000;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 20px;
	width: 150px;
	height: 90px;
	text-align: center !important;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	transform: rotateZ(-7deg);
	margin: 0 auto;
	background: linear-gradient(135deg, #D4A574 0%, #F5E6C8 50%, #B8860B 100%);
	border: 2px solid #fff;
	border-radius: 12px;
}

span.discountс {
	display: block;
	margin-top: 6px;
	font-size: 13px;
	color: var(--color-primary, #1B4332);
}

.price_main {
	border-bottom: 2px solid #c0392b;
	font-size: 22px;
	line-height: 1.2;
	margin: 0 auto;
}

.price_old {
	text-decoration: line-through;
	opacity: 0.7;
}

.order_block img {
	max-width: 100%;
	margin: 0 auto;
}

@media all and (max-width: 520px) {
	.prod_img_wrapper {
		margin-bottom: 56px;
	}

	.priceс {
		bottom: -24px;
		right: 0;
		width: 130px;
		height: 80px;
		font-size: 14px;
	}
}
