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;scroll-behavior:smooth}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.App{overflow-x:hidden;width:100%}.navbar{background:#fff;box-shadow:0 2px 10px #0000001a;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo{color:#6366f1;font-size:1.8rem;font-weight:700;letter-spacing:1px}.nav-menu{display:flex;gap:2rem;list-style:none}.nav-menu a{color:#333;font-weight:500;text-decoration:none;transition:color .3s}.nav-menu a:hover{color:#6366f1}.cart-btn{background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.6rem 1.5rem;transition:background .3s}.cart-btn:hover{background:#4f46e5}.hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;gap:4rem;justify-content:center;min-height:90vh;padding:6rem 2rem}.hero-content{animation:fadeInUp .8s ease-out;max-width:600px}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.hero-subtitle{font-size:1.5rem;margin-bottom:1rem;opacity:.95}.hero-description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-image{flex:1 1;max-width:500px}.hero-placeholder{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #fff3;border-radius:20px;height:400px;width:100%}.btn{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.9rem 2rem;transition:all .3s}.btn-primary{background:#fff;color:#6366f1}.btn-primary:hover{box-shadow:0 10px 20px #0003;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#fff;color:#6366f1}.btn-outline{background:#0000;border:2px solid #6366f1;color:#6366f1}.btn-outline:hover{background:#6366f1;color:#fff}.features{background:#f8f9fa;padding:4rem 2rem}.features-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.feature-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem;text-align:center;transition:transform .3s}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#333;margin-bottom:.5rem}.feature-card p{color:#666}.products{background:#fff;padding:6rem 2rem}.container{margin:0 auto;max-width:1200px}.section-title{color:#333;font-size:2.5rem;margin-bottom:.5rem;text-align:center}.section-subtitle{color:#666;font-size:1.1rem;margin-bottom:3rem;text-align:center}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem}.product-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s,box-shadow .3s}.product-card:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.product-image{background:#f0f0f0;height:250px;overflow:hidden;position:relative;width:100%}.product-placeholder{background:linear-gradient(135deg,#667eea,#764ba2);height:100%;opacity:.3;width:100%}.product-badge{background:#10b981;border-radius:20px;color:#fff;font-size:.85rem;font-weight:600;padding:.4rem .8rem;position:absolute;right:1rem;top:1rem}.product-badge.sale{background:#ef4444}.product-info{padding:1.5rem}.product-name{color:#333;font-size:1.2rem;margin-bottom:.5rem}.product-category{color:#666;font-size:.9rem;margin-bottom:1rem}.product-footer{align-items:center;display:flex;justify-content:space-between}.product-price{color:#6366f1;font-size:1.3rem;font-weight:700}.old-price{color:#999;font-size:1rem;margin-right:.5rem;text-decoration:line-through}.add-to-cart{background:#6366f1;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:.6rem 1.2rem;transition:background .3s}.add-to-cart:hover{background:#4f46e5}.view-all{text-align:center}.about{background:#f8f9fa;padding:6rem 2rem}.about-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-description{color:#666;font-size:1.05rem;line-height:1.8;margin-bottom:1.5rem}.about-image{width:100%}.about-placeholder{border-radius:20px;height:400px;opacity:.8;width:100%}.about-placeholder,.newsletter{background:linear-gradient(135deg,#667eea,#764ba2)}.newsletter{color:#fff;padding:4rem 2rem}.newsletter-content{margin:0 auto;max-width:600px;text-align:center}.newsletter-content h2{font-size:2.5rem;margin-bottom:1rem}.newsletter-content p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}.newsletter-form{display:flex;gap:1rem;margin:0 auto;max-width:500px}.newsletter-input{border:none;border-radius:8px;flex:1 1;font-size:1rem;padding:.9rem 1.5rem}.newsletter-input:focus{outline:2px solid #fff}.footer{background:#1f2937;color:#fff;padding:4rem 2rem 2rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h3{color:#6366f1;font-size:1.5rem;margin-bottom:1rem}.footer-section h4{color:#e5e7eb;margin-bottom:1rem}.footer-section p{color:#9ca3af;line-height:1.6;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#9ca3af;text-decoration:none;transition:color .3s}.footer-section ul li a:hover{color:#fff}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{font-size:1.5rem;text-decoration:none;transition:transform .3s}.social-links a:hover{transform:scale(1.2)}.footer-bottom{border-top:1px solid #374151;color:#9ca3af;padding-top:2rem;text-align:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:968px){.hero{flex-direction:column;padding:4rem 2rem;text-align:center}.hero-title{font-size:2.5rem}.hero-image{max-width:100%}.about-content{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.nav-menu{gap:1rem}}@media (max-width:768px){.nav-menu{display:none}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}.section-title{font-size:2rem}.products-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.34258272.css.map*/