/* 20260219-lauren-lp */

/* fonts */
#rlc-laurenhub {
    --foundersReg: "Founders Grotesk text Regular", "Times New Roman", Times, serif;
    --foundersMonoReg: "Founders Grotesk Mono Regular", Arial, Helvetica, sans-serif;
    --leJeuneReg: "LeJeuneDeck-Regular", Times, serif;
}

/* page overall css */
.rlc-laurenhub.rlc-creative_v3 .rlc-usebrandstyles {
    color: #FFFFFF;
}

.rlc-laurenhub.rlc-creative_v3 .rlc-usebrandstyles .rlc-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: contain;
    min-width: 100%;
}

.rlc-laurenhub.rlc-creative_v3 .rlc-usebrandstyles .rlc-title {
    font-size: 2.75em;
    line-height: 1.182em;
    margin: 0 auto;
}

.rlc-laurenhub.rlc-creative_v3 .rlc-usebrandstyles .rlc-title.rlc-small {
    font-size: 1.75em;
    line-height: 1.429em;
}

.rlc-laurenhub.rlc-creative_v3 .rlc-usebrandstyles .rlc-dek {
    font-family: var(--leJeuneReg);
    font-size: 1em;
    line-height: 1.75em;
    letter-spacing: 0.016em;
    margin: 1em auto 0;
}

.rlc-laurenhub.rlc-creative_v3 .rlc-usebrandstyles .rlc-linecta {
    font-family: var(--foundersReg);
    font-size: 0.688em;
    letter-spacing: 0.091em !important;
}

/* Using this class to ensure the content from the section below doesn't overlap our content, while the image of the section below hasn't lazyloaded yet */
.rlc-laurenhub.rlc-creative_v3 .rlc-h100 {
    height: 100%;
}

@media screen and (max-width: 767px) {

    .rlc-laurenhub.rlc-creative_v3 .rlc-usebrandstyles .rlc-title,
    .rlc-laurenhub.rlc-creative_v3 .rlc-usebrandstyles .rlc-title.rlc-small {
        font-size: 1.75em;
        line-height: 1.3571428571428572em;
    }
}

/* cols styling */
.rlc-3cols-wrapper,
.rlc-2cols-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

@media screen and (min-width: 768px) {
    .rlc-3cols-wrapper .rlc-col {
        width: 33.333333%;
    }

    .rlc-2cols-wrapper .rlc-col {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {

    .rlc-3cols-wrapper,
    .rlc-2cols-wrapper {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .rlc-3cols-wrapper .rlc-col {
        width: 100%;
    }

    .rlc-2cols-wrapper .rlc-col {
        width: 100%;
    }
}

/* 50 50 Styles */
.rlc-creative_v3.rlc-laurenhub .rlc-50-50 .rlc-copygroup {
    left: 2em;
    bottom: 1.625em;
}

/* looppause */
.rlc-creative_v3.rlc-laurenhub .rlc-looppause-noborder.rlc-hasbuttons .rlc-looppause,
.rlc-creative_v3.rlc-laurenhub .rlc-looppause-noborder.rlc-videocontainer .rlc-looppause {
    border: none;
}

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

    .rlc-creative_v3.rlc-laurenhub .rlc-looppause-noborder.rlc-hasbuttons .rlc-looppause,
    .rlc-creative_v3.rlc-laurenhub .rlc-looppause-noborder.rlc-videocontainer .rlc-looppause {
        left: auto;
        right: 2.875em;
        bottom: 2.063em;
    }
}

@media screen and (max-width: 767px) {

    .rlc-creative_v3.rlc-laurenhub .rlc-looppause-noborder.rlc-hasbuttons .rlc-looppause,
    .rlc-creative_v3.rlc-laurenhub .rlc-looppause-noborder.rlc-videocontainer .rlc-looppause {
        left: auto;
        right: 1.313em;
        bottom: 1.25em;
    }
}

/* scroll-to styles */
.rlc-creative_v3 .rlc-freescroll-slider .rlc-copygroup .rlc-scrollto {
    font-family: "Founders Grotesk text Regular", Arial, Helvetica, sans-serif;
    font-size: 0.688em;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-right: 4em;
}

[lang^="ar"] .rlc-creative_v3 .rlc-freescroll-slider .rlc-copygroup .rlc-scrollto {
    font-family: RL_DroidKufi, "Founders Grotesk Text Regular", Helvetica, Arial, sans-serif;
    transform: scaleX(-1);
}

[lang^="ar"] .rlc-creative_v3 .rlc-freescroll-slider .rlc-copygroup .rlc-scrollto span {
    display: inline-block;
    transform: scaleX(-1);
}

.rlc-creative_v3 .rlc-freescroll-slider .rlc-copygroup .rlc-scrollto::before {
    content: "";
    height: 1px;
    width: 3.25em;
    background-color: currentColor;
    display: block;
    position: absolute;
    right: -4.182em;
    top: 50%;
    transform: translateY(-50%);
}

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

/* BEGIN HERO */
/* NOTE: The height is set on .rlc-slidewrapper. */
#rlc-hero .rlc-slidewrapper {
    height: 44.5em;
}

#rlc-hero .rlc-progressbar::before {
    background-color: #9D9FA3;
}

