/* 
TODO: pointer events on copy
TODO: title size - Mobile
*/
/* DUPLICATED FROM CREATIVE CSS */
:root {--scrollbar-width: 0px;}

@media only screen and (min-width:960px) {
  .rlc-creative_v3.rlc-flyout .rlc-fullbleed {
    max-width: 1920px;
  }
  .rlc-creative_v3.rlc-flyout .rlc-mobile {
    display: none;
  }
}
@media only screen and (max-width:959px) {
  .rlc-creative_v3.rlc-flyout .rlc-desktop {
    display: none;
  }
}

@media only screen and (min-width: 960px) and (max-width:1919px) {
  .rlc-creative_v3.rlc-flyout .rlc-fullbleed {
    font-size: 1.111111111111111vw !important;
    font-size: calc(0.0111111111111 * (100vw - var( --scrollbar-width))) !important;
  }
}
@media only screen and (min-width:1920px) {
  .rlc-creative_v3.rlc-flyout.rlc-1440_375_max1920 .rlc-fullbleed {
    font-size: 21.3333333px!important;
    max-width: 1920px;
  }
}
@media only screen and (min-width: 960px) and (max-width:1919px) {
  .rlc-creative_v3.rlc-flyout.rlc-1440_375_max1920 .rlc-fullbleed {
    font-size: 1.111111111111111vw !important;
    font-size: calc(0.0111111111111 * (100vw - var( --scrollbar-width))) !important;
  }
}
@media only screen and (max-width:959px) {
  .rlc-creative_v3.rlc-flyout.rlc-1440_375_max1920 .rlc-fullbleed {
    font-size: 4.266666666666667vw!important;
    font-size: calc(0.04266666666666667 * (100vw - var( --scrollbar-width)))!important;
  }
}
/* END 1440/375 */

.rlc-creative_v3.rlc-flyout {
  color: currentColor;
  overflow: hidden;
} 
.rlc-creative_v3.rlc-flyout .rlc-fullbleed {
	transition: font-size 100ms ease-in-out;
}
.rlc-creative_v3.rlc-flyout .rlc-block {
	position: relative;
}
.rlc-creative_v3.rlc-flyout .rlc-imagery {
	position: relative;
	background: rgb(238,238,238);
	background: linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(170,170,170,1) 35%, rgba(238,238,238,1) 100%);
}
.rlc-creative_v3.rlc-flyout .rlc-lazyLoad .rlc-image {
	opacity: 0;
	transition: opacity 500ms;
}
.rlc-creative_v3.rlc-flyout .rlc-lazyLoad.rlc-imgLoaded .rlc-image {
	opacity: 1;
}
.rlc-creative_v3.rlc-flyout .rlc-hotspot {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}
.rlc-creative_v3.rlc-flyout .rlc-blockspacer {
	margin-bottom: 6.875em;
}
.rlc-creative_v3.rlc-flyout a {
	pointer-events: all;
	color: currentColor;
} 
.rlc-creative_v3.rlc-flyout a:hover {
	text-decoration: none;
}
.rlc-creative_v3.rlc-flyout .rlc-h1,
.rlc-creative_v3.rlc-flyout .rlc-h2,
.rlc-creative_v3.rlc-flyout .rlc-h3 {
	margin: 0; 
	padding: 0;
	font-weight: normal;
}
.rlc-creative_v3.rlc-flyout address {
	margin: 0;
	font-style: normal;
	pointer-events: auto;
}
.rlc-creative_v3.rlc-flyout .rlc-button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	min-height: 0;
	margin: 0 auto;
	letter-spacing: initial;
	text-transform: inherit;
	width: auto;
}
.rlc-creative_v3.rlc-flyout .rlc-ol,
.rlc-creative_v3.rlc-flyout .rlc-ul,
.rlc-creative_v3.rlc-flyout .content-asset .rlc-ol, 
.rlc-creative_v3.rlc-flyout .content-asset .rlc-ul {
	line-height: initial;
	margin: 0 auto;
	padding: initial;
	list-style-position: outside;
}
.rlc-creative_v3.rlc-flyout .rlc-ul,
.rlc-creative_v3.rlc-flyout .content-asset .rlc-ul {
	line-height: initial;
	margin: 0 auto;
	padding: initial;
	list-style: disc outside none;
}
	.rlc-creative_v3.rlc-flyout .rlc-ul .rlc-li,
	.rlc-creative_v3.rlc-flyout .rlc-ol .rlc-li,
	.rlc-creative_v3.rlc-flyout .content-asset .rlc-ul .rlc-li,
	.rlc-creative_v3.rlc-flyout .content-asset .rlc-ol .rlc-li {
	text-align: left;
	}
.rlc-creative_v3.rlc-flyout .rlc-h2,
.rlc-creative_v3.rlc-flyout .rlc-h3,
.rlc-creative_v3.rlc-flyout .rlc-p {
	line-height: normal;
	letter-spacing: normal;
	margin: 0 auto;
	color: currentColor;
}

