/** Shopify CDN: Minification failed

Line 22:8 Expected identifier but found whitespace
Line 22:10 Unexpected "{"
Line 22:18 Expected ":"
Line 28:8 Expected identifier but found whitespace
Line 28:10 Unexpected "{"
Line 28:18 Expected ":"
Line 31:13 Expected identifier but found whitespace
Line 31:15 Unexpected "{"
Line 31:23 Expected ":"
Line 34:15 Expected identifier but found whitespace
... and 8 more hidden warnings

**/


/* CSS from section stylesheet tags */
.shopify-section--header .Header .Heading,
.shopify-section--header .Header .Link--secondary,
.shopify-section--header .Header .Link--primary:hover {
  color: {{section.settings.header_heading_color}}
}

.shopify-section--header .Header .Text--subdued,
.shopify-section--header .Header .Link--primary,
.shopify-section--header .Header .Link--secondary:hover {
  color: {{section.settings.header_light_color}}
}
.shopify-section--header .MegaMenu {
  background: {{section.settings.header_background}};
}
.shopify-section--header .DropdownMenu {
    background: {{section.settings.header_background}};
}
.shopify-section--header .Header {
  background: {{section.settings.header_background}};
  color: {{section.settings.header_heading_color}}; 
} 
ul.sub-menu {
  display: block;
  width: 100%;
  z-index: 5;
  margin-top: 0; }
.sub-menu li {
  float: left;
  width: 20%;
  height: 10em;
  position: relative;
  vertical-align: top;
  margin: 0;
  border: 0;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  }
.sub-menu li a {
  display: block;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: background 150ms;
  -moz-transition: background 150ms;
  -ms-transition: background 150ms;
  -o-transition: background 150ms;
  transition: background 150ms;
  text-align: center;
  color: #757977; }
.sub-menu li a > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
.sub-menu li a span.icon-wrap {
  display: block;
  margin-bottom: 20px; }
.sub-menu li a span.icon-wrap i {
  font-size: 700%;
  line-height: 1; }
ul.sub-menu {
    list-style: none;
    max-width: 1450px;
    margin: 0 auto;
}
  .Header__Icon .Icon--nav-desktop {
    height: 20px!important;
    width: 30px!important;
  }

.dropdown_menu {
    background: #FDF9F5;
	border-top: 3px solid #ddddddba;
}

.dropdown_column {
      display: flex;
    max-width: 1450px;
    margin: 0 auto;
    padding: 20px 10px;
}
 .dropdown_column__menu {
        width: max-content;
    padding-right: 100px;
}
.dropdown_menu li {
    list-style: none;
}
  ul.dropdown_title {
    padding-bottom: 20px;
}
ul.dropdown_title.Text--subdued li a {
    color: #6a6a6a;
}
.dropdown_column__menu li {
    margin-left: 10px;
}
  .dropdown_column__menu li a {
   color: #1c1b1b;
}
a.menu_parent_title {
    display: flex;
    width: max-content;
}