/*
 * Ralph Lauren RRL - MASTER STYLES CSS WITH LAYOUT PROPERTIES
 * Generated for direct HTML integration
 * Source: Figma mapped styles (auto-extracted)
 * Includes positioning and sizing from Figma design
 */

/* ===== CSS ROOT VARIABLES ===== */
:root {
  /* Ralph Lauren Brand Colors */
  --rl-navy: #1b3f56;
  --rl-black: #000000;
  --rl-white: #ffffff;

  /* Ralph Lauren Font Families */
  --font-futura-bold: "Futura BT W01 Bold", Arial, Helvetica, sans-serif;
  --font-archive-modern: "ArchiveModernII", "Archive Modern II", serif;
  --font-franklin-gothic-bold: "MTFranklinGothicW01-Xtr", "Futura BT W01 Bold", "Arial", sans-serif;
  --font-adobe-garamond: "AdobeGaramondRegular", "Adobe Garamond Pro", serif;

  /* Font Sizes (em units) */
  --text-xs: 0.813em; /* 13px */
  --text-sm: 1.25em; /* 20px */
  --text-base: 1.375em; /* 22px */
  --text-lg: 1.563em; /* 25px */
  --text-2xl: 1.75em; /* 28px */
  --text-3xl: 1.875em; /* 30px */
  --text-4xl: 2.063em; /* 33px */
  --text-6xl: 2.5em; /* 40px */

  /* Letter Spacing */
  --tracking-tight: 0.081em; /* 1.3px */
  --tracking-wide: 0.175em; /* 2.8px */

  /* Line Heights */
  --leading-none: normal;
  --leading-tight: 0.938em; /* 15px ÷ 16 */

  /* Mobile Scaling Factor */
  --mobile-scale: 0.65;
}

/* ===== BASE TYPOGRAPHY CLASSES ===== */
.rlc-rrl .rlc-header,
.rlc-rrl .rlc-header1,
.rlc-rrl .rlc-header2,
.rlc-rrl .rlc-title1,
.rlc-rrl .rlc-title2,
.rlc-rrl .rlc-cta {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  text-align: center;
}

.rlc-rrl .rlc-cta {
  font-family: var(--font-archive-modern);
  font-weight: normal;
  color: var(--rl-navy);
  line-height: 1.25em;
  letter-spacing: 0.1em !important;
  text-decoration: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 0.1em;
  text-underline-position: from-font;
}
.rlc-rrl .rlc-copygroup {
  position: absolute;
  margin: 0;
  padding: 0;
  color: var(--rl-navy);
}
.rlc-rrl a,
.rlc-rrl .rlc-cta:hover,
.rlc-rrl .rlc-cta:focus {
  color: inherit;
}
/* ===== HERO SECTION =====
   For: <section id="rlc-rrl-lp-hero">
          <div class="rlc-header">RRL FALL '25</div>
        </section>
*/
#rlc-rrl-lp-hero .rlc-header {
  /* Layout Properties - Relative to parent block */
  position: absolute;
  top: 2%;
  left: 1%;
  width: 9%;

  font-family: var(--font-futura-bold);
  font-weight: bold;
  font-size: var(--text-2xl);
  line-height: 1.35em;
  color: var(--rl-white);
  letter-spacing: var(--tracking-wide);
  z-index: 1;
}

/* ===== BLOCK 1 - DENIM/CORD JACKETS =====
   For: <section id="rlc-rrl-lp-b2">
          <div class="rlc-header1">DENIM/CORD JACKETS</div>
          <div class="rlc-header2">INDIGO LEATHER JACKET</div>
          <a class="rlc-cta">SHOP ALL OUTERWEAR</a>
        </section>
*/

#rlc-rrl-lp-b2 .rlc-header1 {
  position: absolute;
  top: 8%;
  left: 2%;
  width: 37.5%;
  font-family: var(--font-futura-bold);
  font-weight: bold;
  font-size: var(--text-2xl);
  line-height: 1.5em;
  color: var(--rl-navy);
  letter-spacing: 0.09em;
}

#rlc-rrl-lp-b2 .rlc-header2 {
  position: absolute;
  top: 8%;
  left: 61%;
  width: 37%;
  font-family: var(--font-futura-bold);
  font-weight: bold;
  font-size: var(--text-2xl);
  line-height: 1.5em;
  color: var(--rl-navy);
  letter-spacing: 0.09em;
}
#rlc-rrl-lp-b2 .rlc-header span {
  border: currentColor solid 3px;
  padding: 0 0.25em;
}
#rlc-rrl-lp-b2 .rlc-copygroup {
  top: 66%;
  left: 40%;
  width: 20.5%;
  height: 15.5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#rlc-rrl-lp-b2 .rlc-cta {
  font-family: var(--font-archive-modern);
  font-size: var(--text-2xl);
  display: block !important;
}