.rlc-creative_v3.rlc-flyout .rlc-lazyLoad.rlc-imgLoaded:nth-of-type(2) .rlc-image {
	transition-delay: 150ms;
}
.rlc-creative_v3.rlc-flyout .rlc-lazyLoad.rlc-imgLoaded:nth-of-type(3) .rlc-image {
	transition-delay: 300ms;
}
.rlc-creative_v3.rlc-flyout .rlc-lazyLoad.rlc-imgLoaded:nth-of-type(4) .rlc-image {
	transition-delay: 450ms;
}

@media only screen and (max-width:959px) {
	.rlc-creative_v3.rlc-flyout {
		width: 100%;
		overflow: hidden;
	}
	.rlc-creative_v3.rlc-flyout .rlc-blockspacer {
		margin-bottom: 7.125em;
	}
}

/* FIREFOX LAZYLOAD SPINNER FIX */
@-moz-document url-prefix() {
  .rlc-lazyLoad::after {
      display: none;
  }
}

.rlc-creative_v3.rlc-flyout .rlc-tile .rlc-copygroup {
    pointer-events: none;
    padding: 0 1.393em;
	width: 100%;
}
  .rlc-creative_v3.rlc-flyout  .rlc-carousel_flyout.rlc-category_carousel .rlc-copygroup .rlc-linecta {
    padding: 0;
  }
    .rlc-creative_v3.rlc-flyout  .rlc-carousel_flyout.rlc-category_carousel .rlc-copygroup .rlc-linecta::after {
      display: none;
    }
    
.rlc-creative_v3.rlc-flyout .rlc-logo {
	width: 100%;
}

@media only screen and (min-width:960px) {
  .rlc-creative_v3.rlc-flyout  .rlc-carousel_flyout.rlc-category_carousel .swiper-container-horizontal>.swiper-scrollbar {
    bottom: 0px;
  }
}
@media only screen and (max-width:959px) {
	.rlc-creative_v3.rlc-flyout .rlc-tile .rlc-copygroup .rlc-title {
		font-size: 1.25em;
	}
	.rlc-creative_v3.rlc-flyout .rlc-carousel_flyout.rlc-banner .swiper-pagination {
		height: 6.953em;
		align-items: center;
	}
}


