@import url("https://use.typekit.net/zjt6csk.css");

/*
 * Ralph Lauren - Smart CSS Generator
 */
/* ===== DEV GUIDES ===== */
/* .rlc-rrl .rlc-hotspot {
  background-color: hotpink;
  opacity: 0.35;
} */

/* .rlc-rrl .rlc-hotspot .rlc-cta {
  font-size: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0.5;
  color: #fff;
} */

/* ===== CSS ROOT VARIABLES ===== */
.rlc-rrl {
    /* Colors */
    --color-black: #000000;
    --color-white: #ffffff;
    --color-ebe7df: #ebe7df;

    /* Typography */
    --text-2-5: 2.5em;
    --text-3-125: 3.125em;
    --text-1-5: 1.5em;
    --text-1-375: 1.375em;
    --text-1-75: 1.75em;
    --text-1-6875: 1.6875em;
    --text-1-813: 1.813em;
    --text-1-25: 1.25em;
    --tracking-0-05: 0.05em;
    --tracking-0-12: 0.12em;
    --tracking-0-15: 0.15em;
    --tracking-0-18: 0.18em;
    --tracking-0-1: 0.1em;
    --font-normal: 400;
    --font-bold: 700;
    --leading-2-375em: 2.375em;
    --leading-2-5em: 2.5em;
    --font-border:
        3px 0 #000, -3px 0 #000, 0 3px #000, 0 -3px #000, 2px 2px #000, -2px -2px #000, 2px -2px #000, -2px 2px #000;

    /* Other */

    --font-family--franklin-gothic---sans-serif: "franklin-gothic-std", sans-serif;
    --font-futura-condensed: "FuturaBTW01-BoldCondens", "Futura", sans-serif;
    --font-futura-condensed: "FuturaBTW01-BoldCondens", "Futura", sans-serif;
    --font-lhf-fairground: "LHFFairground", sans-serif;
    --font-lhf-thebat: "LHFTheBat", sans-serif;
}

/* ===== CSS BASE STYLES ===== */
.rlc-rrl {
    background-color: #ebe7de;
}

.rlc-rrl .rlc-fullbleed {
    display: block;
    background-color: #ebe7de;
}

.rlc-rrl a,
.rlc-rrl a:hover,
.rlc-rrl a:focus {
    /* text-decoration: none !important; */
    color: currentColor;
}

.rlc-rrl .rlc-product,
.rlc-rrl .rlc-title,
.rlc-rrl .rlc-header {
    position: absolute;
    /* display: block; */
    font-family: var(--font-family--franklin-gothic---sans-serif);
    text-align: center;
    z-index: 1;
    color: var(--color-black);
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

.rlc-rrl .rlc-header,
.rlc-rrl .rlc-title {
    letter-spacing: 0.1em;
    font-weight: var(--font-bold);
}

.rlc-rrl .rlc-cta {
    font-family: var(--font-family--franklin-gothic---sans-serif);
    text-align: center;
    text-transform: uppercase;
    color: var(--color-black);
    letter-spacing: 0.12em !important;
    -webkit-font-smoothing: antialiased;
    text-decoration: none !important;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: 0.1em;
    text-underline-position: from-font;
    font-weight: var(--font-bold);
    position: relative;
    line-height: 1.125em;
}

.rlc-rrl .rlc-copygroup,
.rlc-rrl .rlc-product {
    position: absolute;
    z-index: 3;
}

.rlc-rrl .rlc-hotspot {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.rlc-rrl .rlc-picture,
.rlc-rrl .rlc-img {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
}

.rlc-rrl .rlc-container.rlc-duo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .rlc-content {
        overflow: hidden;
    }

    .rlc-rrl {
        background-color: #ece9e2;
    }

    .rlc-rrl .rlc-fullbleed {
        background-color: #ece9e2;
    }

    .rlc-rrl .rlc-container.rlc-duo {
        flex-direction: column;
    }

    .rlc-rrl .rlc-product,
    .rlc-rrl .rlc-title,
    .rlc-rrl .rlc-header {
        letter-spacing: 0.1em;
    }
}

/* ===== CSS CONTENT ===== */

/* ==== SLOT 2 ==== */
@media only screen and (min-width: 768px) {
    #rlc-slot2 {
        min-height: 60.875em;
        margin: 0 auto;
    }

    #rlc-slot2 .rlc-container {
        width: 90em;
        margin: 0 auto;
    }

    #rlc-slot2 .rlc-copygroup {
        position: absolute;
        right: 3.625em;
        top: 54em;
        width: 30em;
    }

    #rlc-slot2 .rlc-title1 {
        /* text: RRL SPRING â€˜26 */
        position: absolute;
        width: 100%;
        font-family: var(--font-family--franklin-gothic---sans-serif);
        font-size: 1.5em;
        letter-spacing: var(--tracking-0-05);
        text-align: right;
        color: var(--color-white);
    }
}

