:root{--primary-teal:#499b92;--primary-teal-dark:#3a7c75;--primary-red:#ce2a33;--primary-red-hover:#b1242b;--bg-light:#f8f9fa;--bg-white:#fff;--bg-nav:#fffffff2;--bg-nav-scrolled:#fffffffa;--hero-bg-1:#e0f2f1;--hero-bg-2:#fff;--text-dark:#212121;--text-muted:#6c757d;--border-color:#e9ecef;--shadow-sm:0 4px 6px #0000000d;--shadow-md:0 10px 20px #00000014;--shadow-lg:0 20px 40px #499b9226;--border-radius:16px;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}[data-theme=dark]{--bg-light:#121212;--bg-white:#1e1e24;--bg-nav:#1e1e24f2;--bg-nav-scrolled:#1e1e24fa;--hero-bg-1:#1a2a29;--hero-bg-2:#121212;--text-dark:#fff;--text-muted:#a0a0a0;--border-color:#2c2c35;--shadow-sm:0 4px 6px #0000004d;--shadow-md:0 10px 20px #00000080;--shadow-lg:0 20px 40px #499b921a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-white);width:100%;color:var(--text-dark);font-family:Poppins,sans-serif;line-height:1.6;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{background:var(--bg-nav);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;width:100%;box-shadow:var(--shadow-sm);transition:var(--transition);position:fixed;top:0;left:0;z-index:99!important}.nav-content{justify-content:space-between;align-items:center;height:100px;display:flex}.logo-link{align-items:center;gap:8px;text-decoration:none;display:flex}.nav-mascot{object-fit:contain;z-index:2;width:auto;height:85px;position:relative}.nav-logo{object-fit:contain;object-position:left center;transform-origin:0;width:250px;height:85px;margin-left:-30px;transform:scale(2.2)}.nav-links{gap:30px;list-style:none;display:flex}.nav-links a{color:var(--text-dark);transition:var(--transition);font-size:16px;font-weight:600;text-decoration:none;position:relative}.nav-links a:hover{color:var(--primary-teal)}.nav-links a:after{content:"";background:var(--primary-teal);width:0;height:3px;transition:var(--transition);border-radius:4px;position:absolute;bottom:-6px;left:0}.nav-links a:hover:after{width:100%}.nav-actions{align-items:center;gap:20px;display:flex}.hamburger-menu{color:var(--text-dark);cursor:pointer;transition:var(--transition);z-index:1001;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;display:none;position:relative}.hamburger-menu:hover{color:var(--primary-teal)}.theme-toggle{color:var(--text-dark);cursor:pointer;transition:var(--transition);background:0 0;border:none;font-size:22px}.theme-toggle:hover{color:var(--primary-teal);transform:rotate(15deg)scale(1.1)}.cart-icon{cursor:pointer;color:var(--primary-teal);transition:var(--transition);font-size:24px;position:relative}.cart-icon:hover{color:var(--primary-red)}.cart-count{background:var(--primary-red);color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;font-weight:700;display:flex;position:absolute;top:-8px;right:-10px}.hero{background:linear-gradient(135deg, var(--hero-bg-1) 0%, var(--hero-bg-2) 100%);text-align:center;margin-top:80px;padding:80px 0;position:relative;overflow:hidden}.hero-content{z-index:2;text-align:left;justify-content:space-between;align-items:center;gap:40px;max-width:1000px;margin:0 auto;display:flex;position:relative}.hero-text{flex:1.2}.hero-image{z-index:10;perspective:1000px;flex:1;justify-content:center;align-items:center;min-width:250px;min-height:400px;display:flex;position:relative}.hero-spotlight{background:radial-gradient(circle, var(--primary-teal) 0%, transparent 60%);opacity:.15;z-index:1;border-radius:50%;width:350px;height:350px;animation:4s infinite alternate pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}[data-theme=dark] .hero-spotlight{opacity:.3}.hero-slideshow{z-index:2;justify-content:center;align-items:center;width:100%;max-width:600px;height:550px;display:flex;position:relative}.hero-slideshow .slide{object-fit:contain;opacity:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;transform:translate(100%)}.hero-slideshow .slide.active{opacity:1;z-index:2;pointer-events:auto;animation:.8s cubic-bezier(.25,1,.5,1) forwards slideInRight,4s ease-in-out .8s infinite floatTilted}.hero-slideshow .slide.exit{z-index:1;animation:.8s cubic-bezier(.25,1,.5,1) forwards slideOutLeft}@keyframes slideInRight{0%{opacity:0;filter:drop-shadow(0 0 #0000);transform:translate(100%)rotate(10deg)}to{opacity:1;filter:drop-shadow(15px 35px 35px #0006);transform:translate(0)rotate(-12deg)}}@keyframes slideOutLeft{0%{opacity:1;filter:drop-shadow(15px 35px 35px #0006);transform:translate(0)rotate(-12deg)}to{opacity:0;filter:drop-shadow(0 0 #0000);transform:translate(-100%)rotate(-30deg)}}@keyframes floatTilted{0%{filter:drop-shadow(15px 35px 35px #0006);transform:translateY(0)scale(1)rotate(-12deg)}50%{filter:drop-shadow(25px 50px 40px #0003);transform:translateY(-20px)scale(1.05)rotate(-15deg)}to{filter:drop-shadow(15px 35px 35px #0006);transform:translateY(0)scale(1)rotate(-12deg)}}@keyframes pulse{0%{transform:translate(-50%,-50%)scale(1)}to{transform:translate(-50%,-50%)scale(1.2)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero h2{opacity:0;margin-bottom:20px;font-size:56px;font-weight:700;line-height:1.2;animation:.8s cubic-bezier(.25,1,.5,1) forwards fadeInUp}.hero p{color:var(--text-muted);opacity:0;margin-bottom:40px;font-size:20px;animation:.8s cubic-bezier(.25,1,.5,1) .3s forwards fadeInUp}.hero-buttons{opacity:0;align-items:center;gap:20px;animation:.8s cubic-bezier(.25,1,.5,1) .6s forwards fadeInUp;display:flex}.btn-primary,.btn-secondary{transition:var(--transition);border-radius:50px;align-items:center;gap:10px;padding:16px 36px;font-size:18px;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--primary-teal);color:#fff;box-shadow:var(--shadow-md)}.btn-primary:hover{background:var(--primary-teal-dark);box-shadow:var(--shadow-lg);transform:translateY(-3px)}.btn-secondary{color:var(--primary-teal);border:2px solid var(--primary-teal);background:#499b921a}.btn-secondary:hover{background:var(--primary-teal);color:#fff;box-shadow:var(--shadow-md);transform:translateY(-3px)}.cursor{width:3px;color:var(--primary-red-hover);margin-left:2px;animation:1s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.typewriter{color:var(--primary-red-hover)}.hero-shapes .shape{z-index:1;border-radius:50%;position:absolute}.shape-1{filter:blur(40px);background:#499b921a;width:300px;height:300px;top:-50px;left:-100px}.shape-2{filter:blur(60px);background:#ce2a330d;width:400px;height:400px;bottom:-100px;right:-100px}.promo-section{background:var(--bg-light);max-width:1200px;margin:0 auto;padding:0 20px 80px}.promo-banner-img{width:100%;height:auto;box-shadow:var(--shadow-md);transition:var(--transition);border-radius:24px;display:block}.promo-banner-img:hover{box-shadow:var(--shadow-lg);transform:scale(1.02)}.menu-section{padding:80px 0}.menu-filters{flex-direction:column;gap:20px;margin-bottom:50px;display:flex}.search-box{width:100%;max-width:500px;margin:0 auto;position:relative}.search-box i{color:var(--text-muted);position:absolute;top:50%;left:20px;transform:translateY(-50%)}.search-box input{border:2px solid var(--border-color);background:var(--bg-white);width:100%;color:var(--text-dark);transition:var(--transition);border-radius:50px;outline:none;padding:16px 20px 16px 50px;font-family:inherit;font-size:16px}.search-box input:focus{border-color:var(--primary-teal);box-shadow:0 0 0 4px #499b921a}.category-filters{-ms-overflow-style:none;scrollbar-width:none;flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.category-filters::-webkit-scrollbar{display:none}.filter-btn{border:1px solid var(--border-color);background:var(--bg-white);color:var(--text-muted);cursor:pointer;transition:var(--transition);white-space:nowrap;border-radius:50px;padding:10px 24px;font-size:15px;font-weight:500}.filter-btn:hover{color:var(--primary-teal);border-color:var(--primary-teal)}.filter-btn.active{background:var(--primary-teal);color:#fff;border-color:var(--primary-teal)}.no-results{text-align:center;color:var(--text-muted);width:100%;padding:60px 20px;font-size:18px}.category{margin-bottom:60px;scroll-margin-top:100px}.category-title{color:var(--text-dark);margin-bottom:30px;font-size:32px;display:inline-block;position:relative}.category-title:after{content:"";background:var(--primary-red);border-radius:2px;width:60px;height:4px;position:absolute;bottom:-10px;left:0}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;display:grid}.product-card{background:var(--bg-white);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);transition:var(--transition);border:1px solid var(--border-color);flex-direction:column;padding:0;display:flex;position:relative;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary-teal);transform:translateY(-10px)}.product-img{background:var(--bg-light);cursor:zoom-in;border-radius:0;justify-content:center;align-items:center;width:100%;height:220px;margin-bottom:20px;display:flex;position:relative;overflow:hidden}.product-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-img img{transform:scale(1.1)}.product-info{flex-direction:column;flex:1;padding:0 20px 20px;display:flex}.product-info h4{z-index:10;margin-bottom:8px;font-size:20px}.product-info p{color:var(--text-muted);min-height:42px;margin-bottom:20px;font-size:14px}.product-bottom{justify-content:space-between;align-items:center;display:flex}.price{color:#fff;text-align:center;-webkit-backdrop-filter:blur(8px);z-index:5;background:linear-gradient(135deg,#ff416cf2 0%,#ff4b2bf2 100%);border:1px solid #ffffff80;border-radius:30px;justify-content:center;align-items:center;padding:8px 18px;font-size:17px;font-weight:800;transition:all .3s cubic-bezier(.25,.8,.25,1);animation:3s ease-in-out infinite priceFloat;display:inline-flex;position:absolute;top:10px;right:10px;box-shadow:0 8px 25px #ff4b2b80,inset 0 2px #ffffff4d}.price:hover{background:linear-gradient(135deg,#ff4b2bf2 0%,#ff416cf2 100%);transform:translateY(-5px)scale(1.05);box-shadow:0 12px 35px #ff4b2b99,inset 0 2px #ffffff80}@keyframes priceFloat{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}.add-to-cart{background:var(--primary-red);color:#fff;cursor:pointer;width:44px;height:44px;transition:var(--transition);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:18px;display:flex;box-shadow:0 4px 10px #ce2a334d}.add-to-cart:hover{background:var(--primary-red-hover);transform:scale(1.1)}.cart-sidebar{background:var(--bg-white);z-index:1001;flex-direction:column;width:400px;max-width:100vw;height:100vh;transition:right .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-400px;box-shadow:-5px 0 20px #0000001a}.cart-sidebar.open{right:0}.cart-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:24px;display:flex}.cart-header h3{color:var(--primary-teal);font-size:24px}#close-cart{color:var(--text-muted);cursor:pointer;transition:var(--transition);background:0 0;border:none;font-size:24px}#close-cart:hover{color:var(--primary-red)}.cart-items{flex:1;padding:24px;overflow-y:auto}.empty-cart{text-align:center;color:var(--text-muted);margin-top:50px}.cart-item{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:20px;display:flex}.cart-item-info h5{margin-bottom:5px;font-size:16px}.cart-item-price{color:var(--primary-teal);font-weight:600}.cart-item-controls{align-items:center;gap:10px;display:flex}.qty-btn{background:var(--bg-light);cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;display:flex}.qty-btn:hover{background:var(--border-color)}.remove-item{color:var(--primary-red);cursor:pointer;background:0 0;border:none;margin-left:10px}.cart-footer{border-top:1px solid var(--border-color);background:var(--bg-light);padding:24px}.cart-total{justify-content:space-between;margin-bottom:20px;font-size:20px;font-weight:700;display:flex}#total-price{color:var(--primary-teal)}.checkout-btn{background:var(--primary-teal);color:#fff;cursor:pointer;width:100%;transition:var(--transition);box-shadow:var(--shadow-sm);border:none;border-radius:12px;padding:16px;font-size:18px;font-weight:600}.checkout-btn:hover{background:var(--primary-teal-dark)}.overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;opacity:0;visibility:hidden;width:100%;height:100%;transition:var(--transition);background:#00000080;position:fixed;top:0;left:0}.overlay.show{opacity:1;visibility:visible}@media (max-width:992px){.hamburger-menu{display:flex!important}.nav-links{background:var(--bg-nav-scrolled);width:100%;box-shadow:var(--shadow-md);opacity:0;visibility:hidden;z-index:1000;flex-direction:column;align-items:center;gap:20px;padding:30px 0;transition:all .3s ease-in-out;position:absolute;top:100%;left:0;transform:translateY(-10px)}.nav-links.active{opacity:1;visibility:visible;transform:translateY(0)}.hero-content{text-align:center;flex-direction:column}.hero-slideshow{height:380px;margin-top:30px}.hero h2{font-size:40px}.hero p{font-size:16px}}.footer{background:var(--bg-white);border-top:1px solid var(--border-color);margin-top:40px;padding:60px 0 20px}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:30px;margin-bottom:40px;display:flex}.footer-logo{height:40px;margin-bottom:15px}.working-hours{color:var(--text-muted);align-items:center;gap:8px;font-size:16px;display:flex}.working-hours i{color:var(--primary-teal)}.footer-social{flex-wrap:wrap;gap:15px;display:flex}.social-link{transition:var(--transition);color:#fff;border-radius:50px;align-items:center;gap:8px;padding:12px 24px;font-weight:600;text-decoration:none;display:inline-flex}.social-link.instagram{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);box-shadow:0 4px 15px #dc27434d}.social-link.whatsapp{background:#25d366;box-shadow:0 4px 15px #25d3664d}.social-link:hover{filter:brightness(1.1);transform:translateY(-3px)}.footer-bottom{text-align:center;border-top:1px solid var(--border-color);color:var(--text-muted);padding-top:20px;font-size:14px}@media (max-width:768px){.footer-content{text-align:center;flex-direction:column}.working-hours{justify-content:center}}.lang-selector{align-items:center;gap:5px;display:flex}.lang-btn{cursor:pointer;transition:var(--transition);opacity:1;background:0 0;border:2px solid #0000;border-radius:4px;padding:2px;font-size:20px}.lang-btn:hover,.lang-btn.active{opacity:1;border-color:var(--primary-teal);transform:scale(1.1)}@media (max-width:768px){.lang-selector{margin-right:10px}}.lang-dropdown{display:inline-block;position:relative}.lang-dropdown-btn{background:var(--bg-white);border:1px solid var(--border-color);cursor:pointer;color:var(--text-dark);border-radius:6px;align-items:center;gap:8px;padding:5px 10px;font-size:14px;display:flex}.lang-dropdown-content{background:var(--bg-white);z-index:100;border:1px solid var(--border-color);border-radius:8px;min-width:120px;margin-top:5px;display:none;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 15px #0000001a}.lang-dropdown-content.show{display:block}.lang-option{cursor:pointer;color:var(--text-dark);align-items:center;gap:10px;padding:10px 15px;transition:background .2s;display:flex}.lang-option:hover{background:var(--bg-nav)}.lang-option .fi{font-size:16px}.footer{background:var(--bg-nav);color:var(--text-dark);border-top:1px solid var(--border-color);margin-top:100px;padding-top:60px;position:relative}.footer-top-wave{width:100%;height:120px;color:var(--bg-nav);line-height:0;position:absolute;top:-120px;left:0;overflow:hidden}.footer-top-wave svg{width:100%;height:100%;display:block}.footer-wrapper{grid-template-columns:2fr 1fr 1fr;gap:40px;padding-bottom:50px;display:grid}.footer-brand .footer-logo{filter:drop-shadow(0 4px 6px #0000001a);height:60px;margin-bottom:20px}.footer-slogan{color:var(--text-muted);max-width:350px;font-size:15px;line-height:1.6}.footer-links h4,.footer-contact h4{color:var(--text-dark);margin-bottom:25px;font-size:18px;font-weight:600;display:inline-block;position:relative}.footer-links h4:after,.footer-contact h4:after{content:"";background:var(--primary-teal);border-radius:2px;width:40px;height:3px;position:absolute;bottom:-8px;left:0}.footer-links ul{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:12px}.footer-links a{color:var(--text-muted);text-decoration:none;transition:color .3s,transform .3s;display:inline-block}.footer-links a:hover{color:var(--primary-teal);transform:translate(5px)}.footer-contact p{color:var(--text-muted);align-items:center;gap:10px;margin-bottom:20px;display:flex}.footer-contact i{color:var(--primary-teal)}.social-icons{gap:15px;display:flex}.social-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:20px;text-decoration:none;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s;display:flex}.social-icon.instagram{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);box-shadow:0 4px 15px #dc274366}.social-icon.whatsapp{background:#25d366;box-shadow:0 4px 15px #25d36666}.social-icon:hover{color:#fff;transform:translateY(-5px)scale(1.1)}.social-icon.instagram:hover{box-shadow:0 8px 25px #dc274399}.social-icon.whatsapp:hover{box-shadow:0 8px 25px #25d36699}.footer-bottom{border-top:1px solid var(--border-color);background:#00000008;padding:20px 0}[data-theme=dark] .footer-bottom{background:#0003}.footer-bottom-inner{color:var(--text-muted);justify-content:space-between;align-items:center;font-size:14px;display:flex}@media (max-width:768px){.footer-wrapper{text-align:center;grid-template-columns:1fr;gap:30px}.footer-slogan{margin:0 auto}.footer-links h4:after,.footer-contact h4:after{left:50%;transform:translate(-50%)}.social-icons{justify-content:center}.footer-bottom-inner{text-align:center;flex-direction:column;gap:10px}.footer-top-wave{display:none}}.footer{color:#a0a0a0;background:#1e1e24;border-top:none;margin-top:80px;padding:30px 0 15px}[data-theme=dark] .footer{background:#141418}.footer .container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-content{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:20px;display:flex}.footer-left{align-items:center;gap:30px;display:flex}.footer-logo{height:35px}.working-hours{align-items:center;gap:8px;margin:0;font-size:14px;display:flex}.footer-right{gap:15px;display:flex}.btn-social{color:#fff;border-radius:20px;align-items:center;gap:8px;padding:8px 20px;font-size:14px;font-weight:500;text-decoration:none;transition:transform .2s;display:flex}.btn-social:hover{color:#fff;transform:translateY(-2px)}.btn-instagram{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}.btn-whatsapp{color:#fff;background:#4ade80}.footer-bottom{text-align:center;color:#666;background:0 0;border:none;padding:10px 0;font-size:12px}@media (max-width:768px){.footer-content{text-align:center;flex-direction:column;gap:20px}.footer-left{flex-direction:column;gap:15px}.footer-right{flex-wrap:wrap;justify-content:center}}.scroll-to-top{background:var(--primary-teal);color:#fff;cursor:pointer;opacity:0;visibility:hidden;z-index:999;border:none;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:20px;transition:all .3s;display:flex;position:fixed;bottom:30px;right:30px;transform:translateY(20px);box-shadow:0 4px 15px #0003}.scroll-to-top.show{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{background:var(--primary-red);transform:translateY(-3px);box-shadow:0 6px 20px #0000004d}.map-section{background:#1e1e24;width:100%}.footer{background:linear-gradient(#1e1e24 0%,#17171c 100%);border-top:1px solid #ffffff0d;box-shadow:0 -10px 30px #0000001a}.footer-content{align-items:flex-start;padding-top:15px}.working-hours{color:#b0b0b0;background:#ffffff08;border-radius:8px;margin-top:10px;padding:8px 15px;font-size:15px}.btn-social{border:1px solid #ffffff1a;box-shadow:0 4px 10px #00000026}.btn-social:hover{border-color:#ffffff4d;box-shadow:0 6px 15px #0000004d}.footer-brand{align-items:center;gap:15px;display:flex}.footer-mascot{filter:drop-shadow(0 2px 5px #0000004d);height:60px}.footer-left .footer-brand{align-items:center;gap:10px;display:flex}.footer-left .footer-brand .footer-mascot{filter:drop-shadow(0 2px 5px #0000004d);height:60px}.footer-left .footer-brand .footer-logo{height:60px;margin:0}.footer-left{gap:40px}.admin-form input,.admin-form select,.admin-form textarea{border:1px solid var(--border-color);background:var(--bg-light);width:100%;color:var(--text-dark);box-sizing:border-box;border-radius:8px;margin-top:5px;padding:12px 15px;font-family:inherit;font-size:14px;transition:border-color .3s,box-shadow .3s}.admin-form input:focus,.admin-form select:focus,.admin-form textarea:focus{border-color:var(--primary-teal);outline:none;box-shadow:0 0 0 3px #2d959633}.admin-form label{color:var(--text-dark);font-size:14px;font-weight:600;display:block}.admin-form .form-group{margin-bottom:15px}.admin-form input[type=file]{background:var(--bg-nav);cursor:pointer;padding:8px 12px}.admin-form input[type=file]::file-selector-button{background:var(--bg-light);border:1px solid var(--border-color);color:var(--text-dark);cursor:pointer;border-radius:6px;margin-right:15px;padding:6px 12px;transition:background .3s}.admin-form input[type=file]::file-selector-button:hover{background:var(--border-color)}#auth-container{flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 150px);padding:20px;display:none}.auth-box{background:var(--bg-nav);text-align:center;border-radius:12px;width:100%;max-width:400px;padding:40px;box-shadow:0 10px 30px #0000001a}.auth-box h2{color:var(--text-dark);margin-bottom:20px}.auth-box input{border:1px solid var(--border-color);background:var(--bg-light);width:100%;color:var(--text-dark);border-radius:8px;margin-bottom:15px;padding:12px 15px;font-size:16px}.auth-box button{background:var(--primary-teal);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:12px;font-size:16px;font-weight:600;transition:background .3s}.auth-box button:hover{background:#2a8b79}.auth-toggle{color:var(--text-muted);margin-top:20px;font-size:14px}.auth-toggle span{color:var(--primary-red);cursor:pointer}@media (max-width:768px){.security-grid{grid-template-columns:1fr}}.security-form{background:var(--bg-nav);border:1px solid var(--border-color);border-radius:8px;padding:20px}.security-form h3{margin-bottom:15px}.security-form input{border:1px solid var(--border-color);background:var(--bg-light);width:100%;color:var(--text-dark);border-radius:6px;margin-bottom:15px;padding:10px}.btn-security{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2b5876 0%,#4e4376 100%);border:none;border-radius:8px;width:100%;padding:12px;font-size:15px;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #0003}.btn-security:hover{background:linear-gradient(135deg,#377096 0%,#635596 100%);transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.btn-logout{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e52d27 0%,#b31217 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;max-width:300px;padding:15px 30px;font-size:16px;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #e52d274d}.btn-logout:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e52d2766}.security-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;display:grid}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-overlay{-webkit-backdrop-filter:blur(16px);z-index:999999;background:#0f172ae6;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}@keyframes spin-glowing{0%{transform:rotate(0)scale(1)}50%{transform:rotate(180deg)scale(1.1)}to{transform:rotate(360deg)scale(1)}}@keyframes spin-glowing-reverse{0%{transform:rotate(360deg)scale(1)}50%{transform:rotate(180deg)scale(1.1)}to{transform:rotate(0)scale(1)}}@keyframes text-pulse{0%,to{opacity:1;transform:translateY(0)}50%{opacity:1;transform:translateY(-5px)}}@keyframes gradient-shift{0%{background-position:0%}to{background-position:200%}}.zoom-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;z-index:10;background:#0003;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.product-card:hover .zoom-overlay{opacity:1}.zoom-btn{-webkit-backdrop-filter:blur(8px);color:#fff;background:#fff3;border:1px solid #fff6;border-radius:30px;align-items:center;gap:8px;padding:10px 20px;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;transform:translateY(20px);box-shadow:0 8px 32px #1f26875e}.product-card:hover .zoom-btn{transform:translateY(0)}.zoom-btn:hover{background:#fff6;transform:scale(1.1)!important}.lightbox{z-index:9999999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#000000e6;width:100%;height:100%;padding-top:60px;display:none;position:fixed;top:0;left:0;z-index:9999999!important;width:100vw!important;height:100vh!important;position:fixed!important;inset:0!important}.lightbox-content{object-fit:contain;border-radius:12px;max-width:90%;max-height:85vh;margin:auto;animation:.3s zoom;display:block;box-shadow:0 0 20px #00000080}@keyframes zoom{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.lightbox-close{color:#f1f1f1;cursor:pointer;z-index:100;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:40px;font-weight:700;transition:all .3s;display:flex;position:absolute;top:25px;right:35px}.lightbox-close:hover,.lightbox-close:focus{color:var(--primary-teal);background:#ffffff4d}.hero-swiper{z-index:2;width:100%;max-width:600px;height:550px;margin:0 auto;overflow:hidden}.hero-swiper .swiper-slide{justify-content:center;align-items:center;display:flex}.hero-swiper .swiper-slide img{object-fit:contain;width:100%;height:100%;transition:transform .8s cubic-bezier(.25,1,.5,1);transform:scale(.9)rotate(0)}.hero-swiper .swiper-slide-active img{animation:4s ease-in-out .8s infinite floatSwiper;transform:scale(1.1)rotate(-12deg)}@keyframes floatSwiper{0%{transform:translateY(0)scale(1.1)rotate(-12deg)}50%{transform:translateY(-20px)scale(1.15)rotate(-15deg)}to{transform:translateY(0)scale(1.1)rotate(-12deg)}}.hero-swiper .swiper-pagination{bottom:-40px!important}.hero-swiper .swiper-pagination-bullet{background:var(--text-muted);opacity:.5;width:12px;height:12px;transition:all .3s}.hero-swiper .swiper-pagination-bullet-active{background:var(--primary-red);opacity:1;border-radius:6px;width:30px}@media (max-width:992px){.hero-content{text-align:center;flex-direction:column;gap:20px}.hero-buttons{justify-content:center}.hero-swiper{height:450px;margin-top:30px}}@media (max-width:768px){.hero-swiper{height:380px}}.loader{z-index:9999;background:#0f172a;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .6s ease-out,visibility .6s ease-out;display:flex;position:fixed;top:0;left:0}.loader.hidden{opacity:0;visibility:hidden}.ultra-loader{justify-content:center;align-items:center;width:140px;height:140px;display:flex;position:relative}.price{background:var(--primary-red);color:#fff;z-index:5;white-space:nowrap;border:2px dashed #fff;border-radius:50%;justify-content:center;align-items:center;font-size:14px;font-weight:800;display:flex;position:absolute;top:15px;right:15px;transform:rotate(15deg);box-shadow:0 5px 15px #e5091466}.ultra-ring{border:4px solid #0000;border-radius:50%;position:absolute}.ultra-ring:first-child{border-top:4px solid var(--primary-red);width:140px;height:140px;animation:2s cubic-bezier(.68,-.55,.265,1.55) infinite spin1}.ultra-ring:nth-child(2){border-right:4px solid var(--primary-teal);width:110px;height:110px;animation:2.5s cubic-bezier(.5,0,.5,1) infinite spin2}.ultra-ring:nth-child(3){border-bottom:4px solid #fff;width:80px;height:80px;animation:1.5s ease-in-out infinite spin3}.ultra-mascot{z-index:10;filter:drop-shadow(0 0 10px #ffffff80);width:50px;height:auto;animation:1.5s ease-in-out infinite heartbeat;position:absolute}.ultra-text{letter-spacing:4px;text-transform:uppercase;background:linear-gradient(90deg, var(--primary-red), var(--primary-teal), #fff, var(--primary-red));-webkit-text-fill-color:transparent;background-size:300% 100%;-webkit-background-clip:text;margin-top:40px;font-size:24px;font-weight:700;animation:3s linear infinite gradientText}@keyframes spin1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin2{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes spin3{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}@keyframes gradientText{0%{background-position:0%}to{background-position:150%}}.premium-text{color:#fff;letter-spacing:3px;text-transform:uppercase;font-size:1.2rem;font-weight:500;animation:2s ease-in-out infinite premiumPulse}@keyframes premiumPulse{0%,to{opacity:.7}50%{opacity:1}}.hamburger-menu i{pointer-events:none}.hamburger-menu{min-width:45px;flex-shrink:0!important}@media (min-width:3840px){:root{--container-max:2400px;font-size:24px}.hero{padding:150px 0}.hero-swiper{max-width:1000px;height:800px}.product-grid{grid-template-columns:repeat(6,1fr);gap:40px}}@media (min-width:2560px) and (max-width:3839px){:root{--container-max:1800px;font-size:20px}.hero{padding:120px 0}.hero-swiper{max-width:800px;height:700px}.product-grid{grid-template-columns:repeat(5,1fr);gap:35px}}@media (min-width:1920px) and (max-width:2559px){:root{--container-max:1600px;font-size:18px}.hero{padding:100px 0}.product-grid{grid-template-columns:repeat(4,1fr);gap:30px}}@media (min-width:1600px) and (max-width:1919px){:root{--container-max:1400px;font-size:16px}.product-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1440px) and (max-width:1599px){:root{--container-max:1300px;font-size:16px}.product-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1200px) and (max-width:1439px){:root{--container-max:1140px;font-size:16px}.product-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:992px) and (max-width:1199px){:root{--container-max:960px;font-size:15px}.product-grid{grid-template-columns:repeat(3,1fr);gap:20px}.hero-content{gap:20px}}@media (min-width:768px) and (max-width:991px){:root{--container-max:720px;font-size:15px}.hamburger-menu{display:flex}.nav-links{background:var(--bg-nav);z-index:1000;flex-direction:column;justify-content:center;align-items:center;width:100%;height:calc(100vh - 80px);transition:all .3s ease-in-out;position:fixed;top:80px;left:-100%;box-shadow:2px 0 10px #0000001a}.nav-links.active{left:0}.hero-content{text-align:center;flex-direction:column}.hero-buttons{justify-content:center}.hero-swiper{height:450px;margin-top:30px}.product-grid{grid-template-columns:repeat(2,1fr);gap:20px}.security-grid{grid-template-columns:1fr}}@media (min-width:480px) and (max-width:767px){:root{--container-max:100%;font-size:14px}.hamburger-menu{display:flex}.nav-links{background:var(--bg-nav);z-index:1000;flex-direction:column;justify-content:center;align-items:center;width:100%;height:calc(100vh - 80px);transition:all .3s ease-in-out;position:fixed;top:80px;left:-100%}.nav-links.active{left:0}.hero{padding:40px 0}.hero-content{text-align:center;flex-direction:column}.hero-buttons{flex-direction:column;width:100%}.hero-buttons a{text-align:center;justify-content:center;width:100%}.hero-swiper{height:380px}.product-grid{grid-template-columns:repeat(2,1fr);gap:15px}.menu-filters{flex-direction:column}.security-grid{grid-template-columns:1fr}.category-filters{flex-wrap:nowrap;justify-content:flex-start;padding-bottom:10px;overflow-x:auto}}@media (min-width:425px) and (max-width:479px){:root{--container-max:100%;font-size:14px}.hamburger-menu{display:flex}.nav-links{background:var(--bg-nav);z-index:1000;flex-direction:column;justify-content:center;align-items:center;width:100%;height:calc(100vh - 80px);transition:all .3s ease-in-out;position:fixed;top:80px;left:-100%}.nav-links.active{left:0}.hero-swiper{height:320px}.hero-buttons{flex-direction:column}.product-grid{grid-template-columns:1fr}.menu-filters{flex-direction:column}.category-filters{flex-wrap:nowrap;justify-content:flex-start;padding-bottom:10px;overflow-x:auto}.footer-left{text-align:center;flex-direction:column;gap:15px}.footer-right{flex-direction:column;width:100%}}@media (min-width:375px) and (max-width:424px){:root{--container-max:100%;font-size:13px}.hamburger-menu{display:flex}.nav-links{background:var(--bg-nav);z-index:1000;flex-direction:column;justify-content:center;align-items:center;width:100%;height:calc(100vh - 80px);transition:all .3s ease-in-out;position:fixed;top:80px;left:-100%}.nav-links.active{left:0}.hero-swiper{height:280px}.hero h2{font-size:2rem}.product-grid{grid-template-columns:1fr}.hero-buttons{flex-direction:column}.menu-filters{flex-direction:column;padding:10px}.category-filters{flex-wrap:nowrap;justify-content:flex-start;padding-bottom:10px;overflow-x:auto}.admin-form{padding:15px}}@media (min-width:320px) and (max-width:374px){:root{--container-max:100%;font-size:12px}.hamburger-menu{display:flex}.nav-links{background:var(--bg-nav);z-index:1000;flex-direction:column;justify-content:center;align-items:center;width:100%;height:calc(100vh - 80px);transition:all .3s ease-in-out;position:fixed;top:80px;left:-100%}.nav-links.active{left:0}.hero-swiper{height:240px}.hero h2{font-size:1.8rem}@keyframes premiumPulse{0%,to{opacity:.7}50%{opacity:1}}.hamburger-menu i{pointer-events:none}.hamburger-menu{min-width:45px;flex-shrink:0!important}@media (min-width:3840px){:root{--container-max:2400px;font-size:24px}.hero{padding:150px 0}.hero-swiper{max-width:1000px;height:800px}.product-grid{grid-template-columns:repeat(6,1fr);gap:40px}}@media (min-width:2560px) and (max-width:3839px){:root{--container-max:1800px;font-size:20px}.hero{padding:120px 0}.hero-swiper{max-width:800px;height:700px}.product-grid{grid-template-columns:repeat(5,1fr);gap:35px}}@media (min-width:1920px) and (max-width:2559px){:root{--container-max:1600px;font-size:18px}.hero{padding:100px 0}.product-grid{grid-template-columns:repeat(4,1fr);gap:30px}}@media (min-width:1600px) and (max-width:1919px){:root{--container-max:1400px;font-size:16px}.product-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1440px) and (max-width:1599px){:root{--container-max:1300px;font-size:16px}.product-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1200px) and (max-width:1439px){:root{--container-max:1140px;font-size:16px}.product-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:992px) and (max-width:1199px){:root{--container-max:960px;font-size:15px}.product-grid{grid-template-columns:repeat(3,1fr);gap:20px}.hero-content{gap:20px}}@media (min-width:768px) and (max-width:991px){:root{--container-max:720px;font-size:15px}.hamburger-menu{display:flex}.nav-links{background:var(--bg-nav);z-index:1000;flex-direction:column;justify-content:center;align-items:center;width:100%;height:calc(100vh - 80px);transition:all .3s ease-in-out;position:fixed;top:80px;left:-100%;box-shadow:2px 0 10px #0000001a}.nav-links.active{left:0}.hero-content{text-align:center;flex-direction:column}.hero-buttons{justify-content:center}.hero-swiper{height:450px;margin-top:30px}.product-grid{grid-template-columns:repeat(2,1fr);gap:20px}.security-grid{grid-template-columns:1fr}}@media (min-width:480px) and (max-width:767px){:root{--container-max:100%;font-size:14px}.hamburger-menu{display:flex}.nav-links{background:var(--bg-nav);z-index:1000;flex-direction:column;justify-content:center;align-items:center;width:100%;height:calc(100vh - 80px);transition:all .3s ease-in-out;position:fixed;top:80px;left:-100%}.nav-links.active{left:0}.hero{padding:40px 0}.hero-content{text-align:center;flex-direction:column}.hero-buttons{flex-direction:column;width:100%}.hero-buttons a{text-align:center;justify-content:center;width:100%}.hero-swiper{height:380px}.product-grid{grid-template-columns:repeat(2,1fr);gap:15px}.menu-filters{flex-direction:column}.security-grid{grid-template-columns:1fr}.category-filters{flex-wrap:nowrap;justify-content:flex-start;padding-bottom:10px;overflow-x:auto}}@media (min-width:425px) and (max-width:479px){:root{--container-max:100%;font-size:14px}.hamburger-menu{display:flex}.nav-links{background:var(--bg-nav);z-index:1000;flex-direction:column;justify-content:center;align-items:center;width:100%;height:calc(100vh - 80px);transition:all .3s ease-in-out;position:fixed;top:80px;left:-100%}.nav-links.active{left:0}.hero-swiper{height:320px}.hero-buttons{flex-direction:column}.product-grid{grid-template-columns:1fr}.menu-filters{flex-direction:column}.category-filters{flex-wrap:nowrap;justify-content:flex-start;padding-bottom:10px;overflow-x:auto}.footer-left{text-align:center;flex-direction:column;gap:15px}.footer-right{flex-direction:column;width:100%}}@media (min-width:375px) and (max-width:424px){:root{--container-max:100%;font-size:13px}.hamburger-menu{display:flex}.nav-links{background:var(--bg-nav);z-index:1000;flex-direction:column;justify-content:center;align-items:center;width:100%;height:calc(100vh - 80px);transition:all .3s ease-in-out;position:fixed;top:80px;left:-100%}.nav-links.active{left:0}.hero-swiper{height:280px}.hero h2{font-size:2rem}.product-grid{grid-template-columns:1fr}.hero-buttons{flex-direction:column}.menu-filters{flex-direction:column;padding:10px}.category-filters{flex-wrap:nowrap;justify-content:flex-start;padding-bottom:10px;overflow-x:auto}.admin-form{padding:15px}}@media (min-width:320px) and (max-width:374px){:root{--container-max:100%;font-size:12px}.hamburger-menu{display:flex}.nav-links{background:var(--bg-nav);z-index:1000;flex-direction:column;justify-content:center;align-items:center;width:100%;height:calc(100vh - 80px);transition:all .3s ease-in-out;position:fixed;top:80px;left:-100%}.nav-links.active{left:0}.hero-swiper{height:240px}.hero h2{font-size:1.8rem}.product-grid{grid-template-columns:1fr}.hero-buttons{flex-direction:column}.menu-filters{flex-direction:column;padding:10px}.category-filters{flex-wrap:nowrap;justify-content:flex-start;padding-bottom:10px;overflow-x:auto}.auth-box{padding:20px}.footer-bottom-inner{font-size:11px}}@media (max-width:991px){.nav-logo{width:180px!important;margin-left:-15px!important;transform:scale(1.3)!important}.nav-mascot{height:50px!important}.nav-actions{gap:10px!important}.hamburger-menu{display:flex!important}.theme-toggle{display:block!important}}@media (max-width:768px){.nav-logo{width:140px!important;margin-left:-5px!important;transform:scale(1.1)!important}.nav-mascot{height:40px!important}.nav-actions{flex-wrap:nowrap!important;gap:8px!important}.lang-dropdown-btn{padding:4px 8px!important;font-size:12px!important}.hamburger-menu{width:30px!important;min-width:30px!important;height:30px!important;padding:0!important;font-size:18px!important;display:flex!important}.theme-toggle{min-width:25px!important;font-size:16px!important;display:block!important}.lightbox-content{border-radius:10px!important;max-width:95vw!important;max-height:80vh!important}.navbar{width:100%!important;position:fixed!important;top:0!important}}.waterfall-loader-wrapper{background:var(--bg-light);z-index:99999;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .5s ease-out;display:flex;position:fixed;top:0;left:0;overflow:hidden}.waterfall-loader-wrapper.hidden{opacity:0;pointer-events:none}.waterfall-bottle{z-index:10;background:url(/bottle.png) bottom/contain no-repeat;width:140px;height:220px;animation:2.5s ease-in-out infinite floatBottle;position:relative}.waterfall-stream{filter:blur(2px);z-index:5;background:linear-gradient(#fff0 0%,#3498dbcc 30%,#85c1e9cc 80%,#3498db00 100%);border-radius:20px;width:30px;height:350px;animation:1s linear infinite waterfallDown;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.water-splash{filter:blur(6px);z-index:4;background:#3498db80;border-radius:50%;width:100px;height:30px;animation:1s linear infinite splashPulse;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}@keyframes floatBottle{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(2deg)}to{transform:translateY(0)rotate(0)}}@keyframes waterfallDown{0%{opacity:0;transform:translate(-50%,-50%)}20%{opacity:1}80%{opacity:1}to{opacity:0;transform:translate(-50%,80%)}}@keyframes splashPulse{0%{opacity:.8;transform:translate(-50%)scale(.5)}to{opacity:0;transform:translate(-50%)scale(1.8)}}.loader-text{color:var(--primary-teal);letter-spacing:3px;text-transform:uppercase;margin-top:50px;font-size:24px;font-weight:800;animation:1.5s ease-in-out infinite pulseText}@keyframes pulseText{0%,to{opacity:1}50%{opacity:.4}}.inline-bottle{display:inline-block;width:50px!important;height:80px!important}.inline-bottle .waterfall-stream{width:15px;height:200px;top:-100px}.inline-bottle .water-splash{width:40px;height:15px;bottom:-5px}.feature-filters::-webkit-scrollbar{display:none}.feature-btn{color:#555!important;cursor:pointer!important;background:#f4f6f8!important;border:1px solid #e0e0e0!important;border-radius:30px!important;outline:none!important;align-items:center!important;gap:8px!important;padding:8px 18px!important;font-size:14px!important;font-weight:600!important;transition:all .3s!important;display:flex!important;box-shadow:0 2px 5px #0000000d!important}.feature-btn:hover{background:#fff!important;transform:translateY(-2px)!important;box-shadow:0 4px 10px #0000001a!important}.feature-btn.active{color:#fff!important;background:#5dade2!important;border-color:#5dade2!important;box-shadow:0 4px 15px #5dade266!important}.falling-bottles-container{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.falling-bottle{opacity:.15;filter:drop-shadow(0 5px 10px #3498db33);background:url(/falling_bottle.svg) 50%/contain no-repeat;animation-name:fallDown;animation-timing-function:linear;animation-iteration-count:infinite;position:absolute;top:-150px}@keyframes fallDown{0%{transform:translateY(-150px) rotate(var(--rotation-start));opacity:0}10%{opacity:.2}90%{opacity:.2}to{transform:translateY(110%) rotate(var(--rotation-end));opacity:0}}.animate-crown{animation:2s infinite crownBounce;display:inline-block}@keyframes crownBounce{0%,to{transform:translateY(0)rotate(0)}50%{filter:drop-shadow(0 2px 4px #f1c40f80);transform:translateY(-3px)rotate(10deg)scale(1.1)}}.animate-like{animation:1.5s infinite likePulse;display:inline-block}@keyframes likePulse{0%,to{transform:scale(1)}50%{filter:drop-shadow(0 2px 5px #3498db66);transform:scale(1.15)rotate(-5deg)}}.animate-fire{animation:1.5s infinite fireFlicker;display:inline-block}@keyframes fireFlicker{0%,to{opacity:1;filter:drop-shadow(0 0 5px #e67e2266);transform:scale(1)rotate(0)}50%{opacity:.8;filter:drop-shadow(0 0 10px #e67e22cc);transform:scale(1.1)rotate(5deg)}}.animate-snow{animation:5s linear infinite snowSpin;display:inline-block}@keyframes snowSpin{0%{transform:rotate(0)}to{filter:drop-shadow(0 0 5px #3498db99);transform:rotate(360deg)}}.animate-star{animation:2s infinite starTwinkle;display:inline-block}@keyframes starTwinkle{0%,to{opacity:1;transform:scale(1)rotate(0)}50%{opacity:.7;filter:drop-shadow(0 0 8px #f39c1299);transform:scale(1.15)rotate(15deg)}}.menu-title-wrapper{text-align:center;justify-content:center;width:100%;margin-bottom:40px;display:flex}.menu-title-premium{letter-spacing:2px;text-transform:uppercase;background:linear-gradient(135deg, var(--primary-teal) 0%, #2980b9 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 4px 6px #0000001a);-webkit-background-clip:text;margin:0;padding:0;font-size:48px;font-weight:900;display:inline-block;position:relative;font-family:Poppins,sans-serif!important;font-size:clamp(36px,5vw,64px)!important}.menu-title-premium:after{content:"";background:linear-gradient(90deg, transparent, var(--primary-teal), transparent);border-radius:4px;width:80%;height:4px;position:absolute;bottom:-10px;left:10%}#scrollToTopBtn{background:linear-gradient(135deg, var(--primary-teal), #2980b9);border:none;transition:transform .3s,box-shadow .3s;animation:2s ease-in-out infinite floatUp;box-shadow:0 4px 15px #0003}#scrollToTopBtn:hover{transform:scale(1.1);box-shadow:0 6px 20px #0000004d}@keyframes floatUp{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.premium-card-icon{zIndex:2;background:#fffffff2;border:1px solid #0000000d;border-radius:50%;justify-content:center;align-items:center;padding:8px;font-size:24px;display:flex;position:absolute;box-shadow:0 4px 10px #00000026}.premium-card-icon.top{color:#fff;background:linear-gradient(135deg,#f1c40f,#f39c12);border:none;border-radius:8px;padding:6px 12px;font-size:14px;font-weight:700;top:10px;left:10px}.premium-card-icon.like{color:#3498db;bottom:10px;left:10px}.emoji-animate-bounce{animation:2s ease-in-out infinite emojiBounce;display:inline-block}.emoji-animate-shake{animation:2.5s ease-in-out infinite emojiShake;display:inline-block}.emoji-animate-flicker{animation:1.5s infinite alternate emojiFlicker;display:inline-block}.emoji-animate-spin{animation:4s linear infinite emojiSpin;display:inline-block}.emoji-animate-pulse{animation:1.5s ease-in-out infinite emojiPulse;display:inline-block}@keyframes emojiBounce{0%,to{filter:drop-shadow(0 0 5px #ffd700cc);transform:translateY(0)scale(1)}50%{filter:drop-shadow(0 0 15px gold);transform:translateY(-5px)scale(1.2)}}@keyframes emojiShake{0%,to{filter:drop-shadow(0 0 2px #3498db80);transform:rotate(0)scale(1)}25%{filter:drop-shadow(0 0 10px #3498dbcc);transform:rotate(-15deg)scale(1.1)}75%{filter:drop-shadow(0 0 10px #3498dbcc);transform:rotate(15deg)scale(1.1)}}@keyframes emojiFlicker{0%{filter:drop-shadow(0 0 5px #e74c3ccc);opacity:.9;transform:scale(1)skew(-2deg)}50%{filter:drop-shadow(0 0 15px #e74c3c);opacity:1;transform:scale(1.1)skew(2deg)}to{filter:drop-shadow(0 0 8px #e74c3ce6);opacity:.95;transform:scale(1)skew(-2deg)}}@keyframes emojiSpin{0%{filter:drop-shadow(0 0 5px #0ff9);transform:rotate(0)}50%{filter:drop-shadow(0 0 12px #0ff);transform:rotate(180deg)scale(1.1)}to{filter:drop-shadow(0 0 5px #0ff9);transform:rotate(360deg)}}@keyframes emojiPulse{0%,to{filter:drop-shadow(0 0 5px #f1c40f99);transform:scale(1)}50%{filter:drop-shadow(0 0 15px #f1c40f);transform:scale(1.3)rotate(20deg)}}body.dark-theme{--bg-light:#121212;--bg-white:#1e1e1e;--bg-nav:#1e1e1ef2;--bg-nav-scrolled:#1e1e1efa;--hero-bg-1:#1a2a29;--hero-bg-2:#1e1e1e;--text-dark:#f0f0f0;--text-muted:#aaa;--border-color:#333}@keyframes dynamicFallDown{0%{transform:translateY(-20vh)rotate(0)}to{transform:translateY(120vh)rotate(360deg)}}.premium-select{cursor:pointer;border-radius:50px;outline:none;min-width:220px;padding:12px 40px 12px 20px;font-size:15px;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #e74c3c26;color:#333!important;appearance:none!important;background-color:#fff!important;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23e74c3c%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E)!important;background-position:right 15px top 50%!important;background-repeat:no-repeat!important;background-size:12px!important;border:2px solid #e74c3c!important}body.dark-theme .premium-select{color:#fff!important;background-color:#1a1a1a!important;border-color:#e74c3c!important}.premium-select:focus,.premium-select:hover{transform:translateY(-2px);box-shadow:0 4px 25px #e74c3c66;border-color:#c0392b!important}@keyframes fadeUpProduct{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.product-card{animation-name:fadeUpProduct;animation-duration:.5s;animation-timing-function:cubic-bezier(.175,.885,.32,1.275);animation-fill-mode:both}}
