@import url(https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.css);.wow-navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9;box-shadow:0 4px 20px #0000000d;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.wow-nav-inner{align-items:center;display:flex;gap:30px;height:80px;margin:auto;padding:0 40px}.wow-logo img{height:120px;transition:.3s ease}.wow-logo img:hover{transform:scale(1.05)}.wow-links a{color:#333;font-weight:500;padding:5px 0;position:relative;text-decoration:none}.wow-links a:after{background:#1749b2;bottom:0;content:"";height:2px;left:0;position:absolute;transition:.3s;width:0}.wow-links a:hover:after{width:100%}.wow-search{background:#f5f7fb;border-radius:50px;display:flex;flex:1 1;margin:0 auto;max-width:480px;overflow:hidden;transition:.3s}.wow-search:focus-within{box-shadow:0 0 0 3px #1749b226}.wow-search input{background:#0000;border:none;flex:1 1;outline:none;padding:12px 18px}.wow-search button{background:#1749b2;border:none;color:#fff;cursor:pointer;font-size:18px;padding:0 18px;transition:.3s}.wow-search button:hover{background:#0f357f}.right-section{align-items:center;display:flex;gap:25px}.cart-icon{color:#333;position:relative;transition:.3s}.cart-icon:hover{transform:translateY(-2px)}.cart-icon svg{height:26px;width:26px}.cart-badge{align-items:center;background:#ff3f6c;border-radius:50px;box-shadow:0 3px 8px #00000040;color:#fff;display:flex;font-size:11px;font-weight:600;height:20px;justify-content:center;min-width:20px;position:absolute;right:-10px;top:-6px}.profile-area{cursor:pointer}.profile img{border:2px solid #eaeaea;height:42px;object-fit:cover;transition:.3s ease;width:42px}.profile img:hover{border-color:#1749b2;transform:scale(1.05)}.profile-menu{background:#fff;border-radius:16px;box-shadow:0 20px 40px #00000014;opacity:0;padding:12px 0;top:130%;transform:translateY(15px);transition:all .3s ease;visibility:hidden;width:210px}.profile-area:hover .profile-menu{opacity:1;transform:translateY(0);visibility:visible}.profile-menu:before{background:#fff;box-shadow:-2px -2px 6px #00000005;content:"";height:14px;position:absolute;right:20px;top:-8px;transform:rotate(45deg);width:14px}.menu-item{background:none;border:none;color:#333;cursor:pointer;font-size:14px;padding:12px 22px;text-align:left;transition:.25s ease;width:100%}.menu-item:hover{background:#f3f6fd;color:#7390cd;padding-left:26px}.logout-btn{color:#e63946}.logout-btn:hover{background:#fff1f1}@media (max-width:768px){.wow-nav-inner{flex-wrap:wrap;gap:15px;height:auto;padding:10px 15px}.wow-logo img{height:80px}.wow-links{display:none}.wow-search{max-width:100%;order:3;width:100%}.right-section{gap:18px;margin-left:auto}}.cart-page{font-family:Segoe UI,sans-serif;margin:2rem auto;max-width:1200px;padding:1rem}.cart-empty{align-items:center;background:linear-gradient(135deg,#f9f9f9,#eef2f3);display:flex;height:80vh;justify-content:center}.empty-box{background:#fff;border-radius:15px;box-shadow:0 15px 35px #0000001a;max-width:400px;padding:50px 40px;text-align:center;transition:transform .3s ease;width:100%}.empty-box:hover{transform:translateY(-5px)}.empty-icon{font-size:70px;margin-bottom:20px}.empty-box h2{color:#333;font-size:24px;margin-bottom:10px}.empty-box p{color:#777;margin-bottom:25px}.shop-btn{background:#ff3f6c;border-radius:25px;color:#fff;display:inline-block;font-weight:700;padding:12px 25px;text-decoration:none;transition:all .3s ease}.shop-btn:hover{background:#e7335f;transform:scale(1.05)}.cart-title{color:#333;font-size:2rem;margin-bottom:2rem;text-align:center}.cart-content{display:flex;flex-wrap:wrap;gap:2rem}.cart-items{display:flex;flex:2 1;flex-direction:column;gap:1.5rem}.cart-item{background:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 2px 6px #0000000d;display:flex;gap:1rem;padding:1rem;transition:transform .2s}.cart-item:hover{transform:translateY(-3px)}.cart-item-img{border-radius:10px;height:120px;object-fit:cover;width:120px}.cart-item-details{display:flex;flex:1 1;flex-direction:column;justify-content:space-between}.cart-item-name{color:#111;font-size:1.1rem}.cart-item-price{font-weight:700;margin:.5rem 0}.cart-item-qty{align-items:center;display:flex;gap:.5rem}.qty-btn{background:#f0f0f0;border:none;border-radius:5px;cursor:pointer;font-size:1rem;padding:.3rem .6rem}.qty-btn:hover{background:#ddd}.remove-btn{background:#ff4d4f;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:.9rem;margin-top:.5rem;padding:.5rem .8rem;width:-webkit-fit-content;width:fit-content}.remove-btn:hover{background:#e60000}.cart-summary{background:#f9f9f9;border:1px solid #ddd;border-radius:10px;flex:1 1;height:-webkit-fit-content;height:fit-content;padding:1rem}.cart-summary h2{margin-bottom:1rem}.checkout-btn,.clear-btn{border:none;border-radius:8px;cursor:pointer;display:block;font-size:1rem;margin-top:1rem;padding:.8rem;width:100%}.checkout-btn{background:#1890ff;color:#fff}.checkout-btn:hover{background:#096dd9}.clear-btn{background:#ff4d4f;color:#fff}.clear-btn:hover{background:#e60000}.cart-empty{margin-top:5rem;text-align:center}.btn-back{background:#1890ff;border-radius:5px;color:#fff;display:inline-block;margin-top:1rem;padding:.6rem 1rem;text-decoration:none}.btn-back:hover{background:#096dd9}@media (max-width:768px){.cart-content{flex-direction:column}.cart-summary{margin-top:1rem}.login-page{background:#fff!important;min-height:100dvh}.login-overlay{display:none!important}.login-card{border-radius:0!important;box-shadow:none!important;max-width:100%!important;min-height:100dvh;padding-top:60px;width:100%!important}}.register-page{background:linear-gradient(135deg,#0f2027,#203a43,#2c5364);font-family:Arial,sans-serif;justify-content:center;min-height:100vh}.password-wrapper,.register-page{align-items:center;display:flex;position:relative}.password-wrapper input{padding-right:40px;width:100%}.eye-icon{cursor:pointer;font-size:18px;position:absolute;right:12px;-webkit-user-select:none;user-select:none}.register-overlay{background:#00000059;inset:0;position:absolute}.register-card{background:#fffffff2;border-radius:16px;box-shadow:0 20px 40px #00000059;padding:36px;position:relative;text-align:center;width:380px;z-index:1}.register-logo{margin-bottom:10px;width:95px}.register-card h2{font-size:26px;font-weight:700;margin:0}.subtitle{color:#555;font-size:14px;margin-top:6px}.register-card form{display:flex;flex-direction:column;gap:13px;margin-top:20px}.register-card input{border:1px solid #ccc;border-radius:8px;font-size:15px;outline:none;padding:13px}.register-card button{background:#111;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:8px;padding:13px}.bottom-text{font-size:14px;margin-top:14px}.bottom-text a{color:#0f4c81;font-weight:600;text-decoration:none}@media (max-width:768px){.register-page{background:#fff!important}.register-overlay{display:none!important}.register-card{border-radius:0;box-shadow:none;min-height:100vh;padding-top:60px;width:100%}}:root{--primary:#0f172a;--accent:#06b6d4;--muted:#6b7280}*{box-sizing:border-box}body{background:#f7fafc;color:#111;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;margin:0}nav.topbar{background:#0f172a;background:var(--primary);color:#141313;justify-content:space-between;padding:12px 16px}nav .links,nav.topbar{align-items:center;display:flex}nav .links{gap:12px}a.brand{color:#000;font-weight:700;margin-right:12px;text-decoration:none}a,button{font-family:inherit}a.navlink{color:#020202;opacity:.95;text-decoration:none}.nav-right{align-items:center;display:flex;gap:10px}.btn{border:none;border-radius:6px;cursor:pointer;padding:8px 12px}.btn-primary{background:#06b6d4;background:var(--accent);border:none;color:#002}.card{background:#fff;border-radius:8px;box-shadow:0 1px 4px #0206170f;padding:12px}.grid-3{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr)}.product-img{background:#eee;border-radius:6px;height:180px;object-fit:cover;width:100%}.product-title{font-size:16px;margin:8px 0}.small{color:#6b7280;color:var(--muted);font-size:13px}.form{margin:12px 0;max-width:420px}.input{border:1px solid #e5e7eb;border-radius:6px;margin:8px 0;padding:10px;width:100%}@media (max-width:900px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.grid-3{grid-template-columns:1fr}nav .links{display:none}}.navbar{background:#fcf9f9;box-shadow:0 2px 10px #0003;color:#fff;height:70px;justify-content:space-between;padding:0 24px}.navbar,.navbar-left{align-items:center;display:flex}.navbar-left{gap:24px}.brand{color:#00eaff;font-size:24px;font-weight:700;text-decoration:none}.navbar-right{display:flex;gap:12px}.nav-links{display:flex;gap:18px}.navlink{color:#ddd;font-size:16px;text-decoration:none;transition:.3s}.navlink:hover{color:#a76c98}.cart-link{align-items:center;display:flex;gap:6px}.badge{background:#ff3b3b;border-radius:12px;color:#fff;font-size:12px;padding:2px 8px}.profile-area{position:relative}.profile{align-items:center;cursor:pointer;display:flex;gap:10px}.profile img{border:2px solid #00eaff;border-radius:50%;height:40px;width:40px}.profile-menu{background:#211f1f;border-radius:8px;box-shadow:0 10px 30px #00000026;position:absolute;right:0;top:60px;width:180px;z-index:11000}.menu-item{color:#fff;display:block;padding:10px 16px;text-decoration:none;transition:.3s}.menu-item:hover{background:#444}.logout-btn{background:#0000;border:none;color:#ff6565;cursor:pointer;text-align:left;width:100%}.logout-btn:hover{background:#400}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.search-bar,.search-wrapper{align-items:center;display:flex}.search-bar{background:#ead2d2;border-radius:10px;padding:8px 14px;transition:.3s ease}.search-bar input{background:#0000;border:none;font-size:14px;outline:none;width:500px}.search-bar button{background:#0000;border:none;color:#08326b;cursor:pointer;display:flex;font-size:18px;justify-content:end}@media (max-width:768px){.search-bar{border-radius:50%;height:40px;justify-content:center;padding:0;width:40px}.search-bar input{opacity:0;pointer-events:none;transition:.3s;width:0}.search-bar.active{border-radius:30px;padding:0 14px;width:180px}.search-bar.active input{opacity:1;pointer-events:auto;width:100%}}
/*# sourceMappingURL=main.0551317c.css.map*/