/* *************************** */
/* ****** CAROUSEL CSS ****** */
/* ********************** */
	/* NEW GLOBAL STYLES */
	.rlc-flyout .rlc-visuallyhidden {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	.rlc-carousel_flyout {
		margin: 0 auto;
	}
	.rlc-carousel_flyout .swiper-lazy {
		opacity: 0;
		transition: opacity 450ms linear;
	}
	.rlc-carousel_flyout .swiper-lazy.swiper-lazy-loaded {
		opacity: 1;
	}
	.rlc-carousel_flyout .swiper-wrapper {
		height: auto;
	}
	.rlc-creative_v3.rlc-flyout .rlc-carousel_flyout.rlc-carousel-nointeraction .swiper-wrapper {
		justify-content: flex-start;
	}
	.rlc-carousel_flyout.rlc-carousel-nointeraction .swiper-slide-duplicate.swiper-slide-prev,
	.rlc-carousel_flyout.rlc-carousel-nointeraction .swiper-button-prev {
		opacity: 0;
		visibility: hidden;
	}
	.rlc-carousel_flyout.rlc-all-show_prev_btn.rlc-carousel-nointeraction .swiper-button-prev {
		opacity: 1;
		visibility: visible;
	}
  .rlc-carousel_flyout .swiper-pagination-bullet {
		flex-grow: 1;
		border-radius: 0;
	}
	.rlc-carousel_flyout .rlc-carousel-arrow,
    .rlc-carousel_flyout .rlc-hasarrows .rlc-arrow {
		top: 50%;
		margin: 0;
		width: 32px;
		height: 32px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background: rgba(255,255,255,0.8);
		border-radius: 50%;
		border: none;
		z-index: 7;
		display: inline-block;
		padding: 0;
		cursor: pointer;
		max-width: none;
		min-height: auto;
		font-size: 1em;
	}
    .rlc-carousel_flyout .rlc-hasarrows .rlc-arrow {
        top: auto;
        -webkit-transform: none;
        transform: none;
    }
	.rlc-carousel_flyout .rlc-carousel-arrow:after,
    .rlc-carousel_flyout .rlc-hasarrows .rlc-arrow:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 9px;
		height: 9px;
		border-right: 1px solid #000!important;
		border-bottom: 1px solid #000!important;
		opacity: 0.8;
	}
	.rlc-carousel_flyout .rlc-carousel-arrow.rlc-carousel-arrow-left:after,
    .rlc-carousel_flyout .rlc-hasarrows .rlc-arrow.rlc-arrow-left:after {
		transform: translate(-2px,-50%) rotate(134deg);
	}
	.rlc-carousel_flyout .rlc-carousel-arrow.rlc-carousel-arrow-right:after,
    .rlc-carousel_flyout .rlc-hasarrows .rlc-arrow.rlc-arrow-right:after {
		transform: translate(-6px,-50%) rotate(-45deg);
	}
	.rlc-carousel_flyout .swiper-button-prev {
		left: calc(0.75em + 0.46875em);
	}
	.rlc-carousel_flyout .swiper-button-next {
		right: calc(0.75em + 0.46875em);
	}
	@media screen and (min-width: 960px) {
		.rlc-carousel_flyout.rlc-desktop-show_prev_btn.rlc-carousel-nointeraction .swiper-button-prev {
		opacity: 1;
		visibility: visible;
		}
	}
	@media screen and (max-width: 959px) {
    .rlc-creative_v3.rlc-flyout .rlc-carousel_flyout.rlc-carousel-nointeraction .swiper-wrapper  {
      flex-direction: row !important;
      justify-content: flex-start !important;
    }
    .rlc-carousel_flyout.rlc-mobile-show_prev_btn.rlc-carousel-nointeraction .swiper-button-prev {
      opacity: 1;
      visibility: visible;
    }
  }
	/* PAGINATION */
	.rlc-carousel_flyout .rlc-carousel-pagination.swiper-pagination-fraction {
    top: -4.2em;
    transform: none;
    left: auto;
    right: -1em;

    font-size: .625rem;
    line-height: .7em;
  }
	.rlc-carousel_flyout .rlc-carousel-pagination.swiper-pagination-bullet {
		bottom: -1.875em;
		width: 15em;
		height: 3.250em;
		display: flex;
		justify-content: center;
		left: 50%;
		transform: translateX(-50%);
	}
	.rlc-carousel_flyout .swiper-pagination-bullet {
		position: relative;
		margin: 0 5.25px;
		height: 30px;
		background: none;
		opacity: 1;
	}
	.rlc-carousel_flyout .swiper-pagination-bullet:before,
	.rlc-carousel_flyout .swiper-pagination-bullet:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		height: 2px;
		width: 100%;
		background: #000;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		opacity: 0.1;
		-webkit-transition: opacity 450ms linear, height 300ms ease-in;
		transition: opacity 450ms linear, height 300ms ease-in;
	}
	.rlc-carousel_flyout .swiper-pagination-bullet:hover:before,
	.rlc-carousel_flyout .swiper-pagination-bullet:hover:after {
		height: 3px;
	}

	.rlc-carousel_flyout:not(.inTransition) .swiper-pagination-bullet-active:before {
		opacity: 1;
	}
	.rlc-carousel_flyout .swiper-pagination-bullet:after {
		opacity: 0;
	}
	.rlc-carousel_flyout .swiper-pagination-bullet-active:after {
		width: 100%;
	}
	.rlc-carousel_flyout.inTransitionPrev .swiper-pagination-bullet:after {
		left: auto;
		right: 0;
	}

	/* SCROLLBAR */
	.rlc-carousel_flyout .rlc-carousel-scrollbar {
		background: none;
		opacity: 1;
		bottom: 0;
		left: 0;
		width: 95.5%;
		height: 8px;
		-webkit-transition: opacity 600ms linear 900ms;
		transition: opacity 600ms linear 900ms;
		cursor: pointer;
	}
	.rlc-carousel_flyout .swiper-scrollbar-drag {
		background: none;
	}
	.rlc-carousel_flyout .rlc-carousel-scrollbar:before,
	.rlc-carousel_flyout .swiper-scrollbar-drag:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 2px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		opacity: 0;
		-webkit-transition: opacity 600ms linear 900ms, height 300ms ease-in;
		transition: opacity 600ms linear 900ms, height 300ms ease-in;
	}
	.rlc-carousel_flyout .rlc-carousel-scrollbar:before {
		background: #E1E1E5;
	}
	.rlc-carousel_flyout .swiper-scrollbar-drag:after {
		background: #041E3A;
	}

	.rlc-carousel_flyout:hover .rlc-carousel-scrollbar:before,
	.rlc-carousel_flyout .rlc-carousel-scrollbar:active:before,
	.rlc-carousel_flyout .rlc-carousel-scrollbar:hover:before,
	.rlc-carousel_flyout:hover .rlc-carousel-scrollbar .swiper-scrollbar-drag:after,
	.rlc-carousel_flyout .rlc-carousel-scrollbar:active .swiper-scrollbar-drag:after,
	.rlc-carousel_flyout .rlc-carousel-scrollbar:hover .swiper-scrollbar-drag:after {
		opacity: 1;
		transition-delay: 0ms;
	}
	.rlc-carousel_flyout .rlc-carousel-scrollbar:hover:before,
	.rlc-carousel_flyout .rlc-carousel-scrollbar:active:before,
	.rlc-carousel_flyout .rlc-carousel-scrollbar:active .swiper-scrollbar-drag:after,
	.rlc-carousel_flyout .rlc-carousel-scrollbar:hover .swiper-scrollbar-drag:after {
		height: 4px;
	}
	@supports (-webkit-overflow-scrolling: touch) {
		.rlc-carousel_flyout .rlc-carousel-scrollbar {
			opacity: 1;
		}
	}

	/* FADE IN ELEMENTS */
	.rlc-carousel_flyout .rlc-slide .rlc-fadein {
		opacity: 0;
		-webkit-transition: opacity 150ms linear;
		transition: opacity 150ms linear;
	}
	.rlc-carousel_flyout.inTransition .rlc-slide .rlc-fadein {
		opacity: 0;
		animation: CAROUSEL-TEXT-FADEIN 450ms forwards;
	}
	@keyframes CAROUSEL-TEXT-FADEIN {
		0%   { opacity: 0; }
		80% { opacity: 0; }
		100% { opacity: 1; }
	  }
	.rlc-carousel_flyout .rlc-slide.rlc-isvisible .rlc-fadein {
		opacity: 1;
	}
	.rlc-carousel_flyout.inTransition .rlc-slide .rlc-fadein {
		opacity: 0;
		transition: opacity 75ms linear;
		transition-delay: 0ms;
	}
	.rlc-carousel_flyout.isDragging .rlc-slide .rlc-fadein {
		opacity: 0;
		animation: none;
	}


	@media screen and (min-width: 960px) {
		.rlc-creative_v3.rlc-flyout .rlc-carousel_flyout.rlc-carousel-nointeraction .swiper-wrapper .rlc-slide {
			width: 25%;
			margin: 0 auto;
		}

        /* STATIC ON DESKTOP */
        .rlc-carousel_flyout.rlc-desktop--static,
		.rlc-carousel_flyout.rlc-desktop--static .swiper-container {
			overflow: visible;
		}
		.rlc-carousel_flyout.rlc-desktop--static .swiper-wrapper {
			transform: translate3d(0px, 0px, 0px)!important;
		}
		.rlc-carousel_flyout.rlc-desktop--static .swiper-slide-duplicate {
			display: none;
		}
		.rlc-carousel_flyout.rlc-desktop--static .rlc-carousel-arrow,
		.rlc-carousel_flyout.rlc-desktop--static .rlc-carousel-pagination {
			display: none;
		}

        .rlc-flyout.rlc-flyout_brands.rlc-flyout_brands--static .rlc-flyout_wrapper {
            width: calc(100% + 0.9375em);
            margin-left: -0.46875em;
        }
    }


	@media screen and (max-width: 959px) {
		.rlc-creative_v3.rlc-flyout .rlc-carousel_flyout.rlc-carousel-nointeraction .swiper-wrapper .rlc-slide {
			margin: 0 auto;
		}

		.rlc-carousel_flyout .rlc-carousel-arrow {
			display: none;
		}
		.rlc-carousel_flyout {
			margin: 0 auto;
			width: 100%;
		}
		.rlc-carousel_flyout .rlc-carousel_wrapper {
			overflow: visible;
		}
		.rlc-carousel_flyout .rlc-slide {
			width:100%;
		}
		.rlc-carousel_flyout.rlc-s2_peek-m .rlc-slide {
			width: 26.8125em;
			box-sizing: initial;
			padding: 0 1.59375em; /* left/right padding is half space between */
		}

    .rlc-carousel_flyout:not(.rlc-category_carousel) .rlc-slide .rlc-copygroup {
			width: 100%;
			-webkit-transform: translateX(-6.625em);
			transform: translateX(-6.625em);
		}

		.rlc-carousel_flyout .rlc-carousel-pagination {
			width: 24em;
		}
		.rlc-carousel_flyout.inTransition .rlc-slide .rlc-fadein,
		.rlc-carousel_flyout.isDragging .rlc-slide .rlc-fadein {
			opacity: 1;
			animation: none;
		}


        /* STATIC ON MOBILE */
        .rlc-carousel_flyout.rlc-mobile--static,
		.rlc-carousel_flyout.rlc-mobile--static .swiper-container {
			overflow: visible;
		}
        .rlc-flyout .rlc-carousel_flyout.rlc-mobile--static .rlc-carousel_wrapper {
            margin-left: 0;
        }
		.rlc-flyout .rlc-carousel_flyout.rlc-mobile--static .swiper-wrapper {
			transform: translate3d(0px, 0px, 0px)!important;

            flex-wrap: wrap;
            width: 100%;
		}
        .rlc-flyout.rlc-flyout_brands--static .rlc-tile,
        .rlc-creative_v3.rlc-flyout .rlc-carousel_flyout.rlc-carousel-nointeraction.rlc-mobile--static .swiper-wrapper .rlc-slide,
        .rlc-creative_v3.rlc-flyout .rlc-carousel_flyout.rlc-mobile--static .swiper-wrapper .rlc-slide,
        .rlc-flyout .rlc-carousel_flyout.rlc-mobile--static .rlc-slide {
            width: 50%;
            box-sizing: border-box;
            /* margin-bottom: 0.625em; */
            margin-bottom: 0.625em;
            padding: 0 0.3125em;
        }
        .rlc-flyout.rlc-flyout_brands--static  .rlc-tile .rlc-copygroup,
        .rlc-flyout .rlc-carousel_flyout.rlc-mobile--static  .rlc-slide .rlc-copygroup {
            padding: inherit;
        }
        .rlc-flyout .rlc-carousel_flyout.rlc-mobile--static .swiper-slide-duplicate {
			display: none;
		}
		.rlc-flyout .rlc-carousel_flyout.rlc-mobile--static .rlc-carousel-arrow,
		.rlc-flyout .rlc-carousel_flyout.rlc-mobile--static .rlc-carousel-pagination {
			display: none;
		}

		.rlc-flyout.rlc-flyout_brands--static .rlc-tile:nth-last-of-type(even) { /* ODDS AND EVENS ARE FLIPPED????!!! */
            padding-left: 0;
            padding-right: 0.3125em;
        }
		.rlc-flyout.rlc-flyout_brands--static .rlc-tile:nth-last-of-type(odd) {
            padding-left: 0.3125em;
            padding-right: 0;
        }

    }

