.even-masonry,
.odd-masonry {
	will-change: transform;
	padding: 20px 0;
	flex: 1 1 100%
}

.safari-browser .even-masonry,
.safari-browser .odd-masonry {
	padding: 0
}

.bundle-products-wrapper.layout-masonry {
	position: relative;
	gap: var(--masonry-column-gap, 10px)
}

.section-wrapper:has(.top-shadow) {
	position: relative
}

.top-shadow {
	height: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0
}

.top-shadow.sticky {
	position: sticky
}

.bundle-drawer .overlay-drawer-content {
	background: var(--card-background)
}

.top-shadow:before {
	content: "";
	height: 100px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	display: block;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
	background: linear-gradient(to bottom, var(--body-background), transparent);
	opacity: 0
}

.top-shadow.sticky:before {
	-webkit-animation: slideInTop .5s ease-out forwards;
	animation: slideInTop .5s ease-out forwards
}

.bundle-products-wrapper.layout-masonry .bundle-product-item-card {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	position: relative;
	transform-style: preserve-3d;
	backface-visibility: hidden;
	outline-offset: 2px;
	transition: transform .4s ease-in-out
}

.bundle-products-wrapper.layout-masonry .bundle-product-item-card.active {
	border-color: var(--border-color)
}

.bundle-products-wrapper.layout-masonry .bundle-product-item:has(.bundle-product-item-card:is([disabled=true], [disabled], .sold-out)):not(:has(.placeholder-svg)) {
	opacity: .4;
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none
}

.bundle-products-wrapper.layout-masonry .bundle-product-item-card:is([disabled=true], [disabled], .sold-out):not(:has(.placeholder-svg)),
.bundle-products-wrapper.layout-masonry .bundle-product-item-card:is([disabled=true], [disabled], .sold-out):not(:has(.placeholder-svg)) * {
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none
}

.bundle-products-wrapper.layout-masonry .bundle-products-image {
	transition: .4s ease-in-out;
	border-radius: var(--product-card-radius);
	cursor: pointer
}

.bundle-products-wrapper.layout-masonry .bundle-products-image:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none;
	border-width: 4px;
	border-style: solid;
	border-color: transparent;
	transition: .4s ease-in-out;
	border-radius: var(--product-card-radius)
}

.bundle-products-wrapper.layout-masonry .bundle-product-item-card.active .bundle-products-image:before {
	border-color: var(--border-color)
}

.bundle-products-wrapper.layout-masonry .bundle-products-content .product-price {
	margin-bottom: 0
}

.bundle-products-wrapper.layout-masonry .bundle-products-content .product-price span {
	font-size: var(--text-xxs);
	color: var(--media-overlay-text)
}

.bundle-products-wrapper.layout-masonry .select-control {
	padding: 10px 0 0;
	width: 100%
}

.bundle-products-wrapper.layout-masonry .select-control select {
	outline-offset: 2px;
	min-height: 34px;
	padding: 4px 10px;
	font-size: var(--text-xxs)
}

.bundle-product-item {
	position: relative
}

.bundle-product-item+.bundle-product-item {
	margin-top: var(--masonry-column-gap)
}

.bundle-product-item:focus-within .select-control,
.bundle-product-item:has(select:focus) .select-control,
.bundle-product-item:has(.bundle-product-item-card.active) .select-control {
	opacity: 1;
	pointer-events: auto;
	-webkit-user-select: auto;
	user-select: auto
}

.bundle-product-cards-wrap {
	--clipbox-padding-block-start: 10px;
	--clipbox-padding-block-end: 10px;
	--clipbox-margin-blockend: 10px;
	--mini-card-width: 30px;
	pointer-events: none;
	position: sticky;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	margin-bottom: calc(var(--bottom-spacing)* -1);
	transition: opacity .4s ease-in-out
}

.bundle-product-cards-wrap.open {
	opacity: 1
}

mix-and-match-bundle.bundle-popup-in-view .bundle-product-cards-wrap.open {
	opacity: 1
}

.bundle-product-cards-wrap:not(.open) * {
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none
}