@media only screen and (max-width: 767px) {
    #rlc-slot2 {
        min-height: 29.25em;
        margin: 0em auto;
    }

    #rlc-slot2 .rlc-container {
        width: 23.4375em;
    }

    #rlc-slot2 .rlc-copygroup {
        position: absolute;
        left: 3em;
        top: 26.425em;
        width: 20em;
    }

    #rlc-slot2 .rlc-title1 {
        /* text: RRL SPRING â€˜26 */
        position: absolute;
        width: 100%;
        font-family: var(--font-family--franklin-gothic---sans-serif);
        font-size: 0.75em;
        letter-spacing: var(--tracking-0-05);
        text-align: left;
        color: var(--color-white);
    }
}

/* ==== SLOT 3 ==== */
@media only screen and (min-width: 768px) {
    #rlc-slot3 {
        margin: 0 auto;
        height: 59.1875em;
        display: flex;
    }

    #rlc-slot3 .rlc-container {
        width: 90em;
        margin: 0 auto;
    }

    #rlc-slot3 .rlc-container .rlc-s1 {
        width: 45em;
    }

    #rlc-slot3 .rlc-container .rlc-s2 {
        width: 45em;
    }

    #rlc-slot3 .rlc-s1 .rlc-copygroup {
        /* text: SHOP ALL SHIRTS  */
        position: absolute;
        left: 20.875em;
        top: 4.25em;
        width: 12em;
    }

    #rlc-slot3 .rlc-s1 .rlc-copygroup .rlc-cta {
        /* text: SHOP ALL SHIRTS  */
        font-family: var(--font-family--franklin-gothic---sans-serif);
        font-size: var(--text-1-6875);
        /* color: var(--color-white); */
        text-decoration: none !important;
    }

    #rlc-slot3 .rlc-s2 .rlc-copygroup {
        /* text: SHOP DENIM   */
        position: absolute;
        left: 29.375em;
        top: 53.875em;
        width: 8em;
    }

    #rlc-slot3 .rlc-s2 .rlc-copygroup .rlc-cta {
        /* text: SHOP DENIM   */
        font-family: var(--font-family--franklin-gothic---sans-serif);
        font-size: var(--text-1-6875);
        color: var(--color-white);
        text-decoration: none !important;
    }
}

