.ccmf-sticky-bar {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 14px 16px;
	border-radius: 14px;
	background: rgba(16, 21, 27, 0.94);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
	color: #fff;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	position: relative;
}

.ccmf-recommended-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: #f4b400;
	box-shadow: 0 8px 18px rgba(244, 180, 0, 0.3);
	color: #1f1300;
	font-size: 20px;
	font-weight: 700;
}

.ccmf-sticky-bar__summary {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 120px;
}

.ccmf-sticky-bar__count {
	font-size: 18px;
	line-height: 1.2;
}

.ccmf-sticky-bar__zip {
	font-size: 12px;
	opacity: 0.8;
}

.ccmf-sticky-bar__actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.ccmf-continue.is-disabled {
	opacity: 0.55;
	pointer-events: auto;
}

.ccmf-plan-modal[hidden] {
	display: none;
}

.ccmf-plan-modal,
.ccmf-membership-modal {
	position: fixed;
	inset: auto 0 0 0;
	z-index: 10000;
	padding: 16px;
}

.ccmf-membership-modal {
	display: none;
}

.ccmf-membership-modal[data-modal-open="true"] {
	display: block;
}

.ccmf-plan-modal__dialog,
.ccmf-membership-modal__inner {
	max-width: 520px;
	margin: 0 auto;
	padding: 24px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.ccmf-plan-modal__options,
.ccmf-membership-modal__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.ccmf-modal-close {
	float: right;
	border: 0;
	background: transparent;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

@media (max-width: 767px) {
	.ccmf-sticky-bar {
		right: 12px;
		left: 12px;
		bottom: 12px;
		flex-direction: column;
		align-items: stretch;
	}

	.ccmf-sticky-bar__actions {
		flex-wrap: wrap;
		justify-content: stretch;
	}

	.ccmf-sticky-bar__actions .button {
		flex: 1 1 calc(50% - 8px);
		text-align: center;
	}
}
