/* 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;
}

.rlc-wpolo .rlc-title.rlc-sm {
    font-size: 1.75em;
    line-height: 1.4285714285714286em;
}

.rlc-wpolo .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;
}

.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: 2.5em;
    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-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-copygroup {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

#rlc-hero .rlc-slide-hamptons .rlc-copygroup {
    top: auto;
    bottom: 5em;
    left: 50%;
    transform: translateX(-50%);
}

#rlc-hero .rlc-slide-dressing .rlc-copygroup {
    left: 50%;
    transform: translate(-50%, -50%);
}

#rlc-hero .rlc-slide-summer .rlc-copygroup {
    left: 49.4375em;
    width: 30.5em;
}

#rlc-hero .rlc-slide-summer .rlc-copygroup {
    left: 49.4375em;
    width: 30.5em;
}

#rlc-hero .rlc-slide-linen .rlc-copygroup {
    left: 48.1875em;
    width: 30.5em;
}

#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 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-slide-dressing .rlc-copygroup,
    #rlc-hero .rlc-slide-summer .rlc-copygroup,
    #rlc-hero .rlc-slide-linen .rlc-copygroup {
        left: 50%;
        top: auto;
        transform: translateX(-50%);
        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: 45em;
    }

    #rlc-shopsection .rlc-dek {
        font-size: 1em;
        line-height: 1.75em;
        letter-spacing: 0.015625em;
    }
}

@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: #000;
    color: #ffffff;
}

#rlc-shopsection.rlc-w-polo-shopsection .rlc-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    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: #fff;
    }

    #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;
    }

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

    #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 BLUE & WHITE STYLES */
#rlc-bluewhite {
    height: 59.4375em;
    color: var(--rlcNavy);
    background: #fff;
}

#rlc-bluewhite .rlc-intro {
    margin: 0 auto;
    text-align: center;
    padding: 6.25em 0 2.75em;
}

#rlc-bluewhite .rlc-intro .rlc-dek {
    margin: 0.4166666666666667em auto 0;
    width: 32.666666666666664em;
}

#rlc-bluewhite .rlc-autoslider {
    color: #fff;
    padding-bottom: 40px;
}

#rlc-bluewhite .rlc-looppause {
    right: 1em;
    left: auto;
    bottom: 0;
    color: var(--rlcNavy);
}

#rlc-bluewhite .rlc-autoslider .rlc-slide {
    width: 25em !important;
    margin: 0 0.5em;
}

#rlc-bluewhite .rlc-autoslider .rlc-slide-1 .rlc-target {
    left: 6.4375em;
    top: 22em;
}

#rlc-bluewhite .rlc-autoslider .rlc-slide-2 .rlc-target {
    left: 5.5em;
    top: 5em;
}

#rlc-bluewhite .rlc-autoslider .rlc-slide-3 .rlc-target {
    left: 1.5em;
    top: 18em;
}

#rlc-bluewhite .rlc-autoslider .rlc-slide-4 .rlc-target {
    left: 5.5em;
    top: 6em;
}

#rlc-bluewhite .rlc-autoslider .rlc-slide-5 .rlc-target {
    left: 20.5em;
    top: 3em;
}

#rlc-bluewhite .rlc-autoslider .rlc-slide-6 .rlc-target {
    left: 16em;
    top: 25em;
}

#rlc-bluewhite .rlc-autoslider .rlc-slide-7 .rlc-target {
    left: 16em;
    top: 8em;
}

#rlc-bluewhite .rlc-autoslider .rlc-slide-8 .rlc-target {
    left: 6em;
    top: 16em;
}

#rlc-bluewhite .rlc-autoslider .rlc-slide-9 .rlc-target {
    left: 20.5em;
    top: 11em;
}

#rlc-bluewhite .rlc-autoslider .rlc-slide-10 .rlc-target {
    left: 16.5em;
    top: 5em;
}

#rlc-bluewhite .rlc-autoslider .rlc-slide-11 .rlc-target {
    left: 19em;
    top: 11em;
}

.rlc-eu #rlc-bluewhite .rlc-autoslider .rlc-slide-1 .rlc-target {
    left: 6em;
    top: 5em;
}

.rlc-eu #rlc-bluewhite .rlc-autoslider .rlc-slide-2 .rlc-target {
    left: 1em;
    top: 19em;
}

.rlc-eu #rlc-bluewhite .rlc-autoslider .rlc-slide-3 .rlc-target {
    left: 5.5em;
    top: 6em;
}

.rlc-eu #rlc-bluewhite .rlc-autoslider .rlc-slide-4 .rlc-target {
    left: 15em;
    top: 24em;
}

.rlc-eu #rlc-bluewhite .rlc-autoslider .rlc-slide-5 .rlc-target {
    left: 14.5em;
    top: 27em;
}

.rlc-eu #rlc-bluewhite .rlc-autoslider .rlc-slide-6 .rlc-target {
    left: 18em;
    top: 8em;
}