@media only screen and (max-width: 767px) {
    #rlc-slot3 {
        min-height: 30.875em;
        margin: 0 auto;
    }

    #rlc-slot3 .rlc-container {
        width: 23.4375em;
    }

    #rlc-slot3 .rlc-s1 .rlc-copygroup {
        /* text: SHOP ALL SHIRTS  */
        position: absolute;
        left: 10.45em;
        top: 2.2em;
        width: 5em;
    }

    #rlc-slot3 .rlc-s1 .rlc-copygroup .rlc-cta {
        /* text: SHOP ALL SHIRTS  */
        font-family: var(--font-family--franklin-gothic---sans-serif);
        font-size: 0.8125em;
        /* color: var(--color-white); */
        text-decoration: none !important;
    }

    #rlc-slot3 .rlc-s2 .rlc-copygroup {
        /* text: SHOP DENIM   */
        position: absolute;
        left: 17.5em;
        top: 28.2em;
        width: 4em;
    }

    #rlc-slot3 .rlc-s2 .rlc-copygroup .rlc-cta {
        /* text: SHOP DENIM   */
        font-family: var(--font-family--franklin-gothic---sans-serif);
        font-size: 0.8125em;
        color: var(--color-white);
        text-decoration: none !important;
    }
}

/* ==== SLOT 4 ==== */
@media only screen and (min-width: 768px) {
    #rlc-slot4 {
        margin: 0 auto;
        height: 60em;
        display: flex;
    }

    #rlc-slot4 .rlc-container {
        width: 90em;
        margin: 0 auto;
    }

    #rlc-slot4 .rlc-container .rlc-s1 {
        width: 45em;
    }

    #rlc-slot4 .rlc-container .rlc-s2 {
        width: 45em;
    }

    #rlc-slot4 .rlc-s2 .rlc-copygroup {
        /* text: Shop All Coveralls   */
        position: absolute;
        left: 5em;
        top: 52.2em;
        width: 13.5em;
    }

    #rlc-slot4 .rlc-s2 .rlc-copygroup .rlc-cta {
        /* text: Shop All Coveralls   */
        font-family: var(--font-family--franklin-gothic---sans-serif);
        font-size: var(--text-1-6875);
        color: var(--color-white);
        text-decoration: none !important;
    }
}

@media only screen and (max-width: 767px) {
    #rlc-slot4 {
        min-height: 30.875em;
        margin: 0 auto;
    }

    #rlc-slot4 .rlc-container {
        width: 23.4375em;
    }

    #rlc-slot4 .rlc-s2 .rlc-copygroup {
        /* text: Shop All Coveralls   */
        position: absolute;
        left: 2.5em;
        top: 36.25em;
        width: 7em;
    }

    #rlc-slot4 .rlc-s2 .rlc-copygroup .rlc-cta {
        /* text: Shop All Coveralls   */
        font-family: var(--font-family--franklin-gothic---sans-serif);
        font-size: 0.8125em;
        color: var(--color-white);
        text-decoration: none !important;
    }
}

/* ==== SLOT 5 ==== */
@media only screen and (min-width: 768px) {
    #rlc-slot5 {
        margin: 0 auto;
        height: 58.8125em;
        display: flex;
    }

    #rlc-slot5 .rlc-container {
        width: 90em;
        margin: 0 auto;
    }

    #rlc-slot5 .rlc-container .rlc-s1 {
        width: 45em;
    }

    #rlc-slot5 .rlc-container .rlc-s2 {
        width: 45em;
    }

    #rlc-slot5 .rlc-s1 .rlc-copygroup {
        /* text: Shop Boots & Shoes  */
        position: absolute;
        left: 16em;
        top: 52.5em;
        width: 17.5em;
    }

    #rlc-slot5 .rlc-s1 .rlc-copygroup .rlc-cta {
        /* text: Shop Boots & Shoes  */
        font-family: var(--font-family--franklin-gothic---sans-serif);
        font-size: var(--text-1-6875);
        /* color: var(--color-white); */
        text-decoration: none !important;
    }

    #rlc-slot5 .rlc-s2 .rlc-copygroup {
        /* text: Shop All Outerwear   */
        position: absolute;
        left: 28.5em;
        top: 20em;
        width: 14em;
    }

    #rlc-slot5 .rlc-s2 .rlc-copygroup .rlc-cta {
        /* text: Shop All Outerwear   */
        font-family: var(--font-family--franklin-gothic---sans-serif);
        font-size: var(--text-1-6875);
        color: var(--color-white);
        text-decoration: none !important;
    }
}

