.product-header {
  background: $color-tui-white;
  border-radius: $border-radius-double;
  padding: $margin-enterprise;

  &:first-child {
    padding-bottom: 0;
    position: relative;
    z-index: 5;
    border-radius: 0;
  }

  &:nth-child(2) {
    border-radius: 0 0 $border-radius-double $border-radius-double;
  }

  .flag-breadcrumb {
    align-items: center;
    margin-bottom: $margin-enterprise;
  }

  .country-flag {
    margin-right: $margin-normal;
    width: $margin-double;
    height: $margin-double;
    flex-shrink: 0;
    box-shadow: 0 1px 0 0 rgba($color-black, .1);
  }

  .tui-breadcrumb {
    margin: 0;
    align-self: inherit;
  }

  @media (max-width: 767px) {
    h1 {
      @include font-size(24);
    }
  }

  h1 {
    text-transform: none;
    margin-bottom: $margin-enterprise;
  }

  .hero-label,
  .tui-concept-logo {
    margin-right: $margin-normal;
  }

  .header {
    flex-grow: 1;
    order: 1;
  }

  .bamse {
    display: inline-flex;
    margin-left: 0;
    float: none;
    vertical-align: bottom;
    margin-right: $margin-normal;

    img {
      height: 24px;
      width: 24px;
    }
  }

  .tui-rating {
    flex-direction: column;
    align-items: stretch;

    @include breakpoint(sm) {
      flex-direction: row;
    }
  }

  .cruise-read-more {
    margin: $margin-enterprise 0 0;
  }
}

.desktop-climate {
  display: none;
}

.product-header-section {
  order: 3;
}

.go-to-concept {
  &:hover {
    text-decoration: none;
  }
}

.tui-hero-hotel {
  order: 2;

  .button-container {
    right: $margin-half;
  }

  .actions {
    .btn-icon {
      min-height: 36px;
      width: 36px;
      padding: 0;
    }

    .pictogram {
      color: $color-blue-450;
    }

    .pictogram-phone {
      color: inherit;
    }
  }
}

.tui-news-push-container {
  position: absolute;
  right: $margin-enterprise;
  top: $margin-enterprise;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  background: transparent;
}

.tui-news-push {
  @include font-size(16);
  font-weight: bold;
  height: $margin-quadruple;
  width: $margin-quadruple;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: $color-blue-300;
  color: $color-white;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1);
  margin-left: auto;
  margin-right: $margin-enterprise;
}

@include breakpoint(sm) {
  .product-header {
    padding: $margin-double;

    &:first-child {
      margin-top: -#{$margin-double};
      border-radius: $border-radius-double $border-radius-double 0 0;
    }

    .country-flag {
      height: 36px;
      width: 36px;
      margin-right: $margin-enterprise;
    }

    .bamse {
      position: initial;
      padding-right: 0;

      img {
        height: 36px;
        width: 36px;
      }
    }
  }

  .tui-breadcrumb {
    @include font-size(18);
    align-self: inherit;
  }

  .tui-hero-hotel {
    .actions {
      .btn-icon {
        min-height: 48px;
        width: auto;
        padding: $margin-normal;
      }
    }
  }

  .mobile-container {
    display: none;
  }

  .desktop-climate {
    display: inline-flex;
  }

  .tui-news-push-container {
    top: $margin-double;
  }

  .tui-news-push {
    @include font-size(24);
    height: $margin-sextuple;
    width: $margin-sextuple;
    margin-right: $margin-normal;
  }
}

@include breakpoint(md) {
  .tui-hero-hotel {
    order: 1;
  }

  .product-header-section {
    order: 2;
    margin-bottom: $margin-double;
  }

  .product-header-subnav {
    order: 3;
    z-index: auto;

    .hotel-sub-nav-bar {
      display: none;
    }
  }

  .hotelpage {
    .tui-subnav-section:nth-child(1) {
      border-radius: $border-radius-double;
      margin: 0 auto $margin-double;
    }
  }

  .hotel-header-box,
  .sub-navigation {
    display: flex;
  }

  .tui-breadcrumb {
    margin: 0 0 $margin-double;
    flex-grow: 1;
  }
}

@include breakpoint(lg) {
  .product-header {
    padding: $margin-triple;
  }
}
