.exclusive-bundle {
	position: relative;
}

.exclusive-bundle:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 228px;
	height: 134px;
	background-color: #FAF1EF;
	mask-size: 100% auto;
	z-index: 1;
	mask-image: url('data:image/svg+xml,<svg width="227" height="133" viewBox="0 0 227 133" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_4008_171)"><path d="M1241.77 133.019C1241.77 133.019 464.5 149 226.494 133.019C-11.5123 117.037 -0.000278577 0.5 -0.000278577 0.5V603.027C-0.000278577 684.616 112.806 735.955 226.494 735.955H1225.51C1394 735.955 1440 816 1440 816V256.775C1440 183.795 1353.45 133.019 1241.77 133.019Z" fill="%23D9D9D9"/></g><defs><clipPath id="clip0_4008_171"><rect width="227" height="133" fill="white"/></clipPath></defs></svg>');
}

.exclusive-bundle:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 228px;
	height: 60px;
	background-color: #FAF1EF;
	mask-size: 100% auto;
	z-index: 1;
	mask-image: url('data:image/svg+xml,<svg width="222" height="60" viewBox="0 0 222 60" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_4005_167)"><path d="M-1019.77 -0.0187255H-4.49367C159.273 -0.0187255 222 60 222 60V-470.027C222 -551.616 109.194 -602.955 -4.49367 -602.955H-1003.51C-1172 -602.955 -1218 -683 -1218 -683V-123.775C-1218 -50.795 -1131.45 -0.0187255 -1019.77 -0.0187255Z" fill="%23D9D9D9"/></g><defs><clipPath id="clip0_4005_167"><rect width="222" height="60" fill="white"/></clipPath></defs></svg>');
}

.exclusive-bundle__heading {
	margin-bottom: 8px;
	margin-top: 0;
}

.exclusive-bundle__text {
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 56px;
}

.exclusive-bundle__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 96px
}

.exclusive-bundle__summary {
	background-color: #FAF1EF;
	padding: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 32px;
	box-sizing: border-box;
	border-radius: 4px 150px 4px 150px;
}

.exclusive-bundle__summary-discount {
	background-color: #FCA600;
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	padding: 8px 12px;
	width: 150px;
	line-height: 1;
	border-radius: 50ch;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.exclusive-bundle__summary-price {
	display: inline-flex;
	align-items: center;
	font-size: 24px;
	gap: 13px;
}

.exclusive-bundle__summary-price .price__discount {
	font-weight: 600;
}

.exclusive-bundle__summary-price .price__regular {
	text-decoration: line-through;
	color: #000;
	opacity: .5;
}

.exclusive-bundle .button {
	color: #FFF;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 200px;
	background: #CC7063;
	display: block;
	width: 100%;
}

.exclusive-bundle .button:before,
.exclusive-bundle .button:after {
	display: none;
}

.exclusive-bundle .card-wrapper {
	border: 2px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	padding: 20px 24px;
}

.exclusive-bundle .exclusive-bundle__list > div:first-of-type {
	position: relative;
}

.exclusive-bundle .exclusive-bundle__list > div:first-of-type:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: calc(100% + 20px);
	width: 56px;
	height: 56px;
	background-size: cover;
	background-image: url('data:image/svg+xml, <svg class="exclusive-bundle__plus" width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="28" cy="28" r="28" fill="%232C3E50"/><path d="M28 14.5188V41.4818" stroke="white" stroke-width="2" stroke-linecap="round"/><path d="M41.4805 28L14.5175 28" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
}

.exclusive-bundle .card-wrapper .card__inner {
	background: #faf1ef;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.exclusive-bundle .card-wrapper .card__badge {
	display: none;
}

.exclusive-bundle .card-wrapper .card__content .card__heading {
	font-family: "Quicksand", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.exclusive-bundle .card-wrapper .card-information > span.caption-large {
	font-family: "Quicksand", sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	opacity: .5;
}

.exclusive-bundle .card-wrapper .card-information .price .price-item {
	font-size: 20px;
}

.exclusive-bundle .card-wrapper .card-information .price .price-item.price-item--regular {
	font-weight: 300;
	color: #000;
	opacity: .5;
	margin-right: 8px;
}


@media screen and (max-width: 1024px) {
	.exclusive-bundle__list {
		gap: 48px;
	}

	.exclusive-bundle .exclusive-bundle__list > div:first-of-type:after{
		left: calc(100% + 8px);
		width: 36px;
		height: 36px;
	}
}

@media screen and (max-width: 990px) {
	.exclusive-bundle:after {
		width: 43px;
		height: 27px;
		mask-image: url('data:image/svg+xml,<svg width="44" height="28" viewBox="0 0 44 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.545474 0.202148C0.545474 0.202148 -0.613494 11.3324 14.677 19.5465C27.9334 26.6678 43.5455 27.2021 43.5455 27.2021H0.545474V0.202148Z" fill="%23D9D9D9"/></svg>');
	}

	.exclusive-bundle:before {
		width: 75px;
		height: 20px;
	}

	.exclusive-bundle__list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 24px;
	}

	.exclusive-bundle .card-wrapper {
		padding: 10px 12px;
	}

	.exclusive-bundle .exclusive-bundle__list > div:first-of-type:after {
		left: calc(100% + 6px);
		width: 16px;
		height: 16px;
	}

	.exclusive-bundle .card-wrapper .card__content .card__heading {
		font-size: 16px;
	}

	.exclusive-bundle .card-wrapper .card-information > span.caption-large {
		font-size: 14px;
	}

	.exclusive-bundle .rating_wrapper .caption-large {
		font-size: 10px;
	}

	.exclusive-bundle .rating_wrapper svg {
		width: 13px;
		height: 13px;
	}

	.exclusive-bundle .card-wrapper .card-information .price .price-item {
		font-size: 16px;
	}

	.exclusive-bundle__summary {
		grid-area: 2 / 1 / 2 / 3;
		border-radius: 4px 60px 4px 60px;
		padding: 24px 12px;
		gap: 15px;
	}

	.exclusive-bundle__text{
		font-size: 16px;
		margin-bottom: 24px;
	}

	.exclusive-bundle__summary-discount {
		font-size: 14px;
	}

	.exclusive-bundle .button {
		font-size: 16px;
		padding: 16px 32px;
		width: 100%;
	}
}