#wrapper header.transparent+#main, 
#wrapper header.transparent+.menu-mask.desktop-only+#main {
  margin-top: calc(var(--tnavHeight) * -1);
}
#main {
  background: #000;
}
#footer {
  height: 0px;
  overflow: hidden;
  padding: 0;
}

@media (max-width: 767px) {
  .header-banner-container {
    display: none!important;
  }
}

#custom-gladly-chat-button,
#myLauncher,
#launcher {
  display: none!important;
}
.rlc-modal-on #wrapper {
  background: #000;
}
  .rlc-modal-on header {
    opacity: 0;
  }

.rl-toaster-overlay {
  background-color: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(0.9375em);
  transition: all .3s linear;
} 


#rlc-catwalk {
  /* height: calc((100dvh - var(--headerHeight) + 1px)); */
  height: calc(100dvh - var(--headerHeight));
  background: #000!important;
  --grey3: #C6C8CC;
  --grey4: #E1E1DC;
  --skipArrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Cpath d='M15.8109 6.30732L5.85488 16.2634' stroke='white' stroke-linecap='square'/%3E%3Cpath d='M11.0591 6.08105L16.2634 5.85478L16.0372 11.0591' stroke='white'/%3E%3C/svg%3E")
}
#rlc-catwalk .rlc-gradient-blur.rlc-top {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 84.15%);
}

/* ENTRY ANIMATION */

  #rlc-entry-anim {
    position: absolute;
    top: 0; left: 0;
    width: 100%;  height: 100%;
    z-index: 1010;
    display: flex;
    align-items: center;
    color: #fff;
  }
  #rlc-entry-anim.rlc-closing {
    pointer-events: none;
  }
    #rlc-entry-anim.rlc-closing #rlc-entry-skip {
      display: none;
    }
    #rlc-entry-anim .rlc-introvideo {
      width: 100%;
      height: 100%;
      opacity: 0;
      color: #fff;
      background: #000;
    }
      #rlc-entry-anim .rlc-introvideo .rlc-videocontainer {
        background: #000;
      }
      #rlc-entry-anim .rlc-introvideo video {
        min-height: 56.25em;
        min-width: 100%;
      }
    #rlc-entry-anim .rlc-copygroup {
      position: absolute;
      left: 50%;
      /* top: 50%; */
      bottom: 3.75em;
      color: #fff;
      transform: translateX(-50%);
      width: 52.25em;
      /* height: 56.25em;
      display: flex;
      align-items: flex-end;
      justify-content: center; */
      text-align: center;
      z-index: 5;
    }
      #rlc-entry-anim .rlc-copygroup .rlc-copy {
        font-family: var(--leJeuneReg);
        font-size: 1.5em;
        line-height: 1.4166666666666667em;
        letter-spacing: 0;
        /* margin-bottom: 3em; */
        opacity: 0;
      }
        #rlc-entry-anim .rlc-copygroup .rlc-copy div {
          opacity: 0;
        }
    #rlc-entry-anim .rlc-gradient-blur {
      z-index: 1;
    }
    #rlc-entry-anim .rlc-gradient-blur.rlc-bot {
      background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 84.15%);
    }
    #rlc-entry-anim .rlc-introvideo.rlc-video_added {
      opacity: 1;
      transition: opacity 1s;
      transition-delay: 0.5s;
      overflow: hidden;
    }
    #rlc-entry-anim.rlc-closing .rlc-introvideo {
      opacity: 0;
      transition: opacity 0.5s;
    }
      #rlc-entry-anim .rlc-introvideo .rlc-looppause {
        border: none;
        left: auto; right: 2em;
        bottom: 2.1em;
        width: 1.9375em;
        height: 1.9375em;
      }
    #rlc-entry-anim #rlc-entry-skip {
      opacity: 1!important;
      left: auto;
      right: 4.5em;
      padding-left: 0;
      padding-right: 1.25em;
      bottom: 2.1em;
      z-index: 2;
    }
      #rlc-entry-anim #rlc-entry-skip span {
        white-space: nowrap;
      }
        #rlc-entry-anim #rlc-entry-skip span::after,
        #rlc-open-m2e span::after,
        #rlc-explore-catwalk span::after {
          content: '';
          height: 1px;
          display: block;
          background: #fff;
          transform: translateY(0.3em);
          opacity: 0;
          transition: opacity 0.3s;
        }
        #rlc-entry-anim #rlc-entry-skip:hover span::after,
        #rlc-open-m2e:hover span::after,
        #rlc-explore-catwalk:hover span::after {
          opacity: 1;
        }
      #rlc-entry-anim #rlc-entry-skip::before {
        left: auto; right: 0;
      }
      #rlc-entry-anim #rlc-entry-skip:hover::before,
      #rlc-open-m2e:hover::before {
        right: -0.375em;
        transform: translateY(calc(-50% - 0.40625em));
        opacity: 0;
        transition: all 0.5s;
      }
      #rlc-entry-anim #rlc-entry-skip::after,
      #rlc-open-m2e::after {
        content: '';
        position: absolute;
        right: 0.375em; top: 50%;
        transform: translateY(calc(-50% + 0.40625em));
        display: block;
        background-image: var(--skipArrow);
        background-size: contain;
        width: 1em;
        height: 1em;
        opacity: 0;
      }
        #rlc-entry-anim #rlc-entry-skip:hover::after,
        #rlc-open-m2e:hover::after {
          opacity: 1;
          right: 0;
          transform: translateY(-50%);
          transition: all 0.5s;
        }

    #rlc-entry-anim .rlc-zoombook {
      position: absolute;
      top: 50%; left: 50%;
      z-index: 2;
      width: 23.375em;
      margin-top: 3.125em;
      opacity: 0;
      border-radius: 0.375em;
      overflow: hidden;
      pointer-events: none;
    }
      #rlc-entry-anim .rlc-zoombook  .rlc-looppause {
        display: none!important;
      }
@media (max-width: 767px) {
    #rlc-entry-anim .rlc-copygroup {
      width: 19em;
      bottom: 8.875em;
    }
      #rlc-entry-anim .rlc-copygroup .rlc-copy {
        font-size: 1em;
        line-height: 1.375em;
        margin-bottom: 0;
      }
      #rlc-entry-anim .rlc-introvideo video {
        min-height: 37.1875em;
      }
      #rlc-entry-anim .rlc-introvideo .rlc-looppause {
        bottom: calc(2.5em + env(safe-area-inset-bottom, 0px));
      }
    #rlc-entry-anim #rlc-entry-skip {
      left: 50%; right: auto;
      transform: translateX(-50%);
      padding-right: 1.25em;
      bottom: calc(2.5625em + env(safe-area-inset-bottom, 0px));
    }
    #rlc-entry-anim .rlc-zoombook {
      width: 10.6875em;
      margin-top: 1.285625em;
      border-radius: 0.257125em;
    }
}

