@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 ===== */
:root {
  /* 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-688: 1.688em;
  --text-1-563: 1.563em;
  --text-1-75: 1.75em;
  --text-1-25: 1.25em;
  --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-family--franklin-gothic-atf--sans-serif: "franklin-gothic-atf", 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.15em !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: 1em;
}

.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: 58.75em;
    margin: 0 auto;
  }
  #rlc-slot2 .rlc-container {
    width: 90em;
    margin: 0 auto;
  }

  #rlc-slot2 .rlc-copygroup {
    position: absolute;
    right: 3%;
    top: 88.545%;
    width: 100%;
  }
  #rlc-slot2 .rlc-copygroup .rlc-links {
    text-align: right;
    justify-content: flex-end;
  }
  #rlc-slot2 .rlc-copygroup .rlc-cta {
    /* text: SHOP ALL */
    font-family: var(--font-family--franklin-gothic---sans-serif);
    font-size: var(--text-3-125);
    letter-spacing: var(--tracking-0-15);
    text-decoration: underline !important;
    color: var(--color-white);
  }

  #rlc-slot2 .rlc-title1 {
    /* text: SUMMER ’26 */
    position: absolute;
    right: 1.875%;
    top: 80.364%;
    width: 100%;
    font-family: var(--font-family--franklin-gothic---sans-serif);
    font-size: 3.875em;
    letter-spacing: var(--tracking-0-15);
    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: 2.533%;
    top: 92.476%;
    width: 47.133%;
  }
  #rlc-slot2 .rlc-copygroup .rlc-links {
    text-align: right;
    justify-content: flex-end;
  }
  #rlc-slot2 .rlc-copygroup .rlc-cta {
    /* text: SHOP ALL */
    font-family: var(--font-family--franklin-gothic---sans-serif);
    font-size: 0.748em;
    letter-spacing: var(--tracking-0-15);
    text-decoration: underline !important;
    color: var(--color-white);
  }

  #rlc-slot2 .rlc-title1 {
    /* text: SUMMER ’26 */
    position: absolute;
    left: 4%;
    top: 87.179%;
    width: 47.133%;
    font-family: var(--font-family--franklin-gothic---sans-serif);
    font-size: 1.079em;
    letter-spacing: var(--tracking-0-15);
    text-align: right;
    color: var(--color-white);
  }

  .de #rlc-slot2 .rlc-copygroup,
  .es #rlc-slot2 .rlc-copygroup {
    width: 52.133%;
  }
  .de #rlc-slot2 .rlc-title1,
  .es #rlc-slot2 .rlc-title1 {
    width: 52.133%;
  }
  .se #rlc-slot2 .rlc-copygroup {
    width: 55.133%;
  }
  .se #rlc-slot2 .rlc-title1 {
    width: 55.133%;
  }
}

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

  #rlc-slot3 .rlc-copygroup {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 86.226%;
    width: 20.486%;
  }
  .fr #rlc-slot3 .rlc-copygroup,
  .de #rlc-slot3 .rlc-copygroup,
  .pt #rlc-slot3 .rlc-copygroup {
    width: 23.486%;
  }
  #rlc-slot3 .rlc-cta {
    /* text: SHOP ALL OUTERWEAR */
    font-family: var(--font-family--franklin-gothic---sans-serif);
    font-size: var(--text-1-688);
    text-align: center;
    letter-spacing: var(--tracking-0-15);
    text-decoration: none !important;
    color: var(--color-white);
  }
}

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

  #rlc-slot3 .rlc-copygroup {
    position: absolute;
    left: 4.533%;
    top: 84.38%;
    width: 31.273%;
  }
  #rlc-slot3 .rlc-cta {
    /* text: SHOP ALL OUTERWEAR */
    font-family: var(--font-family--franklin-gothic---sans-serif);
    font-size: 0.848em;
    text-align: center;
    letter-spacing: var(--tracking-0-15);
    text-decoration: none !important;
    color: var(--color-white);
  }
}