@supports (-webkit-overflow-scrolling: touch) {
	.rlc-carousel_flyout.inTransition .rlc-slide .rlc-fadein,
	.rlc-carousel_flyout.isDragging .rlc-slide .rlc-fadein {
		animation: none;
	}
}

/* ADA FIXES */
.rlc-carousel_flyout [aria-hidden="true"] a:not([tabindex="-1"]) {
	visibility: hidden;
}
.rlc-carousel_flyout.rlc-category_carousel [aria-hidden="true"] a:not([tabindex="-1"]) {
	visibility: visible;
}

.rlc-carousel_flyout.inTransition [aria-hidden="true"] a,
.rlc-carousel_flyout .rlc-slide.rlc-isvisible a {
	visibility: visible;
}
.rlc-carousel_flyout .rlc-slide:focus,
.rlc-carousel_flyout .rlc-slide:focus-within .rlc-image,
.rlc-carousel_flyout .rlc-slide:focus-within .rlc-fadein {
	opacity: 1;
	visibility: visible;
}
@media screen and (max-width: 959px) {
	.rlc-carousel_flyout.rlc-carousel-nointeraction .swiper-slide-duplicate {
		visibility: hidden;
	}
}
/* END ADA FIXES */

/* ARABIC OVERRIDES */
[lang^="ar"] .rlc-carousel_flyout .swiper-pagination {
  right: 50%;
  transform: translate(50%);
}
[lang^="ar"] .rlc-carousel_flyout.rlc-category_carousel {
  margin-left: 0px;
}
[lang^="ar"] .rlc-carousel_flyout.rlc-category_carousel .rlc-carousel-arrow {
  display: block;
}
/* END ARABIC OVERRIDES */
/* END DUPLICATE CREATIVE CSS */