/* ===== BLOCK 2 - ACCESSORIES & WOMEN'S =====
   For: <section id="rlc-rrl-lp-b3">
          <div class="rlc-s1">
            <div class="rlc-header">ACCESSORIES & COLLECTIBLES</div>
            <a class="rlc-cta">SHOP ALL</a>
          </div>
          <div class="rlc-s2">
            <a class="rlc-cta">SHOP RRL WOMEN'S</a>
          </div>
        </section>
*/
#rlc-rrl-lp-b3 .rlc-s1 .rlc-header {
  position: absolute;
  top: 7.5%;
  left: 26%;
  width: 65%;

  font-family: var(--font-archive-modern);
  font-weight: normal;
  font-size: var(--text-4xl);
  line-height: var(--leading-none);
  color: var(--rl-navy);
  letter-spacing: 0.09em;
}

#rlc-rrl-lp-b3 .rlc-s1 .rlc-copygroup {
  top: 93%;
  left: 41%;
  width: 22.5%;
  border: currentColor solid 3px;
  padding: 0.25em 1em;
}
#rlc-rrl-lp-b3 .rlc-s2 .rlc-copygroup {
  top: 93%;
  left: 0;
  width: 100%;
}
#rlc-rrl-lp-b3 .rlc-s1 .rlc-cta,
#rlc-rrl-lp-b3 .rlc-s2 .rlc-cta {
  font-family: var(--font-archive-modern);
  font-size: var(--text-lg); /* 25px */
}
#rlc-rrl-lp-b3 .rlc-s2 .rlc-cta {
  font-size: 1.25em;
  line-height: 1.75em;
}
/* #rlc-rrl-lp-b3 .rlc-s1 .rlc-cta span {
  border: currentColor solid 3px;
  padding: 0.25em 1em;
} */
/* ===== BLOCK 3 - SWEATERS =====
   For: <section id="rlc-rrl-lp-b4">
          <div class="rlc-s1">
            <a class="rlc-cta">EXPLORE THE CATALOG</a>
          </div>
          <div class="rlc-s2">
            <div class="rlc-title1">INDIGO SWEATERS</div>
            <div class="rlc-title2">TRUE BLUE</div>
            <div class="rlc-title2">ALL THRU</div>
            <a class="rlc-cta">SHOP ALL</a>
          </div>
        </section>
*/
#rlc-rrl-lp-b4 .rlc-s1 {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
#rlc-rrl-lp-b4 .rlc-s1 .rlc-copygroup {
  position: relative;
  margin-bottom: 0.15em;
}
#rlc-rrl-lp-b4 .rlc-s1 .rlc-cta {
  font-size: 1.35em;
}

#rlc-rrl-lp-b4 .rlc-s2 .rlc-displaycopy {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 4.5%;
  left: 12%;
  width: 71%;
}
#rlc-rrl-lp-b4 .rlc-s2 .rlc-title1 {
  /* Font Styling (unchanged) */
  font-family: var(--font-franklin-gothic-bold);
  font-size: var(--text-xs); /* 13px */
  line-height: var(--leading-tight); /* 15px ÷ 16 */
  color: var(--rl-navy);
  letter-spacing: var(--tracking-tight); /* 1.3px */
  font-weight: bold;
  line-height: 1.2em;
  width: 5%;
}

#rlc-rrl-lp-b4 .rlc-s2 .rlc-title2 {
  /* Font Styling (unchanged) */
  font-family: var(--font-franklin-gothic-bold);
  font-size: var(--text-xs); /* 13px */
  line-height: var(--leading-tight); /* 15px ÷ 16 */
  color: var(--rl-navy);
  letter-spacing: var(--tracking-tight); /* 1.3px */
  font-weight: bold;
  line-height: 1.2em;
  width: 5%;
}

#rlc-rrl-lp-b4 .rlc-s2 .rlc-header {
  width: 53.5%;

  font-family: var(--font-archive-modern);
  font-weight: normal;
  font-size: 2.188em;
  line-height: 1.2em;
  color: var(--rl-navy);
  letter-spacing: 0.09em;
}

#rlc-rrl-lp-b4 .rlc-s2 .rlc-copygroup {
  top: 10.75%;
  left: 12%;
  width: 71%;
}
#rlc-rrl-lp-b4 .rlc-s2 .rlc-copygroup .rlc-cta {
  font-family: var(--font-futura-bold);
  font-weight: bold;
  font-size: var(--text-lg); /* 25px */
}

