    /* START GLOBAL COMPONENTS CSS */

        /* section title */
      .sportpage-new a:not(.sportpage-new__nav a) {
          text-decoration: none;
          color: #3643ba;
      }

       .sportpage-new__nav .icon {
        font-size: 16px;
      }

    .sportpage-new__section-title {
        margin: 0 0 10px;
        color: var(--sp-text);
        font-weight: 600;
        line-height: 1.2308;
    }

    @media(min-width: 1200px) {
        .sportpage-new__section-title {
          line-height: 1.1875;
      }
    }
    /* END GLOBAL COMPONENTS CSS */


    /* START MENU UND HEADER CSS */
      .sportpage-new {
    --sp-border: #d9d9d9;
    --sp-text: #101010;
    --sp-focus: #3b5bdb;
    --sp-bg: #f5f5f5;
    --sp-white: #ffffff;
    --sp-menu-width: 320px;
  }

  .sportpage-new * {
    box-sizing: border-box;
  }

  .sportpage-new {
    /* background: var(--sp-bg); */
    color: var(--sp-text);
  }

  .sportpage-new__layout {
    display: grid;
    grid-template-columns: var(--sp-menu-width) minmax(0, 1fr);
    align-items: start;
  }

.sportpage-new__main {
  min-width: 0;
  padding: 28px 24px 60px;
}

.sportpage-new__content {
  width: min(1600px, 100%);
  margin: 0 auto;
}

  .sportpage-new__mobile-title {
    display: none;
    margin: 0;
    padding: 29px 24px 29px;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0em;
    line-height: 1.1111;
  }

  .sportpage-new__sidebar {
    background: var(--sp-white);
    /*border-right: 1px solid var(--sp-border); */
    min-height: 100%;
  }

  .sportpage-new__nav {
    width: 100%;
  }

  /* START SCROLLBAR MENU CSS */
  .sportpage-new__menu {
  scrollbar-width: thin;
  scrollbar-color: #f5f4f5 transparent;
}

.sportpage-new__menu::-webkit-scrollbar {
  width: 2px;
}

.sportpage-new__menu::-webkit-scrollbar-track {
  background: transparent;
}

.sportpage-new__menu::-webkit-scrollbar-thumb {
  background-color: #b5b5b5; 
  border-radius: 999px;
}
  /* END SCROLLBAR MENU CSS */

  .sportpage-new__menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  @media(min-height: 760px) {
    .sportpage-new__menu {
        height: 800px;
        overflow: auto;
    }
  }

  .sportpage-new__menu-item {
    /* border-bottom: 1px solid var(--sp-border); */
  }

  .sportpage-new__menu-link,
  .sportpage-new__menu-toggle {
    width: 100%;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border: 0;
    background: var(--sp-white);
    color: var(--sp-text);
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    font: inherit;
  }

  .sportpage-new__menu-link:hover,
  .sportpage-new__menu-toggle:hover {
    background: #fafafa;
  }

  .sportpage-new__menu-link:focus-visible,
  .sportpage-new__menu-toggle:focus-visible,
  .sportpage-new__submenu-link:focus-visible {
    outline: 3px solid var(--sp-focus);
    outline-offset: -3px;
    position: relative;
    z-index: 2;
  }

  .sportpage-new__menu-main {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    flex: 1;
  }

  .sportpage-new__menu-thumb {
    width: 30px;
    flex: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sportpage-new__menu-thumb img {
    max-width: 30px;
    max-height: 30px;
    display: block;
  }

  .sportpage-new__menu-label {
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    word-break: break-word;
  }

  .sportpage-new__menu-action {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    font-size: 1.5rem;
    line-height: 1;
  }

  .sportpage-new__menu-toggle .icon-minus {
    display: none;
  }

  .sportpage-new__menu-toggle[aria-expanded="true"] .icon-plus {
    display: none;
  }

  .sportpage-new__menu-toggle[aria-expanded="true"] .icon-minus {
    display: inline;
  }

  .sportpage-new__submenu {
    list-style: none;
    margin: 0;
    padding: 0 0 6px;
    background: var(--sp-white);
  }

  .sportpage-new__submenu-item {
    margin: 0;
    padding: 0;
  }

  .sportpage-new__submenu-link {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 16px 10px 52px;
    color: var(--sp-text);
    text-decoration: none;
    background: var(--sp-white);
  }

  .sportpage-new__submenu-link:hover {
    background: #fafafa;
  }

  .sportpage-new__submenu-label {
    font-size: 0.98rem;
    line-height: 1.3;
  }

  .sportpage-new__submenu-label--emphasis {
    font-weight: 700;
    font-style: italic;
  }

  .sportpage-new__submenu-icon {
    flex: 0 0 auto;
    font-size: 1.35rem;
    line-height: 1;
  }

  
  .sportpage-new__hero {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(380px, 0.7fr);
  align-items: stretch;
  /* min-height: 400px; */
  margin-bottom: 20px;
  /*background: #f3f3f3;*/
  overflow: hidden;
}

.sportpage-new__hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 48px;
  padding-left: 0;
  min-width: 0;
}

.sportpage-new__hero h1 {
  margin: 0 0 18px;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.1111;
}

.sportpage-new__hero p {
  margin: 0;
  max-width: 760px;
font-size: 16px;
font-weight: 500;
line-height: 1.5;
}

.sportpage-new__hero-media {
  min-width: 0;
  /*min-height: 100%;*/
  height: 320px;
}

.sportpage-new__hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media(min-width: 1900px) {
  .sportpage-new__hero-media {
    min-width: 0;
    /*min-height: 100%;*/
    height: 400px;
  }
}

