/** Shopify CDN: Minification failed

Line 8:5 Unexpected "404.liquid"
Line 19:20 Unexpected "-->"

**/
/******** Theme CSS ******* DO NOT TOUCH *******************/
<!-- 404.liquid -->
.page-404--title{
  font-size: 40px;
  margin: 0 0 15px 0;
}
@media (max-width: 767px) {
  .page-404--title{
    font-size: 30px;
  }
}

<!-- search.liquid  -->
.section-header__item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.section-header{
  margin-bottom:30px;
}
.page-and-article{
  padding:20px 0;
}