body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#1a1a1a;color:#fff;font-family:Arial,sans-serif;line-height:1.6}.app{background:linear-gradient(135deg,#2d1b69,#11998e);min-height:100vh}.header{background-color:#000;box-shadow:0 2px 10px #ffa5004d;padding:1rem 0}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo h1{color:#ff6b35;font-size:2rem;font-weight:700}.logo,.logo h1{text-decoration:none}.nav{display:flex;gap:2rem}.nav-link{border-radius:5px;color:#fff;padding:.5rem 1rem;text-decoration:none;transition:background-color .3s}.cart-link,.nav-link:hover{background-color:#ff6b35}.cart-link{font-weight:700}.main-content{margin:0 auto;max-width:1200px;padding:2rem}.error,.loading{padding:4rem 2rem;text-align:center}.error h2,.loading h2{font-size:2rem;margin-bottom:1rem}.retry-button{background-color:#ff6b35;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:1rem 2rem}.retry-button:hover{background-color:#e55a2b}.product-list h2{color:#ff6b35;font-size:2.5rem;margin-bottom:2rem;text-align:center}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:2rem}.product-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffff1a;border:1px solid #ff6b354d;border-radius:10px;padding:1.5rem;transition:transform .3s,box-shadow .3s}.product-card:hover{box-shadow:0 10px 25px #ff6b354d;transform:translateY(-5px)}.product-image img{border-radius:8px;height:200px;margin-bottom:1rem;object-fit:cover;width:100%}.product-name{color:#ff6b35;font-size:1.3rem;margin-bottom:.5rem}.product-description{color:#ccc;margin-bottom:1rem}.product-details{display:flex;justify-content:space-between;margin-bottom:1rem}.product-category{color:#aaa;font-size:.9rem}.product-price{color:#ff6b35;font-size:1.2rem;font-weight:700}.product-stock{margin-bottom:1rem}.in-stock{color:#4caf50}.out-of-stock{color:#f44336}.add-to-cart-btn{background-color:#ff6b35;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:1rem;transition:background-color .3s;width:100%}.add-to-cart-btn:hover:not(:disabled){background-color:#e55a2b}.add-to-cart-btn:disabled{background-color:#666;cursor:not-allowed}.cart h2{color:#ff6b35;margin-bottom:2rem}.empty-cart{padding:4rem 2rem;text-align:center}.continue-shopping-btn{background-color:#ff6b35;border-radius:5px;color:#fff;display:inline-block;margin-top:1rem;padding:1rem 2rem;text-decoration:none}.cart-items{margin-bottom:2rem}.cart-item{grid-gap:1rem;align-items:center;background-color:#ffffff1a;border-radius:8px;display:grid;gap:1rem;grid-template-columns:100px 1fr auto auto;margin-bottom:1rem;padding:1rem}.cart-item-image img{border-radius:5px;height:80px;object-fit:cover;width:80px}.cart-item-name{color:#ff6b35;margin-bottom:.5rem}.cart-item-category,.cart-item-price{color:#ccc;font-size:.9rem}.quantity-controls{align-items:center;display:flex;gap:.5rem}.quantity-btn{background-color:#ff6b35;border:none;border-radius:3px;color:#fff;cursor:pointer;height:30px;width:30px}.quantity-input{border:1px solid #ccc;border-radius:3px;padding:.25rem;text-align:center;width:60px}.remove-btn{background-color:#f44336;border:none;border-radius:3px;color:#fff;cursor:pointer;padding:.5rem 1rem}.cart-summary{background-color:#ffffff1a;border-radius:8px;padding:2rem;text-align:center}.cart-total h3{color:#ff6b35;font-size:1.5rem;margin-bottom:1rem}.cart-actions{display:flex;gap:1rem;justify-content:center}.checkout-btn{background-color:#4caf50;border-radius:5px;color:#fff;font-weight:700;padding:1rem 2rem;text-decoration:none}.checkout h2{color:#ff6b35;margin-bottom:2rem}.checkout-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.customer-form,.order-summary{background-color:#ffffff1a;border-radius:8px;padding:2rem}.customer-form h3,.order-summary h3{color:#ff6b35;margin-bottom:1rem}.order-item{border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:.5rem 0}.order-total{border-top:2px solid #ff6b35;font-size:1.2rem;margin-top:1rem;padding-top:1rem}.form-group{margin-bottom:1rem}.form-group label{color:#ccc;display:block;margin-bottom:.5rem}.form-group input{background-color:#ffffffe6;border:1px solid #ccc;border-radius:5px;color:#333;padding:.75rem;width:100%}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-actions{display:flex;gap:1rem;margin-top:2rem}.back-to-cart-btn{background-color:#666;border-radius:5px;color:#fff;padding:1rem 2rem;text-decoration:none}.place-order-btn{background-color:#4caf50;border:none;border-radius:5px;color:#fff;cursor:pointer;flex:1 1;font-weight:700;padding:1rem 2rem}.place-order-btn:disabled{background-color:#666;cursor:not-allowed}.error-message{background-color:#f44336;border-radius:5px;color:#fff;margin-bottom:1rem;padding:1rem}@media (max-width:768px){.header-container{flex-direction:column;gap:1rem}.cart-item,.products-grid{grid-template-columns:1fr}.cart-item{text-align:center}.checkout-container{grid-template-columns:1fr}.cart-actions,.form-actions{flex-direction:column}}.no-products{color:#ccc;padding:4rem 2rem;text-align:center}
/*# sourceMappingURL=main.39006622.css.map*/