.wpz-product-combo-offers {
	box-sizing: border-box;
	clear: both;
	margin: 0.1rem 0;
	max-width: 820px;
	padding: 0 1rem;
	width: 100%;
}

.woocommerce.single-product .wpz-product-combo-offers > h2,
.easy-store__product-detail .wpz-product-combo-offers > h2 {
	font-size: 1em;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 0.1rem;
	padding: 0;
}

.wpz-product-combo-offers .wpz-product-combo-offers__intro {
	font-size: 0.88em;
	line-height: 1.35;
	margin: 0 0 0.1rem;
	padding: 0;
}

.wpz-product-combo-offer {
	border: 0;
	border-top: 2px solid #d6d6d6;
	border-top-color: color-mix(in srgb, currentColor 18%, transparent);
	border-radius: 0;
	box-sizing: border-box;
	font-size: 0.94em;
	margin: 0;
	opacity: 0.72;
	padding: 0.1rem 0 0;
	width: 100%;
}

.wpz-product-combo-offer.is-active,
.wpz-product-combo-offer:only-of-type {
	border-top-color: #2271b1;
	opacity: 1;
}

.wpz-product-combo-offer__selector {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 0.95em;
	gap: 0.35rem;
	margin: 0 0 0.2rem;
}

.wpz-product-combo-offers .wpz-product-combo-offer__intro {
	font-size: 0.88em;
	line-height: 1.35;
	margin: 0 0 0.1rem;
	padding: 0;
}

.wpz-product-combo-offer__notes {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 0.05rem 0.5rem;
	margin: 0;
	padding: 0;
}

.wpz-product-combo-offers .wpz-product-combo-offer__quantity-note,
.wpz-product-combo-offers .wpz-product-combo-offer__sharing-note,
.wpz-product-combo-offers .wpz-product-combo-offer__coupon-note {
	display: inline;
	font-size: 0.78em;
	line-height: 1.35;
	margin: 0;
	opacity: 0.78;
	padding: 0;
}

.wpz-product-combo-offer__sharing-note::before,
.wpz-product-combo-offer__coupon-note::before {
	content: "•";
	font-style: normal;
	font-weight: 400;
	margin-inline-end: 0.5rem;
}

.wpz-product-combo-offer__sharing-note {
	font-style: italic;
}

.wpz-product-combo-offer__coupon-note {
	font-weight: 600;
}

.wpz-product-combo-offers .wpz-product-combo-offer__products {
	border: 1px solid #dedede;
	border-color: color-mix(in srgb, currentColor 14%, transparent);
	border-radius: 4px;
	display: block;
	list-style: none;
	max-height: calc(var(--wpz-product-rows-before-scroll, 5) * 42px);
	margin: 0 0 0.1rem;
	overflow-y: auto;
	padding: 0;
	scrollbar-gutter: stable;
}

.wpz-product-combo-offer__product {
	align-items: center;
	border-bottom: 1px solid #dedede;
	border-bottom-color: color-mix(in srgb, currentColor 10%, transparent);
	display: grid;
	gap: 0.4rem;
	grid-template-columns: minmax(0, 1fr) auto;
	line-height: 1.25;
	margin: 0;
	min-height: 42px;
	padding: 0.1rem 0.3rem;
}

.wpz-product-combo-offer__product:last-child {
	border-bottom: 0;
}

.wpz-product-combo-offer__product:hover,
.wpz-product-combo-offer__product:focus-within {
	background: color-mix(in srgb, currentColor 4%, transparent);
}

.wpz-product-combo-offer__product label {
	align-items: center;
	cursor: pointer;
	display: grid;
	gap: 0.3rem;
	grid-template-columns: auto 30px minmax(0, 1fr);
	margin: 0;
	min-width: 0;
}

.wpz-product-combo-offer__product input[type="checkbox"] {
	margin: 0;
}

.wpz-product-combo-offer__required {
	align-items: center;
	background: #2271b1;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 0.75em;
	height: 1rem;
	justify-content: center;
	width: 1rem;
}

.single-product div.product .wpz-product-combo-offers {
	box-sizing: border-box;
	clear: both;
}

.easy-store__product-detail > .wpz-product-combo-offers {
	box-sizing: border-box;
	margin: 0.1rem 0;
	max-width: 100%;
}

