.index-catalog-block2.h1-another {
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  background-color: #f1f1f1;
  /* One high-resolution, non-tileable image owns the full-width section.
     Internal wrappers stay transparent, so no overlapping panels or seams
     can be introduced at carousel/container boundaries. */
  background-image: url('/local/templates/hockey_one/img/top-page-line.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.h1-another {
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

.h1-another > .wrap {
  position: relative;
}

.h1-another__head h2 {
  margin: 0 0 28px;
}

.h1-another .similar__products {
  margin-right: -15px;
  margin-left: -15px;
}

.h1-another .similar__products .slick-list {
  overflow: hidden;
}

.h1-another .similar__products .item {
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column;
  height: 565px !important;
  min-height: 565px !important;
}

.h1-another .similar__products .item .pr_n_qua {
  margin-top: auto;
}

.h1-another .controls__slider__wrap {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1170px;
  max-width: 100%;
  min-height: 62px;
  margin: 0 auto;
}

.h1-another .arrows__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 112px;
  margin-left: auto;
  padding-top: 7px;
}

.h1-another .arrows__wrap .slick-arrow {
  position: relative !important;
  right: auto !important;
  bottom: auto !important;
  flex: 0 0 auto;
}

.h1-another .dots__main__wrapper {
  min-width: 0;
}

@media screen and (max-width: 1023px) {
  .h1-another .similar__products .item {
    height: 570px !important;
    min-height: 570px !important;
  }

  .h1-another .controls__slider__wrap {
    width: auto;
    min-height: 75px;
  }
}

@media screen and (max-width: 768px) {
  .index-catalog-block2.h1-another {
    /* Keep the 1920px texture at its natural grain scale on tall mobile
       sections. One CSS background layer repeats vertically; the source
       texture has transparent, near-matching top/bottom edges. */
    background-size: 1920px 760px;
    background-position: center top;
    background-repeat: repeat-y;
  }

  .h1-another__head h2 {
    margin-bottom: 20px;
  }

  .h1-another .similar__products {
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .h1-another .similar__products {
    margin-right: -8px;
    margin-left: -8px;
  }

  .h1-another .similar__products .item {
    height: 590px !important;
    min-height: 590px !important;
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .h1-another .arrows__wrap {
    min-width: 104px;
  }
}