/* ==== SLOT 4 ==== */
@media only screen and (min-width: 768px) {
  #rlc-slot4 {
    margin: 0 auto;
    min-height: 50.75em;
  }
  #rlc-slot4 .rlc-container {
    width: 90em;
    margin: 0 auto;
  }
  #rlc-slot4 .rlc-container .rlc-s1 {
    width: 50.75em;
    height: 55.4375em;
    align-items: flex-end;
    display: flex;
    /* overflow: hidden; */
  }
  #rlc-slot4 .rlc-container .rlc-s2 {
    width: 39.25em;
  }

  #rlc-slot4 .rlc-s1 .rlc-copygroup {
    /* text: SHOP ALL PANTS */
    left: 63.056%;
    top: 6.35%;
    width: 28.663%;
  }
  #rlc-slot4 .rlc-s1 .rlc-copygroup .rlc-cta {
    /* text: SHOP ALL PANTS */
    font-size: var(--text-1-688);
    letter-spacing: var(--tracking-0-15);
    text-decoration: none !important;
  }

  #rlc-slot4 .rlc-s2 .rlc-textgroup {
    top: 1.325em;
    left: 1.675em;
    width: 100%;
  }
  #rlc-slot4 .rlc-s2 .rlc-title {
    width: 100%;
    font-family: var(--font-family--franklin-gothic---sans-serif);
    position: relative;
    text-align: left;
  }
  #rlc-slot4 .rlc-s2 .rlc-title1 {
    /* text: DOUBLE RL & CO */
    font-size: 4.188em;
    letter-spacing: 0.05em;
  }
  #rlc-slot4 .rlc-s2 .rlc-title2 {
    /* text: SPRING / SUMMER */
    font-size: 2.25em;
    letter-spacing: 0.12em;
  }
  #rlc-slot4 .rlc-s2 .rlc-title3 {
    /* text: MEN’S & WOMEN’S */
    font-size: 2.875em;
    letter-spacing: 0.07em;
  }
  .pl #rlc-slot4 .rlc-s2 .rlc-title3 {
    font-size: 2.063em;
  }
  #rlc-slot4 .rlc-s2 .rlc-title4 {
    /* text: SURPLUS & SUPPLY CATALOG */
    font-size: 2.063em;
    letter-spacing: 0.05em;
  }
  .it #rlc-slot4 .rlc-s2 .rlc-title4,
  .es #rlc-slot4 .rlc-s2 .rlc-title4 {
    font-size: 1.875em;
  }
  #rlc-slot4 .rlc-s2 .rlc-title5 {
    /* text: RALPH LAUREN */
    font-size: 2.188em;
    letter-spacing: var(--tracking-0-15);
  }
  #rlc-slot4 .rlc-s2 .rlc-title6 {
    /* text: VOL.36 */
    font-size: 1.75em;
    letter-spacing: 0.12em;
    font-weight: normal;
    margin-top: 0.125em;
  }

  #rlc-slot4 .rlc-s2 .rlc-copygroup {
    /* text: EXPLORE NOW */
    position: absolute;
    left: 35.014%;
    top: 84%;
    width: 35.032%;
  }
  #rlc-slot4 .rlc-s2 .rlc-copygroup .rlc-cta {
    /* text: EXPLORE NOW */
    font-family: var(--font-family--franklin-gothic---sans-serif);
    font-size: var(--text-1-688);
    letter-spacing: var(--tracking-0-15);
    color: var(--color-white);
    text-decoration: none !important;
    line-height: 0.8125em;
  }
}

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

  #rlc-slot4 .rlc-s1 .rlc-copygroup {
    /* text: SHOP ALL PANTS */
    left: 70.667%;
    top: 7.039%;
    width: 28.815%;
  }
  #rlc-slot4 .rlc-s1 .rlc-copygroup .rlc-cta {
    /* text: SHOP ALL PANTS */
    font-size: 0.783em;
    letter-spacing: var(--tracking-0-15);
    text-decoration: none !important;
  }

  #rlc-slot4 .rlc-s2 .rlc-textgroup {
    top: 0.5em;
    left: 0.975em;
    width: 100%;
  }
  #rlc-slot4 .rlc-s2 .rlc-title {
    width: 100%;
    font-family: var(--font-family--franklin-gothic---sans-serif);
    position: relative;
    text-align: left;
  }
  #rlc-slot4 .rlc-s2 .rlc-title1 {
    /* text: DOUBLE RL & CO */
    font-size: 2.141em;
    letter-spacing: 0.05em;
  }
  #rlc-slot4 .rlc-s2 .rlc-title2 {
    /* text: SPRING / SUMMER */
    font-size: 1.15em;
    letter-spacing: 0.12em;
  }
  #rlc-slot4 .rlc-s2 .rlc-title3 {
    /* text: MEN’S & WOMEN’S */
    font-size: 1.47em;
    letter-spacing: 0.07em;
  }
  .pl #rlc-slot4 .rlc-s2 .rlc-title3 {
    font-size: 1.054em;
  }
  #rlc-slot4 .rlc-s2 .rlc-title4 {
    /* text: SURPLUS & SUPPLY CATALOG */
    font-size: 1.054em;
    letter-spacing: 0.05em;
  }
  #rlc-slot4 .rlc-s2 .rlc-title5 {
    /* text: RALPH LAUREN */
    font-size: 1.118em;
    letter-spacing: var(--tracking-0-15);
  }
  #rlc-slot4 .rlc-s2 .rlc-title6 {
    /* text: VOL.36 */
    font-size: 0.895em;
    letter-spacing: 0.12em;
    font-weight: normal;
    margin-top: 0.125em;
  }

  #rlc-slot4 .rlc-s2 .rlc-copygroup {
    /* text: EXPLORE NOW */
    position: absolute;
    left: 0%;
    top: 90%;
    width: 100%;
  }
  #rlc-slot4 .rlc-s2 .rlc-copygroup .rlc-cta {
    /* text: EXPLORE NOW */
    font-family: var(--font-family--franklin-gothic---sans-serif);
    font-size: 1em;
    letter-spacing: var(--tracking-0-15);
    color: var(--color-white);
    text-decoration: none !important;
  }
}