.rlc-eu #rlc-bluewhite .rlc-autoslider .rlc-slide-7 .rlc-target {
    left: 6.5em;
    top: 7em;
}

.rlc-eu #rlc-bluewhite .rlc-autoslider .rlc-slide-8 .rlc-target {
    left: 16.5em;
    top: 5em;
}

@media screen and (max-width: 767px) {
    #rlc-bluewhite {
        /* height: 39.4375em; */
        height: auto;
        padding-bottom: 1em;
    }

    #rlc-bluewhite .rlc-intro {
        padding: 3.5625em 0 1.875em;
    }

    #rlc-bluewhite .rlc-intro .rlc-dek {
        margin: 0.8333333333333334em auto 0;
        width: 27.2em;
    }

    #rlc-bluewhite .rlc-autoslider {
        padding-bottom: 40px;
    }

    #rlc-bluewhite .rlc-autoslider .rlc-looppause {
        bottom: 0;
        left: auto;
        right: 0.5em;
        color: var(--rlcNavy);
    }

    #rlc-bluewhite .rlc-autoslider .rlc-slide {
        width: 15.875em !important;
        margin: 0 0.5em;
    }

    #rlc-bluewhite .rlc-autoslider .rlc-slide-1 .rlc-target {
        left: 3.5em;
        top: 14em;
    }

    #rlc-bluewhite .rlc-autoslider .rlc-slide-2 .rlc-target {
        left: 4em;
        top: 5em;
    }

    #rlc-bluewhite .rlc-autoslider .rlc-slide-3 .rlc-target {
        left: 1em;
        top: 9em;
    }

    #rlc-bluewhite .rlc-autoslider .rlc-slide-4 .rlc-target {
        left: 3.5em;
        top: 3em;
    }

    #rlc-bluewhite .rlc-autoslider .rlc-slide-5 .rlc-target {
        left: 12.5em;
        top: 1.5em;
    }

    #rlc-bluewhite .rlc-autoslider .rlc-slide-6 .rlc-target {
        left: 9em;
        top: 15em;
    }

    #rlc-bluewhite .rlc-autoslider .rlc-slide-7 .rlc-target {
        left: 9em;
        top: 17em;
    }

    #rlc-bluewhite .rlc-autoslider .rlc-slide-8 .rlc-target {
        left: 3.75em;
        top: 4em;
    }

    #rlc-bluewhite .rlc-autoslider .rlc-slide-9 .rlc-target {
        left: 12.5em;
        top: 6em;
    }

    #rlc-bluewhite .rlc-autoslider .rlc-slide-10 .rlc-target {
        left: 10.5em;
        top: 3em;
    }

    #rlc-bluewhite .rlc-autoslider .rlc-slide-11 .rlc-target {
        left: 12em;
        top: 6.5em;
    }

    .rlc-eu #rlc-bluewhite .rlc-autoslider .rlc-slide-1 .rlc-target {
        left: 3em;
        top: 3em;
    }

    .rlc-eu #rlc-bluewhite .rlc-autoslider .rlc-slide-2 .rlc-target {
        left: 1em;
        top: 8em;
    }

    .rlc-eu #rlc-bluewhite .rlc-autoslider .rlc-slide-3 .rlc-target {
        left: 3.5em;
        top: 2.5em;
    }

    .rlc-eu #rlc-bluewhite .rlc-autoslider .rlc-slide-4 .rlc-target {
        left: 9em;
        top: 15em;
    }

    .rlc-eu #rlc-bluewhite .rlc-autoslider .rlc-slide-5 .rlc-target {
        left: 9em;
        top: 17em;
    }

    .rlc-eu #rlc-bluewhite .rlc-autoslider .rlc-slide-6 .rlc-target {
        left: 11em;
        top: 4.5em;
    }

    .rlc-eu #rlc-bluewhite .rlc-autoslider .rlc-slide-7 .rlc-target {
        left: 3.5em;
        top: 4em;
    }

    .rlc-eu #rlc-bluewhite .rlc-autoslider .rlc-slide-8 .rlc-target {
        left: 10.5em;
        top: 3em;
    }
}

/* END BLUE & WHITE STYLES */


/* BEGIN NEW IN KNITS STYLES */
#rlc-newinknits {
    color: #fff;
    height: 50em;
}

#rlc-newinknits .rlc-copygroup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 20em;
}

#rlc-newinknits .rlc-copygroup .rlc-dek {
    margin: 0.4166666666666667em auto 1.6666666666666667em;
    width: 25em;
}

#rlc-newinknits .rlc-target-1 {
    top: 10.5em;
    left: 12.5em;
}

.rlc-eu #rlc-newinknits .rlc-target-1b {
    top: 13em;
    left: 74.5em;
}

#rlc-newinknits .rlc-target-2 {
    top: 14em;
    left: 75em;
}

