:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg-primary: #ffffff;--bg-secondary: #f5f7ff;--text-primary: #333333;--text-secondary: #666666;--text-light: #999999;--gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-secondary: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--shadow-light: rgba(0, 0, 0, .1);--shadow-medium: rgba(0, 0, 0, .2)}[data-theme=dark]{--bg-primary: #1a1a1a;--bg-secondary: #2d2d2d;--text-primary: #f0f0f0;--text-secondary: #d0d0d0;--text-light: #a0a0a0;--gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-secondary: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--shadow-light: rgba(0, 0, 0, .3);--shadow-medium: rgba(0, 0, 0, .5)}html,body,#root{height:100%}body{margin:0;display:flex;min-width:320px;min-height:100vh;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}#root{width:100%;display:flex;flex-direction:column}a{font-weight:500;color:#667eea;text-decoration:none;transition:color .25s ease}a:hover{color:#764ba2}button{border-radius:10px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#667eea;color:#fff;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1)}button:hover{background-color:#764ba2;transform:translateY(-2px);box-shadow:0 6px 20px #667eea59}button:active{transform:translateY(0);box-shadow:0 2px 10px #667eea40}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}input,textarea,select{font-family:inherit}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}#root{display:flex;flex-direction:column;min-height:100vh;height:100%}html{scroll-behavior:smooth}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f5f7fa;color:#333;overflow-x:hidden}.app{display:flex;flex-direction:column;min-height:100vh;width:100%}.app>header{flex-shrink:0}.app>section{flex:1 0 auto}.app>footer{flex-shrink:0;margin-top:auto}button{font-family:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;border:2px solid #f1f1f1}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 0 8px #667eea66}[data-theme=dark] ::-webkit-scrollbar-track{background:#2d2d2d}[data-theme=dark] ::-webkit-scrollbar-thumb{border-color:#2d2d2d}@media(max-width:768px){.app{min-height:100vh}}@media(max-width:480px){.app{min-height:100vh}}@media print{header,footer{display:none}}.header{position:sticky;top:0;z-index:1000;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);box-shadow:0 4px 20px #667eea40,0 8px 40px #764ba226;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-top{background:linear-gradient(90deg,#ff6b6b,#ff8e72);padding:.8rem;text-align:center;color:#fff;font-weight:700;font-size:.95rem;animation:slideDown .5s ease-out}.header-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1.2rem 2rem;gap:2rem;flex-wrap:wrap}.logo-section{flex:0 0 auto;display:flex;align-items:center}.logo-wrapper{display:flex;align-items:center;gap:.8rem;animation:slideIn .6s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.logo{font-size:3rem;animation:bounce 2.5s cubic-bezier(.68,-.55,.265,1.55) infinite;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}@keyframes bounce{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-15px) rotate(5deg)}50%{transform:translateY(0) rotate(0)}75%{transform:translateY(-8px) rotate(-5deg)}}.logo-text{display:flex;flex-direction:column;gap:0}.logo-text h1{margin:0;color:#fff;font-size:1.8rem;font-weight:800;text-shadow:3px 3px 6px rgba(0,0,0,.25);letter-spacing:.5px;line-height:1}.logo-text p{margin:0;color:gold;font-size:.75rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.nav{display:flex;gap:.5rem;flex:1;justify-content:center}.nav-link{color:#fff;text-decoration:none;font-weight:700;font-size:1rem;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;padding:.6rem 1.2rem;border-radius:50px;display:flex;align-items:center;gap:.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-link:hover{background:#ffffff40;transform:translateY(-3px) scale(1.05);box-shadow:0 6px 15px #0003}.nav-link.active{background:#ffd7004d;box-shadow:0 4px 10px #ffd7004d}.link-icon{font-size:1.1rem}.header-actions{display:flex;gap:1.5rem;align-items:center;flex:0 0 auto}.cart-btn{background:linear-gradient(135deg,#ff6b6b,#ff8e72);color:#fff;border:none;padding:.9rem 1.8rem;border-radius:50px;font-weight:800;font-size:1.05rem;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;box-shadow:0 6px 20px #ff6b6b66;display:flex;align-items:center;gap:.6rem;overflow:hidden}.cart-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#fff3;transition:left .3s ease;z-index:0}.cart-btn:hover:before{left:100%}.cart-btn:hover{transform:translateY(-5px) scale(1.08);box-shadow:0 10px 30px #ff6b6b80}.cart-icon{font-size:1.2rem;position:relative;z-index:1;animation:wobble .5s ease-in-out}.cart-text{position:relative;z-index:1}.theme-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;box-shadow:0 6px 20px #667eea66;display:flex;align-items:center;justify-content:center;overflow:hidden}.theme-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#fff3;transition:left .3s ease;z-index:0}.theme-btn:hover:before{left:100%}.theme-btn:hover{transform:translateY(-5px) scale(1.1) rotate(20deg);box-shadow:0 10px 30px #667eea99}.theme-btn:active{transform:scale(.95)}@keyframes wobble{0%,to{transform:rotate(0)}25%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}}.cart-badge{background:linear-gradient(135deg,gold,#ffed4e);color:#333;border-radius:50%;padding:.25rem .7rem;font-weight:900;font-size:.85rem;min-width:28px;text-align:center;box-shadow:0 2px 8px #00000040;position:relative;z-index:1;animation:pulse .6s ease-in-out}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.menu-toggle{display:none;background:#fff3;border:2px solid white;color:#fff;font-size:1.8rem;cursor:pointer;padding:.5rem .8rem;border-radius:10px;transition:all .3s ease;font-weight:700}.menu-toggle:hover{background:#ffffff4d;transform:scale(1.1)}@media(max-width:768px){.header-container{flex-direction:column;gap:1rem;padding:1rem}.logo-text h1{font-size:1.4rem}.nav{display:none;width:100%;flex-direction:column;gap:.5rem}.nav.active{display:flex}.nav-link{justify-content:center;width:100%}.menu-toggle{display:flex;align-items:center;justify-content:center}.header-actions{width:100%;justify-content:space-between}.cart-btn{padding:.8rem 1.5rem;font-size:.95rem}.header-top{font-size:.85rem;padding:.6rem}.logo-wrapper{gap:.6rem}.logo{font-size:2.5rem}}@media(max-width:480px){.header-container{padding:.8rem}.logo-text h1{font-size:1.2rem}.logo-text p{font-size:.65rem}.logo{font-size:2rem}.cart-text{display:none}.cart-btn{padding:.7rem 1rem}}[data-theme=dark] header{background:linear-gradient(135deg,#1a1a2e,#16213e);box-shadow:0 8px 32px #00000080}[data-theme=dark] .announcement{background:linear-gradient(90deg,#2d2d4a,#3d3d5c);color:gold}[data-theme=dark] .announcement-content{color:#f0f0f0}[data-theme=dark] .logo-text h1{color:#f0f0f0;text-shadow:3px 3px 8px rgba(0,0,0,.7)}[data-theme=dark] .logo-text p{color:gold}[data-theme=dark] .nav-link{color:#f0f0f0;background:#ffffff0d}[data-theme=dark] .nav-link:hover{background:#ffffff26;color:gold}[data-theme=dark] .cart-btn{background:linear-gradient(135deg,#ff6b6b,#ff8e72);box-shadow:0 6px 20px #ff6b6b4d}[data-theme=dark] .cart-btn:hover{box-shadow:0 10px 30px #ff6b6b66}[data-theme=dark] .theme-btn{box-shadow:0 6px 20px #667eea4d}[data-theme=dark] .theme-btn:hover{box-shadow:0 10px 30px #667eea80}.hero{position:relative;overflow:hidden;padding:5rem 2rem;min-height:700px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f093fb,#f5576c,#667eea,#764ba2,#f093fb);background-size:400% 400%;animation:gradientShift 15s ease infinite}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.hero-background{position:absolute;inset:0;z-index:1;pointer-events:none}.floating-balloon{position:absolute;font-size:2.5rem;animation:float 8s ease-in-out infinite;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.balloon-1{top:10%;left:10%;animation-delay:0s;animation:float 8s ease-in-out infinite}.balloon-2{top:15%;right:15%;animation-delay:1s}.balloon-3{bottom:20%;left:8%;animation-delay:2s}.balloon-4{top:30%;right:5%;animation-delay:.5s;font-size:2rem}.balloon-5{bottom:30%;right:10%;animation-delay:1.5s}@keyframes float{0%,to{transform:translateY(0) translate(0) rotate(0)}25%{transform:translateY(-30px) translate(15px) rotate(10deg)}50%{transform:translateY(-50px) translate(0) rotate(-5deg)}75%{transform:translateY(-25px) translate(-15px) rotate(8deg)}}.hero-content{position:relative;z-index:2;max-width:900px;text-align:center;animation:slideInUp 1s ease-out}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-block;background:#ffffff38;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;padding:.85rem 2.2rem;border-radius:50px;margin-bottom:1.5rem;font-weight:700;font-size:.9rem;letter-spacing:2px;text-transform:uppercase;box-shadow:0 8px 32px #0000002e,0 2px 8px #ffffff1a;border:1px solid rgba(255,255,255,.35);animation:slideDown .8s ease-out}.hero-title{font-size:3.8rem;font-weight:900;color:#fff;margin:0 0 1.5rem;text-shadow:4px 4px 12px rgba(0,0,0,.3);line-height:1.2;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:.8rem}.hero-title .word{display:inline-block;animation:fadeInUp .6s ease-out backwards}.hero-title .word:nth-child(1){animation-delay:.1s}.hero-title .word:nth-child(2){animation-delay:.2s}.hero-title .word:nth-child(3){animation-delay:.3s}.hero-title .word:nth-child(4){animation-delay:.4s}.hero-title .word:nth-child(5){animation-delay:.5s}.hero-title .word:nth-child(6){animation-delay:.6s}.hero-title .word:nth-child(7){animation-delay:.7s}.hero-subtitle{font-size:1.6rem;color:#fffffff2;margin:0 0 2.5rem;font-weight:600;text-shadow:2px 2px 8px rgba(0,0,0,.2);animation:slideInUp .8s ease-out .3s backwards}.hero-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2.5rem;padding:2rem;background:#ffffff1f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:24px;border:1px solid rgba(255,255,255,.25);animation:slideInUp .8s ease-out .4s backwards;max-height:300px;overflow:hidden;transition:all .4s ease;box-shadow:0 8px 32px #0000001a}.hero-features.expanded{max-height:500px}.feature{display:flex;align-items:center;gap:1rem;color:#fff;transition:all .3s ease}.feature:hover{transform:translateY(-5px)}.feature-icon{font-size:2.5rem;animation:bounce 2s cubic-bezier(.68,-.55,.265,1.55) infinite}.feature-text{text-align:left}.feature-text h4{margin:0;font-size:1.1rem;font-weight:700;color:gold}.feature-text p{margin:.3rem 0 0;font-size:.9rem;color:#fffc}.hero-decorations{display:flex;gap:2rem;justify-content:center;margin:2rem 0 2.5rem;flex-wrap:wrap;animation:slideInUp .8s ease-out .5s backwards}.decoration{font-size:3rem;display:inline-block;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.bounce-slow{animation:bounceDecoration 3s ease-in-out infinite}.bounce-slow-2{animation:bounceDecoration 3s ease-in-out infinite .2s}.bounce-slow-3{animation:bounceDecoration 3s ease-in-out infinite .4s}.bounce-slow-4{animation:bounceDecoration 3s ease-in-out infinite .6s}.bounce-slow-5{animation:bounceDecoration 3s ease-in-out infinite .8s}.bounce-slow-6{animation:bounceDecoration 3s ease-in-out infinite 1s}@keyframes bounceDecoration{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-30px) rotate(-10deg)}}.cta-section{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem;animation:slideInUp .8s ease-out .6s backwards}.cta-button{border:none;padding:1.15rem 3rem;font-size:1.2rem;font-weight:800;border-radius:50px;cursor:pointer;transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s ease;box-shadow:0 8px 28px #00000038,0 4px 12px #0000001a;text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden;min-width:200px}.cta-button.primary{background:linear-gradient(135deg,gold,#ffed4e);color:#333}.cta-button.secondary{background:#fff3;color:#fff;border:2px solid white;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button:hover{transform:translateY(-6px) scale(1.04);box-shadow:0 14px 40px #0000004d,0 6px 16px #0000001f}.cta-button:active{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 24px #0003}.toggle-btn{background:#ffffff26;color:#fff;border:2px solid white;padding:.7rem 1.5rem;border-radius:50px;font-weight:700;cursor:pointer;font-size:.95rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:slideInUp .8s ease-out .7s backwards}.toggle-btn:hover{background:#ffffff40;transform:translateY(-2px)}@media(max-width:768px){.hero{padding:3rem 1.5rem;min-height:600px}.hero-title{font-size:2.5rem}.hero-title .word{display:inline}.hero-subtitle{font-size:1.3rem}.hero-decorations{gap:1.5rem}.decoration{font-size:2rem}.hero-features{grid-template-columns:repeat(2,1fr);padding:1.5rem;gap:1rem}.feature-icon{font-size:2rem}.cta-button{padding:.9rem 2rem;font-size:1rem;min-width:160px}.floating-balloon{font-size:2rem}}@media(max-width:480px){.hero{padding:2rem 1rem;min-height:500px}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1.1rem}.hero-decorations{gap:1rem}.decoration{font-size:1.5rem}.hero-features{grid-template-columns:1fr;padding:1rem}.cta-section{flex-direction:column;gap:1rem}.cta-button{width:100%}.hero-badge{font-size:.75rem;padding:.6rem 1.5rem}.floating-balloon{font-size:1.5rem}}[data-theme=dark] .hero{background:linear-gradient(135deg,#2a1a4a,#1a1a3a,#3d2c5a,#2d2c4a,#2a1a4a);background-size:400% 400%}[data-theme=dark] .hero-content{z-index:10;position:relative}[data-theme=dark] .hero h2{color:#f0f0f0;text-shadow:3px 3px 10px rgba(0,0,0,.6)}[data-theme=dark] .hero p{color:#d0d0d0;text-shadow:2px 2px 6px rgba(0,0,0,.5)}[data-theme=dark] .floating-balloon{filter:drop-shadow(0 4px 8px rgba(0,0,0,.4))}[data-theme=dark] .features-grid{background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}[data-theme=dark] .feature-item{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}[data-theme=dark] .feature-item h4{color:gold}[data-theme=dark] .feature-item p{color:#d0d0d0}[data-theme=dark] .hero-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 6px 20px #667eea66}[data-theme=dark] .hero-btn:hover{box-shadow:0 10px 30px #667eea99}.product-card{width:100%;max-width:300px;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 2px 12px #0000000a,0 8px 28px #667eea14;transition:transform .3s ease,box-shadow .3s ease,border-color .2s ease;display:flex;flex-direction:column;border:1px solid rgba(102,126,234,.1)}.product-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #00000014,0 16px 48px #667eea24;border-color:#667eea33}.product-image-container{width:100%;height:240px;overflow:hidden;background:linear-gradient(145deg,#f5f7fc,#eef1f8);position:relative}.product-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-image-container img{transform:scale(1.03)}.product-info{padding:1.25rem 1.15rem;display:flex;flex-direction:column;flex:1;gap:.5rem}.product-info h3{font-size:1.18rem;margin:0 0 .15rem;font-weight:700;letter-spacing:.01em;color:#1a1a2e;line-height:1.35}.product-description{font-size:.875rem;color:#5a5a72;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-details,.product-meta{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;margin:0;color:#5a5a72}.product-meta span:first-child{letter-spacing:.05em}.price-row{display:flex;align-items:baseline;gap:.6rem;margin:.25rem 0 .5rem;flex-wrap:wrap}.price{font-size:1.35rem;font-weight:800;color:#667eea;letter-spacing:.02em}.original-price{font-size:.9rem;color:#9ca3af;text-decoration:line-through}.card-extra{font-size:.8rem;margin:.5rem 0 0;padding:.65rem .75rem;border-radius:12px;background:#667eea0f;border:1px solid rgba(102,126,234,.08)}.card-extra strong{display:block;color:#667eea;margin-bottom:.3rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.card-extra p{margin:0;color:#4b5563;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.add-btn{margin-top:auto;padding:.9rem 1.1rem;border:none;border-radius:14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:700;cursor:pointer;font-size:.95rem;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 14px #667eea66;letter-spacing:.02em}.add-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.add-btn:active{transform:translateY(0)}.add-btn:before{content:"🛒";font-size:1rem;margin-right:.4rem}[data-theme=dark] .product-card{background:#2d2d2d;border-color:#667eea38;box-shadow:0 2px 12px #0003,0 8px 28px #667eea1a}[data-theme=dark] .product-card:hover{box-shadow:0 8px 24px #0000004d,0 16px 48px #667eea2e}[data-theme=dark] .product-image-container{background:linear-gradient(145deg,#363636,#2a2a2a)}[data-theme=dark] .product-info h3{color:#f2f2f2}[data-theme=dark] .product-description,[data-theme=dark] .product-details,[data-theme=dark] .product-meta{color:#b8b8c8}[data-theme=dark] .original-price{color:#8b8b9e}[data-theme=dark] .card-extra{background:#667eea1f;border-color:#667eea2e}[data-theme=dark] .card-extra strong{color:#a5b4fc}[data-theme=dark] .card-extra p{color:#c0c0d0}.products{background:linear-gradient(180deg,#f5f7fa,#e8e8f5,#c3cfe2);padding:6rem 2rem;min-height:900px;position:relative;overflow:hidden}.products:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#667eea 50%,transparent 100%);opacity:.6;box-shadow:0 2px 12px #667eea33}.products-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.products h2{font-size:2.75rem;font-weight:900;margin:0 0 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;letter-spacing:.02em}.products-step-desc{text-align:center;color:#555;margin-bottom:2rem;font-size:1.1rem;font-weight:600}.products-loading{text-align:center;color:#666;padding:3rem}.no-products-msg{text-align:center;color:#666;padding:3rem;font-size:1.1rem}.step-back-btn{background:#667eea26;color:#667eea;border:2px solid #667eea;padding:.5rem 1rem;border-radius:10px;font-weight:700;cursor:pointer;margin-bottom:1.5rem;transition:all .25s ease}.step-back-btn:hover{background:#667eea;color:#fff}.main-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;max-width:600px;margin:0 auto 2rem}.main-category-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem 1.5rem;background:#fff;border:2px solid rgba(102,126,234,.2);border-radius:20px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #0000000f}.main-category-card:hover{transform:translateY(-6px);border-color:#667eea;box-shadow:0 12px 32px #667eea33;background:linear-gradient(135deg,#667eea14,#764ba214)}.main-card-img-wrap{width:100%;aspect-ratio:1;border-radius:16px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.main-card-img{width:100%;height:100%;object-fit:cover}.main-card-emoji{font-size:3rem}.main-card-label{font-size:1.25rem;font-weight:800;color:#333}.sub-category-grid{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:2rem}.sub-category-card{padding:.75rem 1.5rem;background:#fff;border:2px solid rgba(102,126,234,.25);border-radius:50px;font-weight:700;font-size:1rem;color:#333;cursor:pointer;transition:all .25s ease;box-shadow:0 2px 8px #0000000f;display:inline-flex;align-items:center;gap:.5rem}.sub-card-icon{font-size:1.25rem}.sub-category-card:hover{transform:translateY(-2px);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent;box-shadow:0 4px 16px #667eea66}.category-buttons{display:flex;gap:.75rem;margin-bottom:2rem;flex-wrap:wrap;justify-content:center}.category-buttons button{padding:.65rem 1.35rem;border:2px solid rgba(102,126,234,.25);background:#fff;color:#333;cursor:pointer;border-radius:50px;font-weight:700;font-size:.95rem;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease,border-color .25s ease;box-shadow:0 2px 8px #0000000f}.category-buttons button:hover{transform:translateY(-2px);background:#f0f0f8;border-color:#667eea66;box-shadow:0 4px 14px #667eea26;color:#1a1a2e}.category-buttons button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent;box-shadow:0 4px 16px #667eea73}.category-buttons button.active:hover{box-shadow:0 6px 22px #667eea8c;color:#fff}.section-header{text-align:center;margin-bottom:4rem;animation:slideInDown .8s ease-out;position:relative}.section-header:before{content:"";display:block;width:80px;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);margin:0 auto 1.5rem;border-radius:2px;animation:slideInLeft .8s ease-out}@keyframes slideInLeft{0%{width:0}to{width:80px}}.section-header h2{font-size:3.2rem;color:#333;margin:0 0 .8rem;font-weight:900;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:2px 2px 4px rgba(102,126,234,.1);animation:fadeInScale .8s ease-out .1s backwards}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.section-header p{font-size:1.3rem;color:#666;margin:0;font-weight:600;animation:fadeInUp .8s ease-out .2s backwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.75rem}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.products-grid{grid-template-columns:1fr}}@media(max-width:768px){.products{padding:3rem 1.5rem;min-height:auto}.section-header{margin-bottom:2.5rem}.section-header h2{font-size:2.2rem}.section-header p{font-size:1.1rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}}@media(max-width:480px){.products{padding:2rem 1rem}.section-header h2{font-size:1.8rem}.section-header p{font-size:1rem}.products-grid{grid-template-columns:1fr;gap:1.5rem}}[data-theme=dark] .products{background:linear-gradient(180deg,#1a1a2e,#252542,#2d2d4a)}[data-theme=dark] .products h2{background:linear-gradient(135deg,#a5b4fc,#c4b5fd,#e9d5ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .section-header h2{color:#f0f0f0}[data-theme=dark] .section-header p{color:#d0d0d0}[data-theme=dark] .products:before{background:linear-gradient(90deg,transparent 0%,#818cf8 50%,transparent 100%);opacity:.5}[data-theme=dark] .category-buttons button{background:#ffffff1f;color:#e2e8f0;border-color:#fff3;box-shadow:0 2px 12px #0003}[data-theme=dark] .category-buttons button:hover{background:#fff3;color:#fff;border-color:#ffffff59;box-shadow:0 4px 16px #667eea40}[data-theme=dark] .category-buttons button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent;box-shadow:0 4px 20px #667eea80}[data-theme=dark] .category-buttons button.active:hover{color:#fff;box-shadow:0 6px 24px #667eea99}[data-theme=dark] .products-step-desc{color:silver}[data-theme=dark] .step-back-btn{background:#667eea33;color:#a5b4fc;border-color:#818cf8}[data-theme=dark] .step-back-btn:hover{background:#667eea;color:#fff}[data-theme=dark] .main-category-card{background:#2d2d2d;border-color:#ffffff26}[data-theme=dark] .main-category-card:hover{background:#667eea33;border-color:#667eea}[data-theme=dark] .main-card-img-wrap{background:#3d3d3d}[data-theme=dark] .main-card-label{color:#f0f0f0}[data-theme=dark] .sub-category-card{background:#2d2d2d;color:#e0e0e0;border-color:#fff3}[data-theme=dark] .sub-category-card:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}[data-theme=dark] .no-products-msg,[data-theme=dark] .products-loading{color:#b0b0b0}.about{padding:4rem 2rem;background:linear-gradient(180deg,#f5f7fa,#e8e8f5,#c3cfe2);min-height:100vh;position:relative;overflow:hidden}.about-container{max-width:1200px;margin:0 auto}.about-header{text-align:center;margin-bottom:2.5rem;animation:slideInDown .8s ease-out}.about-header h2{font-size:2.4rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.6rem;font-weight:900}.about-header .subtitle{font-size:1.1rem;color:#666;font-weight:600}.about-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:2.5rem}.about-section{background:#fff;padding:1.35rem 1.5rem;border-radius:16px;box-shadow:0 6px 24px #0000000f,0 12px 40px #667eea0f;animation:slideUp .6s ease-out backwards;transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s ease;border-left:4px solid #667eea}.about-section:nth-child(1){animation-delay:.1s}.about-section:nth-child(2){animation-delay:.2s}.about-section:nth-child(3){animation-delay:.3s}.about-section:nth-child(4){animation-delay:.4s}.about-section:nth-child(5){animation-delay:.5s}.about-section:hover{transform:translateY(-6px);box-shadow:0 16px 48px #0000001a,0 20px 56px #667eea2e}.about-section.full-width{grid-column:1 / -1}.section-icon{font-size:2rem;margin-bottom:.6rem;display:inline-block}.about-section h3{font-size:1.35rem;color:#333;margin-bottom:.75rem;font-weight:800}.about-section p{color:#666;line-height:1.65;font-size:.92rem}.features-list{list-style:none;padding:0;margin:0}.features-list li{margin:.5rem 0;color:#666;line-height:1.6;font-size:.9rem}.achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-top:1.25rem}.achievement-item{text-align:center;padding:1.1rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:14px;color:#fff;animation:bounceIn .6s ease-out;box-shadow:0 8px 28px #667eea59;transition:transform .3s ease,box-shadow .3s ease}.achievement-item:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 12px 36px #667eea73}.achievement-number{font-size:1.75rem;font-weight:900;margin-bottom:.25rem}.achievement-label{font-size:.85rem;font-weight:600;opacity:.9}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}to{transform:scale(1)}}[data-theme=dark] .about{background:linear-gradient(180deg,#1a1a2e,#2d2d4a,#3d3d5c)}[data-theme=dark] .about-header h2{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .about-header .subtitle{color:#d0d0d0}[data-theme=dark] .about-section{background:#2d2d2d;box-shadow:0 8px 30px #0006;border-left-color:#667eea}[data-theme=dark] .about-section:hover{box-shadow:0 15px 50px #667eea66}[data-theme=dark] .about-section h3{color:#f0f0f0}[data-theme=dark] .about-section p,[data-theme=dark] .features-list li{color:#d0d0d0}@media(max-width:768px){.about-header h2{font-size:1.85rem}.about-content{grid-template-columns:1fr;gap:1.25rem}.about-section{padding:1.25rem 1.35rem}.achievements-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media(max-width:480px){.about{padding:2rem 1rem}.about-header h2{font-size:1.45rem}.about-section{padding:1.1rem 1.2rem}.section-icon{font-size:1.6rem}.achievements-grid{grid-template-columns:1fr}}.contact{padding:4rem 2rem;background:linear-gradient(180deg,#f5f7fa,#e8e8f5,#c3cfe2);min-height:100vh;position:relative;overflow:hidden}.contact-container{max-width:1200px;margin:0 auto}.contact-header{text-align:center;margin-bottom:4rem;animation:slideInDown .8s ease-out}.contact-header h2{font-size:3rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;font-weight:900}.contact-header .subtitle{font-size:1.3rem;color:#666;font-weight:600}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}.contact-info{display:grid;grid-template-columns:1fr;gap:2rem}.info-card{background:#fff;padding:2.5rem;border-radius:22px;box-shadow:0 6px 24px #0000000f,0 12px 40px #667eea0f;animation:slideUp .6s ease-out backwards;transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s ease;border-top:4px solid #667eea}.info-card:nth-child(1){animation-delay:.1s}.info-card:nth-child(2){animation-delay:.2s}.info-card:nth-child(3){animation-delay:.3s}.info-card:nth-child(4){animation-delay:.4s}.info-card:hover{transform:translateY(-10px);box-shadow:0 16px 48px #0000001a,0 20px 56px #667eea2e}.info-icon{font-size:2.5rem;margin-bottom:1rem;display:inline-block}.info-card h3{font-size:1.5rem;color:#333;margin-bottom:1.5rem;font-weight:800}.info-card p{color:#666;line-height:1.8;font-size:1rem}.info-card strong{color:#667eea;font-weight:700}.contact-form{background:#fff;padding:2.5rem;border-radius:22px;box-shadow:0 6px 24px #0000000f,0 12px 40px #667eea0f;animation:slideUp .6s ease-out .2s both}.contact-form h3{font-size:1.8rem;color:#333;margin-bottom:2rem;font-weight:800}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.8rem;color:#333;font-weight:600;font-size:1rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #e0e0e0;border-radius:10px;font-family:inherit;font-size:1rem;transition:all .3s ease;color:#333;background-color:#f9f9f9}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;background-color:#fff;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:150px}.submit-btn{width:100%;padding:1.2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:800;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 6px 20px #667eea66}.submit-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #667eea99}.submit-btn:active{transform:translateY(-1px)}.success-message{background:linear-gradient(135deg,#84fab0,#8fd3f4);color:#2d5016;padding:1.5rem;border-radius:10px;margin-bottom:2rem;font-weight:600;animation:slideDown .4s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.contact-faq{margin-top:4rem;padding:3rem;background:#fff;border-radius:20px;box-shadow:0 8px 30px #00000014}.contact-faq h3{font-size:2.2rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:3rem;text-align:center;font-weight:900}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.faq-item{padding:2rem;background:linear-gradient(135deg,#f5f7fa,#e8e8f5);border-radius:18px;border-left:4px solid #667eea;transition:transform .3s ease,box-shadow .3s ease}.faq-item:hover{transform:translateY(-6px);box-shadow:0 12px 36px #667eea26}.faq-item h4{color:#333;font-size:1.1rem;margin-bottom:1rem;font-weight:800}.faq-item p{color:#666;line-height:1.7;font-size:.95rem}@keyframes slideInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}[data-theme=dark] .contact{background:linear-gradient(180deg,#1a1a2e,#2d2d4a,#3d3d5c)}[data-theme=dark] .contact-header h2{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .contact-header .subtitle{color:#d0d0d0}[data-theme=dark] .info-card,[data-theme=dark] .contact-form{background:#2d2d2d;box-shadow:0 8px 30px #0006}[data-theme=dark] .info-card h3,[data-theme=dark] .contact-form h3,[data-theme=dark] .form-group label{color:#f0f0f0}[data-theme=dark] .info-card p{color:#d0d0d0}[data-theme=dark] .form-group input,[data-theme=dark] .form-group textarea{background-color:#3d3d3d;color:#f0f0f0;border-color:#4d4d4d}[data-theme=dark] .form-group input:focus,[data-theme=dark] .form-group textarea:focus{background-color:#2d2d2d;border-color:#667eea;box-shadow:0 0 0 3px #667eea33}[data-theme=dark] .contact-faq{background:#2d2d2d;box-shadow:0 8px 30px #0006}[data-theme=dark] .faq-item{background:#3d3d3d}[data-theme=dark] .faq-item h4{color:#f0f0f0}[data-theme=dark] .faq-item p{color:#d0d0d0}@media(max-width:1024px){.contact-content{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.contact-header h2{font-size:2rem}.contact-form{padding:2rem}.faq-grid{grid-template-columns:1fr}}@media(max-width:480px){.contact{padding:2rem 1rem}.contact-header h2{font-size:1.5rem}.info-card,.contact-form{padding:1.5rem}.contact-faq{padding:2rem 1rem}}.cart-overlay{position:fixed;inset:0;background-color:#000000a6;display:flex;justify-content:flex-end;z-index:2000;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-modal{background:#fff;width:100%;max-width:520px;height:100vh;display:flex;flex-direction:column;box-shadow:-12px 0 48px #0003,-4px 0 24px #667eea14;animation:slideInRight .4s cubic-bezier(.34,1.56,.64,1)}.cart-body{flex:1;display:flex;flex-direction:column;overflow:hidden;padding:0}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:3px solid rgba(255,255,255,.2);box-shadow:0 4px 20px #667eea40}.cart-header h2{margin:0;font-size:2rem;font-weight:900;letter-spacing:1px;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.close-btn{background:#fff3;border:2px solid white;color:#fff;font-size:2rem;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:700}.close-btn:hover{transform:rotate(90deg) scale(1.1);background:#ffffff4d}.empty-cart{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}.empty-icon{font-size:5.5rem;margin-bottom:1.5rem;animation:bounce 2.5s cubic-bezier(.68,-.55,.265,1.55) infinite;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.empty-cart p{margin:.8rem 0;color:#333;font-size:1.2rem;font-weight:700}.empty-text{color:#999;font-size:.95rem!important;font-weight:500}.cart-items{flex:1;overflow-y:auto;padding:1.25rem 1.5rem;border-bottom:1px solid #eee;min-height:120px}.cart-item{display:flex;gap:1.2rem;padding:1.2rem;background:linear-gradient(135deg,#667eea0f,#764ba20f);border-radius:16px;margin-bottom:1rem;align-items:center;animation:slideUp .3s ease-out;border:1px solid rgba(102,126,234,.12);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.cart-item:hover{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-color:#667eea40;transform:translate(6px);box-shadow:0 4px 16px #667eea1a}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.item-emoji{font-size:2.8rem;flex-shrink:0;animation:bounce 2.5s cubic-bezier(.68,-.55,.265,1.55) infinite}.item-details{flex:1}.item-details h4{margin:0 0 .4rem;color:#333;font-size:1.1rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.item-details p{margin:0;color:#666;font-size:.9rem;font-weight:600}.item-price{font-weight:900;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.15rem;min-width:90px;text-align:right}.remove-btn{background:none;border:none;font-size:1.4rem;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);padding:.5rem;opacity:.7}.remove-btn:hover{transform:scale(1.3) rotate(15deg);opacity:1}.cart-summary{padding:1rem 1.5rem;background:linear-gradient(135deg,#667eea14,#764ba214);border-top:1px solid #eee;flex-shrink:0}.customer-form{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem 1.5rem;background:#fafafa;border-top:1px solid #eee;flex-shrink:0}.form-label{display:block;font-size:.95rem;font-weight:700;color:#333;margin-bottom:.25rem}.form-input{width:100%;padding:.85rem 1rem;font-size:1rem;border:2px solid #e0e0e0;border-radius:10px;outline:none;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.form-input::placeholder{color:#999}.form-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea26}.form-input-address{min-height:56px}.cart-footer{padding:1rem 1.5rem 1.5rem;flex-shrink:0;border-top:1px solid #eee}.summary-row{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:1.05rem;color:#333;font-weight:600;transition:all .3s ease}.summary-row:hover{transform:translate(3px)}.summary-row span:last-child{font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.summary-row.savings{color:#27ae60}.summary-row.savings span:last-child{color:#27ae60;font-weight:900;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset}.summary-row.total{font-size:1.35rem;font-weight:900;margin-bottom:0;padding:.5rem 0}.checkout-btn{width:100%;padding:1.25rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;font-size:1.15rem;font-weight:800;cursor:pointer;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease;text-transform:uppercase;letter-spacing:1px;border-radius:14px;box-shadow:0 6px 24px #667eea59,0 2px 8px #764ba233}.checkout-btn:hover{transform:translateY(-4px);box-shadow:0 12px 36px #667eea73,0 4px 12px #764ba240}.checkout-btn:active{transform:translateY(-1px);box-shadow:0 6px 20px #667eea59}@media(max-width:768px){.cart-modal{max-width:100%}.cart-header h2{font-size:1.6rem}.cart-summary{padding:1.5rem}}.cart-items::-webkit-scrollbar{width:8px}.cart-items::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.cart-items::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px}.cart-items::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#764ba2,#667eea)}[data-theme=dark] .cart-overlay{background-color:#000c}[data-theme=dark] .cart-modal{background:#2d2d2d;box-shadow:-8px 0 30px #00000080}[data-theme=dark] .cart-header{background:linear-gradient(135deg,#667eea,#764ba2)}[data-theme=dark] .close-btn{color:#fff;transition:all .3s ease}[data-theme=dark] .close-btn:hover{background:#ffffff1a}[data-theme=dark] .cart-content,[data-theme=dark] .cart-items{background:#2d2d2d}[data-theme=dark] .cart-items::-webkit-scrollbar-track{background:#1a1a1a}[data-theme=dark] .cart-items::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2)}[data-theme=dark] .cart-items::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#764ba2,#667eea)}[data-theme=dark] .cart-item{border-bottom-color:#3d3d3d}[data-theme=dark] .item-name{color:#f0f0f0}[data-theme=dark] .item-price{color:gold}[data-theme=dark] .item-quantity{color:#d0d0d0}[data-theme=dark] .remove-btn{color:#ff6b6b;transition:all .3s ease}[data-theme=dark] .remove-btn:hover{background:#ff6b6b1a}[data-theme=dark] .cart-summary{border-top-color:#3d3d3d;background:#1a1a1a}[data-theme=dark] .summary-item{color:#d0d0d0}[data-theme=dark] .summary-item strong{color:#f0f0f0}[data-theme=dark] .total-amount{color:gold}[data-theme=dark] .savings{color:#4ade80}[data-theme=dark] .checkout-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 6px 20px #667eea4d}[data-theme=dark] .checkout-btn:hover{box-shadow:0 10px 30px #667eea80}[data-theme=dark] .empty-cart-message{color:#d0d0d0}[data-theme=dark] .empty-cart-icon{opacity:.6}[data-theme=dark] .customer-form{background:#1a1a1a;border-top-color:#3d3d3d}[data-theme=dark] .form-label{color:#e0e0e0}[data-theme=dark] .form-input{background:#2d2d2d;border-color:#444;color:#f0f0f0}[data-theme=dark] .form-input::placeholder{color:#888}[data-theme=dark] .form-input:focus{border-color:#667eea}[data-theme=dark] .cart-footer{border-top-color:#3d3d3d}.footer{background:linear-gradient(135deg,#1a1a1a,#2d2d2d,#1a1a1a);color:#eee;padding:4rem 2rem 0;margin-top:auto;position:relative;overflow:hidden;box-shadow:0 -4px 24px #00000026}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,#667eea 25%,#764ba2 50%,#667eea 75%,transparent 100%);animation:slideInLeftBar 1s ease-out;box-shadow:0 2px 12px #667eea4d}@keyframes slideInLeftBar{0%{transform:scaleX(0);transform-origin:left}to{transform:scaleX(1);transform-origin:left}}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3.5rem;padding:3.5rem 0 2rem}.footer-section{animation:slideInUp .8s ease-out backwards}.footer-section:nth-child(1){animation-delay:.1s}.footer-section:nth-child(2){animation-delay:.2s}.footer-section:nth-child(3){animation-delay:.3s}.footer-section:nth-child(4){animation-delay:.4s}@keyframes slideInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.store-info{padding:1.5rem;background:#667eea1a;border-radius:18px;border:1px solid rgba(102,126,234,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #00000026}.store-info h3{font-size:1.8rem;font-weight:900;margin:0 0 1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:1px}.store-info p{margin:.8rem 0;color:#bbb;line-height:1.6;font-weight:500}.tagline{color:gold;font-style:italic;font-weight:600}.footer-section h3,.footer-section h4{color:#667eea;font-weight:900;margin:0 0 1.5rem;font-size:1.35rem;letter-spacing:1px;position:relative;padding-bottom:.8rem;display:flex;align-items:center;gap:.5rem}.footer-section h4{font-size:1.15rem;color:#667eea}.footer-section h3:after,.footer-section h4:after{content:"";position:absolute;bottom:0;left:0;width:100%;max-width:60px;height:3px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;animation:slideInLeftUnder .8s ease-out}@keyframes slideInLeftUnder{0%{width:0;transform:translate(-10px)}to{width:100%;max-width:60px;transform:translate(0)}}.footer-section ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.9rem}.footer-section li{transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;padding-left:2rem}.footer-section li:before{content:"▸";position:absolute;left:0;color:#667eea;font-weight:700;font-size:1.2rem;opacity:0;transition:all .3s ease}.footer-section li:hover:before{opacity:1;transform:translate(5px)}.footer-section li:hover{transform:translate(8px)}.footer-section a{color:#aaa;text-decoration:none;transition:all .3s cubic-bezier(.34,1.56,.64,1);font-size:.95rem;font-weight:600;position:relative;display:inline-block}.footer-section a:hover{color:#667eea}.social-links{display:flex;flex-direction:column;gap:1rem}.social-btn{display:flex;align-items:center;gap:1rem;padding:.9rem 1.2rem;background:#667eea1a;border-radius:10px;color:#aaa;text-decoration:none;transition:all .3s cubic-bezier(.34,1.56,.64,1);border:1px solid rgba(102,126,234,.2);font-weight:600}.social-btn:hover{background:#667eea40;border-color:#667eea80;color:#667eea;transform:translateY(-4px);box-shadow:0 10px 28px #667eea40}.social-btn span:first-child{font-size:1.5rem;transition:transform .3s ease}.social-btn:hover span:first-child{transform:scale(1.2) rotate(10deg)}.contact-items{display:flex;flex-direction:column;gap:1.2rem}.contact-item{display:flex;gap:1rem;align-items:flex-start;padding:1rem;background:#667eea14;border-radius:10px;border-left:3px solid #667eea;transition:all .3s ease}.contact-item:hover{background:#667eea26;transform:translate(5px)}.contact-icon{font-size:1.8rem;flex-shrink:0;animation:bounce 2.5s cubic-bezier(.68,-.55,.265,1.55) infinite}.contact-item strong{display:block;color:#667eea;font-weight:700;margin-bottom:.3rem}.contact-item p{margin:0;color:#aaa;font-size:.9rem}.footer-divider{height:1px;background:linear-gradient(90deg,transparent 0%,rgba(102,126,234,.3) 50%,transparent 100%);margin:2rem 0}.footer-bottom{background:#0000004d;border-top:1px solid rgba(102,126,234,.2);padding:2rem}.footer-bottom-content{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;align-items:center;text-align:center}.footer-bottom p{margin:0;color:#999;font-size:.95rem;font-weight:600;letter-spacing:.5px}.footer-badges{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.badge{display:inline-flex;align-items:center;gap:.5rem;background:#667eea26;color:#667eea;padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:700;border:1px solid rgba(102,126,234,.3);transition:all .3s ease}.badge:hover{background:#667eea40;transform:translateY(-3px);box-shadow:0 6px 20px #667eea40}@media(max-width:1024px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2.5rem}.footer-bottom-content{flex-direction:column}}@media(max-width:768px){.footer{padding:3rem 1.5rem 0}.footer-content{grid-template-columns:1fr;gap:2rem;padding:2rem 0 1.5rem}.footer-section h3,.footer-section h4{font-size:1.2rem;margin-bottom:1rem}.store-info{padding:1.2rem}.store-info h3{font-size:1.5rem}.footer-bottom{padding:1.5rem}.footer-badges{gap:.8rem}.badge{font-size:.85rem;padding:.4rem .9rem}}@media(max-width:480px){.footer{padding:2rem 1rem 0}.footer-content{padding:1.5rem 0 1rem;gap:1.5rem}.footer-section h3,.footer-section h4{font-size:1.1rem;margin-bottom:.8rem}.footer-section ul{gap:.7rem}.footer-section li{padding-left:1.5rem}.social-btn{padding:.7rem 1rem;font-size:.9rem}.contact-item{padding:.8rem}.contact-icon{font-size:1.5rem}.footer-bottom-content{gap:1rem}.footer-bottom p{font-size:.85rem}.footer-badges{gap:.5rem}.badge{font-size:.75rem;padding:.3rem .7rem}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}[data-theme=dark] .footer{background:linear-gradient(135deg,#0f0f0f,#1a1a1a,#0f0f0f);color:#e0e0e0}[data-theme=dark] .footer-section h3{color:gold}[data-theme=dark] .footer-link{color:#d0d0d0}[data-theme=dark] .footer-link:hover{color:gold}[data-theme=dark] .store-info-box{background:#667eea1a;border:1px solid rgba(102,126,234,.2)}[data-theme=dark] .store-info-box h3{color:gold}[data-theme=dark] .store-info-box p{color:#d0d0d0}[data-theme=dark] .store-tagline{color:#b0b0b0}[data-theme=dark] .social-icons a{background:#667eea33;color:#667eea;border:1px solid rgba(102,126,234,.3)}[data-theme=dark] .social-icons a:hover{background:#667eea;color:#fff;border-color:#667eea}[data-theme=dark] .contact-item{color:#d0d0d0}[data-theme=dark] .contact-item strong{color:gold}[data-theme=dark] .footer-badges{border-top-color:#3d3d3d}[data-theme=dark] .badge{background:#667eea1a;border-color:#667eea33;color:#667eea}[data-theme=dark] .footer-bottom{color:#999;border-top-color:#3d3d3d}
