/** Shopify CDN: Minification failed

Line 289:0 Unexpected "@media"
Line 776:15 Unexpected "{"
Line 776:24 Expected ":"
Line 794:15 Unexpected "{"
Line 794:24 Expected ":"
Line 799:17 Unexpected "{"
Line 799:26 Expected ":"
Line 806:17 Unexpected "{"
Line 806:26 Expected ":"

**/
p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 576px) {
  p {
    font-size: 12px;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.out-of-stock {
  position: relative;
}

.out-of-stock__container {
  color: #d36e44;
  padding: 7px 10px;
  background: #f3ddd4;
  display: flex;
  align-items: start;
  font-family: "Circular-Loom";
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 20px;
}

.out-of-stock__container p {
  line-height: 120%;
  font-weight: 600;
  font-size: 12px;
  margin: 0 !important;
  text-align: left;
}

.out-of-stock__container svg {
  flex: 0 0 17px;
  margin-right: 8px;
}

.out-of-stock__button {
  bottom: 6px;
  position: absolute;
  left: 35px;
  text-decoration-line: underline;
  color: #6c9ed8;
  font-size: 12px;
  font-weight: 100;
  font-family: "Open Sans";
}

.out-of-stock-modal {
  position: absolute;
  z-index: 5;
  bottom: 24px;
  width: 90%;
  left: 5%;
  display: none;
  animation: fade-in 0.3s ease-in-out;
}

.out-of-stock-modal.active {
  display: block;
}

.out-of-stock-modal__container {
  background: #4d4949;
  color: white;
  padding: 8px 12px;
}

.out-of-stock-modal::after {
  content: " ";
  background: #4d4949;
  width: 18px;
  height: 15px;
  position: absolute;
  bottom: -2px;
  left: 48px;
  transform: rotate(45deg);
  z-index: -1;
}

.td-out-of-stock {
  display: block;
  padding-bottom: 0;
  margin-bottom: -36px;
  max-width: 100%;
  width: 30px;
}

.td-out-of-stock .out-of-stock {
  width: 400px;
  width: 400px;
  max-width: calc(100vw - 30px);
}

.td-out-of-stock .out-of-stock__container {
  padding-bottom: 8px;
}

#product .custom-tag {
  margin-bottom: 28px;
}

#product .custom-tag span {
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px; /* 105% */
  padding: 9px 22px;
  white-space: nowrap;
}

.box-product-inner.fixed .product-inventory__quantity {
  display: none;
}

.product-inventory__quantity p {
  color: #d36e44;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 21px;
  margin-bottom: 24px !important;
}

@media (max-width: 768px) {
  #product .custom-tag span {
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 15.75px;
  }

  .product-inventory__quantity p {
    color: #d36e44;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
  }
}

.product-form__reassurance {
  display: flex;
  justify-content: space-evenly;
  gap: 40px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.product-form__reassurance-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.product-form__reassurance-item img,
.product-form__reassurance-item svg {
  height: 26px;
  flex-shrink: 0;
  margin-bottom: 9px;
}

.product-form__reassurance-item p {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 4px;
}

.product-form__reassurance-item h4 {
  font-size: 14px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.price-old {
  display: block;
  color: #7b97b7;
  text-decoration: line-through;
}
.cart-item__gift {
  background: #daf1e1;
  color: #2b6e3e;
  display: flex;
  padding: 4px 8px;
  align-items: center;
  gap: 4px;
  line-height: 110%;
  margin-top: 10px;
  border-radius: 2px;
}

#cart-items .cart-img {
  margin-right: 0;
}

#cart-items .cart-item__gift {
  margin-top: -14px;
  margin-bottom: 10px;
  font-size: 15px;
}

.p-only-desktop {
  display: none !important;
}

@media screen and (min-width: 990px) {
  .p-only-desktop {
    display: block !important;
  }
  .p-only-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 749px) {
  #product .info-product .right .box-product-inner.fixed {
    justify-content: space-between;
    padding-left: 0;
  }
  #product .info-product .right .box-product-inner.fixed .title {
    display: none;
  }
  #product .info-product .right .box-product-inner.fixed {
    padding-left: 0 !important;
  }
  #product .info-product .right .box-product-inner.fixed .price-traitement {
    width: 70%;
    margin-left: 0;
  }
  #product .info-product .right .price-traitement .qty-product li a {
    line-height: 100% !important;
  }
  #product .info-product .right .box-product-inner .qty-product {
    margin-bottom: 0;
  }
}

