/** Shopify CDN: Minification failed

Line 153:1 Unexpected "}"

**/
/*------------------------------------------------------------------
Compass Mixins
*/
/*------------------------------------------------------------------
Variables
*/
/*------------------------------------------------------------------
Utilities
*/
.page-header {
  text-align: center;
  min-height: 250px;
  padding: 0;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .page-header {
    padding: 0;
  }
}
.page-header__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  .page-header__inner {
    padding: 0;
  }
}
.page-header__inner > *:last-child {
  margin-bottom: 0;
}
.page-header .searchform {
  display: inline-block;
  width: 100%;
  max-width: 420px;
  margin-bottom: 35px;
}
.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.page-header__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-header__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  background: rgba(var(--color-overlay-rgb), var(--overlay-opacity));
}
.page-header.page-header__has-bg {
  position: relative;
  color: #fff;
  background-color: var(--color-accent);
  min-height: 300px;
}
.page-header.page-header__has-bg h1 {
  color: inherit;
}
.page-header--wrapper .row:not(.full-width-row-full) .page-header__bg {
  margin-left: -12.5px;
  margin-right: -12.5px;
  width: calc(100% + 25px);
}
@media only screen and (min-width: 768px) {
  .page-header--wrapper .row:not(.full-width-row-full) .page-header__bg {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.page-header.my-account-header {
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 40px;
}
.page-header.my-account-header p {
  font-size: 15px;
}
.page-header.my-account-header p svg {
  width: auto;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
}
.page-header.my-account-header p a {
  font-weight: 500;
}

/* Custom */

.collection-header h1{
  color: #fff;
  opacity: 0;
  line-height: 16px;
}
.aces .page-header {
  background-color: #1a1b37;
}
.cleeks .page-header {
  background-color: #355223;
}
.crushers .page-header {
  background-color: #081e2c;
}
.fireballs .page-header {
  background-color: #F7FF7D;
}
.hyflyers .page-header {
  background-color: #393831;
}
.iron-heads .page-header {
  background-color: #333333;
}
.majesticks .page-header {
  background-color: #190055;
}
.rangegoats .page-header {
  background-color: #F74FD4;
}
.ripper .page-header {
  background-color: #90002A;
}
.smash .page-header {
  background-color: #1E00E9;
}
.stinger .page-header {
  background-color: #007749;
}
.torque .page-header {
  background-color: #282828;
}}