/* ===== BLOCK 4 - WORKSHIRTS =====
   For: <section id="rlc-rrl-lp-b5">
          <div class="rlc-header">DOUBLE RL WORKSHIRTS</div>
          <a class="rlc-cta">SHOP ALL SHIRTS</a>
        </section>
*/
#rlc-rrl-lp-b5 .rlc-header {
  position: absolute;
  top: 9%;
  left: 0;
  width: 100%;

  font-family: var(--font-archive-modern);
  font-weight: normal;
  font-size: var(--text-6xl);
  line-height: var(--leading-none);
  color: var(--rl-navy);
  letter-spacing: 0.09em;
}

#rlc-rrl-lp-b5 .rlc-copygroup {
  top: 75%;
  left: 31.25%;
  width: 17.5%;
  height: 23%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#rlc-rrl-lp-b5 .rlc-copygroup .rlc-cta {
  font-family: var(--font-archive-modern);
  font-size: 1.688em; /* 25px */
  margin: 0 2em;
}

/* ===== BLOCK 5 - DENIM =====
   For: <section id="rlc-rrl-lp-b6">
          <div class="rlc-header1">SUPERIOR QUALITY DENIM</div>
          <div class="rlc-header2">RRL TAILORED CLOTHING</div>
          <a class="rlc-cta">SHOP ALL</a>
        </section>
*/
#rlc-rrl-lp-b6 .rlc-header1 {
  position: absolute;
  top: 4%;
  left: 2%;
  width: auto;

  font-family: var(--font-futura-bold);
  font-weight: bold;
  font-size: var(--text-4xl);
  line-height: 1.15em;
  color: var(--rl-navy);
  letter-spacing: 0.1em;
}
#rlc-rrl-lp-b6 .rlc-header1 span {
  border: currentColor solid 3px;
  padding: 0 0.25em;
}
#rlc-rrl-lp-b6 .rlc-header2 {
  position: absolute;
  top: 68%;
  left: 73%;
  width: 24.25%;

  font-family: var(--font-futura-bold);
  font-weight: bold;
  font-size: var(--text-2xl);
  line-height: var(--leading-none);
  color: var(--rl-black);
  letter-spacing: 0.1em;
}

#rlc-rrl-lp-b6 .rlc-copygroup.rlc-tg1 {
  top: 12%;
  left: 39%;
  width: 9%;
}
#rlc-rrl-lp-b6 .rlc-product1 .rlc-copygroup {
  top: 81%;
  left: 89.25%;
  width: 10%;
  height: 12%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#rlc-rrl-lp-b6 .rlc-copygroup .rlc-cta {
  font-family: var(--font-futura-bold);
  font-weight: bold;
  font-size: var(--text-base); /* 22px */
}

/* ===== BLOCK 6 - KNITS =====
   For: <section id="rlc-rrl-lp-b7">
          <div class="rlc-header1">SUPERIOR QUALITY KNITS</div>
          <div class="rlc-header2">INDIGO FAIR ISLE HENLEY</div>
          <a class="rlc-cta">SHOP ALL KNITS</a>
        </section>
*/
#rlc-rrl-lp-b7 .rlc-header1 {
  position: absolute;
  top: 1%;
  left: 50%;
  width: 13%;

  font-family: var(--font-futura-bold);
  font-weight: bold;
  font-size: var(--text-2xl);
  line-height: var(--leading-none);
  color: var(--rl-black);
  letter-spacing: 0.09em;
}

#rlc-rrl-lp-b7 .rlc-header2 {
  position: absolute;
  top: 3%;
  left: 72.25%;
  width: 26.75%;
  font-family: var(--font-archive-modern);
  font-weight: normal;
  font-size: var(--text-2xl);
  line-height: 1.25em;
  color: var(--rl-navy);
  letter-spacing: 0.09em;
}

