#bk-bundle-products-wrapper {
	margin-bottom:3rem;
}
#bk-bundle-products-wrapper .bk-bundle-discount-products > h2 {
	font-size:1.25rem;
	margin:0;
}

.bk-bundle-discount-highlight {
    font-weight: 800;
    position: relative;
    z-index: 1;
	margin-left:4px;
}
#bk-bundle-products-wrapper .swiper-slide .woocommerce-Price-amount.amount::after {
	content:none;
}
.bk-bundle-discount-highlight::after {
    content: "";
    position: absolute;
    left: -6px;
    right: -6px;
    bottom: 2px;
    height: 12px;
    background: rgba(217, 45, 32, 0.16);
    z-index: -1;
    border-radius: 6px;
}

#bk-bundle-products-wrapper,
.bk-bundle-discount-products,
.bk-bundle-discount-products ul {
    width: 100%;
}

.bk-bundle-discount-products .bk-bundle-swiper {
	padding-left:2.5rem;
	padding-right:2.5rem;
}

.bk-bundle-discount-products ul {
    padding-left: 0;
    list-style: none;
}

.bk-bundle-discount-products li.product {
    width: 100%;
	opacity:0;
}

.bk-bundle-discount-products li.product.swiper-slide-active,
.bk-bundle-discount-products li.product.swiper-slide-next {
	opacity:1;
}

.bk-bundle-discount-products .woocommerce-Price-currencySymbol {
    visibility: visible !important;
    margin: 0;
}

.bk-bundle-discount-products .product {
    position: relative;
}

.bk-bundle-discount-products .product h2 {
	font-size: 1rem;
    font-family: var(--preset-id-eb95030b-93fa-4576-a265-b7e63d9ee621-font-family);
    font-weight: var(--preset-id-eb95030b-93fa-4576-a265-b7e63d9ee621-font-weight);
    line-height: var(--preset-id-eb95030b-93fa-4576-a265-b7e63d9ee621-line-height);
    text-transform: var(--preset-id-eb95030b-93fa-4576-a265-b7e63d9ee621-text-transform);
    margin-bottom: 0.15rem;
	margin-top:0;
}

.bk-bundle-discount-products .product-wrap,
.bk-bundle-discount-products .product-content {
	display:flex;
}

.bk-bundle-discount-products .product-wrap {
	border:1px solid #eee;
	border-radius:8px;
	padding:.25rem .5rem .25rem .25rem;
	gap:1rem;
	align-items:center;
	flex-wrap:wrap;
}

.bk-bundle-discount-products .product-content {
	flex-direction:column;
}

.bk-bundle-discount-products .product a {
	text-decoration:none;
}

.bk-bundle-discount-products .onsale {
    position: absolute;
    top: 7px;
    left: 7px;
    background: red;
    color: white;
    padding: .25rem .5rem;
    border-radius: 3px;
    z-index: 9;
    font-weight: bold;
    font-size: 14px;
	display:none;
}

.breakdance .bk-bundle-discount-products .product .price,
.breakdance .bk-bundle-discount-products .product .price .amount {
	display:flex;
	align-items:center;
	font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
	color:var(--bde-palette-black-9e36ce2b-8495-467f-a7da-19a313e5a400-2);
}

.breakdance .bk-bundle-discount-products .product .price del {
	color:red;
	display:inline;
	margin-right:.5rem;
}

.breakdance .bk-bundle-discount-products .product .price del .amount {
	display:flex;
	align-items:center;
}

.bk-bundle-discount-products .bk-add-to-cart-wrapper {
    border: none;
    padding: 0;
	margin-left:auto;
}

.bk-bundle-discount-products .product .product-image {
	background-color:var(--bde-palette-color-1-c212afb7-2ed9-488d-b1fb-d7e650be30f1);
	overflow: hidden;
	width:4rem;
    height: 4rem;
    padding: .25rem;
    border-radius: 5px;
}

.bk-bundle-discount-products .product .product-image img {
	width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
}

.bk-bundle-discount-products .product .bk-add-to-cart-wrapper .add_to_cart_button {
	width:100%;
	font-size:1rem;
}

.bk-bundle-discount-products .product .bk-add-to-cart-wrapper .add_to_cart_inline {
	margin:0;
}


.bk-bundle-discount-products .bk-bundle-swiper-prev.swiper-button-prev,
.bk-bundle-discount-products .bk-bundle-swiper-next.swiper-button-next {
	width:2rem;
}

.bk-bundle-discount-products .bk-bundle-swiper-prev.swiper-button-prev {
	left: 0;
}

.bk-bundle-discount-products .bk-bundle-swiper-next.swiper-button-next {
	right: 0;
}


.bk-bundle-discount-products .bk-bundle-swiper-prev.swiper-button-prev::after,
.bk-bundle-discount-products .bk-bundle-swiper-next.swiper-button-next::after {
	content:none;
}

@media (max-width: 1119px) {
	.bk-bundle-discount-products .bk-bundle-swiper-prev.swiper-button-prev,
	.bk-bundle-discount-products .bk-bundle-swiper-next.swiper-button-next { 
		display:none;
	}
	.bk-bundle-discount-products .product .product-image {
		height:auto;
		display:flex;
		align-items:center;
		text-align:center;
	}
	.bk-bundle-discount-products .product .product-image img {
		height: auto;
		width: auto;
		object-fit: contain;
		object-position: 50% 50%;
		aspect-ratio: 1 / 1;
	}
	.bk-bundle-discount-products .bk-bundle-swiper {
		padding-left:0;
		padding-right:0;
		overflow:visible;
	}
	.bk-add-to-cart-wrapper {
		width:100%;
		flex-basis: 100%
	}
	.bk-bundle-discount-products li.product {
		opacity:1;
	}
}

@media (max-width: 479px) {
	.bk-bundle-discount-products .product-wrap {
		row-gap:.25rem;
	}
}