@media only screen and (max-width: 767px) {
    #rlc-slot5 {
        min-height: 30.875em;
        margin: 0 auto;
    }

    #rlc-slot5 .rlc-container {
        width: 23.4375em;
    }

    #rlc-slot5 .rlc-s1 .rlc-copygroup {
        /* text: Shop Boots & Shoes  */
        position: absolute;
        left: 9.35em;
        top: 27.23em;
        width: 9em;
    }

    #rlc-slot5 .rlc-s1 .rlc-copygroup .rlc-cta {
        /* text: Shop Boots & Shoes  */
        font-family: var(--font-family--franklin-gothic---sans-serif);
        font-size: 0.8125em;
        color: var(--color-white);
        text-decoration: none !important;
    }

    #rlc-slot5 .rlc-s2 .rlc-copygroup {
        /* text: Shop All Outerwear   */
        position: absolute;
        left: 15.3125em;
        top: 11.125em;
        width: 7em;
    }

    #rlc-slot5 .rlc-s2 .rlc-copygroup .rlc-cta {
        /* text: Shop All Outerwear   */
        font-family: var(--font-family--franklin-gothic---sans-serif);
        font-size: 0.8125em;
        color: var(--color-white);
        text-decoration: none !important;
    }
}

/* ==== SLOT 6 ==== */
@media only screen and (min-width: 768px) {
    #rlc-slot6 {
        margin: 0 auto;
        height: 65.75em;
        display: flex;
    }

    #rlc-slot6 .rlc-container {
        width: 90em;
        margin: 0 auto;
    }

    #rlc-slot6 .rlc-container .rlc-s1 {
        width: 45em;
    }

    #rlc-slot6 .rlc-container .rlc-s2 {
        width: 45em;
    }

    #rlc-slot6 .rlc-s1 .rlc-copygroup {
        /* text: Shop All Accessories  */
        position: absolute;
        left: 2.625em;
        top: 2.5em;
        width: 12em;
    }

    #rlc-slot6 .rlc-s1 .rlc-copygroup .rlc-cta {
        /* text: Shop All Accessories  */
        font-family: var(--font-family--franklin-gothic---sans-serif);
        font-size: var(--text-1-6875);
        /* color: var(--color-white); */
        text-decoration: none !important;
    }

    #rlc-slot6 .rlc-s2 .rlc-copygroup {
        /* text: Shop All Dresses   */
        position: absolute;
        left: 30em;
        top: 58em;
        width: 12em;
    }

    #rlc-slot6 .rlc-s2 .rlc-copygroup .rlc-cta {
        /* text: Shop All Dresses   */
        font-family: var(--font-family--franklin-gothic---sans-serif);
        font-size: var(--text-1-6875);
        color: var(--color-white);
        text-decoration: none !important;
    }
}

@media only screen and (max-width: 767px) {
    #rlc-slot6 {
        min-height: 30.875em;
        margin: 0 auto;
    }

    #rlc-slot6 .rlc-container {
        width: 23.4375em;
    }

    #rlc-slot6 .rlc-s1 .rlc-copygroup {
        /* text: Shop All Accessories  */
        position: absolute;
        left: 1.375em;
        top: 1.5em;
        width: 7em;
    }

    #rlc-slot6 .rlc-s1 .rlc-copygroup .rlc-cta {
        /* text: Shop All Accessories  */
        font-family: var(--font-family--franklin-gothic---sans-serif);
        font-size: 0.8125em;
        /* color: var(--color-white); */
        text-decoration: none !important;
    }

    #rlc-slot6 .rlc-s2 .rlc-copygroup {
        /* text: Shop All Dresses   */
        position: absolute;
        left: 16em;
        top: 29em;
        width: 6em;
    }

    #rlc-slot6 .rlc-s2 .rlc-copygroup .rlc-cta {
        /* text: Shop All Dresses   */
        font-family: var(--font-family--franklin-gothic---sans-serif);
        font-size: 0.8125em;
        color: var(--color-white);
        text-decoration: none !important;
    }
}

