/** Shopify CDN: Minification failed

Line 1182:1 Expected "}" to go with "{"

**/
.ishiservices{
  display:none;
}
.page-width{
 max-width: 100%;
}
#home_section{
      justify-content: center;
    }
/* -------------------- Product section1-version2 -------------------- */
   #home_section{
     display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 64px;
    width: 100%;
    padding: 64px 128px;
   } 
#btn_price_product{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 16px;
    margin-top: 20px;
  margin-bottom: 0px;
}
.product-single__meta h1{
  font-weight: 500;
  color: #092b24;
}
.advice_top{
  width: 140px;
  height: 80px;
}

.single-left, .product-single-right{
  max-width:750px;
}
.product-single-right{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;
  max-width: 750px;
  min-height: 850.69px;
}
.product-price__price{
  text-decoration: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    color: #f5b35e;
}
.img_left_product{
  width: 750px;
    height: 750px;
}
.product-section-version2{
  color: black;
  font-weight: 500;
}
.customer_advice_widget {
 box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4px;
    width: 432px;
    height: 40.35px;
    margin: 0px;
}
.metafields_short_description_product{
  margin-bottom: 20px;
}
.option_product_redirect{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 16px;
}
.option_product_redirect p {
  margin: 0px;
  font-size: 16px;
}
.option_product_redirect a {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;
    background: white;
    border: 2px solid #1D1D1D;
    border-radius: 12px;
    color: #1D1D1D;
}
.option_product_redirect a:hover {
background: #1D1D1D;
border: 2px solid #000000;
border-radius: 12px;
color:white;
}
#variant_choice{
  display: flex; 
  align-items: center; 
  gap: 8px;
  
}
#variant_choice label {
  font-size: 16px;
  font-weight: 500;
}
.variant-option {
  display: none;
}

.variant-option + label {
  display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;
    width: 47px;
    height: 40px;
    border: 2px solid #51bdc0;
    border-radius: 12px;
    color: black;
  justify-content: center;
}
.variant-option:checked + label{
  background: #51bdc0;
    border: 2px solid #51bdc0;
    border-radius: 12px;
    color: white;
}
.variant-option:hover + label{
  background: #51bdc0;
    border: 2px solid #51bdc0;
    border-radius: 12px;
    color: white;
}


.icone_bloc_assurance_product{
  width: 24px;
  height: 24px;
}
.icone_klarna_product{
      width: 56px;
}
.icone_product_flex{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 16px;
    width: 320px;
}

.p_icone_product{
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 24px;
}
.more_information{
   display: flex;
  gap: 16px;
}
.rectangle_section_assurance_product{
 box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    padding: 16px;
    gap: 16px;
    border: 2px solid #51bdc0;
    border-radius: 12px;
    flex-direction: column;
}
.line_reinsurance{
  display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
padding: 0px;
gap: 16px;
}
.select_variant_product{
  border: 3px solid #51bdc0;
  padding: 8px 15px 8px 15px;
  margin: 0 !important;
}
.line_reinsurance_1{
  display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
padding: 0px;
gap: 16px;
   align-self: stretch;
}
.line_reinsurance_2{
   display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
padding: 0px;
gap: 16px;
 align-self: baseline;
}

.select_variant_product:focus, .select_variant_product:active{
   border: 3px solid #51bdc0;
}

