/** Shopify CDN: Minification failed

Line 102:20 Unexpected "{"
Line 102:29 Expected ":"
Line 354:22 Unexpected "{"
Line 354:31 Expected ":"

**/
.modal-backdrop.show{
    display:none !important;
  }
  #productrelated {
    margin-top: 40px
  }
  .product-modal__image {
    display: block;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    max-height: 95%;
    max-width: 95%;
    margin: 0 auto;
    cursor: auto
  }

  .no-csstransforms .product-modal__image {
    top: 2.5%
  }

  #nav-tab-info .nav-tabs {
    border-bottom: none;
    text-align: center;
    justify-content: center;
    box-shadow: 0 -1px var(--g-input-border) inset;
  }

  #nav-tab-info .nav-tabs .nav-link {
    border: none;
    color: var(--g-color-heading);
    position: relative;
  }
  #nav-tab-info .nav-tabs .nav-link:before{
    content: "";
    width: 0;
    transition: width .3s ease;
    border-bottom: 2px solid var(--g-color-heading);
    position: absolute;
    bottom: 1px;
    left: 0;
  }

  #nav-tab-info .nav-tabs .nav-link.active:before{
    width: 100%;
  }

  #nav-tab-info .nav-tabs .nav-item {
    padding:0;
    margin:0 5rem -2px 0;
    font-weight: var(--g-h6-font-weight);
    font-size: var(--g-h6-font-size);
    line-height: var(--g-h6-font-lineheight);
    letter-spacing: var(--g-h6-font-spacing);
    text-transform: var(--g-h6-font-transform);
    background-color: transparent;
    padding:0px 0px 16px;
  }

  .nav-link .spr-badge-starrating {
    display: none
  }

  .social-sharing .col-title {
    line-height: 1.8;
    min-width: 75px;
  }

  .safe-checkout-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-form__quantity-submit {
    display: flex;
    align-items: center;
    padding-top: 10px;
  }

  .product-form__quantity-submit .product-form__item--submit {
    margin-left: 10px;
  }

  .selector-wrapper {
    margin: 0 0 1.2rem;
  }
  #shopify-section-{{ section.id }} .product-single__info-wrapper{
      padding:0rem 0rem 0rem 2rem;
  }
  .template-product .main-content{
    padding-top:8px;
  }
  .product-form-select .selector-wrapper{
    flex: 0 0 50%;
    max-width: 50%;
  }
  .salepoint .icon{
    width: 24px;
    height: 24px;
    margin-right: 8px;
    fill: none;
    stroke-width: 4px;
    stroke:currentColor !important;
    stroke-linecap:miter;
    stroke-linejoin:miter;
  }
  .tabcustom{
    padding: 12px 18px 12px 0;
    position: relative;
    border-bottom: 1px solid var( --g-input-border);
    cursor: pointer;
  }
  .tabcustom i{
    font-size: 14px;
    transition: transform .2s ease;
    position: absolute;
    top: 22px;
    right: 0;
    transform: rotate(270deg);
  }
  .tabcustom svg{
    width: 24px;
    height: 24px;
    margin-right: 8px;
    fill: none;
    stroke-width: 4px;
    stroke: currentColor !important;
    stroke-linecap: miter;
    stroke-linejoin: miter;
  }
  .tabcustom.collapsed i{
    transform: rotate(90deg);
  }
  .tabcustom:after,.tabcustom:before{
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 10px;
    height: 1.5px;
    background-color: currentColor;
  }
  .tabcustom.collapsed::before{
    transform: rotate(-90deg);
  }
  .product-single__meta .product-block{
    margin:0 0 1.5rem;
  }
  .product-single__meta .review + .product-block{
    margin:-0.5rem 0 1rem;
  }
  .product-single__meta .ptrust-badge{
    padding-top: 1rem;
  }
  .product-single__meta-price{
    display: flex;
    align-items: center;
  }
  .product-single__meta-price li{
    display: flex;
    align-items: center;
  }
  .product-single__meta .accordion + .accordion{
    margin:0;
  }
  .product-single__meta .product-block + .accordion{
    margin:-1rem 0 0 ;
  }
  .product-single__meta .accordion + .product-block{
    margin:1.5rem 0  ;
  }
  .product-single__meta .product-title{
    margin: 0 0 0.5rem;
  }
  .product-single__meta hr{
    margin:0 0 1.5rem;
  }
  .product-single__meta .product-title + .product-single__meta-list{
    margin:0 0 0.5rem;
  }
  .product-single__meta .salepoint + .salepoint{
    margin:-1rem 0 1.5rem ;
  }
  .product-single__meta .salepoint + .product-freeship{
    margin:-1rem 0 1.5rem ;
  }
  .product-single__meta .shopify-block{
    margin:0 0 1.5rem;
  }
  .product-single__meta .fake-view + .product__text{
    margin:-1rem 0 1.5rem ;
  }
   .product-single__meta .shopify-block + .product-short__description{
    margin-top: -0.7rem;
   }
  .product-title .product-label{
    position: static;
    transform:none;
    
  }
  .product-title .product-label .product-tag--absolute{
    margin-bottom: 0.75rem !important;
    border:1px solid var( --g-input-border);
    margin-right: 0.5rem;
  }
  .photos__item--thumbs{
    padding:0 0px 24px;
  }
  .product-single__video iframe,.product-single__video video,.product-single__video model-viewer{ 
    position: absolute;
    width: 100%;
    top:0;
    left:0;
    height: 100%;
  }
  .product-single__video model-viewer{
    width: 100%;
  }
  .media__poster-button{
    background-color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.5rem;
    width: 4.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%) scale(1);
    z-index: 1;
  }
  .square{
    padding-top:100% !important;
    overflow:hidden;
  }
  .portrait{
    padding-top:120% !important;
    overflow:hidden;
  }
  .square img,.portrait img{
    width: 100%;
    height:100%;
    object-fit:cover;
  }
  .portrait video,.portrait iframe,.square video,.square iframe{
    object-fit: cover;
  }
  /*.spr-summary-actions .spr-summary-actions-newreview{
    color:white !important;
  }*/
  
  .product-grid-buywith .js-grid-cart{
    cursor: pointer;
  }
  .product-countdown{
    border:1px solid var(--g-main);
    padding: 1rem;
    --g-color-heading:var(--g-main);
    --color-body-text:var(--g-main);
  }
  .product-countdown .js-countdown ul {
    display: flex;
    flex-direction: row;
    column-gap: 1rem;
    
  }
  .product-countdown .js-countdown ul li{
    line-height: 1;
    position: relative;
  }
  .product-countdown .js-countdown ul li:not(:last-child)::before{
    content: ":";
    position: absolute;
    right: -0.6rem;
    color:var(--g-main);
  }
  .product-countdown .js-countdown .countdown-time{
    display: inline-flex;
    min-width: 22px;
    color:var(--g-main);
    font-size: var(--g-h5-font-size);
    margin-right: 2px;
    font-weight:500;
  }
  .product-countdown .js-countdown .countdown-time b{
    font-weight:500;
  }
  .product-countdown .js-countdown .countdown-text, .product-countdown .js-countdown span.countdown-time-single{
    font-size: 80%;
    color:var(--g-main);
    text-transform: uppercase;
  }
  .product-countdown .js-countdown span.countdown-text{
    display: none;
  }
  .product-countdown .js-countdown span.countdown-time-single{
    display: inline-block !important;
  }
  .ptrust-badge-heading{
    position: absolute;
    top:-10px;
    background-color: var(--color-body);
    left:50%;
    transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
  }
  .ptrust-badge .payment-icons svg{
    width: 40px;
    height: auto;
  }
  .product-block__banner img{
    width: 40px !important;
  }
  .product-block__banner .img_svg svg{
    width: 40px !important;
    height:40px !important;
    stroke: currentColor;
    fill: none;
  }
  .product-block__iwt svg{
    width: 24px;
    height: 24px;
    fill: none;
    stroke-width: 4px;
    stroke: currentColor !important;
  }
  @media (min-width:991px) {
    .photos-sticky{
      position: sticky;
      top:6.65rem;
    }
    .template-product .page-container{
      overflow: visible;
    }
  }
  @media (max-width:1100px) {
    #shopify-section-{{ section.id }} .product-single__info-wrapper{
      padding:0rem 0rem 0rem 0rem;
    }
    .product-form__quantity-submit{
      display: block;
    }
    .product-form__item--quantity{
      width: 130px;
      margin-bottom: 10px;
    }
    .product-form__quantity-submit .product-form__item--submit{
      margin:0 0 10px 20px !important;
    }
    .product-form__buynow{
      margin:0;
    }
  }
  .spr-header-title{
    font-weight: var(--g-h4-font-weight);
    font-size: var(--g-h4-font-size);
    line-height: var(--g-h4-font-lineheight);
    letter-spacing: var(--g-h4-font-spacing);
    text-transform: var(--g-h4-font-transform);;
  }
  @media (max-width:767px) {
    .main-content {
      padding-top: 20px;
    }
  }
  .tab-content ul {
    padding-left: 1rem;
  }
  .siblings-product{
    margin-bottom: 1.5rem;
  }
  .siblings-product__item {
    width: 60px;
    height: 60px;
    background-color: #fafafa;
    border:1px solid rgba(var(--g-color-heading-rgb),.05);
    position: relative;
  }
  .siblings-product__item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .siblings-product__item.active{
    box-shadow: 0 0 0 2px rgba(var(--g-color-heading-rgb),1);
  }
  @media (min-width: 992px){
    .modal-dialog-form-product{
      max-width: 600px;
    }
  }