#rlc-hero .rlc-progressbar .rlc-progressline {
    background-color: #fff;
}

#rlc-hero .rlc-slidewrapper .rlc-slide {
    color: #fff;
}

#rlc-hero .rlc-slidewrapper .rlc-copygroup {
    bottom: 8em;
}

#rlc-hero .rlc-slidewrapper .rlc-copygroup .rlc-logo {
    width: 24.625em;
    margin: 0 auto 2em;
}

#rlc-hero.rlc-fadeslider2 .rlc-looppause {
    border: none;
}

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

    #rlc-hero .rlc-slidewrapper .rlc-slide.rlc-slide-resortwear .rlc-copygroup,
    #rlc-hero .rlc-slidewrapper .rlc-slide.rlc-slide-bag .rlc-copygroup,
    #rlc-hero .rlc-slidewrapper .rlc-slide.rlc-slide-dress .rlc-copygroup {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: auto;
        bottom: auto;
        width: 24.625em;
        right: 14em;
        left: unset;
    }

}

@media screen and (max-width: 767px) {
    #rlc-hero .rlc-slidewrapper {
        /*  height: 37.1875em; */
        height: 36.9em;
    }

    #rlc-hero .rlc-slidewrapper .rlc-copygroup {
        bottom: 3.75em;
        width: 100%;
    }

    #rlc-hero .rlc-slidewrapper .rlc-copygroup .rlc-logo {
        width: 12.30625em;
        margin: 0 auto 1.8125em;
    }
}

/* END HERO */

/* BEGIN SHOP SECTION */
#rlc-shopsection {
    height: 44.5em;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top left;
    overflow: hidden;
    margin-top: -0.03em;
}

#rlc-shopsection .rlc-intro {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    color: #ffffff;
}

#rlc-shopsection .rlc-intro .rlc-title {
    font-family: var(--leJeuneReg);
    font-size: 2.75em;
    line-height: 1.181em;
}

#rlc-shopsection .rlc-intro .rlc-title span {
    font-size: 1.363em;
    line-height: 1.2em;
    display: block;
}

#rlc-shopsection .rlc-intro .rlc-dek {
    font-family: var(--foundersReg);
    font-size: 0.75em;
    line-height: 1.833em;
    letter-spacing: 0;
    margin: 1em 0 0 0;
    width: 11em;
}

#rlc-shopsection .rlc-carousel .rlc-slide .rlc-title {
    font-family: var(--leJeuneReg);
    font-size: 1.75em;
    line-height: 1.428em;
    letter-spacing: 0em;
}

#rlc-shopsection .rlc-shopall {
    width: 16em;
    height: 34.875em;
    color: #ffffff;
}

#rlc-shopsection .rlc-carousel .rlc-slide .rlc-copygroup {
    width: 95%;
}

#rlc-shopsection .rlc-shopall .rlc-copygroup {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: auto !important;
}

#rlc-shopsection .rlc-shopall .rlc-title {
    font-size: 1.75em;
    color: #fff;
}

#rlc-shopsection .rlc-shopall a:hover {
    text-decoration: none;
}

#rlc-shopsection .rlc-carousel .swiper-scrollbar-drag:after {
    background: #fff;
}

#rlc-shopsection .rlc-carousel .rlc-carousel-scrollbar:before {
    background: #9D9FA3;
}

