@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap);body{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}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8f9fa;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}.home-page{background:#f8f9fa;min-height:100vh}.header{background:#1a1a2e;box-shadow:0 2px 10px #0000001a;color:#fff;padding:1.5rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{justify-content:space-between;max-width:1400px}.logo h1{color:#00d4ff;font-size:2rem;font-weight:700;margin-bottom:.25rem}.logo p{color:#aaa;font-size:.9rem}.cart-btn{align-items:center;background:#00d4ff;border:none;border-radius:8px;color:#1a1a2e;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;position:relative;text-decoration:none;transition:all .3s ease}.cart-btn:hover{background:#00b8e6;transform:translateY(-2px)}.cart-badge{align-items:center;background:#ff6b6b;border-radius:50%;color:#fff;display:flex;font-size:.75rem;height:20px;justify-content:center;position:absolute;right:-5px;top:-5px;width:20px}.notification{animation:slideIn .3s ease;background:#4caf50;border-radius:8px;box-shadow:0 4px 12px #0003;color:#fff;padding:1rem 2rem;position:fixed;right:20px;top:100px;z-index:1000}@keyframes slideIn{0%{opacity:0;transform:translateX(400px)}to{opacity:1;transform:translateX(0)}}.hero{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:4rem 2rem;text-align:center}.hero h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.hero p{color:#ddd;font-size:1.2rem}.categories{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:2rem auto;max-width:1400px;padding:0 2rem}.category-btn{background:#fff;border:2px solid #1a1a2e;border-radius:25px;color:#1a1a2e;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.category-btn:hover{background:#f0f0f0}.category-btn.active{background:#1a1a2e;color:#fff}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin:3rem auto;max-width:1400px;padding:0 2rem}.product-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:all .3s ease}.product-card:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-5px)}.product-image{background:#f0f0f0;height:250px;overflow:hidden;width:100%}.product-image img{height:100%;object-fit:cover;width:100%}.product-info{padding:1.5rem}.product-info h3{color:#1a1a2e;font-size:1.1rem;margin-bottom:.5rem}.product-description{color:#666;font-size:.9rem;margin-bottom:1rem}.product-footer{align-items:center;display:flex;justify-content:space-between}.price{color:#00d4ff;font-size:1.5rem;font-weight:700}.add-btn{background:#1a1a2e;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.add-btn:hover{background:#2a2a3e;transform:scale(1.05)}.footer{background:#1a1a2e;color:#fff;margin-top:4rem;padding:3rem 2rem 1rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(3,1fr);margin:0 auto 2rem;max-width:1400px}.footer-section h3{color:#00d4ff;font-size:1.5rem;margin-bottom:1rem}.footer-section h4{color:#00d4ff;font-size:1.2rem;margin-bottom:1rem}.footer-section p{color:#aaa;line-height:1.8;margin-bottom:.5rem}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#aaa;display:inline-block;font-size:1rem;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#00d4ff;text-decoration:underline}.footer-bottom{border-top:1px solid #333;color:#aaa;margin:0 auto;max-width:1400px;padding-top:2rem;text-align:center}@media (max-width:768px){.hero h2{font-size:1.8rem}.products-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.footer-content{gap:2rem;grid-template-columns:1fr}}.checkout-page{background:#f8f9fa;min-height:100vh}.checkout-header{align-items:center;background:#1a1a2e;color:#fff;display:flex;gap:2rem;padding:1.5rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.checkout-header h1{font-size:2rem}.empty-cart{padding:4rem 2rem;text-align:center}.empty-cart h2{color:#666;font-size:2rem;margin-bottom:2rem}.continue-btn{background:#00d4ff;border:none;border-radius:8px;color:#1a1a2e;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.continue-btn:hover{background:#00b8e6;transform:translateY(-2px)}.checkout-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 400px;margin:3rem auto;max-width:1200px;padding:0 2rem}.checkout-form{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:2rem}.form-section{margin-bottom:2rem}.form-section h2{color:#1a1a2e;font-size:1.3rem;margin-bottom:1rem}.shipping-notice{background:#e3f2fd;border-left:4px solid #1565c0;border-radius:8px;color:#1565c0;font-weight:600;margin-bottom:1rem;padding:.75rem 1rem}.checkout-form input{border:2px solid #ddd;border-radius:8px;font-size:1rem;margin-bottom:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.checkout-form input:focus{border-color:#00d4ff;outline:none}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.submit-btn{font-size:1.2rem;padding:1rem;width:100%}.order-summary{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;height:-webkit-fit-content;height:fit-content;padding:2rem;position:-webkit-sticky;position:sticky;top:100px}.order-summary h2{color:#1a1a2e;font-size:1.5rem;margin-bottom:1.5rem}.cart-items{margin-bottom:1.5rem;max-height:400px;overflow-y:auto}.cart-item{grid-gap:1rem;border-bottom:1px solid #eee;display:grid;gap:1rem;grid-template-columns:80px 1fr auto;padding:1rem 0}.cart-item img{border-radius:8px;height:80px;object-fit:cover;width:80px}.item-details h3{color:#1a1a2e;font-size:1rem;margin-bottom:.5rem}.item-price{color:#00d4ff;font-weight:600;margin-bottom:.5rem}.quantity-controls{align-items:center;display:flex;gap:.5rem}.quantity-controls button{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:1rem;height:25px;transition:all .2s ease;width:25px}.quantity-controls button:hover{background:#f0f0f0}.quantity-controls span{font-weight:600;min-width:30px;text-align:center}.remove-btn{background:#0000;border:none;color:#ff6b6b;cursor:pointer;font-size:1.5rem;height:30px;transition:all .2s ease;width:30px}.remove-btn:hover{transform:scale(1.2)}.summary-totals{border-top:2px solid #eee;padding-top:1rem}.summary-row{display:flex;font-size:1rem;justify-content:space-between;margin-bottom:.75rem}.summary-row.total{border-top:2px solid #1a1a2e;color:#1a1a2e;font-size:1.3rem;font-weight:700;margin-top:1rem;padding-top:1rem}.success-message{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin:4rem auto;max-width:600px;padding:4rem 2rem;text-align:center}.success-icon{align-items:center;animation:scaleIn .5s ease;background:#4caf50;border-radius:50%;color:#fff;display:flex;font-size:4rem;height:100px;justify-content:center;margin:0 auto 2rem;width:100px}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.success-message h2{color:#1a1a2e;font-size:2rem;margin-bottom:1rem}.success-message p{color:#666;font-size:1.1rem;margin-bottom:.5rem}.order-number{color:#00d4ff;font-size:1.2rem!important;font-weight:600;margin-top:1rem!important}@media (max-width:968px){.checkout-container{grid-template-columns:1fr}.order-summary{position:static}}.support-page{background:#f8f9fa;min-height:100vh}.header-content{max-width:1200px}.support-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:3rem auto;max-width:1200px;padding:0 2rem}.support-intro{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;height:-webkit-fit-content;height:fit-content;padding:2rem}.support-intro h2{color:#1a1a2e;font-size:2rem;margin-bottom:1rem}.support-intro p{color:#666;font-size:1.1rem;margin-bottom:2rem}.contact-info{display:flex;flex-direction:column;gap:1rem}.info-item{background:#f8f9fa;border-left:4px solid #00d4ff;border-radius:8px;padding:1rem}.info-item strong{color:#1a1a2e;display:block;margin-bottom:.25rem}.support-form-wrapper{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:2rem}.support-form-wrapper h3{color:#1a1a2e;font-size:1.5rem;margin-bottom:1.5rem}.success-notification{background:#4caf50;border-radius:8px;color:#fff;font-weight:600;margin-bottom:1.5rem;padding:1rem;text-align:center}.support-form{gap:1.5rem}.form-group,.support-form{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#1a1a2e;font-weight:600}.form-group input,.form-group textarea{border:2px solid #ddd;border-radius:8px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#00d4ff;outline:none}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{background:#00d4ff;border:none;border-radius:8px;color:#1a1a2e;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem 2rem;transition:all .3s ease}.submit-btn:hover{background:#00b8e6;transform:translateY(-2px)}@media (max-width:968px){.support-container{grid-template-columns:1fr}}.policy-page{background:#f8f9fa;min-height:100vh}.page-header{background:#1a1a2e;box-shadow:0 2px 10px #0000001a;color:#fff;padding:1.5rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{align-items:center;display:flex;gap:2rem;margin:0 auto;max-width:1000px}.page-header h1{font-size:2rem;margin:0}.back-btn{background:#0000;border:2px solid #fff;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.back-btn:hover{background:#fff;color:#1a1a2e}.policy-container{margin:3rem auto;max-width:1000px;padding:0 2rem}.policy-content{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:3rem}.last-updated{border-bottom:2px solid #eee;color:#666;font-style:italic;margin-bottom:2rem;padding-bottom:1rem}.policy-content section{margin-bottom:2.5rem}.policy-content h2{border-bottom:2px solid #00d4ff;color:#1a1a2e;font-size:1.5rem;margin-bottom:1rem;padding-bottom:.5rem}.policy-content h3{color:#1a1a2e;font-size:1.2rem;margin:1.5rem 0 .75rem}.policy-content p{color:#444;line-height:1.8;margin-bottom:1rem}.policy-content ul{margin-bottom:1rem;margin-left:2rem}.policy-content li{color:#444;line-height:1.8;margin-bottom:.5rem}.policy-content strong{color:#1a1a2e;font-weight:600}.contact-box{background:#f8f9fa;border-left:4px solid #00d4ff;border-radius:8px;margin-top:1rem;padding:1.5rem}.contact-box p{margin-bottom:.5rem}.page-footer{background:#1a1a2e;color:#fff;margin-top:4rem;padding:2rem;text-align:center}@media (max-width:768px){.policy-content{padding:2rem 1.5rem}.page-header h1{font-size:1.5rem}.policy-content h2{font-size:1.3rem}}
/*# sourceMappingURL=main.9f0855bd.css.map*/