#rlc-rrl-lp-b7 .rlc-copygroup.rlc-tg1 {
  top: 86%;
  left: 72%;
  width: 11%;
  height: 12%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#rlc-rrl-lp-b7 .rlc-product1 .rlc-copygroup {
  top: 6%;
  left: 24.25%;
  width: 7%;
  z-index: 1;
}
#rlc-rrl-lp-b7 .rlc-product2 .rlc-copygroup {
  top: 87%;
  left: 48%;
  width: 14%;
  z-index: 1;
}
#rlc-rrl-lp-b7 .rlc-copygroup .rlc-cta {
  font-family: var(--font-archive-modern);
  font-weight: normal;
  font-size: var(--text-sm); /* 20px */
  color: var(--rl-black);
}
#rlc-rrl-lp-b7 .rlc-product1 .rlc-copygroup .rlc-cta {
  margin: 0;
}
#rlc-rrl-lp-b7 .rlc-product2 .rlc-copygroup .rlc-cta {
  margin: 0 2em;
}
#rlc-rrl-lp-b7 .rlc-copygroup.rlc-tg1 .rlc-cta {
  margin: 0 2em;
}
/* ===== BLOCK 7 - WORK PANTS =====
   For: <section id="rlc-rrl-lp-b8">
          <div class="rlc-header">UTILITY WORK PANTS</div>
          <a class="rlc-cta">SHOP ALL</a>
        </section>
*/
#rlc-rrl-lp-b8 .rlc-header {
  position: absolute;
  top: 9%;
  left: 30%;
  width: 42%;

  font-family: var(--font-futura-bold);
  font-weight: bold;
  font-size: var(--text-6xl);
  line-height: 0.85em;
  color: var(--rl-navy);
  letter-spacing: 0.15em;
}

#rlc-rrl-lp-b8 .rlc-copygroup.rlc-tg1 {
  top: 83%;
  left: 36.75%;
  width: 21.25%;
  height: 14%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#rlc-rrl-lp-b8 .rlc-product1 .rlc-copygroup {
  top: 61%;
  left: 2%;
  width: 9%;
}
#rlc-rrl-lp-b8 .rlc-product2 .rlc-copygroup {
  top: 86.5%;
  left: 16%;
  width: 14%;
}
#rlc-rrl-lp-b8 .rlc-cta {
  font-family: var(--font-archive-modern);
  font-size: var(--text-3xl);
  line-height: 1.15em;
  color: var(--rl-black);
  margin: 0 2em;
}
#rlc-rrl-lp-b8 .rlc-product1 .rlc-copygroup .rlc-cta,
#rlc-rrl-lp-b8 .rlc-product2 .rlc-copygroup .rlc-cta {
  font-size: 1.25em;
}
#rlc-rrl-lp-b8 .rlc-copygroup.rlc-tg1 .rlc-cta {
  margin: 0;
}
/* ===== BLOCK 8 - COVERALLS =====
   For: <section id="rlc-rrl-lp-b9">
          <div class="rlc-s1">
            <div class="rlc-header">RRL TAILORED CLOTHING</div>
          </div>
          <a class="rlc-cta">SHOP ALL</a>
        </section>
*/
#rlc-rrl-lp-b9 .rlc-s1 .rlc-header {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 1%;
  height: 5%;
  width: 100%;
  font-family: var(--font-archive-modern);
  font-weight: normal;
  font-size: 2.5em;
  line-height: var(--leading-none);
  color: var(--rl-black);
  letter-spacing: 0.1em;
}

#rlc-rrl-lp-b9 .rlc-copygroup {
  top: auto;
  left: auto;
  bottom: 3%;
  right: 3%;
  width: 20%;
}
#rlc-rrl-lp-b9 .rlc-cta {
  font-family: var(--font-adobe-garamond);
  font-size: var(--text-6xl); /* 40px */
  line-height: 1.25em;
  color: var(--rl-white);
  margin: 0 2em;
  font-weight: bold;
}

/* ===== BLOCK 9 - STORES =====
   For: <section id="rlc-rrl-lp-b10">
          <div class="rlc-s1">
            <a class="rlc-cta">FIND OUR STORES</a>
          </div>
          <div class="rlc-s2">
            <!-- Instagram feed section -->
          </div>
        </section>
*/
#rlc-rrl-lp-b10 .rlc-s1 .rlc-copygroup {
  top: auto; /* (6228px - 6228px) ÷ 16 */
  left: 0; /* 1220px ÷ 16 */
  bottom: 2%;
  width: 100%;
}
#rlc-rrl-lp-b10 .rlc-s1 .rlc-cta {
  font-family: var(--font-adobe-garamond);
  font-size: 2.625em;
  line-height: 1.25em;
  color: var(--rl-white);

  font-weight: bold;
  letter-spacing: 0.25em !important;
}

