
/* Weekly Deals */
#weekly-deals {
    padding-bottom: 66px;
	padding-top: 50px;
	margin-top: 25px;
	--red: #ED1C24;
	--dark-blue: #253C6F;
}
.f-dark-blue {
	color: var(--dark-blue) !important;
}

#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/2024/home/title-bg.png');
	background-image: image-set(url('../../../images/2024/home/title-bg.png') 1x,
			url('../../../images/2024/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/2024/icons/burst.png');
	background-image: image-set(url('../../../images/2024/icons/burst.png') 1x,
			url('../../../images/2024/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 {
	padding-top: 10px;
	overflow:visible;
}

#weekly-deals .h3 {
	font-size: 45px;
	line-height: 0.9111111111em;
	font-family: 'Nunito Sans';
    font-weight: 900;
	color: #253C6F !important;
}
#weekly-deals h3 {
	margin: 0;
	font-size: 17px;
}

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

#weekly-deals sup {
	font-size: 65%;
}
#weekly-deals .week {
	font-size: 15px !important;
	font-weight: 500;
	position: relative;
	left: -34px;
	top: 1px;
}


#weekly-deals .box p {
	font-size: 17px;
	line-height: 1.2777777778em;
	max-width: 182px;
}
#weekly-deals .box .fp3-gap {
	height: 0.3em;
}

#weekly-deals .box .button {
	font-size: 19px;
    height: 40px;
    line-height: 37px;
    width: 156px;
    margin-top: auto;
	margin-bottom: 15px;
	padding-top: 2px;
    text-align: center;
    border-radius: 35px;
    font-family: 'HelveticaNeue-CondensedBlack';
}

#weekly-deals .box .button:hover {
	text-decoration: none;
	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);
	height: 235px;
	border-radius: 15px;
	overflow: hidden;
}

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

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

#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: 17px;
}

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

#weekly-deals .fp3 .fp-image {
    margin-right: 78px;
}

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


@media screen and (min-width: 1000px) {
}

@media screen and (max-width: 991px) {
	#weekly-deals h3,
	#weekly-deals .h3 {
	}
}


@media screen and (min-width: 768px) and (max-width: 878px) {

}

@media screen and (min-width: 364px) and (max-width: 768px) {
}

@media screen and (max-width: 768px) {
	#weekly-deals {
		padding-bottom:50px;
		overflow: hidden;
	}
	#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,
	#weekly-deals .h3 {
		font-size: 52px;
		margin-bottom: 0;
	}

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

	#weekly-deals .box .button {
		height: 33px;
		line-height: 30px;
		font-size: 18px;
		color: #fff;
		margin-top: 23px;
	}

	#weekly-deals .box p {
		font-size: 18px;
		line-height: 20px;
		max-width: 100%;
	}

	#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 .fp-image {
		min-height: 50%;
	}

    #weekly-deals .item {
        height: auto;
    }
	#weekly-deals .swiper-slide img {
		max-width: 100%;
	}

	/*

    #weekly-deals .fp-image {
        margin: 20px auto 0 auto !important;
		width: auto !important;
    }
    #weekly-deals .fp-image img {
        height: 130px;
		width:auto;
    }
		*/
	#weekly-deals .image-special-gray {
		margin-top: 0px !important;
    	border: 0px !important;
   	 	width: 100% !important;
	}

	#weekly-deals .fp2-special-headline-h3 {
		margin-top: 13%!important;
	}
	#weekly-deals .fp2-image-special {
		height: 100%!important;
		width: 88%!important;
		position: relative;
		top: 10%;
	}
	#weekly-deals .fp2-image-container-special {
		margin: unset!important;
		justify-content: center;
	}
	.fp4-img-box-special {
		height: 100%;
	}
}

@media screen and (max-width: 567px) {
	/*
	#weekly-deals .fp-image img {
        height: 107px;
    }
		*/
	#weekly-deals .h3 {
		font-size: 48px;
	}
	#weekly-deals h3 {
		font-size: 16px;
	}
	#weekly-deals .fp-text {
		padding:20px 15px 20px 15px;
        justify-content: flex-end;
		flex-grow: 0;
	}
	#weekly-deals dotlottie-player {
		width:320px;
	}
	#weekly-deals .image-special-gray {
		margin-top: 0px !important;
    	border: 0px !important;
   	 	width: 100% !important;
	}
	#weekly-deals .fp4-img-box-special img {
		width: 100% !important;
	}
	#weekly-deals .item {
		height: 432px;
		min-width: 252px;
	}
	#weekly-deals .fp-image {
		justify-content: center;
		flex-grow: 1;
	}
	#weekly-deals .fp1 .fp-image,
	#weekly-deals .fp2 .fp-image,
	#weekly-deals .fp3 .fp-image {
		margin-right: 0;
	}
	#weekly-deals .fp1 .fp-image img {
		width: 210px;
	}
	#weekly-deals .fp2 .fp-image img {
		width: 170px;
	}
}