/* BEGIN GLOBAL STYLES */
:root {
	--foundersReg: "Founders Grotesk text Regular", Arial, Helvetica, sans-serif;
	--leJeuneReg: "LeJeuneDeck-Regular", Times, serif;
	--sackersHeavy: "SackersGothicW01-Heavy", Times, serif;
	--rlcNavy: #041E3A;
}
.rlc-wpolo.rlc-creative_v3 .rlc-usebrandstyles .rlc-linecta {
	font-family: var(--foundersReg);
	font-size: 0.6875em;
	line-height: 1.2727272727272727em;
	letter-spacing: 0.09090909090909091em!important;
}
.rlc-wpolo .rlc-title {
	font-family: var(--leJeuneReg);
	text-transform: unset;
	text-align: unset;
	font-size: 2.75em;
	line-height: 1.1818181818181819em;
	letter-spacing: 0px;
	margin-bottom: 0.3em; 
}
.rlc-wpolo .rlc-title.rlc-sm {
	font-size: 1.75em;
	line-height: 1.4285714285714286em;
}
.rlc-wpolo.rlc-creative_v3 .rlc-usebrandstyles .rlc-dek {
	font-family: var(--foundersReg);
	font-size: 0.75em;
	line-height: 1.8333333333333333em;
	letter-spacing: 0px;
}
.rlc-wpolo .rlc-cat {
	font-family: var(--sackersHeavy);
	font-size: 0.75em;
	line-height: 1em;
	letter-spacing: 0.6666666666666666em;
	text-transform: uppercase;
	margin-bottom: 2.5em;
}
.rlc-wpolo .rlc-pillbutton {
    border: 1px solid currentColor;
    border-radius: 1.250em;
    padding: 0 1.250em;
    white-space: nowrap;
    margin: 0 0.625em;
    min-height: 2em;
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    transition: all 0.25s;
}
    .rlc-wpolo .rlc-pillbutton span {
        font-family: var(--foundersMono);
        font-size: 0.688em;
        color: currentColor;
        letter-spacing: 1px;
        line-height: 1em;
        text-transform: uppercase;
        transition: all 0.25s;
        position: relative;
    }
    .rlc-wpolo .rlc-pillbutton:hover {
        background: #fff;
        color: #000;
        border-color: #fff;
    }
.rlc-wpolo .rlc-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
  .rlc-wpolo .rlc-background .rlc-image {
    /* object-fit: contain; */
    min-width: 100%;
  }
  .rlc-wpolo .rlc-background video {
    object-fit: cover;
  }
.rlc-wpolo .rlc-target {
	position: absolute;
	width: 2.250em;
	height: 2.250em;
	border: 1px solid currentColor;
	border-radius: 50%;
	/* background: rgba(0, 0, 0, 0.3); */
}
.rlc-wpolo .rlc-target.notinstock,
.rlc-wpolo .rlc-target.notorderable {
    display: none;
}
.notfound .rlc-instock,
.notinstock .rlc-instock,
.notfound .rlc-hotspot,
.notinstock .rlc-hotspot,
.notfound .rlc-target,
.notinstock .rlc-target,
.notinstock.notorderable.rlc-hotspot {
	display: none !important;
}
.rlc-wpolo .rlc-target.keeponline {
    display: block;
}
    .rlc-wpolo .rlc-target::before,
    .rlc-wpolo .rlc-target::after {
        content: '';
        width: 1px;
        height: 0.625em;
        position: absolute;
        top: 50%; left: 50%;
        transform: translate(-50%,-50%);
        background: currentColor;
        display: block;
    }
    .rlc-wpolo .rlc-target::after {
        transform: translate(-50%,-50%) rotate(90deg);
    }
	.rlc-wpolo .rlc-scrollto {
		font-family: var(--foundersReg);
		font-size: 0.6875em;
		letter-spacing: 0.09090909090909091em!important;
		text-transform: uppercase;
		margin-top: 3em;
		position: relative;
		display: inline-block;
	}

  .rlc-wpolo .rlc-scrollto::before {
      content: "";
      height: 1px;
      width: 4.75em;
      background-color: currentColor;
      display: block;
      position: absolute;
      right: -5.5em;
      top: 50%;
      transform: translateY(-50%);
  }
  .ar .rlc-wpolo .rlc-scrollto::before {
      right: auto;
      left: -5.5em;
  }

  .rlc-wpolo .rlc-scrollto::after {
      content: "";
      position: absolute;
      top: 50%;
      right: -5.5em;
      transform: translateY(-50%) rotate(45deg);
      border-top: 1px solid currentColor;
      border-right: 1px solid currentColor;
      width: 0.636em;
      height: 0.636em;
  }

  [lang^=ar] .rlc-wpolo .rlc-scrollto::after {
      right: auto;
      left: -5.5em;
      transform: translateY(-50%) rotate(-135deg);
  }
  [lang^=ar] .rlc-wpolo .rlc-scrollto::before {
    right: auto;
    left: -5.5em;
  }
  .rlc-wpolo .rlc-fadeslider .rlc-looppause, 
  .rlc-wpolo .rlc-hasbuttons .rlc-looppause, 
  .rlc-wpolo .rlc-videocontainer .rlc-looppause {
	  border-width: 1px;
  }
  .rlc-hasbuttons .rlc-looppause::before,
  .rlc-videocontainer .rlc-looppause::before {
	  left: 10px;
  }
  .rlc-hasbuttons .rlc-looppause::after,
  .rlc-videocontainer .rlc-looppause::after {
	  left: 16px;
  }
  .rlc-fadeslider.user_paused .rlc-looppause::before, 
  .rlc-fadeslider.user_paused .rlc-looppause:hover::before, 
  .rlc-hasbuttons.user_paused .rlc-looppause::before, 
  .rlc-hasbuttons.user_paused .rlc-looppause:hover::before, 
  .rlc-videocontainer.user_paused .rlc-looppause::before, 
  .rlc-videocontainer.user_paused .rlc-looppause:hover::before {
	  left: 11px;
  }