/* ===== MOBILE RESPONSIVE ===== */
@media screen and (max-width: 767px) {
  /* Mobile scaling - 65% of desktop sizes  */

  /* ===== HERO SECTION MOBILE ===== */
  #rlc-rrl-lp-hero .rlc-header {
    top: 3%;
    left: 4%;
    width: 13%;
    font-size: calc(var(--text-2xl) * var(--mobile-scale));
    line-height: 1.45em;
    letter-spacing: calc(var(--tracking-wide) * var(--mobile-scale));
  }

  /* ===== BLOCK 1 - DENIM/CORD JACKETS MOBILE ===== */
  #rlc-rrl-lp-b2 .rlc-header1 {
    top: 2.5%;
    left: 0;
    width: 100%;
    font-size: calc(var(--text-2xl) * var(--mobile-scale));
    text-align: center;
    padding: 0;
    line-height: 1.65em;
    letter-spacing: 0.2em;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #rlc-rrl-lp-b2 .rlc-header2 {
    top: 60%;
    left: 0;
    width: 100%;
    font-size: calc(var(--text-2xl) * var(--mobile-scale));
    text-align: center;
    padding: 0;
    line-height: 1.65em;
    letter-spacing: 0.15em;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #rlc-rrl-lp-b2 .rlc-copygroup {
    top: 93.5%;
    left: 4%;
    width: 92%;
    text-align: center;
    height: 5%;
  }

  #rlc-rrl-lp-b2 .rlc-cta {
    font-size: calc(var(--text-2xl) * var(--mobile-scale));
    margin: 0 5em;
  }

  /* ===== BLOCK 2 - ACCESSORIES & WOMEN'S MOBILE ===== */
  #rlc-rrl-lp-b3 .rlc-s1 .rlc-header {
    top: 3%;
    left: 0;
    width: 100%;
    font-size: calc(var(--text-2xl) * var(--mobile-scale));
    letter-spacing: 0.08em;
  }

  #rlc-rrl-lp-b3 .rlc-s1 .rlc-copygroup {
    top: 97%;
    left: 52%;
    transform: translateX(-50%);
    width: 80%;
    text-align: center;
    border: 0;
    padding: 0;
  }
  #rlc-rrl-lp-b3 .rlc-s1 .rlc-cta span {
    border: none;
    padding: 0;
  }
  #rlc-rrl-lp-b3 .rlc-s2 .rlc-copygroup {
    top: 93.5%;
    left: 0;
    width: 100%;
    text-align: center;
  }

  #rlc-rrl-lp-b3 .rlc-s1 .rlc-cta,
  #rlc-rrl-lp-b3 .rlc-s2 .rlc-cta {
    font-size: calc(var(--text-lg) * var(--mobile-scale));
  }

  /* ===== BLOCK 3 - SWEATERS MOBILE ===== */
  #rlc-rrl-lp-b4 .rlc-s1 .rlc-copygroup {
    margin-bottom: 0.1em;
  }

  #rlc-rrl-lp-b4 .rlc-s1 .rlc-cta {
    font-size: calc(1.9em * var(--mobile-scale));
  }

  #rlc-rrl-lp-b4 .rlc-s2 .rlc-displaycopy {
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
    width: 77%;
    align-items: center;
  }

  #rlc-rrl-lp-b4 .rlc-s2 .rlc-title1,
  #rlc-rrl-lp-b4 .rlc-s2 .rlc-title2 {
    font-size: calc(var(--text-xs) * var(--mobile-scale));
    margin-bottom: 0.5em;
    width: 8%;
  }

  #rlc-rrl-lp-b4 .rlc-s2 .rlc-header {
    font-size: calc(2.188em * var(--mobile-scale));
    width: 100%;
  }

  #rlc-rrl-lp-b4 .rlc-s2 .rlc-copygroup {
    top: 4.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    text-align: center;
  }

  #rlc-rrl-lp-b4 .rlc-s2 .rlc-copygroup .rlc-cta {
    font-size: calc(var(--text-lg) * var(--mobile-scale));
  }

  /* ===== BLOCK 4 - WORKSHIRTS MOBILE ===== */
  #rlc-rrl-lp-b5 .rlc-header {
    top: 3%;
    font-size: calc(2em * var(--mobile-scale));
    line-height: 1em;
  }

  #rlc-rrl-lp-b5 .rlc-copygroup {
    top: 36.5%;
    left: 0;
    width: 100%;
    text-align: center;
  }

  #rlc-rrl-lp-b5 .rlc-copygroup .rlc-cta {
    font-size: calc(2.25em * var(--mobile-scale));
    margin: 0;
  }

  /* ===== BLOCK 5 - DENIM MOBILE ===== */
  #rlc-rrl-lp-b6 .rlc-imagery {
    padding-top: 5em;
  }
  #rlc-rrl-lp-b6 .rlc-header1 {
    top: 2%;
    left: 0;
    width: 100%;
    font-size: calc(2em * var(--mobile-scale));
    line-height: 1.1em;
    letter-spacing: 0.05em;
  }

  #rlc-rrl-lp-b6 .rlc-header2 {
    top: 91.25%;
    left: 47%;
    width: 47%;
    font-size: calc(1.5em * var(--mobile-scale));
  }

  #rlc-rrl-lp-b6 .rlc-copygroup.rlc-tg1 {
    top: 3.5%;
    left: 0;
    width: 100%;
    text-align: center;
  }

  #rlc-rrl-lp-b6 .rlc-product1 .rlc-copygroup {
    top: 95%;
    left: 78%;
    width: 18%;
    height: 3%;
    text-align: center;
  }

  #rlc-rrl-lp-b6 .rlc-copygroup .rlc-cta {
    font-size: calc(1em * var(--mobile-scale));
  }

  /* ===== BLOCK 6 - KNITS MOBILE ===== */
  #rlc-rrl-lp-b7 .rlc-header1 {
    top: 20%;
    left: 0;
    width: 100%;
    font-size: calc(2em * var(--mobile-scale));
    color: var(--rl-navy);
  }

  #rlc-rrl-lp-b7 .rlc-header2 {
    top: 69%;
    left: 5%;
    width: 90.5%;
    font-size: calc(2.25em * var(--mobile-scale));
  }

  #rlc-rrl-lp-b7 .rlc-copygroup.rlc-tg1 {
    top: 98%;
    left: 6.5%;
    width: 35%;
    text-align: center;
  }

  #rlc-rrl-lp-b7 .rlc-product1 .rlc-copygroup {
    top: 24%;
    left: 75%;
    width: 24%;
    text-align: center;
  }

  #rlc-rrl-lp-b7 .rlc-product2 .rlc-copygroup {
    top: 65%;
    left: 27%;
    width: 50%;
    text-align: center;
  }

  #rlc-rrl-lp-b7 .rlc-copygroup .rlc-cta {
    font-size: calc(1.5em * var(--mobile-scale));
    margin: 0 1em;
  }

  /* ===== BLOCK 7 - WORK PANTS MOBILE ===== */
  #rlc-rrl-lp-b8 .rlc-header {
    top: 2.5%;
    left: 0;
    width: 100%;
    font-size: calc(2em * var(--mobile-scale));
    letter-spacing: 0.09em;
  }

  #rlc-rrl-lp-b8 .rlc-copygroup.rlc-tg1 {
    top: 44.75%;
    left: 0;
    width: 100%;
    text-align: center;
  }

  #rlc-rrl-lp-b8 .rlc-product1 .rlc-copygroup {
    top: 4.5%;
    left: 6%;
    width: 17%;
  }

  #rlc-rrl-lp-b8 .rlc-product2 .rlc-copygroup {
    top: 20%;
    left: 72%;
    width: 20%;
  }

  #rlc-rrl-lp-b8 .rlc-cta {
    font-size: calc(var(--text-3xl) * var(--mobile-scale));
    margin: 0 1em;
  }

  #rlc-rrl-lp-b8 .rlc-product1 .rlc-copygroup .rlc-cta,
  #rlc-rrl-lp-b8 .rlc-product2 .rlc-copygroup .rlc-cta {
    font-size: calc(1.5em * var(--mobile-scale)) !important;
  }

  /* ===== BLOCK 8 - COVERALLS MOBILE ===== */
  #rlc-rrl-lp-b9 .rlc-s1 .rlc-header {
    top: 1%;
    font-size: calc(2em * var(--mobile-scale));
    padding: 0;
  }

  #rlc-rrl-lp-b9 .rlc-copygroup {
    bottom: 2%;
    right: 2%;
    width: 22%;
    text-align: center;
  }
  #rlc-rrl-lp-b9 .rlc-s2 .rlc-copygroup {
    bottom: 8%;
  }
  #rlc-rrl-lp-b9 .rlc-cta {
    font-size: calc(1.75em * var(--mobile-scale));
    margin: 0 1em;
  }

  /* ===== BLOCK 9 - STORES MOBILE ===== */
  #rlc-rrl-lp-b10 .rlc-s1 .rlc-copygroup {
    bottom: 3%;
    width: 100%;
  }

  #rlc-rrl-lp-b10 .rlc-s1 .rlc-cta {
    font-size: calc(1.75em * var(--mobile-scale));
    letter-spacing: calc(0.25em * var(--mobile-scale)) !important;
  }
}