.rlc-flyout .rlc-lazyLoad:after {
  display: none;
}
.rlc-flyout .rlc-imagery .rlc-bg_link {
  width: 100%;
  display: block!important;
}

.rlc-flyout_t1 {
}
.rlc-flyout .rlc-carousel_flyout {
  width: 100%;
  margin-left: 0;
  padding-right:0;
}
.rlc-flyout .rlc-carousel_flyout .rlc-carousel_wrapper {
  margin-left: -0.46875em;
}

.rlc-flyout.rlc-flyout_brands .rlc-flyout_wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.rlc-flyout .rlc-carousel_flyout .rlc-slide {
    width: 25%;
    min-width: 15.75em;
    /* min-height: 19.5625em; */
    padding:0 0.46875em;
  }

.rlc-flyout.rlc-flyout_brands .rlc-tile .rlc-copygroup,
.rlc-flyout .rlc-carousel_flyout .rlc-tile .rlc-copygroup,
.rlc-flyout .rlc-carousel_flyout .rlc-slide .rlc-copygroup {
  bottom: 2.1875em;
}
.rlc-flyout.rlc-flyout_brands .rlc-slide .rlc-logo,
.rlc-flyout .rlc-slide .rlc-logo {
  width: 100%;
  max-width: 100%;
}
.rlc-flyout .rlc-carousel_flyout .rlc-carousel-scrollbar {
  display: none;
}