@supports selector(.summary:has(+ .wpz-product-combo-offers)) {
	.woocommerce.single-product div.product > .summary:has(+ .wpz-product-combo-offers),
	.woocommerce.single-product div.product:has(> .wpz-product-combo-offers) > .images,
	.woocommerce.single-product div.product > .summary:has(+ .wpz-catalog-bundle-components),
	.woocommerce.single-product div.product:has(> .wpz-catalog-bundle-components) > .images {
		margin-bottom: 0;
	}

	.woocommerce.single-product div.product:has(> .wpz-product-combo-offers) > .images,
	.woocommerce.single-product div.product:has(> .wpz-catalog-bundle-components) > .images {
		padding-bottom: 0;
	}
}

.wpz-product-combo-offer__image img {
	border-radius: 3px;
	display: block;
	height: 30px;
	object-fit: cover;
	width: 30px;
}

.wpz-product-combo-offer__details,
.wpz-product-combo-offer__price {
	display: block;
}

.wpz-product-combo-offer__details {
	align-items: center;
	display: grid;
	font-size: 0.88em;
	gap: 0.35rem;
	grid-template-columns: minmax(0, 1fr) auto;
	min-width: 0;
}

.wpz-product-combo-offer__price {
	font-size: 0.92em;
	white-space: nowrap;
}

.wpz-product-combo-offer__view {
	align-items: center;
	border: 1px solid currentColor;
	border-radius: 3px;
	color: inherit;
	display: inline-flex;
	font-size: 0.75em;
	font-weight: 600;
	justify-content: center;
	line-height: 1;
	min-height: 24px;
	padding: 0.2rem 0.4rem;
	text-decoration: none;
	white-space: nowrap;
}

.wpz-product-combo-offer__view:hover,
.wpz-product-combo-offer__view:focus {
	background: color-mix(in srgb, currentColor 8%, transparent);
	color: inherit;
	text-decoration: none;
}

.wpz-product-combo-availability {
	border-top: 2px solid #2271b1;
	box-sizing: border-box;
	font-size: 0.9em;
	margin: 0.4rem 0;
	padding: 0.25rem 0 0;
	width: 100%;
}

.woocommerce.single-product .wpz-product-combo-availability > h2,
.easy-store__product-detail .wpz-product-combo-availability > h2 {
	font-size: 0.95em;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 0.15rem;
	padding: 0;
}

.wpz-product-combo-availability ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wpz-product-combo-availability li {
	align-items: center;
	border-top: 1px solid #dedede;
	border-top-color: color-mix(in srgb, currentColor 10%, transparent);
	display: grid;
	gap: 0.5rem;
	grid-template-columns: minmax(0, 1fr) auto;
	line-height: 1.3;
	margin: 0;
	min-height: 34px;
	padding: 0 0.4rem;
}

.wpz-product-combo-offer__price ins,
.wpz-product-combo-price ins {
	background: transparent;
	font-weight: 700;
	text-decoration: none;
}

.wpz-product-combo-offer__options {
	font-size: 0.82em;
	margin-top: 0.4rem;
}

.wpz-product-combo-offer__options ul {
	margin-bottom: 0;
}

.wpz-product-combo-locked-quantity {
	display: inline-block;
	font-weight: 600;
	min-width: 2ch;
	text-align: center;
}