@media screen and (min-width: 768px) {
    #rlc-shopsection {
        padding-top: 3.75em;
        display: flex;
    }

    #rlc-shopsection .rlc-intro {
        width: 24.813em;
        height: 34.875em;
        display: flex;
        justify-content: center;
    }

    #rlc-shopsection .rlc-intro .rlc-copygroup {
        margin-left: 3.5em;
        width: 19.875em;
    }
}

@media screen and (max-width: 767px) {
    #rlc-shopsection {
        height: 44.688em;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top left;
    }

    #rlc-shopsection .rlc-intro {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        height: 18.875em;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #rlc-shopsection .rlc-intro .rlc-title {
        font-size: 1.75em;
    }

    #rlc-shopsection .rlc-intro .rlc-dek {
        font-size: 0.75em;
        margin: 1em auto 0;
        width: 19em;
    }

    #rlc-shopsection .rlc-intro .rlc-linecta {
        margin: 2.727em 2.91em 0 2.91em;
    }


    #rlc-shopsection .rlc-carousel .rlc-slide .rlc-title {
        font-size: 1.575em;
    }

    #rlc-shopsection .rlc-shopall {
        width: 16em;
        height: 21.063em;
    }

    #rlc-shopsection .rlc-shopall .rlc-title {
        font-size: 1.575em;
    }
}

/* END SHOP SECTION */

/* Springtime Stripes */
@media screen and (min-width: 768px) {
    #rlc-0219lauren-springtime-stripes {
        height: 45em;
    }
}

@media screen and (max-width: 767px) {
    #rlc-0219lauren-springtime-stripes {
        height: 37.188em;
    }

}

#rlc-0219lauren-springtime-stripes .rlc-copygroup {
    bottom: 4.849em;
}

@media only screen and (max-width: 767px) {
    #rlc-0219lauren-springtime-stripes .rlc-copygroup {
        width: 21.125em;
        bottom: 2.75em;
    }
}

/* End Springtime Stripes */

/* Springtime Stripes Products */
@media screen and (min-width: 768px) {
    #rlc-0219lauren-springtime-stripes-prods {
        height: 45em;
    }
}

@media screen and (max-width: 767px) {
    #rlc-0219lauren-springtime-stripes-prods {
        height: 46.875em;
    }

}

@media screen and (max-width: 767px) {
    #rlc-0219lauren-springtime-stripes-prods {
        display: flex;
        flex-direction: column;
    }
}

/* End Springtime Stripes Products */

/* Dress Shop */
@media screen and (min-width: 768px) {
    #rlc-0219lauren-dress-shop {
        height: 45em;
    }
}

@media screen and (max-width: 767px) {
    #rlc-0219lauren-dress-shop {
        height: 37.188em;
    }

}

@media only screen and (min-width: 768px) {
    #rlc-0219lauren-dress-shop .rlc-copygroup {
        width: 40.938em;
        right: 3.594em;
    }

    #rlc-0219lauren-dress-shop .rlc-copygroup .rlc-dek {
        width: 24.125em;
    }
}

@media only screen and (max-width: 767px) {
    #rlc-0219lauren-dress-shop .rlc-copygroup {
        width: 17.125em;
        bottom: 3.625em;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* End Dress Shop */

/* Dress Shop Products */
@media screen and (min-width: 768px) {
    #rlc-0219lauren-dress-shop-prods {
        height: 45em;
    }
}

@media screen and (max-width: 767px) {
    #rlc-0219lauren-dress-shop-prods {
        height: 30.938em;
    }
}

@media only screen and (min-width: 768px) {
    #rlc-0219lauren-dress-shop-prods {
        padding: 3.438em 0;
    }

    #rlc-0219lauren-dress-shop-prods .rlc-carousel.rlc-three__m_carousel .swiper-wrapper {
        display: flex;
        justify-content: center;
    }

    #rlc-0219lauren-dress-shop-prods .rlc-carousel.rlc-three__m_carousel .rlc-slide {
        width: 28.125em;
    }

    #rlc-0219lauren-dress-shop-prods .rlc-carousel.rlc-three__m_carousel .rlc-carousel-scrollbar {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    #rlc-0219lauren-dress-shop-prods {
        padding: 1.25em 0 2.813em 0;
    }

    #rlc-0219lauren-dress-shop-prods .rlc-carousel.rlc-three__m_carousel {
        margin-left: 1.25em;
    }

    #rlc-0219lauren-dress-shop-prods .rlc-carousel.rlc-three__m_carousel .rlc-slide {
        width: 20.806em;
        padding: 0 1.25em 0 0;
    }

    #rlc-0219lauren-dress-shop-prods .rlc-carousel.rlc-three__m_carousel .rlc-carousel-scrollbar {
        width: 89.333%;
        bottom: -1.045em;
    }

    #rlc-0219lauren-dress-shop-prods .rlc-carousel.rlc-three__m_carousel .rlc-carousel-scrollbar:before {
        background: #C6C8CC;
    }

    #rlc-0219lauren-dress-shop-prods .rlc-carousel.rlc-three__m_carousel .swiper-scrollbar-drag:after {
        background: #FFF;
    }
}