@media screen and (max-width: 767px) {
    #rlc-newinknits {
        height: 42.8125em;
    }

    #rlc-newinknits .rlc-carousel .rlc-carousel-pagination {
        width: 11.25em;
        bottom: 0;
        transform: translate(-50%, 110%);
    }

    #rlc-newinknits .rlc-copygroup {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        text-align: center;
        width: 20em;
        color: var(--rlcNavy);
        margin: 0 auto;
        padding: 3.75em 0 2.5em;
    }

    #rlc-newinknits .rlc-copygroup .rlc-dek {
        margin: 0.8333333333333334em auto 1.6666666666666667em;
        width: 25em;
    }

    #rlc-newinknits .rlc-slide {
        width: 20.9375em;
        margin: 0 1.25em;
    }

    #rlc-newinknits .rlc-slide-1 .rlc-target-1 {
        top: 4.5em;
        left: 4.5em;
    }

    #rlc-newinknits .rlc-slide-2 .rlc-target-1 {
        top: 5em;
        left: 13.5em;
    }
}

/* END NEW IN KNITS STYLES */


/* BEGIN CABLES STYLES */
#rlc-cables {
    /* background: rgb(221,217,212);
	background: linear-gradient(0deg, rgba(221,217,212,1) 0%, rgba(255,255,255,0.01) 100%); */
    height: 65.625em;
    color: var(--rlcNavy);
}

.rlc-duosec .rlc-photo {
    width: 41em;
    height: 100%;
    display: flex;
    align-items: center;
    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-intro .rlc-dek {
    margin: 0.8333333333333334em auto 2.0833333333333335em;
}

.rlc-duosec .rlc-carousel {
    position: absolute;
    top: 22.75em;
    left: 55.6875em;
    width: 24.125em;
}

.rlc-duosec .rlc-carousel .rlc-carousel-pagination {
    bottom: 1.65em;
}

.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;
}

.rlc-duosec .rlc-carousel .rlc-slide {
    width: 19.25em;
    margin: 0 2.4375em;
    padding-bottom: 3em;
}

.rlc-duosec .rlc-carousel .rlc-slide .rlc-copygroup {
    position: absolute;
    bottom: 0.15em;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

@media screen and (min-width: 768px) {
    [lang^=ar] .rlc-duosec .rlc-intro {
        left: auto;
        right: 55.6875em;
        top: 12.5em;
    }

    [lang^=ar] .rlc-duosec .rlc-carousel {
        left: auto;
        right: 55.6875em;
    }

    .rlc-eu .rlc-duosec .rlc-intro {
        top: 14.9375em;
    }
}

@media screen and (max-width: 767px) {
    #rlc-cables {
        height: 75.4375em;
    }

    .rlc-duosec .rlc-photo {
        width: 20.9375em;
        height: auto;
        display: block;
        margin: 0 auto 2.5em;
        padding-top: 3.75em;
    }

    .rlc-duosec .rlc-photo .rlc-image {
        width: 100%;
    }

    .rlc-duosec .rlc-intro {
        position: relative;
        top: auto;
        left: auto;
        margin: 0 auto;
        width: 18em;
        text-align: center;
    }

    .rlc-duosec .rlc-intro .rlc-dek {
        margin: 0.8333333333333334em auto 1.6666666666666667em;
    }

    .rlc-duosec .rlc-carousel {
        position: relative;
        top: auto;
        left: auto;
        width: 100vw;
    }

    .rlc-eu .rlc-duosec .rlc-carousel {
        margin-top: -1em;
    }

    .rlc-duosec .rlc-carousel .rlc-carousel-pagination {
        bottom: 1.65em;
        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: 0.15em;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
}

/* END CABLES STYLES */


/* BEGIN DENIM ON DENIM STYLES */
#rlc-denimondenim {
    background-color: #fff;
}

#rlc-denimondenim .rlc-carousel .rlc-carousel-arrow {
    display: none;
}

#rlc-denimondenim .rlc-carousel .rlc-carousel-scrollbar {
    width: 83em;
    left: 50%;
    bottom: 1.125em;
    transform: translateX(-50%);
}

#rlc-denimondenim .rlc-slide {
    height: 45em;
    color: #fff;
}

#rlc-denimondenim .rlc-slide-1 {
    width: 71.125em;
}

#rlc-denimondenim .rlc-slide-1 .rlc-imagery {
    width: 45em;
    position: relative;
    color: #fff;
}

#rlc-denimondenim .rlc-slide-1 .rlc-target-1 {
    top: 7em;
    left: 28em;
}

#rlc-denimondenim .rlc-slide-1 .rlc-target-2 {
    top: 32em;
    left: 17.5em;
}

#rlc-denimondenim .rlc-slide-1 .rlc-copygroup {
    position: absolute;
    top: 50%;
    left: 49em;
    transform: translateY(-50%);
    text-align: left;
    width: 16.9375em;
    color: var(--rlcNavy);
}