.rlc-flyout.rlc-flyout_brands .rlc-tile.rlc-brand_polo .rlc-logo,
.rlc-flyout .rlc-tile.rlc-tile_polo .rlc-logo,
.rlc-flyout .rlc-slide.rlc-slide_polo .rlc-logo {
  width: 8.125em;
}
.rlc-flyout.rlc-flyout_brands .rlc-tile.rlc-brand_purple .rlc-logo,
.rlc-flyout .rlc-tile.rlc-tile_purple .rlc-logo,
.rlc-flyout .rlc-slide.rlc-slide_purple .rlc-logo {
    width: 6.367em;
}
.rlc-flyout.rlc-flyout_brands .rlc-tile.rlc-brand_rrl .rlc-logo,
.rlc-flyout .rlc-tile.rlc-tile_rrl .rlc-logo,
.rlc-flyout .rlc-slide.rlc-slide_rrl .rlc-logo {
    width: 6.711em;
}
.rlc-flyout.rlc-flyout_brands .rlc-tile.rlc-brand_rlx .rlc-logo,
.rlc-flyout .rlc-tile.rlc-tile_rlx .rlc-logo,
.rlc-flyout .rlc-slide.rlc-slide_rlx .rlc-logo {
  width: 11.2125em;
}
@media screen and (min-width: 960px) {
    .rlc-flyout.rlc-flyout_brands .rlc-tile.rlc-brand_polo-by .rlc-logo {
      width: 9.02em;
    }
    .rlc-flyout.rlc-flyout_brands .rlc-tile.rlc-brand_collection .rlc-logo {
      width: 11.08em;
    }
    .rlc-flyout.rlc-flyout_brands .rlc-tile.rlc-brand_lauren .rlc-logo {
      width: 10.23em;
    }
    .rlc-flyout.rlc-flyout_brands .rlc-tile.rlc-brand_rrl .rlc-logo {
      width: 11.25em;
    }
  }
  @media screen and (max-width: 959px) {
    .rlc-flyout.rlc-flyout_brands .rlc-tile.rlc-brand_polo-by .rlc-logo {
      width: 5.18em;
    }
    .rlc-flyout.rlc-flyout_brands .rlc-tile.rlc-brand_collection .rlc-logo {
      width: 6.36em;
    }
    .rlc-flyout.rlc-flyout_brands .rlc-tile.rlc-brand_lauren .rlc-logo {
      width: 5.87em;
    }
    .rlc-flyout.rlc-flyout_brands .rlc-tile.rlc-brand_rrl .rlc-logo {
      width: 6.25em;
    }
  }
@media screen and (min-width: 960px) {
  .rlc-flyout_t1 {
    padding: 0 1.875rem;
  }
  div.level-3 .menu-wrap .rlc-flyout .nav {
    padding: 2.1875rem 0 0;
  }
  .rlc-flyout.rlc-flyout_brands .rlc-tile,
  .rlc-flyout .rlc-carousel_flyout .rlc-slide {
    width: 25%;
    /* min-width: 15.75em; */
    /* min-height: 19.5625em; */
    /* padding:0 0.46875em; */
    padding:0 0.46875em;
  }
  /* .rlc-flyout.rlc-flyout_brands .rlc-tile:first-of-type {
      padding-left: 0;
      padding-right: 0.3125em
  }
  .rlc-flyout.rlc-flyout_brands .rlc-tile:last-of-type {
      padding-right: 0;
  } */
}
@media screen and (min-width: 1440px) {
  .rlc-flyout_t1 {
    padding: 0 3.5rem;
  }
  div.level-3 .menu-wrap .rlc-flyout .nav {
    padding: 3.5rem 0 0;
  }
}
@media screen and (min-width: 960px) {
  .level-3,
  .rlc-flyout {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
  }
  /* .rlc-flyout .rlc-carousel_flyout {
      margin-bottom: 7.3125em;
  } */
    .rlc-flyout .rlc-carousel_flyout.rlc-desktop--static .rlc-carousel_wrapper {
        margin-left: -0.234375em;
    }
    .rlc-flyout .rlc-desktop--static .rlc-carousel-arrow {
        display: none;
    }
}
@media screen and (max-width: 959px) {
  .rlc-flyout .rlc-carousel_flyout {
    padding: 0 0 0 1.875rem;
  }
  /* .rlc-flyout .rlc-carousel_flyout .rlc-slide {
    width: 16.875em;
    min-width: auto;
    min-height: 11.25em;
    padding:0 0.15625em;
  } */
}
  @media screen and (max-width: 959px) {
  .rlc-flyout_t1 {
      /* padding-left: 0; */
      padding: 0 1.875rem
  }
  div.level-2 .menu-wrap .rlc-flyout .nav {
      padding: 1.25em 0 0;
  }
  .rlc-flyout .rlc-carousel_flyout {
    padding: 0;
    margin-bottom: 0;
  }
  .rlc-flyout .rlc-carousel_flyout .rlc-carousel_wrapper {
      margin-left: -0.15625em;
      padding-right: 0;
  }
  .rlc-flyout .rlc-carousel_flyout .swiper-wrapper {
    justify-content: flex-start;
  }
	.rlc-flyout .rlc-carousel_flyout .rlc-slide {
      width: 8.8125em;
      min-width: auto;
      /* min-height: 11.25em; */
      padding:0 0.15625em;
	}
	.rlc-flyout.rlc-flyout_brands .rlc-tile .rlc-imagery,
	.rlc-flyout .rlc-carousel_flyout .rlc-slide .rlc-imagery {
		min-height: 11.25em;
	}
	.rlc-flyout.rlc-flyout_brands .rlc-tile .rlc-copygroup,
	.rlc-flyout .rlc-carousel_flyout .rlc-slide .rlc-copygroup {
      bottom: 1.04625em;
      transform: none;
      width: 100%;
      left: 0;
	}
    .rlc-flyout.rlc-flyout_brands .rlc-tile .rlc-logo,
    .rlc-flyout .rlc-carousel_flyout .rlc-slide .rlc-logo {
        width: 4.6675em;
    }
    .rlc-flyout.rlc-flyout_brands .rlc-tile.rlc-brand_polo .rlc-logo,
    .rlc-flyout .rlc-carousel_flyout .rlc-tile.rlc-tile_polo .rlc-logo,
    .rlc-flyout .rlc-carousel_flyout .rlc-slide.rlc-slide_polo .rlc-logo {
        width: 4.6675em;
    }
    .rlc-flyout.rlc-flyout_brands .rlc-tile.rlc-brand_rlx .rlc-logo,
    .rlc-flyout .rlc-carousel_flyout .rlc-tile.rlc-tile_rlx .rlc-logo,
    .rlc-flyout .rlc-carousel_flyout .rlc-slide.rlc-slide_rlx .rlc-logo {
        width: 4.6675em;
    }
}

