/* KFB Smart Add-ons v1.1.1 */
.kfb-smart-addons {
	margin: 24px 0;
	padding: 18px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 7px;
}
.kfb-smart-addons h3 {
	margin: 0 0 15px;
	font-size: 20px;
}
.kfb-addon-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.kfb-addon-card {
	flex: 1 1 calc(25% - 12px);
	min-width: 180px;
	max-width: calc(25% - 9px);
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	display: flex;
	flex-direction: column;
}
.kfb-addon-image {
	height: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	background: #fff;
}
.kfb-addon-image img {
	max-height: 100%;
	width: auto;
	margin: auto;
}
.kfb-addon-body {
	padding: 10px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.kfb-addon-body h4 {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 8px;
	min-height: 36px;
}
.kfb-addon-price {
	margin: auto 0 9px;
	color: #333;
}
.kfb-addon-old-price {
	margin-left: 5px;
	color: #999;
	font-size: 11px;
	text-decoration: line-through;
}
.kfb-addon-card .btn {
	white-space: normal;
}
@media (max-width: 767px) {
	.kfb-smart-addons {
		padding: 12px;
		margin: 18px 0;
	}
	.kfb-addon-grid {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 5px;
	}
	.kfb-addon-card {
		flex: 0 0 68%;
		max-width: 68%;
		min-width: 190px;
	}
	.kfb-addon-image {
		height: 150px;
	}
}


@media (max-width: 767px) {
	/* Force the add-on block to remain visible even if the theme has broad
	   mobile rules for product-page blocks/rows. */
	.kfb-smart-addons {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
		clear: both !important;
		float: none !important;
		box-sizing: border-box !important;
	}

	.kfb-smart-addons .kfb-addon-grid {
		display: flex !important;
		visibility: visible !important;
		opacity: 1 !important;
		width: 100% !important;
		max-width: 100% !important;
		overflow-x: auto !important;
		overflow-y: visible !important;
		-webkit-overflow-scrolling: touch;
	}

	.kfb-smart-addons .kfb-addon-card {
		display: flex !important;
		visibility: visible !important;
		opacity: 1 !important;
		height: auto !important;
	}

	.kfb-smart-addons h3,
	.kfb-smart-addons .kfb-addon-body,
	.kfb-smart-addons .kfb-addon-image {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	.kfb-smart-addons .kfb-addon-image {
		display: flex !important;
	}
}