.quantity_and_button{
  display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 16px;
    align-content: center;
    margin: 0px;
}
.quantity_and_button label{
  font-size: 16px;
font-weight: 500;
}
.product-form__item{
  margin: 0px;
}
.product-form__item--quantity{
    display: flex;
    align-items: center;
    gap: 32px;
  margin: 0px;
}
.product-form__item--quantity>div, .cart-qty-btns>div{
    color: black; 
    background: white;
    display: inline-block;
    width: 100%; 
    height: 100%; 
    float: left;
    text-align: center;
    line-height: 48px;
    font-size: 23px;
    border: none;
    cursor: pointer;
  font-weight: 500;
   
}
.product-form__item--quantity .quantity, .cart-qty-btns .quantity{
  display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;
    width: 50px;
    height: 40px;
    border: 2px solid #51bdc0;
    border-radius: 12px;
  color: black;
}
 .product-form__item--quantity .gap_button_quantity{
 display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.gap_button_quantity input{
  font-weight: 500;
}
.product-addToCart{
  font-size: 16px;
  padding: 8px 16px;
  background:#51bdc0;
  border-radius: 26px;
}
.btn_price_add_checkout{
      font-weight: 500;
    text-transform: math-auto;
}
.item_info button{
    border-radius: 26px !important;
}
.item_info button:hover{
  color: white;
  background-color: #f5b35e;
  border-color: #f5b35e;
  box-shadow: none;
  border: 1px solid #f5b35e;
}
.product-form__item--submit{

}
.bubble_barred_price{
  color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px 10px;
    background: #51bdc0;
    border-radius: 12px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
}
.klarna_section{
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 12px;
  border: 2px solid #51bdc0;
  border-radius: 12px;
  margin: 0px;
  font-weight: 500;
} 

.content_accordion {
  padding: 10px;
  display: none;
  background-color: #fff;
}
.accordion_descr_content{
  display: flex;
    flex-direction: column;
    gap: 8px;
  width:100%;
}
.btn_accordion_descr_content {
    background-color: white;
    color: black;
    cursor: pointer;
    text-align: left;
    transition: background-color .3s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 8px 8px 8px;
    gap: 16px;
    border: none;
  border-radius: 0px;
  font-weight: 500;
  width: 100%;
justify-content: space-between;
border-bottom: 1px solid #D2D2D7;
  font-size: 14px;
      }
.btn_accordion_descr_content:hover {
  border-bottom: 1px solid #D2D2D7;
    background-color: white;
   }
.btn_accordion_descr_content img{
  margin-right: 15px;
  transition: all .5s ease-out;
}
.btn_accordion_descr_content:hover img{
  margin-right: 0px;
}
 .content_accordion_descr_content{
   display: flex;
    flex-direction: column;
   gap: 0px;
 }   
.content_accordion_descr_content, .content_accordion_descr_content_2 {
  display:none;
  font-weight: 500;
  padding-top:8px;
  width:100%;
  display: block;
  }
    
.content_accordion_descr_content p, .content_accordion_descr_content_2 p{
        margin-top: 0;
      }

.group_btn_accordion_descr_content{
   display: flex;
  flex-direction: row;
  gap: 16px;
  
    align-items: flex-start;
    padding: 0px;

    width: 100%;
}
.more_information{
    display: flex;
  flex-direction: column;
  gap: 16px;
  
    align-items: flex-start;
    padding: 0px;

    width: 100%;
}
.arrow_down_descr_content{
  width: 15px;
}
.hydro_selection{
  width: 250px;
}

.p_satisfied_or_money{
  color: #567f7f;
  font-weight: 600;
}
/* -------------------- toggle delivery & return -------------------- */

.show_delivery_returns_desktop{
  display:block;
}
  .show_delivery_returns_mobile{
    display:none;
  }
.content_toggle{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
  @media screen and (max-width: 768px){
    .group_btn_accordion_descr_content{
       justify-content: center;
    }
    .show_delivery_returns_desktop{
  display:none;
}
  .show_delivery_returns_mobile{
    display:block;
    display: flex;
    align-items: center;
    justify-content: center;
  }
    .btn_show_delivery_returns_mobile{
          background-color: white;
    color: black;
    cursor: pointer;
    text-align: left;
    transition: background-color .3s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 8px 8px 8px;
    gap: 16px;
    border: none;
    border-radius: 0px;
    font-weight: 500;
/*     width: 100%; */
    justify-content: space-between;
    border-bottom: 1px solid #D2D2D7;
    font-size: 14px;
    }
    .btn_show_delivery_returns_mobile:hover{
      background: #FFF;
    }
  }

/* -------------------- Articles section -------------------- */

.section_article_product {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 64px 128px;
  gap: 24px;
  background: #fbfafa;
  color: white;
}

.banner_article_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  isolation: isolate;
  background: #092b24;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
.top_content {
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  z-index: 0;
}
.top_content > img {
  object-fit: cover;
  max-height: 640px;
  width: -webkit-fill-available;
  width: -moz-available;
}
.bot_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 64px;
  gap: 64px;
  align-items: center;
}
.bot_content > h2,
.sub_left_content > h2,
.left_content_3 > h2 {
  font-size: 32px;
  font-weight: 500;
  margin: 0px;
  color:#f5b35e;
}
.bot_content > p,
.sub_left_content > p,
.left_content_3 > p {
  font-size: 16px;
  margin: 0px;
}
.bot_content > p {
  text-align: center;
}
.bot_content > h2 {
  text-align: center;
}

.banner_article {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0px;
  isolation: isolate;
  width: 100%;
  background: #fbfafa;
  color: #092b24;
}

.line_banner{
  width: 100%;
}

.left_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 64px;
  gap: 32px;
  width: 50%;
  flex: 1 1 auto;
  justify-content: space-between;
}
.sub_left_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.sub_left_content ol li, .sub_left_content ul li {
  list-style: auto;
}
.right_content {
  align-self: stretch;
  width: 75%;
}
.right_content > img {
  object-fit: cover;
  max-height: 429px;
  width: -webkit-fill-available;
  min-height: -webkit-fill-available;
  width: -moz-available;
  min-height: 100%;
}
.btn_card_block {
  border-radius: 26px;
  padding: 9px;
  color: white;
  background-color: #51bdc0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.btn_card_block_top {
  border-radius: 16px;
  padding: 9px;
  color: white;
  background-color: #51bdc0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 32px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.btn_card_block:hover {
  background-color: #f5b35e;
  color: white;
}
.btn_card_block_top:hover {
  background-color: #f5b35e;
  color: white;
}