/* ===== END OF MAIN CSS ===== */
/* 
 * For language-specific typography adjustments, include:
 * localization.css
 */

/* ===== MFG/QS PRODUCT HOTSPOTS ===== */

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

/* .notfound .rlc-instock,
.notinstock .rlc-instock,
.notfound .rlc-keeponline,
.notinstock .rlc-keeponline,
.notfound .rlc-hotspot,
.notinstock .rlc-hotspot {
  display: none !important;
}

.instock .rlc-notinstock,
.instock .rlc-keeponline {
  display: none !important;
}

.keeponline .rlc-notinstock {
  display: none !important;
}

.notfound.rlc-hasicon .rlc-imagery::after,
.notinstock.rlc-hasicon .rlc-imagery::after {
  content: "";
  display: none !important;
} */

.rlc-rrl .rlc-qs {
  position: absolute;
  display: block;
}

#rlc-rrl-lp-b2 .rlc-qs1 {
  top: 17%;
  left: 0;
  width: 26%;
  height: 59%;
}
#rlc-rrl-lp-b2 .rlc-qs2 {
  top: 39%;
  left: 13%;
  width: 26%;
  height: 57%;
}
#rlc-rrl-lp-b2 .rlc-qs3 {
  top: 10%;
  left: 40%;
  width: 21%;
  height: 57%;
}
#rlc-rrl-lp-b2 .rlc-qs4 {
  top: 0;
  left: 62%;
  width: 37%;
  height: 100%;
}
#rlc-rrl-lp-b4 .rlc-qs1 {
  top: 12%;
  left: 0;
  width: 41%;
  height: 70%;
}
#rlc-rrl-lp-b4 .rlc-qs2 {
  top: 33%;
  left: 41%;
  width: 35%;
  height: 63%;
}
#rlc-rrl-lp-b4 .rlc-qs3 {
  top: 9%;
  left: 64%;
  width: 33%;
  height: 75%;
}
#rlc-rrl-lp-b5 .rlc-qs1 {
  top: 12%;
  left: 0;
  width: 25%;
  height: 55%;
}
#rlc-rrl-lp-b5 .rlc-qs2 {
  top: 37%;
  left: 8%;
  width: 22%;
  height: 56%;
}
#rlc-rrl-lp-b5 .rlc-qs3 {
  top: 22%;
  left: 31%;
  width: 18%;
  height: 53%;
}

