@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);.experience-commerce_assets-jersyeModule {
  margin-right: -15px;
  margin-left: -15px; }
  @media (max-width: 543.98px) {
    .experience-commerce_assets-jersyeModule {
      margin-right: -19px;
      margin-left: -19px; } }

@media (max-width: 768.98px) {
  .dynamicpage .experience-commerce_assets-jersyeModule {
    margin-right: -15px;
    margin-left: -15px; } }

.jersey-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  border: none; }
  .jersey-container .image-container {
    position: absolute;
    top: 104px;
    left: calc(50% - 187px);
    z-index: 2;
    max-width: 376px;
    max-height: 100%;
    padding: 0 !important; }
    .jersey-container .image-container .jersey-container-gallery {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      max-width: 100%;
      max-height: 100%;
      transition: transform 0.4s ease-in-out;
      width: 376px;
      height: 502px; }
      .jersey-container .image-container .jersey-container-gallery.disabled {
        pointer-events: none;
        -ms-touch-action: none;
            touch-action: none; }
      .jersey-container .image-container .jersey-container-gallery .image-block {
        max-width: 100%;
        max-height: 100%;
        transition: all 0.8s linear; }
        .jersey-container .image-container .jersey-container-gallery .image-block img {
          width: 376px;
          height: 502px;
          object-fit: contain; }
          .jersey-container .image-container .jersey-container-gallery .image-block img.disabled {
            pointer-events: none;
            -ms-touch-action: none;
                touch-action: none; }
      .jersey-container .image-container .jersey-container-gallery .active-slide {
        top: 0%;
        left: 0%;
        scale: 1;
        visibility: visible;
        opacity: 1;
        filter: none; }
      .jersey-container .image-container .jersey-container-gallery .prev-slide {
        top: -15%;
        left: -100%;
        scale: 0.5;
        visibility: visible;
        opacity: 1;
        filter: none; }
      .jersey-container .image-container .jersey-container-gallery .inactive-slide {
        top: -40%;
        left: 0%;
        scale: 0.35;
        visibility: hidden !important;
        opacity: 0; }
      .jersey-container .image-container .jersey-container-gallery .next-slide {
        top: -15%;
        left: 100%;
        scale: 0.5;
        visibility: visible;
        opacity: 1;
        filter: none; }
      .jersey-container .image-container .jersey-container-gallery .active-slide-important {
        top: 0% !important;
        left: 0% !important;
        scale: 1 !important;
        visibility: visible !important;
        z-index: 3;
        opacity: 1 !important;
        filter: none !important; }
      .jersey-container .image-container .jersey-container-gallery .prev-slide-important {
        top: -15% !important;
        left: -100% !important;
        scale: 0.5 !important;
        visibility: visible !important;
        z-index: 2;
        opacity: 1 !important;
        filter: none !important; }
      .jersey-container .image-container .jersey-container-gallery .inactive-slide-important {
        top: -40% !important;
        left: 0% !important;
        scale: 0.35 !important;
        visibility: hidden !important;
        z-index: 1 !important;
        opacity: 0 !important; }
      .jersey-container .image-container .jersey-container-gallery .next-slide-important {
        top: -15% !important;
        left: 100% !important;
        scale: 0.5 !important;
        visibility: visible !important;
        z-index: 2;
        opacity: 1 !important;
        filter: none !important; }
      .jersey-container .image-container .jersey-container-gallery .index-improtant {
        z-index: 4 !important; }
      .jersey-container .image-container .jersey-container-gallery .quater-prev-slide {
        animation: quaterPrevSlideAnimation 0.8s ease-in-out; }
      .jersey-container .image-container .jersey-container-gallery .quater-next-slide {
        animation: quaterNextSlideAnimation 0.8s ease-in-out; }

@keyframes quaterPrevSlideAnimation {
  0% {
    top: 0;
    left: 0;
    scale: 1;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.4s linear; }
  50% {
    left: -50px;
    visibility: visible;
    opacity: 0;
    transition: opacity 0.4s linear; }
  100% {
    left: -100px;
    visibility: hidden; } }