@media(min-width: 1200px) {
    .sportpage-new__hero h1 {
    font-size: 48px;
    line-height: 1.1667;
    } 
    .sportpage-new__hero p {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .sportpage-new__hero {
    grid-template-columns: 1fr 1fr;
    min-height: 460px;
    margin-bottom: 42px;
  }

  .sportpage-new__hero-content {
    padding: 38px 32px;
  }

  .sportpage-new__hero h1 {
    font-size: clamp(2.3rem, 4.6vw, 3.4rem);
  }

  .sportpage-new__hero p {
    font-size: 1.02rem;
  }
}

@media (max-width: 768px) {
  .sportpage-new__hero {
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
    margin-bottom: 26px;
    background: #f3f3f3;
  }

  .sportpage-new__hero-content {
    padding: 18px 16px 20px;
  }

  .sportpage-new__hero h1 {
    margin: 0 0 10px;
    font-size: 2.1rem;
    line-height: 0.98;
  }

  .sportpage-new__hero p {
    font-size: 0.98rem;
    line-height: 1.38;
  }

  .sportpage-new__hero-media {
    aspect-ratio: 16 / 9;
  }

  .sportpage-new__hero-media img {
    height: 100%;
  }
}


  .sportpage-new__demo-box {
    margin-top: 24px;
    padding: 18px;
    border: 1px dashed #bbb;
    background: #fff;
  }

  @media (max-width: 1024px) {
    .sportpage-new__layout {
      grid-template-columns: 290px minmax(0, 1fr);
    }

    .sportpage-new__hero {
      min-height: 320px;
      padding: 26px;
      /*
      background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.44) 42%, rgba(0, 0, 0, 0.16) 100%),
        url("https://contents.mediadecathlon.com/p2717113/k$abdd6ac5488d246b489ef7a4471469ff/defaut.jpg?format=auto");
        */
    }

    .sportpage-new__hero-content {
      max-width: 620px;
    }
  }

  @media (max-width: 768px) {
    .sportpage-new__layout {
      grid-template-columns: 1fr;
    }

    .sportpage-new__mobile-title {
      display: block;
      background: var(--sp-white);
      /* border-bottom: 1px solid var(--sp-border); */
      text-align: center;
    }

    .sportpage-new__main {
      padding: 0;
      margin-top: 28px;
    }

    .sportpage-new__hero {
      display: none;
    }

    .sportpage-new__sidebar {
      border-right: 0;
    }

    .sportpage-new__menu-link,
    .sportpage-new__menu-toggle {
      min-height: 88px;
    }

    .sportpage-new__menu-label {
      font-size: 1.02rem;
    }

    .sportpage-new__submenu-link {
      padding-left: 34px;
      min-height: 54px;
    }
  }

  .sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
    /* END MENU UND HEADER CSS */


    /* START 2 CATEGORIES CSS */
    .sportpage-new__section {
  width: 100%;
  margin: 0 0 36px;
}


  .sportpage-new__two-cats {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .sportpage-new__two-cats-item {
    margin: 0;
    padding: 0;
  }

  .sportpage-new__two-cats-link {
    position: relative;
    display: block;
    min-height: 448px;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    background: #d8d8d8;
  }

  .sportpage-new__two-cats-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.46) 100%);
    z-index: 1;
    pointer-events: none;
  }

  .sportpage-new__two-cats-link:focus-visible {
    outline: 3px solid var(--sp-focus);
    outline-offset: 2px;
  }

  .sportpage-new__two-cats-image {
    position: absolute;
    inset: 0;
  }

  .sportpage-new__two-cats-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.28s ease;
  }

  .sportpage-new__two-cats-link:hover .sportpage-new__two-cats-image img,
  .sportpage-new__two-cats-link:focus-visible .sportpage-new__two-cats-image img {
    transform: scale(1.03);
  }

  .sportpage-new__two-cats-content {
    position: absolute;
    inset: auto 0 0 0;
    z-index: 2;
    padding: 22px 20px 20px;
  }

  .sportpage-new__two-cats-label {
    display: block;
    margin: 0;
    font-size: clamp(1.1rem, 1.5vw, 1.9rem);
    line-height: 1.02;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  }

  @media (max-width: 1024px) {
    .sportpage-new__section {
      margin-bottom: 28px;
    }

    .sportpage-new__two-cats-link {
      min-height: 360px;
    }
  }

  @media (max-width: 768px) {

  .sportpage-new__content {
    width: 100%;
  }

    .sportpage-new__section {
      width: 100%;
      padding: 0 10px;
      margin-bottom: 22px;
    }



    .sportpage-new__two-cats {
      gap: 10px;
    }

    .sportpage-new__two-cats-link {
      min-height: 210px;
    }

    .sportpage-new__two-cats-content {
      padding: 14px 12px 12px;
    }

    .sportpage-new__two-cats-label {
      font-size: 1rem;
      line-height: 1.05;
    }
  }
    /* END 2 CATEGORIES CSS */


    /* START 3 CATEGORIES CSS */
        .sportpage-new__three-cats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.sportpage-new__three-cats-item {
  margin: 0;
  padding: 0;
}

.sportpage-new__three-cats-link {
  position: relative;
  display: block;
  min-height: 520px;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  background: #d8d8d8;
}

.sportpage-new__three-cats-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.46) 100%);
  z-index: 1;
  pointer-events: none;
}

.sportpage-new__three-cats-link:focus-visible {
  outline: 3px solid var(--sp-focus);
  outline-offset: 2px;
}

.sportpage-new__three-cats-image {
  position: absolute;
  inset: 0;
}

.sportpage-new__three-cats-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.28s ease;
}

