
/* Weekly Deals */
#weekly-deals {
    padding-bottom: 66px;
}

#weekly-deals .container {
    width: 1100px;
}

#weekly-deals .title {
	margin: 40px auto 64px auto;
	--rotate: 6.5deg;
	font-size: 40.5px;
	line-height: 1.3209876543em;
	width: fit-content;
	letter-spacing: -0.01em;
	transform: rotate(calc(var(--rotate) * -1)) translateX(-10px);
}

#weekly-deals .titlebg {
	content: '';
	position: absolute;
	background-image: url('../../images/home/title-bg.png');
	background-image: image-set(url('../../images/home/title-bg.png') 1x,
			url('../../images/home/title-bg@2x.png') 2x);
	width: 385px;
	height: 158px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	left: 50%;
	transform: translate(-48%, -46%) rotate(var(--rotate));
	z-index: -1;
}

#weekly-deals .burst {
	content: '';
	position: absolute;
	background-image: url('../../images/icons/burst.png');
	background-image: image-set(url('../../images/icons/burst.png') 1x,
			url('../../images/icons/burst@2x.png') 2x);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 93px;
	height: 91px;
	top: -13px;
	right: -81px;
	transform: rotate(var(--rotate));
	z-index: 2;
}

#weekly-deals .title span {
	font-size: 63.5px;
	line-height: 1.0708661417em;
	display: block;
	margin-top: -12px;
}

#weekly-deals .swiper, #weekly-deals .swiper-container {
	overflow:visible;
}

#weekly-deals h3 {
	font-size: 45px;
	line-height: 0.9111111111em;
}

#weekly-deals h3 span {
	font-size: 30px;
}

#weekly-deals sup {
	font-size: 65%;
}


#weekly-deals .box p {
	font-size: 18px;
	line-height: 1.2777777778em;
	max-width: 161px;
}


#weekly-deals .box .button {
	font-size: 15px;
	height: 40px;
	line-height: 37px;
	width:154px;
	background-color: transparent;
	border: 2px solid var(--light-blue);
	margin-top: 26px;
	padding: 0 10px;
}

#weekly-deals .box .button:hover {
	background-color: var(--light-blue);
	color: #fff;
}

#weekly-deals .fp-price {
    font-size: 21px;
}

#weekly-deals .fp-price span {
    font-size: 36px;
}

#weekly-deals .fp-price sup {
    font-size: 60%;
    top: -0.4em;
}

#weekly-deals .item {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

#weekly-deals .item img {
	height:auto;
}

#weekly-deals .fp-text {
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 27px;
    padding-top: 33px;
    padding-bottom: 35px;
}

#weekly-deals .fp-image.full-image {
    flex-grow: 1;
    overflow: hidden;
}

#weekly-deals .fp-image.full-image>img {
    width: auto;
    height: auto;
}

#weekly-deals .fp-image.full-image>img.contain {
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

#weekly-deals .fp-image.full-image>img.cover {
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

#weekly-deals .fp1 .fp-image {
    margin-right: 40px;
}

#weekly-deals .fp2 .fp-image {
    margin-right: 30px;
}

#weekly-deals lottie-player {
	width:460px;
	transform: translateX(38px) translateY(-40px);
}

@media screen and (max-width: 991px) {
	#weekly-deals h3 {
		font-size: 24px;
	}
}


@media screen and (max-width: 768px) {
	#weekly-deals {
		padding-bottom:50px;
	}
	#weekly-deals .title {
		--rotate: 5deg;
		font-size: 31px;
		line-height: 1em;
		max-width: 280px;
		margin: 0 auto 50px auto;
	}

	#weekly-deals .title span {
		font-size: 46.5px;
		margin-top: -4px;
	}

	#weekly-deals .titlebg {
		width: 294px;
		left: 55%;
		top: 44%;
	}

	#weekly-deals .burst {
		width: 68px;
		height: 68px;
		right: -77px;
		top: -19px;
	}

	#weekly-deals h3 {
		font-size: 52px;
		margin-bottom: 0;
	}

	#weekly-deals h3 span {
		font-size: 35px;
	}

	#weekly-deals .box .button {
		height: 33px;
		line-height: 30px;
		font-size: 11px;
		padding: 0 21px;
		background-color: var(--light-blue);
		color: #fff;
		margin-top: 23px;
	}

	#weekly-deals .box p {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 9px;
	}

	#weekly-deals .box a {
		padding: 0;
		font-size: 15px;
		margin-top: auto;
	}

	#weekly-deals .price-inner {
		font-size: 20px;
		line-height: 0.5;
		top: 2px;
	}

	#weekly-deals .price-round .month {
		font-size: 9px;
	}

	#weekly-deals .item .price-round,
	#weekly-deals .items .item:nth-child(2) .price-round {
		width: 60px;
		height: 60px;
		top: -17px;
		right: -6px;
	}

	#weekly-deals .price-shadow-2 {
		top: 3px;
		bottom: -3px;
		left: 2px;
		right: -2px;
	}

    #weekly-deals .box {
        flex-direction: column;
    }

    #weekly-deals .fp-text {
        order: 1;
    }

    #weekly-deals .item {
        height: auto;
    }

    #weekly-deals .fp-image {
        margin: 20px auto 0 auto !important;
    }

    #weekly-deals .fp-image img {
        height: 130px;
		width:auto;
    }
}

@media screen and (max-width: 567px) {
	#weekly-deals {
		overflow:hidden;
	}
	#weekly-deals .fp-image img {
        height: 107px;
    }
	#weekly-deals h3 {
		font-size: 48px;
	}
	#weekly-deals .fp-text {
		padding:33px 15px 20px 15px;
	}
	#weekly-deals lottie-player {
		width:320px;
	}
}