/* FLYOUT PROMO */
.rlc-flyout_promo .rlc-tile {
  width: 16.5em;
  /* min-height: 21.8125em; */
}
.rlc-flyout_promo .rlc-tile .rlc-imagery {
	min-height: 21.8125em;
}
.rlc-flyout_promo .rlc-tile .rlc-copygroup {
  bottom: 2.458125em;
  transform: none;
  width: 100%;
  left: 0;
}
.rlc-flyout .rlc-tile .rlc-logo {
  width: 9.0625em;
}
@media screen and (max-width: 959px) {
  /* .rlc-flyout_promo {
      margin-bottom: 3.75em;
  } */
  .rlc-flyout_promo .rlc-tile {
    width: 100%;
  }
  .rlc-flyout_promo .rlc-tile .rlc-copygroup {
      bottom: 2.875em;
      transform: none;
      width: 100%;
      left: 0;
  }
  .rlc-flyout .rlc-tile .rlc-logo {
      width: 10.8125em;
  }
}


/* FLYOUT HIGHLIGHTS */
.rlc-flyout_highlights .rlc-scroll_wrapper {
  display: flex;
}
.rlc-flyout_highlights .rlc-tile {
  width: 13.446875em;
  /* min-height: 17.75em; */

  margin-right: 0.365625em;
  flex-shrink: 0;
}
.rlc-flyout_highlights .rlc-tile:last-of-type {
  margin-right: 0;
}
.rlc-flyout_highlights .rlc-tile .rlc-imagery {
	min-height: 17.75em;
}
.rlc-flyout_highlights .rlc-tile .rlc-copygroup {
  bottom: 2.458125em;
  transform: none;
  width: 100%;
  left: 0;
  padding-left: 1.13375em;
}
.rlc-flyout .rlc-tile .rlc-cat_name {
  font-size: 0.625em;
  line-height: 1.8em;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}
.rlc-flyout .rlc-tile .rlc-title {
  font-family: "LeJeuneDeck-Regular", Times, serif !important;
  font-size: 1.25em;
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 959px) {
	/* .rlc-flyout_highlights {
		margin-bottom: 3.75em;
	} */
	.rlc-flyout_highlights .rlc-scroller {
		/* width: calc(100vw - 1.875rem); */
		width: auto;
		overflow-y: scroll;
	}
	.rlc-flyout_highlights .rlc-scroll_wrapper {
		padding-right: 27em;
	}
	.rlc-flyout_highlights .rlc-tile {
		width: 8.5em;
		/* min-height: 1.125em; */
	}
	.rlc-flyout_highlights .rlc-tile .rlc-imagery {
		min-height: 1.125em;
	}
	.rlc-flyout_highlights .rlc-tile .rlc-copygroup {
      bottom: 1.25em;
      transform: none;
      width: 100%;
      left: 0;
      padding-left: 0.7175em;
	}
	.rlc-flyout .rlc-tile .rlc-cat_name {
		display: none;
	}
	.rlc-flyout .rlc-tile .rlc-title {
		font-size: 0.755em;
		line-height: 1.166667em;
	}
}

