.suncrest-spin-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:grid;place-items:center;padding:20px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .24s ease,visibility .24s ease}.suncrest-spin-popup.is-open{opacity:1;visibility:visible;pointer-events:auto}.suncrest-spin-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0918208f;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.suncrest-spin-popup__dialog{position:relative;width:min(760px,100%);max-height:min(86vh,720px);overflow:auto;display:grid;grid-template-columns:minmax(280px,340px) minmax(250px,1fr);gap:clamp(16px,2.2vw,24px);padding:clamp(18px,2.5vw,28px);border:1px solid rgb(255 255 255 / .72);border-radius:8px;background:linear-gradient(90deg,#fffaf0b8,#fffaf099),var(--suncrest-spin-popup-bg, linear-gradient(#fffaf0, #fffaf0)),#fffaf0;background-size:cover;background-position:center;box-shadow:0 26px 76px #07101852;color:#182331;transform:translateY(16px) scale(.98);transition:transform .28s ease}.suncrest-spin-popup__dialog:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 26% 56%,rgb(255 250 240 / .22),transparent 34%),linear-gradient(180deg,#ffffff2e,#ffffff0d)}.suncrest-spin-popup__dialog>*{position:relative}.suncrest-spin-popup.is-open .suncrest-spin-popup__dialog{transform:translateY(0) scale(1)}.suncrest-spin-popup__close{position:absolute;top:12px;right:12px;z-index:2;width:38px;height:38px;border:1px solid rgb(24 35 49 / .14);border-radius:50%;background:#ffffffbd;cursor:pointer}.suncrest-spin-popup__close:before,.suncrest-spin-popup__close:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:2px;background:#182331}.suncrest-spin-popup__close:before{transform:translate(-50%,-50%) rotate(45deg)}.suncrest-spin-popup__close:after{transform:translate(-50%,-50%) rotate(-45deg)}.suncrest-spin-popup__header{grid-column:1 / -1;text-align:center;padding-inline:40px}.suncrest-spin-popup__brand{margin:0 0 6px;color:#2f6b46;font-size:13px;font-weight:800;letter-spacing:.12em}.suncrest-spin-popup__header h2{margin:0;color:#102a45;font-size:clamp(24px,3.1vw,34px);line-height:1.08;letter-spacing:0}.suncrest-spin-popup__header p:last-child{margin:8px auto 0;max-width:520px;font-size:clamp(14px,1.6vw,17px);line-height:1.35}.suncrest-spin-popup__wheel-wrap{position:relative;align-self:center;width:min(340px,100%);aspect-ratio:1;margin-inline:auto}.suncrest-spin-popup__pointer{position:absolute;top:50%;right:-8px;z-index:2;width:34px;height:42px;transform:translateY(-50%) rotate(90deg);filter:drop-shadow(0 5px 9px rgb(0 0 0 / .22))}.suncrest-spin-popup__pointer:before{content:"";display:block;width:100%;height:100%;background:#102a45;clip-path:polygon(50% 100%,0 0,100% 0)}.suncrest-spin-popup__wheel{position:relative;width:100%;height:100%;border:8px solid #102a45;border-radius:50%;background:conic-gradient(from -90deg,#f5b437 0deg 60deg,#90c7c0 60deg 120deg,#fff 120deg 180deg,#2f63f0 180deg 240deg,#df6d78 240deg 300deg,#111 300deg 360deg);box-shadow:0 18px 40px #102a4533;overflow:hidden;transform:rotate(var(--spin-rotation, 0deg));transition:transform 4.8s cubic-bezier(.11,.74,.13,1);will-change:transform}.suncrest-spin-popup__wheel-label{position:absolute;top:var(--label-y);left:var(--label-x);width:32%;color:#fff;font-size:clamp(11px,1.55vw,15px);font-weight:800;line-height:1.08;text-align:center;text-transform:uppercase;letter-spacing:0;transform:translate(-50%,-50%) rotate(var(--label-rotate));text-shadow:0 1px 2px rgb(0 0 0 / .18)}.suncrest-spin-popup__wheel-label--dark{color:#102a45;text-shadow:none}.suncrest-spin-popup__wheel i{position:absolute;top:38.5%;right:38.5%;bottom:38.5%;left:38.5%;border-radius:50%;background:#f5b437;box-shadow:0 10px 18px #0000002e}.suncrest-spin-popup__body{align-self:center;display:grid;gap:12px}.suncrest-spin-popup__form{display:grid;gap:10px}.suncrest-spin-popup__email{min-height:48px;width:100%;padding:0 16px;border:1px solid rgb(16 42 69 / .22);border-radius:8px;background:#fff;color:#182331;font-size:16px}.suncrest-spin-popup__email:focus{outline:3px solid rgb(47 107 70 / .18);outline-offset:2px}.suncrest-spin-popup__button,.suncrest-spin-popup__result a{min-height:50px;border:0;border-radius:8px;background:#102a45;color:#fff;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;font-size:16px;font-weight:800;text-decoration:none;cursor:pointer}.suncrest-spin-popup__button[disabled]{cursor:wait;opacity:.74}.suncrest-spin-popup__error{margin:0;color:#b4232d;font-size:13px;font-weight:700}.suncrest-spin-popup__result{display:grid;gap:12px;padding:16px;border:1px solid rgb(47 107 70 / .24);border-radius:8px;background:#fff}.suncrest-spin-popup__result[hidden]{display:none}.suncrest-spin-popup__result-kicker,.suncrest-spin-popup__terms{margin:0;color:#637062;font-size:13px;line-height:1.45}.suncrest-spin-popup__result h3{margin:0;color:#102a45;font-size:22px;line-height:1.1;letter-spacing:0}.suncrest-spin-popup__result p{margin:0}.suncrest-spin-popup__code-row{display:grid;grid-template-columns:minmax(0,1fr) auto;border:1px solid rgb(16 42 69 / .2);border-radius:8px;overflow:hidden}.suncrest-spin-popup__code-row code{min-width:0;padding:15px 12px;background:#fff5d9;color:#102a45;font-family:var(--font-primary--family, inherit);font-size:18px;font-weight:800;overflow-wrap:anywhere}.suncrest-spin-popup__code-row button{border:0;border-left:1px solid rgb(16 42 69 / .2);background:#f5b437;color:#102a45;padding-inline:15px;font:inherit;font-weight:800;cursor:pointer}body.suncrest-spin-popup-open{overflow:hidden}@media screen and (max-width:740px){.suncrest-spin-popup{align-items:center;padding:10px}.suncrest-spin-popup__dialog{grid-template-columns:1fr;width:min(390px,100%);max-height:90vh;gap:12px;padding:18px 14px 16px;background:linear-gradient(180deg,#fffaf0c2,#fffaf0a8),var(--suncrest-spin-popup-bg, linear-gradient(#fffaf0, #fffaf0)),#fffaf0;background-size:cover;background-position:62% center}.suncrest-spin-popup__header{padding-inline:32px}.suncrest-spin-popup__brand{margin-bottom:4px;font-size:11px}.suncrest-spin-popup__header h2{font-size:clamp(21px,6.2vw,26px)}.suncrest-spin-popup__header p:last-child{margin-top:6px;font-size:13px}.suncrest-spin-popup__wheel-wrap{width:min(260px,72vw)}.suncrest-spin-popup__wheel{border-width:7px}.suncrest-spin-popup__pointer{right:-6px;width:28px;height:34px}.suncrest-spin-popup__wheel-label{width:33%;font-size:clamp(9px,2.8vw,11px)}.suncrest-spin-popup__body{gap:10px}.suncrest-spin-popup__email,.suncrest-spin-popup__button,.suncrest-spin-popup__result a{min-height:46px}.suncrest-spin-popup__terms,.suncrest-spin-popup__result-kicker{font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/suncrest-spin-popup.css.map */