@media screen and (min-width: 768px) {
	.rlc-wpolo .rlc-mobile {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.rlc-wpolo .rlc-target {
		width: 1.5em !important;
		height: 1.5em !important;
	}

	.rlc-wpolo .rlc-desktop {
		display: none;
	}
	.rlc-wpolo .rlc-title {
		font-size: 1.75em;
		line-height: 1.4285714285714286em;
	}
	.rlc-wpolo .rlc-title.rlc-sm {
		font-size: 1.75em;
		line-height: 1.4285714285714286em;
	}
	.rlc-wpolo .rlc-cat {
		font-size: 0.625em;
		letter-spacing: 0.5em;
	}
}
/* END GLOBAL STYLES */


/* BEGIN HERO STYLES */
#rlc-hero .rlc-slidewrapper {
	height: 45em;
}
#rlc-hero .rlc-progressbar::before {
	background-color: #9D9FA3;
}
#rlc-hero .rlc-progressbar .rlc-progressline {
	background-color: #fff;
}
#rlc-hero .rlc-slide {
	color: #fff;
}
#rlc-hero .rlc-slide-hamptons .rlc-copygroup {
	top: auto; bottom: 5em;
	left: 50%;
	transform: translateX(-50%);
}
#rlc-hero .rlc-slide-hamptons .rlc-copygroup .rlc-title {
	text-transform: uppercase;
	font-size: 3.125em;
	line-height: 1.04em;
	letter-spacing: 0.1em;
}
#rlc-hero .rlc-copygroup .rlc-links {
	margin-top: 1.875em;
}
#rlc-hero .rlc-copygroup .rlc-logo {
	width: 15.3125em;
	margin: 0 auto 1.25em;
}
@media (min-width: 768px) { 
	#rlc-hero .rlc-slide-sweaters .rlc-copygroup {
		left: 19.25em;
	}
}
	@media screen and (max-width: 767px) {
		#rlc-hero .rlc-slidewrapper {
			height: 37.1875em;
		}
			#rlc-hero .rlc-slide-hamptons .rlc-copygroup {
				bottom: 4.4375em;
				width: 95%;
			}
			#rlc-hero .rlc-copygroup {
				bottom: 3.96875em;
				width: 95%;
			}
				#rlc-hero .rlc-slide-hamptons .rlc-copygroup .rlc-title {	
					font-size: 1.75em;
					line-height: 1.4285714285714286em;
					letter-spacing: 0.14285714285714285em;
				}
				#rlc-hero .rlc-copygroup .rlc-links {
					margin-top: 0.625em;
				}
				#rlc-hero .rlc-copygroup .rlc-logo {
					width: 9.5625em;
					margin: 0 auto 0.625em;
				}
	}
/* END HERO STYLES */


/* BEGIN SHOP SECTION STYLES */
#rlc-shopsection {
	background-color: #000;
}

