body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;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}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.text-truncate-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.shadow-hover{transition:box-shadow .3s ease}.shadow-hover:hover{box-shadow:0 .5rem 1rem #00000026!important}.App{background-color:#f8f9fa;min-height:100vh;text-align:left}.product-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));padding:2rem 0}.product-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;cursor:pointer;overflow:hidden;transition:all .3s ease}.product-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.product-card-body{padding:1.5rem}.product-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#2c3e50;display:-webkit-box;font-size:1.1rem;font-weight:600;line-height:1.4;margin-bottom:.5rem;overflow:hidden}.product-brand{color:#6c757d;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.product-category{background:#e9ecef;border-radius:20px;color:#495057;display:inline-block;font-size:.8rem;margin-bottom:1rem;padding:.25rem .75rem}.product-price{color:#28a745;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.product-cost{color:#6c757d;font-size:.9rem;text-decoration:line-through}.product-department{background:#007bff;border-radius:4px;color:#fff;font-size:.8rem;padding:.25rem .5rem;position:absolute;right:1rem;top:1rem}.filters-section{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;padding:2rem}.filter-group{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.filter-input{min-width:200px}.pagination{justify-content:center;margin-top:3rem}.pagination .page-link{border:1px solid #dee2e6;color:#007bff;padding:.75rem 1rem}.pagination .page-item.active .page-link{background-color:#007bff;border-color:#007bff}.loading-container{align-items:center;display:flex;justify-content:center;min-height:300px}.loading-spinner{height:3rem;width:3rem}.error-container{background:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;color:#721c24;margin:2rem 0;padding:3rem;text-align:center}.product-detail{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin:2rem 0;padding:3rem}.product-detail-header{border-bottom:1px solid #dee2e6;margin-bottom:2rem;padding-bottom:2rem}.product-detail-title{color:#2c3e50;font-size:2rem;font-weight:700;margin-bottom:1rem}.product-detail-brand{color:#6c757d;font-size:1.2rem;margin-bottom:1rem}.product-detail-price{color:#28a745;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.product-detail-info{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.info-card{background:#f8f9fa;border-radius:8px;padding:1.5rem}.info-card h6{color:#495057;font-weight:600;margin-bottom:.5rem}.info-card p{font-size:1.1rem;font-weight:500;margin:0}.search-container{margin-bottom:2rem;position:relative}.search-input{border:2px solid #e9ecef;border-radius:25px;font-size:1.1rem;padding:.75rem 1rem .75rem 3rem}.search-input:focus{border-color:#007bff;box-shadow:0 0 0 .2rem #007bff40}.search-icon{color:#6c757d;left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;margin-bottom:3rem;padding:5rem 0;text-align:center}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem}.hero-subtitle{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:3rem 0}.stat-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem;text-align:center}.stat-number{color:#007bff;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#6c757d;font-weight:500}@media (max-width:768px){.product-grid{gap:1rem;grid-template-columns:1fr}.filter-group{align-items:stretch;flex-direction:column}.filter-input{min-width:auto}.hero-title{font-size:2rem}.product-detail{padding:1.5rem}.product-detail-info{gap:1rem;grid-template-columns:1fr}}
/*# sourceMappingURL=main.673632cc.css.map*/