.sportpage-new__three-cats-link:hover .sportpage-new__three-cats-image img,
.sportpage-new__three-cats-link:focus-visible .sportpage-new__three-cats-image img {
  transform: scale(1.03);
}

.sportpage-new__three-cats-content {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: 22px 18px 18px;
}

.sportpage-new__three-cats-label {
  display: block;
  margin: 0;
  font-size: clamp(1.1rem, 1.5vw, 1.9rem);
  line-height: 1.05;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

@media (max-width: 1024px) {
  .sportpage-new__three-cats-link {
    min-height: 560px;
  }
}

@media (max-width: 768px) {
  .sportpage-new__three-cats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .sportpage-new__three-cats-item:nth-child(3) {
    grid-column: 1 / -1;
  }

  .sportpage-new__three-cats-link {
    min-height: 170px;
  }

  .sportpage-new__three-cats-item:nth-child(3) .sportpage-new__three-cats-link {
    min-height: 190px;
  }

  .sportpage-new__three-cats-content {
    padding: 14px 12px 12px;
  }

  .sportpage-new__three-cats-label {
    font-size: 0.95rem;
    line-height: 1.05;
  }
}
    /* END 3 CATEGORIES CSS */


    /* START 4 CATEGORIES CSS */
       .sportpage-new__four-cats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.sportpage-new__four-cats-item {
  margin: 0;
  padding: 0;
}

.sportpage-new__four-cats-link {
  position: relative;
  display: block;
  min-height: 455px;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  background: #d8d8d8;
}

.sportpage-new__four-cats-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.46) 100%);
  z-index: 1;
  pointer-events: none;
}

.sportpage-new__four-cats-link:focus-visible {
  outline: 3px solid var(--sp-focus);
  outline-offset: 2px;
}

.sportpage-new__four-cats-image {
  position: absolute;
  inset: 0;
}

.sportpage-new__four-cats-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.28s ease;
}

.sportpage-new__four-cats-link:hover .sportpage-new__four-cats-image img,
.sportpage-new__four-cats-link:focus-visible .sportpage-new__four-cats-image img {
  transform: scale(1.03);
}

.sportpage-new__four-cats-content {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: 18px 16px 16px;
}

.sportpage-new__four-cats-label {
  display: block;
  margin: 0;
  font-size: clamp(1.05rem, 1.3vw, 1.5rem);
  line-height: 1.02;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  overflow-wrap: anywhere;
}

@media (max-width: 1200px) {
  .sportpage-new__four-cats-link {
    min-height: 360px;
  }
}

@media (max-width: 768px) {
  .sportpage-new__four-cats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .sportpage-new__four-cats-link {
    min-height: 190px;
  }

  .sportpage-new__four-cats-content {
    padding: 14px 12px 12px;
  }

  .sportpage-new__four-cats-label {
    font-size: 0.95rem;
    line-height: 1.02;
  }
}
    /* END 4 CATEGORIES CSS */


    /* START SHOWROOM CSS */
     .sportpage-new__showroom {
  width: 100%;
  margin: 0 0 36px;
}

.sportpage-new__showroom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: 28px;
  align-items: stretch;
}

.sportpage-new__showroom-banner {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  background: #d8d8d8;
  /* -- */
  text-decoration: none;
color: inherit;
display: block;
}

.sportpage-new__showroom-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.26) 48%, rgba(0, 0, 0, 0.70) 100%);
  z-index: 1;
  pointer-events: none;
}

.sportpage-new__showroom-banner-image {
  position: absolute;
  inset: 0;
}

.sportpage-new__showroom-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sportpage-new__showroom-banner-content {
  position: absolute;
  left: 36px;
  right: 36px;
  bottom: 34px;
  z-index: 2;
  color: #ffffff;
  /* --  */
    display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.sportpage-new__showroom-banner-title {
  margin: 0 0 18px;
 /* font-size: clamp(2rem, 3.2vw, 3.2rem); */
 font-size: 24px;
  line-height: 0.98;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.22);
}

.sportpage-new__showroom-banner-text {
  margin: 0;
  max-width: 520px;
  font-size: 1rem;
  line-height: 1.45;
  color: #ffffff;
}

.sportpage-new__showroom-banner-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  background: #3643d7;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 999px;
}

.sportpage-new__showroom-banner-cta:hover {
  background: #2d39bf;
}

.sportpage-new__showroom-banner-cta:focus-visible,
.sportpage-new__showroom-card-link:focus-visible {
  outline: 3px solid var(--sp-focus);
  outline-offset: 3px;
}

.sportpage-new__showroom-products {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-content: start;
}

.sportpage-new__showroom-product {
  margin: 0;
  padding: 0;
}

.sportpage-new__showroom-card-link {
  display: block;
  height: 100%;
  padding: 16px;
  background: #ffffff;
  text-decoration: none;
  color: var(--sp-text);
}

.sportpage-new__showroom-card-image-wrap {
  position: relative;
  margin-bottom: 14px;
  background: #f3f3f3;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.sportpage-new__showroom-card-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.sportpage-new__showroom-sale-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  background: #e3262f;
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1;
}

.sportpage-new__showroom-price-block {
  margin-bottom: 10px;
  min-height: 52px;
}

.sportpage-new__showroom-price-top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
  margin-bottom: 6px;
}

.sportpage-new__showroom-price-regular {
  color: #6f6f6f;
  text-decoration: line-through;
  font-size: 0.95rem;
}

.sportpage-new__showroom-price-discount {
  color: #e3262f;
  font-size: 0.95rem;
}

.sportpage-new__showroom-price-current {
  display: inline-flex;
  align-items: center;
  padding: 3px 6px;
  background: #ffcd4e;
  color: #101010;
  /* font-weight: 600; */
  font-size: 1rem;
  line-height: 1;
}

