.woobundle-block {
	width: 100%;
	margin: 16px 0;
	font-family: inherit;
}

.woobundle-title {
	align-items: center;
	color: var(--wb-block-title);
	display: grid;
	font-size: 14px;
	font-weight: 700;
	grid-template-columns: 1fr auto 1fr;
	letter-spacing: .04em;
	margin: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
}

.woobundle-title::before,
.woobundle-title::after {
	background: currentColor;
	content: "";
	display: block;
	height: 1px;
	opacity: .45;
}

.woobundle-title span {
	padding: 0 12px;
	white-space: nowrap;
}

.woobundle-bars {
	display: grid;
	gap: 10px;
}

.woobundle-bar {
	background: var(--wb-background);
	border: 1px solid var(--wb-border);
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	margin: 0;
	overflow: hidden;
	outline: none;
	transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.woobundle-bar:focus-visible {
	box-shadow: 0 0 0 3px rgba(178, 106, 53, .28);
}

.woobundle-bar.is-selected {
	background: var(--wb-selected-bg);
	border-width: 2px;
}

.woobundle-bar.is-disabled {
	cursor: not-allowed;
	opacity: .5;
}

.woobundle-bar-main {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 48px 1fr auto;
	padding: 12px;
}

.woobundle-thumb {
	aspect-ratio: 1 / 1;
	border-radius: 6px;
	display: block;
	height: 48px;
	object-fit: cover;
	width: 48px;
}

.woobundle-bar-copy {
	min-width: 0;
}

.woobundle-bar-title {
	color: var(--wb-title);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
}

.woobundle-subtitle {
	color: var(--wb-subtitle);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.25;
	margin-top: 2px;
}

.woobundle-badge {
	background: var(--wb-badge-bg);
	border-radius: 999px;
	color: var(--wb-badge-text);
	display: inline-block;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.2;
	margin-left: 6px;
	padding: 2px 8px;
	vertical-align: middle;
	white-space: nowrap;
}

.woobundle-price-stack {
	color: var(--wb-price);
	display: grid;
	justify-items: end;
	line-height: 1.15;
	text-align: right;
	white-space: nowrap;
}

.woobundle-price-stack strong {
	color: var(--wb-price);
	font-size: 16px;
	font-weight: 700;
}

.woobundle-price-stack span {
	font-size: 14px;
	font-weight: 400;
}

.woobundle-price-stack del,
.woobundle-addon-price del,
.woobundle-line-price del,
.woobundle-carousel del,
.woobundle-price-replacement del {
	color: var(--wb-full-price);
	font-size: 13px;
	opacity: .9;
	text-decoration-thickness: 1px;
}

.woobundle-addon-row,
.woobundle-gift-row {
	align-items: center;
	display: grid;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
	line-height: 1.25;
	min-height: 46px;
	padding: 8px 12px;
}

.woobundle-addon-row {
	background: var(--wb-upsell-bg);
	color: var(--wb-upsell-text);
	grid-template-columns: 20px 30px 1fr auto;
}

.woobundle-addon-row.is-checked {
	background: var(--wb-upsell-selected-bg);
	color: var(--wb-upsell-selected-text);
}

.woobundle-addon-row input {
	accent-color: #000000;
	height: 16px;
	margin: 0;
	width: 16px;
}

.woobundle-addon-row img,
.woobundle-gift-row img {
	aspect-ratio: 1 / 1;
	border-radius: 4px;
	height: 30px;
	object-fit: cover;
	width: 30px;
}

.woobundle-gift-row {
	background: var(--wb-freegift-bg);
	color: var(--wb-freegift-text);
	grid-template-columns: 30px 1fr auto;
}

.woobundle-gift-row.is-selected {
	background: var(--wb-freegift-selected-bg);
	color: var(--wb-freegift-selected-text);
}

.woobundle-addon-price {
	display: inline-grid;
	gap: 2px;
	justify-items: end;
	white-space: nowrap;
}

.woobundle-error {
	background: #FFF3F3;
	border: 1px solid #DC2626;
	border-radius: 6px;
	color: #991B1B;
	font-size: 13px;
	margin-top: 10px;
	padding: 10px 12px;
}

.woobundle-price-replacement {
	align-items: baseline;
	display: inline-flex;
	gap: 8px;
}

.woobundle-current-price {
	color: #000000;
	font-weight: 700;
}

.woobundle-display-price {
	align-items: baseline;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 5px;
	justify-content: flex-end;
}

.woobundle-display-price del {
	color: #777777;
	font-size: .92em;
	font-weight: 500;
}

.woobundle-display-price ins {
	background: transparent;
	color: #111111;
	font-weight: 800;
	text-decoration: none;
}

.woobundle-display-price.is-free ins {
	color: #15803D;
	text-transform: uppercase;
}

#woobundle-drawer-root {
	position: relative;
	z-index: 2147483000;
}

.woobundle-form-active .quantity {
	display: none !important;
}

