/** Shopify CDN: Minification failed

Line 22:16 Unexpected ","

**/
* { --orange: #f1a139; letter-spacing: 1px }
a { color: currentColor }
a:hover, a:focus { text-underline-offset: 2px }
.h0, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-weight: 700; }

/* header */
body.gradient:has([data-transparent-header="true"]) .section-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

body.gradient:has([data-transparent-header="true"]) .section-header .header-wrapper.gradient {
  background-color: transparent;
}
.section-header,,
.template-index .section-header
 {
  transition: all 300ms ease-in-out
}
.overflow-hidden-tablet .section-header,
.template-index .section-header.scrolling {
  background-color: #020202
}
.header.page-width { max-width: 100%; }
@media (max-width: 749px) {
	.header {
		grid-template-columns: 70px 1fr 70px;
	}
}
@media (min-width: 750px) and (max-width: 989px) {
	.header {
		grid-template-columns: 120px 1fr 120px;
	}
}

/* logo */
.header__heading .h2 {
    color: var(--orange);
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.5px;
}
@media (min-width: 768px) {
    .header__heading .h2 { font-size: 26px }
}

/* Badges */
.badge { font-family: var(--font-heading-family); font-weight: 700; }

@media (min-width: 750px) {

}

@media (min-width: 990px) {

}
