/* --- rlc-flyoutmodal STYLES --- */
html.modal-open {
	overflow-y: hidden !important;
}
body.modal-open {
	overflow-y: hidden !important;
}
#rlc-flyoutmodal {
	background: #000;
	height: 0px;
	pointer-events: none;
}
#rlc-flyoutmodal.open {
	position: fixed;
	z-index: 999;
	width: 100%;
}
#rlc-flyoutmodal #rlc-flyoutmodal-close {
	position: absolute;
	top: 1.375em;
	right: 3.9375em;
	width: 1.375em;
	height: 1.375em;
	background: transparent;
	cursor: pointer;
	z-index: 1;
	pointer-events: auto;
}
#rlc-flyoutmodal #rlc-flyoutmodal-close::before,
#rlc-flyoutmodal #rlc-flyoutmodal-close::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	display: block;
	background: #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#rlc-flyoutmodal #rlc-flyoutmodal-close::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#rlc-flyoutmodal .rlc-flyoutmodal-in {
	background: #F8F8F8;
	overflow-x: hidden;
	overflow-y: auto;
	pointer-events: auto;
	height: 100%;
}
.rlc-creative_v3.rlc-modal-container .rlc-all-text-left {
	text-align: left;
}
.rlc-creative_v3.rlc-modal-container .rlc-all-text-right {
	text-align: right;
}
@media screen and (min-width: 768px) {
	.rlc-creative_v3.rlc-modal-container {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
}
@media screen and (max-width: 767px) {
	#rlc-flyoutmodal #rlc-flyoutmodal-close {
		top: 0.75em;
		right: 0.8125em;
		width: 1.25em;
		height: 1.25em;
	}
	#rlc-flyoutmodal #rlc-flyoutmodal-close::before,
	#rlc-flyoutmodal #rlc-flyoutmodal-close::after {
		background: #F8F8F8;
	}
}
/* --- END rlc-flyoutmodal STYLES --- */


/* --- GENERAL LOOKS DETAIL SLIDER --- */
#rlc-alllooks-detail {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
#rlc-alllooks-detail .rlc-carousel {
	color: #000;
}
#rlc-alllooks-detail .rlc-carousel .swiper-scrollbar {
	display: none;
}
#rlc-alllooks-detail .rlc-carousel .rlc-slide {
	background-color: #F8F8F8;
	outline: 1px solid #F8F8F8;
	pointer-events: auto;
	cursor: grab;
}
#rlc-alllooks-detail .rlc-carousel .rlc-slide .rlc-copygroup .rlc-title {
	font-family: "Founders Grotesk Text Medium";
	font-weight: normal;
	text-transform: uppercase;
}
#rlc-alllooks-detail .rlc-carousel .rlc-slide .rlc-copygroup .rlc-dek {
	font-family: "Founders Grotesk Text Medium";
	font-weight: normal;
	text-transform: uppercase;
}

#rlc-alllooks-detail .rlc-carousel .rlc-slide .rlc-imagery .rlc-image {
	margin-bottom: 0;
}
#rlc-alllooks-detail .rlc-carousel .rlc-slide .rlc-imagery .rlc-hotspot {
	pointer-events: none;
}