/* FLYOUT HIGHLIGHTS WITH TITLE */
@media screen and (min-width: 960px) {
    div.level-3 .menu-wrap .nav-asset-with-highlights .rlc-flyout.rlc-flyout_highlights-w-title .nav {
        padding-top: 0;
    }
}
@media screen and (max-width: 959px) {
    div.level-3 .menu-wrap .nav-asset-with-highlights .rlc-flyout.rlc-flyout_highlights-w-title {
        width: 100%;
        padding: 0;
    }
    div.level-3 .menu-wrap .nav-asset-with-highlights .rlc-flyout.rlc-flyout_highlights-w-title .rlc-flyout--header {
        width: 100%;
        margin-left: 1.875rem;
        margin-right: 1.875rem;
    }
    div.level-3 .menu-wrap .nav-asset-with-highlights .rlc-flyout.rlc-flyout_highlights-w-title .rlc-scroller {
        width: 100%;
    }
    div.level-3 .menu-wrap .nav-asset-with-highlights .rlc-flyout.rlc-flyout_highlights-w-title .rlc-scroller::-webkit-scrollbar {
        width: 0px;
        height: 0px;
        background: transparent;
    }
    div.level-3 .menu-wrap .nav-asset-with-highlights .rlc-flyout.rlc-flyout_highlights-w-title .rlc-scroll_wrapper {
        padding-left: 1.875rem;
        padding-right: 0;
    }
    div.level-3 .menu-wrap .nav-asset-with-highlights .rlc-flyout.rlc-flyout_highlights-w-title .rlc-scroll_wrapper .rlc-tile {
        width: 8.8125em;
        margin-right: 0.3125em;
        box-sizing: content-box;
    }
    div.level-3 .menu-wrap .nav-asset-with-highlights .rlc-flyout.rlc-flyout_highlights-w-title .rlc-scroll_wrapper .rlc-tile:last-of-type {
        padding-right: 1.875rem;
    }
}

/* CAROUSEL SINGLE TILE */
.rlc-flyout.rlc-flyout_promo .rlc-carousel_flyout {
    width: 16.5em;
  }
  .rlc-flyout.rlc-flyout_promo .rlc-carousel_flyout .rlc-carousel_wrapper {
    margin-left: 0;
    width: 100%;
    padding-bottom: 1.375em;
  }
  .rlc-flyout.rlc-flyout_promo .rlc-carousel_flyout .rlc-flyout_tile {
    padding: 0;
    width: 100% !important;
  }
  .rlc-flyout.rlc-flyout_promo .rlc-carousel_flyout .rlc-carousel-pagination.swiper-pagination-fraction {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
  }
    @media screen and (max-width: 959px) {
        .rlc-flyout.rlc-flyout_promo .rlc-carousel_flyout .rlc-carousel-arrow {
            display: block;
        }
    }
  @media only screen and (max-width:767px) {
    .rlc-flyout.rlc-flyout_promo .rlc-carousel_flyout {
        width: 19.6875em;
    }
    .rlc-flyout.rlc-flyout_promo .rlc-carousel_flyout .rlc-carousel-pagination {
        width: 100%;
        font-family: Founders Grotesk text Regular, Helvetica, Arial, sans-serif;
    }
}


/* HOVER STATE */
@media screen and (min-width: 960px) {
    .rlc-flyout .rlc-carousel_flyout.rlc-desktop--static .rlc-carousel_wrapper {
        margin-left: -0.234375em;
    }
    .rlc-flyout .rlc-desktop--static .rlc-carousel-arrow {
        display: none;
    }

    .rlc-flyout .rlc-tile .rlc-hiddencopy {
        opacity: 0;
        transition: max-height 600ms ease-in-out, opacity 600ms ease-in-out;
        max-height: 0;
    }
    .rlc-flyout .rlc-tile:hover .rlc-hiddencopy {
        opacity: 1;
        max-height: 10em;
    }
    .rlc-flyout .rlc-tile .rlc-hiddencopy .rlc-linecta {
        text-transform: uppercase;
        margin-top: 1.45em;
    }
    .menu-category.level-1>li .rlc-flyout .rlc-tile .rlc-copygroup .rlc-hiddencopy .rlc-linecta {
        color: currentColor;
        visibility: visible;
    }
}
@media screen and (max-width: 959px) {
    .rlc-flyout .rlc-tile .rlc-hiddencopy {
        display: none;
    }
}


/* BEGIN ARABIC OVERRIDES */
[lang^="ar"] .rlc-flyout .rlc-tile .rlc-title {
  font-family: RL_DroidKufi, Founders Grotesk text Regular, Helvetica, Arial, sans-serif !important;
}
[lang^="ar"] .rlc-flyout_highlights .rlc-tile:last-of-type {
  margin-right: 0.365625em;
}
[lang^='ar'] .rlc-flyout_promo .rlc-tile .rlc-copygroup,
[lang^='ar'] .rlc-flyout_promo .rlc-tile .rlc-copygroup .rlc-title,
[lang^='ar'] .rlc-flyout_promo .rlc-tile .rlc-copygroup .rlc-cat_name,
[lang^='ar'] .rlc-flyout_promo .rlc-tile .rlc-copygroup .rlc-eyebrow {
    text-align: right;
}
@media screen and (max-width: 959px) {
	[lang^='ar'] .rlc-flyout_highlights .rlc-scroll_wrapper {
		padding-right: 0;
	}
}


/* CREATIVE CSS OVERRIDES */
@media only screen and (max-width: 767px) {
	.rlc-creative_v3.rlc-flyout .rlc-carousel_flyout.rlc-carousel-nointeraction .swiper-wrapper .rlc-slide {
		width: 8.8125em;
	}
	.rlc-creative_v3.rlc-flyout .rlc-carousel_flyout.rlc-carousel-nointeraction .swiper-wrapper .rlc-slide .rlc-copygroup {
		margin: 0 auto;
	}
}