/** Shopify CDN: Minification failed

Line 185:12 Expected identifier but found whitespace
Line 185:13 Unexpected "("

**/
theme-header {
  z-index: 1;
}

header {
  width: 100%;
  z-index: 11;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

/* ---- Logo ---- */

#logo {
  align-self: center;
}

#logo a {
  display: block;
  font-family: var(--heading-family);
  font-weight: var(--heading-weight);
  font-style: var(--heading-style);
  font-size: var(--h1-size);
  text-decoration: none;
  word-break: break-word;
}

#logo img {
  vertical-align: middle;
}

/* ---- Shopping cart links ---- */

ul.shopping__cart-links {
  z-index: 5;
  list-style: none;
  display: flex;
  justify-content: end;
  align-items: center;
  align-self: center;
  gap: 15px;
}

ul.shopping__cart-links li a,
ul.shopping__cart-links li span,
ul.shopping__cart-links li button {
  font-family: var(--nav-family);
  font-weight: var(--nav-weight);
  font-style: var(--nav-style);
  font-size: var(--nav-size);
  padding: 0;
}

ul.shopping__cart-links li a {
  display: flex;
  align-items: center;
}

ul.shopping__cart-links li button {
  display: flex;
  align-items: center;
  gap: 5px;
  height: unset;
  width: unset;
  line-height: unset;
  margin: 0;
  padding: 0;
  background: transparent;
  -webkit-transition: background 0s ease, color 0s ease;
  -moz-transition: background 0s ease, color 0s ease;
  -o-transition: background 0s ease, color 0s ease;
  transition: background 0s ease, color 0s ease;
}

ul.shopping__cart-links li .my-cart-text,
ul.shopping__cart-links li .js-cart-count,
ul.shopping__cart-links li button {
  font-size: var(--nav-size);
  font-weight: var(--nav-weight);
  font-style: var(--nav-style);
  letter-spacing: var(--nav-spacing);
}

@media screen and (max-width: 980px) {
  span.my-cart-text {
    display: none !important;
  }
}


/* ---- Mobile menu ---- */


/* ---- Header pre-scroll and sticky conditions ---- */
header span.js-cart-count,
header .navigation__menulink,
header .nav-container ul.shopping__cart-links li a,
header #logo a,
header .nav-container ul.shopping__cart-links li button,
header .dropdown__menulink,
header .megamenu__listlink,
header .megamenu__headerlink,
.template-index .wau--header.is-stuck header .megamenu__header,
header .dropdown__menuitem.dropdown__menuitem--nested:after,
header .megamenu__listitem.megamenu__listitem--nested:after,
header .megamenu__header {
  color: var(--pre-scroll-color);
}

header .slideout__trigger-mobile-menu svg .hover-fill,
header .my-cart-link-container svg .hover-fill,
header .cart-links__item svg .hover-fill,
header .navigation__menulink svg .hover-fill,
header .dropdown__menulink svg .hover-fill {
    fill: black;
}

.template-index .wau--header.is-stuck header span.js-cart-count,
.template-index .wau--header.is-stuck header .navigation__menulink,
.template-index .wau--header.is-stuck header .nav-container ul.shopping__cart-links li a,
.template-index .wau--header.is-stuck header #logo a,
.template-index .wau--header.is-stuck header .nav-container ul.shopping__cart-links li button,
.template-index .wau--header.is-stuck header .dropdown__menulink,
.template-index .wau--header.is-stuck header .megamenu__listlink,
.template-index .wau--header.is-stuck header .megamenu__headerlink,
.template-index .wau--header.is-stuck header .megamenu__header,
.template-index .wau--header.is-stuck header .dropdown__menuitem.dropdown__menuitem--nested:after,
.template-index .wau--header.is-stuck header .megamenu__listitem.megamenu__listitem--nested:after,
.template-index .wau--header.is-stuck header .megamenu__header {
  color: var(--homepage-scroll-color) ;
}
.template-index .wau--header.is-stuck header .slideout__trigger-mobile-menu svg .hover-fill,
.template-index .wau--header.is-stuck header .my-cart-link-container svg .hover-fill,
.template-index .wau--header.is-stuck header .cart-links__item svg .hover-fill,
.template-index .wau--header.is-stuck header .navigation__menulink svg .hover-fill,
.template-index .wau--header.is-stuck header .dropdown__menulink svg .hover-fill,
.template-index .wau--header.is-stuck header .dropdown__menuitem--nested svg .hover-fill,
.template-index .wau--header.is-stuck header .megamenu__listitem.megamenu__listitem--nested svg .hover-fill {
  fill: var(--homepage-scroll-color);
}