/* End Dress Shop Products */

/* Bag Shop */
@media screen and (min-width: 768px) {
    #rlc-0219lauren-bag-shop {
        height: 45em;
    }
}

@media screen and (max-width: 767px) {
    #rlc-0219lauren-bag-shop {
        height: 37.188em;
    }

}

@media only screen and (min-width: 768px) {
    #rlc-0219lauren-bag-shop .rlc-copygroup {
        width: 40.938em;
        right: 3.594em;
    }
}

@media only screen and (max-width: 767px) {
    #rlc-0219lauren-bag-shop .rlc-copygroup {
        width: 20.324em;
        bottom: 3.625em;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* End Bag Shop */

/* Categories */
@media screen and (min-width: 768px) {
    #rlc-0219lauren-categories {
        height: 45em;
    }
}

@media screen and (max-width: 767px) {
    #rlc-0219lauren-categories {
        height: 46.875em;
    }
}

#rlc-0219lauren-categories .rlc-copygroup {
    width: 14em;
}

#rlc-0219lauren-categories .rlc-links {
    flex-direction: column;
    display: inline-block;
}

#rlc-0219lauren-categories .rlc-links .rlc-linecta {
    margin-top: 1.091em;
}

@media screen and (max-width: 767px) {
    #rlc-0219lauren-categories {
        display: flex;
        flex-direction: column-reverse;
    }
}

/* End Categories */

/* Neutral Hues */
@media screen and (min-width: 768px) {
    #rlc-0219lauren-neutral-hues {
        height: 45em;
    }
}

@media screen and (max-width: 767px) {
    #rlc-0219lauren-neutral-hues {
        height: 37.188em;
    }

}

#rlc-0219lauren-neutral-hues .rlc-copygroup {
    bottom: 7.099595em;
}

@media only screen and (max-width: 767px) {
    #rlc-0219lauren-neutral-hues .rlc-copygroup {
        width: 21.125em;
        bottom: 2.75em;
    }
}

/* End Neutral Hues */

/* Summer Bags */
@media screen and (min-width: 768px) {
    .rlc-autoslider-section {
        height: 45em;
    }
}

@media screen and (max-width: 767px) {
    .rlc-autoslider-section {
        height: 54.375em;
    }
}

#rlc-0219lauren-summer-bags .rlc-carousel-arrow,
#rlc-0219lauren-summer-bags .rlc-hasarrows .rlc-arrow {
    display: none !important;
}

#rlc-0219lauren-summer-bags .rlc-freescroll-slider.rlc-carousel .rlc-carousel-scrollbar:before {
    background: #9D9FA3;
}

#rlc-0219lauren-summer-bags .rlc-freescroll-slider.rlc-carousel .swiper-scrollbar-drag:after {
    background: #fff;
}