.woobundle-drawer *,
.woobundle-drawer *::before,
.woobundle-drawer *::after {
	box-sizing: border-box;
}

html.woobundle-drawer-open body .cart-widget-side,
html.woobundle-drawer-open body .wd-close-side,
html.woobundle-drawer-open body .woodmart-close-side,
html.woobundle-drawer-open body .woodmart-cart-sidebar,
html.woobundle-drawer-open body .wd-cart-sidebar {
	display: none !important;
	opacity: 0 !important;
	pointer-events: none !important;
	visibility: hidden !important;
}

.woobundle-scrim {
	background: rgba(17, 17, 17, .34);
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity 280ms ease;
}

.woobundle-drawer {
	background: #FAFAFA;
	box-shadow: -18px 0 46px rgba(0, 0, 0, .18);
	display: grid;
	grid-template-rows: auto 1fr;
	height: 100vh;
	max-width: 100vw;
	outline: none;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: transform 280ms cubic-bezier(.22, .61, .36, 1);
	width: min(460px, 92vw);
	z-index: 2147483001;
}

#woobundle-drawer-root.is-open .woobundle-scrim {
	opacity: 1;
	pointer-events: auto;
}

#woobundle-drawer-root.is-open .woobundle-drawer {
	transform: translateX(0);
}

.woobundle-drawer-open {
	overflow: hidden;
}

.woobundle-drawer-header {
	align-items: center;
	background: #FFFFFF;
	border-bottom: 1px solid #E5E5E5;
	display: flex;
	justify-content: space-between;
	min-height: 62px;
	padding: 0 18px;
}

.woobundle-drawer-header h2 {
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.woobundle-icon-button,
.woobundle-trash,
.woobundle-carousel-arrow {
	align-items: center;
	background: transparent;
	border: 0;
	color: #111111;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	min-height: 36px;
	min-width: 36px;
	padding: 0;
}

.woobundle-icon-button {
	font-size: 28px;
}

.woobundle-drawer-body {
	overflow-y: auto;
	padding-bottom: 0;
}

.woobundle-empty {
	color: #111111;
	font-size: 15px;
	padding: 28px 18px;
	text-align: center;
}

.woobundle-expiry {
	align-items: center;
	background: var(--woobundle-brand);
	color: #FFFFFF;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	min-height: 38px;
	padding: 8px 14px;
	text-align: center;
}

.woobundle-progress {
	padding: 14px 16px 10px;
}

.woobundle-progress-text {
	color: #111111;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
	text-align: center;
}

.woobundle-progress-track {
	background: #E8E8E8;
	border-radius: 999px;
	height: 9px;
	position: relative;
}

.woobundle-progress-track span {
	background: var(--woobundle-brand);
	border-radius: inherit;
	display: block;
	height: 100%;
}

.woobundle-progress-track b {
	font-size: 16px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -54%);
}

.woobundle-cart-items {
	display: grid;
	gap: 10px;
	padding: 12px;
}

.woobundle-line-item {
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	border-radius: 8px;
	display: grid;
	gap: 12px;
	grid-template-columns: 62px 1fr auto;
	padding: 12px;
	position: relative;
}

.woobundle-line-item.is-child {
	background: #FFFFFF;
	grid-template-columns: 48px 1fr auto;
	margin-left: 28px;
	padding: 10px;
}

.woobundle-line-item.is-child::before {
	border-bottom: 2px solid #D8D8D8;
	border-left: 2px solid #D8D8D8;
	border-bottom-left-radius: 8px;
	content: "";
	height: 24px;
	left: -18px;
	position: absolute;
	top: 0;
	width: 16px;
}

.woobundle-line-image {
	aspect-ratio: 1 / 1;
	border-radius: 6px;
	display: block;
	height: 64px;
	object-fit: cover;
	width: 64px;
}

.woobundle-line-item.is-child .woobundle-line-image {
	height: 48px;
	width: 48px;
}

.woobundle-line-main {
	min-width: 0;
}

.woobundle-line-main strong {
	color: #111111;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
}