header,
header .dropdown,
header .dropdown.dropdown-nested,
header .megamenu {
  background: var(--pre-scroll-background);
}

/* ---- Header is overlapping homepage inherits scroll color scheme on hover ---- */
@media screen and (min-width: 981px) {
  header.overlap__section {
    background: transparent !important;
  }
  header.overlap__section span.js-cart-count,
  header.overlap__section .navigation__menulink,
  header.overlap__section .nav-container ul.shopping__cart-links li a,
  header.overlap__section #logo a,
  header.overlap__section .nav-container ul.shopping__cart-links li button,
  header.overlap__section .nav-container .dropdown__menulink,
  header.overlap__section .nav-container .megamenu__listlink,
  header.overlap__section .nav-container .megamenu__headerlink,
  header.overlap__section .nav-container .megamenu__header,
  header.overlap__section .nav-container .dropdown__menuitem.dropdown__menuitem--nested:after,
  header.overlap__section .nav-container .megamenu__listitem.megamenu__listitem--nested:after {
    color: white;
        fill: white;
  }
  header.overlap__section .nav-container .slideout__trigger-mobile-menu svg .hover-fill,
  header.overlap__section .nav-container .my-cart-link-container svg .hover-fill,
  header.overlap__section .nav-container .cart-links__item svg .hover-fill,
  header.overlap__section .nav-container .navigation__menulink svg .hover-fill,
  header.overlap__section .nav-container .dropdown__menulink svg .hover-fill {
    fill: var(--overlay-color);
  }
  header.overlap__section:hover .nav-container ul.shopping__cart-links li a g.hover-fill
Specificity: (0,5,5)
 {
    fill: white !important;
}
.template-index .wau--header.is-stuck header        
  {background: var(--homepage-scroll-background) !important;
    }
  .template-index .wau--header.is-stuck header,
  .template-index .wau--header.is-stuck header .dropdown,
  .template-index .wau--header.is-stuck header .dropdown.dropdown-nested,
  .template-index .wau--header.is-stuck header .megamenu,
  header.overlap__section:hover .dropdown,
  header.overlap__section:hover .dropdown.dropdown-nested,
  header.overlap__section:hover .megamenu,
  header.overlap__section:hover {
    background: var(--homepage-scroll-background) ;
  }


  header.overlap__section:hover span.js-cart-count,
  header.overlap__section:hover .navigation__menulink,
  header.overlap__section:hover .nav-container ul.shopping__cart-links li a,
  header.overlap__section:hover #logo a,
  header.overlap__section:hover .nav-container ul.shopping__cart-links li button,
  header.overlap__section:hover .nav-container .dropdown__menulink,
  header.overlap__section:hover .nav-container .megamenu__listlink,
  header.overlap__section:hover .nav-container .megamenu__headerlink,
  header.overlap__section:hover .nav-container .megamenu__header,
  header.overlap__section:hover .nav-container .dropdown__menuitem.dropdown__menuitem--nested:after,
  header.overlap__section:hover .nav-container .megamenu__listitem.megamenu__listitem--nested:after {
    color: white;
  }

  header.overlap__section:hover .nav-container .slideout__trigger-mobile-menu svg .hover-fill,
  header.overlap__section:hover .nav-container .my-cart-link-container svg .hover-fill,
  header.overlap__section:hover .nav-container .cart-links__item svg .hover-fill,
  header.overlap__section:hover .nav-container .navigation__menulink svg .hover-fill,
  header.overlap__section:hover .nav-container .dropdown__menulink svg .hover-fill {
    fill: var(--homepage-scroll-color);
  }
    header.overlap__section:hover .nav-container .cart-links__item svg .hover-fill{
            fill: #ffffff !important;
  }
  .template-index .wau--header.is-stuck header .nav-container ul.shopping__cart-links li a g.hover-fill {
    fill: black !important;
}
  .template-index .wau--header.is-stuck header .cart-links__item svg .hover-fill
  {
    fill: black !important;
}
  header.overlap__section:hover .dropdown,
  header.overlap__section:hover .dropdown.dropdown-nested,
  header.overlap__section:hover .megamenu,
  header.overlap__section:hover {
    background: var(--homepage-scroll-background);
  }

  .template-index .wau--header.is-stuck header,
  .template-index .wau--header.is-stuck header .dropdown,
  .template-index .wau--header.is-stuck header .dropdown.dropdown-nested,
  .template-index .wau--header.is-stuck header .megamenu,
  header.overlap__section:hover .dropdown,
  header.overlap__section:hover .dropdown.dropdown-nested,
  header.overlap__section:hover .megamenu,
  header.overlap__section:hover {
    background: var(--homepage-scroll-background);
  }
}