@keyframes quaterNextSlideAnimation {
  0% {
    top: 0;
    left: 0;
    scale: 1;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.4s linear; }
  50% {
    left: 50px;
    visibility: visible;
    opacity: 0;
    transition: opacity 0.4s linear; }
  100% {
    left: 100px;
    visibility: hidden;
    opacity: 0; } }
      .jersey-container .image-container .jersey-container-gallery .medium-semi-prev-slide {
        left: -50px;
        visibility: visible;
        opacity: 0;
        transition: all 0.4s ease-in-out, opacity 0.4s linear; }
      .jersey-container .image-container .jersey-container-gallery .medium-semi-next-slide {
        left: 50px;
        visibility: visible;
        opacity: 0;
        transition: all 0.4s ease-in-out, opacity 0.4s linear; }
      .jersey-container .image-container .jersey-container-gallery .semi-prev-slide {
        left: -100px;
        visibility: hidden !important;
        opacity: 0;
        transition: all 0.4s ease-in-out, opacity 0.4s linear; }
      .jersey-container .image-container .jersey-container-gallery .semi-next-slide {
        left: 100px;
        visibility: hidden !important;
        opacity: 0;
        transition: all 0.4s ease-in-out, opacity 0.4s linear; }
      .jersey-container .image-container .jersey-container-gallery .slow-transition {
        transition: all 0.4s ease-in-out, opacity 0.4s linear !important; }
      .jersey-container .image-container .jersey-container-gallery .fast-transition {
        transition: none !important; }
  .jersey-container .jersey-background {
    position: relative;
    width: calc(100% - 16px);
    height: 369px;
    margin: 0 8px;
    border: none; }
    .jersey-container .jersey-background:after {
      content: ' ';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      mask-size: 25px, 13px;
      mask-image: var(--mask-image, "");
      background: var(--mask-background, #0f1018); }
    .jersey-container .jersey-background .jersey-logo {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: 110px;
      height: 110px;
      background: #f9f9f9; }
      .jersey-container .jersey-background .jersey-logo img {
        max-width: 110px;
        height: 61.25px; }
      @media (max-width: 991.98px) {
        .jersey-container .jersey-background .jersey-logo {
          width: 88px;
          height: 88px; }
          .jersey-container .jersey-background .jersey-logo img {
            max-width: 88px;
            height: 49px; } }
  .jersey-container .ribbon-container {
    height: 25px; }
    .jersey-container .ribbon-container .ribbon {
      height: 25px;
      overflow: hidden;
      width: 100%;
      transition: background-color 0.25s ease-in-out 0s;
      font-family: HummelPlate-ExtraboldItalic, sans-serif;
      font-weight: 800;
      font-size: 14px;
      line-height: 11.9px;
      text-transform: uppercase; }
      .jersey-container .ribbon-container .ribbon .ribbon__inner {
        height: 100%;
        gap: 20px;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: relative;
        -ms-flex-align: center;
            align-items: center;
        white-space: nowrap;
        will-change: transform; }
        .jersey-container .ribbon-container .ribbon .ribbon__inner .ribbon__item {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          height: 100%; }
          .jersey-container .ribbon-container .ribbon .ribbon__inner .ribbon__item .ribbon__text {
            display: -ms-flexbox;
            display: flex;
            gap: 20px; }
  .jersey-container .jersey-footer {
    position: relative;
    width: 100%;
    height: 314px;
    border: none;
    color: black; }
    .jersey-container .jersey-footer .jersey-product-detail {
      position: absolute;
      right: 5%;
      bottom: 20px;
      z-index: 2;
      font-family: Inter, sans-serif;
      font-size: 12px;
      font-weight: 500;
      line-height: 15.6px;
      color: #0f1018 !important; }
      @media (max-width: 768.98px) {
        .jersey-container .jersey-footer .jersey-product-detail {
          padding: 0 8px; } }
      @media (max-width: 991.98px) {
        .jersey-container .jersey-footer .jersey-product-detail {
          right: 0 !important; } }
      @media (max-width: 1199.98px) {
        .jersey-container .jersey-footer .jersey-product-detail {
          right: 1%; } }
      .jersey-container .jersey-footer .jersey-product-detail .product-detail-categories {
        display: -ms-flexbox;
        display: flex;
        width: fit-content;
        height: 40px;
        margin-bottom: 24px;
        background: #fff; }
        .jersey-container .jersey-footer .jersey-product-detail .product-detail-categories .category-item {
          position: relative;
          z-index: 1;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          margin: 1px 0 0 1px;
          padding: 12px;
          min-width: 75px;
          height: 40px;
          text-transform: uppercase;
          outline: 1px solid #B0B0B0;
          border: none;
          cursor: pointer; }
          .jersey-container .jersey-footer .jersey-product-detail .product-detail-categories .category-item.selected {
            outline: 1px solid #0f1018;
            background: transparent;
            z-index: 2;
            pointer-events: none;
            -ms-touch-action: none;
                touch-action: none; }
          .jersey-container .jersey-footer .jersey-product-detail .product-detail-categories .category-item.disabled {
            opacity: 0.6;
            pointer-events: none; }
          @media (min-width: 992px) {
            .jersey-container .jersey-footer .jersey-product-detail .product-detail-categories .category-item:hover {
              outline: 1px solid #0f1018;
              background: transparent;
              z-index: 2; } }
      .jersey-container .jersey-footer .jersey-product-detail .product-detail-info {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        gap: 2px;
        margin-bottom: 12px; }
        .jersey-container .jersey-footer .jersey-product-detail .product-detail-info .product-detail-headline {
          color: #707070; }
      .jersey-container .jersey-footer .jersey-product-detail .product-detail-price {
        margin-bottom: 20px;
        font-weight: 700; }
        .jersey-container .jersey-footer .jersey-product-detail .product-detail-price .price span:not(.range):first-of-type {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-pack: start;
              justify-content: start;
          gap: 4px; }
        .jersey-container .jersey-footer .jersey-product-detail .product-detail-price .price .sales {
          font-size: 16px; }
        .jersey-container .jersey-footer .jersey-product-detail .product-detail-price .price span.range {
          display: -ms-flexbox;
          display: flex; }
        .jersey-container .jersey-footer .jersey-product-detail .product-detail-price .price .strike-through {
          margin-right: 4px;
          color: #707070 !important;
          opacity: 0.63; }
        .jersey-container .jersey-footer .jersey-product-detail .product-detail-price .price del {
          color: #707070 !important;
          font-weight: 500; }
        .jersey-container .jersey-footer .jersey-product-detail .product-detail-price .discount {
          font-family: Inter, sans-serif;
          font-weight: 700;
          font-size: 12px;
          line-height: 15.6px;
          color: #2291ff;
          margin: 0; }
        .jersey-container .jersey-footer .jersey-product-detail .product-detail-price .member-label {
          margin-bottom: 4px; }
        .jersey-container .jersey-footer .jersey-product-detail .product-detail-price .non-member-price-section {
          margin-top: 2px; }
        .jersey-container .jersey-footer .jersey-product-detail .product-detail-price .non-members,
        .jersey-container .jersey-footer .jersey-product-detail .product-detail-price .non-members-label {
          font-size: 12px;
          font-weight: 500;
          font-style: italic;
          line-height: 1.3;
          letter-spacing: 0;
          color: #0f1018;
          margin: 0px; }
      .jersey-container .jersey-footer .jersey-product-detail .product-detail-quickbuy {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between;
        width: 374px;
        height: 44px;
        padding: 13px 15px;
        background: #000;
        cursor: pointer; }
        .jersey-container .jersey-footer .jersey-product-detail .product-detail-quickbuy .quickbuy-text {
          font-family: HummelPlate-Bold, sans-serif;
          font-size: 16px;
          line-height: 18.4px;
          text-transform: uppercase; }
        .jersey-container .jersey-footer .jersey-product-detail .product-detail-quickbuy .quickbuy-shop {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center; }
          .jersey-container .jersey-footer .jersey-product-detail .product-detail-quickbuy .quickbuy-shop .quickbuy-icon {
            width: 14px;
            height: 15px;
            margin-right: 4px;
            background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS45MTMxNCA0LjU5Mzc1SDguNzQ0OTRWMi44ODVMNS44MjgxMiAwTDIuOTA2MjUgMi44OVY0LjU5Mzc1SDEuNzMzOTFMMCAxMy43MTM3SDUuODIzNTNMNS44MjYwNiAxMi40NjM3SDEuNTI2NjVIMS41MjE2TDIuNzgwMzMgNS44NDM3NUg4Ljg2NjczTDkuNSA3LjVMMTEgNy41TDkuOTEzMTQgNC41OTM3NVpNNS44MjgxMiAxLjc0NUwyLjk0Nzk2IDQuNTkzNzVIOC43MDgyOUw1LjgyODEyIDEuNzQ1Wk0xMC41IDE1TDEwLjUgMTIuNUg4VjExLjVIMTAuNVY5SDExLjVWMTEuNUgxNFYxMi41SDExLjVMMTEuNSAxNUgxMC41WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K") no-repeat center; }
        .jersey-container .jersey-footer .jersey-product-detail .product-detail-quickbuy .quickbuy-points {
          color: #969494; }
          .jersey-container .jersey-footer .jersey-product-detail .product-detail-quickbuy .quickbuy-points .quickbuy-points-text {
            font-family: Inter, sans-serif;
            font-size: 10px;
            font-weight: 600;
            line-height: 12.5px;
            color: #B0B0B0;
            text-transform: uppercase; }
        .jersey-container .jersey-footer .jersey-product-detail .product-detail-quickbuy.disabled .quickbuy-shop .quickbuy-icon {
          background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOC43NDU0MyA0LjU5Mzc1SDkuOTEzMTRMMTEgNy41SDkuNUw4Ljg2NjczIDUuODQzNzVIMi43ODAzM0wxLjUyMTYgMTIuNDYzN0gxLjUyNjY1SDUuODI2MDZMNS44MjM1MyAxMy43MTM3SDBMMS43MzM5MSA0LjU5Mzc1SDIuOTA2NzRWMi44OUw1LjgyODYxIDBMOC43NDU0MyAyLjg4NVY0LjU5Mzc1Wk0yLjk0ODQ0IDQuNTkzNzVMNS44Mjg2MSAxLjc0NUw4LjcwODc4IDQuNTkzNzVIMi45NDg0NFoiIGZpbGw9IiMwRjEwMTgiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTAuNSAxMi41VjE1SDExLjVWMTIuNUgxNFYxMS41SDExLjVWOUgxMC41VjExLjVIOFYxMi41SDEwLjVaIiBmaWxsPSIjMEYxMDE4Ii8+DQo8L3N2Zz4NCg==") no-repeat center; }
        .jersey-container .jersey-footer .jersey-product-detail .product-detail-quickbuy.clicked {
          border: 1px solid #000;
          pointer-events: none; }
      .jersey-container .jersey-footer .jersey-product-detail .sold-out {
        color: #0f1018;
        font-weight: 700;
        font-size: 16px;
        line-height: 15.6px; }
      .jersey-container .jersey-footer .jersey-product-detail .disabled {
        cursor: initial;
        pointer-events: none;
        -ms-touch-action: none;
            touch-action: none;
        background-color: #E5E5E5; }
  .jersey-container .jersey-button-prev,
  .jersey-container .jersey-button-next {
    position: absolute;
    top: 226px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 40px;
    height: 44px;
    background: #fff;
    color: inherit;
    border: none;
    cursor: pointer; }
    .jersey-container .jersey-button-prev:hover img,
    .jersey-container .jersey-button-next:hover img {
      scale: 1.1; }
    .jersey-container .jersey-button-prev.disabled,
    .jersey-container .jersey-button-next.disabled {
      pointer-events: none;
      -ms-touch-action: none;
          touch-action: none; }
    @media (max-width: 991.98px) {
      .jersey-container .jersey-button-prev,
      .jersey-container .jersey-button-next {
        display: none !important; } }
  .jersey-container .jersey-button-next {
    right: 16px; }
    .jersey-container .jersey-button-next img {
      height: 16px;
      width: 16px;
      transform: rotate(-90deg); }
  .jersey-container .jersey-button-prev {
    left: 16px; }
    .jersey-container .jersey-button-prev img {
      height: 16px;
      width: 16px;
      transform: rotate(90deg); }
  .jersey-container .jersey-carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: calc(50% - 112.5px);
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    width: 225px; }
    .jersey-container .jersey-carousel-indicators.standard {
      left: 50%;
      transform: translate(-50%, 0);
      bottom: -3%; }
    .jersey-container .jersey-carousel-indicators li {
      position: relative;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      width: 100%;
      height: 1px;
      cursor: default;
      background-color: #e3e3e3; }
      .jersey-container .jersey-carousel-indicators li::before {
        position: absolute;
        top: -0.625rem;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 0.625rem;
        content: ""; }
      .jersey-container .jersey-carousel-indicators li::after {
        position: absolute;
        bottom: -0.625rem;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 0.625rem;
        content: ""; }
    .jersey-container .jersey-carousel-indicators .active {
      background-color: #073b91; }

@media (max-width: 1055px) {
  .jersey-container .image-container {
    top: 114px;
    left: calc(50% - 134px);
    max-width: 268px; }
    .jersey-container .image-container .jersey-container-gallery .image-block img {
      width: 268px;
      height: 356px; }
  .jersey-container .jersey-footer {
    margin-top: 54px; }
  .jersey-container .jersey-product-detail {
    right: 0 !important;
    bottom: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    width: 100%; }
    .jersey-container .jersey-product-detail .product-detail-info {
      -ms-flex-align: center;
          align-items: center; }
  .jersey-container .jersey-carousel-indicators {
    bottom: 220px; }
  .no-tabs .jersey-footer {
    height: 250px; }
  .no-tabs .jersey-carousel-indicators {
    bottom: 156px; } }

@media (max-width: 543.98px) {
  .product-detail-quickbuy {
    width: 100% !important; } }

@keyframes scroll {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }

@keyframes slideInFromLeft {
  0% {
    transform: translateX(0%); }
  50% {
    transform: translateX(-30%); }
  100% {
    transform: translateX(0%);
    animation: none; } }
