/* strong {
  font-family: "Helen Pro_Bold";
} */

.container-trend-collection {
  max-width: 1384px;
  margin: 0 auto;
  /* padding: 0 20px; */
}

#content.container {
  max-width: unset !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.trends-title {
  margin-top: 120px;
  margin-bottom: 11px;
  font-size: 58px;
  line-height: 77px;
  color: #05377b;
  text-align: center;
  font-family: "Helen Pro_Bold";
}

.trends-subtitle {
  font-size: 34px;
  line-height: 40px;
  letter-spacing: -0.34px;
  text-align: center;
  font-family: "Helen Pro_bold";
}

.trends-main-img {
  width: 100%;
  height: auto;
  margin-top: 73px;
  margin-bottom: 70px;
  font-size: 0;
  /* max-height: 500px; */
}

.trends-main-img img {
  width: 100%;
  margin: 0;
  height: auto;
  object-fit: cover;
}

.trends-intro {
  font-family: "Helen Pro_Light";
  color: #636363;
  font-size: 24px;
  line-height: 32px;
  margin: auto;
  letter-spacing: -0.24px;
  text-align: center;
  max-width: 870px;
  margin-bottom: 26px;
}

.trends-preview {
  font-family: "Helen Pro_Light";
  font-size: 34px;
  line-height: 40px;
  letter-spacing: -0.34px;
  margin: auto;
  max-width: 870px;
  text-align: center;
}

/* TREND SECTION */

/* IMAGE */
.trend_section {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 120px;
  text-align: left;
}

.trend-img-block,
.trend-content-block {
  width: 50%;
}

.trend-img-block {
  font-size: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  /* max-height: 672px; */
}

.trend-img-block img {
  width: 100%;
  min-width: 0;
  object-fit: cover;
  height: 100%;
}

.second-row-img {
  display: flex;
  gap: 7px;
}

/* CONTENT */

.trend-content-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.trend-content-block .item_title {
  font-size: 46px;
  line-height: 48px;
  color: #05377b;
  font-family: "Helen Pro_bold";
}

.trend-item_description {
  font-family: "Helen Pro_Light";
  font-size: 21px;
  line-height: 26px;
  margin-top: 31px;
  margin-bottom: 35px;
}

.item_list {
  font-family: "Helen Pro_Light";
  font-size: 21px;
  line-height: 26px;
}

.trend-block-button .item_button {
  display: flex;
  padding-top: 6px;
  padding-bottom: 5px;
  color: #fff;
  text-decoration: none;
  font-family: "Helen Pro";
  font-size: 16px;
  line-height: normal;
  /* border: 2px solid #05377b; */
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  min-height: 40px;
  justify-content: center;
  align-items: center;
  background-color: #636363;
}

.trend-block-button .item_button:hover {
  color: white;
  background-color: #05377b;
}

.item_list ul {
  padding-left: 20px;
}

.item_list ul li a {
  color: #05377b;
  text-decoration: none;
}

.item_list ul li a:hover {
  text-decoration: underline;
}

.item_list li::marker {
  color: black;
}

.trend-img-block.sustainable-flooring {
  display: flex;
  gap: 7px;
  flex-direction: row;
}

/* .trend-pictogram {
  display: flex;
  gap: 30px;
}

.pictogram_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.pictogram_item img {
  width: 80px;
  height: auto;
}

.pictogram_item span {
  font-family: "Helen Pro";
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  max-width: 80px;
} */

/* CONCLUSION */
.trend-conclusion {
  margin-top: 120px;
  margin-bottom: 65px;
  text-align: center;
}

.trend-conclusion .conclusion_title {
  font-size: 56px;
  line-height: 60px;
  color: #05377b;
  margin-bottom: 40px;
  font-family: "Helen Pro_bold";
}

.trend-conclusion .conclusion_subtitle {
  font-size: 34px;
  line-height: 44px;
  letter-spacing: -0.34px;
  font-family: "Helen Pro_bold";
  margin-bottom: 25px;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}