@media (min-width: 768px) {
	#rlc-shopsection,
	#rlc-shopsection .rlc-wrap  {
		height: 42.5625em;
	}
	#rlc-shopsection .rlc-dek {
		font-size: 1em;
		line-height: 1.75em;
		letter-spacing: 0.015625em;
	}
	.ar #rlc-shopsection .rlc-carousel .swiper-button-next {
		right: auto;
    left: 2.5em;
	}
	.ar #rlc-shopsection .rlc-carousel .swiper-button-prev {
    right: 2.5em;
    left: auto;
	}
	.ar #rlc-shopsection .rlc-carousel .rlc-carousel-arrow.rlc-carousel-arrow-right:after, 
	.ar #rlc-shopsection .rlc-hasarrows .rlc-arrow.rlc-arrow-right:after {
    transform: translate(-2px, -50%) rotate(134deg);
	}
	.ar #rlc-shopsection .rlc-carousel .rlc-carousel-arrow.rlc-carousel-arrow-left:after, 
	.ar #rlc-shopsection .rlc-hasarrows .rlc-arrow.rlc-arrow-left:after {
    transform: translate(-6px, -50%) rotate(-45deg);
	}
}
@media (max-width: 767px) {
	#rlc-shopsection,
	#rlc-shopsection .rlc-wrap {
		height: 52em;
	}
}
#rlc-shopsection.rlc-w-polo-shopsection .rlc-looppause {
	display: none;
}
#rlc-shopsection.rlc-w-polo-shopsection {
	background-color: #fff;
	color: #ffffff;
}
#rlc-shopsection.rlc-w-polo-shopsection .rlc-intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #041E3A;
	text-align: center;
}
#rlc-shopsection.rlc-w-polo-shopsection .rlc-intro .rlc-title span {
	display: block;
}
#rlc-shopsection.rlc-w-polo-shopsection .rlc-carousel .rlc-slide.rlc-shopall {
	width: 16em !important;
}
#rlc-shopsection.rlc-w-polo-shopsection .rlc-carousel .rlc-slide.rlc-shopall .rlc-copygroup {
	height: 100%;
	width: 11em;
}
#rlc-shopsection.rlc-w-polo-shopsection .rlc-carousel .rlc-carousel-scrollbar:before {
	opacity: 1 !important;
	background: #9d9fa3;
}
#rlc-shopsection.rlc-w-polo-shopsection .rlc-carousel.rlc-category_carousel.rlc-shopslider .rlc-copygroup {
	width: 90%;
	justify-content: center;
}
@media screen and (min-width: 768px) {
	#rlc-shopsection.rlc-w-polo-shopsection .rlc-carousel.rlc-category_carousel.rlc-shopslider {
		width: 67.3125em;
		padding-top: 3.75em;
	}
	#rlc-shopsection.rlc-w-polo-shopsection .rlc-wrap {
		display: flex;
		flex-direction: row;
		padding: 0 0 6.875em 0;
	}
	[lang^=ar] #rlc-shopsection.rlc-w-polo-shopsection .rlc-wrap {
		justify-content: flex-end;
	}
	#rlc-shopsection.rlc-w-polo-shopsection .rlc-imagery.rlc-hasvideo {
		width: 90em;
		height: 45em;
		position: absolute;
	}
	#rlc-shopsection.rlc-w-polo-shopsection .rlc-intro {
		text-align: left;
	}
	[lang^=ar] #rlc-shopsection.rlc-w-polo-shopsection .rlc-intro {
		text-align: right;
	}
	#rlc-shopsection.rlc-w-polo-shopsection .rlc-intro .rlc-copygroup {
		margin-left: 3.5em;
		width: 19.188em;
	}
	[lang^=ar] #rlc-shopsection.rlc-w-polo-shopsection .rlc-intro .rlc-copygroup {
		margin-left: 0;
	}
	#rlc-shopsection.rlc-w-polo-shopsection .rlc-intro .rlc-copygroup .rlc-title {
		font-size: 2.375em;
		line-height: 1.684em;
	}
	#rlc-shopsection.rlc-w-polo-shopsection .rlc-intro .rlc-copygroup .rlc-title span {
		font-size: 1.684em;
		line-height: 0.859em;
	}
	#rlc-shopsection.rlc-w-polo-shopsection .rlc-intro .rlc-copygroup .rlc-dek {
		margin: 1.333em 0 0 0;
		width: 15em;
	}
	#rlc-shopsection.rlc-w-polo-shopsection .rlc-intro .rlc-copygroup .rlc-links .rlc-linecta {
		margin-top: 2.273em;
	}
	#rlc-shopsection.rlc-w-polo-shopsection .rlc-carousel.rlc-category_carousel.rlc-shopslider .rlc-slide {
		width: 23.4375em;
	}
	#rlc-shopsection.rlc-w-polo-shopsection .rlc-carousel.rlc-category_carousel.rlc-shopslider .rlc-slide .rlc-imagery {
		min-height: 30.9375em;
	}
	#rlc-shopsection.rlc-w-polo-shopsection .rlc-carousel .rlc-slide.rlc-shopall .rlc-title {
		font-size: 1.75em;
		line-height: 1.429em;
		color: #fff;
		margin-top: 3.5em;
	}
	#rlc-shopsection.rlc-w-polo-shopsection .rlc-carousel .rlc-slide .rlc-title {
		font-size: 1.75em;
		line-height: 1.428em;
	}
	#rlc-shopsection.rlc-w-polo-shopsection .rlc-carousel .rlc-slide .rlc-copygroup {
		bottom: 2.8em;
	}
	#rlc-shopsection.rlc-w-polo-shopsection .rlc-carousel .rlc-slide.rlx-slide .rlc-logo {
		width: 17.619em;
	}
	#rlc-shopsection.rlc-w-polo-shopsection .rlc-carousel .swiper-scrollbar-drag:after {
		background: #041E3A;
	}
	#rlc-shopsection.rlc-w-polo-shopsection .rlc-carousel.rlc-category_carousel .rlc-carousel_wrapper {
		padding-bottom: 1.875em;
	}
}
@media screen and (max-width: 767px) {
	#rlc-shopsection.rlc-w-polo-shopsection {
		height: 44.5em;
	}
	#rlc-shopsection.rlc-w-polo-shopsection .rlc-intro {
		height: 18em;
	}
	#rlc-shopsection.rlc-w-polo-shopsection .rlc-intro .rlc-copygroup {
		padding-top: 1em;
	}
	#rlc-shopsection.rlc-w-polo-shopsection .rlc-intro .rlc-copygroup .rlc-title {
		line-height: 1.4em;
	}
	#rlc-shopsection.rlc-w-polo-shopsection .rlc-intro .rlc-copygroup .rlc-title span {
		font-size: 1.571em;
		line-height: 1.3em;
	}
	#rlc-shopsection.rlc-w-polo-shopsection .rlc-intro .rlc-copygroup .rlc-dek {
		width: 19em;
		margin: 0.778em auto 0;
	}
	.ar #rlc-shopsection.rlc-w-polo-shopsection .rlc-intro .rlc-copygroup .rlc-dek {
		width: 16em;
	}
	#rlc-shopsection.rlc-w-polo-shopsection .rlc-intro .rlc-copygroup .rlc-links {
		justify-content: center;
	}
	#rlc-shopsection.rlc-w-polo-shopsection .rlc-intro .rlc-copygroup .rlc-links .rlc-linecta {
		margin: 2.182em auto 0;
	}
	#rlc-shopsection.rlc-w-polo-shopsection .rlc-carousel .rlc-slide .rlc-title {
		font-size: 1.5em;
		line-height: 1.667em;
	}
	#rlc-shopsection.rlc-w-polo-shopsection .rlc-carousel .rlc-slide.rlc-shopall {
		height: var(--rlcShopSlider_SlideHeightMob);
		color: #fff;
		width: 10.563em;
	}
	#rlc-shopsection.rlc-w-polo-shopsection .rlc-carousel .swiper-scrollbar-drag:after {
		background: #041E3A;
	}

	#rlc-shopsection.rlc-w-polo-shopsection .rlc-carousel {
		width: 22.0625em;
	}
	#rlc-shopsection.rlc-w-polo-shopsection .rlc-carousel .rlc-carousel_wrapper {
		padding-right: 0.5625em;
	}
}
/* END SHOP SECTION STYLES */

