wheel-popup{--wp-blue-mid: #7ea5c1;--wp-blue-light: #ccdbec;--wp-blue-dark: #4c7a92;--wp-ink: #111;--wp-btn-bg: #000;--wp-btn-text: #fff;--wp-window-width: 360px;--wp-btn-min-width: 210px;position:fixed;z-index:8002;top:0;left:0;display:flex;width:100%;height:100%;padding:16px;overflow-y:auto;visibility:hidden;opacity:0;transition:opacity .25s ease,visibility 0s linear .25s}wheel-popup[open]{visibility:visible;opacity:1;transition:opacity .25s ease,visibility 0s}.wheel-popup__backdrop{position:fixed;top:0;left:0;width:100%;height:100%;border:0;padding:0;background:#0006;cursor:pointer}.wheel-popup__window{position:relative;z-index:1;width:100%;max-width:var(--wp-window-width);margin:auto;padding:30px 26px 32px;border-radius:2px;box-shadow:0 12px 40px #00000038;color:var(--wp-ink);font-family:var(--base-font-family);text-align:center;background-color:#fff;background-image:repeating-linear-gradient(to right,#fff 0 5px,#fafbfc 5px 12.4px);transform:translateY(12px) scale(.98);transition:transform .25s ease}wheel-popup[open] .wheel-popup__window{transform:none}.wheel-popup__close{position:absolute;top:6px;right:6px;z-index:2;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:0;padding:0;background:none;color:#4a4a4a;cursor:pointer;line-height:1}.wheel-popup__close:hover{color:var(--wp-ink)}.wheel-popup__close svg{width:13px;height:13px}.wheel-popup__steps{display:grid}.wheel-popup__step{grid-area:1 / 1;align-self:center;visibility:hidden}.wheel-popup__step[data-active]{visibility:visible;animation:wp-fade-in .3s ease both}@keyframes wp-fade-in{0%{opacity:0;transform:translateY(8px)}}.wheel-popup__title{margin:0;color:var(--wp-ink);font-family:var(--heading-font-family);font-size:25px;font-weight:700;line-height:1.15;letter-spacing:-.01em}.wheel-popup__step[data-step=wheel] .wheel-popup__title{font-size:clamp(17px,5.6vw,22px);white-space:nowrap}.wheel-popup__subtitle{margin:8px 0 0;font-size:13px;line-height:1.35}.wheel-popup__lead{margin:18px 0 0;font-size:13.5px;font-weight:600;line-height:1.4}.wheel-popup__legal{margin:14px 0 0;color:#4a4a4a;font-size:9.5px;font-weight:600;line-height:1.45}.wheel-popup__wheel-wrap{position:relative;width:100%;max-width:236px;margin:18px auto 0}.wheel-popup__pointer{position:absolute;top:-9px;left:50%;z-index:2;width:30px;height:22px;transform:translate(-50%);background:var(--wp-blue-dark);clip-path:polygon(0 0,100% 0,50% 100%)}.wheel-popup__wheel-disc{border-radius:50%;padding:2px;background:#fff;box-shadow:0 5px 14px #0000002e}.wheel-popup__wheel{display:block;width:100%;height:auto}wheel-popup[open] .wheel-popup__wheel{animation:wp-idle 32s linear infinite}@keyframes wp-idle{to{transform:rotate(360deg)}}.wheel-popup__wheel-text text{fill:#fff;font-family:var(--heading-font-family);font-weight:700}wheel-popup[open] .wheel-popup__wheel[data-spinning],wheel-popup[open] .wheel-popup__wheel[data-settled]{animation:none}.wheel-popup__win-head{width:fit-content;max-width:100%;margin:0 auto}.wheel-popup__win-head .wheel-popup__prize{width:auto;min-width:0;margin-left:0;margin-right:0}.wheel-popup__prize{display:flex;flex-direction:column;align-items:center;justify-content:center;width:fit-content;min-width:156px;margin:16px auto 0;padding:14px 24px;background:var(--wp-blue-mid);color:#fff}.wheel-popup__prize-value{font-family:var(--heading-font-family);font-size:40px;font-weight:700;line-height:1.05}.wheel-popup__prize-label{margin-top:3px;font-size:14px;font-weight:700;letter-spacing:.06em}.wheel-popup__headline-prize{margin:6px 0 0;font-family:var(--heading-font-family);font-size:34px;font-weight:700;line-height:1.05}.wheel-popup__headline-prize--value{font-size:46px}.wheel-popup__code{font-family:var(--heading-font-family);font-size:21px;font-weight:700;letter-spacing:.04em}.wheel-popup__step[data-step=code] .wheel-popup__lead{max-width:var(--wp-btn-min-width);margin-left:auto;margin-right:auto}.wheel-popup__form{margin:14px 0 0}.wheel-popup__input{width:100%;height:46px;padding:0 14px;border:1px solid #c9c9c9;border-radius:0;background:#fff;color:var(--wp-ink);font-family:var(--base-font-family);font-size:14px;text-align:center}.wheel-popup__input::placeholder{color:#9b9b9b}.wheel-popup__input:focus{outline:2px solid var(--wp-blue-dark);outline-offset:-2px}.wheel-popup__error{margin:8px 0 0;color:#b3261e;font-size:12px;font-weight:600}.wheel-popup__error:empty{display:none}.wheel-popup__form-errors{margin:10px 0 0;padding:8px 10px;border:1px solid #e6b8b4;background:#fdf3f2;color:#b3261e;font-size:11.5px;line-height:1.35;text-align:center}.wheel-popup__form-errors [role=heading]{font-weight:700}.wheel-popup__form-errors ul{margin:4px 0 0;padding:0;list-style:none}.wheel-popup__form-errors[hidden]{display:none}.wheel-popup__btn{display:inline-block;width:auto;min-width:var(--wp-btn-min-width);margin:16px auto 0;padding:13px 26px;border:0;border-radius:0;background:var(--wp-btn-bg);color:var(--wp-btn-text);font-family:var(--base-font-family);font-size:11.5px;font-weight:600;letter-spacing:.05em;line-height:1.2;text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:opacity .12s}.wheel-popup__btn:hover{opacity:.85}.wheel-popup__btn[disabled]{opacity:.55;cursor:default}@media(max-width:480px){.wheel-popup__window{padding:26px 20px 28px}.wheel-popup__wheel-wrap{max-width:210px}.wheel-popup__headline-prize{font-size:30px}}@media(prefers-reduced-motion:reduce){wheel-popup[open] .wheel-popup__wheel{animation:none}.wheel-popup__step[data-active]{animation:none}wheel-popup,.wheel-popup__window{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/wheel-popup.css.map */