.bundle-product-cards-inner {
	position: relative;
	display: flex;
	align-items: center;
	pointer-events: none;
	z-index: 10;
	padding: var(--clipbox-padding-block-start) 0 var(--clipbox-padding-block-end);
	background: linear-gradient(to top, var(--body-background), transparent)
}

.bundle-add-to-card-button {
	display: inline-flex;
	position: absolute;
	left: calc(50% + var(--bundle-product-thumbs-width) / 2 + 40px);
	opacity: 0;
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none;
	transition: opacity .4s ease-in-out 0s, position, .4s ease
}

.bundle-add-to-card-button.show {
	opacity: 1;
	transition: opacity .4s ease-in-out .4s, position, .4s ease
}

.bundle-add-to-card-button.show .button-element {
	pointer-events: auto;
	-webkit-user-select: auto;
	user-select: auto
}

.bundle-product-cards {
	pointer-events: auto;
	max-width: fit-content;
	width: calc(100% - 1rem);
	margin: 0 auto;
	display: grid;
	gap: 10px;
	border-radius: .25rem;
	position: relative;
	z-index: 2;
	background: var(--card-background);
	padding: 10px 15px;
	transition: opacity .4s ease-in-out .4s, position, .4s ease
}

.bundle-product-cards-list {
	display: flex;
	gap: 3px
}

.bundle-product-card-heading {
	flex-basis: 100%;
	max-width: var(--bundle-product-thumbs-width, 500px);
	margin: 0 auto
}

.bundle-product-card {
	flex: 1;
	aspect-ratio: 1 / 1.25;
	border-width: 1px;
	border-style: dashed;
	border-color: var(--body-background);
	width: var(--mini-card-width);
	border-radius: 4px
}

.bundle-product-card.active {
	border-color: transparent
}

.bundle-thumb-count {
	position: absolute;
	top: 0;
	right: 0;
	aspect-ratio: .9/1;
	padding: 2px;
	font-size: 10px;
	height: 16px;
	background: var(--body-background);
	color: var(--border-color);
	border-radius: 0 0 0 4px;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center
}

.bundle-product-card.active .bundle-thumb-count {
	opacity: 1
}

.overlay-elements {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.overlay-number-wrapper {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 34px;
	aspect-ratio: 1;
	line-height: 1;
	display: inline-block;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity .4s ease-in-out
}

.bundle-product-item-card.active .overlay-number-wrapper {
	opacity: 1
}

.overlay-number-wrapper .svg-wrapper {
	color: var(--border-color);
	width: var(--svg-wrapper-size, 35px);
	height: var(--svg-wrapper-size, 50px)
}

.overlay-number {
	color: var(--body-background);
	position: absolute
}

.overlay-check-mark {
	--svg-wrapper-size: 30px;
	position: absolute;
	right: 14px;
	bottom: 12px;
	padding: 10px;
	border-radius: 50%;
	opacity: .4;
	transition: opacity .4s ease-in-out;
	color: var(--body-background);
	background: var(--border-color)
}

.bundle-product-item-card.active .overlay-check-mark {
	opacity: 1
}

.bundle-product-cards-popup {
	width: var(--bundle-product-thumbs-width);
	margin: 0 auto;
	opacity: 1;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	display: flex;
	transition: opacity .4s ease-in-out 0s, height 0s linear .4s, width 0s linear .4s
}

.bundle-product-cards-popup-inner {
	max-height: 100%;
	width: 100%;
	display: grid;
	grid-template-rows: 1fr auto
}

.bundle-product-cards-popup .product-form {
	overflow: auto;
	padding: 0 20px
}

.bundle-product-summary {
	padding: 20px;
	border-top: 1px solid var(--card-border);
	box-shadow: 0 -5px 30px -10px var(--card-border)
}

.bundle-product-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px
}

.bundle-product-cards-wrap.active .backdrop-overlay {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transition: opacity .4s ease, visibility 0s linear 0s
}

.bundle-product-items {
	display: block
}

.bundle-product-popup-item {
	display: grid;
	grid-template-columns: 1fr auto;
	padding: 10px 0
}