#rlc-denimondenim .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-denimondenim .rlc-slide-1 .rlc-copygroup .rlc-dek {
    margin-top: 0.6666666666666666em;
}

#rlc-denimondenim .rlc-slide-2 {
    width: 30em;
    margin-right: 3.125em;
    display: flex;
    align-items: center;
}

#rlc-denimondenim .rlc-slide-2 .rlc-target-1 {
    top: 22em;
    left: 1em;
}

#rlc-denimondenim .rlc-slide-3 {
    width: 31.25em;
    margin-right: 3.125em;
    display: flex;
    align-items: center;
}

#rlc-denimondenim .rlc-slide-3 .rlc-target-1 {
    top: 23em;
    left: 26em;
}

#rlc-denimondenim .rlc-slide-4 {
    width: 45em;
    /* margin-right: 3.5em; */
}

#rlc-denimondenim .rlc-slide-4 .rlc-target-1 {
    top: 16.5em;
    left: 25.5em;
}

#rlc-denimondenim .rlc-slide-4 .rlc-target-2 {
    top: 30.5em;
    left: 14.5em;
}

@media screen and (min-width: 768px) {
    [lang^=ar] #rlc-denimondenim .rlc-slide-1 .rlc-copygroup {
        text-align: right;
        left: auto;
        right: 49em;
    }

    [lang^=ar] #rlc-denimondenim .rlc-slide-2,
    [lang^=ar] #rlc-denimondenim .rlc-slide-3 {
        margin-right: auto;
        margin-left: 3.125em;
    }
}

@media screen and (max-width: 767px) {
    #rlc-denimondenim {
        height: 54.375em;
    }

    #rlc-denimondenim .rlc-carousel .rlc-carousel-scrollbar:before,
    #rlc-denimondenim .rlc-carousel .swiper-scrollbar-drag:after {
        opacity: 1;
    }

    #rlc-denimondenim .rlc-prod {
        color: #fff;
    }

    #rlc-denimondenim .rlc-prod .rlc-target-1 {
        top: 5em;
        left: 15em;
        display: none;
    }

    #rlc-denimondenim .rlc-prod .rlc-target-2 {
        top: 16em;
        left: 8.5em;
    }

    #rlc-denimondenim .rlc-carousel .rlc-carousel-arrow {
        display: none;
    }

    #rlc-denimondenim .rlc-carousel .rlc-carousel-scrollbar {
        width: 20.9375em;
        left: 50%;
        bottom: 0.75em;
        transform: translateX(-50%);
    }

    #rlc-denimondenim .rlc-slide {
        height: 30.9375em;
    }

    #rlc-denimondenim .rlc-slide-1 {
        width: 19.5625em;
    }

    #rlc-denimondenim .rlc-slide-1 .rlc-copygroup {
        left: 2.1875em;
        width: 15.0625em;
    }

    [lang^=ar] #rlc-denimondenim .rlc-slide-1 .rlc-copygroup {
        text-align: right;
    }

    #rlc-denimondenim .rlc-slide-2 {
        width: 20.8125em;
        margin-right: 1.25em;
    }

    #rlc-denimondenim .rlc-slide-2 .rlc-target-1 {
        top: 14em;
        left: 1em;
    }

    #rlc-denimondenim .rlc-slide-3 {
        width: 21.6875em;
        margin-right: 1.25em;
    }

    [lang^=ar] #rlc-denimondenim .rlc-slide-2,
    [lang^=ar] #rlc-denimondenim .rlc-slide-3 {
        margin-right: 0;
        margin-left: 1.25em;
    }

    [lang^=ar] #rlc-denimondenim .rlc-carousel .rlc-carousel-scrollbar {
        transform: translateX(0%);
    }

    #rlc-denimondenim .rlc-slide-3 .rlc-target-1 {
        top: 16em;
        left: 17em;
    }

    #rlc-denimondenim .rlc-slide-4 {
        width: 23.4375em;
    }

    #rlc-denimondenim .rlc-slide-4 .rlc-target-1 {
        top: 10em;
        left: 15em;
        display: none;
    }

    #rlc-denimondenim .rlc-slide-4 .rlc-target-2 {
        top: 18em;
        left: 7em;
    }
}

/* END DENIM ON DENIM STYLES */


/* BEGIN DRESSES & SKIRTS STYLES */
#rlc-dressskirts {
    color: var(--rlcNavy);
    height: 204.8125em;
}

#rlc-dressskirts-2 {
    margin: 5em auto 3.125em;
    width: 32em;
    text-align: center;
}

#rlc-dressskirts-2 .rlc-dek {
    margin: 0.8333333333333334em auto 1.6666666666666667em;
}

#rlc-dressskirts-3 .rlc-slide {
    width: 14.375em;
    margin: 0 1.25em;
}