/* ==== Hardi Homme : ajustements DESKTOP uniquement (>= 992px) ==== */
@media screen and (min-width: 992px) {
  .product-single__meta .product-block__iwt .iwt-hoz { flex-wrap: wrap; row-gap: 14px; column-gap: 24px; }
  .product-single__meta .product-block__iwt .iwt-hoz > .iwt-item { flex: 0 0 calc(50% - 12px); max-width: calc(50% - 12px); text-align: left; }
  .product-single__meta .product-block__iwt .iwt-hoz > .iwt-item > svg { flex: 0 0 auto; width: 22px; height: 22px; }
  .product-single__meta .product-button-variant .gr-btnjs { margin-top: 0 !important; }
  .product-single__meta .product-button-variant { margin-bottom: 8px !important; }
  .product-single__meta > .shopify-app-block > div > div { padding-top: 10px !important; padding-bottom: 10px !important; background-image: none !important; background-color: #f4f4f4 !important; border-radius: 8px; }
  }

/* ==== Hardi Homme : ajustements MOBILE uniquement (<= 991px) ==== */
@media screen and (max-width: 991px) {
  .product-single__meta .product-button-variant .gr-btnjs { margin-top: 0 !important; }
  .product-single__meta .product-form__quantity-submit > .d-flex.mb-3 { margin-bottom: 8px !important; }
  .product-single__meta .product-button-variant { margin-bottom: 8px !important; }
}


/* ==== Hardi Homme : section produit de la page d'accueil ==== */
@media screen and (min-width: 992px) {
  .product-single__meta .product-form__buy-buttons-wrapper .gr-btnjs { margin-top: 0 !important; }
  .product-single__meta .product-form__buy-buttons-wrapper { margin-bottom: 8px !important; }
}
@media screen and (max-width: 991px) {
  .product-single__meta .product-form__buy-buttons-wrapper .gr-btnjs { margin-top: 0 !important; }
  .product-single__meta .product-form__buy-buttons-wrapper { margin-bottom: 8px !important; }
}


/* Guide des tailles - section produit de la page d'accueil : aligne l'espacement sur la page produit */
.product-button-variant > a.open-sizeguide { display:block; width:100%; margin-bottom:0; padding-bottom:4px; }


/* PC accueil : gap offres -> ATC */
@media screen and (min-width: 992px) {
  .product-single__meta > .shopify-app-block:has(.kaching-bundles) { margin-bottom: 0 !important; }
  #shopify-block-AbXBOYzVLNitTR0M5c__kaching_bundles_app_block_QHyQKU { margin-bottom: 0 !important; }
  .product-single__meta .product-form__buy-buttons-wrapper .product-form__quantity-submit { padding-top: 0 !important; }
}


/* === HH TYPO MOBILE ACCUEIL v1 === */
/* Echelle reprise a l'identique de la page produit : titre 26/600/#2b2b2b, sous-titre 17/600, texte Inter 15/400/#2b2b2b, sur-titre Inter 12/500 */
@media screen and (max-width: 991px) {
  /* HERO */
  #shopify-section-slideshow-1 .slideshow__title { font-family:BaselClassic,serif!important;font-size:26px!important;font-weight:600!important;line-height:1.3!important;text-transform:none!important;color:#f5f1ea!important; }
  #shopify-section-slideshow-1 .slideshow__toptitle { font-family:Inter,sans-serif!important;font-size:12px!important;font-weight:500!important;color:#f5f1ea!important; }
  #shopify-section-slideshow-1 .slideshow__subtitle { font-family:Inter,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:1.7!important;color:#f5f1ea!important; }
  /* SECTION INGREDIENTS */
  #shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-heading { font-family:BaselClassic,serif!important;font-size:26px!important;font-weight:600!important;line-height:1.3!important;text-transform:none!important;color:#2b2b2b!important; }
  #shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-ingredient__title { font-family:BaselClassic,serif!important;font-size:17px!important;font-weight:600!important;line-height:1.4!important;text-transform:none!important;color:#2b2b2b!important; }
  #shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg p:not(.pi-ingredient__title), #shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg li { font-family:Inter,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:1.7!important;color:#2b2b2b!important; }
  /* AVANT / APRES */
  #shopify-section-template--27519925092676__before_after2_LLwW66 .ba-eyebrow { font-family:Inter,sans-serif!important;font-size:12px!important;font-weight:500!important;color:#2b2b2b!important; }
  #shopify-section-template--27519925092676__before_after2_LLwW66 .ba-heading { font-family:BaselClassic,serif!important;font-size:26px!important;font-weight:600!important;line-height:1.3!important;text-transform:none!important;color:#2b2b2b!important; }
  #shopify-section-template--27519925092676__before_after2_LLwW66 p:not(.ba-eyebrow), #shopify-section-template--27519925092676__before_after2_LLwW66 li { font-family:Inter,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:1.7!important;color:#2b2b2b!important; }
  #shopify-section-template--27519925092676__before_after2_LLwW66 .ba-drag-hint { font-family:Inter,sans-serif!important;font-size:12px!important;font-weight:500!important; }
  /* TABLEAU COMPARATIF */
  #shopify-section-template--27519925092676__comparison_table_KkgVYT .cmp-heading { font-family:BaselClassic,serif!important;font-size:26px!important;font-weight:600!important;line-height:1.3!important;text-transform:none!important;color:#2b2b2b!important; }
  #shopify-section-template--27519925092676__comparison_table_KkgVYT .cmp-table th, #shopify-section-template--27519925092676__comparison_table_KkgVYT .cmp-table td { font-family:Inter,sans-serif!important;font-size:14px!important;line-height:1.7!important;color:#2b2b2b!important; }
  /* ARTICLES */
  #shopify-section-template--27519925092676__featured_articles_7a9yqU .section-title-1, #shopify-section-template--27519925092676__featured_articles_7a9yqU .section-title-1 span { font-family:BaselClassic,serif!important;font-size:26px!important;font-weight:600!important;line-height:1.3!important;text-transform:none!important;color:#2b2b2b!important; }
  #shopify-section-template--27519925092676__featured_articles_7a9yqU .article-title, #shopify-section-template--27519925092676__featured_articles_7a9yqU h2 a, #shopify-section-template--27519925092676__featured_articles_7a9yqU h3 a, #shopify-section-template--27519925092676__featured_articles_7a9yqU h4 a, #shopify-section-template--27519925092676__featured_articles_7a9yqU h5 a { font-family:BaselClassic,serif!important;font-size:17px!important;font-weight:600!important;line-height:1.4!important;text-transform:none!important;color:#2b2b2b!important; }
  #shopify-section-template--27519925092676__featured_articles_7a9yqU p, #shopify-section-template--27519925092676__featured_articles_7a9yqU .rte { font-family:Inter,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:1.7!important;color:#2b2b2b!important; }
  #shopify-section-template--27519925092676__featured_articles_7a9yqU .btn { font-family:Inter,sans-serif!important; }
  /* FAQ */
  #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .section-title-1, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .section-title-1 span { font-family:BaselClassic,serif!important;font-size:26px!important;font-weight:600!important;line-height:1.3!important;text-transform:none!important;color:#2b2b2b!important; }
  #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .faq-heading { font-family:BaselClassic,serif!important;font-size:17px!important;font-weight:600!important;line-height:1.4!important;text-transform:none!important;color:#2b2b2b!important; }
  #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .card-body, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .card-body p, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .rte, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .rte p { font-family:Inter,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:1.7!important;color:#2b2b2b!important; }
  /* BANDE ICONES */
  #shopify-section-template--27519925092676__16485444103c52f5e9 h5, #shopify-section-template--27519925092676__16485444103c52f5e9 .h4 { font-family:BaselClassic,serif!important;font-size:17px!important;font-weight:600!important;line-height:1.4!important;text-transform:none!important;color:#2b2b2b!important; }
  #shopify-section-template--27519925092676__16485444103c52f5e9 p, #shopify-section-template--27519925092676__16485444103c52f5e9 .txt-body-80, #shopify-section-template--27519925092676__16485444103c52f5e9 .rte { font-family:Inter,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:1.7!important;color:#2b2b2b!important; }
  #shopify-section-template--27519925092676__16485444103c52f5e9 .media-body > div, #shopify-section-template--27519925092676__16485444103c52f5e9 .media-body > p { font-family:Inter,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:1.7!important;color:#2b2b2b!important; }
}


/* === HH TYPO DESKTOP ACCUEIL v1 === */
/* Echelle reprise a l identique de la page produit desktop : titre 34/600/#2b2b2b lh1.25, sous-titre 18/600, texte Inter 16/400/#2b2b2b lh1.7, sur-titre Inter 12/500 */
@media screen and (min-width: 992px) {
  /* HERO */
  #shopify-section-slideshow-1 .slideshow__title { font-family:BaselClassic,serif!important;font-size:34px!important;font-weight:600!important;line-height:1.25!important;text-transform:none!important;color:#f5f1ea!important; }
  #shopify-section-slideshow-1 .slideshow__toptitle { font-family:Inter,sans-serif!important;font-size:12px!important;font-weight:500!important;color:#f5f1ea!important; }
  #shopify-section-slideshow-1 .slideshow__subtitle { font-family:Inter,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:1.7!important;color:#f5f1ea!important; }
  /* SECTION INGREDIENTS */
  #shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-heading { font-family:BaselClassic,serif!important;font-size:34px!important;font-weight:600!important;line-height:1.25!important;text-transform:none!important;color:#2b2b2b!important; }
  #shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-ingredient__title { font-family:BaselClassic,serif!important;font-size:18px!important;font-weight:600!important;line-height:1.4!important;text-transform:none!important;color:#2b2b2b!important; }
  #shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg p:not(.pi-ingredient__title), #shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg li { font-family:Inter,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:1.7!important;color:#2b2b2b!important; }
  /* AVANT / APRES */
  #shopify-section-template--27519925092676__before_after2_LLwW66 .ba-eyebrow { font-family:Inter,sans-serif!important;font-size:12px!important;font-weight:500!important;color:#2b2b2b!important; }
  #shopify-section-template--27519925092676__before_after2_LLwW66 .ba-heading { font-family:BaselClassic,serif!important;font-size:34px!important;font-weight:600!important;line-height:1.25!important;text-transform:none!important;color:#2b2b2b!important; }
  #shopify-section-template--27519925092676__before_after2_LLwW66 p:not(.ba-eyebrow), #shopify-section-template--27519925092676__before_after2_LLwW66 li { font-family:Inter,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:1.7!important;color:#2b2b2b!important; }
  #shopify-section-template--27519925092676__before_after2_LLwW66 .ba-drag-hint { font-family:Inter,sans-serif!important;font-size:12px!important;font-weight:500!important; }
  /* TABLEAU COMPARATIF */
  #shopify-section-template--27519925092676__comparison_table_KkgVYT .cmp-heading { font-family:BaselClassic,serif!important;font-size:34px!important;font-weight:600!important;line-height:1.25!important;text-transform:none!important;color:#2b2b2b!important; }
  #shopify-section-template--27519925092676__comparison_table_KkgVYT .cmp-table th, #shopify-section-template--27519925092676__comparison_table_KkgVYT .cmp-table td { font-family:Inter,sans-serif!important;font-size:14px!important;line-height:1.7!important;color:#2b2b2b!important; }
  /* ARTICLES */
  #shopify-section-template--27519925092676__featured_articles_7a9yqU .section-title-1, #shopify-section-template--27519925092676__featured_articles_7a9yqU .section-title-1 span { font-family:BaselClassic,serif!important;font-size:34px!important;font-weight:600!important;line-height:1.25!important;text-transform:none!important;color:#2b2b2b!important; }
  #shopify-section-template--27519925092676__featured_articles_7a9yqU .article-title, #shopify-section-template--27519925092676__featured_articles_7a9yqU h2 a, #shopify-section-template--27519925092676__featured_articles_7a9yqU h3 a, #shopify-section-template--27519925092676__featured_articles_7a9yqU h4 a, #shopify-section-template--27519925092676__featured_articles_7a9yqU h5 a { font-family:BaselClassic,serif!important;font-size:18px!important;font-weight:600!important;line-height:1.4!important;text-transform:none!important;color:#2b2b2b!important; }
  #shopify-section-template--27519925092676__featured_articles_7a9yqU p, #shopify-section-template--27519925092676__featured_articles_7a9yqU .rte { font-family:Inter,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:1.7!important;color:#2b2b2b!important; }
  #shopify-section-template--27519925092676__featured_articles_7a9yqU .btn { font-family:Inter,sans-serif!important; }
  /* FAQ */
  #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .section-title-1, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .section-title-1 span { font-family:BaselClassic,serif!important;font-size:34px!important;font-weight:600!important;line-height:1.25!important;text-transform:none!important;color:#2b2b2b!important; }
  #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .faq-heading { font-family:BaselClassic,serif!important;font-size:18px!important;font-weight:600!important;line-height:1.4!important;text-transform:none!important;color:#2b2b2b!important; }
  #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .card-body, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .card-body p, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .rte, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .rte p { font-family:Inter,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:1.7!important;color:#2b2b2b!important; }
  /* BANDE ICONES */
  #shopify-section-template--27519925092676__16485444103c52f5e9 h5, #shopify-section-template--27519925092676__16485444103c52f5e9 .h4 { font-family:BaselClassic,serif!important;font-size:18px!important;font-weight:600!important;line-height:1.4!important;text-transform:none!important;color:#2b2b2b!important; }
  #shopify-section-template--27519925092676__16485444103c52f5e9 p, #shopify-section-template--27519925092676__16485444103c52f5e9 .txt-body-80, #shopify-section-template--27519925092676__16485444103c52f5e9 .rte { font-family:Inter,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:1.7!important;color:#2b2b2b!important; }
  #shopify-section-template--27519925092676__16485444103c52f5e9 .media-body > div, #shopify-section-template--27519925092676__16485444103c52f5e9 .media-body > p { font-family:Inter,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:1.7!important;color:#2b2b2b!important; }
}


/* === HH FAQ HARMONISATION v1 === */
/* Rend les accordeons de la fiche produit et de l accueil identiques a celui de la page FAQ */
#shopify-section-template--27519925748036__hardi_faq .card-faqs, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .card-faqs { border-bottom:1px solid #ebebeb; }
#shopify-section-template--27519925748036__hardi_faq .card-faqs:first-child, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .card-faqs:first-child { border-top:1px solid #ebebeb; }
#shopify-section-template--27519925748036__hardi_faq .card-faqs-heading, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .card-faqs-heading { padding-right:0; }
#shopify-section-template--27519925748036__hardi_faq .faq-heading, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .faq-heading { position:relative; display:block!important; padding:18px 40px 18px 0!important; cursor:pointer; }
#shopify-section-template--27519925748036__hardi_faq .faq-heading .faq-icon, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .faq-heading .faq-icon { position:absolute; right:4px; top:50%; margin-top:-9px; width:18px!important; height:18px!important; line-height:normal!important; background:none!important; }
#shopify-section-template--27519925748036__hardi_faq .faq-heading .faq-icon i, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .faq-heading .faq-icon i { display:none!important; }
#shopify-section-template--27519925748036__hardi_faq .faq-heading .faq-icon::before, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .faq-heading .faq-icon::before { content:""; position:absolute; left:0; top:8px; width:18px; height:1.5px; background:#2b2b2b; transition:opacity .2s ease; }
#shopify-section-template--27519925748036__hardi_faq .faq-heading .faq-icon::after, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .faq-heading .faq-icon::after { content:""; position:absolute; top:0; left:8px; width:1.5px; height:18px; background:#2b2b2b; transition:opacity .2s ease, transform .2s ease; }
#shopify-section-template--27519925748036__hardi_faq .faq-heading:not(.collapsed) .faq-icon::after, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .faq-heading:not(.collapsed) .faq-icon::after { opacity:0; transform:rotate(90deg); }
#shopify-section-template--27519925748036__hardi_faq .collapse.pl-2, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .collapse.pl-2, #shopify-section-template--27519925748036__hardi_faq .collapsing.pl-2, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .collapsing.pl-2 { padding-left:0!important; }
#shopify-section-template--27519925748036__hardi_faq .card-faqs .card-body, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .card-faqs .card-body { padding:0 40px 18px 0!important; }
#shopify-section-template--27519925748036__hardi_faq .hh-faq-more, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .hh-faq-more { padding-top:18px; }
#shopify-section-template--27519925748036__hardi_faq .hh-faq-more p, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .hh-faq-more p { margin:0; }
#shopify-section-template--27519925748036__hardi_faq .hh-faq-more a, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .hh-faq-more a { font-family:Inter,sans-serif!important; font-weight:600!important; color:#2b2b2b!important; text-decoration:underline; text-underline-offset:3px; }
@media screen and (max-width: 991px) {
  #shopify-section-template--27519925748036__hardi_faq .faq-heading, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .faq-heading { font-family:BaselClassic,serif!important;font-size:17px!important;font-weight:600!important;line-height:1.4!important;text-transform:none!important;color:#2b2b2b!important; }
  #shopify-section-template--27519925748036__hardi_faq .card-body, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .card-body, #shopify-section-template--27519925748036__hardi_faq .card-body p, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .card-body p, #shopify-section-template--27519925748036__hardi_faq .card-body li, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .card-body li { font-family:Inter,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:1.7!important;color:#2b2b2b!important; }
  #shopify-section-template--27519925748036__hardi_faq .hh-faq-more a, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .hh-faq-more a { font-size:15px!important; }
}
@media screen and (min-width: 992px) {
  #shopify-section-template--27519925748036__hardi_faq .faq-heading, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .faq-heading { font-family:BaselClassic,serif!important;font-size:18px!important;font-weight:600!important;line-height:1.4!important;text-transform:none!important;color:#2b2b2b!important; }
  #shopify-section-template--27519925748036__hardi_faq .card-body, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .card-body, #shopify-section-template--27519925748036__hardi_faq .card-body p, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .card-body p, #shopify-section-template--27519925748036__hardi_faq .card-body li, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .card-body li { font-family:Inter,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:1.7!important;color:#2b2b2b!important; }
  #shopify-section-template--27519925748036__hardi_faq .hh-faq-more a, #shopify-section-template--27519925092676__faq_accordion_T3pKj6 .hh-faq-more a { font-size:16px!important; }
}


/* === HH INGREDIENT GRID DESKTOP v1 === */
@media screen and (min-width: 992px) {
  #shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-grid { grid-template-columns: 200px 1fr 200px !important; }
}


/* === HH INGREDIENT VIDEO DESKTOP v1 === */
@media screen and (min-width: 992px) {
  #shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-product--video { width: 100% !important; height: 440px !important; }
  #shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-product { height: 440px !important; }
  #shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-product__video { object-fit: cover !important; object-position: center !important; }
}


/* === HH INGREDIENT DEGRADE v1 === */
#shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-section { background: linear-gradient(to bottom, #f5f1ea 0%, #ffffff 100%) !important; }


/* === HH INGREDIENT STYLE CARACTERE v1 === */
body #shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg p.pi-ingredient__title { color: #b06a3c !important; }
#shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-product { background: #16233a !important; }
#shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-product__video { background: #16233a !important; }
#shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-heading { position: relative; padding-bottom: 18px; }
#shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-heading::after { content: ""; display: block; width: 48px; height: 2px; background: #b06a3c; margin: 14px auto 0; }


/* === HH INGREDIENT HIERARCHIE v1 === */
body #shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg p.pi-ingredient__title {font-size:19px!important;font-weight:700!important;line-height:1.25!important;letter-spacing:.2px!important;margin-bottom:5px!important;}
body #shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-ingredient__text {font-size:13.5px!important;font-weight:400!important;line-height:1.5!important;color:#6b6b6b!important;}
@media (min-width:992px){
body #shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg p.pi-ingredient__title {font-size:21px!important;font-weight:700!important;line-height:1.25!important;letter-spacing:.2px!important;margin-bottom:6px!important;}
body #shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-ingredient__text {font-size:14.5px!important;font-weight:400!important;line-height:1.5!important;color:#6b6b6b!important;}
}


/* === HH INGREDIENT GAP LABEL-SOUSTITRE v1 === */
body #shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg p.pi-ingredient__title {margin-bottom:1px!important;}
body #shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-ingredient__text {margin-top:0!important;}
@media (min-width:992px){
body #shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg p.pi-ingredient__title {margin-bottom:2px!important;}
body #shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-ingredient__text {margin-top:0!important;}
}


/* === HH INGREDIENT ESPACES v1 === */
body #shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-section {padding-top:20px!important;}
body #shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-header {margin-bottom:14px!important;}
@media (min-width:992px){
body #shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-section {padding-top:24px!important;}
body #shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-header {margin-bottom:16px!important;}
}


/* === HH INGREDIENT CORNER FRAME (ALL WIDTHS) v4 === */
#shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-product {position:relative!important;overflow:visible!important;}
#shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-product::before, #shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-product::after {content:""!important;position:absolute!important;left:5px!important;right:5px!important;height:18px!important;pointer-events:none!important;opacity:1!important;filter:drop-shadow(0 0 1px rgba(0,0,0,.25))!important;z-index:2!important;}
#shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-product::before {top:5px!important;background:linear-gradient(#b06a3c,#b06a3c) left top/18px 2.5px no-repeat,linear-gradient(#b06a3c,#b06a3c) left top/2.5px 18px no-repeat,linear-gradient(#b06a3c,#b06a3c) right top/18px 2.5px no-repeat,linear-gradient(#b06a3c,#b06a3c) right top/2.5px 18px no-repeat!important;}
#shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-product::after {bottom:5px!important;background:linear-gradient(#b06a3c,#b06a3c) left bottom/18px 2.5px no-repeat,linear-gradient(#b06a3c,#b06a3c) left bottom/2.5px 18px no-repeat,linear-gradient(#b06a3c,#b06a3c) right bottom/18px 2.5px no-repeat,linear-gradient(#b06a3c,#b06a3c) right bottom/2.5px 18px no-repeat!important;}
@media (min-width:992px){
#shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-product::before, #shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-product::after {left:6px!important;right:6px!important;height:24px!important;}
#shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-product::before {top:6px!important;background:linear-gradient(#b06a3c,#b06a3c) left top/24px 3px no-repeat,linear-gradient(#b06a3c,#b06a3c) left top/3px 24px no-repeat,linear-gradient(#b06a3c,#b06a3c) right top/24px 3px no-repeat,linear-gradient(#b06a3c,#b06a3c) right top/3px 24px no-repeat!important;}
#shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-product::after {bottom:6px!important;background:linear-gradient(#b06a3c,#b06a3c) left bottom/24px 3px no-repeat,linear-gradient(#b06a3c,#b06a3c) left bottom/3px 24px no-repeat,linear-gradient(#b06a3c,#b06a3c) right bottom/24px 3px no-repeat,linear-gradient(#b06a3c,#b06a3c) right bottom/3px 24px no-repeat!important;}
}


/* === HH HERO CTA v1 === */
body #shopify-section-slideshow-1 .slideshow__btn {font-size:15px!important;font-weight:700!important;letter-spacing:1.4px!important;padding:17px 40px!important;min-height:54px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 6px 18px rgba(0,0,0,.18)!important;transition:transform .15s ease, box-shadow .15s ease!important;}
body #shopify-section-slideshow-1 .slideshow__btn:hover {transform:translateY(-2px)!important;box-shadow:0 10px 24px rgba(0,0,0,.24)!important;}
@media (max-width:991px){
body #shopify-section-slideshow-1 .slideshow__btn {font-size:15px!important;padding:16px 34px!important;min-height:52px!important;letter-spacing:1.2px!important;}
}


/* === HH HERO LISIBILITE MOBILE v1 === */
@media (max-width:991px){
  #shopify-section-slideshow-1 .slide{ position:relative!important; }
  #shopify-section-slideshow-1 .slide::after{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:1!important;
    pointer-events:none!important;
    background:linear-gradient(180deg, rgba(18,16,14,.50) 0%, rgba(18,16,14,.30) 40%, rgba(18,16,14,.22) 62%, rgba(18,16,14,.42) 100%)!important;
  }
  #shopify-section-slideshow-1 .slideshow__text-wrap,
  #shopify-section-slideshow-1 .slideshow__text-content{
    position:relative!important;
    z-index:2!important;
  }
  #shopify-section-slideshow-1 .slideshow__title,
  #shopify-section-slideshow-1 .slideshow__subheading,
  #shopify-section-slideshow-1 .slideshow__toptitle{
    text-shadow:0 1px 6px rgba(0,0,0,.45)!important;
  }
}


