:root {
  --white: white;
  --black: black;
}

.main-wrapper {
  width: 100%;
}

.iq0L4bjDEVvarWKDPf1j{
    padding: 0;
  }


.rbl-jersey-hero {
  background-color: #f8f8f8;
  width: 100%;
  height: 85vh;
  position: relative;
  overflow: hidden;
}

.body {
  color: #001f47;
  font-family: RBL-Display, sans-serif;
  font-weight: 700;
  width: 100%;
  overflow-x: hidden;
}

.rbl-jersey-hero-img {
  background-image: linear-gradient(#0000, #00000063), url('https://rbgcp.redbull.com/rbl/comp2627/v1/hero-2627.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: auto;
  height: 100%;
  display: block;
  overflow: visible;
}

.rbl-jersey-hero-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 40%;
  margin-bottom: 60px;
  margin-left: 5%;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.rbl-jersey-intro {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.rbl-jersey-intro-left {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 33%;
  max-width: 440px;
  display: flex;
}

.rbl-jersey-intro-right {
  width: 33%;
  max-width: 440px;
}

.rbl-jersey-h1 {
  text-transform: uppercase;
  font-family: RBL-Display, sans-serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 1;
  color: #001f47;
}

.rbl-jersey-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #db0a40;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 12px 24px;
  font-weight: 900;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.rbl-jersey-button-primary:hover {
  background-color: #c3093b;
}

.text-block-2 {
  color: #fff;
  font-family: Bull-Text, sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}

.rbl-jersey-intro-link-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.rbl-jersey-intro-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  color: #001f47;
  font-family: Bull-Text, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.rbl-jersey-p {
  font-family: Bull-Text, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #001f47;
}

.rbl-jersey-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 80px 40px;
  display: flex;
}

.rbl-jersey-wrapper.is-authentic {
  background-color: #f8f8f8;
}

.rbl-jersey-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rbl-jersey-subline {
  text-align: center;
  font-family: RBL-Display, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  color: #001f47;
}

.rbl-jersey-title-name {
  text-transform: uppercase;
  font-family: RBL-Display, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  color: #001f47;
}

.title-name-medium {
    color: #001f47;
    font-family: RBL-Display, sans-serif;
    font-weight: 400;
}

.replica_details_desktop {
  width: 100%;
  max-width: 1600px;
}

.rbl-jersey-gallery {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  width: 100%;
  margin-bottom: 1px;
  display: flex;
}

.rbl-jersey-gal-item {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
}

.image-2, .image-3, .image-4 {
  width: 100%;
}

.rbl-jersey-detailed-comparison {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.comparison-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.comp-item-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.comp-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  width: 40vw;
  max-width: 640px;
  display: flex;
}

.comp-item-subline-1 {
  font-size: 24px;
  color: #001f47;
  font-family: RBL-Display, sans-serif;
  font-weight: 700;
}

.comp-item-subline-medium {
    color: #001f47;
    font-family: RBL-Display, sans-serif;
    font-weight: 400;
}

.comp-item-subline-2 {
    color: #001f47;
    font-family: RBL-Display, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.comp-item-subline-2.display-none {
  display: none;
}

.jersey-details-mobile {
  display: none;
  overflow: visible;
}

.rbl-jersey-hero-mobile {
  display: none;
}

.rbl-jersey-bold {
  font-weight: 500;
}

.rbl-jersey-hero-h1 {
    font-family: RBL-Display, sans-serif;
    font-weight: 700;
  color: #fff;
  font-size: 72px;
  line-height: 72px;
}

.jlpp-btn-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .rbl-jersey-hero {
    height: 720px;
  }

  .rbl-jersey-hero-img {
    object-fit: cover;
    height: 100%;
  }

  .rbl-jersey-hero-content {
    width: 90%;
  }

  .rbl-jersey-intro {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
  }

  .rbl-jersey-intro-left, .rbl-jersey-intro-right {
    width: 100%;
    max-width: none;
  }

  .rbl-jersey-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rbl-jersey-detailed-comparison {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .comp-item-subline-medium {
    line-height: 32px;
  }

  .rbl-jersey-hero-logos {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .rbl-jersey-hero {
    height: 320px;
  }

  .rbl-jersey-hero-content {
    margin-bottom: 20px;
  }

  .rbl-jersey-intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rbl-jersey-h1 {
    font-family: RBL-Display, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    font-size: 48px;
    color: #001f47;
  }

  .rbl-jersey-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .rbl-jersey-title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .rbl-jersey-title-name {
    color: #001f47;
    font-family: RBL-Display, sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1;
  }

  .rbl-jersey-detailed-comparison {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .comparison-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .rbl-jersey-hero-h1 {
    font-size: 48px;
    line-height: 48px;
    font-family: RBL-Display, sans-serif;
  }
}

@media screen and (max-width: 479px) {
  .rbl-jersey-hero {
    height: 360px;
    display: none;
  }

  .rbl-jersey-hero-content {
    flex-flow: row;
    align-items: flex-end;
    width: 90%;
    margin-bottom: 32px;
  }

  .rbl-jersey-hero-content.is-mobile {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .rbl-jersey-intro {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .rbl-jersey-h1 {
    font-family: RBL-Display, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    font-size: 36px;
  }

  .replica_details_desktop {
    display: none;
  }

  .rbl-jersey-gallery {
    flex-flow: column;
  }

  .comparison-item {
    width: 100%;
  }

  .comp-item-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .comp-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 45vw;
  }

  .comp-item-subline-1 {
    color: #001f47;
    font-family: RBL-Display, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
  }

  .comp-item-subline-medium {
    color: #001f47;
    font-family: RBL-Display, sans-serif;
    font-weight: 400;
    line-height: 24px;
  }

  .comp-item-subline-2 {
    color: #001f47;
    font-family: RBL-Display, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }

  .rbl-jersey-hero-logos {
    width: 40%;
  }

  .jersey-details-mobile {
    display: block;
  }

  .rbl-jersey-hero-mobile {
    background-image: linear-gradient(#0000, #0006), url('https://rbgcp.redbull.com/rbl/comp2627/v1/hero-2627.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    height: 75vh;
    display: block;
    position: relative;
  }

  .rbl-jersey-hero-h1 {
    font-size: 35px;
    line-height: 36px;
    font-family: RBL-Display, sans-serif;
  }

  .jlpp-btn-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 90%;
  }
}


@font-face {
  font-family: 'RBL-Display';
  src: url('../fonts/RBLDisplay-Heavy1.woff2') format('woff2'), url('../fonts/RBLDisplay-Heavy1.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RBL-Display';
  src: url('../fonts/RBLDisplay-Medium.woff2') format('woff2'), url('../fonts/RBLDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bull-Text';
  src: url('../fonts/BullText-Regular.woff2') format('woff2'), url('../fonts/BullText-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bull-Text';
  src: url('../fonts/BullText-Medium.woff2') format('woff2'), url('../fonts/BullText-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}