/* ==== SLOT 5 ==== */
@media only screen and (min-width: 768px) {
  #rlc-slot5 {
    margin: 0 auto;
    height: 53.6875em;
    display: flex;
    z-index: 1;
  }
  #rlc-slot5 .rlc-container {
    width: 90em;
    margin: 0 auto;
  }
  #rlc-slot5 .rlc-container .rlc-s1 {
    width: 39.675em;
  }
  #rlc-slot5 .rlc-container .rlc-s2 {
    width: 50.325em;
    height: 63.825em;
    align-items: center;
    display: flex;
    /* overflow: hidden; */
  }

  #rlc-slot5 .rlc-s2 .rlc-copygroup {
    /* text: SHOP ALL SHIRTS */
    left: 48.936%;
    top: 61.709%;
    width: 9.092%;
  }
  .nl #rlc-slot5 .rlc-s2 .rlc-copygroup {
    left: 45.936%;
  }
  #rlc-slot5 .rlc-s2 .rlc-copygroup .rlc-cta {
    /* text: SHOP ALL SHIRTS */
    font-size: var(--text-1-688);
    letter-spacing: var(--tracking-0-15);
    color: var(--color-white);
    text-decoration: none !important;
  }
}

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

  #rlc-slot5 .rlc-s2 .rlc-copygroup {
    /* text: SHOP ALL SHIRTS */
    left: 44.422%;
    top: 60.721%;
    width: 16.246%;
  }
  .nl #rlc-slot5 .rlc-s2 .rlc-copygroup {
    left: 41.422%;
  }
  #rlc-slot5 .rlc-s2 .rlc-copygroup .rlc-cta {
    /* text: SHOP ALL SHIRTS */
    font-size: 0.848em;
    letter-spacing: var(--tracking-0-15);
    color: var(--color-white);
    text-decoration: none !important;
  }
}

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

  #rlc-slot6 .rlc-copygroup {
    position: absolute;
    left: 2.153%;
    top: 23.685%;
    width: 11.319%;
  }
  #rlc-slot6 .rlc-cta {
    /* text: SHOP ALL WOMEN’S */
    font-family: var(--font-family--franklin-gothic---sans-serif);
    font-size: var(--text-1-688);
    text-align: center;
    letter-spacing: var(--tracking-0-15);
    text-decoration: none !important;
    color: var(--color-white);
  }
}

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

  #rlc-slot6 .rlc-copygroup {
    position: absolute;
    left: 0%;
    top: 19.783%;
    width: 30.467%;
  }
  #rlc-slot6 .rlc-cta {
    /* text: SHOP ALL WOMEN’S */
    font-family: var(--font-family--franklin-gothic---sans-serif);
    font-size: 0.848em;
    text-align: center;
    letter-spacing: var(--tracking-0-15);
    text-decoration: none !important;
    color: var(--color-white);
  }
}