/* ==== SLOT 7 ==== */
@media only screen and (min-width: 768px) {
    #rlc-slot7 {
        height: 59.875em;
        margin: 0 auto;
    }

    #rlc-slot7 .rlc-container {
        width: 90em;
        margin: 0 auto;
    }

    #rlc-slot7 .rlc-copygroup {
        position: absolute;
        left: 76.2em;
        top: 52.75em;
        width: 11em;
    }

    #rlc-slot7 .rlc-cta {
        /* text: SHOP ALL mens  */
        font-family: var(--font-family--franklin-gothic---sans-serif);
        color: var(--color-white);
        font-size: var(--text-1-6875);
        text-align: center;
        letter-spacing: var(--tracking-0-05);
        text-decoration: none !important;
    }
}

@media only screen and (max-width: 767px) {
    #rlc-slot7 {
        min-height: 15.5625em;
        margin: 0em auto;
    }

    #rlc-slot7 .rlc-container {
        width: 23.4375em;
    }

    #rlc-slot7 .rlc-copygroup {
        position: absolute;
        left: 16.8125em;
        top: 12.7em;
        width: 5em;
    }

    #rlc-slot7 .rlc-cta {
        /* text: SHOP ALL mens  */
        font-family: var(--font-family--franklin-gothic---sans-serif);
        color: var(--color-white);
        font-size: 0.8125em;
        text-align: center;
        text-decoration: none !important;
    }
}

/* ==== SLOT 8 ==== */
@media only screen and (min-width: 768px) {
    #rlc-slot8 {
        margin: 0 auto;
        height: 62.125em;
        display: flex;
    }

    #rlc-slot8 .rlc-container {
        width: 90em;
        margin: 0 auto;
    }

    #rlc-slot8 .rlc-container .rlc-s1 {
        width: 45em;
    }

    #rlc-slot8 .rlc-container .rlc-s2 {
        width: 45em;
    }

    #rlc-slot8 .rlc-s1 .rlc-copygroup {
        /* text: Shop All Pants  */
        position: absolute;
        left: 31.875em;
        top: 6.5em;
        width: 11em;
    }

    #rlc-slot8 .rlc-s1 .rlc-copygroup .rlc-cta {
        /* text: Shop All Pants  */
        font-family: var(--font-family--franklin-gothic---sans-serif);
        font-size: var(--text-1-6875);
        color: var(--color-white);
        text-decoration: none !important;
    }

    #rlc-slot8 .rlc-s2 .rlc-copygroup {
        /* text: Shop All Sweaters   */
        position: absolute;
        left: 6.125em;
        top: 3.375em;
        width: 12em;
    }

    #rlc-slot8 .rlc-s2 .rlc-copygroup .rlc-cta {
        /* text: Shop All Sweaters   */
        font-family: var(--font-family--franklin-gothic---sans-serif);
        font-size: var(--text-1-6875);
        color: var(--color-white);
        text-decoration: none !important;
    }
}

@media only screen and (max-width: 767px) {
    #rlc-slot8 {
        min-height: 30.875em;
        margin: 0 auto;
    }

    #rlc-slot8 .rlc-container {
        width: 23.4375em;
    }

    #rlc-slot8 .rlc-s1 .rlc-copygroup {
        /* text: Shop All Pants  */
        position: absolute;
        left: 17em;
        top: 4.565em;
        width: 5em;
    }

    #rlc-slot8 .rlc-s1 .rlc-copygroup .rlc-cta {
        /* text: Shop All Pants  */
        font-family: var(--font-family--franklin-gothic---sans-serif);
        font-size: 0.8125em;
        color: var(--color-white);
        text-decoration: none !important;
    }

    #rlc-slot8 .rlc-s2 .rlc-copygroup {
        /* text: Shop All Sweaters   */
        position: absolute;
        left: 3.25em;
        top: 3em;
        width: 6em;
    }

    #rlc-slot8 .rlc-s2 .rlc-copygroup .rlc-cta {
        /* text: Shop All Sweaters   */
        font-family: var(--font-family--franklin-gothic---sans-serif);
        font-size: 0.8125em;
        color: var(--color-white);
        text-decoration: none !important;
    }
}