.sportpage-new__showroom-price-current--sale {
  background: #e3262f;
  color: #ffffff;
}

.sportpage-new__showroom-brand {
  display: block;
  margin-bottom: 6px;
  color: #101010;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.15;
}

.sportpage-new__showroom-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #474747;
  font-size: 0.95rem;
  line-height: 1.25;
  min-height: 2.5em;
}

.sportpage-new__showroom-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  background: #ffffff;
  color: #555;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .sportpage-new__showroom-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sportpage-new__showroom-banner {
    min-height: 520px;
  }
}

@media (max-width: 768px) {
  .sportpage-new__showroom {
    margin-bottom: 24px;
  }

  .sportpage-new__showroom-grid {
    gap: 14px;
  }

  .sportpage-new__showroom-banner {
    min-height: 340px;
  }

  .sportpage-new__showroom-banner-content {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .sportpage-new__showroom-banner-title {
    margin-bottom: 14px;
    line-height: 1.02;
  }

  .sportpage-new__showroom-banner-cta {
    min-height: 42px;
    padding: 10px 18px;
    font-size: 0.95rem;
  }

  .sportpage-new__showroom-products {
    gap: 12px;
  }

  .sportpage-new__showroom-card-link {
    padding: 10px;
  }

  .sportpage-new__showroom-card-image-wrap {
    margin-bottom: 10px;
  }

  .sportpage-new__showroom-price-block {
    min-height: 44px;
    margin-bottom: 8px;
  }

  .sportpage-new__showroom-price-regular,
  .sportpage-new__showroom-price-discount,
  .sportpage-new__showroom-brand,
  .sportpage-new__showroom-name {
    font-size: 0.9rem;
  }

  .sportpage-new__showroom-price-current {
    font-size: 0.92rem;
  }

  .sportpage-new__showroom-name {
    min-height: 2.35em;
  }
}
    /* END SHOWROOM CSS */


    /* START SLIDER CSS */
        .sportpage-new__product-slider {
  width: 100%;
  margin: 0 0 36px;
}

.sportpage-new__product-slider-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 18px;
}

.sportpage-new__product-slider-title {
  margin: 0;
 /* font-size: clamp(2rem, 2.8vw, 3rem); */
 font-size: 28px;
  line-height: 1;
  font-weight: 600;
  color: var(--sp-text);
}

.sportpage-new__product-slider-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sportpage-new__product-slider-btn {
  width: 56px;
  height: 56px;
  border: 1px solid #bdbdbd;
  border-radius: 999px;
  background: #ffffff;
  color: #101010;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
  padding: 0;
}

.sportpage-new__product-slider-btn:hover {
  background: #fafafa;
}

.sportpage-new__product-slider-btn:focus-visible,
.sportpage-new__product-card-link:focus-visible {
  outline: 3px solid var(--sp-focus);
  outline-offset: 3px;
}

.sportpage-new__product-slider-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.sportpage-new__product-slider-viewport::-webkit-scrollbar {
  display: none;
}

.sportpage-new__product-slider-track {
  list-style: none;
  margin: 0;
  padding: 6px;
  display: flex;
  gap: 18px;
}

.sportpage-new__product-slider-item {
  flex: 0 0 calc((100% - 54px) / 4);
  min-width: 0;
  scroll-snap-align: start;
}

.sportpage-new__product-card-link {
  display: block;
  height: 100%;
  color: var(--sp-text);
  text-decoration: none;
}

.sportpage-new__product-card-image-wrap {
  position: relative;
  background: #f3f3f3;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: 16px;
}

.sportpage-new__product-card-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.sportpage-new__product-sale-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  background: #e3262f;
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1;
}

.sportpage-new__product-card-brand {
  display: block;
  margin-bottom: 6px;
  color: #101010;
  font-size: 0.92rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.15;
}

.sportpage-new__product-card-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #474747;
  font-size: 0.95rem;
  line-height: 1.25;
  min-height: 2.5em;
  margin-bottom: 10px;
}

.sportpage-new__product-card-rating {
  display: block;
  color: #4b4b4b;
  font-size: 0.9rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.sportpage-new__product-card-rating strong {
  color: #101010;
  font-weight: 600;
}

.sportpage-new__product-card-price-block {
  min-height: 62px;
}

.sportpage-new__product-card-price-top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
  margin-bottom: 6px;
}

.sportpage-new__product-card-price-regular {
  color: #6f6f6f;
  text-decoration: line-through;
  font-size: 0.95rem;
}

.sportpage-new__product-card-price-discount {
  color: #e3262f;
  font-size: 0.95rem;
}

.sportpage-new__product-card-price-note {
  display: block;
  margin-top: 6px;
  color: #666666;
  font-size: 0.82rem;
  line-height: 1.25;
}

.sportpage-new__product-card-price-current {
  display: inline-flex;
  align-items: center;
  padding: 3px 6px;
  background: #ffcd4e;
  color: #101010;
  /* font-weight: 600; */
  font-size: 1rem;
  line-height: 1;
}

.sportpage-new__product-card-price-current--sale {
  background: #e3262f;
  color: #ffffff;
}

.sportpage-new__product-slider-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  background: #ffffff;
  color: #555;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .sportpage-new__product-slider-item {
    flex-basis: calc((100% - 36px) / 3);
  }

  .sportpage-new__product-slider-btn {
    width: 48px;
    height: 48px;
    font-size: 1.55rem;
  }
}