/* ==== SLOT 7 ==== */
@media only screen and (min-width: 768px) {
  #rlc-slot7 {
    margin: 0 auto;
    height: 60.525em;
    z-index: 1;
  }
  #rlc-slot7 .rlc-container {
    width: 90em;
    margin: 0 auto;
    align-items: flex-start;
    display: flex;
  }
  #rlc-slot7 .rlc-container .rlc-s1 {
    width: 48.3125em;
    height: 60.525em;
    /* overflow: hidden; */
  }
  #rlc-slot7 .rlc-container .rlc-s2 {
    width: 41.75em;
    height: 61.5625em;
  }

  #rlc-slot7 .rlc-s1 .rlc-copygroup {
    /* text: SHOP ALL ACCESSORIES */
    left: 7.416%;
    top: 1.015%;
    width: 45.757%;
  }
  .se #rlc-slot7 .rlc-s1 .rlc-copygroup {
    width: 43.757%;
  }
  #rlc-slot7 .rlc-s1 .rlc-copygroup .rlc-cta {
    /* text: SHOP ALL ACCESSORIES */
    font-size: var(--text-1-563);
    letter-spacing: var(--tracking-0-15);
    text-decoration: none !important;
    color: var(--color-white);
  }

  #rlc-slot7 .rlc-s2 .rlc-copygroup {
    /* text: SHOP DENIM */
    left: 54.598%;
    top: 4.264%;
    width: 21.257%;
  }
  .it #rlc-slot7 .rlc-s2 .rlc-copygroup {
    width: 26.257%;
  }
  #rlc-slot7 .rlc-s2 .rlc-copygroup .rlc-cta {
    /* text: SHOP DENIM */
    font-size: var(--text-1-688);
    letter-spacing: var(--tracking-0-15);
    text-decoration: none !important;
  }
}

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

  #rlc-slot7 .rlc-s1 .rlc-copygroup {
    /* text: SHOP ALL ACCESSORIES */
    left: 4.776%;
    top: 2.309%;
    width: 47.747%;
  }
  #rlc-slot7 .rlc-s1 .rlc-copygroup .rlc-cta {
    /* text: SHOP ALL ACCESSORIES */
    font-size: 0.848em;
    letter-spacing: var(--tracking-0-15);
    text-decoration: none !important;
    color: var(--color-white);
  }

  #rlc-slot7 .rlc-s2 .rlc-copygroup {
    /* text: SHOP DENIM */
    left: 58.87%;
    top: 3.291%;
    width: 20.42%;
  }
  #rlc-slot7 .rlc-s2 .rlc-copygroup .rlc-cta {
    /* text: SHOP DENIM */
    font-size: 0.848em;
    letter-spacing: var(--tracking-0-15);
    text-decoration: none !important;
  }
}

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

  #rlc-slot8 .rlc-copygroup {
    position: absolute;
    left: 47.778%;
    top: 31.12%;
    width: 11.806%;
  }
  .de #rlc-slot8 .rlc-copygroup,
  .es #rlc-slot8 .rlc-copygroup,
  .se #rlc-slot8 .rlc-copygroup {
    width: 17.806%;
  }
  .nl #rlc-slot8 .rlc-copygroup,
  .pt #rlc-slot8 .rlc-copygroup,
  .pl #rlc-slot8 .rlc-copygroup {
    width: 14.806%;
  }
  #rlc-slot8 .rlc-cta {
    /* text: SHOP ALL KNITS */
    font-family: var(--font-family--franklin-gothic---sans-serif);
    font-size: var(--text-1-688);
    text-align: center;
    letter-spacing: var(--tracking-0-15);
    text-decoration: none !important;
  }
}

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

  #rlc-slot8 .rlc-copygroup {
    position: absolute;
    left: 7.181%;
    top: 8.023%;
    width: 21.333%;
  }
  .es #rlc-slot8 .rlc-copygroup,
  .se #rlc-slot8 .rlc-copygroup {
    width: 33.333%;
  }
  .pt #rlc-slot8 .rlc-copygroup,
  .pl #rlc-slot8 .rlc-copygroup {
    width: 26.333%;
  }
  #rlc-slot8 .rlc-cta {
    /* text: SHOP ALL KNITS */
    font-family: var(--font-family--franklin-gothic---sans-serif);
    font-size: 0.848em;
    text-align: center;
    letter-spacing: var(--tracking-0-15);
    text-decoration: none !important;
  }
}

