.sst-scratch-popup[hidden]{display:none}.sst-scratch-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:18px;font-family:var(--sst-sans)}.sst-scratch-popup.is-open{display:flex}.sst-scratch-popup__toast{position:fixed;right:18px;bottom:18px;z-index:10000;width:min(360px,calc(100vw - 36px));padding:14px 18px;border:1px solid rgba(201,150,42,.32);background:var(--sst-porcelain);box-shadow:0 18px 46px -24px #2e2218b8;color:var(--sst-espresso);font:500 14px/1.4 var(--sst-sans);opacity:0;transform:translateY(14px);transition:opacity .22s ease,transform .22s ease}.sst-scratch-popup__toast.is-visible{opacity:1;transform:translateY(0)}.sst-scratch-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#2e221894;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.sst-scratch-popup__dialog{position:relative;width:min(92vw,460px);max-height:min(92vh,760px);overflow:auto;background:var(--sst-porcelain);border:1px solid rgba(201,150,42,.28);box-shadow:0 24px 70px -28px #2e2218b8;color:var(--sst-espresso);outline:none}.sst-scratch-popup__close{position:absolute;top:12px;right:12px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:1px solid rgba(74,58,52,.18);border-radius:50%;background:#f7f3eee6;color:var(--sst-espresso);cursor:pointer}.sst-scratch-popup__close svg{width:14px;height:14px}.sst-scratch-popup__stage{display:flex;flex-direction:column;min-height:520px}.sst-scratch-popup__panel{display:flex;flex-direction:column;align-items:center;gap:16px;padding:clamp(34px,7vw,54px) clamp(22px,6vw,42px) 32px;text-align:center}.sst-scratch-popup__panel[hidden]{display:none}.sst-scratch-popup__panel--scratch{order:1}.sst-scratch-popup__panel--form{order:2}.sst-scratch-popup.is-redeem-step .sst-scratch-popup__stage{min-height:0}.sst-scratch-popup.is-redeem-step .sst-scratch-popup__panel--scratch{padding-bottom:12px}.sst-scratch-popup.is-redeem-step .sst-scratch-popup__panel--form{padding-top:12px}.sst-scratch-popup.is-redeem-step .sst-scratch-popup__panel--form .sst-scratch-popup__kicker{display:none}.sst-scratch-popup.is-redeem-step .sst-scratch-popup__panel--form .sst-scratch-popup__title{font-size:clamp(20px,5vw,26px);line-height:1.12}.sst-scratch-popup.is-redeem-step .sst-scratch-popup__panel--form .sst-scratch-popup__text{display:none}.sst-scratch-popup__kicker{margin:0;color:var(--sst-gold-deep);font-size:11px;letter-spacing:.28em;line-height:1.4;text-transform:uppercase}.sst-scratch-popup__title{max-width:360px;margin:0;color:var(--sst-espresso);font-family:var(--sst-serif);font-size:clamp(32px,8vw,44px);font-weight:500;line-height:.98}.sst-scratch-popup__text{max-width:330px;margin:0;color:var(--sst-ink-soft);font-size:15px;line-height:1.55}.sst-scratch-popup__text p{margin:0}.sst-scratch-popup__form{display:flex;flex-direction:column;gap:10px;width:100%;max-width:330px}.sst-scratch-popup__field input{width:100%;min-height:50px;padding:14px 16px;border:1px solid rgba(74,58,52,.22);border-radius:2px;background:#ffffff9e;color:var(--sst-espresso);font:400 14px/1.2 var(--sst-sans);outline:none}.sst-scratch-popup__field input:focus{border-color:var(--sst-gold-deep);background:#fff}.sst-scratch-popup__submit{width:100%}.sst-scratch-popup__submit[disabled]{cursor:wait;opacity:.7}.sst-scratch-popup__message,.sst-scratch-popup__error,.sst-scratch-popup__note,.sst-scratch-popup__progress{margin:0;color:#4a3a34ad;font-size:12px;line-height:1.45}.sst-scratch-popup__error{color:#8f332c}.sst-scratch-popup__error ul{margin:0;padding-left:18px;text-align:left}.sst-scratch-popup__card{position:relative;width:min(100%,340px);aspect-ratio:16 / 9;overflow:hidden;border:1px solid rgba(168,120,14,.32);border-radius:12px;background:var(--sst-cream);box-shadow:inset 0 0 0 1px #ffffff52}.sst-scratch-popup__reward,.sst-scratch-popup__canvas{position:absolute;top:0;right:0;bottom:0;left:0}.sst-scratch-popup__reward{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:18px;background:linear-gradient(135deg,#e6c9c980,#efe6dae6),var(--sst-porcelain)}.sst-scratch-popup__reward-label{color:var(--sst-ink-soft);font-size:12px;letter-spacing:.22em;text-transform:uppercase}.sst-scratch-popup__reward strong{color:var(--sst-espresso);font-family:var(--sst-serif);font-size:clamp(34px,9vw,48px);font-weight:600;letter-spacing:.04em;line-height:1}.sst-scratch-popup__copy{min-height:38px;padding:10px 16px;border:1px solid var(--sst-gold);background:transparent;color:var(--sst-espresso);cursor:pointer;font:400 11px/1 var(--sst-sans);letter-spacing:.18em;text-transform:uppercase}.sst-scratch-popup__copy:hover{background:var(--sst-gold);color:var(--sst-porcelain)}.sst-scratch-popup__canvas{width:100%;height:100%;touch-action:none;cursor:grab}.sst-scratch-popup__card.is-revealed .sst-scratch-popup__canvas{pointer-events:none}body.sst-scratch-popup-open{overflow:hidden}@media(max-width:520px){.sst-scratch-popup{padding:12px}.sst-scratch-popup__toast{right:12px;bottom:12px;width:calc(100vw - 24px)}.sst-scratch-popup__dialog{width:100%;max-height:94vh}.sst-scratch-popup__stage{min-height:500px}.sst-scratch-popup__panel{padding-top:46px}.sst-scratch-popup__submit{white-space:normal}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/sst-scratch-newsletter-popup.css.map */
