/* Acheter sur Jumia — bouton page détail */
.jmb-buy-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 14px 0;
	padding: 11px 22px;
	background-color: #F68B1E;
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	border-radius: 6px;
	text-decoration: none;
	border: none;
	transition: background-color 0.15s ease, box-shadow 0.15s ease;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.jmb-buy-button:hover,
.jmb-buy-button:focus {
	background-color: #db7a14;
	color: #ffffff;
	text-decoration: none;
}

.jmb-buy-button:active {
	background-color: #c46d12;
}

.jmb-buy-button__icon {
	flex-shrink: 0;
	color: #ffffff;
}

.jmb-buy-button span {
	white-space: nowrap;
}

@media (max-width: 480px) {
	.jmb-buy-button {
		width: 100%;
		justify-content: center;
	}
}
