.navbar{background-color:#101020;color:#fff;padding:15px 20px;font-family:Segoe UI,sans-serif;box-shadow:0 2px 8px #0003}.navbar-top{display:flex;justify-content:space-between;align-items:center}.menu-toggle{display:none;color:#fff;cursor:pointer}.navbar-links{list-style:none;display:flex;gap:24px;align-items:center;margin-top:10px;justify-content:center}.navbar-links li a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease}.navbar-links li a:hover{color:#00d4ff}.cart-link{position:relative;font-weight:700}.cart-count{color:#fff;background-color:red;padding:.2rem .5rem;border-radius:12px;margin-left:5px;font-size:.8rem}.user-greeting{font-weight:600;cursor:pointer;color:#facc15;position:relative;transition:color .3s ease}.user-greeting:hover{color:#eab308}.dropdown-menu{position:absolute;top:110%;right:0;background:#1e293b;padding:10px;box-shadow:0 8px 16px #0003;z-index:1000;display:flex;flex-direction:column;border-radius:8px;animation:slideFade .3s ease-out;min-width:150px}.dropdown-menu a,.dropdown-menu button{padding:10px 14px;border:none;background:transparent;text-align:left;width:100%;color:#f8fafc;cursor:pointer;font-size:.95rem;border-radius:6px;transition:background-color .2s ease}.dropdown-menu a:hover,.dropdown-menu button:hover{background-color:#334155}@keyframes slideFade{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.navbar-logo{display:flex;align-items:center}.logo-link{display:flex;align-items:center;text-decoration:none}.logo-image{width:80px;height:auto;margin-right:12px}.logo-text{font-weight:700;font-size:32px;color:#00d4ff}@media screen and (max-width: 768px){.menu-toggle{display:block}.navbar-links{flex-direction:column;align-items:flex-start;display:none;width:100%;padding-left:0}.navbar-links.active{display:flex}.navbar-links li{width:100%;padding:10px 0}.dropdown-menu{position:static;box-shadow:none;background:transparent;padding:0}.dropdown-menu a,.dropdown-menu button{padding:8px 0;background:#1e293b;width:100%}}.navbar-search-form{display:flex;flex-wrap:wrap;gap:8px;padding:10px 20px;background-color:#f9f9f9;justify-content:center}.navbar-search-form input{padding:5px 10px;border:1px solid #ccc;border-radius:6px;min-width:120px}.navbar-search-form button{padding:5px 15px;background-color:#0073e6;color:#fff;border:none;border-radius:6px;cursor:pointer}.navbar-search-form button:hover{background-color:#005bb5}.footer{background-color:#484646;color:#fff;padding:20px 10px 10px;font-family:Arial,sans-serif;font-size:14px;overflow-x:hidden;overflow-y:hidden}.footer-top{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px;margin-bottom:16px}.footer-about,.footer-links,.footer-customer-service,.footer-contact{flex:1 1 200px;min-width:180px}.footer-logo{height:30px;width:auto;margin-bottom:10px;-o-object-fit:contain;object-fit:contain}.footer-about p{margin-bottom:10px;font-size:13px;color:#ccc}.social-icons a{font-size:20px;margin-right:10px;color:#ccc;text-decoration:none}.social-icons a:hover{color:#fff}.footer-links h4,.footer-customer-service h4,.footer-contact h4{font-size:15px;margin-bottom:8px;color:#fff}.footer-links ul,.footer-customer-service ul{list-style:none;padding:0;margin:0}.footer-links li,.footer-customer-service li{margin-bottom:6px}.footer-links a,.footer-customer-service a{color:#ccc;text-decoration:none;font-size:13px}.footer-links a:hover,.footer-customer-service a:hover{color:#fff}.footer-contact p{margin:4px 0;font-size:13px;color:#ccc}.newsletter-form{display:flex;gap:6px;margin-top:10px}.newsletter-form input{flex:1;padding:6px;font-size:13px;border:none;border-radius:4px}.newsletter-form button{padding:6px 12px;font-size:13px;background-color:#f60;color:#fff;border:none;border-radius:4px;cursor:pointer}.newsletter-form button:hover{background-color:#e65c00}.footer-bottom{border-top:1px solid #333;padding-top:10px;font-size:12px;color:#aaa;display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;align-items:center}.footer-bottom p{margin:0;line-height:1.4}.footer-bottom .dev-info a{color:#ccc;text-decoration:underline}.payment-methods img{height:18px;width:auto;margin-left:6px;-o-object-fit:contain;object-fit:contain}@media (max-width: 768px){.footer-top{flex-direction:column;gap:20px}.footer-bottom{border-top:1px solid #333;font-size:12px;color:#aaa;display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;align-items:center;box-shadow:0 2px 8px #0003;background-color:#111;padding:12px 16px;border-radius:4px}.footer-bottom .dev-info{color:#00d4ff}.footer-bottom .dev-info a{color:#00d4ff;text-decoration:underline}.newsletter-form{flex-direction:column;gap:6px;width:100%}.newsletter-form input,.newsletter-form button{width:100%}.payment-methods{display:flex;gap:8px;margin-top:10px}}@media (max-width: 600px){.footer-bottom{flex-direction:column;text-align:center}.payment-methods{justify-content:center}}.home{font-family:Arial,sans-serif;padding:1rem}.hero{background:linear-gradient(135deg,#4f46e5,#6d28d9);color:#fff;padding:2rem;border-radius:10px;text-align:center;margin-bottom:2rem}.hero h1{font-size:2rem;margin-bottom:.5rem}.hero p{font-size:1rem}.home section h2{margin:1rem 0;font-size:1.5rem}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-bottom:2rem}.category-card{background-color:#f3f4f6;padding:1rem;text-align:center;border-radius:8px;cursor:pointer;transition:background-color .3s}.category-card:hover{background-color:#e5e7eb}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;margin-bottom:2rem}.product-card{border:1px solid #e5e7eb;border-radius:8px;padding:1rem;text-align:center;cursor:pointer;transition:box-shadow .3s}.product-card:hover{box-shadow:0 4px 8px #0000001a}.product-card img{width:100%;height:180px;-o-object-fit:contain;object-fit:contain;margin-bottom:.5rem}.product-card h3{font-size:1rem;margin:.5rem 0}.product-card p{color:#10b981;font-weight:700}.brand-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem;align-items:center;justify-items:center;margin-top:1rem}.brand-grid img{max-height:50px;width:auto;-o-object-fit:contain;object-fit:contain;display:block;max-width:100%}@media (max-width: 768px){.brand-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1rem}.brand-grid img{max-height:40px;width:100%;-o-object-fit:contain;object-fit:contain}.hero p{font-size:.9rem}.product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-card{padding:.5rem}.product-card img{height:140px}.product-card h3{font-size:.95rem}.product-card p{font-size:.85rem}.category-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.category-card{padding:.75rem;font-size:.9rem}.brand-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.brand-grid img{max-height:40px}}.sidebar{width:250px;padding:20px;background:#f8f9fa;border-right:1px solid #ddd;height:100vh;position:sticky;top:0}.sidebar h3,.sidebar h4{margin-bottom:10px;color:#333}.sidebar label{display:block;margin-bottom:8px;cursor:pointer}.sidebar{width:220px;background-color:#fff;border:1px solid #ddd;border-radius:10px;padding:15px;height:-moz-fit-content;height:fit-content}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;padding:20px;max-width:600px;width:90%;border-radius:0;position:relative;box-shadow:0 4px 10px #0000004d}.close{position:absolute;top:10px;right:15px;font-size:24px;cursor:pointer}.image-container{width:100%;margin-bottom:15px}.main-image{width:100%;height:250px;-o-object-fit:cover;object-fit:cover}.thumbnails{display:flex;justify-content:center;margin-bottom:15px}.thumbnail{width:50px;height:50px;-o-object-fit:cover;object-fit:cover;margin:0 5px;border:1px solid #ccc;cursor:pointer}.thumbnail.active{border:2px solid #007bff}@media screen and (max-width: 768px){.modal-content{width:95%;padding:15px}.main-image{height:200px}.thumbnail{width:40px;height:40px}h2{font-size:18px}p{font-size:14px}button{width:100%;font-size:14px;padding:10px}}@media screen and (max-width: 480px){.main-image{height:160px}.thumbnail{width:32px;height:32px}h2{font-size:16px}p{font-size:13px}button{font-size:13px;padding:8px}.close{font-size:20px}}.product-card{width:100%;max-width:none;display:flex;flex-direction:column;align-items:center;border:1px solid #ccc;border-radius:0;padding:15px;background-color:#fff;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:transform .3s ease}.product-card:hover{transform:scale(1.05)}.product-image-wrapper img{max-width:100%;max-height:100%;-o-object-fit:cover;object-fit:cover}.main-image{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;border-radius:0;display:block}.thumbnail-row{display:flex;justify-content:center;margin-top:10px}.thumbnail{width:40px;height:40px;-o-object-fit:cover;object-fit:cover;margin:0 5px;cursor:pointer;border-radius:0;overflow:hidden;border:1px solid #ddd;transition:border .3s}.thumbnail.active{border:2px solid #007bff;border-radius:0}.product-info{text-align:center;margin-top:10px}.product-name{font-size:16px;font-weight:700;margin:10px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-price{font-size:14px;color:#e74c3c;margin-bottom:10px}.add-to-cart-btn{background-color:#28a745;color:#fff;border:none;padding:10px;border-radius:0;cursor:pointer;width:100%;font-size:14px;transition:background-color .3s}.add-to-cart-btn:hover{background-color:#218838}@media screen and (max-width: 768px){.product-card{padding:10px;box-shadow:0 1px 4px #0000001a}.main-image{height:160px}.thumbnail{width:32px;height:32px;margin:0 3px}.product-name{font-size:14px}.product-price{font-size:13px}.add-to-cart-btn{font-size:13px;padding:8px}}@media screen and (max-width: 480px){.main-image{height:140px}.product-name{font-size:13px}.add-to-cart-btn{font-size:12px;padding:6px}}.shop-page{display:flex;gap:20px;padding:20px;background-color:#f5f5f5;min-height:100vh}@media (max-width: 768px){.shop-page{flex-direction:column;padding:10px}}.shop-content{flex:1;padding:10px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}@media (max-width: 768px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:15px}}.products{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;padding:20px;flex:1}@media (max-width: 768px){.products{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));padding:10px;gap:15px}}.cart-page{padding:2rem;max-width:900px;margin:auto;text-align:center}.cart-page h2{margin-bottom:1.5rem;font-size:2rem}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;align-items:center;justify-content:space-between;border:1px solid #ddd;padding:1rem;border-radius:10px;background:#f9f9f9;box-shadow:0 2px 5px #0000000d}.cart-item img{width:80px;height:80px;-o-object-fit:contain;object-fit:contain;margin-right:1rem;border-radius:8px;background-color:#fff}.cart-item>div{flex:1;text-align:left}.cart-item h4{margin:0 0 .3rem}.cart-item p{margin:0;color:#333;font-size:.95rem}.cart-item button{padding:6px 12px;background-color:#dc3545;color:#fff;border:none;border-radius:5px;cursor:pointer}.cart-item button:hover{background-color:#c82333}.cart-summary{margin-top:2rem;text-align:right}.cart-summary h3{font-size:1.5rem;margin-bottom:1rem}.checkout-btn{padding:10px 20px;background-color:#007bff;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .3s}.checkout-btn:hover{background-color:#0056b3}.cart-page p{font-size:1.2rem;color:#666;margin-top:1rem}.quantity-controls{margin-top:.5rem;display:flex;align-items:center;gap:.5rem}.quantity-controls button{padding:4px 10px;background-color:#007bff;color:#fff;font-size:1rem;border:none;border-radius:4px;cursor:pointer}.quantity-controls button:disabled{background-color:#ccc;cursor:not-allowed}.quantity-controls span{font-size:1rem;width:30px;text-align:center}.remove-btn{background-color:#dc3545;color:#fff;padding:6px 10px;border-radius:5px;border:none;cursor:pointer}.remove-btn:hover{background-color:#c82333}@media (max-width: 768px){.cart-page{padding:1rem}.cart-page h2{font-size:1.5rem}.cart-item{flex-direction:column;align-items:flex-start;gap:1rem;text-align:left}.cart-item img{width:100%;height:auto;margin:0}.cart-item>div{width:100%}.cart-summary{text-align:center;margin-top:2rem}.cart-summary h3{font-size:1.25rem}.checkout-btn{width:100%;padding:12px;font-size:1.1rem}.quantity-controls{justify-content:space-between;width:100%}.quantity-controls span{width:auto}}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#f9f9f9;color:#333}.products-page{max-width:1200px;margin:30px auto;padding:0 20px 40px}.products-page>h1{font-size:2.5rem;font-weight:700;margin-bottom:25px;color:#222;text-align:center}.category-buttons{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:30px}.category-buttons button{padding:10px 18px;border:2px solid #0073e6;background:#fff;color:#0073e6;font-weight:600;font-size:1rem;border-radius:25px;cursor:pointer;transition:all .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-width:100px;text-align:center}.category-buttons button.active,.category-buttons button:hover{background:#0073e6;color:#fff;box-shadow:0 4px 10px #0073e64d}.filter-bar{display:flex;gap:40px;justify-content:center;flex-wrap:wrap;margin-bottom:40px;padding:0 10px}.filter-section{min-width:200px;max-width:280px;background:#fff;padding:18px 22px;border-radius:10px;box-shadow:0 2px 6px #00000014}.filter-section h4{margin-bottom:14px;font-weight:700;color:#222;font-size:1.1rem}.brand-checkbox{display:block;margin-bottom:12px;font-weight:500;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:.95rem;color:#444}.brand-checkbox-group{display:flex;flex-wrap:wrap;gap:10px}.brand-checkbox{display:flex;align-items:center;gap:5px;cursor:pointer}.brand-checkbox input{margin-right:8px;cursor:pointer;transform:scale(1.1)}.filter-section select{width:100%;padding:8px 12px;border-radius:6px;border:1.5px solid #ccc;font-size:1rem;cursor:pointer;transition:border-color .3s ease}.filter-section select:focus{border-color:#0073e6;outline:none}.filter-section select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:linear-gradient(45deg,transparent 50%,#555 50%),linear-gradient(135deg,#555 50%,transparent 50%),linear-gradient(to right,#ccc,#ccc);background-position:calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 25px) .5em;background-size:5px 5px,5px 5px,1px 1.5em;background-repeat:no-repeat;padding-right:35px}.product-list{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;padding:0 10px}.product-card{background:#fff;border-radius:10px;box-shadow:0 4px 10px #00000014;cursor:pointer;display:flex;flex-direction:column;transition:box-shadow .3s ease;padding:15px;min-height:390px}.product-card:hover{box-shadow:0 8px 20px #0000001f}.product-thumbnail{width:280%;height:380px;-o-object-fit:contain;object-fit:contain;border-radius:4px;margin-bottom:4px;background-color:#fff}.product-card h3{font-size:1.2rem;font-weight:700;margin:0 0 10px;color:#222;flex-grow:1}.product-card p{margin:4px 0;font-size:.95rem;color:#555}.desc{color:#777;font-size:.85rem;height:50px;overflow:hidden;text-overflow:ellipsis}@media (max-width: 900px){.product-list{grid-template-columns:repeat(2,1fr)}.filter-bar{gap:25px;justify-content:flex-start}.filter-section{max-width:45vw;flex-grow:1}}@media (max-width: 600px){.product-list{grid-template-columns:1fr}.category-buttons{justify-content:flex-start}.category-buttons button{min-width:80px;font-size:.9rem;padding:8px 14px}.filter-bar{flex-direction:column;gap:20px}.filter-section{max-width:100%;width:100%}.products-page>h1{font-size:2rem;margin-bottom:20px}}@media (max-width: 768px){.products-page{padding:0 10px}.category-buttons{gap:8px;justify-content:flex-start;overflow-x:auto;padding-bottom:10px;scrollbar-width:none}.category-buttons::-webkit-scrollbar{display:none}.category-buttons button{font-size:.9rem;padding:8px 14px;min-width:-moz-fit-content;min-width:fit-content;white-space:nowrap}.filter-bar{flex-direction:column;align-items:stretch;gap:20px}.filter-section{width:100%;max-width:100%}.product-list{display:grid;grid-template-columns:1fr;gap:20px}.product-card{width:100%;padding:14px}.product-thumbnail{max-height:180px;-o-object-fit:cover;object-fit:cover}.desc{display:none}}@media (min-width: 769px){.product-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px}.product-card{cursor:pointer;background:#fff;padding:16px;border-radius:10px;box-shadow:0 2px 8px #00000014;transition:transform .2s ease}.product-card:hover{transform:translateY(-5px)}.product-thumbnail{width:100%;height:200px;-o-object-fit:contain;object-fit:contain;margin-bottom:12px}}.filters-row{display:flex;gap:1rem;margin:1.5rem 0;flex-wrap:wrap;justify-content:center;align-items:flex-end}.filter-group{display:flex;flex-direction:column;min-width:180px}.filter-group label{margin-bottom:.4rem;font-weight:600;font-size:.9rem}.filter-group select{padding:.4rem;font-size:.95rem;border-radius:6px;border:1px solid #ccc}.register-page{padding:20px 10px;font-family:Segoe UI,sans-serif;background-color:#f8f8f8;min-height:100vh}.register-title{text-align:center;color:#101020;font-size:32px;margin-bottom:20px}.register-container{display:flex;justify-content:space-between;background-color:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 10px #0000001a;gap:40px}.register-box,.login-box{flex:1;display:flex;flex-direction:column}.register-box h3,.login-box h3{font-size:24px;margin-bottom:10px;color:#101020}.register-box p,.login-box p{font-size:14px;margin-bottom:20px;color:#555}.register-form input{padding:12px;margin-bottom:16px;border:1px solid #ccc;border-radius:6px;font-size:16px;width:100%}.register-form button,.login-button{padding:12px;background-color:#101020;color:#fff;border:none;border-radius:6px;font-size:16px;cursor:pointer;transition:background-color .3s ease;width:100%}.register-form button:hover,.login-button:hover{background-color:#00d4ff;color:#101020}@media screen and (max-width: 768px){.register-container{flex-direction:column;padding:20px;gap:20px}.register-title{font-size:26px}.register-box h3,.login-box h3{font-size:20px}.register-form input,.register-form button,.login-button{font-size:15px}}@media screen and (max-width: 480px){.register-container{padding:15px}.register-title{font-size:22px}.register-box h3,.login-box h3{font-size:18px}.register-box p,.login-box p{font-size:13px}.register-form input,.register-form button,.login-button{font-size:14px;padding:10px}}@media (max-width: 768px){.register-container{flex-direction:column;gap:20px;padding:20px 10px}}@media (max-width: 480px){.register-page{padding:10px}.register-title{font-size:24px}.register-box,.login-box{width:100%}.register-form input,.register-form button,.login-button{font-size:14px;padding:10px}.register-box h3,.login-box h3{font-size:18px}.register-box p,.login-box p{font-size:13px}}.login-page{display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;min-height:100vh;background:linear-gradient(to right,#f8f9fa,#e9ecef);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.login-title{font-size:2rem;font-weight:600;color:#333;margin-bottom:1.5rem;text-align:center}.login-form{display:flex;flex-direction:column;width:100%;max-width:400px;background-color:#fff;padding:2rem;border-radius:10px;box-shadow:0 8px 24px #0000001a}.login-form input{padding:.8rem 1rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;transition:border-color .3s}.login-form input:focus{border-color:#007bff;outline:none}.login-form button{padding:.9rem 1rem;background-color:#007bff;color:#fff;font-size:1rem;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s}.login-form button:disabled{background-color:#6c757d;cursor:not-allowed}.login-form button:hover:not(:disabled){background-color:#0056b3}.login-error{color:red;font-size:.95rem;margin-bottom:1rem;text-align:center}.forgot-link,.register-link{margin-top:1rem;font-size:.95rem;text-align:center}.forgot-link a,.register-link a{color:#007bff;text-decoration:none}.forgot-link a:hover,.register-link a:hover{text-decoration:underline}.login-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh}.spinner{width:40px;height:40px;border:4px solid #ccc;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@media (max-width: 480px){.login-form{padding:1.5rem}.login-title{font-size:1.6rem}.login-form input,.login-form button{font-size:.95rem}}.contact-form{max-width:600px;margin:0 auto;padding:20px;border:1px solid #ccc;border-radius:8px;background-color:#f9f9f9}.contact-form h2{text-align:center;font-size:2rem;margin-bottom:20px}.contact-form label{display:block;margin-bottom:8px;font-weight:700}.contact-form input,.contact-form textarea{width:100%;padding:10px;margin-bottom:15px;border-radius:5px;border:1px solid #ddd;font-size:1rem}.contact-form button{width:100%;padding:12px;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:1.1rem}.contact-form button:hover{background-color:#0056b3}.contact-form p{text-align:center;font-size:1.2rem;margin-top:15px;color:green}.edit-profile-container{max-width:500px;margin:40px auto;padding:25px 30px;border-radius:10px;background-color:#fff;box-shadow:0 0 12px #0000001a;box-sizing:border-box}.edit-profile-container h2{text-align:center;margin-bottom:20px;color:#333;font-size:24px}.edit-profile-form{display:flex;flex-direction:column;gap:12px}.edit-profile-form label{font-weight:600;color:#555;font-size:14px}.edit-profile-form input[type=text],.edit-profile-form input[type=email],.edit-profile-form input[type=password],.edit-profile-form input[type=tel],.edit-profile-form input[type=file]{padding:10px;font-size:15px;border:1px solid #ccc;border-radius:6px;transition:border .3s ease;width:100%;box-sizing:border-box}.edit-profile-form input:focus{outline:none;border-color:#007bff}.edit-profile-form button{padding:12px;background-color:#007bff;color:#fff;font-size:16px;border:none;border-radius:6px;cursor:pointer;transition:background .3s ease}.edit-profile-form button:disabled{background-color:#ccc;cursor:not-allowed}.edit-profile-form button:hover:not(:disabled){background-color:#0056b3}.profile-image,.image-placeholder{width:120px;height:120px;border-radius:50%;-o-object-fit:cover;object-fit:cover;display:block;margin:0 auto 20px;border:2px solid #ddd;background-color:#eee}.image-placeholder{display:flex;align-items:center;justify-content:center;color:#999;font-size:14px}.loading{text-align:center;font-size:18px;margin-top:50px;color:#555}@media (max-width: 600px){.edit-profile-container{margin:20px 10px;padding:20px}.edit-profile-container h2{font-size:20px}.edit-profile-form input[type=text],.edit-profile-form input[type=email],.edit-profile-form input[type=password],.edit-profile-form input[type=tel],.edit-profile-form input[type=file]{font-size:14px;padding:9px}.edit-profile-form button{font-size:15px;padding:10px}.profile-image,.image-placeholder{width:100px;height:100px}}.dashboard-container{display:flex;min-height:100vh;background-color:#f1f3f6;font-family:Segoe UI,sans-serif}.dashboard-sidebar{flex:1;background-color:#fff;padding:30px;border-right:1px solid #ddd}.user-profile{text-align:center}.profile-avatar{width:120px;height:120px;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin-bottom:15px}.edit-profile-btn,.logout-btn{display:block;margin:10px auto;padding:10px 16px;width:80%;text-align:center;border:none;border-radius:5px;text-decoration:none;background-color:#2874f0;color:#fff;font-weight:700;cursor:pointer}.logout-btn{background-color:#d32f2f}.dashboard-main{flex:3;padding:40px}.dashboard-section{background-color:#fff;margin-bottom:30px;padding:20px;border-radius:10px;box-shadow:0 2px 4px #0000000d}.dashboard-section h3{margin-bottom:15px;font-size:18px;color:#333}.dashboard-card{background-color:#f9f9f9;padding:12px;margin-bottom:10px;border-radius:6px;border:1px solid #ddd}.dashboard-loading{text-align:center;padding:50px;font-size:18px}.user-profile p{margin:5px 0;font-size:14px;color:#555}@media (max-width: 768px){.dashboard-container{flex-direction:column}.dashboard-sidebar{width:100%;border-right:none;border-bottom:1px solid #ddd;padding:20px}.dashboard-main{padding:20px}.profile-avatar{width:90px;height:90px}.edit-profile-btn,.logout-btn{width:100%;font-size:14px;padding:8px 12px}.dashboard-section{padding:15px;margin-bottom:20px}.dashboard-card{padding:10px;font-size:14px}.dashboard-section h3{font-size:16px}.user-profile p{font-size:13px}}@media (max-width: 480px){.dashboard-main{padding:15px}.dashboard-section h3{font-size:15px}.dashboard-card{font-size:13px}}.product-detail-page{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;padding:20px 40px;background-color:#f9f9f9;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#222;min-height:600px}.image-preview-container{display:flex;flex-direction:row;gap:20px;width:65%;max-width:700px;position:relative}.thumbnail-carousel-wrapper{display:flex;flex-direction:column;align-items:center;width:80px}.thumbnail-list{display:flex;flex-direction:column;gap:8px;overflow-y:auto;max-height:480px;scrollbar-width:thin;scrollbar-color:#888 transparent}.thumbnail-list::-webkit-scrollbar{width:6px}.thumbnail-list::-webkit-scrollbar-thumb{background-color:#888;border-radius:3px}.thumbnail{width:60px;height:60px;-o-object-fit:cover;object-fit:cover;border-radius:4px;border:2px solid transparent;cursor:pointer;transition:border-color .3s ease}.thumbnail.active{border-color:#007bff}.thumb-scroll-btn{background-color:#007bff;border:none;color:#fff;font-size:18px;cursor:pointer;width:32px;height:32px;border-radius:4px;margin:8px 0;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.thumb-scroll-btn:hover{background-color:#0056b3}.main-image{flex:1;width:100%;max-width:600px;aspect-ratio:1 / 1;position:relative;overflow:hidden;border-radius:10px;box-shadow:0 4px 12px #0000001a;cursor:zoom-in}.main-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.product-info{flex:1;max-width:400px;display:flex;flex-direction:column}.product-info h1{font-size:2rem;margin-bottom:12px;color:#111}.product-info p{font-size:1rem;line-height:1.5;margin-bottom:10px}.product-info strong{color:#555}.product-actions{margin-top:20px;display:flex;gap:12px;flex-wrap:wrap}.product-actions button{flex:1 1 auto;min-width:100px;padding:12px 20px;font-size:1rem;border-radius:6px;border:none;cursor:pointer;transition:background-color .3s ease}.add-to-cart{background-color:#28a745;color:#fff}.add-to-cart:hover{background-color:#218838}.buy-now{background-color:#007bff;color:#fff}.buy-now:hover{background-color:#0056b3}.cancel{background-color:#6c757d;color:#fff}.cancel:hover{background-color:#5a6268}@media (max-width: 900px){.product-detail-page{flex-direction:column;padding:20px}.image-preview-container{flex-direction:column;align-items:center;width:100%;max-width:100%;gap:16px}.thumbnail-carousel-wrapper{flex-direction:row;justify-content:center;width:100%}.thumbnail-list{flex-direction:row;overflow-x:auto;overflow-y:hidden;max-height:none;gap:10px}.thumbnail-list::-webkit-scrollbar{height:6px}.thumbnail{width:50px;height:50px}.main-image{width:100%;max-width:90%;max-height:400px;min-height:300px}.main-image img{height:auto}.product-info{max-width:100%;margin-top:20px}.product-actions{flex-direction:column}.product-actions button{min-width:100%}}@media (max-width: 600px){.product-detail-page{padding:16px 12px}.product-info h1{font-size:1.5rem;text-align:center}.product-info p{font-size:.95rem;text-align:center}.thumbnail{width:44px;height:44px}.thumb-scroll-btn{width:28px;height:28px;font-size:16px}.main-image{max-height:300px;min-height:250px}.product-actions{gap:10px}}@media (min-width: 901px){.product-detail-page{flex-direction:row;align-items:flex-start;justify-content:center;gap:60px}.image-preview-container{width:50%;max-width:600px}.main-image{height:600px;max-height:600px;aspect-ratio:unset}.main-image img{height:100%;-o-object-fit:cover;object-fit:cover}.product-info{width:40%;max-width:500px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f8f8f8;color:#333;line-height:1.6}html,body,#root{height:100%}html{scroll-behavior:smooth}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit}.loader-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#fff}.loader{width:50px;height:50px;border:5px solid #ccc;border-top-color:#007bff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}main{padding:20px}footer,nav{width:100%}@media (max-width: 768px){main{padding:16px}}@media (max-width: 480px){main{padding:12px}.loader{width:40px;height:40px;border-width:4px}}.about-container{padding:2rem;font-family:Arial,sans-serif;background:#f9f9f9}.about-hero{text-align:center;margin-bottom:2rem}.about-hero h1{font-size:2.5rem;color:#222}.about-hero p{font-size:1.2rem;color:#666}.about-content{display:flex;flex-wrap:wrap;gap:2rem;align-items:center;justify-content:center}.about-text{max-width:600px}.about-text h2{margin-top:1.5rem;color:#333}.about-text p{line-height:1.6;color:#444}.about-text ul{list-style-type:none;padding:0}.about-text ul li{margin:.5rem 0;color:#333}.about-image img{max-width:400px;width:100%;border-radius:12px;box-shadow:0 4px 12px #0000001a}/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */.relative{position:relative}.container{width:100%}.flex{display:flex}.line-through{text-decoration-line:line-through}
