body.splash-active{overflow:hidden}body.splash-active header,body.splash-active .multitasking-bar,body.splash-active .toolbar-mobile,body.splash-active .multitasking-wrap,body.splash-active .halo-sticky-toolbar{display:none!important}:root{--splash-transition: .4s cubic-bezier(.4, 0, .2, 1);--splash-z-index: 999999}.category-splash{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--splash-z-index);overflow-y:auto;overflow-x:hidden}.category-splash.splash-visible{display:flex!important;flex-direction:column}.category-splash.splash-hiding{animation:splashFadeOut .5s ease forwards}@keyframes splashFadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.05)}}.splash-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1}.splash-bg-image,.splash-bg-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .8s ease}.splash-bg-night{opacity:0}.category-splash.night-mode .splash-bg-night{opacity:1}.category-splash.night-mode .splash-bg-image:not(.splash-bg-night),.category-splash.night-mode .splash-bg-gradient:not(.splash-bg-night){opacity:0}.splash-bg-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(var(--gradient-angle, 135deg),var(--gradient-color-1, #667eea) 0%,var(--gradient-color-2, #764ba2) 25%,var(--gradient-color-3, #f093fb) 50%,var(--gradient-color-4, #f5576c) 100%);background-size:400% 400%;transition:opacity .8s ease}.splash-gradient-animated{animation:gradientShift var(--gradient-speed, 15s) ease infinite}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.splash-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.splash-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:40px 20px;box-sizing:border-box;text-align:center}.splash-time-indicator{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding:8px 16px;background:#ffffff26;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:50px;color:#fff;font-size:14px}.time-icon{display:flex;align-items:center;transition:opacity .3s ease,transform .3s ease}.night-icon,.category-splash.night-mode .day-icon{display:none}.category-splash.night-mode .night-icon{display:flex}.time-greeting{font-weight:500}.splash-logo{margin-bottom:25px;animation:logoFadeIn .8s ease .2s both}.splash-logo img{max-width:100%;height:auto;filter:drop-shadow(0 4px 20px rgba(0,0,0,.15))}@keyframes logoFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.splash-store-name{font-size:42px;font-weight:700;margin:0 0 20px;text-shadow:0 2px 20px rgba(0,0,0,.2);animation:logoFadeIn .8s ease .2s both}.splash-heading{font-size:36px;font-weight:600;margin:0 0 15px;max-width:800px;line-height:1.3;text-shadow:0 2px 10px rgba(0,0,0,.1);animation:textFadeIn .8s ease .4s both}.splash-night-content{display:none!important}.category-splash.night-mode .splash-heading:not(.splash-night-content){display:none!important}.category-splash.night-mode .splash-night-content{display:block!important}.splash-description{font-size:18px;margin:0 0 30px;max-width:600px;line-height:1.6;opacity:.9;animation:textFadeIn .8s ease .5s both}@keyframes textFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.splash-offer{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;padding:15px 25px;border-radius:12px;margin-bottom:35px;font-size:15px;font-weight:500;box-shadow:0 8px 30px #00000026;animation:offerSlideIn .6s ease .6s both}.offer-animated{animation:offerSlideIn .6s ease .6s both,offerPulse 2s ease-in-out infinite 1.2s}@keyframes offerSlideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes offerPulse{0%,to{transform:scale(1);box-shadow:0 8px 30px #00000026}50%{transform:scale(1.02);box-shadow:0 12px 40px #0003}}.offer-icon,.offer-icon-default{font-size:22px}.offer-icon{width:28px;height:28px;object-fit:contain}.offer-text{flex:1;min-width:150px}.offer-code{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:#fff3;border-radius:6px;font-family:monospace;letter-spacing:1px}.copy-code-btn{background:none;border:none;color:inherit;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s ease}.copy-code-btn:hover{background:#fff3}.copy-code-btn.copied{color:#4ade80}.offer-countdown{display:flex;align-items:center;gap:8px;padding-left:12px;border-left:1px solid rgba(255,255,255,.3)}.countdown-label{font-size:13px;opacity:.9}.countdown-timer{font-weight:700;font-variant-numeric:tabular-nums}.splash-categories-wrapper{width:100%;max-width:1200px;margin:0 auto 35px;animation:categoriesFadeIn .8s ease .7s both}@keyframes categoriesFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.categories-title{font-size:20px;font-weight:600;margin:0 0 25px;text-transform:uppercase;letter-spacing:2px}.splash-categories{display:grid;grid-template-columns:repeat(var(--category-columns, 4),1fr);gap:20px;padding:0 20px}.splash-category-item{position:relative;display:flex;flex-direction:column;align-items:center;padding:25px 15px;background:var(--category-bg, rgba(255, 255, 255, .1));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;text-decoration:none;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);overflow:hidden}.splash-category-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--category-hover-bg, rgba(255, 255, 255, .15));opacity:0;transition:opacity .3s ease;z-index:0}.splash-category-item:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #0003;border-color:#ffffff40}.splash-category-item:hover:before{opacity:1}.category-image-wrapper{position:relative;width:100px;height:100px;margin-bottom:15px;z-index:1}.category-image{width:100%;height:100%;object-fit:cover;border-radius:12px;transition:transform .3s ease}.splash-category-item:hover .category-image{transform:scale(1.1)}.category-icon{position:absolute;bottom:-8px;right:-8px;width:36px;height:36px;background:#fff;border-radius:50%;padding:6px;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;justify-content:center}.category-icon img{width:100%;height:100%;object-fit:contain}.category-name{font-size:16px;font-weight:600;text-align:center;z-index:1;transition:transform .3s ease}.splash-category-item:hover .category-name{transform:translateY(-3px)}.category-badge{position:absolute;top:10px;right:10px;padding:4px 10px;background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;border-radius:20px;z-index:2;animation:badgePulse 2s ease-in-out infinite}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.splash-actions{display:flex;flex-direction:column;align-items:center;gap:15px;animation:actionsFadeIn .6s ease .9s both}@keyframes actionsFadeIn{0%{opacity:0}to{opacity:1}}.splash-skip-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 35px;font-size:16px;font-weight:600;border:2px solid;border-radius:50px;cursor:pointer;transition:all .3s ease;background:transparent}.splash-skip-btn:hover{transform:translate(5px);box-shadow:0 8px 25px #00000026}.splash-skip-btn svg{transition:transform .3s ease}.splash-skip-btn:hover svg{transform:translate(4px)}.splash-remember{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;opacity:.85;transition:opacity .2s ease}.splash-remember:hover{opacity:1}.splash-remember input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:currentColor}.splash-social{display:flex;gap:15px;margin-top:30px;animation:socialFadeIn .6s ease 1s both}@keyframes socialFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.splash-social a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#ffffff26;border-radius:50%;color:#fff;transition:all .3s ease}.splash-social a:hover{background:#ffffff4d;transform:translateY(-3px)}.splash-particles{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden;z-index:0}.splash-particle{position:absolute;width:8px;height:8px;background:#fff6;border-radius:50%;animation:particleFloat linear infinite}@keyframes particleFloat{0%{transform:translateY(100vh) rotate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100vh) rotate(720deg);opacity:0}}.splash-progress{position:fixed;bottom:0;left:0;width:100%;height:4px;background:#fff3;z-index:10}.splash-progress-bar{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);width:0%;transition:width .1s linear}.splash-close-btn{position:fixed;top:20px;right:20px;width:48px;height:48px;background:#ffffff26;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.splash-close-btn:hover{background:#ffffff4d;transform:rotate(90deg)}@media (max-width: 1024px){.splash-categories{grid-template-columns:repeat(3,1fr);gap:15px}.splash-heading{font-size:30px}.category-image-wrapper{width:80px;height:80px}}@media (max-width: 768px){.splash-content{padding:60px 15px 30px;justify-content:flex-start}.splash-categories{grid-template-columns:repeat(var(--category-columns-mobile, 2),1fr);gap:12px;padding:0 10px}.splash-category-item{padding:20px 12px}.category-image-wrapper{width:70px;height:70px}.category-name{font-size:14px}.splash-heading{font-size:24px}.splash-description{font-size:16px}.splash-store-name{font-size:32px}.splash-offer{padding:12px 18px;font-size:14px;flex-direction:column;text-align:center}.offer-countdown{border-left:none;padding-left:0;border-top:1px solid rgba(255,255,255,.3);padding-top:10px;margin-top:5px;width:100%;justify-content:center}.splash-close-btn{top:15px;right:15px;width:40px;height:40px}.splash-skip-btn{padding:12px 28px;font-size:15px}.categories-title{font-size:16px}.category-badge{font-size:10px;padding:3px 8px}}@media (max-width: 480px){.splash-categories{grid-template-columns:repeat(2,1fr);gap:10px}.category-image-wrapper{width:60px;height:60px}.category-icon{width:28px;height:28px;bottom:-5px;right:-5px}.splash-heading{font-size:20px}.splash-logo img{max-width:180px}.splash-social a{width:38px;height:38px}.splash-time-indicator{font-size:12px;padding:6px 12px}}@media (prefers-reduced-motion: reduce){.category-splash,.category-splash *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.splash-gradient-animated{animation:none}}@media print{.category-splash{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/category-splash.css.map */