/* ==== SLOT 9 ==== */
#rlc-slot9 .rlc-hotspot {
    z-index: 9;
}

@media only screen and (min-width: 768px) {
    #rlc-slot9 {
        margin: 0 auto;
        min-height: 59em;
    }

    #rlc-slot9 .rlc-container {
        width: 90em;
        margin: 0 auto;
    }

    #rlc-slot9 .rlc-container .rlc-s2 {
        width: 45em;
        height: 59em;
    }

    #rlc-slot9 .rlc-container .rlc-s1 {
        width: 45em;
        height: 59em;
    }

    #rlc-slot9 .rlc-s1 .rlc-tg1.rlc-copygroup {
        position: absolute;
        left: 2em;
        top: 2em;
        width: 41em;
        height: 56em;
        z-index: 4;
    }

    #rlc-slot9 .rlc-s1 .rlc-tg1 .rlc-cta {
        /* text: EXPLORE NOW */
        position: absolute;
        left: 0;
        top: 93.64%;
        width: 100%;
        color: var(--color-white);
        font-family: var(--font-family--franklin-gothic---sans-serif);
        font-size: var(--text-1-813);
        text-align: center;
        letter-spacing: var(--tracking-0-05);
        text-decoration: underline !important;
    }

    #rlc-slot9 .rlc-s1 .rlc-tg2.rlc-copygroup {
        position: absolute;
        left: 2em;
        top: 2em;
        width: 41em;
        height: 56em;
    }

    #rlc-slot9 .rlc-s1 .rlc-tg2 .rlc-title1 {
        /* text: DOUBLE RL & CO */
        width: 100%;
        color: var(--color-black);
        font-size: 4.188em;
        position: relative;
        text-align: left;
        letter-spacing: var(--tracking-0-05);
        line-height: 1.5em;
        left: -0.5%;
    }

    #rlc-slot9 .rlc-s1 .rlc-tg2 .rlc-title2 {
        /* text: SPRING / SUMMER */
        width: 100%;
        color: var(--color-black);
        font-size: 2.25em;
        letter-spacing: var(--tracking-0-12);
        position: relative;
        text-align: left;
    }

    #rlc-slot9 .rlc-s1 .rlc-tg2 .rlc-title3 {
        /* text: MENâ€™S & WOMENâ€™S */
        width: 100%;
        color: var(--color-black);
        font-size: 2.875em;
        letter-spacing: 0.07em;
        position: relative;
        text-align: left;
        line-height: 1.5em;
        left: -0.325%;
    }

    #rlc-slot9 .rlc-s1 .rlc-tg2 .rlc-title4 {
        /* text: SURPLUS & SUPPLY CATALOG */
        width: 100%;
        color: var(--color-black);
        font-size: 2.063em;
        letter-spacing: var(--tracking-0-05);
        position: relative;
        text-align: left;
        line-height: 1.5em;
    }

    #rlc-slot9 .rlc-s1 .rlc-tg2 .rlc-title5 {
        /* text: RALPH LAUREN */
        position: absolute;
        width: 100%;
        color: var(--color-black);
        font-size: 2.188em;
        letter-spacing: var(--tracking-0-15);
        position: relative;
        text-align: left;
        line-height: 1.5em;
        left: -0.25%;
    }

    #rlc-slot9 .rlc-s1 .rlc-tg2 .rlc-title6 {
        /* text: VOL.36 */
        width: 100%;
        color: var(--color-black);
        font-size: var(--text-1-75);
        font-weight: normal;
        letter-spacing: var(--tracking-0-12);
        position: relative;
        text-align: left;
        line-height: 2em;
    }

    /* #rlc-slot9 .rlc-s2 .rlc-copygroup {
    position: absolute;
    left: 3.264%;
    top: 18.519%;
    width: 10.903%;
  }
  #rlc-slot9 .rlc-s2 .rlc-cta {
    color: var(--color-white);
    font-family: var(--font-family--franklin-gothic---sans-serif);
    font-size: var(--text-1-75);
    text-align: center;
    letter-spacing: var(--tracking-0-05);
  } */
}