/* START ANIMATION */

#rlc-catwalk.rlc-animating .rlc-col[data-col-idx="3"] {
  z-index: 100;
}
  #rlc-catwalk.rlc-animating .rlc-infinite-grid .rlc-card {
    overflow: visible;
    z-index: 1;
  }
  #rlc-catwalk.rlc-animating .rlc-infinite-grid .rlc-card-main {
    z-index: 10;
  }
  #rlc-catwalk.rlc-animating .rlc-infinite-grid .rlc-card .rlc-looppause,
  #rlc-catwalk.rlc-animating .rlc-infinite-grid .rlc-card .rlc-link-icon,
  #rlc-catwalk.rlc-animating .rlc-infinite-grid .rlc-card .rlc-card-hd {
    opacity: 0!important;
  }
  #rlc-catwalk .rlc-infinite-grid .rlc-card-main .rlc-looppause,
  #rlc-catwalk .rlc-infinite-grid .rlc-card-main .rlc-link-icon {
    opacity: 1;
    transition: opacity 0.5s;
  }
#rlc-catwalk.rlc-animating .rlc-col[data-col-idx="4"] {
  z-index: -1;
}

/* CATWALK GLOBAL */

#rlc-catwalk .rlc-card .rlc-hasvideo {
  height: 100%;
}
  #rlc-catwalk .rlc-card .rlc-videocontainer .rlc-looppause {
    border: none;
    bottom: auto; left: auto;
    top: 0.5em; right: 0.5em;
  }
#rlc-catwalk .rlc-hotspot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

#rlc-catwalk .rlc-infinite-grid.rlc-ready {
  opacity: 0;
  transition: opacity 0.5s;
}
#rlc-catwalk .rlc-infinite-grid .rlc-viewport {
  /* opacity: 0; */
  background: #000;
}
#rlc-catwalk .rlc-infinite-grid .rlc-card {
  border-radius: 0.375em;
  overflow: hidden;
}
#rlc-catwalk .rlc-infinite-grid .rlc-card img {
  filter: grayscale(0%) brightness(1)
}
#rlc-catwalk .rlc-infinite-grid .rlc-card .rlc-imagery {
  transition: filter 0.5s;
  height: 100%;
}
  #rlc-catwalk .rlc-infinite-grid .rlc-card .rlc-hasvideo video {
    object-fit: cover;
  }
#rlc-catwalk .rlc-infinite-grid .rlc-card:not(.rlc-hover-card) .rlc-imagery::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 102%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 69.26%, rgba(0, 0, 0, 0.50) 100%);
  opacity: 0;
  transition: opacity 0.5s;
}
#rlc-catwalk .rlc-infinite-grid .rlc-card:not(.rlc-hover-card):hover .rlc-imagery::after {
  opacity: 1;
}
#rlc-catwalk .rlc-infinite-grid .rlc-hover-card:hover .rlc-imagery img,
#rlc-catwalk .rlc-infinite-grid .rlc-hover-card:hover .rlc-hasvideo video {
  filter: brightness(30%);
}
#rlc-catwalk .rlc-infinite-grid .rlc-card .rlc-copygroup {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s;
  width: 90%;
}
#rlc-catwalk .rlc-infinite-grid .rlc-hover-card:hover .rlc-copygroup {
  opacity: 1;
}
  #rlc-catwalk .rlc-infinite-grid .rlc-card .rlc-copygroup .rlc-copy {
    color: #FFF;
    font-family: var(--leJeuneReg);
    font-size: 0.875em;
    line-height: 1.7142857142857142em;
    letter-spacing: 0;
    width: 17.214285714285715em;
    display: inline-block;
  }
  #rlc-catwalk .rlc-infinite-grid .rlc-card .rlc-copygroup .rlc-cat {
    color: var(--grey4);
    font-family: var(--foundersMed);
    font-size: 0.75em;
    line-height: 1.5999999999999999em;
    letter-spacing: 0.08333333333333333em;
    text-transform: uppercase;
    margin-bottom: 1.6666666666666667em;
    display: block;
    text-align: center;
  }
  #rlc-catwalk .rlc-infinite-grid .rlc-card .rlc-copygroup .rlc-hd {
    color: #FFF;
    font-family: var(--leJeuneReg);
    font-size: 3em;
    line-height: 1.3em;
  }

#rlc-catwalk .rlc-card .rlc-card-hd {
  position: absolute;
  z-index: 2;
  bottom: 1.6875em;
  left: 2.125em;
  opacity: 0;
  transition: opacity 0.5s;
}
#rlc-catwalk .rlc-card:hover .rlc-card-hd {
  opacity: 1;
}
  #rlc-catwalk .rlc-card .rlc-card-hd span {
    font-family: var(--foundersMed);
    font-size: 0.875em;
    line-height: 1.5999999999999999em;
    text-transform: uppercase;
    color: var(--grey4);
  }





#rlc-catwalk .rlc-card .rlc-link-icon {
  position: absolute;
  z-index: 2;
  bottom: 1.25em;
  right: 1.25em;
  width: 2.1875em;
  height: 2.1875em;
  /* background-size: contain; */
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.20);
  border: 1px solid var(--grey4);
  transition: background-color 0.5s;
}
  #rlc-catwalk .rlc-card:hover .rlc-link-icon {
    background-color: var(--grey4);
  }
  #rlc-catwalk .rlc-card .rlc-link-icon::before,
  #rlc-catwalk .rlc-card .rlc-link-icon::after {
    content: '';
    width: 1px;
    height: 0.625em;
    background-color: var(--grey4);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: background-color 0.5s;
  }
  #rlc-catwalk .rlc-card:hover .rlc-link-icon::before,
  #rlc-catwalk .rlc-card:hover .rlc-link-icon::after {
    background-color: #000;
  }
    #rlc-catwalk .rlc-card .rlc-link-icon::after {
      transform: translate(-50%,-50%) rotate(90deg);
    }

