.gift-for-you .owl-carousel {
	max-width: 340px;
	margin: 0 auto;
}

@media screen and (min-width: 480px) {
	.gift-for-you .owl-carousel {
		max-width: 480px;
	}
}

@media screen and (min-width: 992px) {
	.gift-for-you .owl-carousel {
		max-width: 1080px;
	}
}

.no-promo__col_sx {
	background-color: #996666;
	padding: 3rem;
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
}

.no-promo__col_sx * {
	color: white;
}

.no-promo__col_sx .btn {
	border-color: white;
}

.no-promo__col_sx .btn:hover {
	background-color: white;
	color: #996666;
}

.gift-for-you__section .item {
	transition: .4s ease all;
	margin: 0;
	transform: scale(.8);
	position: relative;
	border-radius: 12px;
}

.gift-for-you__section .item img {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.gift-for-you__section .item .exhausted-btn {
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 12px !important;
	padding: 10px 18px !important;
	line-height: 1 !important;
	background-color: #607d8b !important;
	color: white !important;
	text-transform: capitalize !important;
	font-weight: 600 !important;
}

.gift-for-you .discover-more {
	display: block;
	width: max-content;
	margin: 0 auto 40px;
}

.gift-for-you__carousel {
	position: relative;
}

.gift-for-you__footer,
.gift-for-you__container {
	color: #1c2c54;
}

.gift-for-you__footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 40px;
	text-align: center;
	max-width: 100% !important;
	padding: 32px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	min-height: 160px;
	width: 100% !important;
}

.gift-for-you__footer .gift-for-you__footer__content {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #444853;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	text-align: center;
	width: 100%;
	max-width: 254px;
	min-height: 63px;
}

.gift-for-you__nav .carousel-nav {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 40%;
	left: 0;
	cursor: pointer;
	z-index: 400;
	transition: all .3s ease-in;
}

.gift-for-you__nav .carousel-nav.nav-next {
	right: 0px;
	left: unset;
}

.gift-for-you__nav .carousel-nav:after {
	display: block;
	border-top: 2px solid white;
	border-right: 2px solid white;
	content: '';
	width: 10px;
	height: 10px;
	transform: rotate(-135deg);
	position: absolute;
	top: 15px;
	left: 17px;
}

.gift-for-you__nav .carousel-nav.nav-next:after {
	transform: rotate(45deg);
	left: 14px;
}

.gift-for-you__nav .carousel-nav:hover {
	opacity: 0.8;
}

.gift-for-you__counter {
	font-family: 'Playfair Display', serif;
	font-size: 28px;
	margin-right: 15px;
	color: #1c2c54;
}

.gift-for-you__container:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	background: white;
	z-index: -1;
	transform: translate(-50%);
}

.gift-for-you__container .carousel-nav {
	position: absolute;
	top: 0;
	cursor: pointer;
}

.gift-for-you__container .carousel-nav:hover {
	opacity: 0.8;
}

.gift-for-you__container .carousel-nav.nav-prev {
	right: 60px;
}



.gift-for-you__container .carousel-nav.nav-next img {
	transform: rotate(180deg);
}

.gift-for-you__header {
	position: relative;
}

.gift-for-you__header .gift-for-you__title {
	color: #1c2c54;
	text-align: center;
}

.gift-for-you__header .gift-for-you__subtitle {
	margin-bottom: 20px;
	text-align: center;
}

.modal-body {
	padding: 0;
}

.gift-for-you__section .item .promo-price {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-family: "Playfair Display", serif;
	text-align: center;
	padding: 8px 0 12px;
	background-color: rgba(255, 255, 255, .6);
	color: #555;
	font-weight: 600;
	line-height: 1;
	font-size: 30px;
}

@media screen and (max-width: 1000px) {
	.gift-for-you__section .item {
		margin: 0;
		transform: scale(.7)
	}
}

@media screen and (max-width: 768px) {
	.gift-for-you__container .carousel-nav {
		position: static;
		display: inline-block;
		margin-right: 10px;
	}
}

.gift-for-you__section .owl-item.active.center .item {
	transform: scale(1);
}

.gift-for-you__section .owl-item .btn {
	display: none;
}

.gift-for-you__section .owl-item.active.center .btn {
	display: block;
}

.gift-for-you__section .owl-item.active.center .item .play-btn {
	display: block;
}

.gift-for-you__section video {
	max-width: 100%;
	height: auto;
}

@media (min-width: 576px) {
	.gift-for-you__container:after {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.no-promo {
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.gift-for-you__container {
		padding-bottom: 20px;
	}

	.gift-for-you__container:after {
		max-width: 720px;
	}

	.gift-for-you__section .owl-item.active.center {
		min-height: 230px;
	}

	.gift-for-you__nav .carousel-nav {
		width: 60px;
		height: 60px;
		top: 40%;
		left: 0px;
	}

	.gift-for-you__nav .carousel-nav:after {
		width: 15px;
		height: 15px;
		top: 23px;
		left: 25px;
	}

	.gift-for-you__nav .carousel-nav.nav-next {
		right: 0px;
		left: unset;
	}

	.gift-for-you__nav .carousel-nav.nav-next:after {
		left: 20px;
	}
}



@media (min-width: 992px) {
	.gift-for-you__footer,
	.gift-for-you__container,
	.gift-for-you__container:after {
		max-width: 640px;
	}

	.gift-for-you__section .owl-item.active.center {
		min-height: 320px;
	}
}

@media (min-width: 1200px) {

	.gift-for-you__footer,
	.gift-for-you__container,
	.gift-for-you__container:after {
		max-width: 640px;
	}

	.gift-for-you__section .owl-item.active.center {
		min-height: 380px;
	}
}


@media (min-width: 1390px) {

	.gift-for-you__section .owl-item.active.center {
		min-height: 430px;
	}

	.gift-for-you__section .item .promo-price {
		/* font-size: 28px; */
	}
}

@media (min-width: 1400px) {
	.gift-for-you__nav .carousel-nav {
		left: 80px;
	}

	.gift-for-you__nav .carousel-nav.nav-next {
		right: 80px;
	}
}


/* --- Card singola statica (1 gift) --- */
.gift-for-you--single .gift-for-you__section {
	max-width: 360px;
	margin: 0 auto;
}

.gift-for-you--single .gift-for-you__section .item {
	transform: none;
}

.gift-for-you--single .gift-for-you__section .item .btn,
.gift-for-you--pair .gift-for-you__section:not(.owl-loaded) .item .btn {
	display: block;
}


@media (min-width: 992px) {
	.gift-for-you--pair .gift-for-you__section:not(.owl-loaded) {
		display: flex;
		justify-content: center;
		align-items: stretch;
		gap: 30px;
		max-width: 580px;
		margin: 0 auto;
		padding-bottom: 50px;
	}

	.gift-for-you--pair .gift-for-you__section:not(.owl-loaded) .item {
		flex: 0 0 calc(50% - 15px);
		max-width: 360px;
		transform: none;
	}

	.gift-for-you--pair .gift-for-you__nav {
		display: none;
	}
}
