/** Shopify CDN: Minification failed

Line 11:14 Expected ")" to end URL token
Line 17:14 Expected ")" to end URL token
Line 23: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 {
  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: 2147483647;}

.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*/

/* Product variant swatches */

.variant-picker .block-swatch.best-seller-label:after,
.sticky-option-input label.best-seller-label:after {
  content: 'Best seller';
  left: 50%;
  transform: translateX(-50%);
  top: -8px;
  color: #FFF;
  font-size: 8px;
  position: absolute;
  padding: 1px 9px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 78px;
  background: #B94A20;
  min-width: 79px;
    text-align: center;
}

@media(max-width: 575px) {

  /* .variant-picker .block-swatch.best-seller-label:after,
  .sticky-option-input label.best-seller-label:after {
    left: 14%;
  } */
}

/* Need help chat icons */
 
/* #helply-agent-root-container button span {
  display: none;
} */

/* Product gallery */
product-gallery .product-gallery__media img {
  max-height: 490px;
  min-height: 490px;
  height: 100%;
  width: auto;
  object-fit: cover;
}

product-gallery page-dots .product-gallery__thumbnail img {
  height: 50px;
  width: 100%;
  border-radius: 7px;
  object-fit: cover;
}

@media(max-width:768px) {
  product-gallery .product-gallery__media img {
    max-height: 270px;
    min-height: 270px;
  }
}

/* breadcrumbs */
.breadcrumbs {
  margin-bottom: 15px;
}

.breadcrumbs__list {
  display: flex;
  justify-content: flex-start;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs__item:first-child {
  display: flex;
  align-items: center;
}

.breadcrumbs__list li:not(:first-child) {
  padding-left: 20px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg fill="%23000000" width="7" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M8.489 31.975c-0.271 0-0.549-0.107-0.757-0.316-0.417-0.417-0.417-1.098 0-1.515l14.258-14.264-14.050-14.050c-0.417-0.417-0.417-1.098 0-1.515s1.098-0.417 1.515 0l14.807 14.807c0.417 0.417 0.417 1.098 0 1.515l-15.015 15.022c-0.208 0.208-0.486 0.316-0.757 0.316z"></path></svg>');
  background-repeat: no-repeat;
  background-position: left 7px center;
}

.breadcrumbs__list li a,
.breadcrumbs__list li span {
  font-size: 12px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumbs__list li a {
  color: #838383;
}

.breadcrumbs__list li a:hover {
  color: rgb(var(--text-color));
}

.breadcrumbs__link-home {
  color: #838383;
}

.breadcrumbs__link-home svg {
  display: flex;
}

/* Product advantages list */
.product-info__advantages-list {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.product-info__advantages-list-item {
  padding: 5px 10px 5px 35px;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 0C4.50742 0 0 4.50742 0 10C0 15.4926 4.50742 20 10 20C15.4926 20 20 15.4926 20 10C20 4.50742 15.4926 0 10 0ZM8.7898 14.5484L4.4107 10.1694L6.06781 8.51227L8.86648 11.3109L14.485 6.20344L16.062 7.93723L8.7898 14.5484Z" fill="url(%23paint0_linear_457_2009)"/><path d="M10 0C4.50742 0 0 4.50742 0 10C0 15.4926 4.50742 20 10 20C15.4926 20 20 15.4926 20 10C20 4.50742 15.4926 0 10 0ZM8.7898 14.5484L4.4107 10.1694L6.06781 8.51227L8.86648 11.3109L14.485 6.20344L16.062 7.93723L8.7898 14.5484Z" fill="url(%23paint1_linear_457_2009)"/><defs><linearGradient id="paint0_linear_457_2009" x1="10" y1="0" x2="10" y2="20" gradientUnits="userSpaceOnUse"><stop stop-color="%2390C1BE"/><stop offset="1" stop-color="%231A7D7B"/></linearGradient><linearGradient id="paint1_linear_457_2009" x1="10" y1="0" x2="10" y2="20" gradientUnits="userSpaceOnUse"><stop stop-color="%23DE5C2B"/><stop offset="1" stop-color="%23691D01"/></linearGradient></defs></svg>');
  background-repeat: no-repeat;
  background-position: left center;
}

/* Product gallery */
product-gallery .page-dots {
  gap: 7px;
}

product-gallery .page-dots .tap-area {
  width: 8px;
  height: 8px;
}

product-gallery .page-dots .tap-area[aria-current="true"] {
  width: 28px;
}

/* shop button  */
.product-info__buy-buttons .buy-buttons {
  grid-template-columns: 1fr;
}

/* Product upsale  */
.pdp-upsell-title {
  color: #B94A20;
  font-size: 16px;
  font-weight: 700;
  line-height: 132%;
  letter-spacing: 0;
  margin-bottom: 12px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 26 26" fill="none"><circle cx="12.7111" cy="12.7111" r="9.53333" stroke="%23B94A20" stroke-width="1.58889" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.7111 8.47397H12.7217" stroke="%23B94A20" stroke-width="1.58889" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.6519 12.7109H12.7111V16.948H13.7704" stroke="%23B94A20" stroke-width="1.58889" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 26px;
  padding-right: 30px;
}

/* Klaviyo fixed widget */
/* #attentive_overlay {
  z-index: 999 !important;
} */

/* #attentive_creative {
  bottom: 79px !important;
  left: 80px !important;
} */

/*Cart  Sale Info*/
.sale-cart-item-info {
  font-size: 12px;
}

custom-breadcrumbs{
  display:none;
}