@media (max-width: 767px) {

  #rlc-catwalk .rlc-card .rlc-videocontainer .rlc-looppause {
    top: 0.5em; right: 0.5em;
  }
  #rlc-catwalk .rlc-infinite-grid .rlc-card {
    border-radius: 0.257125em;
  }
  #rlc-catwalk .rlc-infinite-grid .rlc-card img {
    filter: brightness(1)
  }
  #rlc-catwalk .rlc-infinite-grid .rlc-card.rlc-hover-card .rlc-imagery img,
  #rlc-catwalk .rlc-infinite-grid .rlc-card.rlc-hover-card .rlc-hasvideo video,
  #rlc-catwalk .rlc-infinite-grid .rlc-card.rlc-hover-card:hover .rlc-imagery img, 
  #rlc-catwalk .rlc-infinite-grid .rlc-card.rlc-hover-card:hover .rlc-hasvideo video {
    filter: brightness(0.3);
  }
  #rlc-catwalk .rlc-infinite-grid .rlc-card:not(.rlc-hover-card) .rlc-imagery::after { 
    height: 100%;
    opacity: 1;
  }
  #rlc-catwalk .rlc-infinite-grid .rlc-card .rlc-copygroup {
    opacity: 1;
    width: 95%;
  }
  #rlc-catwalk .rlc-infinite-grid .rlc-card .rlc-copygroup .rlc-copy {
    font-size: 0.5em;
    margin: 0 auto;
  }
  #rlc-catwalk .rlc-infinite-grid .rlc-card .rlc-copygroup .rlc-cat {
    font-size: 0.5em;
  }
  #rlc-catwalk .rlc-infinite-grid .rlc-card .rlc-copygroup .rlc-hd {
    font-size: 1.25em;
  }
  #rlc-catwalk .rlc-card .rlc-card-hd {
    bottom: 0.676875em;
    left: 0.42875em;
    opacity: 1;
  }

    #rlc-catwalk .rlc-card .rlc-card-hd span {
      font-size: 0.5141875em;
      line-height: 160%;
    }
  #rlc-catwalk .rlc-card .rlc-link-icon {
    bottom: 0.6875em;
    right: 0.6875em;
    width: 1.5em;
    height: 1.5em;
  }
    #rlc-catwalk .rlc-card .rlc-link-icon::before,
    #rlc-catwalk .rlc-card .rlc-link-icon::after {
      height: 0.42875em;
    }
  #rlc-catwalk .rlc-infinite-grid .rlc-card:not(.rlc-card-main) .rlc-hasvideo video {
    display: none;
  }
  .rlc-creative_v3#rlc-catwalk .rlc-card:not(.rlc-card-main) .rlc-hasvideo.rlc-vidLoaded .rlc-placeholder {
    opacity: 1;
  }
  #rlc-catwalk .rlc-card:not(.rlc-card-main) .rlc-videocontainer .rlc-looppause {
    display: none;
  }
}


/* ─── CONTROLLER BUTTONS ────────────────────────── */