@media screen and (max-width: 980px) {
  .template-index .nav-container {
    background-color: var(--pre-scroll-background) !important;
  }

  .template-index .nav-container ul#mobile-cart li a,
  .template-index .nav-container ul#mobile-cart li select.currency-picker,
  .template-index .nav-container ul#mobile-cart li button.js-mini-cart-trigger {
    color: var(--pre-scroll-color) !important;
  }
  .template-index .nav-container .slideout__trigger-mobile-menu svg .hover-fill,
  .template-index .nav-container .my-cart-link-container svg .hover-fill,
  .template-index .nav-container .cart-links__item svg .hover-fill,
  .template-index .nav-container .navigation__menulink svg .hover-fill,
  .template-index .nav-container .dropdown__menulink svg .hover-fill {
    fill: var(--pre-scroll-color) !important;
  }
  .template-index .wau--header.is-stuck .nav-container,
  .template-index .wau--header.is-stuck #navigation {
    background-color: var(--homepage-scroll-background) !important;
  }

  .template-index .wau--header.is-stuck .nav-container ul#mobile-cart li a,
  .template-index .wau--header.is-stuck .nav-container ul#mobile-cart li select.currency-picker,
  .template-index .wau--header.is-stuck .nav-container ul#mobile-cart li button.js-mini-cart-trigger   {
    color: var(--homepage-scroll-color) !important;
  }
  .template-index .wau--header.is-stuck .nav-container .slideout__trigger-mobile-menu svg .hover-fill,
  .template-index .wau--header.is-stuck .nav-container .my-cart-link-container svg .hover-fill,
  .template-index .wau--header.is-stuck .nav-container .cart-links__item svg .hover-fill,
  .template-index .wau--header.is-stuck .nav-container .navigation__menulink svg .hover-fill,
  .template-index .wau--header.is-stuck .nav-container .dropdown__menulink svg .hover-fill {
    fill: var(--homepage-scroll-color) ;
  }
}

/* ---- Navigation ---- */

#navigation {
  width: 100%;
  line-height: 50px;
}

