#fkcart-modal .sp-fkcart-bogo {
	padding: 0 8px 10px;
}

#fkcart-modal .fkcart-slider-footer > .sp-fkcart-bogo {
	padding: 10px 8px 12px;
	flex-shrink: 0;
	background: var(--fkcart-bg-color, #fff);
}

#fkcart-modal .fkcart-modal-container.fkcart-has-items .fkcart-reward-product-wrap {
	flex: 1;
	min-height: 0;
	height: auto;
	overflow: hidden;
}

#fkcart-modal .fkcart-modal-container.fkcart-has-items .fkcart-preview-ui .fkcart-slider-body {
	overflow-y: auto;
	overflow-x: hidden;
	min-height: 0;
	-webkit-overflow-scrolling: touch;
}

#fkcart-modal .sp-fkcart-bogo__banner {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 12px 14px;
	background: #0a0a0a;
	border: 1.5px dashed #22c55e;
	border-radius: 6px;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

#fkcart-modal .sp-fkcart-bogo__banner:hover,
#fkcart-modal .sp-fkcart-bogo__banner:focus-visible {
	background: #111;
	border-color: #34d399;
	text-decoration: none;
	color: inherit;
	outline: none;
}

#fkcart-modal .sp-fkcart-bogo__dot {
	flex-shrink: 0;
	width: 8px;
	height: 8px;
	margin-top: 5px;
	border-radius: 50%;
	background: #34c759;
	box-shadow: 0 0 8px rgba(52, 199, 89, 0.5);
	animation: sp-fkcart-bogo-pulse 2s infinite;
}

@keyframes sp-fkcart-bogo-pulse {
	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0.4;
	}
}

#fkcart-modal .sp-fkcart-bogo__title {
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

#fkcart-modal .sp-fkcart-bogo__sub {
	margin-top: 2px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.45);
}

#fkcart-modal .sp-fkcart-bogo__msg {
	margin-top: 4px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.85);
}