/* -------------------- Comparer section -------------------- */
.section_comparer{
  overflow: hidden;
  background-color: #092b24;
  overflow-x: auto;
  padding: 64px;
      display: flex;
    flex-direction: column;
    gap: 16px;
}
.title_comparison{
    text-align: center;
    color: white;
    font-weight: 500;
    font-size: 32px;
    margin: 0px;
}
 .comparison_table {
  display: flex;
    background-color: #092b24;
    color: white;
    gap: 12px;
    justify-content: center;
 }
.invisibility {
    visibility: hidden;
  overflow: hidden;
 
}
.comparison_void{
 width: 100%;
}
.column_table_comparative {
  text-align: start;
  overflow: hidden;
  max-width: 300px;
}
.top_column img {
  object-fit: contain;
 width:100%;
}
.list_comparison_table li{
  list-style: outside;
}
.top_column + .line_compartive_table{
  color: #f5b35e;
}
.line_compartive_table {
  color: #fbfafa;
  border-bottom: 1px solid #999999;
  padding: 18px;
  min-height: 62px;
  font-size: 14px;
}
.line_compartive_table_carousel{
  color: #fbfafa;
  border-bottom: 1px solid #999999;
  padding: 20px;
  min-height: 64px;
  display: flex;
    flex-direction: column;
    gap: 8px;
}
.line_compartive_table_carousel span {
  font-size: 16px;
    font-weight: 500;
}
.title_line{
  max-width: 300px;
  color: #fbfafa;
}

.title_comparison_table{
  padding: 20px;
  width: 100%;
  font-weight: 500;
  font-size:20px;
  min-height: 88px;
  margin: 0px;
  color: #fbfafa;
}

 .contenu_pack_title, .list_comparison_table{
  min-height: 170px;
}

.a_acheter{
color: white;
} 
.a_acheter:visited {
 color: white;
}
.product_span_display {
    display: none;
  }