#rlc-rrl-lp-b5 .rlc-qs4 {
  top: 17%;
  left: 49%;
  width: 24%;
  height: 61%;
}
#rlc-rrl-lp-b5 .rlc-qs5 {
  top: 33%;
  left: 73%;
  width: 24%;
  height: 59%;
}
#rlc-rrl-lp-b5 .rlc-qs6 {
  top: 9%;
  left: 74%;
  width: 23%;
  height: 57%;
}
#rlc-rrl-lp-b6 .rlc-qs1 {
  top: 16%;
  left: 0;
  width: 16%;
  height: 69%;
}
#rlc-rrl-lp-b6 .rlc-qs2 {
  top: 28%;
  left: 6%;
  width: 15%;
  height: 64%;
}
#rlc-rrl-lp-b6 .rlc-qs3 {
  top: 16%;
  left: 25%;
  width: 15%;
  height: 64%;
}

#rlc-rrl-lp-b6 .rlc-qs4 {
  top: 29%;
  left: 30%;
  width: 15%;
  height: 65%;
}
#rlc-rrl-lp-b6 .rlc-product1 .rlc-hotspot {
  width: 52%;
  left: 48%;
}
#rlc-rrl-lp-b7 .rlc-qs1 {
  top: 6%;
  left: 0;
  width: 24%;
  height: 77%;
}
#rlc-rrl-lp-b7 .rlc-product1 .rlc-hotspot {
  width: 26%;
  left: 25%;
  top: 0;
  height: 69%;
}
#rlc-rrl-lp-b7 .rlc-qs2 {
  top: 0;
  left: 72%;
  width: 28%;
  height: 96%;
}
#rlc-rrl-lp-b7 .rlc-product2 .rlc-hotspot {
  width: 26%;
  left: 42%;
  top: 20%;
  height: 75%;
}

