:root{--primary:#ff7a00;--secondary:#ff7a00;--text-dark:#121212;--text-light:#666;--border:#e0e0e0;--bg-light:#f8f9fa;--bg-white:#fff}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);background:#fff;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600}button{cursor:pointer;font-family:inherit;transition:all .2s}input,textarea,select{font-family:inherit}a{color:inherit;text-decoration:none}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.coming-soon-container{text-align:center;flex-direction:column;align-items:center;padding:10px 0;display:flex}.coming-soon-icon{margin-bottom:12px;font-size:42px}.coming-soon-badge{color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#ff7a00 0%,#ff9a2e 100%);border-radius:20px;margin:16px 0 12px;padding:8px 18px;font-size:14px;font-weight:700}.coming-soon-text{color:#666;max-width:320px;margin-bottom:20px;font-size:13px;line-height:1.5}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;box-sizing:border-box;background-color:#0000008c;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:440px;margin:auto;animation:.25s ease-out forwards modalFadeIn;position:relative;overflow:hidden;box-shadow:0 20px 40px #0003}.modal-content.register-modal{max-width:500px}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95)translateY(-10px)}to{opacity:1;transform:scale(1)translateY(0)}}.modal-close{color:#555;cursor:pointer;z-index:10;background:#f4f5f7;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.modal-close:hover{color:#fff;background:#ff7a00}.modal-body{box-sizing:border-box;flex-direction:column;padding:36px 30px 30px;display:flex}.register-modal .modal-body{max-height:calc(100vh - 100px);overflow-y:auto}.modal-title{color:#1a1a1a;text-align:center;margin:0 0 6px;font-size:24px;font-weight:700;line-height:1.3;display:block}.modal-subtitle{color:#718096;text-align:center;margin:0 0 24px;font-size:13px;line-height:1.4;display:block}.login-form,.register-form{flex-direction:column;gap:16px;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:#2d3748;font-size:13px;font-weight:600}.form-group input,.form-group textarea{color:#1a202c;box-sizing:border-box;background-color:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:12px 14px;font-size:14px;transition:all .2s}.form-group input:focus,.form-group textarea:focus{background-color:#fff;border-color:#ff7a00;box-shadow:0 0 0 3px #ff7a001f}.login-btn,.register-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff7a00 0%,#ff9a2e 100%);border:none;border-radius:8px;margin-top:8px;padding:12px;font-size:15px;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #ff7a0040}.login-btn:hover,.register-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #ff7a0059}.login-btn:disabled,.register-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.error-message{color:#c53030;text-align:center;background-color:#fff5f5;border:1px solid #feb2b2;border-radius:8px;margin-bottom:16px;padding:10px 12px;font-size:13px}.auth-links{text-align:center;color:#718096;margin-top:20px;font-size:13px}.auth-links p{margin:0}.switch-btn{color:#ff7a00;cursor:pointer;background:0 0;border:none;padding:0 0 0 4px;font-size:13px;font-weight:600;text-decoration:underline}.switch-btn:hover{color:#e06c00}.register-modal .modal-body::-webkit-scrollbar{width:6px}.register-modal .modal-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.register-modal .modal-body::-webkit-scrollbar-thumb{background:#ff7a00;border-radius:10px}@media (width<=768px){.modal-overlay{padding:16px}.modal-content,.modal-content.register-modal{border-radius:12px;max-width:100%}.modal-body{padding:30px 20px 20px}.modal-title{font-size:20px}.modal-subtitle{margin-bottom:16px;font-size:12px}}.header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#fffffff2;border-bottom:1px solid #f0f0f0;padding:.85rem 0;position:sticky;top:0;box-shadow:0 4px 18px #0000000a}.header-container{justify-content:space-between;align-items:center;gap:1.5rem;max-width:1320px;margin:0 auto;padding:0 1.5rem;display:flex;position:relative}.mobile-menu-btn{cursor:pointer;color:#1a1a1a;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.25rem;transition:background .2s;display:none}.mobile-menu-btn:hover{background:#f5f5f5}.logo-section{flex-shrink:0}.logo{align-items:center;gap:.6rem;text-decoration:none;transition:transform .2s;display:flex}.logo:hover{transform:translateY(-1px)}.logo-icon-img{object-fit:contain;width:auto;height:36px}.logo-text-img{object-fit:contain;width:auto;height:24px}.nav-menu{align-items:center;gap:2.25rem;display:flex}.nav-link{color:#2c3e50;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s;position:relative}.nav-link:hover{color:#ff7a00}.header-actions{flex-shrink:0;align-items:center;gap:1rem;display:flex}.search-bar{background:#f4f5f7;border:1.5px solid #0000;border-radius:20px;align-items:center;padding:.4rem .75rem .4rem 1rem;transition:all .25s;display:flex}.search-bar-desktop{width:210px}.search-bar-mobile{box-sizing:border-box;width:100%}.search-bar:focus-within{background:#fff;border-color:#ff7a00;box-shadow:0 0 0 3px #ff7a001f}.search-bar input{color:#1a1a1a;background:0 0;border:none;outline:none;width:100%;font-size:.88rem}.search-icon-btn{cursor:pointer;color:#64748b;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex}.search-icon-btn:hover{color:#ff7a00}.mobile-search-toggle-btn{color:#1a1a1a;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:none}.mobile-search-toggle-btn:hover{color:#ff7a00;border-color:#ff7a00}.mobile-search-dropdown{background:#fff;border-top:1px solid #f0f0f0;padding:.75rem 1rem;display:none;box-shadow:0 4px 10px #0000000d}.cart-button{color:#1a1a1a;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:relative}.cart-button:hover{color:#ff7a00;border-color:#ff7a00;box-shadow:0 3px 10px #ff7a0026}.cart-badge{color:#fff;background:#ff7a00;border:2px solid #fff;border-radius:10px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.auth-menu,.user-menu{position:relative}.profile-icon-button{color:#1a1a1a;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.profile-icon-button:hover{border-color:#ff7a00;box-shadow:0 3px 10px #ff7a0026}.user-button{color:#1a1a1a;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;align-items:center;gap:.4rem;padding:.4rem .9rem;font-size:.88rem;font-weight:600;transition:all .2s;display:flex}.user-button:hover{color:#ff7a00;border-color:#ff7a00}.auth-dropdown,.user-dropdown{z-index:1001;background:#fff;border:1px solid #e2e8f0;border-radius:10px;min-width:170px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 10px 25px #00000014}.auth-dropdown-item,.dropdown-item{text-align:left;cursor:pointer;color:#2c3e50;background:0 0;border:none;width:100%;padding:.7rem 1rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.auth-dropdown-item:hover,.dropdown-item:hover{color:#ff7a00;background:#fff5e6}.logout-item{color:#e53e3e;border-top:1px solid #f0f0f0}.logout-item:hover{color:#e53e3e;background:#fff5f5}.mobile-sidebar-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;background:#0f172a80;position:fixed;inset:0}.mobile-sidebar{z-index:9999;background:#fff;flex-direction:column;width:280px;max-width:80vw;height:100vh;transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:10px 0 30px #0000001f}.mobile-sidebar.open{transform:translate(0)}.mobile-sidebar-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.mobile-logo{align-items:center;gap:.5rem;display:flex}.orange-dot{background-color:#ff7a00;border-radius:50%;width:8px;height:8px}.mobile-logo h2{color:#0f172a;margin:0;font-size:1.1rem;font-weight:800}.mobile-sidebar-close{cursor:pointer;color:#555;background:#f4f5f7;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.mobile-sidebar-close:hover{color:#fff;background:#ff7a00}.mobile-sidebar-content{flex-direction:column;flex:1;padding:1rem 0;display:flex;overflow-y:auto}.mobile-section,.mobile-categories-section{flex-direction:column;margin-bottom:1rem;display:flex}.mobile-section-title{text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;padding:0 1.25rem .5rem;font-size:.72rem;font-weight:800}.mobile-category-link{color:#475569;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s;display:flex}.mobile-category-link:hover{color:#ff7a00;background:#fff5e6}.mobile-cart-drawer-item{position:relative}.mobile-drawer-cart-badge{color:#fff;background:#ff7a00;border-radius:10px;margin-right:.25rem;padding:2px 7px;font-size:.72rem;font-weight:700}.cat-icon{color:#ff7a00;justify-content:center;align-items:center;display:flex}.cat-label{flex:1}.arrow-icon{color:#cbd5e1;transition:transform .2s,color .2s}.mobile-category-link:hover .arrow-icon{color:#ff7a00;transform:translate(3px)}.mobile-auth-section{background:#faf9f6;border-top:1px solid #f0f0f0;margin-top:auto;padding:1rem 1.25rem}.mobile-auth-grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.mobile-auth-btn{cursor:pointer;border-radius:8px;width:100%;padding:.65rem 1rem;font-size:.88rem;font-weight:600;transition:all .2s}.mobile-auth-btn.login{color:#ff7a00;background:#fff;border:1.5px solid #ff7a00}.mobile-auth-btn.register{color:#fff;background:#ff7a00;border:1.5px solid #ff7a00}.mobile-user-card-wrapper{flex-direction:column;gap:.75rem;display:flex}.mobile-user-card{background:#fff;border:1px solid #e8e6e1;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem;text-decoration:none;transition:border-color .2s;display:flex}.mobile-user-card:hover{border-color:#ff7a00}.user-avatar-icon{color:#ff7a00;background:#fff5e6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.user-info{flex-direction:column;flex:1;display:flex;overflow:hidden}.user-title{color:#0f172a;font-size:.85rem;font-weight:700}.user-subtext{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.mobile-auth-btn.logout{color:#e53e3e;background:#fff5f5;border:1px solid #fed7d7;justify-content:center;align-items:center;gap:.5rem;display:flex}.mobile-category-link:hover .icon-flame svg{animation:.8s infinite alternate flamePulse}.mobile-category-link:hover .icon-sparkle svg{animation:1.2s infinite sparkleRotate}.mobile-category-link:hover .icon-drive svg{animation:.4s infinite alternate driveBounce}.mobile-category-link:hover .icon-gamepad svg{animation:.5s infinite alternate gamepadWobble}.mobile-category-link:hover .icon-crosshair svg{animation:3s linear infinite crosshairSpin}.mobile-category-link:hover .icon-watch svg{animation:1s infinite watchTick}.mobile-category-link:hover .icon-gift svg{animation:.6s infinite giftBounce}.mobile-category-link:hover .icon-package svg{animation:.5s infinite alternate packageShake}@keyframes flamePulse{0%{filter:drop-shadow(0 0 2px #ff572266);transform:scale(1)}to{filter:drop-shadow(0 0 8px #ff3d00cc);transform:scale(1.22)}}@keyframes sparkleRotate{0%{transform:rotate(0)scale(1)}50%{transform:rotate(180deg)scale(1.18)}to{transform:rotate(360deg)scale(1)}}@keyframes driveBounce{0%{transform:translate(0)}to{transform:translate(4px)}}@keyframes gamepadWobble{0%{transform:rotate(-10deg)}to{transform:rotate(10deg)}}@keyframes crosshairSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes watchTick{0%,to{transform:scale(1)}50%{transform:scale(1.15)rotate(12deg)}}@keyframes giftBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes packageShake{0%{transform:rotate(-5deg)}to{transform:rotate(5deg)}}@media (width<=868px){.nav-menu,.search-bar-desktop,.header-user-auth-desktop,.cart-button{display:none!important}.mobile-menu-btn,.mobile-search-toggle-btn{display:flex}.mobile-search-dropdown{display:block}.header-container{padding:0 1rem}}.footer{color:#a0a5b5;background-color:#0f1115;border-top:1px solid #1f2430;margin-top:5rem;padding:4rem 0 2rem;font-family:inherit}.footer-container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.footer-content{grid-template-columns:1.5fr repeat(3,1fr);gap:3rem;margin-bottom:3.5rem;display:grid}.brand-logo{color:#fff;letter-spacing:-.5px;margin-bottom:1rem;font-size:1.5rem;font-weight:800}.brand-description{color:#83899b;max-width:320px;font-size:.925rem;line-height:1.6}.footer-section h4{color:#fff;justify-content:space-between;align-items:center;margin-bottom:1.25rem;font-size:1rem;font-weight:600;display:flex}.accordion-icon{font-size:1.25rem;transition:transform .3s;display:none}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#a0a5b5;font-size:.9rem;text-decoration:none;transition:color .2s,transform .2s;display:inline-block}.footer-links a:hover{color:#ff7a00;transform:translate(3px)}.social-links{flex-direction:column;gap:.6rem;display:flex}.social-btn{color:#a0a5b5;background-color:#ffffff08;border-radius:6px;align-items:center;gap:.5rem;width:fit-content;padding:.4rem .6rem;font-size:.9rem;text-decoration:none;transition:background-color .2s,color .2s;display:inline-flex}.social-btn:hover{color:#ff7a00;background-color:#ff7a001f}.footer-bottom{color:#6c7284;border-top:1px solid #1f2430;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;display:flex}.footer-credit{margin:0}@media (width<=1024px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (width<=768px){.footer{margin-top:3rem;padding:2.5rem 0 1.5rem}.footer-content{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}.footer-brand{border-bottom:1px solid #1f2430;margin-bottom:1rem;padding-bottom:1rem}.brand-description{max-width:100%}.footer-section{border-bottom:1px solid #1f2430;padding-bottom:.75rem}.footer-section h4{cursor:pointer;-webkit-user-select:none;user-select:none;margin-bottom:0;padding:.5rem 0}.accordion-icon{display:inline-block}.footer-section .footer-links,.footer-section .social-links{opacity:0;max-height:0;transition:max-height .3s ease-out,opacity .2s;overflow:hidden}.footer-section.is-open .footer-links,.footer-section.is-open .social-links{opacity:1;max-height:300px;margin-top:.75rem;margin-bottom:.5rem}.footer-section.is-open .accordion-icon{color:#ff7a00;transform:rotate(45deg)}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem;padding-top:1.5rem}}.cart-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172a80;justify-content:flex-end;display:flex;position:fixed;inset:0}.cart-drawer{background:#fff;flex-direction:column;width:100%;max-width:450px;height:100vh;animation:.3s cubic-bezier(.16,1,.3,1) slideInRight;display:flex;overflow:hidden;box-shadow:-10px 0 30px #00000026}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.cart-header h2{color:#0f172a;margin:0;font-size:1.25rem;font-weight:700}.cart-header .close-btn{color:#64748b;cursor:pointer;background:#f4f5f7;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;transition:all .2s;display:flex}.cart-header .close-btn:hover{color:#fff;background:#ff7a00}.cart-content{flex:1;overflow-y:auto}.empty-cart{text-align:center;color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;height:100%;padding:2rem;display:flex}.empty-icon{opacity:.6;font-size:3.5rem}.empty-cart p:first-of-type{color:#1e293b;margin:0;font-size:1.2rem;font-weight:700}.empty-hint{margin:0;font-size:.88rem}.cart-items{flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.cart-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:1rem;padding:.85rem;transition:border-color .2s;display:flex}.cart-item:hover{border-color:#cbd5e1}.cart-item-image-wrapper{background:#f8fafc;border-radius:8px;justify-content:center;align-items:center;width:72px;min-width:72px;height:72px;display:flex;overflow:hidden}.cart-item-image{object-fit:cover;width:100%;height:100%}.cart-item-info{flex-direction:column;flex:1;gap:.5rem;min-width:0;display:flex}.cart-item-details h4{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;margin:0 0 .2rem;font-size:.92rem;font-weight:600;overflow:hidden}.item-price{color:#ff7a00;margin:0;font-size:.88rem;font-weight:700}.cart-item-actions{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.cart-item-controls{background:#fff;border:1.5px solid #e2e8f0;border-radius:6px;align-items:center;display:flex;overflow:hidden}.cart-item-controls button{cursor:pointer;color:#334155;background:#fff;border:none;justify-content:center;align-items:center;width:28px;height:28px;font-size:.95rem;font-weight:600;transition:background .2s;display:flex}.cart-item-controls button:disabled{opacity:.4;cursor:not-allowed}.cart-item-controls button:hover:not(:disabled){color:#ff7a00;background:#f1f5f9}.cart-item-controls span{text-align:center;color:#0f172a;width:28px;font-size:.85rem;font-weight:600}.cart-item-total{color:#0f172a;font-size:.9rem;font-weight:700}.remove-btn{cursor:pointer;color:#94a3b8;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;transition:all .2s;display:flex}.remove-btn:hover{color:#ef4444;background:#fee2e2}.cart-footer{background:#fff;border-top:1px solid #f0f0f0;flex-direction:column;gap:.85rem;padding:1.25rem 1.5rem;display:flex}.cart-totals{background:#f8fafc;border-radius:10px;flex-direction:column;gap:.6rem;padding:1rem;font-size:.9rem;display:flex}.cart-totals>div{color:#64748b;justify-content:space-between;display:flex}.shipping-free{color:#10b981;font-weight:600}.total{color:#0f172a;border-top:1px solid #e2e8f0;padding-top:.6rem;font-size:1.05rem;font-weight:800}.checkout-btn{color:#fff;cursor:pointer;background:#ff7a00;border:none;border-radius:10px;padding:.9rem;font-size:.95rem;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #ff7a0040}.checkout-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #ff7a0059}.continue-shopping-btn{color:#ff7a00;cursor:pointer;background:#fff;border:2px solid #ff7a00;border-radius:10px;padding:.75rem;font-size:.9rem;font-weight:700;transition:all .2s}.continue-shopping-btn:hover{background:#fff5e6}@media (width<=480px){.cart-drawer{width:100vw}.cart-header{padding:1rem}.cart-items{gap:.75rem;padding:.85rem}.cart-item{gap:.75rem;padding:.65rem}.cart-item-image-wrapper{width:60px;min-width:60px;height:60px}.cart-item-details h4{font-size:.85rem}.item-price{font-size:.8rem}.cart-footer{padding:1rem}.cart-totals{padding:.75rem;font-size:.85rem}}.bottom-nav{-webkit-backdrop-filter:blur(16px);z-index:9000;height:64px;padding-bottom:env(safe-area-inset-bottom,0px);background-color:#fffffff2;border-top:1px solid #e2e8f0cc;justify-content:space-around;align-items:center;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000000f}.bottom-nav-item{color:#64748b;cursor:pointer;-webkit-tap-highlight-color:transparent;vertical-align:middle;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;height:100%;margin:0;padding:0;font-size:.72rem;font-weight:500;text-decoration:none;transition:color .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.bottom-nav-item:active{transform:scale(.94)}.bottom-nav-item.active{color:#ff5722;font-weight:700}.bottom-nav-item.active:before{content:"";background-color:#ff5722;border-bottom-right-radius:4px;border-bottom-left-radius:4px;width:24px;height:3px;position:absolute;top:0}.bottom-nav-icon-wrapper{width:24px;height:24px;color:inherit;justify-content:center;align-items:center;display:inline-flex;position:relative}.bottom-nav-icon{transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:block}.bottom-nav-item.active .bottom-nav-icon{transform:translateY(-1px)}.bottom-nav-badge{color:#fff;background:#ff5722;border:2px solid #fff;border-radius:10px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.65rem;font-weight:800;animation:1.8s infinite badgePulse;display:flex;position:absolute;top:-4px;right:-8px;box-shadow:0 2px 4px #ff57224d}.bottom-nav-label{letter-spacing:-.1px;line-height:1.2}.chat-notice-toast{color:#fff;z-index:9999;white-space:nowrap;background:#0f172a;border:1px solid #ff572266;border-radius:20px;padding:.6rem 1.2rem;font-size:.8rem;font-weight:600;animation:2.5s forwards toastFadeInOut;position:fixed;bottom:80px;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #0003}@keyframes toastFadeInOut{0%{opacity:0;transform:translate(-50%,10px)}15%{opacity:1;transform:translate(-50%)}85%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-10px)}}.bottom-nav-item:hover .icon-home-bounce svg,.bottom-nav-item.active .icon-home-bounce svg{animation:.5s cubic-bezier(.36,.07,.19,.97) homeBounce}.bottom-nav-item:hover .icon-shop-swing svg,.bottom-nav-item.active .icon-shop-swing svg{animation:.6s ease-in-out shopSwing}.bottom-nav-item:hover .icon-chat-bounce svg,.bottom-nav-item:active .icon-chat-bounce svg{animation:.5s ease-in-out chatBounce}.bottom-nav-item:hover .icon-cart-shake svg,.bottom-nav-item.active .icon-cart-shake svg{animation:.5s ease-in-out cartShake}.bottom-nav-item:hover .icon-user-pulse svg,.bottom-nav-item.active .icon-user-pulse svg{animation:.5s ease-in-out userPulse}@keyframes homeBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes shopSwing{0%{transform:rotate(0)}25%{transform:rotate(-12deg)}75%{transform:rotate(12deg)}to{transform:rotate(0)}}@keyframes chatBounce{0%,to{transform:scale(1)}50%{transform:scale(1.18)}}@keyframes cartShake{0%{transform:translate(0)}25%{transform:translate(-3px)rotate(-5deg)}75%{transform:translate(3px)rotate(5deg)}to{transform:translate(0)}}@keyframes userPulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes badgePulse{0%{transform:scale(.95)}50%{transform:scale(1.1)}to{transform:scale(.95)}}@media (width<=868px){.bottom-nav{display:flex}}.product-card,.product-card *{box-sizing:border-box}.product-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;height:100%;transition:all .25s ease-in-out;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000000a}.product-card:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 12px 24px -6px #0f172a14}.product-image-wrapper{aspect-ratio:1;background-color:#f8fafc;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.product-image{object-fit:contain;width:100%;height:100%;padding:.5rem;transition:transform .4s}.product-card:hover .product-image{transform:scale(1.04)}.badge-stock{z-index:2;color:#166534;letter-spacing:.5px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffeb;border:1px solid #16653426;border-radius:6px;padding:4px 8px;font-size:.65rem;font-weight:800;position:absolute;top:10px;left:10px}.product-content{text-align:left;flex-direction:column;flex:1;padding:1rem 1.15rem 1.15rem;display:flex}.product-title{color:#0f172a;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0 0 .35rem;font-size:1rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.product-rating{align-items:center;gap:.25rem;margin-bottom:.6rem;font-size:.825rem;display:flex}.star-icon{color:#f59e0b;fill:#f59e0b;flex-shrink:0}.rating-val{color:#1e293b;font-weight:700}.reviews-count{color:#94a3b8;font-size:.8rem}.product-description{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin:0 0 1rem;font-size:.825rem;line-height:1.45;display:-webkit-box;overflow:hidden}.product-footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;padding-top:.75rem;display:flex}.price-tag{color:#0f172a;align-items:baseline;gap:2px;display:flex}.currency{color:#ff7a00;font-size:.95rem;font-weight:800}.amount{letter-spacing:-.02em;font-size:1.25rem;font-weight:800}.add-to-cart-btn{color:#fff;cursor:pointer;background-color:#0f172a;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.35rem;padding:.55rem .9rem;font-size:.825rem;font-weight:700;transition:all .2s;display:inline-flex}.add-to-cart-btn:hover{background-color:#ff7a00;transform:translateY(-1px)}.add-to-cart-btn:active{transform:translateY(0)}@media (width<=480px){.product-content{padding:.85rem}.product-title{font-size:.9rem}.amount{font-size:1.1rem}.add-to-cart-btn{padding:.5rem .75rem}}:root{--primary-orange:#ff5722;--primary-orange-hover:#e64a19;--primary-orange-light:#fff3e0;--card-bg:#fff;--card-bg-elevated:#f4f3ef;--text-dark:#0f172a;--text-muted:#64748b;--border-color:#e8e6e1}.home-page{min-height:100vh;color:var(--text-dark);background:linear-gradient(-45deg,#faf9f6,#f7f4ee,#fff7f2,#f5ede6,#faf9f6) 0 0/400% 400%;padding-bottom:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;animation:15s infinite smoothBgGlow}@keyframes smoothBgGlow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.section-container{max-width:1240px;margin:1.25rem auto;padding:0 1rem}.hero-slider{background-color:#121212;width:100%;max-height:380px;position:relative;overflow:hidden}.slider-wrapper{transition:transform .5s ease-in-out;display:flex}.slide{min-width:100%}.slide img{object-fit:cover;width:100%;height:auto;max-height:380px;display:block}.slider-dots{z-index:10;gap:6px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.dot{cursor:pointer;background:#fff6;border-radius:50%;width:8px;height:8px;transition:all .3s}.dot.active{background:var(--primary-orange);border-radius:10px;width:22px}.section-header-simple{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.section-header-simple h2{margin:0;font-size:1.25rem;font-weight:800}.see-more-text{color:var(--primary-orange);font-size:.9rem;font-weight:700;text-decoration:none;transition:color .2s}.see-more-text:hover{color:var(--primary-orange-hover)}.categories-grid{-ms-overflow-style:none;scrollbar-width:none;grid-template-columns:repeat(8,1fr);gap:.75rem;padding-bottom:.5rem;display:grid;overflow-x:auto}.categories-grid::-webkit-scrollbar{display:none}.category-card{background:var(--card-bg);text-align:center;color:var(--text-dark);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:.85rem .5rem;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;box-shadow:0 2px 8px #00000008}.category-card:hover{border-color:#ff57224d;transform:translateY(-3px);box-shadow:0 6px 16px #ff57221f}.cat-icon-wrapper{color:var(--primary-orange);justify-content:center;align-items:center;margin-bottom:.35rem;display:flex}.cat-name{white-space:nowrap;font-size:.78rem;font-weight:700}.promo-badges-section{box-sizing:border-box;width:100%;max-width:1240px;margin:1rem auto;padding:0 1rem}.promo-badges-scroll-wrapper{width:100%;position:relative}.promo-badges-container{grid-template-columns:repeat(5,1fr);gap:.85rem;width:100%;display:grid}.promo-badge-item{background:var(--card-bg);border:1px solid var(--border-color);border-left:3.5px solid var(--primary-orange);-webkit-user-select:none;user-select:none;box-sizing:border-box;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 8px #0000000a}.promo-badge-item:hover{border-color:#ff57224d;transform:translateY(-2px);box-shadow:0 6px 16px #ff57221f}.promo-badge-item:nth-child(n+6){display:none}.badge-icon{color:var(--primary-orange);flex-shrink:0}.badge-text-box{min-width:0;overflow:hidden}.promo-badge-item strong{color:var(--text-dark);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:800;display:block;overflow:hidden}.promo-badge-item p{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.72rem;overflow:hidden}.combined-offers-header{align-items:center;gap:8px;margin-bottom:.85rem;display:flex}.block-heading{margin:0;font-size:1.25rem;font-weight:800}.orange-dot-badge{background-color:var(--primary-orange);border-radius:50%;width:10px;height:10px;display:inline-block;box-shadow:0 0 8px #ff572299}.combined-offers-banner-wrapper{width:100%;position:relative}.combined-offers-grid{grid-template-columns:repeat(3,1fr);gap:1rem;width:100%;display:grid}.offer-card{box-sizing:border-box;border:1px solid #ffffff1f;border-radius:16px;flex-direction:column;justify-content:space-between;min-height:180px;padding:1.25rem 1.15rem;text-decoration:none;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000000d}.offer-card:hover{transform:translateY(-4px)}.offer-card:nth-child(n+4){display:none}.offer-card-hot{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%)}.offer-card-hot:hover{border-color:#ff572266;box-shadow:0 12px 28px #ff572240}.offer-card-delivery{color:#fff;background:linear-gradient(135deg,#ff5722 0%,#ea580c 100%)}.offer-card-delivery:hover{border-color:#ffffff4d;box-shadow:0 12px 28px #ea580c59}.offer-card-mystery{color:#fff;background:linear-gradient(135deg,#18181b 0%,#27272a 100%)}.offer-card-mystery:hover{border-color:#f9731666;box-shadow:0 12px 28px #f9731640}.offer-icon-bg{opacity:.12;pointer-events:none;color:#fff;transition:transform .4s,opacity .4s;position:absolute;bottom:-15px;right:-10px}.offer-card:hover .offer-icon-bg{opacity:.22;transform:scale(1.18)rotate(-6deg)}.offer-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;letter-spacing:.5px;text-transform:uppercase;background:#ffffff2e;border-radius:20px;align-self:flex-start;align-items:center;gap:.35rem;padding:.3rem .65rem;font-size:.65rem;font-weight:800;display:inline-flex}.offer-content{z-index:2;margin-top:.75rem;position:relative}.offer-tagline{letter-spacing:.8px;text-transform:uppercase;color:#ff9800;margin-bottom:.2rem;font-size:.68rem;font-weight:800;display:block}.offer-card-delivery .offer-tagline{color:#ffedd5}.offer-title{margin:0 0 .25rem;font-size:1.15rem;font-weight:800;line-height:1.2}.offer-desc{opacity:.85;max-width:90%;margin:0 0 .85rem;font-size:.78rem;line-height:1.35}.offer-btn{color:#fff;align-items:center;gap:.4rem;font-size:.8rem;font-weight:800;transition:gap .2s;display:inline-flex}.offer-card:hover .offer-btn{gap:.65rem}.image-only-grid{grid-template-columns:repeat(6,1fr);gap:.85rem;display:grid}.image-grid-card{aspect-ratio:1;background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;transition:transform .25s,box-shadow .25s,border-color .25s;display:block;overflow:hidden;box-shadow:0 2px 8px #00000008}.image-grid-card img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.image-grid-card:hover{border-color:var(--primary-orange);transform:translateY(-3px);box-shadow:0 6px 16px #00000014}.image-grid-card:hover img{transform:scale(1.06)}.product-block{margin-top:2rem}.section-bar{border-bottom:2px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.5rem;display:flex}.bar-title{margin:0;font-size:1.25rem;font-weight:900;position:relative}.bar-title:after{content:"";background:var(--primary-orange);width:100%;height:3px;position:absolute;bottom:-.55rem;left:0}.see-more-btn{background:var(--primary-orange);color:#fff;border-radius:20px;padding:.4rem 1rem;font-size:.825rem;font-weight:700;text-decoration:none;transition:background .2s,box-shadow .2s}.see-more-btn:hover{background:var(--primary-orange-hover);box-shadow:0 2px 8px #ff57224d}.ecom-products-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:1rem;display:grid}.loading-state{text-align:center;color:var(--text-muted);padding:2rem}.cat-icon-wrapper svg,.badge-icon{transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.category-card:hover .icon-flame svg{color:#ff3d00;animation:.8s ease-in-out infinite alternate flamePulse}.category-card:hover .icon-sparkle svg{animation:1.2s ease-in-out infinite sparkleRotate}.category-card:hover .icon-drive svg{animation:.4s ease-in-out infinite alternate driveBounce}.category-card:hover .icon-gamepad svg{animation:.5s ease-in-out infinite alternate gamepadWobble}.category-card:hover .icon-crosshair svg{animation:3s linear infinite crosshairSpin}.category-card:hover .icon-watch svg{animation:1s infinite watchTick}.category-card:hover .icon-gift svg{animation:.6s cubic-bezier(.36,.07,.19,.97) infinite giftBounce}.category-card:hover .icon-package svg{animation:.5s ease-in-out infinite alternate packageShake}.promo-badge-item:hover .icon-truck-drive{animation:.8s ease-in-out infinite alternate truckDrive}.promo-badge-item:hover .icon-tag-bounce{animation:.6s ease-in-out infinite alternate tagSwing}.promo-badge-item:hover .icon-shield-pulse{animation:.8s ease-in-out infinite alternate shieldPulse}.promo-badge-item:hover .icon-rotate-spin{animation:.6s ease-in-out spinOnce}.promo-badge-item:hover .icon-headphone-bounce{animation:.5s infinite alternate headphoneBounce}.pulse-dot{animation:1.8s infinite dotPulse}@keyframes truckDrive{0%{transform:translate(0)}to{transform:translate(6px)}}@keyframes tagSwing{0%{transform:rotate(0)}to{transform:rotate(-20deg)scale(1.1)}}@keyframes shieldPulse{0%{transform:scale(1)}to{color:#16a34a;transform:scale(1.18)}}@keyframes spinOnce{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes headphoneBounce{0%{transform:translateY(0)}to{transform:translateY(-4px)}}@keyframes dotPulse{0%{transform:scale(.95);box-shadow:0 0 #ff5722b3}70%{transform:scale(1.1);box-shadow:0 0 0 8px #ff572200}to{transform:scale(.95);box-shadow:0 0 #ff572200}}.map-section{margin-top:2.5rem}.map-header-title{align-items:center;gap:.5rem;display:flex}.map-icon{color:var(--primary-orange)}.map-wrapper{border:1px solid var(--border-color);background:var(--card-bg);border-radius:16px;width:100%;overflow:hidden;box-shadow:0 4px 16px #0000000f}.map-wrapper iframe{border:none;width:100%;display:block}@media (width<=820px){.promo-badge-item:nth-child(n+6),.offer-card:nth-child(n+4){display:flex!important}.promo-badges-scroll-wrapper{-ms-overflow-style:none;scrollbar-width:none;border-radius:12px;overflow:hidden!important}.promo-badges-scroll-wrapper::-webkit-scrollbar{display:none}.promo-badges-container{gap:.85rem;padding:.35rem 0;animation:20s linear infinite autoScrollBadges;flex-flow:row!important;width:max-content!important;display:flex!important}.promo-badges-container:hover{animation-play-state:paused}.promo-badge-item{flex:none!important;min-width:220px!important;max-width:250px!important}.combined-offers-banner-wrapper{-ms-overflow-style:none;scrollbar-width:none;border-radius:16px;overflow:hidden!important}.combined-offers-banner-wrapper::-webkit-scrollbar{display:none}.combined-offers-grid{gap:1rem;padding:.35rem 0;animation:16s linear infinite autoScrollOffers;flex-flow:row!important;width:max-content!important;display:flex!important}.combined-offers-grid:hover{animation-play-state:paused}.offer-card{flex:none!important;width:270px!important;min-width:270px!important;max-width:270px!important}}@keyframes autoScrollBadges{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes autoScrollOffers{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=600px){.categories-grid{grid-template-columns:repeat(4,1fr);gap:.5rem}.image-only-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.ecom-products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.hero-slider{max-height:200px}}.products-page{color:#0f172a;background-color:#f8fafc;min-height:100vh;padding-bottom:4rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.products-container{max-width:1320px;margin:0 auto;padding:2rem 1.5rem}.products-header{text-align:center;margin-bottom:2.5rem}.header-badge{color:#ff5722;text-transform:uppercase;letter-spacing:.05em;background:#ff57221a;border-radius:20px;margin-bottom:.75rem;padding:.35rem .85rem;font-size:.8rem;font-weight:700;display:inline-block}.products-header h1{letter-spacing:-.025em;color:#0f172a;margin:0 0 .5rem;font-size:2.25rem;font-weight:800}.products-header p{color:#64748b;max-width:550px;margin:0 auto;font-size:1rem}.category-scroll-container{scrollbar-width:none;-ms-overflow-style:none;margin-bottom:2rem;padding:.25rem 0;overflow-x:auto}.category-scroll-container::-webkit-scrollbar{display:none}.category-scroll-list{gap:.75rem;padding-bottom:.5rem;display:flex}.category-pill{color:#475569;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s ease-in-out;display:inline-flex;box-shadow:0 1px 2px #00000008}.category-pill:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px)}.category-pill.active{color:#fff;background:#0f172a;border-color:#0f172a;box-shadow:0 4px 12px #0f172a26}.category-pill.active .pill-icon{color:#ff5722}.pill-icon{color:#ff5722;justify-content:center;align-items:center;display:flex}.pill-icon svg{transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.products-main{background:0 0}.products-toolbar{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:1.75rem;padding-bottom:1rem;display:flex}.results-count{color:#64748b;font-size:.95rem;font-weight:500}.results-count span{color:#0f172a;font-weight:700}.sort-box{align-items:center;gap:.75rem;display:flex}.sort-box label{color:#64748b;align-items:center;gap:.35rem;font-size:.875rem;font-weight:600;display:flex}.sort-label-icon{color:#ff5722}.select-wrapper select{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:10px;outline:none;padding:.6rem 2.25rem .6rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s;box-shadow:0 1px 2px #0000000d}.select-wrapper select:focus{border-color:#ff5722;box-shadow:0 0 0 3px #ff572226}.products-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}.state-card{text-align:center;background:#fff;border:1px dashed #cbd5e1;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:5rem 2rem;display:flex}.state-card h2{color:#0f172a;margin:1rem 0 .35rem;font-size:1.25rem;font-weight:700}.state-card p{color:#64748b;margin:0;font-size:.9rem}.state-icon{justify-content:center;align-items:center;display:flex}.error-state .state-icon{color:#ef4444}.empty-state .state-icon{color:#ff5722}.spinner{border:3px solid #f3f3f3;border-top-color:#ff5722;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.reset-btn{color:#fff;cursor:pointer;background:#ff5722;border:none;border-radius:8px;margin-top:1.25rem;padding:.65rem 1.25rem;font-weight:600;transition:background .2s,transform .2s}.reset-btn:hover{background:#e64a19;transform:translateY(-1px)}.category-pill:hover .icon-flame svg{color:#ff3d00;animation:.8s ease-in-out infinite alternate flamePulse}.category-pill:hover .icon-sparkle svg{animation:1.2s ease-in-out infinite sparkleRotate}.category-pill:hover .icon-drive svg{animation:.4s ease-in-out infinite alternate driveBounce}.category-pill:hover .icon-gamepad svg{animation:.5s ease-in-out infinite alternate gamepadWobble}.category-pill:hover .icon-crosshair svg{animation:3s linear infinite crosshairSpin}.category-pill:hover .icon-watch svg{animation:1s infinite watchTick}.category-pill:hover .icon-gift svg{animation:.6s cubic-bezier(.36,.07,.19,.97) infinite giftBounce}.category-pill:hover .icon-package svg{animation:.5s ease-in-out infinite alternate packageShake}.category-pill:hover .icon-generic svg{animation:.4s ease-in-out infinite alternate genericScale}.error-icon-pulse svg{animation:1.2s ease-in-out infinite alternate errorPulse}.search-icon-bounce svg{animation:1.5s ease-in-out infinite alternate searchBounce}@keyframes genericScale{0%{transform:scale(1)}to{transform:scale(1.15)}}@keyframes errorPulse{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes searchBounce{0%{transform:translateY(0)rotate(0)}to{transform:translateY(-6px)rotate(-8deg)}}@media (width<=768px){.products-container{padding:1.25rem 1rem}.products-header{margin-bottom:1.5rem}.products-header h1{font-size:1.75rem}.category-scroll-container{display:none!important}.products-toolbar{flex-direction:row;gap:1rem}.sort-box label span{display:none}.products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}}.product-detail-page,.product-detail-page *{box-sizing:border-box}.product-detail-page{color:#1e293b;background-color:#f8fafc;min-height:100vh;padding:1.25rem 1rem 3rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.breadcrumb-nav{color:#64748b;flex-wrap:wrap;align-items:center;gap:.4rem;max-width:1126px;margin:0 auto 1rem;font-size:.85rem;display:flex}.breadcrumb-item{color:#64748b;align-items:center;gap:.3rem;text-decoration:none;transition:color .2s;display:flex}.breadcrumb-item:hover{color:#ff7a00}.breadcrumb-arrow{color:#cbd5e1}.breadcrumb-current{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;max-width:300px;font-weight:600;overflow:hidden}.product-detail-wrapper{background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:row;align-items:flex-start;gap:2.25rem;max-width:1126px;margin:0 auto;padding:1.75rem;display:flex;box-shadow:0 4px 20px #00000008}.detail-image-section{flex-direction:row;flex:1.1;align-items:flex-start;gap:.85rem;display:flex}.image-thumbnails{flex-direction:column;flex-shrink:0;gap:.6rem;width:64px;display:flex}.thumbnail{cursor:pointer;object-fit:contain;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;width:62px;height:62px;padding:4px;transition:all .2s}.thumbnail:hover{border-color:#cbd5e1}.thumbnail.active{border-color:#ff7a00;box-shadow:0 0 0 2px #ff7a0026}.image-gallery{aspect-ratio:1;background:#fff;border:1px solid #f1f5f9;border-radius:12px;flex:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.detail-image{object-fit:contain;max-width:90%;max-height:90%;transition:transform .3s}.image-gallery:hover .detail-image{transform:scale(1.03)}.image-nav-btn{color:#0f172a;cursor:pointer;z-index:2;background:#ffffffe6;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #00000014}.image-nav-btn:hover{color:#fff;background:#ff7a00;border-color:#ff7a00}.image-nav-btn.prev{left:.6rem}.image-nav-btn.next{right:.6rem}.detail-info-section{flex-direction:column;flex:1;gap:1rem;width:100%;display:flex}.product-header-compact{flex-direction:column;gap:.5rem;display:flex}.detail-title{color:#0f172a;margin:0;font-size:1.35rem;font-weight:700;line-height:1.3}.product-rating-row{align-items:center;gap:.5rem;display:flex}.star-rating{background:#fff7ed;border:1px solid #ffedd5;border-radius:12px;align-items:center;gap:.25rem;padding:.2rem .5rem;display:inline-flex}.star-icon{color:#f59e0b;fill:#f59e0b}.rating-value{color:#d97706;font-size:.8rem;font-weight:700}.rating-divider{color:#cbd5e1;font-size:.75rem}.review-count{color:#64748b;font-size:.8rem;font-weight:500}.detail-price-box{border-bottom:1px solid #f1f5f9;align-items:baseline;gap:.6rem;margin-top:.2rem;padding-bottom:.75rem;display:flex}.price-value{color:#ff7a00;font-size:1.5rem;font-weight:800}.original-price{color:#94a3b8;font-size:1rem;text-decoration:line-through}.variant-selector{flex-direction:column;gap:.4rem;display:flex}.section-label{color:#475569;text-transform:uppercase;letter-spacing:.03em;font-size:.82rem;font-weight:700}.variant-options{flex-wrap:wrap;gap:.5rem;display:flex}.variant-btn{color:#334155;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;padding:.4rem .85rem;font-size:.85rem;font-weight:600;transition:all .2s}.variant-btn:hover{border-color:#cbd5e1}.variant-btn.selected{color:#ff7a00;background:#fff7ed;border-color:#ff7a00}.quantity-row{align-items:center;gap:1rem;display:flex}.quantity-label{color:#475569;font-size:.85rem;font-weight:600}.quantity-controls{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;align-items:center;height:36px;display:flex;overflow:hidden}.quantity-controls button{cursor:pointer;color:#475569;background:#f8fafc;border:none;justify-content:center;align-items:center;width:34px;height:100%;transition:background .2s,color .2s;display:flex}.quantity-controls button:hover{color:#fff;background:#ff7a00}.quantity-controls input{text-align:center;color:#0f172a;border:none;outline:none;width:44px;font-size:.9rem;font-weight:700}.action-buttons-grid{grid-template-columns:repeat(2,1fr);gap:.6rem;width:100%;margin-top:.25rem;display:grid}.btn{cursor:pointer;text-align:center;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;width:100%;min-height:44px;padding:.5rem .75rem;font-size:.82rem;font-weight:700;transition:all .2s;display:flex}.btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.btn-cart{color:#fff;background-color:#ff7a00}.btn-buy{color:#fff;background-color:#0f172a}.btn-whatsapp{color:#fff;background-color:#10b981}.btn-call{color:#fff;background-color:#2563eb}.product-trust-badges{border-top:1px solid #f1f5f9;grid-template-columns:repeat(2,1fr);gap:.6rem;margin-top:.25rem;padding-top:.75rem;display:grid}.trust-badge-item{color:#475569;background:#f8fafc;border:1px solid #f1f5f9;border-radius:6px;align-items:center;gap:.4rem;padding:.4rem .6rem;font-size:.78rem;display:flex}.trust-icon{color:#ff7a00;flex-shrink:0}.product-description-container{background:#fff;border:1px solid #f1f5f9;border-radius:16px;max-width:1126px;margin:1.25rem auto 0;padding:1.5rem;box-shadow:0 4px 20px #00000008}.product-description-container h2{color:#0f172a;border-bottom:1px solid #f1f5f9;margin:0 0 .75rem;padding-bottom:.5rem;font-size:1.05rem;font-weight:700}.detail-description{color:#475569;font-size:.9rem;line-height:1.6}.related-products-container{background:#fff;border:1px solid #f1f5f9;border-radius:16px;max-width:1126px;margin:1.5rem auto 0;padding:1.5rem;box-shadow:0 4px 20px #00000008}.related-products-container h2{color:#0f172a;border-bottom:1px solid #f1f5f9;margin:0 0 1rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:700}.related-products-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.related-product-card{cursor:pointer;background:#fff;border:1px solid #f1f5f9;border-radius:12px;flex-direction:column;transition:all .25s;display:flex;overflow:hidden}.related-product-card:hover{border-color:#e2e8f0;transform:translateY(-4px);box-shadow:0 8px 20px #0000000f}.related-image-wrapper{aspect-ratio:1;background:#f8fafc;justify-content:center;align-items:center;width:100%;padding:.75rem;display:flex}.related-image-wrapper img{object-fit:contain;max-width:100%;max-height:100%}.related-product-info{flex-direction:column;gap:.3rem;padding:.85rem;display:flex}.related-product-title{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.85rem;font-weight:600;overflow:hidden}.related-product-price{color:#ff7a00;margin:0;font-size:.95rem;font-weight:800}.loading-spinner-container,.error-message{text-align:center;max-width:400px;margin:0 auto;padding:3rem 1rem}.toy-spinner{border:3px solid #e2e8f0;border-top-color:#ff7a00;border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:.8s linear infinite spin}.back-btn{color:#fff;cursor:pointer;background:#ff7a00;border:none;border-radius:8px;margin-top:.75rem;padding:.65rem 1.25rem;font-weight:700;transition:background .2s}.back-btn:hover{background:#e66e00}@media (width<=768px){.product-detail-wrapper{flex-direction:column;gap:1.25rem;padding:1.25rem}.detail-image-section{width:100%}.image-thumbnails{width:50px}.thumbnail{width:48px;height:48px}.detail-title{font-size:1.15rem}.price-value{font-size:1.35rem}.action-buttons-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.btn{min-height:40px;padding:.4rem .25rem;font-size:.75rem}.related-products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.category-detail-page{background:#fff;min-height:100vh;padding:2rem}.back-button{color:#121212;cursor:pointer;background:#f8f9fa;border:2px solid #ff7a00;border-radius:8px;margin-bottom:2rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.back-button:hover{color:#fff;background:#ff7a00}.category-header{text-align:center;margin-bottom:3rem}.category-icon{margin-bottom:1rem;font-size:4rem;display:block}.category-header h1{color:#121212;margin:.5rem 0;font-size:2.8rem}.category-header p{color:#666;margin:0;font-size:1.1rem}.slider-container{align-items:center;gap:1rem;max-width:1400px;margin:0 auto 3rem;display:flex;position:relative}.slider-arrow{color:#fff;cursor:pointer;z-index:10;background:#ff7a00;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.slider-arrow:hover{background:#f50;transform:translateY(-50%)scale(1.1)}.slider-arrow.left{left:0}.slider-arrow.right{right:0}.products-slider{scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1.5rem;padding:1rem 3.5rem;display:flex;overflow-x:auto}.products-slider::-webkit-scrollbar{height:8px}.products-slider::-webkit-scrollbar-track{background:#f8f9fa;border-radius:10px}.products-slider::-webkit-scrollbar-thumb{background:#ff7a00;border-radius:10px}.products-slider::-webkit-scrollbar-thumb:hover{background:#f50}.slider-item{scroll-snap-align:start;flex:0 0 300px}.category-info{text-align:center;background:#f8f9fa;border-radius:12px;max-width:1400px;margin:0 auto;padding:2rem}.category-info h3{color:#121212;margin:0 0 1rem;font-size:1.5rem}.category-info p{color:#666;margin:0;font-size:1rem;line-height:1.6}.error-message{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:400px;display:flex}.error-message h2{color:#121212;font-size:1.8rem}.error-message button{color:#fff;cursor:pointer;background:#ff7a00;border:none;border-radius:8px;padding:.75rem 2rem;font-weight:600;transition:all .2s}.error-message button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ff7a0066}@media (width<=1024px){.category-detail-page{padding:1.5rem}.category-header{margin-bottom:2rem}.category-icon{font-size:3rem}.category-header h1{font-size:2.2rem}.category-header p{font-size:1rem}.back-button{margin-bottom:1.5rem;padding:.6rem 1.2rem}.slider-arrow{width:45px;height:45px;font-size:1.3rem}.slider-item{flex:0 0 280px}.products-slider{padding:1rem 3rem}.category-info{padding:1.5rem}.category-info h3{font-size:1.3rem}}@media (width<=768px){.category-detail-page{padding:1rem}.back-button{margin-bottom:1.2rem;padding:.6rem 1rem;font-size:.9rem}.category-header{margin-bottom:1.5rem}.category-icon{margin-bottom:.75rem;font-size:2.5rem}.category-header h1{margin:.3rem 0;font-size:1.8rem}.category-header p{margin-bottom:.5rem;font-size:.95rem}.slider-container{gap:.5rem;margin:0 auto 2rem}.slider-arrow{width:40px;height:40px;font-size:1.1rem}.slider-arrow.left{left:-5px}.slider-arrow.right{right:-5px}.slider-item{flex:0 0 220px}.products-slider{gap:1rem;padding:.75rem 2.5rem}.category-info{margin:2rem auto 0;padding:1.2rem}.category-info h3{margin-bottom:.75rem;font-size:1.1rem}.category-info p{font-size:.9rem}.error-message{gap:.75rem;min-height:300px}.error-message h2{font-size:1.5rem}.error-message button{padding:.6rem 1.5rem;font-size:.9rem}}@media (width<=480px){.category-detail-page{min-height:auto;padding:.75rem}.back-button{margin-bottom:1rem;padding:.5rem .75rem;font-size:.8rem}.category-header{margin-bottom:1.2rem}.category-icon{margin-bottom:.5rem;font-size:2rem}.category-header h1{margin:.2rem 0;font-size:1.4rem}.category-header p{font-size:.85rem}.slider-container{gap:.25rem;margin:0 auto 1.5rem}.slider-arrow{width:36px;height:36px;font-size:1rem}.slider-arrow.left{left:-2px}.slider-arrow.right{right:-2px}.slider-item{flex:0 0 180px}.products-slider{gap:.75rem;padding:.5rem 2rem}.products-slider::-webkit-scrollbar{height:6px}.category-info{border-radius:8px;margin:1.5rem auto 0;padding:1rem}.category-info h3{margin-bottom:.6rem;font-size:1rem}.category-info p{font-size:.85rem;line-height:1.5}.error-message{gap:.5rem;min-height:250px}.error-message h2{font-size:1.2rem}.error-message button{padding:.5rem 1rem;font-size:.8rem}}.preorder-page{background:#0f172a;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.coming-soon-backdrop{justify-content:center;width:100%;max-width:980px;display:flex}.coming-soon-card{background:#fff;border-radius:24px;grid-template-columns:380px 1fr;width:100%;animation:.35s cubic-bezier(.16,1,.3,1) modalScale;display:grid;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0006,0 0 0 1px #ffffff1a}@keyframes modalScale{0%{opacity:0;transform:scale(.94)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.close-btn{color:#64748b;z-index:10;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex;position:absolute;top:18px;right:18px}.close-btn:hover{color:#fff;background:#0f172a}.card-visual-section{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);flex-direction:column;justify-content:space-between;padding:2.5rem 2rem;display:flex;position:relative;overflow:hidden}.image-stack{height:280px;margin-top:1rem;position:relative}.preview-img{object-fit:cover;border:2px solid #ffffff26;border-radius:16px;position:absolute;box-shadow:0 12px 30px #00000059}.img-primary{z-index:2;width:220px;height:200px;transition:transform .3s;top:0;left:10px;transform:rotate(-4deg)}.img-secondary{z-index:1;opacity:.85;width:200px;height:180px;bottom:10px;right:10px;transform:rotate(6deg)}.card-visual-section:hover .img-primary{transform:rotate(0)scale(1.03)}.badge-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;text-align:center;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;padding:.65rem 1rem;font-size:.85rem;font-weight:600}.card-content-section{flex-direction:column;padding:3rem 2.5rem;display:flex}.status-pill{color:#ff7a00;text-transform:uppercase;letter-spacing:.05em;background:#ff7a001a;border-radius:20px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1rem;padding:.4rem .85rem;font-size:.8rem;font-weight:700;display:inline-flex}.pulse-dot{background:#ff7a00;border-radius:50%;width:8px;height:8px;animation:1.6s infinite pulse;box-shadow:0 0 #ff7a00b3}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #ff7a00b3}70%{transform:scale(1);box-shadow:0 0 0 8px #ff7a0000}to{transform:scale(.95);box-shadow:0 0 #ff7a0000}}.card-content-section h2{color:#0f172a;margin:0 0 .75rem;font-size:1.85rem;font-weight:800;line-height:1.25}.card-content-section p{color:#64748b;margin:0 0 1.5rem;font-size:.95rem;line-height:1.5}.feature-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.75rem;display:grid}.feature-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:flex-start;gap:.75rem;padding:.75rem;display:flex}.feature-icon{background:#fff;border-radius:8px;padding:.35rem;font-size:1.3rem;box-shadow:0 1px 3px #0000000d}.feature-item strong{color:#0f172a;font-size:.85rem;display:block}.feature-item p{color:#64748b;margin:0;font-size:.75rem;line-height:1.3}.notify-form{margin-bottom:1.5rem}.input-group{gap:.5rem;display:flex}.input-group input{border:1px solid #cbd5e1;border-radius:10px;outline:none;flex:1;padding:.75rem 1rem;font-size:.9rem;transition:border-color .2s}.input-group input:focus{border-color:#ff7a00}.notify-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#ff7a00;border:none;border-radius:10px;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;transition:background .2s}.notify-btn:hover{background:#e06c00}.form-note{color:#94a3b8;margin-top:.5rem;font-size:.75rem;display:block}.success-banner{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;align-items:center;gap:.85rem;margin-bottom:1.5rem;padding:.85rem 1rem;display:flex}.check-icon{font-size:1.5rem}.success-banner strong{color:#166534;font-size:.9rem;display:block}.success-banner p{color:#15803d;margin:0;font-size:.8rem}.modal-footer-action{color:#64748b;border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;font-size:.85rem;display:flex}.browse-now-link{color:#ff7a00;font-weight:700;text-decoration:none}.browse-now-link:hover{text-decoration:underline}@media (width<=840px){.coming-soon-card{grid-template-columns:1fr;max-width:500px}.card-visual-section{display:none}.card-content-section{padding:2.25rem 1.5rem 1.75rem}.feature-grid{grid-template-columns:1fr}.modal-footer-action{flex-direction:column;align-items:flex-start;gap:.5rem}}.checkout-layout-container{color:#333;box-sizing:border-box;background-color:#f2f4f8;min-height:100vh;padding:20px 16px 60px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.checkout-content-wrapper{max-width:1140px;margin:0 auto}.checkout-grid,.checkout-main-col,.checkout-sidebar-col{flex-direction:column;gap:16px;display:flex}@media (width>=992px){.checkout-grid{grid-template-columns:1fr 380px;align-items:start;gap:24px;display:grid}.checkout-sidebar-col{position:sticky;top:20px}}.checkout-card{background:#fff;border-radius:12px;padding:16px 20px;box-shadow:0 1px 3px #0000000a}.card-section-title{color:#222;align-items:center;margin:0;font-size:15px;font-weight:600;display:flex}.card-section-title:before{content:"";background-color:#f57c00;border-radius:2px;width:3px;height:14px;margin-right:8px;display:inline-block}.order-review-list{flex-direction:column;gap:12px;margin-top:14px;display:flex}.review-item-row{align-items:center;gap:12px;display:flex}.review-item-image{object-fit:cover;border:1px solid #eee;border-radius:8px;flex-shrink:0;width:50px;height:50px}.review-item-info{flex-direction:column;flex:1;align-items:flex-start;gap:6px;display:flex}.item-name-text{color:#333;text-align:left;width:100%;font-size:14px;font-weight:500}.review-qty-row{align-items:center;gap:8px;display:flex}.qty-label{color:#666;font-size:13px}.custom-qty-box{background:#fafafa;border:1px solid #e0e0e0;border-radius:4px;align-items:center;height:26px;display:inline-flex}.custom-qty-box button{color:#f57c00;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:100%;font-size:14px;display:flex}.custom-qty-box span{padding:0 6px;font-size:13px;font-weight:500}.item-unit-price{color:#222;margin-left:6px;font-size:14px;font-weight:600}.delete-item-btn{color:#fff;cursor:pointer;background:#ff4d4f;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;display:flex}.form-stack{flex-direction:column;gap:12px;margin-top:14px;display:flex}.ui-input{box-sizing:border-box;color:#333;border:1px solid #d9d9d9;border-radius:8px;outline:none;width:100%;height:44px;padding:0 14px;font-size:13px}.ui-input::placeholder{color:#8c8c8c}.ui-input:focus,.ui-select:focus,.coupon-input:focus{border-color:#f57c00}.phone-input-group{align-items:center;width:100%;display:flex}.country-code-badge{color:#333;background:#f5f5f5;border:1px solid #d9d9d9;border-right:none;border-top-left-radius:8px;border-bottom-left-radius:8px;justify-content:center;align-items:center;height:44px;padding:0 14px;font-size:13px;font-weight:500;display:flex}.phone-field{border-top-left-radius:0;border-bottom-left-radius:0}.input-grid-2{grid-template-columns:1fr 1fr;gap:12px;display:grid}.ui-select{color:#555;box-sizing:border-box;background:#fff;border:1px solid #d9d9d9;border-radius:8px;outline:none;width:100%;height:44px;padding:0 12px;font-size:13px}.billing-card-header{justify-content:space-between;align-items:center;display:flex}.orange-check-toggle{color:#fff;cursor:pointer;background:#f57c00;border:2px solid #f57c00;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:700;transition:all .2s;display:flex}.orange-check-toggle:not(.active){color:#0000;background:0 0}.billing-form-expand{border-top:1px solid #f0f0f0;margin-top:16px;padding-top:12px}.payment-options-grid{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.payment-option-btn{cursor:pointer;color:#333;background:#fff;border:1px solid #d9d9d9;border-radius:8px;flex:1;align-items:center;gap:8px;min-width:130px;height:44px;padding:0 12px;font-size:13px;display:flex;position:relative}.payment-option-btn.selected{background:#fffaf5;border-color:#f57c00}.payment-icon{font-size:16px}.bkash-icon{color:#fff;background:#e2136e;border-radius:3px;padding:2px 4px;font-size:10px;font-weight:700}.checked-badge{color:#fff;background:#f57c00;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:9px;display:flex;position:absolute;bottom:6px;right:6px}.coupon-accordion-card{padding:14px 20px}.voucher-header-toggle{color:#333;cursor:pointer;justify-content:space-between;align-items:center;font-size:14px;font-weight:500;display:flex}.accordion-arrow{color:#f57c00;font-size:12px;transition:transform .2s}.accordion-arrow.open{transform:rotate(180deg)}.coupon-input-wrapper{background:#fff;border:1px solid #d9d9d9;border-radius:8px;align-items:center;margin-top:12px;padding:3px 3px 3px 12px;display:flex}.coupon-input{color:#333;border:none;outline:none;flex:1;font-size:13px}.btn-apply-coupon{color:#fff;cursor:pointer;background:#f57c00;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:background .2s}.btn-apply-coupon:hover{background:#e06d00}.checkout-summary-card{flex-direction:column;gap:16px;display:flex}.btn-place-order-orange{color:#fff;letter-spacing:.5px;cursor:pointer;background:#f57c00;border:none;border-radius:8px;width:100%;height:48px;font-size:16px;font-weight:700;transition:background .2s;box-shadow:0 2px 6px #f57c004d}.btn-place-order-orange:hover{background:#e06d00}.footer-price-rows{flex-direction:column;gap:8px;display:flex}.price-line{color:#555;justify-content:space-between;font-size:14px;font-weight:500;display:flex}.price-line.price-total{color:#222;border-top:1px dashed #e0e0e0;margin-top:4px;padding-top:10px;font-size:16px;font-weight:700}.checkout-error-banner{color:#d4380d;background:#ffeccc;border:1px solid #ffd591;border-radius:8px;margin-bottom:16px;padding:10px 14px;font-size:13px}.order-success-card{text-align:center;background:#fff;border-radius:12px;max-width:480px;margin:40px auto;padding:40px 20px}.success-icon{margin-bottom:12px;font-size:50px}.success-actions{justify-content:center;gap:12px;margin-top:20px;display:flex}.btn-home,.btn-orders{cursor:pointer;border:none;border-radius:6px;padding:10px 16px;font-weight:600}.btn-home{color:#fff;background:#f57c00}.btn-orders{color:#333;background:#eee}.client-profile-page{background:#f5f7fa;min-height:100vh;padding:40px 20px}.profile-container{background:#fff;border-radius:15px;max-width:900px;margin:0 auto;overflow:hidden;box-shadow:0 10px 40px #0000001a}.profile-header{color:#fff;background:linear-gradient(135deg,#ff7a00 0%,#ff9a2e 100%);align-items:center;gap:30px;padding:40px;display:flex;position:relative}.profile-avatar{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;font-size:80px;display:flex}.profile-title{flex:1}.profile-title h1{margin:0 0 5px;font-size:28px}.profile-title p{opacity:.9;margin:0;font-size:16px}.logout-btn{color:#fff;cursor:pointer;background:#fff3;border:2px solid #fff;border-radius:8px;padding:10px 20px;font-weight:600;transition:all .3s}.logout-btn:hover{color:#ff7a00;background:#fff}.profile-tabs{background:#f9f9f9;border-bottom:2px solid #e0e0e0;display:flex}.tab{color:#666;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;flex:1;margin-bottom:-2px;padding:20px;font-size:16px;font-weight:600;transition:all .3s}.tab:hover{color:#333;background:#f0f0f0}.tab.active{color:#ff7a00;border-bottom-color:#ff7a00}.profile-content{padding:40px}.profile-section{max-width:600px}.profile-section h2{color:#333;border-bottom:2px solid #e0e0e0;margin-bottom:25px;padding-bottom:15px;font-size:20px}.profile-info{flex-direction:column;gap:20px;display:flex}.info-row{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:15px 0;display:flex}.info-row label{color:#666;min-width:120px;font-weight:600}.info-row span{color:#333;text-align:right}.edit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff7a00 0%,#ff9a2e 100%);border:none;border-radius:8px;align-self:flex-start;margin-top:10px;padding:12px 25px;font-size:16px;font-weight:600;transition:all .3s}.edit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #ff7a004d}.edit-form{flex-direction:column;gap:20px;display:flex}.edit-form .form-group{flex-direction:column;display:flex}.edit-form label{color:#333;margin-bottom:8px;font-size:14px;font-weight:600}.edit-form input,.edit-form textarea{border:2px solid #e0e0e0;border-radius:8px;padding:12px 15px;font-family:inherit;font-size:14px;transition:all .3s}.edit-form input:focus,.edit-form textarea:focus{border-color:#ff7a00;outline:none;box-shadow:0 0 0 3px #ff7a001a}.edit-form input:disabled{cursor:not-allowed;background:#f5f5f5}.form-actions{gap:15px;margin-top:20px;display:flex}.save-btn,.cancel-btn{cursor:pointer;border:none;border-radius:8px;flex:1;padding:12px;font-size:16px;font-weight:600;transition:all .3s}.save-btn{color:#fff;background:linear-gradient(135deg,#ff7a00 0%,#ff9a2e 100%)}.save-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #ff7a004d}.cancel-btn{color:#666;background:#e0e0e0}.cancel-btn:hover{background:#d0d0d0}.preorders-tab{padding:40px}.preorders-section h2{color:#333;border-bottom:2px solid #e0e0e0;margin-bottom:25px;padding-bottom:15px;font-size:20px}.preorders-list{gap:20px;display:grid}.preorder-card{background:#f9f9f9;border:2px solid #e0e0e0;border-radius:10px;padding:20px;transition:all .3s}.preorder-card:hover{border-color:#ff7a00;box-shadow:0 5px 15px #ff7a001a}.preorder-header{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:15px;display:flex}.preorder-header h3{color:#333;margin:0;font-size:18px}.status{border-radius:20px;padding:8px 12px;font-size:12px;font-weight:600}.status.pending{color:#d63031;background:#ffeaa7}.status.confirmed{color:#27ae60;background:#a8e6cf}.status.shipped{color:#0984e3;background:#74b9ff}.status.delivered{color:#00b894;background:#55efc4}.preorder-details{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-bottom:15px;display:grid}.preorder-details p{color:#555;margin:0;font-size:14px}.preorder-details strong{color:#333}.cancel-preorder-btn{color:#fff;cursor:pointer;background:#ff7675;border:none;border-radius:6px;padding:10px 15px;font-size:14px;font-weight:600;transition:all .3s}.cancel-preorder-btn:hover{background:#d63031;transform:translateY(-2px)}.empty-state{text-align:center;background:#f9f9f9;border:2px dashed #e0e0e0;border-radius:10px;padding:60px 20px}.empty-state p{color:#666;margin:10px 0;font-size:16px}.empty-state p:first-child{margin-bottom:20px;font-size:48px}.preorder-link{color:#fff;background:linear-gradient(135deg,#ff7a00 0%,#ff9a2e 100%);border-radius:8px;margin-top:15px;padding:12px 25px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.preorder-link:hover{transform:translateY(-2px);box-shadow:0 10px 20px #ff7a004d}.loading{color:#ff7a00;justify-content:center;align-items:center;min-height:100vh;font-size:18px;display:flex}@media (width<=1024px){.client-profile-page{padding:30px 15px}.profile-header{gap:20px;padding:30px}.profile-avatar{width:100px;height:100px;font-size:60px}.profile-title h1{font-size:24px}.profile-title p{font-size:14px}.logout-btn{padding:8px 16px;font-size:14px}.profile-content{padding:30px}.profile-section h2{margin-bottom:20px;font-size:18px}.info-row{padding:12px 0}.info-row label{min-width:100px;font-size:14px}.info-row span{font-size:14px}.preorder-card{padding:15px}.preorder-header h3{font-size:16px}.preorder-details p{font-size:13px}.status{padding:6px 10px;font-size:11px}.cancel-preorder-btn{padding:8px 12px;font-size:13px}}@media (width<=768px){.client-profile-page{min-height:auto;padding:20px 10px}.profile-container{border-radius:10px;box-shadow:0 5px 20px #00000014}.profile-header{text-align:center;flex-direction:column;gap:15px;padding:25px}.profile-avatar{width:80px;height:80px;font-size:50px}.profile-title{flex:1}.profile-title h1{margin:.3rem 0;font-size:20px}.profile-title p{margin-bottom:10px;font-size:13px}.logout-btn{padding:8px 15px;font-size:13px}.profile-tabs{background:#fff;flex-direction:column}.tab{text-align:left;border-bottom:none;border-left:3px solid #0000;padding:12px 15px;font-size:15px}.tab:hover{background:#f5f5f5}.tab.active{border-bottom:none;border-left-color:#ff7a00}.profile-content{padding:20px}.profile-section h2{margin-bottom:15px;padding-bottom:10px;font-size:16px}.info-row{flex-direction:column;align-items:flex-start;gap:5px;padding:10px 0}.info-row label{min-width:auto;font-size:13px}.info-row span{text-align:left;color:#555;font-size:13px}.edit-btn{margin-top:8px;padding:10px 20px;font-size:14px}.edit-form{gap:15px}.edit-form label{margin-bottom:6px;font-size:13px}.edit-form input,.edit-form textarea{padding:10px 12px;font-size:13px}.form-actions{flex-direction:column;gap:10px;margin-top:15px}.form-actions button{width:100%;padding:10px;font-size:13px}.preorders-tab{padding:20px}.preorders-section h2{margin-bottom:15px;font-size:16px}.preorders-list{gap:15px}.preorder-card{border-radius:8px;padding:12px}.preorder-header{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:10px;padding-bottom:10px}.preorder-header h3{font-size:15px}.status{padding:5px 9px;font-size:10px}.preorder-details{grid-template-columns:1fr;gap:10px}.preorder-details p{font-size:12px}.cancel-preorder-btn{padding:7px 12px;font-size:12px}.empty-state{border-radius:8px;padding:40px 15px}.empty-state p:first-child{margin-bottom:15px;font-size:40px}.empty-state p{font-size:14px}.preorder-link{margin-top:12px;padding:10px 20px;font-size:13px}}@media (width<=480px){.client-profile-page{padding:15px}.profile-container{border-radius:8px}.profile-header{gap:12px;padding:20px}.profile-avatar{width:70px;height:70px;font-size:40px}.profile-title h1{font-size:18px}.profile-title p{font-size:12px}.logout-btn{padding:6px 12px;font-size:12px}.profile-tabs{flex-direction:column}.tab{border-left-width:2px;padding:10px 12px;font-size:13px}.profile-content{padding:15px}.profile-section h2{margin-bottom:12px;padding-bottom:8px;font-size:15px}.info-row{gap:4px;padding:8px 0}.info-row label,.info-row span{font-size:12px}.edit-btn{padding:8px 16px;font-size:13px}.edit-form{gap:12px}.edit-form label{margin-bottom:5px;font-size:12px}.edit-form input,.edit-form textarea{border-radius:6px;padding:8px 10px;font-size:12px}.form-actions{gap:8px}.form-actions button{padding:8px;font-size:12px}.preorders-tab{padding:15px}.preorders-section h2{margin-bottom:12px;font-size:15px}.preorders-list{gap:12px}.preorder-card{border-radius:6px;padding:10px}.preorder-header{gap:6px;margin-bottom:8px;padding-bottom:8px}.preorder-header h3{font-size:14px}.status{padding:4px 8px;font-size:9px}.preorder-details{gap:8px}.preorder-details p,.preorder-details strong{font-size:11px}.cancel-preorder-btn{padding:6px 10px;font-size:11px}.empty-state{padding:30px 10px}.empty-state p:first-child{margin-bottom:12px;font-size:32px}.empty-state p{font-size:12px}.preorder-link{padding:8px 16px;font-size:12px}}.admin-login-page{background:radial-gradient(circle at top,#ff9a2e59,#0000 34%),linear-gradient(135deg,#1f1b17 0%,#2c241d 45%,#ff8a1f 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-container{width:100%;max-width:420px}.login-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border:1px solid #fff6;border-radius:18px;padding:40px;box-shadow:0 24px 80px #00000047}.login-badge{color:#d76300;letter-spacing:.08em;text-transform:uppercase;background:#ff7a001f;border-radius:999px;justify-content:center;align-items:center;margin:0 auto 14px;padding:6px 12px;font-size:.78rem;font-weight:700;display:inline-flex}.login-title{color:#333;text-align:center;margin-bottom:10px;font-size:2rem}.login-subtitle{text-align:center;color:#666;margin-bottom:30px;font-size:.95rem}.error-alert{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;align-items:flex-start;gap:12px;margin-bottom:18px;padding:16px;display:flex}.error-alert-icon{color:#dc2626;flex:none;width:18px;height:18px;margin-top:1px}.error-alert-icon svg{width:100%;height:100%;display:block}.error-alert-content{min-width:0}.error-alert-title{color:#7f1d1d;margin:0;font-size:.875rem;font-weight:600;line-height:1.2}.error-alert-description{color:#b91c1c;margin:4px 0 0;font-size:.75rem;line-height:1.45}.error-alert-tip{color:#991b1b;margin:8px 0 0;font-size:.72rem;line-height:1.4}.error-alert-tip code{color:#7f1d1d;word-break:break-all;background:#ffffffa6;border:1px solid #dc26261f;border-radius:999px;align-items:center;max-width:100%;padding:2px 8px;font-family:monospace;font-size:.72rem;display:inline-flex}.login-form{margin-bottom:0}.form-group input{border:2px solid #e0e0e0;border-radius:6px;width:100%;padding:12px;font-family:inherit;font-size:.95rem;transition:border-color .3s}.form-group input:focus{border-color:#ff7a00;outline:none;box-shadow:0 0 0 3px #ff7a001a}.login-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff7a00 0%,#ff9a2e 100%);border:none;border-radius:6px;width:100%;padding:12px;font-size:1rem;font-weight:600;transition:all .3s}.login-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff7a0066}.login-btn:active{transform:translateY(0)}.login-btn:disabled{opacity:.75;cursor:not-allowed;box-shadow:none;transform:none}@media (width<=768px){.login-box{border-radius:16px;padding:30px 24px}.login-title{font-size:1.7rem}.login-subtitle{margin-bottom:22px}}@media (width<=480px){.admin-login-page{padding:14px}.login-box{border-radius:14px;padding:24px 18px}.login-badge{margin-bottom:12px;font-size:.72rem}.login-title{font-size:1.45rem}.login-subtitle{margin-bottom:18px;font-size:.88rem}.error-alert{border-radius:11px;gap:10px;margin-bottom:16px;padding:14px}}.admin-layout{background:#f5f5f5;min-height:100vh;display:flex}.admin-sidebar{color:#fff;background:#2c3e50;flex-direction:column;width:280px;padding:20px;transition:all .3s;display:flex;box-shadow:2px 0 8px #0000001a}.admin-sidebar.closed{width:80px}.sidebar-header{border-bottom:2px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;display:flex}.sidebar-header h2{white-space:nowrap;margin:0;font-size:1.3rem;overflow:hidden}.sidebar-toggle{color:#fff;cursor:pointer;background:0 0;border:none;padding:5px;font-size:1.2rem;transition:all .3s}.sidebar-toggle:hover{transform:scale(1.2)}.sidebar-nav{flex-direction:column;flex:1;gap:10px;display:flex}.nav-item{color:#fffc;white-space:nowrap;border-radius:6px;align-items:center;gap:15px;padding:12px 15px;text-decoration:none;transition:all .3s;display:flex}.nav-item:hover{color:#fff;background:#ff7a0033;transform:translate(5px)}.nav-item.active{color:#fff;background:#ff7a00}.nav-item .icon{min-width:30px;font-size:1.3rem}.nav-item .label{text-overflow:ellipsis;overflow:hidden}.admin-sidebar.closed .nav-item .label{display:none}.sidebar-footer{border-top:2px solid #ffffff1a;padding-top:20px}.user-info{background:#ff7a001a;border-radius:6px;align-items:center;gap:12px;margin-bottom:15px;padding:12px;display:flex}.user-avatar{text-align:center;min-width:40px;font-size:1.8rem}.user-details{flex:1;min-width:0}.user-details p{text-overflow:ellipsis;margin:0;overflow:hidden}.user-name{font-size:.95rem;font-weight:600}.user-role{color:#ffffffb3;font-size:.8rem}.admin-sidebar.closed .user-details{display:none}.logout-btn{color:#fff;cursor:pointer;background:#d32f2f;border:none;border-radius:6px;width:100%;padding:10px;font-weight:600;transition:all .3s}.logout-btn:hover{background:#b71c1c}.admin-main{flex-direction:column;flex:1;display:flex;overflow:hidden}.admin-header{background:#fff;border-bottom:2px solid #e0e0e0;align-items:center;gap:20px;padding:20px;display:flex;box-shadow:0 2px 8px #0000001a}.header-toggle{cursor:pointer;color:#333;background:0 0;border:none;font-size:1.5rem;display:none}.admin-header h1{color:#333;flex:1;margin:0;font-size:1.5rem}.header-right{align-items:center;gap:20px;display:flex}.admin-name{color:#666;font-weight:500}.admin-content{flex:1;padding:30px;overflow-y:auto}@media (width<=768px){.admin-sidebar{z-index:1000;height:100vh;transition:transform .3s;position:fixed;top:0;left:0}.admin-sidebar.closed{transform:translate(-100%)}.header-toggle{display:block}.admin-main{margin-left:0}.admin-header{padding:15px}.admin-header h1{font-size:1.2rem}.admin-name{display:none}.admin-content{padding:15px}}.admin-dashboard{animation:.3s ease-in fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.admin-dashboard h2{color:#333;margin-bottom:25px;font-size:1.8rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:40px;display:grid}.stat-card{background:#fff;border-left:4px solid #ff7a00;border-radius:8px;align-items:center;gap:20px;padding:20px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 2px 8px #0000000d}.stat-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px #0000001a}.stat-icon{border-radius:8px;justify-content:center;align-items:center;width:70px;height:70px;font-size:2rem;display:flex}.stat-content{flex:1}.stat-label{color:#999;margin:0 0 5px;font-size:.85rem;font-weight:500}.stat-value{color:#333;margin:0;font-size:1.8rem;font-weight:700}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:25px;margin-bottom:40px;display:grid}.dashboard-section{background:#fff;border-radius:8px;padding:25px;box-shadow:0 2px 8px #0000000d}.dashboard-section h3{color:#333;margin:0 0 20px;font-size:1.2rem}.products-list{flex-direction:column;gap:12px;display:flex}.product-item{background:#f9f9f9;border-left:3px solid #ff7a00;border-radius:6px;justify-content:space-between;align-items:center;padding:12px;transition:all .3s;display:flex}.product-item:hover{background:#f0f0f0;transform:translate(5px)}.product-item-left{flex:1;align-items:center;gap:12px;display:flex}.product-id{color:#fff;background:#ff7a00;border-radius:4px;padding:4px 8px;font-size:.8rem;font-weight:600}.product-details{flex:1;min-width:0}.product-name{color:#333;text-overflow:ellipsis;white-space:nowrap;margin:0;font-weight:600;overflow:hidden}.product-category,.product-reviews{color:#999;margin:4px 0 0;font-size:.85rem}.product-item-right{align-items:center;gap:15px;display:flex}.product-price{color:#ff7a00;font-size:.95rem;font-weight:700}.product-rating,.product-rating-big{color:#f39c12;font-weight:600}.quick-actions{background:#fff;border-radius:8px;padding:25px;box-shadow:0 2px 8px #0000000d}.quick-actions h3{color:#333;margin:0 0 20px;font-size:1.2rem}.actions-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px;display:grid}.action-btn{color:#fff;cursor:pointer;text-align:center;background:linear-gradient(135deg,#ff7a00 0%,#ff9a2e 100%);border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:20px;font-weight:600;transition:all .3s;display:flex}.action-btn:hover{transform:translateY(-5px);box-shadow:0 6px 20px #ff7a004d}.action-btn:active{transform:translateY(-2px)}.action-icon{font-size:1.8rem}@media (width<=768px){.dashboard-grid{grid-template-columns:1fr}.stats-grid,.actions-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.stats-grid{grid-template-columns:1fr}.stat-card{text-align:center;flex-direction:column}.product-item{flex-direction:column;align-items:flex-start;gap:10px}.product-item-right{justify-content:space-between;width:100%}.actions-grid{grid-template-columns:1fr}}.admin-products{animation:.3s ease-in fadeIn}.products-header{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.products-header h2{color:#333;margin:0;font-size:1.8rem}.products-controls{gap:15px;margin-bottom:25px;display:flex}.search-input,.filter-select{border:2px solid #e0e0e0;border-radius:6px;padding:12px;font-family:inherit;font-size:.95rem;transition:border-color .3s}.search-input{flex:1;max-width:350px}.search-input:focus,.filter-select:focus{border-color:#ff7a00;outline:none}.filter-select{min-width:150px}.products-table-wrapper{background:#fff;border-radius:8px;overflow:auto hidden;box-shadow:0 2px 8px #0000000d}.products-table{border-collapse:collapse;width:100%}.products-table thead{background:#f9f9f9;border-bottom:2px solid #e0e0e0}.products-table th{text-align:left;color:#333;padding:15px;font-size:.95rem;font-weight:600}.products-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background-color .2s}.products-table tbody tr:hover{background-color:#f9f9f9}.products-table td{color:#555;padding:15px;font-size:.95rem}.product-name-cell{color:#333;text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-weight:500;overflow:hidden}.category-badge{color:#ff7a00;background:#fff4e6;border-radius:20px;padding:6px 12px;font-size:.85rem;font-weight:600;display:inline-block}.price-cell{color:#ff7a00;font-weight:600}.rating-cell{color:#f39c12;font-weight:600}.reviews-cell{color:#999}.type-badge{border-radius:20px;padding:6px 12px;font-size:.85rem;font-weight:600;display:inline-block}.type-badge.regular{color:#2e7d32;background:#e8f5e9}.type-badge.preorder{color:#e65100;background:#fff3e0}.varieties-cell{color:#667eea;font-weight:600}.no-products{text-align:center;color:#999;padding:50px;font-size:1.1rem}.modal-content.modal-large{max-width:700px}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.type-selector{gap:20px;display:flex}.radio-label{cursor:pointer;color:#333;align-items:center;gap:8px;font-weight:500;display:flex}.radio-label input[type=radio]{cursor:pointer;accent-color:#ff7a00}.image-upload{flex-direction:column;gap:10px;display:flex}.image-upload input[type=file]{display:none}.file-label{color:#fff;cursor:pointer;text-align:center;background:linear-gradient(135deg,#ff7a00 0%,#ff9a2e 100%);border-radius:6px;padding:12px 20px;font-weight:600;transition:all .3s;display:inline-block}.file-label:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ff7a004d}.image-preview{border-radius:8px;width:150px;height:150px;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000001a}.image-preview img{object-fit:cover;width:100%;height:100%}.btn-remove-image{color:#fff;cursor:pointer;background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:1.2rem;transition:all .3s;display:flex;position:absolute;top:5px;right:5px}.btn-remove-image:hover{background:#000000e6}.varieties-section{background:#f9f9f9;border:2px dashed #e0e0e0;border-radius:8px;margin:20px 0;padding:15px}.varieties-header{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.varieties-header h4{color:#333;margin:0}.btn-add-variety{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:6px;padding:8px 16px;font-size:.9rem;font-weight:600;transition:all .3s}.btn-add-variety:hover{background:#5568d3;transform:translateY(-2px)}.varieties-list{flex-direction:column;gap:10px;display:flex}.variety-item{background:#fff;border-left:4px solid #ff7a00;border-radius:6px;justify-content:space-between;align-items:center;padding:12px;display:flex}.variety-info{flex:1;align-items:center;gap:12px;display:flex}.variety-name{color:#333;min-width:100px;font-weight:600}.variety-color{color:#666;align-items:center;gap:6px;font-size:.9rem;display:flex}.color-dot{border:2px solid #e0e0e0;border-radius:50%;width:20px;height:20px}.variety-price{color:#ff7a00;min-width:80px;font-weight:600}.variety-image-badge{font-size:1.2rem}.btn-delete-variety{cursor:pointer;color:#d32f2f;background:0 0;border:none;border-radius:4px;padding:5px;font-size:1.2rem;transition:all .3s}.btn-delete-variety:hover{background:#ffe6e6}.variety-form{padding:20px}.color-picker-group{align-items:center;gap:10px;display:flex}.color-picker-group input[type=color]{cursor:pointer;border:2px solid #e0e0e0;border-radius:6px;width:50px;height:40px}.color-picker-group input[type=text]{flex:1}.product-form{padding:20px}.form-group input,.form-group select,.form-group textarea{border:2px solid #e0e0e0;border-radius:6px;width:100%;padding:10px;font-family:inherit;font-size:.95rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#ff7a00;outline:none}.form-group textarea{resize:vertical}@media (width<=768px){.products-header{flex-direction:column;align-items:flex-start;gap:15px}.products-controls{flex-direction:column}.search-input{max-width:100%}.products-table{font-size:.85rem}.products-table th,.products-table td{padding:10px}.modal-content{max-width:90%}.form-row{grid-template-columns:1fr}}.admin-discounts{animation:.3s ease-in fadeIn}.discounts-header{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.discounts-header h2{color:#333;margin:0;font-size:1.8rem}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff7a00 0%,#ff9a2e 100%);border:none;border-radius:6px;padding:12px 24px;font-weight:600;transition:all .3s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff7a004d}.discount-stats{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px;margin-bottom:25px;display:grid}.discounts-table-wrapper{background:#fff;border-radius:8px;overflow:auto hidden;box-shadow:0 2px 8px #0000000d}.discounts-table{border-collapse:collapse;width:100%}.discounts-table thead{background:#f9f9f9;border-bottom:2px solid #e0e0e0}.discounts-table th{text-align:left;color:#333;padding:15px;font-size:.95rem;font-weight:600}.discounts-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background-color .2s}.discounts-table tbody tr:hover{background-color:#f9f9f9}.discounts-table td{color:#555;padding:15px;font-size:.95rem}.discount-code{color:#ff7a00;background:#fff4e6;border-radius:4px;padding:6px 12px;font-family:monospace;font-weight:600}.title-cell{color:#333;max-width:200px;font-weight:500}.discount-value{color:#4ecdc4;font-size:1.1rem;font-weight:600}.type-badge{color:#667eea;background:#e8f4f8;border-radius:20px;padding:6px 12px;font-size:.85rem;font-weight:600}.expiry-cell{color:#999}.status-badge{font-size:.9rem;font-weight:600}.actions-cell{gap:10px;display:flex}.btn-edit,.btn-delete{cursor:pointer;background:0 0;border:none;border-radius:4px;padding:5px;font-size:1.2rem;transition:all .3s}.no-discounts{text-align:center;color:#999;background:#fff;border-radius:8px;padding:50px;font-size:1.1rem}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:8px;width:100%;max-width:500px;max-height:90vh;animation:.3s ease-out slideUp;overflow-y:auto;box-shadow:0 10px 40px #0000004d}.modal-header{border-bottom:2px solid #f0f0f0;justify-content:space-between;align-items:center;padding:20px;display:flex}.modal-header h3{color:#333;margin:0}.modal-close{cursor:pointer;color:#999;background:0 0;border:none;padding:5px;font-size:1.5rem;transition:color .3s}.modal-close:hover{color:#333}.discount-form{padding:20px}.form-row{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px;margin-bottom:15px;display:grid}.form-group{margin-bottom:15px}.form-group label{color:#333;margin-bottom:6px;font-size:.9rem;font-weight:600;display:block}.form-group input,.form-group select{border:2px solid #e0e0e0;border-radius:6px;width:100%;padding:10px;font-family:inherit;font-size:.95rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus{border-color:#ff7a00;outline:none}.form-actions{border-top:2px solid #f0f0f0;gap:10px;margin-top:20px;padding-top:20px;display:flex}.btn-cancel,.btn-save{cursor:pointer;border:none;border-radius:6px;flex:1;padding:12px;font-weight:600;transition:all .3s}.btn-cancel{color:#333;background:#f0f0f0}.btn-cancel:hover{background:#e0e0e0}.btn-save{color:#fff;background:linear-gradient(135deg,#ff7a00 0%,#ff9a2e 100%)}.btn-save:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ff7a004d}@media (width<=768px){.discounts-header{flex-direction:column;align-items:flex-start;gap:15px}.discount-stats{grid-template-columns:1fr}.discounts-table{font-size:.85rem}.discounts-table th,.discounts-table td{padding:10px}.modal-content{max-width:90%}.form-row{grid-template-columns:1fr}}.admin-orders{animation:.3s ease-in fadeIn}.admin-orders h2{color:#333;margin-bottom:25px;font-size:1.8rem}.orders-table-wrapper{background:#fff;border-radius:8px;overflow:auto hidden;box-shadow:0 2px 8px #0000000d}.orders-table{border-collapse:collapse;width:100%}.orders-table thead{background:#f9f9f9;border-bottom:2px solid #e0e0e0}.orders-table th{text-align:left;color:#333;padding:15px;font-weight:600}.orders-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background-color .2s}.orders-table tbody tr:hover{background-color:#f9f9f9}.orders-table td{color:#555;padding:15px}.orders-table td.amount{color:#ff7a00;font-weight:600}.status-badge{background:#ffffff1a;border:2px solid;border-radius:20px;padding:6px 12px;font-size:.85rem;font-weight:600;display:inline-block}.btn-view,.btn-edit{cursor:pointer;background:0 0;border:none;border-radius:4px;padding:5px;font-size:1.2rem;transition:all .3s}.btn-edit{color:#ffc107}.btn-edit:hover{background:#fff9e6}.admin-users{animation:.3s ease-in fadeIn}.admin-users h2{color:#333;margin-bottom:25px;font-size:1.8rem}.users-stats{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px;margin-bottom:25px;display:grid}.stat-box{text-align:center;background:#fff;border-left:4px solid #ff7a00;border-radius:8px;padding:20px;box-shadow:0 2px 8px #0000000d}.stat-number{color:#ff7a00;margin-bottom:5px;font-size:2rem;font-weight:700;display:block}.stat-label{color:#666;font-size:.9rem;display:block}.users-table-wrapper{background:#fff;border-radius:8px;overflow:auto hidden;box-shadow:0 2px 8px #0000000d}.users-table{border-collapse:collapse;width:100%}.users-table thead{background:#f9f9f9;border-bottom:2px solid #e0e0e0}.users-table th{text-align:left;color:#333;padding:15px;font-weight:600}.users-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background-color .2s}.users-table tbody tr:hover{background-color:#f9f9f9}.users-table td{color:#555;padding:15px}.user-name{color:#333;font-weight:600}.users-table td.orders,.users-table td.spent{color:#ff7a00;font-weight:600}.actions{gap:10px;display:flex}.btn-view,.btn-delete{cursor:pointer;background:0 0;border:none;border-radius:4px;padding:5px;font-size:1.2rem;transition:all .3s}.btn-view{color:#667eea}.btn-view:hover{background:#e8ebf7}.btn-delete{color:#d32f2f}.btn-delete:hover{background:#ffe6e6}@media (width<=768px){.users-stats{grid-template-columns:1fr}.users-table{font-size:.85rem}.users-table th,.users-table td{padding:10px}}:root{--primary-color:#ff7a00;--secondary-color:#ff7a00;--text-dark:#121212;--text-light:#666;--border-light:#e0e0e0;--bg-light:#f8f9fa}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{width:100%}.app{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}::-webkit-scrollbar{display:none}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ff7a00;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#f50}.container{max-width:1400px;margin:0 auto;padding:0 2rem}button,input,select,textarea{font-family:inherit}.fade-in{animation:.3s ease-in-out fadeIn}@media (width<=768px){:root{font-size:14px}.container{padding:0 1rem}.app{padding-bottom:60px}}