@media (min-width: 768px) {
    #rlc-dressskirts-1 .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 83em;
        height: 101.5em;
        margin: 0 auto;
        padding-top: 6.25em;
    }

    #rlc-dressskirts-1 .rlc-slide {
        width: 41em;
        height: auto;
        color: #fff;
        position: relative;
    }

    #rlc-dressskirts-1 .rlc-slide-1 .rlc-target-1 {
        top: 24em;
        left: 36em;
    }

    #rlc-dressskirts-1 .rlc-slide-1 .rlc-target-2 {
        top: 28em;
        left: 26em;
    }

    .rlc-eu #rlc-dressskirts-1 .rlc-slide-1 .rlc-target-2 {
        display: none;
    }

    .rlc-eu #rlc-dressskirts-1 .rlc-slide-1 .rlc-target-3 {
        top: 35em;
        left: 32em;
    }

    #rlc-dressskirts-1 .rlc-slide-1 .rlc-copygroup {
        position: absolute;
        bottom: 1.5em;
        right: 1em;
    }

    #rlc-dressskirts-1 .rlc-slide-2 .rlc-target-1 {
        top: 15em;
        left: 32em;
    }

    #rlc-dressskirts-1 .rlc-slide-3 .rlc-target-1 {
        top: 31em;
        left: 10em;
    }

    #rlc-dressskirts-1 .rlc-slide-4 .rlc-target-1 {
        top: 12em;
        left: 26em;
    }

    #rlc-dressskirts-3 {
        padding-bottom: 32px;
    }

    #rlc-dressskirts-3 .rlc-looppause {
        right: 1em;
        left: auto;
        bottom: 0;
    }

    #rlc-dressskirts-4 .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 83em;
        margin: 2em auto 0;
    }

    #rlc-dressskirts-4 .rlc-slide {
        width: 41em;
        height: auto;
        color: #fff;
        position: relative;
    }

    #rlc-dressskirts-4 .rlc-slide-1 .rlc-target-1 {
        top: 37em;
        left: 15em;
    }

    #rlc-dressskirts-4 .rlc-slide-2 .rlc-target-1 {
        top: 25em;
        left: 28.5em;
    }
}

@media screen and (max-width: 767px) {
    #rlc-dressskirts {
        height: 99.875em;
    }

    #rlc-dressskirts-1 {
        padding-top: 3.75em;
    }

    #rlc-dressskirts-1 .rlc-carousel-pagination,
    #rlc-dressskirts-4 .rlc-carousel-pagination {
        width: 16.875em;
        bottom: 0;
        transform: translate(-50%, 100%);
        height: 2.625em;
    }

    [lang^=ar] #rlc-dressskirts-1 .rlc-carousel-pagination,
    [lang^=ar] #rlc-dressskirts-4 .rlc-carousel-pagination {
        transform: translate(50%, 100%);
    }

    #rlc-dressskirts-1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    #rlc-dressskirts-4 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        height: 2.625em;
    }

    #rlc-dressskirts-1 .rlc-slide,
    #rlc-dressskirts-4 .rlc-slide {
        width: 20.9375em;
        height: 25.5625em;
        margin: 0 1.25em;
        color: #fff;
    }

    #rlc-dressskirts-1 .rlc-slide-1 .rlc-target-1 {
        top: 6em;
        left: 15em;
    }

    #rlc-dressskirts-1 .rlc-slide-1 .rlc-target-2 {
        top: 14em;
        left: 12em;
        display: none;
    }

    .rlc-eu #rlc-dressskirts-1 .rlc-slide-1 .rlc-target-3 {
        top: 18em;
        left: 16em;
    }

    #rlc-dressskirts-1 .rlc-slide-1 .rlc-copygroup {
        position: absolute;
        bottom: 1em;
        right: 1em;
    }

    #rlc-dressskirts-1 .rlc-slide-2 .rlc-target-1 {
        top: 8em;
        left: 16em;
    }

    #rlc-dressskirts-1 .rlc-slide-3 .rlc-target-1 {
        top: 15em;
        left: 4em;
    }

    #rlc-dressskirts-1 .rlc-slide-4 .rlc-target-1 {
        top: 6em;
        left: 13em;
    }

    #rlc-dressskirts-2 {
        margin: 5em auto 2em;
        width: 20.9375em;
    }

    #rlc-dressskirts-3 {
        padding-bottom: 50px;
        margin-bottom: 1.5em;
    }

    #rlc-dressskirts-3 .rlc-looppause {
        left: 1em;
        bottom: 0em;
    }

    #rlc-dressskirts-4 .rlc-slide-1 .rlc-target-1 {
        top: 18em;
        left: 7em;
    }

    #rlc-dressskirts-4 .rlc-slide-2 .rlc-target-1 {
        top: 17em;
        left: 14em;
    }
}

/* END DRESSES & SKIRTS STYLES */


/* BEGIN LINEN SHOP STYLES */
#rlc-linenshop,
#rlc-linenshop .rlc-wrap {
    color: #fff;
    height: 50em;
}

