body.single-product .bundle_form .bo-bundle-accordion {
	margin: 18px 0 20px;
	border: 1px solid rgba(193, 102, 132, 0.18);
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #fcf6f8 100%);
	box-shadow: 0 10px 30px rgba(58, 24, 35, 0.08);
	overflow: hidden;
}

body.single-product .bundle_form .bo-bundle-accordion__toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	width: 100%;
	padding: 14px 16px;
	border: 0;
	background: transparent;
	color: #1d1d1f;
	font: inherit;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0 !important;
	text-align: left;
	text-transform: none;
	cursor: pointer;
}

body.single-product .bundle_form .bo-bundle-accordion__toggle:focus-visible {
	outline: 2px solid #c16684;
	outline-offset: -2px;
}

body.single-product .bundle_form .bo-bundle-accordion__summary {
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 8px;
	min-width: 0;
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: 0 !important;
}

body.single-product .bundle_form .bo-bundle-accordion__summary::before {
	content: "";
	flex: 0 0 18px;
	width: 18px;
	height: 14px;
	border: 1.6px solid currentColor;
	border-radius: 4px;
	box-shadow: inset 0 -4px 0 rgba(193, 102, 132, 0.18);
}

body.single-product .bundle_form .bo-bundle-accordion__summary-primary,
body.single-product .bundle_form .bo-bundle-accordion__summary-secondary {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.single-product .bundle_form .bo-bundle-accordion__divider {
	flex: 0 0 auto;
	color: rgba(29, 29, 31, 0.4);
	font-weight: 400;
}

body.single-product .bundle_form .bo-bundle-accordion__chevron {
	flex: 0 0 auto;
	width: 11px;
	height: 11px;
	margin-right: 2px;
	border-right: 1.8px solid currentColor;
	border-bottom: 1.8px solid currentColor;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
}

body.single-product .bundle_form .bo-bundle-accordion.is-expanded .bo-bundle-accordion__chevron {
	transform: rotate(-135deg);
}

body.single-product .bundle_form .bo-bundle-accordion__content {
	padding: 0 14px 14px;
}

body.single-product .bundle_form .bo-bundle-accordion__content[hidden] {
	display: none !important;
}

body.single-product .bundle_form .bo-bundle-accordion .bundled_product.bundled_product_summary.product {
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr);
	gap: 10px 14px;
	align-items: start;
	margin: 0;
	padding: 10px 12px;
	border: 1px solid rgba(193, 102, 132, 0.12);
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 4px 14px rgba(58, 24, 35, 0.04);
	font-size: 100%;
}

body.single-product .bundle_form .bo-bundle-accordion .bundled_product.bundled_product_summary.product::before,
body.single-product .bundle_form .bo-bundle-accordion .bundled_product.bundled_product_summary.product::after {
	display: none !important;
	content: none !important;
}

body.single-product .bundle_form .bo-bundle-accordion .bundled_product + .bundled_product {
	margin-top: 8px;
}

body.single-product .bundle_form .bo-bundle-accordion .bundled_product_images,
body.single-product .bundle_form .bo-bundle-accordion .bundled_product_image,
body.single-product .bundle_form .bo-bundle-accordion .bundled_product_image a {
	display: block;
	width: 68px;
	min-width: 68px;
	max-width: none;
	margin: 0;
	float: none !important;
	justify-self: start;
	align-self: start;
	overflow: hidden;
}

body.single-product .bundle_form .bo-bundle-accordion .bundled_product_summary.product img {
	float: none;
	display: block;
	width: 68px;
	min-width: 68px;
	height: 68px;
	border-radius: 12px;
	object-fit: cover;
}

body.single-product .bundle_form .bo-bundle-accordion .details {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
	width: auto !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
	align-self: stretch;
}

body.single-product .bundle_form .bo-bundle-accordion .bundled_product_title.product_title {
	margin: 0;
	color: #1d1d1f;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
	text-transform: none !important;
}

body.single-product .bundle_form .bo-bundle-accordion .bundled_product_title.product_title .item_title,
body.single-product .bundle_form .bo-bundle-accordion .bundled_product_title.product_title .bundled_product_title_inner {
	font-size: 1em !important;
	line-height: inherit;
	letter-spacing: inherit;
}

body.single-product .bundle_form .bo-bundle-accordion .bundled_product_excerpt,
body.single-product .bundle_form .bo-bundle-accordion .bundled_product_excerpt p {
	margin: 0;
	color: #5e5560;
	font-size: 0.8rem;
	line-height: 1.4;
}

body.single-product .bundle_form .bo-bundle-accordion .bundled_product_title_link,
body.single-product .bundle_form .bo-bundle-accordion .bundled_product_permalink,
body.single-product .bundle_form .bo-bundle-accordion .bundled_item_cart_details,
body.single-product .bundle_form .bo-bundle-accordion .bundled_item_after_cart_details,
body.single-product .bundle_form .bo-bundle-accordion .bundled_item_button,
body.single-product .bundle_form .bo-bundle-accordion .reset_bundled_variations_fixed,
body.single-product .bundle_form .bo-bundle-accordion .quantity_hidden,
body.single-product .bundle_form .bo-bundle-accordion .single_variation_wrap.bundled_item_wrap {
	display: none !important;
}

body.single-product .bundle_form .bo-bundle-accordion .cart,
body.single-product .bundle_form .bo-bundle-accordion .bundled_item_cart_content,
body.single-product .bundle_form .bo-bundle-accordion .bundled_item_wrap {
	width: 100%;
	margin: 0;
	float: none !important;
	clear: none !important;
}

body.single-product .bundle_form .bo-bundle-accordion .variations {
	width: 100%;
	margin: 0;
	border: 0;
}