.nav-container {
  text-align: center;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

.navigation {
  text-align: left;
  align-self: center;
  position: inherit;
}

.navigation__menu {
  list-style: none;
  text-align: left;
  margin-bottom: 0;
  width: 100%;
}

.navigation__menuitem {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

.navigation__menulink {
  font-family: var(--nav-family);
  font-weight: var(--nav-weight);
  font-style: var(--nav-style);
  font-size: var(--nav-size);
  letter-spacing: var(--nav-spacing);
  padding: 0 15px 0 0;
}

.navigation__menulink.is_upcase-true {
  text-transform: uppercase;
}

/* DOWNDOWN INDICATOR CHEVRONS */
.navigation__menuitem--dropdown.navigation__menuitem > .navigation__menulink {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: 15px;
}

.navigation__menuitem--dropdown.navigation__menuitem > .navigation__menulink svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.navigation__menuitem--dropdown.navigation__menuitem > .navigation__menulink:after {
  content: "";
  margin-left: 15px;
  line-height: initial;
}

/* DROPDOWN LEVEL 1 */

.dropdown {
  display: none;
  position: absolute;
  text-align: left;
  z-index: 5;
	list-style: none;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
  width: 260px;
  padding: 10px 15px 10px 15px;
  margin-left: -15px;
}

/* SHOW DROPDOWN ON HOVER */
.navigation__menuitem--dropdown.navigation__menuitem:hover > .dropdown,
.navigation__menuitem--dropdown.navigation__menuitem--active > .dropdown {
  display: block;
}

/* DROPDOWN LEVEL 1 STYLES */
.dropdown__menuitem {
  line-height: 28px !important;
  margin: 0;
  width: 100%;
  white-space: nowrap;
  background: transparent !important;
  min-width: 220px;
  float: left;
	position: relative;
}

/* DROPDOWN LEVEL 1 LINK STYLES */
.dropdown__menulink {
  text-align: left;
  text-transform: none !important;
  font-weight: var(--main-weight)! important;
  font-size: var(--nav-size) ! important;
  font-style: var(--main-style) ! important;
  color: black !important;

	/* To stop text from going over the arrow. */
	display: block;
	width: 100%;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* NESTED MENU */
.dropdown.dropdown--nested,
.mega-stack li.nest {
	position: relative;
}

/* NESTED MENU INDICATOR */
.dropdown__menuitem.dropdown__menuitem--nested svg,
.megamenu__listitem.megamenu__listitem--nested svg {
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}
/* VISIBLE NESTED MENU */
.dropdown__menuitem.dropdown__menuitem--nested:hover > .dropdown.dropdown--nested,
.megamenu__listitem.megamenu__listitem--nested:hover > .dropdown.dropdown--nested,
.megamenu__listitem.megamenu__listitem--nested.megamenu__listitem--active > .dropdown.dropdown--nested,
.dropdown__menuitem.dropdown__menuitem--active > .dropdown.dropdown--nested {
  display: block;
}

/* HIDDEN NESTED MENU */
.dropdown.dropdown--nested {
  display: none;
  position: absolute;
  left: 98%;
  top: -15px;
  padding: 15px 10px 15px 20px;
  border: 1px solid #eee;
}

.dropdown.dropdown--nested .dropdown__menulink {
  text-transform: none !important;
  font-weight: var(--main-weight);
  font-size: var(--nav-size) !important;
}

.dropdown.dropdown--nested.dropdown--edge {
	left: initial;
	right: 100%;
}

.megamenu {
  display: none;
  position: absolute;
  left: 0;
  z-index: 2;
  line-height: initial;
  width: 100%;
  padding: 20px 50px 0;
  border-bottom: 1px solid var(--dotted-color);
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

.megamenu__headerlink {
  font-weight: var(--heading-weight) !important;
	padding-left: 0;
}

/* MEGAMENUS */

.navigation__menuitem.navigation__menuitem--dropdown:hover > .megamenu,
.navigation__menuitem.navigation__menuitem--dropdown.navigation__menuitem--active > .megamenu {
  display: block;
}

.megamenu__container {
  margin: 0 auto 50px;
}

.megamenu__container li {
    vertical-align: top !important;
}

.megamenu__list {
  width: 100%;
}

.megamenu__listcontainer,
.megamenu__container > li {
	list-style: none;
}

.megamenu__header {
  padding: 20px 0 5px;
  font-family: var(--nav-family) !important;
  font-weight: var(--heading-weight);
  margin-bottom: 10px;
  text-align: left;
  font-size: var(--nav-size);
  font-style: var(--nav-style);
  text-transform: uppercase;
}

.megamenu--submenu_container {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0 20px 20px;
}

.megamenu--submenu_container li.megamenu__listcontainer {
  flex: 0 0 25%;
  page-break-inside: avoid;
}

.megamenu--submenu_container.cols-3 li.megamenu__listcontainer {
  flex: 0 0 33%;
  page-break-inside: avoid;
}

.megamenu--submenu_container.cols-2 li.megamenu__listcontainer {
  flex: 0 0 50%;
  page-break-inside: avoid;
}

.megamenu__list {
  border: 0 !important;
  margin-bottom: 20px;
}

.megamenu__listitem {
  line-height: 28px !important;
  text-align: left !important;
  display: block !important;
  clear: left;
  z-index: 2;
  width: 90%;
	position: relative;
}

.megamenu__listlink {
  padding: 0 !important;
  text-transform: none !important;
  font-weight: var(--main-weight);
  font-size: var(--nav-size) !important;
  display: block;
  max-width: 200px;
  overflow: hidden;
}

.megamenu__container .product a,
.megamenu__container .product .price {
  line-height: 1em;
}

.megamenu__container .product-details {
  line-height: 1em;
}

.megamenu__container .product-details p {
  font-family: var(--main-family);
  font-weight: var(--main-weight);
  font-style: var(--main-style);
}

.megamenu__container .product_listing_options {
    display: none;
}

.megamenu__container .product-details a {
  display: block;
  padding: 0 !important;
}

.megamenu__container .product-details h3 {
  white-space: wrap;
}

.megamenu__container .product-details p.h4 {
  color: var(--header-color) !important;
  margin-bottom: 3px;
  letter-spacing: initial;
  font-size: var(--font-size);
  font-family: var(--main-family) !important;
  font-weight: var(--main-weight);
  font-style: var(--main-style) !important;
  padding: 0;
  text-transform: capitalize;
}

.megamenu__container .ci a {
  display: block;
  padding: 0! important;
  margin-top: 20px;
  margin-bottom: 10px;
}

.mm-image { 
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
 }

.megamenu__imagecontainer {
  flex: 1 0 50%;
  display: flex;
  flex-direction: column;
  gap: 15px 10px;
  text-align: center;
}

.megamenu__imagecontainer p {
  line-height: 1.6em;
}

.menu--content_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0;
  border-top: 1px solid var(--dotted-color);
}

.menu--content_container > div {
  flex: 0 0 50%;
  align-items: center;
  text-align: center;
}

.menu--content_container > div:nth-child(2) {
  border-left: 1px solid var(--dotted-color);
}

.header_social-icons ul.social-icons__wrapper,
.menu--content_container > div.header_text {
    margin: 20px 0;
}

.menu--content_container > div  p {
  margin-bottom: 0;
}

.navigation__menuitem.navigation__menuitem--dropdown:hover > .dropdown.dropdown--withimage,
.navigation__menuitem.navigation__menuitem--dropdown.navigation__menuitem--active > .dropdown.dropdown--withimage {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  gap: 20px;
  padding: 20px;
  width: auto;
}

.dropdown__column {
  flex: 0 0 auto;
  min-width: 220px;
  max-width: 220px;
}

.dropdown__navimage {
  width: unset;
}

.dropdown__column .dropdown__menuitem {
  width: 100%! important;
  white-space: nowrap! important;
  float: none! important;
  text-align: left! important;
  display: block! important;
  min-width: unset! important;
}

.dropdown__column .dropdown__menulink {
  min-width: 190px;
}

.dropdown__column.dropdown__navimage .dropdown__menulink {
  display: block;
}