#rlc-linenshop .rlc-copygroup {
    position: absolute;
    top: 50%;
    left: 57.6875em;
    transform: translateY(-50%);
    text-align: center;
    width: 21.75em;
}

#rlc-linenshop .rlc-copygroup .rlc-dek {
    margin: 0.8333333333333334em auto 1.6666666666666667em;
}

#rlc-linenshop .rlc-videocontainer .rlc-looppause {
    left: auto;
    bottom: auto;
    right: 1em;
    top: 1em;
}

@media screen and (max-width: 767px) {
    #rlc-linenshop {
        height: auto;
    }

    #rlc-linenshop .rlc-wrap {
        height: auto;
        display: flex;
        flex-direction: column-reverse;
    }

    #rlc-linenshop .rlc-copygroup {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 20.9375em;
        margin: 3.75em auto 2.4375em;
        color: var(--rlcNavy);
    }

    #rlc-linenshop .rlc-hasvideo {
        width: 20.9375em;
        margin: 0 auto 1.3125em;
    }
}

/* END LINEN SHOP STYLES */


/* BEGIN LINEN SHIRTING STYLES */
#rlc-linenshirt {
    /* background: rgb(230,215,191);
	background: linear-gradient(0deg, rgba(230,215,191,1) 25%, rgba(240,237,228,1) 35%);	 */
    height: 65.625em;
    color: var(--rlcNavy);
}

@media screen and (min-width: 768px) {
    .rlc-eu #rlc-linenshirt .rlc-intro {
        top: 17em;
    }
}

@media screen and (max-width: 767px) {
    #rlc-linenshirt {
        height: 73.5em;
        background: #fff;
        /* background: linear-gradient(0deg, rgba(230,208,191,1) 25%, rgba(255,255,255,1) 100%); */
    }

    #rlc-linenshirt .rlc-background {
        display: flex;
        align-items: flex-end;
    }

    #rlc-linenshirt .rlc-photo {
        padding-top: 0;
    }
}

/* END LINEN SHIRTING STYLES */


/* BEGIN SOFT TAILORING STYLES */
#rlc-softtail {}

#rlc-softtail .rlc-carousel {
    height: 45em;
}

#rlc-softtail .rlc-carousel .rlc-carousel-scrollbar {
    width: 83em;
    left: 50%;
    bottom: 1.125em;
    transform: translateX(-50%);
}

#rlc-softtail .rlc-carousel .rlc-carousel-arrow {
    display: none;
}

#rlc-softtail .rlc-slide {
    width: 45em;
    margin: 0;
    padding: 0;
    color: #fff;
}

#rlc-softtail .rlc-slide-1 .rlc-copygroup {
    position: absolute;
    top: 3.125em;
    left: 3.125em;
    width: 15.625em;
    text-align: left;
}

#rlc-softtail .rlc-slide-1 .rlc-dek {
    margin-top: 0.8333333333333334em;
}

#rlc-softtail .rlc-slide-1 .rlc-target-1 {
    top: 34em;
    left: 22em;
}

#rlc-softtail .rlc-slide-2 .rlc-target-1 {
    top: 11.5em;
    left: 29em;
}

.rlc-eu #rlc-softtail .rlc-slide-2 .rlc-target-2 {
    top: 30em;
    left: 9.5em;
}

#rlc-softtail .rlc-slide-3 .rlc-target-1 {
    top: 26em;
    left: 20em;
}

.rlc-eu #rlc-softtail .rlc-slide-3 .rlc-target-2 {
    top: 2em;
    left: 2em;
}

.rlc-eu #rlc-softtail .rlc-slide-3 .rlc-target-3 {
    top: 1em;
    left: 1em;
}

#rlc-softtail .rlc-slide-4 .rlc-target-1 {
    top: 11.5em;
    left: 29em;
}

#rlc-softtail .rlc-slide-5 .rlc-target-1 {
    top: 26em;
    left: 32.5em;
}

#rlc-softtail .rlc-slide-6 .rlc-target-1 {
    top: 15em;
    left: 33em;
}

