.acbs-bundle {
	--acbs-accent: #009c8d;
	--acbs-accent-soft: #effaf8;
	--acbs-border: #d9dde1;
	--acbs-text: #090909;
	--acbs-muted: #5f6368;
	box-sizing: border-box;
	clear: both;
	container-type: inline-size;
	display: block;
	margin: 30px 0 32px;
	max-width: 940px;
	width: 100%;
}

.acbs-bundle[hidden] {
	display: none !important;
}

.acbs-bundle *,
.acbs-bundle *::before,
.acbs-bundle *::after {
	box-sizing: border-box;
}

.acbs-bundle .acbs-bundle__heading {
	background: transparent;
	border: 0;
	color: var(--acbs-muted);
	font-family: inherit;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 1.2;
	margin: 0 0 34px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
}

.acbs-bundle .acbs-bundle__options {
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, .84fr) minmax(0, 1fr) minmax(0, 1.12fr);
	overflow: visible;
	width: 100%;
}

.acbs-bundle button.acbs-bundle-card,
.acbs-bundle button.acbs-bundle-card:hover,
.acbs-bundle button.acbs-bundle-card:focus,
.acbs-bundle button.acbs-bundle-card:active {
	align-items: center;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1.5px solid var(--acbs-border);
	border-radius: 16px;
	box-shadow: none;
	color: var(--acbs-text);
	cursor: pointer;
	display: flex;
	font-family: inherit;
	gap: 10px;
	height: 132px;
	justify-content: center;
	line-height: normal;
	margin: 0;
	max-width: none;
	min-height: 132px;
	overflow: visible;
	padding: 22px 12px 14px;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	transform: none;
	transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
	width: 100%;
}

.acbs-bundle button.acbs-bundle-card:hover {
	border-color: #a9b0b7;
	transform: translateY(-1px);
}

.acbs-bundle button.acbs-bundle-card:focus-visible {
	border-color: var(--acbs-accent);
	box-shadow: 0 0 0 3px rgb(0 156 141 / 20%);
	outline: 2px solid var(--acbs-accent);
	outline-offset: 2px;
}

.acbs-bundle button.acbs-bundle-card.is-selected,
.acbs-bundle button.acbs-bundle-card.is-selected:hover,
.acbs-bundle button.acbs-bundle-card.is-selected:focus,
.acbs-bundle button.acbs-bundle-card.is-selected:active {
	background-color: var(--acbs-accent-soft);
	border-color: var(--acbs-accent);
}

.acbs-bundle .acbs-bundle-card__badge {
	background: var(--acbs-accent);
	border: 0;
	border-radius: 7px;
	box-shadow: none;
	color: #fff;
	display: block;
	font-family: inherit;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	left: 50%;
	line-height: 1;
	margin: 0;
	padding: 9px 12px 8px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: 3;
}

.acbs-bundle .acbs-bundle-card__badge--three {
	background: #f59a00;
}

.acbs-bundle .acbs-bundle-card__image-stack {
	align-items: flex-end;
	display: flex;
	flex: 0 0 40%;
	height: 70px;
	justify-content: center;
	margin: 0;
	min-width: 58px;
	overflow: visible;
	padding: 0;
	position: relative;
}

.acbs-bundle .acbs-bundle-card__image-stack img,
.woocommerce .acbs-bundle .acbs-bundle-card__image-stack img,
.elementor .acbs-bundle .acbs-bundle-card__image-stack img {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: block;
	flex: 0 0 44px;
	height: 66px !important;
	margin: 0;
	max-height: 66px !important;
	max-width: 44px !important;
	min-height: 0;
	min-width: 0;
	mix-blend-mode: multiply;
	object-fit: contain;
	object-position: center bottom;
	opacity: 1;
	padding: 0;
	position: relative;
	transform: none;
	vertical-align: bottom;
	width: 44px !important;
}

.acbs-bundle .acbs-bundle-card__image-stack--2 img,
.acbs-bundle .acbs-bundle-card__image-stack--3 img {
	margin-left: -16px;
}

.acbs-bundle .acbs-bundle-card__image-stack--2 img:first-child,
.acbs-bundle .acbs-bundle-card__image-stack--3 img:first-child {
	margin-left: 0;
}

.acbs-bundle .acbs-bundle-card__image-stack--3 img {
	margin-left: -18px;
}

.acbs-bundle .acbs-bundle-card__copy {
	align-items: flex-start;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	min-width: 0;
	padding: 0;
}