@media only screen and (max-width: 767px) {
    #rlc-slot9 {
        min-height: 60.8125em;
        margin: 0 auto;
    }

    #rlc-slot9 .rlc-container {
        width: 23.4375em;
    }

    /* #rlc-slot9 .rlc-container .rlc-s1 {
    width: 23.4375em;
    position: absolute;
    right: 0;
    top: 30.3875em;
    height: 31em;
  } */
    #rlc-slot9 .rlc-s1 .rlc-tg1.rlc-copygroup {
        position: absolute;
        left: 1.5em;
        top: 2em;
        width: 20.375em;
        height: 28em;
        z-index: 4;
    }

    #rlc-slot9 .rlc-s1 .rlc-tg1 .rlc-cta {
        /* text: EXPLORE NOW */
        position: absolute;
        left: 0%;
        top: 94.67%;
        width: 100%;
        color: var(--color-white);
        font-family: var(--font-family--franklin-gothic---sans-serif);
        font-size: 0.927em;
        text-align: center;
        letter-spacing: var(--tracking-0-05);
        text-decoration: underline !important;
    }

    #rlc-slot9 .rlc-s1 .rlc-tg2.rlc-copygroup {
        position: absolute;
        left: 1.5em;
        top: 1em;
        width: 20.375em;
        height: 28em;
    }

    #rlc-slot9 .rlc-s1 .rlc-tg2 .rlc-title1 {
        /* text: DOUBLE RL & CO */
        width: 100%;
        color: var(--color-black);
        font-size: 2.141em;
        position: relative;
        text-align: left;
        letter-spacing: var(--tracking-0-05);
        line-height: 1.5em;
        left: -0.5%;
    }

    #rlc-slot9 .rlc-s1 .rlc-tg2 .rlc-title2 {
        /* text: SPRING / SUMMER */
        width: 100%;
        color: var(--color-black);
        font-size: 1.15em;
        letter-spacing: var(--tracking-0-12);
        position: relative;
        text-align: left;
    }

    #rlc-slot9 .rlc-s1 .rlc-tg2 .rlc-title3 {
        /* text: MENâ€™S & WOMENâ€™S */
        width: 100%;
        color: var(--color-black);
        font-size: 1.47em;
        letter-spacing: 0.07em;
        position: relative;
        text-align: left;
        line-height: 1.5em;
        left: -0.325%;
    }

    #rlc-slot9 .rlc-s1 .rlc-tg2 .rlc-title4 {
        /* text: SURPLUS & SUPPLY CATALOG */
        width: 100%;
        color: var(--color-black);
        font-size: 1.054em;
        letter-spacing: var(--tracking-0-05);
        position: relative;
        text-align: left;
        line-height: 1.5em;
    }

    #rlc-slot9 .rlc-s1 .rlc-tg2 .rlc-title5 {
        /* text: RALPH LAUREN */
        position: absolute;
        width: 100%;
        color: var(--color-black);
        font-size: 1.118em;
        letter-spacing: var(--tracking-0-15);
        position: relative;
        text-align: left;
        line-height: 1.5em;
        left: -0.25%;
    }

    #rlc-slot9 .rlc-s1 .rlc-tg2 .rlc-title6 {
        /* text: VOL.36 */
        width: 100%;
        color: var(--color-black);
        font-size: 0.895em;
        font-weight: normal;
        letter-spacing: var(--tracking-0-12);
        position: relative;
        text-align: left;
        line-height: 2em;
    }
}