/* BEGIN NOW & LATER */
#rlc-now-later {
	height: 96.875em;
}
#rlc-now-later .rlc-shopby .rlc-copygroup .rlc-dek {
	font-family: var(--leJeuneReg);
}
@media screen and (min-width: 768px) {
	#rlc-now-later .rlc-duo-wrapper { 
		width: 83em;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
	}
	#rlc-now-later .rlc-duo {
		width: 41em;
	 }
	 #rlc-now-later .rlc-intro {
		padding: 6.25em 0 3.125em;
	 }
	#rlc-now-later .rlc-intro .rlc-dek {
		width: 32em;
		margin: 0 auto;
	}
	.ar #rlc-now-later .rlc-intro .rlc-dek {
		width: 38em;
	}

	.pt #rlc-now-later .rlc-intro .rlc-dek {
		width: 33em;
	}
	#rlc-now-later .rlc-shopby .rlc-intro {
		width: 20.375em;
		padding: 10.34375em 3.5em;
	}
	#rlc-now-later .rlc-shopby .rlc-in {
		align-items: center;
	}
	#rlc-now-later .rlc-shopby .rlc-imagery {
		width: 11.25em;
		text-align: center;
	}
	#rlc-now-later .rlc-shopby .rlc-copygroup {
		padding-top: 0.5em;
	}
	#rlc-now-later .rlc-shopby .rlc-title {
		font-size: 1.75em;
    line-height: 1.7em;
	}
	.ar #rlc-now-later .rlc-shopby .rlc-title {
		text-align: right;
	}
	.fr #rlc-now-later .rlc-title {
		width: 12em;
	}
	#rlc-now-later .rlc-shopby .rlc-title span {
		display: block;
    font-size: 1.571em;
	}
	#rlc-now-later .rlc-shopby .rlc-copygroup .rlc-dek {
		font-size: 1.125em;
		line-height: 1.44em;
	}
}
@media screen and (max-width: 767px) {
	#rlc-now-later {
		height: 99.0625em;
		padding-top: 5em;
	}
	.fr #rlc-now-later,
	.fr #rlc-now-later .rlc-background .rlc-image {
		height: 102.0625em;
	}
	/* .fr #rlc-now-later .rlc-background .rlc-image {
		height: 105.0625em;
	} */
	.ar #rlc-now-later,
	.ar #rlc-now-later .rlc-background .rlc-image {
		height: 102.0625em;
	}
	#rlc-now-later .rlc-duo-wrapper { 
		flex-direction: column;
		width: 19.6875em;
    margin: 0 auto;
	}
	#rlc-now-later .rlc-intro {
		padding: 2.5em 0;
	}
	#rlc-now-later .rlc-intro .rlc-dek {
		width: 21em;
		margin: 0 auto;
	}
	.it #rlc-now-later .rlc-intro .rlc-dek {
		width: 23em;
	}
	.de #rlc-now-later .rlc-intro .rlc-dek {
		width: 22em;
	}
	#rlc-now-later .rlc-shopby .rlc-title {
		font-size: 1.25em;
    line-height: 1.4em;
	}
	#rlc-now-later .rlc-shopby .rlc-title span {
		display: block;
    font-size: 1.4em;
	}
	#rlc-now-later .rlc-shopby .rlc-imagery {
		width: 7.5em;
		text-align: center;
	}
	#rlc-now-later .rlc-shopby .rlc-grid-wrap {
		flex-wrap: wrap;
		justify-content: center;
	}
	#rlc-now-later .rlc-shopby .rlc-copygroup .rlc-dek {
		font-size: 0.875em;
		line-height: 1.2857em;
	}
}
/* END NOW & LATER */

