/** 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-5pm 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-5pm 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;
  }
}
/*CRO 13.08.2025*/
/*GENERAL*/
.shopify-section--logo-list .section-stack .prose h2,
.shopify-section--faq .section-stack__intro .prose h2,
.shopify-section--revealed-image .revealed-image__content-inner p,
.shopify-section--multi-column .prose h2,
.shopify-section--before-after-image .section-stack__intro .prose h2 {
  font-family: Open Sans,sans-serif !important;
}
.shopify-section--multi-column .prose h2,
.shopify-section--logo-list .section-stack .prose h2,
.shopify-section--press blockquote,
.shopify-section--faq .section-stack__intro .prose h2,
.shopify-section--revealed-image .revealed-image__content-inner p,
.shopify-section--before-after-image .section-stack__intro .prose h2 {
  font-weight: 700 !important;
}
.shopify-section--press blockquote {
  font-weight: 400 !important;
}
.shopify-section--faq .button,
.before-after__button a {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .shopify-section--faq .button,
  .before-after__button a {
    font-size: 13px;
    padding: 10.5px 23.5px;
  }
}
@media (max-width: 575px) {
  .shopify-section--faq .button,
  .before-after__button a {
    font-size: 14px;
    padding: 13px 23.5px;
  }
}
@media (max-width: 575px) {
  .shopify-section--faq .button,
  .before-after__button a {
    font-size: 14px;
    padding: 13px 23.5px;
  }
}
@media (max-width: 400px) {
  .shopify-section--faq .button,
  .before-after__button a {
    width: 100%;
  }
}
/*HEADER*/
#header-sidebar-menu ul.v-stack.gap-3 a.h6.group span.reversed-link::before,
.header__secondary-nav ul.contents li > a.bold::before {
  content: none;
}
.header__secondary-nav ul.contents li > a.bold.link-phone {
  text-align: right;
}
#header-sidebar-menu ul.v-stack.gap-3 a.h6.group.link-phone {
  text-align: left;
}
#header-sidebar-menu ul.v-stack.gap-3 a.h6.group.link-phone svg,
.header__secondary-nav ul.contents li > a.bold.link-phone svg {
  width: 15px;
  height: 15px;
}
#header-sidebar-menu ul.v-stack.gap-3 a.h6.group.link-phone .reversed-link > span,
.header__secondary-nav ul.contents li > a.bold.link-phone span {
  display: flex;
  align-items: center;
  gap: 5px;
}
#header-sidebar-menu ul.v-stack.gap-3 a.h6.group span.reversed-link::after,
.header__secondary-nav ul.contents li > a.bold::after {
  content: "Mon-Fri, 9 AM – 5 PM (ET)";
  position: relative;
  margin: 0;
  color: #6A6A6A;
  font-size: 12px;
}
@media (max-width: 1200px) {
  .header__secondary-nav ul.contents li > a.bold.link-phone {
    font-size: 15px;
  }
}
/*BEFORE-AFTER*/
.shopify-section--before-after-image .section-stack__intro .prose p {
  margin-top: 15px;
}
.before-after__button {
  display: flex;
  justify-content: center;
}
@media (min-width: 700px) {
  .shopify-section--before-after-image .section-stack {
    gap: 30px;
  }
}
/*MULTICOLUMN*/
@media (max-width: 575px) {
  .shopify-section--multi-column .text-alignment-mobile-center section-header {
    justify-content: center;
  }
  .shopify-section--multi-column .text-alignment-mobile-center section-header *,
  .shopify-section--multi-column .text-alignment-mobile-center .multi-column__item .v-stack p .prose p,
  .shopify-section--multi-column .text-alignment-mobile-center .multi-column__item .v-stack p {
    text-align: center;
  }
  .shopify-section--multi-column .text-alignment-mobile-center .multi-column__item img{
    margin: 0 auto;
  }
  .shopify-section--multi-column .text-alignment-mobile-end section-header {
    justify-content: flex-end;
  }
  .shopify-section--multi-column .text-alignment-mobile-end section-header *,
  .shopify-section--multi-column .text-alignment-mobile-end .multi-column__item .v-stack p .prose p,
  .shopify-section--multi-column .text-alignment-mobile-end .multi-column__item .v-stack p {
    text-align: right;
  }
  .shopify-section--multi-column .text-alignment-mobile-end .multi-column__item img{
    margin: 0 0 0 auto;
  }
}
/*PRESS*/
@media (min-width: 900px) {
  .shopify-section--press blockquote {
    font-size: 26.5px;
  }
}
/*REVEALED IMAGE*/
@media (max-width: 575px) {
  .shopify-section--revealed-image .revealed-image__content-inner p {
    font-size: 33px;
  }
}
/*FAQ*/
.shopify-section--faq .v-stack.gap-10 {
  gap: 20px;
}
@media screen and (max-width: 1149px) {
  .shopify-section--faq .v-stack.gap-10 .lg\:block {
    display: block;
  }
  .shopify-section--faq .v-stack.gap-10 .lg\:block .button {
    display: none;
  }
  .shopify-section--faq .lg\:hidden .v-stack.gap-4 .v-stack {
    display: none;
  }
  .shopify-section--faq .v-stack.gap-10 .lg\:block .v-stack,
  .shopify-section--faq .section-stack__intro .prose h2 {
    text-align: center;
  }
}
/*END CRO 13.08.2025*/