.christmas-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.85);z-index:999999;display:none;align-items:center;justify-content:center;animation:fadeIn .5s ease-in-out;backdrop-filter:blur(5px)}.christmas-popup-overlay.show{display:flex}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.christmas-popup-container{position:relative;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;animation:slideDown .6s ease-out,bounce .8s ease-out .6s;transform-origin:center top}@keyframes slideDown{from{transform:translateY(-100px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes bounce{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.snowflakes{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:hidden}.snowflake{position:absolute;color:#fff;font-size:1.5em;font-family:Arial,sans-serif;text-shadow:0 0 5px rgba(255,255,255,.8);animation:snowfall linear infinite;opacity:.8}.snowflake:nth-child(1){left:10%;animation-duration:10s;animation-delay:0s;font-size:1.2em}.snowflake:nth-child(2){left:20%;animation-duration:12s;animation-delay:1s;font-size:1.5em}.snowflake:nth-child(3){left:30%;animation-duration:11s;animation-delay:2s;font-size:1.3em}.snowflake:nth-child(4){left:40%;animation-duration:13s;animation-delay:.5s;font-size:1.4em}.snowflake:nth-child(5){left:50%;animation-duration:10s;animation-delay:1.5s;font-size:1.6em}.snowflake:nth-child(6){left:60%;animation-duration:12s;animation-delay:2.5s;font-size:1.2em}.snowflake:nth-child(7){left:70%;animation-duration:11s;animation-delay:.8s;font-size:1.5em}.snowflake:nth-child(8){left:80%;animation-duration:13s;animation-delay:1.8s;font-size:1.3em}.snowflake:nth-child(9){left:90%;animation-duration:10s;animation-delay:.3s;font-size:1.4em}.snowflake:nth-child(10){left:15%;animation-duration:12s;animation-delay:2.2s;font-size:1.5em}.snowflake:nth-child(11){left:45%;animation-duration:11s;animation-delay:1.2s;font-size:1.2em}.snowflake:nth-child(12){left:75%;animation-duration:13s;animation-delay:.7s;font-size:1.6em}@keyframes snowfall{0%{transform:translateY(-100px) rotate(0deg);opacity:0}10%{opacity:.8}90%{opacity:.8}100%{transform:translateY(100vh) rotate(360deg);opacity:0}}.presents-container{position:absolute;top:-80px;left:50%;transform:translateX(-50%);display:flex;gap:20px;z-index:2;pointer-events:none}.present{animation:float 3s ease-in-out infinite}.present-1{animation-delay:0s}.present-2{animation-delay:.5s}.present-3{animation-delay:1s}@keyframes float{0%,100%{transform:translateY(0px)}50%{transform:translateY(-20px)}}.present-box{width:60px;height:60px;position:relative;animation:wiggle 2s ease-in-out infinite}.present-1 .present-box{background:linear-gradient(135deg,#ff6b6b 0%,#ee5a6f 100%);box-shadow:0 5px 15px rgba(238,90,111,.4)}.present-2 .present-box{background:linear-gradient(135deg,#4ecdc4 0%,#44a08d 100%);box-shadow:0 5px 15px rgba(68,160,141,.4)}.present-3 .present-box{background:linear-gradient(135deg,#ffe66d 0%,#ffd93d 100%);box-shadow:0 5px 15px rgba(255,217,61,.4)}@keyframes wiggle{0%,100%{transform:rotate(0deg)}25%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}}.present-bow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;background:gold;border-radius:50%;box-shadow:0 0 10px rgba(255,215,0,.6);animation:sparkle 1.5s ease-in-out infinite}.present-bow:before,.present-bow:after{content:'';position:absolute;width:30px;height:8px;background:gold;border-radius:4px;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 8px rgba(255,215,0,.5)}.present-bow:before{transform:translate(-50%,-50%) rotate(45deg)}.present-bow:after{transform:translate(-50%,-50%) rotate(-45deg)}@keyframes sparkle{0%,100%{opacity:1;transform:translate(-50%,-50%) scale(1)}50%{opacity:.7;transform:translate(-50%,-50%) scale(1.2)}}.christmas-popup-content{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:20px;padding:40px 30px;position:relative;z-index:3;box-shadow:0 20px 60px rgba(0,0,0,.5),0 0 40px rgba(102,126,234,.3);border:3px solid rgba(255,255,255,.2);overflow:hidden}.christmas-popup-content:before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px);background-size:30px 30px;animation:twinkle 20s linear infinite;pointer-events:none}@keyframes twinkle{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.christmas-popup-close{position:absolute;top:15px;right:15px;background:rgba(255,255,255,.2);border:2px solid rgba(255,255,255,.3);color:#fff;width:35px;height:35px;border-radius:50%;font-size:24px;line-height:1;cursor:pointer;transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center}.christmas-popup-close:hover{background:rgba(255,255,255,.3);transform:rotate(90deg) scale(1.1);box-shadow:0 0 15px rgba(255,255,255,.5)}.christmas-header{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:20px;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.christmas-tree{font-size:2.5em;animation:swing 3s ease-in-out infinite;filter:drop-shadow(0 0 10px rgba(255,255,255,.5))}.christmas-tree:first-child{animation-delay:0s}.christmas-tree:last-child{animation-delay:1.5s}@keyframes swing{0%,100%{transform:rotate(-10deg)}50%{transform:rotate(10deg)}}.christmas-title{color:#fff;font-size:2em;margin:0;text-align:center;text-shadow:2px 2px 4px rgba(0,0,0,.3),0 0 20px rgba(255,255,255,.3);font-weight:700;letter-spacing:2px}.christmas-message{text-align:center;margin-bottom:25px}.christmas-message p{color:#fff;font-size:1.1em;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.christmas-hours{background:rgba(255,255,255,.15);border-radius:15px;padding:25px;margin-bottom:25px;backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2)}.christmas-hours p{color:#fff;font-size:1.1em;line-height:1.8;margin:10px 0;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.christmas-hours strong{color:gold;text-shadow:0 0 10px rgba(255,215,0,.5)}.christmas-footer{text-align:center}.christmas-icons{display:flex;justify-content:center;gap:15px;flex-wrap:wrap}.christmas-icon{font-size:2em;animation:bounceIcon 2s ease-in-out infinite;filter:drop-shadow(0 0 8px rgba(255,255,255,.4));cursor:default}.christmas-icon:nth-child(1){animation-delay:0s}.christmas-icon:nth-child(2){animation-delay:.4s}.christmas-icon:nth-child(3){animation-delay:.8s}.christmas-icon:nth-child(4){animation-delay:1.2s}.christmas-icon:nth-child(5){animation-delay:1.6s}@keyframes bounceIcon{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.1)}}@media (max-width:768px){.christmas-popup-container{width:95%;max-height:95vh}.christmas-popup-content{padding:30px 20px}.christmas-title{font-size:1.5em}.presents-container{top:-60px;gap:10px}.present-box{width:45px;height:45px}.christmas-tree{font-size:2em}.christmas-hours{padding:20px}.christmas-hours p{font-size:1em}}@media (max-width:480px){.christmas-popup-content{padding:25px 15px}.christmas-title{font-size:1.3em;letter-spacing:1px}.presents-container{top:-50px;gap:8px}.present-box{width:35px;height:35px}.christmas-tree{font-size:1.5em}.christmas-icon{font-size:1.5em}}.christmas-popup-container::-webkit-scrollbar{width:8px}.christmas-popup-container::-webkit-scrollbar-track{background:rgba(255,255,255,.1);border-radius:10px}.christmas-popup-container::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:10px}.christmas-popup-container::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.5)}