/* BEGIN GLOBAL STYLES */
:root {
    --feniceReg: "Fenice ITC W01 Regular", Times, serif;
    --leJeuneReg: "LeJeuneDeck-Regular", "Times New Roman", Times, serif;
    --foundersReg: "Founders Grotesk text Regular", "Times New Roman", Times, serif;
    --foundersMono: "Founders Grotesk Mono Regular", "Times New Roman", Times, serif;
    --sackersStd: "SackersGothicW01-Light", "Times New Roman", Times, serif;
    --sackersMed: "SackersGothicW01-Medium", "Times New Roman", Times, serif;
    --sackersHeavy: "SackersGothicW01-Heavy", "Times New Roman", Times, serif;
  }
  
  header.show-promotion .header-banner,
  .header-banner-container,
  #usntA40Toggle,
  #custom-gladly-chat-button,
  #chat360-widget-container,
  .sd-bopis-display-msg {
    display: none !important;
  }
  
  /* --- PHASE HIDING STYLES --- */
  #rlcid-20240906-runway-lp .rlc-phase-2,
  #rlcid-09062024-eu-runway-lp-p1 .rlc-phase-2 {
    display: none !important;
  }
  #rlcid-20240907-runway-lp .rlc-phase-1 {
    display: none !important;
  }
  #rlcid-20240906-runway-lp #rlc-showslider {
    opacity: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    visibility: hidden !important;
  }
  
  #rlcid-09072024-eu-runway-lp-p2 .rlc-phase-3,
  #rlcid-20240906-runway-lp .rlc-phase-3,
  #rlcid-20240907-runway-lp .rlc-phase-3 {
    display: none !important;
  }
  /* --- */
  
  .rlc-runway.rlc-creative_v3 {
    background-color: #fff;
    color: #000;
    position: relative;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.5s;
  }
  .rlc-runway.rlc-creative_v3 .rlc-videocontainer {
    pointer-events: none;
  }
  .rlc-runway.rlc-creative_v3 .rlc-videocontainer video {
    object-fit: cover;
  }
  .rlc-runway.rlc-creative_v3 .rlc-foreground {
    position: relative;
  }
  .rlc-runway.rlc-creative_v3 .rlc-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
  }
  
  .rlc-runway.rlc-creative_v3 .rlc-fadelines div,
  .rlc-runway.rlc-creative_v3 .rlc-fadethis {
    opacity: 0;
  }
  .rlc-runway.rlc-creative_v3 .rlc-noclick a {
    pointer-events: none;
    cursor: inherit;
  }
  .rlc-runway.rlc-creative_v3 .rlc-title.rlc-h2 {
    font-family: var(--leJeuneReg);
    text-transform: uppercase;
  }
  .rlc-runway.rlc-creative_v3 .rlc-title.rlc-h3 {
    font-family: var(--sackersHeavy);
    text-transform: uppercase;
    font-size: 1.125em;
    line-height: 2.444em;
    letter-spacing: 0.4em;
  }
  .ar.rlc-runway.rlc-creative_v3 .rlc-title.rlc-h3 {
    font-size: 1.5em;
  }
  .rlc-runway.rlc-creative_v3 .rlc-dek {
    font-family: var(--sackersHeavy);
    font-size: 0.75em;
    line-height: 2.583em;
    letter-spacing: 0.208em;
    text-transform: uppercase;
  }
  .ar.rlc-runway.rlc-creative_v3 .rlc-dek {
    font-size: 0.875em;
  }
  .rlc-runway.rlc-creative_v3 .rlc-pillbutton {
    border: 1px solid currentColor;
    border-radius: 1.25em;
    padding: 0 1.25em;
    white-space: nowrap;
    margin: 0 0.625em;
    min-height: 2em;
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    transition: all 0.25s;
  }
  .rlc-runway.rlc-creative_v3 .rlc-pillbutton span {
    font-family: var(--foundersMono);
    font-size: 0.688em;
    color: currentColor;
    letter-spacing: 1px;
    line-height: 1em;
    text-transform: uppercase;
    transition: all 0.25s;
    position: relative;
  }
  .rlc-runway.rlc-creative_v3 .rlc-pillbutton:hover {
    background: #000;
    color: #fff;
    border-color: #000;
  }
  .rlc-runway.rlc-creative_v3 .rlc-pillbutton.rlc-play {
    padding: 0 1.656em 0 3.031em;
  }
  .rlc-runway.rlc-creative_v3 .rlc-pillbutton.rlc-play span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -2em;
    transform: translateY(-50%);
    width: 1.182em;
    height: 1.182em;
    border: 1px solid currentColor;
    border-radius: 50%;
    display: block;
  }
  .rlc-runway.rlc-creative_v3 .rlc-pillbutton.rlc-play span::after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0.273em 0 0.273em 0.473em;
    border-color: transparent transparent transparent currentColor;
    transform: rotate(0deg);
    position: absolute;
    left: -1.55em;
    top: 50%;
    transform: translateY(-50%);
  }
  .rlc-runway.rlc-creative_v3 .rlc-pillbutton.rlc-play:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
  }
  .rlc-runway.rlc-creative_v3 .rlc-explore {
    display: inline-block;
    position: relative;
    margin-right: 4.375em;
  }
  .rlc-runway.rlc-creative_v3 .rlc-explore::before {
    content: "";
    display: block;
    height: 1px;
    width: 3.75em;
    position: absolute;
    top: 50%;
    right: -0.625em;
    transform: translateX(100%);
    background: currentColor;
  }
  .rlc-runway.rlc-creative_v3 .rlc-explore::after {
    content: "";
    display: block;
    height: 0.375em;
    width: 0.375em;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    position: absolute;
    top: 50%;
    right: -4.375em;
    transform: translateY(calc(-50% + 0.5px)) rotate(-45deg);
  }
  .rlc-runway.rlc-creative_v3 .rlc-explore span {
    font-family: var(--foundersMono);
    font-size: 0.688em;
    line-height: 1.091em;
    letter-spacing: 0.091em;
    text-transform: uppercase;
    display: block;
  }
  @media only screen and (min-width: 768px) {
    .rlc-runway.rlc-creative_v3 .rlc-desktop-display-none {
      display: none;
    }
    .rlc-runway.rlc-creative_v3 span.rlc-num {
      font-size: 1.125em;
    }
  
    #rlc-stickynavbuttons .rlc-link:hover {
      background: #000;
    }
    #rlc-stickynavbuttons .rlc-link:hover span {
      color: #fff;
    }
  }
  @media screen and (max-width: 767px) {
    .rlc-runway.rlc-creative_v3 .rlc-dek {
      font-size: 0.625em;
      /* line-height: 2em; */
      letter-spacing: 0.1em;
      text-transform: uppercase;
      line-height: 2.8em;
    }
    .ar.rlc-runway.rlc-creative_v3 .rlc-dek {
      font-size: 0.75em;
    }
  
    .rlc-runway.rlc-creative_v3 .rlc-mobile-display-none {
      display: none;
    }
    .rlc-runway.rlc-creative_v3 span.rlc-num {
      font-size: 1.143em;
    }
  }
  /* END GLOBAL STYLES */
  
  /* BEGIN HERO STYLES */
  #rlc-hero {
    height: 45em;
    color: #fff;
  }
  #rlc-hero .rlc-copygroup {
    position: absolute;
    bottom: 6.438em;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 90%;
  }
  #rlc-hero .rlc-copygroup .rlc-title {
    font-size: 3.125em;
    line-height: 1.04em;
    letter-spacing: 0.08em;
    margin: 0.6em auto 0.46em;
  }
  #rlc-hero .rlc-copygroup .rlc-dek {
    opacity: 0;
  }
  #rlc-hero .rlc-copygroup .rlc-pillbutton {
    margin-top: 2.375em;
  }
  
  #rlc-hero .rlc-copygroup .rlc-title,
  #rlc-hero .rlc-copygroup .rlc-dek {
    opacity: 0;
    transition: all 2s;
  }
  #rlc-hero .rlc-copygroup .rlc-pillbutton {
    opacity: 0;
  }
  #rlc-hero.rlc-ready .rlc-copygroup .rlc-title,
  #rlc-hero.rlc-ready .rlc-copygroup .rlc-dek,
  #rlc-hero.rlc-ready .rlc-copygroup .rlc-pillbutton {
    opacity: 1;
  }
  
  #rlc-hero .rlc-copygroup .rlc-dek.rlc-no-me {
    display: none;
  }
  
  @media screen and (max-width: 767px) {
    #rlc-hero {
      height: 37.188em;
    }
    #rlc-hero .rlc-copygroup {
      bottom: 5.063em;
      width: 100%;
    }
    #rlc-hero .rlc-copygroup .rlc-title {
      font-size: 1.75em;
      line-height: 1.429em;
      letter-spacing: 0.125em;
    }
    #rlc-hero .rlc-copygroup .rlc-dek {
      letter-spacing: 0.357em;
    }
    #rlc-hero .rlc-copygroup .rlc-pillbutton {
      margin-top: 1em;
      width: auto;
    }
  }
  /* END HERO */
  
  /* FREESCROLL SLIDER STYLES */
  .rlc-freescroll-slider .rlc-carousel-scrollbar {
    position: absolute;
    width: 75em;
    z-index: 2;
    bottom: -1.5em;
    left: 0;
    right: 0;
    margin: 0;
  }
  .rlc-freescroll-slider .rlc-carousel-scrollbar:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    transition: opacity 0.6s linear 0.9s, height 0.3s ease-in;
    background-color: #e1e1dc80;
    opacity: 0.5 !important;
    cursor: auto;
  }
  .rlc-freescroll-slider .swiper-scrollbar-drag {
    opacity: 1 !important;
    cursor: auto;
    height: 2px;
    background-color: #fff;
  }
  .rlc-freescroll-slider .swiper-scrollbar-drag:after {
    background: red;
  }
  
  @media screen and (max-width: 767px) {
    .rlc-freescroll-slider .rlc-carousel-scrollbar {
      bottom: 1.5em;
      width: 20.9375em;
      margin: 0 auto;
    }
  }
  
  /* BEGIN SHOP SECTION */
  #rlc-shopsection {
    height: 43.25em;
    background: #fff;
    overflow: hidden;
  }
  #rlc-shopsection .rlc-intro {
    flex-direction: column;
    text-align: center;
    align-items: flex-start;
    color: #041e3a;
  }
  #rlc-shopsection .rlc-intro .rlc-title {
    font-family: var(--leJeuneReg);
    font-size: 2.75em;
    line-height: 1.182em;
    text-transform: none;
  }
  #rlc-shopsection .rlc-intro .rlc-dek {
    margin-top: 0.667em;
    font-family: var(--leJeuneReg);
    font-size: 1.125em;
    line-height: 1.778em;
    text-transform: none;
    letter-spacing: unset;
  }
  #rlc-shopsection .rlc-carousel.rlc-category_carousel.rlc-shopslider {
    overflow: hidden;
  }
  #rlc-shopsection .rlc-carousel .swiper-container {
    overflow: visible;
    color: #fff;
  }
  #rlc-shopsection
    .rlc-carousel.rlc-category_carousel
    .swiper-container-horizontal
    > .swiper-scrollbar {
    bottom: -1.375em;
  }
  #rlc-shopsection .rlc-slide:first-of-type {
    margin-left: 0;
  }
  #rlc-shopsection .rlc-slide:last-of-type {
    margin-right: 0;
  }
  #rlc-shopsection .rlc-slide .rlc-imagery {
    min-height: 0;
  }
  #rlc-shopsection .rlc-carousel.rlc-category_carousel.rlc-shopslider .rlc-copygroup {
    bottom: 2.5em;
    width: 95%;
  }
  #rlc-shopsection .rlc-slide .rlc-title {
    font-family: var(--leJeuneReg);
    font-size: 1.75em;
    line-height: 1.429em;
    letter-spacing: 0.001em;
    text-transform: none;
  }
  @media screen and (min-width: 768px) {
    #rlc-shopsection {
      padding-top: 4.938em;
      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: 4.156em;
      width: 16.063em;
    }
    #rlc-shopsection .rlc-slide {
      width: 23.438em;
      margin: 0 0.625em;
    }
    #rlc-shopsection .rlc-carousel.rlc-category_carousel.rlc-shopslider .rlc-carousel-arrow {
      top: 15.469em;
    }
  }
  @media screen and (max-width: 767px) {
    #rlc-shopsection {
      height: 45.688em;
    }
    #rlc-shopsection .rlc-intro {
      width: 15.438em;
      text-align: center;
      margin: 0 auto;
      height: 18.188em;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    #rlc-shopsection .rlc-intro .rlc-title {
      font-size: 2.75em;
      line-height: 1.182em;
    }
    #rlc-shopsection .rlc-intro .rlc-dek {
      font-size: 0.875em;
      line-height: 1.714em;
    }
    #rlc-shopsection .rlc-slide .rlc-title {
      font-size: 1.125em;
    }
    #rlc-shopsection .rlc-slide {
      width: 15.438em;
      margin: 0 0.688em;
    }
    #rlc-shopsection .rlc-carousel.rlc-category_carousel.rlc-shopslider {
      overflow: visible;
    }
  }
  /* END SHOP SECTION */
  
  [lang^="ar"] .rlc-runway.rlc-creative_v3 .rlc-title.rlc-h2,
  [lang^="ar"] .rlc-runway.rlc-creative_v3 .rlc-title.rlc-h3,
  [lang^="ar"] .rlc-runway.rlc-creative_v3 .rlc-dek,
  [lang^="ar"] .rlc-runway.rlc-creative_v3 .rlc-pillbutton span,
  [lang^="ar"] #rlc-email-signup .rlc-emailsignup,
  [lang^="ar"] form.global-email-signup .form-row .input-row .input-text,
  [lang^="ar"] form.global-email-signup #email-alert-emailaddress-error,
  [lang^="ar"] form.global-email-signup .email-success-show .thank-msg,
  [lang^="ar"] form.global-email-signup .rlc-privacy a,
  [lang^="ar"] #rlc-showvid .rlc-copygroup .rlc-cat,
  [lang^="ar"] #rlc-shopsection .rlc-intro .rlc-title,
  [lang^="ar"] #rlc-shopsection .rlc-intro .rlc-dek,
  [lang^="ar"] #rlc-shopsection .rlc-slide .rlc-title {
    font-family: RL_DroidKufi, Founders Grotesk text Regular, Helvetica, Arial, sans-serif !important;
  }
  