.confetti{
  position:fixed;
  inset:0;
  width:100vw;
  height:100vh;

  display:none;            /* só aparece quando ligar */
  opacity:1;

  pointer-events:none;
  z-index:9998;
}

.confetti.is-on{
  display:block;
}

/* garante que o popup fique acima do confetti */
.popup2{ z-index:10000; }
.popup1{ z-index:10000; }

@media (prefers-reduced-motion: reduce){
  .confetti{ display:none !important; }
}

.confetti{
  position:fixed;
  inset:0;
  width:100vw;
  height:100vh;
  pointer-events:none;
  z-index:3500;
  opacity:0;
  transition:opacity .18s ease;
}

.confetti.is-on{
  opacity:1;
}

@media (prefers-reduced-motion: reduce){
  .confetti{ transition:none !important; }
}

.confetti{
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 999999;
  display: block;
  opacity: 1;
}

.confetti{
  position:fixed;
  inset:0;
  width:100vw;
  height:100vh;

  display:none;            /* só aparece quando ligar */
  opacity:1;

  pointer-events:none;
  z-index:9998;
}

.confetti.is-on{
  display:block;
}

/* garante que o popup fique acima do confetti */
.popup2{ z-index:10000; }
.popup1{ z-index:10000; }

@media (prefers-reduced-motion: reduce){
  .confetti{ display:none !important; }
}

.confetti{
  position:fixed;
  inset:0;
  width:100vw;
  height:100vh;
  pointer-events:none;
  z-index:3500;
  opacity:0;
  transition:opacity .18s ease;
}

.confetti.is-on{
  opacity:1;
}

@media (prefers-reduced-motion: reduce){
  .confetti{ transition:none !important; }
}

.confetti{
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 99999!important;
  display: block;
  opacity: 1;
}

.popupCupom__gainToast {
  position: fixed;
  left: 50%;
  bottom: 110px;
  z-index: 100001;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 14px 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #16a34a 0%, #15803d 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(22, 163, 74, 0.28);
  transform: translate(-50%, 20px) scale(0.92);
  opacity: 0;
  transition: transform 0.26s ease, opacity 0.26s ease;
  pointer-events: none;
}

.popupCupom__gainToast.is-visible {
  transform: translate(-50%, 0) scale(1);
  opacity: 1;
}

.popupCupom__gainToastEmoji {
  font-size: 18px;
  line-height: 1;
}

.bottomBar.bottomBar--success {
  background: linear-gradient(180deg, #16a34a 0%, #15803d 100%);
  box-shadow: 0 14px 30px rgba(22, 163, 74, 0.26);
}

.bottomBar.bottomBar--success .bottomBar__title,
.bottomBar.bottomBar--success .bottomBar__icon {
  color: #fff;
}

@media (max-width: 640px) {
  .popupCupom__gainToast {
    bottom: 96px;
    font-size: 14px;
    padding: 13px 16px;
  }
}

