:root{--hlf-op-accent-1: #ff9e00;--hlf-op-accent-2: #ff5200;--hlf-op-accent-3: #ffcf4a}.hlf-toast-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#140c048c;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);z-index:999998;opacity:0;pointer-events:none;transition:opacity .35s ease}.hlf-toast-popup-overlay.is-visible{opacity:1;pointer-events:auto}.hlf-toast-popup{position:fixed;top:50%;left:50%;width:calc(100% - 3.2rem);max-width:400px;max-height:calc(100vh - 4rem);overflow-y:auto;background:#fff;border-radius:22px;box-shadow:0 24px 70px #00000047,0 0 0 1px #0000000a;z-index:999999;opacity:0;pointer-events:none;transform:translate(-50%,-50%) scale(.85);transition:transform .45s cubic-bezier(.16,1,.3,1),opacity .35s ease}.hlf-toast-popup.is-visible{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}.hlf-toast-popup__close{position:absolute;top:1.2rem;right:1.2rem;background:#ffffff38;border:none;width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .2s ease;z-index:3}.hlf-toast-popup__close:hover{background:#ffffff59;transform:rotate(90deg)}.hlf-toast-popup__close svg{width:1.5rem;height:1.5rem}.hlf-toast-popup__header{position:relative;padding:3.2rem 2.4rem 2.8rem;text-align:center;background:linear-gradient(135deg,var(--hlf-op-accent-1) 0%,var(--hlf-op-accent-2) 100%);color:#fff;overflow:hidden}.hlf-toast-popup__confetti{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.hlf-toast-popup__confetti span{position:absolute;width:8px;height:8px;border-radius:2px;background:#fff;opacity:.55;animation:hlf-op-confetti-float 3.6s ease-in-out infinite}.hlf-toast-popup__confetti span:nth-child(1){top:10%;left:8%;width:6px;height:6px;background:var(--hlf-op-accent-3);animation-delay:0s}.hlf-toast-popup__confetti span:nth-child(2){top:22%;left:85%;width:10px;height:10px;border-radius:50%;animation-delay:.4s}.hlf-toast-popup__confetti span:nth-child(3){top:68%;left:12%;width:7px;height:7px;animation-delay:.8s}.hlf-toast-popup__confetti span:nth-child(4){top:78%;left:90%;width:6px;height:6px;background:var(--hlf-op-accent-3);animation-delay:1.2s}.hlf-toast-popup__confetti span:nth-child(5){top:5%;left:45%;width:5px;height:5px;border-radius:50%;animation-delay:1.6s}.hlf-toast-popup__confetti span:nth-child(6){top:40%;left:4%;width:9px;height:9px;animation-delay:2s}.hlf-toast-popup__confetti span:nth-child(7){top:15%;left:70%;width:6px;height:6px;background:var(--hlf-op-accent-3);border-radius:50%;animation-delay:2.4s}.hlf-toast-popup__confetti span:nth-child(8){top:85%;left:55%;width:7px;height:7px;animation-delay:2.8s}.hlf-toast-popup__confetti span:nth-child(9){top:55%;left:92%;width:5px;height:5px;border-radius:50%;animation-delay:.2s}.hlf-toast-popup__confetti span:nth-child(10){top:48%;left:25%;width:6px;height:6px;background:var(--hlf-op-accent-3);animation-delay:1.9s}@keyframes hlf-op-confetti-float{0%,to{transform:translateY(0) rotate(0);opacity:.55}50%{transform:translateY(-14px) rotate(180deg);opacity:.9}}.hlf-toast-popup__badge{display:inline-flex;align-items:center;gap:.6rem;background:#fff3;border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:.5rem 1.2rem;font-size:1.1rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;position:relative;z-index:1}.hlf-toast-popup__badge-dot{width:7px;height:7px;border-radius:50%;background:#fff;animation:hlf-op-pulse-dot 1.4s ease-in-out infinite}@keyframes hlf-op-pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.hlf-toast-popup__gift-icon{width:5.2rem;height:5.2rem;margin:1.6rem auto .8rem;background:#ffffff2e;border:1px solid rgba(255,255,255,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.hlf-toast-popup__gift-icon svg{width:2.6rem;height:2.6rem}.hlf-toast-popup__amount{position:relative;z-index:1;display:flex;align-items:baseline;justify-content:center;gap:.4rem;line-height:1}.hlf-toast-popup__currency{font-size:2.4rem;font-weight:800}.hlf-toast-popup__amount-value{font-size:5.2rem;font-weight:900;letter-spacing:-.02em}.hlf-toast-popup__amount-label{font-size:2.2rem;font-weight:800;align-self:flex-end;margin-bottom:.6rem}.hlf-toast-popup__subtitle{position:relative;z-index:1;margin:.6rem 0 0;font-size:1.4rem;font-weight:500;opacity:.92}.hlf-toast-popup__content{padding:2.4rem 2.4rem 2.8rem;display:flex;flex-direction:column;gap:1.6rem}.hlf-toast-popup__coupon{border:1.5px dashed rgba(var(--color-foreground, 20, 20, 20),.22);border-radius:14px;padding:1.2rem 1.4rem;background:#fff9f0}.hlf-toast-popup__coupon-label{display:block;font-size:1.05rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#14141473;margin-bottom:.6rem}.hlf-toast-popup__coupon-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.hlf-toast-popup__code{font-size:1.9rem;font-weight:800;letter-spacing:.06em;color:var(--hlf-op-accent-2)}.hlf-toast-popup__copy{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,var(--hlf-op-accent-1),var(--hlf-op-accent-2));color:#fff;border:none;border-radius:9px;padding:.9rem 1.4rem;font-weight:700;font-size:1.2rem;cursor:pointer;transition:all .2s ease;flex-shrink:0}.hlf-toast-popup__copy:hover{transform:translateY(-1px);box-shadow:0 6px 16px #ff520059}.hlf-toast-popup__copy.is-copied{background:linear-gradient(135deg,#16a34a,#15803d)}.hlf-toast-popup__copy-icon{width:1.4rem;height:1.4rem}.hlf-toast-popup__timer{display:flex;align-items:center;justify-content:center;gap:.7rem;background:#fef2f2;color:#dc2626;padding:1rem 1.2rem;border-radius:12px;font-weight:700;font-size:1.3rem}.hlf-toast-popup__timer svg{width:1.6rem;height:1.6rem;animation:hlf-op-timer-pulse 1.8s ease-in-out infinite}@keyframes hlf-op-timer-pulse{0%,to{opacity:1}50%{opacity:.5}}.hlf-toast-popup__timer-label{font-weight:600;opacity:.8}.hlf-toast-popup__timer-value{font-variant-numeric:tabular-nums;letter-spacing:.02em}.hlf-toast-popup__cta{display:flex;align-items:center;justify-content:center;gap:.8rem;width:100%;background:linear-gradient(135deg,var(--hlf-op-accent-1),var(--hlf-op-accent-2));color:#fff;border:none;border-radius:12px;padding:1.4rem 1.6rem;font-weight:800;font-size:1.5rem;letter-spacing:.01em;cursor:pointer;box-shadow:0 10px 24px #ff52004d;transition:all .2s ease}.hlf-toast-popup__cta:hover{transform:translateY(-2px);box-shadow:0 14px 32px #ff520066}.hlf-toast-popup__cta svg{width:1.7rem;height:1.7rem;transition:transform .2s ease}.hlf-toast-popup__cta:hover svg{transform:translate(3px)}.hlf-toast-popup__decline{background:none;border:none;color:#14141473;font-size:1.2rem;font-weight:500;text-decoration:underline;text-underline-offset:2px;cursor:pointer;padding:.2rem;align-self:center}.hlf-toast-popup__decline:hover{color:#141414b3}@media screen and (max-width:480px){.hlf-toast-popup{max-width:calc(100% - 2.4rem)}.hlf-toast-popup__header{padding:2.8rem 2rem 2.4rem}.hlf-toast-popup__amount-value{font-size:4.4rem}.hlf-toast-popup__content{padding:2rem 2rem 2.4rem}.hlf-toast-popup__cta{font-size:1.4rem;padding:1.3rem 1.4rem}}@media(prefers-reduced-motion:reduce){.hlf-toast-popup,.hlf-toast-popup-overlay,.hlf-toast-popup__confetti span,.hlf-toast-popup__badge-dot,.hlf-toast-popup__timer svg,.hlf-toast-popup__close{animation:none!important;transition:opacity .2s ease!important}}body.hlf-toast-popup-open{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/246/assets/hlf-upgraded-offer-popup.css.map */
