/** Shopify CDN: Minification failed

Line 11:14 Expected ")" to end URL token
Line 16:14 Expected ")" to end URL token
Line 21:14 Expected ")" to end URL token

**/
/** Custom CSS for HeatTrak's website **/
@font-face {
  font-family: "Stolzl Regular";
  src: url({{ "Stolzl-Regular.woff" | asset_url }}) format('woff');
  font-weight: 400;
}
@font-face {
  font-family: "Stolzl Medium";
  src: url({{ "Stolzl-Medium.woff" | asset_url }}) format('woff');
  font-weight: 500;
}
@font-face {
  font-family: "Stolzl Bold";
  src: url({{ "Stolzl-Bold.woff" | asset_url }}) format('woff');
  font-weight: 700;
}

h1, .h1 {font-family: 'Stolzl Medium', Montserrat, 'Open Sans', Arial, sans-serif !important;}

h2, .h2, h3,.h3,h4,.h4,h5,.h5 {font-family: 'Stolzl Regular', Montserrat, 'Open Sans', Arial, sans-serif !important;	font-weight: 200 !important;}

/* Adds hours under phone number in the desktop header */
.header__secondary-nav ul.contents li > a.bold{
  color: #E05929;
}

.header__secondary-nav ul.contents li > a.bold::before {
  display: inline-block;
  content: '📞';
  color: #272727;
  font-size: .75em;
  margin-right: 2px;
}
/* Regular Hours */
.header__secondary-nav ul.contents li > a.bold::after {
  display: block;
  color: #272727;
  content: 'M-F 9am-3pm ET';
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: .85em;
  letter-spacing: -0.0125em;
  margin-left: 45px;
  margin-top: -5px;
  position: absolute;
}


/* Summer Hours 
.header__secondary-nav ul.contents li > a.bold::after {
  display: block;
  color: #272727;
  content: 'Summer Hours: M-F 9am-3pm ET';
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: .85em;
  letter-spacing: -0.0125em;
  margin-left: -55px;
  margin-top: -5px;
  position: absolute;
}*/

/* Adds opacity layer over Mega Menu images to increase contrast for text overlay */
.mega-menu .content-over-media:before {
  content: "";
  background: #000;
  opacity: 0.35;
}

/* Adds hours under phone numer in the mobile menu */

#header-sidebar-menu ul.v-stack.gap-3 a.h6.group span.reversed-link{
  color: #E05929;
}

#header-sidebar-menu ul.v-stack.gap-3 a.h6.group span.reversed-link::before {
  display: inline-block;
  content: '📞';
  color: #272727;
  font-size: .75em;
  margin-right: 2px;
}
/* Regular Hours */
#header-sidebar-menu ul.v-stack.gap-3 a.h6.group span.reversed-link::after {
  display: block;
  content: 'M-F 9am-3pm ET';
  color: #272727;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: .85em;
  letter-spacing: -0.0125em;
  margin-left: 45px;
  margin-top: -5px;
  position: absolute;
}

/* Summer Hours 
#header-sidebar-menu ul.v-stack.gap-3 a.h6.group span.reversed-link::after {
  display: block;
  content: 'Summer Hours: M-F 9am-3pm ET';
  color: #272727;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: .85em;
  letter-spacing: -0.0125em;
  margin-left: 20px;
  margin-top: 0px;
  position: absolute;
}*/

#header-sidebar-menu{
  z-index: 99999;
}

/* Bottom Header Bar Icons */
.bottom-header-bar {
  border-top: 1px solid #b94a20;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding: 1rem 0 1rem;
}

.bottom-header-bar .icon-box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.bottom-header-bar .icon-box .icon {
  margin-right: 1rem;
  height: 26px;
}

.bottom-header-bar .icon-box img.icon.money-back { width: 28px; aspect-ratio: 82/75; }
.bottom-header-bar .icon-box img.icon.mats-sold { width: 41px; aspect-ratio: 119/75; }
.bottom-header-bar .icon-box img.icon.warranty { width: 25px; aspect-ratio: 143/150;}
.bottom-header-bar .icon-box img.icon.n-america{ width: 27px; aspect-ratio: 31/30;}

.bottom-header-bar .icon-box .icon-box-text{
  color: #b94a20;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: bold;
}

@media screen and (max-width: 899px){
  .bottom-header-bar .icon-box .icon {
    margin-right: .9rem;
    height: 20px;
  }
  
  .bottom-header-bar .icon-box img.icon.money-back { width: 22px; }
  .bottom-header-bar .icon-box img.icon.mats-sold { width: 32px; }
  .bottom-header-bar .icon-box img.icon.warranty { width: 19px; }
  .bottom-header-bar .icon-box img.icon.n-america{ width: 21px; }

  .bottom-header-bar .icon-box .icon-box-text{
    color: #b94a20;
    font-family: "Open Sans", sans-serif;
    font-size: .9em;
  }
}

@media screen and (max-width: 899px){
  .bottom-header-bar .icon-box .icon {
    margin-right: .5rem;
    height: 20px;
  }
  
  .bottom-header-bar .icon-box img.icon.money-back { width: 22px; }
  .bottom-header-bar .icon-box img.icon.mats-sold { width: 32px; }
  .bottom-header-bar .icon-box img.icon.warranty { width: 19px; }
  .bottom-header-bar .icon-box img.icon.n-america{ width: 21px; }

  .bottom-header-bar .icon-box .icon-box-text{
    color: #b94a20;
    font-family: "Open Sans", sans-serif;
    font-size: .9em;
  }
}