#product #shopify-section-product-zone7 .stamped-container .stamped-button-primary {
  display: block !important;
}

div[data-widget-style*=standard] .stamped-summary-actions {
    display: flex !important;
    float: left !important;
}
#product #shopify-section-product-zone7 .stamped-container .stamped-summary-actions-newreview {
  margin-top: 0 !important;
}

.stamped-summary-actions-newquestion, .stamped-summary-actions-newreview {
  margin-top: 15px !important;
}ca changer


@media screen and (max-width: 749px){
  #product #shopify-section-product-zone7 .stamped-container .stamped-summary-actions {
    flex-direction: column;
  }.stamped-summary-actions-newquestion, .stamped-summary-actions-newreview{margin-top: 0 !important;}
}

.klaviyo-bis-trigger {
    display: block; /* Prend toute la largeur du conteneur */
    width: 100%;
    max-width: none;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: rgb(11, 48, 90); /* Bleu foncé */
    border: 2px solid rgb(11, 48, 90);
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    box-sizing: border-box;
}

.klaviyo-bis-trigger:hover {
    background-color: rgb(211, 110, 68); /* Orange */
    border-color: rgb(211, 110, 68);
    color: white;
}

/* Masquer quantité + petit bloc prix UNIQUEMENT si la page contient le composant bundle */
body:has(moonbundle-component) .price-traitement,
body:has(moonbundle-component) .qty-product,
body:has(moonbundle-component) .product__price,
body:has(moonbundle-component) .price,
body:has(moonbundle-component) .js-price-wrapper {
  display: none !important;
}

/* Ajustement image cadeaux moonbundle */
.moonbundle-offer-img {
  width: 100px !important; /* Fin ajustement image cadeaux moonbundle */
}

/* -------------------------------------------------------------
   Languette orange Hollis — toujours sur une ligne (responsive)
   ------------------------------------------------------------- */

/* Conteneur principal */
.product-tagline {
  display: flex;
  justify-content: flex-start;  /* alignée au titre */
  align-items: center;
  margin: 8px 0 14px;
  width: 100%;
  overflow: hidden;
}

/* Languette */
.product-tagline__label {
  background: #D06E3C;
  color: #FFFFFF;
  font-weight: 300;
  border-radius: 6px;
  letter-spacing: 0.3px;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;          /* ✅ reste sur une seule ligne */
  overflow: hidden;
  text-overflow: ellipsis;      /* sécurité extrême */
  padding: 6px 18px;
  font-size: clamp(9px, 2.2vw, 14px); /* ✅ taille adaptative */
  max-width: 95%;               /* empêche tout dépassement */
  box-sizing: border-box;
}

/* Supprimer la pointe triangulaire */
.product-tagline__label::before {
  content: none !important;
}

/* Desktop uniquement */
.badge--desktop { display: inline !important; }
.badge--mobile { display: none !important; }

/* ✅ Mobile */
@media screen and (max-width: 767px) {
  .badge--desktop { display: none !important; }
  .badge--mobile { display: inline !important; }

  .product-tagline {
    justify-content: flex-start;
    margin: 6px 0 10px;
    padding-left: 4px;
  }

  .product-tagline__label {
    font-size: clamp(12px, 2.8vw, 13px); /* ✅ réduit la taille au besoin */
    padding: 5px 10px;                   /* ✅ réduit le rectangle */
    border-radius: 5px;
    max-width: 90%;                      /* ✅ évite tout dépassement visuel */
  }
}

/* Retina & MacBook Pro */
@media screen and (min-resolution: 2dppx) and (min-width: 1200px) {
  .product-tagline__label {
    font-size: clamp(11px, 0.95vw, 14px);
    transform: translateY(-2px);
  }
}

/* Très grands écrans */
@media screen and (min-width: 1800px) {
  .product-tagline__label {
    font-size: 15px;
    padding: 7px 24px;
  }
}
/* -------------------------------------------------------------
   Languette orange Hollis — toujours sur une ligne (responsive)
   ------------------------------------------------------------- */


/* -------------------------------------------------------------
   Moonbundle style adapté pour les images de cadeaux */
.moonbundle-gift-img-horizontal.moonbundle-gift-img-unlocked {
  width: 40px !important;     /* taille équilibrée */
  max-width: 55% !important;  /* responsive sans déformation */
  height: auto !important;     /* garde le ratio original */
  object-fit: contain;         /* évite tout rognage ou étirement */
  margin-right: 8px;           /* petit espace avec le texte à droite */
  border-radius: 4px;          /* coins doux, cohérents avec la DA Hollis */
}