.bundle-product-popup-item+.bundle-product-popup-item {
	border-top: 1px solid var(--card-border)
}

.bundle-product-popup-item-product {
	display: grid;
	grid-template-columns: auto 1fr
}

.bundle-product-popup-item-image {
	aspect-ratio: 1;
	width: 40px;
	border-radius: 4px
}

.bundle-product-popup-item-details {
	padding: 0 10px
}

.bundle-product-popup-item-details .product-title {
	margin-bottom: 6px;
	display: inline-block
}

.bundle-product-popup-item-quantity .quantity-set {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 10px
}

.bundle-product-popup-item-quantity .quantity-inner {
	height: 30px;
	border: 0
}

.bundle-product-popup-item-quantity .quantity-inner .quantity-button {
	aspect-ratio: 1;
	min-width: 30px;
	max-width: 30px;
	height: 30px;
	border-radius: 100%;
	color: var(--heading-color);
	border: 1px solid var(--heading-color)
}

.bundle-product-popup-item-quantity .quantity-inner .quantity-input {
	max-width: 40px;
	line-height: initial;
	color: var(--heading-color)
}

.quantity-popover-wrap {
	--svg-wrapper-size: 16px;
	display: flex;
	position: relative
}

.quantity-popover-wrap .svg-wrapper {
	cursor: pointer
}

.quantity-popover {
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	width: max-content;
	z-index: 1;
	opacity: 0;
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none
}

.quantity-popover-inner {
	opacity: 0;
	transform-origin: left center;
	border-radius: 4px;
	padding: 10px;
	box-shadow: #00000040 0 25px 50px -12px;
	border: 1px solid var(--body-alternate-background);
	background: var(--body-background)
}

.quantity-popover-wrap:hover .quantity-popover {
	opacity: 1;
	pointer-events: auto;
	-webkit-user-select: auto;
	user-select: auto
}

.quantity-popover-wrap:hover .quantity-popover-inner {
	animation: scaleInBounce .6s ease-out forwards;
	-webkit-animation: scaleInBounce .6s ease-out forwards
}

.bundle-product-popup-item-price * {
	text-align: right
}

.bundle-drawer .overlay-drawer-inner {
	--drawer-height: 55vh;
	margin-bottom: 20px;
	margin-top: auto;
	clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%)
}

.bundle-drawer.open .overlay-drawer-inner {
	clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%)
}

.bundle-drawer.drawer-size-xsmall .overlay-drawer-inner {
	max-width: 450px
}

.remove-button .remove-button-link {
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px
}

@media (max-width: 1024px) {
	.bundle-add-to-card-button {
		left: 0;
		right: 0;
		bottom: calc(15px + var(--bundle-product-thumbs-height) + var(--clipbox-padding-block-start) + var(--clipbox-padding-block-start) + var(--clipbox-margin-blockend));
		justify-content: center
	}

	.bundle-add-to-card-button .button-element {
		width: auto;
		width: calc(var(--bundle-product-thumbs-width) - 1rem)
	}

	.bundle-products-wrapper.layout-masonry .bundle-products-content {
		bottom: 48px;
		max-height: calc(100% - 48px);
		overflow: hidden;
		overflow-y: auto
	}

	.bundle-products-wrapper.layout-masonry .bundle-products-image:after {
		content: "";
		background: linear-gradient(to top, rgba(var(--image-overlay-background), var(--image-overlay-opacity)), transparent);
		position: absolute;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100%
	}
}

@media (max-width: 767px) {
	.bundle-add-to-card-button {
		bottom: calc(15px + var(--bundle-product-thumbs-height) + var(--mobile-dock-height-dynamic))
	}

	.bundle-product-cards-wrap.remove-height .bundle-add-to-card-button {
		bottom: calc(15px + var(--bundle-product-thumbs-height))
	}

	.bundle-products-wrapper.layout-masonry {
		display: grid;
		grid-template-columns: repeat(var(--masonry-column-count), 1fr)
	}

	.bundle-products-content .product-title.media-overlay-heading {
		color: #000;
	}

	.bundle-products-wrapper.layout-masonry .bundle-products-content .product-price span {
		color: var(--text-color)
	}

	.bundle-products-wrapper.layout-masonry .bundle-products-content {
		padding-top: 10px
	}

	.bundle-product-cards-wrap:not(.remove-height) .bundle-product-cards {
		bottom: var(--mobile-dock-height-dynamic, 0px)
	}

	.mix-and-match-section:has(.remove-height) .bundle-products-wrapper {
		padding-bottom: 50px;
		transition: padding .4s ease-in-out .4s
	}
}