#rlc-controller {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  color: var(--grey3);
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 84.15%);
  height: 14em;
  pointer-events: none;
  opacity: 0;
  --cwFinger: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60' fill='none'%3E%3Cpath d='M15 17.5H9.26777L9.63388 17.8661C10.122 18.3543 10.122 19.1457 9.63388 19.6339C9.14573 20.122 8.35427 20.122 7.86612 19.6339L5.36612 17.1339C4.87796 16.6457 4.87796 15.8543 5.36612 15.3661L7.86612 12.8661C8.35427 12.378 9.14573 12.378 9.63388 12.8661C10.122 13.3543 10.122 14.1457 9.63388 14.6339L9.26777 15H15V9.26777L14.6339 9.63388C14.1457 10.122 13.3543 10.122 12.8661 9.63388C12.378 9.14573 12.378 8.35427 12.8661 7.86612L15.3661 5.36612C15.8543 4.87796 16.6457 4.87796 17.1339 5.36612L19.6339 7.86612C20.122 8.35427 20.122 9.14573 19.6339 9.63388C19.1457 10.122 18.3543 10.122 17.8661 9.63388L17.5 9.26777V15H23.2322L22.8661 14.6339C22.378 14.1457 22.378 13.3543 22.8661 12.8661C23.3543 12.378 24.1457 12.378 24.6339 12.8661L27.1339 15.3661C27.622 15.8543 27.622 16.6457 27.1339 17.1339L24.6339 19.6339C24.1457 20.122 23.3543 20.122 22.8661 19.6339C22.378 19.1457 22.378 18.3543 22.8661 17.8661L23.2322 17.5H17.5V23.2322L17.8661 22.8661C18.3543 22.378 19.1457 22.378 19.6339 22.8661C20.122 23.3543 20.122 24.1457 19.6339 24.6339L17.1339 27.1339C16.6457 27.622 15.8543 27.622 15.3661 27.1339L12.8661 24.6339C12.378 24.1457 12.378 23.3543 12.8661 22.8661C13.3543 22.378 14.1457 22.378 14.6339 22.8661L15 23.2322V17.5ZM35 23.75V30.1186C35 30.9459 34.71 31.747 34.1804 32.3825C32.93 33.8829 30.7001 34.0856 29.1998 32.8353L26.8902 30.9106C26.1841 30.3222 25.2941 30 24.375 30C23.7091 30 23.1021 30.3815 22.8133 30.9816L22.7241 31.167C22.3862 31.8691 22.4885 32.7037 22.986 33.3034L34.0197 46.6037C35.8044 48.7551 38.4546 50 41.25 50C47.4632 50 52.5 44.9632 52.5 38.75V28.75C52.5 28.0596 51.9404 27.5 51.25 27.5C50.5596 27.5 50 28.0596 50 28.75V31.25C50 31.9404 49.4404 32.5 48.75 32.5C48.0596 32.5 47.5 31.9404 47.5 31.25V26.25C47.5 25.5596 46.9404 25 46.25 25C45.5596 25 45 25.5596 45 26.25V31.25C45 31.9404 44.4404 32.5 43.75 32.5C43.0596 32.5 42.5 31.9404 42.5 31.25V23.75C42.5 23.0596 41.9404 22.5 41.25 22.5C40.5596 22.5 40 23.0596 40 23.75V31.25C40 31.9404 39.4404 32.5 38.75 32.5C38.0596 32.5 37.5 31.9404 37.5 31.25V13.75C37.5 13.0596 36.9404 12.5 36.25 12.5C35.5596 12.5 35 13.0596 35 13.75V23.75ZM32.5 23.75V13.75C32.5 11.6789 34.1789 10 36.25 10C38.3211 10 40 11.6789 40 13.75V20.2134C40.391 20.0752 40.8117 20 41.25 20C42.9793 20 44.4353 21.1706 44.8686 22.7626C45.2961 22.5931 45.7622 22.5 46.25 22.5C47.9793 22.5 49.4353 23.6706 49.8686 25.2626C50.2961 25.0931 50.7622 25 51.25 25C53.3211 25 55 26.6789 55 28.75V38.75C55 46.3439 48.8439 52.5 41.25 52.5C37.7107 52.5 34.3553 50.9239 32.0956 48.1999L21.0619 34.8996C19.9403 33.5476 19.7096 31.6659 20.4713 30.083L20.5606 29.8975C21.2659 28.4319 22.7485 27.5 24.375 27.5C25.8789 27.5 27.3353 28.0273 28.4906 28.9901L30.8002 30.9147C31.2399 31.2811 31.8934 31.2217 32.2598 30.782C32.415 30.5958 32.5 30.361 32.5 30.1186V23.75Z' fill='%23C6C8CC'/%3E%3C/svg%3E");
}
  #rlc-explore-catwalk,
  #rlc-entry-skip {
    position: absolute;
    left: 5.625em;
    bottom: 1.8125em;
    height: 1.875em;
    padding-left: 2.375em;
    display: flex;
    align-items: center;
    pointer-events: all;
    opacity: 0;
  }
    #rlc-explore-catwalk::before,
    #rlc-entry-skip::before {
      content: '';
      position: absolute;
      left: 0; top: 0;
      display: block;
      background-image: var(--cwFinger);
      background-size: contain;
      width: 1.875em;
      height: 1.875em;
    }
    #rlc-explore-catwalk span,
    #rlc-open-m2e span,
    #rlc-entry-skip span {
      color: #FFF;
      font-family: var(--foundersReg);
      font-size: 0.6875em;
      line-height: 1.2727272727272727em;
      letter-spacing: 0.09090909090909091em;
      text-transform: uppercase;
    }
    [lang^=ar] #rlc-explore-catwalk span,
    [lang^=ar] #rlc-open-m2e span,
    [lang^=ar] #rlc-entry-skip span {
      font-size: 0.875em;
    }
  #rlc-open-m2e,
  #rlc-entry-skip {
    position: absolute;
    right: 2.5em;
    bottom: 1.8125em;
    height: 1.875em;
    padding-right: 1.25em;
    display: flex;
    align-items: center;
    pointer-events: all;
    opacity: 0;
  }
    #rlc-open-m2e::before,
    #rlc-entry-skip::before {
      content: '';
      position: absolute;
      right: 0; top: 50%;
      transform: translateY(-50%);
      display: block;
      background-image: var(--skipArrow);
      background-size: contain;
      width: 1em;
      height: 1em;
    }
      

  #rlc-shopbutton {
    position: absolute;
    bottom: 4.25em;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    z-index: 1001;
    transition: opacity 0.5s;
    width: auto;
  }
    #rlc-shopbutton .rlc-pillbutton {
      min-width: 18.75em;
      background: #fff;
      color: #000;
      border: none;
      transition: background-color 0.3s;
    }
      #rlc-shopbutton .rlc-pillbutton span {
        transition: color 0.3s;
      }
    #rlc-shopbutton .rlc-pillbutton:hover {
      background-color: #5C3497;
    }
      #rlc-shopbutton .rlc-pillbutton:hover span {
        color: #fff;
      }
  .rlc-vid-playing #rlc-shopbutton {
    opacity: 0!important;
    pointer-events: none!important;
  }
  #rlc-audio-toggle {
    position: absolute;
    bottom: 1.125em;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    width: 2.5em;
    height: 2.5em;
    background: none !important;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--grey3);
    opacity: 1;
    transition: opacity 0.2s ease, transform 0.3s;
    pointer-events: all;
  }