.woobundle-tier-pill {
	background: #F3F3F3;
	border-radius: 999px;
	color: #111111;
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	margin-top: 6px;
	max-width: 100%;
	overflow: hidden;
	padding: 3px 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.woobundle-qty {
	align-items: center;
	display: inline-grid;
	grid-template-columns: 28px 32px 28px;
	margin-top: 8px;
}

.woobundle-qty button,
.woobundle-qty span {
	align-items: center;
	background: #FFFFFF;
	border: 1px solid #D7D7D7;
	color: #111111;
	display: inline-flex;
	font-size: 14px;
	height: 28px;
	justify-content: center;
	line-height: 1;
}

.woobundle-qty span {
	border-left: 0;
	border-right: 0;
	font-weight: 700;
}

.woobundle-next-tier {
	background: #119B55;
	border: 0;
	border-radius: 0;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
	margin-top: 10px;
	padding: 8px 10px;
	text-align: left;
	width: 100%;
}

.woobundle-line-price {
	align-items: flex-end;
	display: grid;
	gap: 4px;
	justify-items: end;
	min-width: 82px;
	text-align: right;
}

.woobundle-line-price strong {
	color: #111111;
	font-size: 14px;
	font-weight: 800;
}

.woobundle-line-price span {
	background: #E7F7EC;
	border-radius: 6px;
	color: #1A7F37;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	padding: 4px 8px;
	white-space: nowrap;
}

.woobundle-trash {
	color: #5F5F5F;
	font-size: 16px;
	margin-left: auto;
}

.woobundle-carousel {
	align-items: center;
	border-bottom: 1px solid #EEEEEE;
	display: grid;
	gap: 6px;
	grid-template-columns: 34px 1fr 34px;
	padding: 14px 12px;
}

.woobundle-carousel-card {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: 58px 1fr auto;
	min-width: 0;
}

.woobundle-carousel-card img {
	aspect-ratio: 1 / 1;
	border-radius: 6px;
	height: 58px;
	object-fit: cover;
	width: 58px;
}

.woobundle-carousel-card strong {
	color: #111111;
	display: block;
	font-size: 14px;
	line-height: 1.2;
}

.woobundle-carousel-card p {
	color: #333333;
	font-size: 12px;
	line-height: 1.25;
	margin: 4px 0 0;
}

.woobundle-carousel-card em {
	background: #E7F7EC;
	border-radius: 6px;
	color: #1A7F37;
	font-style: normal;
	font-weight: 700;
	padding: 2px 5px;
}

.woobundle-carousel-card button,
.woobundle-checkout {
	background: var(--woobundle-brand);
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px 12px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.woobundle-protection {
	align-items: center;
	border-bottom: 1px solid #EEEEEE;
	color: #111111;
	cursor: pointer;
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr auto 46px;
	padding: 14px 16px;
	position: relative;
}

.woobundle-protection strong,
.woobundle-protection small {
	display: block;
	line-height: 1.25;
}

.woobundle-protection small {
	color: #5F5F5F;
	font-size: 12px;
	margin-top: 2px;
}

.woobundle-protection input {
	height: 1px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.woobundle-protection i {
	background: #D1D5DB;
	border-radius: 999px;
	height: 26px;
	position: relative;
	width: 46px;
}

.woobundle-protection i::after {
	background: #FFFFFF;
	border-radius: 50%;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .22);
	content: "";
	height: 22px;
	left: 2px;
	position: absolute;
	top: 2px;
	transition: transform .2s ease;
	width: 22px;
}

.woobundle-protection input:checked + i {
	background: var(--woobundle-brand);
}

.woobundle-protection input:checked + i::after {
	transform: translateX(20px);
}

.woobundle-summary {
	background: #FFFFFF;
	border-top: 1px solid #E5E5E5;
	display: grid;
	gap: 12px;
	margin-top: 8px;
	padding: 16px;
	position: sticky;
	bottom: 0;
}

.woobundle-summary > div:not(.woobundle-payments) {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.woobundle-summary em {
	background: #F3F3F3;
	border-radius: 999px;
	color: #111111;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	margin-left: 6px;
	padding: 3px 8px;
}

.woobundle-subtotal {
	color: #111111;
	font-size: 17px;
	font-weight: 800;
}

.woobundle-checkout {
	border-radius: 6px;
	display: block;
	font-size: 16px;
	padding: 16px;
	width: 100%;
}

.woobundle-payments {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
}

.woobundle-payments span {
	background: #F6F6F6;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	color: #222222;
	font-size: 10px;
	font-weight: 800;
	padding: 4px 6px;
	text-transform: uppercase;
}

[dir="rtl"] .woobundle-drawer {
	left: 0;
	right: auto;
	transform: translateX(-100%);
}

[dir="rtl"] #woobundle-drawer-root.is-open .woobundle-drawer {
	transform: translateX(0);
}

[dir="rtl"] .woobundle-line-item.is-child {
	margin-left: 0;
	margin-right: 32px;
}

[dir="rtl"] .woobundle-line-item.is-child::before {
	left: auto;
	right: -18px;
}

@media (max-width: 640px) {
	.woobundle-bar-main {
		grid-template-columns: 44px 1fr;
	}

	.woobundle-price-stack {
		grid-column: 1 / -1;
		grid-template-columns: 1fr auto;
		justify-items: start;
		text-align: left;
	}

	.woobundle-drawer {
		width: 100vw;
	}

	.woobundle-line-item,
	.woobundle-line-item.is-child {
		grid-template-columns: 56px 1fr;
	}

	.woobundle-line-price {
		grid-column: 2;
		justify-items: start;
		text-align: left;
	}

	.woobundle-carousel-card {
		grid-template-columns: 52px 1fr;
	}

	.woobundle-carousel-card button {
		grid-column: 1 / -1;
	}
}
