.single-product .gemobile-buyback-product-promo {
	position: relative !important;
	display: grid !important;
	grid-template-columns: 48px minmax(0, 1fr) auto !important;
	align-items: center !important;
	gap: 14px !important;
	width: 100% !important;
	margin: 18px 0 !important;
	padding: 16px !important;
	overflow: hidden !important;
	border: 1px solid rgba(214, 179, 106, 0.44) !important;
	border-radius: 20px !important;
	background: linear-gradient(135deg, #fff8e8 0%, #ffffff 70%) !important;
	box-shadow: 0 10px 28px rgba(39, 30, 10, 0.06) !important;
	color: #17130a !important;
	box-sizing: border-box !important;
}

.single-product .gemobile-buyback-product-promo::before {
	content: "" !important;
	position: absolute !important;
	top: -55px !important;
	right: -35px !important;
	width: 130px !important;
	height: 130px !important;
	border-radius: 50% !important;
	background: rgba(245, 214, 128, 0.18) !important;
	pointer-events: none !important;
}

.single-product .gemobile-buyback-product-promo__icon {
	position: relative !important;
	z-index: 1 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 48px !important;
	height: 48px !important;
	border-radius: 15px !important;
	background: #17130a !important;
	color: #f5d680 !important;
	box-shadow: 0 8px 18px rgba(23, 19, 10, 0.16) !important;
}

.single-product .gemobile-buyback-product-promo__icon svg {
	display: block !important;
	width: 25px !important;
	height: 25px !important;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.7 !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
}

.single-product .gemobile-buyback-product-promo__copy {
	position: relative !important;
	z-index: 1 !important;
	display: block !important;
	min-width: 0 !important;
}

.single-product .gemobile-buyback-product-promo__eyebrow {
	display: block !important;
	margin: 0 0 4px !important;
	color: #8a641d !important;
	font-size: 10px !important;
	line-height: 1.15 !important;
	font-weight: 900 !important;
	letter-spacing: 0.075em !important;
	text-transform: uppercase !important;
}

.single-product .gemobile-buyback-product-promo__copy > strong {
	display: block !important;
	margin: 0 !important;
	color: #17130a !important;
	font-size: 16px !important;
	line-height: 1.25 !important;
	font-weight: 900 !important;
	letter-spacing: -0.015em !important;
}

.single-product .gemobile-buyback-product-promo__copy > small {
	display: block !important;
	margin: 4px 0 0 !important;
	color: #655e50 !important;
	font-size: 12px !important;
	line-height: 1.45 !important;
	font-weight: 650 !important;
}

.single-product .gemobile-buyback-product-promo__cta {
	position: relative !important;
	z-index: 1 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 7px !important;
	min-height: 42px !important;
	padding: 0 15px !important;
	border: 1px solid #17130a !important;
	border-radius: 999px !important;
	background: #17130a !important;
	box-shadow: none !important;
	color: #ffffff !important;
	font-size: 13px !important;
	line-height: 1 !important;
	font-weight: 900 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease !important;
}

.single-product .gemobile-buyback-product-promo__cta svg {
	display: block !important;
	width: 17px !important;
	height: 17px !important;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.9 !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
}

.single-product .gemobile-buyback-product-promo__cta:hover {
	transform: translateY(-1px) !important;
	background: #2a2418 !important;
	color: #ffffff !important;
	box-shadow: 0 8px 18px rgba(23, 19, 10, 0.14) !important;
	text-decoration: none !important;
}

.single-product .gemobile-buyback-product-promo__cta:focus-visible {
	outline: 3px solid #8a641d !important;
	outline-offset: 3px !important;
}

@media (max-width: 640px) {
	.single-product .gemobile-buyback-product-promo {
		grid-template-columns: 44px minmax(0, 1fr) !important;
		gap: 12px !important;
		padding: 14px !important;
		border-radius: 18px !important;
	}

	.single-product .gemobile-buyback-product-promo__icon {
		width: 44px !important;
		height: 44px !important;
		border-radius: 14px !important;
	}

	.single-product .gemobile-buyback-product-promo__cta {
		grid-column: 1 / -1 !important;
		width: 100% !important;
		min-height: 46px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.single-product .gemobile-buyback-product-promo__cta {
		transition: none !important;
	}
}