.btn_comparison_table{
  padding: 8px 16px;
  border: 2px solid #51bdc0;
  border-radius: 26px;
  color: white;
  display: inline-block;
  width: 100%;
  transition: background-color 0.3s ease;
}
.btn_comparison_table:hover{
   border: 2px solid #51bdc0;
  background: #51bdc0;
  color: #fbfafa;
}
.btn_comparison_table:active{
  background: #51bdc0;
  color: white;
}
.content_btn_comparison_table{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: none;
}
.title_line{
  font-weight: 500;
}
.line_compartive_table_btn{
  border-bottom: none;
  border-bottom: none;
    text-align: center;
    padding: 0px;
    padding-top: 30px;
}
.comparison_table_carousel_container {
  overflow: hidden;
  background: #092b24;
  color: white;
  display: none;
}

.comparison_table_carousel{
  display: flex;
  transition: transform 0.3s ease;
}

.comparison_table_carousel_cell {
  flex: 0 0 auto;
  width: 100%;
}

.comparison_table_carousel-nav {
  display: flex;
  display:none;
  justify-content: center;
  gap: 12px;
  padding-top: 10px;
}



/* -------------------- FAQ section -------------------- */
 /* Style pour l'accordéon */
.section_faq_product {
display: flex;
flex-direction: column;
align-items: stretch;
padding: 128px 192px;
gap: 10px;
border-bottom: 1px solid #DFDFDF;
}
.content_faq{
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 96px;
}
.block_faq_individual{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.div_title_faq_product {
  text-align: center;
}

.title_faq_product {
  font-size: 32px;
  font-weight: bold;
  margin: 0px;
}

.btn_accordion_faq {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 16px;
  border:none;
  font-weight: 500;
  font-size: 16px;
  text-align:start;
  align-items: center;
  width: 100%
}

 .btn_accordion_faq:hover{
    color: #23B6B6;
   background: white;
}
.img_src_faq {
  width: 18px;
  height: 10px;
  transition: transform 0.3s;
}

.answer_accordion_faq {
  display: none;
 padding: 16px;
 border: 2px solid rgb(35, 182, 182);
 border-radius: 12px;
   
}

.answer_accordion_faq.active {
  display: block;
}

.block_accordion_faq{
  display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0px 64px;
    gap: 18px;
  width: 100%;
}


/* --------------------  Avis client section -------------------- */

.section_avis_client_product{
    background-color: #567f7f;
    padding: 64px 182px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.title_advice{
  color: white;
  margin: 0px;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}
.title_advice img{
  width: 60px;
}
/* --------------------  Responsive -------------------- */

@media screen and (max-width: 1668px){
  .single-left, .product-single-right {
    max-width: 700px;
}
.icone_product_flex{
  width: 100%;
}
}


@media screen  and (min-width: 1400px) and (max-width: 1564px){
  .single-left, .product-single-right {
    max-width: 600px;
}

   .bot_content > p, .sub_left_content > p{
    font-size: 16px;
  }
  .section_article_product{
    padding: 64px;
  }
}
@media screen and (max-width: 1558px){
  .line_warranty {
    min-height: 62x;
  }
}
  
@media screen and (max-width: 1440px){
    .invisibility{
    .comparison_table{
      padding: 0px;
    }
  .title_comparison{
    padding-bottom: 15px;
  }
 .title_comparison img{
        height: 32px;
      }

}
@media screen and (max-width: 1400px){
    .single-left, .product-single-right {
    max-width: 600px;
}
  .section_faq_product{
    padding: 128px 171px;
  }
.line_warranty{
   min-height: 62px;
}
    @media screen and (max-width: 1374px){
      #home_section{
        padding: 64px 78px;
      }     
    }
  
   @media screen and (max-width: 1372px){
      .contenu_pack_title, .list_comparison_table{
          min-height: 200px;
    }
   }
 @media screen and (max-width: 1329px){
    .contenu_pack_title, .list_comparison_table{
          min-height: 230px;
    }
  }
@media screen and (max-width: 1290px){
    .single-left, .product-single-right {
    max-width: 500px;
}

}
@media screen and (max-width: 1210px){
  .battery_life{
  min-height: 79px;
}
}
@media screen and (max-width: 1199px){
  .page-width{
    width: 100%;
    max-width: 100%;
  }
   #home_section{
     flex-direction: column;
     align-items: center;
   }
  .section_avis_client_product {
    padding: 64px 64px;
}
  .section_article_product{
    padding: 64px;
  }
    .banner_article{
flex-direction: column-reverse;
}
 
.left_content, .right_content{
width: 100%;
}
  .left_content 
.banner_article{
flex-direction: column-reverse;
}
.left_content, .right_content{
width: 100%;
}

.comparison_table_carousel_container{
    display: block;
    overflow-x: auto; 
  scroll-snap-type: x mandatory;
    position: relative;
  }
  .comparison_table{
    display:none;
  }
  .comparison_table_carousel_cell{
    flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  scroll-snap-align: center;
  }
  .column_table_comparative{
    min-width: 600px;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .comparison_table_carousel-nav{
     display: block;
    display: flex;
    justify-content: space-around;
    left: 0;
    position: sticky;
    font-size: 36px;
  }
  .comparison_table_carousel_next, .comparison_table_carousel_prev{
      cursor: pointer;
      padding: 10px;
  }
  
  .top_column{
    text-align: center;
  }
  .section_faq_product{
    padding: 64px;
    
  }
}

@media screen and (max-width: 767px){
#home_section, .section_comparer{
padding: 64px;
gap: 32px;
}
#btn_price_product{
flex-wrap: wrap;
}
 .more_info_dash{
  display:none;
}
.quantity_and_button{
flex-direction: column;
  align-items:flex-start;
}
.quantity_and_button label {
  font-size: 16px;
  font-weight: 500;
}
.line_reinsurance_1,.line_reinsurance_2{
    flex-direction: column;
}
.section_avis_client_product{
    padding: 32px;
}
.column_table_comparative{
  min-width: 100%;
  padding: 32px;
}
.content_faq{
gap: 32px;
}
.block_accordion_faq{
  padding: 0px;
}
  .price_and_price_compare{
display: flex;
    flex-direction: row;
    gap: 16px;
}

#btn_price_product{
    gap: 8px;
}
  .product-form{
    margin: 0px;
  }
}
@media screen and (min-width: 290px) and (max-width: 530px){
  .main-content{
  overflow: hidden;
}
  #home_section{
    padding: 24px;
}
  .product-single-right, .single-left{
    width:100%;
  }

  #variant_choice {
    padding-bottom: 16px;
    justify-content: start;
}
  .more_information{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 16px;
  }
  .section_avis_client_product{
    padding: 0px;
  }
  .advice_customer_slider{
    padding-bottom: 24px;
  }
  #ComparePrice-section1-version2{
    font-size: 24px;
  }
  .product-addToCart{
    font-weight: 500;
    text-transform: math-auto;
    width: 100%;
  }
  .accordion_descr_content{
    width: 100%;
  }
  .btn_accordion_descr_content{
    font-weight: 500;
    gap: 8px;
  }
  .group_btn_accordion_descr_content{
    gap: 16px;
  }
  .product-info {
    width: 100%;
  }
  .title_advice{
padding: 24px
}
  .left_content{
padding: 32px;
}
.section_comparer{
    padding: 24px;
      margin: 24px 0 0 0;
  }
  .title_comparison_table{
    font-size: 20px;
    font-weight: 500;
  }
  .contenu_pack_title, .list_comparison_table{
    min-height: 220px;
}
  .section_faq_product{
    padding: 32px;
  }
  .icone_product_flex{
    width: 100%;
  }
  .section_article_product{
    padding: 0px;
    margin: 24px 0 0 0;
  }
  .product-selection-bottom{
    width:100%;
  }
  .option_product_redirect{
    text-align:center;
  }
}
   @media screen and (max-width: 442px){
     .advice_top{
        width: 130px;
     }
   }
  @media screen and (max-width: 435px){
    .quantity-cart{
    width: 100%;
  }
    .price-product{
      width: 100%;
    }
    .bubble_barred_price{
      width: 100%;
      justify-content: center;
    }
  }
 