/* Awesome CSS Code: Single Product Bundle | 14/08/2026 18:35 */

/* --- Code: Bundle Product - Single Product Bundle - The Bundled List (Serie 137) --- */
/* Cache la liste par défaut du plugin */
.bundle_form .bundled_products, 
.bundle_form .bundled_product.product {
	display: none !important;
}

.ck-custom-bundle-product-list-wrapper {
	background: #f5f5f5 !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	margin-bottom: 10px;
	border-radius: 5px !important;
}
.dark .ck-custom-bundle-product-list-wrapper {
	background: #191c20 !important;
}

.ck-custom-bundle-list-wrapper-title {
	font-size: 18px !important;
	font-weight: 500 !important;
}

.ck-custom-bundle-product-list-wrapper .ck-bundle-item {
	display: flex;
	gap: 5px;
	align-items: center;
	border-top: 1px dotted #DBDFEA !important;
	padding-top: 7px;
	padding-bottom: 7px;
}
.dark .ck-custom-bundle-product-list-wrapper .ck-bundle-item {
	border-top: 1px dotted #2c2c2c !important;
}

.ck-custom-bundle-product-list-wrapper .ck-bundle-item img {
	min-width: 40px !important;
	width: 45px !important;
	height: 40px !important;
	border-radius: 3px;
}

.ck-bundle-item-info {
	width: 100%;
	display: flex;
	align-items: center;
}

.ck-bundle-item-title {
	flex-grow: 1;
	text-align: start;
	line-height: 1.2;
}

.ck-bundle-item-price {
	text-align: end;
	margin-left: 15px
}