@media screen and (min-width: 700px) {
    /* On bigger screens, show all icon boxes */
    .bottom-header-bar .icon-box {
        display: inline-flex;
    }

    .icon-box-divider::after {
      display: inline-flex;
      content: '|';
      color: #ababab;
      text-align: center;
      font-size: 1.35rem;
      line-height: 1rem;
    }
}

@media screen and (max-width: 699px){
  .bottom-header-bar {
    padding: .5rem 0 .5rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  
  .icon-box-divider {display:none;}
  
  .bottom-header-bar .icon-box{
    display: none;
    opacity: 0;
    transition: opacity 1s;
  }
  
  .bottom-header-bar .icon-box.active{
    opacity: 1;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    visibility: visible;
  }

  
}

/* Footer */

/* Footer Email Signup Form Modifications */
.shopify-section-group-footer-group.shopify-section--newsletter .form-control input,
.shopify-section-group-footer-group.shopify-section--newsletter .form-control .floating-label{
  border-color: rgba(255,255,255,.6);
  color: rgba(255,255,255,1);
  opacity: .85;
}

@media screen and (max-width: 500px) {
  .footer{
    padding-block-end: 6rem;
  }
  
  .footer__block--menu {
    grid-column-start: 1;
    grid-column-end: 4;
    max-width: 280px;
  }

  .doubly-nice-select.currency-switcher.right.open {
    width: 165px;
    transition: width 2.5s, transform 2s;
  }
  
}

/* Homepage Section Padding */
#main > .shopify-section--media-with-text > .section {
  padding-top: 0;
}

/* Cart Page */
.cart-page-button.continue-shopping {
    margin: 2.075rem auto;
    text-align: center;
    background: #0d638f;
    max-width: 250px;
}

.cart-page-button.continue-shopping:hover {
  opacity: .8;
  transition: opacity 1s ease-in-out;
}

/* Add Resi Power Unit Styling */
/* Product Page + Cart */
.add-power-unit.product-details {
  background: #f2f2f2;
  border-radius: 6px;
  padding: 16px;
}
.add-power-unit.product-details img{
  border-radius: 6px;
}
.add-power-unit.product-details .apu-description a{
    color:#E05929;
    font-weight:bold;
}
.apu-atc .buy-buttons button.button,
#apu-atc-btn{
  background-color: #B94A20;
  color: #fff;
  width: 80px;
}
.apu-atc .buy-buttons button.button:hover,
#apu-atc-btn:hover{
    color: #B94A20 !important;
}

@media screen and (min-width: 700px){
  /* Product Page */
  .add-power-unit.product-details.product-page.mobile {
    display: none;
  }
  .add-power-unit.product-details.product-page {
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
  }
  .add-power-unit.product-details .apu-description{
    min-width:240px;
    max-width: 500px;
  }
  .add-power-unit.product-details .apu-img {
    min-width: 100px;
    margin-right: 16px;
  }
  /* Cart Page */
  .add-power-unit.product-details.cart-page.mobile {
    display: none;
  }
  .add-power-unit.product-details.cart-page {
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    max-width: 700px;
    margin: 0 auto;
  }
  .add-power-unit.product-details.cart-page .apu-description h2{
    font-size: 20px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 699px){
  .add-power-unit.product-details.product-page.desktop,
  .add-power-unit.product-details.cart-page.desktop{
    display: none;
  }
  .add-power-unit.product-details.mobile {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .add-power-unit.product-details .apu-description{
    margin-bottom: 16px;
  }
  .add-power-unit.product-details .apu-row-2 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .add-power-unit.product-details .apu-img {
    max-width:100px;
    margin-right: 32px;
  }
  .apu-atc .buy-buttons button.button,
  #apu-atc-btn{
    width: 120px;
  }
   
  /* Cart Page */
  .add-power-unit.product-details.cart-page.mobile {
    max-width: 80vw;
  }
  .add-power-unit.product-details.cart-page .apu-description h2{
    font-size: 20px;
    margin-bottom: 5px;
  }
  
}

/* Cart Drawer */

#cart-drawer{z-index: 99999;}

.add-power-unit.product-details.cart-drawer {
  display: flex;
  
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
.add-power-unit.product-details.cart-drawer .apu-description{
  margin-bottom: 16px;
}
.add-power-unit.product-details.cart-drawer .apu-description h2{
  font-size: 20px;
  margin-bottom: 5px;
}
.add-power-unit.product-details.cart-drawer .apu-row-2 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.add-power-unit.product-details.cart-drawer .apu-img {
  max-width:100px;
  margin-right: 32px;
}

/* Groove Widget */
div[id^="groove-container"]{z-index: 10000 !important;}

/* Klaviyo Widget */
button[class^="kl-teaser"] {
    z-index: 9999 !important;
}

/* Countdown Timer for Sales on PDP */
#sale-timer {
  background-color: #fcc809;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 6px;
  padding: 0px 4px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.sale-timer-title {
  width: 300px;
  text-align: center;
}
#sale-timer .sendtric-timer-img {
  display: block;
  width: 300px;
}
#sale-timer .sendtric-timer-img img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 699px) {
  #sale-timer {
    padding: 4px 4px 0px;
  }
}