.trend-conclusion .conclusion_summary {
  font-family: "Helen Pro_Light";
  font-size: 21px;
  line-height: 24px;
  max-width: 915px;
  margin: auto;
}

.trend-conclusion span {
  display: block;
}

.trend-img-block.mobile,
.trend-img-block.trend-tablet {
  display: none;
}

.first-row-img,
.second-row-img {
  height: 50%;
}

/* MAGNIFIC POPUP */

.trend-img-block.desktop a,
.trend-img-block.trend-tablet a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.trend-img-block.desktop .zoom,
.trend-img-block.trend-tablet .zoom {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 28px;
  height: 28px;
  background: url("/public/krono/img/icons/add.png") no-repeat center center;
  background-size: contain;
  cursor: pointer;
  z-index: 10;
}

.mfp-trend-collection .mfp-figure:after {
  background: transparent;
  box-shadow: none;
}

.mfp-trend-collection .mfp-container,
.mfp-trend-collection.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-trend-collection.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-trend-collection.mfp-ready.mfp-bg {
  opacity: 0.9;
  background: #333;
}

.mfp-trend-collection.mfp-bg {
  z-index: 10000 !important;
}
.mfp-trend-collection .mfp-wrap,
.mfp-wrap.mfp-trend-collection {
  z-index: 10001 !important;
}
.mfp-trend-collection.mfp-removing .mfp-container,
.mfp-trend-collection.mfp-removing.mfp-bg {
  opacity: 0;
}
/* Caption styling - bottom left over image */
.mfp-trend-collection .mfp-figure {
  position: relative;
}
.mfp-trend-collection .mfp-bottom-bar {
  position: absolute;
  bottom: 45px;
  left: 0;
  top: auto;
  width: auto;
  margin-top: 0;
  padding: 10px 15px;
  /* background: rgba(0, 0, 0, 0.6); */
}
.mfp-trend-collection .mfp-title {
  text-align: left;
  padding: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}
.mfp-trend-collection .mfp-counter {
  display: none !important;
}
/* Gallery title styling */
.mfp-trend-collection .gallery-title-brand {
  font-family: "Helen Pro", sans-serif;
  font-size: 16px;
  line-height: 26px;
  display: block;
}
.mfp-trend-collection .gallery-title-brand .original-text {
  font-family: "Helen Pro", sans-serif;
}
.mfp-trend-collection .gallery-title-brand sup {
  font-size: 10px;
  /* vertical-align: super; */
}
.mfp-trend-collection .gallery-title-code {
  font-family: "Helen Pro_Bold", "Helen Pro Bold", sans-serif;
  font-size: 24px;
  line-height: 26px;
}
.mfp-trend-collection .gallery-title-name {
  font-family: "Helen Pro_Light", "Helen Pro Light", sans-serif;
  font-size: 24px;
  line-height: 26px;
}

/* Trend mobile slider */
.trend-mobile-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.trend-mobile-slider__wrapper {
  display: flex;
  transition: transform 0.3s ease-in-out;
}
.trend-mobile-slider__slide {
  min-width: 100%;
  box-sizing: border-box;
}
.trend-mobile-slider__slide img {
  width: 100%;
  height: auto;
  display: block;
}
.trend-mobile-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  background-image: url("https://kronospan.com/krono/img/slider_arrows.png");

  background-repeat: no-repeat;
  opacity: 0.8;
}
.trend-mobile-slider__arrow:hover {
  opacity: 1;
}
.trend-mobile-slider__arrow--prev {
  left: 10px;
  background-position: 0 center;
}
.trend-mobile-slider__arrow--next {
  right: 10px;
  background-position: 100% center;
  transform: translateY(-50%) rotate(180deg);
}
.trend-mobile-slider__indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  position: absolute;
  bottom: 17px;
  left: 0;
  right: 0;
  z-index: 10;
}
.trend-mobile-slider__indicator {
  width: 21px;
  height: 3px;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s ease;
}
.trend-mobile-slider__indicator--active {
  background: #ffffff;
}
.trend-mobile-slider__slide a {
  position: relative;
  display: block;
}
.trend-mobile-slider__zoom {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  background: url("/public/krono/img/icons/add.png") no-repeat center center;
  background-size: contain;
  cursor: pointer;
  z-index: 10;
}