@media (max-width: 768px) {
  .sportpage-new__product-slider {
    margin-bottom: 24px;
  }

  .sportpage-new__product-slider-header {
    margin-bottom: 14px;
  }

  .sportpage-new__product-slider-title {
    font-size: 1.35rem;
    line-height: 1.05;
  }

  .sportpage-new__product-slider-controls {
    gap: 8px;
  }

  .sportpage-new__product-slider-btn {
    width: 42px;
    height: 42px;
    font-size: 1.35rem;
  }

  .sportpage-new__product-slider-track {
    gap: 12px;
  }

  .sportpage-new__product-slider-item {
    flex-basis: 46%;
  }

  .sportpage-new__product-card-image-wrap {
    margin-bottom: 12px;
  }

  .sportpage-new__product-card-brand {
    font-size: 0.9rem;
    margin-bottom: 5px;
  }

  .sportpage-new__product-card-name {
    font-size: 0.92rem;
    min-height: 2.45em;
    margin-bottom: 8px;
  }

  .sportpage-new__product-card-rating {
    font-size: 0.88rem;
    margin-bottom: 8px;
  }

  .sportpage-new__product-card-price-block {
    min-height: 50px;
  }

  .sportpage-new__product-card-price-current,
  .sportpage-new__product-card-price-regular,
  .sportpage-new__product-card-price-discount {
    font-size: 0.92rem;
  }

  .sportpage-new__product-card-price-note {
    font-size: 0.78rem;
  }
}
    /* END SLIDER CSS */


    /* START SHOWROOM V2 CSS */
        .sportpage-new__showroom-v2 {
  width: 100%;
  margin: 0 0 36px;
}

.sportpage-new__showroom-v2-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: 28px;
  align-items: stretch;
}

.sportpage-new__showroom-v2-media-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.sportpage-new__showroom-v2-media-link:focus-visible,
.sportpage-new__showroom-v2-card-link:focus-visible {
  outline: 3px solid var(--sp-focus);
  outline-offset: 3px;
}

.sportpage-new__showroom-v2-media {
  position: relative;
  height: 100%;
  min-height: 680px;
  overflow: hidden;
  background: #d8d8d8;
}

.sportpage-new__showroom-v2-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.18) 45%, rgba(0, 0, 0, 0.54) 100%);
  z-index: 1;
  pointer-events: none;
}

.sportpage-new__showroom-v2-video,
.sportpage-new__showroom-v2-image-wrap {
  position: absolute;
  inset: 0;
}

.sportpage-new__showroom-v2-video video,
.sportpage-new__showroom-v2-image-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.sportpage-new__showroom-v2-content {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 30px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  color: #ffffff;
}

.sportpage-new__showroom-v2-title {
  margin: 0;
  max-width: 620px;
  line-height: 0.98;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.22);
}

.sportpage-new__showroom-v2-text {
  margin: 0;
  max-width: 560px;
  font-size: 1.05rem;
  line-height: 1.45;
  color: #ffffff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.sportpage-new__showroom-v2-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  background: #3643d7;
  color: #ffffff;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1;
}

.sportpage-new__showroom-v2-media-link:hover .sportpage-new__showroom-v2-cta {
  background: #2d39bf;
}

.sportpage-new__showroom-v2-products {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-content: start;
}

.sportpage-new__showroom-v2-product {
  margin: 0;
  padding: 0;
}

.sportpage-new__showroom-v2-card-link {
  display: block;
  height: 100%;
  padding: 16px;
  background: #ffffff;
  text-decoration: none;
  color: var(--sp-text);
}

.sportpage-new__showroom-v2-card-image-wrap {
  position: relative;
  margin-bottom: 14px;
  background: #f3f3f3;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.sportpage-new__showroom-v2-card-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.sportpage-new__showroom-v2-sale-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  background: #ef3340;
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1;
}

.sportpage-new__showroom-v2-price-block {
  margin-bottom: 10px;
  min-height: 52px;
}

.sportpage-new__showroom-v2-price-top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
  margin-bottom: 6px;
}

.sportpage-new__showroom-v2-price-regular {
  color: #6f6f6f;
  text-decoration: line-through;
  font-size: 0.95rem;
}

.sportpage-new__showroom-v2-price-discount {
  color: #ef3340;
  font-size: 0.95rem;
}

.sportpage-new__showroom-v2-price-current {
  display: inline-flex;
  align-items: center;
  padding: 3px 6px;
  background: #f6c744;
  color: #101010;
  /*font-weight: 600;*/
  font-size: 1rem;
  line-height: 1;
}

.sportpage-new__showroom-v2-price-current--sale {
  background: #ef3340;
  color: #ffffff;
}

.sportpage-new__showroom-v2-brand {
  display: block;
  margin-bottom: 6px;
  color: #101010;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.15;
}

.sportpage-new__showroom-v2-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #474747;
  font-size: 0.95rem;
  line-height: 1.25;
  min-height: 2.5em;
}

.sportpage-new__showroom-v2-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  background: #ffffff;
  color: #555;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .sportpage-new__showroom-v2-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sportpage-new__showroom-v2-media {
    min-height: 520px;
  }
}

