/** Shopify CDN: Minification failed

Line 44:0 Unexpected "="
Line 67:0 Unexpected "="

**/
h1, h2, h3, h4, h5, h6{
  color: #ff6600 !important;
  text-transform: uppercase;
}
.announcement-bar__message span{
    font-weight:900;
}

.header--middle-left {
    grid-template-columns: auto 1fr auto;
}

.list-menu--inline {
    display: flex !important;
    justify-content: center;
    align-items: center;
}


.collection__title.title-wrapper--self-padded-tablet-down {
    padding:0 1.5rem !important; 
}

.newsletter-form__field-wrapper input{
      background: #fcf8e5;
}
.newsletter-form__field-wrapper input::placeholder, .newsletter-form__field-wrapper .field__label{
      color: #ff6600;
}

.newsletter-form__button .icon {
    stroke: #ff6600;
}
.newsletter h2{
  color:#fff !important
}

==========Banner Slider Css Start==========
/* Start Show on specific device CSS */

@media only screen and (max-width: 749px) {
  .mobile--device {
    display: block !important;
  }
  .desktop--device {
    display: none !important;
  }
}

@media only screen and (min-width: 750px) {
  .mobile--device {
    display: none !important;
  }
  .desktop--device {
    display: block !important;
  }
}


/* End Show on specific device CSS */
==========Banner Slider Css End==========

.multicolumn .title {
    color: #ff6600 !important;
}

.multicolumn-icons{
  width:100%;
  max-width:50px;
  max-height:50px;
  object-fit:content;
}

.multicolumn.background-primary .multicolumn-card {
    border: 2px solid #ff6600;
    border-radius: 10px;
}

.banner__text p{
    color: #fff;
    max-width: 95%;
    margin: 0 auto;
    font-size: 26px;
}

.facet-filters__sort {
  padding-left: 10px !important;
  /* background: #FCF8E5 !important; */
}