#rlc-rrl-lp-b8 .rlc-product1 .rlc-hotspot {
  width: 26%;
  top: 0;
  height: 61%;
}
#rlc-rrl-lp-b8 .rlc-product2 .rlc-hotspot {
  width: 24%;
  left: 11%;
  top: 34%;
  height: 56%;
}
#rlc-rrl-lp-b8 .rlc-qs1 {
  top: 18%;
  left: 61%;
  width: 13%;
  height: 66%;
}
#rlc-rrl-lp-b8 .rlc-qs2 {
  top: 23%;
  left: 73%;
  width: 14%;
  height: 65%;
}
#rlc-rrl-lp-b8 .rlc-qs3 {
  top: 19%;
  left: 83%;
  width: 14%;
  height: 62%;
}
#rlc-rrl-lp-b8 .rlc-qs4 {
  top: 20%;
  left: 36%;
  width: 23%;
  height: 62%;
}
/* ===== MOBILE RESPONSIVE ===== */
@media screen and (max-width: 767px) {
  #rlc-rrl-lp-b2 .rlc-qs1 {
    top: 6%;
    left: 7%;
    width: 52%;
    height: 22%;
  }
  #rlc-rrl-lp-b2 .rlc-qs2 {
    top: 15%;
    left: 33%;
    width: 59%;
    height: 20%;
  }
  #rlc-rrl-lp-b2 .rlc-qs3 {
    top: 37%;
    left: 25%;
    width: 49%;
    height: 21%;
  }
  #rlc-rrl-lp-b2 .rlc-qs4 {
    top: 64%;
    left: 0;
    width: 100%;
    height: 35%;
  }
  #rlc-rrl-lp-b4 .rlc-qs1 {
    top: 8%;
    left: 0;
    width: 100%;
    height: 29%;
  }
  #rlc-rrl-lp-b4 .rlc-qs2 {
    top: 38%;
    left: 0;
    width: 100%;
    height: 28%;
  }
  #rlc-rrl-lp-b4 .rlc-qs3 {
    top: 67%;
    left: 0;
    width: 100%;
    height: 32%;
  }
  #rlc-rrl-lp-b5 .rlc-qs1 {
    top: 5%;
    left: 8%;
    width: 66%;
    height: 16%;
  }
  #rlc-rrl-lp-b5 .rlc-qs2 {
    top: 13%;
    left: 29%;
    width: 63%;
    height: 17%;
  }
  #rlc-rrl-lp-b5 .rlc-qs3 {
    top: 31%;
    left: 27%;
    width: 46%;
    height: 15%;
  }
  #rlc-rrl-lp-b5 .rlc-qs4 {
    top: 50%;
    left: 0;
    width: 100%;
    height: 18%;
  }
  #rlc-rrl-lp-b5 .rlc-qs5 {
    top: 73%;
    left: 0;
    width: 100%;
    height: 18%;
  }
  #rlc-rrl-lp-b5 .rlc-qs6 {
    top: 81%;
    left: 0;
    width: 100%;
    height: 18%;
  }
  #rlc-rrl-lp-b6 .rlc-qs1 {
    top: 7%;
    left: 18%;
    width: 42%;
    height: 27%;
  }
  #rlc-rrl-lp-b6 .rlc-qs2 {
    top: 12%;
    left: 35%;
    width: 39%;
    height: 26%;
  }
  #rlc-rrl-lp-b6 .rlc-qs3 {
    top: 39%;
    left: 23%;
    width: 40%;
    height: 27%;
  }
  #rlc-rrl-lp-b6 .rlc-qs4 {
    top: 44.5%;
    left: 36%;
    width: 41%;
    height: 27%;
  }
  #rlc-rrl-lp-b6 .rlc-product1 .rlc-hotspot {
    width: 100%;
    left: 0;
    top: 73%;
    height: 26%;
  }
  #rlc-rrl-lp-b7 .rlc-qs1 {
    width: 58%;
    left: 23%;
    top: 0;
    height: 19%;
  }
  #rlc-rrl-lp-b7 .rlc-product1 .rlc-hotspot {
    top: 23%;
    left: 0;
    width: 100%;
    height: 20%;
  }
  #rlc-rrl-lp-b7 .rlc-qs2 {
    top: 68%;
    left: 0;
    width: 100%;
    height: 32%;
  }
  #rlc-rrl-lp-b7 .rlc-product2 .rlc-hotspot {
    width: 100%;
    left: 0;
    top: 43%;
    height: 24%;
  }
  #rlc-rrl-lp-b8 .rlc-product1 .rlc-hotspot {
    width: 100%;
    top: 4%;
    height: 15%;
  }
  #rlc-rrl-lp-b8 .rlc-product2 .rlc-hotspot {
    width: 100%;
    left: 0;
    top: 20%;
    height: 16%;
  }
  #rlc-rrl-lp-b8 .rlc-qs1 {
    top: 53%;
    left: 9%;
    width: 49%;
    height: 19%;
  }
  #rlc-rrl-lp-b8 .rlc-qs2 {
    top: 58%;
    left: 38%;
    width: 52%;
    height: 20%;
  }
  #rlc-rrl-lp-b8 .rlc-qs3 {
    top: 78%;
    left: 0;
    width: 100%;
    height: 21%;
  }
  #rlc-rrl-lp-b8 .rlc-qs4 {
    top: 37%;
    left: 0;
    width: 100%;
    height: 14%;
  }
}