/* ==== SLOT 10 ==== */
@media only screen and (min-width: 768px) {
    #rlc-slot10 {
        margin: 0 auto;
        height: 57.0625em;
        display: flex;
    }

    #rlc-slot10 .rlc-container {
        width: 90em;
        margin: 0 auto;
    }

    #rlc-slot10 .rlc-container .rlc-s1 {
        width: 45em;
    }

    #rlc-slot10 .rlc-container .rlc-s2 {
        width: 45em;
    }

    #rlc-slot10 .rlc-s1 .rlc-copygroup {
        /* text: FIND OUR STORES */
        position: absolute;
        left: 6.875em;
        top: 52em;
        width: 10em;
    }

    #rlc-slot10 .rlc-s1 .rlc-copygroup .rlc-cta {
        /* text: FIND OUR STORES */
        font-family: var(--font-family--franklin-gothic---sans-serif);
        font-size: var(--text-1-6875);
        color: var(--color-white);
        text-decoration: none !important;
    }

    #rlc-slot10 .rlc-s2 .rlc-copygroup {
        /* text: SHOP Vintage */
        position: absolute;
        left: 34em;
        top: 52em;
        width: 9em;
    }

    #rlc-slot10 .rlc-s2 .rlc-copygroup .rlc-cta {
        /* text: SHOP Vintage */
        font-family: var(--font-family--franklin-gothic---sans-serif);
        font-size: var(--text-1-6875);
        color: var(--color-white);
        text-decoration: none !important;
    }

    /* #rlc-slot10 .rlc-s2 .rlc-logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 1.875em auto;
  }
  #rlc-slot10 .rlc-s2 .rlc-logo img {
    margin: 0 auto;
  } */
}

@media only screen and (max-width: 767px) {
    #rlc-slot10 {
        min-height: 58.8125em;
        margin: 0 auto;
    }

    #rlc-slot10 .rlc-container {
        width: 23.4375em;
    }

    #rlc-slot10 .rlc-s1 .rlc-copygroup {
        /* text: FIND OUR STORES */
        position: absolute;
        left: 3.5em;
        top: 26.5em;
        width: 5.25em;
    }

    #rlc-slot10 .rlc-s1 .rlc-copygroup .rlc-cta {
        /* text: FIND OUR STORES */
        font-family: var(--font-family--franklin-gothic---sans-serif);
        font-size: 0.8125em;
        color: var(--color-white);
        text-decoration: none !important;
    }

    #rlc-slot10 .rlc-s2 .rlc-copygroup {
        /* text: SHOP Vintage */
        position: absolute;
        right: 1.25em;
        top: 28em;
        width: 4.5em;
    }

    #rlc-slot10 .rlc-s2 .rlc-copygroup .rlc-cta {
        /* text: SHOP Vintage */
        font-family: var(--font-family--franklin-gothic---sans-serif);
        font-size: 0.8125em;
        color: var(--color-white);
        text-decoration: none !important;
    }

    /* #rlc-slot10 .rlc-s2 .rlc-logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 1.5em auto;
  }
  #rlc-slot10 .rlc-s2 .rlc-logo img {
    margin: 0 auto;
  } */
}

/* ==== SLOT 13 ==== */
@media only screen and (min-width: 768px) {
    #rlc-slot13 {
        min-height: 10.1875em;
        margin: 0 auto;
    }

    #rlc-slot13 .rlc-container {
        width: 90em;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    #rlc-slot13 {
        min-height: 2.4375em;
        margin: 0em auto;
    }

    #rlc-slot13 .rlc-container {
        width: 23.4375em;
    }
}