/** Shopify CDN: Minification failed

Line 165:7 Expected ":"

**/
/* =========================
   PS PROMO POPUP (GLOBAL)
========================= */

.psPromo[hidden]{ display:none; }

.psPromo{
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.psPromo__btn{
  font-family: "Lexend", ui-sans-serif, system-ui, sans-serif;
  border: 0; 
  border-radius: 30px; 
  padding: 12px 16px; 
  background: #a80533;
  text-transform: none; 
  color: #fff; 
  font-weight: 800; 
  cursor: pointer; 
}

.psPromo__btn:hover { 
  transform: translateY(-2px);
  color: #fff;
  /* glow = ta couleur du bouton (ajuste si tu veux) */
  box-shadow: 0 5px 10px #a80533;
  filter: brightness(1.03);
  background: #A80533;
}

.psPromo__backdrop{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.45);
  backdrop-filter: blur(2px);
}

.psPromo__panel{
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  width: min(760px, calc(100vw - 36px));
  background: #fff;
  border-radius: 26px;
  padding: 34px 28px 26px;
  box-shadow: 0 30px 80px rgba(0,0,0,.25);
  text-align: center;
  overflow: hidden;
}

.psPromo__x{
  position: absolute;
  top: 14px;
  right: 14px;

  width: 44px;
  height: 44px;

  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 26px;
  line-height: 1;
  font-weight: 400;
  color: #111;

  cursor: pointer;
  z-index: 5;

  transition: background .2s ease, transform .15s ease;
}

.psPromo__x:hover{
  background: rgba(0,0,0,.12);
  transform: scale(1.05);
}


.psPromo__confetti{
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.psConfettiPuff{
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 10px;
  height: 14px;
  border-radius: 2px;
  background: #a80533;
  opacity: .95;
  will-change: transform, opacity;
}

.psConfettiPuff:nth-child(3n){ background:#0b1220; }
.psConfettiPuff:nth-child(4n){ background:#f2c94c; }
.psConfettiPuff:nth-child(5n){ background:#27ae60; }


.psPromo__title{
  font-family: "Lexend", ui-sans-serif, system-ui, sans-serif;
  margin: 6px 0 8px;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.05;
  color: #0b1220;
}

.psPromo__title span{
  font-family: "Lexend", ui-sans-serif, system-ui, sans-serif;
  font-size: 70px;
  font-weight: 900;
  color: #a80533;
}

.psPromo__sub{
  font-family: "Lexend", ui-sans-serif, system-ui, sans-serif;
  margin: 0 0 18px;
  font-size: 20px;
  color:#0b1220;
}

.psPromo__form{
  font-family: "Lexend", ui-sans-serif, system-ui, sans-serif;
  font-size: 18px;
  margin-top: 16px;
}

.psPromo__grid{
  font-family: "Lexend", ui-sans-serif, system-ui, sans-serif;
  display:grid;
  font-size: 15px;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  background: #f3f3f3;
  padding: 14px;
  border-radius: 16px;
  margin-bottom: 20px;
}

.psPromo__field{
  text-align:left;
}

.psPromo__label{
  display:block;
  font-
}


.psPromoLauncher{
  position: fixed;
  left: 16px;
  bottom: 0;
  z-index: 9999;

  background:rgb(255, 255, 255);
  border: 1px solid rgba(15,42,46,.18);
  border-bottom: 0;

  border-radius: 14px 14px 0 0;
  box-shadow: 0 -6px 18px rgba(0,0,0,.12);

  padding: 16px 18px 14px;
  min-width: 220px;

  display: flex;
  flex-direction: column;
  gap: 10px;

  transform: translateY(0);
  opacity: 1;
  transition:
    transform 1.6s cubic-bezier(.22,1,.36,1),
    opacity 1.2s ease;
  will-change: transform, opacity;
}

.psPromoLauncher.is-hidden{
  transform: translateY(160%);
  opacity: 0;
  pointer-events: none;
}

.psPromoLauncher.is-hard-hidden{
  display: none;
}


.psPromoLauncher__btn{
  appearance: none;
  border: 0;
  background: transparent;

  font-family: "Lexend", ui-sans-serif, system-ui, sans-serif;
  border-radius: 999px;
  color: #a80533;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: .02em;
  cursor: pointer;

  padding: 0;
  white-space: nowrap;
}


/* X en haut à droite */
.psPromoLauncher__x{
  position: absolute;
  top: -10px;
  right: -10px;

  width: 24px;
  height: 24px;

  border-radius: 50%;
  border: none;
  background: #a80533;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;

  cursor: pointer;
  box-shadow: 0 6px 14px rgba(0,0,0,.25);
}

.psPromoLauncher__x::before{
  content: "×";
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-1px); /* micro-ajustement optique */
}

.psPromoLauncher__x:hover{
  transform: scale(1.05);
  background: #111;
}

/* ============================================
   POPUP PROMO - MEDIA QUERY
============================================ */
@media (max-width: 905px) {

  .psPromoLauncher{
    left: auto;
    right: 0;                 /* collé au bord */
    bottom: 84px;            /* plus bas, au-dessus de la call bar */

    border-radius: 14px 0 0 14px; /* pas arrondi à droite */
    padding: 10px 12px 10px;

    min-width: unset;
    width: auto;

    z-index: 100001;
  }

  /* bouton plus compact */
  .psPromoLauncher__btn{
    font-size: 12px;
    padding: 0;
    white-space: nowrap;
  }

  /* X en haut à gauche */
  .psPromoLauncher__x{
    right: auto;
    left: -10px;              /* le “badge” déborde à gauche */
    top: -10px;
  }

  .psPromoLauncher{
      position: fixed !important;
    }


  .psPromo__panel{
    margin-top: 26px;
    width: calc(100vw - 32px); /* un peu plus étroit */
    padding: 24px 20px 22px;   /* moins de padding */
    transform: translate(-50%, -50%) scale(0.94);
    
    max-height: calc(90dvh - 96px); /* limite la hauteur totale */
    overflow: hidden;                /* scroll seulement si nécessaire */

    padding: 50px 18px 20px;         /* réduit la hauteur interne */
    transform: translate(-50%, -50%) scale(0.94);
  }

  .psPromo__subHideMobile{
    display: none;
  }

  .psPromo__title{
  font-family: "Lexend", ui-sans-serif, system-ui, sans-serif;
  margin: 6px 0 8px;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.05;
  color: #0b1220;
}

.psPromo__title span{
  margin-top: 18px;
  font-family: "Lexend", ui-sans-serif, system-ui, sans-serif;
  font-size: 50px;
  font-weight: 900;
  color: #a80533;
  margin-bottom: 0;
}

.psPromo__sub{
  font-family: "Lexend", ui-sans-serif, system-ui, sans-serif;
  margin: 0 0 20px;
  font-size: 15px;
  font-weight: 500;
  color:#0b1220;
}

.psPromo__form{
  font-family: "Lexend", ui-sans-serif, system-ui, sans-serif;
  font-size: 18px;
  margin-top: 16px;
}

/*
.psPromo .psPromo__grid{
  grid-template-columns: 1fr;
  gap: 12px;
}
*/

}