/* === HH FIX BARRE STICKY "EPUISE" (accueil uniquement) v1 === */
/* HH BARRE PANIER COLLANTE ACCUEIL v2                                          */
/* Le bug d'origine (titre vide "-" + bouton "Epuise") venait du snippet         */
/* sticky-cart.liquid qui utilisait l'objet global product, nil sur l'accueil.   */
/* Corrige : la section passe desormais product: fp_product au snippet.         */
/* Le bouton de la barre clique le vrai bouton d'ajout du formulaire Kaching,    */
/* donc l'offre Single/Duo/Trio selectionnee est bien respectee.                 */
/* La neutralisation sur l'accueil est donc levee.                              */


/* === HH VIDEO CROP BANDES NOIRES v1 === */
#shopify-section-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-product.pi-product--video,
#pi-template--27519925092676__multi_x_product_ingredient_v3_f9nDXg .pi-product.pi-product--video{overflow:hidden!important;border-radius:inherit;}
.pi-product.pi-product--video .pi-product__video{transform:scale(1.08);transform-origin:50% 50%;}
/* === FIN HH VIDEO CROP BANDES NOIRES v1 === */

/* ==== HH STICKY GALERIE v2 : section produit de la page d'accueil ====
   .page-container est en overflow:hidden (theme.css) pour couper les 59px de debordement
   du carrousel du hero. Or overflow:hidden cree un conteneur de defilement, ce qui annule
   position:sticky sur tous les descendants : l'image de la galerie remontait et laissait
   un grand vide blanc a gauche. overflow-x:clip coupe exactement pareil SANS creer de
   conteneur de defilement, donc le sticky fonctionne et aucune barre horizontale n'apparait.
   Breakpoint 768px = celui de col-md-6, la ou la section passe a 2 colonnes.
   Sur les navigateurs sans support de clip, la declaration est ignoree : on retombe sur
   le hidden actuel, sticky inactif mais zero regression visuelle. */
@media (min-width: 768px){
  .template-index .page-container{
    overflow-x: clip;
    overflow-y: visible;
  }
}
/* ==== FIN HH STICKY GALERIE v2 ==== */
