.spin-wheel-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;display:none;align-items:center;justify-content:center;opacity:0;transition:opacity .4s ease}.spin-wheel-popup.active{display:flex}.spin-wheel-popup.visible{opacity:1}.spin-wheel-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer}.spin-wheel-container{position:relative;background:linear-gradient(to bottom,#fff,#f9fafb);border-radius:32px;max-width:540px;width:92%;max-height:90vh;overflow-y:auto;padding:48px 36px;box-shadow:0 25px 80px #0006,0 0 0 1px #0000000d;z-index:1;transform:scale(.85);transition:transform .5s cubic-bezier(.34,1.56,.64,1)}.spin-wheel-popup.visible .spin-wheel-container{transform:scale(1)}.spin-wheel-close{position:absolute;top:16px;right:16px;background:#0000001a;border:none;width:36px;height:36px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#333;z-index:10}.spin-wheel-close:hover{background:#0003;transform:rotate(90deg)}.spin-wheel-step{display:none;text-align:center}.spin-wheel-step.active{display:block;animation:fadeInUp .5s ease}.spin-wheel-heading{font-size:36px;font-weight:800;margin:0 0 16px;color:#111;line-height:1.15;letter-spacing:-.5px}.spin-wheel-description{font-size:17px;color:#64748b;margin:0 0 36px;line-height:1.6;font-weight:400}.spin-wheel-canvas-wrapper{position:relative;margin:0 auto 40px;width:340px;height:340px;max-width:100%}#wheelCanvas{width:100%;height:100%;display:block;transition:transform 4s cubic-bezier(.25,.1,.25,1);filter:drop-shadow(0 10px 30px rgba(0,0,0,.2));border-radius:50%}#wheelCanvas.spinning{transition:transform 4s cubic-bezier(.17,.67,.38,.99)}.spin-wheel-pointer{position:absolute;top:-12px;left:50%;transform:translate(-50%);font-size:40px;color:#d21404;z-index:10;filter:drop-shadow(0 4px 8px rgba(210,20,4,.4));animation:pointerBounce 2.5s ease-in-out infinite}@keyframes pointerBounce{0%,to{transform:translate(-50%) translateY(0) scale(1)}50%{transform:translate(-50%) translateY(10px) scale(1.1)}}.spin-wheel-btn{background:linear-gradient(135deg,#d21404,#a01003);color:#fff;border:none;padding:18px 56px;font-size:19px;font-weight:800;border-radius:60px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 24px #d2140459;display:inline-flex;align-items:center;gap:12px;margin-bottom:20px;position:relative;overflow:hidden;text-transform:uppercase;letter-spacing:.5px}.spin-wheel-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.spin-wheel-btn:hover:before{width:300px;height:300px}.spin-wheel-btn:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 10px 35px #d2140480}.spin-wheel-btn:active{transform:translateY(-1px) scale(.98)}.spin-wheel-btn:disabled{background:linear-gradient(135deg,#94a3b8,#64748b);cursor:not-allowed;box-shadow:0 4px 12px #00000026;opacity:.7}.spin-wheel-btn:disabled:hover{transform:none}.spin-btn-icon{font-size:22px;animation:spinIcon 2s linear infinite}.spin-wheel-btn:disabled .spin-btn-icon{animation:spinIconFast .5s linear infinite}@keyframes spinIcon{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinIconFast{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin-wheel-notice{font-size:14px;color:#94a3b8;margin:0;font-weight:500}.spin-wheel-result-step{position:relative}.spin-wheel-result-heading{font-size:36px;font-weight:800;margin:0 0 32px;color:#111;letter-spacing:-.5px;display:flex;align-items:center;justify-content:center;gap:12px}.spin-wheel-confetti-inline{font-size:32px;display:inline-block;animation:confettiPop .6s ease}@keyframes confettiPop{0%{transform:scale(0) rotate(-45deg);opacity:0}50%{transform:scale(1.2) rotate(0)}to{transform:scale(1) rotate(0);opacity:1}}.spin-wheel-prize-display{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:2px solid #10b981;border-radius:20px;padding:36px 24px;margin-bottom:28px;box-shadow:0 4px 16px #10b98126}.spin-wheel-prize-label{font-size:13px;color:#059669;margin:0 0 12px;text-transform:uppercase;letter-spacing:1.5px;font-weight:700}.spin-wheel-prize-value{font-size:42px;font-weight:800;margin:0 0 24px;color:#111;line-height:1.1;animation:prizeReveal .6s ease;letter-spacing:-1px}@keyframes prizeReveal{0%{transform:scale(.5);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.spin-wheel-discount-code{margin-top:20px}.spin-wheel-discount-code label{display:block;font-size:13px;color:#666;margin-bottom:8px;font-weight:600}.discount-code-input-wrapper{display:flex;gap:8px;align-items:center;background:#fff;padding:8px;border-radius:12px;box-shadow:0 2px 8px #0000001a}.discount-code-input-wrapper input{flex:1;border:none;background:transparent;font-size:18px;font-weight:700;color:#000;text-align:center;letter-spacing:2px;padding:8px}.discount-code-input-wrapper input:focus{outline:none}.copy-code-btn{background:#000;color:#fff;border:none;padding:10px 16px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;display:flex;align-items:center;gap:6px;transition:all .3s ease;white-space:nowrap}.copy-code-btn:hover{background:#333;transform:scale(1.05)}.copy-code-btn.copied{background:#10b981}.copy-code-btn.copied .copy-text:after{content:"Copied!"}.spin-wheel-shop-btn{background:linear-gradient(135deg,#d21404,#a01003);color:#fff;border:none;padding:18px 56px;font-size:18px;font-weight:800;border-radius:60px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%;max-width:340px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 6px 24px #d2140459}.spin-wheel-shop-btn:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 10px 35px #d2140480}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){.spin-wheel-container{padding:30px 20px;border-radius:16px}.spin-wheel-heading{font-size:26px}.spin-wheel-description{font-size:14px}.spin-wheel-canvas-wrapper{width:280px;height:280px}.spin-wheel-pointer{font-size:24px}.spin-wheel-btn{padding:14px 36px;font-size:16px}.spin-wheel-result-heading{font-size:24px;gap:8px}.spin-wheel-confetti-inline{font-size:24px}.spin-wheel-prize-value{font-size:32px}.discount-code-input-wrapper{flex-direction:column}.copy-code-btn{width:100%;justify-content:center}.spin-wheel-shop-btn{padding:14px 36px;font-size:16px}}@media (max-width: 768px) and (min-width: 641px){.spin-wheel-canvas-wrapper{width:300px;height:300px}}@media (prefers-reduced-motion: reduce){.spin-wheel-popup,.spin-wheel-container,#wheelCanvas,.spin-wheel-btn,.spin-wheel-pointer{animation:none!important;transition:none!important}}@media print{.spin-wheel-popup{display:none!important}}.spin-wheel-trigger-btn{position:fixed;bottom:24px;right:24px;background:linear-gradient(135deg,#242526,#3a3b3c);color:#faf7c3;border:none;padding:14px 20px;border-radius:50px;cursor:pointer;display:none;align-items:center;gap:10px;box-shadow:0 4px 20px #24252680;z-index:99998;font-size:16px;font-weight:700;transition:all .3s ease;animation:floatPulse 3s ease-in-out infinite}.spin-wheel-trigger-btn:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 8px 30px #d2140466}.spin-wheel-trigger-btn:active{transform:translateY(-2px) scale(1.02)}.spin-wheel-icon{animation:spinSlow 8s linear infinite}.spin-wheel-trigger-btn:hover .spin-wheel-icon{animation:spinFast 1s linear infinite}@keyframes floatPulse{0%,to{transform:translateY(0);box-shadow:0 4px 20px #24252680}50%{transform:translateY(-8px);box-shadow:0 8px 30px #24252699}}@keyframes spinSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinFast{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 640px){.spin-wheel-trigger-btn{bottom:20px;right:20px;padding:12px;width:56px;height:56px;border-radius:50%;justify-content:center}.spin-wheel-trigger-text{display:none}}.spin-wheel-popup.active~.spin-wheel-trigger-btn{opacity:0;pointer-events:none}
/*# sourceMappingURL=/cdn/shop/t/100/assets/spin-wheel.css.map */