@media (min-width: 768px) {
    #rlc-audio-toggle:hover {
      opacity: 1;
      transform: translateX(-50%) scale(1.2);
      transform-origin: center;
    }
}
  #rlc-audio-toggle.rlc-audio-playing {
    opacity: 1;
  }
    #rlc-audio-toggle .rlc-audio-icon {
      position: absolute;
      transition: opacity 0.2s ease;
      width: 1.5em;
      height: 1.5em;
      background-size: contain;
    }
    #rlc-audio-toggle .rlc-audio-icon.rlc-audio-off {
      /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 15V9H11L16 4V20L11 15H7Z' fill='%23E1E1DC'/%3E%3C/svg%3E"); */
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.4 16L14 14.6L16.6 12L14 9.4L15.4 8L18 10.6L20.6 8L22 9.4L19.4 12L22 14.6L20.6 16L18 13.4L15.4 16ZM3 15V9H7L12 4V20L7 15H3Z' fill='%23E1E1DC'/%3E%3C/svg%3E");
    }
    #rlc-audio-toggle .rlc-audio-icon.rlc-audio-on {
      /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 20.7246V18.6746C15.5 18.2413 16.7083 17.4079 17.625 16.1746C18.5417 14.9413 19 13.5413 19 11.9746C19 10.4079 18.5417 9.00794 17.625 7.77461C16.7083 6.54128 15.5 5.70794 14 5.27461V3.22461C16.0667 3.69128 17.75 4.73711 19.05 6.36211C20.35 7.98711 21 9.85794 21 11.9746C21 14.0913 20.35 15.9621 19.05 17.5871C17.75 19.2121 16.0667 20.2579 14 20.7246ZM3 14.9996V8.99961H7L12 3.99961V19.9996L7 14.9996H3ZM14 15.9996V7.94961C14.7833 8.31628 15.3958 8.86628 15.8375 9.59961C16.2792 10.3329 16.5 11.1329 16.5 11.9996C16.5 12.8496 16.2792 13.6371 15.8375 14.3621C15.3958 15.0871 14.7833 15.6329 14 15.9996Z' fill='%23E1E1DC'/%3E%3C/svg%3E"); */
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 20.7246V18.6746C15.5 18.2413 16.7083 17.4079 17.625 16.1746C18.5417 14.9413 19 13.5413 19 11.9746C19 10.4079 18.5417 9.00794 17.625 7.77461C16.7083 6.54128 15.5 5.70794 14 5.27461V3.22461C16.0667 3.69128 17.75 4.73711 19.05 6.36211C20.35 7.98711 21 9.85794 21 11.9746C21 14.0913 20.35 15.9621 19.05 17.5871C17.75 19.2121 16.0667 20.2579 14 20.7246ZM3 14.9996V8.99961H7L12 3.99961V19.9996L7 14.9996H3ZM14 15.9996V7.94961C14.7833 8.31628 15.3958 8.86628 15.8375 9.59961C16.2792 10.3329 16.5 11.1329 16.5 11.9996C16.5 12.8496 16.2792 13.6371 15.8375 14.3621C15.3958 15.0871 14.7833 15.6329 14 15.9996Z' fill='%23E1E1DC'/%3E%3C/svg%3E");
    }



      #rlc-audio-toggle .rlc-audio-off { opacity: 1; }
      #rlc-audio-toggle .rlc-audio-on  { opacity: 0; }
      #rlc-audio-toggle.rlc-audio-playing .rlc-audio-off { opacity: 0; }
      #rlc-audio-toggle.rlc-audio-playing .rlc-audio-on  { opacity: 1; }
        #rlc-controller .rlc-entry {
          position: absolute;
          bottom: 4.8125em;
          left: 50%;
          z-index: 10;
          transform: translateX(-50%);
          text-align: center;
          pointer-events: none;
          opacity: 0;
        }
          @keyframes entryIcon {
            0%   {transform: scale(0.75)}
            20% {transform: scale(1)}
            40% {transform: scale(0.75)}
            70% {transform: translate(4.5em,-4.5em) scale(0.75)}
            100% {transform: translate(0,0) scale(0.75)}
          }
          #rlc-controller .rlc-entry .rlc-icon {
            margin: 0 auto 1.875em;
            transform: scale(0.75);
            animation-name: entryIcon;
            animation-duration: 3s;
            animation-iteration-count: infinite;
            width: 3.75em;
            height: 3.75em;
          }
          #rlc-controller .rlc-entry .rlc-icon::after {
            content: '';
            display: block;
            width: 3.75em;
            height: 3.75em;
            background-image: var(--cwFinger);
            background-size: contain;
          }

    #rlc-controller .rlc-entry .rlc-title {
      font-family: var(--foundersReg);
      font-size: 1.25em;
      line-height: 0.7em;
      letter-spacing: 0.25em;
      text-transform: uppercase;
    }
    #rlc-controller .rlc-entry .rlc-copy {
      font-family: var(--foundersReg);
      font-size: 0.8125em;
      line-height: 1.0769230769230769em;
      letter-spacing: 0.23076923076923078em;
      text-transform: uppercase;
      margin-top: 2.3076923076923075em;
    }

@media (max-width: 767px) {

#rlc-controller {
  height: 13em;
}
  #rlc-explore-catwalk {
    display: none;
  }
    #rlc-open-m2e span {
      
    }
  #rlc-open-m2e {
    right: auto; left: 50%;
    bottom: calc(2em + env(safe-area-inset-bottom, 0px));
    transform: translateX(-50%);
  }
  #rlc-controller .rlc-shopbutton {
    bottom: calc(5.28125em + env(safe-area-inset-bottom, 0px));
    min-width: 21em;
  }
  .rlc-modal-on #rlc-shopbutton {
    opacity: 0!important;
  }
  #rlc-audio-toggle {
    bottom: calc(2em + env(safe-area-inset-bottom, 0px));
    left: auto; right: 1.1875em;
    transform: none;
    width: 1.5em;
    height: 1.5em;
  }
        #rlc-controller .rlc-entry {
          bottom: calc(2.375em + env(safe-area-inset-bottom, 0px));
          width: 90%;
        }
          #rlc-controller .rlc-entry .rlc-icon {
            margin: 0 auto 0.5em;
          }

    #rlc-controller .rlc-entry .rlc-title {
      font-size: 0.8125em;
      line-height: 2.3846153846153846em;
      letter-spacing: 0.38461538461538464em;
    }
    #rlc-controller .rlc-entry .rlc-copy {
      font-size: 0.6875em;
      line-height: 1.2727272727272727em;
      letter-spacing: 0.2727272727272727em;
      margin-top: 1.1818181818181819em;
    }

}


/* ─── DISCOVER MORE ────────────────────────── */

#rlc-discovermore {
    position: absolute;
    z-index: 1002;
    top: 0; left: 0;
    width: 100%; height: 0px;
    overflow: hidden;
  }
  #rlc-discovermore.rlc-active {
    height: 100%;
  }
    #rlc-discovermore .rlc-overlay {
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.55);
      backdrop-filter: blur(0.9375em);
      opacity: 0;
      transition: opacity 0.5s;
    }
    #rlc-discovermore.rlc-active .rlc-overlay {
      opacity: 1;
    }
    #rlc-discovermore.rlc-active.rlc-closing .rlc-overlay {
      opacity: 0;
    }
    #rlc-discovermore .rlc-wrap {
      position: absolute;
      bottom: 0; left: 50%;
      transform: translate(-50%,100%);
      width: 85em;
      border-radius: 0.375em 0.375em 0 0;
      background: rgba(255, 255, 255, 0.70);
      backdrop-filter: blur(1em);
      padding-bottom: 3.1875em;
      transition: transform 0.5s;
    }
    #rlc-discovermore.rlc-active .rlc-wrap {
      transform: translate(-50%,0);
    }
    #rlc-discovermore.rlc-active.rlc-closing .rlc-wrap {
      transform: translate(-50%,100%);
    }
      #rlc-discovermore .rlc-wrap .rlc-close.rlc-button {
        position: absolute;
        top: 1.875em; right: 1.875em;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16' fill='none'%3E%3Cpath d='M15.5566 0.908447L8.48535 7.97974L15.5566 15.051L14.8496 15.7581L7.77832 8.68677L0.707031 15.7581L0 15.051L7.07129 7.97974L0 0.908447L0.707031 0.201416L7.77832 7.27271L14.8496 0.201416L15.5566 0.908447Z' fill='%23041E3A'/%3E%3C/svg%3E");
        background-size: contain;
        width: 1em;
        height: 1em;
      }
      #rlc-discovermore .rlc-wrap .rlc-in {
        display: flex;
        justify-content: center;
      }
        #rlc-discovermore .rlc-wrap .rlc-hd {
          margin: 2.3125em auto 1.375em;
        }
          #rlc-discovermore .rlc-wrap .rlc-hd .rlc-title {   
            color: #000;
            font-family: var(--sackersHeavy);
            font-size: 0.875em;
            line-height: 2.2857142857142856em; 
            letter-spacing: 0.35714285714285715em;
            text-transform: uppercase;
          }
          [lang^=ar] #rlc-discovermore .rlc-wrap .rlc-hd .rlc-title {
            font-size: 1.5em;
          }
        #rlc-discovermore .rlc-wrap .rlc-in .rlc-tile {
          width: 10.9375em;
          margin: 0.25em;
          text-align: center;
        }
          #rlc-discovermore .rlc-wrap .rlc-in .rlc-tile .rlc-imagery {
            margin-bottom: 0.5em;
          }
          #rlc-discovermore .rlc-wrap .rlc-in .rlc-tile .rlc-copygroup {
            display: flex;
            justify-content: center;
          }
            #rlc-discovermore .rlc-wrap .rlc-in .rlc-tile .rlc-name {
              color: #000;
              font-family: var(--foundersReg);
              font-size: 0.5625em;
              line-height: 1.3333333333333333em;
              letter-spacing: 0.1111111111111111em;
              text-transform: uppercase;
            }  
            [lang^=ar] #rlc-discovermore .rlc-wrap .rlc-in .rlc-tile .rlc-name {
              font-size: 0.875em;
            }