@media screen and (max-width: 767px) {
    #rlc-softtail {
        height: 40em;
        background: rgb(195, 187, 176);
        background: linear-gradient(0deg, rgba(195, 187, 176, 1) 0%, rgba(232, 226, 221, 1) 100%);
    }

    #rlc-softtail .rlc-intro {
        text-align: center;
        width: 20em;
        margin: 0 auto;
        padding: 3.75em 0 2.5em;
    }

    #rlc-softtail .rlc-carousel {
        height: auto
    }

    #rlc-softtail .rlc-carousel .rlc-carousel-scrollbar {
        display: none;
    }

    #rlc-softtail .rlc-carousel .rlc-carousel-pagination {
        width: 16.875em;
        bottom: 0;
        transform: translate(-50%, 100%);
        height: 2.625em;
    }

    #rlc-softtail .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        height: 2.625em;
    }

    #rlc-softtail .rlc-carousel .rlc-carousel-arrow {
        display: none;
    }

    #rlc-softtail .rlc-slide {
        width: 20.9375em;
        height: 23.125em;
        margin: 0 1.25em;
    }

    #rlc-softtail .rlc-slide-1 .rlc-target-1 {
        top: 17em;
        left: 6.5em;
    }

    #rlc-softtail .rlc-slide-2 .rlc-target-1 {
        top: 5.5em;
        left: 14em;
    }

    #rlc-softtail .rlc-slide-3 .rlc-target-1 {
        top: 9em;
        left: 6em;
    }

    #rlc-softtail .rlc-slide-4 .rlc-target-1 {
        top: 5em;
        left: 13em;
    }

    #rlc-softtail .rlc-slide-5 .rlc-target-1 {
        top: 13em;
        left: 6em;
    }

    #rlc-softtail .rlc-slide-6 .rlc-target-1 {
        top: 7em;
        left: 16em;
    }
}

#rlc-04032025-eu-w-polo-linen-A_1x3 .rlc-target {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .rlc-wpolo #rlc-04032025-eu-w-polo-linen-A_1x3 .rlc-scrollto {
        margin-top: 0;
    }
}

/* END SOFT TAILORING STYLES */


/* BEGIN WHITE SHORTS STYLES */
#rlc-whiteshorts {
    height: 65.625em;
    color: var(--rlcNavy);
}

#rlc-whiteshorts .rlc-intro {
    padding: 5em 0 3.125em;
    margin: 0 auto;
    text-align: center;
    width: 32em;
}

#rlc-whiteshorts .rlc-intro .rlc-dek {
    margin: 0.8333333333333334em auto 2.5em;
}

#rlc-whiteshorts .rlc-intro .rlc-linecta {
    margin: 0 0.9090909090909091em;
}

#rlc-whiteshorts .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    width: 83em;
    margin: 0 auto;
    align-items: center;
    color: #fff;
}

#rlc-whiteshorts .swiper-wrapper .rlc-slide {
    width: 25.25em;
}

#rlc-whiteshorts .swiper-wrapper .rlc-slide-2 {
    width: 30.5em;
}

#rlc-whiteshorts .swiper-wrapper .rlc-slide-1 .rlc-copygroup {
    position: absolute;
    bottom: 1em;
    right: 1em;
}

#rlc-whiteshorts .swiper-wrapper .rlc-slide-2 .rlc-target-1 {
    top: 28em;
    left: 4.5em;
}

#rlc-whiteshorts .swiper-wrapper .rlc-slide-3 .rlc-target-1 {
    top: 18em;
    left: 15em;
}

@media screen and (max-width: 767px) {
    #rlc-whiteshorts {
        height: 47.75em;
    }

    #rlc-whiteshorts .rlc-intro {
        padding: 3.5625em 0 2.5em;
        width: 20em;
    }

    #rlc-whiteshorts .swiper-wrapper {
        width: 100vw;
        height: 25.125em;
    }

    #rlc-whiteshorts .rlc-carousel-pagination {
        width: 16.875em;
        bottom: 0;
        transform: translate(-50%, 100%);
        height: 2.625em;
    }

    #rlc-whiteshorts .swiper-wrapper .rlc-slide-1,
    #rlc-whiteshorts .swiper-wrapper .rlc-slide-2,
    #rlc-whiteshorts .swiper-wrapper .rlc-slide-3 {
        width: 20.9375em;
        margin: 0 1.25em;
    }

    #rlc-whiteshorts .swiper-wrapper .rlc-slide-2 .rlc-target-1 {
        top: 16em;
        left: 3.5em;
    }

    #rlc-whiteshorts .swiper-wrapper .rlc-slide-3 .rlc-target-1 {
        top: 12em;
        left: 11.5em;
    }
}

/* END WHITE SHORTS STYLES */


/* BEGIN RALPHS HAMPTONS */
#rlc-ralphshamptons {
    padding-bottom: 2.5em;
}

#rlc-ralphshamptons .rlc-background .rlc-image {
    width: auto;
    height: 100%;
    object-fit: unset;
}

#rlc-ralphshamptons .rlc-foreground .rlc-textgroup .rlc-title {
    font-size: 3.125em;
    line-height: 1.04em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

#rlc-ralphshamptons .rlc-foreground .rlc-textgroup .rlc-dek {
    font-family: "LeJeuneDeck-Regular";
    font-size: 1em;
    line-height: 1.75;
    letter-spacing: 0.015625em;
    width: 100%;
    margin: 1.25em auto 0;
}

#rlc-ralphshamptons .rlc-carousel {
    color: #fff;
}

#rlc-ralphshamptons .rlc-carousel .rlc-slide .rlc-copygroup .rlc-links {
    justify-content: center;
}