@media (max-width: 768px) {
  .sportpage-new__showroom-v2 {
    margin-bottom: 24px;
  }

  .sportpage-new__showroom-v2-grid {
    gap: 14px;
  }

  .sportpage-new__showroom-v2-media {
    min-height: 420px;
  }

  .sportpage-new__showroom-v2-content {
    left: 18px;
    right: 18px;
    bottom: 18px;
    gap: 10px;
  }

  .sportpage-new__showroom-v2-title {
    line-height: 1.02;
  }

  .sportpage-new__showroom-v2-text {
    font-size: 0.98rem;
    line-height: 1.4;
  }

  .sportpage-new__showroom-v2-cta {
    min-height: 42px;
    padding: 10px 18px;
    font-size: 0.95rem;
  }

  .sportpage-new__showroom-v2-products {
    gap: 12px;
  }

  .sportpage-new__showroom-v2-card-link {
    padding: 10px;
  }

  .sportpage-new__showroom-v2-card-image-wrap {
    margin-bottom: 10px;
  }

  .sportpage-new__showroom-v2-price-block {
    min-height: 44px;
    margin-bottom: 8px;
  }

  .sportpage-new__showroom-v2-price-regular,
  .sportpage-new__showroom-v2-price-discount,
  .sportpage-new__showroom-v2-brand,
  .sportpage-new__showroom-v2-name {
    font-size: 0.9rem;
  }

  .sportpage-new__showroom-v2-price-current {
    font-size: 0.92rem;
  }

  .sportpage-new__showroom-v2-name {
    min-height: 2.35em;
  }
}
    /* END SHOWROOM V2 CSS */


    /* START ARTICLE CSS */
 .sportpage-new__feature-banner {
  width: 100%;
  margin: 0 0 36px;
}

.sportpage-new__feature-banner-box {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1.1fr);
  gap: 18px;
  align-items: start;
}

.sportpage-new__feature-banner-media {
  /*min-width: 0;
  max-height: 372px;
  overflow: hidden;*/
    min-width: 0;
    max-height: 350px; 
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; 
    background-color: #f9f9f9; 
 
}

.sportpage-new__feature-banner-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.sportpage-new__feature-banner-content {
  min-width: 0;
  padding: 4px 0 0;
  display: block;
  color: inherit;
  text-decoration: none;
}

.sportpage-new__feature-banner-content:focus-visible {
  outline: 3px solid var(--sp-focus);
  outline-offset: 3px;
}

.sportpage-new__feature-banner-tag {
  display: inline-block;
  position: relative;
  margin: 0 0 18px;
  padding: 10px 22px;
  padding-right: 49px;
  background: #3f48d7;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.sportpage-new__feature-banner-title {
  margin: 0 0 14px;
  color: #101010;
  line-height: 1.08;
  font-weight: 600;
}

.sportpage-new__feature-banner-text {
  margin: 0 0 22px;
  max-width: 820px;
  color: #222222;
  font-size: 1.05rem;
  line-height: 1.42;
}

.sportpage-new__feature-banner-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  background: #3f48d7;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 10px;
  border-radius: 999px;
}

.sportpage-new__feature-banner-content:hover .sportpage-new__feature-banner-cta {
  background: #3139bb;
}

@media (max-width: 1024px) {
  .sportpage-new__feature-banner-box {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sportpage-new__feature-banner-content {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .sportpage-new__feature-banner {
    margin-bottom: 24px;
  }

  .sportpage-new__feature-banner-box {
    gap: 10px;
  }

  .sportpage-new__feature-banner-tag {
    margin-bottom: 16px;
    padding: 10px 26px 10px 18px;
    font-size: 0.95rem;
  }

  .sportpage-new__feature-banner-title {
    margin-bottom: 12px;
    line-height: 1.08;
  }

  .sportpage-new__feature-banner-text {
    margin-bottom: 18px;
    font-size: 0.98rem;
    line-height: 1.35;
  }

  .sportpage-new__feature-banner-cta {
    min-height: 44px;
    padding: 10px 16px;
    font-size: 0.95rem;
  }
}

@media(min-width: 1900px) {
.sportpage-new__feature-banner-media {
    max-height: 410px; 
}
}
/* END ARTICLE CSS */

/* START BANNER CSS */
    .sportpage-new__promo-banner {
  width: 100%;
  margin: 0 0 36px;
}

.sportpage-new__promo-banner-link {
  display: block;
  position: relative;
  min-height: 400px;
  padding: 46px 48px;
  color: #ffffff;
  text-decoration: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.38) 38%, rgba(0, 0, 0, 0.18) 68%, rgba(0, 0, 0, 0.16) 100%),
    url("https://contents.mediadecathlon.com/s1284487/k$e06747f02f14b270bcc643fc803ab346/defaut.jpg?format=auto&quality=50");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.sportpage-new__promo-banner-link:focus-visible {
  outline: 3px solid var(--sp-focus);
  outline-offset: 3px;
}

.sportpage-new__promo-banner-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.sportpage-new__promo-banner-title {
  margin: 0 0 32px;
  max-width: 980px;
  color: #ffffff;
  font-size: 45px;
  line-height: 0.98;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

.sportpage-new__promo-banner-text {
  margin: 0 0 18px;
  max-width: 760px;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.35;
  font-weight: 600;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

.sportpage-new__promo-banner-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  min-height: 70px;
  padding: 14px 28px;
  background: #3f48d7;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.05;
  text-align: center;
  margin-top: 22px;
  border-radius: 999px;
}

.sportpage-new__promo-banner-link:hover .sportpage-new__promo-banner-cta {
  background: #3139bb;
}

@media (max-width: 1024px) {
  .sportpage-new__promo-banner-link {
    min-height: 340px;
    padding: 34px 32px;
  }

  .sportpage-new__promo-banner-title {
    font-size: clamp(2rem, 4vw, 3rem);
  }

  .sportpage-new__promo-banner-text {
    font-size: 1rem;
  }

  .sportpage-new__promo-banner-cta {
    min-width: 180px;
    min-height: 62px;
  }
}

@media (max-width: 768px) {
  .sportpage-new__promo-banner {
    margin-bottom: 24px;
  }

  .sportpage-new__promo-banner-link {
    min-height: 430px;
    padding: 46px 22px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.30) 40%, rgba(0, 0, 0, 0.34) 100%),
      url("https://contents.mediadecathlon.com/s1284487/k$e06747f02f14b270bcc643fc803ab346/defaut.jpg?format=auto&quality=50");
    background-size: cover;
    background-position: center;
  }

  .sportpage-new__promo-banner-content {
    max-width: 100%;
  }

  .sportpage-new__promo-banner-title {
    margin-bottom: 14px;
    font-size: 1.72rem;
    line-height: 1.04;
  }

  .sportpage-new__promo-banner-text {
    margin-bottom: 16px;
    font-size: 0.95rem;
    line-height: 1.32;
  }

  .sportpage-new__promo-banner-cta {
    min-width: 232px;
    min-height: 54px;
    padding: 12px 18px;
    font-size: 0.95rem;
  }
}
/* END BANNER CSS */