/* END ON END STYLES */
	#rlc-end-on-end .rlc-looppause::before,
	#rlc-end-on-end .rlc-looppause::after {
		width: 4px;
		height: 14px;
	}
	#rlc-end-on-end .rlc-videocontainer .rlc-looppause::after {
		left: 18px;
	}
	#rlc-end-on-end .rlc-looppause {
    top: 1em;
		bottom: auto;
		border: none;
		color: var(--rlcNavy);
	}
	.ar #rlc-end-on-end .rlc-looppause { 
		right: 1em !important;
    left: auto !important;
	}
	#rlc-end-on-end .rlc-carousel .rlc-carousel-arrow {
		display: none;
	}
	#rlc-end-on-end .rlc-carousel .rlc-carousel-scrollbar {
		width: 83em;
		left: 50%; 
		bottom: 1.125em;
		transform: translateX(-50%);
	}
	.ar #rlc-end-on-end .rlc-carousel .rlc-carousel-scrollbar {
		transform: translateX(50%);
		right: 50%;
	}
	#rlc-end-on-end .rlc-slide {
		height: 45em;
		color: #fff;
	}
	#rlc-end-on-end .rlc-slide-1 {
		width: 71.125em;
	}
		#rlc-end-on-end .rlc-slide-1 .rlc-imagery {
			width: 45em;
			position: relative;
			color: #fff;
		}			
		#rlc-end-on-end .rlc-slide-1 .rlc-copygroup {
			position: absolute;
			top: 50%; left: 49em;
			transform: translateY(-50%);
			text-align: left;
			width: 16.9375em;
			color: var(--rlcNavy);
		}
		.ar #rlc-end-on-end .rlc-slide-1 .rlc-copygroup {
			text-align: right;
		}
		#rlc-end-on-end .rlc-slide-1 .rlc-copygroup .rlc-cat {
			font-family: var(--foundersReg);
			font-size: 0.6875em;
			line-height: 1.2727272727272727em;
			letter-spacing: 0.09090909090909091em!important;
			margin-bottom: 1.3636363636363635em;
		}
		#rlc-end-on-end .rlc-slide-1 .rlc-copygroup .rlc-dek {
			margin-top: 0.6666666666666666em;
		}
	#rlc-end-on-end .rlc-slide-2 {
		width: 30em;
		margin-right: 3.125em;
		display: flex;
		align-items: center;
	}
	#rlc-end-on-end .rlc-slide-3,
	#rlc-end-on-end .rlc-slide-4 {
		width: 31.25em;
		margin-right: 3.125em;
		display: flex;
		align-items: center;
	}

	#rlc-end-on-end .rlc-slide-5 {
		width: 45em;
	}
	@media screen and (min-width: 768px) {
		.ar #rlc-end-on-end .rlc-slide-1 .rlc-copygroup {
			right: 49em;
			left: auto;
		}
		.ar #rlc-end-on-end .rlc-slide-3,
		.ar #rlc-end-on-end .rlc-slide-4 {
			margin-left: 3.125em;
			margin-right: 0;
		}
	}

@media screen and (max-width: 767px) {
#rlc-end-on-end {
	height: 54.375em;
}
	#rlc-end-on-end .rlc-carousel .rlc-carousel-scrollbar:before, 
	#rlc-end-on-end .rlc-carousel .swiper-scrollbar-drag:after {
		opacity: 1;
	}
	#rlc-end-on-end .rlc-prod {
		color: #fff;
	}
		#rlc-end-on-end .rlc-prod .rlc-target-1 {
			top: 5em; left: 15em;
			display: none;
		}
		#rlc-end-on-end .rlc-prod .rlc-target-2 {
			top: 16em; left: 8.5em;
		}
	#rlc-end-on-end .rlc-carousel .rlc-carousel-arrow {
		display: none;
	}
	#rlc-end-on-end .rlc-carousel .rlc-carousel-scrollbar {
		width: 20.9375em;
		left: 50%; bottom: 0.75em;
		transform: translateX(-50%);
	}
	#rlc-end-on-end .rlc-slide {
		height: 30.9375em;
	}
	#rlc-end-on-end .rlc-slide-1 {
		width: 19.5625em;
	}			
	#rlc-end-on-end .rlc-slide-1 .rlc-copygroup {
		left: 2.1875em;
		width: 15.0625em;
	}
	#rlc-end-on-end .rlc-slide-1 .rlc-copygroup .rlc-title {
		width: 7em;
    margin: 0;
	}
	#rlc-end-on-end .rlc-slide-2 {
		width: 20.8125em;
		margin-right: 1.25em;
	}
	.ar #rlc-end-on-end .rlc-slide-2 {
		margin-left: 1.25em;
		margin-right: 0;
	}
	#rlc-end-on-end .rlc-slide-3,
	#rlc-end-on-end .rlc-slide-4{
		width: 21.6875em;
		margin-right: 1.25em;
	}
	.ar #rlc-end-on-end .rlc-slide-3,
	.ar #rlc-end-on-end .rlc-slide-4 {
		margin-left: 1.25em;
		margin-right: 0;
	}
	#rlc-end-on-end .rlc-slide-5 {
		width: 23.4375em;
	}
}
/* END ON END STYLES */