/* ==== SLOT 9 ==== */
@media only screen and (min-width: 768px) {
  #rlc-slot9 {
    margin: 0 auto;
    height: 56.375em;
    overflow: hidden;
  }
  #rlc-slot9 .rlc-container {
    width: 90em;
    margin: 0 auto;
  }
  #rlc-slot9 .rlc-container .rlc-s1 {
    width: 45.875em;
    height: 56.675em;
  }
  #rlc-slot9 .rlc-container .rlc-s2 {
    width: 44.25em;
    height: 56.675em;
  }

  #rlc-slot9 .rlc-s1 .rlc-copygroup {
    /* text: SHOP ALL SWEATERS */
    left: 6.225%;
    top: 3.46%;
    width: 23.691%;
  }
  #rlc-slot9 .rlc-s1 .rlc-copygroup .rlc-cta {
    /* text: SHOP ALL SWEATERS */
    font-size: var(--text-1-563);
    letter-spacing: var(--tracking-0-15);
    text-decoration: none !important;
  }
  .de #rlc-slot9 .rlc-s1 .rlc-copygroup {
    left: 1.225%;
    top: 2.46%;
    width: 32.691%;
  }
  .de #rlc-slot9 .rlc-s1 .rlc-copygroup .rlc-cta {
    font-size: 1.25em;
  }

  #rlc-slot9 .rlc-s2 .rlc-copygroup {
    /* text: SHOP ALL TAILORED CLOTHING */
    left: 23.578%;
    top: 1.356%;
    width: 26.666%;
  }
  .es #rlc-slot9 .rlc-s2 .rlc-copygroup {
    width: 30.666%;
  }
  #rlc-slot9 .rlc-s2 .rlc-copygroup .rlc-cta {
    /* text: SHOP ALL TAILORED CLOTHING */
    font-size: var(--text-1-563);
    letter-spacing: var(--tracking-0-15);
    text-decoration: none !important;
  }
}

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

  #rlc-slot9 .rlc-s1 .rlc-copygroup {
    /* text: SHOP ALL SWEATERS */
    left: 7.336%;
    top: 3.201%;
    width: 23.691%;
  }
  #rlc-slot9 .rlc-s1 .rlc-copygroup .rlc-cta {
    /* text: SHOP ALL SWEATERS */
    font-size: 0.848em;
    letter-spacing: var(--tracking-0-15);
    text-decoration: none !important;
  }
  .de #rlc-slot9 .rlc-s1 .rlc-copygroup {
    left: 1%;
    top: 1.201%;
    width: 37.691%;
  }
  .de #rlc-slot9 .rlc-s1 .rlc-copygroup .rlc-cta {
    font-size: 0.75em;
  }
  .pl #rlc-slot9 .rlc-s1 .rlc-copygroup {
    width: 24.691%;
  }

  #rlc-slot9 .rlc-s2 .rlc-copygroup {
    /* text: SHOP ALL TAILORED CLOTHING */
    left: 26.477%;
    top: 3.17%;
    width: 26.406%;
  }
  .es #rlc-slot9 .rlc-s2 .rlc-copygroup {
    width: 31.406%;
    left: 22.477%;
  }
  .nl #rlc-slot9 .rlc-s2 .rlc-copygroup {
    left: 21.477%;
  }
  .pl #rlc-slot9 .rlc-s2 .rlc-copygroup {
    left: 20.477%;
    width: 35.406%;
  }
  #rlc-slot9 .rlc-s2 .rlc-copygroup .rlc-cta {
    /* text: SHOP ALL TAILORED CLOTHING */
    font-size: 0.9em;
    letter-spacing: var(--tracking-0-15);
    text-decoration: none !important;
  }
}