/* START BANNER V2 CSS */
  .sportpage-new__service-banner {
    width: 100%;
    margin: 0 0 36px;
  }

  .sportpage-new__service-banner-link {
    display: block;
    text-decoration: none;
    color: #101010;
  }

  .sportpage-new__service-banner-link:focus-visible {
    outline: 3px solid var(--sp-focus);
    outline-offset: 3px;
  }

  .sportpage-new__service-banner-box {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    min-height: 214px;
    background: #f3c74d;
    overflow: visible;
  }

  .sportpage-new__service-banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px 56px;
    min-width: 0;
  }

  .sportpage-new__service-banner-title {
    margin: 0 0 14px;
    font-size: clamp(2.4rem, 4vw, 4rem);
    line-height: 0.98;
    font-weight: 600;
    color: #101010;
    letter-spacing: -0.03em;
  }

  .sportpage-new__service-banner-text {
    margin: 0 0 22px;
    font-size: 1.05rem;
    line-height: 1.3;
    color: #101010;
  }

  .sportpage-new__service-banner-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    color: #101010;
  }

  .sportpage-new__service-banner-cta-icon {
    font-size: 1.3rem;
    line-height: 1;
  }

  .sportpage-new__service-banner-visual {
    position: relative;
    min-width: 0;
    height: 100%;
  }

  .sportpage-new__service-banner-image-wrap {
    width: 100%;
    height: 100%;
  }

  .sportpage-new__service-banner-image-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .sportpage-new__service-banner-badge {
    position: absolute;
    left: -70px;
    bottom: 0;
    width: 140px;
    min-height: 140px;
    padding: 16px 14px 14px;
    background: #3f48d7;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
  }

  .sportpage-new__service-banner-badge-title {
    display: block;
    color: #79f2a4;
    font-size: 0.95rem;
    line-height: 1.1;
    font-weight: 600;
  }

  .sportpage-new__service-banner-badge-box {
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0.75);
    border-radius: 12px;
    padding: 8px 8px 7px;
    color: #ffffff;
    font-size: 0.78rem;
    line-height: 1.15;
    font-weight: 700;
  }

  @media (max-width: 1024px) {
    .sportpage-new__service-banner-box {
      grid-template-columns: 1fr;
      min-height: auto;
      background: #f3c74d;
    }

    .sportpage-new__service-banner-visual {
      order: -1;
      min-height: 250px;
    }

    .sportpage-new__service-banner-image-wrap {
      height: 250px;
    }

    .sportpage-new__service-banner-badge {
      left: 0;
      bottom: 0;
      width: 128px;
      min-height: 128px;
      padding: 14px 12px 12px;
    }

    .sportpage-new__service-banner-content {
      padding: 22px 20px 26px;
    }

    .sportpage-new__service-banner-title {
      font-size: 2rem;
      margin-bottom: 12px;
    }

    .sportpage-new__service-banner-text {
      font-size: 1rem;
      margin-bottom: 18px;
    }
  }

  @media (max-width: 768px) {
    .sportpage-new__service-banner {
      margin-bottom: 24px;
    }

    .sportpage-new__service-banner-visual {
      min-height: 245px;
    }

    .sportpage-new__service-banner-image-wrap {
      height: 245px;
    }

    .sportpage-new__service-banner-badge {
      width: 126px;
      min-height: 126px;
    }

    .sportpage-new__service-banner-badge-title {
      font-size: 0.9rem;
    }

    .sportpage-new__service-banner-badge-box {
      font-size: 0.74rem;
      padding: 7px 7px 6px;
    }

    .sportpage-new__service-banner-content {
      padding: 18px 16px 24px;
    }

    .sportpage-new__service-banner-title {
      font-size: 1.85rem;
      line-height: 1;
    }

    .sportpage-new__service-banner-text {
      font-size: 0.95rem;
      line-height: 1.28;
    }

    .sportpage-new__service-banner-cta {
      font-size: 0.95rem;
    }
  }
/* END BANNER V2 CSS */