@media (max-width: 767px) {
    
    
    #rlc-discovermore .rlc-wrap {
      width: 22.5625em;
      padding-bottom: calc(3.1875em + env(safe-area-inset-bottom, 0px));
      height: 100%;
    }
      #rlc-discovermore .rlc-wrap .rlc-close.rlc-button {
        position: absolute;
        top: 0.9375em; right: 1.3125em;
        width: 1em;
        height: 1em;
      }
      #rlc-discovermore .rlc-wrap .rlc-in {
        display: flex;
        justify-content: space-between;
        width: 17.3125em;
        flex-wrap: wrap;
        margin: 0 auto;
        overflow-y: auto;
        height: 100%;
        padding-bottom: calc(3.1875em + env(safe-area-inset-bottom, 0px));
      }
        #rlc-discovermore .rlc-wrap .rlc-hd {
          margin: 1.9375em auto 1.5em;
        }
          #rlc-discovermore .rlc-wrap .rlc-hd .rlc-title {   
            font-size: 0.625em;
            line-height: 2.8em; 
            letter-spacing: 0.25em;
          }
        #rlc-discovermore .rlc-wrap .rlc-in .rlc-tile {
          width: 7.75em;
          margin: 0;
        }
          #rlc-discovermore .rlc-wrap .rlc-in .rlc-tile .rlc-imagery {
            margin-bottom: 0.6875em;
          }
          #rlc-discovermore .rlc-wrap .rlc-in .rlc-tile .rlc-copygroup {
            margin-bottom: 1em;
          }
}
          


/* ─────────────────────────────────────────────
   RLC LIGHTBOX — rlc-lightbox.1.0.css
   Overlay carousel on top of the infinite grid.
   Matches rlc-infinite-grid design language.
───────────────────────────────────────────── */

#rlc-catwalk .rlc-modal-on header {
  z-index: -1;
  position: relative;
  pointer-events: none;
}
/* ─── OVERLAY ─────────────────────────────── */
#rlc-catwalk .rlc-lightbox-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;

  /* Blurred grid visible behind */
  background: rgba(12, 12, 12, 0.55);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  /* opacity and transition are driven by GSAP in the JS —
     the CSS values here are just the resting/closed state */
  opacity: 0;
  pointer-events: none;
}

#rlc-catwalk .rlc-lightbox-overlay.rlc-lb-open {
  pointer-events: all;
  /* opacity is set by GSAP — no CSS transition needed */
}

/* ─── CLOSE BUTTON ────────────────────────── */
#rlc-catwalk .rlc-lb-close.rlc-button {
  position: absolute;
  top: 1.75em;
  right: 1.75em;
  width: 40px;
  height: 40px;
  background: none!important;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  /* opacity: 0.6;
  transition: opacity 0.2s ease; */
}
#rlc-catwalk .rlc-lb-close:hover { opacity: 1; }
#rlc-catwalk .rlc-lb-close::before,
#rlc-catwalk .rlc-lb-close::after {
  content: '';
  position: absolute;
  width: 22px;
  height: 1px;
  background: var(--fg, #e8e4dc);
}
#rlc-catwalk .rlc-lb-close::before { transform: rotate(45deg); }
#rlc-catwalk .rlc-lb-close::after  { transform: rotate(-45deg); }

/* ─── SWIPER WRAPPER ──────────────────────── */
#rlc-catwalk .rlc-lb-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#rlc-catwalk .rlc-lb-swiper .swiper-wrapper {
  /* virtualTranslate kills Swiper's own movement —
     GSAP drives all animation instead */
  transform: none !important;
  will-change: unset;
}

/* ─── SLIDE ───────────────────────────────── */
#rlc-catwalk .rlc-lb-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  visibility: hidden;  /* GSAP sets to visible on active */
}

#rlc-catwalk .rlc-lb-slide.rlc-lb-slide-active {
  pointer-events: all;
  visibility: visible;
}

/* ─── SLIDE INNER ─────────────────────────── */
#rlc-catwalk .rlc-lb-inner {
  position: relative;
  width: 90%;
  height: 45em;
  max-width: calc(100vw - 3em);
  /* aspect-ratio: 574 / 720; */
  /* max-height: calc((100vh - var(--headerHeight)) - 5.3125em); */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ─── MEDIA (image or video wrapper) ─────── */
#rlc-catwalk .rlc-lb-media {
  /* position: absolute;
  inset: 0; */
  width: 35.875em;
  height: 45em;
  overflow: hidden;
  border-radius: 0.375em;
}

#rlc-catwalk .rlc-hasvideo-custom {
  height: 100%;
}

#rlc-catwalk .rlc-lb-media img,
#rlc-catwalk .rlc-lb-media video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  -webkit-user-drag: none;
  pointer-events: none;
}
#rlc-catwalk .rlc-lb-slide:not(.rlc-video-slide) .rlc-lb-media::after,
#rlc-catwalk .rlc-lb-media .rlc-hasvideo-custom::after {
  content: '';
  display: block;
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border-radius: 0.375em;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.00) 65.48%, rgba(0, 0, 0, 0.60) 100%);
  pointer-events: none;
  z-index: 2;
}

/* ─── COPY BLOCK ──────────────────────────── */

