.cacao-ycp-button.btn-ya-checkout {
	--yakit-button-bg-color: rgb(255, 99, 41);
	border: 0;
	border-radius: var(--yakit-button-border-radius, 8px);
	background: var(--yakit-button-bg-color);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 42px;
	padding: 0 14px;
	font: inherit;
	font-weight: 600;
	line-height: 1.2;
	box-shadow: 0 2px 8px rgba(255, 99, 41, .2);
	transition: box-shadow .12s ease-out, filter .12s ease-out, transform .12s ease-out;
}

.cacao-ycp-button.btn-ya-checkout:hover {
	background: var(--yakit-button-hover-bg, var(--yakit-button-bg-color));
	color: #fff;
	filter: brightness(.96);
	box-shadow: 0 3px 10px rgba(255, 99, 41, .28);
}

.cacao-ycp-button.btn-ya-checkout:active {
	transform: scale(.97);
}

.cacao-ycp-button.btn-ya-checkout:disabled {
	cursor: wait;
	opacity: .65;
}

.cacao-ycp-button.btn-ya-checkout:focus-visible {
	outline: 3px solid rgba(255, 99, 41, .3);
	outline-offset: 2px;
}

.cacao-ycp-button__icon {
	display: block;
	width: 12px;
	height: 12px;
}

.cacao-ycp-product-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.cacao-ycp-listing-actions {
	display: grid;
	gap: 6px;
}

.cacao-ycp-listing-actions > .cacao-ycp-button {
	width: 100%;
	min-height: 32px;
	padding: 0 9px;
	font-size: 12px;
}

.cacao-ycp-cart-action,
.cacao-ycp-module-action {
	display: grid;
	gap: 8px;
	margin-top: 12px;
}

.cacao-ycp-cart-action > .cacao-ycp-button,
.cacao-ycp-module-action > .cacao-ycp-button {
	width: 100%;
}

.cacao-ycp-promo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 10px;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 8px;
	font-size: 12px;
	line-height: 1.35;
}

.cacao-ycp-promo__text {
	flex-basis: 100%;
}

.cacao-ycp-promo code {
	font-size: 13px;
	font-weight: 700;
}

.cacao-ycp-promo__copy {
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
	padding: 0;
	text-decoration: underline;
}

@media (max-width: 639px) {
	.cacao-ycp-product-actions {
		display: grid;
		width: 100%;
	}

	.cacao-ycp-product-actions > .cacao-ycp-button,
	.cacao-ycp-product-actions > [radicalmart-cart="add"],
	.cacao-ycp-product-actions > [data-radicalmart-cart="add"] {
		width: 100%;
	}
}
