.bundle-price{
	column-gap: 16px;
	margin-bottom: 15px;
}

.bundle-price-save{
	color: rgb(208, 10, 0);
}

.bundle-carousel{
	padding-bottom: 30px;
}

@media (max-width: 768px) {
	.bundle-header{
		padding:0 16px
	}

	.bundle-carousel{
		padding-bottom: 45px;
	}
}