/* BEGIN DENIM DETAILS STYLES */
#rlc-denim-details {
	color: var(--rlcNavy);
	height: 129em;
}
#rlc-denim-details-2 {
	margin: 4.375em auto;
	width: 60em;
	text-align: center;
}
@media (min-width: 768px) {
	#rlc-denim-details-1 .swiper-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 83em;
		margin: 0 auto;
		padding-top: 6.25em;
	}
	#rlc-denim-details-1 .rlc-slide {
		width: 41em; height: auto;
		color: #fff;
		position: relative;
	}
	#rlc-denim-details .rlc-slide-1 .rlc-copygroup {
		width: 10em;
		top: 13.625em;
		right: 6.5625em;
	}
	#rlc-denim-details .rlc-slide-3 .rlc-copygroup,
	#rlc-denim-details .rlc-slide-4 .rlc-copygroup {
		width: 12em;
	}
	#rlc-denim-details .rlc-slide-3 .rlc-copygroup {
		top: 7.875em;
		left: 3.5625em;
	}

	#rlc-denim-details .rlc-slide-4 .rlc-copygroup {
		bottom: 14.0625em;
		right: 2.1875em;
	}
	
	#rlc-denim-details .rlc-copygroup.rlc-copy-reveal {
		opacity: 0;
		transition: opacity 0.5s ease, transform 0.5s ease;
	}

	#rlc-denim-details .rlc-slide:hover .rlc-copygroup.rlc-copy-reveal {
		opacity: 1;
	}
	
	#rlc-denim-details-1 .rlc-slide-2 .rlc-copygroup.rlc-copygroup-secondary {
		position: absolute;
		bottom: 1.5em; right: 1em;
	}
	#rlc-denim-details-1 .rlc-slide-2 .rlc-copygroup.rlc-copygroup-secondary .rlc-linecta::after {
		content: none;
	}
	#rlc-denim-details-1 .rlc-slide-2 .rlc-copygroup.rlc-copygroup-secondary .rlc-linecta {
		padding-bottom: 0;
	}
	#rlc-denim-details-3 .rlc-duo {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 83em;
		margin: 2em auto 0;
	}
	#rlc-denim-details-3 .rlc-slide {
		width: 41em; height: auto;
		color: #fff;
		position: relative;
	}
}
@media screen and (max-width: 767px) {
	#rlc-denim-details {
		height: 52.125em;
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-end;
	}
	#rlc-denim-details-1  {
		padding-top: 2.5em;
	}
	#rlc-denim-details .rlc-carousel .rlc-carousel-arrow {
		display: block;
	}
	#rlc-denim-details .rlc-carousel .swiper-button-next {
		right: 0.7em;
	}
	.ar #rlc-denim-details .rlc-carousel .swiper-button-next {
		left: 0.7em;
		right: auto;
		transform: rotate(180deg);
	}
	.ar #rlc-denim-details .rlc-carousel .swiper-button-prev {
		right: 0.7em;
		left: auto;
		transform: rotate(180deg);
	}
	#rlc-denim-details .rlc-carousel .swiper-button-prev {
    left: 0.7em;
	}
	#rlc-denim-details-1 .rlc-carousel-pagination {
		width: 16.875em;
		bottom: 0;
		transform: translate(-50%, 100%);
		height: 2.625em;
	}	
	.ar #rlc-denim-details-1 .rlc-carousel-pagination {
		transform: translate(50%, 100%);
	}	
	#rlc-denim-details-1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		height: 2.625em;
	}
	#rlc-denim-details-1 .rlc-slide {
		width: 19.6875em; 
		height: 24em;
		margin: 0 1.25em;
		color: #fff;
	}
	#rlc-denim-details .rlc-copygroup {
		color: var(--rlcNavy);
		text-align: center;
		width: 16.5em;
		margin: 3em auto 0;
	}
	#rlc-denim-details-2 {
		margin: 4.375em auto 0;
    width: 18em;
	} 
	.de #rlc-denim-details-2 {
		width: 20em;
	}
	.de #rlc-denim-details-2 .rlc-title {
		width: 8em;
	}
}
/* END DENIM DETAILS STYLES */


/* BEGIN SUITS STYLES */
#rlc-suits {
	height: 50em;
}
@media (min-width: 768px) {
	#rlc-suits .rlc-suits-wrapper {
		width: 83em;
		margin: 0 auto;
		padding-top: 3.5em;
	}
	#rlc-suits .rlc-suits-wrapper .rlc-duo {
		width: 41.5em;
	}
	#rlc-suits .rlc-suits-wrapper .rlc-copygroup {
		width: 16.5em;
		top: 3.125em;
		left: 3.38875em;
	}
	.ar #rlc-suits .rlc-suits-wrapper .rlc-copygroup {
		text-align: right;
	}
	.ar #rlc-suits .rlc-suits-wrapper .rlc-copygroup .rlc-links .rlc-linecta {
		margin: 2.727em 0 0 2.91em;
	}
	.fr #rlc-suits .rlc-suits-wrapper .rlc-copygroup,
	.nl #rlc-suits .rlc-suits-wrapper .rlc-copygroup,
	.es #rlc-suits .rlc-suits-wrapper .rlc-copygroup,
	.pt #rlc-suits .rlc-suits-wrapper .rlc-copygroup {
		width: 17.5em;
	}
}

@media screen and (max-width: 767px) {
	#rlc-suits {
		height: 62.875em;
		justify-content: center;
		align-items: center;
		display: flex;
	}
	.de #rlc-suits,
	.de  #rlc-suits .rlc-background .rlc-image,
	.nl #rlc-suits,
	.nl  #rlc-suits .rlc-background .rlc-image,
	.pt #rlc-suits,
	.pt  #rlc-suits .rlc-background .rlc-image {
		height: 65.875em;
	}
	#rlc-suits .rlc-suits-wrapper {
		width: 19.6875em;
		margin: 0 auto;
	}
	#rlc-suits .rlc-suits-wrapper .rlc-copygroup {
		padding: 2.5em 0;
		color: var(--rlcNavy);
	}
	
	#rlc-suits .rlc-suits-wrapper .rlc-copygroup .rlc-dek {
		padding: 0 0.5em;
	}
}
/* END SUITS STYLES */

/* LOOSEN UP STYLES */
#rlc-loosen-up {
	height: 60.5625em;
	color: var(--rlcNavy);
	background: #fff;
}
#rlc-loosen-up .rlc-intro {
	padding: 5em 0 3.125em;
	margin: 0 auto;
	text-align: center;
	width: 50em;
}
#rlc-loosen-up .swiper-wrapper {
	display: flex;
	justify-content: space-between;
	width: 83em;
	margin: 0 auto;
	align-items: center;
	color: #fff;
}
#rlc-loosen-up .swiper-wrapper .rlc-slide {
	width: 25.25em;
}
#rlc-loosen-up .swiper-wrapper .rlc-slide-2 {
	width: 30.5em;
}
#rlc-loosen-up .swiper-wrapper .rlc-slide .rlc-copygroup .rlc-linecta::after {
	content: none;
}
#rlc-loosen-up .swiper-wrapper .rlc-slide .rlc-copygroup .rlc-linecta {
	padding-bottom: 0;
}
@media (min-width: 768px) {
	#rlc-loosen-up .swiper-wrapper .rlc-slide .rlc-copygroup {
		position: absolute;
		bottom: 1em; right: 1em;
	}
}