@media (max-width: 575px) {
	.bundle-drawer .overlay-drawer-inner {
		--drawer-height: 70vh;
		margin-top: auto;
		margin-bottom: 0
	}

	.bundle-drawer.drawer-size-xsmall .overlay-drawer-inner {
		max-width: 100%
	}

	.bundle-drawer .overlay-drawer-inner .overlay-drawer-content {
		border-radius: var(--card-radius) var(--card-radius) 0 0
	}
}

@media (min-width: 576px) {
	.bundle-product-cards-wrap {
		--mini-card-width: 40px
	}
}

@media (min-width: 768px) {
	.bundle-add-to-card-button {
		display: inline-flex
	}

	.bundle-product-cards-wrap {
		--mini-card-width: 55px
	}

	.overlay-number-wrapper .svg-wrapper {
		width: var(--svg-wrapper-size, 50px);
		height: var(--svg-wrapper-size, 65px)
	}

	.overlay-check-mark {
		--svg-wrapper-size: 40px;
		padding: 12px
	}

	.bundle-products-wrapper.layout-masonry .bundle-products-content {
		position: absolute;
		left: 0;
		right: 0;
		border-radius: 0 0 var(--product-card-radius) var(--product-card-radius);
		padding: 10px
	}

	.bundle-products-wrapper.layout-masonry .select-control {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: calc(100% - 64px);
		padding: 10px
	}

	.bundle-products-wrapper.layout-masonry {
		column-count: var(--masonry-column-count, 5)
	}

	.bundle-products-content .price {
		color: var(var(--media-overlay-text))
	}

	.bundle-products-content .price * {
		color: inherit
	}

	.bundle-product-cards {
		bottom: var(--mobile-dock-height-dynamic, 0px)
	}
}

@media (min-width: 1025px) {
	.bundle-products-wrapper.layout-masonry .select-control {
		opacity: 0;
		transition: opacity .4s ease-in-out;
		pointer-events: none;
		-webkit-user-select: none;
		user-select: none
	}

	.bundle-product-item:hover .select-control {
		opacity: 1;
		pointer-events: auto;
		-webkit-user-select: auto;
		user-select: auto
	}

	.bundle-products-wrapper.layout-masonry .bundle-products-content {
		background: linear-gradient(to top, rgba(var(--image-overlay-background), var(--image-overlay-opacity)), transparent);
		bottom: 0;
		transition: opacity .4s ease-in-out
	}

	.bundle-products-wrapper.layout-masonry .bundle-product-item:hover .bundle-products-content,
	.bundle-products-wrapper.layout-masonry .bundle-product-item:has(select:focus) .bundle-products-content,
	.bundle-products-wrapper.layout-masonry .bundle-product-item-card.active .bundle-products-content {
		opacity: 1;
		pointer-events: none;
		-webkit-user-select: none;
		user-select: none
	}

	.even-masonry .bundle-product-item:hover .bundle-product-item-card {
		transform: scale(1.03) rotate(.3deg)
	}

	.odd-masonry .bundle-product-item:hover .bundle-product-item-card {
		transform: scale(1.03) rotate(-.3deg)
	}
}

@media (min-width: 1441px) {
	.bundle-product-cards-wrap {
		--clipbox-padding-block-start: 10px;
		--clipbox-padding-block-end: 20px;
		--clipbox-margin-blockend: 30px;
		border-radius: 8px
	}

	.bundle-product-cards-list {
		gap: 6px
	}
}

/*# sourceMappingURL=/cdn/shop/t/8/assets/mix-and-match-bundle.css.map?v=79753402646151822901748583477 */