@media screen and (min-width: 768px) {
    #rlc-0219lauren-summer-bags .rlc-carousel-scrollbar {
        width: 86.8em;
        bottom: 1.25em;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    #rlc-0219lauren-summer-bags .rlc-slide {
        box-sizing: border-box;
        height: 44.5em;
    }

    #rlc-0219lauren-summer-bags .rlc-img-1 {
        width: 45em;
        height: 45em;
    }

    #rlc-0219lauren-summer-bags .rlc-img-2 {
        height: 45em;
    }

    #rlc-0219lauren-summer-bags .rlc-img-2 .rlc-copygroup-outer {
        width: 24.021em;
        height: 100%;
    }

    #rlc-0219lauren-summer-bags .rlc-img-2 .rlc-copygroup {
        width: 12.5em;
        left: 4.063em;
    }

    #rlc-0219lauren-summer-bags .rlc-img-2 .rlc-copygroup .rlc-title {
        margin-bottom: 0.286em;
        font-size: 1.75em;
    }

    #rlc-0219lauren-summer-bags .rlc-img-2 .rlc-copygroup .rlc-dek {
        font-family: 'Founders Grotesk text Regular', Arial, Helvetica, sans-serif;
        font-size: 0.75em;
        line-height: 1.833em;
        letter-spacing: normal;
        margin-bottom: 3.333em;
    }

    #rlc-0219lauren-summer-bags .rlc-img-2 .rlc-inset-group {
        width: 88em;
        height: 45em;
        top: 0;
        left: 0;
        padding-left: 24.021em;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    #rlc-0219lauren-summer-bags .rlc-img-2 .rlc-inset-pic1,
    #rlc-0219lauren-summer-bags .rlc-img-2 .rlc-inset-pic2 {
        width: 30em;
        margin-right: 1.25em;
    }

    #rlc-0219lauren-summer-bags .rlc-img-2 .rlc-inset-group .rlc-productname {
        padding: 1.895em 1.259em;
    }

    #rlc-0219lauren-summer-bags .rlc-img-2 .rlc-inset-group .rlc-category {
        font-family: var(--foundersReg);
        line-height: normal;
        margin: 0;
    }

    .rlc-creative_v3 .rlc-d-lg-none {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .rlc-autoslider-section .rlc-mobilonly-pic {
        width: 100%;
        height: 23.438em;
    }

    #rlc-0219lauren-summer-bags {
        width: 100vw;
    }

    #rlc-0219lauren-summer-bags .rlc-freescroll-slider .rlc-carousel-scrollbar {
        width: 20.938em;
        bottom: 1.688em;
        left: 1.25em;
        right: 0;
        margin: 0 auto;
    }

    #rlc-0219lauren-summer-bags .rlc-freescroll-slider .rlc-freescroll-slider .rlc-slide {
        height: 30.938em;
    }

    #rlc-0219lauren-summer-bags .rlc-img-1 {
        width: 0;
        height: 0;
    }

    #rlc-0219lauren-summer-bags .rlc-img-2 {
        width: 69.42em;
        height: 30.938em;
    }

    #rlc-0219lauren-summer-bags .rlc-img-2 .rlc-copygroup-outer {
        width: 22.875em;
    }

    #rlc-0219lauren-summer-bags .rlc-img-2 .rlc-copygroup {
        width: 12em;
        margin: 0 auto;
        left: 2.188em;
    }

    #rlc-0219lauren-summer-bags .rlc-img-2 .rlc-copygroup .rlc-title {
        margin-bottom: 0.357em;
    }

    #rlc-0219lauren-summer-bags .rlc-img-2 .rlc-copygroup .rlc-dek {
        font-family: 'Founders Grotesk text Regular', Arial, Helvetica, sans-serif;
        font-size: 0.75em;
        line-height: 1.83em;
        letter-spacing: normal;
        margin-bottom: 3.333em;
    }

    #rlc-0219lauren-summer-bags .rlc-img-2 .rlc-inset-group {
        width: 69.42em;
        height: 30.938em;
        top: 0;
        left: 0;
        padding-left: 22.875em;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    #rlc-0219lauren-summer-bags .rlc-img-2 .rlc-inset-pic1,
    #rlc-0219lauren-summer-bags .rlc-img-2 .rlc-inset-pic2 {
        width: 21.688em;
        margin-right: 1.563em;
    }

    #rlc-0219lauren-summer-bags .rlc-img-2 .rlc-inset-group .rlc-image {
        width: 21.688em;
        height: 26.875em;
    }

    #rlc-0219lauren-summer-bags .rlc-img-2 .rlc-inset-group .rlc-productname {
        padding: 1.188em 1.41em;
    }

    #rlc-0219lauren-summer-bags .rlc-img-2 .rlc-inset-group .rlc-category {
        font-size: 0.688em;
        line-height: 1.273em;
        letter-spacing: 0.091em;
        margin: 0;
    }

    #rlc-0219lauren-summer-bags .rlc-img-2 .rlc-bg img {
        width: auto;
        height: 100%;
    }
}

/* END Summer Bags */