@media screen and (max-width: 767px) {
	#rlc-loosen-up {
		height: 52.8125em;
	}
	#rlc-loosen-up .rlc-intro {
		padding: 3.5625em 0 2.5em;
		width: 17em;
	}
	#rlc-loosen-up .swiper-wrapper {
		width: 100vw;
		height: 25.125em;
	}
	#rlc-loosen-up .rlc-carousel-pagination {
		width: 16.875em;
		bottom: -2em;
		transform: translate(-50%, 100%);
		height: 2.625em;
	}	
	.ar #rlc-loosen-up .rlc-carousel-pagination {
		transform: translate(50%, 100%);
	}
	.ar #rlc-loosen-up .rlc-carousel .swiper-button-next {
		left: 0.7em;
		right: auto;
		transform: rotate(180deg);
	}
	.ar #rlc-loosen-up .rlc-carousel .swiper-button-prev {
		right: 0.7em;
		left: auto;
		transform: rotate(180deg);
	}
	#rlc-loosen-up .rlc-carousel .rlc-carousel-arrow {
		display: block;
	}
	#rlc-loosen-up .rlc-carousel .swiper-button-next {
		right: 0.7em;
	}
	#rlc-loosen-up .rlc-carousel .swiper-button-prev {
    left: 0.7em;
	}	
	#rlc-loosen-up .swiper-wrapper .rlc-slide-1,
	#rlc-loosen-up .swiper-wrapper .rlc-slide-2,
	#rlc-loosen-up .swiper-wrapper .rlc-slide-3   {
		width: 19.6875em;
		margin: 0 1.25em;
	}
	#rlc-loosen-up .swiper-wrapper .rlc-slide .rlc-copygroup {
		color: var(--rlcNavy);
		text-align: center;
		margin-top: 3em;
	}
}
/* END LOOSEN UP STYLES */


/* BEGIN NEW BOOTS STYLES */
#rlc-new-boots {
	height: 65.625em;
	color: var(--rlcNavy);
}
.rlc-duosec .rlc-photo {
	width: 41em;
	margin-left: 7em;
}
.rlc-duosec .rlc-photo .rlc-image {
	width: 41em;
}
.rlc-duosec .rlc-intro {
	position: absolute;
	top: 13.4375em; 
	left: 55.6875em;
	width: 24.125em;
	text-align: center;
}
.rlc-duosec .rlc-carousel {
	position: absolute;
	top: 22.75em; 
	left: 55.6875em;
	width: 24.125em;
	height: 30em; 
}
.rlc-duosec .rlc-carousel .rlc-carousel-pagination {
	bottom: 3em;
}
.rlc-duosec .rlc-carousel .rlc-carousel-arrow {
	background-color: transparent;
	top: 11.84375em;
}
.rlc-duosec .rlc-carousel .swiper-button-next {
	right: 1em;
}
.rlc-duosec .rlc-carousel .swiper-button-prev {
	left: 1em;
}
.ar .rlc-duosec .rlc-carousel .swiper-button-next {
	left: 1em;
	right: auto;
	transform: rotate(180deg);
}
.ar .rlc-duosec .rlc-carousel .swiper-button-prev {
	right: 1em;
	left: auto;
	transform: rotate(180deg);
}
.rlc-duosec .rlc-carousel .swiper-pagination-bullet:before,
.rlc-duosec .rlc-carousel .swiper-pagination-bullet:after {
	color: var(--rlcNavy);
}
#rlc-new-boots .rlc-carousel .rlc-carousel-arrow:after, 
#rlc-new-boots .rlc-carousel .rlc-hasarrows .rlc-arrow:after {
	border-right: 1px solid #041E3A !important;
  border-bottom: 1px solid #041E3A !important;
}
.rlc-duosec .rlc-carousel .rlc-slide {
	width: 19.25em;
	margin: 0 2.4375em;
	padding-bottom: 3em;
}
#rlc-new-boots .rlc-copygroup .rlc-linecta::after {
	content: none;
}
#rlc-new-boots .rlc-photo .rlc-copygroup .rlc-linecta {
	padding-bottom: 0;
	color: #fff;
}
.rlc-duosec .rlc-carousel .rlc-slide .rlc-copygroup {
	position: absolute;
	bottom: -2em;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	color: var(--rlcNavy);
}
@media (min-width: 768px) {
	#rlc-new-boots {
		display: flex;
		align-items: center;
	}
	#rlc-new-boots .rlc-photo .rlc-copygroup {
		position: absolute;
		bottom: 1em; right: 1em;
	}
	#rlc-new-boots .rlc-carousel .rlc-carousel-arrow:after, .rlc-hasarrows .rlc-arrow:after {
		width: 1em;
    height: 1em;
	}
	.ar .rlc-duosec .rlc-carousel {
		right: 55.6875em;
		left: auto;
	}
	.ar .rlc-duosec .rlc-intro {
		right: 55.6875em;
		left: auto;
	}
	.rlc-duosec .swiper-container {
		height: 100%;
	}
	.rlc-duosec .rlc-carousel .rlc-carousel-pagination {
		width: 20em;
	}
}
@media screen and (max-width: 767px) {
	#rlc-new-boots {
		height: 71.4375em;
	}
	.rlc-duosec .rlc-photo {
		width: 19.6875em;
		height: auto;
		display: block;
		margin: 0 auto 2.5em;
	}
	.rlc-duosec .rlc-photo .rlc-image {
		width: 100%;
	}
	.rlc-duosec .rlc-intro {
		position: relative;
		top: auto; left: auto;
		margin: 0 auto;
		width: 20em;
		text-align: center;
	}
	.rlc-duosec .rlc-carousel {
		position: relative;
		top: auto; left: auto;
		width: 100vw;
	}
	#rlc-new-boots .rlc-carousel .rlc-carousel-arrow:after, .rlc-hasarrows .rlc-arrow:after {
		width: 1em;
    height: 1em;
	}
	.rlc-duosec .rlc-carousel .rlc-carousel-pagination {
		bottom: 0em;
		width: 20.9375em;
	}
	.rlc-duosec .rlc-carousel .rlc-carousel-arrow {
		background-color: transparent;
		display: block!important;
	}
	.rlc-duosec .rlc-carousel .swiper-button-next {
		right: 1em;
	}
	.rlc-duosec .rlc-carousel .swiper-button-prev {
		left: 1em;
	}
	.rlc-duosec .rlc-carousel .rlc-slide {
		width: 20.9375em;
		margin: 0 1.25em;
		padding-bottom: 3em;
	}
	.rlc-duosec .rlc-carousel .rlc-slide .rlc-copygroup {
		position: absolute;
		bottom: -1.5em;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}
	#rlc-new-boots .rlc-photo .rlc-copygroup {
		position: absolute;
		bottom: 0.625em; right: 0.625em;
	}
}
/* END NEW BOOTS STYLES */