@media screen and (min-width: 768px) {
    #rlc-ralphshamptons {
        min-height: 124.5625em;
    }

    #rlc-ralphshamptons .rlc-foreground {
        padding-top: 6.25em;
    }

    #rlc-ralphshamptons .rlc-foreground .rlc-imagery {
        width: 83em;
        margin: 0 auto;
    }

    #rlc-ralphshamptons .rlc-foreground .rlc-textgroup {
        /* height: 13.5625em; */
        margin: 2.6875em auto 3.125em;
        color: var(--rlcNavy);
    }

    #rlc-ralphshamptons .rlc-foreground .rlc-textgroup .rlc-dek {
        padding: 0 25em;
    }


    #rlc-ralphshamptons .rlc-carousel .swiper-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    #rlc-ralphshamptons .rlc-carousel .rlc-slide.swiper-slide-duplicate {
        display: none;
    }

    #rlc-ralphshamptons .rlc-carousel .rlc-slide {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #rlc-ralphshamptons .rlc-carousel .rlc-slide .rlc-imagery {
        width: 100%;
    }

    #rlc-ralphshamptons .rlc-carousel .rlc-slide1,
    #rlc-ralphshamptons .rlc-carousel .rlc-slide3 {
        width: 25.25em;

    }

    #rlc-ralphshamptons .rlc-carousel .rlc-slide2 {
        width: 30.5em;
        margin: 0 1em;
    }

    #rlc-ralphshamptons .rlc-carousel .rlc-slide1 .rlc-imagery,
    #rlc-ralphshamptons .rlc-carousel .rlc-slide3 .rlc-imagery {
        min-height: 34.5625em;
        margin-top: 1.25em;
    }

    #rlc-ralphshamptons .rlc-carousel .rlc-slide2 .rlc-imagery {
        min-height: 45em;
    }

    #rlc-ralphshamptons .rlc-carousel .rlc-slide .rlc-copygroup .rlc-links {
        margin-top: 1.25em;
    }

    #rlc-ralphshamptons .rlc-carousel .rlc-slide .rlc-copygroup .rlc-linecta {
        visibility: visible;
    }
}

@media screen and (max-width: 767px) {
    #rlc-ralphshamptons {
        min-height: 76.1875em;
    }

    #rlc-ralphshamptons .rlc-foreground {
        padding-top: 3.125em;
    }

    #rlc-ralphshamptons .rlc-foreground .rlc-imagery {
        width: 20.9375em;
        margin: 0 auto;
    }

    #rlc-ralphshamptons .rlc-foreground .rlc-textgroup {
        /* height: 16.375em; */
        color: var(--rlcNavy);
        margin: 2.1875em auto 2.5em;
    }

    #rlc-ralphshamptons .rlc-foreground .rlc-textgroup .rlc-title {
        font-size: 1.75em;
        line-height: 1.4285714285714286em;
        letter-spacing: 0.14285714285714285em;
    }

    #rlc-ralphshamptons .rlc-foreground .rlc-textgroup .rlc-dek {
        padding: 0 1.25em;
    }


    #rlc-ralphshamptons .rlc-carousel .rlc-carousel-pagination {
        width: 16.8125em;
        height: 2em;
        top: 30.6875em;
    }

    #rlc-ralphshamptons .rlc-carousel .swiper-pagination-bullet:after,
    #rlc-ralphshamptons .rlc-carousel .swiper-pagination-bullet:before {
        background: #9D9FA3;
        opacity: 1;
    }

    #rlc-ralphshamptons .rlc-carousel .swiper-pagination-bullet-active:after {
        background: #fff;
        opacity: 1;
    }

    #rlc-ralphshamptons .rlc-carousel .rlc-slide {
        width: 20.9375em;
        margin: 0 0.3125em;
        padding: 0;
    }

    #rlc-ralphshamptons .rlc-carousel .rlc-slide .rlc-imagery {
        min-height: 30.3125em;
    }

    #rlc-ralphshamptons .rlc-carousel .rlc-slide .rlc-copygroup .rlc-links {
        margin-top: 3.25em;
    }
}

/* END RALPHS HAMPTONS */

[lang^=ar] .rlc-wpolo.rlc-creative_v3 .rlc-usebrandstyles .rlc-linecta,
[lang^=ar] .rlc-wpolo .rlc-title,
[lang^=ar] .rlc-wpolo .rlc-dek,
[lang^=ar] .rlc-wpolo .rlc-cat,
[lang^=ar] .rlc-wpolo .rlc-pillbutton span,
[lang^=ar] .rlc-wpolo .rlc-scrollto,
[lang^=ar] #rlc-denimondenim .rlc-slide-1 .rlc-copygroup .rlc-cat,
[lang^=ar] #rlc-ralphshamptons .rlc-foreground .rlc-textgroup .rlc-dek {
    font-family: RL_DroidKufi, Founders Grotesk text Regular, Helvetica, Arial, sans-serif !important;
}