/* AR Overwrites */
[lang^="ar"] .rlc-creative_v3 .rlc-freescroll-slider .rlc-copygroup .rlc-scrollto {
    font-family: RL_DroidKufi, "Founders Grotesk Text Regular", Helvetica, Arial, sans-serif;
    transform: scaleX(-1);
    margin-right: 0;
}

[lang^="ar"] .rlc-creative_v3 .rlc-freescroll-slider .rlc-copygroup .rlc-scrollto span {
    display: inline-block;
    transform: scaleX(-1);
}

@media(min-width:768px) {
    [lang^="ar"] #rlc-shopsection .rlc-intro .rlc-copygroup {
        text-align: right;
    }

    [lang^="ar"] #rlc-0219lauren-categories .rlc-copygroup {
        width: 10em;
        right: 2em;
    }

    [lang^="ar"] #rlc-shopsection .rlc-intro .rlc-copygroup .rlc-linecta {
        margin: 2.727em 0px 0px 2.91em;
    }

    /* fix weird line break issues */
    [lang^="fr"] #rlc-shopsection .rlc-intro .rlc-dek {
        width: 12em;
    }

    [lang^="ar"] #rlc-0219lauren-summer-bags .rlc-img-2 .rlc-copygroup-outer {
        right: 0;
        left: auto;
    }

    [lang^="ar"] #rlc-0219lauren-summer-bags .rlc-img-2 .rlc-copygroup {
        right: 4.063em;
        left: auto;
    }

    [lang^="ar"] #rlc-0219lauren-summer-bags .rlc-img-2 .rlc-inset-group {
        padding-right: 24.021em;
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    [lang^="ar"] .rlc-carousel.rlc-category_carousel.rlc-shopslider {
        margin-left: unset;
        margin-right: 1.375em;
    }

    [lang^="ar"] .rlc-creative_v3 .rlc-freescroll-slider .rlc-copygroup .rlc-scrollto {
        right: 0;
        transform-origin: right;
        margin-right: 5.1em;
    }

    [lang^="ar"] #rlc-0219lauren-categories .rlc-copygroup {
        width: 10em;
        right: 2em;
    }

    [lang^="ar"] #rlc-0219lauren-summer-bags .rlc-img-2 .rlc-copygroup-outer {
        right: 0;
        left: auto;
    }

    [lang^="ar"] #rlc-0219lauren-summer-bags .rlc-img-2 .rlc-copygroup {
        right: 2.188em;
        left: auto;
    }

    [lang^="ar"] #rlc-0219lauren-summer-bags .rlc-img-2 .rlc-inset-group {
        padding-right: 22.875em;
        padding-left: 0;
        left: auto;
        right: 0;
    }

    [lang^="ar"] #rlc-0219lauren-summer-bags .rlc-img-2 .rlc-inset-pic1,
    [lang^="ar"] #rlc-0219lauren-summer-bags .rlc-img-2 .rlc-inset-pic2 {
        margin-left: 1.563em;
        margin-right: 0;
    }
}

[lang^="ar"].rlc-creative_v3.rlc-laurenhub .rlc-all-pos-bottom-left {
    left: unset;
    right: 0;
}

[lang^="ar"].rlc-creative_v3.rlc-laurenhub .rlc-usebrandstyles .rlc-category {
    font-family: 'RL_DroidKufi', 'Founders Grotesk text Regular', Helvetica, Arial, sans-serif !important;
}

[lang^=ar].rlc-creative_v3.rlc-laurenhub .rlc-all-text-left {
    text-align: right;
}

[lang^=ar].rlc-creative_v3.rlc-laurenhub .rlc-usebrandstyles .rlc-all-text-left .rlc-links .rlc-linecta {
    margin: 2.727em 0 0 2.91em;
}

@media screen and (min-width: 768px) {
    [lang^=ar].rlc-creative_v3.rlc-laurenhub .rlc-desktop-text-left {
        text-align: right;
    }

    [lang^=ar].rlc-creative_v3.rlc-laurenhub .rlc-usebrandstyles .rlc-desktop-text-left .rlc-links .rlc-linecta {
        margin: 2.727em 0 2.91em;
    }
}

@media screen and (min-width: 768px) {
    [lang^=ar].rlc-creative_v3.rlc-laurenhub .rlc-mobile-text-left {
        text-align: right;
    }
}

/* END AR Overwrites */