.trend-img-block.mobile {
  display: none;
}
.trend-img-block.desktop {
  display: flex;
}

.trend-content-block .item_list span:first-child {
  margin-bottom: 25px;
  line-height: 30px;
  font-family: "Helen Pro_bold";
  display: block;
}

.trend-content-block .item_list ul li {
  margin-bottom: 10px;
  list-style-type: disc;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.2px;
}

.trend-content-block .item_list ul li::marker {
  font-size: 16px;
  line-height: 26px;
}

.obj_left-bot {
  object-position: left bottom;
}

.obj_right-center {
  object-position: right center;
}

@media (max-width: 1400px) {
  .container-trend-collection,
  .trends-title,
  .trends-subtitle {
    padding: 0 20px;
  }

  .trend-img-block {
    height: auto;
  }
}

@media (max-width: 1280px) {
  /* FONT SIZES */
  .trends-title {
    font-size: 54px;
    line-height: 73px;
  }
  .trends-subtitle,
  .trends-preview {
    font-size: 30px;
    line-height: 36px;
  }
  .trends-intro {
    font-size: 22px;
    line-height: 30px;
  }
  .trend-content-block .item_title {
    font-size: 42px;
    line-height: 46px;
  }
  .trend-item_description,
  .item_list,
  .item_button,
  .pictogram_item span {
    font-size: 19px;
    line-height: 24px;
  }
  .trend-conclusion .conclusion_title {
    font-size: 52px;
    line-height: 56px;
  }
  .trend-conclusion .conclusion_subtitle {
    font-size: 22px;
    line-height: 24px;
  }
  .trend-conclusion .conclusion_summary {
    font-size: 19px;
    line-height: 22px;
  }

  /* end FONT SIZES */
}

@media (max-width: 1120px) {
  .trend-img-block.desktop.tablet-diff {
    display: none !important;
  }
  .trend-img-block.trend-tablet {
    display: flex;
    flex-direction: column;
    gap: 7px;
    max-height: unset;
    overflow: hidden;
  }

  .trend-img-block.trend-tablet a {
    flex: 1 1 0;
    min-height: 0;
  }

  .trend-img-block.trend-tablet img {
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 800px) {
  .trend_section {
    flex-direction: column;
    gap: 20px;
  }
  .trend-img-block,
  .trend-content-block {
    width: 100%;
  }

  .trend_section.tablet-reverse-flex {
    flex-direction: column-reverse;
  }
}

@media (max-width: 800px) {
  .trend-img-block.mobile {
    display: block;
    width: 100%;
    height: auto;
  }
  .trend-img-block.desktop {
    display: none !important;
  }
}

@media (max-width: 540px) {
  .trends-title {
    font-size: 58px;
    line-height: 62px;
  }
  .trends-subtitle,
  .trends-preview {
    font-size: 34px;
    line-height: 40px;
  }
  .trends-intro {
    font-size: 24px;
    line-height: 32px;
  }
  .trend-content-block .item_title {
    font-size: 46px;
    line-height: 48px;
  }
  .trend-item_description,
  .item_list,
  .item_button,
  .pictogram_item span {
    font-size: 21px;
    line-height: 26px;
  }
  .trend-conclusion .conclusion_title {
    font-size: 58px;
    line-height: 62px;
  }
  .trend-conclusion .conclusion_subtitle {
    font-size: 27px;
    line-height: 32px;
  }
  .trend-conclusion .conclusion_summary {
    font-size: 24px;
    line-height: 32px;
  }

  .container-trend-collection,
  .trends-title,
  .trends-subtitle {
    padding: 0 13px;
  }

  .trend_section {
    margin-top: 120px;
    gap: 40px;
  }

  .trend-block-button .item_button {
    margin-top: 50px;
  }
  .trend-content-block {
    padding: 0 11px;
  }
}
