.collection-masthead {
  padding: 0;
  align-items: center;
  background: white;
  background: linear-gradient(270deg, white 50%, #0a282b 50%); }
  .collection-masthead.theme--dark, .collection-masthead.theme--light {
    margin-top: 20px;
    margin-left: 20px; }
  .collection-masthead .container {
    margin: 0 auto;
    width: 100% !important; }
  .collection-masthead h1, .collection-masthead p, .collection-masthead li, .collection-masthead i {
    color: white;
    vertical-align: middle; }
  .collection-masthead .collection-icon {
    width: 57px;
    display: block; }
  .collection-masthead .icon-web-icons_add_circle:before {
    font-size: 20px; }
  .collection-masthead h1 {
    width: 100%;
    display: block;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 1px;
    text-transform: capitalize; }
  .collection-masthead p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px; }
  .collection-masthead.theme--light {
    background: white;
    /*     .masthead__image {
          height: 240px;
          margin-top: 20px;
          margin-bottom: 20px;
        } */ }
    .collection-masthead.theme--light h1, .collection-masthead.theme--light p, .collection-masthead.theme--light li, .collection-masthead.theme--light i {
      color: #0a282b; }
    .collection-masthead.theme--light .masthead__content {
      background-color: white; }
  .collection-masthead .masthead__content {
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 40px 40px 40px 0;
    background-color: #0a282b;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*   Nick Diff   */
    justify-content: center;
    /* Nick Diff */ }
    @media screen and (min-width: 790px) {
      .collection-masthead .masthead__content {
        min-height: 310px; }
        .collection-masthead .masthead__content.with-image {
          padding-left: 60px;
          position: relative; }
        .collection-masthead .masthead__content .collection-icon {
          left: 0;
          top: 28px;
          position: absolute; } }
    .collection-masthead .masthead__content .collection-point {
      font-size: 16px; }
    .collection-masthead .masthead__content ul {
      width: 100%;
      padding: 0;
      margin: 0;
      list-style: none; }
    .collection-masthead .masthead__content li {
      display: inline-block;
      margin-right: 15px; }
  .collection-masthead .masthead__image {
    height: 100%;
    position: relative; }
  @media screen and (max-width: 789px) {
    .collection-masthead {
      background: #0a282b; }
      .collection-masthead .grid__item:nth-of-type(1) {
        order: 1; }
      .collection-masthead .grid__item:nth-of-type(2) {
        order: 0; }
      .collection-masthead .masthead__content {
        text-align: center;
        padding: 40px 20px; }
      .collection-masthead .masthead__image {
        height: 250px;
        margin-left: -20px;
        margin-right: -20px; }
      .collection-masthead .collection-icon {
        margin: 0 auto 10px; }
      .collection-masthead.theme--light .masthead__image {
        margin-top: 0;
        margin-bottom: 0; }
      .collection-masthead.theme--dark, .collection-masthead.theme--light {
        margin-top: 0px;
        margin-left: 0px; } }