/* START VIDEO ARTICLE CSS */
 .sportpage-new__video-info {
    width: 100%;
    margin: 0 0 36px;
  }

  .sportpage-new__video-info-grid {
    display: grid;
    grid-template-columns: minmax(320px, 1.02fr) minmax(320px, 0.98fr);
    gap: 28px;
    align-items: stretch;
  }

  .sportpage-new__video-info-media {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    background: #d8d8d8;
  }

  .sportpage-new__video-info-media::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.10) 0%,
      rgba(0, 0, 0, 0.18) 48%,
      rgba(0, 0, 0, 0.42) 100%
    );
    z-index: 1;
    pointer-events: none;
  }

  .sportpage-new__video-info-media video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .sportpage-new__video-info-media-actions {
    position: absolute;
    left: 28px;
    bottom: 28px;
    z-index: 2;
  }

  .sportpage-new__video-info-watch-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px;
    border: 0;
    background: #3643d7;
    color: #ffffff;
    font: inherit;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    border-radius: 999px;
  }

  .sportpage-new__video-info-watch-btn:hover {
    background: #2d39bf;
  }

  .sportpage-new__video-info-watch-btn:focus-visible,
  .sportpage-new__video-info-close:focus-visible {
    outline: 3px solid var(--sp-focus);
    outline-offset: 3px;
  }

  .sportpage-new__video-info-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6px 0;
  }

  .sportpage-new__video-info-eyebrow {
    margin: 0 0 12px;
    color: #3f48d7;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }

  .sportpage-new__video-info-title {
    margin: 10px 0 16px;
    color: #101010;
    line-height: 1.02;
    font-weight: 600;
    letter-spacing: -0.02em;
  }

  .sportpage-new__video-info-text {
    margin: 0;
    color: #222222;
    font-size: 1.03rem;
    line-height: 1.5;
  }

  .sportpage-new__video-info-text p {
    margin: 0 0 14px;
  }

  .sportpage-new__video-info-text p:last-child {
    margin-bottom: 0;
  }

  .sportpage-new__video-info-modal[hidden] {
    display: none;
  }

  .sportpage-new__video-info-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
  }

  .sportpage-new__video-info-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
  }

  .sportpage-new__video-info-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(1100px, calc(100vw - 32px));
    margin: 40px auto;
    background: #111111;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
  }

  .sportpage-new__video-info-modal-topbar {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    background: #111111;
  }

  .sportpage-new__video-info-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    border: 0;
    background: transparent;
    color: #ffffff;
    font: inherit;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
  }

  .sportpage-new__video-info-modal-video-wrap {
    background: #000000;
  }

  .sportpage-new__video-info-modal-video {
    width: 100%;
    max-height: calc(100vh - 140px);
    display: block;
    background: #000000;
  }

  @media (max-width: 1200px) {
    .sportpage-new__video-info-grid {
      grid-template-columns: 1fr;
      gap: 18px;
    }

    .sportpage-new__video-info-media {
      min-height: 420px;
    }
  }

  @media (max-width: 768px) {
    .sportpage-new__video-info {
      margin-bottom: 24px;
    }

    .sportpage-new__video-info-grid {
      gap: 14px;
    }

    .sportpage-new__video-info-media {
      min-height: 320px;
    }

    .sportpage-new__video-info-media-actions {
      left: 18px;
      bottom: 18px;
    }

    .sportpage-new__video-info-watch-btn {
      min-height: 42px;
      padding: 10px 18px;
      font-size: 0.95rem;
    }

    .sportpage-new__video-info-title {
      line-height: 1.06;
    }

    .sportpage-new__video-info-text {
      font-size: 0.98rem;
      line-height: 1.42;
    }

    .sportpage-new__video-info-modal-dialog {
      width: calc(100vw - 16px);
      margin: 16px auto;
    }

    .sportpage-new__video-info-modal-video {
      max-height: calc(100vh - 100px);
    }
  }
/* END VIDEO ARTICLE CSS */


/* START ARTICLE TEXT CSS */
.sportpage-new__article {
  width: 100%;
  margin: 0 0 48px;
}

.sportpage-new__article-inner {
  width: 100%;
  padding: 36px 32px;
  /*background: #fafafa;*/ /* 👈 רקע עדין */
  border-top: 4px solid #3f48d7; /* 👈 פס עליון כמו דקטלון */
}

/* TITLE */
.sportpage-new__article-title {
  margin: 0 0 28px;
  max-width: 980px;
  font-size: clamp(1.9rem, 2.8vw, 2.8rem);
  line-height: 1.1;
  font-weight: 600;
  color: #101010;
}

/* SECTION */
.sportpage-new__article-section {
  margin-bottom: 32px;
  /*max-width: 900px;*/
}

/* SUBTITLE */
.sportpage-new__article-subtitle {
  margin: 0 0 10px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
  color: #101010;
}

/* TEXT */
.sportpage-new__article-text {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #333333;
}

.sportpage-new__article-text p {
  margin: 0 0 14px;
}

.sportpage-new__article-text p:last-child {
  margin-bottom: 0;
}

/* OPTIONAL DIVIDER BETWEEN SECTIONS */
.sportpage-new__article-section + .sportpage-new__article-section {
  padding-top: 18px;
  border-top: 1px solid #e5e5e5;
}

/* MOBILE */
@media (max-width: 768px) {
  .sportpage-new__article-inner {
    padding: 24px 18px;
  }

  .sportpage-new__article-title {
    font-size: 1.6rem;
    margin-bottom: 22px;
  }

  .sportpage-new__article-subtitle {
    font-size: 1.12rem;
  }

  .sportpage-new__article-text {
    font-size: 0.98rem;
    line-height: 1.55;
  }
}
/* END ARTICLE TEXT CSS */

/* START VIDEO CSS */
.sportpage-new__video-embed {
  width: 100%;
  margin: 0 0 36px;
}

.sportpage-new__video-embed-inner {
  width: 100%;
}

.sportpage-new__video-embed-title {
  margin: 0 0 16px;
  color: #101010;
  line-height: 1.08;
  font-weight: 600;
}

.sportpage-new__video-embed-frame-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000000;
  overflow: hidden;
}

.sportpage-new__video-embed-frame-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 768px) {
  .sportpage-new__video-embed {
    margin-bottom: 24px;
  }

  .sportpage-new__video-embed-title {
    margin-bottom: 12px;
    line-height: 1.1;
  }
}
/* END VIDEO CSS */