.navbar{display:flex;justify-content:space-between;align-items:center;background-color:#e2e6ef;box-shadow:0 2px 4px #0000001a;padding:16px;z-index:10}.navbar-brand{font-size:1.25rem;font-weight:700;color:#333}.navbar-menu{display:flex;align-items:center;gap:16px}.navbar-welcome{font-size:1rem;color:#333}.navbar-button{padding:8px 16px;font-size:.9rem;border:none;border-radius:4px;cursor:pointer;background-color:#007bff;color:#fff;transition:background-color .3s ease}.navbar-button:hover{background-color:#0056b3}.navbar-button.logout{background-color:#dc3545}.navbar-button.logout:hover{background-color:#c82333}.shipping-form{margin-top:2rem;padding:1.5rem;background-color:#f9f9f9;border-radius:8px;box-shadow:0 4px 8px #0000001a;max-width:600px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:1rem}.shipping-form h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.shipping-input{padding:.75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}.shipping-submit{padding:.75rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease;font-size:1rem}.shipping-submit:hover{background-color:#0056b3}*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}body{background-color:#f4f6f8;color:#333}.dashboard-container{max-width:1200px;margin:40px auto;padding:20px}.dashboard-header{text-align:center;margin-bottom:40px}.dashboard-header h1{font-size:2.5rem;margin-bottom:10px;color:#1e88e5}.dashboard-header p{font-size:1rem;color:#666}.dashboard-profile{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:40px}.profile-card{flex:2;background:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 10px #0000001a}.profile-card h2{margin-bottom:15px;color:#1e88e5}.profile-card p{margin-bottom:10px;font-size:.95rem}.profile-stats{flex:1;display:flex;flex-direction:column;gap:20px}.stat-card{background:#fff;padding:20px;border-radius:8px;text-align:center;box-shadow:0 4px 10px #0000001a}.stat-card h3{font-size:1.2rem;color:#1e88e5;margin-bottom:10px}.stat-card p{font-size:1.5rem;font-weight:700}.dashboard-actions{background:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 10px #0000001a;text-align:center}.dashboard-actions h2{margin-bottom:20px;color:#1e88e5}.action-btn{background-color:#1e88e5;color:#fff;border:none;padding:12px 20px;margin:0 10px;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.action-btn:hover{background-color:#1565c0}@media (max-width: 768px){.dashboard-profile{flex-direction:column}.action-btn{display:block;width:100%;margin-bottom:10px}}.shipping-form{margin-top:2rem;display:grid;gap:1rem;max-width:600px}.shipping-form input{padding:.75rem;border:1px solid #ccc;border-radius:.5rem}.shipping-form button{padding:.75rem;background-color:#111;color:#fff;border:none;border-radius:.5rem;cursor:pointer}.dashboard-shipping{margin-top:2rem;padding:1rem;background-color:#f6f6f6;border-radius:1rem}.profile-container{max-width:1100px;margin:40px auto;padding:20px;font-family:Arial,sans-serif;color:#34495e;background-color:#f4f6f8}.profile-title{font-size:36px;font-weight:900;color:#34495e;margin-bottom:30px}.profile-content{display:flex;gap:30px}.profile-sidebar{flex:1;background:#2c3e50;border-radius:8px;box-shadow:0 0 10px #0000001a;color:#ecf0f1}.profile-sidebar ul{list-style:none;padding:0;margin:0}.profile-sidebar li{padding:15px 20px;border-bottom:1px solid #34495e;cursor:pointer;font-weight:600;font-size:16px;color:#ecf0f1;display:flex;justify-content:space-between;align-items:center}.profile-sidebar li.active,.profile-sidebar li:hover{background-color:#34495e;color:#bdc3c7}.logout-link{color:#e74c3c;font-weight:700}.profile-main{flex:3;background:#fff;border-radius:8px;padding:30px;box-shadow:0 0 10px #0000001a;color:#34495e}.profile-main section{margin-bottom:40px}.profile-main h2{font-size:22px;font-weight:700;margin-bottom:15px;border-bottom:2px solid #34495e;padding-bottom:5px}.info-display p{margin:8px 0;font-size:16px;color:#34495e}.edit-button{margin-top:10px;background:none;border:none;color:#34495e;cursor:pointer;font-weight:700;font-size:14px;text-decoration:underline}.edit-form label{display:block;margin-bottom:12px;font-weight:600;font-size:14px;color:#34495e}.edit-form input,.edit-form select{width:100%;padding:8px 10px;font-size:14px;border:1px solid #ccc;border-radius:6px;box-sizing:border-box}.edit-form button{margin-top:15px;padding:10px 20px;background-color:#34495e;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:700}.account-management-section h3{font-weight:700;margin-bottom:10px;color:#34495e}.account-management-section p{font-size:14px;margin-bottom:15px;color:#34495e}.logout-button,.delete-account-button{padding:10px 20px;border:2px solid #34495e;background:none;color:#34495e;font-weight:700;border-radius:6px;cursor:pointer;margin-bottom:15px;transition:background-color .3s ease,color .3s ease}.logout-button:hover,.delete-account-button:hover{background-color:#34495e;color:#fff}.input-field-container{margin-bottom:1rem}.input-field-label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.25rem}.input-field-input{width:100%;padding:.5rem;border:1px solid #ccc;border-radius:.25rem;font-size:1rem}.input-field-error{color:#ef4444;font-size:.75rem;margin-top:.25rem}.registration-container{max-width:400px;margin:2.5rem auto;padding:1.5rem;border:1px solid #ddd;border-radius:.5rem;box-shadow:0 2px 4px #0000001a}.registration-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;text-align:center}.registration-form{display:flex;flex-direction:column;gap:1rem}.registration-button{width:100%;background-color:#007bff;color:#fff;padding:.5rem 0;margin-top:1rem;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .3s ease}.registration-button:hover{background-color:#0056b3}.registration-button:disabled{background-color:#ccc;cursor:not-allowed}.home-container{width:100%;height:100vh;background-color:#d9e3e8;display:flex;justify-content:center;align-items:center;font-family:Arial,sans-serif;overflow:hidden}.home-content{display:flex;max-width:1200px;width:100%;padding:20px;box-sizing:border-box;position:relative}.home-text{flex:1;color:#fff;padding:40px 20px;display:flex;flex-direction:column;justify-content:center;text-shadow:3px 3px 12px rgba(0,0,0,.9)}.home-text h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:20px;text-shadow:4px 4px 14px rgba(0,0,0,1)}.highlight{background-color:#fff176;color:#000;padding:0 8px;border-radius:4px}.shopping-buttons{margin-bottom:20px}.shopping-buttons button{background:#fff;border:none;border-radius:20px;padding:8px 16px;margin-right:10px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.shopping-buttons button:hover{background-color:#f0f0f0}.home-subtext{font-size:1rem;margin-bottom:30px;max-width:400px;color:#f0f0f0;text-shadow:2px 2px 8px rgba(0,0,0,.8)}.action-buttons{display:flex;align-items:center;gap:15px}.start-shopping{background-color:#000;color:#fff;border:none;padding:12px 24px;border-radius:30px;font-weight:700;cursor:pointer;transition:background-color .3s ease}.start-shopping:hover{background-color:#333}.btn-register,.btn-login{color:#fff;text-decoration:none;font-weight:600;padding:10px 20px;border-radius:30px;border:2px solid #fff;transition:background-color .3s ease,color .3s ease}.btn-register:hover,.btn-login:hover{background-color:#fff;color:#000}.home-image-container{flex:1;position:relative;display:flex;justify-content:center;align-items:center}.home-image{max-width:100%;height:auto;border-radius:20px;object-fit:cover}.gift-barcode{position:absolute;bottom:20px;right:20px;background:#fff;border-radius:12px;padding:10px;box-shadow:0 0 10px #00000026;display:flex;flex-direction:column;align-items:center;width:140px}.barcode{font-size:10px;font-weight:700;margin-bottom:8px;text-align:center;color:#000}.gift-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid #000}.admin-dashboard{display:flex;min-height:100vh;font-family:Arial,sans-serif;background-color:#f4f6f8}.admin-sidebar{width:240px;background-color:#2c3e50;color:#ecf0f1;padding:20px}.sidebar-header h2{font-size:1.5rem;margin-bottom:20px;text-align:center;border-bottom:1px solid #7f8c8d;padding-bottom:10px}.sidebar-nav ul{list-style:none;padding:0}.sidebar-nav ul li{margin:15px 0}.sidebar-nav ul li a{text-decoration:none;color:#ecf0f1;font-size:1rem;transition:color .3s ease}.sidebar-nav ul li a:hover{color:#bdc3c7}.admin-main{flex:1;padding:30px}.admin-header{margin-bottom:20px}.admin-header h1{font-size:2rem;color:#34495e;margin-bottom:8px}.admin-header p{color:#7f8c8d;font-size:1rem}.stats-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:30px}.stat-card{background-color:#fff;border-radius:8px;padding:20px;text-align:center;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease}.stat-card:hover{transform:translateY(-3px)}.stat-card h3{font-size:1.1rem;color:#2c3e50;margin-bottom:10px}.stat-card p{font-size:1.5rem;font-weight:700;color:#27ae60}.admin-nested-content{background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 8px #0000001a}.create-product-form{max-width:800px;margin:auto;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 10px #0000000d;font-family:Segoe UI,sans-serif}.create-product-form h2{font-size:1.75rem;margin-bottom:1.5rem;text-align:center;color:#333}.form-group{margin-bottom:1.25rem;display:flex;flex-direction:column}.form-group label{font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea,.form-group select{padding:.75rem;border:1px solid #ddd;border-radius:10px;font-size:1rem;transition:border .3s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#007bff;outline:none}.form-row{display:flex;gap:1rem;flex-wrap:wrap}.form-row .form-group{flex:1;min-width:250px}.submit-btn{background:#007bff;color:#fff;padding:.85rem 1.5rem;border:none;border-radius:10px;font-size:1.1rem;cursor:pointer;transition:background .3s ease;width:100%;margin-top:1rem}.submit-btn:hover{background:#0056b3}.product-list-page{display:flex;padding:20px 40px;height:100vh;width:100%;margin:0 auto;background-color:#fff;gap:20px;box-sizing:border-box}.product-sidebar{width:250px;background-color:#f8f9fa;padding:20px;border-radius:8px;box-shadow:0 0 10px #0000001a;box-sizing:border-box;height:fit-content;position:sticky;top:80px}.search-bar input{width:100%;padding:10px 12px;font-size:1rem;border:1px solid #ddd;border-radius:6px;outline:none;transition:border-color .3s ease}.search-bar input:focus{border-color:#3bc9db}.category-filter h3,.price-filter h3{margin-bottom:10px;font-weight:700;font-size:1.1rem;color:#333}.category-filter ul{list-style:none;padding:0;margin:0}.category-filter li{padding:8px 10px;cursor:pointer;border-radius:4px;margin-bottom:6px;transition:background-color .3s ease;color:#555}.category-filter li:hover,.category-filter li.selected{background-color:#3bc9db;color:#fff}.price-filter div{display:flex;gap:10px}.price-filter input{width:100%;padding:8px 10px;font-size:1rem;border:1px solid #ddd;border-radius:6px;outline:none;transition:border-color .3s ease}.price-filter input:focus{border-color:#3bc9db}.product-list-container{flex-grow:1}.product-list-container h2{font-size:1.5rem;font-weight:700;margin-bottom:20px;color:#222}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:25px}.product-card{background-color:#f9f9f9;border-radius:8px;overflow:hidden;box-shadow:0 4px 8px #0000001a;transition:box-shadow .3s ease,transform .3s ease;cursor:pointer}.product-card:hover{box-shadow:0 8px 16px #00000026;transform:translateY(-5px)}.product-link{display:block;color:inherit;text-decoration:none;padding:15px}.product-image{width:100%;height:180px;object-fit:cover;border-radius:6px;margin-bottom:12px;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-name{font-size:1.2rem;font-weight:700;margin:0 0 8px;color:#111}.product-price{font-size:1rem;font-weight:700;color:#e63946;margin:0}.see-more-btn{display:block;margin:30px auto 0;padding:12px 30px;font-size:1.2rem;font-weight:700;background-color:#3bc9db;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.see-more-btn:hover{background-color:#2a9ab8}@media (max-width: 768px){.product-list-page{flex-direction:column;padding:20px}.product-sidebar{width:100%;position:relative;top:auto;margin-bottom:20px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:15px}}.product-detail-page{display:flex;gap:40px;padding:20px;font-family:Arial,sans-serif;background-color:#2c3e50;color:#ecf0f1}.product-image-section{flex:1;display:flex;flex-direction:column;align-items:center}.main-product-image{width:100%;max-width:400px;border-radius:8px;object-fit:contain;box-shadow:0 4px 8px #0000004d}.thumbnail-images{display:flex;gap:10px;margin-top:15px;overflow-x:auto;width:100%;max-width:400px}.thumbnail-image{width:70px;height:70px;object-fit:contain;border-radius:6px;cursor:pointer;border:2px solid transparent;transition:border-color .3s ease}.thumbnail-image.selected{border-color:#27ae60}.product-info-section{flex:1;display:flex;flex-direction:column}.product-title{font-size:2rem;font-weight:700;margin-bottom:10px;color:#ecf0f1}.product-category{font-size:1rem;margin-bottom:15px;color:#ecf0f1}.category-link{color:#27ae60;text-decoration:none}.category-link:hover{text-decoration:underline}.product-description{font-size:1rem;margin-bottom:20px;line-height:1.5;color:#ecf0f1}.product-price{font-size:1.5rem;font-weight:700;color:#27ae60;margin-bottom:10px}.product-stock{font-size:1rem;color:#27ae60;margin-bottom:20px}.quantity-selector{display:flex;align-items:center;gap:10px;margin-bottom:20px}.quantity-btn{width:35px;height:35px;border:1px solid #ecf0f1;background-color:transparent;color:#ecf0f1;font-size:1.5rem;font-weight:700;cursor:pointer;border-radius:4px;-webkit-user-select:none;user-select:none;display:flex;justify-content:center;align-items:center;transition:background-color .3s ease}.quantity-btn:hover{background-color:#27ae60;color:#2c3e50}.quantity{font-size:1.2rem;font-weight:600;min-width:30px;text-align:center;color:#ecf0f1}.add-to-cart-btn{background-color:#27ae60;color:#2c3e50;border:none;padding:12px 25px;font-size:1.1rem;font-weight:700;border-radius:6px;cursor:pointer;transition:background-color .3s ease;width:fit-content}.add-to-cart-btn:hover{background-color:#1e8449;color:#ecf0f1}.cart-page{font-family:Arial,sans-serif;color:#ecf0f1;background-color:#2c3e50;display:flex;gap:20px;padding:20px}.cart-left{flex:3;background:#34495e;padding:20px;border-radius:8px;box-shadow:0 0 10px #0000004d}.cart-left h2{margin-bottom:20px;font-weight:600;font-size:24px;color:#ecf0f1}.cart-item{display:flex;gap:20px;border-bottom:1px solid #3a4a5a;padding-bottom:20px;margin-bottom:20px}.cart-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.cart-item-image{width:120px;height:120px;object-fit:contain;border-radius:8px;background:#3a4a5a}.cart-item-details{flex:1;display:flex;flex-direction:column;justify-content:space-between;color:#ecf0f1}.cart-item-details h3{margin:0 0 8px;font-size:18px;font-weight:600;color:#ecf0f1}.cart-item-details p{margin:4px 0;font-size:14px;color:#bdc3c7}.stock-info{font-size:13px;color:#27ae60}.stock-info.low-stock{color:#e74c3c;font-weight:600}.shipping-info{font-size:13px;color:#f39c12;font-weight:700}.shipping-info .express{font-style:normal;font-weight:900;color:#e67e22}.remove-button{background:none;border:none;color:#e67e22;font-weight:600;cursor:pointer;padding:0;margin-top:10px;align-self:flex-start;display:flex;align-items:center;gap:6px;font-size:14px}.remove-button:hover{text-decoration:underline}.quantity-controls{display:flex;align-items:center;gap:10px;margin-top:10px}.quantity-btn{width:30px;height:30px;background-color:#e67e22;border:none;color:#fff;font-size:20px;font-weight:700;border-radius:4px;cursor:pointer;display:flex;justify-content:center;align-items:center}.quantity-btn:disabled{background-color:#7f8c8d;cursor:not-allowed}.quantity{font-size:16px;font-weight:600;min-width:20px;text-align:center}.cart-item-pricing{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;min-width:100px;color:#ecf0f1}.current-price{font-size:18px;font-weight:700;color:#ecf0f1;margin:0}.cart-summary{flex:1;background:#34495e;padding:20px;border-radius:8px;box-shadow:0 0 10px #0000004d;height:fit-content;display:flex;flex-direction:column;gap:15px;color:#ecf0f1}.cart-summary h3{font-weight:700;font-size:20px;margin:0 0 10px;color:#ecf0f1}.cart-summary p{font-size:14px;margin:0;display:flex;justify-content:space-between;color:#bdc3c7}.total-price{font-weight:700;font-size:18px;color:#ecf0f1}.subtotal{font-weight:700;font-size:16px;border-top:1px solid #3a4a5a;padding-top:10px;color:#ecf0f1}.checkout-button{background-color:#e67e22;color:#fff;border:none;padding:12px 0;font-size:16px;font-weight:700;border-radius:6px;cursor:pointer;margin-top:10px;transition:background-color .3s ease}.checkout-button:hover{background-color:#d35400}.checkout-container{max-width:1100px;margin:40px auto;padding:20px;font-family:Arial,sans-serif;color:#ecf0f1;background-color:#2c3e50}.checkout-main{display:flex;gap:30px}.checkout-left,.checkout-right{background:#34495e;border-radius:8px;padding:20px;box-shadow:0 0 10px #0000004d;color:#ecf0f1}.checkout-left{flex:3;display:flex;flex-direction:column;gap:25px}.checkout-right{flex:1;display:flex;flex-direction:column;gap:20px}.shipping-address label,.payment-info label{font-weight:700;margin-bottom:8px;display:block;font-size:14px;color:#ecf0f1}.address-display{background:#2c3e50;padding:12px 15px;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:14px;color:#ecf0f1}.address-display:hover{background:#34495e}.edit-icon{font-size:16px;color:#bdc3c7}.shipping-address input[type=text],.payment-info input[type=text]{width:100%;padding:10px 12px;border:1px solid #7f8c8d;border-radius:6px;font-size:14px;box-sizing:border-box;background-color:#2c3e50;color:#ecf0f1}.payment-methods{display:flex;gap:15px;margin-bottom:15px}.payment-method{border:1px solid #7f8c8d;border-radius:6px;padding:8px 12px;cursor:pointer;background:#2c3e50;transition:border-color .3s ease;color:#ecf0f1}.payment-method.selected{border-color:#27ae60;background:#27ae60;color:#2c3e50}.payment-method img{height:24px;width:auto;display:block}.card-details-row{display:flex;gap:15px}.card-details-row>div{flex:1}.card-details-row label{font-weight:700;font-size:14px;margin-bottom:6px;display:block;color:#ecf0f1}.order-items{list-style:none;padding:0;margin:0 0 15px;max-height:250px;overflow-y:auto;border-bottom:1px solid #34495e}.order-items li{display:flex;justify-content:space-between;padding:8px 0;font-size:14px;border-bottom:1px solid #34495e;color:#ecf0f1}.order-items li:last-child{border-bottom:none}.order-totals p{display:flex;justify-content:space-between;font-size:14px;margin:6px 0;color:#ecf0f1}.order-total{font-weight:700;font-size:16px;margin-top:10px;border-top:2px solid #27ae60;padding-top:10px;color:#27ae60}.confirm-payment{background-color:#27ae60;color:#2c3e50;border:none;padding:14px 0;font-size:16px;font-weight:700;border-radius:8px;cursor:pointer;margin-top:20px;transition:background-color .3s ease}.confirm-payment:hover:not(:disabled){background-color:#1e8449}.confirm-payment:disabled{background-color:#7f8c8d;cursor:not-allowed}.error{color:#e74c3c;margin-top:10px;font-size:14px}.wishlist-container{padding:20px}.wishlist-grid{display:flex;flex-wrap:wrap;gap:20px}.wishlist-card{border:1px solid #ddd;border-radius:4px;width:200px;padding:10px;text-align:center;transition:box-shadow .3s ease}.wishlist-card:hover{box-shadow:0 0 10px #0003}.wishlist-image{width:100%;height:150px;object-fit:cover}.wishlist-card button{margin-top:10px;padding:8px 15px;background-color:#007bff;border:none;color:#fff;cursor:pointer;border-radius:4px}.wishlist-card button:hover{background-color:#0056b3}