.acbs-bundle .acbs-bundle-card__title {
	background: transparent;
	color: var(--acbs-text);
	display: block;
	font-family: inherit;
	font-size: clamp(16px, 1.25vw, 21px);
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.acbs-bundle .acbs-bundle-card__saving {
	background: transparent;
	color: var(--acbs-accent);
	display: block;
	font-family: inherit;
	font-size: clamp(14px, 1.05vw, 18px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 7px 0 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	white-space: nowrap;
}

.acbs-price-total {
	color: #090909 !important;
	display: inline;
}

.acbs-price-unit {
	color: #5f6368 !important;
	display: block;
	font-family: inherit;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
	margin-top: 4px;
	text-transform: none;
}

@container (max-width: 620px) {
	.acbs-bundle .acbs-bundle__options {
		gap: 8px;
		width: calc(100% - 12px);
	}

	.acbs-bundle button.acbs-bundle-card,
	.acbs-bundle button.acbs-bundle-card:hover,
	.acbs-bundle button.acbs-bundle-card:focus,
	.acbs-bundle button.acbs-bundle-card:active {
		flex-direction: row;
		border-radius: 8px;
		border-width: 1px;
		gap: 13px;
		height: 66px;
		min-height: 66px;
		padding: 9px 5px 5px 18px;
		text-align: left;
	}

	.acbs-bundle .acbs-bundle-card__badge {
		border-radius: 4px;
		font-size: 8px;
		padding: 5px 6px 4px;
	}

	.acbs-bundle .acbs-bundle-card__image-stack {
		flex: 0 0 30px;
		height: 50px;
		min-width: 30px;
	}

	.acbs-bundle .acbs-bundle-card__image-stack--2 {
		flex-basis: 50px;
		min-width: 50px;
	}

	.acbs-bundle .acbs-bundle-card__image-stack--3 {
		flex-basis: 62px;
		min-width: 62px;
	}

	.acbs-bundle .acbs-bundle-card__image-stack img,
	.woocommerce .acbs-bundle .acbs-bundle-card__image-stack img,
	.elementor .acbs-bundle .acbs-bundle-card__image-stack img {
		flex-basis: 30px;
		height: 48px !important;
		max-height: 48px !important;
		max-width: 30px !important;
		width: 30px !important;
	}

	.acbs-bundle .acbs-bundle-card__image-stack--2 img + img,
	.woocommerce .acbs-bundle .acbs-bundle-card__image-stack--2 img + img,
	.elementor .acbs-bundle .acbs-bundle-card__image-stack--2 img + img {
		margin-left: -10px !important;
	}

	.acbs-bundle .acbs-bundle-card__image-stack--3 img + img,
	.woocommerce .acbs-bundle .acbs-bundle-card__image-stack--3 img + img,
	.elementor .acbs-bundle .acbs-bundle-card__image-stack--3 img + img {
		margin-left: -14px !important;
	}

	.acbs-bundle .acbs-bundle-card__copy {
		align-items: flex-start;
		flex: 1 1 auto;
	}

	.acbs-bundle .acbs-bundle-card__title {
		font-size: 12px;
		text-align: left;
	}

	.acbs-bundle .acbs-bundle-card__saving {
		font-size: 11px;
		margin-top: 5px;
		text-align: left;
	}
}

@media (max-width: 580px) {
	.acbs-bundle {
		margin-block: 26px 30px;
		max-width: 100%;
	}

	.acbs-bundle .acbs-bundle__heading {
		font-size: 16px;
		margin-bottom: 28px;
	}

	.acbs-bundle .acbs-bundle__options {
		display: flex;
		gap: 8px;
		grid-template-columns: none;
		overflow-x: auto;
		overflow-y: hidden;
		overscroll-behavior-inline: contain;
		padding: 10px 2px 7px;
		scroll-padding-inline: 2px;
		scroll-snap-type: inline mandatory;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
		touch-action: pan-x;
		width: calc(100% - 12px);
	}

	.acbs-bundle .acbs-bundle__options::-webkit-scrollbar {
		display: none;
	}

	.acbs-bundle button.acbs-bundle-card,
	.acbs-bundle button.acbs-bundle-card:hover,
	.acbs-bundle button.acbs-bundle-card:focus,
	.acbs-bundle button.acbs-bundle-card:active {
		flex: 0 0 125px;
		flex-direction: row;
		gap: 13px;
		height: 66px;
		min-height: 66px;
		padding: 9px 5px 5px 18px;
		scroll-snap-align: start;
		scroll-snap-stop: always;
		text-align: left;
		width: 125px;
	}

	.acbs-bundle button.acbs-bundle-card[data-acbs-option="two"],
	.acbs-bundle button.acbs-bundle-card[data-acbs-option="two"]:hover,
	.acbs-bundle button.acbs-bundle-card[data-acbs-option="two"]:focus,
	.acbs-bundle button.acbs-bundle-card[data-acbs-option="two"]:active {
		flex-basis: 149px;
		width: 149px;
	}

	.acbs-bundle button.acbs-bundle-card[data-acbs-option="three"],
	.acbs-bundle button.acbs-bundle-card[data-acbs-option="three"]:hover,
	.acbs-bundle button.acbs-bundle-card[data-acbs-option="three"]:focus,
	.acbs-bundle button.acbs-bundle-card[data-acbs-option="three"]:active {
		flex-basis: 166px;
		width: 166px;
	}

	.acbs-bundle .acbs-bundle-card__image-stack {
		flex: 0 0 30px;
		height: 50px;
		min-width: 30px;
	}

	.acbs-bundle .acbs-bundle-card__image-stack--2 {
		flex-basis: 50px;
		min-width: 50px;
	}

	.acbs-bundle .acbs-bundle-card__image-stack--3 {
		flex-basis: 62px;
		min-width: 62px;
	}

	.acbs-bundle .acbs-bundle-card__image-stack img,
	.woocommerce .acbs-bundle .acbs-bundle-card__image-stack img,
	.elementor .acbs-bundle .acbs-bundle-card__image-stack img {
		flex-basis: 30px;
		height: 48px !important;
		max-height: 48px !important;
		max-width: 30px !important;
		width: 30px !important;
	}

	.acbs-bundle .acbs-bundle-card__copy {
		align-items: flex-start;
		flex: 1 1 auto;
	}

	.acbs-bundle .acbs-bundle-card__title,
	.acbs-bundle .acbs-bundle-card__saving {
		font-size: 12px;
		text-align: left;
	}

	.acbs-bundle .acbs-bundle-card__saving {
		font-size: 11px;
		margin-top: 3px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.acbs-bundle button.acbs-bundle-card {
		transition: none;
	}
}
