/** Shopify CDN: Minification failed

Line 28:3 Unexpected ","

**/
/* Use this file to add custom css to the theme. */

@media (min-width: 38em){
.section{
    padding-top:15px !important;
    padding-bottom:15px !important;
}
  }

section.section {
    padding-top:15px !important;
    padding-bottom:15px !important;
}

.header__icon--search {
  display: inline-block !important;
  padding: 0 10px;
}

@media (max-width: 38em){
  .carousel__slide, .text-columns__feature {
    width: 50% !important;
  },
  .text-columns__content{
    display: flex !important;
  }
  .grid-display {
      grid-template-columns: repeat(2, 1fr);
  }
}


/* @media only screen and (max-width:490px) {
.media-wrapper .media {
  height: 200px;
  width: 100%;
  object-fit: cover;
} */