#rlc-catwalk .rlc-lb-copy {
  position: absolute;
  bottom: 2.4375em;
  left: calc(50% + 14.0625em);
  color: #fff;
  width: 19.625em;
}
#rlc-catwalk .rlc-video-slide .rlc-lb-copy {
  transition: opacity 0.5s;
}
  #rlc-catwalk .rlc-lb-slide .rlc-qs-icon {
    position: absolute;
    right: 0.5em;
    bottom: 0.5em;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5' cy='17.5' r='17' fill='black' fill-opacity='0.2' stroke='%23E1E1DC'/%3E%3Cpath d='M19.8568 17.4539V13.8558C19.8568 12.5871 18.8011 11.5586 17.4987 11.5586C16.1964 11.5586 15.1406 12.5871 15.1406 13.8558V17.4539' stroke='%23E1E1DC' stroke-width='0.751377'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23 15.4385L21.9124 23.0072H13.0974L12 15.4385H23Z' stroke='%23E1E1DC' stroke-width='0.751377'/%3E%3C/svg%3E");
    background-size: contain;
    width: 2em;
    height: 2em;
    display: none;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.5s;
  }
@media (min-width: 768px) {
  #rlc-catwalk .rlc-video-slide.rlc-playing:not(.rlc-vid-autoplay) .rlc-lb-copy {
    opacity: 0!important;
  }
  #rlc-catwalk .rlc-video-slide.rlc-lb-slide.rlc-paused .rlc-lb-copy {
    opacity: 1!important;
  }
  #rlc-catwalk .rlc-video-slide.rlc-vid-autoplay .rlc-vc-scrubber-track {
    opacity: 0!important;
  }
}
@media (max-width: 767px) {

  #rlc-catwalk .rlc-lb-slide .rlc-qs-icon {
    display: block;
    opacity: 1;
  }
  #rlc-catwalk .rlc-video-slide.rlc-playing .rlc-qs-icon {
    opacity: 0;
  }

}

#rlc-catwalk .rlc-lightbox-overlay h2.rlc-title {
  font-family: var(--leJeuneReg);
  font-size: 3.25em;
  line-height: 1.2em;
  color: #fff;
  text-align: left;
}
@media (min-width: 768px) {
  [lang^=ar] #rlc-catwalk.ar .rlc-lightbox-overlay h2.rlc-title {
    text-align: right;
  }
}
#rlc-catwalk .rlc-lightbox-overlay h2.rlc-title.rlc-date {
  font-size: 6.25em;
  line-height: 1.1em;
}

#rlc-catwalk .rlc-lightbox-overlay .rlc-hd,
#rlc-catwalk .rlc-lightbox-overlay .rlc-dek {
  color: #FFF;
  font-family: var(--leJeuneReg);
  font-size: 1.25em;
  line-height: 1.7690000000000001em; /* 176.9% */
  margin: 0.4em 0 0;
}

#rlc-catwalk .rlc-lightbox-overlay .rlc-linecta {
  margin-top: 1.4285714285714286em;
}

#rlc-catwalk .rlc-lightbox-overlay .rlc-pillbutton,
#rlc-catwalk .rlc-lightbox-overlay .rlc-pillbutton:hover {
  position: absolute;
  bottom: 1.03125em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  border: none;
  background: #fff;
  color: #000;
  filter: none;
  min-width: 18.6875em;
  opacity: 0;
  transition: opacity 0.5s;
  transition-delay: 0.5s;
}
#rlc-catwalk .rlc-lb-slide-active .rlc-pillbutton {
  opacity: 1;
}

#rlc-catwalk .rlc-lb-cta {
  display: inline-block;
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bg, #0c0c0c);
  background: var(--fg, #e8e4dc);
  border: none;
  padding: 14px 32px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
  border-radius: 999px;
}
#rlc-catwalk .rlc-lb-cta:hover {
  background: var(--accent, #c8ff00);
  color: var(--bg, #0c0c0c);
}

/* ─── NAV ARROWS ──────────────────────────── */
#rlc-catwalk .rlc-lb-nav.rlc-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  /* background: none; */
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none"><path d="M40.4798 21.0099H1.75977" stroke="white" stroke-width="1.76" stroke-linecap="square"/><path d="M31.6797 11.33L42.2397 21.01L31.6797 30.69" stroke="white" stroke-width="1.76"/></svg>') no-repeat center;
  background-size: contain;
  background-color: transparent!important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border: none;
}






#rlc-catwalk .rlc-lb-nav.rlc-button:hover {
  background-color: transparent!important;
  border: none;
  transform: translateY(-50%) scale(1.3);
}
#rlc-catwalk .rlc-lb-nav.rlc-button:active {
  background-color: transparent!important;
}

#rlc-catwalk .rlc-lb-prev.rlc-button { left: 3.75em; transform: translateY(-50%) rotate(180deg);}
#rlc-catwalk .rlc-lb-prev.rlc-button:hover {transform: translateY(-50%) rotate(180deg) scale(1.3);}
#rlc-catwalk .rlc-lb-next.rlc-button { right: 3.75em; }

[lang^=ar] #rlc-catwalk .rlc-lb-next.rlc-button { left: 3.75em; right: auto; transform: translateY(-50%) rotate(180deg);}
[lang^=ar] #rlc-catwalk .rlc-lb-next.rlc-button:hover {transform: translateY(-50%) rotate(180deg) scale(1.3);}
[lang^=ar] #rlc-catwalk .rlc-lb-prev.rlc-button { right: 3.75em; left: auto; transform: translateY(-50%);}
[lang^=ar] #rlc-catwalk .rlc-lb-prev.rlc-button:hover { transform: translateY(-50%) scale(1.3);}

/* Arrow icons via SVG inline */
/* .rlc-lb-nav svg {
  width: 18px;
  height: 18px;
  stroke: var(--fg, #e8e4dc);
  fill: none;
  stroke-width: 1.5;
} */

/* ─── COUNTER ─────────────────────────────── */
#rlc-catwalk .rlc-lb-counter {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fg, #e8e4dc);
  opacity: 0.35;
  white-space: nowrap;
  pointer-events: none;
  z-index: 1000;
  display: none;
}

/* ─── CUSTOM VIDEO PLAYER SHELL ───────────── */
/*
  Placeholder styles for your custom player.
  Replace / extend these when you build it.
*/
#rlc-catwalk .rlc-lb-video-player {
  position: relative;
  width: 100%;
  height: 100%;
}