body.single-product .bundle_form .bo-bundle-accordion .variations tbody {
	display: grid;
	gap: 4px;
}

body.single-product .bundle_form .bo-bundle-accordion .attribute_options {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0;
	align-items: center;
	margin-top: 2px;
}

body.single-product .bundle_form .bo-bundle-accordion .attribute_options td.label,
body.single-product .bundle_form .bo-bundle-accordion .bundled_product_summary tr.attribute_options.attribute_value_configurable label {
	display: none !important;
}

body.single-product .bundle_form .bo-bundle-accordion .attribute_options .ux-swatch-selected-value {
	display: none !important;
}

body.single-product .bundle_form .bo-bundle-accordion .bundled_product_summary tr.attribute_options.attribute_value_configurable label {
	margin: 0;
	color: #7a7078;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}

body.single-product .bundle_form .bo-bundle-accordion .bundled_product_summary tr.attribute_options.attribute_value_configurable label .required {
	display: none !important;
}

body.single-product .bundle_form .bo-bundle-accordion .variations td {
	display: block;
	padding: 0;
	border: 0;
}

body.single-product .bundle_form .bo-bundle-accordion .variations td.value select {
	min-height: 46px;
	width: 100%;
	margin: 0;
	padding: 0 42px 0 14px;
	border: 1px solid rgba(29, 29, 31, 0.14);
	border-radius: 12px;
	background-color: #ffffff;
	box-shadow: none;
	color: #1d1d1f;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1.35;
}

body.single-product .bundle_form .bo-bundle-accordion .variations td.value select:focus {
	border-color: rgba(193, 102, 132, 0.7);
	box-shadow: 0 0 0 3px rgba(193, 102, 132, 0.12);
}

body.single-product .bundle_form .bo-bundle-accordion .variations td.value {
	position: relative;
	width: 100%;
	max-width: 240px;
	margin-left: auto;
}

body.single-product .bundle_form .bo-bundle-accordion .bo-bundle-accordion__fixed-choice {
	display: flex;
	align-items: center;
	min-height: 46px;
	padding: 0 14px;
	border: 1px solid rgba(29, 29, 31, 0.1);
	border-radius: 12px;
	background: linear-gradient(180deg, #ffffff 0%, #fbf7f8 100%);
	color: #1d1d1f;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1.35;
}

body.single-product .bundle_form .bo-bundle-accordion .variations td.value select.bo-select-is-hidden {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 1px !important;
	height: 1px !important;
	min-width: 1px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
	overflow: hidden !important;
}

body.single-product .bundle_form .bo-bundle-accordion + .bundle_data {
	margin-top: 4px;
}

body.single-product .bundle_form .bo-bundle-accordion + .bundle_data .bundle_wrap {
	padding-top: 0;
}

body.single-product .bundle_form .bo-bundle-accordion + .bundle_data .bundle_button {
	margin-top: 0;
}

@media (max-width: 849px) {
	body.single-product .bundle_form .bo-bundle-accordion__toggle {
		padding: 13px 15px;
		font-size: 0.96rem;
	}

	body.single-product .bundle_form .bo-bundle-accordion .attribute_options {
		grid-template-columns: 1fr;
		gap: 0;
	}
}

@media (max-width: 549px) {
	body.single-product .bundle_form .bo-bundle-accordion {
		margin: 16px 0 18px;
		border-radius: 16px;
	}

	body.single-product .bundle_form .bo-bundle-accordion__toggle {
		gap: 10px;
		padding: 12px 14px;
		font-size: 0.92rem;
	}

	body.single-product .bundle_form .bo-bundle-accordion__summary {
		gap: 6px;
	}

	body.single-product .bundle_form .bo-bundle-accordion__summary::before {
		flex-basis: 16px;
		width: 16px;
		height: 12px;
		border-width: 1.4px;
		box-shadow: inset 0 -3px 0 rgba(193, 102, 132, 0.18);
	}

	body.single-product .bundle_form .bo-bundle-accordion__divider,
	body.single-product .bundle_form .bo-bundle-accordion__summary-secondary {
		display: none;
	}

	body.single-product .bundle_form .bo-bundle-accordion__content {
		padding: 0 10px 10px;
	}

	body.single-product .bundle_form .bo-bundle-accordion .bundled_product.bundled_product_summary.product {
		grid-template-columns: 54px minmax(0, 1fr);
		gap: 8px 10px;
		padding: 9px 10px;
		border-radius: 12px;
	}

	body.single-product .bundle_form .bo-bundle-accordion .bundled_product_images,
	body.single-product .bundle_form .bo-bundle-accordion .bundled_product_image,
	body.single-product .bundle_form .bo-bundle-accordion .bundled_product_image a,
	body.single-product .bundle_form .bo-bundle-accordion .bundled_product_summary.product img {
		width: 54px !important;
		min-width: 54px !important;
		max-width: 54px !important;
		height: 54px;
	}

	body.single-product .bundle_form .bo-bundle-accordion .bundled_product_images,
	body.single-product .bundle_form .bo-bundle-accordion .bundled_product_image,
	body.single-product .bundle_form .bo-bundle-accordion .bundled_product_image a {
		flex: 0 0 54px !important;
		float: none !important;
	}

	body.single-product .bundle_form .bo-bundle-accordion .details {
		float: none !important;
		width: auto !important;
		max-width: none !important;
	}

	body.single-product .bundle_form .bo-bundle-accordion .variations td.value {
		max-width: none;
		margin-left: 0;
	}

	body.single-product .bundle_form .bo-bundle-accordion .variations td.value select {
		min-height: 44px;
	}

	body.single-product .bundle_form .bo-bundle-accordion .bo-bundle-accordion__fixed-choice {
		min-height: 44px;
	}
}
