/** Shopify CDN: Minification failed

Line 365:0 Unexpected "}"

**/
.mobile-nav-wrapper  .top-bar.full {
    transform: scale(1.06);
    width: 100%;
    margin-top: -6px;
    text-align: center;
    margin-bottom: 10px;
}
.mobile-nav-wrapper .product-list .product .product-details {
  width: 65%;
}
.mobile-nav-wrapper .AirReviews-Widget img {
      width: 25%;
}
.mobile-nav-wrapper  .top-bar.full  span {
      font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.mobile-nav-wrapper .reviews-block {
  display: flex;
    flex-direction: column;
    padding: 30px 0px;
    row-gap: 30px;
}
.mobile-nav-wrapper .tabcontent .full-width {
    width: 100%;
    padding: 0px;
    transform: scale(1.06);
    margin-bottom: 0px;
    margin-top: 0px;
}
.mobile-nav-wrapper .tabcontent .banner-content-wrapper h2{
      font-size: 35px;
    line-height: 36px;
    text-align: center;
font-weight:600;
}
.mobile-nav-wrapper .tabcontent .banner-content-wrapper  .image-banner {
  width:100%;
  text-align:center;
}
.mobile-nav-wrapper .tabcontent .banner-content-wrapper  .content-banner {
  text-align:center;
    margin-top: 10px;
    margin-bottom: 0px;
}
.mobile-nav-wrapper .tabcontent .banner-content-wrapper  .content-banner span.underline{
  font-size: 20px;
    font-weight: 800;
    text-decoration: underline;
}
.mobile-nav-wrapper .tabcontent .banner-content-wrapper  .content-banner span{
      font-size: 14px;
    font-weight: 700;
    line-height: 17px;
}
.mobile-nav-wrapper .tabcontent .banner-content-wrapper   a.banner-btn{
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    display: block;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
}


.mobile-nav-wrapper   .reviews-block .review-box {
      display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 15px;
background: #ECFCFF;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #BFECFB;
}
.mobile-nav-wrapper   .reviews-block .review-box .review-img-pp{
  
    width: 100%;
}
.mobile-nav-wrapper   .reviews-block .review-box .review-text p {
  font-size: 14px;
    line-height: 17px;
    color: #000000;
    font-weight: 400;
}



.mobile-nav-wrapper .tabcontent .swiper-wrapper {
  column-gap:30px;
}
.mobile-nav-wrapper   .swiper {
      width: 100%;
      height: 100%;
    }

 .mobile-nav-wrapper   .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }
 .mobile-nav-wrapper   .swiper-slide video {
      border-radius: 10px;
}

   .mobile-nav-wrapper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.mobile-nav-wrapper.js-menu--is-open {
      z-index: 5555;
    height: 82vh;
    padding-bottom: 22px;
    overflow: scroll;
}
.mobile-nav-wrapper:after{
      position: relative;
}
.mobile-nav-wrapper #MobileNav.mobile-nav {
      display: flex;    
  align-items: center;
    width: 100%;
    margin: auto; 
   justify-content: center;
}
.mobile-nav-wrapper #MobileNav.mobile-nav a{
  padding: 10px 5px;
      text-align: center;
}
.mobile-nav-wrapper #MobileNav.mobile-nav  .mobile-nav__item {
      border: none;
}
.mobile-nav-wrapper .CTA-wrapper a.button-all{
      width: 80%;
    display: block;
    text-align: center;
    background: #48BDF1;
    color: white;
    font-size: 18px;
    line-height: 20px;
    padding: 10px;
    font-weight: 600;
    margin: auto;
    margin-top: 5px;
}
.mobile-nav-wrapper .mobile-nav__label {
    border-bottom: 1px solid black;
      font-size: 14px;
    font-weight: 600;
    line-height: 20px;
      color: black;
}
.mobile-nav-wrapper .product-details h2 , .mobile-nav-wrapper .product-details p{
      font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000000;
      margin-bottom: 5px;
}
.mobile-nav-wrapper .product-image {
  width:130px;
}
.mobile-nav-wrapper .product-details a{
    font-size: 11px;
    line-height: 15px;
    font-weight: 600;
    background: #48bdf1;
    padding: 7px 14px;
}
.mobile-nav-wrapper .product-list{
  display:flex;
    flex-direction: column;
row-gap: 10px;
}
.mobile-nav-wrapper .product-list .product {
      display: flex;
    justify-content: flex-start;
  align-items: center; 
    column-gap: 15px;
  padding: 10px 15px;
}
/* Style the tab */
.mobile-nav-wrapper .tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* Style the buttons inside the tab */
.mobile-nav-wrapper .tab button {
  background-color: #ffffff;
  float: left;
  border:none;
  outline: none;
  cursor: pointer;
  padding: 7px 16px;
  transition: 0.3s;
  font-size: 17px;   
  width: 100%;
border-bottom:3px solid #000000;
}