/* Option : taille légèrement plus grande sur mobile
   pour conserver la lisibilité sur petit écran */
@media (max-width: 380px) {
  .moonbundle-gift-img-horizontal.moonbundle-gift-img-unlocked {
    width: 50px !important;
    margin-right: 6px;
  }
}

/* Aligne verticalement les images avec le contenu texte */
.moonbundle-gift-horizontal-container-left {
  display: flex;
  align-items: center;          /* centre l'image verticalement */
  justify-content: flex-start;
}
/* -------------------------------------------------------------
   Fin moonbundle style adapté pour les images de cadeaux */

#product .product-youtube{
  margin: 48px 0;
}

#product .product-youtube .reassurance__header{
  text-align: center;
}

#product .product-youtube__wrap{
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
}

#product .product-youtube__wrap iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 767px){
  #product .product-youtube{
    margin: 32px 0;
  }
}

/* -------------------------------------------------
   Reassurances : icônes + titres + textes (compact)
   Objectifs :
   1) Le 3e picto visible sur mobile
   2) Titres en gras
   3) Picto très proche du texte
   ------------------------------------------------- */

/* Titres en gras */
#product .product-form__reassurance-item h4{
  font-weight: 700 !important;
}

/* Picto très proche du texte */
#product .product-form__reassurance-item img,
#product .product-form__reassurance-item svg{
  height: 100px !important;     /* ajustez si besoin */
  width: auto !important;
  margin-bottom: 2px !important;
}

/* H4 compact */
#product .product-form__reassurance-item h4{
  margin: 0 !important;
  padding: 0 !important;
  line-height: 16px !important;
}

/* P compact */
#product .product-form__reassurance-item p{
  margin-top: 1px !important;
  line-height: 15px !important;
}

/* Mobile : rendre les 3 items visibles (wrap + 3e centré) */
@media (max-width: 749px){
  #product .product-form__reassurance{
    justify-content: center !important;
    gap: 18px !important;
    flex-wrap: wrap !important;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  #product .product-form__reassurance-item{
    width: calc(50% - 18px) !important;
  }

  #product .product-form__reassurance-item:nth-child(3){
    width: 100% !important;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Taille des pictos (tous les 3) */
.section-reassurance .reassurance__1__icon img,
.section-reassurance .reassurance__2__icon img,
.section-reassurance .reassurance__3__icon img{
  height: 100px;
  width: auto;
  display: block;
}
#product .tempdrop-only #ProductPhotoImg{
  object-fit: cover;
  object-position: top center;
}
#product .pd-space{
  height: 24px;
}

@media (max-width: 767px){
  #product .pd-space{
    height: 16px;
  }
}
/* Empêche le <span> du titre de passer à la ligne */
#product .info-product .right .box-product-inner .title.u-h2 span{
  display: inline !important;
}
/* =======================
START : STYLE TITRE + SOUS TITRE PRODUIT
======================= */

/* Taille du titre (ligne principale) */
#product .info-product .right .box-product-inner .title.u-h2 .product-title-line{
  font-size: 32px !important;   /* ajustez */
  line-height: 1.05 !important;
}

/* Taille du sous-titre */
#product .info-product .right .box-product-inner .title.u-h2 .sous-titre{
  font-size: 30px !important;   /* ajustez */
  line-height: 1.3 !important;
}

#product .info-product .right .box-product-inner .title.u-h2 .title-rest{
  display: inline !important;
}

#product .info-product .right .box-product-inner .title.u-h2 .sous-titre{
  display: block !important;      /* sous-titre en dessous */
  margin-top: 12px !important;
  white-space: normal !important; /* autorise le wrap */
}

/* Mobile : autoriser le titre à repasser sur 2 lignes si besoin */
@media (max-width: 989px){
  #product .info-product .right .box-product-inner .title.u-h2 .product-title-line{
    white-space: normal !important;
  }
}
@media (max-width: 767px){
  #product .info-product .right .box-product-inner .title.u-h2 .product-title-line{
    font-size: 39px !important;
    line-height: 1.1 !important;
  }

  #product .info-product .right .box-product-inner .title.u-h2 .sous-titre{
    font-size: 30px !important;
  }
}

/* =======================
END : STYLE TITRE + SOUS TITRE PRODUIT
===================
*/

 
/* TEMPDRP ONLY — HERO IMAGE + COLONNES */
#product .tempdrop-only .image,
#product .tempdrop-only .image > div{
  display: block !important;
}

