/** Shopify CDN: Minification failed

Line 379:4 Comments in CSS use "/* ... */" instead of "//"
Line 404:2 Comments in CSS use "/* ... */" instead of "//"
Line 429:0 Expected "}" to go with "{"

**/
.XXXbal-body.overflow-hidden{
  overflow: hidden !important;
}


/* Warranty Registration page */


.bal-body--page-warranty_registration{
  background: #fff;  
}
.bal-body--page-warranty_registration .bal-wr-temp{
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  color: #050209; 
  background: #fff;  
  padding: 160px 20px 80px;
}
.bal-wr-temp .page-width--narrow{
  background: #fff;
  padding: 0;
}
.bal-wr-temp .page-width{
  background: #fff;
  padding: 0;
}
.bal-wr-temp .main-page-title {
  font-size: 33px;
    text-align: center;
    color: #050209;
}
.bal-wr-form form{
  
}
.bal-contact-names{
  display: flex;
  gap: 20px;
}
.bal-wr-form .contact__fields{
  grid-template-columns: 100%;
  gap: 0;
}
.bal-wr-form .bal-submit{
  width: 100%;
  font-family: 'Integral CF Bold', sans-serif;
  font-weight: 500;
  line-height: 1.1;
  transition: all .3s ease-in-out;
  color: #fff;
  background: #050209;
}
.bal-wr-form .bal-submit:hover{
    color: #fff;
    background: #284dd7;
    border-color: #284dd7;
}
.bal-wr-form .bal-submit::before, .bal-wr-form .bal-submit::after {
display: none;
}
.bal-wr-form .contact .field {
  margin-bottom: 40px;
}
.bal-wr-form .field__input{
    background: #fff;
}
.bal-wr-form .field__input:focus{
  padding: 15px;
}
.bal-wr-form .field__label{
  top: unset;
  bottom: 50px;
  left: 0;
  font-size: 15px;
}
.bal-wr-form .field__input::placeholder {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    opacity: 1;
  opacity: 0.7;
}
.bal-wr-form .field__input:focus~.field__label{
  top: unset;
  bottom: 50px;
  left: 0;
  font-size: 15px;
}
.bal-wr-form .field__input:focus::placeholder{
  opacity: 0.5;
}
.bal-wr-form .field__input:not(:placeholder-shown){
  padding: 15px;  
}
.bal-wr-form .field__input:not(:placeholder-shown)~.field__label{
  top: unset;
  bottom: 50px;  
  left: 0;
  font-size: 15px;
}
.bal-wr-form .field__input:not(:placeholder-shown):focus~.field__label{
  font-size: 15px;
}
.bal-wr-form .bal-label-buy{
  position: static;   
}
.bal-wr-form .bal-wr-select{

  background: transparent;
  width: 100%;
  height: 47px;
  border: none;
  padding: 15px;
}
.bal-wr-form .bal-wr-select:focus-visible{
  box-shadow: 0 0 0 calc(.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
}

.bal-wr-form .bal-input-shown{
}
.bal-wr-form .bal-input-hidden, .bal-wr-form .bal-add-text.bal-add-text--hidden{
  display: none;
}
.bal-wr-form .bal-add-text a{
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  letter-spacing: 0;
    text-decoration: none;
    color: #284dd7;
}
.bal-wr-form .bal-add-text a:hover{
  text-decoration: underline;  
}
.bal-wr-form .bal-add-text{
  display: flex;
    align-items: center;
}
.bal-wr-form .bal-add-text .icon{
  max-width: 20px;
  height: 20px;
  transform: rotate(270deg);
  fill: #284dd7;
  margin-left: 5px;
}




@media screen and (max-width: 749px) {
  .bal-wr-temp .main-page-title {
    font-size: 20px;
  }
  .bal-body--page-warranty_registration .bal-wr-temp{
      padding: 120px 20px 80px;    
  }
}


/* End Warranty Registration page*/





/*FAQ page*/
.bal-body .bal-faq-temp{
}
.bal-body--page-faq .bal-faq-temp{
  background: #eeeff0;
}
.bal-faq-temp .page-width--narrow{
  max-width: 1180px;
  background: #eeeff0;
  padding: 160px 20px 10px;
}
.bal-faq-temp .collapsible-content__wrapper{
  padding: 0 0 160px 0;
}
.bal-body--page-faq{
  
}
.bal-faq-temp .page-title{
  font-size: 65px;
  color: #050209;
}
.bal-faq-temp .accordion__title{
  font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    letter-spacing: 0;
  color: #050209;
}
.bal-faq-temp .collapsible-content-wrapper-narrow{
  max-width: 1180px;
    width: 100%;
    padding: 0 20px;

}
.bal-body--page-faq .bal-faq-temp summary{
  align-items: center;
  justify-content: space-between;
  
  padding: 25px 0;
}
.bal-body--page-faq .bal-faq-temp summary:hover{
  background: transparent;
}
.bal-body--page-faq .bal-faq-temp summary:hover .accordion__title{
  text-decoration: none;
  color: #284DD7;
}
.bal-body--page-faq .bal-faq-temp summary[aria-expanded="true"] .accordion__title{
}
.bal-body--page-faq .bal-faq-temp summary[aria-expanded="true"] .bal-icon-caret{
  transform: rotate(360deg);  
}
.bal-body--page-faq .bal-faq-temp .accordion{
  border-top: none;
  border-bottom: 1px solid #cccbcd;
}
.bal-body--page-faq .bal-faq-temp .bal-icon-caret{
  max-width: 20px;
  width: 100%;
  fill: #919094;
  transform: rotate(270deg);
  transition: all 0.3s ease-in-out;
  margin-left: 20px;
  margin: 0 10px 0 20px;
}
.bal-body--page-faq .bal-faq-temp .accordion__content{
   font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
  color: #050209; 
  background: #f4f5f6;
  margin-bottom: 40px;
  padding: 30px 15px;
}
.bal-body--page-faq .bal-faq-temp .rte a {
  color: #284DD7;
}
.bal-body--page-faq .bal-faq-temp .rte li {
  margin-bottom: 10px;
}
.bal-body--page-faq .bal-faq-temp .accordion__content iframe{
  width: 100%;
  height: 100%;
  display: flex;
  aspect-ratio: 1.85;
  border: none;
}
.bal-body--page-faq .bal-faq-temp .accordion__content h2{
    text-align: center;
    margin: 40px auto 20px;
}


@media screen and (max-width: 749px) {
  .bal-faq-temp .page-width--narrow{
    padding: 110px 20px 0;
  }
  .bal-faq-temp .collapsible-content__wrapper{
    padding-bottom: 100px; 
  }
  .bal-faq-temp .accordion__title{
    font-size: 20px;
  }
  .bal-body--page-faq .bal-faq-temp .accordion__content{
      font-size: 16px;
    padding: 0 10px;
  }
  .bal-body--page-faq .bal-faq-temp .bal-icon-caret{
    max-width: 18px;
    margin-right: 0;
  }
  .bal-faq-temp .page-title{
    font-size: 35px;
    margin-bottom: 0;
  }

/*end of FAQ page*/












body.bal-body main{
}

.XXXbal-page--info-pr a, .XXXbal-body .bal-btn-main {
  min-height: 59px;

    display: inline-flex;
    justify-content: center;
    font-family: 'Integral CF Bold', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0;
    background: #284dd7;
    padding: 16px 63px;
}

.bal-page--info-pr a {

    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}





@media screen and (max-width: 749px) {
  .bal-page--info-pr a, .bal-btn-main {
    min-height: 55px;
    padding: 0 26px;
  }
}





.bal-body--product .product-popup-modal[open]{
  background-color: rgba(0, 0, 0, .8);
}
.bal-body--product .product-popup-modal__content{
    background: transparent;
    border: none;
  padding: 0;  
}
.bal-body--product .product-popup-modal__content-info{
  padding: 0;
}

  








.bal-body .product-popup-modal .product-popup-modal__content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 -1px;
}
.bal-body .product-popup-modal .product-popup-modal__content .product-popup-modal__toggle {
    max-height: 40px;
    position: relative;
    top: unset;
    bottom: 20px;
    border: 1px solid #fff;
}
.bal-body .product-popup-modal .product-popup-modal__content .product-popup-modal__toggle .icon {
    //filter: invert(1);
}
.bal-body .product-popup-modal .product-popup-modal__content-info h1{
  display: none;
}
.product-popup-modal__opener .product-popup-modal__button{
    width: 100%;
    height: 100%;

  font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
    color: #050209;
}
.product-popup-modal__opener .product-popup-modal__button img{
  width: 100%;
    object-fit: contain;
    height: auto;
}



  
  
.bal-body .product-popup-modal .product-popup-modal__content .product-popup-modal__toggle .icon{
  //filter: invert(1);    
}
.bal-body .product-popup-modal .product-popup-modal__content-info{
  padding: 0;
}
.bal-body .product-popup-modal .product-popup-modal__content-info video{
  max-height: 700px;
}
.bal-body .product-popup-modal .product-popup-modal__content-info img{
  max-height: 750px;
  height: 100%;
  object-fit: contain;
}




@media screen and (max-width: 749px) {
  .product-popup-modal .product-popup-modal__content{
    padding: 0 20px;
  }
}