.wpz-cart-bundle-color-1 { --wpz-cart-bundle-color: #2271b1; }
.wpz-cart-bundle-color-2 { --wpz-cart-bundle-color: #8c4f9f; }
.wpz-cart-bundle-color-3 { --wpz-cart-bundle-color: #007c6d; }
.wpz-cart-bundle-color-4 { --wpz-cart-bundle-color: #b65d00; }
.wpz-cart-bundle-color-5 { --wpz-cart-bundle-color: #c02b4c; }
.wpz-cart-bundle-color-6 { --wpz-cart-bundle-color: #4f6f1f; }

.wpz-cart-bundle-heading {
	align-items: center;
	background: color-mix(in srgb, var(--wpz-cart-bundle-color, #2271b1) 10%, #fff);
	border-inline-start: 4px solid var(--wpz-cart-bundle-color, #2271b1);
	border-radius: 4px;
	box-sizing: border-box;
	color: var(--wpz-cart-bundle-color, #2271b1);
	display: grid;
	gap: 0.5rem;
	grid-template-columns: 34px minmax(0, 1fr);
	margin: 0 0 0.65rem;
	padding: 0.45rem 0.55rem;
	width: 100%;
}

.wpz-cart-bundle-heading__icon {
	align-items: center;
	background: var(--wpz-cart-bundle-color, #2271b1);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	height: 32px;
	justify-content: center;
	width: 32px;
}

.wpz-cart-bundle-heading__icon svg {
	display: block;
	height: 20px;
	width: 20px;
}

.wpz-cart-bundle-heading__copy {
	display: flex;
	flex-direction: column;
	line-height: 1.25;
}

.wpz-cart-bundle-heading__copy > span {
	font-size: 0.76em;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.wpz-cart-bundle-heading__copy > strong {
	color: inherit;
	font-size: 0.95em;
}

.wpz-cart-group-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.3rem 0.6rem;
	margin: 0 0 0.55rem;
	width: 100%;
}

.wpz-cart-group-actions > .wpz-cart-bundle-heading {
	flex: 1 1 180px;
	margin: 0;
	min-width: 0;
}

.wpz-cart-group-actions .wpz-cart-group-remove {
	background: transparent;
	border: 1px solid currentColor;
	border-radius: 3px;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	flex: 0 0 auto;
	font-size: 0.78rem;
	font-weight: 500;
	line-height: 1.3;
	margin: 0;
	min-height: 30px;
	padding: 0.3rem 0.5rem;
	text-transform: none;
}

.wpz-cart-group-actions .wpz-cart-group-remove:hover,
.wpz-cart-group-actions .wpz-cart-group-remove:focus-visible {
	background: color-mix(in srgb, currentColor 8%, transparent);
	color: inherit;
}

.wpz-cart-group-actions .wpz-cart-group-remove:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.wpz-cart-group-actions .wpz-cart-group-remove:disabled {
	cursor: wait;
	opacity: 0.6;
}

.wpz-cart-group-actions--blocks {
	border-bottom: 1px solid #dedede;
	padding-bottom: 0.4rem;
}

.wpz-cart-group-status {
	border-inline-start: 3px solid #2271b1;
	font-size: 0.9rem;
	line-height: 1.4;
	margin: 0.4rem 0;
	padding: 0.35rem 0.6rem;
}

.wpz-cart-group-status:empty {
	display: none;
}

.wpz-cart-group-status.is-error {
	border-inline-start-color: #b32d2e;
}

.wpz-cart-bundle-item {
	--wpz-cart-bundle-color: #2271b1;
	background-color: color-mix(in srgb, var(--wpz-cart-bundle-color) 4%, transparent);
}

tr.wpz-cart-bundle-item > td {
	background-color: color-mix(in srgb, var(--wpz-cart-bundle-color) 4%, #fff);
}

tr.wpz-cart-bundle-group-start > td {
	border-top: 3px solid var(--wpz-cart-bundle-color);
}

tr.wpz-cart-bundle-group-end > td {
	border-bottom: 3px solid var(--wpz-cart-bundle-color);
}

.wpz-cart-bundle-group-start:not(tr) {
	border-top: 3px solid var(--wpz-cart-bundle-color);
}

.wpz-cart-bundle-group-end:not(tr) {
	border-bottom: 3px solid var(--wpz-cart-bundle-color);
	margin-bottom: 0.75rem;
}

.wpz-catalog-bundle-components {
	box-sizing: border-box;
	clear: both;
	container-name: wpz-bundle-components;
	container-type: inline-size;
	grid-column: 1 / -1;
	margin: 0.1rem 0;
	max-width: 100%;
	min-width: 0;
	padding: 0 1rem;
	width: 100%;
}

.woocommerce.single-product .wpz-catalog-bundle-components > h2,
.easy-store__product-detail .wpz-catalog-bundle-components > h2 {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 0.15rem;
	padding: 0;
}

.wpz-catalog-bundle-components > .wpz-catalog-bundle-components__intro,
.wpz-catalog-bundle-components > .wpz-catalog-bundle-components__coupon {
	font-size: 0.8rem;
	line-height: 1.35;
	margin: 0 0 0.15rem;
	padding: 0;
}

.wpz-catalog-bundle-components > .wpz-catalog-bundle-components__products {
	border: 1px solid #dedede;
	border-color: color-mix(in srgb, currentColor 14%, transparent);
	border-radius: 4px;
	display: block;
	list-style: none;
	margin: 0 0 0.15rem;
	max-height: calc(var(--wpz-product-rows-before-scroll, 5) * 68px);
	overflow-y: auto;
	padding: 0;
	scrollbar-gutter: stable;
}

.wpz-catalog-bundle-components .wpz-catalog-bundle-components__product {
	align-items: center;
	border: 0;
	border-bottom: 1px solid #dedede;
	border-bottom-color: color-mix(in srgb, currentColor 10%, transparent);
	border-radius: 0;
	box-sizing: border-box;
	display: grid;
	gap: 0.25rem 0.6rem;
	grid-template-columns: 40px minmax(0, 1fr) auto auto;
	line-height: 1.3;
	margin: 0;
	min-height: 68px;
	min-width: 0;
	padding: 0.25rem 0.4rem;
}

.wpz-catalog-bundle-components .wpz-catalog-bundle-components__product:last-child {
	border-bottom: 0;
}

.wpz-catalog-bundle-components .wpz-catalog-bundle-components__image {
	display: block;
	line-height: 0;
	margin: 0;
	width: 40px;
}

.wpz-catalog-bundle-components .wpz-catalog-bundle-components__image img {
	border-radius: 4px;
	display: block;
	height: 40px;
	margin: 0;
	object-fit: contain;
	width: 40px;
}

.wpz-catalog-bundle-components .wpz-catalog-bundle-components__details {
	min-width: 0;
	overflow-wrap: anywhere;
}

.wpz-catalog-bundle-components .wpz-catalog-bundle-components__details > .wpz-catalog-bundle-components__title {
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.3;
	margin: 0;
	padding: 0;
}

.wpz-catalog-bundle-components .wpz-catalog-bundle-components__title > a {
	font: inherit;
}

.wpz-catalog-bundle-components .wpz-catalog-bundle-components__details > .wpz-catalog-bundle-components__description {
	display: -webkit-box;
	font-size: 0.78rem;
	line-height: 1.25;
	margin: 0.1rem 0 0;
	overflow: hidden;
	padding: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.wpz-catalog-bundle-components .wpz-catalog-bundle-components__product > span.price.wpz-catalog-bundle-components__price {
	display: block;
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.wpz-catalog-bundle-components .wpz-catalog-bundle-components__price del {
	font-size: inherit;
	opacity: 0.65;
}

.wpz-catalog-bundle-components .wpz-catalog-bundle-components__price ins {
	background: transparent;
	font-size: inherit;
	font-weight: 700;
	text-decoration: none;
}

.wpz-catalog-bundle-components .wpz-catalog-bundle-components__view {
	align-items: center;
	border: 1px solid currentColor;
	border-radius: 3px;
	color: inherit;
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 600;
	justify-content: center;
	line-height: 1.2;
	min-height: 26px;
	padding: 0.2rem 0.4rem;
	text-decoration: none;
	white-space: nowrap;
}

.wpz-catalog-bundle-components .wpz-catalog-bundle-components__view:hover,
.wpz-catalog-bundle-components .wpz-catalog-bundle-components__view:focus {
	background: color-mix(in srgb, currentColor 8%, transparent);
	color: inherit;
	text-decoration: none;
}

.wpz-catalog-bundle-components > .wpz-catalog-bundle-components__coupon {
	font-weight: 600;
}

@container wpz-bundle-components (max-width: 600px) {
	.wpz-catalog-bundle-components .wpz-catalog-bundle-components__product {
		grid-template-columns: 40px minmax(0, 1fr) auto;
	}

	.wpz-catalog-bundle-components .wpz-catalog-bundle-components__image {
		grid-row: 1 / span 2;
	}

	.wpz-catalog-bundle-components .wpz-catalog-bundle-components__details {
		grid-column: 2;
	}

	.wpz-catalog-bundle-components .wpz-catalog-bundle-components__product > span.price.wpz-catalog-bundle-components__price {
		grid-column: 2;
		grid-row: 2;
		white-space: normal;
	}

	.wpz-catalog-bundle-components .wpz-catalog-bundle-components__view {
		grid-column: 3;
		grid-row: 1 / span 2;
	}
}

@container wpz-bundle-components (max-width: 400px) {
	.wpz-catalog-bundle-components .wpz-catalog-bundle-components__details {
		grid-column: 2 / -1;
	}

	.wpz-catalog-bundle-components .wpz-catalog-bundle-components__details > .wpz-catalog-bundle-components__description {
		display: none;
	}

	.wpz-catalog-bundle-components .wpz-catalog-bundle-components__view {
		grid-column: 3;
		grid-row: 2;
	}
}

@media (max-width: 480px) {
	.wpz-product-combo-offer__product label {
		grid-template-columns: auto 30px minmax(0, 1fr);
	}

	.wpz-product-combo-offer__image img {
		height: 30px;
		width: 30px;
	}

	.wpz-product-combo-offer__details {
		display: block;
	}

	.wpz-product-combo-offer__view {
		font-size: 0.7em;
		padding: 0.3rem 0.4rem;
	}

	.wpz-product-combo-availability li {
		grid-template-columns: minmax(0, 1fr);
		padding: 0.25rem 0.4rem;
	}

	.wpz-product-combo-availability__view {
		justify-self: start;
	}

}