/* Change background color of buttons on hover */
.mobile-nav-wrapper .tab button:hover {
  background-color: #ffffff;
border-bottom:3px solid #48BDF1;
}

/* Create an active/current tablink class */
.mobile-nav-wrapper .tab button.active {
border-bottom:3px solid #48BDF1;
}

/* Style the tab content */
.mobile-nav-wrapper .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border: none;
}
.mobile-nav-wrapper.js-menu--is-open {
      z-index: 5555;
}

.mobile-nav-wrapper .accordion {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    padding: 15px 7px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-weight: 600;
    font-size: 16px;
    transition: .4s;
    border-bottom: 1px solid #F1EEEE;
}
.mobile-nav-wrapper .tabcontent .heading h2{
  font-size: 20px;
    font-weight: 400;
    text-align: center;
        padding: 20px 0;
border-bottom: 1px solid #F1EEEE;
}

.mobile-nav-wrapper .active,.mobile-nav-wrapper .accordion:hover {
  background-color: #ffffff;
}

.mobile-nav-wrapper .accordion:after {
    content: "+";
    color: #000;
    font-weight: 400;
    float: right;
    margin-left: 5px;
    font-size: 20px;
}

.mobile-nav-wrapper .accordion.active:after {
  content: "-";
}

.mobile-nav-wrapper .panel {
  padding: 14px 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  display:none;
  max-height:100% !important;
  transition: max-height 0.2s ease-out;
}
.mobile-nav-wrapper .CTA-box .cta-faq {
  font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: white;
    background: #48BDF1;
    display: block;
    padding: 10px;
    width: 70%;
    margin: auto;
}
.mobile-nav-wrapper .CTA-box{
      text-align: center;
    padding: 15px 0;
}
.mobile-nav-wrapper  .blog-list .article {
  display: flex;
    justify-content: space-between;
  column-gap:15px;
}
.mobile-nav-wrapper  .blog-list .img-box {
      width: 100%;
}
.mobile-nav-wrapper  .blog-list .article  .content-box h3{
      line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
color:#000000;
}
.mobile-nav-wrapper  .blog-list .article  .content-box p {
      margin-bottom: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
color:#000000;
}
.mobile-nav-wrapper  .blog-list .content-box a{
  font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: white;
    background: #48BDF1;
    display: block;
    padding: 10px 20px;
    width: max-content;

}
.mobile-nav-wrapper  .blog-list {
      display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.content-message h2 ,.content-message a{
  color:#000000;
}
.content-message h2{
  font-size:24px;
line-height:35px;
font-weight:600;
}
.content-message a{
  font-size:16px;
line-height:20px;
font-weight:400;
}
.content-message{
  margin-top:20px;
  margin-bottom:10px;
}
.product__star .AirReviews-Widget {
      display: flex;
    align-items: center;
font-size: 11px;
    line-height: 15px;
}
}
.mobile-nav-wrapper  .product-details {
      width: 70%;
}
.mobile-nav-wrapper .product-details .meta-text {
  font-size: 12px;
  line-height: 1;
  margin-bottom:0px;
    font-weight: 400;
}
.mobile-nav-wrapper  .product .product-image img {
  max-width:auto;
}
@media only screen and (max-width: 410px) {
.mobile-nav-wrapper .tabcontent .swiper-wrapper {
    column-gap: 44px;
}
}
@media only screen and (max-width: 375px) {


.mobile-nav-wrapper .tabcontent .banner-content-wrapper h2 {
    font-size: 30px;
    line-height: 31px;
    text-align: center;
    font-weight: 600;
}
.mobile-nav-wrapper .tabcontent .swiper-wrapper {
    column-gap: 17%;
}
}