@media (min-width: 990px){
  #product .tempdrop-only .content{
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
  }

  #product .tempdrop-only .left{
    flex: 0 0 0 !important;
    width: 0 !important;
    max-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  #product .tempdrop-only .image{
    flex: 0 0 58.3333% !important;
    width: 58.3333% !important;
    max-width: 58.3333% !important;
  }

  #product .tempdrop-only .right{
    flex: 0 0 41.6667% !important;
    width: 41.6667% !important;
    max-width: 41.6667% !important;
  }

  #product .tempdrop-only #ProductPhotoImg{
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    object-position: top center !important;
  }
}

@media (max-width: 749px){
  #product .tempdrop-only .image.u-rc{
    padding-top: 0 !important;
    height: auto !important;
    overflow: visible !important;
  }

  #product .tempdrop-only .image.u-rc::before,
  #product .tempdrop-only .image.u-rc::after{
    content: none !important;
    display: none !important;
  }

  #product .tempdrop-only .image,
  #product .tempdrop-only .image > div{
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    position: static !important;
  }

  #product .tempdrop-only #ProductPhotoImg{
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    display: block !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  #product .tempdrop-only .image{
    margin-bottom: 12px !important;
  }
}
/* Sous-titre produit : Playfair Display, italique + taille */
body.template-product #product .info-product .right .box-product-inner h1.title.u-h2 span.sous-titre{
  font-family: "Playfair Display", serif !important;
  font-size: 20px !important;     /* ajustez : 26 / 28 / 30 / 32 */
  font-weight: 500 !important;    /* 400 si vous voulez plus fin */
  line-height: 1.3 !important;
}

@media (max-width: 767px){
  body.template-product #product .info-product .right .box-product-inner h1.title.u-h2 span.sous-titre{
    font-size: 18px !important;
  }
}
@media (max-width: 767px){
  body.template-product #product .info-product .right .box-product-inner .title.u-h2{
    font-size: 30px !important;
  }
}

/* PDP Fertilité uniquement : centrer l'image produit dans sa colonne */
body.template-product #product .info-product.fertilite-only .image{
  display: flex;
  justify-content: center;
}

body.template-product #product .info-product.fertilite-only .image > div{
  width: 100%;
  display: flex;
  justify-content: center;
}

body.template-product #product .info-product.fertilite-only #ProductPhotoImg{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

@media (min-width: 990px){
  body.template-product #product .info-product.fertilite-only .content{
    align-items: center;
  }
}

/* Desktop : avis sous le label orange - PAGE TEMPDROP UNIQUEMENT */
@media (min-width: 769px){
  #product .info-product.tempdrop-only .right .box-product{
    position: relative;
  }
  
  #product .info-product.tempdrop-only .right .box-product-inner .reviews{
    position: absolute !important;
    top: 55px !important;
    left: 0 !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    z-index: 10 !important;
  }
  
  #product .info-product.tempdrop-only .right .box-product-inner .title.u-h2{
    margin-top: 50px !important;
  }
}
/* Cross sell mini cart : box maîtrisée (avant et après refresh) */
#cart-items .crosssell-hollis{
  width: 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  display: block !important;
  text-align: center !important;
}

/* Le visuel ne dépasse pas une taille “normale” */
#cart-items .crosssell-hollis .crosssell-banner{
  width: 100% !important;
  max-width: 360px !important; /* ajustez : 320 / 340 / 360 */
  margin: 0 auto !important;
}

/* L’image respecte la box */
#cart-items .crosssell-hollis .crosssell-banner img{
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
  transform: none !important; /* supprime le translateX */
}
/* Bandeau EndoFrance sous le CTA */
#product_form_{{ product.id }} .endofrance-badge{
  order: 3;
  width: 100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:12px;
  padding:12px 16px;
  border-radius:12px;
  background:#F3DDD4;
  color:#0B305A;
  font-size:13px;
  line-height:1.3;
  text-align:center;
  box-sizing:border-box;
}

#product_form_{{ product.id }} .endofrance-badge strong{
  font-weight:600;
}

@media (max-width: 768px){
  #product_form_{{ product.id }} .endofrance-badge{
    font-size:14px;
    padding:12px 14px;
  }
}

@media (max-width: 400px){
  #product_form_{{ product.id }} .endofrance-badge{
    font-size:13px;
    padding:10px 12px;
  }
}
/* Masquer EndoFrance uniquement dans la sticky buybox (quand le thème met .fixed) */
#product .info-product .right .box-product-inner.fixed .endofrance-badge{
  display: none !important;
}