/* ==== SLOT 10 ==== */
@media only screen and (min-width: 768px) {
  #rlc-slot10 {
    margin: 0 auto;
    height: 57em;
    display: flex;
  }
  #rlc-slot10 .rlc-container {
    width: 90em;
    margin: 0 auto;
  }
  #rlc-slot10 .rlc-container .rlc-s1 {
    width: 45.875em;
    height: 57em;
  }
  #rlc-slot10 .rlc-container .rlc-s2 {
    width: 44.25em;
    height: 57em;
  }

  #rlc-slot10 .rlc-s1 .rlc-copygroup {
    /* text: FIND OUR STORES */
    position: absolute;
    left: 13.628%;
    top: 92.038%;
    width: 21.39%;
  }
  .fr #rlc-slot10 .rlc-s1 .rlc-copygroup,
  .nl #rlc-slot10 .rlc-s1 .rlc-copygroup,
  .se #rlc-slot10 .rlc-s1 .rlc-copygroup {
    width: 29.39%;
  }
  .pt #rlc-slot10 .rlc-s1 .rlc-copygroup,
  .pl #rlc-slot10 .rlc-s1 .rlc-copygroup {
    width: 32.39%;
  }
  #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-563);
    letter-spacing: var(--tracking-0-15);
    color: var(--color-white);
    text-decoration: none !important;
  }

  #rlc-slot10 .rlc-s2 .rlc-copygroup {
    /* text: SHOP ALL VINTAGE */
    position: absolute;
    left: 73.963%;
    top: 92.24%;
    width: 22.316%;
  }
  #rlc-slot10 .rlc-s2 .rlc-copygroup .rlc-cta {
    /* text: SHOP ALL VINTAGE */
    font-family: var(--font-family--franklin-gothic---sans-serif);
    font-size: var(--text-1-563);
    letter-spacing: var(--tracking-0-15);
    color: var(--color-white);
  }
}

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

  #rlc-slot10 .rlc-s1 .rlc-copygroup {
    /* text: FIND OUR STORES */
    position: absolute;
    left: 14.76%;
    top: 91.468%;
    width: 21.6%;
  }
  .fr #rlc-slot10 .rlc-s1 .rlc-copygroup,
  .nl #rlc-slot10 .rlc-s1 .rlc-copygroup,
  .se #rlc-slot10 .rlc-s1 .rlc-copygroup {
    width: 31.6%;
  }
  .pt #rlc-slot10 .rlc-s1 .rlc-copygroup,
  .pl #rlc-slot10 .rlc-s1 .rlc-copygroup {
    width: 35.39%;
  }
  #rlc-slot10 .rlc-s1 .rlc-copygroup .rlc-cta {
    /* text: FIND OUR STORES */
    font-family: var(--font-family--franklin-gothic---sans-serif);
    font-size: 0.848em;
    letter-spacing: var(--tracking-0-15);
    color: var(--color-white);
    text-decoration: none !important;
  }

  #rlc-slot10 .rlc-s2 .rlc-copygroup {
    /* text: SHOP ALL VINTAGE */
    position: absolute;
    left: 73.496%;
    top: 91.549%;
    width: 22.133%;
  }
  #rlc-slot10 .rlc-s2 .rlc-copygroup .rlc-cta {
    /* text: SHOP ALL VINTAGE */
    font-family: var(--font-family--franklin-gothic---sans-serif);
    font-size: 0.848em;
    letter-spacing: var(--tracking-0-15);
    color: var(--color-white);
  }
}

/* ==== INSTA ==== */
@media only screen and (min-width: 768px) {
  #rlc-insta {
    min-height: 10.1875em;
    margin: 0 auto;
  }
  #rlc-insta .rlc-container {
    width: 90em;
    margin: 0 auto;
  }
}

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

/* Polish font overrides */
.pl #rlc-slot3 .rlc-cta,
.pl #rlc-slot4 .rlc-s1 .rlc-copygroup .rlc-cta,
.pl #rlc-slot4 .rlc-s2 .rlc-title3,
.pl #rlc-slot4 .rlc-s2 .rlc-title4,
.pl #rlc-slot5 .rlc-s2 .rlc-copygroup .rlc-cta,
.pl #rlc-slot6 .rlc-cta,
.pl #rlc-slot7 .rlc-s1 .rlc-copygroup .rlc-cta,
.pl #rlc-slot7 .rlc-s2 .rlc-copygroup .rlc-cta,
.pl #rlc-slot8 .rlc-cta,
.pl #rlc-slot9 .rlc-s1 .rlc-copygroup .rlc-cta,
.pl #rlc-slot9 .rlc-s2 .rlc-copygroup .rlc-cta,
.pl #rlc-slot10 .rlc-s1 .rlc-copygroup .rlc-cta {
  font-family: var(--font-family--franklin-gothic-atf--sans-serif) !important;
}