/* LIGHT COVERAGE STYLES */
#rlc-light-coverage {
	height: 121.1875em;
	color: var(--rlcNavy);
}
#rlc-light-coverage .rlc-intro {
	padding: 5em 0 3.125em;
	margin: 0 auto;
	text-align: center;
	width: 50em;
}
#rlc-light-coverage .swiper-wrapper {
	display: flex;
	justify-content: space-between;
	width: 83em;
	margin: 0 auto;
	align-items: center;
	color: #fff;
}
#rlc-light-coverage .swiper-wrapper .rlc-slide {
	width: 25.25em;
}
#rlc-light-coverage .swiper-wrapper .rlc-slide-2 {
	width: 30.5em;
}
#rlc-light-coverage .swiper-wrapper .rlc-slide .rlc-copygroup .rlc-linecta::after {
	content: none;
}
#rlc-light-coverage .swiper-wrapper .rlc-slide .rlc-copygroup .rlc-linecta {
	padding-bottom: 0;
}
@media (min-width: 768px) {
	#rlc-light-coverage .swiper-wrapper .rlc-slide .rlc-copygroup {
		position: absolute;
		bottom: 1em; right: 1em;
	}
	#rlc-light-coverage .rlc-light-coverage-wrapper {
		width: 83em;
		padding-top: 6.25em;
		justify-content: space-between;
		margin: 0 auto;
	}
	#rlc-light-coverage .rlc-light-coverage-wrapper .rlc-duo {
		width: 41em;
	}
}

@media screen and (max-width: 767px) {
	#rlc-light-coverage {
		height: 78.3125em;
	}
	.de #rlc-light-coverage,
	.de #rlc-light-coverage .rlc-background .rlc-image,
	.it #rlc-light-coverage,
	.it #rlc-light-coverage .rlc-background .rlc-image,
	.es #rlc-light-coverage,
	.es #rlc-light-coverage .rlc-background .rlc-image {
		height: 80.3125em;
	}
	#rlc-light-coverage .rlc-duo {
		width: 19.6875em;
		padding-top: 5em;
		margin: 0 auto;
	}
	
	#rlc-light-coverage .rlc-intro {
		padding: 3.5625em 0 2.5em;
		width: 19.5em;
	}
	#rlc-light-coverage .swiper-wrapper {
		width: 100vw;
		height: 25.125em;
	}
	#rlc-light-coverage .rlc-carousel-pagination {
		width: 16.875em;
		bottom: -2em;
		transform: translate(-50%, 100%);
		height: 2.625em;
	}	
	.ar #rlc-light-coverage .rlc-carousel-pagination {
		transform: translate(50%, 100%);
	}
	.ar #rlc-light-coverage .rlc-carousel .swiper-button-next {
		left: 0.7em;
		right: auto;
		transform: rotate(180deg);
	}
	.ar #rlc-light-coverage .rlc-carousel .swiper-button-prev {
		right: 0.7em;
		left: auto;
		transform: rotate(180deg);
	}
	#rlc-light-coverage .rlc-carousel .rlc-carousel-arrow {
		display: block;
	}
	#rlc-light-coverage .rlc-carousel .swiper-button-next {
		right: 0.7em;
	}
	#rlc-light-coverage .rlc-carousel .swiper-button-prev {
    left: 0.7em;
	}	
	#rlc-light-coverage .swiper-wrapper .rlc-slide-1,
	#rlc-light-coverage .swiper-wrapper .rlc-slide-2,
	#rlc-light-coverage .swiper-wrapper .rlc-slide-3   {
		width: 19.6875em;
		margin: 0 1.25em;
	}
	#rlc-light-coverage .swiper-wrapper .rlc-slide .rlc-copygroup {
		color: var(--rlcNavy);
		text-align: center;
		margin-top: 3em;
	}
}
/* END LIGHT COVERAGE STYLES */