#rlc-alllooks-detail .rlc-carousel .rlc-carousel-footer {
	z-index: 5;
}
#rlc-alllooks-detail .rlc-carousel .rlc-carousel-footer .rlc-title {
	font-family: "Founders Grotesk Text Medium";
	font-weight: normal;
	text-transform: uppercase;
}
#rlc-alllooks-detail .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow,
#rlc-alllooks-detail .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow::before {
	font-family: "Founders Grotesk Text Medium";
	font-weight: normal;
}
#rlc-alllooks-detail .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow {
	background: none;
	color: #000;
	width: auto;
	height: 1.625em;
	top: auto;
	bottom: 0;
	-webkit-transform: none;
	transform: none;
	border-radius: 0;
	left: auto;
	right: auto;
	position: relative;
}
#rlc-alllooks-detail .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow.swiper-button-disabled {
	opacity: 0;
}
#rlc-alllooks-detail .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow:before {
}
#rlc-alllooks-detail .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow:after {
	border-right: 1px solid currentColor !important;
	border-bottom: 1px solid currentColor !important;
}
@media screen and (min-width: 768px) {
	#rlc-alllooks-detail {
		overflow: hidden;
	}
	#rlc-alllooks-detail .rlc-carousel {
		margin-top: 1.5625em;
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-slide {
		width: 90em;
		padding: 0;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
		height: 84vh;
		max-height: 47.125em;
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-slide .rlc-imagery {
		width: 45em;
		height: 100%;
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-slide .rlc-imagery .rlc-image {
		width: auto;
		height: 100%;
		margin-left: auto;
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-slide .rlc-copygroup {
		width: 45em;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-slide .rlc-copygroup-in {
		width: 32.8125em;
		margin-left: 3.4375em;
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-slide .rlc-copygroup .rlc-title {
		font-size: 1.5em;
		line-height: 1.75;
		letter-spacing: 0.4166666667em;
		font-weight: normal;
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-slide .rlc-copygroup .rlc-dek {
		font-size: 0.875em;
		line-height: 2.1428571429;
		letter-spacing: 0.2857142857em;
		font-weight: normal;
		margin-top: 1.6428571429em;
	}

	#rlc-alllooks-detail .rlc-carousel .rlc-carousel-footer {
		position: absolute;
		bottom: -0.625em;
		right: 0;
		width: 45em;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-carousel-footer .rlc-textgroup {
		margin-left: 3.3125em;
		height: 1.625em;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-carousel-footer .rlc-title {
		font-size: 0.625em;
		line-height: 1.2;
		letter-spacing: 0.417em;
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow:before {
		font-size: 0.625em;
		line-height: 1.2;
		letter-spacing: 0.417em;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow-left {
		width: 6.625em;
		margin-right: 1em;
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow-left:before {
		content: attr(data-copy);
		text-align: left;
		left: 1.8em;
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow-left:after {
		left: 0.3125em;
		right: auto;
	}

	#rlc-alllooks-detail .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow-right {
		width: 4.0625em;
		margin-right: 4em;
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow-right:before {
		content: attr(data-copy);
		text-align: right;
		right: 1.4em;
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow-right:after {
		right: -0.1875em;
		left: auto;
	}

	#rlc-alllooks-detail:lang(fr) .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow-left {
		width: 7.25em;
	}
	#rlc-alllooks-detail:lang(fr) .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow-right {
		width: 6em;
	}

	#rlc-alllooks-detail:lang(it) .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow-left {
		width: 7.875em;
	}
	#rlc-alllooks-detail:lang(it) .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow-right {
		width: 6.625em;
	}

	#rlc-alllooks-detail:lang(de) .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow-left {
		width: 8.125em;
	}
	#rlc-alllooks-detail:lang(de) .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow-right {
		width: 7em;
	}

	#rlc-alllooks-detail:lang(es) .rlc-carousel .rlc-carousel-footer .rlc-textgroup {
		width: 16.875em;
		bottom: 0.4375em;
	}
	#rlc-alllooks-detail:lang(es) .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow-left {
		width: 6.75em;
	}
	#rlc-alllooks-detail:lang(es) .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow-right {
		width: 7.1875em;
	}

	#rlc-alllooks-detail:lang(nl) .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow-left {
		width: 5.4375em;
	}
	#rlc-alllooks-detail:lang(nl) .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow-right {
		width: 7em;
	}

	#rlc-alllooks-detail:lang(pt) .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow-left {
		width: 6.8125em;
	}
	#rlc-alllooks-detail:lang(pt) .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow-right {
		width: 6.25em;
	}
}
@media screen and (max-width: 767px) {
	#rlc-alllooks-detail {
		height: auto;
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-carousel-pagination {
		display: none;
	}

	#rlc-alllooks-detail .rlc-carousel .rlc-slide {
		width: 23.4375em;
		padding: 0;
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-slide .rlc-imagery {
		height: 33.8125em;
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-slide .rlc-copygroup {
		width: 100%;
		height: 15em;
		-webkit-transform: none;
		transform: none;
		box-sizing: border-box;
		padding: 0.9375em 2.125em;
		pointer-events: auto;
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-slide .rlc-copygroup .rlc-title {
		font-size: 1.125em;
		line-height: 2.3333333333;
		letter-spacing: 0.4166666667em;
		margin-bottom: 1.2142857143em;
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-slide .rlc-copygroup .rlc-dek {
		font-size: 0.5625em;
		line-height: 2.2222222222;
		letter-spacing: 0.4166666667em;
		height: 10.7272727273em;
		margin-top: -1.6666666667em;
		overflow-y: scroll;
		padding-right: 1.5em;
		position: relative;
	}
	/* #rlc-alllooks-detail .rlc-carousel .rlc-slide .rlc-copygroup .rlc-dek:after {
		content: '';
		display: block;
		background: rgb(2,0,36);
		background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 85%);
		position: sticky;
		bottom: 0;
		width: 100%;
		height: 2em;
	} */

	#rlc-alllooks-detail .rlc-carousel .rlc-carousel-footer {
		position: absolute;
		top: 35.3125em;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-carousel-arrow {
		/* display: block; */
		display: none;
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow {
		width: 1.625em;
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow-left {
		margin-right: 1em;
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow-right {
		margin-right: 2em;
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow-left:before,
	#rlc-alllooks-detail .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow-right:before {
		content: '';
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow-left:after {
		left: 0.8125em;
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-carousel-footer .rlc-carousel-arrow-right:after {
		right: 0.3125em;
	}
}
/* --- END GENERAL LOOKS DETAIL SLIDER --- */


/* --- TRANSITION EFFECTS --- */
#rlc-flyoutmodal {
	transition: opacity 0.25s ease-in;
	opacity: 0;
}
#rlc-flyoutmodal.open {
	will-change: opacity;
	opacity: 1;
}
#rlc-flyoutmodal.open.closing {
	will-change: opacity;
	transition: opacity 0.25s ease-in 0.25s;
	opacity: 0;
}
#rlc-flyoutmodal:after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: black;
	position: absolute;
	top: 0;
	left: 0;

	transition: opacity 0.25s ease-in 0.25s;
	opacity: 1;
}
#rlc-flyoutmodal.open:after {
	opacity: 0;
}
#rlc-flyoutmodal.open.closing:after {
	transition: opacity 0.25s ease-in;
	opacity: 1;
}

#rlc-flyoutmodal.open #rlc-alllooks-detail {
	transition: transform 0.25s ease-in;
	transform: none;
}
#rlc-flyoutmodal.open.closing #rlc-alllooks-detail {
	transform: translateY(3em);
}
@media screen and (min-width: 768px) {
	#rlc-alllooks-detail .rlc-carousel .rlc-slide .rlc-imagery {
		transition: transform 0.5s ease-out 0.4s;
		transform: translateX(-3em);
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-slide.swiper-slide-active .rlc-imagery {
		transform: none;
	}

	#rlc-alllooks-detail .rlc-carousel .rlc-slide .rlc-copygroup .rlc-title {
		transition: transform 0.5s ease-out 0.2s, opacity 0.5s ease-in 0.2s;
		transform: translateY(2em);
		opacity: 0;
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-slide.swiper-slide-active .rlc-copygroup .rlc-title {
		transform: none;
		opacity: 1;
	}

	#rlc-alllooks-detail .rlc-carousel .rlc-slide .rlc-copygroup .rlc-dek {
		transition: transform 0.5s ease-out 0.4s, opacity 0.5s ease-in 0.4s;
		transform: translateY(3em);
		opacity: 0;
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-slide.swiper-slide-active .rlc-copygroup .rlc-dek {
		transform: none;
		opacity: 1;
	}
}
@media screen and (max-width: 767px) {
	/* #rlc-flyoutmodal #rlc-alllooks-detail .rlc-carousel .rlc-slide .rlc-imagery {
		transition: transform 0.5s ease-out 0.2s;
		transform: translateY(-2em);
	}
	#rlc-flyoutmodal.open #rlc-alllooks-detail .rlc-carousel .rlc-slide .rlc-imagery {
		transform: none;
	}

	#rlc-alllooks-detail .rlc-carousel .rlc-slide .rlc-copygroup .rlc-title {
		transition: transform 0.5s ease-out 0.2s, opacity 0.5s ease-in 0.2s;
		transform: translateX(2em);
		opacity: 0;
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-slide.swiper-slide-active .rlc-copygroup .rlc-title {
		transform: none;
		opacity: 1;
	}

	#rlc-alllooks-detail .rlc-carousel .rlc-slide .rlc-copygroup .rlc-dek {
		transition: transform 0.5s ease-out 0.4s, opacity 0.5s ease-in 0.4s;
		transform: translateX(3em);
		opacity: 0;
	}
	#rlc-alllooks-detail .rlc-carousel .rlc-slide.swiper-slide-active .rlc-copygroup .rlc-dek {
		transform: none;
		opacity: 1;
	} */
}
/* --- END TRANSITION EFFECTS --- */