#rlc-catwalk .rlc-lb-video-player video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#rlc-catwalk .rlc-lb-video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 20px;
  background: linear-gradient(to top, rgba(12,12,12,0.8), transparent);
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#rlc-catwalk .rlc-lb-video-player:hover .rlc-lb-video-controls { opacity: 1; }

#rlc-catwalk .rlc-lb-video-play {
  width: 32px;
  height: 32px;
  background: none;
  border: 1px solid rgba(232,228,220,0.5);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color 0.2s;
}
#rlc-catwalk .rlc-lb-video-play:hover { border-color: var(--accent, #c8ff00); }
#rlc-catwalk .rlc-lb-video-play svg {
  width: 12px;
  height: 12px;
  fill: var(--fg, #e8e4dc);
  stroke: none;
}

#rlc-catwalk .rlc-lb-video-scrubber {
  flex: 1;
  -webkit-appearance: none;
  appearance: none;
  height: 1px;
  background: rgba(232,228,220,0.25);
  outline: none;
  cursor: pointer;
}
#rlc-catwalk .rlc-lb-video-scrubber::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent, #c8ff00);
  cursor: pointer;
}
#rlc-catwalk .rlc-lb-video-scrubber::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent, #c8ff00);
  cursor: pointer;
  border: none;
}

#rlc-catwalk .rlc-lb-video-time {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--fg, #e8e4dc);
  opacity: 0.6;
  white-space: nowrap;
  flex-shrink: 0;
}

/* ─── MOBILE ──────────────────────────────── */
@media (max-width: 767px) {

  #rlc-catwalk .rlc-lb-slide {
    align-items: flex-start;
    margin-top: 3.5em;
  }
  #rlc-catwalk .rlc-lb-prev { left: 12px; }
  #rlc-catwalk .rlc-lb-next { right: 12px; }

  #rlc-catwalk .rlc-lb-inner {
    width: 20.625em;
    max-width: 20.625em;
    height: auto;
    max-height: auto;
    display: flex;
    flex-direction: column;
  }
    #rlc-catwalk .rlc-lb-media {
      height: 25.875em;
      max-height: 25.875em;
      width: 20.625em;
    }

  #rlc-catwalk .rlc-lb-close.rlc-button {
    top: 0.5em;
    right: 0.5em;
  }

  #rlc-catwalk .rlc-lb-copy {
    position: relative;
    padding: 0;
    left: auto;
    bottom: auto;
    top: auto;
    text-align: center;
    /* margin-top: 2.21875em; */
    display: flex;
    flex-direction: column;
    align-items: center;
  }
    #rlc-catwalk .rlc-lightbox-overlay h2.rlc-title {
      text-align: center;
      font-size: 1.75em;
      line-height: 1.2142857142857142em;
      letter-spacing: 0;
      width: 7.214285714285714em;
      margin-top: 1.25em;
    }
    .de#rlc-catwalk .rlc-lightbox-overlay h2.rlc-title,
    .nl#rlc-catwalk .rlc-lightbox-overlay h2.rlc-title,
    .it#rlc-catwalk .rlc-lightbox-overlay h2.rlc-title,
    .pt#rlc-catwalk .rlc-lightbox-overlay h2.rlc-title {
      font-size: 1.5em;
      margin-top: 1em;
    }
    #rlc-catwalk .rlc-lightbox-overlay h2.rlc-title.rlc-date {
      font-size: 3.75em;
      line-height: 1.2em;
      letter-spacing: 0;
      width: 3.3666666666666667em;
      margin-top: 0.4666666666666667em;
    }
    #rlc-catwalk .rlc-lightbox-overlay .rlc-hd, 
    #rlc-catwalk .rlc-lightbox-overlay .rlc-dek {
      font-size: 0.875em;
      line-height: 1.7142857142857142em;
      letter-spacing: 0;
    }
    .de#rlc-catwalk .rlc-lightbox-overlay .rlc-hd, 
    .de#rlc-catwalk .rlc-lightbox-overlay .rlc-dek,
    .it#rlc-catwalk .rlc-lightbox-overlay .rlc-hd, 
    .it#rlc-catwalk .rlc-lightbox-overlay .rlc-dek,
    .nl#rlc-catwalk .rlc-lightbox-overlay .rlc-hd, 
    .nl#rlc-catwalk .rlc-lightbox-overlay .rlc-dek,
    .pt#rlc-catwalk .rlc-lightbox-overlay .rlc-hd, 
    .pt#rlc-catwalk .rlc-lightbox-overlay .rlc-dek {
      font-size: 0.875em;
      line-height: 1.7142857142857142em;
      letter-spacing: 0;
    }

    #rlc-catwalk .rlc-lightbox-overlay .rlc-slide-11 .rlc-hd,
    #rlc-catwalk .rlc-lightbox-overlay .rlc-slide-12 .rlc-hd,
    #rlc-catwalk .rlc-lightbox-overlay .rlc-slide-21 .rlc-hd,
    #rlc-catwalk .rlc-lightbox-overlay .rlc-slide-27 .rlc-hd,
    #rlc-catwalk .rlc-lightbox-overlay .rlc-slide-29 .rlc-hd,
    #rlc-catwalk .rlc-lightbox-overlay .rlc-slide-30 .rlc-hd {
      display: none;
    }

  #rlc-catwalk .rlc-lb-nav {
    display: none; /* swipe on mobile */
  }
  #rlc-catwalk .rlc-lb-nav.rlc-button:hover {
      transform: none;
  }
  #rlc-catwalk .rlc-lb-nav.rlc-button {
    width: 2em;
    height: 2em;
    top: 31.90625em;
  }
  #rlc-catwalk .rlc-lb-prev.rlc-button { left: 1.375em; transform: rotate(180deg)!important;}
  #rlc-catwalk .rlc-lb-prev.rlc-button:hover {transform: rotate(180deg)!important;}
  #rlc-catwalk .rlc-lb-next.rlc-button { right: 1.375em; transform: none; }

  [lang^=ar] #rlc-catwalk .rlc-lb-prev.rlc-button { right: 1.375em; left: auto; transform: none!important;}
  [lang^=ar] #rlc-catwalk .rlc-lb-next.rlc-button { right: auto; left: 1.375em; transform: rotate(180deg)!important; }
  

  .rlc-hasvideo-custom .rlc-vc-caption-display.rlc-vc-captions-active .rlc-vc-caption-text {
    font-size: 0.875em;
  }
}